﻿/*
  Goldcoders Hyip Template
  Design by uniquehyips.com
  Trusted Hyip Developer since 2015.
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider-area
4. experience-area
5. featured-area
6. our-recent-area
7. counter-area
8. services-area
9. we-are-area
10. business-area
11. request-area
12. clients-area
13. brand-area
14. footer
15. choose-area
16. testimonial
17. project-area
18. financial-area
19. progress-area
20. case-study-area
21. join-area
22. question-area
23. request-fomr-area
24. team-area
25. blog
26. build-area
27. news-area
28. pricing-area
29. contact
*/



/* 1. Theme default css */
@import url('../css.css');
 body {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color: #002e5b;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	color: #777777;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */

.btn {
  -moz-user-select: none;
  background: #fbba42 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #002e5b;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  padding: 15px 32px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:hover{background: #002e5b;color: #fff;}
.btn.red-btn {
	background: #CB1011;
	color: #fff;
}
.btn.red-btn:hover {
	background: #444;
}
.btn.white-btn {
	background: #fff;
	color: #444;
}
.btn.white-btn:hover {
	background: #444;
}
.btn.btn-border {
	background: transparent;
	border: 1px solid #2f3440;
	color: #2f3440;
}
.btn.btn-black {
	background: #2f3440;
	color: #fff;
}


.breadcrumb > .active {
	color: #888;
}
.owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav div:hover {
	background: #2B96CC;
	color: #fff
}

/* scrollUp */
#scrollUp {
	background: #FBBA42;
	height: 35px;
	width: 35px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	line-height: 34px;
}
#scrollUp:hover {
	background: #444;
}
/* 2. header */
.box-wrapper{padding: 50px 50px 0 50px;}
.inner-padding {
	position: relative;
}
.header-top-area {
  padding-bottom: 8px;
  padding-top: 8px;
}
.h-info-pad{padding-left: 130px;}
.header-wrapper {
}
.header-wrapper li {
  display: inline-block;
  margin-right: 55px;
  position: relative;
}
.header-wrapper li:last-child {
    margin-right: 0;
}
.header-wrapper li::before {
  background: #225486 none repeat scroll 0 0;
  content: "";
  height: 16px;
  position: absolute;
  right: -30px;
  top: 7px;
  width: 1px;
}
.header-wrapper li:last-child::before {
    display: none;
}
.header-icon {
  float: left;
  margin-right: 8px;
}
.header-icon i {
  color: #fbba42;
  font-size: 13px;
}
.header-text {
    float: right;
}
.header-text a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}
.headers-icon {
  float: right;
}
.headers-icon li {
  display: inline-block;
  margin-right: 35px;
  position: relative;
}
.headers-icon li:last-child{margin-right:0;}
.headers-icon li::before {
	background: #225486 none repeat scroll 0 0;
	content: "";
	height: 16px;
	position: absolute;
	right: -20px;
	top: 6px;
	width: 1px;
}
.headers-icon li:last-child:before{display:none;}
.headers-icon li a {
  color: #fbba42;
  font-size: 13px;
}
.logo {
  margin-top: 27px;
  background: #f8f9fa;
  padding-left:10px;
}
.logo2 {
	margin-top: 4px;
}
.main-menu ul li a {
  color:#444444;
  display: inline-block;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  padding: 34px 0;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.main-menu ul li {
  display: inline-block;
  margin-right: 32px;
  position: relative;
}
.main-menu ul li:last-child{margin-right:0;}
.main-menu ul li:hover > a,.main-menu ul li.active > a{color:#002e5b;}
.main-menu ul li ul.submenu {
	border-top:3px solid #fbba42;
    background: #171a21 none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 110%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 9;
}
.main-menu ul li:hover > ul.submenu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.main-menu ul li ul.submenu li {
    border-bottom: 2px solid #1e2128;
    display: block;
    margin: 0;
}
.main-menu ul li ul.submenu li:last-child {
    border: 0 none;
}
.main-menu ul li ul.submenu li a {
	color: #ddd;
	display: block;
	padding: 10px 20px;
	text-align: left;
	font-weight: 500;
}
.main-menu ul li ul.submenu li:hover > a {
    color: #fbba42;
}
.main-menu ul li ul.submenu li ul.submenu {
    left: 100%;
    top: 0;
}
.header-button {
  float: right;
  margin-left: 40px;
  margin-top: 23px;
}
.header-button .btn i {
  padding-left: 5px;
}
.header-button .btn:hover{color:#fff;background:#002e5b;}
/* transparent-header */
.transparent-header {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 99;
}
.header-social a {
	color: #ffffff;
	font-size: 14px;
	margin-left: 20px;
}
.header-social a:hover{color: #fbba42}
.transparent-header .main-menu ul li a {
	color: #fff;
}
.transparent-header .main-menu ul li:hover > a {
	color: #fbba42;
}
.transparent-header .main-menu ul li ul.submenu {
	border-top: 3px solid #fbba42;
}
.transparent-header .main-menu ul li ul.submenu li:hover > a {
	color: #fbba42;
}
/* red-header */
.red-header .main-menu ul li:hover > a {
	color: #CB1011;
}
.red-header .main-menu ul li ul.submenu {
	border-top: 3px solid #CB1011;
}
.red-header .main-menu ul li ul.submenu li:hover > a {
	color: #CB1011;
}
/* header 5 */
.header-under {
	margin-bottom: -100px;
	z-index: 999;
	position: relative;
}
.header-info .footers-icon  a {
	color: #002e5b;
	height: 40px;
	width: 40px;
	background: #fbba42;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
}
.header-info .footer-icon-text h4 {
	color: #002e5b;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	text-transform: capitalize;
}
.header-info .footer-icon-text span {
	color: #444444;
	font-size: 13px;
	font-weight: 400;
	opacity: .7;
}
.overlay-menu {
	background-color: rgba(0, 46, 91,.6);
	padding: 0 40px;
}
.overlay-menu .main-menu ul li a {
	color: #fff;
	padding: 39px 0;
}
.overlay-menu .header-button {
	margin-top: 27px;
}
.overlay-menu{}
/* header-white */
.header-white {
	border-bottom: 1px solid #e8e8e8;
}
.header-white .header-text a {
	color: #777777;
}
.header-white .header-wrapper li::before {
	background: #d4d4d4;
}
.header-white .headers-icon li::before {
	display: none;
}
.header-white .headers-icon li {
	margin-right: 20px;
}
.header-white .headers-icon li a:hover {
	color: #002E5B;
}
.header-white .headers-icon li:last-child {
	margin-right: 0;
}
/* 3. slider-area */
.slider-area{}
.slider-wrapper{}
.slider-wrapper {
	background-position: center top;
	background-size: cover;
}
.slider-content h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  line-height: 70px;
  margin-bottom: 25px;
}
.slider-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  padding-right: 20%;
}
.slider-button {
  margin-top: 40px;
}
.slider-button .btn{}
.slider-button .btn:hover{color:#fff;background:#002e5b;}
.slider-button .btn i {
  margin-left: 5px;
}
.height-full{min-height: 950px;}
.height-800{min-height: 800px;}
/* slider large text */
.slider-content.large-text h1 {
	font-size: 90px;
	line-height: 1.2;
}
.slider-content.large-text p {
	padding: 0;
}
/* slider-box */
.slider-box {
	background-color: rgba(0, 0, 0,.26);
	border-left: 5px solid #fbba42;
	padding: 50px 45px;
	display: inline-block;
	margin-right: 210px;
}
.slider-box  p{
	padding-right: 0;
}
.slider-content.slider-box h1 {
	color: #fff;
	font-size: 55px;
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: 25px;
}

/* slider yellow */
.slider-content.slide-text-black h1 {
	color: #2f3440;
}
.slider-content.slide-text-black p {
	color: #2f3440;
}
/* 4. experience-area */
.experience-area{}
.experience2{}
.experience-text{}
.experience-text h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 0;
}
.experience2 .experience-text h2{color:#444444;}
.experience-button .btn {
  color: #002e5b;
  background: #fbba42;
  transition:.3s;
}
.experience-button .btn:hover{color:#fff;}
.experience-button .btn i{margin-left:5px;}
.experience2 .experience-button .btn{background:#444444;}
/* 5. featured-area */
.featured-area{}
.section-title{}
.section-title h1 {
  color: #002e5b;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 5px;
}
.section2-title h1{color:#273248;}
.section3-title h1{color:#444444;}
.section-title p {
	font-weight: 400;
	margin: auto;
	width: 740px;
}
.featured-wrapper {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 20px 40px;
  transition: .3s;
  position: relative;
}
.featured-wrapper::before,.featured-wrapper::after {
	content: "";
	background: #002e5b;
	height: 4px;
	width: 100%;
	transition: .3s;
	bottom: 0;
	left: 0;
	position: absolute;
}
.featured-wrapper:after{width:0;background: #FBBA42;}
.featured-wrapper:hover:after{width:100%}
.featured-img{}
.featured-img img {
  width: 100%;
}
.featured-text {
  margin-top: -22px;
}
.featured-text h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 22px;
}
.featured-text h4 a{color:#002e5b;}
.featured-text p {
  color: #8a8a8a;
  font-size: 14px;
  margin-bottom: 0;
}
.featured-tag{}
.featured-tag span {
  background: #fbba42 none repeat scroll 0 0;
  border-radius: 100%;
  color: #002e5b;
  display: inline-block;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
/* 6. our-recent-area */
.our-recent-area {
	background-size: cover;
	background-position: center center;
}
.our-recent-wrapper{}
.our-recent-text{}
.our-recent-text span {
	color: #fff;
	font-size: 36px;
	margin-bottom: 3px;
	display: inline-block;
}
.our-recent-text h1 {
	font-weight: 800;
	color: #fff;
	font-size: 48px;
	margin-bottom: 40px;
}
.our-recent-text p {
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 0;
	padding: 0 76px;
	font-weight: 600;
}

.text-black{}
.text-black .our-recent-text span {
	color: #2f3440;
}
.text-black .our-recent-text h1 {
	color: #2f3440;
}
.text-black .our-recent-text p {
	color: #2f3440;
}
/* 7. counter-area */
.counter-area {
	margin-top: -210px;
	z-index: 9999;
	position: relative;
	margin-bottom: -90px;
}
.counter2-area {
	background-size: cover;
	background-position: center center;
}
.counter3-area{}
.counter-bg {
	box-shadow: 0px 10px 30px 0px rgba(62, 62, 62, 0.1);
	border-radius: 10px;
	background:#fff;
}
.counter-wrapper{}
.counter-text{}
.counter-text h1 {
	font-size: 36px;
	font-weight: 800;
	color: #002e5b;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 12px;
}
.counter-text h1:before{
	position:absolute;
	height:4px;
	width:40px;
	background:#FBBA42;
	bottom:0;
	text-align:center;
	content:"";
	margin:auto;
	left:0;
	right:0;
	}
.counter1-text h1{color:#fff;position:relative;}
.counter1-text h1:before{
	position:absolute;
	height:2px;
	width:40px;
	background:#FBBA42;
	bottom:0;
	text-align:center;
	content:"";
	margin:auto;
	left:0;
	right:0;
	}
.counter3-text h1{color:#444444;position:relative;}
.counter3-text h1:before{
	position:absolute;
	height:2px;
	width:40px;
	background:#cb1011;
	bottom:0;
	text-align:center;
	content:"";
	margin:auto;
	left:0;
	right:0;
	}
.counter-text span {
	font-size: 14px;
	color: #8a8a8a;
	font-weight: 600;
}
.counter1-text span{color:#fff;}
/* 8. services-area */
.services-area{}
.services-wrapper {
	background: #fff;
	transition: .3s;
	padding: 58px 38px 65px 38px;
}
.single-service{padding: 0 38px 0 38px}
.services-wrapper:hover{box-shadow: 0px 5px 30px 0px rgba(172, 172, 172, 0.3);}
.single-service:hover{box-shadow:none}
.services-img {
	margin-bottom: 35px;
}
.services-text{}
.services-text h4 {
	font-size: 20px;
	font-weight: 700;
	color: #002e5b;
	margin-bottom: 20px;
}
.services-text p {
	margin-bottom: 0;
}
.services-2-img {
	float: left;
	margin-right: 23px;
}
.services-2-text{overflow:hidden;}
.services-2-text h4 {
	font-size: 20px;
	font-weight: 700;
	color: #444444;
	margin-bottom: 9px;
}
.services-2-text p {
	padding-right: 10px;
}
/* our-service-area */
.our-service-area{}
.our-service-img {
	margin-bottom: 42px;
}
.our-service-img img{width:100%}
.our-service-wrapper{}
.our-service-text{}
.our-service-text h3 {
	color: #444444;
	font-weight: 800;
	font-size: 24px;
	margin-bottom: 15px;
}
.our-service-text p{margin-bottom:0;}
/* our-service2-area */
.our-service2-area{}
.our-service2-img{}
.our-service2-img img{width:100%}
.our-service2-wrapper{}
.our-service2-text{}
.our-service2-text span {
	color: #fbba42;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 26px;
	display: inline-block;
	line-height: 26px;
}
.our-service2-text h4 {
	color: #002e5b;
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 14px;
}
.our-service2-text p{margin-bottom:0;}
/* 9. we-are-area */
.we-are-area {
	background-position: right 7% bottom;
	background-repeat: no-repeat;
}
.we-area-wrapper {
	margin-bottom: 62px;
}
.we-area-text{}
.we-area-text h1 {
	font-weight: 800;
	font-size: 48px;
	color: #002e5b;
	margin-bottom: 17px;
}
.we-area-text span {
	font-size: 22px;
	font-family: Montserrat;
	color: #444444;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 21px;
	display: inline-block;
}
.we-area-text p {
	margin-bottom: 0;
}
.circular-progress{
	position: relative;
	display: inline-block;
	text-align: center;
}
.circular-progress canvas {
  height: 150px;
  width: 150px;
}
.circular-progress span {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -48px;
	margin-left: -33px;
	text-align: center;
	line-height: 95px;
	color: #002e5b;
	font-size: 36px;
	font-weight: 700;
	font-family: Montserrat;
}
.progress-content {
	margin-top: 15px;
}
.progress-content h4 {
	color: #002e5b;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}
/* 10. business-area */
.business-area {
	background-size: cover;
	background-position: center center;
}
.business-wrapper{}
.business-text{}
.business-text p {
	font-size: 36px;
	color: #fff;
	font-weight: 800;
	line-height: 50px;
	margin-bottom: 0;
	padding: 0 77px;
}
.text-black .business-text p {
	color: #2f3440;
}
.business-text span {
	color: #d6d6d6;
	font-size: 16px;
	display: inline-block;
	position: relative;
	margin-top: 14px;
}
.text-black .business-text span {
	color: #2f3440;
}
.text-black .business-text span::before {
	background: #2f3440;
}
.business-text span::before {
	position: absolute;
	height: 2px;
	width: 30px;
	background: #fff;
	content: "";
	left: -48px;
	top: 13px;
}
/* 11. request-area */
.request-area {
	background-size: cover;
	background-position: center center;
}
.request-wrapper{}
.request2-wrapper{}
.request-text {
	margin-bottom: 40px;
}
.request-text h1 {
	font-size: 48px;
	color: #fff;
	font-weight: 800;
	margin-bottom: 7px;
}
.request2-wrapper .request-text h1 {
	color: #002e5b;
}
.request-text p {
	font-size: 16px;
	color: #eeeeee;
	line-height: 32px;
	margin-bottom: 0;
}
.request2-wrapper  .request-text p {
	color: #002e5b;
}
.discuss {
	font-weight: 700;
	font-size: 16px;
	color: #eeeeee;
	display: inline-block;
	font-family: Montserrat;
	margin-bottom: 14px;
}
.requests-wrapper {
	padding: 110px 200px 120px;
}
.request2-wrapper  .discuss{color:#002e5b;}
#request-form input {
	border: 1px solid #ebebeb;
	color: #eeeeee;
	font-size: 14px;
	font-weight: 400;
	height: 50px;
	padding-left: 20px;
	text-transform: capitalize;
	width: 100%;
	background: none;
	transition: .3s;
}
.requests-wrapper #request-form input{border:1px solid #3e3e3e;}
.request2-wrapper #request-form input{border:1px solid #ebd10c;}
#request-form input::-moz-placeholder {
	color: #fff;
	font-size: 14px;
	opacity: 1;
}
#request-form input::placeholder {
	color: #fff;
	font-size: 14px;
	opacity: 1;
}
.requests-wrapper #request-form input::-moz-placeholder {
	color:#b3b3b3;
	font-size: 14px;
	opacity: 1;
}
.requests-wrapper #request-form input::placeholder {
	color:#b3b3b3;
	font-size: 14px;
	opacity: 1;
}
.request2-wrapper #request-form input::-moz-placeholder {
	color:#002e5b;
	font-size: 14px;
	opacity: 1;
}
.request2-wrapper #request-form input::placeholder {
	color:#002e5b;
	font-size: 14px;
	opacity: 1;
}
#request-form input:hover{border-color:#fbba42;}
.requests-wrapper #request-form input:hover{border-color:#fbba42;}
.request2-wrapper #request-form input:hover{border-color:#002e5b;}
#request-form .btn {
	padding: 17px 65px;
	border-radius: inherit;
	letter-spacing: 1px;
	transition: .3s;
}
.requests-wrapper #request-form .btn {
	padding: 17px 45px;
	border-radius: inherit;
	letter-spacing: 1px;
	transition: .3s;
	color: #444444;
	background: #fff;
	transition: .3s;
}
.requests-wrapper #request-form .btn:hover{background:#fbba42;color:#444;}
.request2-wrapper #request-form .btn:hover{background:#002e5b;color:#fff;}
#request-form  .btn i{margin-left:5px;}
}
/* 12. clients-area */
.clients-area{}
.clients-wrapper {
	border: 1px solid #e9e9e9;
	padding: 38px 34px 34px 39px;
	position:relative;
}
.clients-wrapper::before {
	top: 0;
	color: #002e5b;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-size: 87px;
	font-weight: 700;
	margin: auto;
	opacity: 0.07;
	position: absolute;
	right: 6%;
	text-align: center;
	z-index: 999;
}
.clients-img {
	float: left;
	margin-right: 16px;
}
.clients-img img{}
.clients-text {
	padding-top: 4px;
}
.clients-text h5 {
	font-weight: 700;
	color: #444444;
	font-size: 16px;
	margin-bottom: 2px;
}
.clients-text span {
	color: #a4a4a4;
	font-size: 14px;
	color: #a4a4a4;
}
.clients-wrapper p {
	margin-bottom: 0;
	margin-top: 41px;
	overflow: hidden;
}
/* 13. brand-area */
.brand-active.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}
.brand-img {
	text-align: center;
}
/* 14. footer */
.footer-top-area{}
.footer-wrapper {
	overflow: hidden;
}
.footer-logo {
	margin-bottom: 25px;
}
.footer-text {
	margin-bottom: 16px;
}
.footer-text p {
	color: #fff;
	font-size: 13px;
	margin-bottom: 0;
	opacity: .7;
}
.footer-icon{margin-top:10px;}
.footer-icon li {
	display: inline-block;
	margin-right: 13px;
}
.footer-icon li:last-child{margin-right:0;}
.footer-icon li a {
	font-size: 13px;
	color: #fff;
	transition: .3s;
	opacity: .40;
}
.footer-icon li a:hover {color:#fff;opacity: 1;}
.footer-title {
	color: #fbba42;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px;
}
.footer-menu {
    overflow: hidden;
    padding-right: 19px;
}
.footer-menu li {
	float: left;
	padding-bottom: 6px;
	position: relative;
	width: 50%;
}
.footer-menu li:last-child {
    padding-bottom: 0;
}
.footer-menu li a {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	transition: all 0.3s ease 0s;
	opacity: .7;
}
.footer-menu li a:hover {
	color: #fff;
	opacity: 1;
}
.recent-menu{}
.recent-menu li {
	margin-bottom: 20px;
}
.recent-menu li:last-child{margin-bottom:0;}
.recent-text{}
.recent-text h6 a {
	color: #fff;
	font-size: 13px;
	margin-bottom: 6px;
	opacity: .7;
	line-height: 24px;
	font-weight: 500;
}
.recent-text h6 a:hover {
	opacity: 1;
}
.recent-icon {
	float: left;
	margin-right: 10px;
}
.recent-icon i{
color:#fbba42;
font-size:13px;
}
.recent-info{}
.recent-info span {
	font-size: 12px;
	color: #fff;
	opacity: .7;
}
.subscribe-text p {
	color: #fff;
	font-size: 13px;
	line-height: 30px;
	margin-bottom: 18px;
	opacity: .6;
}
#footer-form input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #1c436a;
	color: #fff;
	float: left;
	font-size: 12px;
	font-weight: 400;
	height: 45px;
	padding-left: 17px;
	width: 100%;
}
#footer-form.border-mail input {
	border: 1px solid #717171;
}
#footer-form input::-moz-placeholder {
	color: #fff;
	opacity: .5
}
#footer-form input::placeholder {
	color: #fff;
	opacity: .5
}
#footer-form button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #fbba42;
	font-size: 15px;
	line-height: 46px;
	position: absolute;
	right: 0;
	transition: all 0.3s ease 0s;
	width: 80px;
}
.footer-border {
  border-bottom: 1px solid #264d73;
}
/* footer-icon-area */
.footer-icon-area {
	border-bottom: 1px solid #264d73;
}
.footer-icon-wrapper{}
.footers-icon {
	float: left;
	margin-right: 20px;
}
.footers-icon a {
	color: #002e5b;
	height: 50px;
	width: 50px;
	background: #fbba42;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
}
.footer-icon-text {
  overflow: hidden;
}
.footer-icon-text h4 {
	color: #fbba42;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 4px;
	text-transform: capitalize;
}
.footer-icon-text span {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	opacity: .7;
}
.copyright p {
	margin-bottom: 0;
	color: #fff;
	opacity: .5;
}

/* footer 2 */
.footer-wrapper-2 .footer-title {
	color: #f2f2f2;
	font-size: 16px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.footer-wrapper-2 .footer-menu li {
	float: none;
	width: 100%;
}
.instagram-list li {
	float: left;
	padding: 0 2px;
	width: 33.33%;
	margin-bottom: 6px;
}
.instagram-list {
	margin: 0 -2px;
}
.instagram-list li img{width: 100%}
.copyright-border{border-top: 1px solid #323232;}
.footer-copyright-icon a {
	color: #ffffff;
	font-size: 14px;
	margin-left: 20px;
	opacity: .5;
}
.footer-copyright-icon a:hover {
	opacity: 1;
}
/* footer-white */
.footer-white .footer-title {
	color: #333333;
}
.footer-white .footer-text p {
	color: #777777;
	opacity: 1;
}
.footer-white .footer-menu li a {
	color: #777777;
	opacity: 1;
}
.footer-white .recent-text h6 a {
	color: #777;
	opacity: 1;
}
.footer-white .recent-info span {
	color: #777;
	opacity: 1;
}
.footer-white .subscribe-text p {
	color: #777;
	opacity: 1;
}
.footer-white .footer-icon li a {
	color: #777777;
	opacity: 1;
}
.footer-white .footer-icon-text h4 {
	color: #333333;
}
.footer-white .footer-icon-text span {
	color: #777777;
	opacity: 1;
}
.footer-white .footer-icon-area {
	border-bottom: 1px solid #e6e6e7;
}
.footer-white .footer-border {
	border-bottom: 1px solid #e6e6e7;
}
.footer-white .copyright p {
	color: #777777;
	opacity: 1;
}
.footer-white #footer-form input {
	background: #fff;
	border: 1px solid #e0e0e0;
}
.footer-white {}
.footer-white #footer-form input::-moz-placeholder {
	color: #777777;
	opacity: 1
}
.footer-white #footer-form input::placeholder {
	color: #777777;
	opacity: 1
}
/* 15. choose-area */
.choose-area {
	background-size: cover;
	background-position: center center;
}
.choose-wrapper {
	background: #002e5b;
	padding: 111px 74px 119px 75px;
	margin-top: -30px;
	margin-bottom: -25px;
	border-bottom: 6px solid #fbba42;
}
.choose-title {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.choose-title::before {
	position: absolute;
	height: 2px;
	width: 64px;
	background: #fff;
	content: "";
	left: 0;
	bottom: 0;
}
.choose-title h1 {
	font-size: 48px;
	color: #fff;
	font-weight: 800;
}
.choose-title p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
}
.choose-text{}
.choose-text p {
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	margin-bottom: 22px;
}
.choose-text .btn {
	color: #002e5b;
	margin-top: 19px;
	border: 1px solid transparent;
}
.choose-text .btn:hover {
	color: #fff;
	border: 1px solid #fff;
}
.choose-text .btn i {
	margin-left: 5px;
}
/* 16. testimonial  */
.testimonial-item {
	margin-top: 18px;
}
.testimonial-item > p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 25px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding-top: 22px;
	padding-bottom: 22px;
	position:relative;
}
.testimonial-item > p::before {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 0 0 -8px 0;
	bottom: -15px;
	content: "";
	height: 30px;
	left: 47.3%;
	position: absolute;
	transform: rotate(-45deg);
	width: 30px;
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
}
.testimonial-item > p::after {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 0 0 -8px 0;
	top: -15px;
	content: "";
	height: 30px;
	left: 47.3%;
	position: absolute;
	transform: rotate(-45deg);
	width: 30px;
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
}
.designation {
	margin-top: 45px;
}
.designation > h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	color: #444444;
}
.designation span {
	color: #8a8a8a;
	font-size: 12px;
	font-weight: 400;
}
.testimonial-nav {
  margin: 50px auto auto;
  text-align: center;
  width: 310px;
}
.testimonial-nav button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #333333;
  font-size: 20px;
  left: -50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.testimonial-nav button.slick-next {
  left: auto;
  right: -50px;
}
.testimonial-thumb > img {
  transform: scale(0.7);
}
.testimonial-thumb.slick-center > img {
  transform: scale(01);
}

.single-brand {
	text-align: center;
}
.single-brand a {
  display: inline-block;
}
/* 17. project-area */
.portfolio-menu button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	border-radius: none;
	color: #002e5b;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin-right: 36px;
	padding: 0;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	position:relative;
}
.portfolio-menu button::before {
	bottom: 0px;
	color: #002e5b;
	content: "\f30b";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	text-align: center;
	z-index: 999;
	left: -22px;
	opacity:0;
}
.portfolio-menu button.active::before {opacity:1;}
.portfolio-menu button:focus {
    outline: 0 none;
}
.portfolio-menu button:last-child {
    margin-right: 0;
}
.custom {
    margin: 0 -15px;
}
.project-wrapper {}
.project-img {position:relative;overflow:hidden;}
.project-img::before {
	background: #002e5b;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease 0s;
	z-index: 999;
}
.project-wrapper:hover .project-img::before{opacity:.8;}
.project-img img {
    width: 100%;
	transition:.3s;
}
.project-wrapper:hover .project-img img {
  transform: scale(1.2) rotate(7deg);
}
.project-content {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease 0s;
	z-index: 9999;
	padding: 35px;
}
.project-wrapper:hover .project-content{opacity:1;}
.project-content span {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}
.project-content h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	position: relative;
	padding-bottom: 18px;
}
.project-content h4::before {
	background: #fff;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	width: 40px;
}
.project-content h4 > a {
	color: #fbba42;
}
.project-link {
	position: absolute;
	bottom: 35px;
	right: 35px;
	transition: .3s;
	z-index: 999;
	opacity: 0;
}
.project-wrapper:hover .project-link {opacity:1;}
.project-link a {
	color: #fff;
	font-size: 18px;
	transition: .3s;
}
.project-link a:hover{color:#fbba42;}
/* recent-project-area */
.recent-project-area{}
.recent-project-tab {
}
.recent-project-tab li {
}
.recent-project-tab li a {
	color: #444444;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	margin-right: 46px;
	padding: 0;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	position: relative;
}
.recent-project-tab li:last-child a{margin-right:0;}
.recent-project-tab li a::before {
	bottom: 0px;
	color: #002e5b;
	content: "\f30b";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	text-align: center;
	z-index: 999;
	left: -22px;
	opacity:0;

}
.recent-project-tab li a.active::before{opacity:1;}
.recent-project-tab li a.active {
    color: #002e5b;
}
.recent-project-tab li:last-child a{margin-right:0;}
.recent-project-tab li a:hover{color:#002e5b;}
.recent-project-wrapper{}
.recent-project-img{position:relative;}
.recent-project-img::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #002e5b;
	top: 0;
	left: 0;
	opacity:0;
	transition: .3s;
}
.recent-project-wrapper:hover .recent-project-img::before{opacity:.8;}
.recent-project-img a{}
.recent-project-img a img{}
.product-button {
	position: absolute;
	bottom: 0;
	left:30px;
	transition:.3s;
	opacity:0;
}
.recent-project-wrapper:hover .product-button{opacity:1;bottom:30px;}
.product-button > a {
	color: #002e5b;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 20px;
	background: #fff;
	display: inline-block;
	font-family: Montserrat;
	position: relative;
	transition:.3s;
}
.product-button > a:hover{color:#fdc800;}
.product-button > a::before {
	position: absolute;
	content: "";
	height: 41px;
	width: 5px;
	background: #fdc800;
	left: 0;
	top: 0;
}
.case-details-text.portfolio-desc p{margin-bottom: 15px;}
.lg-port img {
	width: 100%;
}
/* 18. financial-area */
.financial-area{}
.financial-wrapper {
	padding-left: 15px;
	padding-right: 5px;
}
.financial-text{}
.financial-text h1 {
	color: #002e5b;
	font-weight: 800;
	font-size: 48px;
	margin-bottom: 20px;
}
.financial1-text h1 {
	color: #444444;
}
.financial-text p {
	color: #8a8a8a;
	margin-bottom: 0;
}
/* footer2-top-area */
.footer2-top-area{}
.footer-link{}
.footer-link li {
	padding-bottom: 24px;
}
.footer-link li:last-child{padding-bottom:0;}
.footer2-text{}
.footer2-text h5 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 3px;
	opacity:.6;
}
.footer2-text span {
	color: #8a8a8a;
	font-size: 13px;
	font-weight: 400;
}
.footer2-bottom-area{}
.copyright2{}
.copyright2 p {
	font-size: 15px;
	color: #949494;
	margin-bottom: 0;
	font-weight: 400;
}
.footer-bottom-wrapper{}
.footer-bottom-menu{}
.footer-bottom-menu li {
	display: inline-block;
	color: #949494;
	margin-right: 32px;
}
.footer-bottom-menu li:last-child{margin-right:0;}
.footer-bottom-menu li a {
	color: #949494;
	font-size: 14px;
	font-weight: 500;
	font-family: Montserrat;
	text-transform: capitalize;
	transition: .3s;
}
.footer-bottom-menu li a:hover{color:#fbba42;}
/* 19. progress-area */
.progress-area {
	background-size: cover;
	background-position: center center;
}
.progress2-wrapper {
	background: #222222;
	padding: 110px 64px 115px;
	margin-right: 60px;
	overflow: hidden;
}
.single-skill {
	overflow: hidden;
}
.progress-text {
	margin-bottom: 40px;
}
.progress-text h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	line-height: 45px;
	margin-bottom: 30px;
}
.progress-text p {
	color: #fff;
	margin-bottom: 0;
}
.bar-title h4 {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px;
}
.progress-bar span {
	color: #fff;
	font-size: 14px;
	margin-top: -50px;
}
.bar-title span {
    color: #444;
    font-size: 18px;
}
.progress-bar {
	background-color: #fbba42;
	text-align: right;
}
.progress3-wrapper .progress-bar {
  background-color: #fbba42;
}
.progress {
    border-radius: 0;
    height: 3px;
    overflow: visible;
}
/* 20. case-study-area */
.case-study-area{}
.case-study-wrapper{}
.case-study-img{position:relative;}
.case-study-img a{}
.case-study-img a img {
	width: 100%;
}
.case-study-text {
	position: absolute;
	bottom: 0;
	padding: 30px 30px 22px;
}
.case-study-text > a {
	color: #444;
	background: #fbba42;
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 7px 10px;
	line-height: 1;
	margin-bottom: 12px;
}
.case-study-text h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 26px;
}
.case-study-text h4 > a{color:#fff;}
/* case-details-area */
.case-details-area{}
.case-details-wrapper{}
.case-details-wrapper{}
.case-details-img {
	margin-bottom: 35px;
}
.case-details-img img{width:100%;}
.case-details-text {
	margin-bottom: 48px;
}
.case-details-text h3 {
	font-weight: 700;
	font-size: 24px;
	color: #444444;
}
.case-details-text p {
	margin-bottom: 0;
	padding-right: 10px;
}
.case-details2-text {
	margin-top: 15px;
}
.case-details2-text h4 {
	font-weight: 700;
	font-size: 16px;
	color: #444444;
	margin-bottom: 14px;
}
.case-details2-text h4 i {
	font-size: 14px;
	padding-right: 4px;
}
.case-details2-text p{margin-bottom:0;}
.case-details2-text img img{width:100%}
.case-details-menu {
	margin-top: 44px;
	padding-left: 65px;
	border-left: 1px solid #e9e9e9;
}
.case-details2-img img {
	width: 100%;
}
.case-details-menu li {
	font-weight: 600;
	color: #444444;
	font-size: 14px;
	padding-bottom: 10px;
}
.case-details-menu li:last-child{padding-bottom:0;}
.case-details3-img {
	margin-bottom: 45px;
}
.case1-details-text {
	margin-bottom: 0;
}
.case1-details-text h3 {
	margin-bottom: 14px;
}
.case1-details-text p {
	padding-right: 28px;
}
/* 21. join-area */
.join-area {
	background-size: cover;
	background-position: center center;
}
.join-wrapper{}
.join-icon{}
.join-icon a {
	color: #444;
	font-size: 18px;
	height: 70px;
	width: 70px;
	background: #fff;
	display: inline-block;
	border-radius: 50%;
	line-height: 70px;
	text-align: center;
	transition: .3s;
}
.join-icon a:hover{transform:scale(1.1);}
.join-text{}
.join-text h1 {
	color: #fff;
	font-weight: 800;
	font-size: 48px;
	margin-bottom: 0;
	line-height: 63px;
	margin-top: 25px;
}
/* 22. question-area */
.question-title{margin-bottom:40px;}
.questions-title{margin-bottom:33px;}
.question-title h2 {
	font-size: 48px;
	color: #273248;
	font-weight: 800;
	margin-bottom: 0;
}
.questions-title h3 {
	font-size: 24px;
	color: #444444;
	font-weight: 700;
	margin-bottom: 0;
}
.question-wrapper .question-title h2 {
	color: #fff;
}
.question-collapse {
	padding-right: 100px;
}
.question-wrapper{}
.question-collapse .card {
	border-radius: 0;
	border-left: 3px solid #fbba42;
	margin-bottom: 15px;
	border-bottom: 0;
}
.question-wrapper .card {
	border-radius: 0;
	border-left: 3px solid #fbba42;
	margin-bottom: 15px;
	border-bottom: 0;
	background: none;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.question-wrapper  .card {
	border-left: 3px solid #fbba42;
}
.single-question {
	padding-right: 0;
}
.single-question  .card {
	border-left: 3px solid #fbba42;
}

.question-collapse .card .card-header {
	padding: 0;
	background-color: inherit;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 30px;
	position: relative;
}
.question-collapse .card .card-header .btn.btn-link {
	padding: 0;
}

.question-wrapper .card .card-body {
	border-top: 1px solid #fff;
}
.question-collapse .card .card-body > p {
	line-height: 26px;
	margin-bottom: 0;
}
.question-wrapper .card .card-body > p {
	line-height: 26px;
	margin-bottom: 0;
	color: #adadad;
}
.question-collapse .card .card-header h5 .btn.btn-link {
	font-size: 16px;
	font-weight: 700;
	color: #444444;
	text-decoration: none;
	line-height: 1;
	background: none;
	text-transform: none;
	width: 100%;
	text-align: left;
}
.question-wrapper .card .card-header h5 .btn.btn-link {
	color: #fff;
}
.question-collapse .card .collapse.show {
	border-bottom: 1px solid #e9e9e9;
}
.question-wrapper  .card .collapse.show {
	border-bottom: none;
}
.question-collapse .card .card-header .btn.btn-link::before {
	position: absolute;
	content: "\f068";
	top: 24px;
	right: 30px;
	bottom: 0;
	margin: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 800;
}

.question-collapse .card .card-header .btn.btn-link.collapsed::before {
	position: absolute;
	content: "\f067";
	top: 24px;
	right: 30px;
	bottom: 0;
	margin: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 800;
}

/* 23. request-fomr-area */

.request-title {
	padding-top: 55px;
	padding-bottom: 55px;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #fbba42;
	text-align: center;
}
.request2 .request-title {
	background-color: #fbba42;
}
.request-title > h2 {
	color: #444;
	font-weight: 800;
	font-size: 34px;
	line-height: 1;
	margin: 0;
}
.request2 .request-title>h2 {
	color: #002e5b;
}
.request-form {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 50px;
	padding-bottom: 70px;
	background-color: #f6f6f6;
}
.request2 .request-form {
	background-color: #fff;
}
.request-form > h2 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #444444;
}
.request-form .nice-select {
	width: 100%;
	height: 50px;
	line-height: 1;
	padding-top: 18px;
	vertical-align: middle;
	border-radius: 0;
}

.request-form .nice-select .current {
	color: #4444;
}

.request-form .nice-select:focus {
	outline: 0;
}

.request-form .nice-select .list {
	width: 100%;
	border-radius: 0;
}

.request-form .nice-select .option {
	color: #777;
}

.request-form input {
	margin-top: 20px;
	width: 100%;
	height: 50px;
	background: #fff;
	border: 1px solid #e3e3e3;
	padding-left: 20px;
	}
.request-form input::-moz-placeholder {
	color: #b3b3b3;
	font-size: 14px;
	opacity: 1;
}
.request-form input::placeholder {
	color: #b3b3b3;
	font-size: 14px;
	opacity: 1;
}
.req-btn {
	font-size: 14px;
	text-transform: uppercase;
	padding: 17px 44px;
	display: inline-block;
	background-color: #FBBA42;
	font-weight: 700;
	margin-top: 20px;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1;
	color: #444;
}
.req-btn:hover{background: #444;color: #fff;}
.request2 .req-btn {
	text-transform: uppercase;
	background-color: #fbba42;
	color: #002e5b;
	}

.req-btn>i {
	margin-left: 9px;
}

.req-btn:hover {
	color: #fff;
}

.request-form .nice-select::after {
	position: absolute;
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	right: 20px;
	color: #b3b3b3;
}

.request-form .nice-select.open::after {
	position: absolute;
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	right: 20px;
	color: #b3b3b3;
	transform: rotate(0deg);
}
/* testimonials-area */
.testimonials-area {}
.section-title h2 {
	color: #273248;
	font-size: 48px;
	font-weight: 800;
	margin-bottom: 0;
}
.testimonials-wrapper {
	padding: 40px 33px 30px 40px;
	background-color: #fff;
}
.testimonials-wrapper>p {
	line-height: 33px;
	font-size: 14px;
	margin-bottom: 10px;
}
.author-info {
	margin-top: 5px;
}
.author-info>h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 4px;
}
.author-info>span {
	font-size: 12px;
	color: #8a8a8a;
}
.author-thumb {
	margin-right: 15px;
}
.single-testimonials {
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	margin-bottom: 90px;
}
.testimonial1-active .owl-dots {
	bottom: 15px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 99;
}
.testimonial1-active .owl-dot {
  border-radius: 100%;
  display: inline-block;
  height: 8px;
  margin: 0 5px;
  width: 8px;
  position:relative;
  background:#002e5b;
}
.testimonial1-active .owl-dot.active::before {
	border: 1px solid #fdc800;
	border-radius: 50%;
	content: "";
	height: 16px;
	left: -4px;
	position: absolute;
	top: -4px;
	width: 16px;
}
.testimonial1-active .owl-dot.active {
  background: #fdc800;
  position: relative;
}
/* 24. team-area */
.team-area{}
.team-wrapper {
	overflow: hidden;
}
.team2-wrapper{}
.team-img{position:relative;}
.team-img::before {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000;
	content: "";
	left: 0;
	top: 0;
	opacity:0;
	transition:.3s;
}
.team-wrapper:hover .team-img::before{opacity: .6;}
.team2-img{position:relative;}
.team2-img::before {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #002e5b;
	content: "";
	left: 0;
	top: 0;
	opacity:0;
	transition:.3s;
}
.team-wrapper:hover .team2-img::before{opacity: .4;}
.team2-img{}
.team2-img img{width:100%;}
.team2-wrapper .team-img::before {
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: -moz-linear-gradient( 90deg, rgb(0,46,91) 0%, rgba(0,46,91,0.55) 30%, rgb(0,46,91) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,46,91) 0%, rgba(0,46,91,0.55) 30%, rgb(0,46,91) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,46,91) 0%, rgba(0,46,91,0.55) 30%, rgb(0,46,91) 100%);
	content: "";
	left: 0;
	top: 0;
	opacity:0;
	transition:.3s;
}
.team2-wrapper .team-wrapper:hover .team-img::before{opacity:1;}
.team-img img {
	width: 100%;
}
.team-text {
	position: absolute;
	bottom: 0;
	left: 30px;
	opacity:0;
	transition:.3s;
}
.team-wrapper:hover .team-text{opacity:1;bottom:20px;}
.team-text h4 {
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	margin-bottom: 1px;
}
.team-text span {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
.team-icon {
	margin-top: 3px;
}
.team-icon li {
	display: inline-block;
}
.team-icon li a {
	font-size: 12px;
	color: #fff;
	margin-right: 11px;
	transition: .3s;
}
.team-icon li:last-child a{margin-right:0;}
.team-icon li a:hover {
	color: #FBBA42;
}
.team2-icon li a:hover{color:#fbba42;}
.team2-text {
	position: absolute;
	z-index: 999;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin-left: 85px;
	margin-right: 85px;
	transition: .3s;
	background: #fff;
	opacity:0;
	transition:.3s;
}
.team-wrapper:hover .team2-text{opacity:1;bottom:40px;}
.team3-icon {
	padding: 12px 45px;
}
.team3-icon li {
	display: inline-block;
}
.team3-icon li a {
	font-size: 14px;
	color: #444444;
	margin-right: 15px;
	transition:.3s;
}
.team3-icon li a:hover{color:#fbba42;}
.team3-icon li:last-child a{margin-right:0;}
.team3-text {
	margin-top: 25px;
}
.team3-text h4 {
	font-size: 18px;
	font-weight: 700;
	color: #444444;
	margin-bottom: 0;
	float: left;
}
.team3-text span {
	float: right;
	color: #777777;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
}
/* 25. blog */
.latest-news-area{}
.latest-news-wrapper{}
.latest-news-img img {
	width: 100%;
}
.latest-news-img a{}
.latest-news-img a img {
	width: 100%;
}
.latest-news-text {
	margin-top: 20px;
}
.latest-news-text span {
	font-size: 12px;
	color: #8a8a8a;
	font-weight: 400;
}
.latest-news-text h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 19px;
	padding-bottom: 22px;
}
.latest-news-text h4::before {
	background: #FBBA42;
	width: 52px;
	left: 0;
	content: "";
	position: absolute;
	height: 2px;
	bottom: 0;
}
.latest-news-text h4 a{color:#444444;transition:.3s;}
.latest-news-text p {
	color: #8a8a8a;
	line-height: 26px;
	margin-bottom: 0;
}
.latest-news-text > a {
	color: #444444;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	transition: .3s;
	margin-top: 16px;
}
.latest-news-text > a:hover{color:#FBBA42;}
.latest-news-text a i{padding-left:5px;transition:.3s;}
.latest-news-text a:hover i{padding-left:8px;}
/* 26. build-area */
.build-area{}
.build-img {
	margin-left: 86px;
}
.build-wrapper{}
.single-wrapper{}
.build-text{}
.build-text h3 {
	font-weight: 700;
	font-size: 36px;
	color: #444444;
	padding-right: 16%;
	line-height: 45px;
	margin-bottom: 22px;
}
.build-text p {
	margin-bottom: 23px;
	padding-right: 15%;
}
.build-text a {
	color: #cb1011;
	border: 1px solid #cb1011;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Montserrat;
	padding: 14px 20px;
	line-height: 1;
	border-radius: 30px;
	transition: .3s;
	display: inline-block;
	margin-top: 30px;
	transition: .3s;
}
.build-text a:hover{background:#cb1011;color:#fff;}
.single-wrapper .build-text a {
	color: #444444;
	border: 1px solid #d0d0d0;
	padding: 14px 30px;
	transition:.3s;
}
.single-wrapper .build-text a:hover{background:#fbba42;color:#fff;border-color:#fbba42;}
.build-text a i{padding-left:5px;}
/* 27. news-area */
.news-area{}
.news-wrapper {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 14px;
}
.news-img{position:relative;}
.news-img a{}
.news-img a img {
	width: 100%;
}
.news-info {
	position: absolute;
	bottom: 0;
	padding: 20px;
	left: 0;
	right: 0;
}
.news-info .btn {
	color: #002e5b;
	font-size: 12px;
	padding: 10px 20px;
	background: #fdc800;
	border-radius: 3px;
	transition: .3s;
}
.news-info span {
	float: right;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	margin-top: 2px;
}
.news-text {
	margin-top: 20px;
}
.news-text h4 {
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	margin-top:5px;
}
.news-text h4 a{color:#153d64;}
.news-meta{}
.news-meta span {
	color: #aaaaaa;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	margin-right: 44px;
}
.news-meta span:last-child{margin-right:0;}
.news-meta span a{color:#444444;}
/* featureds-area */
.featureds-area {
	overflow: hidden;
}
.featureds-inner{}
.featureds-item {
	float: left;
	width: 25%;
	background: #222222;
}
.featureds-wrapper {
	padding: 80px;
}
.featureds-item:nth-child(2n+2) {
	background: #3d3d3d;
}
.featureds-img {
	margin-bottom: 32px;
}
.featureds-text{}
.featureds-text h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 15px;
}
.featureds-text p {
	color: #d8d8d8;
	margin-bottom: 0;
}
.bg-black{background:#222222;}
.bg-red{background:#cb1011;}
/* meet-area */
.meet-area{}
.meet-wrapper {
	background: #cb1011;
	margin-left: 10px;
	padding: 52px 70px 60px;
}
.meet-text{}
.meet-text h1 {
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 14px;
}
.meet-text p {
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 0;
}
.meet-text a {
	color: #fff;
	border: 1px solid #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Montserrat;
	padding: 15px 25px;
	line-height: 1;
	border-radius: 30px;
	transition: .3s;
	display: inline-block;
	margin-top: 28px;
	transition: .3s;
}
.meet-text a:hover{background: #fff;color: #444}
.meet-text a i{padding-left:5px;}
/* 28. pricing-area */
.pricing-area{}
.pricing-wrapper {
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
	padding-top: 42px;
	padding-bottom: 50px;
	position:relative;
	overflow:hidden;
}
.single-pricing{}
.single1-pricing {
	background: #fff;
}
.pricing-wrapper::before {
	position: absolute;
	content: "";
	border: 10px solid #f6f6f6;
	height: 100px;
	width: 100px;
	border-radius: 100%;
	right: -28px;
	top: -23px;
}
.pricing-wrapper::after {
	position: absolute;
	content: "";
	border: 10px solid #f6f6f6;
	height: 80px;
	width: 80px;
	border-radius: 100%;
	left: -32px;
	bottom: -29px;
}
.pricing-top-text{}
.pricing-top-text h3 {
	font-weight: 700;
	font-size: 26px;
	color: #444444;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 16px;
	transition:.3s;
}
.pricing-wrapper:hover .pricing-top-text h3{color:#cb1011;}
.single-pricing:hover .pricing-top-text h3{color:#002e5b;}
.pricing-top-text h3::before {
	position: absolute;
	height: 2px;
	width: 60px;
	background: #e9e9e9;
	bottom: 0;
	text-align: center;
	content: "";
	margin: auto;
	left: 0;
	right: 0;
}
.pricing-text{}
.single-pricing .pricing-text h2 {
	color: #002e5b;
}
.pricing-text h2 {
	color: #cb1011;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 0;
}
.pricing-text h2 span {
	color: #444444;
	font-size: 13px;
	font-weight: 600;
}
.pricing-menu {
	margin-top: 38px;
}
.pricing-menu li {
	font-size: 16px;
	color: #777777;
	padding-bottom: 12px;
}
.pricing-menu li:last-child{padding-bottom:0;}
.pricing-button {
	margin-top: 42px;
}
.pricing-button a {
	color: #777777;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: Montserrat;
	background: #f6f6f6;
	display: inline-block;
	padding: 15px 30px;
	line-height: 1;
	border-radius: 30px;
	transition: .3s;
}
.pricing-wrapper:hover .pricing-button a{background:#cb1011;color:#fff;}
.single-pricing:hover .pricing-button a{background:#002e5b;color:#fff;}
.single1-pricing:hover .pricing-button a{background:#fbba42;color:#002e5b;}
/* clients-say-area */
.clients-say-area{}
.clients-say-wrapper {
	padding: 110px 200px 145px;
}
.clients-say-title {
	margin-bottom: 53px;
}
.clients-say-title h1 {
	font-weight: 800;
	font-size: 48px;
	color: #444444;
}
.clients-say-title p {
	font-size: 16px;
	color: #777777;
	margin-bottom: 0;
}
.single-clients{}
.clients-say-img {
	float: left;
	margin-right: 28px;
}
.clients-say-text{overflow:hidden;}
.clients-say-text p {
	color: #444;
	margin-bottom: 0;
}
.clients-say-text h4 {
	color: #444;
	font-size: 16px;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 0;
}
.clients-say-text span {
	font-size: 12px;
	color: #666;
}
.clienyts-say-active .owl-dots {
	bottom: -70px;
	left: 0;
	position: absolute;
	text-align: center;
	z-index: 99;
}
.clienyts-say-active .owl-dot {
  border-radius: 100%;
  display: inline-block;
  height: 8px;
  margin: 0 5px;
  width: 8px;
  position:relative;
  background:#444;
}
.clienyts-say-active .owl-dot.active::before {
	border: 1px solid #444;
	border-radius: 50%;
	content: "";
	height: 16px;
	left: -4px;
	position: absolute;
	top: -4px;
	width: 16px;
}
/* map-area-start */
.map {
	height: 600px;
	width: 100%;
}
/* breadcrumb-area */
.breadcrumb-area {
	background-size: cover;
	background-position: center center;
}
.breadcrumb-text{}
.breadcrumb-text h1 {
	font-size: 48px;
	font-weight: 800;
	line-height: 55px;
	color: #fff;
	margin-bottom: 0;
}
.breadcrumb-menu {
	margin-top: 10px;
}
.breadcrumb-menu ul {
}
.breadcrumb-menu ul li {
	display: inline-block;
	text-transform: capitalize;
	padding: 0 10px;
}
.breadcrumb-menu ul li::after {
	background: #fff;
	content: "";
	display: inline-block;
	float: right;
	position: relative;
	right: -13px;
	top: 13px;
	height: 5px;
	width: 5px;
	border-radius: 50%;
}
.breadcrumb-menu ul li:last-child::after {
    display: none;
}
.breadcrumb-menu span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.breadcrumb-menu ul li a {
	color: #fbba42;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.3s ease 0s;
}
/* services-details-area */
.services-details-area{}
.widget{}
.widget-wrapper{}
.widget-heading {
	background: #002e5b;
	padding: 19px 30px;
}
.widget-heading h2 {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.widget-heading h2 i {
	font-size: 15px;
	padding-right: 6px;
}
.service-details-menu {
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	padding: 40px 30px 46px;
}
.service-details-menu li {
	padding-bottom: 16px;
}
.service-details-menu li:last-child{padding-bottom:0;}
.service-details-menu li a {
	color: #444444;
	font-weight: 600;
	font-size: 16px;
	transition:.3s;
}
.service-details-menu li a:hover{color:#fbba42;}
.service-details-menu li a i {
	font-size: 16px;
	padding-right: 12px;
}
.service-details-link {
	padding: 30px;
}
.service-details-link li {
	background: #fbba42;
	margin-bottom: 10px;
	padding: 18px 10px 18px 26px;
	position: relative;
}
.service-details-link li::before {
	position: absolute;
	color: #002e5b;
	content: "\f381";
	font-weight: 700;
	right: 0;
	font-family: "Font Awesome 5 Free";
	font-size: 30px;
	opacity: .22;
	top: -10px;
}
.service-details-link  li:last-child{margin-bottom:0;}
.service-details-link li a {
	color: #002e5b;
	font-size: 14px;
	font-weight: 600;
}
.service-details-link li a i {
	font-size: 16px;
	padding-right: 7px;
}
.service-details-left {
	padding: 50px 38px;
}
.service-left-text{position:relative;}
.service-left-text::before {
	bottom: -68px;
	color: #0d3963;
	content: "\f025";
	font-family: "Font Awesome 5 Free";
	font-size: 104px;
	font-weight: 700;
	margin: auto;
	position: absolute;
	right: -2px;
	text-align: center;
	z-index: 999;
}
.service-left-text h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 22px;
}
.service-left-text p {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 0;
}
.service-left-text a {
	color: #002e5b;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	background: #fbba42;
	padding: 10px 30px;
	line-height: 1;
	border-radius: 30px;
	margin-top: 32px;
}
.service-left-text a i {
	padding-right: 5px;
}
.service-details-wrapper{}
.service-details-img {
	margin-bottom: 34px;
}
.service-details-img img {
	width: 100%;
}
.service-details-text {
	overflow: hidden;
	margin-bottom: 33px;
}
.service-details-text h3 {
	font-weight: 700;
	color: #444444;
	font-size: 24px;
	margin-bottom: 10px;
}
.service-details-text p {
	line-height: 32px;
	margin-bottom: 13px;
}
.single-service-details{}
.single-service-details h3 {
	color: #444444;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 12px;
}
.single-service-details p {
	margin-bottom: 0;
}
.sevices-details-img{}
.sevices-details-img img {
	width: 100%;
}
.service-details-business-text{}
.service-details-business-text h4 {
	font-size: 18px;
	font-weight: 600;
	color: #444444;
	margin-bottom: 14px;
}
.service-details-business-text h3 {
	font-size: 24px;
	font-weight: 700;
	color: #444444;
	margin-bottom: 14px;
}
.service-details-business-text p {
	margin-bottom: 0;
}
blockquote {
	color: #656565;
	font-weight: 400;
	line-height: 32px;
	margin: 36px 100px 60px 0;
	padding: 34px 50px 36px 40px;
	background: #f6f6f6;
	position: relative;
}
blockquote::before {
	bottom: 2px;
	color: #182d43;
	content: "\f10e";
	font-family: "Font Awesome 5 Free";
	font-size: 70px;
	font-weight: 700;
	margin: auto;
	position: absolute;
	right: 37px;
	text-align: center;
	z-index: 999;
}
blockquote span {
	display: block;
	color: #656565;
	font-weight: 600;
	position: relative;
	font-size: 14px;
	margin-top: 4px;
	margin-left: 55px;
}
blockquote span::before {
	position: absolute;
	content: "";
	background: #9e9e9e;
	width: 40px;
	height: 2px;
	left: -53px;
	top: 15px;
}
/* company-area */
.company-area{}
.company-wrapper{}
.company-img{}
.company-img img{width:100%;}
.company-text {
	margin-top: 24px;
}
.company-text h4 {
	font-size: 20px;
	font-weight: 700;
	color: #444444;
	margin-bottom: 10px;
}
.company-text p {
	margin-bottom: 0;
	padding: 0 17px;
}
/* welcome-area */
.welcome-area{}
.welcome-wrapper{}
.welcome-text {
	margin-top: 16px;
}
.welcome-text h2 {
	color: #444444;
	font-size: 36px;
	font-weight: 700;
	line-height: 45px;
	margin-bottom:20px;
}
.welcome-text p {
	margin-bottom: 20px;
}
.welcome-text p:last-child{margin-bottom}
.welcome-img{}
.welcome-img img{}
/* history-company */
.history-company{}
.history-company-wrapper{}
.history-company-text{margin-left:70px;}
.history-company-text h4 {
	font-size: 18px;
	font-weight: 700;
	color: #444444;
	position:relative;
}
.history-company-text h4::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 50px;
	background: #c6c6c6;
	left: -67px;
	top: 10px;
}
.history-company-text h4::after {
	position: absolute;
	content: "";
	height: 8px;
	width: 8px;
	background: #c6c6c6;
	left: -17px;
	border-radius: 100%;
	top: 6px;
}
.history-company-text p {
	margin-bottom: 0;
}
/* our-capabilities-area */
.our-capabilities-area{}
.capabilities-img {
	position: relative;
}
.capabilities-icon {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
	text-align: center;
}
.capabilities-icon a {
	color: #fff;
	font-size: 12px;
	height: 50px;
	width: 50px;
	display: inline-block;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	transition: .3s;
	border: 1px solid #fff;
}
.capabilities-icon a:hover{transform:scale(1.1);background:#fbba42;border-color:#fbba42;}
.capabilities-wrapper{}
.capabilities-text {
	margin-top: 20px;
}
.capabilities-text h3 {
	font-weight: 700;
	font-size: 36px;
	color: #444444;
	margin-bottom: 22px;
}
.capabilities-text p {
	margin-bottom: 23px;
	padding-right: 90px;
}
.capabilities-text p:last-child{margin-bottom:0;}
/* project */
.project-masonry .project-content {
	position: static;
	opacity: 1;
}
.project-content.project-content-bottom {
	padding: 0;
	padding-top: 20px;
}
.project-masonry .project-content h4 > a {
	color: #002e5b;
}
.project-masonry .project-content span {
	color: #777777;
}
.project-masonry .project-content h4::before {
	background: #fbba42;
}
.project-masonry .project-link {
	position: absolute;
	bottom: inherit;
	right: 0;
	transition: .3s;
	z-index: 999;
	opacity: 0;
	left: 0;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
}
.project-masonry .project-link a {
	color: #fff;
	font-size: 17px;
	transition: .3s;
	height: 50px;
	width: 50px;
	border: 1px solid #ddd;
	display: inline-block;
	line-height: 46px;
	border-radius: 50%;
	margin: 0 3px;
}
.project-masonry .project-link a:hover {
	color: #444;
	background: #fbba42;
	border-color: #fbba42
}
/* blog list */
.blog-list .latest-news-text h4 {
	font-size: 24px;
	line-height: 1.4;
}
.blog-list {}
.blog-list {}
/* pagination */
.blog-pagination .page-item:first-child .page-link {
	border-radius: 50%;
	margin-left: 0;
}
.blog-pagination .page-item:last-child .page-link {
	border-radius: 50%;
}
.blog-pagination .page-item {
  margin: 0 5px;
}
.blog-pagination .page-item:first-child{margin-left: 0}
.blog-pagination .page-link {
	background-color: #002e5b;
	border: 0;
	color: #fbba42;
	display: block;
	font-weight: 600;
	line-height: 1.25;
	margin-left: -1p padding: 0.5rem 0.75rem;
	position: relative;
	text-align: center;
	width: 40px;
	font-size: 18px;
	border-radius: 50%;
	height: 40px;
}
.blog-pagination .page-item.active .page-link, .blog-pagination .page-item .page-link:hover {
	background-color: #fbba42;
	color: #002e5b;
	z-index: 1;
}
/* sidebar */
.latest-news-wrapper.blog-details p {
	margin-bottom: 15px;
}
.latest-news-wrapper.blog-details h5 {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 20px;
}
.blog-meta span {
	text-transform: uppercase;
	margin-right: 10px;
}
.widget {
	overflow: hidden;
}
.widget-title {
	color: #444444;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	height: auto;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 25px;
	padding: 0 0 15px;
	position: relative;
}
.widget-title::before {
  background: #e2e2e2 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 50px;
}
.sidebar-form{}
.sidebar-form form {
  position: relative;
}
.sidebar-form form input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #eee;
	color: #ccc;
	padding: 0 10px;
	text-indent: 10px;
	transition: all 0.2s ease 0s;
	width: 100%;
	height: 50px;
}
.sidebar-form form input::-moz-placeholder {
  color: #999;
  font-size: 12px;
  opacity: .5;
}
.sidebar-form form button {
  background: #222 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-size: 20px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 50px;
}
.sidebar-form form button:hover{background:#FBBA42;}
.sidebar-rc-post{}
.sidebar-rc-post ul{}
.sidebar-rc-post ul li {
  border-bottom: 1px solid #f5f5f5;
  color: #000;
  display: block;
  font-size: 13px;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 15px;
}
.sidebar-rc-post ul li:last-child{border:0;margin:0;padding:0;;}
.sidebar-rc-post .rc-post-thumb {
  display: inline-block;
  float: left;
  height: 70px;
  overflow: hidden;
  position: relative;
  width: 90px;
}
.sidebar-rc-post .rc-post-content {
  margin-left: 105px;
}
.sidebar-rc-post .rc-post-content h4 {
	color: #444;
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 19px;
	margin: 0;
	text-indent: 0;
	transition: all 0.2s ease 0s;
}
.sidebar-rc-post .rc-post-content h4 a:hover {
	color: #FBBA42;
}
.widget-date {
	color: #777;
	display: inline-block;
	float: left;
	font-size: 11px;
	line-height: 1;
	margin: 10px 5px 0 0;
	padding: 0 8px 0 0;
	text-decoration: none;
	text-indent: 0;
	text-transform: uppercase;
}
.sidebar-blog .widget{margin-bottom:35px;}
.sidebar-blog .widget:last-child{margin-bottom:0;}
.widget-social{}
.widget-social a {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 19px;
  height: 45px;
  line-height: 45px;
  margin-right: 12px;
  text-align: center;
  width: 45px;
}
.widget-social a.facebook{background:#3b5998 }
.widget-social a.twitter{background:#1da1f2 }
.widget-social a.instagram{background:#dd4b39 }
.widget-social a.googleplus{background:#dd4b39 }
.widget-social a.linkedin{background:#0077b5 }
.widget-social a:hover{opacity: 0.8;}
.sidebar-link{}
.sidebar-link li {
  border-bottom: 1px solid #f5f5f5;
  color: #000;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sidebar-link li:last-child{border:0;padding:0;margin:0;}
.sidebar-link li a {
	color: #444;
	font-weight: 600;
	padding-left: 5px;
}
.sidebar-link li a:hover {
	color: #FBBA42;
}
.sidebar-link li span{float:right;}
.instagram-link{margin:0 -5px}
.instagram-link li {
  float: left;
  margin-bottom: 10px;
  padding: 0 5px;
  width: 33.33%;
}
.instagram-link li a{}
.instagram-link li img {
	width: 100%;
}
.widget-banner img {
	width: 100%;
}
.sidebar-tad{}
.sidebar-tad li {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}
.sidebar-tad li a {
	background: #f7f7f7 none repeat scroll 0 0;
	color: #444;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	padding: 12px 20px;
	text-transform: uppercase;
}
.sidebar-tad li a:hover{background:#FBBA42;color:#fff}
/* blog comments */
.blog-post-tag > a {
	border: 1px solid #ededed;
	color: #444;
	display: inline-block;
	font-size: 12px;
	padding: 10px 15px;
	margin-bottom: 5px;
}
.blog-post-tag > a:hover {
	background: #FBBA42;
	border-color: #FBBA42;
	color: #fff;
}
.blog-share-icon > span {
  color: #595959;
  font-size: 15px;
}
.blog-share-icon> a {
  color: #595959;
  font-size: 15px;
  margin: 0 8px;
}
.blog-share-icon> a:hover{color: #FBBA42}
.blog-share-icon {
  margin-top: 8px;
}
.post-heading-title h2 {
	font-size: 24px;
	font-weight: 700;
}
.comments-avatar {
  float: left;
  width: 103px;
}
.comments-text {
  overflow: hidden;
  padding-left: 30px;
}
.avatar-name > h5 {
    float: left;
    font-size: 14px;
    font-weight: 600;
}
.avatar-name > span {
    color: #646464;
    float: right;
    font-size: 12px;
}
.avatar-name {
    margin-bottom: 10px;
    overflow: hidden;
}
.comments-box {
  margin-bottom: 50px;
}
.comments-reply {
  padding-left: 130px;
}
.comments-text > p {
    color: #646464;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
}
.comments-text > a {
    border: 1px solid #ddd;
    color: #444;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 7px 20px;
    text-transform: uppercase;
}
.comments-text > a:hover{background: #FBBA42;border-color: #FBBA42;color: #fff}

.post-comments-form {}
.post-comments-form input {
  border: 1px solid #e6e6e6;
  height: 45px;
  margin-bottom: 25px;
  padding: 0 15px;
  width: 100%;
}
.post-comments-form textarea {
  border: 1px solid #e6e6e6;
  height: 130px;
  margin-bottom: 25px;
  padding: 15px;
  width: 100%;
}
.post-comments-form  button{}
/* slider btn */
.slider-active .slick-dots {
	text-align: center;
	bottom: 30px;
	z-index: 99;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 12;
}
.slider-active .slick-dots li {
	display: inline-block;
	margin: 0 4px;
}
.slider-active .slick-dots li button {
	background: no-repeat;
	border: 0;
	height: 10px;
	width: 13px;
	text-indent: -9999px;
	transition: .3s;
	padding: 0;
	border: 2px solid #fff;
	height: 13px;
	border-radius: 50%;
}
.slider-active .slick-dots li.slick-active button {
	border-color: #999;
}
/* 29. contact */
.contact-info > i {
	font-size: 32px;
	color: #fbba42;
	margin-bottom: 20px;
}
.contact-info h5 {
	font-size: 18px;
	color: #444444;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.contact-info span {
	color: #777777;
	font-size: 14px;
}
.contact-social a {
	color: #777777;
	font-size: 14px;
	margin-right: 10px;
}
.contact-social a:hover {
	color: #fbba42;
}
.contact-bg {
	padding: 60px;
	margin-bottom: -100px;
	position: relative;
	z-index: 9;
}
.contact-form input {
	width: 100%;
	height: 50px;
	border: 1px solid #ddd;
	padding: 0 15px;
}
.contact-form textarea {
	width: 100%;
	padding: 15px;
	border: 1px solid #ddd;
	height: 200px;
}
.title-contact{}
.title-contact h1{font-size: 28px;}

/* graph */
#chartContainer{height: 300px; width: 100%}





