/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Open+Sans:400,400i,600,700');*/

/*--------------------------------*/
/* 1. Appionment area
/*--------------------------------*/
.header-right-link .slice-btn{
	color:#444;
	position: relative;
    top: 0;
    font-size: 22px;
    cursor: pointer;
    right: -11px;
    display: inline-block;
    padding: 34px 0px;
}
.header-right-link {
    float: right;
    width: 60px;
}
.header-area .header-right-link .slice-btn {
    color: #444;
}
.header-area-2 .header-right-link .slice-btn {
    color: #fff;
}
.header-area.stick .header-right-link .slice-btn {
    padding: 28px 0px;
}
.appointment-wrapper{
	position: fixed;
    right: -400px;
    top: 0px;
    width: 380px;
    max-width: 100%;
	height:100%;
	overflow-y:auto;
    z-index: 99999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.visible-appointment .appointment-wrapper{
	right:0px;
	opacity:1;
	visibility:visible;
}
.appointment-wrapper .appoint-box{
	position:relative;
	background-color: #062241;
	padding:80px 30px 30px;
}
.appointment-wrapper .appoint-box .cross-icon{
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer;
	color:#ffffff;
	font-size:20px;
}
.appointment-wrapper .appoint-box h2{
	position:relative;
	font-size:28px;
	font-weight:600;
	line-height:1.2em;
	color:#ffffff;
	margin-bottom:20px;
	font-family: 'Nunito', sans-serif;
}
.layer-drop {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(10,24,40,0.80);
    visibility: hidden;
    z-index: 9999999;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.visible-appointment .layer-drop{
    opacity: 1;
    visibility: visible;
}
.appointment-wrapper .single-contact span {
    color: #fff;
    font-size: 17px;
}
.appointment-wrapper .single-contact h5 {
    color: #ddd;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.quote-icons {
    margin-top: 30px;
}
.quote-icons h5 {
    color: #ddd;
	margin-bottom: 20px;
}
.quote-icons ul li {
    display: inline-block;
}
.quote-icons ul li a {
    color: #ddd;
    display: block;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    margin-right: 5px;
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.quote-icons ul li a:hover{
	background: #FF522F;
    border: 1px solid #FF522F;
    color: #ddd;
}
.appointment-wrapper .single-contact {
    width: 100%;
    float: none;
}
.appointment-wrapper .quote-btn {
    background: #FF522F;
    border: 1px solid #FF522F;
    color: #fff;
    padding: 9px 20px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: 140px;
    transition: 0.4s;
	border-radius: 3px;
}
.appointment-wrapper .quote-btn:hover {
    background: #062241;
    border: 1px solid #fff;
}
.appointment-wrapper .contact-icon {
    padding: 30px 0px;
}
.appointment-wrapper .help-block {
    margin-top: 15px;
    margin-bottom: 0px;
}
.appointment-wrapper .contact-form input[type="text"], 
.appointment-wrapper .contact-form input[type="email"] {
    border: 1px solid #062241;
    border-radius: 3px;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
}
.appointment-wrapper .contact-form textarea#message {
    border: 1px solid #062241;
    border-radius: 3px;
    height: 120px;
    padding: 20px;
    width: 100%;
}
.header-area-3.stick  .header-right-link .slice-btn,
.header-area-3  .header-right-link .slice-btn {
    padding: 18px 0px;
}
.header-area-4 .header-right-link .slice-btn,
.header-area-6 .header-right-link .slice-btn{
	color:#fff;
}
/*----------------------------------------*/
/*  1.2  Theme default CSS
/*----------------------------------------*/
html, body {
	height: 100%;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom: 15px;
}
.aligncenter {
	display:block;
	margin:0 auto 15px;
}
a:focus {
	outline:0px solid;
}
img {max-width:100%;
	height:auto;
}
.fix {
	overflow:hidden;
}
p {
	margin:0 0 15px;
    color: #777;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #666;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
}
h1{
	font-size: 48px;
	line-height: 50px;
		
}
h2{
	font-size: 38px;
	line-height: 40px;
		
}
h3{
	font-size: 30px;
	line-height: 32px;
		
}
h4{
	font-size: 24px;
		
}
h5{
	font-size: 20px;
	line-height: 22px;
		
}
h6{
	font-size: 16px;
	line-height: 20px;
		
}
a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #FF522F;
    text-decoration: none;
}
body {
	background: #fff none repeat scroll 0 0;
	color: #777;
    font-family: 'Nunito', sans-serif;
	font-size: 15px;
	text-align: left;
	overflow-x: hidden;
	line-height: 24px;
}
#scrollUp {
  background: #000 none repeat scroll 0 0;
  border-radius: 2px;
  bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 20px;
  height: 34px;
  line-height: 30px;
  opacity: 0.6;
  right: 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 34px;
}
#scrollUp:hover {
    background: #FF522F;
    opacity: 1;
}
.clear{
	clear:both;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
	-moz-appearance: none;
	box-shadow: none !important;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
div#preloader { 
	position: fixed;
	left: 0; 
	top: 0; 
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url('img/logo/preloader.html') no-repeat center center;
}
.navbar-collapse {
    padding-left: 0px;
}
::-moz-selection {
    background: #FF522F;
    text-shadow: none;
}
::selection {
    background: #FF522F;
    text-shadow: none;
}
.color{
    color:#FF522F;
    font-weight: 700;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.area-padding{
	padding: 50px 0px;
}
.page-padding{
	padding: 120px 0px 90px;
}
.bg-color{
	background: #FFFAF6;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.parallax-bg{
    position:relative;
}
.parallax-bg:before{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#062241;
    opacity:.5;
    content:"";
}
.left-headline{
	margin-bottom: 40px;
}
.left-headline h3 {
    font-size: 26px;
    max-width: 670px;
    line-height: 36px;
    font-weight: 700;
    text-transform: capitalize;
	position: relative;
}
.white-headline{
	position: relative;
}
.white-headline h3{
	color:#fff;
}
.project-headline.white-headline::after{
	position: absolute;
    left: 0;
    top: 5px;
    background: #fff!important;
    content: "";
    width: 5px;
    height: 90px;
    right: 0;
    margin: 0 auto;
}
.color-bg {
	background:#062241 !important;
}
.center-head{
	text-align: center;
}
.center-head{
    padding-bottom: 60px;
}
.center-head h3{
    max-width: 750px;
    font-size: 31px;
    line-height: 42px;
    margin: 0px auto 10px;
}
.center-head::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 40px;
    width: 50px;
    right: 0;
    margin: 0 auto;
    height: 2px;
    background: #062241;
}
.white-headline::after {
    background: #fff;
    position: absolute;
    content: "";
    left: 0;
    bottom: 25px;
    width: 50px;
    right: 0;
    margin: 0 auto;
    height: 2px;
}
.white-headline p {
    color: #fff;
    max-width: 600px;
    letter-spacing: 1px;
    font-size: 16px;
    margin: 10px auto;
}
/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/
.topbar-left ul li {
    display: inline-block;
}
.topbar-area {
    background:linear-gradient(90deg, rgba(255,81,47,1) 0%, rgba(240,152,25,1) 80%);
}
.topbar-left ul li a {
    color: #fff;
    display: block;
    font-weight: 500;
    margin-right: 15px;
    padding: 8px 0;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0px;
}
.topbar-left ul li a i {
    color: #fff;
    font-size: 16px;
    padding-right: 7px;
}
.top-social {
    text-align: right;
    padding: 8px 0px;
    margin-left: 10px;
}
span.share-link {
    float: left;
    color: #fff;
    margin-left: 35%;
}
.top-social ul li{
    display: inline-block;
}
.top-social ul li a {
    color: #fff;
    margin-left: 12px;
    display: block;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    line-height: 25px;
}
.top-social ul li a:hover{
	color:#333;
}
.slogan {
    margin-bottom: 0px;
    padding: 16px 0px;
    color: #fff;
    font-size: 16px;
}
/*----------------------------------------*/
/*  2.1 Header Bottom Area 
/*----------------------------------------*/
.header-area{
	background: #fff;
	box-shadow: 2px 2px 5px #ccc, 0px 0px 0px #ccc;
}
.navbar-brand > img {
    display: block;
    max-width: 185px;
}
.logo-bg{
	background: #FF522F;
	z-index: 10;
}
.logo-bg:after {
    content: "";
    position: absolute;
    right: -100px;
    top: 0;
    border-top: 100px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 100px solid #FF522F;
	z-index: 10;
}
.logo-bg:before {
    content: "";
    position: absolute;
    left: -90px;
    top: 0;
    background: #FF522F;
    z-index: 10;
    width: 90px;
    height: 100%;
}
.logo {
    display: block;
}
.logo a {
    display: inline-block;
    height: auto;
    padding: 5px 0;
}
.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav > li >a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #444;
    font-size: 14px;
    font-weight: 600;
    padding: 32px 0px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    margin: 0px 15px;
}
.main-menu ul.navbar-nav li a:hover{
	color: #FE542E;
}
.main-menu ul.navbar-nav >li:hover > a:before, .main-menu ul.navbar-nav >li.active > a::before {
    width: 100%;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}
.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #FE542E;
    position: relative;
    z-index: 9999999;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #FE562D;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 2px solid #FF522F;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
}
.pagess {
    position: relative;
}
.navbar.navbar-default {
    float: right;
}
.main-menu ul.nav li ul.sub-menu li {
    border-bottom: 1px solid #ddd;
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu {
    top: 92%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}
.main-menu ul.nav li ul.sub-menu li a {
    color: #444;
    display: block;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color:#FF522F;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}
.stick span.search-button i,.stick .header-search input{color:#444}
.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}
.search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -40px;
    color: #444;
    display: none;
    position: absolute;
    right: 20px;
    width: 260px;
    z-index: 99999;
	border-top: 2px solid #FF522F;
}
.search-option input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #444;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    padding: 8px 10px;
    width: 210px;
    height: 44px;
}
.search-option button.button {
    background: #FF522F;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    line-height: 35px;
    padding: 5px 15px;
    text-align: center;
}
.header-right-link a.main-search {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 39px;
    position: relative;
    padding: 26px 0px 26px 10px;
}
/*--------------------------------*/
/* 2.2. Sticky Header Area
/*--------------------------------*/
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 1px 2px 3px #999;
    background: #fff;
}
.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 5px 0;
}
.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 30px 0px;
}
.header-area.stick .quote-button {
    float: right;
    padding: 13px 5px;
}
.header-area.stick .header-right-link a.main-search {
    padding: 21px 0px 20px 10px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    display: block;
    padding: 10px 15px;
}
.header-area.stick .navbar-brand>img {
    display: block;
    width: 160px;
    height: auto;
}
.header-area.stick .logo-bg:after {
    border-top: 76px solid transparent;
}
/*----------------------------------------*/
/*  2.3. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px 0px ;
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.mean-container a.meanmenu-reveal:hover {
    color:#252525
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 0px 0px;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #f76b01;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #444;
    line-height: 17px;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
}

.mobile-menu-area .header-right-link a.main-search {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 25px;
    position: relative;
    padding: 0px 0px 0px 10px;
}
.mobile-menu-area .slice-btn {
    float: right;
    padding: 0px;
}
.mobile-menu-area .header-right-link {
    float: right;
    width: 50px;
    position: absolute;
    top: 12px;
    right: 0px;
}
/*.mean-container a.meanmenu-reveal {
    color: #252525;
    cursor: pointer;
    display: block;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 25px !important;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    padding: 6px 10px 11px;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    top: 0;
    width: 30px;
}*/
.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    float: left;
    min-height: 42px;
    padding: 4px 0 0;
    position: relative;
    width: 100%;
    z-index: 999999;
}
.mobile-menu-area .header-right-link .slice-btn span {
    font-size: 20px;
    font-weight: 700;
    color: #333;
	cursor: pointer;
}
.mobile-menu-area .search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -60px;
    color: #444;
    display: none;
    position: absolute;
    right: 20px;
    width: 260px;
    z-index: 99999;
    border-top: 2px solid #FF522F;
}



/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/
.intro-content {
    position: relative;
    z-index: 1;
}
.intro-content::after {
    background: rgba(10, 27, 40, 0.6) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -170px;
}
.layer-1 {
    margin: 0px 0 20px;
}
.layer-2 p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    max-width: 600px;
    margin-bottom: 30px;
}
.layer-1 h1 {
    color: #fff;
    font-size: 52px;
    line-height: 60px;
    text-transform: capitalize;
    margin: 0px 0px 20px;
    max-width: 710px;
}
.ready-btn {
    border: 1px solid #FF522F;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #FF522F;
    width: 160px;
	border-radius: 30px;
}
.ready-btn:hover{
    color: #fff;
    background: #FF522F;
    border: 2px solid #FF522F;
    text-decoration: none;
}
.ready-btn.right-btn {
    margin-left: 15px;
    background: transparent;
    border: 2px solid #fff;
	color:#fff;
}
.ready-btn.right-btn:hover{
    background: #FF522F;
    border: 2px solid #FF522F;
}
.ready-btn.left-btn:hover{
    background: transparent;
    border: 2px solid #fff;
	color:#fff;
}
.layer-1-2 .color {
    color: #FF522F;
    font-weight: 900;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 22px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    border:2px solid #fff;
    width: 50px;
    height: 50px;
	border-radius: 50px;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #FF522F;
    border: 2px solid #FF522F;
}
.intro-carousel .owl-item .layer-1{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}
.intro-carousel .owl-item .layer-2{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}
.intro-carousel .owl-item .layer-3{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
}
.intro-carousel .owl-item.active .layer-1,
.intro-carousel .owl-item.active .layer-2,
.intro-carousel .owl-item.active .layer-3{
    transform: translateY(0);
    opacity: 1;
}
.intro-carousel .owl-item.active .slider-images img{
	transform: scale(1.1);
	transition: 10s;
}
/*----------------------------------------*/
/*  4. Wellcome Services Area
/*----------------------------------------*/
.all-services-top{
	margin-top: -30px;
}
.well-services{
    padding: 30px;
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-top: 30px;
    text-align: center;
    transition: all 3s;
}
.well-services:hover{margin-top: -10px; transition: all 3s; box-shadow: 3px 5px 5px #ccc;}
.number {
    color: 
    #ff522f;
    font-size: 227px;
    position: absolute;
    top: -43px;
    left: 61%;
    width: 100%;
    opacity: 0.4;
    font-weight: 700;
    z-index: -1;
}
.well-icon {
    margin-bottom: 20px;
    display: block;
    float: none;
    width: auto;
    height: auto;
}
.well-icon a{
	font-size: 60px;
	line-height: 60px;
	color:#FF522F;
}
.well-services .well-content h4 {
    font-size: 20px;
    line-height: 30px;
	transition: 0.4s;
}
.well-services:hover .well-content h4{
	color:#FF522F;
	transition: 0.4s;
}
/*----------------------------------------*/
/*  5. About area
/*----------------------------------------*/
.aboutinner{}
.aboutinner h4, .feature-content h4 {
    color: #FF532E;
    font-size: 30px;
    background: linear-gradient(270deg, #fcc415 10%, #f41863 100%);
    background-clip: border-box;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.aboutinner p {
    color: #666;
    text-align: justify;
    font-size: 16px;
}
.about-content h3 {
    line-height: 34px;
    font-size: 26px;
    position: relative;
	font-weight: 800;
}
.about-content p {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 24px;
    margin-bottom: 5px;
}
.about-details {
    overflow: hidden;
    display: block;
    padding-top: 10px;
}
.marker-list li {
    color: #777;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
}
.marker-list li::after {
    position: absolute;
    content: "";
    left: 5px;
    top: 10px;
    background: #FF522F;
    width: 5px;
    height: 5px;
}
.about-image {
    border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.about-image img {
    border-radius: 10px;
}
/*.about-image::after {
    position: absolute;
    left: -200px;
    top: 180px;
    width: 800px;
    height: 100%;
    content: "";
    background: rgba(6,34,65,0.80) none repeat scroll 0 0;
    transform: rotate(38deg);
}*/
.video-content {
    width: 100%;
    height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	 margin-top: -35px;
	text-align: center;
	z-index: 999;
}
.video-play.vid-zone {
    background: #FF522F;
    border-radius: 100%;
    display: inline-block;
    font-size: 34px;
    height: 100px;
    line-height: 96px;
    width: 100px;
    overflow: hidden;
    transition: 0.4s;
}
.video-play.vid-zone i {
    color: #fff;
    margin-left: 5px;
}
.video-play.vid-zone:hover {
    background: #fff;
    color: #FF522F;
	transition: 0.4s;
}
.video-play.vid-zone:hover i{
    color: #FF522F;
}
/*----------------------------------------*/
/*  6. Services Area
/*----------------------------------------*/
.all-services{
	margin-top: -30px;
	overflow: hidden;
	display: block;
}
.single-service {
    position: relative;
    border: 1px solid #ddd;
    padding: 20px 20px 5px;
	margin-top: 30px;
	transition: 0.4s;
}
.single-service:hover{
    border: 1px solid #062241;
	background: #062241;
	transition: 0.4s;
}
.left-head{
	position: relative;
}
.left-head h4{
	font-size: 26px;
	line-height: 34px;
	text-transform: capitalize;
}
.service-icon {
    float: left;
    margin-right: 20px;
}
.service-icon i{
	font-size: 34px;
	 color: #FF522F;
}
.service-text h4{
	font-weight: 500;
	font-size: 20px;
}
.single-service h4 {
    font-size: 20px;
    line-height: 28px;
}
.single-service h4 a {
    color: #444;
}
.single-service h4 a:hover{
    color: #FF522F;
}
.left-head p{
	font-size: 16px;
}
.more-btn {
	border: 1px solid #FF522F;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    background: #FF522F;
    width: 160px;
	border-radius: 30px;
	margin-top: 20px;
}
.more-btn:hover{
    color: #fff;
    background: #062241;
    border: 1px solid #062241;
}
.single-service:hover .service-text h4 a,
.single-service:hover .service-text p{
    color:#fff;
}
/*----------------------------------------*/
/* 7.Counter Area
/*----------------------------------------*/
.counter-area{
   position: relative;
}
.fun-content {
    background: #062241;
    padding: 60px 50px;
    overflow: hidden;
}
.fun-icon{
	float: left;
}
.fun-icon i {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
}
.fun_text {
    padding-left: 75px;
}
.fun_text span {
    display: block;
    font-size: 44px;
    font-weight: bold;
    line-height: 40px;
    color: #ddd;
    margin: 5px 0px;
}
.fun_text > h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
/*--------------------------------*/
/*  8.Project Area
/*--------------------------------*/
.project-headline{
	position: relative;
}
.project-headline::after {
    position: absolute;
    left: 0;
    top: 5px;
    background: #062241;
    content: "";
    width: 5px;
    height: 90px;
    right: 0;
    margin: 0 auto;
}
.project-headline h3 {
    font-size: 29px;
    width: 50%;
    line-height: 36px;
    font-weight: 700;
    text-transform: inherit;
    margin-bottom: 40px;
    float: left;
    padding-right: 30px;
}
.project-headline p {
    width: 50%;
    float: left;
    padding-left: 30px;
}
.project-single {
    width: 33.33%;
    float: left;
}
.all-padding{
    padding: 15px;
}
.single-awesome-project {
  overflow: hidden;
}
.awesome-img{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.awesome-img img {
    transform: scale(1.1);
    transition: 0.5s;
}
.single-awesome-project:hover .awesome-img img {
    transform: scale(1);
    transition: 0.5s;
}
.awesome-img > a {
  display: block;
  position: relative;
}
.awesome-img::after{
  position: absolute;
  left:0;
  top:0;
  background: rgba(6,34,65,0.60) none repeat scroll 0 0;
  content: "";
  width: 100%;
  height: 100%;
	transition: 0.4s;
}
.add-actions {
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 10%;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 9;
    padding: 30px;
}
.project-dec {
  display: inline-block;
}
.project-dec h5 {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.project-dec p {
    color: #fff;
	font-size: 15px;
}
.project-dec span{
    color: #fff;
    background: linear-gradient(90deg, rgba(255,81,47,1) 0%, rgba(240,152,25,1) 80%);
    margin-bottom: 15px;
    display: inline-block;
	padding: 0px 15px;
	font-weight: 700;
	font-size: 14px;
}
.opacity-text{
	opacity: 0;
}
.awesome-menu {
  padding-top: 10px;
}
.single-awesome-project:hover .opacity-text{
	opacity: 1;
}
.single-awesome-project:hover .awesome-img::after{
	background: rgba(6,34,65,0.95) none repeat scroll 0 0;
	transition: all 0.5s ease 0s;
}
.single-awesome-project:hover .add-actions{
	top:5%;
	transition: all 0.5s ease 0s;
}
.know-more-btn{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
	background: transparent !important;
	padding: 0px !important;
}
.know-more-btn:hover,
.project-dec h5:hover{
	color:#FF522F;
}
/*----------------------------------------
 9.Quote Area
----------------------------------------*/
.quote-area {
    position: relative;
	background: rgba(0, 0, 0, 0) url(img/background/bg1.jpg) no-repeat scroll top right / cover; 
}
.quote-all{
	background: #062241;
}
.sub-head h4{
	text-transform: capitalize;
	font-size: 26px;
	margin-bottom: 30px;
}
.contact-icon {
    display: block;
    overflow: hidden;
}
.single-contact {
    width: 50%;
    float: left;
}
.single-contact h5 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom:15px;
}
.single-contact a {
    display: block;
    margin-bottom: 10px;
}
.single-contact a i {
    float: left;
    color: #FF522F;
    font-size: 18px;
    padding-right: 20px;
    line-height: 24px;
}
.single-contact span {
    color: #fff;
}
.form-row{
  margin-top: 30px;
}
.quote-contact {
    padding: 0px  100px;
}
.quote-area #contactForm input {
    border-radius: 0;
    height: 45px;
    margin-bottom: 15px;
}
.quote-area .white-headline::after{
	display: none;
}
.quote-area .contact-form textarea.form-control{
    height: 104px;
    border-radius: 0;
    margin-bottom: 15px;
}
.quote-area .quote-btn {
    background: #FF522F;
    border: 1px solid #FF522F;
    color: #fff;
    padding: 9px 20px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 100%;
	transition: 0.4s;
}
.quote-area .quote-btn:hover {
    background: #062241;
    border: 1px solid #FF522F;
	transition: 0.4s;
}
.quote-area #contactForm .col-md-6{
	padding-left: 7.5px;
    padding-right: 7.5px;
}
/*--------------------------------*/
/* 10.Testimonial Area Css
/*--------------------------------*/
.testimonial-area{
    background:#fff;
}
.single-testi {
    padding: 30px 20px;
    position: relative;
    border: 1px solid #f1f1f1;
}
.testi-img {
    float: left;
	margin-right: 15px;
}
.testi-img img {
    width: 100%;
    max-width: 120px;
    height: auto;
    border-radius: 50%;
    float: left;
	border: 4px solid #FF522F;
}
.testi-text {
    padding-left: 100px;
}
.texti-name {
    margin-top: 15px;
    display: inline-block;
}
.texti-name h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0px;
}
.guest-rev a {
    color: #444;
    font-size: 14px;
}
.testi-text p {
    color: 
    #444;
    margin-bottom: 0px;
    height: 116px;
    overflow: hidden;
}
.Reviews-content {
    margin-top: -30px;
}
.testimonial-carousel.item-indicator{
    padding: 30px 0px 50px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
    background: #444 none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition:0.4s;
    -webkit-transition:0.4s;
    -o-transition:0.4s;
    -ms-transition:0.4s;
    transition:0.4s;
    border-radius: 50%;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: 0px;
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
}
.testimonial-content {
    margin-bottom: 15px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span{
    background: #FF522F;
}
.reviews-page .single-testi{
    margin-bottom: 30px;
}
.anti-01-holder {
    width: 110px;
    height: 110px;
    opacity: 0.1;
    position: absolute;
    left: -24px;
    top: 50%;
    -webkit-animation: rotation 6s infinite linear;
    z-index: -0;
}
.anti-01 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ff522f;
    position: absolute;
    left: 0px;
    top: 0px;
}



/*----------------------------------------*/
/*  11. banner Area
/*----------------------------------------*/
.banner-content  {
    background: #062241;
    display: block;
    overflow: hidden;
	position: relative;
	z-index: 1;
}
.brand-items {
    display: block;
    margin-top: 30px;
    overflow: hidden;
    padding: 0px 60px;
}
.brand-items h4 {
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
}
.brand-items {
    padding: 0px 30px;
}
.single-brand-item {
    float: left;
    width: 20%;
    padding: 0px 10px;
}
.single-brand-item a{
	display: block;
}
.banner-btn {
    border: 1px solid #FF522F;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background: #FF522F;
    border-radius: 2px;
	margin-top: 40px;
}
.banner-btn:hover{
    background: transparent;
    border: 1px solid #fff;
    color:#fff;
}
.banner-content h3{
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    max-width: 750px;
    line-height: 36px;
    font-weight: 600;
}
/*----------------------------------------*/
/*  12. Blog Area
/*----------------------------------------*/
.blog-area{
  position: relative;
}
.blog-image{
  overflow: hidden;
    display: block;
}
.blog-grid{
	margin-top: -30px;
}
.blog-content {
    background: #fff;
    padding: 20px 20px 30px;
}
.blog-content a h4 {
    font-size: 20px;
    text-transform: inherit;
    font-weight: 600;
    color: #444;
    line-height: 28px;
	margin: 10px 0px;
}
.blog-meta {
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    display: block;
}
.blog-meta span {
    color: #444;
    font-size: 14px;
    font-weight: 700;
    padding-right: 10px;
}
.blog-content a h4:hover{
    color:#FF522F;
}
.single-blog {
    margin-top: 30px;
    box-shadow: 1px 1px 20px #f3f3f3, -1px -1px 20px #f3f3f3;
    position: relative;
}
.read-more {
    color: #444;
    display: inline-block;
    font-weight: 700;
    border-top: 1px solid #ddd;
    display: block;
    padding-top: 10px;
}
.blog-content p {
    color: #444;
    font-size: 15px;
}
/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
.animatedBackground {
    background-repeat: repeat !important;
    background-size: auto !important;
    animation: animatedBackground 20s linear infinite;
    -ms-animation: animatedBackground 20s linear infinite;
    -moz-animation: animatedBackground 20s linear infinite;
    -webkit-animation: animatedBackground 20s linear infinite;
}
.footer-1{
	background: url(img/background/f1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	background-attachment: scroll;
}
.footer-1{
	position: relative;
	z-index: 1;
}
.footer-1::after {
    background: #333;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index: -1;
}
.footer-area {
    position: relative;
}
.footer-about-top {
    position: relative;
    background: #333;
    padding: 23px 25px;
    top: -77px;
    margin-bottom: -190px;
    border-radius: 30px 30px 0px 0px;
}
.footer-logo{
	margin-bottom: 15px;
    text-align: center;
}
/*.footer-logo img{
    width: 300px;
}*/
.footer-head h3{color: #F09819; font-size: 22px;}
.footer-head p {
    color: #ddd;
}
.footer-head h4 {
    color: #F09819;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
/*.footer-services-link ul.footer-list{
	width: 50%;
	float: left;
}*/
.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    color: #ddd;
    display: block;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #333;
}
.footer-icons ul li a:hover{
    color: #fff;
	background: #FF522F;
	border:1px solid #FF522F;
}
.footer-icons {
    margin-top: 0px;
    display: inline-block;
}
.footer-icons h5{
	color:#ddd;
}
.suscribe-input input {
    background: transparent;
    border: medium none;
    color: #ddd;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    height: 42px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #777;
}
.suscribe-input button {
    background: #FF522F;
    border: 1px solid #FF522F;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
	font-weight: 700;
}
.suscribe-input button:hover {
    background: #062241;
    border: 1px solid #062241;
    color: #fff;
    transition: 0.4s;
}
.footer-contacts p span {
    color: #FF522F;
    font-weight: 700;
}
.footer-content {
    display: block;
    overflow: hidden;
}
.footer-list li a {
    color: #ddd;
    padding: 4px 0px 4px 20px;
    display: block;
    position: relative;
    font-weight: 500;
}
.footer-list li:first-child a{
	padding-top: 0px;
}
.footer-list li:last-child a{
	padding-bottom: 0px;
}
.footer-list li a::after {
    position: absolute;
    content: "\e876";
    right: auto;
    top: 4px;
    font-family: montril;
    font-size: 11px;
    left: 0;
}
.footer-list li a:hover {
    color: #FF522F;
}
.footer-area-bottom {
    background:#222;
    padding: 10px 0;
    border-top: 1px solid #333;
}
.copyright-text a:hover{
	text-decoration: underline;
	color:#FF522F;
}
.copyright-text a {
    color: #ddd;
}
.copyright > p {
    margin-bottom: 0;
    color: #ddd;
    font-size: 13px;
}
.copyright a {
    color: #fff;
}
.copyright a:hover{color: #FE572D;}
.title-1 {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
}
.footer-head h2 span {
    color: #fff;
}
.footer-head h2 strong {
    color: #FF7D07;
}
.footer-about-top .footer-head p {
    height: 215px;
    overflow: hidden;
}


/*----------------------------------------*/
/*  14. Home 2 Area
/*----------------------------------------*/
.header-two{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}
.topbar-area-2{
	background: #062241;
}
.header-area-2{
	background: rgba(6,34,65,0.50) none repeat scroll 0 0;
	box-shadow:none;
}
.topbar-area-2 .topbar-left ul li a{
	color: #fff;
}
.header-area-2 .main-menu ul.navbar-nav li a{
	color: #fff;
}
.header-area-2 .main-menu ul.navbar-nav li a:hover{
	color: #FF522F;
}
.header-area-2 .header-right-link a.main-search{
	color:#fff;
}
.header-area-2.stick{
	background: #062241;
	box-shadow: 0px 0px 1px #666, -2px -2px 1px #666;
}
.intro-2 .layer-1 h1 {
    margin: 0px auto 20px;
    max-width: 850px;
}
.intro-2 .layer-2 p {
    max-width: 700px;
   margin: 0px auto 30px;
}
.intro-2 .slider-content {
    margin-top: -100px;
}
.welcome-2 .well-services {
    padding: 30px 20px;
    text-align: center;
	z-index: 1;
}
.welcome-2 .well-services::after{
    position: absolute;
	left:0;
	top:0;
	width: 0%;
	height: 2px;
	background: linear-gradient(90deg, rgba(255,81,47,1) 0%, rgba(240,152,25,1) 80%);
	content:"";
	transition: 0.5s;
	z-index: -1;
}
.welcome-2 .number {
    display: none;
}
.welcome-2 .well-icon a {
    font-size: 40px;
    line-height: 52px;
	width: 60px;
	height: 60px;
	border: 3px solid #FF522F;
    color: #FE572D;
	display: inline-block;
	border-radius: 5px;
}
.welcome-2 .well-services:hover::after{
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255,81,47,1) 0%, rgba(240,152,25,1) 80%);
	transition: 0.5s;
}
.welcome-2 .well-services:hover .well-content p,
.welcome-2 .well-services:hover .well-content h4,
.welcome-2 .well-services:hover .well-icon a i{
	color:#fff;
}
.about-2{
	background: url(img/background/ag1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: scroll;
}
.about-2 .about-content {
    background: #062241;
	padding: 80px 80px 80px 50px;
}
.about-2 .about-content h3,
.about-2 .about-content p{
	color:#fff;
}
.about-2 .about-content {
    background: #062241;
    padding: 80px 70px 80px 50px;
    overflow: hidden;
}
.about-2 .about-image {
    overflow: initial;
    width: 100%;
    height: 100%;
	position: relative;
}
.about-2 .about-image::after{
	display: none;
}
.about-2 .video-content {
    display: none;
    position: relative;
    top: 200px;
    text-align: center;
}
.single-about {
    width: 33.33%;
    float: left;
}
.about-company {
    margin-top: 50px;
    display: block;
    overflow: hidden;
}
span.about-icon {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    float: left;
    margin-right: 15px;
}
span.about-text {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}
/*--------------------------------*/
/* 15.Home 2  Why choose Area
/*--------------------------------*/
.choose-area{
    position: relative;
}
.choose-images {
    width: 80px;
    float: left;
    height: 80px;
    font-size: 32px;
    color: #FF522F;
	border:1px solid #ccc;
    margin-right: 15px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
}
.single-choose {
    display: block;
    margin-top: 30px;
}
.choose-content{
	padding-left: 80px;
}
.choose-content h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
}
.choose-content h4 a {
    color: #444;
}
.choose-content h4 a:hover {
    color: #FF522F;
}
.choose-content p{
    color:#666;
}
.project-area.project-2{
	background: #062241;
}
.project-carousel .project-single {
    width: 100%;
    float: none;
}
.project-carousel .add-actions {
    top: 60%;
    padding: 30px 20px;
}
.blog-right-column .blog-image {
    overflow: hidden;
    float: left;
    width: 35%;
}
.blog-right-column .blog-content {
    background: #fff;
    float: left;
    height: 100%;
    width: 65%;
    padding: 0px 20px;
    min-height: 136px;
}
.blog-right-column .single-blog{
	overflow: hidden;
}
.footer-2{
	background:#062241;
}
.footer-2 .footer-about-top{
	background:#0A1828;
}
.footer-2 .footer-area-bottom {
    background: #0A1828;
}
/*--------------------------------*/
/* 16.Home 3
/*--------------------------------*/
.header-area-3 {
    background:#fff;
	border-top:1px solid #ccc;
	box-shadow: none;
}
.header-middle-area .header-info {
    width: 33.33%;
    float: left;
    padding: 25px 0px;
}
.header-middle-area .header-info-text span {
    display: block;
    font-size: 14px;
}
.header-middle-area .info-simple{
	font-weight: 700;
	color: #777;
	font-size:12px;
}
.header-middle-area .header-icon {
    float: left;
    margin-right: 10px;
}
.header-middle-area .logo a {
    padding: 19px 0;
}
.header-icon i {
    color: #fff;
    font-size: 22px;
    line-height: 38px;
    width: 40px;
    height: 40px;
    background: #FF522F;
    text-align: center;
    border-radius: 3px;
}
.info-first {
    font-weight: 700;
	color: #444;
}
.header-area-3.stick {
    background:#fff;
}
.header-area-3 .navbar.navbar-default {
    float: left;
}
.header-area-3 .main-menu ul.navbar-nav li a {
    padding: 20px 15px;
	color: #444;
	margin: 0px;
}
.header-area-3.stick .main-menu ul.navbar-nav li a {
    padding: 20px 15px;
}
.header-area-3 .main-menu ul.navbar-nav li.active >a,
.header-area-3 .main-menu ul.navbar-nav > li > a:hover{
	color:#FF522F;
}
.header-area-3 .header-right-link a.main-search {
    padding: 10px 0px 10px 10px;
}
.header-area-3.stick .header-right-link a.main-search {
    padding: 10px 0px 10px 10px;
}
.intro-3 .layer-1 h1 {
    text-transform: uppercase;
}
.welcome-3 .well-services {
    background: #062241;
    padding: 40px 30px 25px;
}
.welcome-3 .number {
    font-size: 150px;
    top: 67px;
    left: 71%;
	opacity: 0.10;
}
.welcome-3 .well-services .well-content p,
.welcome-3 .well-services .well-content h4{
	color:#fff;
}
.welcome-3 .well-icon {
    margin-bottom:0px;
    display: inline-block;
    float: left;
	margin-right: 20px;
}
.single-service{
	background: #fff;
}
.counter-2 .fun-icon {
    float: none;
    display: block;
    text-align: center;
    position: relative;
}
.counter-2 .fun-icon::after {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 70px;
    height: 3px;
    border:2px dotted #ddd;
    content: "";
    right: 0;
    margin: 0 auto;
}
.counter-2 .fun-icon i {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
}
.counter-2 .fun_text {
    padding-left: 0px;
    text-align: center;
    padding-top: 30px;
}
.counter-2 .fun_text span {
    margin: 15px 0px;
}
.counter-2{
    background: #062241;
    overflow: hidden;
}
.project-3 .project-single {
    width: 50%;
    float: left;
}
.project-3 .awesome-img img {
    width: 50%;
    height: auto;
}
.project-3 .add-actions {
    left: 39%;
    top: 13%;
    background: #fff;
    width: 60%;
    height: auto;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.project-3 .opacity-text{
	opacity: 1;
}
.project-3 .awesome-img img {
    transform: scale(1);
}
.project-3 .awesome-img::after{
  display: none;
}
.project-3 .single-awesome-project:hover .awesome-img::after {
    display: none;
}
.project-3 .know-more-btn,
.project-3 .project-dec h5,
.project-3 .project-dec p{
    color: #444;
}
.about-3 .about-image::after{
	display: none;
}
.about-3 .about-image img,
.about-3 .about-image{
	border-radius: 0px;
}
.about-3 .about-content h3 {
    line-height: 40px;
    font-size: 26px;
    position: relative;
    font-weight: 700;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    text-transform: inherit;
}
.about-3 .about-content {
    position: relative;
    padding: 20px 0px 0px 30px;
}
.about-sign {
    display: block;
    margin-top: 30px;
}
.signature {
    float: right;
}
.sign-date {
    float: left;
}
.sign-date span {
    color: #444;
    font-weight: 600;
    font-size: 22px;
}
.sign-name {
    display: block;
    color: #444;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}
span.sign {
    display: block;
    width: 150px;
    height: auto;
}
.blog-3 .single-blog{
	position: relative;
}
.blog-3 .blog-content {
    background: rgba(17,17,17,0.80);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
	padding: 20px;
}
.blog-3 .blog-meta span,
.blog-3 .blog-content a h4,
.blog-3 .blog-content p{
	color:#fff;
}
.blog-3 .blog-content a h4:hover{
	color:#FF522F;
}
.blog-3 .blog-meta {
    border-bottom: 1px solid #777;
}
.footer-3{
	background: url(img/background/f1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	background-attachment: scroll;
	position: relative;
	z-index: 1;
}
.footer-3::after {
    background: rgba(17,17,17,0.94) none repeat scroll 0 0;
	content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index: -1;
}
.footer-3 .footer-area-bottom {
    background: #111;
}
.footer-3 .footer-about-top {
    background: #111;
}
.project-3 .know-more-btn:hover{
	color:#FF522F;
}
/*--------------------------------*/
/* 17. Home 4
/*--------------------------------*/
.header-four{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}
.topbar-area-4{
	background: #062241;
}
.header-area-4{
	background: transparent;
	box-shadow:none;
}
.topbar-area-4 .topbar-left ul li a{
	color: #fff;
}
.header-area-4 .main-menu ul.navbar-nav li a{
	color: #fff;
}
.header-area-4 .main-menu ul.navbar-nav li a:hover{
	color: #FF522F;
}
.header-area-4 .header-right-link a.main-search{
	color:#fff;
}
.header-area-4.stick{
	background: #062241;
}
.intro-4 .slider-content {
    position: absolute;
    text-align: right;
	 margin-top: -125px;
}
.intro-4 .slide-layer {
    max-width: 700px;
    float: right;
}
.intro-4 .layer-1 h1 {
    text-transform: uppercase;
}
.intro-4 .layer-2 p {
    max-width: inherit;
}
.welcome-4 .well-icon {
    margin-bottom: 0px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.welcome-4 .number {
    font-size: 150px;
    top: 67px;
    left: 71%;
    opacity: 0.60;
}
.service-images {
    display: block;
    margin-bottom: 30px;
}
.project-menu li {
    width: 20%;
    float: left;
}

/*.awesome-menu > ul > li > a:first-child{border-radius: 25px 0px 0px 25px;}*/
.project-menu li a {
    color: 
    #fff;
    display: block;
    font-size: 18px;
    padding: 8px 10px;
    transition: all 0.3s ease 0s;
    font-weight: 600;
    letter-spacing: 0;
}
.project-menu li a.active {
	background: linear-gradient(90deg, rgba(255,81,47,1) 0%, rgba(240,152,25,1) 80%);
    color: #fff;
    text-decoration: none;
}
.project-menu {
    background: #434f58;
    max-width: 750px;
    margin: 0px auto 30px;
    display: block;
    overflow: hidden;
}
.project-menu li a:hover {
    text-decoration: none;
	background: linear-gradient(90deg, rgba(255,81,47,1) 0%, rgba(240,152,25,1) 80%);
}
.project-4 .opacity-text {
    display: none;
}
.blog-4 .blog-meta {
    border-bottom: none;
    padding: 6px;
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    background: #ffb01b;
    text-align: center;
    width: 60px;
    height: 60px;
}
.blog-4 .blog-meta span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-right: 0px;
    line-height: 20px;
}
.blog-4 .blog-content {
    background: #fff;
    padding: 15px 20px;
}
.footer-4{
	background: #F4F8FB;
}
.footer-4 .footer-about-top{
	background: none;
}
.footer-4 .footer-head p,
.footer-4 .footer-head h4,
.footer-4 .footer-icons h5,
.footer-4 .footer-list li a,
.footer-4 .footer-icons ul li a{
	color:#666;
}
.footer-4 .footer-list li a:hover{
	color:#ffb01b;
}
.footer-4 .footer-icons ul li a:hover{
	color:#fff;
}
/*----------------------------------------*/
/*  18. Home 4 FAQ  Area
/*----------------------------------------*/
.faq-area{
   background: rgba(0, 0, 0, 0) url(img/background/bg1.jpg) no-repeat scroll top center / cover; 
}
.company-faq {
    padding: 12% 17% 12% 7%;
    display: block;
    overflow: hidden;
    background: #fff;
}
.faq-details .panel-heading {
    padding: 0;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
}
.panel-default {
    border-color: #ddd;
    border-radius: 0 !important;
}
.panel-group .panel+.panel {
    margin-top: 10px;
}
.panel-default > .panel-heading {
    color: #666;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f5f5f5;
    background: #fff;
}
.faq-details h4.check-title a {
    color: #666;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 45px;
    text-decoration: none;
    background: #fff;
}
.panel-body {
    padding: 15px 15px 0px 45px;
}
.faq-details h4.check-title {
    color: #666;
    font-size: 16px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.faq-details .panel-heading h4 a{
    position: relative;
}
.faq-details .panel-heading h4 a::before {
    color: #666;
    content:"\e87a ";
    font-family: montril;
    font-size: 16px;
    left:0px;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top:0px;
	width: 50px;
    height: 100%;
}
.faq-details .panel-heading h4 a.active::before {
    color: #ffb01b;
    content: "\e878";
    font-family: montril;
    font-size: 16px;
    left: 0px;
   line-height: 46px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 50px;
    height: 100%;
}
.faq-details .panel-heading h4 a.active {
    color: #444;
    background: #fff;
}
.faq-area .col-md-6{
	padding-left: 0px;
	padding-right: 0px;
}
/*----------------------------------------*/
/*  19. Home 5
/*----------------------------------------*/
.intro-5 .layer-1 h1 {
    text-transform: uppercase;
    margin: 0px auto 20px;
    max-width: 940px;
    line-height: 66px;
}
.intro-5 .slider-content {
    margin-top: -150px;
}
.intro-5 .layer-2 p {
    max-width: 700px;
    margin: 0px auto 30px;
}
.services-5 .single-service {
    border: none;
    padding: 0px;
}
.services-5 .service-content {
    padding: 0px 20px 20px;
}
.services-5 .service-icon {
    float: left;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    background: #ffb01b;
    text-align: center;
    line-height: 58px;
    border-radius: 5px;
}
.services-5 .service-icon i{
	color:#fff;
}
.services-5 .service-images {
    display: block;
    margin-bottom: 20px;
}
.services-5 .single-service h4 {
    font-size: 20px;
    line-height: 28px;
    padding: 15px 0px;
}
.team-wraper {
    display: block;
    padding-top: 15px;
}
.team-img {
    width: 50%;
    float: left;
}
/*.team-content {
    width: 50%;
    float: left;
    padding: 30px 10px 10px 20px;
    background: #041d39;
    height: 100%;
    min-height: 348px;
}*/
.team-data h4,
.team-data span,
.team-text p{
	color:#fff;
}
.team-data{
	display: block;
	margin-bottom: 20px;
}
.team-data h4{
	margin-bottom: 5px;
}
.team-social ul li {
    display: inline-block;
}
.team-social ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
    margin-right: 5px;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.team-social ul li a:hover{
	background: #ffb01b;
	border: 1px solid #ffb01b;
}
.footer-5{
	background: url(img/background/f1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	background-attachment: scroll;
}
.footer-5{
	position: relative;
	z-index: 1;
}
.footer-5::after {
    background: rgba(255,255,255, 0.95) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index: -1;
}
.footer-5 .footer-about-top{
	background: #fff;
}
.footer-5 .footer-head p,
.footer-5 .footer-head h4,
.footer-5 .footer-icons h5,
.footer-5 .footer-list li a,
.footer-5 .footer-icons ul li a{
	color:#444;
}
.footer-5 .footer-list li a:hover{
	color:#ffb01b;
}
.footer-5 .footer-icons ul li a:hover{
	color:#fff;
}
/*----------------------------------------*/
/*  20. Home 6
/*----------------------------------------*/
.header-six{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}
.topbar-area-6 {
    background: transparent;
}
.header-area-6{
	background: transparent;
	box-shadow:none;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.topbar-area-6 .topbar-left ul li a{
	color: #fff;
}
.header-area-6 .main-menu ul.navbar-nav li a{
	color: #fff;
}
.header-area-6 .main-menu ul.navbar-nav li a:hover{
	color: #FF522F;
}
.header-area-6 .header-right-link a.main-search{
	color:#fff;
}
.header-area-6.stick{
	background: #062241;
}
.intro-6 .layer-1 h1 {
    font-size: 54px;
    line-height: 66px;
    text-transform: uppercase;
    max-width: 966px;
}
.intro-6 .layer-2 p {
    max-width: 720px;
}
.intro-6 .slider-content {
    margin-top: -100px;
}
.welcome-6 .well-services {
    padding: 25px 15px;
    text-align: center;
    border-radius: 15px 0px 15px 0px;
}
.welcome-2.welcome-6 .well-icon a {
    border:none;
	font-size: 60px;
}
.footer-6 {
    background: #ddd;
}
/*----------------------------------------*/
/*  21. Breadcumbs Area
/*----------------------------------------*/
.page-area{
    position: relative;
}
.page-area {
    background: url(img/background/b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.breadcumb-overlay {
  position: absolute;
  background: rgba(6,34,65,0.70) none repeat scroll 0 0;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}
.breadcrumb {
    padding: 60px 0px 40px;
    background-color: transparent;
    margin-bottom: 0;
}
.breadcrumb-bg {
    position: relative;
    top: 70px;
    background: #062241;
    border-radius: 5px;
    padding: 22px 30px;
    z-index: 99;
    max-width: 80%;
    margin: 0 auto;
}
.breadcrumb .section-headline h3 {
    font-size: 38px;
    letter-spacing: 2px;
    line-height: 42px;
    text-transform: uppercase;
    position: relative;
    top: 25px;
    font-weight: 800;
}
.breadcrumb .section-headline{
    padding-bottom: 0px;
}
.breadcrumb .section-headline h3::after {
    display: none;
}
.breadcrumb ul li {
    display: inline-block;
    color: #f3f0ff;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
.breadcrumb ul li.home-bread{
    padding-left: 0px;
}
.breadcrumb ul li.home-bread::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 0;
}
.breadcrumb .section-headline::after {
    display: none;
}
/*----------------------------------------*/
/*  22. About pages
/*----------------------------------------*/
.feature-about {
    border: 1px solid #eee;
    padding: 20px 35px;
    display: block;
    position: relative;
    text-align: center;
}
.feature-icon {
    display: block;
}
.feature-icon i {
    font-size: 40px;
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    position: relative;
    top: -60px;
    background: #fff;
    color: #FF522F;
    border-radius: 50%;
    transition: 0.4s;
}
.feature-text {
    margin-top: -25px;
    font-family: "Nunito", sans-serif;
    font-weight: normal;
    letter-spacing: 0px;
}
.feature-text p {
    font-size: 16px;
}
.feature-about:hover .feature-icon i {
    border: 1px solid #FF522F;
    background: #FF522F;
    color: #fff;
    transition: 0.4s;
}
.team-page-area .team-inner{
	margin-top:-30px;
}
.team-page-area .single-team,
.review-inner .single-testi{
	margin-top: 30px;
}
.about-feature{
	margin-top: -30px;
}
.feature-about{
	margin-top: 60px;
    background: #fff;
    transition: all 0.5s ease-in-out 0s;
}
.feature-about::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    z-index: 9;
    background: url(../images/about/hoverbg.png) no-repeat 0 0;
        background-size: auto;
    background-size: cover;
    transition: all 0.5s ease-in-out 0s;
}
.feature-about:hover::after {
    opacity: 0.2;
}
.zoom-fade, .feature-about:after{
    animation-name: zoom-fade; 
    animation-duration: 5s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  
  -webkit-animation-name: zoom-fade; 
    -webkit-animation-duration: 5s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: zoom-fade; 
    -moz-animation-duration: 5s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: zoom-fade; 
    -ms-animation-duration: 5s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: zoom-fade; 
    -o-animation-duration: 5s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/*--opacitychange--*/

@keyframes opacitychange{
  0%, 100%{
    opacity: 0;
  }

  60%{
    opacity: 1;
  }
}


.teamvertex {
  padding: 30px 0 40px;
  margin-bottom: 30px;
  background-color: #f7f5ec;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  margin-top: 20px;
  clear: both;
}

.teamvertex .picture {
  display: inline-block;
  height: 130px;
  width: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}

.teamvertex .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  /*background: linear-gradient(to right,#f4524d 0%,#5543ca 100%);*/
  /*background: linear-gradient(90deg, rgba(255,81,47,1) 0%, rgba(240,152,25,1) 80%);*/
  background: linear-gradient(270deg, #fcc415 10%, #f41863 100%);
  position: absolute;
  bottom: 120%;   /*135%*/
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.teamvertex:hover .picture::before {
  height: 100%;
}

.teamvertex .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /*background: linear-gradient(90deg, rgba(255,81,47,1) 0%, rgba(240,152,25,1) 80%);*/
  background: linear-gradient(270deg, #fcc415 10%, #f41863 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.teamvertex .picture img {
  width: 100%;
  height: 150px;
  /*border-radius: 50%;*/
  border-radius:10px;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.teamvertex:hover .picture img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}

.teamvertex .title {
    display: block;
    font-size: 15px;
    color: 
    #fe542e;
    text-transform: capitalize;
    font-weight: 400;
}

.teamvertex .social {
  width: 100%;
  padding: 0;
  margin: 0;
  /*background: linear-gradient(90deg, rgba(255,81,47,1) 0%, rgba(240,152,25,1) 80%);*/
  background: linear-gradient(270deg, #fcc415 10%, #f41863 100%);
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.teamvertex:hover .social {
  bottom: 0;
}

.teamvertex .social li {
  display: inline-block;
}

.teamvertex .social li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
.team-content .name {
    font-weight: 600;
    font-size: 20px;
}
.teamvertex .social li a:hover {
  color: #fe542e;
  background-color: #f7f5ec;
}
.teamabout{padding: 50px 0px;}


/*********** Our Technology ************/





/******** Careers ************/
.resumemail{background: #f9f9f9; padding: 5px; text-align: center;}
.resumemail p{color: #666; padding: 0px; margin: 0px;}
.resumemail p a{color: #FE562E;}
.resumemail p a:hover{color: #666;}

/*----------------------------------------*/
/*  23. FAQ pages
/*----------------------------------------*/
/*.faq-page-area .faq-content {
    background: #f9f9f9;
    padding: 6% 10%;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.faq-page-area .contact-form input[type="text"], 
.faq-page-area .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}
.faq-page-area .faq-content .contact-form textarea#message {
    height: 135px;
}
.faq-page-area .quote-btn {
    font-weight: 600;
    color: #fff;
    background: #FF522F;
    display: inline-block;
    border: 2px solid #FF522F;
    padding: 10px 20px;
    width: 134px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 10px;
}
.faq-page-area .quote-btn:hover{
	background: #062241;
	border: 2px solid #062241;
	color: #fff;
	transition: 0.4s;
}
.faq-page-area .company-faq {
    padding: 0px;
}*/
/*--------------------------------*/ 
/* 24. Error page
/*--------------------------------*/
.error-easy-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
}
.high-text {
    font-size: 230px;
    line-height: 200px;
    margin-bottom: 40px;
}
.error-bot{
    font-size: 24px;
}
.error-btn {
    background: #FF522F;
    border: 1px solid #FF522F;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    margin-top: 30px;
    display: inline-block;
    font-weight: 700;
    border-radius: 5px;
}
.error-btn:hover{
    background: #062241;
    border: 1px solid #062241;
    color: #fff;
}
.high-text span,
.high-text span img{
    width: 200px;
    height: 200px;
}
.high-text span {
    margin-left: -60px;
}
.high-text span img{
	margin: 0px 10px;
}
/*----------------------------------------*/
/*  25.	Contact Us page
/*----------------------------------------*/
.contact-head {
    background: #FFFAF6;
    padding: 15px 30px;
}
.contact-head h3 {
    font-weight: 600;
    font-size: 26px;
}
.contact-inner a i {
    color: #FF522F;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    border-radius: 50%;
}
.contact-inner a {
    color: #666;
    font-size: 16px;
    display: block;
}
.contact-head p {
    font-size: 16px;
}
/*.contact-form input[type="text"], .contact-form input[type="email"] {
    border-bottom: 1px solid #ccc !important;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 0px;
    width: 100%;
    border: none;
}*/
/*.contact-form textarea#message {
    border-bottom: 1px solid #ccc !important;
    border-radius: 0px;
    height: 150px;
    padding: 0px;
    width: 100%;
    border: none;
}*/
.contact-page .contact-btn {
    background: #FF522F;
    border: 2px solid #FF522F;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 40px;
    transition: 0.4s;
    width: auto;
    float: left;
    text-transform: uppercase;
	border-radius: 2px;
	font-weight: 700;
}
.contact-page .contact-btn:hover {
    background:transparent;
    border: 2px solid #FF522F ;
    color: #FF522F;
    transition: 0.4s;
}
.map-area {
    padding-top: 120px;
}
.contact-page .single-contact h5,
.contact-page .single-contact span{
	color:#444;
}
.pos-r {
    position: relative;
}
.o-hidden {
    overflow: hidden;
}
.page-title {
    display: block;
    position: relative;
    padding: 15px 0 15px;
}
#confetti {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.page-title-pattern {
    bottom: -50px;
    position: absolute;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.page-title h1 {
    font-size: 50px;
    color: 
    #1c1d3e;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}
.page-title p {
    margin-bottom: 0;
    color: 
    #1c1d3e;
    font-size: 24px;
    padding-left: 5px;
}
.breadcrumb {
    padding: 72px 0px;
    background: none;
    display: inline-block;
    border-radius: 0;
    margin: 0;
    text-transform: capitalize;
    color: #1c1d3e;
    font-weight: 700;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem;
}
.breadcrumb-item {
    display: inline-block;
}
.breadcrumb-item.active, .breadcrumb-item a:hover {
    color: #333;
}
.innerhead h1 span{color: #FE562E;}
.breadcrumb li a{color: #FE562E;}
.innerhead {
    margin: 30px 0px 45px 0px;
}
.innerhead .title {
    text-align: left !important;
    padding: 0px !important;
    letter-spacing: 3px !important;
    text-transform: capitalize !important;
}
.get-in-touch .title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 3.2em;
  line-height: 48px;
  padding-bottom: 48px;
     color: #434f58;
    background: #5543ca;
    background: -moz-linear-gradient(left,#f4524d  0%,#5543ca 100%) !important;
    background: -webkit-linear-gradient(left,#f4524d  0%,#5543ca 100%) !important;
    background: linear-gradient(to right,#f4524d  0%,#5543ca  100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.contact-form .form-field {
  position: relative;
  margin: 20px 0;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 1px 0;
  border-color: #434f58;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
}
.contact-form .label {
  position: absolute;
  left: 5px;
  bottom: 11px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #434f58;
  cursor: text;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, 
  -webkit-transform .2s ease-in-out;
}
.contact-form .submit-btn {
  display: inline-block;
  background-color: #000;
   background-image: linear-gradient(125deg,#a72879,#064497);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 8px 16px;
  border: none;
  width:200px;
  cursor: pointer;
}
.contactdetails {
    padding: 30px 0px;
    overflow: hidden;
    background: #f9f9f9;
    margin: 50px 0;
}
.contactdetails img{ width: 30px; margin-bottom: 30px;}
.contactdetails h3 {
    font-size: 20px;
    color: #333;
}
.contactdetails p{}


/*----------------------------------------*/
/*  26.	Project page 2 page
/*----------------------------------------*/
.project-page-2 .project-single{
	width: 50%;
	float:left;
}
.project-page-3 .project-single{
	width: 33.33%;
	float:left;
}
.project-page-4 .project-single{
	width: 25%;
	float:left;
}
/*----------------------------------------*/
/*  27. Blog Sidebar Area
/*----------------------------------------*/
.blog-page-area .single-blog {
    padding: 5px;
    background: #fff;
}
.blog-page-area .blog-content{
	padding: 10px 15px 20px;
}
.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 42px;
    background: transparent;
}
.blog-search-option {
    margin-bottom: 30px;
    display: block;
    border: 1px solid #ccc;
}
.blog-search-option button {
    background: transparent;
    border: none;
}
.blog-search-option button i {
    line-height: 16px;
    font-size: 20px;
    padding: 0px 10px;
}
.blog-search-option button i:hover {
    color: #FF522F;
}
.left-blog h4 {
    position: relative;
    color: #444;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 15px 0px;
    text-transform: capitalize;
}
.left-blog h4::after {
    position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #444;
}
.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}
.left-blog li {
    display: block;
}
.left-blog ul li a {
    color: #444;
    display: block;
    font-size: 15px;
    padding: 10px 0px 10px 25px;
    text-transform: capitalize;
    position: relative;
}
.pst-content .date-type{
	font-size: 14px;
}
.left-blog ul li a:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 21px;
    background: #666;
    width: 5px;
    height: 5px;
}
.popular-tag.left-blog ul li a:before {
    display: none;
}
.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}
.recent-single-post:last-child {
    border-bottom: none;
}
.post-img {
    display: inline-block;
    float: left;
    padding-right:10px;
    width: 35%;
}
.pst-content {
    display: inline-block;
    float: left;
    width: 65%;
    padding-left: 10px;
}
.pst-content p{
	margin-bottom: 0px;
}
.pst-content p a:hover,.left-blog ul li a:hover {
    color: #FF522F;
}
.blog-page-area .blog-content {
    background: #f9f9f9;
}
.pst-content p a {
    color: #444;
    font-size: 15px;
    font-weight: 600;
}
.blog-tags {
    padding: 1px 0;
}
.left-blog li:last-child {
    border-bottom: 0 ;
}
.popular-tag.left-blog ul li a:hover{
    color: #fff;
}
.popular-tag.left-side-tags.left-blog ul {
    padding:0px;
}
.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 0px;
}
.left-tags .left-side-tags ul li a {
    padding: 5px 10px;
    width: auto;
    background: #f4f5f4;
    color: #444;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
}
.left-tags .left-side-tags ul li a:hover {
	color:#FF522F
}
.left-side-tags h4 {
    margin-bottom: 15px;
}
.blog-side-area .blog-right-column{
	margin-top: -30px;
}
.blog-pagination{text-align: center;}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 50px 0 0px;
    border-radius: 4px;
}
.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #444;
    background-color: #f4f5f5;
    border: none;
    margin-left: -1px;
    border-radius: 5px;
}
.pagination>li {
    display: inline-block;
    margin: 0px 3px 0px 0px;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus{
    z-index: 3;
    color: #fff;
    background-color: #FF522F;
    cursor: default;
    border-radius: 5px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #FF522F;
    border-color: #FF522F;
    border-radius: 2px;
}
.blog-left-content{
	margin-top: -30px;
}
/*----------------------------------------*/
/*  28. Blog Details
/*----------------------------------------*/
.comments-heading h3, h3.comment-reply-title {
    border-bottom: 1px solid #ccc;
    color: #444;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: capitalize;
}
.comments-list ul li{
    margin-bottom: 25px;
}
.comments-list-img{
    float: left;
    margin-right: 15px;
}
.comments-content-wrap {
    color: #444;
    font-size: 14px;
    margin: 0 0 15px 80px;
    padding: 10px;
    position: relative;
}
blockquote {
    padding: 10px 20px 10px 50px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: none;
    font-style: italic;
    position: relative;
}
blockquote::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "\f10d ";
    font-family: fontawesome;
    font-size: 34px;
}
blockquote p {
    font-size: 16px !important;
    line-height: 28px;
}
.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}
.author-description h2 {
    color: #444;
    font-size: 20px;
    text-transform: uppercase;
}
.author-description h2 a {
    color: #444;
}
.comments-content-wrap span b{margin-right:5px}
.comments-content-wrap span a:hover{}
span.post-time{margin-right:5px}
.comments-content-wrap p {
    color: #444;
    margin-top: 10px;
}
li.threaded-comments{
	margin-left:50px
}
.comment-respond {
    margin-top: 20px;
}
span.email-notes{
	color: #444;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}
.comment-respond p {
    color: #444;
    margin-bottom: 5px;
}
.comment-respond input[type=text],
.comment-respond input[type=email]{
    border: 1px solid #ccc;
    border-radius: 0;
    height: 32px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
	background: transparent;
}
.comment-respond textarea#message-box{
    border: 1px solid #ccc;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
	height: 160px;
    width: 100%;
	background: transparent;
}
.comments-content-wrap span a {
    color: #FF522F;
}
.comments-content-wrap span a:hover {
    color: #FF522F;
}
.comment-respond .add-btn.contact-btn {
    background: #FF522F;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 20px;
    transition: 0.4s;
    border-radius: 5px;
    width: auto !important;
    margin-top: 20px;
    border: 2px solid #FF522F;
    text-transform: capitalize;
    font-weight: 600;
}
.comment-respond .add-btn.contact-btn:hover{
    background: #062241;
	color: #fff;
    border:2px solid #062241;
}
.blog-page-details .left-blog-page {
    margin-top:0px;
    margin-bottom:30px;
}
.single-post-comments {
    margin-top: 30px;
}
.left-head-blog .pst-content p{
	margin-bottom: 5px;
}
.blog-details .blog-content h4 {
    font-size: 24px;
    line-height: 34px;
	margin-top: 10px;
	font-weight: 600;
}
/*----------------------------------------*/
/* 29. Services Details
/*----------------------------------------*/
.single-page-head {
    margin-bottom: 30px;
}
.single-services-page p {
    color: #666;
    margin-bottom: 0px;
}
.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.left-menu li {
    display: block;
	margin: 2px 0px
}
.build-img .page-img {
    padding-bottom: 0;
}
.left-menu ul li.active a {
    color: #FF522F;
    position: relative;
}
.left-menu ul li a:hover {
    color: #FF522F;
}
.left-menu ul li a {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 20px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    background: #f4f4f4;
}
.left-menu ul li a:hover::after,
.left-menu ul li.active a::after{
	position: absolute;
    right: 0;
    top: 0px;
    background: #FF522F;
    content: "";
    width: 3px;
    height: 100%;
}
.down-btn i {
    font-size: 24px;
    float: right;
}
.down-btn {
    border: 1px solid #062241;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 12px 15px;
    text-align: left;
    /* text-transform: uppercase; */
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #062241;
    width: 100%;
    position: relative;
    border-radius: 2px;
}
.down-btn.apli{
	margin-bottom: 0px;
}
.down-btn:hover{
    color:#fff;
    background: #FF522F;
    border: 1px solid #FF522F;
}
.single-page-head .clients-testi {
    padding: 20px 15px;
	background: #f4f4f4;
}
.single-page-head .review-text {
    margin-top: 20px;
}
.clients-testi .review-text a,
.clients-testi .guest-rev {
    color: #444;
}
.clients-testi .single-review {
    border: none;
}
.review-text h4 {
    font-size: 16px;
    margin-bottom: 0px;
}
.single-page-head .review-text p {
    color: #333;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-style: italic;
}
.single-page-head .review-img {
    margin-top:0px;
}
.single-page-head .review-img img {
    border-radius: 50%;
    width: 80px;
    height: auto;
}
.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0;
}
.single-page {
    overflow: hidden;
}
.single-well h3 {
    margin-bottom: 15px;
}
.single-well.last-part p{
	margin-bottom: 0px;
}
.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #444;
}
.service-list li::before{
    position: absolute;
    left: 0;
    content:"\f00c";
    font-family:fontawesome;
    top:0;
    color: #FF522F;
}
.single-page-head .service-btn{
    width: 100%;
    margin: 20px 0px 0px 0px;
}
.single-services-page .marker-list li {
    color: #444;
}
.mar-row{
    margin-top: 50px;
}
.feature-service i {
    font-size: 24px;
    width: 44px;
    height: 44px;
    background: #062241;
    border: 1px solid #062241;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-radius: 2px;
    float: left;
    margin-right: 15px;
}
.feature-service h5 {
    font-size: 17px;
    font-weight: 600;
    max-width: 260px;
}
.service-feature-content{
	margin-top: -30px;
}
.service-feature-inner{
	margin-top: 30px;
}
/*--------------------------------*/
/*  30.Project page Area
/*--------------------------------*/
.project-page {
  padding: 90px 0px 50px;
}
.project-page .single-awesome-project{
    margin-bottom: 30px;
}
.project-history h4 {
    color: #444;
    margin-bottom: 30px;
}
.project-history {
    background: #f5f5f5;
    padding: 50px 30px;
}
.project-name ul li {
    color: #444;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    margin: 10px 0px;
}
.project-name span{
    padding-right: 15px;
}
.project-name span {
    padding-right: 15px;
    min-width: 127px;
    display: inline-block;
}
.project-image.project-image-2 {
    margin-top: 20px;
}
.project-details h4 {
    font-size: 26px;
    line-height: 32px;
}
.project-details p {
    line-height: 26px;
}
.project-share h5 {
    display: inline-block;
}
.project-social {
    display: inline-block;
}
.project-social li {
    display: inline-block;
    margin: 10px 5px;
}
.project-social li a {
    color: #444;
    font-size: 18px;
}
.project-social li a:hover{
    color: #FF522F;
}
.project-details .marker-list li{
    color:#444;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 22px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    border:2px solid #fff;
    width: 50px;
    height: 50px;
	border-radius: 50px;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #FF522F;
    border: 2px solid #FF522F;
}
/*--------------------------------*/
/* .End CSS
/*--------------------------------*/


/*********** New Slider Style *************/
.bg-pos-r {
    background-position: right;
}
.bg-contain {
    background-size: contain;
}
/*[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}*/
.fullscreen-banner {
    position: relative;
    min-height: 600px;
    background-repeat: no-repeat;
}
.align-center {
    position: absolute;
    top: 10%;
    width: 100%;
    z-index: 9;
}
.p-0 {
    padding: 0 !important;
}
.spinner-eff {
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: 30%;
}
.spinner-eff .circle-1 {
    width: 100%;
    height: 100%;
    background-color: #e6846d;
    top: 0;
    animation: pulse 1.6s linear 0s infinite;
}
.spinner-eff .spinner-circle {
    border-radius: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(1);
    transform-origin: center center;
}
.spinner-eff .circle-2 {
    width: 66.6%;
    height: 66.6%;
    background-color: #ff8442;
    top: 14.5%;
    animation: pulse-2 1.6s linear 0s infinite;
}
.btn.btn-circle {
    border-radius: 30px;
}
.btn-change6{
    height: 40px;
    width: auto;
    /*background: linear-gradient(90deg, rgba(255,81,47,1) 0%, rgba(240,152,25,1) 80%);*/
    background: linear-gradient(270deg, #fcc415 10%, #f41863 100%);
    margin-right: 20px;
    float: left;
    border:0px;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #31708f  inset;
    padding: 5px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
}
.btn-change6:hover{
    box-shadow:0 0 0 25px #FE542E  inset !important;
    -webkit-transform: scale(1);
}
.righttext{padding-top: 50px;}
.righttext h1 {
    font-size: 60px;
    font-style: normal;
    line-height: 70px;
    font-weight: bold;
    color: #1c1d3e;
    letter-spacing: 0;
    font-family: "Nunito", sans-serif;
}
.righttext p {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0;
}

.title-effect-2 {
    height: 50px;
    position: relative;
    width: 50px;
    margin-bottom: 15px;
    animation: inherit;
    opacity: 1;
}
.title-effect-2 .ellipse {
    width: 100%;
    height: 100%;
    background: 
    #2575fc;
        background-color: rgb(37, 117, 252);
    border-radius: 50%;
    animation: ellipse-animation 2.4s cubic-bezier(0, -0.26, 0.32, 1.22) 0s infinite;
    transform: rotate(0deg);
}
.title-effect-2 .ellipse{background: #ee1f71;}
.title-effect-2 i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: 
    #ffffff;
    font-size: 20px;
}

/******** Our Work **********/
/*.our-work {
    background: url(../images/background/03.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}*/
.our-work{background: #FFFAF6;}
.title-effect .bar-top {
    width: 100%;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left top;
    transform: scale(0, 1);
    animation: bar-top 3.2s linear 0s infinite;
}
.title-effect .bar {
    background: #FE562E;
}
.title-effect .bar-right {
    width: 7px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: left top;
    transform: scale(1, 0);
    animation: bar-right 3.2s linear 0s infinite;
}
.title-effect .bar-bottom {
    width: 100%;
    height: 7px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    animation: bar-bottom 3.2s linear 0s infinite;
}
.title-effect .bar-left {
    width: 7px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left bottom;
    transform: scale(1, 0);
    animation: bar-left 3.2s linear 0s infinite;
}
.text-center .title-effect {
    left: 50%;
    margin-left: -25px;
}
.title-effect {
    width: 50px;
    height: 50px;
    top: -10px;
    position: absolute;
    left: 0;
    opacity: 0.2;
    animation: rotation 12.8s steps(1) 0s infinite;
}

.testimonial-carousel .owl-stage-outer{background: #fff;}


/************* Services *************/
   .version1 .heading {
  font-size: 72px;
  font-weight: 800;
  text-transform: capitalize; }
  @media (max-width: 1024px) {
    .version1 .heading {
      font-size: 52px; } }
  @media (max-width: 991px) {
    .version1 .heading {
      font-size: 42px;
      padding: 0 16px; } }
  @media (max-width: 420px) {
    .version1 .heading {
      font-size: 30px; } }
     .version1 .wexp .academic-head {
    position: absolute;
    bottom: 7%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 1199px) {
      .version1 .wexp .academic-head {
        position: relative;
        margin-top: 100px; } }
        .version1 .wexp {
  padding: 160px 0 180px; }
  @media (max-width: 1024px) {
    .version1 .wexp {
      padding: 35px 0px 30px; } }
  @media (max-width: 991px) {
    .version1 .wexp {
      padding: 0px; } }
  @media (max-width: 991px) {
    .version1 .wexp .heading {
      padding: 0px 15px 20px; } }
  .version1 .wexp .academic-head {
    position: absolute;
    bottom: 7%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 1199px) {
      .version1 .wexp .academic-head {
        position: relative;
        margin-top: 100px; } }
  .version1 .wexp .wexp-angle {
    -webkit-transform: rotate(45deg) translate(-13px, -78px);
    -moz-transform: rotate(45deg) translate(-13px, -78px);
    -ms-transform: rotate(45deg) translate(-13px, -78px);
    -o-transform: rotate(45deg) translate(-13px, -78px);
    transform: rotate(45deg) translate(-13px, -78px); }
    @media (max-width: 1199px) {
      .version1 .wexp .wexp-angle {
        -webkit-transform: rotate(0deg) !important;
        -moz-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        -o-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important; } }
  .version1 .wexp .wexp-angle2 {
    -webkit-transform: rotate(45deg) translate(-10px, 71px);
    -moz-transform: rotate(45deg) translate(-10px, 71px);
    -ms-transform: rotate(45deg) translate(-10px, 71px);
    -o-transform: rotate(45deg) translate(-10px, 71px);
    transform: rotate(45deg) translate(-10px, 71px); }
    @media (max-width: 1199px) {
      .version1 .wexp .wexp-angle2 {
        -webkit-transform: rotate(0deg) translateY(-54px) !important;
        -moz-transform: rotate(0deg) translateY(-54px) !important;
        -ms-transform: rotate(0deg) translateY(-54px) !important;
        -o-transform: rotate(0deg) translateY(-54px) !important;
        transform: rotate(0deg) translateY(-54px) !important; } }
  .version1 .wexp .single-block {
    padding: 16px;
    border: 2px solid rgba(221, 221, 221, 0.2);
    min-height: 90px; }
    @media (max-width: 1199px) {
      .version1 .wexp .single-block {
        border: 0px;
        padding: 16px 0px; } }
    .version1 .wexp .single-block .single-block-outer {
      box-shadow: 0 0 26px rgba(221, 221, 221, 0.84);
      padding: 16px; 
      width: 350px; height: 350px;}
      @media (max-width: 1199px) {
        .version1 .wexp .single-block .single-block-outer {
          margin-bottom: 20px; } }
      @media (max-width: 576px) {
        .version1 .wexp .single-block .single-block-outer {
          padding: 0px; max-width: 100%;} }
      .version1 .wexp .single-block .single-block-outer .single-block-inner {
        padding: 20px;
        text-align: center; width: 350px; height: 350px;}
        @media (max-width: 1199px) {
          .version1 .wexp .single-block .single-block-outer .single-block-inner {
            padding: 20px 16px; width: 100%; } }
        .version1 .wexp .single-block .single-block-outer .single-block-inner .e-img {
          margin-bottom: 10px;
          -webkit-transform: rotate(-45deg) translate(-87px, -113px);
          -moz-transform: rotate(-45deg) translate(-87px, -113px);
          -ms-transform: rotate(-45deg) translate(-87px, -113px);
          -o-transform: rotate(-45deg) translate(-87px, -113px);
          transform: rotate(-45deg) translate(-87px, -113px); }
          @media (max-width: 1199px) {
            .version1 .wexp .single-block .single-block-outer .single-block-inner .e-img {
              -webkit-transform: rotate(0deg) translate(0px, 0px);
              -moz-transform: rotate(0deg) translate(0px, 0px);
              -ms-transform: rotate(0deg) translate(0px, 0px);
              -o-transform: rotate(0deg) translate(0px, 0px);
              transform: rotate(0deg) translate(0px, 0px); } }
        .version1 .wexp .single-block .single-block-outer .single-block-inner .e-head {
          margin-bottom: 10px;
          font-size: 20px;
          color: #333333;
          font-weight: 700;
          text-transform: uppercase;
          -webkit-transform: rotate(-45deg) translate(-51px, -90px);
          -moz-transform: rotate(-45deg) translate(-51px, -90px);
          -ms-transform: rotate(-45deg) translate(-51px, -90px);
          -o-transform: rotate(-45deg) translate(-51px, -90px);
          transform: rotate(-45deg) translate(-51px, -90px); }
          @media (max-width: 1199px) {
            .version1 .wexp .single-block .single-block-outer .single-block-inner .e-head {
              -webkit-transform: rotate(0deg) translate(0px, 0px);
              -moz-transform: rotate(0deg) translate(0px, 0px);
              -ms-transform: rotate(0deg) translate(0px, 0px);
              -o-transform: rotate(0deg) translate(0px, 0px);
              transform: rotate(0deg) translate(0px, 0px);
              font-size: 17px; } }
        .version1 .wexp .single-block .single-block-outer .single-block-inner .e-sub-head {
          margin-bottom: 10px;
          font-size: 14px;
          color: #555555;
          -webkit-transform: rotate(-45deg) translate(-10px, -24px);
          -moz-transform: rotate(-45deg) translate(-10px, -24px);
          -ms-transform: rotate(-45deg) translate(-10px, -24px);
          -o-transform: rotate(-45deg) translate(-10px, -24px);
          transform: rotate(-45deg) translate(-10px, -24px); }
          @media (max-width: 1199px) {
            .version1 .wexp .single-block .single-block-outer .single-block-inner .e-sub-head {
              -webkit-transform: rotate(0deg) translate(0px, 0px);
              -moz-transform: rotate(0deg) translate(0px, 0px);
              -ms-transform: rotate(0deg) translate(0px, 0px);
              -o-transform: rotate(0deg) translate(0px, 0px);
              transform: rotate(0deg) translate(0px, 0px); } }
        .version1 .wexp .single-block .single-block-outer .single-block-inner .e-para {
          margin-bottom: 10px;
          -webkit-transform: rotate(-45deg) translate(34px, -47px);
          -moz-transform: rotate(-45deg) translate(34px, -47px);
          -ms-transform: rotate(-45deg) translate(34px, -47px);
          -o-transform: rotate(-45deg) translate(34px, -47px);
          transform: rotate(-45deg) translate(34px, -47px); 
      height: 170px;
overflow: hidden;
text-align: center;}
          @media (max-width: 1199px) {
            .version1 .wexp .single-block .single-block-outer .single-block-inner .e-para {
              -webkit-transform: rotate(0deg) translate(0px, 0px);
              -moz-transform: rotate(0deg) translate(0px, 0px);
              -ms-transform: rotate(0deg) translate(0px, 0px);
              -o-transform: rotate(0deg) translate(0px, 0px);
              transform: rotate(0deg) translate(0px, 0px); } }
        .version1 .wexp .single-block .single-block-outer .single-block-inner .genric-btn2 {
          -webkit-transform:rotate(-45deg) translate(113px, 26px);
          -moz-transform:rotate(-45deg) translate(113px, 26px);
          -ms-transform:rotate(-45deg) translate(113px, 26px);
          -o-transform:rotate(-45deg) translate(113px, 26px);
          transform:rotate(-45deg) translate(113px, -4px) !important;
          background-repeat: no-repeat;
          border: 1px solid #f41863;
          text-transform: initial;
          box-shadow: -14px 14px 21px #dddddd; }
          
          
              @media screen and (min-width: 320px) and (max-width: 768px) {
   .version1 .wexp .single-block .single-block-outer .single-block-inner .genric-btn2 {
    transform:rotate(0deg) translate(5px, -4px) !important;
  }
}
          
          @media (max-width: 1199px) {
            .version1 .wexp .single-block .single-block-outer .single-block-inner .genric-btn2 {
              -webkit-transform: rotate(0deg) translate(0px, 0px);
              -moz-transform: rotate(0deg) translate(0px, 0px);
              -ms-transform: rotate(0deg) translate(0px, 0px);
              -o-transform: rotate(0deg) translate(0px, 0px);
              transform: rotate(0deg) translate(0px, 0px); } }
          .version1 .wexp .single-block .single-block-outer .single-block-inner .genric-btn2:hover {
            color: #fff;
            border: 1px solid #fff; }
            .gradient-bg, #back-top a, .genric-btn, .version1 .zigzag-downside-grad, .version1 .hire-me, .version1 .navbar-nav .nav-item:hover .nav-link, .version1 .navbar-nav .nav-item.active1 .nav-link, .version1 .banner-section .banner-middle .banner-content .bottom-content .social-link:hover, .version1 .banner-section .banner-middle .fullname, .version1 .wexp .single-block .single-block-outer .single-block-inner .genric-btn2:hover, .blog-version .blog-info .author .name a:hover, .blog-version .blog-info .button-widget .blog-btn:hover, .blog-version .blog-info .blog-meta ul li a:hover, .blog-area .blog-post .card-link:hover, .blog_right_sidebar .author_widget .authon_btns .genric-btn3:hover, .blog_details_area blockquote p {
  background: #f41863;
  background: -webkit-linear-gradient(270deg, #fcc415 10%, #f41863 100%);
  background: -moz-linear-gradient(270deg, #fcc415 10%, #f41863 100%);
  background: -o-linear-gradient(270deg, #fcc415 10%, #f41863 100%);
  background: -ms-linear-gradient(270deg, #fcc415 10%, #f41863 100%);
  background: linear-gradient(270deg, #fcc415 10%, #f41863 100%); }

.gradient-bg-reverse, .version1 .about-section .tools-expert .progress-box .progress .progress-bar {
  background: #fcc415;
  background: -webkit-linear-gradient(270deg, #f41863 10%, #fcc415 100%);
  background: -moz-linear-gradient(270deg, #f41863 10%, #fcc415 100%);
  background: -o-linear-gradient(270deg, #f41863 10%, #fcc415 100%);
  background: -ms-linear-gradient(270deg, #f41863 10%, #fcc415 100%);
  background: linear-gradient(270deg, #f41863 10%, #fcc415 100%); }
  .genric-btn2 {
  background: #fff;
  color: #222;
  position: relative;
  display: inline-block;
  z-index: 1;
  max-width: 100%;
  padding: 8px 48px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  border-radius: 50px; }
  .genric-btn2:hover {
    color: #222;
    box-shadow: -8px 8px 33px rgba(101, 101, 101, 0.36); }
    
.readmorebtn{margin-top: 25px; text-align: center;}
.readmorebtn a{width: auto;
display: inline flow-root list-item;
list-style: none;
margin-right: 0px;}


/************** Portfolio *************/
.portfolio-page{padding-bottom: 50px;}
.space-medium { padding-top: 120px; padding-bottom: 50px; overflow: hidden; border-bottom: 1px solid #ddd; margin-bottom: 20px;} 

.btn { font-size: 16px; padding: 11px 21px; border-radius: 4px; overflow: hidden; display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); overflow: hidden; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: color, background-color; transition-property: color, background-color; transition: .3s ease; font-family: 'Circular Std Medium' !important; }
.btn-outline-primary { color: #3544ee; background-color: transparent; border-color: #3544ee; }
.btn-outline-primary:hover { color: #fff; background-color: #3544ee; border-color: #3544ee; }
.btn-outline-primary.focus, .btn-outline-primary:focus { color: #fff; background-color: #3544ee; border-color: #3544ee; box-shadow: 0 0 0 1px rgb(53, 68, 238); }
.btn-rounded { border-radius: 100px; }


.feature-block-v7 { }
.feature-block-v7.feature-block { margin-bottom: 30px; }
.feature-block-v7 .feature-content { }
.feature-block-v7 .feature-title { margin-bottom: 5px; font-size: 21px; }
.feature-block-v7 .feature-text { }
.feature-block-v7 .feature-icon { background-color: #e1e4fd; color: #3544ee; padding: 18px; font-size: 20px; display: block; text-align: center; width: 60px; height: 60px; margin-bottom: 30px; line-height: 1.5; border-radius: 100%; }
.feature-app-img {
    position: relative;
    text-align: center;
    max-width: 160px;
    margin: 0px auto;
}
.desktop-img{max-width: 250px;}
.circle-1 { position: absolute; top: 50%; left: 50%; opacity: 0.3; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 250px; height: 250px; background-color: #ff532e; color: white; text-align: center; line-height: 100px; border-radius: 50%; font-size: 1.3rem; }
.circle-1:hover { cursor: pointer; }
.circle-1::after, .circle-1::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 250px; height: 250px; background: #ff532e; border-radius: 50%; z-index: -1; -webkit-animation: grow 3s ease-in-out infinite; animation: grow 3s ease-in-out infinite; }
.circle-1::after { background: rgb(255, 82, 47); }
.circle-1::after::before { content: ""; display: block; position: absolute; top: 45px; left: 45px; width: 300px; height: 300px; background: #ff532e; border-radius: 50%; z-index: -1; -webkit-animation: grow 3s ease-in-out infinite; animation: grow 3s ease-in-out infinite; }
.circle-1::before { background: rgb(255, 82, 47); -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }
.circle-2 { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 390px; height: 390px; background-color: #9c4efb; color: white; text-align: center; line-height: 100px; border-radius: 50%; font-size: 1.3rem; }
.circle-2:hover { cursor: pointer; }
.circle-2::after, .circle-2::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 250px; height: 250px; background: #9c4efb; border-radius: 50%; z-index: -1; -webkit-animation: grow 3s ease-in-out infinite; animation: grow 3s ease-in-out infinite; }
.circle-2::after { background: rgba(156, 78, 251, .5); }
.circle-2::after::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 250px; height: 250px; background: #ff532e; border-radius: 50%; z-index: -1; -webkit-animation: grow 3s ease-in-out infinite; animation: grow 3s ease-in-out infinite; }
.circle-2::before { background: rgba(156, 78, 251, .5); -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }
.circle-3 { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 390px; height: 390px; background-color: #fb8645; color: white; text-align: center; line-height: 100px; border-radius: 50%; font-size: 1.3rem; }
.circle-3:hover { cursor: pointer; }
.circle-3::after, .circle-3::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 390px; height: 390px; background: #fb8645; border-radius: 50%; z-index: -1; -webkit-animation: grow 3s ease-in-out infinite; animation: grow 3s ease-in-out infinite; }
.circle-3::after { background: rgba(251, 134, 69, .5); }
.circle-3::after::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 390px; height: 390px; background: #ff532e; border-radius: 50%; z-index: -1; -webkit-animation: grow 3s ease-in-out infinite; animation: grow 3s ease-in-out infinite; }
.circle-3::before { background: rgba(251, 134, 69, .5); -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }
@-webkit-keyframes grow {
    0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 1; }
    100% { -webkit-transform: scale(1.8, 1.8); transform: scale(1.8, 1.8); opacity: 0; }
}
@keyframes grow {
    0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 1; }
    100% { -webkit-transform: scale(1.8, 1.8); transform: scale(1.8, 1.8); opacity: 0; }
}
