
/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size:15px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
	font-family: 'Bitter', serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#1e4398;
}

.no-padding{
	padding:0px !important;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Bitter', serif;
}

input,button,select,textarea{
	
}

p{
	position:relative;
	line-height:1.8em;	
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #292121;
  background: #292121;
}

::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.75);
  -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.75);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255,255,255,0.75);
}

.border-bottom {
	border-bottom: 1px solid #f4f4f4;
}

.strike-through{
	text-decoration:line-through;	
}

.container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

@media (min-width: 1200px) {
	.container,
	.container-fluid {
		padding: 0;
	}
}

.flex-box {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-box-two {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-box-three {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.flex-box-four {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.flex-box-five {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}


.grey-bg {
	background-color:#f7f7f7 !important;
}

.grey-deep-bg {
	background-color:#f2f2f2 !important;
}

.black-bg {
	background-color:#222 !important;
}


/* section padding */

.sp-one {
	padding: 80px 0;
}

.sp-two {
	padding: 30px 0 10px;
}

.sp-three {
	padding: 80px 0 30px;
}

.sp-four {
	padding: 80px 0 0px;
}

.sp-five {
	padding: 0px 0 80px;
}

.sp-six {
	padding: 0px 0 50px;
}

.projects-block-one.mix {
	display: none;
}


img{
	display:inline-block;
	max-width:100%;	
}





/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-upper .upper-right{
	position:relative;
	padding-top:35px;
}

.info-box-one{
	position:relative;
	min-height:56px;
	margin-right:40px;
	font-size:13px;
	color:#777777;
	text-transform:uppercase;
	padding: 14px 0px 0px 29px;
}

.info-box-one .icon-box{
	position:absolute;
	left:-4px;
	color: #184e9d;
	font-size:32px;
	text-align:left;
	line-height:1.2em;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	margin-top: -14px;
}

.info-box-one li{
	position:relative;
	line-height:20px;
	color:#848484;
	font-size:16px;
	margin-bottom:3px;
	font-weight:300;
	text-transform:capitalize;
}

.info-box-one strong a{
	font-weight:500;
	color:#222222;
	font-size:22px;
	font-family: 'Roboto', sans-serif;
}

.main-header .header-lower{
	position:relative;
	top:0px;
	width:100%;
	z-index:5;
}

.main-header .header-lower .menu-bg {
	background: #fff;
	box-shadow: 0px 4px 7px 2px rgba(0, 0, 0, 0.04);
}

.main-header .nav-outer{
	position:relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.main-header .nav-outer .socail-icon-area {
    position: absolute;
    right: 15px;
}

.main-menu{
	position:relative;
	margin: 0 auto;
    text-align: center;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:0px;
}

.main-header .sticky-header .main-menu .navigation > li{
	margin:0px;
	border:0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:14px;
	color: #222;
	line-height:30px;
	font-weight: 600;
	opacity:1;
	text-transform:uppercase;
	padding: 19px 20px 21px 24px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
    font-family: 'Bitter', serif;
}

.main-menu .navigation > li > a:after{
	position:absolute;
	content:'';
	left: 50%;
	margin-left: -5px;
	bottom: 17px;
	width:0%;
	height: 2px;
	background-color: #00B09B;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li.current > a:after{
	width: 10px;
}

.main-menu .navigation > li > a:before {
	position:absolute;
	content:'';
	right: 0;
	top: 27px;
	width: 1px;
	height: 16px;
	background-color: #e8e8e8;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li.dropdown a{
	padding-right:24px;
}

.main-menu .navigation > li:last-child > a{
	background:none;
}

.main-header .sticky-header .main-menu .navigation > li > a{
	color:#181818;
	padding: 24px 15px !important;
	line-height:30px;
	font-size:14px;
	font-weight:600;
	min-height:0px;
	background:none;
	border:0px;
}

.main-header .sticky-header .main-menu .navigation > li > a:after {
	display: none;
}

.main-header .main-menu .navigation > li.dropdown > a:before {
}

.sticky-header .main-menu .navigation > li > a:before{
	display:none;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	opacity:1;
	border-color: #00B09B;
	color: #00B09B;
}

.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a{
	background:#00B09B;
	color:#ffffff !important;
	opacity:1;
}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:254px;
	padding:0px;
	z-index:100;
	display:none;
	background: #ffffff;
	border-bottom: 2px solid #00B09B;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom: 1px solid #f4f4f4;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:14px 20px;
	line-height:24px;
	font-weight: 400;
	font-size: 14px;
	color: #252525;
    font-family: 'Bitter', serif;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:before{
	position: absolute;
	content: '\f105';
	font-size: 15px;
	right: 15px;
	color: #fff;
	font-family: FontAwesome;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background-color:#00B09B;
}

.main-menu .navigation > li > ul > li:hover > a:before{
	border-color:#ffffff;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:250px;
	padding:0px;
	z-index:100;
	display:none;
	background:#1c1c1c;
	border-top:2px solid #1e4398;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.1);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:14px 20px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:before{
	content:'';
	position:absolute;
	left:0px;
	top:50%;
	height:16px;
	margin-top:-8px;
	border-left:2px solid #1e4398;	
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:#ffffff;
	background-color:#1e4398;
}

.main-menu .navigation > li > ul > li  > ul > li:hover > a:before{
	border-color:#ffffff;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right: 5px;
	top: 0;
	width: 50px;
	height: 42px;
	border-left: 1px solid #6f6f6f;
	text-align:center;
	font-size:16px;
	line-height: 44px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position: relative;
	display: flex;
}

.header-top-one{
	position:relative;
	background-color: #1e4398;
	padding: 13px 0;
}

/*footer bottom*/

.footer-bottom {
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0;
}

 .footer-copyright {
	color: #fff;
}

.footer-bottom .footer-menu li {
	display: inline-block;
}

.footer-bottom .footer-menu li a {
	color: #fff;
    font-family: 'Bitter', serif;
}

/*Services Block four*/

.services-block-four{
	position:relative;
	margin-bottom:10px;
	z-index:99;
}
.services-block-four:last-child:before {
	display: none;
}

.services-block-four .inner-box{
	position: relative;
    padding: 23px 13px;
    margin: 20px 0 0px;
    text-align: center;
    border: 1px solid #e7e7e7;
}

.services-block-four .inner-box .icon-box{
	position:relative;
	color: #848484;
	font-size: 50px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: center;
}

.services-block-four .inner-box h3{
	position:relative;
	font-size:20px;
	color:#222222;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: 'Bitter', serif;
}

.services-block-four .inner-box .text{
	position:relative;
	font-size: 16px;
	font-weight:500;
	line-height:1.6em;
	max-width: 360px;
	margin: 0 auto;
	color: #222;
}


/* ===================
hero css 
====================== */

.hero-single {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 387px;
}
 .hero-content {
    background-color: rgba(223, 221, 218, 0.9);
    padding: 30px 20px;
    border-radius: 10px;
}


.hero-single .hero-content .hero-title {
  color: #000;
  font-size: 37px;
  font-weight: 400;
  line-height: 1.3;
  margin: 15px 0;
  text-transform: uppercase;
  text-align: center;
}

.hero-single .hero-content .hero-title span{
  color: #000000;
}

.hero-single .hero-content .hero-sub-title {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  background: #1DBFCC;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 50px;
  letter-spacing: 2px;
}

.hero-single .hero-content p {
  color: #000;
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 25px;
  text-align: center;
}

.hero-single .hero-content .hero-btn {
  gap: 2rem;
  display: flex;
  margin-top: 1rem;
  justify-content: start;
}

/* ===================
 button
====================== */

.sec-btn {
    font-family: 'Bitter', serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    overflow: hidden;
    text-transform: uppercase;
    color: #ffffff !important;
    height: 60px;
    background-color: #00b09b;
    display: inline-block;
    padding: 18px 45px;
    border-radius: 10px;
    transition: all ease 0.5s;
    position: relative;
    z-index: 1;
}


@media all and (max-width: 991px) {
  .hero-single .hero-content .hero-title {
    font-size: 20px;
	font-weight: 500;  
  }
  .hero-single {
    padding-top: 190px;
    background-position: center;
	 padding-bottom: 190px; 
  }
  .hero-single::after {
    width: 100%;
    transform: none;
    margin: 0;
  }
}



/*================================
Footer Area
===================================*/
.footer-area {
  position: relative;
    background-image: url("../images/01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
}
.footer-area::before {
    content: "";
    position: absolute;
    background: rgba(0,10,22,.7);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.ptb-100 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-title span {
    color: #fff;
    display: block;
    margin-bottom: 7px;
	font-size: 20px;
	font-family: 'Bitter', serif;
}
.newsletter-area {
  max-width: 900px;
  margin: 0 auto;
}

.newsletter-area .section-title {
  margin-bottom: 30px;
}

.newsletter-area .section-title h2 {
  color:#fff;
	font-family: 'Bitter', serif;
}

.newsletter-area .newsletter-form {
  position: relative;
  margin-bottom: 40px;
}

.newsletter-area .newsletter-form .form-control {
  border-radius: 0;
  height: 80px;
  line-height: 80px;
  margin: 0;
  border: none;
  padding: 0 25px;
}

.newsletter-area .newsletter-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.newsletter-area .newsletter-form .subscribe-btn {
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 10px;
  background: #00B09B;
  color: #fff;
  height: 60px;
  line-height: 62px;
  padding: 0 32px;
  border: 0;
  text-align: center;
	cursor: pointer;
}

.newsletter-area .newsletter-form .subscribe-btn i {
  position: relative;
  top: -1px;
  margin-left: 10px;
}

.newsletter-area .newsletter-form .subscribe-btn:hover {
  background-color: #222;
  color: #fff;
}

.newsletter-area .newsletter-form .validation-danger {
  font-size: 18px;
  margin-top: 5px;
  color: red;
}


/*
* ----------------------------------------------------------------------------------------
* 12.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-section-padding {
    padding: 50px 0;
}
.bg-light {
    background-color: #fff;
}
.atf-section-title h3 {
    text-shadow: 1px 1px 1px rgb(255 255 255 / 20%);
    font-weight: 700;
    color: #000;
	font-family: 'Bitter', serif;
}
.f-15 {
    font-size: 18px;
	color: #000;
}
.atf-contact-details h5{
    color: #000;
	font-weight: 600;
	font-family: 'Bitter', serif;
	margin: 10px 0px 0px 0px;
}
.atf-contact-details p {
   margin-top: 10px;
    color: #000;
    font-size: 18px;
    line-height: 20px;
}
.atf-contact-details p a{
	color: #000;
	font-weight: 900;
}
.atf-contact-details p a:hover{
	color: #00B09B;
	font-weight: 900;
}
.witr_ser_btnb a:hover {
    color: #04b6ba;
}
.hmadi_button a:hover,
.witr_btn:hover,
a.dtbtn:hover {
    background: #008689;
    color: #fff;
}
.tx_golobal_color {
    background: #04b6ba;
}
.tx_btn_global_color:hover {
    background: #008689;
}
.witr_ser_btnb a {
    color: #fff;
    background-color: rgb(69, 90, 100);
    border-radius: 5px 5px 5px 5px;
    padding: 10px 20px 8px 20px;
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
}
.witr_ser_btnb i{
	color: #25D366;
	font-size: 20px;
}
.witr_ser_btnb a:hover {
    color: #fff;
    background-color: rgb(79, 102, 114);
}

/**************************************
  * Top Feature Section Style
  *************************************/
.animated-text{
	  position: relative;
}

.animated-text h1 {
	font-size: 22px;
	animation: Color 4s linear infinite;
	-webkit-animation: Color 4s ease-in-out infinite;
	text-transform: capitalize;
	font-weight: 700;
	}

.animated-text a{
	font-size: 22px;
	animation: Color 4s linear infinite;
	-webkit-animation: Color 4s ease-in-out infinite;
	text-transform: capitalize;
	font-weight: 700;
	}
  
  @keyframes Color{
	0%{
	  color:#991b1e;
	}
	
	20%{
	  color:#1800cf;
	}
	
	40%{
	  color:#13a200;
	}
	
	60%{
	  color:#bb00b0;
	}
	
	80%{
	  color:#00B09B;
	}
	
	100%{
	  color:#df3a00;
	}
  }
  
  

.service-slider {
    position: relative;
}
.service-slider .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: -6px;
    width: 80px !important;
    height: 50px !important;
    line-height: 50px;
    border-radius: 0;
    color: #414141 !important;
    font-size: 20px !important;
    background-color: #fff !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.service-slider .owl-nav .owl-prev i {
    margin-right: 40px;
	font-weight: 300;
}
.service-slider .owl-nav .owl-prev:hover {
    color: #414141 !important;
    background-color: #fff !important;
}
.service-slider .owl-nav .owl-prev::before {
    content: "Prev";
    position: absolute;
    bottom: 0px;
    left: 25px;
    font-size: 17px;
    font-weight: 400;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.service-slider .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: 0px;
    width: 100px !important;
    height: 50px !important;
    line-height: 50px;
    border-radius: 0;
    color: #414141 !important;
    font-size: 20px !important;
    background-color: #fff !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.service-slider .owl-nav .owl-next i {
    margin-left: 60px;
	font-weight: 300;
}
.service-slider .owl-nav .owl-next:hover {
    color: #fff !important;
    background-color: #414141 !important;
}
.service-slider .owl-nav .owl-next::before {
    content: "Next";
    position: absolute;
    bottom: 0px;
    right: 48px;
    font-size: 17px;
    font-weight: 400;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}


/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding:30px 0px 30px;
	background-color:#fff;
}
.sec-title h2 {
    position: relative;
    font-size: 36px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    letter-spacing: 1px;
    padding-left: 70px;
    display: inline-block;
	margin-bottom: 40px;
}
.sec-title h2:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 22px;
    width: 50px;
    height: 1px;
    background-color: #00B09B;
}
.services-section .owl-nav{
	display:none;
}

.services-section .owl-dots{
	position:relative;
	text-align:center;
	margin-top:0px;
}

.services-section .owl-dots .owl-dot{
	position:relative;
	margin:20px 5px;
	width:12px;
	height:12px;
	border-radius:50%;
	display:inline-block;
	background-color:#c7cdd4;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.services-section .owl-dots .owl-dot.active,
.services-section .owl-dots .owl-dot:hover{
	background-color:#00B09B;
}

.services-section .sec-title .theme-btn{
	margin-top:100px;
}

/* Services Block */

.services-block{
	position:relative;
}

.services-block.style-two{
	margin-bottom:40px;
}

.services-block.style-two .inner-box{
	border-bottom:1px solid #f9f9f9;
	padding-bottom:30px;
}

.services-block .inner-box{
	position:relative;
}

.services-block .inner-box .image{
	position:relative;
}

.services-block .inner-box .image .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	display:block;
}

.services-block .inner-box .image .overlay-link:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
	opacity:0;
	z-index:1;
	text-align:center;
	-webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	background-color: rgba(0,176,155,0.5);
}

.services-block .inner-box:hover .image .overlay-link:before{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}

.services-block .inner-box .image .overlay-link:after{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
	opacity:0;
	text-align:center;
	-webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: right;
    -o-transform-origin: left;
    transform-origin: left;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	background-color: rgba(0,176,155,0.5);
}

.services-block .inner-box:hover .image .overlay-link:after{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}

.services-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-block .inner-box .lower-content{
    position: relative;
    padding: 30px 25px 20px;
    text-align: center;
    background: #fff;
    box-shadow: rgb(44 44 36 / 39%) 4px 9px 38px -14px, rgb(0 0 0 / 71%) 0px 8px 36px -27px;
}

.services-block .inner-box .lower-content .category{
	position:absolute;
	left:30px;
	top:-35px;
	right:30px;
	color:#222222;
	font-weight:500;
	text-align:center;
	font-size:20px;
	padding:12px 0px;
	z-index:1;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
	font-family: 'Bitter', serif;
}

.services-block .inner-box:hover .lower-content .category{
	color:#ffffff;
}

.services-block .inner-box .lower-content .category:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0%;
	height:100%;
	display:block;
	z-index:-1;
	background: #00b09b;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.services-block .inner-box:hover .lower-content .category:before{
	width:100%;
}

.services-block .inner-box .lower-content .text{
	position:relative;
	color:#222;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:20px;
	font-family: 'Bitter', serif;
}

/*=================================
Work Area 
====================================*/
.work-card {
  text-align: center;
  margin-bottom: 30px;
}
.pb-70 {
    padding-bottom: 50px;
}
.pt-100 {
    padding-top: 50px;
}
.work-card .number {
  font-size: 40px;
  color: #97c4fd;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 500;
 
}
.section-title h2 {
    font-size: 40px;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.2;
    color: #1b1919;
    margin-bottom: 0;
	 font-family: 'Bitter', serif;	
}
.section-title p {
    padding-top: 15px;
    margin-bottom: 30px;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
	color: #222;
	font-size: 17px;
	font-family: 'Bitter', serif;
}
.work-card i {
  width: 80px;
  height: 80px;
  line-height: 95px;
  font-size: 50px;
  background-color: #0072ff;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}

.work-card h3 {
  margin-bottom: 15px;
}

.work-card p {
  max-width: 350px;
  margin: 0 auto;
}

.work-card-two {
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
  padding: 20px 0px 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.work-card-two .number {
  font-size: 35px;
  color: #00B09B;
  line-height: 1.2;
  margin-bottom: 20px;
}

.work-card-two .work-icon {
  width: 70px;
  height: 70px;
  line-height: 73px;
  font-size: 50px;
  background-color: transparent;
  color: #00B09B;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.work-card-two .work-icon::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 5px;
  right: 5px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px dashed #00B09B;
}

.work-card-two .work-icon::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px dashed #00B09B;
}

.work-card-two h3 {
  margin-bottom: 15px;
  margin-top: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.work-card-two p {
  max-width: 350px;
  margin: 0 auto;
  color: #000;
}


/* ===================
choose css 
====================== */
.choose-area{
  position: relative;
 background: linear-gradient(to right, #06beb6, #48b1bf);
}
.pb-50 {
    padding-bottom: 15px;
}
.pt-50 {
    padding-top: 15px;
}
.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 27px;
    color: #fff!important;
    margin-top: 5px;
    margin-bottom: 0;
}
.choose-img{
  background-image: url("../images/choose-img.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
}

.choose-right-content{
  position: relative;
  padding-left: 30px;
}

.choose-right-content ul{
  margin-top: 0px;
}

.choose-right-content li {
  display: flex;
  margin-top: 10px;
  position: relative;
  padding-left: 60px;
}

.choose-right-content li h5 {
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 20px;
  color: #fff;
}

.choose-right-content li i{
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 47px;
  font-size: 30px;
  color: #00B09B;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  left: 0;
  top: 0;
}

.choose-right-content p{
  color: #fff;
}

@media all and (max-width: 991px) {
  .choose-img{
   display: none;
  }
}

