/*============================
 
 		Content table
 	--------------------
	01. Google fonts
	02. Basic css
		-preloader
	03. Custom header
	04.	Landing wrapper
		-Home wrapper
	05. Client Wrapper
	06. About Wrapper
	07. Help Wrapper
	08. Ask Wrapper
	09. Expert Wrapper
	10. Project Wrapper
	11. Fan Wrapper
	12. Testimonials Wrapper
	13. App Wrapper
	14. Pricing Wrapper
	15. News Wrapper
	16. Footer Wrapper
	17. Extra css For Home page_2
	18. Css for Inner Pages
 ===============================*/


/*======================
   01. Google fonts
========================*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700&display=swap');

/*======================
   02. Basic css
========================*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

body {
	line-height: 26px;
	font-family: 'Open Sans';
	background-color: #fff;
	color: #333b55;
	position: relative;
}

ol,
ul {
	list-style: none;
}

a:hover {
	text-decoration: none;
}

.preloader {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: #fbfbfb;
	z-index: 999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.preloader img {
	height: 60px;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.title_1{
	font-size: 47px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	margin: 0 auto;
	margin-top: -10px;
	color: #0b1a39;
}

.title_2{
	max-width: 600px;
	line-height: 26px;
	margin: 15px auto -5px auto;
	color: #3e444c;
}

/*======================
   03. Custom Header 
========================*/

header {
	position: fixed;
	background-color: #fff;
	height: 75px;
	line-height: 75px;
	z-index: 1025;
	font-family: 'Poppins', sans-serif;
	width: 100%;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	top: 0;
	left: 0;
}

header.fixed_header {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 10px #dadada;
	box-shadow: 0px 0px 10px #dadada;
}

.home_2 header.fixed_header{
	background-color: #fff;
}

header .logo p {
	font-size: 30px;
	color: #333b55;
	font-weight: bold;
	text-transform: uppercase;
}
.home_2 header .logo p,
.home_2 header .logo p span{
	color: #fff;
}

header .logo p span{
	color: #1576CA;
}

#menu {
	text-align: right;
}

#menu li {
	display: inline-block;
	color: #fff;
}

#menu li a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #333b55;
}

.home_2 #menu li a {
	color: #333b55;
}

#menu > li:last-child a {
	padding-right: 0;
	margin-left: 15px;
	height: 45px;
	width: 130px;
	line-height: 45px;
}

#menu li a.active,
#menu li a:hover {
	color: #1576CA;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.home_2 #menu li a.active,
.home_2 #menu li a:hover {
	color: #333b55;
}

.dropdown_item {
	position: relative;
}

.dropdown_menu {
	position: absolute;
	left: -50%;
	min-width: 350px;
	text-align: left;
	line-height: 45px;
	background-color: #faf6f6;
	padding: 15px 15px;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	visibility: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
}

.home_2 .dropdown_menu{
	background-color: #0b8acd;
}

.dropdown_item:hover .dropdown_menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
}

.dropdown_menu ul li {
	display: block !important;
	text-align: left;
}

.dropdown_menu ul li a.active,
.dropdown_menu ul li a:hover {
	background-position: center 38px !important;
}

.nav-toggler {
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 28px;
	display: none;
	color: #ffffff;
	cursor: pointer;
	z-index: 9999;
}


/*======================
   04. Landing Wrapper
========================*/

.landing_wrapper {
	height: 100vh;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.home_2 .landing_wrapper{
	background-size: cover;
	background-position: center center;
	color: #fff;
}

.landing_img_wrapper{
	position: absolute;
	right: 0; 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 600px; 
	-webkit-transition: -webkit-transform 0.3s; 
	transition: -webkit-transform 0.3s; 
	-o-transition: transform 0.3s; 
	transition: transform 0.3s; 
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-animation: 5s linear Zoom infinite;
	animation: 5s linear Zoom infinite;
}

.home_2_img img{
	-webkit-animation: 4s linear Zoom infinite;
	animation: 4s linear Zoom infinite;
}

@-webkit-keyframes Zoom{
	from{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50%{
		-webkit-transform: scale(1.04);
		transform: scale(1.04);
	}
	to{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes Zoom{
	from{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50%{
		-webkit-transform: scale(1.04);
		transform: scale(1.04);
	}
	to{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
/*---Home Wrapper---*/

.home_wrapper {
	padding-top: 75px;
}

.home_wrapper .container,
.home_wrapper .row {
	height: calc(100vh - 75px);
}

.home_wrapper .heading {
	font-family: 'Poppins', sans-serif;
	font-size: 35px;
	line-height: 80px;
	font-weight: 600;
	margin-top: -10px;
}

.home_2 .home_wrapper .heading {
	margin-top: -13px;
}

.home_wrapper .sub_heading {
	max-width: 621px;
	font-size: 16px;
	font-weight: 600;
}
.home_2 .home_wrapper .home_btn_wrapper{
	margin-bottom: -9px;
}
.home_2 .home_wrapper .button{
	overflow: hidden;
}

/*======================
   05. Client Wrapper
========================*/

.client_wrapper{
	background-color: #faf9f9;
}

.client_wrapper .item{
	background-color: #eb2e68;
	padding: 20px;
	text-align: center;
}

.client_wrapper .item img {
	height: 35px;
	width: auto;
	-webkit-filter: contrast(5.5);
	filter: contrast(5.5);
	object-fit: contain;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.home_2 .client_wrapper .item{
	background-color: #0a82df;
}

/*======================
   06. About Wrapper
========================*/

.about_wrapper .title_1 {
	margin-left: 0;
	font-size: 38px;
	margin-top: -11px;
}

.about_wrapper .title_2 {
	max-width: 100%;
	margin-left: 0;
}

.about_wrapper .technics{
  	white-space: nowrap;
  	-o-text-overflow: ellipsis;
  	text-overflow: ellipsis;
  	width: 100%;
  	overflow-x: hidden;
}

.about_wrapper .technics i {
	width: 40px;
	height: 40px;
	padding: 10px;
	border-radius: 50%;
	background-color: #3c4861;
	text-align: center;
	font-size: 20px;
	line-height: 41px;
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.about_wrapper .technics:hover i {
	background-color: #1576CA;
}

.about_wrapper .technics + p{
	margin-top: -7px;
	margin-bottom: -6px;
}

/*======================
   07. Help Wrapper
========================*/
.help_wrapper{
	background-color: #f0faff;
	background-image: url(../img/laptop.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 656px;
	position: relative;
}
.home_2 .help_wrapper{
	background-image: url(../img/laptop_2.png);
	background-position: left;
	overflow: hidden;
}
.help_wrapper .title_1{
	font-size: 35px;
	margin-left: 0;
	margin-top: -5px;
}

.help_wrapper .title_2{
	margin-left: 0;
}

.single_help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single_help .help_icon{
	height: 90px;
	width: 90px;
	border-radius: 50%;
	text-align: center;
	line-height: 90px;
	margin-right: 15px;
}

.single_help .help_icon.color_1{
	background-color: #e1e5ff;
}

.single_help .help_icon.color_2{
	background-color: #d0ffe2;
}

.single_help .help_icon.color_3{
	background-color: #ffd4d4;
}

.single_help img{
	width: 50px;
}

.help_description{
	width: calc(100% - 105px);
}

.help_description h4{
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: -3px;
}

.help_description p{
	margin-bottom: -4px;
}

.help_slider{
  	position: absolute;
  	right: 106px;
  	top: calc(50% - 189px);
  	height: 329px;
  	width: 521px;
  	z-index: 4;
}

.home_2 .help_slider{
	left: 127px;
	width: 505px;
	height: 319px;
}

.help_slider .item{
  	height: 330px;
  	width: 100%;
}

.app_shot{
  	position: absolute;
  	z-index: -1;
}

/*======================
   08. Ask Wrapper
========================*/

.ask_wrapper {
	background-color: #ffffff;
}

.ask_wrapper .title_1{
	margin-top: -6px;
}

.ask_wrapper .button {
	font-size: 16px;
	background-color: #1576CA;
	color: #fff;
	width: 100%;
	height: 49px;
	text-align: left;
	border-color: #dbe4f0;
	padding: 0 20px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	line-height: 30px;
}

.ask_wrapper .collapsed {
	background-color: transparent;
	color: #687c94;
}

.ask_wrapper .button:hover {
	background-color: #1576CA;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button:focus {
	outline: none;
}

.accordion #target_1 p, 
.accordion #target_2 p,
.accordion #target_3 p,
.accordion #target_4 p {
	padding: 25px 20px 0;
}

.accordion .button .fa-check {
	background-color: #fff;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #1576CA;
	margin-left: -8px;
}

.accordion .button .btn_content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.accordion .button .btn_content span {
	width: calc(100% - 55px);
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 0;
}

.accordion .button .ti-angle-up {
	float: right;
	font-size: 14px;
	line-height: 30px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	text-align: right;
	display: inline-block;
}

.accordion .button.collapsed .ti-angle-up {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordion .button.collapsed .btn_content span {
	width: calc(100% - 18px);
}

.accordion .button.collapsed .fa-check {
	display: none;
}

.video_wrapper{
	position: relative;
}

.video_wrapper::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.56;
}

.video_wrapper img{
	height: 100%;
	width: 100%;
}

.video-play-button,
.video-play-button:before,
.video-play-button:after{
	position: absolute;
	top: 50%;
  	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	border-radius: 50%;
}

.video-play-button {
  	z-index: 10;
  	-webkit-box-sizing: content-box;
  	box-sizing: content-box;
  	width: 32px;
  	height: 44px;
  	padding: 18px 20px 18px 28px;
}

.video-play-button:before,
.video-play-button:after{
	content: "";
	width: 80px;
	height: 80px;
	background: #1576CA;
}

.video-play-button:before {
  	z-index: 0;
  	-webkit-animation: pulse-border 1500ms ease-out infinite;
  	animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  	z-index: 1;
  	-webkit-transition: all 200ms;
  	-o-transition: all 200ms;
  	transition: all 200ms;
}

.video-play-button span {
  	display: block;
  	position: relative;
  	z-index: 3;
  	width: 0;
  	height: 0;
  	border-left: 32px solid #fff;
  	border-top: 22px solid transparent;
  	border-bottom: 22px solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*======================
   09. Expert Wrapper
========================*/
.expert_wrapper{
	background-color: #f4fbff;
}

.single_expert {
	position: relative;
	border: 1px solid #f2f2f4;
	overflow: hidden;
}

.single_expert img{
	width: 100%;
}

.expert_details {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	opacity: 0;
}

.single_expert:hover .expert_details{
	opacity: 1;
}

.single_expert::before {
	content: '';
	background-color: rgb(4, 4, 26);
	opacity: 0.7;
	position: absolute;
	left: -100%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.single_expert:hover::before{
	left: 50%;
}

.expert_details h4 {
	font-size: 18px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: -3px;
}

.expert_details p {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
}

.expert_details ul li {
	display: inline-block;
	height: 32px;
	width: 32px;
	background-color: #0093e6;
	line-height: 32px;
	margin: 0 4px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-radius: 40px;
}

.expert_details ul li:hover{
	background-color: #1576CA
}

.expert_details ul li a {
	font-size: 13px;
	color: #fff;
	display: block;
}


/*======================
   10. Project Wrapper
========================*/

.project_wrapper {
	background-color: #ffffff;
}

.project_wrapper .single_project{
	position: relative;
	overflow: hidden;
}

.project_wrapper .single_project::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
}

.project_wrapper .single_project:hover::before {
	opacity: 0.56;
}

.project_wrapper .single_project .content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 1;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.project_wrapper .single_project img{
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 100%;
}

.project_wrapper .single_project:hover img{
	-webkit-transform: scale(1.3) rotate(10deg);
	-ms-transform: scale(1.3) rotate(10deg);
	transform: scale(1.3) rotate(10deg);
}

.project_wrapper .single_project:hover .content{
	opacity: 1;
}

.project_wrapper .single_project .content i {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #fff;
	font-size: 80px;
	-webkit-transform: scale(0) rotate(170deg);
	-ms-transform: scale(0) rotate(170deg);
	transform: scale(0) rotate(170deg);
}

.project_wrapper .single_project:hover .content i {
	-webkit-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}

.project_wrapper .single_project i:hover {
	color: #1576CA;
}

/*======================
   11. Fan Wrapper
========================*/
.fan_wrapper{
	position: relative;
	font-family: 'Poppins', sans-serif;
	z-index: 1;
	overflow: hidden;
	background-color: #e07095;
}

.home_2 .fan_wrapper{
	background-color: #d4f2ff;
}

.fan_wrapper.section_padd{
	padding: 90px 0 120px;
}

.fan_wrapper .row>div{
	z-index: 1;
}

.fan_wrapper::after{
	content: '';
	position: absolute;
	top: 43px;
	height: 100%;
	width: 124%;
	background-image: url(../img/shape_1.png);
	background-repeat: no-repeat;
	z-index: 0;
	-webkit-animation: bounce 1s linear infinite;
	animation: bounce 1s linear infinite;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.home_2 .fan_wrapper::after{
	background-image: url(../img/shape_2.png);
}
@-webkit-keyframes bounce{
	from{
		opacity: 1;
	}
	25%{
		opacity: 0.2;
	}
	50%{
		opacity: 0.4;
	}
	75%{
		opacity: 0.6;
	}
	to{
		opacity: 1;
	}
}
@keyframes bounce{
	from{
		opacity: 1;
	}
	25%{
		opacity: 0.2;
	}
	50%{
		opacity: 0.4;
	}
	75%{
		opacity: 0.6;
	}
	to{
		opacity: 1;
	}
}

.bg_shape {
	background-color: rgba(246, 37, 100, 0.55);
	padding: 30px 0 60px;
}

.home_2 .bg_shape{
  	background-color: rgb(115, 205, 249);
}

.single_fan{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	padding: 25px 20px;
	z-index: 5;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-top: 30px;
}

.single_fan:hover{
	background-color: #1576CA;
	color: #fff;
}

.home_2 .single_fan:hover{
	background-color: #23b5fe;
}

.single_fan:hover .icon i{
	color: #1576CA;
}

.home_2 .single_fan:hover .icon i{
	color: #23b5fe;
}
.single_fan .icon{
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0, 40, 178, 0.2);
	box-shadow: 0px 2px 7px 0px rgba(0, 40, 178, 0.2);
	margin-right: 15px;
	text-align: center;
	line-height: 65px;
}

.single_fan .icon i{
	font-size: 25px;
}

.single_fan .user_details h5{
	font-size: 25px;
	font-weight: 600;
}

.single_fan .user_details p{
	font-size: 18px;
	font-weight: 500;
}


/*===========================
   12. Testimonials Wrapper
=============================*/

.testi_wrapper .title_1{
	margin-top: -7px;
}

.testi_carousel .item .single_client {
	padding: 35px 25px;
	border-radius: 10px;
	line-height: 24px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-color: #f8fdff;
	border: 4px solid transparent;
	font-family: 'Poppins', sans-serif;
}

.testi_carousel .item:hover .single_client {
	background-color: #ffffff;
	border-color: #e2f3fa;
}

.testi_carousel .item:hover i {
	color: #ffd8e4;
}

.home_2 .testi_carousel .item:hover i{
	color: #d0efff;
}

.testi_carousel .item i {
	font-size: 50px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #e9eef2;
}

.testi_carousel .item .client_feedback {
	font-weight: 600;
	color: #656873;
	letter-spacing: 0.1px;
	font-size: 14px;
}

.testi_carousel .item .client_details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.testi_carousel .item .client_img {
	height: 64px;
	width: 64px;
	border-radius: 50%;
	background-color: #de8893;
	margin-right: 20px;
	overflow: hidden;
}

.testi_carousel .item h4 {
	font-size: 18px;
	font-weight: 600;
	color: #0b1a39;
}

.testi_carousel .item .name p {
	font-size: 14px;
	margin-top: 4px;
}


/*===========================
   13. App Wrapper
=============================*/
.app_wrapper{
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	background-size: cover;
}

.app_wrapper::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(245, 236, 236);
	opacity: 0.361;
}

.app_wrapper .title_1{
	font-size: 40px;
	color: #fff;
	margin-top: -5px;
}

.app_wrapper .title_2{
    color: #fff;
    margin-left: 0;
}

.app_btn_wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.app_btn_wrapper a{
	display: inline-block;
}

.app_btn_wrapper a:first-child{
	margin-right: 15px;
}

.app_btn_wrapper a img{
	width: 150px;
	min-height: 50px;
}

/*===========================
   14. Pricing Wrapper
=============================*/
.pricing_wrapper .title_1 {
	 margin-top: -6px; 
}

.single_pricing {
	padding: 40px 0;
	background-size: 100%;
	background-repeat: no-repeat;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-box-shadow: 0px 0px 5px #e8edf3;
	box-shadow: 0px 0px 5px #e8edf3;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}

.single_pricing:hover {
	-webkit-box-shadow: 0px 0px 20px 7px #f2f2f2;
	box-shadow: 0px 0px 20px 7px #f2f2f2;
}

.single_pricing h4 {
	font-size: 30px;
	color: #0b1a39;
	font-weight: bold;
	margin-top: -5px;
}

.professional{
	-webkit-box-shadow: 0px 0px 20px 7px #f2f2f2;
	box-shadow: 0px 0px 20px 7px #f2f2f2;
}

.single_pricing.professional p,
.single_pricing.professional p .saint,
.single_pricing.professional .dollar_wrapper::before{
	background-color: #1576CA;
	border-color: transparent;
	color: #fff;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.single_pricing.professional h4{
	color: #1576CA;
}

.home_2 .single_pricing.professional h4{
	color: #24aff4;
}

.dollar_wrapper {
	position: relative;
	margin: 30px auto 15px;
	display: inline-block;
}

.single_pricing:hover p,
.single_pricing:hover p .saint,
.single_pricing .dollar_wrapper::before{
	background-color: #1576CA;
	border-color: transparent;
	color: #fff;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.home_2 .single_pricing:hover p,
.home_2 .single_pricing.professional p,
.home_2 .single_pricing:hover p .saint,
.home_2 .single_pricing.professional p .saint{
	background-color: #24aff4;
	border-color: transparent;
}

.single_pricing p {
	font-size: 27px;
	color: #0b1a39;
	font-weight: bold;
	height: 120px;
	width: 120px;
	background-color: #fff;
	border: 2px solid #1576CA;
	border-radius: 50%;
	line-height: 120px;
	position: relative;
	z-index: 8;
}

.single_pricing p span{
	font-size: 18px;
}

.single_pricing p .saint {
	font-size: 21px;
	position: absolute;
	height: 62.5px;
	width: 62px;
	top: 3.5px;
	left: 74%;
	line-height: 60px;
	border-radius: 50%;
	background-color: #fff;
	display: inline-block;
}

.single_pricing .dollar_wrapper::before{
	content: '';
	position: absolute;
	top: 3px;
	left: 71%;
	height: 67px;
	width: 67px;
	border: 2px solid #1576CA;
	border-radius: 50%;
}

.home_2 .single_pricing .dollar_wrapper::before,
.home_2 .single_pricing p{
	border-color: #24aff4;
}

.home_2 .single_pricing .dollar_wrapper::before{
	background-color: #24aff4;
}

.single_pricing ul li {
	font-size: 17px;
	line-height: 24px;
	margin-top: 15px;
}

.single_pricing .button,
.home_2 .single_pricing .button {
	height: 50px;
	line-height: 45px;
	font-weight: 500;
}
/*==================
   15. News Wrapper
====================*/

.news_wrapper {
	background-color: #f1faff;
	border-bottom: 1px solid #e5e5e5;
	font-family: 'Poppins', sans-serif;
}

.news_wrapper .single_news {
	line-height: 24px;
	background-color: rgb(255, 255, 255);
  	-webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  	box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

.news_wrapper .single_news .news_img{
	width: 100%;
}

.news_body{
  	padding: 15px;
}

.news_wrapper .single_news a h4 {
	font-size: 18px;
	color: #0b1a39;
	font-weight: 600;
	line-height: 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.news_wrapper .single_news a:hover h4 {
	color: #1576CA;
}
.home_2 .news_wrapper .single_news a:hover h4{
	color: #24aff4;
}
.news_wrapper .single_news p {
	font-size: 15px;
}

.news_footer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #e9e4e4;
	padding: 15px;
}

.admin{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.admin_img {
    height: 34px;
    width: 34px;
    background-color: #01b9ff;
    border-radius: 50%;
    overflow: hidden;
}

.admin_img img {
    height: 34px;
    width: 34px;
    border-radius: 50%;
} 

.news_footer p span{
	color: #000;
	font-weight: 500;
}

/*====================
   16. Footer Wrapper
======================*/

footer {
	background-color: #f7fcff;
	background-size: cover;
	background-position: center center;
	color: #2b2b2b;
	font-size: 15px;
}

footer .section_padd {
	padding: 120px 0 85px;
}

.footer_top p{
	margin-top: -7px;
}

footer h4 {
	font-size: 24px;
	font-weight: 700;
	margin-top: -3px;
	line-height: 26px;
}

ul.useful_links {
	padding-left: 15px;
	line-height: 12px;
}

.useful_links li {
	margin-top: 20px;
	margin-bottom: 0px;
}

.useful_links li::before {
	content: "\2022";
	color: #e4e4e4;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.useful_links li:hover::before,
.instagram_links li a:hover {
	color: #1576CA;
}

.home_2 .useful_links li:hover::before,
.home_2 .instagram_links li a:hover {
	color: #24aff4;
}
.useful_links li a,
.instagram_links li a {
	color: #222020;
}

.instagram_links {
	line-height: 12px;
}

.instagram_links li {
	margin-top: 20px;
	margin-bottom: 0px;
}

.contact_media{
	line-height: 16px;
}

.contact_media li {
	font-size: 14px;
}

.contact_media li a {
	color: #2b2b2b;
}

.contact_media li i{
	display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #333b55;
    text-align: center;
    line-height: 40px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.contact_media li:hover i{
	background-color: #1576CA;
}

.home_2 .contact_media li:hover i{
	background-color: #24aff4;
}

.input_group{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.input_group input{
	width: calc(100% - 50px);
    padding: 0 10px;
    border: 1px solid #1576CA;
}
.home_2 .input_group input{
	border-color: #24aff4;
}
.input_group input:focus{
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.input_group .button{
	border-radius: 0;
    width: 50px;
    height: 45px;
    line-height: 40px;
} 

footer .footer_bottom {
	border-top: 1px solid #d1d2e1;
	padding: 30px 0;
	font-size: 14px;
	line-height: 16px;
}

footer .social_icons li {
	display: inline-block;
}

footer .social_icons li a {
	color: #2b2b2b;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

footer .social_icons li a:hover{
	color: #1576CA;
}

.home_2 footer .social_icons li a:hover{
	color: #24aff4;
}

/*====================================================
   17. Extra css For Home page_2
======================================================*/
.home_2 .service_box{
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(51, 59, 85, 0.18);
	box-shadow: 0px 0px 5px 0px rgba(51, 59, 85, 0.18);
	padding: 40px 20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.home_2 .service_box:hover{
	-webkit-box-shadow: 0px 0px 26px 0px rgba(51, 59, 85, 0.18);
	box-shadow: 0px 0px 26px 0px rgba(51, 59, 85, 0.18);
}

.home_2 .service_box .icon{
	height: 89px;
	width: 64px;
	margin: 0 auto;
}

.home_2 .service_box .icon img{
	height: 100%;
	width: 100%;
}

.home_2 .service_box h3{
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
}

.home_2 .service_box p{
	margin-bottom: -4px;
    margin-top: -6px;
}

.home_2 .social_wrapper.section_padd{
	padding: 90px 0 120px 0;
}

.home_2 .social_wrapper h4{
	font-size: 28px;
	font-weight: 600;
	margin-top: -9px;
	line-height: 45px;
	font-family: 'Poppins', sans-serif;
}


/*=======================================
	18. Css for Inner Pages
=========================================*/

.inner_page .landing_wrapper {
	height: 400px;
	background-position: center center;
	position: relative;
}
.inner_page .landing_wrapper::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgb(0, 0, 0);
	opacity: 0.502;
}
.inner_page .home_wrapper .container,
.inner_page .home_wrapper .row {
	height: 325px;
}

.inner_page .home_wrapper h1 {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	margin-top: -6px;
	max-width: 100%;
	font-family: 'Poppins', sans-serif;
}

.contact_wrapper{
    background: -webkit-linear-gradient(right, #fff, #fff);
}
.contact_left{
    text-align: center;
    color: #fff;
}

.contact_left span{
    font-size: 90px;
    display: block;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

@-webkit-keyframes mover {
    0% { -webkit-transform: translateY(0); transform: translateY(0); }
    100% { -webkit-transform: translateY(-20px); transform: translateY(-20px); }
}
@keyframes mover {
    0% { -webkit-transform: translateY(0); transform: translateY(0); }
    100% { -webkit-transform: translateY(-20px); transform: translateY(-20px); }
}
.contact_left p{
    font-weight: 500;
}
.contact_right{
    background: #f8f9fa;
    padding: 70px;
}
.contact_right h3{
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	font-size: 35px;
	margin-top: -7px;
}

.contact_wrapper input,
.contact_wrapper textarea{
	width: 100%;
	padding: 10px;
	border: 1px solid #d1d1d1;
}
.contact_wrapper input{
	height: 45px;
}
.contact_wrapper textarea{
	height: 140px;
	resize: none;
}
.contact_wrapper input:focus,
.contact_wrapper textarea:focus{
	outline: none;
	border: 1px solid #24aff4;
}

.blog_details_wrapper h4 {
	font-weight: bold;
	color: #07001e;
	font-size: 26px;
	font-family: 'Poppins', sans-serif;
}

.blog_details_wrapper .meta_wrapper,
.blog_details_wrapper .date,
.blog_details_wrapper .comment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog_details_wrapper .meta_wrapper p {
	font-size: 13px;
}

.blog_details_wrapper p {
	font-size: 15px;
	color: #666666;
	line-height: 24px;
}

.blog_details_wrapper .quote {
	-webkit-box-shadow: 0px 0px 11px 2px #f1f0f0;
	box-shadow: 0px 0px 11px 2px #f1f0f0;
	padding: 25px 35px;
}

.blog_details_wrapper .quote p {
	font-size: 15px;
}

.blog_details_wrapper .quote .name p {
	position: relative;
	display: inline-block;
	font-weight: 600;
}

.blog_details_wrapper .quote .name p::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -37px;
	width: 34px;
	height: 1px;
	background-color: #0000ff;
}

.blog_details_wrapper .social_icons {
	padding: 15px 0;
}

.blog_details_wrapper .social_icons li{
	line-height: 15px;
}

.blog_details_wrapper .social_icons li span{
	font-size: 20px;
	font-weight: bold;
}

.blog_details_wrapper .social_icons li a {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	color: #24aff4;
	display: inline-block;
	line-height: 40px;
	border: 1px solid #24aff4;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.blog_details_wrapper .social_icons li a:hover{
	background-color: #24aff4;
	color: #fff;
}

.blog_img {
	width: 100%;
}

.comments_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comments_item.reply {
	margin-left: 70px;
}

.comments_item .user_img {
	height: 80px;
	width: 80px;
	border-radius: 5px;
	background-color: #666666;
	overflow: hidden;
	margin-right: 15px;
}

.comments_item .user_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.comments_item .comments_body {
	width: calc(100% - 95px);
	margin-top: -6px;
}

.comments_item .comments_body a,
.comments_item .comments_body span,
.comments_item .comments_body p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.comments_item .comments_body a {
	text-transform: uppercase;
}

.comments_item .comments_body a:hover i {
	color: #24aff4;
	margin-right: 15px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

#comment_form input,
.blog_right_side input,
#comment_form textarea {
	width: 100%;
	padding: 5px 20px;
	background-color: #f8f8f8;
	border: 1px solid #dedede;
	color: #878787;
}

#comment_form input:focus,
.blog_right_side input:focus,
#comment_form textarea:focus {
	outline: none;
}

#comment_form input {
	height: 45px;
}

#comment_form textarea {
	height: 150px;
	resize: none;
}

.blog_right_side {
	width: 100%;
	background-color: #f8f8f8;
	padding: 50px 30px 10px;
}

.blog_right_side h4 {
	border-bottom: 1px solid #dedede;
	padding-bottom: 8px;
	margin-top: -6px;
}

.product_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product_img {
	width: 70px;
	height: 70px;
	background-color: #d7d7d7;
	overflow: hidden;
	margin-right: 15px;
	border-radius: 5px;
}

.product_description h5 {
	font-size: 19px;
	color: #333333;
}

.category_area ul li a {
	color: #666666;
	font-size: 17px;
	margin-top: 20px;
	display: inline-block;
	line-height: 0.8;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.category_area ul li a:hover{
	color: #24aff4;
}

.tags_area .tags{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	/* justify-content: space-between; */
}
.tags_area .tags li{
	margin: 10px 10px 0 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.tags_area .tags li a{
	background-color: #c2d6e5;
	padding: 5px 10px;
	border-radius: 5px;
	color: #000;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.tags_area .tags li a:hover{
	background-color: #24aff4;
	color: #fff;
}


/*return-to-top START CSS*/
.back-to-top {
	font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 1020;
    border-radius: 50%;
    background: #1576CA;
}

.home_2 .back-to-top{
	background-color: #24aff4;
}

.back-to-top i {
	color: #fff;
}
