.service_sec {
	margin: auto 0;
	background: url(../images/service/Our-Services.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
	position: relative;
	height: 100vh;
	padding: 60px 0px;
}
.service_sec:before {
	/*background: linear-gradient(to bottom, rgba(255, 77, 0, 0.85) 0%, rgba(255, 125, 62, 0.98) 0%, rgba(255, 255, 255, 0) 100%); */
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
}
/** scroll **/
.ser_1
{
	padding: 60px 0;
}
.ser_img1
{
	position: relative;
}
.ser_img2
{
	position: absolute;
    right: 43px;
    top: 21%;
}
.ser_img3
{
	position: relative;
	top: 70px;
	left: 0;
}
.ser_img4
{
	position: absolute;
    right:40px;
    top: -10px;
}
.service_steps001 {
	position: relative;
	background-image: url(../images/service/istock.html);
	background-position: center center;
	background-size: cover;
	
}
.service_steps001:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image: linear-gradient( to right, rgba(30, 63, 96, 0.85)  50%, #FFF 50%);
	}
.service_steps002 {
	position: relative;
	background-image: url(../images/service/asts4.html);
	background-position: center;
	background-size: contain;
}
.service_steps002:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image: linear-gradient( to right, #fff 50%, #A3CB3999  50%);
}
.service_steps003 {
	position: relative;
	background-image: url(../images/service/asts3.html);
	background-position: center center;
	background-size: contain;
}
.service_steps003:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image: linear-gradient( to right, rgba(30, 63, 96, 0.85)  50%, #FFF 50%);
}
.service_steps004 {
	position: relative;
	background-image: url(../images/service/asts4.html);
	background-position: center;
	background-size: contain;
}
.service_steps004:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image: linear-gradient( to right, #fff 50%, #A3CB3999  50%);
}
.service_steps005 {
	position: relative;
	background-image: url(../images/service/asts3.html);
	background-position: center center;
	background-size: contain;
}
.service_steps005:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image: linear-gradient( to right, rgba(30, 63, 96, 0.85)  50%, #FFF 50%);
}
.service_steps006 {
	position: relative;
	background-image: url(../images/service/asts4.html);
	background-position: center;
	background-size: contain;
}
.service_steps006:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image: linear-gradient( to right, #fff 50%, #A3CB3999  50%);
}
.service_steps007 {
	position: relative;
	background-image: url(../images/service/asts3.html);
	background-position: center center;
	background-size: contain;
}
.service_steps007:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image: linear-gradient( to right, rgba(30, 63, 96, 0.85)  50%, #FFF 50%);
}
.service_steps008 {
	position: relative;
	background-image: url(../images/service/asts4.html);
	background-position: center;
	background-size: contain;
}
.service_steps008:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image: linear-gradient( to right, #fff 50%, #A3CB3999  50%);
}
.rightAlign {
	float: right;
}
.leftAlign {
	float: left;
}
.chatbot_appln h1
{
	color: #163a5c;
    font-family: calibri;
    font-size: 33px;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-align: center;
}
.chatbot_appln h3
{
	color: #163a5c;
   font-family: calibri;
    font-size: 20px;
    text-transform: capitalize;
    text-align: center;
}
.animateBlock {
	margin-top: 20px;
	display: inline-block;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	-webkit-transition: all .55s ease-in;
	-moz-transition: all .55s ease-in;
	-ms-transition: all .55s ease-in;
	-o-transition: all .55s ease-in;
	transition: all .55s ease-in;
}
.animateBlock.left {
	left: -20%;
}
.animateBlock.right {
	right: -20%;
}
.left.animated {
	left: 13%;
	opacity: 1;
	filter: alpha(opacity=100);
}
.right.animated {
	right: 0%;
	opacity: 1;
	filter: alpha(opacity=100);
}
.Service_Text h4
{
    color: #A3CB39;
    margin: 20px 0 10px 0;
}
.Service_Text {
	width: auto;
	padding-left: 15px;
	padding-top: 0px;
	text-align: left;
	margin-bottom: 20px;
	position: relative;
}
.Service_Text2 {
	padding-right: 15px;
}
.Service_Text h3 {
	
	    font-size: 35px;
    margin-bottom: 15px;
    color: #2392d0;
    /*text-shadow: -4px 3px 0 #eee;*/
    font-family: calibri;
}
.Service_Text span
{
	   color:#04cb89;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.service_list001 {
	position: relative;
	float: left;
	margin-bottom: 15px;
	overflow: hidden;
}
.service_list001 ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.service_list001 li {
	position: relative;
/*	border-bottom: 1px dotted #eee;*/
	margin-bottom: 5px;
	float: left;
	width: 100%;
}
.service_list001 i {
	position: relative;
	float: left;
	margin-right: 10px;
	/*background: #e6e7e8;*/
	padding: 5px;
	color: #163a5c;
	top: 2px;
	border-radius: 5px;
	font-size: 12px;
}
.service_list001 p {
	position: relative;
	overflow: hidden;
}
.service_list002 {
	position: relative;
	float: left;
	margin-bottom: 15px;
	overflow: hidden;
}
.service_list002 ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.service_list002 li {
	position: relative;
	border-bottom: 1px dotted #eee;
	margin-bottom: 5px;
	float: left;
	width: 100%;
	text-align: right;
}
.service_list002 i {
	position: relative;
	float: right;
	margin-left: 10px;
	background: #e6e7e8;
	padding: 5px;
	color: #163a5c;
	top: 2px;
	border-radius: 5px;
	font-size: 12px;
}
.service_list002 p {
	position: relative;
	overflow: hidden;
}
.service_btn {
}
.service_btn002 {
	float: right;
}
.service_btn a {
	border: 2px solid #A3CB39;
	color: #000;
	padding: 10px 28px;
	text-transform: capitalize;
}
.buttonfx2 {
	float: right;
}
.buttonfx {
	/*color: #fff;
	outline: none;
	background: #163a5c;
	border: none;
	border-bottom: 2px solid #A3CB39;*/
	font-weight: 500;
    color: #A3CB39;
    border: 2px solid #A3CB39;
    padding: 11px 28px;
    border-radius: 40px;
	letter-spacing: 0.0625em;
	padding: 8px 28px;
	/*text-transform: uppercase;*/
	font-family: calibri;
	line-height: 2;
	position: relative;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 0px;
	cursor: pointer;
	text-decoration: none;
	overflow: hidden;
	transition: all .5s;
	font-size: 18px;
    text-transform: capitalize;
}
/* //// Default effect: Slide from Top  //// */

.buttonfx:before, .buttonfx:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	/*background: #259f6c;*/ /* onhover background color */
	z-index: -1;
	transform: translate3D(0, -100%, 0); /* move elements above button so they don't appear initially */
	transition: all .5s;
}
.buttonfx:before {
	background: #fff; /* button default background color */
	z-index: -2;
	transform: translate3D(0, 0, 0);
}
.buttonfx:hover {
	background-color: #A3CB39;
    color: #fff;
}
.buttonfx:hover:after {
	transform: translate3D(0, 0, 0);
	transition: all .5s;
}
.first_letter {
	position: relative;
}
.first_letter:before {
	position: absolute;
	content: 'M';
	right: 0px;
	top: 156px;
	color: rgba(230, 231, 232, 0.3215686274509804);
	font-size: 32em;
	font-family: calibri;
}
.second_letter {
	position: relative;
}
.second_letter:before {
	position: absolute;
	content: 'W';
	left: 0px;
	top: 156px;
	color: rgba(230, 231, 232, 0.3215686274509804);
	font-size: 32em;
	font-family: calibri;
}
.third_letter {
	position: relative;
}
.third_letter:before {
	position: absolute;
	content: 'A';
	right: 0px;
	top: 156px;
	color: rgba(230, 231, 232, 0.3215686274509804);
	font-size: 32em;
	font-family: calibri;
}
.four_letter {
	position: relative;
}
.four_letter:before {
	position: absolute;
	content: 'B';
	left: 0px;
	top: 156px;
	color: rgba(230, 231, 232, 0.3215686274509804);
	font-size: 32em;
	font-family: calibri;
}
.five_letter {
	position: relative;
}
.five_letter:before {
	position: absolute;
	content: 'B';
	right: 0px;
	top: 156px;
	color: rgba(230, 231, 232, 0.3215686274509804);
	font-size: 32em;
	font-family: calibri;
}
.sex_letter {
	position: relative;
}
.sex_letter:before {
	position: absolute;
	content: 'I';
	left: 0px;
	top: 156px;
	color: rgba(230, 231, 232, 0.3215686274509804);
	font-size: 32em;
	font-family: calibri;
}
.seven_letter {
	position: relative;
}
.seven_letter:before {
	position: absolute;
	content: 'R';
	right: 0px;
	top: 156px;
	color: rgba(230, 231, 232, 0.3215686274509804);
	font-size: 32em;
	font-family: calibri;
}
.all_service {
	overflow: hidden;
}
.service_image123 img {
	width: 100%;
}
.tell-us-project-area {
	position: relative;
	background: url(../images/slider/4.jpg) no-repeat;
	background-size: cover;
	padding: 60px 0px;
}
.tell-us-project-area:before {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(163, 203, 57, 0.79);
}
.tell-us-content {
}
.tell-us-content .tellus-section-title {
    color: #fff;
    font-family: calibri;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 32px;
}
.tell-us-content p {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	margin: 9px 0 25px;
}
.tell-us-contact {
	background: rgba(0, 176, 255, 0.8) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	padding: 18px 0;
	position: absolute;
	right: 0;
}
.tell-us-contact > p {
	text-align: center;
}
.tell-us-contact > p span {
	color: #fff;
	font-size: 18px;
}
.tell-us-contact p i {
	color: #fff;
	margin-right: 20px;
}
.tell-us-content a {
    font-weight: 600;
    color: #A3CB39;
    border: 2px solid #A3CB39;
    border-radius: 40px;
    letter-spacing: 0.0525em;
    padding: 8px 28px;
    font-family: calibri;
    line-height: 2;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    font-size: 20px;
    text-transform: capitalize;
    background: #fff;
    /*float: right;*/
    position: relative;
    /*top: 20px;*/
}
.tell-us-content a:hover{
	background: #2392D0;
    color: #fff;
    border-color: #2392D0;
}


.quotes {
	display: none;
}
.service_text_technology {
	position: relative;
	top: 256px;
	text-align: left;
}
.service_text_technology h1 {
	font-family: calibri;
	font-size: 75px;
	margin-bottom: 15px;
	color: #04cb89;
	text-transform: uppercase;
}
.service_text_technology h2 {
	font-family: calibri;
	font-size: 50px;
	color: #fff;
}
.inner_pagehead_tech {
	padding: 160px 0px;
	position: relative;
	background: url(../images/slider/new_blue.jpg) no-repeat;
	background-size: cover;
	max-height: auto;
	height: 100vh;
	background-position: center center;
	
}
.inner_pagehead_tech:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;/*background-image: linear-gradient( to right, rgba(255, 77, 0, 0.84) 50%, rgba(25, 25, 25, 0.44) 50%); */
}
.inner_pagehead_blog {
	padding: 160px 0px;
	position: relative;
	background: url(../images/service/blog/blogging.jpg) no-repeat;
	background-size: cover;
	max-height: auto;
	height: 62vh;
	
}
.inner_pagehead_blog:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	    background-image: linear-gradient( to right, rgba(22, 58, 92, 0.8392156862745098) 54%, rgba(22, 58, 92, 0.5803921568627451) 70%);
	
}
.inner_head {
	position: relative;
	top: 115px;
}
.inner_head h1 {
	font-size: 47px;
	margin: 0 0 20px 0;
	text-transform: capitalize;
	color: #04cb89;
	font-family: calibri;
	animation-delay: 1.5s;
	line-height: 1.3em;
}
.inner_head h3 {
	line-height: 1.5em;
font-family: calibri;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 50px;
	width: 90%;
}
.inner_head p {
	color: #fff;
	font-size: 16px;
}
/*.Mobile_App {
	position: relative;
	background-size: cover;
	background-position: center center;
	padding: 0px 0;
	background: url(../images/service/cta-bg-img.jpg) no-repeat;/* background-image: linear-gradient( to right, #163a5c 50%, #FFF 50%); 
}
.Mobile_App:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image: linear-gradient( to right, #ffffff 50.2%, #A3CB39 49%);
	display: block;
}*/
.mobile_circle {
	position: relative;
	top: 50px;
}
/*.mobile_circle:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 10%;
	top: 0px;
	left: 50%;
	display: block;
	border-left:1px solid #eee;
	right:0px;
	
} */

.mobapp h2
{
	text-align: center;
	padding: 50px 0;
	color: #163a5c;
}
.mobapp li
{
	list-style: none;
	color: #000;
	padding: 3px 0;

}
.mobapp p
{
	text-align: justify;
}
.mobapp i
{
	color: #194165;
	float: left;
    margin: 5px 10px 7px 0;
}
.mobapp h4
{
	padding: 20px 0;
    color: #163a5c;
}
.bck-mobsec2
{
	background-image: url(../images/service/Website-Background.png);
    background-size: cover;
    position: relative;
}
.bck-mobsec2:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
   background: rgba(255, 255, 255, 0.72);
}
.mobile_circle img {
	width: 100%;
	margin: 30px auto;
}
.technology_focus {
}
.technology_focus h3 {
	color: #163a5c;
   font-family: calibri;
    animation-delay: 1.5s;
    text-transform: uppercase;
    text-align: center;
    padding: 50px 0;
}
.tech_points {
	position: relative;
}
.tech_points ul {
	padding: 0px;
	margin: 0px;
}
.tech_points li {
	display: inline-block;
	list-style: none;
	float: left;
	width: 100%;
}
.tech_points span {
	float: left;
    background: transparent;
    width: 100px;
    height: 104px;
    clear: both;
    margin-right: 15px;
    border-radius: 50%;
    border: 2px solid #194165;
}
.tech_points span i
{
	margin: 19px auto;
    display: table;
    font-size: 60px;
    color: #194165;
}
.tech_points span:hover
{
	background: #ff550b;
    border: 2px solid #ff550b;
}
/*.tech_points i:hover*/
/*{*/
/*    color: #fff;*/
/*}*/
.tech_points img {
	width: 75%;
    margin: 13px auto;
    display: table;
}
.tech_content {
	background: #fff;
	padding: 14px 0px 1px 0px;
	/*border-bottom: 1px solid #eee;*/
}
.tech_content h1 {
	font-family: calibri;
	font-size: 21px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.tech_content p {
	color: #000;
	    text-align: justify;
}
.client_tech {
	/*background: #163a5c;*/
	position: relative;
	padding: 0px 0px 15px;
}
.service {
	float: left;
	width: 100%;
	background: #fff;
	/* margin: 30px 2% 0; */
	/*border: dashed #ebebeb 1px;
	min-height: 395px;*/
	box-shadow: 0 0 50px -35px #000;
}
.services {
	float: left;
	width: 100%;
	/*min-height: 200px;
	border: dashed #ebebeb 1px;*/
	/*display: flex; */
	margin: 0px;
	justify-content: center;
	align-items: center;
	transition: ease all 0.5s;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.services:hover
{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
/*.services:hover, .services:focus {
	background: #A3CB39;
	transform: scale(1.1);
	z-index: 1;
	position: relative;
	top: 10px;
	border: none;
	box-shadow: 0 10px 40px -25px #000;
}
.services:hover h3, .services:focus h3 {
	color: #353535;
}*/
/*.news-blog div.full.post {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 15px;
}
.news-blog a.darkblue_button_color {
    margin-top: 10px;
    float: left;
    width: 100%;
} */
.service-center {
	margin: 0 auto;
	text-align: center;
	position: relative;
	/*top: 20px;*/
}
.service-center .icons {
	min-height: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.service-center h3 {
	font-family: calibri;
}
.tech_heading {
}
.tech_heading h1 {
	text-align: center;
font-family: calibri;
	font-size: 28px;
	text-transform: uppercase;
	color: #194165;
	padding: 50px 0px;
}
.our_service_offer {
	background: #f3f3f3;
	padding: 60px 0px;
}
.serviceBox {
	padding-bottom: 0px;
	/*border-radius: 0 10px 10px 10px; */
	background: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease 0s;
	/*border: 2px solid #919191; */
	text-align: left;
	padding: 0px 45px;
}
.serviceBox:hover {
	box-shadow: 0 0 39px #eee inset;
}
.serviceBox:before {
	content: "";
	display: inline-block;
	width: 200px;
	height: 15px;
	border-radius: 10px 10px 0 0;
	background: #A3CB39;
	z-index: -1;
	position: absolute;
	top: -15px;
	left: 0;
}
.serviceBox .service-icon {
	width: 185px;
	height: 65px;
	background: #A3CB39;
	font-size: 40px;
	margin-bottom: 80px;
	position: relative;
	transition: all 0.5s ease 0s;
}
.serviceBox .service-icon:after {
	content: "";
	width: 130px;
	height: 130px;
	background: #A3CB39;
	border-radius: 0 0 20px 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) scale(1, 0.7) rotate(45deg);
}
.serviceBox .service-icon span {
	display: block;
	font-size: 70px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%) rotateX(360deg);
	transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon span {
	transform: translateX(-50%) rotateX(0);
}
.serviceBox .title {
	/* font-size: 20px; */
	color: #505050;
	letter-spacing: 0px;
	text-transform: capitalize;
	margin: 0 0 10px 0;
	transition: all 0.3s ease 0.1s;
	font-family: calibri;
	line-height: 1.5em;
	width: 30%;
}
.serviceBox:hover .title {
	color: #163a5c;
}
.serviceBox .description {
	padding: 0 0px;
	font-size: 15px;
	color: #505050;
	line-height: 27px;
	margin-bottom: 15px;
	transition: all 0.3s ease 0s;
	margin-bottom: 25px;
}
.serviceBox.darkblue:before, .serviceBox.darkblue .service-icon, .serviceBox.darkblue .service-icon:after {
	background: #1a6bac;
}
.serviceBox.darkblue:hover .title {
	color: #1a6bac;
}
.serviceBox.yellow:before, .serviceBox.yellow .service-icon, .serviceBox.yellow .service-icon:after {
	background: #fcb833;
}
.serviceBox.yellow:hover .title {
	color: #fcb833;
}
.serviceBox.red:before, .serviceBox.red .service-icon, .serviceBox.red .service-icon:after {
	background: #A3CB39;
}
.serviceBox.red:hover .title {
	color: #163a5c;
}
@media only screen and (max-width:990px) {
.serviceBox {
	margin-bottom: 30px;
}
}
.service_offer {
}
.service_offer h1 {
	font-family: calibri;
	font-size: 33px;
	text-transform: capitalize;
	margin-bottom: 60px;
	position: relative;
}
.service_offer h1:before {
	position: absolute;
	content: '';
}
.serviceBox .read {
	display: inline-block;
	width: 141px;
	height: 40px;
	position: relative;
	overflow: hidden;
	font-size: 13px;
	color: #ffffff;
	background: #163a5c;
	line-height: 40px;
	text-align: center;
	text-transform: capitalize;
	z-index: 1;
	transition: all 0.3s ease 0s;
	font-family: calibri;
	letter-spacing: 1px;
	margin-bottom: 17px;
}
.serviceBox .read:hover {
	color: #fff;
}
.serviceBox .read:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background: #A3CB39;
	color: #fff;
	z-index: -1;
	transition: all 0.3s ease 0s;
}
.serviceBox .read:hover:before {
	top: 0;
}
.sg_reading {
	/*background: #163a5c;*/
	padding: 60px 0px;
}
.service_offer1 h1 {
	color: #163a5c;
	font-family: calibri;
	font-size: 33px;
	text-transform: capitalize;
	margin-bottom: 40px;
	text-align: center;
}
.blog-item {
	margin-top: 0px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	background: #fff;
	padding: 10px;
}
.blog-item:hover {
	-webkit-box-shadow: 0px 0px 43px -7px rgba(168,163,168,1);
	box-shadow: 0px 0px 43px -7px rgba(168,163,168,1);
}
.blog-img {
	overflow: hidden;
}
.blog-img img {
	width: 100%;
	height: auto;
	position: relative;
	-webkit-transition: all 0.7s ease-in-out 0s;
	-o-transition: all 0.7s ease-in-out 0s;
	transition: all 0.7s ease-in-out 0s
}
.blog-item:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.blog-img img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
.blog-text {
	padding: 25px 18px;
}
.blog-text h5 {
	text-transform: capitalize;
	margin: 0 0 10px 0;
	transition: all 0.3s ease 0.1s;
	font-family: calibri;
	line-height: 1.5em;
	font-size: 22px;
	color: #163a5c;
}
.blog-text p {
	font-size: 15px;
	line-height: 20px;
	padding: 10px 0 6px 0;
}
.blog_btn {
	font-family: calibri;
	color: #A3CB39;
	float: left;
}
.blog_btn i {
	margin-right: 10px;
}
/*=============== SINGLE BLOG ================*/

#single-blog {
	padding: 50px 0 10px 0;
}
#main-single-content {
	/*box-shadow: 0 1px 2px rgba(0,0,0,0.2); */
	background-color: #fff;
	margin-bottom: 0px;
}
#main-single-content > img {
	width: 100%;
	height: auto;
}
.content-single {
	padding: 20px 0px 20px 0px;
	;
}
.content-single .tag span {
	margin-right: 7px;
}
.content-single h2 {
	margin-bottom: 14px;
	font-size: 24px;
	line-height: 1.3em;
	color: #284461;
	position: relative;
    z-index: 5;
    cursor: pointer;
}
.content-single p {
	/*color: #7d7d7d;
	font-weight: 600; */
	line-height: 28px;
	margin-top: 10px;
}
.content-single .hr-single {
	border-bottom: 1px dashed #ddd;
	margin-bottom: 20px;
	margin-top: 20px;
}
.content-single .tag a {
	color: #3e3636;
	/* font-weight: 600; */
	font-family: calibri;
	font-size: 14px;
}
.content-single .tag a:hover {
	color: #f1c40f;
}
.content-single .tag i.fa {
	margin-right: 7px;
	color: #ff550b;
}
.content-single .tag i.fa.fa-circle {
	font-size: 8px;
	color: #cdcdcd;
	margin-top: -3px;
	vertical-align: middle
}
/*================ SIDEBAR ===============*/

#sidebar {
	margin-bottom: 20px;
}
#sidebar .widget-sidebar {
	background-color: #fff;
	padding: 0px;
	margin-bottom: 20px;/*box-shadow: 0 1px 2px rgba(0,0,0,0.2); */
}
.content-widget-sidebar p.dtl_blog_content_item {
	color: #999;
	font-weight: 600;
	letter-spacing: 0.4px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#sidebar .widget-sidebar h3.title-widget-sidebar {
	font-size: 16pt;
	border-bottom: 2px solid #e5ebef;
	margin-bottom: 15px;
	padding-bottom: 10px;
	/*font-weight: 600; */
	color: #4a4a4a
}
#sidebar .widget-sidebar h3.title-widget-sidebar:after {
	border-bottom: 2px solid #ff550b;
	width: 100px;
	display: block;
	position: absolute;
	content: '';
	padding-bottom: 10px;
}
#sidebar .widget-sidebar h3 i {
	color: #f1c40f;
	margin-right: 5px;
}
#sidebar .widget-sidebar .content-widget-sidebar ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	margin-top: 30px;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li {
	border-bottom: 1px solid #e5ebef;
	display: inline-block;
	height: auto;
	margin-bottom: 15px;
	width: 100%;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li:last-child {
	border-bottom: 0px;
	margin-bottom: 0;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li .thumbnail {
	border: none;
	float: left;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li .blog_item_text {
	padding-left: 80px;
	top: 0px;
	position: relative;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li .blog_item_text p {
font-family: calibri;
	color: #999;
	font-weight: 600;
	font-size: 13px;
}
.content-widget-sidebar p.content-footer {
	color: #696969;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li img {
	border: 0px dashed #c3c3c3;
	float: left;
	height: 76px;
	margin-right: 15px;
	width: 76px;
	border-radius: 2px;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li a {
	color: #284461;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 8px;
	display: block
}
#sidebar .widget-sidebar .content-widget-sidebar ul li a:hover {
	color: #163a5c;
	text-decoration: none;
	padding-left: 0;
}
.blog_btn003 {
	background: #ff550b;
	width: 30%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 8px 14px;
	font-family: calibri;
	letter-spacing: 1px;
}
.blog_btn003:hover {
	color: #fff;
}

  .text-overflow {
      width:100%;
      height:80px;
      display:block; 
      overflow:hidden;
      word-break: break-word;
      word-wrap: break-word;
	  margin-bottom:10px;
	      font-size: 17px;
  }

  .btn-overflow {
    display: none;
    text-decoration: none; 
	font-family: calibri;
    /* border: 1px solid #ff550b; */
    text-align: left;
    color: #163a5c;
    font-size: 17px;
    text-transform:capitalize;
    
  }
/*web development*/
.inner_web_tech {
    padding: 160px 0px;
    position: relative;
    background: url(../images/service/web-dvpt.jpg) no-repeat;
    background-size: cover;
    max-height: auto;
    height: 100vh;
    background-position: center center;
}
/*product*/
.product_1
{
	padding: 50px 0;
}
.right-col h3
{
	margin-bottom: 20px;
}
.icon-wrapper
{
	margin-bottom: 30px;
}
.product {
    width: 100%;
    height: 193px;
    display: block;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
    margin-bottom: 10px;
    text-align: justify;
}
.product_text_technology h1 {
	font-family: calibri;
	font-size: 60px;
	margin-bottom: 15px;
	color: #04cb89;
	text-transform: uppercase;
}
.product_text_technology {
    position: relative;
    top: 280px;
    text-align: left;
    width: 40%;
    /*left: -44px;*/
}
.product_text_technology h3 {
font-family: calibri;
    font-size: 23px;
    color: #fff;
    line-height: 1.3;
    width:100%;
}
.readmore
{
	display: none;
    text-decoration: none;
    font-family: calibri;
    /* border: 1px solid #ff550b; */
    text-align: left;
    color: #163a5c;
    font-size: 18px;
    text-transform: capitalize;
    font-weight:600;
}
.morelast
{
    text-decoration: none;
    font-family: calibri;
    /* border: 1px solid #ff550b; */
    text-align: left;
    color: #163a5c;
    font-size: 18px;
    text-transform: capitalize;
    font-weight:600;
}
.product_bnr {
	margin: auto 0;
	background: url(../images/service/pdtimg1.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
	position: relative;
	height: 100vh;
	padding: 60px 0px;
}
.product_bnr:before {
	/*background: linear-gradient(to bottom, #163a5c 0%, #163a5ca3 0%, #163a5c87 100%);*/
	background: rgba(35, 47, 62, 0.77);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	content: '';
}
.artificial {
    padding: 160px 0px;
    position: relative;
    background: url(../images/service/Intro.gif) no-repeat;
    background-size: cover;
    max-height: auto;
    height: 100vh;
    background-position: center center;
}
.ai_head {
    position: relative;
    top: 55px;
}
.ai_head h1 {
	font-size: 47px;
	margin: 0 0 20px 0;
	text-transform: capitalize;
	color: #04cb89;
	font-family: calibri;
	animation-delay: 1.5s;
	line-height: 1.3em;
}
.ai_head h3 {
	line-height: 1.5em;
	font-family: calibri;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 50px;
	width: 90%;
}
.block_chain {
    padding: 160px 0px;
    position: relative;
    background: url(../images/service/bitcoin.jpg) no-repeat;
    background-size: cover;
    max-height: auto;
    height: 100vh;
    background-position: center center;
}
.block_chain:before
{
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(3, 40, 72, 0.75);
}
.chatbt {
    padding: 160px 0px;
    position: relative;
    background: url(../images/slider/chatbot1.png) no-repeat;
    background-size: cover;
    max-height: auto;
    height: 100vh;
    background-position: center center;
}
.chatbt_app h3
{
    color: #163a5c;
    font-family: calibri;
    font-size: 20px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 20px;
    font-weight:600;
}
/*.tell-us-project-area*/
/*{*/
/*    padding:20px;*/
/*}*/
.cht-cnt p
{
    /*padding: 20px 0 0;*/
    text-align: justify;
    line-height: 2;
}
.cht-cnt i
{
    margin: 7px 10px 17px 0;
    width: 20px;
    float: left;
}
.cht-cnt li
{
    display: inline-flex;
}
.cnt2
{
	padding: 40px 0 0;
    position: relative;
    display: inline-block;
}
.mb-image img
{
	margin: 0 auto;
    display: table;
        width: 100%;
}
.pdt-img img
{
	margin: 0 auto;
	display: table;
	    width: 100%;
}
.Mobile_App img
{
	margin: 0 auto;
	display: table;
	width: 100%;
}
.ai_head h2
{
	line-height: 1em;
	font-family: calibri;
	font-size: 25px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 25px;
	width: 90%;
}
/*.Service_Text p*/
/*{*/
/*    text-align:justify;*/
/*}*/