/*
    Template Name    : Probox
	Description		 : Responsive HTML Multipurpose Template
    Version          : 1.0
/*

================================================
/* Table of Content
==================================================
      
1. Common Styles
2. Naviation
3. Slider
4. Features
5. Services
6. CTA Wrapper
7. Portfolio
8. Our Team
9. About US
10. Some Facts
11. Price Table
12. Why Us
13. Testimonials
14. Blog
15. Contact us
16. Footer
17. Page Loading
18. Responsive

*/

/*--------------------------------------------------
1. Common Styles
--------------------------------------------------*/

body {
	font-family: 'Rubik', sans-serif;
}
a:hover {
	text-decoration: none;
}
#scrollUp {
	border-radius: 50%;
	bottom: 100px;
	color: #fff;
	display: block;
	font-size: 25px;
	height: 40px;
	line-height: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 40px;
	z-index: 1000 !important;
}
#scrollUp::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
#scrollUp i {
	display: block;
	padding-top: 5px;
}
/*color changer*/
#switcher {
	position: fixed;
	bottom: 30%;
	left: -170px;
	width: 170px;
	z-index: 9999;
	font-size: 15px;
	padding-bottom: 20px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	height: 90px;
	background: #fff;
	box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.2);
}
#switcher.active {
	left: 0px;
}
#switcher p {
	color: #fff;
	bottom: -6px;
	position: absolute;
	left: 21px;
	font-size: 13px;
}
#switcher .theme-click {
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: -40px;
	text-align: center;
	top: 0;
	width: 40px;
	z-index: 2;
	box-shadow: 0 8px 20px 0 rgba(255, 255, 255, 0.2);
	background: #282828;
}
#switcher .theme-color {
	width: 30px;
	height: 30px;
	margin: 10px;
	position: absolute;
	left: 0px;
	cursor: pointer;
	overflow: hidden;
}
#switcher .theme-active {
	background: #03b0d5;
}
#switcher .theme-color-two {
	background: #ffb400;
	left: 40px;
}
#switcher .theme-color-three {
	background: #26a387;
	left: 80px;
}
#switcher .theme-color-four {
	background: #0074da;
	left: 120px;
}
#switcher .theme-color-five {
	background: #d78d27;
	top: 40px;
}
#switcher .theme-color-six {
	background: #ff7e00;
	top: 40px;
	left: 40px;
}
#switcher .theme-color-seven {
	background: #48cfad;
	top: 40px;
	left: 80px;
}
#switcher .theme-color-eight {
	background: #6b76c3;
	top: 40px;
	left: 120px;
}

.mb-40 {
	margin-bottom: 40px;
}
/*--------------------------------------------------
2. Naviation
--------------------------------------------------*/
.navbar {
	padding: 8px 0;
	background: linear-gradient(135deg, rgba(22, 37, 43, 0) 0%, rgba(22, 37, 43, 0) 100%);
}
.navbar .nav-item {
	margin: 0;
	padding: 0;
}
.navbar .nav-item .nav-link {
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	padding: 0;
	margin-left: 35px;
	transition: all 0.3s ease-in-out;
}
.navbar .nav-item .nav-link:hover {
	transform: translateY(-3px);
}
/*--------------------------------------------------
3. Slider
--------------------------------------------------*/
.slider::before {
	background: #383f50;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.93;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.slider {
	background: url("../images/banner.jpg") center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100vh;
	position: relative;
	z-index: 9;
}

.slider .content span {
	font-size: 25px;
	font-weight: 300;
}
.slider .content h1 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.slider .content p {
font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	margin: 0 0 10px;
}
.slider .content .btn-color {
	box-shadow: 3px 3px 51px 0 rgba(0,0,0,0.2);
	color: #ffffff;
	padding: 15px 50px;
	border-radius: 50px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}
.slider .content .btn-color:hover {
	transform: translateY(-7px);
}
#particles-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
/*--------------------------------------------------
4. Features
--------------------------------------------------*/
.features {
	padding: 120px 0;
	background: #f8f8f8;
}
.features .heading {
	margin-bottom: 60px;
}
.features .heading h2 {
	font-size: 30px;
	font-weight: 700;
	color: #313e4b;
	margin-bottom: 10px;
}
section .line {
	text-align: center;
	width: 1px;
	height: 50px;
	background: #353c4d;
	display: inline-block;
	margin: 10px 0 20px;
}
.features .heading h2 span {
	font-weight: 300;
	margin: 0;
}
.features .heading p {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	margin: 0;
	color: #727f8c;
}
.feature-block {
	position: relative;
	margin-bottom: 40px;
}
.feature-block .inner-box {
	position: relative;
	padding: 35px 20px 30px;
	border: 1px solid transparent;
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,.1);
	-ms-box-shadow: 0px 2px 8px rgba(0,0,0,.1);
	-o-box-shadow: 0px 2px 8px rgba(0,0,0,.1);
	box-shadow: 0px 2px 8px rgba(0,0,0,.1);
	background: #fff;
}
.feature-block .inner-box:before, .feature-block .inner-box:after {
	position: absolute;
	content: "";
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.feature-block .inner-box:before {
	height: 100%;
	width: 0;
	top: 0;
	left: 50%;
}
.feature-block .inner-box:hover:before {
	left: 0;
	width: 100%;
}
.feature-block .inner-box:after {
	top: 50%;
	left: 0;
	height: 0;
	width: 100%;
}
.feature-block .inner-box:hover:after {
	top: 0;
	height: 100%;
}
.feature-block .icon {
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 48px;
	line-height: 50px;
	font-weight: 400;
}
.feature-block h3 {
	position: relative;
	padding-left: 60px;
	font-size: 20px;
	color: #1c1c1c;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: left;
}
.feature-block .text {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #4d4d4d;
	font-weight: 400;
}
.features-section.style-two .feature-block .icon {
	color: #fbb241;
}
/*--------------------------------------------------
5. Services
--------------------------------------------------*/
.services {
	padding: 120px 0;
}
.services .heading {
	margin-bottom: 60px;
}
.services .heading h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
}
.services .heading h2 span {
	font-weight: 300;
	color: #02a2c4;
	margin: 0;
}
.services .heading p {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	margin: 0;
	color: #727f8c;
}
/*--------------------------------------------------
6. CTA Wrapper
--------------------------------------------------*/
.cta-wrapper:before {
	background: #2a3647;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.93;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.cta-wrapper {
	background: url("../images/cta-bg.jpg") center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 120px 0;
	z-index: 9;
	position: relative;
}
.cta-wrapper .heading {
	margin-bottom: 30px;
}
.cta-wrapper .heading h2 {
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 20px;
}
.cta-wrapper .heading h2 span {
	font-weight: 300;
	margin: 0;
}
.cta-wrapper .heading p {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	margin: 0;
	color: #ffffff;
}
.cta-wrapper .btn-color {
	box-shadow: 3px 3px 51px 0 rgba(0,0,0,0.2);
	color: #ffffff;
	padding: 15px 50px;
	border-radius: 50px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}
.cta-wrapper .btn-color:hover {
	transform: translateY(-7px);
}
/*--------------------------------------------------
7. Portfolio
--------------------------------------------------*/
.portfolio {
	padding: 130px 0 0;
}
.portfolio h2 {
	font-size: 30px;
	font-weight: 700;
	color: #313e4b;
	margin-bottom: 10px;
}
.portfolio h2 span {
	font-weight: 300;
}
.portfolio p {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	margin: 0;
	color: #727f8c;
	margin: 0 0 60px;
	padding: 0;
}
.portfolio .button-group {
	margin-bottom: 40px !important;
	background: #ffffff;
	padding: 5px 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	display: inline-block;
}
.portfolio .button-group button {
	border: 0;
	background: transparent;
	font-size: 14px;
	font-weight: 500;
	margin-right: 10px;
	color: #666;
	cursor: pointer;
	padding: 10px 20px;
	transition: all 0.2s ease-in-out;
}
.portfolio .button-group button:focus {
	color: #ffffff;
	border: 0;
	outline: 0;
}
.portfolio .single-portfolio-item {
	position: relative;
	padding: 0;
}
.portfolio .single-portfolio-item img {
	width: 100%;
}
.portfolio .single-portfolio-item .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #2a3647;
	color: #fff;
	opacity: 0.6;
	transition: all 0.7s ease-in-out;
}
.portfolio .single-portfolio-item .overlay .content {
	font-size: 20px;
	position: absolute;
	text-decoration: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}
.portfolio .single-portfolio-item:hover .overlay .content {
	opacity: 1;
}
.portfolio .single-portfolio-item .overlay .content h3 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	padding: 0;
	margin: 0;
}
.portfolio .single-portfolio-item .overlay .content p {
	font-size: 14px;
	font-weight: 400;
	color: #eee;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
.portfolio .single-portfolio-item .overlay .content a {
	color: #eee;
	text-decoration: none;
	font-size: 20px;
	padding: 0;
	margin: 0;
}
.portfolio .single-portfolio-item:hover .overlay {
	opacity: 0.95;
}
.portfolio .grid-item {
	padding: 0;
}
/*--------------------------------------------------
8. Our Team
--------------------------------------------------*/
.team {
	padding-top: 120px;
}
.team .heading h2 {
	font-size: 30px;
	font-weight: 700;
	color: #313e4b;
	margin-bottom: 10px;
}
.team .heading h2 span {
	font-weight: 300;
}
.team-block {
	position: relative;
	margin-top: 30px;
}
.team-block .inner-box {
	position: relative;
	overflow: hidden;
}
.team-block .image-box {
	position: relative;
}
.team-block .image-box img {
	display: block;
	width: 100%;
	height: auto;
}
.team-block .image-box:before {
	position: absolute;
	left: 0;
	top: 100%;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #383f50;
	opacity: .90;
	margin-top: -60px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.team-block .inner-box:hover .image-box:before {
	top: 0;
	margin-top: 0;
}
.team-block .info-box {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 100%;
	margin-top: -53px;
	z-index: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.team-block .inner-box:hover .info-box {
	margin-top: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.team-block .info-box .name {
	position: relative;
	padding: 15px 0;
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.team-block .inner-box:hover .info-box .name {
	padding-bottom: 0;
}
.team-block .info-box .name a, .team-block .info-box .name a:hover {
	color: #ffffff;
	text-decoration: none;
}
.team-block .info-box .designation {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 15px;
}
.team-block .social-links a {
	display: inline-block;
	background-color: #ffffff;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0 4px;
	padding-bottom: 6px;
	position: relative;
	opacity: 0;
	font-size: 18px;
	color: #262626;
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px);
}
.team-block .social-links a:hover {
	background-color: #222222;
	color: #ffffff;
}
.team-block .inner-box:hover .social-links a {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.team-block .inner-box:hover .social-links a {
	-webkit-transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.6s, color 0.3s linear;
	-moz-transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.6s, color 0.3s linear;
	-ms-transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.6s, color 0.3s linear;
	-o-transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.6s, color 0.3s linear;
	transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.6s, color 0.3s linear;
}
.team-block .inner-box:hover .social-links a:nth-child(2n) {
	-webkit-transition: transform 0.3s ease 0.5s, opacity 0.3s ease 0.5s, color 0.3s linear;
	-moz-transition: transform 0.3s ease 0.5s, opacity 0.3s ease 0.5s, color 0.3s linear;
	-ms-transition: transform 0.3s ease 0.5s, opacity 0.3s ease 0.5s, color 0.3s linear;
	-o-transition: transform 0.3s ease 0.5s, opacity 0.3s ease 0.5s, color 0.3s linear;
	transition: transform 0.3s ease 0.5s, opacity 0.3s ease 0.5s, color 0.3s linear;
}
.team-block .inner-box:hover .social-links a:nth-child(3n) {
	-webkit-transition: transform 0.3s ease 0.4s, opacity 0.3s ease 0.4s, color 0.3s linear;
	-moz-transition: transform 0.3s ease 0.4s, opacity 0.3s ease 0.4s, color 0.3s linear;
	-ms-transition: transform 0.3s ease 0.4s, opacity 0.3s ease 0.4s, color 0.3s linear;
	-o-transition: transform 0.3s ease 0.4s, opacity 0.3s ease 0.4s, color 0.3s linear;
	transition: transform 0.3s ease 0.4s, opacity 0.3s ease 0.4s, color 0.3s linear;
}
.team-block .inner-box:hover .social-links a:nth-child(4n) {
	-webkit-transition: transform 0.3s ease 0.3s, opacity 0.3s ease 0.3s, color 0.3s linear;
	-moz-transition: transform 0.3s ease 0.3s, opacity 0.3s ease 0.3s, color 0.3s linear;
	-ms-transition: transform 0.3s ease 0.3s, opacity 0.3s ease 0.3s, color 0.3s linear;
	-o-transition: transform 0.3s ease 0.3s, opacity 0.3s ease 0.3s, color 0.3s linear;
	transition: transform 0.3s ease 0.3s, opacity 0.3s ease 0.3s, color 0.3s linear;
}
.team-section.style-two .team-block .image-box:before {
	background-color: #013162;
}
.team-section.style-two .team-block .social-links a {
	color: #fbb241;
	background-color: #f4f5f7;
}
.team-section.style-two .team-block .social-links a:hover {
	background-color: #222222;
}
/*--------------------------------------------------
9. About US
--------------------------------------------------*/
.about-area {
	padding: 120px 0;
}
.about-area .about-img img {
	max-width: 95%;
}
.about-area #counter-area {
	position: relative;
	padding: 30px 0;
}
.about-area #counter-area p {
	font-weight: 300;
}
.about-area #counter-area:after {
	position: absolute;
	height: 100%;
	width: 110%;
	top: 0;
	left: -40px;
	content: '';
	background: #f9f9f9;
	z-index: -1;
}
/*--------------------------------------------------
10. Some Facts
--------------------------------------------------*/
.some-facts:before {
	background: #2a3647;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.93;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.some-facts {
	background: url("../images/cta-bg.jpg") center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 120px 0;
	z-index: 9;
	position: relative;
}
.some-facts i {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
}
.some-facts .line {
	background: #fff;
}
.some-facts .items h3 {
	font-size: 35px;
	color: #ffffff;
	margin: 0;
	font-weight: 700;
	margin: 20px 0 10px;
}
.some-facts .items h4 {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	margin: 5px 0 0;
}
/*--------------------------------------------------
11. Price Table
--------------------------------------------------*/
.price {
	padding: 120px 0;
}
.price .heading {
	margin-bottom: 60px;
}
.price .heading h2 {
	font-size: 30px;
	font-weight: 700;
	color: #313e4b;
	margin-bottom: 20px;
}
.price .heading h2 span {
	font-weight: 300;
}
.price .heading p {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	margin: 0;
	color: #727f8c;
}
.price .cards {
	position: relative;
	box-shadow: 1px 1px 40px 0 rgba(0,0,0,0.1);
	border-radius: 15px;
}
.price .cards .front {
	padding: 50px 40px;
	backface-visibility: hidden;
	transform: perspective(600px) rotateY(0deg);
	transition: transform 0.6s linear;
}
.price .cards .front h3 {
	font-size: 20px;
	font-weight: 400;
	color: #313e4b;
	margin: 0 0 20px;
}
.price .cards .front h2 {
	font-size: 40px;
	font-weight: 500;
	margin: 0 0 30px;
}
.price .cards .front img {
	width: 200px;
}
.price .cards .front p {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	margin: 0;
	color: #727f8c;
	margin-top: 20px;
}
.price .cards .front ul {
	margin: 0;
	padding: 0;
	margin: 20px 0;
}
.price .cards .front ul li {
	list-style: none;
	font-size: 15px;
	font-weight: 400;
	padding: 10px 0;
	color: #5d6b79;
	border-bottom: 1px solid #eeeeee;
}
.price .cards .front .btn-color {
	box-shadow: 3px 3px 51px 0 rgba(0,0,0,0.2);
	color: #ffffff;
	padding: 15px 50px;
	border-radius: 50px;
	display: inline-block;
	text-decoration: none;
	margin-top: 10px;
	transition: all 0.4s ease-in-out;
}
.price .cards .front .btn-color:hover {
	transform: translateY(-7px);
}
/*--------------------------------------------------
12. Why Us
--------------------------------------------------*/
.why-us .left:before {
	background: #2a3647;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.6;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.why-us .left {
	background: url("../images/why-us.jpg") center 50% no-repeat;
	background-size: cover;
	height: 632px;
	background-attachment: fixed;
	position: relative;
	z-index: 9;
}
.why-us .right {
	background: #f8f8f8;
}
.why-us .right .content {
	padding: 80px 50px;
}
.why-us .right .content span {
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 5px;
}
.why-us .right .content h2 {
	font-size: 25px;
	font-weight: 500;
	color: #313e4b;
	margin: 0;
}
.why-us .right .content p {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	margin: 0;
	color: #727f8c;
	margin-top: 15px;
	margin-bottom: 40px;
}
.why-us-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.why-us .right .content .box {
	background: #ffffff;
	padding: 10px;
	border: 1px solid #f5f5f5;
	box-shadow: 0px 0px 22px -2px rgba(16,80,141,0.19);
}
.why-us .right .content .box:before, .why-us .right .content .box:after {
	position: absolute;
	content: "";
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.why-us .right .content .box:before {
	height: 100%;
	width: 0;
	top: 0;
	left: 50%;
}
.why-us .right .content .box:hover:before {
	left: 0;
	width: 100%;
}
.why-us .right .content .box:after {
	top: 50%;
	left: 0;
	height: 0;
	width: 100%;
}
.why-us .right .content .box:hover:after {
	top: 0;
	height: 100%;
}
.why-us .right .content .box h3 {
	font-size: 16px;
	color: #313e4b;
	font-weight: 500;
	margin: 0 0 0 20px;
}
.why-us .right .content .box .icon {
	border-radius: 50%;
	font-size: 17px;
	color: #ffffff;
	width: 50px;
	height: 50px;
	transition: all 0.3s ease-in-out;
}
.why-us .right .content .box:hover .icon {
	background: #ffffff;
}
/*--------------------------------------------------
13. Testimonials
--------------------------------------------------*/
.testimonials {
	padding: 120px 0 0;
}
.testimonials .heading h2 {
	font-size: 30px;
	font-weight: 700;
	color: #313e4b;
	margin-bottom: 20px;
}
.testimonials .heading h2 span {
	font-weight: 300;
}
.testimonials .client-block {
	padding: 0px 30px;
	margin: 70px 0 30px;
	position: relative;
}
.client-block .inner-box::before {
	position: absolute;
	content: '';
	left: -20px;
	top: -20px;
	right: 20px;
	bottom: 20px;
	z-index: -1;
	border: 1px solid #e2e8f0;
}
.client-block .inner-box {
	position: relative;
	padding: 30px 35px;
	background-color: #ffffff;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
}
.client-block .inner-box .text {
	position: relative;
	color: #7e8597;
	font-size: 15px;
	line-height: 1.9em;
	margin-top: 14px;
	margin-bottom: 25px;
}
.client-block .inner-box h3 {
	position: relative;
	color: #222222;
	font-weight: 700;
	font-size: 20px;
}
.client-block .inner-box .client-head {
	font-size: 30px;
}
.client-block .inner-box .designation {
	position: relative;
	font-weight: 400;
	font-size: 15px;
	margin-top: 6px;
}
.client-block .inner-box .site-link {
	position: relative;
	color: #7e8597;
	font-weight: 400;
	font-size: 16px;
	margin-top: 10px;
	display: inline-block;
	text-decoration: underline;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.testimonials .owl-nav {
	margin-top: 30px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.testimonials .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.testimonials .owl-nav [class*="owl-"] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
	box-shadow: 0 5px 28px 0 rgba(50,50,50,0.1);
}
.testimonials .owl-nav i {
	color: #232323;
	font-size: 18px;
	padding-top: 6px;
}
/*--------------------------------------------------
14. Blog
--------------------------------------------------*/
.blog {
	padding: 120px 0;
}
.blog .heading {
	margin-bottom: 60px;
}
.blog .heading h2 {
	font-size: 30px;
	font-weight: 700;
	color: #313e4b;
	margin-bottom: 20px;
}
.blog .heading h2 span {
	font-weight: 300;
	margin: 0;
}
.blog .heading p {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	margin: 0;
	color: #727f8c;
}
.blog .box {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	border-radius: 0;
	margin-bottom: 40px;
	transition: all 0.4s ease-in-out;
	overflow: hidden;
}
.blog .box:hover .cat {
	right: 0;
	opacity: 1;
}
.blog .image {
	position: relative;
}
.blog .image img {
	width: 100%;
}
.blog .image .cat {
	position: absolute;
	bottom: 0px;
	color: #ffffff;
	right: -90px;
	padding: 5px 30px 5px 20px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	transition: all 0.4s ease-in-out;
	opacity: 0;
}
.blog .card-body {
	padding: 20px 15px;
}
.blog .card-body h2 {
	font-size: 24px;
	padding-bottom: 10px;
}
.blog .card-body p {
	font-size: 16px;
	margin: 0;
}
.blog .card-body ul {
	margin: 0;
	padding: 0;
}
.blog .card-body ul li {
	display: inline-block;
	padding-left: 10px;
	padding-top: 20px;
}
.blog .card-body ul li:first-child {
	padding-right: 20px;
	padding-left: 0;
}
.blog .card-body ul li a {
	color: #383866;
}
.blog .card-body ul li a:hover {
	text-decoration: none;
}
.blog .card-body ul li img {
	width: 30px;
	display: inline;
	border-radius: 50%;
	float: left;
	margin-top: 0;
	margin-right: 8px;
	border: 1px solid #aaa;
}
.blog .card-body ul li a i {
	padding-right: 7px;
}
/*--------------------------------------------------
15. Contact us
--------------------------------------------------*/

.contact:before {
	background: #2a3647;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.93;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.contact {
	background: url("../images/cta-bg.jpg") center center no-repeat;
	background-size: cover;
	padding: 120px 0;
	z-index: 9;
	position: relative;
}
.contact .heading {
	margin-bottom: 60px;
}
.contact .heading h2 {
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 20px;
}
.contact .heading h2 span {
	font-weight: 300;
	color: #02a2c4;
}
.contact .line {
	background: #fff;
}
.contact .heading p {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	margin: 0;
	color: #ffffff;
}
.contact .form-control {
	padding: 25px;
	font-size: 13px;
	margin-bottom: 10px;
	background: #ffffff;
	border: 0;
	border-radius: 0px;
}
.contact button.btn {
	box-shadow: 0 15px 51px 0 rgba(0,0,0,0.24);
	padding: 10px 45px;
	border-radius: 45px;
	text-decoration: none;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	padding: 10px;
	border-radius: 10px;
	font-size: 15px;
	color: #ffffff;
}
/*--------------------------------------------------
16. Footer
--------------------------------------------------*/
.footer {
	background: #232834;
	padding: 40px 0;
}
.footer h2 {
	font-size: 15px;
	font-weight: 500;
	margin: 20px 0 0;
}
/*--------------------------------------------------
17. Page Loading
--------------------------------------------------*/
.dvLoading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("../images/loader.gif") center no-repeat #fff;
}

/*--------------------------------------------------
18. Responsive
--------------------------------------------------*/
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
.navbar {
	background: #353c4d !important;
	padding: 30px;
}
.navbar .nav-item {
	margin: 0;
	padding: 0;
	margin: 10px 0;
}
.navbar .nav-item .nav-link {
	margin: 0;
}
.slider {
	height: 800px;
	text-align: center;
}
.about {
	padding: 120px 0 80px 0;
}
.about .box {
	margin-bottom: 40px;
}
.about-area .about-img {
	display: none;
}
.about-area .counter-area {
	padding: 0;
}
.about-area .counter-area:after {
	display: none;
}
.services .right {
	margin-top: 40px;
}
.team .box {
	margin-bottom: 40px;
}
.some-facts {
	padding: 120px 0 70px 0;
}
.some-facts .items {
	margin-bottom: 50px;
}
.price {
	padding: 120px 0 80px 0;
}
.price .cards {
	margin-bottom: 40px;
}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
br {
	display: none;
}
.navbar {
	background: #353c4d !important;
	padding: 30px;
}
.navbar .nav-item {
	margin: 0;
	padding: 0;
	margin: 10px 0;
}
.navbar .nav-item .nav-link {
	margin: 0;
}
.slider {
	height: 900px;
	text-align: center;
}
.slider .content h1 {
	font-size: 45px;
}
.about {
	padding: 120px 0 80px 0;
}
.about .box {
	margin-bottom: 40px;
}
.about-area .about-img {
	display: none;
}
.about-area .counter-area {
	padding: 0;
}
.about-area .counter-area:after {
	display: none;
}
.services .right {
	margin-top: 40px;
}
.team .box {
	margin-bottom: 40px;
}
.some-facts {
	padding: 120px 0 70px 0;
}
.some-facts .items {
	margin-bottom: 50px;
}
.price {
	padding: 120px 0 80px 0;
}
.price .cards {
	margin-bottom: 40px;
}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {
br {
	display: none;
}
.navbar {
	background: #353c4d !important;
	padding: 10px;
}
.navbar .nav-item {
	margin: 0;
	padding: 0;
	margin: 10px 0;
}
.navbar .nav-item .nav-link {
	margin: 0;
}
.slider {
	height: 900px;
	text-align: center;
}
.about {
	padding: 120px 0 80px 0;
}
.about .box {
	margin-bottom: 40px;
}
.about-area {
	overflow-x: hidden;
}
.about-area #counter-area {
	padding: 30px 15px;
}
.about-area .about-img {
	display: none;
}
.about-area .counter-area {
	padding: 0;
}
.about-area .counter-area:after {
	display: none;
}
.services .right {
	margin-top: 40px;
}
.team .box {
	margin-bottom: 40px;
}
.some-facts {
	padding: 120px 0 70px 0;
}
.some-facts .items {
	margin-bottom: 50px;
}
.price {
	padding: 120px 0 80px 0;
}
.price .cards {
	margin-bottom: 40px;
}
}
