@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Alex+Brush&family=Allison&family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&family=Gothic+A1&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=News+Cycle:wght@400;700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body {
	font-family: "Poppins", sans-serif;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
@keyframes animatedBackground {
from {
background-position:left bottom
}
to {
	background-position: right bottom
}
}
/******* Menu css *******/
.header-section .container {
	max-width: 1240px;
}
.wrapper-menu ul.navbar-nav li a {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-left: 4px;
}
.nav-item.buy-now a {
	background: #302018;
	border-radius: 10px;
	padding: 5px 22px !important;
}
.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 23px;
	background: #ffa725;
}
.wrapper-menu ul.navbar-nav {
	margin-left: auto;
}
.add-banner-wr .col-md-3 {
	padding: 0px;
}
.add-banner-wr {
	background-size: cover;
}
 @media (max-width:991px) {
.container {
	max-width: 100%;
}
.menu-bar ul.menu {
	position: fixed;
	width: 265px;
	left: 0;
	text-align: left;
	background: #ffffff;
	z-index: 2;
	padding: 0px 0px;
	z-index: 999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
	transition: all .4s;
	box-shadow: 5px 0 5px -5px #333;
}
.nav_area ul li a img {
	padding-right: 10px;
	max-width: 41px;
	margin-top: -10px;
}
.menu-bar ul.menu.open {
	left: 0;
	overflow-y: scroll;
	padding-bottom: 20px;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 7px;
	top: 19px;
	z-index: 9999;
	background: #1b373c;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
	box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 39px !important;
	font-size: 15px;
	color: #000000;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
	font-weight: 400;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #000000;
	top: 7px;
	width: 31px;
	text-align: center;
	height: 30px;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
nav.nav_area ul li {
	border-bottom: solid 1px #ababab;
}
.menu-logo-mobile-view {
	padding: 12px;
}
.menu-logo-mobile-view a {
	display: inline-block;
	max-width: 95%;
}
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
}
ul li .sub-menu li a {
	line-height: 14px;
}
.header .container {
	position: initial;
}
ul.sub-menu span.arrow {
	right: 10px;
	text-align: right;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
	content: "\f106";
}
.home-slider.owl-carousel .owl-item img {
	height: 300px;
}
.top-bar img {
	max-width: 25px;
	vertical-align: middle;
}
.select-drop {
	margin: 20px auto 0;
}
.menu-bar {
	position: initial;
	background: transparent;
}
}
 @media (min-width: 992px) {
label.toggle {
	display: none;
}
.menu-bar {
	width: 100%;
	text-align: center;
}
.nav_area > ul > li {
	display: inline-block;
	position: relative;
	padding-left: 54px;
}
li.menu-item-has-children.language::after {
	content: "";
	position: absolute;
	border-right: solid 1px #fff;
	right: -4px;
	height: 14px;
	top: 5px;
}
li.menu-item-has-children.language {
	position: relative;
}
li.menu-item-has-children.language-chan {
	padding-right: 0px;
}
.nav_area ul li a {
	color: #1b373c;
	font-size: 14px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 24px;
	font-weight: 600;
}
span.arrow {
	padding-left: 0px;
	color: #000000;
	margin-left: 6px;
	position: absolute;
	top: 4px;
	font-size: 13px;
}
.nav_area > ul > li ul.sub-menu {
	display: block;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	display: none;
}
ul.sub-menu {
	min-width: 195px;
}
ul.sub-menu {
	position: absolute;
	background: #003681;
	z-index: 555;
	text-align: left;
}
.nav_area ul li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	background: #ffffff;
	z-index: 555;
	text-align: left;
	border-radius: 0px;
	-webkit-box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {
	/* transform: scaleY(1) translateZ(0); */
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	overflow: visible;
	z-index: 20;
	-webkit-transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	-o-transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15), -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
}
ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0px;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	padding-left: 21px;
	background: #2f4b50;
	color: #fff;
}
.nav_area > ul > li ul.sub-menu li a {
	color: #1b373c;
	position: relative;
	letter-spacing: 0px;
	font-weight: 600;
	font-size: 13px;
}
ul.sub-menu li a {
	color: #000;
	line-height: 20px;
	padding: 8px 17px;
	font-size: 14px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: padding .2s ease-out;
	-o-transition: padding .2s ease-out;
	transition: padding .2s ease-out;
	width: 100%;
	border-bottom: solid 1px #e1e1e1;
}
ul.sub-menu li.menu-item-has-children .arrow {
	color: #fff;
	padding-left: 0;
}
}
.top-logo.logo-mobile {
	display: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
	background: #50418a;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0;
	margin-top: 0px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
	font-size: 15px;
	padding-left: 11px;
	padding-right: 7px;
	margin-left: 0px;
	line-height: 28px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
	background: #3b2a7b;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 14px;
}
.wrapper-menu nav#nav {
	padding-bottom: 0px;
}
.wrapper-menu ul.navbar-nav > li > a {
	padding-bottom: 12px;
}
.header-section {
	padding-top: 10px;
	/* position: absolute; */
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,0.9);
	z-index: 333;
}
.logo a {
	display: inline-block;
	max-width: 90%;
}
.nav_area > ul > li.globe-icon a {
	padding: 0px;
	font-size: 22px;
	position: relative;
	padding-left: 25px;
}
.nav_area > ul > li.globe-icon a i.fal {
	position: absolute;
	left: 0;
	top: -15px;
}
.mobile-menu.wrapper-menu {
	padding-top: 32px;
}
.header-right-information {
	text-align: right;
	padding-top: 32px;
}
.header-right-information ul li {
	display: inline-block;
	position: relative;
}
.header-right-information ul li a {
	display: inline-block;
	font-size: 18px;
	margin-right: 17px;
	color: #1b373c;
}
.header-right-information ul li.globe-icon a i.fal {
	position: absolute;
	left: 0;
	top: 3px;
	color: #1b373c;
}
.header-right-information ul li.language-box-wrapper span.arrow {
	display: inline-block;
	padding-left: 18px;
	color: #1b373c;
	margin-left: 2px;
	position: absolute;
	bottom: 5px;
	font-size: 10px;
}
.header-right-information ul li.language-box-wrapper select {
	/* background: none; */
	border: none;
	outline: 0px;
	color: #1b373c;
	font-size: 13px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: 100% 54%;
	padding-right: 0px;
	text-transform: uppercase;
	position: relative;
	z-index: 3333;
	font-weight: 500;
}
.row.header-row .col-md-3 {
	max-width: 24%;
	flex: 24%;
}
.row.header-row .col-md-7 {
	max-width: 64%;
	flex: 64%;
}
.row.header-row .col-md-2 {
	max-width: 12%;
	flex: 12%;
}
/******* Menu css End *******/

/******* index *******/
.banner-section {
	position: relative;
}
.slider-banner-text-wrapper {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slider-banner-text-info span {
	display: inline-block;
	width: 100%;
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
}
.slider-banner-text-info .slider-banner-title {
	font-size: 34px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}
#sliderhome .owl-dots {
	text-align: center;
	bottom: 150px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
#sliderhome .owl-dots button.active span {
	background-color: #78b1ba;
	position: relative;
}
#sliderhome .owl-dots button span {
	background-color: #ffffff;
}
#sliderhome .owl-dots button {
	outline: 0;
}
#sliderhome .owl-dots .owl-dot span {
	width: 47px;
	height: 3px;
	border-radius: 0px;
	margin: 0px 2px;
}
#sliderhome .owl-nav button.owl-prev {
	position: absolute;
	left: 18px;
	top: 51%;
	box-shadow: none !important;
	outline: none !important;
}
#sliderhome .owl-nav button.owl-next {
	position: absolute;
	top: 51%;
	right: 18px;
	box-shadow: none !important;
	outline: none !important;
}
#sliderhome .owl-nav button.owl-next img {
	max-width: 50px !important;
}
#sliderhome .owl-nav button.owl-prev img {
	max-width: 50px !important;
}
.service-section {
	margin-top: -120px;
	position: relative;
	z-index: 33;
}
.service-box-wrapper-row {
	margin: auto;
	padding: 18px;
	padding-bottom: 0px;
	background-color: rgba(255,255,255,0.8);
}
.service-box-wrapper-row .col-md-3 {
	padding: 0px 0px;
}
.service-box-wrapper {
	position: relative;
}
.service-box-wrapper .service-box-img img {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.service-box-wrapper .service-box-img {
	position: relative;
	overflow: hidden;
}
.service-box-wrapper:hover .service-box-img img {
	webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}
.service-box-wrapper .service-box-text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #ffffff;
	font-size: 17px;
	padding: 20px 33px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 22px;
}
.service-box-wrapper .service-box-text a {
	color: #ffffff;
	font-size: 17px;
	text-decoration: none;
}
.service-box-wrapper:hover .service-box-text a {
	color: #99e0ed;
}
.service-box-wrapper.two .service-box-text {
	padding-bottom: 30px;
}
.aboutus-section {
	background-color: #1b373c;
	padding-top: 25px;
	/* margin-top: -94px; */
}
.aboutus-cont {
	max-width: 100%;
}
.aboutus-details-row .col-md-5 {
	padding: 0px 0px;
}
.aboutus-details-row .col-md-7 {
	padding: 0px 0px;
}
.aboutus-details-info {
	padding-left: 45px;
	position: relative;
	width: 85%;
	padding-top: 110px;
}
.aboutus-details-info .aboutus-title {
	font-size: 33px;
	color: #ffffff;
	position: absolute;
	left: -105px;
	top: 222px;
	transform: rotate(270deg);
	line-height: 35px;
}
.aboutus-details-info .aboutus-title span {
	display: block;
	color: #cccccc;
}
.cont-text p {
	font-size: 16px;
	text-align: justify;
	color: #1b373c;
	margin-bottom: 30px;
	line-height: 28px;
}
.aboutus-details-info .cont-text p {
	color: #ffffff;
}
.solution-process-section {
	padding: 73px 0px;
	background-image: url(../images/solution-process-bgg.jpg);
	background-size: cover;
	animation: animatedBackground 10s linear infinite alternate;
}
.solution-process-title .heading-title {
	padding-bottom: 0px;
}
.solution-process-details-info ul li {
	padding-left: 98px;
	font-size: 17px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 14px;
	position: relative;
}
.solution-process-details-info ul li span {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 2px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #dfe3e3;
	border-radius: 50%;
	color: #1b373c;
	font-size: 15px;
}
.solution-process-details-info ul li::after {
	content: "";
	position: absolute;
	width: 57px;
	left: 28px;
	top: 13px;
	background: #1b373c;
	height: 1px;
}
.project-section {
	padding: 45px 0px 50px;
	position: relative;
}
.project-section .container {
	max-width: 1240px;
}
.project-heading-wrapper {
	text-align: center;
}
.project-heading-wrapper .heading-title {
	text-align: center;
	color: #1b373c;
}
.project-category-info {
	margin-bottom: 50px;
	text-align: center;
}
.project-tab ul li {
	display: inline-block;
	margin: 0px 6px !important;
	margin-bottom: 0px !important;
}
.project-tab .nav-tabs {
	display: flex;
	justify-content: center;
	border-bottom: none;
}
.project-tab ul li a {
	font-size: 15px;
	text-decoration: none;
	padding: 8px 30px;
	border: solid 1px #889799 !important;
	color: #1b373c !important;
	display: inline-block;
	font-weight: bold;
	border-radius: 100px !important;
}
.project-category-info ul li a:hover {
	color: #ffffff;
	border-color: #1b373c;
	background-color: #1b373c;
}
.project-tabs-row {
	border-bottom: solid 1px #dde1e2;
	padding-bottom: 26px;
	margin-bottom: 30px;
}
.project-tab ul li a.active {
	background: #1b373c !important;
	color: #fff !important;
}
.project-box-wrapper {
	position: relative;
	overflow: hidden;
}
.project-box-wrapper .project-img img {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.project-box-wrapper:Hover .project-img img {
	webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}
.project-box-wrapper .project-img::after {
	content: "";
	position: absolute;
	background: rgb(15,49,96);
	background: linear-gradient(180deg, rgba(15,49,96,0) 20%, rgba(0,0,0,0.5) 100%);
	bottom: 0px;
	left: 0px;
	width: 100%;
	display: inline-block;
	height: 37%;
}
.project-box-wrapper .project-box-title {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #ffffff;
	text-align: center;
	padding: 15px 15px;
}
.project-box-title a {
	color: #ffffff;
	font-size: 15px;
	line-height: 17px;
}
.project-box-wrapper.info .project-box-title {
	padding-bottom: 25px;
}
.row-project-box-wrapper .col-md-6 {
	padding: 0px 4px;
	margin-bottom: 8px;
}
.col-md-6.project-box-wrapp {
	padding-right: 5px;
}
.project-box-wrapper.info .project-img img {
	height: 427px;
}
.btn-wrapper.view {
	text-align: center;
	margin-top: 20px;
}
.btn-wrapper.view a {
	color: #1b373c;
	border-color: #96a3a6;
}
.business-partners-section {
	background-color: #e6e6e6;
	padding: 45px 0px;
}
.business-partners-section .container {
	max-width: 1240px;
}
.business-partners-logo-row .col-md-3 {
	max-width: 29%;
	flex: 29%;
}
.business-partners-logo-row .col-md-9 {
	max-width: 71%;
	flex: 71%;
}
.business-partners-title {
	font-size: 30px;
	line-height: 37px;
	text-transform: uppercase;
	color: #1b373c;
	font-weight: 600;
	letter-spacing: 1px;
}
.consultancy-Service-section {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.Service-banner img {
	width: 100%;
}
.consultancy-Service-text-wrapper {
	text-align: center;
	position: relative;
	width: 100%;
}
.heading-title {
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.consultancy-Service-text-info ul {
	background-color: #1b373c;
	padding: 10px 0px;
	width: 85%;
	margin: auto;
}
.consultancy-Service-text-info ul li {
	display: inline-block;
	padding: 0px 50px;
}
.consultancy-Service-text-info ul li a {
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	position: relative;
}
.consultancy-Service-text-info ul li a.study::after {
	border: none;
}
.consultancy-Service-text-info ul li a::after {
	content: "";
	position: absolute;
	top: 2px;
	left: -49px;
	border-left: solid 1px #ffffff;
	height: 20px;
}
.btn-wrapper {
	margin-top: 21px;
}
.btn-wrapper a {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 9px 27px;
	border: solid 1px #849395;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.btn-wrapper a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #1b373c 30%, #273e42);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.btn-wrapper a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #273e42 30%, #1b373c);
}
.btn-wrapper a:hover {
	color: #ffffff;
}
.footer-section {
	padding: 20px 0px 0px;
	background-color: #282828;
}
.footer-logo a {
	display: inline-block;
	max-width: 72%;
}
.footer-details-info {
	padding-top: 27px;
	padding-left: 20px;
	position: relative;
}
.footer-details-info::after {
	content: "";
	position: absolute;
	left: -43px;
	top: 17px;
	border-left: solid 1px #ffffff;
	height: 122px;
}
.footer-details-info ul li {
	padding-bottom: 5px;
}
.footer-details-info ul li a {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
}
.footer-details-info ul li a:hover {
	color: #6597a0;
}
.footer-details-wrapper {
	padding-top: 27px;
}
.footer-details-wrapper .footer-details-title {
	font-size: 15px;
	color: #ffffff;
	padding-bottom: 5px;
}
.footer-details-wrapper ul li a {
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}
.footer-icon {
	padding-top: 30px;
	text-align: right;
}
.footer-icon ul li {
	display: inline-block;
	margin-right: 8px;
}
.footer-icon ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: solid 1px #ffffff;
	border-radius: 50%;
	color: #ffffff;
	font-size: 18px;
}
.copyright-info {
	border-top: solid 1px #6d6d6d;
	margin-top: 30px;
	padding-top: 12px;
	padding-bottom: 12px
}
.copyright-text {
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 1px;
}
.besign-by {
	text-align: right;
}
.besign-by a {
	font-size: 12px;
	letter-spacing: 1px;
	color: #fff;
}
/******* index 2 *******/
.banner-wrapper img {
	width: 100%;
}
.banner-title-info {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 64%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.banner-title {
	font-size: 47px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
.content-section {
	padding: 55px 0px 30px;
}
.aboutus-details-wrapper-rowtwo {
	margin-top: 20px;
}
.aboutus-img img {
	width: 100%;
}
.heading-text {
	font-size: 27px;
	color: #6597a0;
	line-height: 31px;
	margin-bottom: 15px;
	padding-bottom: 11px;
	position: relative;
}
.heading-text span {
	display: block;
	color: #1b373c;
}
.heading-text::after {
	content: "";
	position: absolute;
	width: 71px;
	left: 0;
	bottom: 0;
	height: 2px;
	background: #6597a0;
}
.aboutus-details-wrapper .location-img {
	margin-left: -30px;
}
/******* index 3 *******/
.content-section.wrapper {
	padding: 20px 0px 35px;
	position: relative;
}
.content-section.wrapper::after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 65px;
	background: #dde1e2;
	height: 1px;
}
.project-box-wrapperrow .project-box-wrapper {
	margin-bottom: 30px;
}
ul.pagination {
	text-align: center;
	width: 100%;
	display: inline-block;
}
ul.pagination li.page-item {
	display: inline-block;
	margin: 0px 6px;
}
ul.pagination li.page-item a.active {
	background: #75aee0;
	color: #fff;
	border: solid 1px #75aee0;
}
ul.pagination li.page-item a:hover {
	background: #75aee0;
	color: #fff;
	border-color: #75aee0;
}
li.page-item.img-iconss a.page-link:hover {
	background: none;
}
ul.pagination li.page-item a {
	color: #2d477a;
	font-size: 14px;
	width: 33px;
	height: 33px;
	line-height: 18px;
	font-family: 'Lato', sans-serif;
}
ul.pagination li.page-item a {
	background: none;
	border-radius: 6px;
	background-color: rgba(255,255,255,0.6);
}
ul.pagination li.img-iconss a {
	width: auto;
	height: auto;
}
ul.pagination li.page-item .page-link {
	border-radius: 50%;
}
ul.pagination li.page-item a i {
	font-size: 17px;
}
/******* index 4 *******/
.menu-bar ul.menu li.menu-item-has-children:first-child {
	padding-left: 0;
}
.language-box-wrapper .language-box-row {
	display: flex;
	align-items: center;
}
.language-box-row .language-box-icon i {
	color: #1b373c;
	font-size: 18px;
	margin-right: 6px;
	margin-left: 9px;
	padding-left: 9px;
}
.project-list-section {
	padding: 45px 0px 50px;
	position: relative;
}
.project-list-section .project-box-wrapper-row .project-box-wrapper {
	margin-bottom: 27px;
}
.owl-carousel-wrapper.slider-row {
	width: 100%;
	margin: auto;
	margin-bottom: 26px;
	padding-left: 23px;
}
#sync1 .owl-nav button.owl-prev {
	position: absolute;
	left: -20px;
	top: 45%;
}
#sync1 .owl-nav button {
	outline: 0;
}
#sync1 .owl-nav button.owl-next {
	position: absolute;
	right: -20px;
	top: 45%;
}
#sync1 .owl-nav button.owl-prev img {
	max-width: 32px;
}
#sync1 .owl-nav button.owl-next img {
	max-width: 32px;
}
#sync2 .owl-nav button.owl-prev {
	position: absolute;
	left: -25px;
	top: 35%;
}
#sync2 .owl-nav button {
	outline: 0;
}
#sync2 .owl-nav button.owl-next {
	position: absolute;
	right: -25px;
	top: 35%;
}
#sync2 .owl-nav button.owl-prev img {
	max-width: 9px;
}
#sync2 .owl-nav button.owl-next img {
	max-width: 9px;
}
.owl-item.synced.active .item-slider-images:after {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	display: inline-block;
	left: 0px;
	content: "";
	border: solid 5px #45696f;
}
.project-details-information {
	padding-left: 10px;
}
.cont-text p span {
	display: block;
	font-weight: bold;
}
.back-btn a {
	max-width: 37px;
	display: inline-block;
}
.project-details-information .project-details-title {
	font-size: 25px;
	color: #1b373c;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 9px;
	border-bottom: solid 2px #2d4a4e;
	margin-bottom: 16px;
}
.project-details-features-info {
	margin-bottom: 30px;
}
.project-details-features-info .features-title {
	font-size: 17px;
	color: #1b373c;
	font-weight: bold;
	margin-bottom: 5px;
}
.project-details-features-info ul li {
	position: relative;
	font-size: 15px;
	padding-left: 23px;
	color: #1b373c;
}
.project-details-features-info ul li img {
	position: absolute;
	top: 4px;
	left: 0;
	max-width: 16px;
}
.project-details-info {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
}
.project-details-icon {
	width: 24%;
}
.project-details-icon img {
	max-width: 47px;
}
.project-details-text {
	width: 76%;
}
.project-details-text .project-site-text {
	font-size: 13px;
	color: #1b373c;
	line-height: 14px;
}
.project-details-text .project-mong {
	font-size: 15px;
	font-weight: bold;
	color: #1b373c;
	line-height: 17px;
}
/*page no 5*/
.content-section.wrapp {
	padding: 40px 0px 57px;
}
.solution-details-info .solution-details-title {
	font-size: 25px;
	color: #1b373c;
	font-weight: bold;
}
.solution-details-wrapper .solution-img {
	padding-top: 15px;
}
.solution-details-wrapper .solution-img img {
	width: 100%;
}
.solution-img-block {
	position: relative;
}
.solution-img-block .solution-img img {
	width: 100%;
}
.solution-img-block .number-text {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: right;
	top: 18px;
}
.solution-img-block .number-text span {
	display: inline-block;
	background: #6597a0;
	color: #ffffff;
	padding: 10px 12px 10px 15px;
	font-size: 51px;
	line-height: 50px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.solution-details-information-row {
	margin-top: 90px;
}
.solution-details-text ul {
	padding-top: 10px;
}
.solution-details-text ul li {
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	color: #1b373c;
	font-weight: 600;
	line-height: 35px;
}
.solution-details-text ul li::after {
	content: "";
	position: absolute;
	width: 15px;
	left: 0;
	top: 17px;
	background: #6597a0;
	height: 2px;
}
.solution-details-info .solution-details-title span {
	display: inline-block;
	color: #6597a0;
}
.solution-team-img {
	text-align: right;
}
.solution-team-img img {
	max-width: 82%;
}
.solution-details-information .solution-details-info {
	padding-top: 5px;
}
.solution-details-information .solution-details-info .solution-details-title {
	padding-bottom: 8px;
}
/*page no 6*/
.service-details-info-row.rowone {
	margin-top: 35px;
}
.service-details-info-row {
	align-items: center;
	margin-bottom: 50px;
}
.service-details-info {
	position: relative;
	padding-left: 70px;
	margin-left: 10px;
}
.number-texts {
	position: absolute;
	left: -6px;
	top: 0;
	font-size: 62px;
	color: #6597a0;
	line-height: 50px;
}
.row-bg .number-texts {
	left: -20px;
}
.service-details-text .service-details-text-title {
	font-size: 32px;
	font-weight: bold;
	color: #1b373c;
}
.service-details-text .solution-details-text ul {
	padding-top: 7px;
}
.service-details-text .solution-details-text ul li {
	line-height: 27px;
	font-size: 15px;
	padding-left: 25px;
}
.service-details-text .solution-details-text ul li::after {
	content: "";
	top: 13px;
	width: 13px;
}
.service-logo {
	margin-top: 40px;
}
.row-bg {
	background: #ecf2f3;
	margin: auto;
	padding: 55px 25px;
	padding-right: 0px;
	margin-bottom: 50px;
}
.service-details-info-row.rowtwo .service-details-info {
	margin-left: 0px;
	padding-left: 82px;
}
.service-details-info-row.rowtwo .col-md-4 {
	padding-right: 0px;
}
.service-details-info-row.rowthree .service-details-info {
	padding-left: 80px;
}
.service-right-img {
	max-width: 127px;
}
#partner-slider .owl-nav {
	display: none;
}
#partner-slider .logo-item-img {
	display: flex;
	align-items: center;
}
#partner-slider .logo-item-img img {
	width: min-content;
	height: 51px;
	object-fit: cover;
}
.aboutus-details-wrapper .heading-text {
	font-size: 33px;
	line-height: 42px;
	padding-bottom: 16px;
	margin-bottom: 21px;
}
.aboutus-details-wrapper-row {
	margin-bottom: 25px;
}
.owl-carousel-wrapper #sync1 .owl-nav button {
	background: #8b9b9d;
	width: 34px;
	height: 34px;
	border-radius: 100px;
	color: #fff;
	font-size: 18px;
}
.owl-carousel-wrapper .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 6px;
	z-index: 333;
	text-align: center;
}
.owl-carousel-wrapper .owl-dots button span {
	width: 11px;
	height: 11px;
	background: #ffffff;
	display: inline-block;
	border-radius: 100px;
	margin: 0px 5px;
}
.owl-carousel-wrapper .owl-dots button.active span {
	background: #1b373c;
}
.owl-carousel-wrapper .owl-dots button {
	outline: 0;
}
#sync1 {
	margin-bottom: 20px;
}
.owl-carousel-wrapper #sync1 .owl-nav button:hover {
	background: #1b373c;
}
#sync2 .owl-nav button {
	font-size: 27px;
}
#sync2 .owl-nav button i {
	font-weight: 400;
}
.solution-details-text .heading-text {
	font-size: 33px;
	line-height: 42px;
}
.solution-process-section-1 {
	padding: 45px 0px 50px;
}
.solution-details-text {
	display: flex;
	justify-content: space-between;
}
.mobile-view-language {
	display: none;
}
.aboutus-details-row .cont-text p {
	font-size: 15px;
	line-height: 24px;
}


/****** HOME  SLIDER  Animation CSS ******/
@-webkit-keyframes fadeInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
opacity:0;
transform:translate3d(0, 100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @keyframes fadeInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
opacity:0;
transform:translate3d(0, 100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
 @-webkit-keyframes fadeInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
opacity:0;
transform:translate3d(0, -100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @keyframes fadeInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
opacity:0;
transform:translate3d(0, -100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @-webkit-keyframes fadeInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
opacity:0;
transform:translate3d(-100%, 0, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
@keyframes fadeInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
opacity:0;
transform:translate3d(-100%, 0, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
#sliderhome .owl-item.active .slider-banner-text-info span {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
#sliderhome .owl-item.active .slider-banner-title {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
/****** HOME  SLIDER  Animation CSS END ******/
.select-box-language select {
	font-size: 14px;
	border: solid 1px #1b373c;
	outline: 0;
}
#sliderhome .owl-nav button {
	width: 38px;
	height: 38px;
	background: #fff;
	border-radius: 100px;
	font-size: 20px;
	color: #99adc2;
}
#sliderhome .owl-nav button:hover {
	background: #1b373c;
}









/****** Mobile Layout ******/
@media only screen and (max-width: 767px) {
#sliderhome .owl-nav button.owl-prev {
	left: 0px;
	top: 40%;
}
#sliderhome .owl-nav button.owl-next {
	top: 40%;
	right: 0px;
}
#sliderhome .owl-nav button {
	width: 27px;
	height: 28px;
	font-size: 16px;
}
.description {
	margin-top: 22px;
}
.header-section {
	padding-top: 0px;
	position: relative;
}
.service-section {
	margin-top: 0px;
}
.header-right-information {
	display: none;
}
.slider-banner-text-info .slider-banner-title {
	font-size: 14px;
}
#sliderhome .owl-dots {
	display: none;
}
.service-box-wrapper-row {
	padding: 0px;
	padding-top: 25px;
	padding-bottom: 33px;
}
.service-box-wrapper {
	margin-bottom: 15px;
}
.aboutus-section {
	margin-top: 0;
}
.row.header-row .col-md-3 {
	max-width: 82%;
	flex: auto;
}
.row.header-row .col-md-7 {
	max-width: 17%;
	flex: auto;
	padding: 0;
}
.aboutus-details-info .aboutus-title {
	font-size: 33px;
	position: relative;
	left: 0;
	top: 0;
	transform: initial;
	margin-bottom: 26px;
}
.aboutus-details-row .col-md-7 {
	padding: 0px 15px;
}
.aboutus-details-info {
	padding-left: 0;
	width: 100%;
	padding-top: 53px;
	padding-bottom: 53px;
}
.cont-text p {
	font-size: 16px;
	line-height: 28px;
}
.heading-title {
	text-align: center;
}
.solution-process-title .heading-title {
	padding-bottom: 15px;
}
.solution-process-title {
	padding-bottom: 43px;
}
.solution-process-section {
	padding: 53px 0px;
}
.row-project-box-wrapper .col-md-6 {
	padding: 0px 15px;
	margin-bottom: 15px;
}
.col-md-6.project-box-wrapp {
	padding-right: 15px;
	margin-bottom: 15px;
}
.project-box-wrapper.info .project-img img {
	height: auto;
}
.copyright-text {
	font-size: 12px;
	text-align: center;
	padding-bottom: 6px;
}
.besign-by {
	text-align: center;
}
.footer-icon {
	padding-top: 31px;
	text-align: center;
}
.consultancy-Service-text-wrapper .heading-title {
	font-size: 32px;
	line-height: 44px;
}
.consultancy-Service-section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.consultancy-Service-text-info ul {
	padding: 0px 0px;
	width: 100%;
}
.consultancy-Service-text-info ul li {
	padding: 0px 0px;
	width: 100%;
}
.consultancy-Service-text-info ul li a::after {
	display: none;
}
.consultancy-Service-text-info ul li a {
	line-height: 40px;
	display: inline-block;
	width: 100%;
	border-bottom: solid 1px #3d646a;
}
.footer-logo a {
	max-width: 100%;
}
.footer-details-info {
	padding-left: 0;
	text-align: center;
}
.business-partners-logo-row .col-md-3 {
	max-width: 100%;
	flex: auto;
}
.business-partners-logo-row .col-md-9 {
	max-width: 100%;
	flex: auto;
}
.partners-logo-slider {
	margin-top: 30px;
}
.business-partners-title {
	font-size: 25px;
	line-height: 38px;
	letter-spacing: initial;
	text-align: center;
}
.banner-wrapper img {
	width: 100%;
	height: 175px;
	object-fit: cover;
}
.banner-title {
	font-size: 27px;
	letter-spacing: 1px;
}
.banner-title-info {
	top: 55%;
}
.aboutus-details-wrapper {
	margin-top: 23px;
}
.aboutus-details-wrapper .location-img {
	margin-left: 0;
}
.order-1 {
	margin-bottom: 30px;
}
.solution-details-information .solution-details-info {
	padding-top: 25px;
}
.solution-details-information-row {
	margin-top: 51px;
	border-bottom: solid 1px #bbb;
	padding-bottom: 12px;
}
.solution-team-img {
	text-align: center;
	margin-top: 23px;
	margin-bottom: 9px;
}
.service-details-text .service-details-text-title {
	font-size: 23px;
	margin-bottom: 5px;
}
.solution-details-text {
	display: inline-block;
}
.footer-details-wrapper {
	text-align: center;
}
.footer-logo {
	text-align: center;
}
.header-section .logo {
	padding-top: 9px;
	padding-bottom: 9px;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.language-box-wrapper .language-box-row {
	justify-content: center;
	padding-top: 14px;
}
.mobile-view-language {
	display: block;
}
}

/****** Tablet Layout ******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer-details-info {
	padding-left: 0;
}
.project-box-wrapper.info .project-img img {
	height: 263px;
}
.project-box-wrapper .project-box-title {
	padding: 15px 7px;
}
.consultancy-Service-text-info ul {
	width: 100%;
}
.consultancy-Service-text-info ul li a {
	font-size: 15px;
}
.consultancy-Service-text-info ul li {
	padding: 0px 31px;
}
.solution-process-section-1 .row {
	margin: 0px;
}
.language-box-wrapper .language-box-row {
	justify-content: center;
	padding-top: 14px;
}
.mobile-view-language {
	display: block;
}
.header-right-information {
	display: none;
}
.row.header-row .col-md-3 {
	max-width: 48%;
	flex: auto;
}
.row.header-row .col-md-7 {
	max-width: 50%;
	flex: auto;
}
.header-section .logo {
	margin-bottom: 22px;
}
.header-section {
	position: relative;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.service-section {
	margin-top: 8px;
	margin-bottom: 19px;
}
.aboutus-section {
	margin-top: 0;
	padding-bottom: 70px;
	padding-top: 64px;
}
.aboutus-left-img {
	padding-right: 62px;
	padding-left: 20px;
}
.aboutus-details-info {
	padding-left: 45px;
	width: 94%;
	padding-top: 0;
}
}

/******  Medium Layout ******/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.project-box-wrapper.info .project-img img {
	height: 354px;
}
.consultancy-Service-text-info ul {
	width: 100%;
}
.consultancy-Service-text-info ul li {
	padding: 0px 43px;
}
.nav_area > ul > li {
	padding-left: 29px;
}
.nav_area ul li a {
	font-size: 12px;
}
.aboutus-left-img {
	padding-right: 64px;
}
.aboutus-section {
	/* padding-top: 173px; */
	padding-top: 33px;
	padding-bottom: 60px;
}
}
