@charset "UTF-8";

/*

Template Name: Responsive HTML Theme

Template Author: getmasum

Author URL: http://getmasum.net

colors:#2f9fb7;

*/

body{
	font-family: 'cairo', sans-serif;
	color: #8a8a8a;
	font-size: 14px;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
	color: #333;
	font-family: "Barlow",sans-serif;
	margin: 0 0 15px;	
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1px;
}
a{
	color: #2f9fb7;
	text-decoration: none;
}
a:hover, a:focus{
	color: #333;
	outline: none;
	text-decoration: none;
}
html, body {
	height: 100%;
}

input,textarea{
	padding: 10px 35px;
	border: 1px solid #ddd;
	margin-bottom: 30px;
	width: 100%;
}
textarea{
	min-height: 150px;
}
input[type="submit"], button{
	background: #2f9fb7 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;	
	margin-bottom: 0;
}
input[type="submit"], button, .radon{
	background: #2f9fb7 none repeat scroll 0 0;
	border-color: #2f9fb7;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	padding: 10px 25px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	width: auto;
	text-decoration: none;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover, 
button:focus, 
.radon:hover, 
.radon:focus{
	text-decoration: none;
	color: #fff;
	background: #0995a1;
	border-color: #0995a1;
}

.form-control{
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 0;
	box-shadow: none;
	color: #8a8a8a;
	height: 45px;
	padding: 6px 33px;
	transition: .5s;
}
.form-control:focus{
	border-color: #2f9fb7;
	box-shadow: none;
}
.parallax {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* --------------------------------------------------------
#         Start Home CSS
-----------------------------------------------------------*/

.header_area{
	backface-visibility: hidden;
	height: 60px;
	left: 0;
	padding: 35px 0;
	position: absolute;
	top: 0;
	transition: all 0.3s linear 0s;
	width: 100%;
	z-index: 9999;
}
.header_area .logo{
	padding-top: 0px;
}
#main_nav li a{
	color: #fff;
	font-family: "cairo",sans-serif;
	font-size: 18px;
	font-weight: 500;
	padding: 6px 12px;
	text-transform: uppercase;
	font-weight: 300;
}
#main_nav li a:hover, #main_nav li a:focus, #main_nav li.current a{
	background: transparent;
	color: #2f9fb7;
	outline: none;
}
.navbar-toggle {
  border: 1px solid #2f9fb7;
  border-radius: 4px;
  padding: 9px 10px;

}
.navbar-toggle  .icon-bar{
	background: #2f9fb7;
}

/* Make the header row relative for positioning */
.header_area .row {
	position: relative;
}

/* Make sticky area float over the image */
.header_area .stiky_area {

	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	background: transparent;
	padding: 20px 0;
	display: none;
}

.header_area .stiky_area.uk-active {
	display: block;
	position: fixed;
	top: 0;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	background: rgba(42, 42, 42, 0.95);
	box-shadow: 0 2px 10px rgba(0,0,0,0.3);
	padding-left: 0;
	padding-right: 0;
	z-index: 99999 !important;
}

.header_area .stiky_area.uk-active .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1170px; /* Standard Bootstrap container max-width */
}

/* Responsive max-widths for sticky container */
@media (min-width: 768px) {
	.header_area .stiky_area.uk-active .container-fluid {
		max-width: 750px;
	}
}

@media (min-width: 992px) {
	.header_area .stiky_area.uk-active .container-fluid {
		max-width: 970px;
	}
}

@media (min-width: 1200px) {
	.header_area .stiky_area.uk-active .container-fluid {
		max-width: 1170px;
	}
}

.header_area .stiky_area.uk-active .row {
	margin-left: 0;
	margin-right: 0;
}

/* Remove column padding to align with content below */
.header_area .stiky_area.uk-active .row > div:first-child {
	padding-left: 0;
}

.header_area .stiky_area.uk-active .row > div:last-child {
	padding-right: 0;
}

.header_area .stiky_area .logo img {
	max-height: 45px;
	width: auto;
	float: right;
}

/* SVG menu styling */
.menu-link {
	cursor: pointer;
}

.menu-text {
	transition: fill 0.3s ease;
}

.menu-link:hover .menu-text {
	fill: #2f9fb7;
}

/* Position logo to the right */
.header_area #navbar_header_logo {
	text-align: right;
	float: right;
}

.header_area #navbar_header_logo .logo {
	display: inline-block;
	max-width: 70px;
}

.header_area #navbar_header_logo .logo img {
	max-height: 25px;
	width: auto;
}

.slider {
  position: relative;
}
.nivo-caption {
    background: rgba(0, 0, 0, 0.3);
	opacity:1;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	padding:0 !important;
}
.nivo-caption a {
  display: inline-block;
}
.slider-text{
	display: table;
	height: 100%;
	width: 100%;
}
.middle-text{
	display: table-cell;
	vertical-align: middle;
}

.slide1{
	text-align: left;
}
.slide2{
	text-align: center;
}
.slide3{
	text-align: right;
}
.sider_text {
	height: 100%;
	position: relative;
	vertical-align: middle;
	color: #fff;
}
.sider_text h1, .sider_text h3{
	color: #fff;
}

.sider_text .first_heading{
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 40px;
	text-transform: uppercase;
	line-height: 28px;
}


.sider_text p{
	color: #fff;
	font-size: 14px;
	margin-bottom: 50px;
}
.sider_text > .btn_wrap{
	margin-top: 40px;
}
.explore_btn{
	background: #2f9fb7 none repeat scroll 0 0;
	border-radius: 2%;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 13px 18px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.explore_btn:hover, .explore_btn:focus{
	color: #2f9fb7;
	background: #fff;
}

.nivo-directionNav a{
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	margin-top: -36.5px;
	opacity: 1;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: all 0.5s ease 0s;
	width: 50px;
}
.nivo-directionNav a:hover{
	background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
}
.nivo-directionNav a i{
	line-height:17px;
}
a.nivo-prevNav{
	margin-left:20px;
}
a.nivo-nextNav{
	margin-right:20px;
}
.nivo-controlNav {
	display: none;
}
.nivo-controlNav a {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #2f9fb7;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	height: 15px;
	line-height: 15px;
	margin: 0 6px;
	border-radius: 50%;
	width: 15px;
}
.nivo-controlNav a.active{
	background: rgba(50, 197, 210, 0.8) none repeat scroll 0 0;
	border-color: #2f9fb7;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
/*animation*/

.bounceid1{
	   animation: bounceInDown 1200ms ease-in-out;
}
.bounceid2{
	   animation: bounceInDown 1700ms ease-in-out;
}	   
.bounceid3{
	   animation: bounceInDown 2200ms ease-in-out;
}	   
.bounceid4{
	   animation: bounceInDown 2700ms ease-in-out;
}	   
.bounceid5{
	   animation: bounceInDown 2700ms ease-in-out;
}	   
.bounceid6{
	   animation: bounceInDown 2700ms ease-in-out;
}


.bounceiup1{
	   animation: bounceInUp 1200ms ease-in-out;
}
.bounceiup2{
	   animation: bounceInUp 1700ms ease-in-out;
}
.bounceiup3{
	   animation: bounceInUp 2200ms ease-in-out;
}
.bounceiup4{
	   animation: bounceInUp 2700ms ease-in-out;
}


.bounceil1{
	   animation: bounceInLeft 1200ms ease-in-out;
}
.bounceil2{
	   animation: bounceInLeft 1700ms ease-in-out;
}
.bounceil3{
	   animation: bounceInLeft 2200ms ease-in-out;
}
.bounceil4{
	   animation: bounceInLeft 2700ms ease-in-out;
}

.bounceil5{
	   animation: bounceInLeft 2000ms ease-in-out;
}
.bounceil6{
	   animation: bounceInLeft 2500ms ease-in-out;
}
.bounceil7{
	   animation: bounceInLeft 3000ms ease-in-out;
}
.bounceil8{
	   animation: bounceInLeft 3500ms ease-in-out;
}




.bounceir1{
	   animation: bounceInRight 1200ms ease-in-out;
}
.bounceir2{
	   animation: bounceInRight 1700ms ease-in-out;
}
.bounceir3{
	   animation: bounceInRight 2200ms ease-in-out;
}
.bounceir4{
	   animation: bounceInRight 2700ms ease-in-out;
}
.bounceir5{
	   animation: bounceInRight 2000ms ease-in-out;
}
.bounceir6{
	   animation: bounceInRight 2500ms ease-in-out;
}
.bounceir7{
	   animation: bounceInRight 3000ms ease-in-out;
}
.bounceir8{
	   animation: bounceInRight 3500ms ease-in-out;
}



.fadeiup1{
	   animation: fadeInUp 1500ms ease-in-out;
}
.fadeiup2{
	   animation: fadeInUp 1700ms ease-in-out;
}
.fadeiup3{
	   animation: fadeInUp 2200ms ease-in-out;
}
.fadeiup4{
	   animation: fadeInUp 2700ms ease-in-out;
}

.fadeid0{
	   animation: zoomIn 700ms ease-in-out;
}
.fadeid1{
	   animation: fadeInDown 1200ms ease-in-out;
}
.fadeid2{
	   animation: fadeInDown 1700ms ease-in-out;
}
.fadeid3{
	   animation: fadeInDown 2200ms ease-in-out;
}
.fadeid4{
	   animation: fadeInDown 2700ms ease-in-out;
}

.fadeil1{
	   animation: fadeInLeft 1200ms ease-in-out;
}
.fadeil2{
	   animation: fadeInLeft 1700ms ease-in-out;
}
.fadeil3{
	   animation: fadeInLeft 2200ms ease-in-out;
}
.fadeil4{
	   animation: fadeInLeft 2700ms ease-in-out;
}

.fadeir1{
	   animation: fadeInRight 1200ms ease-in-out;
}
.fadeir2{
	   animation: fadeInRight 1700ms ease-in-out;
}
.fadeir3{
	   animation: fadeInRight 2200ms ease-in-out;
}
.fadeir4{
	   animation: fadeInRight 2700ms ease-in-out;
}

.slideil1{
	animation: slideInLeft 1200ms ease-in-out;
}
.slideil2{
	animation: slideInLeft 1700ms ease-in-out;
}
.slideil3{
	animation: slideInLeft 2200ms ease-in-out;
}
.slideil4{
	animation: slideInLeft 2700ms ease-in-out;
}

.slideir1{
	animation: slideInRight 1200ms ease-in-out;
}
.slideir2{
	animation: slideInRight 1700ms ease-in-out;
}
.slideir3{
	animation: slideInRight 2200ms ease-in-out;
}
.slideir4{
	animation: slideInRight 2700ms ease-in-out;
}

.slideiup1{
	animation: slideInUp 1200ms ease-in-out;
}
.slideiup2{
	animation: slideInUp 1700ms ease-in-out;
}
.slideiup3{
	animation: slideInUp 2200ms ease-in-out;
}
.slideiup4{
	animation: slideInUp 2700ms ease-in-out;
}

.slideid1{
	animation: slideInDown 1200ms ease-in-out;
}
.slideid2{
	animation: slideInDown 1700ms ease-in-out;
}
.slideid3{
	animation: slideInDown 2200ms ease-in-out;
}
.slideid4{
	animation: slideInDown 2700ms ease-in-out;
}
/* Removed generic .uk-active styling - now handled by .header_area .stiky_area.uk-active */
.header_area .stiky_area.uk-active:before {
  display: none;
}
.header_area .stiky_area.uk-active:after {
  display: none;
}
.uk-sticky-placeholder{
    width: 100%;
}
.header_area .stiky_area.uk-active .logo{
	padding-top: 5px;
	float: right;
}
.header_area .stiky_area.uk-active .navbar-right{
	padding-top: 8px;
	float: left;
}

.header_area .stiky_area.uk-active .main_menu{
	float: left;
	margin-left: 0;
	padding-left: 0;
}

.header_area .stiky_area.uk-active #nav {
	margin-left: 0;
	padding-left: 0;
}

/* Remove left padding from first navigation link to align with content */
.header_area .stiky_area.uk-active #nav li:first-child a {
	padding-left: 0;
}
.logo{
	display: inline-block;
}
.navbar-header {
	display: inline-block;
	text-align: right;
	/* float: right; */
}
/* --------------------------------------------------------
#         End Home CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#         Start Features CSS
-----------------------------------------------------------*/
.padding-top-70{
	padding-top: 70px;
}
.padding-top-80{
	padding-top: 80px;
}
.padding-top-bottom-70{
	padding-top: 70px;
	padding-bottom: 70px;
}
.padding-top-bottom-50{
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding-bottom-30{
	padding-bottom: 30px;
}
.padding-top-30{
	padding-top: 30px;
}

.padding-top-60{
	padding-top: 60px;
}
.padding-bottom-60{
	padding-bottom: 60px;
}
.padding-0{
	padding: 0;
}
.bg-navyblue-color{
	background-color: #02b5c5;
	color: #fff;
}
.center-block{
	float: inherit;
}
.section_title{
	margin-bottom: 10px;

}
.section_title .divided{
	background: #2f9fb7 none repeat scroll 0 0;
	height: 3px;
	width: 70px;
	text-align: center;
	display: inline-block;
	position:relative;
}
.section_title .dividedwhite{
	background: #ffffff none repeat scroll 0 0;
	height: 3px;
	width: 70px;
	text-align: center;
	display: inline-block;
	position:relative;
}

.section_title h2{
	font-size: 50px;
	text-transform: uppercase;
	color: white; 
	font-family: 'cairo'; 
	font-weight: bold; 
}

.section_title h3{
	font-size: 30px;
	font-family: 'cairo'; 
	line-height: 30px;
	font-weight:bold; 
	color: #2f9fb7;
}
.section_title p{
	margin-bottom: 10px;
	font-size: 20px;
	font-family: 'cairo'; 
	color: #ffffff;
	font: weight 400px;
	
}
.single_feature2{
	background:#646368;
	/* background-image: url('img/classy_fabric.png'); */
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 11px rgba(0, 0, 0, 0.03);
	margin-bottom: 40px;
	padding: 30px 20px;
	transition: all 0.7s ease 0s;
	color: white;
}
.single_feature{
	background: rgba(28, 49, 51, 0.1);
	/* background-image: url('img/classy_fabric.png'); */
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 11px rgba(0, 0, 0, 0.03);
	margin-bottom: 40px;
	padding: 30px 20px;
	transition: all 0.7s ease 0s;
	color: white;
	border-radius: 10px;
	border-left: 4px solid #4db8c4;
}
.single_feature p{
	overflow: hidden;
	margin-bottom: 0;
}

.s_featicon_wrap{
	color: #2f9fb7;
	font-size: 30px;	
	text-align: left;
	padding-bottom: 30px;
}

.single_feature h4{
	text-transform: uppercase;
	color: #2f9fb7
}
.single_feature:hover{
	background: #2f9fb7;
	color: #fff;
}

.single_feature:hover h4,
.single_feature:hover .s_featicon_wrap{
	color: #fff;
}
.feature-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
}
.s_featicon_wrap {
    font-size: 26px;
    padding-bottom: 0; /* important: remove vertical spacing */
}

.single_feature h4 {
    margin: 0;
    text-transform: uppercase;
}
.feature-line {
    flex-grow: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
}
.single_feature p strong {
    color: #2f9fb7;
    font-weight: bold; /* avoids bold if you don’t want it */
}
/* --------------------------------------------------------
#         End Features CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        Start Image with description CSS
-----------------------------------------------------------*/
.image_with_description{
	background-image: linear-gradient(to right bottom, #2f9fb7, #63cad3);
}
.image_with_description{
	color: #fff;
	position:relative;
}
.description_img_left{
	left: 0;
	background-position: right top;	
	position:absolute;
	bottom: 0;
	position: absolute;
	top: 0;
	width: 50%;
	background-repeat: no-repeat;
	background-size: cover;		
}
.description_img_right{
	right: 0;
	background-position: right top;	
	position:absolute;
	bottom: 0;
	position: absolute;
	top: 0;
	width: 50%;
	background-repeat: no-repeat;
	background-size: cover;		
}
.description_text{
	padding-top: 50px;
	padding-bottom: 35px;
}
.description_text .single_desc{
	padding-left: 20px;
	padding-bottom: 15px;
	overflow: hidden;
}
.description_text .single_desc .col-sm-2.col-xs-3
{
	padding: 0;
}
.description_text .icon_wrap{
	width: 50px;
	float: left;
	overflow: hidden;
	padding-right: 0px;
}
.description_text .icon_wrap i.fa{	
	font-size: 30px;	
}
.description_text p{
	overflow: hidden;
	padding-right: 15px;
}
.description_text h4{
	color: #fff;
	text-transform: uppercase;
}
.description_text h2{
	color: #fff;
	text-transform: uppercase;
}

.description_text ul{
	list-style-type: none;
}
.description_text ul li{
	padding: 10px 0;
}

.single_desc:last-child{
	padding-bottom: 0;
}

/* --------------------------------------------------------
#        End slider with description CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        Start Team CSS
-----------------------------------------------------------*/
.single_team{
	overflow: hidden;
	width: 100%;	
}
.single_team .team_img, .sing_work_photo figure, .sing_blog_img{
    width: 150px;           /* control size */
    height: 150px;
    margin: 0 auto 15px;    /* center + spacing */
    border-radius: 50%;
    overflow: hidden;
}
.single_team .team_img:before{
	position:absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
	display: none;
}
.single_team:hover .team_img:before{
    transform: none;
}
.single_team .team_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none !important; /* disable rotate/zoom */
}
.single_team:hover .team_img img{
	transform: scale(1.3) rotate(-10deg);
}

.single_team .team_text{
	padding: 20px 10px 0;
	text-align: center;
    padding-top: 0;
	
}
.team_text h4{
	font-weight: 700;
	margin-bottom: 4px;
	color: #c1c1c1;
	text-transform: uppercase;
	
}
.designation {
	display: block;
	font-weight: 300;
	padding-top: 9px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #c8c8c8;
}
.team_text p{
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 8px;
	
}
.teamsocial_link_wrap{
	position: static;
    opacity: 1;
    visibility: visible;
    height: auto;
    margin-top: 10px;
	
}
.single_team:hover .teamsocial_link_wrap{
	opacity: 1;
	visibility: visible;
}
.teamsocial_link{
	display: table;
	width: 100%;
	height: 100%;
}
.teamsocial{
	display: table-cell;
	list-style: outside none none;
	padding: 0;
	vertical-align: middle;
}


ul.teamsocial li{
	display: inline-block;
	padding: 2px;
}
ul.teamsocial li a{
	border-radius: 50%;
	display: inline-block;
	font-size: 14px;
	height: 10px;
	line-height: 20px;
	color: #807f7f;
	width: 20px;
	transition: 0.5s; 
}
ul.teamsocial li a:hover{
	color: #fff;
	/* background: #2f9fb7; */
}
/* .fb_icon{
	background: #5d82d1 ;
	color: #fff;
}
.tw_icon{
	background: #40bff5 ;
	color: #fff;
}
.gplus_icon{
	background: #eb5e4c ;
	color: #fff;
}
.lin_icon{
	background: #238cc8 ;
	color: #fff;
}
.pin_icon{
	background: #bd2126 ;
	color: #fff;
} */

/* --------------------------------------------------------
#        End Team CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        Start Expert CSS
-----------------------------------------------------------*/
.expertise_wrap{
	color: #fff;	
}
.experties_area{
	padding-bottom: 40px;
}
#expert .section_title h2,
#expert .section_title p{
	color: #fff;
}
.experties_area:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  top: 0;
}
.skill_img p{
	font-size: 14px;
}
.experties_area{	
	background-size: cover;
	position: relative;
	color: #fff;	
}
.expert_content{
	position: relative;
	z-index: 100;
}
/*--------------------------------------
    Pie Charts
---------------------------------------*/
.chart-item {
  text-align: center;
  margin-bottom: 30px;
}
.chart-item .percent {
  display: block;
  height: 170px;
  line-height: 170px;
  margin: 0 auto;
  text-align: center;
  width: 160px;
  font-size: 30px;
}
.chart-item .percent:after {
  content: "%";
}
.chart-item canvas {
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.chart-item h4 {
  font-weight: 500;
  margin-top: 25px;
}
.chart-item p {
  font-size: 15px;
  margin: 15px 0 0;
}
.chart-item.white h4 {
  color: #fff;
}
.chart-two .percent {
  font-size: 18px;
  height: 200px;
  line-height: 200px;
  position: relative;
  width: 200px;
}

.chart-three .elements {
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.chart-three .elements:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.chart-three .elements div {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.chart-three .elements span {
  display: block;
  height: auto;
  line-height: normal;
}
.chart-three .elements .percent {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  width: auto;
}
.chart-three .elements h4 {
  margin-top: 5px;
  color: #fff;
}

.chart-three canvas {
  left: 0;
  position: relative;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/* --------------------------------------------------------
#        End Expert CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        Start Services CSS
-----------------------------------------------------------*/

.single_service .service_icon{
	border-radius: 50%;
	height: 80px;
	line-height: 80px;
	margin: auto auto 30px;
	width: 80px;
	border:2px solid #2f9fb7;
	transition: 0.5s;
	color: #2f9fb7;	
	font-size: 30px;
}

.single_service:hover .service_icon{
	background: #2f9fb7;
	color: #fff;	
}
.service_text h4{
	transition: 0.5s;
}
.service_text p{
	transition: 0.5s;
	color: #ddd;
}
.single_service:hover .service_text h4{
	color: white;	
}

.single_service h4
{
	text-transform: uppercase;
	color: #2f9fb7;
}


/* --------------------------------------------------------
#        End Services CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        Start Counter CSS
-----------------------------------------------------------*/

.counter_area {
	background: #2f9fb7;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
}
.counter_area i.fa{
	font-size: 50px;
}
.counter_area h1{
	font-size: 45px;
	font-family: 'cairo', sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #fff;
	font-weight: 300;
}



/* --------------------------------------------------------
#        End Counter CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        Start pricing CSS
-----------------------------------------------------------*/

.single_pricing{
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	text-align: center;
}
.single_pricing .header,
.single_pricing .footer{
	background: #f1f1f1;
	padding: 30px 20px;
	
}
.single_pricing .plan_name{
	text-transform: uppercase;
	font-weight: 500;
	line-height: 30px;
}
.single_pricing .price{
	position: relative;
	font-weight: 700;
	color: #000;
}
.single_pricing .currency{
	position: relative;
	top: -9px;
	display: inline-block;
	font-size: 24px;
}
.single_pricing .amount{
	display: inline-block;
	font-size: 40px;
	color: #000;	
	line-height: 30px;
}
.single_pricing .period{
	color: #222;
	font-weight: 600;
	padding-top: 10px;
}
.single_pricing .pri_list{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.single_pricing .pri_list li{
	border-bottom: 1px solid #eee;
	padding: 16px;
	font-weight: 400;
}

.single_pricing.feature .header,
.single_pricing.feature .footer
{
	background: #2f9fb7;
	color: #fff;
}
.single_pricing.feature .header .amount,
.single_pricing.feature .header .plan_name,
.single_pricing.feature .header .currency,
.single_pricing.feature .header .period
{
	color: #fff;
}
.single_pricing.feature .radon{
	background: #fff;
	color: #222;
}
.single_pricing.feature .radon:hover{
	background: #222;
	color: #fff;
}
/* --------------------------------------------------------
#        End pricing CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        Start Our Works CSS
-----------------------------------------------------------*/
.works_area .section_title h2{
	color: #fff;
}
.works_area .section_title .divided{
	background: #fff;
}
.work_all_item .mix {
  display: none;
}

.our_work_menu ul{
	list-style-type: none;
	margin-bottom: 35px;
	padding: 0;
}
.our_work_menu ul li{
	border: 1px solid rgba(255, 255, 255, 0.7);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 5px 13px;
	padding: 9px 19px;
	transition: all 0.5s ease 0s;
}
.our_work_menu ul li:hover, .our_work_menu ul li.active{
	border-color: #2f9fb7;
}

.work_all_item .grid-item.col-md-3.col-sm-6.col-xs-12{
	padding: 0;
}
.single_our_work{
	transition: 0.5s;
	overflow: hidden;
	text-align: center;
}
.sing_work_photo{
	position:relative;
}

.single_our_work img{
	width: 100%;
	transition: all 0.5s ease 0s;
}

.single_our_work figure{
	margin-bottom: 0;	
}
.sing_work_text_link{
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0;
	color: #fff;
	background: rgba(0,0,0, 0.5) none repeat scroll 0 0;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
}
.sing_work_content_wrap{
	display: table;
	height: 100%;
	width: 100%;
}
.sing_work_content{
	display: table-cell;
	vertical-align: middle;
}
.sing_work_text_link h4{
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
.single_our_work:hover .sing_work_text_link h4{
	animation: fadeInDown 1000ms ease-in-out;
}
.single_our_work:hover .sing_work_text_link p{
	animation: fadeInDown 1200ms ease-in-out;
}
.sing_work_text_link p{
	margin: 0 0 10px;
}
.sing_link_img a i.fa{
	font-size: 14px;	
}
.sing_link_img a{
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 39px;
	transition: all 0.7s ease 0s;
	width: 40px;
	
}
.sing_link_img a:hover{
	background: #2f9fb7;	
	border-color: #2f9fb7;
}
.sing_link_img a.search{
	margin-right: 13px;
}
.single_our_work:hover  .sing_link_img a.search{
	animation: slideInUp 1200ms ease-in-out;
}
.single_our_work:hover  .sing_link_img a.link{
	animation: slideInUp 1200ms ease-in-out;
}
.single_our_work:hover{
	background: #2f9fb7;
	color: #fff;
}
.single_our_work:hover .sing_work_text_link{
	opacity: 1;
	visibility: visible;
}




.tab-pane {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}
.tab-pane h2{
	color: #ffffff;
	font-size: 20px;
}
.tab-pane h3{
	color: #fff;
	font-weight: lighter;
}

.tab-pane.active {
    display: block;
}

.tab-menu .single_desc {
    cursor: pointer;
	text-align: left;
    padding: 10px;
	padding-top: 20px;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
}

.tab-menu .single_desc:hover {
    background: rgba(255,255,255,0.1);
}

.tab-menu .single_desc.active {
    border-left-color: #ffffff;
    background: rgba(255,255,255,0.2);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --------------------------------------------------------
#        End Why Choice CSS
-----------------------------------------------------------*/

.why_choice_area .single_about{
	margin-bottom: 35px;
	color: white;
}
.why_choice_area .single_about h4{
	color: #ffffff;
	font-weight: 400;
	font-size: 21px;
	font-family: 'cairo';
	font-weight: bold;
}
.single_about i.fa{
	border: 1px solid #ffffff;
	border-radius: 50%;
	height: 50px;
	line-height: 50px;
	margin-right: 5px;
	text-align: center;
	width: 50px;
		font-family: 'cairo';
	font-weight: bold;	
}
.single_about p{
	margin-top: -20px;
	text-align: left;
	padding-left: 65px;
}
.why_choice_area .right i.fa{
	margin-right: 0px;
	margin-left: 5px;
}

.about-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-title span {
    white-space: nowrap;
}

.about-title .title-line {
    flex-grow: 1;
    height: 1px;
    background: #ffffff;
    margin-left: 10px;
}
/* --------------------------------------------------------
#        Start Why Choice CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        End Our Works CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        Start testimonials CSS
-----------------------------------------------------------*/
#testimonials{
	position:relative;
	color: #fff;
}
.testimonials_area i.fa{
	border: 1px solid #2f9fb7;
	border-radius: 50%;
	color: #2f9fb7;
	font-size: 27px;
	height: 50px;
	line-height: 50px;
	width: 50px;
}
.testimonials_area p{
	color: #fff;
	font-size: 17px;
	margin: 30px 10px 20px;
}
.testimonials_area h5{
	color: #2f9fb7;
	font-size: 15px;
}
.testimonials_area a:hover{
	color: #fff;
}
/* --------------------------------------------------------
#        End testimonials CSS
-----------------------------------------------------------*/
/* --------------------------------------------------------
#        End Our Works CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        Start blog_area CSS
-----------------------------------------------------------*/
.single_blog{
	margin-bottom: 40px;
}

.sing_blog_img{
	margin-bottom: 20px;
	position:relative;
}
.sing_blog_img img{
	transition: all 0.5s ease 0s;
}

.sing_blog_description span.meta{
	color: #b8b8b8;
}
.sing_blog_description h5{
	font-size: 18px;
}
.sing_blog_description h5 a{
	color: #2f9fb7;
}
.sing_blog_description h5 a:hover,
.sing_blog_description h5 a:focus{
	text-decoration: none;
}
.sing_blog_description p{
	margin-bottom: 30px;
}

/* --------------------------------------------------------
#        Start client CSS
-----------------------------------------------------------*/
.client_area{
	padding-bottom: 70px;
	
}
.single_client a{
	display: inline-block;
	opacity: .5;
	transition: 0.5s;
}
.single_client a:hover{
	opacity: 1;
}
/* --------------------------------------------------------
#        End client CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        Start Contact CSS
-----------------------------------------------------------*/

.contact_us_area{

	/* background-attachment: fixed; */
	/* background-color: #2a2a2a; */
	/* background-size: cover; */
	color: #fff;
	position: relative;
}

.overlay{
	background-color: rgba(0,0,0, 0.5);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.contact_us_area .section_title h2{
	color: #fff;
}
.contact_us_area input,.contact_us_area textarea{
	position: relative;
}
.contact_us_area .cont_icon_wrap{
	left: 25px;
	position: absolute;
	top: 10px;
}
.cont_icon_wrap i.fa{
	color: #fff;
	font-size: 18px;
	padding-top: 4px;
}
.contact_us_area label{
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.contact_us_area textarea.form-control{
	padding-bottom: 10px;
	padding-top: 10px;	
	
}
.contact_us_area .right p{
	overflow: hidden;
}
.contact_us_area .right .icon-wrap{	
	height: 40px;
	line-height:40px;
	width: 40px;
	float: left;
	text-align: center;
	border-radius: 50%;
	margin-right: 15px;
	color: #fff;
	border: 1px solid #fff;
	
}
.contact_us_area .right .icon-wrap i{
	font-size: 15px;
	
}
.contact_us_area .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.contact_us_area  .form-control{
	background: transparent;
	border-color: #fff;
	color: #fff;
	border-radius: 10px;
}
.contact_us_area  .form-control:focus{
	border-color:#2f9fb7 ;
}

/* --------------------------------------------------------
#        End Contact CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        Start Footer Area CSS
-----------------------------------------------------------*/
.cont_bottom{
	padding-top: 30px;
}


ul.footer_social_link{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.footer_social_link li{
	display: inline-block;
	padding-right: 18px;
}
ul.footer_social_link li:last-child{
	padding-right: 0px;
}
ul.footer_social_link li a{	
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	line-height: 42px;
	text-align: center;
	transition: all 0.5s ease 0s;
	width: 40px;
}
ul.footer_social_link li a:hover{
	border-color: #2f9fb7;
	background: #2f9fb7;
	color: #fff;
}
ul.footer_social_link li a i{
	font-size: 18px;
}
.copyright{
	margin-bottom: 0;
}
.copyright a:hover{
	color: #fff;
}


/* --------------------------------------------------------
#        End Footer Area CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
#        Start Single Portfolio CSS
-----------------------------------------------------------*/
.main_banner_area{
	padding: 150px 50px 100px;
	position: relative;
}
.banner_text{
	position: relative;
	z-index: 1;
	color: #fff;
}
.banner_text h2,
.banner_text p{
	color: #fff;
	display: inline-block;
	position: relative;
}
.banner_text h2{
	padding-right: 10px;
	margin-right: 10px;
	text-transform: uppercase;
}
.banner_text h2:after{
	background: #2f9fb7 none repeat scroll 0 0;
	content: "";
	height: 20px;
	position: absolute;
	right: 0;
	top: 4px;
	width: 3px;
}
.banner_text p{
	transform: translateY(-4px);	
}
.banner_text a:hover{
	color: inherit;
}
.portfolio_details_area h2{
	border-bottom: 1px solid #2f9fb7;
	display: inline-block;
	font-weight: 300;
	padding-bottom: 10px;
}
.project_description ul{
	list-style-type: none;
	margin: 0;
	padding: 0 0 25px;
}
.project_description ul li{
	font-size: 15px;
	padding: 9px 32px;
	position: relative;
}
.project_description ul li:before{

	border: 1px solid;
	border-radius: 50px;
	color: #2f9fb7;
	content: '\f00c';
	font-family: fontawesome;
	font-size: 13px;
	height: 24px;
	left: 0;
	line-height: 24px;
	position: absolute;
	text-align: center;
	width: 25px;	
}
.related_portfolios h2{
	margin-bottom: 30px;
}
/* --------------------------------------------------------
#        End Single Portfolio CSS
-----------------------------------------------------------*/



