@font-face {
	font-family: 'Futura';
	src: url("../fonts/Futura.woff");
}

html,
body {
	height: 100%;
	font-family: Monteserrat;
	-webkit-font-smoothing: antialiased;
}


h2,
h4,
h5 {
	color: #002447;
	margin: 0;
	font-weight: 500;
	font-family: Monteserrat;
}

h2 {
	font-size: 48px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

p {
	font-size: 18px;
	color: #75849a;
	line-height: 1.6;
	font-family: Monteserrat;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul {
	padding: 0;
	margin: 0;
}
/*---------------------
	Helper CSS
-----------------------*/

.bottom_titles1{
	display: flex;
}
.spad {
    padding-top: 15px;
    padding-bottom: 25px;
}

.copyright{
    background-color: #0D4C87;
    display: flex;
}

.copy_1{
	color: #fff!important;
	font-size: 15px;
    margin-top: 11px;
}

.copy_2{
	color: #fff!important;
	font-size: 15px;
    margin-top: 11px;
	float: right;
}

.section-title {
	margin-bottom: 60px;
}

.section-title h2 {
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: Monteserrat;
}

.section-title p {
	margin-bottom: 0;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
}


.text-white h2,
.text-white h4,
.text-white h5,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
	Commom elements
-----------------------*/

/* Buttons */

.site-btn {
    position: relative;
    display: inline-block;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    border-radius: 5px;
    font-family: "Futura", sans-serif;
    min-width: 100px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #0f2846;
}

.new_icon{
	font-size: 13px!important;
    color: #338dcb;
}
.site-btn:hover {
	color: #fff;
}

.site-btn.no-radius {
	border-radius: 2px;
}

.site-btn.sb-full-- {
	display: block;
	width: 100%;
	border-radius: 0;
}

.wrapper-new{
  display: flex;
  justify-content: center;
}

.site-btn.sb-gradients {
	padding: 17px 32px;
	border: none;
	color: #fff;
}

.site-btn.sb-gradients.sbg-line {
	color: #20509e;
	z-index: 1;
}

.site-btn.sb-gradients.sbg-line:after {
	position: absolute;
	content: '';
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background: #fff;
	top: 2px;
	left: 2px;
	z-index: -1;
	border-radius: 50px;
}

.site-btn.sb-gradients.sbg-line:hover {
	color: #20509e;
}

.gradient-bg,
.site-btn.sb-gradients,
.member-social a:hover,
.single-blog-page .social-share a:hover,
.comment .comment-content .c-btn:hover,
.comment-form label {
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#3e2bce), color-stop(100%, #2dd3aa), color-stop(100%, #2dd3aa), to(#2dd3aa));
	background: -o-linear-gradient(left,  #0097f6 0%, #002447 100%, #002447 100%, #002447 100%);
	background: linear-gradient(to right, #338dcb 0%, #0D4C87 100%, #0D4C87 100%, #0D4C87 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e2bce', endColorstr='#2dd3aa', GradientType=1);
	/* IE6-9 */
	font-family:     color: #75849a;
	font-size: 16px;
	font-family: font-size: 52px;
	margin-bottom: 17px;
	font-family: Monteserrat;
}

/* Image Popup */

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*---------------------
	Header section
-----------------------*/

.header-section {
	position: absolute;
	width: 100%;
	top: 0;
	padding: 30px 50px 0;
	z-index: 99;
}

.header-section .site-btn {
	float: right;
	/* margin-left: 60px; */
}

.main-menu {
	float: right;
}

.menu-list {
	list-style: none;
}

.menu-list li {
	display: inline;
}

.menu-list li a {
	display: inline-block;
	font-family: Monteserrat;
	font-size: 17px;
	padding: 10px 5px;
	margin-right: 30px;
	color: #fff;
}
/*  */
.cool-link {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
}
 
 
.menu-list > li > a.active::after {
    width: 100%;
}
 
/*  */
.hero-section {
	height: 570px;
	padding-top: 87px;
	display: block;
	background-image: url("../img/hero-bg.png");
	background-size: cover;
	background-color: #f3f7f9;
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.hero-section .laptop-image {
	width: 685px;
	max-width: none;
	position: relative;
	left: 80px;
}

.hero-text {
	padding-top: 60px;

}

.hero-text h2 {
	font-size: 52px;
	/* margin-bottom: 50px; */
	font-family: Monteserrat;
}

.hero-text h2 span {
	color: #338dcb;

}

.hero-text h4 {
	color: #75849a;
	font-size: 18px;
	margin-top:18px;
	font-family: Monteserrat;
}

.hero-subscribe-from {
	margin-top: 50px;
	display: block;
}

.hero-subscribe-from input {
	width: 315px;
	border: 1px solid #ebebeb;
	background: #fff;
	height: 48px;
	padding: 0 25px;
	border-radius: 50px;
	font-family: "Futura", sans-serif;
	font-size: 16px;
	margin-right: 8px;
	margin-bottom: 20px;
}

/*---------------------
  About Section
-----------------------*/

.about-section .container {
	position: relative;
	
}

.about-text h2 {
	font-size: 48px;
	margin-bottom: 25px;
}

.about-text h5 {
	font-family: "Lato", sans-serif;
	margin-bottom: 20px;
}

.about-text p {
	font-size: 18px;
}

.about-img {
	position: absolute;
	top: 0;
	left: -120px;
	width: 662px;
}

/*---------------------
  Feature Section
-----------------------*/

.features-section .container {
	margin-bottom: -45px;
}

.feature {
	margin-bottom: 45px;
}

.feature i {
	font-size: 48px;
	float: left;
	/* padding-top: 10px; */
}

.feature .feature-content {
    padding-left: 95px;
    margin-top: -13%;
}

.img_icon{
	width: 60px;
}

.feature .feature-content h4 {
    margin-bottom: 25px;
    font-family: Monteserrat;
    font-size: 20px !important;
}

.feature .readmore {
	text-decoration: underline;
	line-height: 1.2;
	font-family: "Futura", sans-serif;
}

/*---------------------
	Process Section
-----------------------*/

.process:last-child .process-step:after {
	display: none;
}

.process-step {
	position: relative;
	text-align: center;
	padding: 35px;
	margin-top: 30px;
	-webkit-box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15);
	        box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15);
}

.process-step .process-icon {
	height: 55px;
	margin-bottom: 30px;
	padding-top: 5px;
}

.header-section .responsive-bar,
.header-section .user {
	display: none;
}

.process-step h4 {
	margin-bottom: 21px;
	font-family: Monteserrat;
}

.process-step p {
	margin-bottom: 0;
	text-align: justify;
	font-size: 18px;
	font-family: Monteserrat;
}

.process-step:after {
	position: absolute;
	content: '';
	width: 275px;
	height: 56px;
	top: -40px;
	right: -40%;
	background: url("../img/process-line.png") no-repeat scroll 0 0/cover;
}

/*---------------------
	Fact Section
-----------------------*/

.fact-section {
	padding: 100px 0;
}

.fact {
	display: inline-block;
	position: relative;
}

.fact h2 {
	float: left;
	color: #16d0c5;
	font-size: 60px;
	margin-right: 20px;
}

.fact p {
	float: left;
	padding-top: 14px;
	line-height: 1.4;
	color: #fff;
	text-transform: uppercase;
}

.fact i {
	position: absolute;
	right: -20px;
	top: -10px;
	font-size: 90px;
	color: #fff;
	z-index: 0;
	opacity: 0.1;
}

/*---------------------
	Team Section
-----------------------*/

.team-section {
	background: #f3f7f9;
	overflow: hidden;
}

.team-members {
	margin: 0 -10px;
}

.member {
	background: #fff;
	width: calc(20% - 25px);
	display: inline-block;
	margin: 0 10px;
	text-align: center;
	padding: 50px 10px;
	-webkit-box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
	        box-shadow: 1px 1px 1px rgba(33, 54, 61, 0.15);
	border-radius: 10px;
	position: relative;
}

.member h2 {
	font-size: 22px;
	margin-bottom: 5px;
}

.member span {
	font-size: 14px;
	color: #75849a;
	display: block;
}

.member .member-text {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 1;
}

.member:hover {
	-webkit-box-shadow: 1px 14px 43px rgba(33, 54, 61, 0.15);
	        box-shadow: 1px 14px 43px rgba(33, 54, 61, 0.15);
}

.member:hover .member-info {
	opacity: 1;
}

.member:hover .member-text {
	opacity: 0;
}

.member-img {
	width: 230px;
	height: 230px;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 25px;
}

.member-social {
	padding-top: 25px;
	background: #fff;
	position: relative;
	z-index: 2;
}

.member-social a {
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 50%;
	background: #cbd3df;
	color: #fff;
	padding-top: 13px;
	margin: 0 8px;
}

.member-meta {
	padding-left: 85px;
}

.member-info {
	padding: 50px 60px 10px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	text-align: left;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	height: 380px;
	overflow-y: auto;
}

.member-info p {
	display: block;
	padding-top: 25px;
	margin-bottom: 0;
}

.member-img.mf {
	width: 60px;
	height: 60px;
	opacity: 1;
	float: left;
	margin-bottom: 0;
}

/*---------------------
  Review Section
-----------------------*/

.review-meta-slider {
	position: relative;
	width: 300px;
}

.author-meta {
	padding: 50px 0 70px;
	position: relative;
	text-align: center;
}

.author-meta:last-child {
	margin-right: 0;
}

.author-avatar {
	width: 80px;
	height: 80px;
	border: 6px solid #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0px 16px 21px rgba(33, 54, 61, 0.15);
	        box-shadow: 0px 16px 21px rgba(33, 54, 61, 0.15);
	display: inline-block;
}

.author-avatar h4 {
	font-size: 22px;
}

.author-avatar p {
	font-size: 14px;
}

.author-name {
	position: absolute;
	width: 280px;
	left: -50%;
	bottom: -10px;
	margin-left: -50px;
	text-align: center;
	visibility: hidden;
}

.center .author-meta {
	top: -6px;
}

.center .author-name {
	visibility: visible;
}

.center .author-avatar {
	width: 100px;
	height: 100px;
}

.review-text p {
	font-size: 22px;
}

.review-text-slider .owl-nav {
	padding-top: 15px;
}

.review-text-slider .owl-prev,
.review-text-slider .owl-next {
	width: 50px;
	height: 50px;
	display: inline-block;
	background: #cbd3df;
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin-right: 10px;
	border-radius: 50%;
	padding-top: 8px;
}

.pull-3 {
	right: 66.666667%;
}

.push-8 {
	left: 33.333333%;
}

/*---------------------
	Newsletter Section
-----------------------*/

.newsletter-section {
	padding: 25px 0;
}

.newsletter-text h2 {
	font-size: 30px;
	margin-bottom: 10px;
	font-family: Monteserrat;
}

.newsletter-text p {
	margin-bottom: 10px;
}

.newsletter-form {
	position: relative;
	margin-top: 20px;
	padding-left: 40px;
}

.newsletter-form input {
	width: 100%;
	font-size: 16px;
	padding: 12px 30px;
	border: none;
	border-radius: 50px;
	padding-right: 160px;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.newsletter-form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border: none;
	border-radius: 0px 50px 50px 0px;
	min-width: 140px;
	background: #fff;
	color: #20509e;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.newsletter-form ::-webkit-input-placeholder {
	color: #fff;
}

.newsletter-form :-ms-input-placeholder {
	color: #fff;
}

.newsletter-form ::-ms-input-placeholder {
	color: #fff;
}

.newsletter-form ::placeholder {
	color: #fff;
}

/*---------------------
  Blog Section
-----------------------*/

.blog-section {
	background: #f3f7f9;
}

.blog-thumb {
	margin-bottom: 0;
}

.blog-text {
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 23px 49px rgba(33, 54, 61, 0.1);
	        box-shadow: 0px 23px 49px rgba(33, 54, 61, 0.1);
}

.blog-text .post-date {
	font-size: 14px;
	font-family: "Futura", sans-serif;
	color: #16d0c5;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
	letter-spacing: 2px;
}

.blog-text .blog-title {
	font-size: 22px;
	margin-bottom: 20px;
}

.blog-text .blog-title a {
	color: #20509e;
}

.blog-text .post-meta a {
	font-size: 13px;
	color: #75849a;
	margin-right: 25px;
}

.blog-text .post-meta a:last-child {
	margin-right: 0;
}

.blog-text .post-meta a span {
	color: #cbd3df;
}

.blog-text .post-meta a i {
	color: #16d0c5;
}

.post-loadmore {
	width: 100%;
	border-radius: 0px;
}

.post-loadmore.site-btn.sb-gradients.sbg-line:after {
	border-radius: 0px;
}

/*---------------------
	Footer Section
-----------------------*/

.footer-widget span {
	color: #acb9cc;
}

.footer-widget p {
	margin-bottom: 20px;
	font-size: 14px;
}

.footer-widget .widget-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: Monteserrat;
}

.footer-widget ul {
	list-style: none;
}

.footer-widget ul a {
	font-size: 15px;
	color: #75849a;
	display: block;
	margin-bottom: 7px;
	font-family: Monteserrat;
}

.footer-widget ul li:last-child a {
	margin-bottom: 0;
}

.social a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	padding-top: 7px;
	font-size: 18px;
	background: #155995;
}

.social a:last-child {
	margin-right: 0;
}

.social .facebook {
	background: #4b6cd0;
}

.social .google {
	background: #f03b3b;
}

.social .instagram {
	background: #bb8950;
}

.social .twitter {
	background: #49a7f3;
}

.footer-bottom {
	border-top: 1px solid #ebebeb;
	padding: 30px 0;
}

.footer-nav {
	list-style: none;
}

.footer-nav li {
	display: inline-block;
}

.footer-nav li a {
	color: #75849a;
	font-size: 14px;
	margin-left: 20px;
}

/*---------------------
	Other Pages
----------------------
======================*/

.page-info-section {
	height: 300px;
	background-image: url("../img/page-info-bg.png");
	background-size: cover;
	background-color: #f3f7f9;
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	display: block;
	padding-top: 100px;
}

.page-info-section h2 {
	font-size: 48px;
}

.site-beradcamb {
	padding-top: 10px;
}

.site-beradcamb a {
	color: #20509e;
	font-size: 16px;
}

.site-beradcamb span {
	color: #acb9cc;
	font-size: 16px;
}

.site-beradcamb i {
	margin: 0 3px;
}

/*---------------------
  Blog page
-----------------------*/

.blog-page .blog-item {
	margin-bottom: 30px;
}

.blog-page .readmore {
	color: #20509e;
}

.blog-page .readmore i {
	color: #16d0c5;
}

.bi-feature .post-meta {
	margin-bottom: 30px;
}

.bi-feature .blog-text .blog-title {
	font-size: 36px;
}

.widget-area {
	padding: 30px;
	-webkit-box-shadow: 0px 23px 49px rgba(33, 54, 61, 0.15);
	        box-shadow: 0px 23px 49px rgba(33, 54, 61, 0.15);
	margin-bottom: 32px;
}

.widget-area .widget-title {
	margin-bottom: 25px;
}

.widget-area .widget {
	margin-bottom: 20px;
}

.widget-area .widget .widget-title {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
	line-height: 24px;
}

.widget-area .widget ul {
	list-style: none;
}

.widget-area .widget ul a {
	display: inline-block;
	font-size: 16px;
	color: #20509e;
	margin-bottom: 20px;
}

.widget-area .widget ul a:hover {
	color: #16d0c5;
}

.widget-area .widget .popular-posts span {
	color: #16d0c5;
	font-size: 12px;
	display: block;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.widget-area .widget .popular-posts h5 a {
	font-size: 18px;
	color: #20509e;
}

.widget-area .widget .popular-posts h5 a:hover {
	color: #20509e;
}

.widget-area .widget .twitter-widget li {
	margin-bottom: 20px;
}

.widget-area .widget .twitter-widget span {
	color: #16d0c5;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
}

.widget-area .widget .twitter-widget h5 {
	font-size: 18px;
	color: #20509e;
	margin-bottom: 5px;
}

.widget-area .widget .twitter-widget a {
	font-size: 18px;
	color: #1f6ae5;
	display: block;
	margin-bottom: 5px;
}

.widget-area .widget .twitter-widget a:hover {
	color: #1f6ae5;
}

.widget-area .widget-subscribe-from {
	padding-top: 10px;
	display: block;
}

.widget-area .widget-subscribe-from input {
	margin-right: 0;
	margin-bottom: 20px;
	width: 100%;
	background: #f3f7f9;
	border: 1px solid #ebebeb;
	padding: 15px 20px;
	font-size: 14px;
}

.single-blog-page blockquote {
	font-size: 24px;
	color: #20509e;
	padding-left: 25px;
	border-left: 2px solid #16d0c5;
	line-height: normal;
	margin: 40px 0;
	display: block;
}

.single-blog-page blockquote span {
	display: block;
	font-size: 16px;
	color: #16d0c5;
	padding-top: 10px;
}

.single-blog-page .post-tags a {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	padding: 6px 15px;
	margin-right: 2px;
	margin-top: 5px;
	color: #75849a;
	background: #f3f7f9;
	border: 1px solid #ebebeb;
	margin-right: 5px;
}

.single-blog-page .social-share {
	display: block;
	text-align: right;
}

.single-blog-page .social-share p {
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
	color: #595959;
}

.single-blog-page .social-share a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 8px;
	text-align: center;
	border-radius: 40px;
	background: #f3f7f9;
	color: #75849a;
	padding-top: 9px;
	font-size: 14px;
	-webkit-box-shadow: 0 0 0 1px #ebebeb;
	        box-shadow: 0 0 0 1px #ebebeb;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.single-blog-page .social-share a:hover {
	color: #fff;
}

.releted-posts {
	padding-top: 50px;
	margin-top: 25px;
	border-top: 1px solid #ebebeb;
}

.releted-posts .blog-item {
	padding-top: 25px;
}

.releted-posts .blog-text {
	-webkit-box-shadow: 0 0 0 1px #ebebeb;
	        box-shadow: 0 0 0 1px #ebebeb;
	padding: 28px 28px 20px;
}

.releted-posts .blog-text .blog-title {
	font-size: 22px;
}

.releted-posts .post-meta {
	margin-bottom: 0;
}

.comment-area {
	padding-top: 50px;
}

.comment-list {
	padding-top: 40px;
	margin-top: 25px;
	border-top: 1px solid #ebebeb;
	list-style: none;
}

.comment-list .replay-comment-list {
	list-style: none;
	margin-left: 14%;
}

.comment {
	margin-bottom: 40px;
}

.comment .comment-avator {
	float: left;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.comment .comment-content {
	padding-left: 100px;
}

.comment .comment-content h5 {
	font-size: 18px;
	margin-bottom: 10px;
}

.comment .comment-content h5 span {
	font-size: 12px;
	color: #acb9cc;
	font-family: "Lato", sans-serif;
}

.comment .comment-content p {
	margin-bottom: 0;
}

.comment .comment-content .c-btn {
	font-family: "Futura", sans-serif;
	display: inline-block;
	font-size: 14px;
	border: 1px solid #ebebeb;
	background: #f3f7f9;
	color: #20509e;
	padding: 4px 25px;
	border-radius: 2px;
	margin-right: 5px;
	margin-top: 20px;
}

.comment .comment-content .c-btn:hover {
	color: #fff;
}

.comment-form .form-group {
	position: relative;
	padding: 1px;
	margin-bottom: 20px;
}

.comment-form input,
.comment-form textarea {
	width: 100%;
	padding: 11px 20px;
	border: none;
	border: 1px solid #e5e5e5;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.comment-form input:focus,
.comment-form textarea:focus {
	border-color: transparent;
}

.comment-form input:focus+label,
.comment-form textarea:focus+label {
	opacity: 1;
}

.comment-form label {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.comment-form textarea {
	height: 115px;
	display: -ms-grid;
	display: grid;
}

/*---------------------
	Contact page
-----------------------*/

.contact-form {
	padding-right: 35px;
}

.contact-form h5 {
	font-size: 16px;
	font-family: "Lato", sans-serif;
}

.contact-form h5 span {
	color: #16d0c5;
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.contact-form .form-group span {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 16px;
	color: #7bc063;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.contact-form .form-group span.active {
	opacity: 1;
}

.contact-form .check-form {
	padding-right: 20px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	height: 50px;
	border: none;
	border-bottom: 1px solid #ebebeb;
	font-size: 16px;
	padding-bottom: 10px;
	color: #20509e;
}

.contact-form input:focus,
.contact-form textarea:focus {
	border-color: #20509e;
}

.contact-form textarea {
	padding-bottom: 10px;
	padding-top: 10px;
	height: 115px;
}

.contact-form .contact-type .ct-label {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 12px;
	margin-right: 40px;
	cursor: pointer;
	font-size: 16px;
	color: #acb9cc;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.contact-form .contact-type .ct-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.contact-form .contact-type .ct-label input:checked~.checkmark:after {
	content: '\f111';
	color: #16d0c5;
}

.contact-form .contact-type .ct-label .checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 25px;
	width: 25px;
}

.contact-form .contact-type .ct-label .checkmark:after {
	position: absolute;
	content: "\f10c";
	font-family: 'FontAwesome';
	font-size: 14px;
}

.contact-form .contact-type .ct-label:last-child {
	margin-right: 0;
}

.contact-form ::-webkit-input-placeholder {
	color: #acb9cc;
}

.contact-form :-ms-input-placeholder {
	color: #acb9cc;
}

.contact-form ::-ms-input-placeholder {
	color: #acb9cc;
}

.contact-form ::placeholder {
	color: #acb9cc;
}

.map {
	height: 390px;
	-webkit-box-shadow: 0px 23px 49px rgba(33, 54, 61, 0.15);
	        box-shadow: 0px 23px 49px rgba(33, 54, 61, 0.15);
}

/*------------------
	Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

@media (max-width: 1585px) {
	.hero-section .laptop-image {
		left: 0;
	}
}

@media (max-width: 1425px) {
	.header-section .site-btn {
		margin-left: 0;
	}
	.hero-section,
	.page-info-section {
		background-position: right 30% top;
	}
	.hero-section .laptop-image {
		width: auto;
		max-width: 100%;
		top: 70px;
	}
	.about-img {
		left: -50px;
		width: 600px;
	}
}

@media (min-width: 1199px) and (max-width: 1390px) {
	.member {
		padding: 35px 10px;
	}
	.member-img {
		width: 160px;
		height: 160px;
	}
	.member-info {
		padding: 50px 27px 10px;
		height: 275px;
	}
	.member-social a {
		margin: 0 5px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.menu-list li a {
		margin-right: 15px;
	}
	.hero-section,
	.page-info-section {
		background-position: right 23% top;
	}
	.about-img {
		left: 0px;
		width: 480px;
	}
	.member {
		width: calc(33.333333% - 25px);
		margin-bottom: 30px;
	}
	.team-members {
		text-align: center;
	}
	.fact h2 {
		font-size: 45px;
		margin-right: 10px;
	}
	.fact p {
		padding-top: 7px;
	}
	.fact i {
		font-size: 67px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-section {
		padding: 30px 15px 0;
	}
	.menu-list li a {
		margin-right: 6px;
	}
	.header-section .site-btn {
		margin-left: 10px;
	}
	.hero-section {
		background-position: right 25% top;
		height: 730px;
		padding-top: 160px;
	}
	.page-info-section {
		background-position: right 33% top;
	}
	.page-info-section h2 {
		font-size: 40px;
	}
	.hero-text h2 {
		font-size: 45px;
	}
	.process-step:after {
		width: 154px;
		height: 35px;
		top: -10px;
		right: -44%;
		background-size: contain;
	}
	.about-img {
		position: relative;
		display: block;
		left: 0;
		width: auto;
		margin-top: 50px;
	}
	.member {
		width: calc(33.333333% - 25px);
		margin-bottom: 30px;
		padding: 35px 10px;
	}
	.member-img {
		width: 160px;
		height: 160px;
	}
	.member-info {
		padding: 50px 27px 10px;
		height: 275px;
	}
	.member-social a {
		margin: 0 5px;
	}
	.team-members {
		text-align: center;
	}
	.fact {
		margin-bottom: 30px;
	}
	.pull-3 {
		right: 0;
	}
	.push-8 {
		left: 0;
	}
	.review-section {
		text-align: center;
	}
	.review-text {
		padding: 0 60px;
	}
	.review-text-slider .owl-nav {
		padding-top: 0;
		position: absolute;
		top: 50%;
		margin-top: -45px;
		left: 0;
		width: 100%;
	}
	.review-text-slider .owl-prev {
		float: left;
	}
	.review-text-slider .owl-next {
		float: right;
	}
	.review-meta-slider {
		margin: auto;
	}
	.author-meta {
		padding-top: 0;
	}
	.newsletter-form {
		padding-left: 0;
	}
	.footer-widget {
		margin-bottom: 30px;
	}
	.newsletter-section {
		text-align: center;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.offer-services .single-offers .offers-caption .cat-cap {
		padding: 0 20px !important;
	}
	 
	h2 {
		font-size: 35px;
	}
	.h2heading {
		font-size: 30px !important;
	}
	.header-section {
		padding: 15px 0;
		background: #fff;
	}
	.about_para{
		padding: 10px;
	}
	.heading{
		padding: 10px;
		margin-bottom: -9px;
		margin-top: -44px!important;
	}
	.header-section .responsive-bar {
		float: right;
		font-size: 25px;
		display: block;
		cursor: pointer;
		margin-top: 5px;
	}
	.header-section .user {
		float: right;
		font-size: 25px;
		color: #333;
		margin-right: 20px;
		display: block;
		margin-top: 5px;
	}

	.main-menu {
		float: none;
		position: absolute;
		width: 100%;
		left: 0;
		top: 100%;
		background: #fff;
		padding: 0 15px;
		display: none;
		-webkit-box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15);
		        box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15);
	}
	.menu-list {
		list-style: none;
	}
	.menu-list li {
		display: block;
		border-top: 1px solid #e1e1e1;
		height: 45px;
	}
	.li_height{
		height: 50px !important;
	}
	.menu-list li a {
		display: block;
		padding: 10px 5px;
		margin-right: 0;
		color: #20509e;
	}
	.hero-text h2 {
		font-size: 40px;
	}
	.hero-section {
		height: auto;
		padding-bottom: 100px;
		padding-top: 160px;
		background-position: right 50% top;
	}
	.page-info-section {
		background-position: right 56% top;
		margin-top: 97px;
	}
	.page-info-section h2 {
		font-size: 40px;
	}
	.about-img {
		position: relative;
		display: block;
		left: 0;
		width: auto;
		margin-top: 50px;
	}
	.team-members {
		margin: 0;
		padding: 0 15px;
	}
	.member {
		width: 100%;
		margin-bottom: 30px;
		margin-left: 0;
	}
	.fact {
		margin-bottom: 30px;
	}
	.process-step:after {
		display: none;
	}
	.pull-3 {
		right: 0;
	}
	.push-8 {
		left: 0;
	}
	.review-section {
		text-align: center;
	}
	.review-text {
		padding: 0 60px;
	}
	.review-text-slider .owl-nav {
		padding-top: 0;
		position: absolute;
		top: 50%;
		margin-top: -45px;
		left: 0;
		width: 100%;
	}
	.review-text-slider .owl-prev {
		float: left;
	}
	.review-text-slider .owl-next {
		float: right;
	}
	.review-meta-slider {
		margin: auto;
	}
	.author-meta {
		padding-top: 0;
	}
	.header-section .site-btn {
		float: left;
		margin-top: 12px;
		margin-bottom: 12px;
		color: #fff;
	}
	.btn_margin{
		margin-top: 1px !important;
		margin-bottom:0px !important ;
	}
	.newsletter-form {
		padding-left: 0;
	}
	.newsletter-section {
		text-align: center;
	}
	.review-text p {
		font-size: 20px;
	}
	.blog-item {
		margin-bottom: 30px;
	}
	.footer-widget {
		margin-bottom: 30px;
	}
	.single-blog-page .social-share {
		text-align: left;
		margin-top: 20px;
	}
}

/* small Mobile :320px. */

@media only screen and (max-width: 479px) {
	 
	.offer-services .single-offers .offers-caption .cat-cap {
		padding: 0 20px;
	}
	 
	.review-text {
		padding: 0 45px;
	}
	.review-text p {
		font-size: 18px;
	}
	.newsletter-form input {
		padding-right: 30px;
	}
	.newsletter-form button {
		position: relative;
		padding: 14px;
		border-radius: 50px;
		margin-top: 23px;
	}
	.review-text-slider .owl-prev,
	.review-text-slider .owl-next {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
	.review-meta-slider {
		width: auto;
	}
	.member-img {
		width: 180px;
		height: 180px;
	}
	.member-info {
		padding: 50px 20px 10px;
		height: 320px;
	}
	.blog-text {
		padding: 15px;
	}
	.comment .comment-avator {
		float: none;
		margin-bottom: 20px;
	}
	.comment .comment-content {
		padding-left: 0;
	}
}
.untree_co-section {
    padding: 60px 0;
    position: relative;
}
.untree_co-section .caption {
    color: #338dcb;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    font-family: "Futura", sans-serif;
}
.untree_co-section .heading {
    font-size: 33px;
    color: #0D4C87;
    font-family: Monteserrat;
    font-weight: 600;
    line-height: 1.3;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.ul-check li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.ul-check li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.img-shadow {
    border: 10px solid #ffffff;
    -webkit-box-shadow: 0 15px 30px -5px rgb(0 0 0 / 10%);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 10%);
	animation: slideIn 1.5s ease-in-out forwards;
}
.about_para{
	margin-top: 9px;
	text-align: justify;
	font-size: 18px;
	font-family: Monteserrat;
}
.about_heading{
	margin-top: 4px;

}
.mb-55 {
    margin-bottom: 45px;
}
.section-tittle span {
    background-color: rgba(103,133,255,0.1);
    padding: 5px 17px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 22px;
    font-family: "Futura", sans-serif;
    color: #6785FF;
    text-transform: capitalize;
    color: #338dcb;
    border-radius: 30px;
}
.section-tittle h2 {
    font-size: 42px;
    display: block;
    color: #0D4C87;
    font-weight: 600;
    text-transform: normal;
    line-height: 1.4;
    font-family: Monteserrat;
}
.pb-bottom2 {
    padding-bottom: 60px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.offer-services .single-offers {
    position: relative;
}
.offer-services .single-offers .offers-caption {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
}
.offer-services .single-offers .offers-caption .cat-cap {
    padding: 0 37px;
}

.offer-services .single-offers .offers-caption .cat-cap h5>a {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 21px;
    display: block;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    text-transform: capitalize;
    font-family: Monteserrat;
}
.offer-services .single-offers .offers-caption .cat-cap p {
    margin-bottom: 36px;
    color: #fff;
    font-size: 18px;
    text-align: justify;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    font-family: Monteserrat;
}
.contact_img{
	width: 312px;
    float: right;
}
.footer_logo{
	width: 25%;
}

.address{
    line-height: 2;
	font-family: "Futura", sans-serif;
}

.social{
	margin-top: 15px;
}




  .hero-section1 {
	height: 450px;
	padding-top: 87px;
	display: block;
	background-image: url("../img/about.png");
	background-size: cover;
	background-color: #f3f7f9;
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.hero-section2 {
	height: 450px;
	padding-top: 87px;
	display: block;
	background-image: url("../img/about.png");
	background-size: cover;
	background-color: #f3f7f9;
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.hero_about{
	top: 100%;
	color: #fff;
    position: relative;
}
  
.top-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 14px;
    background: #57ED7D;
    box-shadow: 0px 2px 4px rgb(87 237 125 / 40%);
}


/******************Start Timeline***************************/

.main-timeline {
	font-family: sans-serif;
	position: relative;
  }
  
  .main-timeline:after {
	content: "";
	display: block;
	clear: both;
  }
  
  .main-timeline .timeline {
	width: 50%;
	margin: 0 0 20px 20px;
	float: right;
  }
  
  .main-timeline .timeline-content {
    color: #000;
    background: #fff;
    text-align: center;
    /* min-height: 73px; */
    padding: 18px 22px 22px 27px;
    border-radius: 15px;
    border: 1px solid #121111;
    display: block;
    position: relative;
}
  
  .main-timeline .timeline-content:hover {
	text-decoration: none;
  }
  
  .main-timeline .timeline-icon {
    color: #fff;
    background-color: #3b70ef;
    font-size: 30px;
    line-height: 50px;
    height: 60px;
    width: 60px;
    border: 6px solid #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -37px;
    top: 50%;
  }
  
  .main-timeline .timeline-icon:before,
  .main-timeline .timeline-icon:after {
	content: "";
	background-color: #000;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -12px;
  }
  
  .main-timeline .timeline-icon:after {
	top: calc(100% + 6px);
  }
  
  .main-timeline .title {
	color: #3b70ef;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 5px;
  }
  
  .main-timeline .description {
    font-size: 14px;
    color: #777;
    margin: 0;
}
  
  .main-timeline .timeline:nth-child(even) {
	float: left;
	margin: 0 20px 20px 0;
  }
  
  .main-timeline .timeline:nth-child(even) .timeline-content {
	padding: 30px 45px 30px 20px;
  }
  
  .main-timeline .timeline:nth-child(even) .timeline-icon {
	right: -39px;
	left: auto;
  }
  
  .main-timeline .timeline:nth-child(4n + 2) .timeline-icon {
	background-color: #3b70ef;
  }
  .main-timeline .timeline:nth-child(4n + 2) .title {
	color: #3b70ef;
  }
  
  .main-timeline .timeline:nth-child(4n + 3) .timeline-icon {
	background-color: #3b70ef;
  }
  .main-timeline .timeline:nth-child(4n + 3) .title {
	color: #3b70ef;
  }
  
  .main-timeline .timeline:nth-child(4n + 4) .timeline-icon {
	background-color: #3b70ef;
  }
  .main-timeline .timeline:nth-child(4n + 4) .title {
	color: #3b70ef;
  }
  
  @media screen and (max-width: 767px) {
	.main-timeline .timeline {
	  width: 100%;
	  padding-top: 40px;
	}
  
	.main-timeline .timeline .timeline-content,
	.main-timeline .timeline:nth-child(even) .timeline-content {
	  padding: 45px 20px 20px;
	}
  
	.main-timeline .timeline .timeline-icon,
	.main-timeline .timeline:nth-child(even) .timeline-icon {
	  font-size: 28px;
	  left: 50%;
	  top: -39px;
	  right: auto;
	  transform: translateY(0) translateX(-50%);
	}
  
	.main-timeline .timeline .timeline-icon:before,
	.main-timeline .timeline .timeline-icon:after {
	  top: 50%;
	  left: -12px;
	  transform: translateY(-50%) translateX(0);
	}
  
	.main-timeline .timeline .timeline-icon:after {
	  left: calc(100% + 6px);
	}
  }
  
  @media only screen and (max-width: 576px) {
	/* -----------------	 */
	.contact-page-form form {
		padding: 20px 15px 0 !important;
	}
	.untree_co-section {
		padding: 50px 0 30px 0 !important;
		 
	}
	.crm-services {
		padding: 15px 0 40px !important;
	}
	.stmb{
		margin-bottom: 20px !important;
	}
	.align_responsive{
		text-align: center !important;
    width: 100% !important;
	}
	.copyright{
		flex-direction: column !important;
	}
	
	.contact_img {
		 
		padding-top: 40px !important;
	}
	.section-title {
		margin-bottom: 0px !important;
	}
	
	.img_width{
		width: 70%;
	}
	/* ------------ */
	.main-timeline .title {
	  font-size: 18px;
	}
  }
  
  .main-timeline .time {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px;
}

/*******************End Timeline**************************/

/***************Starts*******************/
.slidein {
	animation: slidein 5s;
  }
.slideup{
	animation: slideUp .8s ease forwards;
 }

.slide-right {
	animation: .8s slide-right;
}

.slide-left {
	animation: .8s slide-left;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

	  @keyframes slide-right {
		from {
		  margin-left: -100%;
		}
		to {
		  margin-left: 0%;
		}
	  }
	  

	  @keyframes slide-left {
		from {
		  margin-left: 100%;
		}
		to {
		  margin-left: 0%;
		}
	  }








 /* Start element-1 */

  @keyframes slidein {
	from {
	  transform: translateX(500px) scale(.2);
	}
	to {
	  transform: translateX(0px) scale(1);
	}
  }  

  @keyframes slideUp {
	from {
		transform: translateY(300px);
	}
	to {
		transform: translateY(0px);
	}
  }
  
  /* End element-1 */
 

  /* Start element-3 */
 
  @keyframes slidein {
	from {
	  transform: translateX(500px) scale(.2);
	}
	to {
	  transform: translateX(0px) scale(1);
	}
  }
  
  @keyframes slideUp {
	from {
		transform: translateY(300px);
	}
	to {
		transform: translateY(0px);
	}
  }
  
	/* End element-3 */
	

 /* Start element-5 */
 
 @keyframes slidein {
	from {
	  transform: translateX(500px) scale(.2);
	}
	to {
	  transform: translateX(0px) scale(1);
	}
  }
  
  @keyframes slideUp {
	from {
		transform: translateY(300px);
	}
	to {
		transform: translateY(0px);
	}
  }
  
	/* End element-5 */

	/* Start element-7 */
 
	@keyframes slidein {
		from {
		  transform: translateX(500px) scale(.2);
		}
		to {
		  transform: translateX(0px) scale(1);
		}
	  }
	  
	  @keyframes slideUp {
		from {
			transform: translateY(300px);
		}
		to {
			transform: translateY(0px);
		}
	  }
	  
     /* End element-7 */
  
 /******************Ends****************/
  .container{
	transition: all .8s ease;
  }

 li.active > a {
	color: #ffffff; }
 .has-children {
  position: relative; }
   .has-children > a {
	position: relative;
	padding-right: 20px; }

	.fa-caret-down:before {
	  position: absolute;
	  font-size: 13px;
	  top: 45%;
	  right: 30px;
	  color: #fff;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	}
   .has-children .dropdown {
	visibility: hidden;
	opacity: 0;
	top: 100%;
	z-index: 999;
	position: absolute;
	text-align: left;
	-webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
	/* padding: 8px 0; */
	padding: 10px 0 40px 0;
	background: #ffffff;
	-webkit-transition: 0.2s 0s;
	-o-transition: 0.2s 0s;
	transition: 0.2s 0s;
	left: -8px;
    width: 235px;
    top: 30px;
}
	 .has-children .dropdown a {
	  font-size: 15px;
	  -webkit-transition: 0s all;
	  -o-transition: 0s all;
	  transition: 0s all;
	  color: #000000; 
	  font-family: Monteserrat;
	}
	 .has-children .dropdown .active {
	  color: #407BFF !important; }
	 .has-children .dropdown > li {
	  list-style: none;
	  padding: 0;
	  margin: 0;
	  min-width: 180px; }
	   .has-children .dropdown > li > a {
		padding: 5px 20px;
		display: block; }
		/* .has-children .dropdown > li > .dashed_navlink {
			padding: 5px 10px;
			display: block;
			border-bottom: 1px dashed black;
			width: 90%;
			margin: 0 auto;
		} */
		 .has-children .dropdown > li > a:hover {
		  color: #407BFF; }
		  /* .has-children .dropdown > li > .dashed_navlink:hover {
			border-bottom: 1px dashed #407BFF;
		} */
	   .has-children .dropdown > li.active > a {
		color: #407BFF; }
	   .has-children .dropdown > li.has-children > a:before {
		content: "\e315";
		right: 20px; }
	   .has-children .dropdown > li.has-children > .dropdown,  .has-children .dropdown > li.has-children > ul {
		left: 100%;
		top: 0; }
		 .has-children .dropdown > li.has-children > .dropdown li a:hover,  .has-children .dropdown > li.has-children > ul li a:hover {
		  color: #407BFF; }
	   .has-children .dropdown > li.has-children:hover > a,  .has-children .dropdown > li.has-children:active > a,  .has-children .dropdown > li.has-children:focus > a {
		color: #407BFF; }
   .has-children:hover > a,  .has-children:focus > a,  .has-children:active > a {
	color: #ffffff; }
   .has-children:hover,  .has-children:focus,  .has-children:active {
	cursor: pointer; }
	 .has-children:hover > .dropdown,  .has-children:focus > .dropdown,  .has-children:active > .dropdown {
	  -webkit-transition-delay: 0s;
	  -o-transition-delay: 0s;
	  transition-delay: 0s;
	  margin-top: 0px;
	  visibility: visible;
	  opacity: 1; }

	   li.has-children.dropdown:hover > a,  li.has-children.dropdown:focus > a,  li.has-children.dropdown:active > a {
		color: #407BFF; }
	   li.has-children:hover > a,  li.has-children:focus > a,  li.has-children:active > a {
		color: #ffffff; } 

		@media only screen and (max-width: 767px){
			li.has-children:hover > a,  li.has-children:focus > a,  li.has-children:active > a {
				display: block;
				padding: 10px 5px;
				margin-right: 0;
				color: #20509e;
			}
			.fa-caret-down:before {

				color: #20509e;
			}
		}

			.form-control{
				padding: 16px;
				border-radius: 4px;
				font-size: 14px;
				width: 100%;
				border: 1px solid;
   				color: #817575;
			}

			.cont{
				margin-top:12px;
				margin-bottom:20px;
				background:#0e2844;
				padding:30px;
			}


/* section {
	padding: 60px 0;
	min-height: 50vh;
} */
.contact-info {
display: inline-block;
width: 100%;
text-align: center;
margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {background: #338dcb;padding: 24px 0px;}
.contact-page-sec .contact-page-form h2 {color: #fff;text-transform: capitalize;font-size: 30px;font-weight: 700;}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
padding-left: 0;
}  
.contact-page-form.contact-form input {
margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
background: #071c34;
width: 150px;
border-color: #071c34;
}
.contact-info-icon i {font-size: 26px;color: #fff;}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {color: #fff;font-size: 20px;text-transform: capitalize;font-weight: 600;margin-bottom: 10px;}
.contact-info-text span {color: #fff;font-size: 15px;font-weight: ;display: inline-block;width: 100%;}

.contact-page-form input {
background: #f9f9f9 none repeat scroll 0 0;
border: 1px solid #f9f9f9;
margin-bottom: 20px;
padding: 12px 16px;
width: 100%;
border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
background: #f9f9f9 none repeat scroll 0 0;
border: 1px solid #f9f9f9;
width: 100%;
/* height: 120px; */
padding: 12px 16px;
border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
	background: #3885c2 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    /* width: 400px; */
    margin-top: 3px;
    font-size: 16px;
    border: 1px;
	margin-left: -5%;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#132945;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
color: #fff;
text-transform: capitalize;
font-size: 14px;
}
.contact-page-form {display: inline-block;width: 100%;margin-top: 52px;/* margin-bottom: 121px; */}

.contact-page-map {
margin-top: 36px;
}
.contact-page-form form {padding: 40px 15px 0;}

.captcha{
	width: 40%;
	margin-left: -63%;
    margin-top: 9px;
}

.form-check-inline{
	margin-top: 11px;
	margin-right: 36%;
}




/* about-new */


.sec-title{
	position:relative;
	z-index: 1;
	margin-bottom:60px;
  }
  
  .sec-title .title{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #368dc9;
	font-weight: 500;
	margin-bottom: 15px;
  }
  
  .sec-title h2{
	position: relative;
	display: block;
	font-size:35px;
	line-height: 1.28em;
	color: #222222;
	font-weight: 600;
	padding-bottom:18px;
  }
  
  .sec-title h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:3px;
	background-color:#d1d2d6;
  }
  
  .sec-title .text{
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
	margin-top: 35px;
  }
  
  .sec-title.light h2{
	color: #ffffff;
  }
  
  .sec-title.text-center h2:before{
	left:50%;
	margin-left: -25px;
  }
  
  .list-style-one{
	position:relative;
  }
  
  .list-style-one li{
	position:relative;
	font-size:16px;
	line-height:26px;
	color: #222222;
	font-weight:400;
	padding-left:35px;
	margin-bottom: 12px;
  }
  
  .list-style-one li:before {
	  content: "\f058";
	  position: absolute;
	  left: 0;
	  top: 0px;
	  display: block;
	  font-size: 18px;
	  padding: 0px;
	  color: #ff2222;
	  font-weight: 600;
	  -moz-font-smoothing: grayscale;
	  -webkit-font-smoothing: antialiased;
	  font-style: normal;
	  font-variant: normal;
	  text-rendering: auto;
	  line-height: 1.6;
	  font-family: "Font Awesome 5 Free";
  }
  
  .list-style-one li a:hover{
	color: #44bce2;
  }
  
  .btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 17px;
	line-height: 30px;
	color: #ffffff;
	padding: 10px 30px;
	font-weight: 600;
	overflow: hidden;
	letter-spacing: 0.02em;
	background-color: #3885c2;
  }
  
  .btn-style-one:hover{
	background-color: #132945;
	color: #ffffff;
  }
  .about-section{
	position: relative;
	padding: 120px 0 70px;
  }
  
  .about-section .sec-title{
	margin-bottom: 20px;
  }
  
  .about-section .content-column{
	position: relative;
	margin-bottom: 50px;
  }
  
  .about-section .content-column .inner-column{
	position: relative;
	padding-left: 30px;
  }
  
  .about-section .text{
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
  }
  
  .about-section .list-style-one{
	margin-bottom: 45px;
  }
  
  .about-section .btn-box{
	position: relative;
  }
  
  .about-section .btn-box a{
	padding: 15px 50px;
  }
  
  .about-section .image-column{
	position: relative;
  }
  
  .about-section .image-column .text-layer{
	  position: absolute;
	  right: -110px;
	  top: 50%;
	  font-size: 325px;
	  line-height: 1em;
	  color: #ffffff;
	  margin-top: -175px;
	  font-weight: 500;
  }
  
  .about-section .image-column .inner-column{
	position: relative;
	padding-left: 80px;
	padding-bottom: 0px;
  }
  .about-section .image-column .inner-column .author-desc{
	  position: absolute;
	  bottom: 16px;
	  z-index: 1;
	  background: orange;
	  padding: 10px 15px;
	  left: 96px;
	  width: calc(100% - 152px);
	  border-radius: 50px;
  }
  .about-section .image-column .inner-column .author-desc h2{
	  font-size: 21px;
	  letter-spacing: 1px;
	  text-align: center;
	  color: #fff;
	margin: 0;
  }
  .about-section .image-column .inner-column .author-desc span{
	  font-size: 16px;
	  letter-spacing: 6px;
	  text-align: center;
	  color: #fff;
	display: block;
	font-weight: 400;
  }
  .about-section .image-column .inner-column:before{
	  content: '';
	  position: absolute;
	  width: calc(74% + 80px);
	  height: calc(100% + 160px);
	  top: -80px;
	  left: -3px;
	  background: transparent;
	  z-index: 0;
	  border: 30px solid #0f2846;
  }
  
  .about-section .image-column .image-1{
	position: relative;
  }
  .about-section .image-column .image-2{
	position: absolute;
	left: 0;
	bottom: 0;
  }
  
  .about-section .image-column .image-2 img,
  .about-section .image-column .image-1 img{
	box-shadow: 0 30px 50px rgba(8,13,62,.15);
		border-radius: 46px;
  }
  
  .about-section .image-column .video-link{
	position: absolute;
	left: 70px;
	top: 170px;
  }
  
  .about-section .image-column .video-link .link{
	position: relative;
	display: block;
	font-size: 22px;
	color: #191e34;
	font-weight: 400;
	text-align: center;
	height: 100px;
	width: 100px;
	line-height: 100px;
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0 30px 50px rgba(8,13,62,.15);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
  }
  
  .about-section .image-column .video-link .link:hover{
	background-color: #191e34;
	color: #fff;
  }






  /* Login */




  .login-root {
	background: #fff;
	display: flex;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
  }
  .loginbackground {
	min-height: 692px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
	overflow: hidden;
  }
  .flex-flex {
	display: flex;
  }
  .align-center {
	align-items: center;
  }
  .center-center {
	align-items: center;
	justify-content: center;
  }
  .box-root {
	box-sizing: border-box;
  }
  .flex-direction--column {
	-ms-flex-direction: column;
	flex-direction: column;
  }
  .loginbackground-gridContainer {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: [start] 1fr [left-gutter] (86.6px) [16] [left-gutter] 1fr
	  [end];
	grid-template-columns: [start] 1fr [left-gutter] repeat(16, 86.6px) [left-gutter] 1fr [end];
	-ms-grid-rows: [top] 1fr [top-gutter] (64px) [8] [bottom-gutter] 1fr [bottom];
	grid-template-rows: [top] 1fr [top-gutter] repeat(8, 64px) [bottom-gutter] 1fr [bottom];
	justify-content: center;
	margin: 0 -2%;
	transform: rotate(-12deg) skew(-12deg);
  }
  .box-divider--light-all-2 {
	box-shadow: inset 0 0 0 2px #e3e8ee;
  }
  .box-background--blue {
	background-color: #5469d4;
  }
  .box-background--white {
	background-color: #ffffff;
  }
  .box-background--blue800 {
	background-color: #212d63;
  }
  .box-background--gray100 {
	background-color: #e3e8ee;
  }
  .box-background--cyan200 {
	background-color: #7fd3ed;
  }
  .padding-top--64 {
	padding-top: 64px;
  }
  .padding-top--24 {
	padding-top: 24px;
  }
  .padding-top--48 {
	padding-top: 48px;
  }
  .padding-bottom--24 {
	padding-bottom: 24px;
  }
  .padding-horizontal--48 {
	padding: 48px;
  }
  .padding-bottom--15 {
	padding-bottom: 15px;
  }
  
  .flex-justifyContent--center {
	-ms-flex-pack: center;
	justify-content: center;
  }
  
  .formbg {
	margin: 0px auto;
	width: 100%;
	max-width: 448px;
	background: white;
	border-radius: 4px;
	box-shadow: rgba(60, 66, 87, 0.12) 0px 7px 14px 0px,
	  rgba(0, 0, 0, 0.12) 0px 3px 6px 0px;
  }
  span {
	/* display: block;
	font-size: 20px;
	line-height: 28px; */
	color: #1a1f36;
  }
  label {
	margin-bottom: 10px;
  }
  .reset-pass a,
  label {
	font-size: 14px;
	font-weight: 600;
	display: block;
  }
  .reset-pass > a {
	text-align: right;
    margin-bottom: -16px;
    color: #338dcb;
    margin-top: 10px;
  }
  .grid--50-50 {
	display: grid;
	grid-template-columns: 50% 50%;
	align-items: center;
  }
  
  .field input {
	font-size: 16px;
	line-height: 28px;
	padding: 8px 16px;
	width: 100%;
	min-height: 44px;
	border: 1px solid #338dcb;
	border-radius: 4px;
	outline-color: rgb(84 105 212 / 0.5);

  }
  
  input[type="submit"] {

	color: #fff;
	font-weight: 600;
	cursor: pointer;
  }
  .field-checkbox input {
	width: 20px;
	height: 15px;
	margin-right: 5px;
	box-shadow: unset;
	min-height: unset;
  }
  .field-checkbox label {
	display: flex;
	align-items: center;
	margin: 0;
  }
  a.ssolink {
	display: block;
	text-align: center;
	font-weight: 600;
	color: #338dcb;
  }
  .footer-link span {
	font-size: 14px;
  }
  .listing a {
	color: #697386;
	font-weight: 600;
	margin: 0 10px;
  }
  
  .animationRightLeft {
	animation: animationRightLeft 2s ease-in-out infinite;
  }
  .animationLeftRight {
	animation: animationLeftRight 2s ease-in-out infinite;
  }
  .tans3s {
	animation: animationLeftRight 3s ease-in-out infinite;
  }
  .tans4s {
	animation: animationLeftRight 4s ease-in-out infinite;
  }
  
  @keyframes animationLeftRight {
	0% {
	  transform: translateX(0px);
	}
	50% {
	  transform: translateX(1000px);
	}
	100% {
	  transform: translateX(0px);
	}
  }
  
  @keyframes animationRightLeft {
	0% {
	  transform: translateX(0px);
	}
	50% {
	  transform: translateX(-1000px);
	}
	100% {
	  transform: translateX(0px);
	}
  }
 
  .forgot{
	width: 77%;
    margin-bottom: -11px;
    margin-top: -12px;
    margin-left: -9px;
  }

  
  .forgot1{
	width: 77%;
    margin-bottom: -11px;
    margin-left: -9px;
  }

  .footer_2{
	filter: brightness( 0% ) contrast( 86% ) saturate( 200% ) blur( 0px ) hue-rotate( 347deg );
  }




/* Product Section */

.crm-images{
	margin-top: 38px;
}

.crm-services{
    padding: 70px 0 84px;
}

.crm-1{
	position: relative;
}

.crm-2{
	position: absolute;
	right: 0;
	top: 128px;
	left: 0;
}

.checkbox1{
	width:auto!important;
	position:relative;
	left:-228px;
}

.checkbox2{
    color: #fff;
    margin-top: -37px;
    margin-left: 22px;
    width: 715px;
    text-align: justify;
}

.crm-1-img{
	width: 100%;
}

.crm-para{
	font-size: 18px;
    margin-top: 11px;
	text-align: justify;
}

.crm-heading{
	font-size: 30px;
    margin-bottom:30px;
}

.crm-heading1{
	font-size: 27px;
    margin-bottom: 13px;
}

.crm-heading2{
	font-size: 20px;
    margin-bottom: 13px;
}

.right_content{
	color: #606266;
    font-size: 14px;
    margin-right: -17px;
    margin-top: -19px;
}

.white_para{
	color: #fff!important;
}

.privacy_ul{
    font-size: 18px;
    color: #75849a;
    line-height: 2.6;
	list-style: none;
}

.title-bar {
  background-color: white;
  border: 1px solid #808080;
}

.special-menu-button {
  cursor: pointer;
  font-weight: bold;
  text-align: left;
  width: 100%;
}

.hero-text1{
	top: 40%;
	font-size: 48px;
	color: #ffffff;
	position: relative;
    font-family: Monteserrat;
}


/* .wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2%;
    margin-bottom: 2%;
	justify-content: center;
  }
   */
  .card {
	overflow: hidden;
	box-shadow: 0px 2px 20px var(--clr-gray-light);
	background: white;
	border-radius: 0.5rem;
	position: relative;
	width: 350px;
	margin: 15px;
	transition: 250ms all ease-in-out;
	cursor: pointer;
	height: 450px;
  }
  
  .card:hover {
	transform: scale(1.05);
	box-shadow: 0px 2px 40px var(--clr-gray-light);
  }
  
  .banner-img {
	position: absolute;
	object-fit: cover;
	height: 14rem;
	width: 100%;
  }
  
  .category-tag {
	font-size: 0.8rem;
	font-weight: bold;
	color: white;
	background: red;
	padding: 0.5rem 1.3rem 0.5rem 1rem;
	text-transform: uppercase;
	position: absolute;
	z-index: 1;
	top: 1rem;
	border-radius: 0 2rem 2rem 0;
  }
  
  .popular {
	background: #0f2846;
  }
  
  .technology {
	background: #0f2846;
  }
  
  .psychology {
	background: #0f2846;
  }
  
  .card-body {
	margin: 15rem 1rem 1rem 1rem;
  }
  
  .blog-hashtag {
	font-size: 0.9rem;
	font-weight: 500;
	color: var(--clr-link);
  }
  
  .blog-title {
    font-size: 22px;
    font-family: Monteserrat;
    line-height: 1.3;
  }
  
  .blog-description {
	color: var(--clr-gray-med);
	font-size: 0.9rem;
  }
  
  .card-profile {
    margin-top: -10px;
    text-align: left;
  }
  
  .profile-img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
  }
  
  .card-profile-info {
	margin-left: 1rem;
  }
  
  .profile-name {
	font-size: 1rem;
  }
  
  .profile-followers {
	color: var(--clr-gray-med);
	font-size: 0.9rem;
  }
  
  .spad_new{
	padding-top: 70px;
    padding-bottom: 45px;
  }




  @media only screen and (min-width: 767px){
  .has-children .dropdown > li > .dashed_navlink {
	padding: 5px 10px;
	display: block;
	border-bottom: 1px solid black;
	width: 90%;
	margin: 0 auto;
}
 .has-children .dropdown > li > a:hover {
  color: #407BFF; }
  .has-children .dropdown > li > .dashed_navlink:hover {
	border-bottom: 1px solid #407BFF;
}
  }








@media (min-width:768px) and (max-width:1024px){
	.offer-services .single-offers .offers-caption .cat-cap {
		padding: 0px 28px;
	}
	.process-step {
		position: relative;
		text-align: center;
		padding: 9px;
		margin-top: 30px;
		-webkit-box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15);
		box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15);
	}
}

@media (min-width:414px) and (min-height:896px){
	.about_para {
		margin-top: 9px;
		text-align: justify;
		font-size: 18px;
		font-family: Monteserrat;
		padding: 11px;
	}
	.crm-images{
		margin-top: 45px; 
	}
	.checkbox1 {
		width: auto!important;
		position: relative;
		left: -101px;
	}
	.checkbox2 {
		color: #fff;
		margin-top: -37px;
		margin-left: 22px;
		width: 332px;
		text-align: justify;
		font-size: 13px;
	}
	.contact-info {
		display: inline-block;
		width: 91%;
		text-align: center;
		margin-bottom: 10px;
	}
	.contact-page-form {
		display: inline-block;
		width: 100%;
		margin-top: 52px;
		margin-left: -15px;
	}
	.captcha {
		width: 40%;
		margin-left: -61%;
		margin-top: 9px;
	}
}

@media (min-width:360px) and (max-width:740px){
	.offer-services .single-offers .offers-caption .cat-cap p {
		margin-bottom: 33px;
		color: #fff;
		font-size: 14px;
		text-align: justify;
		-webkit-transition: .2s;
		-moz-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
		font-family: Monteserrat;
	}
}

@media (min-width:320px) and (max-width:568px){
	.newsletter-text h2 {
		font-size: 27px;
	}
	.pb-bottom2 {
		padding-bottom: 15px;
	}
	.offer-services .single-offers .offers-caption .cat-cap p {
		/* margin-bottom: 41px;
		color: #fff;
		font-size: 13px;
		text-align: justify;
		-webkit-transition: .2s;
		-moz-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
		font-family: Monteserrat; */
	}
}

.wrapper_new {
	display: flex;
	/* justify-content: center;
	align-items: center;
	height: 90vh; */
	font-family: Barlow;
  }
  
  button,
  input[type="submit"],
  input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
  }
  
  .choice-button {
	color: #606076;
	background-color: #ffffff;
	padding: 10px 57px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	transition: 0.35s ease all;
	box-shadow: 10px 9px 12px -1px rgba(0, 0, 0, 0.03);
	}
  
  .captcha_new {
    width: 40%;
    margin-left: -63%;
    margin-top: -35px;
}

	#file_name{

	}

  .choice-button:hover {
	background-color: #fff;
  }
  
  .choice-icons div {
	border-radius: 7px;
  }
  
  .choice-icons div:first-child {
	/* margin-right: 5px; */
	width: 43px;
	height: 29px;
	/* margin-left: 15px; */
	/* box-shadow: 5px 9px 27px rgb(14 40 68); */
	}
  
  .upload-icon {
    background-color: #0e2844;
    transition: 0.35s ease all;
    position: relative;
    left: 140px;
    bottom: 58px;
	}

  .upload_icon{
	font-size: 15px;
    color: #fff;
    margin-top: 7px;
  }

  #button-text {
    min-width: 185px;
    position: relative;
    right: 48px;
    /* font-size: 14px; */
    color: #817575;
  }
  
  .choice-button:hover .upload-icon {
	background-color: #0e2844;
  }
  
  .choice-button path {
	transition: 0.2s ease all;
  }
  
  .choice-button:hover .upload-icon path {
	fill: #8989a3;
  }
  
  .template-icon {
	background-color: #d7d7e2;
	transition: 0.35s ease all;
  }
  
  .choice-button:hover .template-icon {
	background-color: #315270;
  }
  
  .choice-button .template-icon:hover {
	background-color: #072c4e;
  }

  .cards{

    display: flex;

    width: 260px;

    position: relative;

    /* right: 35px; */

    top: 30px;

  }
  