@font-face {
    font-family: Lora;
    src: url(../fonts/Lora-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.woff') format('woff');
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
}

.icon-tags:before {
    content: "\e7e5";
}

.post-meta .icon-user,.post-meta .icon-tags{
	color: #04696d;
	margin-right: 10px;
}

.post-meta .icon-comment{
	color: #04696d;
	margin-right: 10px;
}

.post-meta>span{
	margin-right: 20px;
}

.post-meta{
	margin-top: 20px;
}

.icon-right1:before {
    content: "\e670";
	font-weight: bold;
}

.blog-bottom-item .icon-right1:before {
    content: "\e670";
	color: #fff;
    position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
    z-index: 99;
}

.icon-left-arrow:before {
    content: "\e83d";
}

.icon-tag:before {
    content: "\e66c";
}

.icon-left1:before {
    content: "\e661";
}

.icon-left:before {
    content: "\e628";
}

.icon-right:before {
    content: "\e642";
}

.icon-time:before {
    content: "\e627";
}

.icon-audio:before {
    content: "\e613";
}

.icon-config:before {
    content: "\e626";
}

.icon-leftquote:before {
    content: "\e778";
}

.icon-service:before {
    content: "\e617";
}

.icon-info:before {
    content: "\e60e";
}

.icon-plus:before {
    content: "\e60d";
}

.icon-check:before {
    content: "\e614";
}

.icon-star:before {
    content: "\e629";
}

.icon-mobile:before {
    content: "\e62a";
}

.icon-phone1:before {
    content: "\e634";
}

.icon-leftquote1:before {
    content: "\e7c8";
}

.icon-calender:before {
    content: "\e600";
}

.icon-linkedin:before {
    content: "\e6ce";
}

.icon-navbar:before {
    content: "\e6fb";
}

.icon-home:before {
    content: "\e7c6";
}

.icon-behance:before {
    content: "\e87a";
}

.icon-googleplus:before {
    content: "\e87b";
}

.icon-Youtube:before {
    content: "\e880";
}

.icon-edit:before {
    content: "\e603";
}

.icon-comment:before {
    content: "\e8e8";
}

.icon-facebook:before {
    content: "\e630";
}

.icon-phone:before {
    content: "\e6a0";
}

.icon-address:before {
    content: "\e636";
}

.icon-quote:before {
    content: "\e635";
}

.icon-navbar1:before {
    content: "\e611";
}

.icon-user:before {
    content: "\e645";
}

.icon-email:before {
    content: "\e66f";
}

.icon-rightquote:before {
    content: "\e663";
}

.icon-close:before {
    content: "\e606";
}

.icon-search:before {
    content: "\e6c8";
}


*,
::after,
::before {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: Lora;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

h2,
h3,
h4,
h5 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw);
	margin-bottom: 25px !important;
}

.post-share-tag {
	margin: 20px;
}

.comment-form-area h4{
	margin: 20px;
}

.consen_menu{
	top: 50px;
    position: fixed;
    width: 100vw;
    background-color: #fff;
    padding: 20px;
	border-bottom: 1px solid #eee;
}

.consen_menu ul, .consen_menu li {
	list-style: none;
}

.consen_menu li {
	height: 40px;
	line-height: 40px;
}

.consen_menu li a{
	display: inline-block;
	width: 100%;
}

.comment-form-area {
	margin-top: 40px;
}

.contact_bg>div{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

blockquote .content::before {
	position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "\e778";
	font-family: iconfont;
    background: #04696d;
    opacity: .06;
    color: #f00;
    font-size: 50px;
}

blockquote .content {
	    padding: 37px 37px 0;
}

.user-name{
	text-align: right;
}

.tags{
	justify-content: flex-end;
	display: flex;
}


.post-tag{
	display: flex;
	align-items: flex-end;
}
.post-tag a{
	display: flex;
	align-items: flex-end;
	margin-left: 15px;
}

.post-social {
	display: flex;
}

.post-social li {
	list-style: none;
	margin-left: 15px;
}

.post-social ul, .post-social li {
	list-style: none;
}

.post-social ul{
	display: flex;
	align-items: flex-end;
}


@media (min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

blockquote {
    margin: 0 0 3rem;
	position: relative;
	padding: 20px 20px 10px;
}

.post-tag a{
	background: #04696d;
    color: #fff;
	border: 1px solid #04696d;
	padding: 2px 8px;
}

.post-tag a:hover {
	background: #fff;
    color: #04696d;
}

.split-line{
	border-top: 1px solid #04696d;
	margin: 20px;
	opacity: 0.3;
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

img {
	width: 100%;
    vertical-align: middle
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,
textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit
}

.contact-area .container-fluid {
	background-color: #fff;
}

.container,
.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

@media (min-width:768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
}

@media (min-width:992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.d-flex {
    display: flex !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .d-sm-block {
        display: block !important
    }
}

@media (min-width:768px) {
    .d-md-block {
        display: block !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
}

body,html {
	overflow-x: hidden
}

html {
	scroll-behavior: smooth
}

body {
	background: #ffff;
	color: #848484;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	font-style: normal;
	font-family: Lora
}

p {
	font-weight: 400;
	font-style: normal
}

h2,h3,h4,h5 {
	color: #04696d;
	font-style: normal;
	margin-bottom: 0;
	margin-top: 11px;
	line-height: 1.2;
	font-weight: 600;
	transition: .5s;
	font-size: 36px
}

a {
	transition: all .3s ease-out 0s
}

a {
	color: #1a1a1a;
	text-decoration: none
}

a:focus {
	text-decoration: none;
	outline: 0
}

a:focus,a:hover {
	text-decoration: none;
	text-decoration: none;
	color: #101010
}

h2 {
	font-size: 40px
}

h3 {
	font-size: 22px;
	margin-top: 0;
}

h4 {
	font-size: 22px
}

h5 {
	font-size: 20px
}

.d-flex {
	display: flex!important
}

ul {
	margin: 0;
	padding: 0
}

ul {
	margin: 0;
	padding: 0
}

input:focus {
	outline-color: #ffde5d;
	border: none
}

textarea:focus {
	border: 1px solid #ffde5d!important;
	outline-color: #ffde5d
}

a,i,li,ul {
	font-style: normal;
	font-weight: 400
}

.mean-container .mean-bar {
	background: #04696d;
	float: left;
	min-height: 60px;
	padding: 4px 0 0;
	position: relative;
	width: 100%;
	z-index: 1
}

.main-logo .logo{
	font-size: 20px;
	font-weight: bold;
}

#menu{
	right: 0;
    left: auto;
    text-align: center;
    text-indent: 0;
    font-size: 20px;
    position: absolute;
    top: 7px;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
    height: auto;
    padding: 8px 18px;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-weight: 700;
	float: right
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #0c1923
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none
}

.mean-container .mean-nav ul li {
	background: #f8f8f8;
	float: left;
	position: relative;
	width: 100%;
	border-top: 1px solid #ddd
}

.mean-container .mean-nav ul li a {
	background: #fff;
	color: #232323;
	display: block;
	float: left;
	font-size: 14px;
	margin: 0;
	padding: 1em 5%;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
	width: 90%
}

.mobile-menu-area {
	background: #262626
}

.mean-container .mean-nav ul li a:hover {
	background: #f8f8f8 none repeat scroll 0 0
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both
}

.mean-container .mean-bar,.mean-container .mean-bar * {
	box-sizing: content-box
}

.mean-container .mean-bar::after {
	color: #fff;
	content: "MENU";
	font-size: 21px;
	left: 5%;
	position: absolute;
	top: 12px
}

.mean-container .mean-bar::after {
	display: none
}

.mean-container .mean-nav ul li a:hover {
	border-radius: 0
}

.mobile-menu-area {
	background: #fff none repeat scroll 0 0
}

.mean-container .mean-nav ul li {
	background: #444
}

.mean-container a.meanmenu-reveal {
	color: #fff
}

.meanmenu-reveal.meanclose:hover {
	color: #fff!important
}

.mean-container .mean-bar .logo {
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	left: 10px;
	position: absolute;
	top: 12px
}


.dark-light {
	cursor: pointer
}

.dark-light span {
	color: #fff;
	font-size: 35px
}

body.dark-theme {
	color: #fff!important
}

.light-theme {
	color: #303030!important
}

.dark-light span {
	color: #000;
	font-size: 35px;
	position: relative;
	top: 5px
}

.dark-light {
	display: inline-block;
	right: -1px;
	top: 20%;
	z-index: 11;
	position: fixed;
	background: #fff;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 50px;
	border-radius: 5px 0 0 5px;
	border: 1px solid #ddd
}

.dark-theme .dark-light {
	background: #04696d;
	border: 1px solid #113260
}

.dark-theme .dark-light span {
	color: #fff!important
}

.dark-theme .dark-light span.light-sun-mode {
	display: none
}

.dark-theme .dark-light span.dark-sun-mode {
	display: inherit!important
}

.dark-theme h2 {
	color: #fff!important
}

.dark-theme h4 {
	color: #fff!important
}

.dark-theme .header-area {
	background: #04696d!important
}

.dark-theme .main-logo .header-logo1 {
	display: none!important
}

.dark-theme .main-logo .header-logo2 {
	display: inherit!important
}

.dark-theme .finweb-menu ul li a {
	color: #fff!important
}

.dark-theme .header-search-button a {
	color: #fff!important
}

.dark-theme .finweb-btn a {
	background: 0 0;
	border: 2px solid #fff
}

.dark-theme .finweb-btn a:hover {
	background: #fff!important;
	border: 2px solid #fff!important;
	color: #04696d!important
}

.dark-theme .finweb-menu ul li a.home-active::before {
	background: #fff!important
}

.dark-theme .finweb-menu ul li a::before {
	background: #fff!important
}

.dark-theme .finweb-menu ul li ul.sub-menu li a {
	color: #1a1a1a!important
}

.dark-theme .finweb-menu ul li ul.sub-menu li a:hover {
	color: #fff!important
}

.dark-theme .front-card-heading h4 {
	color: #04696d!important
}

.dark-theme .about-area {
	background-image: linear-gradient(13deg,#02152f 0,#04696d 100%)
}

.dark-theme .about-inner-item .about-icon-img img {
	filter: brightness(0) invert(1)
}

.dark-theme .about-thume-shape {
	display: none
}

.dark-theme .about-thume-shape2 {
	display: inherit!important;
	z-index: 1
}

.dark-theme .about-btn a:hover {
	border: 2px solid #fff;
	color: #fff!important
}

.dark-theme .project-area {
	background-image: linear-gradient(13deg,#02152f 0,#04696d 100%)
}

.dark-theme .project-menu .active {
	color: #04696d!important;
	background: #fff;
	padding: 3px 14px
}

.dark-theme ul.project-menu li {
	color: #fff!important
}

.dark-theme .team-area {
	background-image: linear-gradient(13deg,#02152f 0,#04696d 100%)
}

.dark-theme .team-content h4 {
	color: #04696d!important
}

.dark-theme .testimonial-area {
	background-image: linear-gradient(13deg,#02152f 0,#04696d 100%)
}

.dark-theme .testi-paragraph p {
	color: #848484!important
}

.dark-theme .testi-member-content h4 {
	color: #1a1a1a!important
}

.dark-theme .pricing-area {
	background-image: linear-gradient(13deg,#02152f 0,#04696d 100%)
}

.dark-theme .pricing-top-content p {
	color: #848484
}

.dark-theme .pricing-middle-content h2 {
	color: #0d0d0d!important
}

.dark-theme .pricing-item-box:hover .pricing-middle-content h2 {
	color: #fff!important
}

.dark-theme .blog-area {
	background-image: linear-gradient(13deg,#02152f 0,#04696d 100%)
}

.dark-theme .blog-content h4 {
	color: #04696d!important
}

.dark-theme .blog-two-area {
	background-image: linear-gradient(13deg,#02152f 0,#04696d 100%)
}

.dark-theme .blog-Recent-Post-content p {
	color: #848484
}

.dark-theme .contact-two-area {
	background-image: linear-gradient(13deg,#02152f 0,#04696d 100%)
}

.dark-theme .contact-area {
	background-image: linear-gradient(13deg,#02152f 0,#04696d 100%)
}

.dark-theme .contact-title h2 {
	color: #04696d!important
}


.mean-nav {
	display: none
}

.politics-logo a {
	color: #fff;
	font-weight: 700;
	font-size: 20px
}

.header-area {
	padding: 26px 0 28px;
	box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100vw;
	background-color: #fff;
}

.header-bottom-logo {
	margin-top: 6px
}

.finweb-menu ul li {
	list-style: none
}

.finweb-menu ul li a {
	font-size: 20px;
	font-weight: 500;
	margin-right: 38px;
	line-height: 45px;
	transition: .4s;
	position: relative;
	padding: 0 0 4px 0
}

.finweb-menu ul li a:hover {
	color: #04696d
}

.finweb-menu ul li a::before {
	content: "";
	position: absolute;
	width: 0%;
	height: 2px;
	display: inline-block;
	background: #04696d;
	left: 0;
	bottom: 0;
	transition: .4s
}

.finweb-menu ul li a:hover::before {
	width: 100%
}

.finweb-menu ul li {
	position: relative
}

.header-search-button {
	margin: 13px 38px 0 2px
}

.header-search-button a {
	color: #1a1a1a;
	font-size: 20px
}

.finweb-btn {
	margin-top: 3px
}

.finweb-btn a {
	background: #04696d;
	color: #fff;
	padding: 15px 32px;
	font-size: 17px;
	font-weight: 500;
	border-radius: 3px;
	line-height: 40px;
	border: 2px solid transparent;
	
	transition: .4s
}

.finweb-btn a:hover {
	background: 0 0;
	border: 2px solid #04696d;
	color: #04696d
}

.hero-btn a {
	background: #fff;
	color: #04696d;
	padding: 16px 32px;
	border-radius: 3px;
	font-size: 17px;
	font-weight: 500;
	border: 2px solid transparent
}

.hero-btn a:hover {
	background: 0 0;
	border: 2px solid #fff;
	color: #fff
}

.hero-btn a span {
	margin-left: 10px;
	font-size: 16px
}

.about-btn {
	margin-top: 50px
}

.about-btn a {
	background: #04696d;
	color: #fff
}

.about-btn a:hover {
	border: 2px solid #04696d;
	color: #04696d
}

.section-title {
	margin-bottom: 10px
}

.section-title .section-main-title {
	margin-top: 0;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 14px
}

.section-title .section-paragraph {
	font-size: 17px
}

.team-section-title {
	margin-bottom: 40px
}

.blog-item-box {
	background: #fafafa;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	margin: 10px;
	border-radius: 5px;
	position: relative
}

.blog-img-thum {
	overflow: hidden
}

.blog-img-thum img {
	width: 100%;
	border-radius: 5px 5px 0 0;
	transition: .5s
}

.blog-solution-text {
	position: static;
    margin-top: 15px;
	margin-left: 20px;
}

.blog-solution-text span {
	background: #04696d;
	color: #fff;
	padding: 5px 14px;
	font-size: 15px;
	border-radius: 3px;
	cursor: pointer;
	transition: .5s
}

.blog-solution-text span:hover {
	background: #fff;
	color: #04696d
}

.blog-content {
	padding: 16px 27px 10px 27px
}

.blog-content h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 22px;
	margin: 0 0 10px;
	margin-bottom: 12px
}

.blog-content .p {
	font-size: 17px;
	line-height: 24px;
	color: #616161
}

.blog-bottom-item {
	display: flex;
	justify-content: space-between;
	padding: 14px 24px 20px 24px;
	border-top: 5px solid #fff;
	position: relative
}

.blog-celender-user ul li {
	list-style: none;
	display: inline-block;
	font-size: 14px;
	color: #616161;
	font-weight: 400
}

.blog-celender-user ul li i {
	color: transparent;
	color: #616161;
	margin-right: 4px
}

.blog-celender-user ul li.celender-1st {
	margin-right: 21px
}

.blog-bottom-btn a {
	color: #fff
}

.blog-item-box:hover .blog-img-thum img {
	transform: scale(1.3);
	border-radius: 5px 5px 0 0
}

.footer-area {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 0 16px;
	overflow: hidden;
	background-color: #04696d;
}

.widgets-company-info-inner .politics-logo {
	margin-bottom: 29px
}

.company-info-desc p {
	margin-bottom: 30px;
	opacity: .851;
	font-size: 16px;
	line-height: 26px;
	color: #fff
}

.widget-social-icon ul li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 3px;
	display: block;
	background: #fff;
	margin-right: 9px;
	transition: .3s;
	color: #04696d
}

.widget-social-icon ul li a:hover {
	color: #fff;
	background: #04696d
}

.widget-nav-menu h4.widget-title {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 26px
}

.menu-quick-link-content {
	margin-left: 22px
}

.menu-quick-link-content ul.footer-widget-list li {
	list-style: disc;
	margin-bottom: 9px;
	color: #fff;
	font-size: 23px
}

.menu-quick-link-content ul.footer-widget-list li a {
	color: #fff;
	transition: .3s;
	border-bottom: 2px solid transparent;
	padding-bottom: 5px;
	opacity: .949;
	font-size: 16px;
	margin-left: -6px
}

.menu-quick-link-content ul.footer-widget-list li a:hover {
	color: #04696d
}

.widget-social-icon {
	margin-bottom: 23px
}

.widget-social-icon ul li {
	list-style: none
}

.row.footer-border {
	border-top: 1px solid #385a88;
	margin-top: 40px
}

.widget-copy-right {
	padding-top: 26px
}

.widget-copy-right p {
	color: #fff;
	opacity: .902
}

.blog-ip-box {
	margin: 0;
	margin-bottom: 30px
}

.blog-two-area {
	padding: 145px 0 20px
}

.blog-categories {
	background: #f9f9f9;
	padding: 40px 40px 40px 40px;
	margin-bottom: 60px
}

.blog-categories h4 {
	background: #04696d;
	color: #fff;
	width: 100%;
	padding: 14px 14px 14px 30px;
	margin-bottom: 25px
}

.blog-categories-list ul li {
	list-style: none
}

.blog-categories-list ul li a {
	margin-bottom: 14px;
	display: block;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 26px;
	color: #04696d;
	font-weight: 500
}

.blog-categories-list ul li a i {
	margin-right: 12px
}

.blog-Recent-Post {
	margin-bottom: 20px
}

.blog-Recent-Post-content h5 {
	font-size: 16px;
	width: 90%;
	margin-bottom: 8px;
	line-height: 24px;
	font-weight: 500
}

.blog-Recent-Post-content p {
	font-size: 14px
}

.contact-area {
	background: #f7f5f6
}

.row.contact_bg {
	padding: 25px 36px 65px;
	background: #fff;
	position: relative;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat
}

.section-title.contact-title {
	margin-bottom: 40px
}

.form_box input {
	border: 1px solid rgba(100,100,100,.3);
	width: 100%;
	height: 50px;
	padding: 26px 20px;
	margin-bottom: 26px;
	outline: 0;
	background: #f7f5f6
}

.contact-left {
	padding: 50px;
	background: #fff;
}

.contact-title h2 {
	font-size: 26px;
	letter-spacing: 0;
	color: #3b1d82;
	font-weight: 700
}

.form_box textarea {
	width: 100%;
	height: 160px;
	padding: 14px 18px;
	outline: 0;
	background: #f7f5f6;
	border: 1px solid rgba(100,100,100,.3)
}

.contact-btn {
	margin-top: 70px
}

.mapouter.fixed-height {
	display: flex;
	height: 100%;
	padding: 30px
}

.mapouter.fixed-height img {
	height: 100%
}

.gmap_canvas {
	width: 100%;
	height: 100%
}

.contact-two-area {
	padding: 65px 0 20px
}

.contact-two-item {
	border: 1px solid #3b1d81;
	padding: 45px 20px 38px;
	margin-bottom: 30px
}

.contact-two-icon {
	margin-bottom: 25px
}

.contact-two-icon i {
	display: inline-block;
	width: 82px;
	height: 82px;
	line-height: 82px;
	background: #04696d;
	color: #fff;
	font-size: 30px;
	border-radius: 50%;
	
	transition: .4s
}

.contact-two-content h4 {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 19px;
	
	transition: .4s
}

.contact-two-content p {
	margin-bottom: 0;
	font-size: 15px
}

.contact-two-item:hover .contact-two-icon i {
	background: #04696d;
	color: #fff
}

.contact-two-item:hover .contact-two-content h4 {
	color: #04696d
}

.sticky {
	left: 0;
	margin: auto;
	position: fixed!important;
	top: 0;
	width: 100%;
	box-shadow: 0 2px 5px -2px rgba(0,0,0,.1);
	background: #fff;
	transition: .5s!important;
	z-index: 922;
	animation: .5s running fadeInUp;
	animation-name: slideInDown
}

.mobile-menu.mean-container {
	overflow: hidden
}

@media (min-width:1200px) and (max-width:1399px) {
	.contact-left {
		padding: 50px 0 50px 35px
	}

	.mapouter.fixed-height {
		padding-left: 70px
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.finweb-menu ul li a {
		font-size: 15px;
		margin-right: 33px
	}

	.blog-ip-area .blog-content p {
		font-size: 14px
	}

	.blog-ip-area .blog-celender-user ul li {
		font-size: 10px
	}

	.blog-categories {
		padding: 40px 40px 40px 20px
	}

	.blog-categories h4 {
		width: 250px;
		padding: 14px 14px 14px 30px
	}

	.blog-categories {
		padding: 40px 0 40px 20px
	}

	.blog-Recent-Post-content h5 {
		font-size: 13px
	}

	.blog-Recent-Post-content p {
		font-size: 12px
	}

	.contact-left {
		padding: 50px 0 50px 30px
	}

	.mapouter.fixed-height {
		height: 811px;
		padding-left: 60px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.header-area {
		display: none
	}

	.blog-content {
		padding: 16px 215px 10px 27px
	}

	.blog-ip-area .blog-content {
		padding: 16px 30px 10px 27px
	}

	.blog-ip-area .blog-content p {
		font-size: 16px
	}

	.blog-ip-area .blog-celender-user ul li {
		font-size: 12px
	}

	.contact-left {
		padding: 50px 15px 50px 35px
	}

	.mapouter.fixed-height {
		padding-left: 0
	}
}

.contact-two-area {
    padding: 125px 0 20px;
}

.blog-details-wrapper h3{
	margin-top: 20px;
}

@media only screen and (max-width:767px) {
	.mean-container .mean-bar{
		min-height: 48px !important;
		height: 48px;
	}

	p {
		margin-bottom: 0.5rem;
	}

	.contact-two-content h4 {
		font-size: 22px
	}

	.last-contact{
		margin-bottom: 0;
	}

	h3 {
		margin-bottom: 10px !important;
		font-size: 20px !important;
	}

	.blog-two-area, .contact-two-area {
		padding: 65px 0 20px
	}

	.blog-content {
		padding: 0 10px;
	}

	.post-meta{
		margin-top: 10px !important;
	}

	blockquote .content {
		padding: 37px 0 0;
	}

	.blog-details-wrapper h3{
		margin-top: 5px;
		margin-bottom: 15px !important;
	}

	.post-share-tag {
		margin-top: 0 !important;
	}

	.post-tag div{
		display: flex;
		justify-content: flex-start;
		margin-top: 10px;
		width: 100%;
	}

	.post-tag{
		flex-direction: column;
	}

	.post-tag h4{width: 100%;margin-bottom: 10px;}

	.post-social{
		margin-top: 20px;
	}

	.comment-form-area h4 {
		margin: 10px;
	}

	.blog-solution-text {
		margin-left: 10px;
	}

	.post-tag a:first-child{
		margin-left: 0;
	}
}
@media only screen and (min-width:600px) and (max-width:767px) {
	.header-area {
		display: none
	}

	.blog-content {
		padding: 16px 73px 10px 27px
	}

	.company-info-desc p {
		width: 80%
	}

	.contact-left {
		padding: 50px 35px 50px 35px
	}

	.mapouter.fixed-height {
		padding-left: 0
	}
}

@media only screen and (min-width:480px) and (max-width:599px) {
	.header-area {
		display: none
	}

	.hero-btn a {
		padding: 13px 20px
	}

	.section-title .section-main-title {
		font-size: 29px
	}

	.contact-left {
		padding: 50px 35px 50px 35px
	}

	.mapouter.fixed-height {
		padding-left: 0
	}

	.contact-title h2 {
		font-size: 25px
	}
}

.post-tag div{
	display: flex;
	flex-direction: row;
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.header-area {
		display: none
	}

	.hero-btn a {
		padding: 14px 20px;
		font-size: 14px
	}

	.section-title .section-main-title {
		font-size: 19px
	}

	.section-title .section-paragraph {
		font-size: 10px
	}

	.blog-content h4 {
		font-size: 20px;
		line-height: 24px;
	}

	.blog-content p {
		font-size: 16px;
		line-height: 20px
	}

	.post-share-tag .row>*{
		padding: 0;
	}

	.contact-btn {
		margin-top: 30px;
	}

	.blog-categories {
		padding: 30px 14px 20px 14px
	}

	.blog-categories h4 {
		font-size: 20px;
		width: 100%
	}

	.blog-Recent-Post-content h5 {
		font-size: 13px
	}

	.contact-left {
		padding: 0 20px 35px !important
	}

	.row.contact_bg {
		padding: 25px 20px 25px
	}

	.blog-categories {
		margin-bottom: 30px;
	}

	.tags{
		padding-right: 10px !important;
	}

	.contact-title h2 {
		font-size: 20px;
		font-weight: 800
	}
}

.contact-area form{
	max-width: 1200px;
	margin: 0 auto;
}

.pagination ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 20px;
}

.pagination ul li{
	list-style: none;
	border: 1px solid #e5e5e5;
	margin: 0 5px;
}

.pagination ul li a{
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	list-style: none;
}
.pagination ul li a:hover{
	background: #04696d;
    color: #fff;
}



@media (min-width:1024px) {
  .phoneCont{
    display: none !important;
  }
}

.positionFixed {
    bottom: 0px;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center;
}

.ad-div {
    margin-bottom: 20px;
    width: 100%;
	min-height: 250px;
	clear: both;
}

.t_de {
  clear: both;
    height: 0.2rem;
	width: 100%;
    max-width: 100%;
    line-height: 0.3rem;
    font-size: 0.6rem;
    padding: 0.5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center;
}

.grecaptcha-badge {
    visibility: hidden;
}