/*=====================
SERVICE AREA CSS
======================*/
.service_area {
	overflow: hidden;
	padding: 0px 0 0px;
	background: #fff;
}
.section_title {
    padding-bottom: 30px;
    font-size: 35px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 36px;
    letter-spacing: 2px;
}
.single_service {
	overflow: hidden;
	padding: 48px 25px 32px;
	text-align: center;
	margin-bottom: 30px;
	transition: .5s;
	box-shadow: 0 0 19px rgba(0,0,0,0.15);
	position: relative;
	z-index: 1;
}
.single_service:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.40);
}
.service_icon {
	position: relative;
	margin-bottom: 20px;
}
.service_icon span {
	font-size: 38px;
	color: #151515;
	display: inline-block;
	text-align: center;
	text-align: center;
	transition: .5s;
	padding-top: 5px;
}
.single_service:hover .service_icon span{
	background:#fff;
	color:#000;
}
.sercive_content {}
.sercive_content h2 {
	padding: 0px 0 14px;
	margin: 0;
	font-size: 18px;
}
.sercive_content p {
	padding: 0 3px 5px;
}

.single_service:after {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    z-index: -1;
}
.single_service:hover:after {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}
.single_service:before {
    bottom: 20px;
    content: "";
    left: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    right: 10px;
    top: 20px;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    z-index: -1;
}

.single_service:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}

.em_feature_flipbox {
	margin-bottom: 30px;
	perspective: 1000px;
	position: relative;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	z-index: 9899999;
}

.em_feature_flipbox .feature_flipbox_font,
.em_feature_flipbox .feature_flipbox_back {
	min-height: 299px;
	height: auto;
	box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotateX(0);
	-webkit-transform: rotateX(0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: transform .7s ease,-webkit-transform .7s ease;
}

.em_feature_flipbox .feature_flipbox_font {
	background: #fff;
}

.em_feature_flipbox .feature_flipbox_inner {
	text-align: center;
	padding: 0 11px;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	perspective: inherit;
	-webkit-perspective: inherit;
	outline: transparent solid 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	z-index: 2;
}
.feature_flipbox_icon img {
	width: 60px;
	text-align: center;
	display: inline-block;
	transform: rotate(313deg);
	overflow: hidden;
}
.feature_flipbox_icon {
	font-size: 30px;
	height: 80px;
	width: 80px;
	text-align: center;
	display: inline-block;
	line-height: 80px;
	border-radius: 50% 50% 0% 50%;
	transform: rotate(-313deg);
	background: #00b0e2;
	color: #fff;
}
.feature_flipbox_icon i {
	transform: rotate(313deg);
}
.em_feature_flipbox .em-feature-title h2 {
	font-size: 18px;
	padding-bottom: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	overflow: hidden;
	margin: 41px 0 15px;
	font-weight: 500;
}

.em_feature_flipbox .feature_flipbox_back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #00b0e2;
	border-radius: 2px;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.em_feature_flipbox .feature_flipbox_back .frb-batton a {
	color: #fff;
	text-transform: uppercase;
	margin-top: 15px;
	background: transparent;
	color: #fff;
	display: inline-block;
	padding: 5px 21px;
	border-radius: 30px;
	border: 2px solid #fff;
	transition: .5s;
	font-size: 13px;
	letter-spacing: 1px;
}
.em_feature_flipbox .feature_flipbox_back .frb-batton a:hover {
	color: #000;
	border-color: #fff;
	background: #fff;
}

.em_feature_flipbox .feature_flipbox_back .frb-batton a i {
	display: none;
}

.em_feature_flipbox .feature_flipbox_back .em-feature-title h2 {
	padding-bottom: 16px;
	padding-top: 0;
	color: #fff;
	margin-bottom: 0;
}
.em_feature_flipbox .feature_flipbox_back .em-feature-desc p{
	color:#fff;
}
.em_feature_flipbox:hover .feature_flipbox_font {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.em_feature_flipbox:hover .feature_flipbox_back {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
/*====================================================
--<	Techno Blog Area Css -->
======================================================*/
.single_blog {
    border: 1px solid #ebebeb;
    overflow: hidden;
	transition:.5s;
}
.single_blog_content{
    background: #fff;
}
.single_blog:hover {
    border-color: transparent;
    box-shadow:0 5px 30px rgba(0,0,0,0.2);
}
.blog_page_title h3 {
    font-size: 21px;
    transition: .5s;
}
.blog_page_title a {
    font-weight: 700;
}
.single_blog_thumb img {
    width: 100%;
}
.blog_page_button a {
    font-size: 15px;
    transition: .5s;
    color: #616161;
}
.blog_page_button.style_two a {
    font-size: 15px;
    transition: .5s;
    color: #0c5adb;
    border: 1px solid #0c5adb;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 30px;
}
.blog_page_button a i {
    margin-left: 6px;
}
.blog_page_button a:hover {
    color:#0C5ADB;
}
.blog_page_title a:hover {
    color:#0C5ADB;
}
.techno_blog_meta a {
    color: #616161;
	transition:.3s;
	position:relative;
}
.techno_blog_meta a:before {
    position: absolute;
    right: -6px;
    height: 14px;
    width: 1px;
    background: #666;
    content: "";
    top: 5px;
}
.techno_blog_meta a:hover{
	color:#0C5ADB;
}

/*odoo blog*/
.blog_area{
    background: #fff;
    margin-bottom: 80px;
}
.blog-page-title {
}

.blog_description p {
    margin-bottom: 10;
}

.blog_btn a {
    background-color: #00b9e4;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1;
    padding: 9px 16px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid transparent;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 1;
}

.blog_btn a::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    transition: .3s;
    z-index: -1;
    transform: scale(0);
}

.blog_btn a i {
    font-size: 16px;
    padding-top: 0px;
    transition: .3s;
}

.blog_btn a:hover::before {
    transform: scale(1);
}

.blog_btn a:hover {
    color: #00b9e4;
}

.blog-black .blog-page-title h2 a {
    color: #fff;
}
/* Style Blog All */
.techno_blog_meta.shado_bg {
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.11);
    padding: 10px 12px;
    position: relative;
    margin-top: -26px;
    background: #fff;
    border-radius: 5px;
}
.single_blog_thumb.el_thumb {
    overflow: hidden;
}
.single_blog_thumb.el_thumb img{
	transition:.5s;
	overflow:hidden;
}
.single_blog:hover .single_blog_thumb.el_thumb img{
	transform: scale(1.2);
}
.single_blog_date {
    position: absolute;
    right: 0;
    top: 0;
}
.single_blog_date_inner {
    background: #0c5adb;
    display: inline-block;
    padding: 2px 15px 10px;
}
.color2 .single_blog_date_inner {
    background: #fd8424;
}
.color3 .single_blog_date_inner {
    background: #d83030;
}
.single_blog_date_inner h3 {
    color: #fff;
}
.single_blog_date_inner span {
    display: block;
    color: #fff;
}
/*blog area style two*/
.single-blog-box {
    overflow: hidden;
    filter: drop-shadow(0 0 40px rgba(125,149,188,0.1));
    background-color: #ffffff;
    border-radius: 5px;
    transition: .5s;
    margin-bottom: 30px;
}
/*blog thumb*/
.single-blog-thumb {
    transition: .5s;
    overflow: hidden;
}
.single-blog-thumb img {
    width: 100%;
    overflow: hidden;
    transition: .5s;
}
/*blog content*/
.em-blog-content {
    padding: 12px 30px 25px;
    border-radius: 5px;
}

/*meta blog text*/
.meta-blog-text p {
    padding: 0 0 0 25px;
    margin: 0;
    position: relative;
    z-index: 1;
}
.meta-blog-text p:before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 55%;
    height: 55%;
    background: url(assets/images/date.png);
    background-repeat: no-repeat;
    background-size: contain;
}
/*em blog title*/
.em-blog-title h2 {
    font-size: 22px;
    padding: 4px 0 0;
}
.em-blog-title h2 a {
    font-size: 22px;
    color: #232323;
    display: inline-block;
    font-weight: 700;
    transition: .5s;
}
.em-blog-text p {
    display: inline-block;
    padding: 14px 0 22px;
    border-bottom: 1px solid  rgba(125,149,188,0.1);
    margin-bottom: 11px;
}
/*em blog icon*/
.em-blog-icon {
    display: inline-block;
    float: left;
}
.em-blog-thumb {
    float: left;
}
.em-blog-icon-title {
    display: inline-block;
}
.em-blog-icon-title h6 {
    font-size: 16px;
    margin-left: 10px;
}
/*blog button*/
.blog-button {
    text-align: right;
    padding: 6px 0 0;
}
.blog-button a {
    display: inline-block;
    color: #232323;
    text-decoration: underline;
    transition: .5s;
}
.blog-button a i {
    display: inline-block;
    font-size: 16px;
    padding: 0 0 0 5px;
    position: relative;
    top: 2px;
    color: #153AC8;
}
/*blog all hover*/
.single-blog-box:hover .em-blog-title h2 a {
    color: #0c5adb;
    text-decoration: underline;
}
.single-blog-box:hover .blog-button a {
    color: #0c5adb;
}
.single-blog-box:hover .single-blog-thumb img {
        transform: scale(1.1);
}
.single-blog-box:hover {
    filter: drop-shadow(0 0 13px rgba(125,149,188,0.2));
}
/*blog owl carousel*/

.blog-area.blog-new .owl-carousel .owl-dots.disabled, .blog-area.blog-new .owl-carousel .owl-nav.disabled {
    display: inline-block;
}
 .blog-area.blog-new .owl-prev i {
    background-image: linear-gradient(to left, #2475FC, #1129B9);
    border-radius: 5px;
    height: 50px;
    width: 50px;
    z-index: 1;
    transition: all 0.3s ease 0s;
    line-height: 50px;
    color: #fff;
    border: 2px solid #FFF;
    text-align: center;
    font-size: 25px;
}
 .blog-area.blog-new .owl-next i {
    background-image: linear-gradient(to left, #2475FC, #1129B9);
    border-radius: 5px;
    height: 50px;
    width: 50px;
    z-index: 1;
    transition: all 0.3s ease 0s;
    line-height: 50px;
    color: #fff;
    border: 2px solid #FFF;
    text-align: center;
    font-size: 25px;
}
.blog-area.blog-new .owl-next {
    position: absolute;
    top: -83px;
    right: 15px;
}
.blog-area.blog-new .owl-prev {
    position: absolute;
    top: -83px;
    right: 80px;
    left: inherit;
}
.blog-area.blog-new .owl-carousel:hover .owl-prev {
    left: inherit;
}
/*blog area style two*/
.blog-area .contact_from {
    background: #0C5ADB;
    padding: 30px 37px 5px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.blog-area .form_box input {
    width: 100%;
    height: 52px;
    padding-left: 15px;
    background: #3D7BE2;
    border: 0;
    border-radius: 5px;
    color: #fff;
    transition: .5s;
}
.blog-area .form_box input::placeholder {
    color: #fff;
}
/*contact title*/
.blog-area .contact-form-title h2 {
    font-size: 35px;
    color: #ffffff;
}
.blog-area .contact-form-title p {
    font-size: 18px;
    color: #fff;
    padding: 18px 0 20px;
}
.contact-form-icon {
    padding: 0 0 20px;
}
.blog-area .contact-form-icon i {
    font-size: 48px;
    color: #fff;
    display: inline-block;
    line-height: 136px;
    width: 123px;
    height: 115px;
    padding: 0 0 0 23px;
    position: relative;
    z-index: 1;
}
.blog-area .contact-form-icon i:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(assets/images/contact.png);
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
}
/*contact form shape*/
.contact-form-shape {
    position: absolute;
    top: 75px;
    right: 60px;
}
/*blog box*/
.style-two .em-blog-content {
    padding: 32px 30px 25px;
    border-radius: 5px;
}

/*blog post*/
.style-two .meta-blog-post {
    background: #0B59DB;
    padding: 16px 18px 16px;
    border-radius: 3px;
    position: absolute;
    z-index: 11;
    bottom: 178px;
    left: 2px;
    right: 0;
    margin: auto;
    width: 87%;
}
.style-two .meta-blog-text1 {
    display: inline-block;
}
.style-two .meta-blog-text1 p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}
.style-two .meta-blog-text1 p i {
    color: #fff;
    font-size: 14px;
    padding-right: 8px;
}
.style-two .meta-blog-comment {
    display: inline-block;
    padding: 0 0 0 30px;
}
.style-two .meta-blog-comment span {
    font-size: 14px;
    color: #fff;
}
.style-two .meta-blog-comment span i {
    margin-right: 8px;
    display: inline-block;
}
.style-two .em-blog-title h2 a {
    line-height: 1.5;
}
.style-two .em-blog-text p {
    display: inline-block;
    padding: 10px 0 0px;
    border-bottom: 0;
    margin-bottom: 0;
}
.style-two .single-blog-box:hover .em-blog-title h2 a {
    color: #0c5adb;
    text-decoration: inherit;
}
/*blog area style three */
.up.blog-area.blog-new {
    background: #F8F8FF;
}

/*==========================================
    Key Issues area  Css  
 ==========================================*/

.key-issues-area. key-issues-title {
    padding-top: 10px;
    color: #272727;
    font-size: 14px;
    font-family: Noto Sans JP, sans-serif;
}
.key-issues-area h4 {
    font-size: 32px;
    font-weight: 600;
    color: #272727;
    font-family: Noto Sans JP, sans-serif;
}

.key-issues {
    font-size: 16px;
    color: #272727;
    font-family: Noto Sans JP, sans-serif;
    margin-top: 20px;
    line-height: 30px;

}
.blog_reply ::-moz-selection {
    color: #151948;
}
.blog_reply ::-moz-selection {
    color: #151948;
}
.blog_reply ::selection {
    color: #151948;
}
.blog_reply::placeholder {
    color: #151948;
}
.blog_reply ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #151948;
}
.blog_reply ::-moz-placeholder {
    /* Firefox 19+ */    
    color: #151948;
}
.blog_reply :-ms-input-placeholder {
    /* IE 10+ */
    color: #151948;
}
.blog_reply :-moz-placeholder {
    /* Firefox 18- */
    color: #151948;
}
/* Padding Top Css */
.pt-350{padding-top:350px;}
.pt-300{padding-top:300px;}
.pt-280{padding-top:280px;}
.pt-250{padding-top:250px;}
.pt-220{padding-top:220px;}
.pt-190{padding-top:190px;}
.pt-180{padding-top:180px;}
.pt-170{padding-top:170px;}
.pt-160{padding-top:160px;}
.pt-150{padding-top:150px;}
.pt-140{padding-top:140px;}
.pt-130{padding-top:130px;}
.pt-120{padding-top:120px;}
.pt-115{padding-top:115px;}
.pt-110{padding-top:110px;}
.pt-100{padding-top:100px;}
.pt-95{padding-top:95px;}
.pt-90{padding-top:90px;}
.pt-85{padding-top:85px;}
.pt-80{padding-top:80px;}
.pt-75{padding-top:75px;}
.pt-70{padding-top:70px;}
.pt-65{padding-top:65px;}
.pt-60{padding-top:60px;}
.pt-55{padding-top:55px;}
.pt-50{padding-top:50px;}
.pt-45{padding-top:45px;}
.pt-40{padding-top:40px;}
.pt-35{padding-top:35px;}
.pt-30{padding-top:30px;}
.pt-25{padding-top:25px;}
.pt-20{padding-top:20px;}
.pt-15{padding-top:15px;}
.pt-10{padding-top:10px;}
/* Padding Bottom Css */
.pb-350{padding-bottom:350px;}
.pb-250{padding-bottom:250px;}
.pb-210{padding-bottom:210px;}
.pb-200{padding-bottom:200px;}
.pb-180{padding-bottom:180px;}
.pb-170{padding-bottom:170px;}
.pb-160{padding-bottom:160px;}
.pb-150{padding-bottom:150px;}
.pb-140{padding-bottom:140px;}
.pb-135{padding-bottom:135px;}
.pb-130{padding-bottom:130px;}
.pb-120{padding-bottom:120px;}
.pb-110{padding-bottom:110px;}
.pb-100{padding-bottom:100px;}
.pb-95{padding-bottom:95px;}
.pb-90{padding-bottom:90px;}
.pb-85{padding-bottom:85px;}
.pb-80{padding-bottom:80px;}
.pb-75{padding-bottom:75px;}
.pb-70{padding-bottom:70px;}
.pb-65{padding-bottom:65px;}
.pb-60{padding-bottom:60px;}
.pb-55{padding-bottom:55px;}
.pb-50{padding-bottom:50px;}
.pb-45{padding-bottom:45px;}
.pb-40{padding-bottom:40px;}
.pb-35{padding-bottom:35px;}
.pb-30{padding-bottom:30px;}
.pb-25{padding-bottom:25px;}
.pb-20{padding-bottom:20px;}
.pb-15{padding-bottom:15px;}
.pb-10{padding-bottom:10px;}
/* Padding Left Css */
.pl-120{padding-left:120px;}
.pl-110{padding-left:110px;}
.pl-100{padding-left:100px;}
.pl-90{padding-left:90px;}
.pl-80{padding-left:80px;}
.pl-70{padding-left:70px;}
.pl-60{padding-left:60px;}
.pl-50{padding-left:50px;}
.pl-40{padding-left:40px;}
.pl-35{padding-left:35px;}
.pl-30{padding-left:30px;}
.pl-25{padding-left:25px;}
.pl-20{padding-left:20px;}
.pl-15{padding-left:15px;}
.pl-10{padding-left:10px;}
/* Padding Right Css */
.pr-120{padding-right:120px;}
.pr-110{padding-right:110px;}
.pr-100{padding-right:100px;}
.pr-90{padding-right:90px;}
.pr-80{padding-right:80px;}
.pr-70{padding-right:70px;}
.pr-60{padding-right:60px;}
.pr-50{padding-right:50px;}
.pr-40{padding-right:40px;}
.pr-35{padding-right:35px;}
.pr-30{padding-right:30px;}
.pr-25{padding-right:25px;}
.pr-20{padding-right:20px;}
.pr-15{padding-right:15px;}
.pr-10{padding-right:10px;}

/* Margin Top Css */
.mt-200{margin-top:200px;}
.mt-190{margin-top:190px;}
.mt-180{margin-top:180px;}
.mt-170{margin-top:170px;}
.mt-160{margin-top:160px;}
.mt-150{margin-top:150px;}
.mt-140{margin-top:140px;}
.mt-130{margin-top:130px;}
.mt-120{margin-top:120px;}
.mt-110{margin-top:110px;}
.mt-100{margin-top:100px;}
.mt-95{margin-top:95px;}
.mt-90{margin-top:90px;}
.mt-80{margin-top:80px;}
.mt-75{margin-top:75px;}
.mt-70{margin-top:70px;}
.mt-65{margin-top:65px;}
.mt-60{margin-top:60px;}
.mt-55{margin-top:55px;}
.mt-50{margin-top:50px;}
.mt-45{margin-top:45px;}
.mt-40{margin-top:40px;}
.mt-35{margin-top:35px;}
.mt-30{margin-top:30px;}
.mt-25{margin-top:25px;}
.mt-20{margin-top:20px;}
.mt-15{margin-top:15px;}
.mt-10{margin-top:10px;}

/* Margin Bottom Css */
.mb-200{margin-bottom:200px;}
.mb-190{margin-bottom:190px;}
.mb-180{margin-bottom:180px;}
.mb-170{margin-bottom:170px;}
.mb-160{margin-bottom:160px;}
.mb-150{margin-bottom:150px;}
.mb-140{margin-bottom:140px;}
.mb-130{margin-bottom:130px;}
.mb-120{margin-bottom:120px;}
.mb-110{margin-bottom:110px;}
.mb-100{margin-bottom:100px;}
.mb-95{margin-bottom:95px;}
.mb-90{margin-bottom:90px;}
.mb-80{margin-bottom:80px;}
.mb-75{margin-bottom:75px;}
.mb-70{margin-bottom:70px;}
.mb-65{margin-bottom:65px;}
.mb-60{margin-bottom:60px;}
.mb-55{margin-bottom:55px;}
.mb-50{margin-bottom:50px;}
.mb-45{margin-bottom:45px;}
.mb-40{margin-bottom:40px;}
.mb-35{margin-bottom:35px;}
.mb-30{margin-bottom:30px;}
.mb-25{margin-bottom:25px;}
.mb-20{margin-bottom:20px;}
.mb-15{margin-bottom:15px;}
.mb-10{margin-bottom:10px;}

/* Margin Left Css */
.ml-200{margin-left:200px;}
.ml-190{margin-left:190px;}
.ml-180{margin-left:180px;}
.ml-170{margin-left:170px;}
.ml-160{margin-left:160px;}
.ml-150{margin-left:150px;}
.ml-140{margin-left:140px;}
.ml-130{margin-left:130px;}
.ml-120{margin-left:120px;}
.ml-110{margin-left:110px;}
.ml-100{margin-left:100px;}
.ml-95{margin-left:95px;}
.ml-90{margin-left:90px;}
.ml-80{margin-left:80px;}
.ml-75{margin-left:75px;}
.ml-70{margin-left:70px;}
.ml-65{margin-left:65px;}
.ml-60{margin-left:60px;}
.ml-55{margin-left:55px;}
.ml-50{margin-left:50px;}
.ml-45{margin-left:45px;}
.ml-40{margin-left:40px;}
.ml-35{margin-left:35px;}
.ml-30{margin-left:30px;}
.ml-25{margin-left:25px;}
.ml-20{margin-left:20px;}
.ml-15{margin-left:15px;}
.ml-10{margin-left:10px;}

/* Margin Right Css */
.mr-200{margin-right:200px;}
.mr-190{margin-right:190px;}
.mr-180{margin-right:180px;}
.mr-170{margin-right:170px;}
.mr-160{margin-right:160px;}
.mr-150{margin-right:150px;}
.mr-140{margin-right:140px;}
.mr-130{margin-right:130px;}
.mr-120{margin-right:120px;}
.mr-110{margin-right:110px;}
.mr-100{margin-right:100px;}
.mr-95{margin-right:95px;}
.mr-90{margin-right:90px;}
.mr-80{margin-right:80px;}
.mr-75{margin-right:75px;}
.mr-70{margin-right:70px;}
.mr-65{margin-right:65px;}
.mr-60{margin-right:60px;}
.mr-55{margin-right:55px;}
.mr-50{margin-right:50px;}
.mr-45{margin-right:45px;}
.mr-40{margin-right:40px;}
.mr-35{margin-right:35px;}
.mr-30{margin-right:30px;}
.mr-25{margin-right:25px;}
.mr-20{margin-right:20px;}
.mr-15{margin-right:15px;}
.mr-10{margin-right:10px;}


/* sideber css style */
/*======================== manhood WIDGET CSS =========================*/
/*blog list*/ 
.blog-list-area {
    padding: 100px 0 100px;
}
.dreamit-sigle-tmumb img {
    width: 100%;
}
.em-blog-content {
    padding: 26px 0 13px;
}
.meta-blog {
    float: left;
    margin-right: 14px;
}
.meta-blog a {
    color: #616161;
    transition: .3s;
    position: relative;
    font-weight: 400;
}
.meta-blog h2 {
    font-size: 35px;
    margin: 20px 0 25px;
    font-weight:bold;	
}
.meta-blog i {
    display: inline-block;
    color: #39c1f7;
    font-size: 14px;
    margin-right: 8px;
}
.meta-blog span {
    position: relative;
    z-index: 1;
    margin-left: 25px;
}
.meta-blog span:before {
    position: absolute;
    content: "";
    left: -15px;
    top: 4px;
    height: 14px;
    width: 1px;
    background: #616161;
}
.meta-blog-right a {
    position: relative;
    color: #616161;
    font-weight: 400;
    margin-left: 15px;
}
.meta-blog-right a:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background: #616161;
    top: 5px;
    margin: auto;
    left: -15px;
}
.meta-blog-right i {
    display: inline-block;
    font-size: 14px;
    color: #39c1f7;
    margin-right: 8px;
}
.blog-page-title h2 {
    font-size: 30px;
    margin: 20px 0 25px;
}
.blog-page-title a {
    font-weight: 400;
    color: #232323;
    transition: .3s;
}
.blog-page-title span {
    display: inline-block;
    color: #39c1f7;
    position: inherit;
}
span.blog-diteil-text {
    text-decoration: underline;
    color: #39c1f7;
}
.blog-pages {
    background: #F7F7F7;
    padding: 20px 10px 35px 110px;
}
.blog-pages-text h5 {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 22px;
    color:#616161;
    position: relative;
    z-index: 1;
}
.blog-pages-text h5:before {
    position: absolute;
    content: "";
    left: -40px;
    top: 10px;
    background: #39c1f7;
    width: 30px;
    height: 1px;
}
.blog-pages-text h4 {
    font-size: 22px;
    font-family: 'Lato';
    line-height: 36px;
    font-weight: 300;
    position: relative;
    z-index: 1;
}
.blog-pages-text h4:before {
    position: absolute;
    content: "";
    left: -80px;
    top: 20px;
    background: #39c1f7;
    width: 60px;
    height: 1px;
}
.blog-page-text h3 {
    padding: 35px 0 25px;
}
.meta-blog a:hover {
    color: #39c1f7;
}
.meta-blog-right a:hover {
    color: #39c1f7;
}
.blog-page-title h2 a:hover {
    color: #39c1f7;
}
.meta-blog1 {
    float: left;
    margin-right: 14px;
}
.meta-blog1 a {
    color: #616161;
    margin-right: 25px;
    transition: .3s;
    position: relative;
    font-weight: 500;
}
.meta-blog1 a:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background: #616161;
    top: 6px;
    right: -15px;
}
.meta-blog1 a:hover {
    color: #39c1f7;
}
.meta-blog span:hover {
    color: #39c1f7;
}
.blog-page-title1 h2 {
    font-size: 21px;
    margin: 37px 0 19px;
}
.blog-page-title1 h2 a {
    font-weight: 800;
    display: block;
}
.blog-page-title1 h2 a:hover {
    color: #FFB74D;
}
/*categories*/
.search input {
    border: 1px solid #DFDFDF;
    border-radius: 0;
    padding-left: 15px;
    height: 56px;
    width: 100%;
    position: relative;
    color: #616161;
    background: transparent;
    margin-bottom: 40px;
}
button.icons {
    background: #39c1f7;
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 17px;
    top: 28px;
    transform: translateY(-50%);
    height: 54px;
    width: 54px;
}
.widget-sidebar-box {
    padding: 30px 22px 30px;
    border: 1px solid #DFDFDF;
    margin-bottom: 40px;
}
.widget-sidebar-title h2 {
    color: #232323;
    font-size: 22px;
    margin: 0;
    font-family: 'Questrial';
    font-weight: 400;
}
.popular-post-box-inner {
    margin-bottom: 10px;
    padding-bottom: 16px;
}
.popular-post-thumb {
    margin-right: 25px;
}
.popular-post-content a {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    display: inline-block;
    color: #232323;
    font-family: 'Questrial';
}
.popular-post-content span {
    display: block;
    color: #B1B1B1;
    font-size: 14px;
    margin-top: 5px;
}
.popular-post-content span i {
    display: inline-block;
    color: #B1B1B1;
    font-size: 12px;
    margin-right: 8px;
}
.widget-sidebar-box-two {
    padding: 35px 30px 30px;
    border: 1px solid #DFDFDF;
    margin-bottom: 40px;
}
.categories-content ul li {
    list-style: none;
    border-top: 1px solid #DFDFDF;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
}
.categories-content ul li:before {
    position: absolute;
    content: "";
    top: 22px;
    left: 0;
    height: 14px;
    width: 14px;
    border: 2px solid #39c1f7;
    float: left;
}
.categories-content ul li:after {
    position: absolute;
    content: "";
    left: 4px;
    top: 27px;
    width: 5px;
    height: 5px;
    background: #39c1f7;
}
.categories-content ul li a {
    color: #616161;
    padding-left: 25px;
}
.Tags-Cloud-title a {
    display: inline-block;
    color: #616161;
    font-size: 15px;
    font-weight: 400;
    margin: 0 2px 10px 0;
    padding: 10px 30px;
    text-transform: capitalize;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
}
.widget-sidebar-menu {
    border: 1px solid #DFDFDF;
    padding: 30px 22px;
    margin-bottom: 30px;
}
.widget-sidebar-menu a {
    font-size: 15px;
    height: 33px;
    width: 33px;
    line-height: 33px;
    border: 1px solid #DFDFDF;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 7px 6px 0px 0;
}
.widget-sidebar-menu a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #39c1f7;
    margin: auto;
    transform: scale(0);
    transition: .5s;
}
/*widget service box*/
.widget-service-box {
    background: #F7F7F7;
    padding: 25px 30px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.widget-service-box h4 {
    font-size: 24px;
    margin-bottom: 30px;
}
.widget-service-menu ul {
    display: block;
}
.widget-service-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 10px;
    background: #fff;
    height: 58px;
    padding: 16px 20px 0 30px;
    border-left: 3px solid transparent;
    border-radius: 5px;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.widget-service-menu ul li:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #39c1f7;
    transition: .5s;
}
.widget-service-menu ul li a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Rajdhani';
    color: #1c1c1c;
    transition: .5s;
}
.widget-service-menu ul li a i {
    display: inline-block;
    float: right;
}
.widget-service-menu ul li:hover a {
    color: #fff;
}
.widget-service-menu ul li:hover:before {
    width: 100%;
    left: 0;
}
/*sidebar thumb*/
.row.sidebar-bg {
    padding: 30px 30px 30px;
}
.sidebar-thumb {
    margin-bottom: 8px;
}
.row.margin-top4 {
    position: relative;
    margin-top: -18px;
}
.service-details-icon span i {
    display: inline-block;
    font-size: 17px;
    color: #39c1f7;
    margin-right: 6px;
    margin-top: 15px;
}
.single-blog-title2 h2 {
    font-size: 30px;
    padding: 0 0 40px;
}
.single-blog-title2 a {
    font-weight: 400;
    color: #232323;
    transition: .3s;
}
.single-blog-title2 a:hover {
    color: #39c1f7;
}
h3.em-blog-text {
    font-size: 34px;
    padding: 0 0 20px;
}
/*service sidbar*/
.wedget-service-thumb img {
    width: 100%;
}
.wedget-service-thumb {
    position: relative;
    z-index: 1;
}
.widget-text p {
    color: #39c1f7;
}
.widget-title2 {
    border-bottom: 1px solid #39c1f7;
    padding: 0 0 15px;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
}
.widget-title2 h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    margin-top: -5px;
}
.widget-contact-title h2 {
    font-size: 36px;
    color: #fff;
    margin-top: 15px;
}
.widget-contact-title p {
    font-size: 18px;
    color: #fff;
    padding: 20px 0 20px;
}
.widget-button a {
    display: inline-block;
    padding: 11px 27px;
    background: #ffff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    transition: .5s;
}
.widget-button span {
    display: inline-block;
    padding: 11px 20px;
    background: #39c1f7;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-left: -3px;
    font-size: 16px;
    transition: .5s;
    cursor: pointer;
}
.widget-button span:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #03050B;
    transform: scale(0);
    transition: .5s;
}
.widget-button:hover span:before {
    transform: scale(1);
}
.widget-button:hover a {
    background: #39c1f7;
    color: #fff;
}
.widget-service-content {
    position: absolute;
    z-index: 1;
    top: 76px;
    left: 0;
    right: 0;
}
.widget-sidebar-menu a:hover {
    color: #fff;
}
.widget-sidebar-menu a:hover:before {
    transform: scale(1);
}
.Tags-Cloud-title a:hover {
    background: #39c1f7;
    color: #fff;
}
.popular-post-content a:hover {
    color: #39c1f7;
}
.categories-content ul li a:hover {
    color: #39c1f7;
}
/*contact service*/
.contact-service-box {
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #E9E9E9;
    padding: 16px 0 18px;
}
.contact-service-icon {
    position: relative;
    margin-top: -50px;
}
.contact-service-icon i {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    background: #39c1f7;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 18px;
    transition: .5s;
}
.contact-inform-title h4 {
    font-size: 22px;
    padding-bottom: 10px;
}
.contact-service-box:hover .contact-service-icon i {
    transform: rotateY(180deg);
}
/*contact form*/
.single-contact-form-thumb img {
    position: relative;
    margin-left: -100px;
}
.single-contact-form-thumb1 {
    position: relative;
    z-index: 1;
}
.single-contact-form-thumb1 img {
    position: relative;
    margin-left: -150px;
    margin-top: 100px;
}
.inner.single-contact-form-content {
    position: absolute;
    z-index: 1;
    top: 155px;
    left: -110px;
}
.faq-icon1 {
    float: left;
    margin-right: 16px;
}
.faq-icon1 i {
    font-size: 25px;
    color: #39c1f7;
}
.inner .dreamit-contact-title h5 {
    font-size: 26px;
    color: #fff;
    padding: 0 0 38px;
}
.inner .faq-title h3 {
    font-size: 20px;
    padding: 0 0 6px;
    color: #fff;
    margin: 0;
}
.inner.contact-form-box {
    background: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0;
}
.inner .contact-form-title h3 {
    font-size: 32px;
    padding: 0px 0 20px;
}
.inner .contact-form-title p {
    padding: 0 0 12px;
}
.inner .from-box input {
    float: right;
    height: 56px;
    background-color: #fff;
    border-color: transparent;
    transition: .5s;
    border: 1px solid #e6e6e6;
    padding: 6px 20px;
    border-radius: 5px;
    display: block;
    width: 100%;
    color: #00132b;
    margin-bottom: 20px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}
/*==========================================
    dex pricing area  Css  
 ==========================================*/
.pricing-area {
    background: #F3F3F3;
}
.pricing-single-box {
    background: #fff;
    text-align: center;
    padding: 60px 30px 40px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 30px;
}
.pricing-single-box:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #272727;
    transition: .5s;
}
.pricing-single-box:after {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 0;
    width: 0;
    border: 1px solid #39c1f7;
    opacity: 0;
    transition: .5s;
}
/*pricing top*/
.pricing-title h3 {
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    color: #616161;
    padding: 14px 41px 13px;
    background: #F3F3F3;
    top: -11px;
    left: 114px;
    transition: .5s;
}
.pricing-items {
    padding: 33px 0 10px;
    position: relative;
    z-index: 1;
}
.pricing-items:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 183px;
    height: 1px;
    background: #39c1f7;
}
span.tk {
    font-size: 60px;
    font-weight: 600;

    color: #39c1f7;
    transition: .5s;
}
span.curencyp {
    font-size: 30px;
    font-weight: 600;
    color: #39c1f7;
    transition: .5s;
}
span.monthp {
    font-size: 18px;
    font-weight: 400;
    color: #272727;
    transition: .5s;
}
.pricing-text p {
    font-size: 15px;
    font-weight: 300;
    padding: 15px 0 0;
    transition: .5s;
}
/*pricing booy*/
.pricing-featur ul {
    display: block;
    list-style: none;
    padding: 16px 0 0;
}
.pricing-featur ul li {
    display: block;
    padding: 16px 0 0;
    transition: .5s;
}
/*pricing button*/
.pricing-button a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #272727;
    background: #F3F3F3;
    padding: 14px 40px;
    margin-top: 40px;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.pricing-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #39c1f7;
    transform: scale(0);
    transition: .5s;
}
.pricing-hide {
    position: absolute;
    margin-bottom: 18px;
    transition: .5s;
}
.pricing-single-box:hover .pricing-hide {
    position: relative;
}
.pricing-single-box:hover .pricing-button a:before {
    transform: scale(1);
}
.pricing-single-box:hover .pricing-button a {
    color: #272727 !important;
}
.pricing-single-box:hover span.curencyp, .pricing-single-box:hover span.tk, .pricing-single-box:hover
.pricing-featur ul li, .pricing-single-box:hover .pricing-text p {
    color: #fff;
}
.pricing-single-box:hover span.monthp {
    color: #39c1f7;
    font-family: 'Questrial';
}
.pricing-single-box:hover .pricing-title h3 {
    color: #272727;
    background: #39c1f7;
}
.pricing-single-box:hover:before {
    width: 100%;
}
.pricing-single-box:hover:after {
    opacity: 1;
    width: 88%;
    height: 93%;
}
.pricing-single-box:hover {
    margin-top: -10px;
}
/*pricing Box-active*/
.active.pricing-single-box {
    background: #fff;
    text-align: center;
    padding: 60px 30px 40px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-top: -32px;
}
.active.pricing-single-box:before {
    width: 100%;
    height: 100%;
}
.active.pricing-single-box:after {
    width: 88%;
    height: 93%;
    opacity: 1;
}
.active .pricing-title h3 {
    background: #39c1f7;
    color: #272727;
}
.active span.tk {
    color: #fff;
}
.active span.curencyp {
    color: #fff;
}
.active span.monthp {
    color: #39c1f7;
}
.active .pricing-text p {
    color: #fff;
}
/*pricing booy*/
.active .pricing-featur ul li {
    color: #fff;
}
.active li.pricing-hide {
    position: relative;
    margin: 0 60px 0px;
    opacity: 1;
}
/*pricing button*/
.active .pricing-button a {
    background: #39c1f7;
    margin-bottom: 18px;
}
.active.pricing-single-box:hover .pricing-title h3 {
    color: #fff;
    background: #39c1f7;
}
/*blog details*/
.dex-blog-socails {
    border-top: 1px solid #e6e6e6;
    margin-top: 40px;
    padding-bottom: 25px;
    padding-top: 35px;
}
.dex-share {
    float: left;
    margin-top: 3px;
    margin-right: 16px;
}
.dex-share span {
    font-size: 22px;
    color: #272727;
}
.dex-socail-icon a i {
    display: inline-block;
    border: 1px solid #DFDFDF;
    font-size: 15px;
    text-align: center;
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin: 0 4px 0 0px;
    color: #565872;
    transition: .5s;
}
.single-blog-title h3 {
    margin: 0 0 45px;
}
.dex-socail-icon a i:hover {
    background: #39c1f7;
    color: #fff;
}
.dex-prev {
    float: right;
}
/*widget comments*/
.blog-details-comments-box {
    border-bottom: 1px solid #E9E9E9;
    padding: 0 0 22px;
    margin-bottom: 36px;
}
.widget-comments-title h2 {
    font-size: 30px;
    margin-bottom: 12px;
}
.widget-comments-title span {
    color: #39c1f7;
}
.post-comment-thumb {
    float: left;
    margin-right: 20px;
}
.post-title h4 {
    font-size: 20px;
    margin-bottom: 5px;
}
span.left-date {
    color: #39c1f7;
    font-size: 15px;
}
.post-reply p {
    margin-top: 6px;
}
span.right-reply {
    float: right;
    font-family: 'Questrial';
    background: transparent;
    border: 1px solid #39c1f7;
    color: #39c1f7;
    padding: 3px 18px;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    top: -124px;
    cursor: pointer;
}
span.right-reply i {
    display: inline-block;
    transform: rotateY(-180deg);
    margin-right: 6px;
}
/*contact form*/
.style-three.contact-form-box {
    background: #F7F7F7;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 40px 40px 50px;
}
.widget-sidebar-title2 h2 {
    color: #232323;
    font-size: 30px;
    position: relative;
    display: block;
    margin-bottom: 12px;
}
.widget-sidebar-title2 p {
    padding-bottom: 14px;
}
label {
    color: #616161;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
.style-three .from-box input {
    float: right;
    height: 54px;
    background-color: transparent;
    border-color: transparent;
    transition: .5s;
    border-bottom: 1px solid #e6e6e6;
    padding: 6px 20px;
    border-radius: 5px;
    display: block;
    width: 100%;
    font-family: 'Questrial';
    color: #00132b;
    margin-bottom: 16px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}
.style-three .from-box textarea {
    height: 104px;
    width: 100%;
    padding: 15px 22px 0px;
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    font-family: 'Questrial';
    border-radius: 5px;
    background: transparent;
}
label.label-color {
    color: #9DA4A8;
    padding-left: 10px;
}
.style-three .from-box input::placeholder {
    color: #616161;
}
.style-three .from-box textarea::placeholder {
    color: #616161;
}
.style-four .from-box input:focus {
    background: transparent;
    border: 3px solid #FFB74D !important;
    outline-color: none;
    box-shadow: none;
    border-radius: 5px;
}
.style-four .from-box textarea:focus {
    background: transparent;
    border: 3px solid #FFB74D !important;
    outline-color: none;
    box-shadow: none;
}
.contact-button2 button {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 14px 36px;
    background: linear-gradient(to right, #39c1f7 0%, #39c1f7 100%);
    font-family: 'Questrial';
    border: 0;
    margin-top: 20px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.contact-button2 button:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    border-radius: 5px;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0.0, 1);
    opacity: 0;
}
.contact-button2 button i {
    display: inline-block;
    font-size: 16px;
    margin-right: 3px;
}
.contact-button2 button:hover::before {
    transform: scale(1, 1);
    opacity: 1;
    background: #19191b;
    color: #fff;
}
.contact-button2 button:hover {
    color: #fff;
}
/*contact now box*/
.contact-now-area {
    padding: 80px 0 70px;
}
.contact-now-form-box {
    background: #f7f7f7;
    padding: 30px 30px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
}
.contact-now-form-box-inner {
    border: 2px solid #ddd;
    border-radius: 5px;
    transition: .5s;
}
.contact-now-form-icon i {
    display: inline-block;
    font-size: 35px;
    margin-top: 25px;
    color: #ff783c;
}
.contact-now-title {
    padding-bottom: 13px;
}
.contact-now-title h4 {
    font-size: 22px;
    font-family: 'Inter';
    font-weight: 700;
    padding-bottom: 8px;
}
.contact-now-title p {
    font-family: 'Inter';
    margin-bottom: 10px;
}
.contact-now-form-box-inner:hover {
    border: 2px solid #ff783c;
}
.widget-sidebar-title-2 h2 {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Inter';
    padding-bottom: 13px;
}
.widget-sidebar-title-2 p {
    padding: 0 260px 20px;
}
/*project details*/
.project-details-box {
    background: #fff;
    padding: 30px 35px 30px;
    box-shadow: 0 0px 12px rgb(0 0 0 / 22%);
    position: relative;
    margin-top: -74px;
}
.project-details-title h3 {
    font-size: 26px;
    padding-bottom: 16px;
}
.project-details-informaton-inner ul {
    display: inline-block;
    width: 100%;
}
.project-details-informaton-inner ul li {
    display: block;
    list-style: none;
    border-bottom: 1px solid #E9E9E9;
    padding: 14px 0 16px;
}
.project-details-informaton-inner ul li span {
    color: #272727;
}
.project-details-informaton-inner ul li p {
    display: inline-block;
    float: right;
}
li.border-none {
    border-bottom: none !important;
}
.project-share-menu {
    padding-top: 10px;
}
.share-text {
    float: left;
    margin-right: 110px;
}
.share-text p {
    color: #272727;
}
.project-share-menu ul {
    display: inline-block;
}
.project-share-menu ul li {
    display: inline-block;
    list-style: none;
}
.project-share-menu ul li a {
    display: inline-block;
    font-size: 14px;
    color: #616161;
    margin-right: 15px;
    transition: .5s;
}
.project-share-menu ul li a:hover {
    color: #39c1f7;
}
/*project thumb*/
.project-details-thumb {
    padding: 58px 0 0;
}
.project-details-thumb img {
    width: 100%;
}
.project-details-text h2 {
    font-size: 34px;
    padding: 0 0 23px;
}
.blog-pages-1 {
    padding: 1px 10px 24px 85px;
}
/*project-icon-box*/
.project-details-icon-thumb {
    float: left;
    margin-right: 29px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background: #39c1f7;
}
.project-details-icon-thumb img {
    width: 50%;
    filter: brightness(0) invert(1);
}
.projecat-details-title {
    overflow: hidden;
}
.projecat-details-title h4 {
    font-size: 24px;
    margin: 0;
    padding: 0 0 10px;
}
.em-title h2 {
    font-size: 34px;
    padding: 45px 0 35px;
}
/*team detials*/
.team-details-box {
    background: #fff;
    padding: 42px 35px 50px;
    box-shadow: 0 0px 12px rgb(0 0 0 / 22%);
}
.team-details-title h3 {
    font-size: 32px;
    padding-bottom: 4px;
}
.team-details-title span {
    color: #39c1f7;
}
.team-details-title p {
    padding: 22px 0 0;
}
.team-details-informaton-menu ul {
    display: inline-block;
    width: 100%;
}
.team-details-informaton-menu ul li {
    display: block;
    padding: 17px 0 0px;
}
.team-section-title h1 {
    font-size: 32px;
    padding: 20px 0 25px;
}
.teams-title h2 {
    font-size: 32px;
    padding: 20px 0 28px;
}
.prossess-ber-plugin1 {
    padding: 12px 0 0;
}
/*team form area*/
.team-form-area {
    background: #F7F7F7;
    padding: 70px 0 100px;
}
.widget-sidebar-title2 h3 {
    font-size: 32px;
    padding: 0 0 38px;
}
.style-four .from-box input {
    float: right;
    height: 60px;
    background-color: #fff;
    border-color: transparent;
    transition: .5s;
    border: 1px solid #e6e6e6;
    padding: 6px 20px;
    border-radius: 5px;
    display: block;
    width: 100%;
    color: #00132b;
    margin-bottom: 16px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}
.style-four .from-box textarea {
    height: 160px;
    width: 100%;
    padding: 15px 22px 0px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    background: #fff;
}

