@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300&display=swap');
*, *:before, *:after {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
a, img {
	border: 0px;
	outline: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
     font-family: 'Raleway', sans-serif;
}
html {
	height: 100%;
	width: 100%;
}

a.whatsappicon{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}
a.whatsappicon img{width: 50px;}
a.messengericon{
    position: fixed;
    bottom: 10px;
    right: 80px;
    z-index: 99;
}
a.messengericon svg{width: 50px;}

a.quickenq{
    width: 100px;
    height: 100px;
    vertical-align: middle;
    position: fixed;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    z-index: 99;
    right: 20px;
    bottom: 90px;
    vertical-align: middle;
    text-decoration: none;
    /* font-family: 'Brandon Grotesque Black'; */
    color: #fff;
    font-size: 15px;
    border: 4px solid #0484b3;
    background-color: #1193f9;
    line-height: 21px;
    padding-top: 23px;
    animation: zoominoutsinglefeatured 1s infinite ;
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.1,1.1);
    }
    100% {
        transform: scale(1,1);
    }
}
a.quickenq:hover{background-color: #f47435; color: #fff; border-color: #b34e1c;}

.maincontent_fluid {
	width: 100%;
	position: relative;
	float: left;
}
.mainwrapper {
	max-width: 1160px;
	min-width: 240px;
	margin: auto;
}
.main_inner {
	width: 100%;
	float: left;
	position: relative;
}
.h_social{
	background:#fff;
	position:absolute;
	right:0px;
	top:0px;
	width:15%;
	height:75px;
	transition:all .3s;
}
.h_social:hover{
	width:15%;
}
.h_social:before{
	content: '';
    position: absolute;
    top: 0;
    left: -29px;
    bottom: 0;
	z-index:2;
    border-right: 30px solid #fff;
    border-top:39px solid transparent;
    border-bottom: 39px solid transparent;
}
.h_social:after{
	content: '';
    position: absolute;
    top: 0;
    left: -30px;
	z-index:1;
    bottom: 0;
    border-right: 30px solid #d7d7d7;
    border-top: 39px solid transparent;
    border-bottom: 39px solid transparent;
}
.h_socialinner{
	width:200px;
	float:left;
	overflow:hidden;
}
.h_socialinner ul{
	list-style-type:none;
	float:right;
	margin-left:20px;
	width:200px;
}
.h_socialinner ul li{
	float:left;
	/* width:40px; */
	height:40px;
	margin:25px 5px 0px;
	font-family: 'Poppins', sans-serif;
}
.h_socialinner ul li a{
	color:#646464;
	font-size:17px;
	transition:all .5s;
	text-decoration:none;
	font-family: 'Poppins', sans-serif;
	animation: color-change1 20s infinite;
	font-weight: 500;
}
.h_socialinner ul li a img{margin-right: 8px; width: 30px;}
.h_socialinner ul li a i{margin-right: 8px; font-size: 22px;}
.h_socialinner ul li a:hover{
	color:#d97d34;
	transition:all .5s;
}
.header_fluid {
	background:#f7f7f7;
	position:fixed;
	z-index:99;
	overflow:hidden;
	border-bottom: 1px solid #d7d7d7;
}
/* .h_social:hover > .h_socialinner
{
	width:200px;
}
.h_social:hover > .h_socialinner ul li a .shareicon
{
	display:none;
} */
.logo{
	width:10%;
	float:left;
}
.logo img{
	width:125%;
	
	padding:0px 0; padding-top:10px;
}
.right_menu{
	width:78%;
	float:right;
}
.right_menu ul{
	width:auto;
	float:left;
	margin-bottom:0;
	list-style-type:none;
	margin-left: 40px;
}
.right_menu ul li{
	float:left;
	padding:0px 19px;
}
.right_menu ul li a{
	padding:30px 0px;
	font-size: 16px;
    line-height: 1;
	outline:none;
	display:table;
	font-family: 'Roboto', sans-serif;
	color: #000;
	position:relative;
}
.right_menu ul li a:hover{
	text-decoration:none;
}
.right_menu ul li a.menu_blue:hover
{
	color: #2b63af;
}
.right_menu ul li a.menu_orange:hover
{
	color: #cd6b26;
}
.menu_grey:hover
{
	color: #6a6a6b;
}
.menu_pink:hover
{
	color: #df1c58;
}
.menu_green:hover
{
	color: #6d923a;
}
.right_menu ul li a:after{
	position:absolute;
	left:0px;
	right:0px;
	width:0px;
	margin:auto;
	height:3px;
	background:#000;
	bottom:15px;
	content:'';
	transition:all .5s;
}
.menu_blue:hover:after
{
	transition:all .5s;
	width:100%;
	background: #2b63af;
}
.menu_orange:hover:after
{
	transition:all .5s;
	width:100%;
	background: #cd6b26;
}
.menu_grey:hover:after
{
	transition:all .5s;
	width:100%;
	background: #6a6a6b;
}
.menu_pink:hover:after
{
	transition:all .5s;
	width:100%;
	background: #df1c58;
}
.menu_green:hover:after
{
	transition:all .5s;
	width:100%;
	background: #6d923a;
}
.menu_blue.current
{
	color:#2b63af;
}
.menu_orange.current
{
	color: #cd6b26;
}
.menu_grey.current
{
	color: #6a6a6b;
}
.menu_pink.current
{
	color: #df1c58;
}
.menu_green.current
{
	color: #6d923a;
}
.menu_blue.current:after
{
	transition:all .5s;
	width:100%;
	background: #2b63af;
	color:#2b63af;
}
.menu_orange.current:after
{
	transition:all .5s;
	width:100%;
	background: #cd6b26;
	color: #cd6b26;
}
.menu_grey.current:after
{
	transition:all .5s;
	width:100%;
	background: #6a6a6b;
	color: #6a6a6b;
}
.menu_pink.current:after
{
	transition:all .5s;
	width:100%;
	background: #df1c58;
	color: #df1c58;
}
.menu_green.current:after
{
	transition:all .5s;
	width:100%;
	background: #6d923a;
	color: #6d923a;
}
.right_menu ul li a:focus{
	text-decoration:none;
}
/*.right_menu ul li a:hover:after{
	transition:all .5s;
	width:100%;
}
.right_menu ul li a.menu_blue.current{
	color:#d97d34;
	text-decoration:none;
}
.right_menu ul li a:focus{
	color:#d97d34;
	text-decoration:none;
}*/
.textanimation_fluid{
	margin-top:77px;
	width:100%;
	float:left;
}
.animationtext{
	width:50%;
	float:left;
	position:relative;
	text-align:center;
	margin:10px 0px 0px;
}
.animationtext span{
	float:left;
	margin-left:0px;
	margin-right:15px;
	font-size: 18px;
    line-height: 1;
	display:table;
	font-family: 'Raleway', sans-serif;
	color: #d97d34;
	font-size:45px;
	font-weight:400;
}
 .home_main_title{
		text-align: center;
		font-family: 'Raleway', sans-serif;
		margin-top:50px;
}            
.home_main_title h1 {
		color: #fff;
		font-size: 48px;
		line-height:60px;
		line-height: normal;
		text-transform: uppercase;
		transition: all 0.5s ease 0s;
		font-weight: 900;
				font-family: 'Raleway', sans-serif;
}
.home_main_title ul {
		list-style: outside none none;
		margin: 0;
		padding: 22px 0;
}
.home_main_title ul li {
		border-right: 1px solid #fff;
		color: #FFD76E;
		display: inline-block;
		font-size: 18px;
		font-weight:bold;
		padding: 0 32px;
		text-transform: uppercase;
}
.home_main_title ul li:last-child {
		border: 0 none;
}
.home_main_title p {
		color: #fff;
		font-size: 20px;
}
.animationtext ul{
	list-style-type:none;
	float:left;
	margin-left:15px;
}
.animationtext ul li{
	font-size: 18px;
    line-height: 1;
	display:table;
	font-family: 'Raleway', sans-serif;
	color: #333;
	font-size:45px;
	font-weight:400;
}
.textchange{
	height:50px;
	overflow:hidden;
}
.phone_num{
	float:left;
	color:#000;
	font-family: 'Poppins', sans-serif;
	/*font-family: 'Raleway', sans-serif;*/
	font-size:15px;
	font-weight:400;
	margin-top:27px;
	margin-right:0px;
	display: none;
	
}
.phone_num img{
	margin-right:5px;
	width:22px;
}
.h_gallerytop{
	width:100%;
	float:left;
}
.h_gallerytop ul{
	list-style-type:none;
}
.h_gallerytop ul li{
	width:50%;
	float:left;
}
.h_gallerytop ul li a{
	text-decoration:none;
	width:100%;
	height:100%;
	overflow:hidden;
	display:inline-block;
	float:left;
	position:relative;
	transition: all .3s;
}
.h_gallerytop ul li a img{
	transition: all .3s;
}
.h_gallerytop ul li a:after{
	width:100%;
	float:left;
	height:100%;
	background:#000;
	opacity:0.0;
	position:absolute;
	left:0px;
	content:'';
	top:0px;
}
.h_gallerytop ul li a img{
	width:100%;
}
.h_gallerytop ul li a span{
	text-align:center;
	color:#fff;
	font-size: 2.4rem;
	font-weight: 500;
	position:absolute;
	left:0px;
	right:0px;
	top:50%;
	z-index:10;
	text-transform: uppercase;
    
    letter-spacing: .1rem;
}
.topgallerymask{
	position:absolute;
	left:0px;
	right:0px;
	margin:auto;
	top:60%;
	z-index:9;
	width:5%;
	height:3px;
	transition:all .3s;
}
.blue{
	background:#4983c3;
}
.orange{
	background:#f47c1f;
}
.h_gallerytop ul li a:hover > .topgallerymask{
	width:100%;
	height:100%;
	transition:all .3s;
	top:0px;
	
}
.h_gallerytop ul li a:hover > .blue{
	background:rgba(73,131,195, .8);
}
.h_gallerytop ul li a:hover > .orange{
	background:rgba(244,124,31, .8);
}

.h_gallerytop ul li a:hover > img{
	transform: scale(1.1);
    transition: all .3s;
}
.h_gallerybottom{
	width:100%;
	float:left;
	margin-top:0px;
}
.h_gallerybottom ul{
	list-style-type:none;
}
.h_gallerybottom ul li{
	width:33.33%;
	float:left;
}
.h_gallerybottom ul li a{
	text-decoration:none;
	width:100%;
	height:100%;
	display:inline-block;
	float:left;
	 transition: all .3s;
	 overflow:hidden;
	position:relative;
}
.h_gallerybottom ul li a:after{
	width:100%;
	float:left;
	height:100%;
	background:#000;
	opacity:0.2;
	position:absolute;
	left:0px;
	content:'';
	top:0px;
}
.h_gallerybottom ul li a img{
	width:100%;
}
.h_gallerybottom ul li a:hover > img{
	transform: scale(1.1);
    transition: all .3s;
}
.h_gallerybottom ul li a span{
	text-align:center;
	color:#fff;
	font-size: 2.4rem;
	font-weight: 500;
	position:absolute;
	left:0px;
	right:0px;
	top:50%;
	z-index:10;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
    letter-spacing: .1rem;
}
.btmgallerymask{
	position:absolute;
	left:0px;
	right:0px;
	margin:auto;
	top:65%;
	z-index:9;
	width:8%;
	height:3px;
	transition:all .3s;
}
.grey{
	background:#6b6c6c;
}
.pink{
	background:#df1f5a;
}
.green{
	background:#7ea33d;
}
.h_gallerybottom ul li a:hover > .btmgallerymask{
	width:100%;
	height:100%;
	transition:all .3s;
	top:0px;
	background:rgba(242,81,17, .8);
}
.h_gallerybottom ul li a:hover > .grey{
	background:rgba(107,108,108, .8);
}
.h_gallerybottom ul li a:hover > .pink{
	background:rgba(223,31,90, .8);
}
.h_gallerybottom ul li a:hover > .green{
	background:rgba(126,163,61, .8);
}
.h_gallerybottom ul li a:hover > .blue{
	background:rgba(73,131,195, .8);
}
.count_fluid{
	background:#2dbaf6;
	padding:20px 0px;
}
.countul{
	list-style-type:none;
}
.countul li{
	float:left;
	width:25%;
	text-align:center;
	border-right:1px solid #0e93cc;
}
.countul li:last-child{
	border-right:0px solid #0e93cc;
}
.count_img{
	margin-bottom:10px;
}
.count_text{
	width:100%;
	color:#fff;
	font-size:30px;
	float:left;
    font-family: 'Raleway', sans-serif;
	font-weight:600;
}
.count_texttag{
	width:100%;
	float:left;
	font-size:16px;
    font-family: 'Raleway', sans-serif;
	color:#116c93;
}
.parallax_fluid{
	    width: 100%;
    float: left;
    background-image: url(../images/city.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height:420px;
    position: relative;
}
.parallax_fluid h1 {
    margin-bottom: 10px;
    font-size: 40px;
	width:90%;
	margin:auto;
    font-weight: 800;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1px;
    text-shadow: 0px 0px 3px #333;
    font-family: 'Raleway', sans-serif;
    line-height: 50px;
    padding: 90px 100px 0px;
    text-transform: lowercase;
}
.clientsbg
{
	 background-image: url(../images/bg-s3.jpg);
	 padding:25px 0px 15px;
}
.clients
{
	width:100%;
	float:left;
	list-style-type:none;
}
.clients li
{
	width:24%;
	float:left;
	padding:40px 60px;
	margin:2px;
	overflow:hidden;
	background-color: rgba(255,255,255,.4);
	transition:all .5s;
	position:relative;
}
.clients li img
{
	width:100%;
}

.clientshover
{
	position:absolute;
	width:100%;
	height:100%;
	top:-100%;
	right:0px;
	left:0px;
	text-align:center;
	z-index:9;
	display:block;
	transition:all .5s;
	outline:none;
}
.clients li:hover .clientshover
{
	top:0%;
	transition:all .5s;
}
.clientshover a
{
	color:#fff;
	font-size:12px;
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
	border:1px solid #fff;
	transition:all .5s;
	padding:8px 15px;
	margin:60px auto 0px;
	display:table;
}
.clientshover a:hover
{
	text-decoration:none;
	transition:all .5s;
}
.servicesbx1{
	width:100%;
	list-style-type:none;
	float:left;
	margin:30px 0px;
}
.servicesbx1 li{
	float: left;
	display: inline-block;
	width: 33%;
	padding: 15px;
}
.servicesbx1 li a{
	text-decoration: none;
	color: #343a40;
	padding: 35px 25px;
	border: 1px solid #d9dee2;
	border-radius: 4px;
	width: 100%;
	display: block;
	transition: all .3s ease-in-out;
}
.servicesbx1 li a .img{
	width: 50px;
	height: 44px;
	background-position: left top;
	background-size: 50px;
	display: block;
}
.servicesbx1 li a h4{
	font-size: 24px; font-weight: 700; margin: 20px 0;
	/* color: #343a40; */
}
.servicesbx1 li a p{/* color: #343a40; */ font-size: 16px; line-height: 24px;
font-weight: 500; height: 48px; overflow: hidden;}
.servicesbx1 li.color1 a:link{background-color: #2c63af; color: #fff;   border-radius: 10px;}
.servicesbx1 li.color2 a:link{background-color: #cd6c28; color: #fff;   border-radius: 10px;}
.servicesbx1 li.color3 a:link{background-color: #fdaf17; color: #fff;   border-radius: 10px;}
.servicesbx1 li.color4 a:link{background-color: #e01d5a; color: #fff;   border-radius: 10px;}
.servicesbx1 li.color5 a:link{background-color: #70933c; color: #fff;   border-radius: 10px;}

.servicesbx1 li a:hover .img{background-position: left bottom;}

.mtopbx{clear: both; width: 100%; display: inline-block; margin-top: 70px;}
.mtopbx1{clear: both; width: 100%; display: inline-block; margin-top: 70px;}


.servinnerbx1{
	width: 100%;
	display: table;
	padding: 15px;
	clear: both;
	margin-bottom: 30px;
	margin-top:0px;
}

.servinnerlt{float: left; display: inline-block; width: 50%;}
.servinnerrt{float: left; display: inline-block; width: 50%; padding-left: 60px;}

.servinnerbx2 .servinnerlt{float: right;}
.servinnerbx2 .servinnerrt{float: left; padding-left: 0px; padding-right: 60px;}

.servinnerlt img{width: 100%; display: block;}
.servinnerrt h3{
	margin-bottom: 30px;
	font-size: 40px;
	line-height: 50px;
	font-weight: 900;
	color: #252b33;
	margin-top: 50px;
}
.servinnerrt p{
	font-size: 16px;
	line-height: 26px;
	color: #252b33;
	font-weight: 500;
}
.servinnerrt ul{margin-top: 40px; display: table; width: 100%; list-style: none;}
.servinnerrt ul li{float: left; display: inline-block; width: 50%;
font-size: 14px;
font-weight: 500;
color: #252b33;
position: relative;
padding: 0 30px 10px 20px;
}
.servinnerrt ul li:before{
	position: absolute;
	left: 3px;
	top: 7px;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	content: "";
	background-color: #252b33;
}
.servicessec3{
	clear: both; width: 100%;
	display: table;
	color: #252b33;

}
.servicessec3 h2{
	font-weight: 800; font-size: 40px; text-transform: lowercase;
	margin-bottom: 20px;
}
.servicessec3 p{font-size: 16px; line-height: 24px; font-weight: 500;}
.servicessec3 ul{
	list-style-type: none;
	width: 100%;
	display: table;
	margin-top: 30px;
	clear: both;
}
.servicessec3 ul li{
	display: inline-block;
	padding: 30px 50px;
	transition: all 0.3s;
	background-color: #fff;
	text-align: center
}
.servicessec3 ul li:hover{background-color: #f8f8f8;}
.servicessec3 ul li img{width: 50px; display: table; margin: auto;}
.servicessec3 ul li h4{font-size: 14px;}
.portfolio_sec{display: table; width: 100%; clear: both;}
.port_categories{
	background-color: #f8f8f8;
	text-align: center;
	height: 80px;
	line-height: 80px;
	top: 77px;
	z-index: 9;
	width: 100%;
	display: table;
	margin: 0px;
	text-align: center;

	position: -webkit-sticky;
	position: sticky;
	display: inline-block;

	animation-name: color_change;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.port_categories ul{
	

}
.port_categories ul li{
	display: inline-block;
	padding: 0 8px;
}
.port_categories ul li a{
	display: block;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	color: #fff;
	position: relative;
}
.port_categories ul li a:hover, .port_categories ul li a.active{color: #fff;}
.port_categories ul li a.active:before{
	position: absolute;
	left: 0px;
	bottom: 20px;
	height: 2px;
	content: "";
	width: 100%;
	background-color: #fff;
}

.portfolio_sec ul{
	list-style-type: none;
	width: 100%;
	display: table;
	clear: both;
	padding-top: 30px;
}
.portfolio_sec ul li{
	float: left;
	display: inline-block;
	width: 50%;
	padding: 15px;
}
.portfolio_sec ul li a{
	width: 100%;
	display: block;
	position: relative;
	text-decoration: none;
	color: #fff;
	position: relative;
	border: 2px solid #121826;
	margin-bottom: 30px;
	background-color: #000;
	transition: all 0.3s;
}
.portfolio_sec ul li a:before{
	position: absolute;
	left: -10px;
	top: 10px;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #2c63af;

	z-index: -1;
	transition: all 0.3s;
}
.portfolio_sec ul li.color1 a:before{background-color: #2c63af;}
.portfolio_sec ul li.color2 a:before{background-color: #cd6c28;}
.portfolio_sec ul li.color3 a:before{background-color: #fdaf17;}
.portfolio_sec ul li.color4 a:before{background-color: #e01d5a;}
.portfolio_sec ul li.color5 a:before{background-color: #70933c;}

.portfolio_sec ul li a:hover:before{}
.port_img{
	width: 100%;
	display: block;
}
.port_img img{width: 100%; display: block; }
.portfolio_sec ul li a:hover .port_img img{}

.port_cont{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 40px;
}
.port_cont h3{
	font-size: 15px;
line-height: 25px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 0px;
}
.port_cont h2{
	font-size: 30px;
line-height: 42px;
font-weight: 700;
letter-spacing: 1px;
margin-top: 0px;
}
.port_cont span{
	height: 39px;
	line-height: 39px;
	border: 1px solid #fff;
	border-radius: 2px;
	text-transform: capitalize;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0 23px;
	display: inline-block;
}
.blogsec{
	clear: both;
	width: 100%;
	display: table;
	margin-top: 20px;
}
.blogsec ul{
	list-style-type: none;
	width: 100%;
	display: table;
}
.blogsec ul li{
	float: left;
	display: inline-block;
	width: 33.33%;
	padding: 15px;
}
.blogsec ul li a{
	text-decoration: none;
	color: #333;
	position: relative;
	width: 100%;
	display: block;
	border: 1px solid #e5e5e5;
	transition: all 0.3s;
}
.blogimg{
	width: 100%;
	display: block;
	border-bottom: 6px solid #ff6b00;
}
.blogimg img{width: 100%; display: block;}
.blogsec ul li a .tease-content {
 position:relative;
 padding:20px 20px 20px 65px
}
@media screen and (max-width:73.74875em) {
 .tease .tease-content {
  padding:16px 16px 16px 56px
 }
}
.blogsec ul li a .tease-content .inner {
 overflow:hidden;
 height:129px
}
.blogsec ul li a .read-more {
 position:absolute;
 top:0;
 left:0;
 width:45px;
 height:100%;
 padding:18px 22px;
 font-size:10px;
 font-weight:800;
 letter-spacing:2px;
 text-transform:uppercase;
 background-color:#f6f6f6;
 transition:all .3s ease
}
.blogsec ul li a .read-more:before {
 bottom:0;
 height:100%;
 width:0;
 background:#ff6b00;
 transition:all .4s cubic-bezier(.215,.61,.355,1) 0s
}
.blogsec ul li a .read-more:after,
.blogsec ul li a .read-more:before {
 display:block;
 position:absolute;
 left:0;
 content:""
}
.blogsec ul li a .read-more:after {
 right:0;
 bottom:25px;
 width:14px;
 height:14px;
 margin:auto;
 background:url(../images/Right-Stem-orange.svg) no-repeat 50%;
 background-size:contain
}
@media screen and (max-width:73.74875em) {
 .blogsec ul li a .read-more {
  padding:28px 22px;
  font-size:9px
 }
}
@media screen and (max-width:39.99875em) {
 .blogsec ul li a .read-more {
  padding:16px 22px;
  background-position:bottom 20px center
 }
}
.blogsec ul li a .read-more span {
 display:block;
 position:absolute;
 -webkit-transform-origin:left center;
 transform-origin:left center;
 -webkit-transform:rotate(90deg);
 transform:rotate(90deg);
 white-space:nowrap
}

@media print,screen and (min-width:73.75em) {
 .blogsec ul li a:hover {
  -webkit-transform:translateY(-16px)!important;
  transform:translateY(-16px)!important;
  transition:all .3s ease!important
 }
 .blogsec ul li a:hover .featured-image {
  -webkit-transform:scale(1.1);
  transform:scale(1.1)
 }
 .blogsec ul li a:hover .read-more {
  color:#fff
 }
 .blogsec ul li a:hover .read-more:before {
  top:0;
  width:100%
 }
 .blogsec ul li a:hover .read-more:after {
  background-image:url(../images/Right-Stem.svg)
 }
}
.blog-title{    margin-top: 0px;
    font-size: 21px;
    text-transform: capitalize;
    line-height: 30px;
    /* height: 45px; 
     overflow: hidden;*/}
p.blog-preview{
	height: 48px;
	line-height: 24px;
	overflow: hidden;
}



.services{
	width:100%;
	list-style-type:none;
	float:left;
	margin:30px 0px;
}
.services li{
	float:left;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
    border-left: 1px solid #bababa;
	width: 33.33333%;
	height:319px;
	position:relative;	
}
.services li a{
	width:100%;
	height:100%;
	padding: 50px 30px;
	display:table;
}
.services li a:hover{
	text-decoration:none;
}
.services li a:hover > h2{
	color:#fff;
}
.services li a h2{
	width:100%;
	display:table;
	color:#fff;
	text-align:center;
	margin-top:0px;
	font-size: 26px;
    font-family: 'Raleway', sans-serif;
}
.services li:nth-child(3) {
    border-right: 1px solid #bababa;
}
.services li:nth-child(6) {
    border-right: 1px solid #bababa;
}
.serimg{
	width:132px;
	margin:auto;
	height:128px;
	overflow:hidden;
	background-position:0% 100%;
}
.services li a:hover > .serimg{
	background-position:0% 100%;
}
.servicemask{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:-1;
	/*display:none;*/
	overflow:hidden;
	height:100%;
	transition:all .5s;
	background:#f7f7f7;
}
.servicemask:after
{
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
	height:319px;
	z-index:2;
	content:'';
}
.s_blue:after
{
background:rgba(45,101,176, .6);
}
.s_orange:after
{
background:rgba(230,175,14, .8);
}
.s_grey:after
{
background:rgba(106,106,105, .6);
}
.s_pink:after
{
background:rgba(224,40,96, .5);
}
.s_green:after
{
background:rgba(112,147,60, .5);
}
.services li a:hover > .servicemask{
	display:block;
	transition:all .5s;
}
.services li a:focus > .servicemask{
    display:block;
	transition:all .5s;
}
.ser_more
{
	/*display:none;*/
}
.services li a > .ser_more
{
	width:100%;
	float:left;
	font-size:14px;
	color:#fff;
	line-height:24px;
	display:block;
    -o-display:block;
	font-weight:600;
	text-align:center; 
 font-family: 'Raleway', sans-serif;
}
.services li a:focus > .ser_more
{
    width:100%;
	float:left;
	font-size:14px;
	color:#fff;
	line-height:24px;
	display:block;
    -o-display:block;
	font-weight:600;
	text-align:center; 
 font-family: 'Raleway', sans-serif;
}
.footertop_fluid
{
	background:#4AA9D3;
	padding:25px 0px;
	border-bottom:1px solid #2b94c3;
	margin-top:20px;
}
.footer_toptext
{
	float:left;
	width:60%;
}
.footer_toptext h3
{
	float:left;
	font-size:30px;
	color:#fff;
     font-family: 'Raleway', sans-serif;
	font-weight:600;
}
.footer_toptext p
{
	float:left;
	color:#fff;
	font-size:14px;
     font-family: 'Raleway', sans-serif;
}
.gitit
{
	background:#3c4c63;
	border-radius:3px;
	color: #fff;
	float:right;
	display:table;
	padding: 13px 33px;
	transition:all .5s;
     font-family: 'Raleway', sans-serif;
	font-size:18px;
	letter-spacing:1px;
	font-weight:600;
	margin-top:25px;
}
.gitit:hover
{
	color: #fff;
	background:#183c71;
	text-decoration:none;
	transition:all .5s;
}

.footer_fluid
{
	position:relative;
	margin-top:0px;
	padding-bottom:30px;
	overflow:hidden;
	background:#F3F3F3;
	background: #4aa9d3;
background: -moz-linear-gradient(top, #4aa9d3 0%, #07668e 100%);
background: -webkit-linear-gradient(top, #4aa9d3 0%,#07668e 100%);
background: linear-gradient(to bottom, #4aa9d3 0%,#07668e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4aa9d3', endColorstr='#07668e',GradientType=0 );
}

.footer_menu
{
	float:left;
	width:32.33%;
	margin-right:35px;
	margin-bottom:30px;
	margin-top:25px;
}
.footer_menu:last-child
{
	margin-right:0px !important;
    width: 26%;
    float: right;
}
.footer_menu ul
{
	list-style-type:none;
	margin-top:15px;
}
.footer_menu ul li
{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.footer_menu ul li a
{
     font-family: 'Raleway', sans-serif;
	font-size: 14px;
	 transition: all 0.3s ease-in-out;
	color: #fff;
}
.footer_menu ul li a:hover
{
	text-decoration:none;
	 transition: all 0.3s ease-in-out;
	color:#ccc;
}
.footer_social
{
	float:right;
	display:table;
	width:auto;
}
.footer_social a
{
	border: 1px solid #4aa9b3;
    border-radius: 100%;
    color: currentColor;
    height: 32px;
    width: 32px;
	display:table;
	text-align:center;
	line-height:30px;
	float:left;
	color:#fff;
	margin-top:0px;
	margin-right:20px;
    transition: all 0.5s ease-in-out;
}
.footer_social a:hover
{
	background:#4aa9b3;
	border: 1px solid #4aa9b3;
	 transition: all 0.5s ease-in-out;
	 color:#fff;
}
.footer_hd{
      font-family: 'Raleway', sans-serif;
	font-size:21px;
	color: #fff;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing:1px;
}
.footer_copy
{
	border-top:1px solid #0c96d2;
	padding-top:10px;
}
.footer_copy p{
  font-family: 'Raleway', sans-serif;
	font-size:12px;
	text-align:left;
	color: #fff;
	display:table;
	float:left;
	padding-top:5px;
	width:auto;
}
.footer_copy span{
  font-family: 'Raleway', sans-serif;
	font-size:12px;
	color:#fff;
	line-height:20px;
	width:100%;
	float:left;
	padding:0px 20px;
	font-weight:400;
	padding-top:15px;
	border-top: 1px solid #0c96d2;
	margin-top:10px;
	text-align:center;
}
/*----company---*/
.about_info h2
{
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	font-weight: 800;
	margin-top:0px;
	margin-bottom:40px;
	text-align:center;
}
.about_info h2 span
{
	font-family: 'Raleway', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-size:50px;
	/*font-style:italic;*/
	color:#f25111;
}
.about_infoleft
{
	float:left;
	width:49%;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height:29px;
	color:##333333;
	padding:0px 35px 0px 0px;
	text-align: left;
}
.about_inforight
{
	float:right;
	width:49%;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding:0px 0px;
	color:#494949;
	line-height:28px;
	text-align:left;
}
.approachbox h2
{
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	font-weight: 800;
	margin-top:0px;
	margin-bottom:40px;
	text-align:center;
}
.approachbox h2 span
{
	/*font-family: 'Raleway', sans-serif;*/
	font-family: 'Raleway', sans-serif;
	font-size:50px;
	color:#f25111;
}
.approach_fluid
{
	background:#f4f4f4;
	text-align:center;
	padding:40px 0px;
}
.approachbox p
{
	font-size:18px;
	font-family: 'Raleway', sans-serif;
	line-height:30px;
	padding:0px 35px;
	color:#222222;
}
.approachbox img
{
	text-align:center;
	margin:30px 0px;
}
.approachleft
{
	width:50%;
	padding:40px 50px;
	float:left;
	background:#fff;
}

.approachleft h4{
	font-weight: 400;
    letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
	color:#41b412;
	font-weight:bold;
	font-size: 20px;
}
.approachleft h2{
	font-weight: 400;
    letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
	color:#293a4e;
	font-size: 35px;
	margin:0px 0px 15px;
}
.approachleft p{
	font-weight: 400;
	line-height:28px;
	font-family: 'Raleway', sans-serif;
	color:#222222;
	font-size: 16px;
}
.approachright
{
	float:right;
	width:50%;
}
.approachimgleft
{	
	float:left;
	width:50%;
}
.approachright img, .approachimgleft img{
	width:100%;
	height:100%;
}
.approachleft img{
	width:100%;
	height:100%;
}
.approachtextright
{
	width:50%;
	padding:40px 50px;
	float:right;
	background:#fff;
}
.approachtextright h4{
	font-weight: 400;
    letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
	color:#41b412;
	font-weight:bold;
	font-size: 20px;
}
.approachtextright h2{
	font-weight: 400;
    letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
	color:#293a4e;
	font-size: 35px;
	margin:0px 0px 15px;
}
.approachtextright p{
	font-weight: 400;
	line-height:28px;
	font-family: 'Raleway', sans-serif;
	color:#222222;
	font-size: 16px;
}
.appcenterimg
{
	width:80px;
	height:80px;
	border-radius:50%;
	position:absolute;
	left:0px;
	top:50%;
	right:0px;
	margin:auto;
}
.appcenterimg img
{
	width:100%;
}
.mission_fluid
{
	padding:40px 0px;
	background:#7fcecd;
}
.mission_fluid h4
{
	color:#fff;
	text-align:center;
	margin: 0px 0px 20px;
	font-size: 50px;
	font-family: 'Raleway', sans-serif;
}
.mission_ul
{
	list-style-type:none;
	margin-top:50px;
}
.mission_ul li
{
	float:left;
	width:33.3%;
	text-align:center;
	padding:15px 30px;
}
.mission_img
{
	width:100px;
	margin:auto;
}
.mission_ul li h3{
	font-family: 'Raleway', sans-serif;
	color:#fff;
	font-weight:bold;
	letter-spacing:1px;
	font-size:18px;
}
.mission_ul li p{
	font-family: 'Raleway', sans-serif;
	color:#333;
	line-height:26px;
	font-size:14px;
}

/*----services---*/
.service_page
{
	text-align:center;
	padding:40px 0px;
}
.servicespage_left
{
	width:30%;
	float:left;
}
.servicespage_left h2
{
	padding-left:30px;
    padding-right: 0.9375rem;
    border-left: 5px solid #efbf34;
    line-height: 1;
    color: #666;
    font-size: 50px;
	text-align:left;
	font-family: 'Droid Serif', serif;
}
.servicespage_right
{
	width:65%;
	float:right;
	font-family: 'Raleway', sans-serif;
	color:#666;
	text-align:left;
	font-size:20px;
	line-height:35px;
}

/*---showcasepage---*/
.showcasetabs
{
	width:100%;	
	margin:0px;
}
.showcaseul
{
	list-style-type:none;
    list-style-type: none;
    margin-top: 55px;
}
.showcaseul li
{
	width:25%;
	float:left;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}
.showcaseul li a
{
	width:100%;
	height:100%;
	display:table;
	transition:all ease-in-out .5s;
	position:relative;
}
.promask
{
	width:100%;
	float:left;
	height:100%;
	background:rgba(0, 0, 0, .3);
	content:'';
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	transition:all ease-in-out .5s;
}
.showcaseul li a img
{
	width:100%;
}
.showcaseul li a span
{
	background:#fff;
	padding:10px 20px;
	position:absolute;
	bottom:20px;
	left:20px;
	color:#333;
	z-index:2;
    font-family: 'Raleway', sans-serif;
	font-size:16px;
}
.showcaseul li a:hover > .promask
{
	display:none;
	transition:all ease-in-out .5s;
}
.showcaseul li a:hover > span
{
	color:#fff;
	background:#333;
}
/*----people pag---*/

.peoplepage_hd h2
{
	text-align:center;
	font-size: 40px;
	font-weight: 800;
	margin-top:0px;
	margin-bottom:15px;
	font-family: 'Raleway', sans-serif;
     text-transform: lowercase;
     color: #fff
}
.peoplepage_hd h2 span
{
	color:#fff;
}
.peoplepage_hd h4
{
	text-align:center;
	font-size: 17px;
	font-weight:400;
	padding:0px 150px;
	line-height:30px;
	color: #fff;
     font-family: 'Raleway', sans-serif;
}
.teampage_ul
{
	list-style-type:none;
	margin:25px 0px 40px;
	width:100%;
	float:left;
}
.teampage_ul li
{
	float:left;
	width:25%;
	overflow:hidden;
	height:250px;
}
.teampage_ul li a
{
	width:100%;
	height:100%;
	display:table;
	position:relative;
}
.teampage_ul li a img
{
	width:100%;
	height:100%;
}
.teaminfo
{
	width:100%;
	height:100%;
	text-align:center;
	float:left;
	position:absolute;
	left:0px;
	display:none;
	vertical-align:middle;
	top:0px;
	padding:10px 20px;
	transition:all .5s;
}
.teamblue
{
	background:#2f66b1;
}
.teamorange
{
	background:#f1710d;
}
.teamgrey
{
	background:#6e6e6e;
}
.teampink
{
	background:#df215c;
}
.teamgreen
{
	background:#5e990b;
}
.teaminfo h3{
	font-size:26px;
	color:#fff;
	margin-top:50%;
	font-weight:600;
	font-family: 'Raleway', sans-serif;
}
.teaminfo h5{
	font-size:20px;
	color:#fff;
	margin-top:10px;
	font-weight:400;
	font-style:italic;
	font-family: 'Raleway', sans-serif;
	font-family: 'Raleway', sans-serif;
}

.teampage_ul li a:hover > .teaminfo
{
	display:block;
	transition:all .5s;
}
.blog_list
{
	width:100%;
	float:left;
	list-style-type:none;
	margin-bottom:0px;
}
.blog_list li
{
	width:33.33333%;
	float:left;
	background-color:#d0dbdd;
	transition:all .5s;
}
.blog_list li:nth-child(3n+3)
{
	float:right;
}
.blog_list li:nth-child(odd) a{
    background-color: #c2d0d3;
}
.blog_list li a
{
	-webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:left;
    justify-content:left;
    min-height: 250px;
    padding: 2.5rem 1.66667rem;
	color:#0b333c;
    text-align: center;
	outline:none;
	transition:all .5s;
	-webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.blog_list li a h3
{
	font-weight:300;
	line-height:34px;
    font-family: 'Raleway', sans-serif;
}
.blog_list li:hover
{
	background-color: #8a3950;
	transition:all .5s;
}
.blog_list li a:hover
{
	text-decoration:none;
	background-color: #e33b67;
	color:#fff;
	transition:all .5s;
	outline:none;
	-webkit-transform: translate(-10px, -10px);
    -moz-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    -o-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px); 
}
.blog_list li a:focus
{
    text-decoration:none;
	background-color: #e33b67;
	color:#fff;
	transition:all .5s;
	outline:none;
	-webkit-transform: translate(-10px, -10px);
    -moz-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    -o-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px); 
}
.bloginner
{
	padding:30px 60px;
}
.bloginner h2{
	color:#19272c;
	font-size:35px;
	font-weight:bold;
	font-family: 'Raleway', sans-serif;
	line-height:45px;
	margin-bottom:20px;
}
.bloginner
{
	margin-bottom:40px;
	 font-size: 16px;
		color:#333;
		line-height:32px;
         font-family: 'Raleway', sans-serif;
}
.bloginner img
{
	width:100%;
	margin:20px 0px;
}
.bloginnerwrapper
{
	max-width: 860px;
	min-width: 240px;
}
.blogpublished
{
	list-style-type:none;
	margin-bottom:20px;
	display:table;
	width:100%;
	padding-bottom:15px;
	border-bottom:1px solid #e9e9e9;
}
.blogpublished li
{
	float:left;
	letter-spacing:1px;
	margin-right:30px;
        font-family: 'Raleway', sans-serif;
	font-size:14px;
	color:#3a494a;
	text-transform:uppercase;
}
.blogpublished li span
{
	color:#9db1b3;
}
.blogpublished li a
{
	color:#f25111;
	transition:all .3s;
}
.blogpublished li a:hover
{
	color:#41b38e;
	transition:all .3s;
	text-decoration:none;
}
.bloginner p{
	    font-size: 16px;
		color:#333;
		line-height:32px;
        font-family: 'Raleway', sans-serif;
}
.innerbanner
{
	width:100%;
	height:350px;
	overflow:hidden;
	float:left;
	position:relative;
	margin-top:77px;
}
/* .innerbanner:after
{
	width:100%;
	height:500px;
	float:left;
	position:absolute;
	left:0px;
	top:0px;
	content:'';
	z-index:9;
	background-image: -owg-linear-gradient(-210deg, #d52f5b 0%, rgba(213,47,91,0) 400px);
    background-image: -webkit-linear-gradient(-210deg, #d52f5b 0%, rgba(213,47,91,0) 400px);
    background-image: -moz-linear-gradient(-210deg, #d52f5b 0%, rgba(213,47,91,0) 400px);
    background-image: -o-linear-gradient(-210deg, #d52f5b 0%, rgba(213,47,91,0) 400px);
    background-image: linear-gradient(-210deg, #d52f5b 0%, rgba(213,47,91,0) 400px);
} */
.teamheading{
	  font-family: 'Raleway', sans-serif;
		text-align:center;
    font-size: 40px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
		color:#111;
}
.teamheading span{
    color:#f25111;
}
.innerbanner_toptext
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	text-align:center;
	margin:auto;
	color:#fff;
	z-index:10;
}
.innerbannertext h2
{
     font-family: 'Raleway', sans-serif;
	font-size: 40px;
	font-weight: 800;
	margin-top:100px;
	margin-bottom:10px;
	text-align:center;
}
.innerbannertext h5
{
	font-family: 'Raleway', sans-serif;
     font-family: 'Raleway', sans-serif;
	font-size: 45px;
	font-weight:300;
	margin-top:120px;
	margin-bottom:10px;
	text-align:center;
}
.innerbannertext  p
{
	font-family: 'Raleway', sans-serif;
     font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight:400;
}
.innerbannertext h2 span
{
	font-family: 'Raleway', sans-serif;
	font-size:50px;
	font-style:italic;
	color:#f25111;
}
.bannerbotom_top
{
	margin-top:-50px !important;
	background:#fff;
	position:relative;
	z-index:11;
}
.carrer_text
{
	width:100%;
	float:left;
	padding:40px;
	box-shadow: 0 21px 39px -16px rgba(34,48,116,0.5);
}
.carrer_block
{
	width:100%;
	float:left;
	margin-bottom:30px;
}
.carrer_block h4{
	float:left;
	font-size:32px;
	text-align:right;
	position:relative;
	font-weight:300;
     font-family: 'Raleway', sans-serif;
	width:25%;
}
.carrer_block h4:after{
	content: '';
    display: block;
    height: 2px;
    position: absolute;
    width: 48px;
    background-color: #d52f5b;
	right:0px;
	bottom:-12px;
}
.carrer_block p
{
	font-weight: 400;
	line-height: 28px;
     font-family: 'Raleway', sans-serif;
	color: #293a4e;
	font-size: 16px;
	width:70%;
	float:right;
}
.careerpage_img
{
	width:100%;
	float:left;
	list-style-type:none;
	margin-bottom:0px;
}
.careerpage_img li
{
	width:25%;
	float:left;
}
.careerpage_img li img
{
	width:100%;
}
.carrerpage_bottomtag
{
	padding:60px;
	background:#d52f5b;
	color:#fff;
	width:100%;
	float:left;
}
.carrerpage_bottomtag p
{
	color:#fff;
	font-size:28px;
	float:left;
}
.carrerpage_bottomtag a{
	background:#9b0d33;
	color:#fff;
	border-radius:3px;
	text-transform:uppercase;
	font-size:14px;
     font-family: 'Raleway', sans-serif;
	float:right;
	outline:none;
	padding:18px 30px;
	display:table;
	letter-spacing:1px;
	font-weight:500;
	margin-top:20px;
	transition:all .5s;
}
.carrerpage_bottomtag a:hover{
	background:#000;
	color:#fff;
	transition:all .5s;
	text-decoration:none;
}
.carrerpage_bottomtag a:focus{
	text-decoration:none;
}

.counterbx{
	width: 100%;
	display: table;
	padding: 60px 0 0; 
	position: relative;
	/* background-color: #2b63af; */

	animation-name: color_change;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.bganimationbx{
	animation-name: color_change;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.bganimationbx .about_info h2{color: #fff;}
.bganimationbx .about_info h2 span{color: #fff;}
.bganimationbx .about_infoleft{color: #fff;}
.bganimationbx .about_inforight{color: #fff;}


@-webkit-keyframes color_change {
	0% { background-color: #2c63af; }
	15% { background-color: #2c63af; }
	25% { background-color: #cd6c28; }
	50% { background-color: #fdaf17; }
	75% { background-color: #e01d5a; }
	100% { background-color: #70933c; }

}
@-moz-keyframes color_change {
	0% { background-color: #2c63af; }
	15% { background-color: #2c63af; }
	25% { background-color: #cd6c28; }
	50% { background-color: #fdaf17; }
	75% { background-color: #e01d5a; }
	100% { background-color: #70933c; }
}
@-ms-keyframes color_change {
	0% { background-color: #2c63af; }
	15% { background-color: #2c63af; }
	25% { background-color: #cd6c28; }
	50% { background-color: #fdaf17; }
	75% { background-color: #e01d5a; }
	100% { background-color: #70933c; }
}
@-o-keyframes color_change {
	0% { background-color: #2c63af; }
	15% { background-color: #2c63af; }
	25% { background-color: #cd6c28; }
	50% { background-color: #fdaf17; }
	75% { background-color: #e01d5a; }
	100% { background-color: #70933c; }
}
@keyframes color_change {
	0% { background-color: #2c63af; }
	15% { background-color: #2c63af; }
	25% { background-color: #cd6c28; }
	50% { background-color: #fdaf17; }
	75% { background-color: #e01d5a; }
	100% { background-color: #70933c; }
}

.counterbx h2{
	text-align: center;
	width: 75%;
	margin: 0 auto;
	font-size: 40px;
	line-height: 46px;
	font-weight: 800;
	color: #fff;
	/* text-transform: lowercase; */
	font-family: 'Raleway', sans-serif;
}
.counterbx1{
    width: 100%;
    display: table;
    margin-top: 40px;
}
.counterbx1 h3{color: #fff; font-size: 42px; text-transform: uppercase; margin:0px; 
	font-family: 'Poppins', sans-serif;
	font-size: 80px;
	line-height: 70px;
	/* letter-spacing: -3px; */
	font-weight: 800;
	margin-bottom: 20px;
}
.counterbx1 h3 i{font-weight: 800; font-style: normal; font-size: 80px; margin-left: 10px;}
.counterbx1 p{text-transform: capitalize; color: #fff; margin-top: 10px; font-size: 15px;
	font-family: 'Raleway', sans-serif;
}

.clientslogos1{width: 100%;
display: table; padding: 0 4%; clear: both; padding-top: 70px;}
.clientslogos1 ul{
	background-color: #FFF;
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	width: 100%;
	list-style-type: none;
	display: table;
	margin: 0;
}
.clientslogos1 ul li {
    width: 16.66667%;
    float: left;
    position: relative;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	text-align: center;
}
.clientslogos1 ul li a{display: block; text-decoration: none; width: 100%; padding: 40px 0;}

.clogos2{clear: both; width: 100%; display: table; background-color: #fafafa; padding-bottom: 40px;}

.clogos2 h2{
	text-align: center;
	color: #000;
	margin-top: 40px;
	font-weight: 800;
	font-size: 40px;
	text-transform: uppercase;
	color: #2b63af;
	margin-bottom: 15px;
	font-family: 'Raleway', sans-serif;
}
.clogos2 h5{
	text-align: center;
	width: 65%;
	margin: 0 auto;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	color: #252b33;
	text-transform: lowercase;
	font-family: 'Poppins', sans-serif;
}
.clientslogos2{padding-top: 0px; }

.blogbtn{width: 100%; display: inline-block; text-align: center; margin-top: 30px;}
.blogbtn a{
	text-decoration: none;
	padding: 13px 23px;
	background-color: transparent;
	border: 1px solid #2c64af;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	color: #2c64af;
	letter-spacing: 1px;
	transition: all 0.3s;
	font-family: 'Raleway', sans-serif;
}
.blogbtn a:hover{background-color: #2c64af; color: #fff;}


.ftbx1{
	clear: both;
	width: 100%;
	display: table;
	padding: 40px 0 40px;
	background-color: #000000;
}
.ftbx1 h2{
	margin-bottom: 40px;
	font-size: 40px;
	letter-spacing: 1.3px;
	font-family: 'Raleway', sans-serif;
	position: relative;
	display: inline-block;
	z-index: 1;
	color: #fff;
	line-height: 38px;
	font-weight: 800;
}
.ftbx1 h2:before{
	position: absolute;
	z-index: -1;
	content: " ";
	display: block;
	background: #433ec5;
	left: -5px;
	right: -5px;
	height: 44px;
	top: 10px;
}
.ftbx1 h3{
	font-size: 22px;
letter-spacing: 2px;
margin-bottom: 0px;
}
.ftbx1 h3 a{
	text-decoration: none;
color: #fff;
font-size: 22px;
letter-spacing: 2px;
line-height: 34px;
text-transform: uppercase;
font-weight: 700;
}
.ftbx1 h3 a .arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    transition: all .3s ease;
    height: 25px;
}
.ftbx1 h3 a  .arrow g {
    stroke: #fff;
}
.ftbx1 h3 a:hover .arrow {margin-left: 30px;}
.line1{
	display: block;
	height: 1px;
	border: none;
	box-shadow: none;
	background: #fff;
	width: 100%;
	clear: both;
	margin: 70px 0 70px;
}

.ftbx1 h4{
	font-size: 18px;
line-height: 28px;
letter-spacing: 2px;
color: #ced0eb;
text-transform: uppercase;
font-weight: 700;
font-family: 'Raleway', sans-serif;
margin-top: 0px;
}
.ftbx1 p{
	letter-spacing: 1px;
line-height: 28px;
font-size: 16px;
color: #ced0eb;
margin-bottom: 30px;
font-family: 'Raleway', sans-serif;
}
.ftbx1 p a{text-decoration: none; color: #ced0eb}
.ftsocial1 a{
	text-decoration: none;
	width: 30px;
	height: 30px;
	float: left;
	display: inline-block;
	margin-right: 10px;
	border-radius: 30px;
	transition: all 0.3s;
	text-align: center;
	line-height: 30px;
	background-color: #716ef5;
	color: #2727a5;
	font-size: 18px;
}
.ftsocial1 a:hover{background-color: #6663e9;}
.ftbx1 ul{
	list-style-type: none;
	width: 100%;
	clear: both;
}
.ftbx1 ul li{
	float: left;
	display: inline-block;
	width: 50%;
	padding-right: 15px;
}
.ftbx1 ul li a{
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	line-height: 28px;
	font-size: 16px;
	color: #ced0eb;
	display: block;
	padding: 5px 0;
	transition: all 0.3s;
	font-family: 'Raleway', sans-serif;
}
.ftbx1 ul li a:hover{color: #fff;}

.copyrights{
	clear: both;
	width: 100%;
	display: inline-block;
	color: #9696ff;
	padding-top: 20px;
	text-align: center;
	margin-top: 50px;
	border-top: 1px solid #9696ff;
}

.aboutsec2{
	width: 100%;
	display: table;
	padding: 40px 0;
	background-color: #fff;
}
.aboutstickybx{
	width: 50%;
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	display: block;
	float: left;
}
.aboutstickybx h4{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
}
.aboutstickybx h2{
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: 800;
	width: 85%;
	color: #252b33;
}
.aboutsec2 h3{
	font-size: 24px;
	line-height: 34px;
	font-weight: 800;
	color: #252b33;
	font-family: 'Raleway', sans-serif;
	margin-top: 0px;
}
.aboutsec2 p{
	font-size: 16px;
	line-height: 26px;
	color: #252b33;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 40px;
	font-weight: 400;
}



.servtopbx{
	background:#f4f4f4; padding:40px 0px;
	display: table;
	width: 100%;
	animation-name: color_change;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.servtopbx h2{
	text-align: center;
	margin-top: 0px;
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: 800;
	color: #fff;
	margin-top: 77px;
	text-transform: lowercase;
}
.servtopbx img{width: 48px; display: block;}
.servtopbx h3{
	text-align: left;
	margin-top: 0px;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	line-height: 34px;
	font-weight: 800;
	color: #fff;
	margin: 15px 0;
	/* letter-spacing: -1px; */
}
.servtopbx p{
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	text-align: left;
	font-family: 'Raleway', sans-serif;
}


.portaboutbx{
	background:#f4f4f4; padding:40px 0px;
	display: table;
	width: 100%;
}
.portaboutbx h2{
	font-size: 40px;
	line-height: 56px;
	font-weight: 800;
	margin: 15px 0;
	font-family: 'Raleway', sans-serif;
	color: #121826;
	text-transform: lowercase;
	text-align: center
}
.portaboutbx p{
	font-size: 22px;
	line-height: 32px;
	color: #454f5b;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}



/*----contactpage----*/
.contactbox
{
	width:33.3%;
	float:right;
	height:820px;
}
.contactbox1{width: 66.7%;}
.contactbox h4
{
	border-bottom: 1px solid #dadada;
	padding:15px 30px;
	margin-bottom: 30px;
    color: #000;
	display:table;
	margin-top:0px;
	width:100%;
	float:left;
    font-size: 36px;
    font-weight: 200;
	font-family: 'Raleway', sans-serif;
    line-height: 1;
}
.contactform
{
	font-family: 'Raleway', sans-serif;
	width:100%;
	float:left;
	padding:0px 30px;
}
.contactform input
{
	font-family: 'Raleway', sans-serif;
	width:100%;
	float:left;
	height:40px;
	background:#f7f7f7;
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:20px;
}
.posselectpicker
{
	width:100%;
	float:left;
	height:40px;
	background:#f7f7f7;
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:20px;
}

.contactform textarea
{
	font-family: 'Raleway', sans-serif;
	width:100%;
	float:left;
	height:90px;
	background:#f7f7f7;
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:20px;
}
.contactform p{
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	color:#3b3b3b;
}
.contactform p span{
	color:#ff0000;
	margin-right:5px;
}
.contactform .submitbut
{
	position: relative;
	width:140px;
	display:table;
	height:43px;
    padding: 0 27px 2px;
    border: 2px solid #000;
    color: #000;
	font-family: 'Raleway', sans-serif;
	text-transform:uppercase;
	font-weight:100;
	letter-spacing:2px;
	margin-bottom:5px;
	font-size:16px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.contactform .submitbut:hover
{
	border: 2px solid #e7711b;
    color: #e7711b
}
.cont_add
{
	list-style-type:none;
	padding:0px 30px;
	margin-bottom:30px;
	border-bottom: 1px solid #dadada;
	display:table;
}
.cont_add li
{
	width:100%;
	float:left;
	margin-bottom:0px;
}
.cont_add li p
{
	float:right;
	width:91%;
    font-family: 'Raleway', sans-serif;
	font-size:15px;
	margin-bottom:20px;
	color:#3b3b3b;
	line-height:24px;
}
.cont_add li i
{
	color:#a4a4a4;
	float:left;
	font-size:20px;
	margin-right:15px;
}
.mapheight
{
	height:815px;
}
.moprojects
{
	width:100%;
	height:50px;
	margin:0px auto 0px;
	background:#ee771d;
	padding:15px;
	color:#fff;
	display:none;
	cursor:pointer;
	font-family: 'Raleway', sans-serif;
	font-size:15px;
}
.moprojects i
{
	color:#fff;
	float:right;
	font-size:18px;
}
ul.showcasetabs {
	margin: auto;
	padding: 0;
	list-style: none;
	width:auto;
	display:table;
	background-color: #2e67b1;
}
ul.showcasetabs li {
	display:inline-block;
	
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
     font-family: 'Raleway', sans-serif;
	border-left: none;
	color: #fff;
	font-size:16px;
	position:relative;
}
ul.showcasetabs li a{padding:18px 25px; display: block;}
/*ul.showcasetabs li:after
{
		position: absolute;
		top: 0;
		right: -25px;
		color: #fff;
		content: '/';
}*/
ul.showcasetabs li:last-child:after
{
display:none;
}
ul.showcasetabs li:hover{
	background-color: #d97d34; color: #fff; text-decoration: none;
}	
ul.showcasetabs li:hover a{text-decoration: none;}
ul.showcasetabs li.active{
	background-color: #d97d34; color: #fff; text-decoration: none;
}
ul.showcasetabs li.active:hover{
	background-color: #d97d34; color: #fff; text-decoration: none;
}
.tab_content {
		display: none;
		float: left;
		width: 100%;
}
.d_showcasetabsfixed
{
    position:fixed;
    top:74px;
    z-index:99;
}
.mobcase
{
	width:100%;
	float:left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #2e67b1;
}
.mobileicon
{
	display:none;
	color:#ff4229;
	float:right;
	font-size:30px;
	margin:15px;
	cursor:pointer;
}
.mobilemenumain
{
	width:100%;
	height:100%;

	min-height:100%;
	max-height:100%;
	float:left;
	position:fixed;
	top:-1000%;
	z-index:999;
	opacity: 1;
    background: #ff4229;
	transition:all .3s;
    background: rgba(255,66,41,.92);
}
.menulogo
{
	float:left;
	width:135px;
}
.menulogo img
{
	width:100%;
	padding:15px;
}
.menuclose
{
	float:right;
	color:#fff;
	margin:10px 20px;
	cursor:pointer;
	font-size:30px;
	font-weight:100;
}
.mobilemenu
{
	list-style-type:none;
	margin:20px 0px 50px;
	width:100%;
	float:left;
}
.mobilemenu li
{
	width:100%;
	float:left;
	text-align:center;
}
.mobilemenu li a
{
	color:#fff;
	width:100%;
	float:left;
	padding:7px 10px;
	letter-spacing:1px;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-size:22px;
}
.mobilemenu li a:hover
{
	background:#fff;
	text-decoration:none;
	color:#ff4229;
}
.menusocial
{
	width:auto;
	margin:auto;
	display:table;
	list-style-type:none;
}
.menusocial li
{
	float:left;
}
.menusocial li a
{
	color:#fff;
	font-size:20px;
	padding:20px;
	transition:all .5s;
}
.menusocial li a:hover
{
	color:#222;
	transition:all .5s;
}
ul.blogtabs {
	margin: auto;
	margin-top:-60px;
	padding: 0;
	list-style: none;
	width:auto;
	display:table;
	background-color:transparent;
}
ul.blogtabs li {
	display:inline-block;
	margin:15px 25px 20px;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	border-left: none;
	color:#fff;
	font-size:16px;
	position:relative;
}
ul.blogtabs li:after
{
		position: absolute;
		top: 0;
		right: -25px;
		color: #fff;
		content: '/';
}
ul.blogtabs li:last-child:after
{
display:none;
}
ul.blogtabs li:hover {
	color: #d97d34;
}	
ul.blogtabs li.active{
	color: #d97d34;
}
.animationbox
{
position:absolute;
bottom:0px;
}
.c_input
{
	 padding: 5px 12px;
    width: 100%;
	float:left;
	border-radius: 0px;
    background-color: #fff;
	border: 1px solid #e3e3e3;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    height: 45px;
	margin-bottom:20px;
}
.popuphd
{
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	letter-spacing:1px;
	color:#e33b67;
}
.cont_submit
{
	border:1px solid #e33b67;
	padding:7px 20px;
	display:table;
	font-family: 'Raleway', sans-serif;
	color:#000;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	background:#fff;
	transition:all .5s;
	border-radius:3px;
}
.cont_submit:hover
{
	background:#e33b67;
	transition:all .5s;
	color:#fff;
}

.blogul ul
{
    list-style-type:none;
	margin-left:10px;
	padding:0px;
}
.blogul ul li
{
	position:relative;
	padding-left:20px;
	margin-bottom:10px;
    font-size: 16px;
color: #333;
line-height: 32px;
font-family: 'Raleway', sans-serif;
}
.blogul ul li:after
{
	left:0px;
	top:13px;
	content:'';
	position:absolute;
	width:7px;
	height:7px;
	background:#26ae61;
}


.careerspgbx{
	clear: both;
	width: 100%;
	display: table;
	padding: 40px 0 80px; 
	background-color: #f4f4f4;
}

.flip-box {
  background-color: transparent;
  width: 100%;
  height: 300px;
  perspective: 1000px;
  text-decoration: none;
  color: #fff;
  display: block;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  font-family: 'Raleway', sans-serif;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box{transition: all 0.3s; margin-bottom: 25px;}
.flip-box-front {
  /* background-color: #bbb; */
  color: #323a45 ;
}

.flip-box-back {
  /* background-color: dodgerblue; */
  color: #323a45 ;
  transform: rotateY(180deg);
}
.flipcol1{background-color: #bbd5f9;}
.flipcol2{background-color: #fdd0b0;}
.flipcol3{background-color: #cacaca;}
.flipcol4{background-color: #f4b1c6;}
.flipcol5{background-color: #c9ddab;}

.flipcol1 h2, .flipcol2 h2, .flipcol3 h2, .flipcol4 h2, .flipcol5 h2{
	margin: 33% 0 10px;
	line-height: 30px;
	font-weight: 800;
	font-size: 24px;
	display: block;
	font-family: 'Raleway', sans-serif;
}
.flip-box-back h2{margin-top: 28%;}
.flipcol1 h3, .flipcol2 h3, .flipcol3 h3, .flipcol4 h3, .flipcol5 h3{font-weight: 400; font-size: 18px; 
	margin-top: 0px;}
.flip-box span{
	padding: 12px 30px;
	color: #323a45  ;
	font-size: 14px;
	background: none;
	text-transform: uppercase;
	border-radius: 30px;
	border: 2px solid #323a45 ;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	margin-top: 15px;
}
.flip-box .flipcol1 span:hover{background-color: #323a45; color: #bbd5f9;}
.flip-box .flipcol2 span:hover{background-color: #323a45; color: #fdd0b0;}
.flip-box .flipcol3 span:hover{background-color: #323a45; color: #cacaca;}
.flip-box .flipcol4 span:hover{background-color: #323a45; color: #f4b1c6;}
.flip-box .flipcol5 span:hover{background-color: #323a45; color: #c9ddab;}


.jobdescription {
    width: 100%;
    display: table;
    background-color: #fff;
    padding: 40px 0;
    font-family: 'Raleway', sans-serif;
    clear: both;
}
.jobdescription h1 {
    text-align: center;
    font-size: 40px;
    color: #fab017;
    font-weight: 800;
    margin-bottom: 40px;
    margin-top: 0px;
    font-family: 'Raleway', sans-serif;
    animation: color-change1 20s infinite;
}

@-webkit-keyframes color-change1 {
	0% { color: #2c63af; }
	25% { color: #cd6c28; }
	50% { color: #fdaf17; }
	75% { color: #e01d5a; }
	100% { color: #70933c; }

}
@-moz-keyframes color-change1 {
	0% { color: #2c63af; }
	25% { color: #cd6c28; }
	50% { color: #fdaf17; }
	75% { color: #e01d5a; }
	100% { color: #70933c; }
}
@-ms-keyframes color-change1 {
	0% { color: #2c63af; }
	25% { color: #cd6c28; }
	50% { color: #fdaf17; }
	75% { color: #e01d5a; }
	100% { color: #70933c; }
}
@-o-keyframes color-change1 {
	0% { color: #2c63af; }
	25% { color: #cd6c28; }
	50% { color: #fdaf17; }
	75% { color: #e01d5a; }
	100% { color: #70933c; }
}
@keyframes color-change1 {
	0% { color: #2c63af; }
	25% { color: #cd6c28; }
	50% { color: #fdaf17; }
	75% { color: #e01d5a; }
	100% { color: #70933c; }
}


.jobdescription label{
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.jobdescription label span{color: #ff7149;}
.jobdescription input.form-control, .jobdescription textarea.form-control{
    background-color: #f2f2f4;
    border-radius: 0px;
    /* height: 60px; */
    padding: 15px;
    border: 0px;
    margin-bottom: 20px;
    font-weight: 400;
    box-shadow: none;
    color: #000;
    display: block;
    height: auto;
}

.jobdescription textarea.form-control{height: 80px;}
.jobdescription .col-sm-12{
    display: table;
    width: 100%;
}
input.subres{
    padding: 15px 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 0px;
    background-color: #43c0e3;
    transition: all 0.3s;
    animation-name: color_change;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.carinbx1{
	width: 100%;
	display: table;
	padding: 40px 0 70px;
	/* background-repeat: no-repeat;
	background-size: cover;
	background-position: left top; */
	animation-name: color_change;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.carinbx1 h2{
	color: #fff;
font-size: 40px;
font-weight: 800;
font-family: 'Raleway', sans-serif;
text-align: center;
margin-top: 0px;
margin-bottom: 10px;
}
.carinbx1 h4{
	font-family: 'Raleway', sans-serif;
font-size: 16px;
color: #fff;
text-align: center;
font-weight: 400;
}
.carinbxin1{
	width: 100%;
	display: table;
	padding: 40px 40px 20px;
	background-color: #fff;
	box-shadow: 0 21px 39px -16px rgba(34,48,116,0.5);
	margin-top: 30px;
}
.carinbxin1 ul{list-style-type: none; width: 100%;}
.carinbxin1 ul li{
	background: url("../images/circle-black.png") no-repeat left 5px;
	list-style: none;
	width: 44%;
	float: left;
	font-family: 'Raleway', sans-serif;
	padding-left: 24px;
	margin-bottom: 15px;
	color: #323a45;
	font-size: 16px;
	margin-right: 30px;
}
.exp-detail {
    width: 100%;
    padding: 30px 0px 0;
    overflow: hidden;
    display: inline-block;
    border-top: 1px solid #e2e6e9;
    margin-top: 30px;
}

.exp-detail .left {
    width: 50%;
    float: left;
}
.exp-detail .right {
    width: 50%;
    float: right;
}
.exp-detail .left p, .exp-detail .right p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #323a45;
}
.exp-detail .left span, .exp-detail .right span {
    font-weight: bold;
}



.blogcontbx{
	width: 100%;
	display: table;
	padding: 40px 0 70px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	position: relative;
	text-align: center;
}
.blogcontbx:before{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background-color: #141618;
	opacity: 0.65;
}
.blogcontbx h2{color: #fff; font-family: 'Raleway', sans-serif; position: relative; padding: 0 10%;
font-weight: 800; font-size: 80px; text-align: center; margin-top: 0px;}
.blogcontbx p{position: relative; text-align: center; font-size: 13px; font-weight: 600; color: #fff;
text-transform: uppercase; font-family: 'Raleway', sans-serif; letter-spacing: 2px;
margin-top: 15px; margin-bottom: 0px;}
.header-scrolldown {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -6px;
    z-index: 100;
    transition: transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
    color: #fff;
    font-size: 18px;
    z-index: 9;
    cursor: pointer;
}
.blogcontbx2{
	width: 100%;
	display: table;
	padding: 40px 0;
	background-color: #fff;
}
/* .blogco{padding: 0 16%;} */
.blogcontbx2 p{
	font-size: 16px;
	line-height: 24px;
	color: #555;
	font-family: 'Raleway', sans-serif;
}
.blogcontbx2 h3{font-weight: 700; color: #252b33; font-family: 'Raleway', sans-serif; font-size: 29px;
margin: 25px 0;}
.blogcontbx2 img{width: 100%; display: block;}

.desknobx1{display: none}
.hd_soc{float: left; margin: 20px 0 0 40px; display: none;}
.hd_soc a{
	float: left;
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 34px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	margin-right: 8px;
	font-size: 18px;
	transition: all 0.3s;
}
.hd_soc a.fbr{background-color: #3a5696; border: 1px solid #3a5696;}
.hd_soc a.lir{background-color: #0172ae; border: 1px solid #0172ae;}

.hd_soc a.fbr:hover{color: #3a5696; border: 1px solid #3a5696; background-color: transparent;}
.hd_soc a.lir:hover{color: #0172ae; border: 1px solid #0172ae; background-color: transparent;}




 @media only screen and (min-width : 980px) and (max-width : 1279px) {
.mainwrapper {
	max-width: 960px;
	min-width: 240px;
	margin: auto;
}
.footer_toptext p {
    font-size: 13px;
}
.right_menu {
    width: 76%;
	float:right;
}
.right_menu ul li a {
    font-size: 14px;
	padding: 32px 0px;
    line-height: 1;
}
.phone_num {
	display:none;
}
.topgallerymask {
    top: 62%;
}
.parallax_fluid h1
{
	padding: 140px 10px 0px;
}
.services li a {
    padding: 40px 10px;
}

.footer_toptext h3 {
    font-size: 28px;
}
.teampage_ul li {
    height: 240px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.teaminfo h3 {
    font-size: 21px;
}
.approachleft, .approachtextright {
    padding: 15px;
	
}
.approachleft h2, .approachtextright h2 {
    font-size: 25px;
}
.approachleft p, .approachtextright p {
    line-height: 22px;
    font-size: 14px;
}
.moprojects
{
	display:none;
}
.getintouchbox
{
	margin-bottom:20px;
}
.footer_fluid
{
	height:auto;
}
.about_inforight {
    padding: 0px 0px;
}
.services li a h2
{
	font-size: 22px;
}
.services li a:hover > .ser_more {
    font-size: 14px;
    line-height: 22px;
}
.carrerpage_bottomtag {
    padding: 35px;
    font-size: 28px;
}
.cont_add li p {
    width: 85%;
}
.contactform .submitbut {
    height: 42px;
    padding: 0px 27px 0px;
}
.home_main_title ul li {
    padding: 0 20px;
}
.parallax_fluid {
    background-attachment: inherit;
}

ul.showcasetabs {
    padding: 0;
    width: 100%;
}
.showcasetabs li
{
    display:none;
}
ul.showcasetabs li {
    margin: 10px 10px 16px;
    font-size: 14px;
}
ul.showcasetabs li::after {
    display:none;
}
.showcaseul {
    margin-top:51px;
}

.moprojects
{
    display: block;
    position: fixed;
    top: 74px;
    z-index: 99;
}
ul.showcasetabs li{
    width: 100%;
    margin:0px;
    padding:5px;
}
.mobcase, .mobcase1
{
    display:none;
	position: fixed;
    top: 123px;
    z-index: 99;
    background: rgb(255, 255, 255);
}


.blogmobcase
{
    display:block !important;
    position: relative !important;
    top: 0 !important;
    z-index: 99;
    background: rgb(255, 255, 255);
}
.blogmobilemenu
{
    display:none; 
}
.parallax_fluid
{
    height:420px;
}
.home_main_title{
    margin-top: 0px;
}

}

 @media only screen and (min-width : 768px) and (max-width :979px) {
.mainwrapper {
	max-width: 750px;
	min-width: 240px;
	margin: auto;
}
.right_menu ul li a {
    font-size: 13px;
	 letter-spacing: 0px;
}
.right_menu ul li {
    padding: 0px 15px;
}
.right_menu {
    width: 85%;
}
.phone_num {
	display:none;
}
.h_socialinner {
    width: auto;
}
.h_socialinner ul{margin-left: 0px;}
.h_socialinner ul li a{font-size: 13px;}
.hd_soc{display: none;}
.h_socialinner ul li {
    width: auto;
}
.h_gallerytop ul li a span {
    font-size: 1.4rem;
}
.h_gallerybottom ul li a span {
    font-size: 1.4rem;
}
.count_text {
    font-size: 20px;
}
.port_categories ul li a{font-size: 12px !important; }
.port_categories ul li{padding: 0 5px !important;}
.count_texttag {
    font-size: 14px;
}
.blogcontbx h2{font-size: 46px;}
.clients li {
    padding: 23px;
}
.clientslogos1  ul li a img{width: 80%;}
.clientshover a {
    font-size: 10px;
    margin: 33px auto 0px;
}
.parallax_fluid h1 {
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 41px;
    padding: 90px 10px 0px;
}
.services li {
    width: 50%;
    border: 1px solid #bababa !important;
}
.services li a h2
{
	font-size: 22px;
}
.services li a:hover > .ser_more {
    font-size: 14px;
    line-height: 22px;
}
.footer_toptext h3 {
    font-size: 22px;
}
.gitit {
    font-size: 15px;
}
.footer_menu {
    width: 34%;
    margin-right: 10px;
    margin-bottom: 30px;
}
.textanimation_fluid {
    margin-top: 74px;
}
.h_social::before {
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
}
.h_social::after {
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
}
.h_social {
    height: 74px;
}
.logo {
    width: 14%;
}
.about_inforight
{
	padding:0px;
}
.teampage_ul li {
    width: 33.33%;
    height: 250px;
}
.teaminfo h3 {
    font-size: 20px;
    margin-top: 50%;
}
.approachbox p {
    font-size: 15px;
    line-height: 26px;
    padding: 0px;
}
.approachbox h2 {
    font-size: 43px;
}
.approachleft, .approachtextright {
    padding: 15px;
}
.approachleft h4, .approachtextright h4
{
	margin:0px 0px 10px;
}
.approachleft h2, .approachtextright h2 {
    font-size: 25px;
	margin:0px 0px 10px;
}
.approachleft p, .approachtextright p {
    line-height: 18px;
    font-size: 12px;
}
.contactbox, .contactbox1 {
    width: 100%;
}
.cont_add li p {
    width: 86%;
}

.carrer_block h4 {
    font-size: 21px;
}
.carrer_block p {
    line-height: 24px;
    font-size: 14px;
}
.carrerpage_bottomtag {
    padding:20px;
}
.carrerpage_bottomtag p {
    color: #fff;
    font-size: 22px;
    float: left;
}
.carrerpage_bottomtag a
{
	margin-top:0px;
}
.innerbanner
{
	margin-top:74px;
}
.blog_list li a h3
{
	Font-size: 19px;
	line-height: 29px;
}
.innerbannertext h5 {
    font-size: 32px;
}
.home_main_title ul li {
    padding: 0 15px;
}
.peoplepage_hd h2 {
    font-size: 31px;
}
ul.showcasetabs li {
    margin: 10px 10px 16px;
    font-size: 14px;
}
ul.showcasetabs li::after {
    right: -17px;
}
.showcaseul {
    margin-top:51px;
}

.moprojects
{
    display: block;
    position: fixed;
    top: 74px;
    z-index: 99;
}
ul.showcasetabs li{
    width: 100%;
    margin:0px;
	padding:5px;
}
.mobcase, .mobcase1
{
    display:none;
	position: fixed;
    top: 123px;
    z-index: 99;
    background: rgb(255, 255, 255);
}


.blogmobcase
{
    display:block !important;
    position: relative !important;
    top: 0 !important;
    z-index: 99;
    background: rgb(255, 255, 255);
}
.blogmobilemenu
{
    display:none; 
}
.parallax_fluid {
    background-attachment: inherit;
}
ul.showcasetabs li a, ul.blogtabs li a{display: block; width: 100%; padding: 5px;}
#coronabar{display:none;} 
.servicesbx1 li a h4{font-size: 18px;}
}
 @media only screen and (min-width : 360px) and (max-width :767px) {
.mainwrapper {
	max-width: 767px;
	min-width: 240px;
	padding: 0px 10px;
	margin: auto;
}
.phone_num{display: inline-block;}
.h_social, .right_menu ul
{
	display:none;
}
.right_menu
{
	width:60%;
}
.logo {
    width:110px;
}
.h_gallerytop ul li {
    width: 100%;
}
.h_gallerytop ul li a span {
    font-size: 1.8rem;
}
.h_gallerybottom ul li a span {
    font-size: 1.8rem;
}
.h_gallerybottom ul li {
    width: 100% !important;
}
.count_fluid
{
	display:none;
}
.parallax_fluid h1 {
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 35px;
	width:100%;
	padding:16px 0px 0px;
}
.services li {
    width: 100%;
	border: 1px solid #fff !important;
}
.services li a h2 {
    font-size: 22px;
}
.services li a:hover > .ser_more {
    font-size: 14px;
    line-height: 22px;
}
.footer_toptext {
    width: 100%;
}
.gitit
{
	float:left;
}
.footer_menu, .footertop_fluid {
	display:none;
}
.footer_copy span
{
	padding: 15px 0px 0px;
}
.footer_social {
    float: none;
    display: table;
    width: auto;
    margin: auto;
}
.footer_copy p {
    text-align: center;
    display: table;
    float: none;
    width: 100%;
}
.about_info h2, .approachbox  h2 {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 26px;
}
.about_info h2 span, .approachbox  h2 span{
    font-size: 35px;
}

.about_infoleft {
    width: 100%;
	padding:0px;
	text-align:center;
}
.about_inforight
{
	width:100%;
	text-align:center;
	padding:0px;
}
.teampage_ul li {
    width: 50%;
    height: 170px;
    margin-right:0px;
    margin-bottom:0px;
}
.teaminfo
{
	padding:10px;
}
.teaminfo h3 {
    font-size: 16px;
}
.teaminfo h5 {
    font-size: 14px;
}
.approachbox p {
    font-size: 15px;
    line-height: 24px;
    padding: 0px 0px;
	text-align:justify;
}
.approachleft , .approachtextright{
    width: 100%;
    padding: 10px;
	border-bottom:1px solid #d7d7d7;
}
.approachright, .approachimgleft, .appcenterimg 
{
	display:none;
}
.approachleft h2, .approachtextright  h2 {
    letter-spacing: 0px;
    font-size: 24px;
    margin-bottom: 10px;
}
.peoplepage_hd h4 {
    padding: 0px 0px;
    line-height: 24px;
}
.peoplepage_hd h2 {
    font-size: 27px;
}
.textanimation_fluid {
    margin-top: 70px;
}

.left_date {
    width: 100%;
}
.blog_right {
    width: 100%;
    border-left: 0px;
    padding-left: 0px;
}
.bloglist li {
    margin-bottom: 20px;
}
.bloginner h2 {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 17px;
}
.bloginner p {
    font-size: 14px;
    line-height: 25px;
}
.contactbox, .contactbox1 {
    width: 100%;
}
.cont_add li p {
    width: 86%;
}
.contactform .submitbut {
    width: 50%;
}
.contactbox
{
	height:auto;
}
.mapheight
{
	height:300px;
}
ul.showcasetabs li, ul.blogtabs li {
    width: 100%;
	margin:0px;
	padding:0px;
	background: #2e67b1;
}
ul.showcasetabs li a, ul.blogtabs li a{display: block; width: 100%; padding: 5px;}
.mobcase, .mobcase1
{
	display:none;
	    position: fixed;
    top: 123px;
    z-index: 99;
    background: transparent;
}
.blogmobcase
{
	  position:relative;
    top:0px !important;
    z-index: 99;
    background: rgb(255, 255, 255);
}
.moprojects
{
	display: block;
    position: fixed;
    top: 74px;
    z-index: 99;
}
.blogmobilemenu
{
	 position: relative;
    top: 0px;
		margin-top:20px;
}
.showcaseul li
{
	width:100%;
}
.mobileicon
{
	display:block;
}
.topgallerymask {
    top: 63%;
}
.clients li {
    width: 50%;
    padding:20px;
    margin: 0px;
    border: 1px solid #dcc7c3;
}
.clientshover a {
    margin: 28px auto 0px;
	font-size: 8px;
}

.blog_list li {
    width: 100%;
}
.blog_list li a:hover
{
	background-color: #e33b67;
	-webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
ul.blogtabs {
    margin: auto;
    margin-top: 0px;
	width: 100%;
}
ul.showcasetabs {
    width: 100%;
	margin-bottom:15px;
}
.innerbanner {
    height: auto;
	margin-top: 73px;
}
.innerbannertext h2 {
    font-size: 24px;
    margin-top: 26px;
}
.innerbannertext h2 span {
    font-size: 33px;
}
.innerbannertext p {
    font-size: 16px;
}
.bannerbotom_top
{
	margin-top:0px;
}
ul.blogtabs
{
	width: 100%;
	margin: 5px 0px;
	padding:0px;
}
ul.blogtabs li {
	color:#000;
	font-size:16px;
	margin: 5px 10px;
}
ul.blogtabs li:after
{
	display:none;
}
ul.blogtabs li:hover {
	color: #d97d34;
}	
ul.blogtabs li.active{
	color: #d97d34;
}
.carrer_block h4 {
    width: 100%;
}
.carrer_text {
    padding: 40px 10px 0px;
}
.carrer_block h4 {
    text-align: left;
}
.carrer_block h4::after {
    left: 0px;
}
.carrer_block p {
    width: 100%;
    float: left;
	margin-top:20px;
}
.careerpage_img li {
    width: 50%;
}
.carrerpage_bottomtag {
    padding: 15px;
}
.carrerpage_bottomtag p {
    font-size: 15px;
}
.carrerpage_bottomtag a {
    font-size: 12px;
    padding: 12px 22px;
    margin-top: 20px;
}
.bloginner {
    padding: 20px 20px;
	text-align:justify;
}
.innerbannertext h5 {
    font-size: 17px;
    margin-top: 69px;
}
.footer_toptext h3 {
    font-size: 20px;
    margin-top: 0px;
}
.footer_toptext p
{
	display:none;
}
.gitit {
    padding: 13px 33px;
    font-size: 12px;
    margin-top:15px;
}
.carrer_block p
{
	text-align:justify;
}
.approachleft, .approachtextright
{
	text-align:justify;
}
ul.showcasetabs li:after
{
	display:none !important;
}
.home_main_title ul li {
   border-right: 0;
    display: inline-block;
    font-size: 16px;
    padding: 9px 0px;
    width: 100%;
}
.home_main_title p
{
    display:none;
}

.ser_more
{
    display:block  !important;
}
.ser_more
{
	width:100%;
	float:left;
	font-size:14px;
	color:#fff;
	line-height:22px;
    text-align:center;
     font-weight:600;
	display:block !important;
    font-family: 'Raleway', sans-serif;
}
.services li a h2
{
    color:#fff;
}
.servicemask{
    position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:-1;
	display:block !important;;
	overflow:hidden;
	height:100%;
    text-align:center;
	transition:all .5s;
	background:#f7f7f7;
}
.serimg{
    background-position:0% -100% !important;
}

.parallax_fluid {
    background-size: 100% 100%;
    height: 270px;
}
.home_main_title ul {
    padding: 5px 0;
}
.parallax_fluid
{
    height: 240px;
    background-attachment:inherit;
}
.parallax_fluid h1 {
    font-size: 18px;
}
.home_main_title ul li {
    font-size: 15px;
    padding: 5px 0px;
}
.home_main_title{
        margin-top: 10px;
}
a.quickenq{
    display: none;
}

.hd_soc{display: none;}
#coronabar{display:none;}
.servicesbx1 li, .portfolio_sec ul li, .blogsec ul li{width: 100%; float: none; clear: both;}
.port_categories{display: none;}
.port_categories.mobportcat1{display: block; top: 73px; height: auto; line-height: 45px; text-align: left;}
.port_categories ul li a{font-size: 14px !important;}

.servinnerlt{width: 100%; clear: both;}
.servinnerrt{clear: both; width: 100%; padding: 0px;}
.servinnerrt h3{font-size: 24px; margin: 15px 0; width: 100%; line-height: 32px;}
.servinnerrt ul li{width: 100%; clear: both;}

.servicessec3 h2{font-size: 26px;}
.portfolio_sec ul li{padding: 0px;}
.port_cont{padding: 20px;}
.port_cont h2{font-size: 21px; line-height: 28px;}
.servicesbx1 li a h4{font-size: 21px;}
.servicesbx1 li a p{font-size: 15px; line-height: 21px; height: 42px;}

.mtopbx, .mtopbx1{margin-top: 69px;}
.port_categories ul li{width: auto; display: inline-block; text-align: left;}
.port_categories ul li a{line-height: 36px; color: #fff;}
.port_categories ul li a.active::before{height: 1px; bottom: 0px;}

/* .port_categories{
    height: 70vh;
overflow: scroll;
}
 */
.counterbx h2{width: 100%; font-size: 24px; line-height: 36px;}
.counterbx1 h3{font-size: 55px; margin-bottom: 0px;}
.counterbx1 h3 i{font-size: 55px;}
.clientslogos1 ul li{width: 33.33%;}
.clientslogos1 ul li a{padding: 20px 0;}
.clientslogos1 ul li a img{width: 80%;}

.clogos2 h2{font-size: 28px;}
.clogos2 h5{width: 100%; font-size: 18px;}
#coronabar{display: none !important;}

.ftbx1 h4{width: 100%; display: table;}
.ftsocial1{margin-bottom: 25px; display: inline-block;}

.ftbx1 ul li{width: 100%; clear: both;}
.ftbx1 h2{font-size: 28px;}
.ftbx1 h3{margin-top: 0px;}

.counterbx1{margin-top: 20px;}

.teamheading{font-size: 24px;}
.aboutstickybx {
    width: 100%;
    clear: both;
    position: relative;
    position: relative;
    top: 0px;
    padding: 0 15px 15px;
}
.aboutsec2{padding-top: 0px;}
.aboutstickybx h2{font-size: 28px; line-height: 36px;}

.mobnoservbx{display: none;}
.mobspace{height: 55px;}
.desknobx1{display: block;}

.desknobx1{display: block;}
.servicessec3 ul li{padding: 20px;}
.desknobx1 .servicesbx1{margin-top: 0px;}

.blogcontbx h2{font-size: 28px;}
.blogcontbx2 h3{font-size: 21px;}

.portaboutbx h2{font-size: 24px; line-height: 36px;}
.portaboutbx p{font-size: 16px; line-height: 24px;}

.carinbxin1{padding: 20px;}
.carinbxin1 ul li{width: 100%; clear: both; font-size: 14px;}
.exp-detail .left, .exp-detail .right{width: 100%; clear: both;}
.jobdescription h1{font-size: 28px;}

.carinbx1 h2{font-size: 28px;}
}
 
 
 
 
 @media only screen and (min-width : 240px) and (max-width :359px) {
.mainwrapper {
	max-width: 320px;
	min-width: 240px;
	padding: 0px 10px;
	margin: auto;
}	
.h_social, .right_menu ul
{
	display:none;
}
.right_menu
{
	width:50%;
}
.logo {
    width:110px;
}
.h_gallerytop ul li {
    width: 100%;
}
.h_gallerytop ul li a span {
    font-size: 1.8rem;
}
.h_gallerybottom ul li a span {
    font-size: 1.8rem;
}
.h_gallerybottom ul li {
    width: 100% !important;
}
.count_fluid{
   display:none;
}
.services li a h2 {
    font-size: 20px;
}
.services li a {
    padding: 30px 10px;
}
.parallax_fluid h1 {
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 35px;
	width:100%;
	padding: 10px 0px 0px;
}
.services li a:hover > .ser_more {
    font-size: 14px;
    line-height: 22px;
}
.services li {
    width: 100%;
	border: 1px solid #fff !important;
}
.footer_toptext {
    width: 100%;
}
.gitit
{
	float:left;
}
.footer_menu, .footertop_fluid {
	display:none;
}
.footer_copy span
{
	padding: 15px 0px 0px;
}
.footer_social {
    float: none;
    display: table;
    width: auto;
    margin: auto;
}
.footer_copy p {
    text-align: center;
    display: table;
    float: none;
    width: 100%;
}
.about_info h2 {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 26px;
}
.about_infoleft {
    width: 100%;
	padding:0px;
	text-align:center;
}
.about_inforight
{
	width:100%;
	text-align:center;
	padding:0px;
}
.teampage_ul li {
    width: 100%;
    margin-right:0px;
    margin-bottom:0px;
}
.teaminfo
{
	padding:10px;
}
.teaminfo h3 {
    font-size: 20px;
}
.teaminfo h5 {
    font-size: 16px;
}
.approachbox p {
    font-size: 15px;
    line-height: 24px;
	text-align:justify;
    padding: 0px 0px;
}
.approachbox h2 {
    font-size: 35px;
}
.approachleft , .approachtextright{
    width: 100%;
    padding: 10px;
	border-bottom:1px solid #d7d7d7;
}
.approachright, .approachimgleft, .appcenterimg 
{
	display:none;
}
.approachleft h2, .approachtextright  h2 {
    letter-spacing: 0px;
    font-size: 24px;
    margin-bottom: 10px;
}
.peoplepage_hd h4 {
    padding: 0px 0px;
    line-height: 24px;
}
.peoplepage_hd h2 {
    font-size: 22px;
}
.showcaseul li {
    width: 100%;
}
.textanimation_fluid {
    margin-top: 70px;
}
.left_date {
    width: 100%;
}
.blog_right {
    width: 100%;
    border-left: 0px;
    padding-left: 0px;
}
.bloglist li {
    margin-bottom: 20px;
}
.bloginner h2 {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 17px;
}
.bloginner p {
    font-size: 14px;
    line-height: 25px;
}
.contactbox, .contactbox1 {
    width: 100%;
}
.contactform .submitbut {
    width: 50%;
}
.cont_add li p {
    width: 86%;
}
.mapheight
{
	height:300px;
}
.contactbox
{
	height:auto;
}
ul.showcasetabs li , ul.blogtabs li{
    width: 100%;
	margin:0px;
	padding:5px;
	background-color: #2e67b1;
}
.mobcase, .mobcase1
{
	display:none;
	 position: fixed;
    top: 123px;
    z-index: 99;
    background: #2e67b1;
}
.blogmobcase
{
	  position:relative;
    top:0px !important;
    z-index: 99;
    background: #2e67b1;
}
.moprojects
{
	display:block;
	display: block;
    position: fixed;
    top: 74px;
    z-index: 99;
}
.showcaseul li
{
	width:100%;
}
.mobileicon
{
	display:block;
}
.topgallerymask {
    top: 63%;
}



.clients li {
    width: 50%;
    padding:20px;
    margin: 0px;
    border: 1px solid #dcc7c3;
}
.clientshover a {
    margin: 28px auto 0px;
	font-size: 8px;
}

.blog_list li {
    width: 100%;
}
.blog_list li a:hover
{
	background-color: #e33b67;
	-webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
ul.blogtabs {
    margin: auto;
    margin-top: 0px;
	width: 100%;
}
ul.showcasetabs {
    width: 100%;
	margin-bottom:15px;
	background-color: #2e67b1;
}
.innerbanner {
    height: auto;
	margin-top: 73px;
}
.innerbannertext h2 {
    font-size: 24px;
    margin-top: 26px;
}
.innerbannertext h2 span {
    font-size: 33px;
}
.innerbannertext p {
    font-size: 16px;
}
.bannerbotom_top
{
	margin-top:0px;
}
ul.blogtabs
{
	width: 100%;
	margin: 5px 0px;
	padding:0px;
}
ul.blogtabs li {
	color:#000;
	font-size:16px;
	margin: 5px 10px;
}
ul.blogtabs li:after
{
	display:none;
}
ul.blogtabs li:hover {
	color: #d97d34;
}	
ul.blogtabs li.active{
	color: #d97d34;
}
.carrer_block h4 {
    width: 100%;
}
.carrer_text {
    padding: 40px 10px 0px;
}
.carrer_block h4 {
    text-align: left;
}
.carrer_block h4::after {
    left: 0px;
}
.carrer_block p {
    width: 100%;
    float: left;
	margin-top:20px;
}
.careerpage_img li {
    width: 50%;
}
.carrerpage_bottomtag {
    padding: 15px;
}
.carrerpage_bottomtag p {
    font-size: 13px;
}
.carrerpage_bottomtag a {
    font-size: 12px;
    padding: 12px 22px;
    margin-top: 20px;
}
.bloginner {
    padding: 20px 20px;
	text-align:justify;
}
.innerbannertext h5 {
    font-size: 17px;
    margin-top: 69px;
}
.footer_toptext h3 {
    font-size: 20px;
    margin-top: 0px;
}
.footer_toptext p
{
	display:none;
}
.gitit {
    padding: 13px 33px;
    font-size: 12px;
    margin-top:15px;
}
.carrer_block p
{
	text-align:justify;
}
.approachleft, .approachtextright
{
	text-align:justify;
}
ul.showcasetabs li:after
{
	display:none !important;
}
.about_info h2 span {
    font-size: 26px;
}
.teamheading {
    font-size: 21px;
}
.blogmobilemenu
{
	 position: relative;
    top: 0px;
		margin-top:20px;
}
.home_main_title ul li {
     border-right: 0;
    display: inline-block;
    font-size: 16px;
    padding: 9px 0px;
    width: 100%;
}
.home_main_title p
{
    display:none;
}
.ser_more
{
    display:block  !important;
}
.ser_more
{
    width:100%;
	float:left;
	font-size:14px;
	color:#fff;
	line-height:22px;
    text-align:center;
     font-weight:600;
	display:block !important;
    font-family: 'Raleway', sans-serif;
}
.services li a h2
{
    color:#fff;
}
.servicemask{
    position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:-1;
	display:block !important;;
	overflow:hidden;
	height:100%;
    text-align:center;
	transition:all .5s;
	background:#f7f7f7;
}
.serimg{
    background-position:0% -100% !important;
}

.parallax_fluid
{
    height: 240px;
    background-attachment:inherit;
}
.home_main_title ul {
    padding: 9px 0;
}
.parallax_fluid h1 {
    font-size: 18px;
}
.home_main_title ul li {
    font-size: 14px;
    padding: 5px 0px;
}

#coronabar{display:none;}
.servicesbx1 li, .portfolio_sec ul li, .blogsec ul li{width: 100%; float: none; clear: both;}
.port_categories{display: none;}
.port_categories.mobportcat1{display: block; top: 73px; height: auto; line-height: 45px; text-align: left;}
.port_categories ul li a{font-size: 14px !important;}

.servinnerlt{width: 100%; clear: both;}
.servinnerrt{clear: both; width: 100%; padding: 0px;}
.servinnerrt h3{font-size: 24px; margin: 15px 0; width: 100%; line-height: 32px;}
.servinnerrt ul li{width: 100%; clear: both;}

.servicessec3 h2{font-size: 26px;}
.portfolio_sec ul li{padding: 0px;}
.port_cont{padding: 20px;}
.port_cont h2{font-size: 21px; line-height: 28px;}
.servicesbx1 li a h4{font-size: 21px;}
.servicesbx1 li a p{font-size: 15px; line-height: 21px; height: 42px;}

.mtopbx, .mtopbx1{margin-top: 69px;}
.port_categories ul li{width: auto; display: inline-block; text-align: left;}
.port_categories ul li a{line-height: 36px; color: #fff;}
.port_categories ul li a.active::before{height: 1px; bottom: 0px;}

.counterbx h2{width: 100%; font-size: 24px; line-height: 36px;}
.counterbx1 h3{font-size: 55px; margin-bottom: 0px;}
.counterbx1 h3 i{font-size: 55px;}
.clientslogos1 ul li{width: 33.33%;}
.clientslogos1 ul li a{padding: 20px 0;}
.clientslogos1 ul li a img{width: 80%;}

.clogos2 h2{font-size: 28px;}
.clogos2 h5{width: 100%; font-size: 18px;}
#coronabar{display: none !important;}

.ftbx1 h4{width: 100%; display: table;}
.ftsocial1{margin-bottom: 25px; display: inline-block;}

.ftbx1 ul li{width: 100%; clear: both;}

.ftbx1 ul li{width: 100%; clear: both;}
.ftbx1 h2{font-size: 28px;}
.ftbx1 h3{margin-top: 0px;}

.counterbx1{margin-top: 20px;}


.teamheading{font-size: 24px;}
.aboutstickybx {
    width: 100%;
    clear: both;
    position: relative;
    position: relative;
    top: 0px;
    padding: 0 15px 15px;
}
.aboutsec2{padding-top: 0px;}
.aboutstickybx h2{font-size: 28px; line-height: 36px;}
.mobnoservbx{display: none;}
.mobspace{height: 55px;}

.desknobx1{display: block;}
.servicessec3 ul li{padding: 20px;}
.desknobx1 .servicesbx1{margin-top: 0px;}

.blogcontbx h2{font-size: 28px;}
.blogcontbx2 h3{font-size: 21px;}

.portaboutbx h2{font-size: 24px; line-height: 36px;}
.portaboutbx p{font-size: 16px; line-height: 24px;}

.carinbxin1{padding: 20px;}
.carinbxin1 ul li{width: 100%; clear: both; font-size: 14px;}
.exp-detail .left, .exp-detail .right{width: 100%; clear: both;}
.jobdescription h1{font-size: 28px;}

.carinbx1 h2{font-size: 28px;}
.hd_soc{display: none;}
.phone_num{display: inline-block;}

}
