<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@300;400;500&amp;display=swap');
/* CSS Document */
:root {
	--bluee: #023d79;
	--blue: #013161;
	--yellow: #f8c611;
	--gray: #484848;
	--white: #ffffff;
}
body {
	font-family: 'Lato', sans-serif;
}
button:focus {
	outline: none;
}
a {
	text-decoration: none !important;
}
.p-0 {
	padding: 0px !important;
}
.p-05 {
	padding: 5px !important;
}
.p-05 {
	padding: 5px !important;
}
.m-05 {
	margin: 5px !important;
}
header {
	background: var(--bluee);
}
.topHeader {
	width: 100%;
}
.topHeader a img {
	padding: 10px 0px;
}
.topSocial li a {
	width: 40px;
	padding: 8px 0px;
	background: var(--white);
	color: var(--blue);
	display: inline list-item;
	border-radius: 32px;
	float: left;
	text-align: center;
	margin-top: 30px;
}
.navbar-toggler {
	padding: 23px 10px 16px 10px;
	display: none;
}
.sm-menu {top: 90% !important; padding: 10px;}
.navbar-toggler img {
	width: 30px;
}
.menuHeader {
	width: 100%;
}
.dropdown:hover&gt;.dropdown-menu {
	display: block;
    min-width: 55rem!important;
 left: -180%!important;
}
@media only screen and (max-width: 480px) {
    .navbar-nav .dropdown-menu{
        position: relative!important;
        left: -60px;
    background: white;
      
    }
	.navbar-nav{
    left: -28px;
top: 48px;
}
    .dropdown-menu{
        background: none!important;
        border: none!important;
    left: -50px!important;
  
        
}
    }
.menuHeader .navbar ul li {
	margin: 10px 5px 5px 5px;
}
.menuHeader .navbar ul li:first-child {
	margin-left: 0px !important;
}
.menuHeader .navbar ul li:first-last {
	margin-right: 0px !important;
}
.menuHeader .navbar ul li a {
	padding: 0px 10px !important;
	color: var(--yellow);
}
.menuHeader .navbar ul li a:hover,
.menuHeader .navbar ul li a.active {
	color: var(--white);
	background: var(--yellow);
	border-radius: 5px;
}
.nav-link:hover {color: var(--blue) !important;}
.nav-link.active {color: var(--blue) !important;}
.nav-link {color: var(--yellow) !important;}
/*.menuHeader .navbar ul li:first-child a {padding-left: 0px !important;}
.menuHeader .navbar ul li:last-child a {padding-right: 0px !important;}*/
#myCarousel {
	width: 100%;
	background: var(--blue);
}
#myCarousel .carousel-item .mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
}
#myCarousel h4 {
	font-size: 50px;
	margin-bottom: 15px;
	color: #FFF;
	line-height: 100%;
	letter-spacing: 0.5px;
	font-weight: 600;
}
#myCarousel p {
	font-size: 18px;
	margin-bottom: 15px;
	color: #d5d5d5;
}
#myCarousel .carousel-item a {
	background: var(--yellow);
	font-size: 14px;
	color: #FFF;
	padding: 13px 32px;
	display: inline-block;
}
#myCarousel .carousel-item a:hover {
	background: var(--blue);
	text-decoration: none;
}
#myCarousel .carousel-item h4 {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
#myCarousel .carousel-item h4 span {
	font-weight: 300;
}
#myCarousel .carousel-item p {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}
#myCarousel .carousel-item a {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
#myCarousel .carousel-item .mask img {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
	display: block;
	height: auto;
	max-width: 100%;
	margin-top: 10%;
}
#myCarousel h4,
#myCarousel p,
#myCarousel a,
#myCarousel .carousel-item .mask img {
	-webkit-animation-duration: 1s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#myCarousel .container {
	max-width: 1430px;
}
#myCarousel .carousel-item {
	height: 100%;
/*	min-height: 550px;*/
}
#myCarousel {
	position: relative;
	z-index: 1;
}
.carousel-control-next,
.carousel-control-prev {
	height: 40px;
	width: 40px;
	padding: 12px;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	background-color: var(--yellow);
}
.carousel-item {
	position: relative;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
	opacity: 0
}
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
	.carousel-fade .carousel-item-left.active,
	.carousel-fade .carousel-item-next,
	.carousel-fade .carousel-item-prev,
	.carousel-fade .carousel-item-prev.active,
	.carousel-fade .carousel-item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}/*Services*/
.ourServices {
	width: 100%;
}
.line {
	position: absolute;
	right: 0px;
	top: 0%;
	transform: translate(50%, 50%);
}
.ourServices h2 {
	text-align: center;
	padding: 20px 10px;
	font-size: 30px;
	font-weight: bold;
	color: var(--blue);
}
.ourServices h3 {
	font-size: 16px;
	color: var(--gray);
}
.serviselist {
	margin: 25px 0px;
	padding: 10px 0px;
	transition: .2s;
}
.serviselist:hover {
transform: scale(1.1);
	border-radius: 25px 0px;
}/*.serviselist:hover h2 {color: var(--white);}*/
.serviselist img {
	width: 54px;
	margin-bottom: 10px;
}/*portfolio*/
.portfoliohome {
	background: var(--blue) url(../../assets/img/portfoliohome.png) 0px 0px no-repeat;
	background-size: cover;
}
.portfoliohome h1 {
	width: 100%;
	text-align: center;
	padding: 20px 10px;
	font-size: 30px;
	font-weight: bold;
	color: var(--white);
}
.portfoliohome h2 {
	width: 100%;
	text-align: center;
	padding: 20px 10px;
	font-size: 30px;
	font-weight: bold;
	color: var(--white);
}
.gallery-title {
	font-size: 36px;
	color: #42B32F;
	text-align: center;
	font-weight: 500;
	margin-bottom: 70px;
}
.gallery-title:after {
	content: "";
	position: absolute;
	width: 7.5%;
	left: 46.5%;
	height: 45px;
	border-bottom: 1px solid #5e5e5e;
}
.filter-button {
	font-size: 18px;
	border: 1px solid var(--yellow);
	background: var(--yellow);
	border-radius: 5px;
	text-align: center;
	color: var(--white);
	margin-bottom: 30px;
}
.filter-button:hover {
	font-size: 18px;
	border: 1px solid var(--yellow);
	border-radius: 5px;
	text-align: center;
	color: var(--white);
	background-color: var(--blue);
}
.btn-default:active .filter-button:active {
	background-color: #42B32F;
	color: white;
}
.port-image {
	width: 100%;
}
.gallery_product {
	margin-bottom: 30px;
}/*workprocess*/
.workProcess {
	width: 100%;
	padding-bottom: 30px;
	background: url(../img/workprocessbg.png) 0px 0px no-repeat;
	background-size: cover;
}
.ourWork {
	width: 100%;
}
.ourWork h1 {
	text-align: center;
	padding: 20px 10px;
	font-size: 30px;
	font-weight: bold;
	color: var(--blue);
}
.ourWork h3 {
	text-align: center;
	padding: 20px 10px;
	font-size: 30px;
	font-weight: bold;
	color: var(--blue);
}
.ourWork h2 {
	margin-bottom: 20px;
	font-size: 16px;
	color: var(--gray);
}
.ourWork p {
	font-size: 14px;
	color: var(--gray);
	text-align: justify;
	/*text-align-last: center;*/
}
.worklistMiddle {
	transform: translateY(100%);
}
.worklistMiddlea {
	transform: translateY(50%);
}/*choose us*/
.boldHeading {
	width: 100%;
	margin-bottom: 30px;
	padding: 35px 0px;
	background: var(--blue);
}
.boldHeading h1 {
	width: 100%;
	margin: 0px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: var(--white);
}
.boldHeading h2 {
	width: 100%;
	margin: 0px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: var(--white);
}
.boldHeadings {
	width: 100%;
	margin-bottom: 15px;
	padding: 35px 0px;
	background: var(--blue);
}
.boldHeadings h1 {
	width: 100%;
	margin: 0px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: var(--white);
}
.whyChoose {
	width: 100%;
	padding-bottom: 30px;
}
.whyChoose h2 {
	font-size: 16px;
	color: var(--gray);
}/*testimonial*/
.testimonialHeading {
	width: 100%;
	padding: 35px 0px;
	background: url(../img/testimonialbg.jpg) 0px 0px no-repeat;
	background-size: cover;
}
.testimonialHeading h1 {
	width: 100%;
	margin: 0px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: var(--white);
}
.testimonialHeading h2 {
	width: 100%;
	margin: 0px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: var(--white);
}
.testimonials {
	width: 100%;
	background: url(../img/testimonialtexture.png) 0px 0px no-repeat;
	background-size: cover;
}
.cascade-slider_container {
	position: relative;
	width: 100%;
	height: 500px;
	margin: 0 auto;
}
.cascade-slider_item {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) scale(0.3);
	transition: all 1s ease;
	opacity: 0;
	z-index: -1;
	width: 340px;
	background: white;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.cascade-slider_item.next {
	left: 50%;
	transform: translateY(-50%) translateX(-100%) scale(0.6);
	opacity: 1;
	z-index: 1;
}
.cube-btn {display: block; margin-top: 30px; padding-bottom: 30px;}
.cascade-slider_item.prev {
	left: 50%;
	transform: translateY(-50%) translateX(0%) scale(0.6);
	opacity: 1;
	z-index: 1;
}
.cascade-slider_item.now {
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) scale(1);
	opacity: 1;
	z-index: 5;
}
.cascade-slider_arrow {
	display: inline-block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 5;
}
.cascade-slider_arrow-left {
	left: 0;
	color: black
}
.cascade-slider_arrow-right {
	right: 0;
	color: black
}
.cascade-slider_nav {
	position: absolute;
	bottom: -120px;
	width: 100%;
	text-align: center;
	z-index: 5;
}
.cascade-slider_item img {
	width: 100px;
	margin-top: -50px;
	padding: 10px;
	border-radius: 100px;
	background: var(--white);
}
.cascade-slider_item h3 {
	font-size: 16px;
}
.cascade-slider_item .quote {
	width: 100%;
	color: #49688a;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.cascade-slider_item .quote img {
	width: 15px;
	margin: 0;
	padding: 0;
	border-radius: 0;
}
.cascade-slider_item p {
	margin: 0px;
	padding: 15px;
	font-size: 13px;
	text-align: justify;
}
.cascade-slider_arrow .fa {
	font-size: 30px !important;
}/*footer*/
.bg-dark-light {
	padding: 50px 0px 25px 0px;
	background: var(--blue) url(../img/footerbg.png) center center no-repeat;
	background-size: contain;
}
.bg-theme,
.bg-dark,
.bg-dark-light,
.bg-secondary {
	color: var(--white);
}
.widgets.footer-widgets .widget-contact ul li .icon {
	font-size: 14px;
	color: #ffffff;
	border: 2px solid var(--white);
	border-radius: 25px;
	height: 32px;
	width: 32px;
	display: inline-block;
	line-height: 28px;
	text-align: center;
	margin-right: 20px;
}
.widgets.footer-widgets .widget-title {
	color: var(--white);
	font-weight: 700;
	margin-bottom: 0px;
	letter-spacing: 0.5px;
	position: relative;
	padding-bottom: 15px;
}
.widgets.footer-widgets .widget-quick-links ul {
	margin-top: -4px;
}
.widgets.footer-widgets .single-widget ul {
	padding-left: 0;
	margin-bottom: 0;
}
.widgets.footer-widgets .widget-quick-links ul li {
	display: block;
}
.widgets.footer-widgets .widget-quick-links ul li a {
	display: block;
	font-size: 15px;
	color: var(--white);
	padding: 4px 0;
}
.email a {
	color: var(--white);
}
.widgets.footer-widgets .widget-contact ul li {
	color: #000;
	font-size: 14px;
	color: var(--white);
	list-style: none;
}
.widgets.footer-widgets .widget-contact ul li span {
	font-size: 14px;
	color: var(--white);
	height: 32px;
	width: 32px;
	display: inline-block;
	line-height: 28px;
	text-align: center;
	margin-right: 20px;
}
.widgets.footer-widgets .widget-contact ul li.phone,
.widgets.footer-widgets .widget-contact ul li.fax {
	font-size: 15px;
}
.widgets.footer-widgets .widget-contact ul li+li {
	margin-top: 0px;
}
.copy {
	width: 100%;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: var(--white);
}/*social*/
.icon-bar.btn-primary {
	border-color: #013161!important;
	background: #013161;
}
.icon-bar {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0px;
	z-index: 0;
	writing-mode: vertical-rl;
	transform: rotate(0deg);
	text-orientation: mixed;
}/*.icon-bar a {width: 50px; height: 50px; border-radius: 25px; line-height: 18px;display: block; text-align: center; padding: 16px; transition: all 0.3s ease; color: white; font-size: 20px;}*//*.icon-bar a:hover {background-color: var(--yellow);}*/
.geta {
	background: var(--white);
	padding: 10px;
	transform: rotate(-90deg);
}
.facebook {
	background: #3B5998;
	color: white;
}
.twitter {
	background: #25d366;
	color: white;
}
.google {
	background: #c13584;
	color: white;
}
.linkedin {
	background: #007bb5;
	color: white;
}
.youtube {
	background: #bb0000;
	color: white;
}
.geta {
	background: var(--yellow);
}
.content {
	margin-left: 75px;
	font-size: 30px;
}/*contact*/
.header-title {
	text-align: center;
	font-size: 30px;
	width: 100%;
	margin: 40px 0px 30px 0px;
}
#tip {
	display: none;
}
.fadeIn {
	animation-duration: 3s;
}
.contact .form-control {
	border-radius: 0px;
	border: 1px solid #EDEDED;
}
.contact .form-control:focus {
	border: 1px solid #00bfff;
}
.textarea-contact {
	resize: none;
}
.btn-send {
	border-radius: 0px;
	border: 1px solid var(--yellow);
	background: var(--yellow);
	color: var(--white);
}
.btn-send:hover {
	border: 1px solid var(--yellow);
	background: var(--white);
	color: var(--yellow);
	transition: background 0.5s;
}
.second-portion {
	margin-top: 50px;
}
.box&gt;.icon {
	text-align: center;
	position: relative;
}
.box&gt;.icon&gt;.image {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 88px;
	height: 88px;
	border: 8px solid white;
	line-height: 88px;
	border-radius: 50%;
	background: var(--blue);
	vertical-align: middle;
}
.box&gt;.icon:hover&gt;.image {
	background: #333;
}
.box&gt;.icon&gt;.image&gt;i {
	font-size: 36px !important;
	color: #fff !important;
}
.box&gt;.icon:hover&gt;.image&gt;i {
	color: white !important;
}
.box&gt;.icon&gt;.info {
	margin-top: -24px;
	background: rgba(0, 0, 0, 0.04);
	border: 1px solid #e0e0e0;
	padding: 35px 0 10px 0;
	min-height: 163px;
}
.box&gt;.icon:hover&gt;.info {
	background: rgba(0, 0, 0, 0.04);
	border-color: #e0e0e0;
	color: white;
}
.box&gt;.icon&gt;.info&gt;h3.title {
	font-size: 16px;
	color: #222;
	font-weight: 700;
}
.box&gt;.icon&gt;.info&gt;p {
	font-family: "Robot", sans-serif !important;
	font-size: 13px;
	color: #666;
	line-height: 1.5em;
	margin: 20px;
}
.box&gt;.icon:hover&gt;.info&gt;h3.title,
.box&gt;.icon:hover&gt;.info&gt;p,
.box&gt;.icon:hover&gt;.info&gt;.more&gt;a {
	color: #222;
}
.box&gt;.icon&gt;.info&gt;.more a {
	font-family: "Robot", sans-serif !important;
	font-size: 12px;
	color: #222;
	line-height: 12px;
	text-transform: uppercase;
	text-decoration: none;
}
.box&gt;.icon:hover&gt;.info&gt;.more&gt;a {
	color: #fff;
	padding: 6px 8px;
	background-color: #63B76C;
}
.box .space {
	height: 30px;
}/*About us page*/
.aboutone {
	padding: 50px 0px;
	width: 100%;
	background: url(../img/aboutbanner.jpg) 0px 0px no-repeat;
	background-size: cover;
}
.aboutone p {
	color: var(--white);
	font-weight: lighter;
	text-align: justify;
}
.vision {
	width: 100%;
	margin: 0px;
	padding: 30px 0px;
	background: url(../img/visionbg.png) 0px 0px no-repeat;
	background-size: cover;
}
.vis {
	width: 100%;
	margin-top: 15px;
	text-align: center;
}
.vis img {
	width: 85px;
}
.vis h2 {
	font-size: 20px;
	color: #484848;
	font-weight: bold;
}
.vis p {
	width: 100%;
	text-align: justify;
	/*text-align-last: center;*/
	color: #484848;
}
.img-vis {
	float: right;
}
.img-mis {
	float: left;
}
.row-mis {
	margin-top: 50px;
}
.workat {
	width: 100%;
	margin: 1px 0 0px 0px;
	padding: 0px;
	background: var(--blue);
}
.workat p {
	color: var(--white);
	font-size: 14px;
	padding: 140px 100px 0px 100px;
	text-align: justify;
	text-align-last: center;
}
.workat img {
	width: 100%;
	margin: 0px;
}
.workatfeatures {
	width: 100%;
	margin: 0px;
	padding: 30px 0px;
	background: url(../img/workatfeaturesbg.png) center center no-repeat;
	background-size: contain;
}
.workatfeatures img {
	width: 80px;
}
.workatfeatures h2 {
	font-size: 20px;
	color: #484848;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.workatfeatures p {
	width: 100%;
	padding: 0px 50px;
	text-align: justify;
	text-align-last: center;
	color: #484848;
}
.leadership {
	width: 100%;
	margin: 0px;
	padding: 15px 0px;
}
.leadership h1 {
	width: 100%;
	margin: 10px;
	padding: 0px;
	text-align: center;
	font-size: 25px;
	color: var(--blue);
}
.leader {
	width: 100%;
	float: left;
	background: var(--blue);
}
.leadership h2 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: var(--white)
}
.leadership h3 {
	width: 100%;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	color: var(--yellow);
	font-size: 15px;
	text-align: center;
}
.leadership h4 {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: var(--white);
	font-size: 13px;
	text-align: center;
}
.leadership img {
	width: 35%;
	margin: 0px;
	padding: 0px;
	color: var(--white);
	float: left;
}
.leadercontent {
	width: 65%;
	float: left;
}
.leader p {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 10px;
	color: var(--white);
}
.cusWid {
	width: 1000px;
	margin: 0px auto;
}
.advisor {
	width: calc(333px - 10px);
	margin: 0px;
	background: var(--blue);
	float: left;
}
.advisor .aleft {
	width: 50%;
	margin: 0px;
	background: var(--blue);
	float: left;
	color: var(--white);
	font-size: 10px;
	padding: 10%;
	text-align: center;
}
.advisor .aleft p {
	margin: 0px;
}
.advisor .aright {
	width: 50%;
	margin: 0px;
	float: left;
}
.advisor .aright img {
	width: 100%;
}
.aboutService {
	width: 100%;
	margin: 0px;
	padding: 15px;
	float: left;
	text-align: center;
}
.aboutService img {
	width: 80px;
}
.aboutService h1 {
	width: 100%;
	margin-bottom: 10px;
	padding: 0px;
	float: left;
	font-size: 16px;
	text-transform: uppercase;
}
.aboutService p {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 13px;
	text-align: justify;
	text-align-last: center;
}
.aboutService a {
	width: 100%;
	margin-top: 5px;
	padding: 0px;
	float: left;
	text-align: left;
	color: #484848;
	font-size: 13px;
}
.qualityProcess {
	margin-bottom: 50px;
}
.font-1rem {
	font-size: 1rem !important;
}
.qualityProcess img {
	margin-top: 50px;
}
.qualityProcess h2 {
	margin-top: 25px;
	color: var(--blue);
	font-size: 18px;
}
.qualityProcess p {
	margin-bottom: 5px;
	color: var(--gray);
	font-size: 13px;
}/*service page*/
.service {
	padding: 50px 0px;
	width: 100%;
}
.serviceOne {
	width: 100%;
}
.serviceOne h1 {
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: var(--blue);
	letter-spacing: 1px;
}
.serviceOne p {
	width: 100%;
	font-size: 16px;
	color: var(--gray);
	text-align: left;
	text-align-last: left;
}
.serviceImage {
	margin-bottom: 30px;
}
.serviceTwo {
	width: 100%;
	margin: 0px;
	padding: 30px 0px;
	background: url(../img/workatfeaturesbg.png) center center no-repeat;
	background-size: contain;
}
.serviceTwo img {
	width: 80px;
}
.serviceTwo h2 {
	font-size: 20px;
	color: #484848;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.serviceTwo p {
	width: 100%;
	padding: 0px 15px;
	text-align: justify;
	color: #484848;
}
.serviceContact {
	width: 100%;
	margin: 10px 0px;
	padding: 30px;
	background: url(../img/servicecall.png) 0px 0px no-repeat;
	background-size: cover;
}
.serviceContact h2 {
	width: 100%;
	margin-bottom: 20px;
	color: var(--white);
	font-size: 19px;
	text-align: center;
}
.serviceContact h1 {
	color: var(--yellow);
	font-size: 16px;
	text-align: left;
}
.serviceContact img {
	color: var(--yellow);
	font-size: 16px;
	text-align: left;
	margin-right: 5px;
}
.serviceContact span {
	padding: 3px;
	background: var(--white);
	color: var(--blue);
	font-size: 16px;
	text-align: left;
	-moz-box-shadow: inset 0 0 5px #000000;
	-webkit-box-shadow: inset 0 0 5px #000000;
	box-shadow: inset 0 0 5px #000000;
}
.cusWids {
	width: 1140px;
	margin: 0px auto;
}
.products {
	width: calc(34% - 10px);
	margin: 0px;
	background: var(--blue);
	float: left;
}
.products .aleft {
	width: 50%;
	margin: 0px;
	background: var(--blue);
	float: left;
	color: var(--white);
	font-size: 10px;
	padding: 10%;
	text-align: center;
}
.products .aleft p {
	margin: 0px;
	color: var(--yellow);
	font-size: 14px;
	position: relative;
	transform: translate(0%, 150%);
}
@media only screen and (max-width: 480px) {
	.products .aleft p {
		font-size: 8px;
		position: relative;
		transform: translate(-10%, 20%);
	}
}
.products .aright {
	width: 50%;
	margin: 0px;
	float: left;
}
.products .aright img {
	width: 100%;
}/*casestudy*/
.casestudy {
	width: 100%;
	margin: 20px 0px;
}
.cBanner {
	width: 100%;
	margin-bottom: 20px;
	background-size: cover !important;
	padding: 50px 0px;
}
.cBanner p {
	margin-bottom: 30px;
	color: var(--white);
}
.cBanner a {
	padding: 10px 25px;
	background: var(--blue);
	border-radius: 10px;
	color: var(--yellow);
	box-shadow: 0px 4px 2px 0px #000;
}/*Bhargav*/
.gp.tz-gallery .row&gt;div {
	padding: 4px!important;
	border: 4px solid var(--blue)!important;
}
.tz-gallery .row&gt;div {
	padding: 5px!important;
	border: 1px solid white;
}
#baguetteBox-overlay .full-image img {
	padding: 5%!important
}
.header-top {
	background: var(--blue2);
	overflow-x: hidden;
	padding-bottom: 5px
}
.header-top ul {
	margin: 0px
}
.header-top li {
	margin-top: 5px;
	display: inline-block;
	color: white;
	font-size: 14px;
	list-style-type: none
}
.header-top li img {
	padding: 2px;
	background: #fff;
	border-radius: 30px;
	width: 25px;
	height: 25px;
	margin-top: 0px;
}
.sm-menu .dropdown-item {color: var(--blue) !important;}
.sm-menu .dropdown-item:hover {background: var(--blue) !important; color: var(--yellow) !important;}
.nav-pills .nav-link.active, .nav-pills .show &gt; .nav-link {background: var(--yellow); border-radius: 25px;}
/*
menu
*/
.fl-r {
	float: right!important
}/*
  @media only screen and (max-width: 400px) {
     
.header-top {
   width: 100%
}
}
*/
.fallow a {
	list-style: none;
	color: white
}
.fallow i {
	margin-right: 8px;
}
.menuHeader .navbar ul li a {
	line-height: 2;
}
.back_imgg {
	width: 100%;
	margin: 0px;
	padding: 30px 0px;
	background: url(../img/oa.png) center center no-repeat;
	opacity: 0.5;
	background-size: contain;
}
.version_center p {
	line-height: 1.6;
	font-size: 23px;
	text-align: center;
	color: #123f6c;
	margin: 0px;
}
.version_center {
	margin-top: 40px;
	margin-bottom: 40px;
}
.dots_version ul.a {
	list-style-type: circle;
	line-height: 2.6;
}
.dots_version {
	margin-bottom: 45px;
}
.OurApproach {
	text-align: center
}
.extended {
	text-align: center;
}
.extended h4 {
	color: #123f6c;
	margin: 35px;
}
.extended_points {
	margin-bottom: 60px;
	margin-top: 60px;
}
.nav-pills .nav-link.active,
.nav-pills .show&gt;.nav-link {
	background: var(--yellow)
}
.nav-pills .nav-link {
	background: #013161;
	color: var(--yellow);
	border-radius: 25px;
	margin-left: 25px;
}
.tabs {
	margin-bottom: 30px;
	margin-top: 30px;
}
.Technologies {
	margin-bottom: 30px!important;
	margin-top: 30px;
}
.Technologies img {
	width: 100%;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.Summary {
	background: #a6b7c8;
	padding: 30px;
	text-align: center
}
.Summary h3 {
	color: #013161;
	font-weight: 800
}
.Summary .btn {
	background-color: #013161;
	color: #f8c611
}
.TinderBox li {
	line-height: 1.6;
}
.li_s {
	line-height: 2.6;
}
@media screen and (max-width: 575px) {
	.navbar-toggler {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.topSocial {
		display: none;
	}
	.menuHeader .navbar {
		padding: 0px !important;
	}
	.menuHeader .navbar ul li:first-child {
		margin: 10px !important;
	}
	.menuHeader .navbar ul li:last-child {
		margin: 10px !important;
	}
	.menuHeader .navbar ul li {
		margin: 10px !important;
	}
	.line {
		display: none;
	}
	.serviselist img {
		width: 40px;
	}
	.ourServices h1 {
		font-size: 25px;
	}
	.ourServices h2 {
		font-size: 14px;
		color: var(--gray);
	}
	.portfoliohome h1 {
		font-size: 25px;
	}
	#myCarousel h4 {
		font-size: 32px;
	}
	#myCarousel p {
		font-size: 16px;
	}
	.menuHeader .navbar ul li a:hover,
	.menuHeader .navbar ul li a.active {
		color: var(--white) !important;
		background: transparent !important;
		border-radius: 0px;
	}
	.worklistMiddle {
		transform: translateY(0%);
	}
	.worklistMiddlea {
		transform: translateY(0%);
	}
	.contact-form {
		margin-top: 25px;
	}
	.btn-send {
		width: 100%;
		padding: 10px;
	}
	.second-portion {
		margin-top: 25px;
	}
	.workat p {padding: 30px;}
	.advisor {width: 100%;}
	.menuHeader {
    width: 100%;
    position: absolute;
    background: var(--blue);
    z-index: 9;
    left: 0px;
    top: 69px;
    right: 39px;
}
}
/* fixed social*/
#fixed-social {
   position: fixed;
   top: 130px;
}
#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social a:hover&gt;span{
	visibility: visible;
  left: 41px;
  opacity: 1;
} 
#fixed-social a span {
	line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
 .fixed-facebook{
 	background-color: #00AAE5;
 }
 .fixed-facebook span{
	background-color: #00AAE5;
 }
 .fixed-twitter{
	background-color: #7D3895;
 }
 .fixed-twitter span{
 	background-color: #7D3895;
 }
 .fixed-gplus{
	background-color: #00AF54;
 }
 .fixed-gplus span{
 	background-color: #00AF54;
 }
 .fixed-linkedin{
	background-color: #FFC41E;
 }
 .fixed-linkedin span{
 	background-color: #FFC41E;
 }
 .fixed-instagrem{
	background-color: #ED2B29;
 }
 .fixed-instagrem span{
 	background-color: #ED2B29;
 }
 .fixed-tumblr{
	background-color: #EB1471;
 }
 .fixed-tumblr span{
 	background-color: #EB1471;
 }
/*end fixed social*/
.sconent h1 {
	margin-left: 3px;
	font-size: 20px;
}

.caseNav .nav.nav-tabs{

	border: none;
	  color:#fff;
	  background: #e5e5e5;
	  border-radius:0;
  
  }
  .caseNav a.nav-item.nav-link {
	  color: var(--bluee) !important;
  }
  .caseNav a.nav-item.nav-link,
  .caseNav a.nav-item.nav-link.active
  {
	border: none;
	  padding: 18px 25px;
	  color:#fff;
	  border-radius:0;
  }
  .caseNav a.nav-item.nav-link.active {
	  background-color: var(--bluee) !important;
	  color: #ffffff !important;
	  position: relative;
  }
  .caseNav a.nav-item.nav-link.active:after
   {
	content: "";
	position: absolute;
	top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
	border: 15px solid transparent;
	border-top-color: var(--bluee) !important ;
  }
  .caseNav .tab-content{
	background: #fdfdfd;
	  line-height: 25px;
	  border: 1px solid #ddd;
	  border-top:5px solid var(--bluee) !important;
	  border-bottom:5px solid var(--bluee) !important;
	  padding: 30px 15px !important;
  }
  .caseNav a.nav-item.nav-link {
	  border-right: 5px solid #ffffff !important;
  }
  .caseNav a.nav-item.nav-link:nth-child(3) {
	border-right: 0px solid #ffffff !important;
} 
  .caseNav a.nav-item.nav-link:hover,
  .caseNav a.nav-item.nav-link:focus
  {
	border: none;
	  background var(--bluee);
	  color:#fff;
	  border-radius:0;
	  transition: background 0.20s linear;
  }</pre></body></html>