/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Open Sans', sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #0880e8;
}

a:hover {
  color: #2371d5;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
/*  font-family: "Raleway", sans-serif;*/
}
.text-justify{
	text-align: justify;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
/*.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ff9d00;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #ff9d00;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}*/

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
/*#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0880e8;
  border-top-color: #bfe0fd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}*/
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
	background: #f5f5f5;
	height: 40px;
	font-size: 15px;
	transition: all 0.5s;
	color: #555;
	padding: 0;
	padding-right: 60px;
	padding-left: 50px;
}
#topbar.topbar-scrolled {
  top: -60px;
}
#topbar .contact-info i a, #topbar .contact-info i span {
	padding-left: 5px;
	color: #555;
	font-style: normal;
	font-weight: 500;
}
#topbar .contact-info a {
  line-height: 0;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}
#topbar .contact-info a:hover {
  text-decoration: underline;
}
#topbar .contact-info i {
  color: #ff9d00;
  line-height: 0;
  margin-right: 5px;
}
#topbar .contact-info .phone-icon {
  margin-left: 15px;
}
#topbar .cta {
  background: transparent;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: auto;
  top: 0;
  padding-top: 0;
  padding-bottom: 0;
	padding-right: 60px;
	padding-left: 50px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	position: relative;
}
#header.header-scrolled {
  background: #f1f8fc;
  top: 0;
}
#header .logo {  
  margin: 0;
  padding: 15px 0px 15px;
	padding-right: 20px;
  text-transform: uppercase;
	position: relative;
}
#header .logo::before {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 500%;
	background-color: #04295c;
}
#header .logo a {
  color: #fff;
	position: relative;
}
#header .logo img {
  max-height: 60px;
}

.header-inner-pages {
  background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
  background: rgba(6, 98, 178, 0.9) !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
	position: unset;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
/*  position: relative;*/
	position: static;
/*  white-space: nowrap;*/
  padding: 10px 0 10px 18px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 16px;
	font-weight: 600;
  color: #022d62;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
	letter-spacing: 0.5px;
	text-transform: none;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
/*
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #f6b024;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
*/
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #ff9d00;
}
.navbar .dropdown ul {
/*
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 0;
	width: 100%;
*/
}
/*
.navbar .dropdown ul.sub-menu-out-div{

}
*/

.navbar .dropdown ul.sub-menu-out {
	border-top: 3px solid #ff9d00;
	height: auto;
/*	display: flex;*/
display: block;
	position: absolute;
	right: 0;
	top: calc(100% + 30px);
	margin: 0;
	padding: 0px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
	border-radius: 0;
	width: 100%;
	align-items: start;
	max-width: 1030px;
}

.navbar .dropdown ul.sub-menu-out .sub-menu-div{
	position: relative;
	display: flex;
}
.navbar .dropdown ul.sub-menu-out .sub-menu-div .left-services-details {
	max-width: 310px;
	flex: 0 0 310px;
	margin: 0px;
	padding: 15px;
	background-image: linear-gradient(to bottom, #2371d5, #063675);
	 height: 100%;
	/* display: inline-flex; */
	/* height: 100%; */
	/* background: #000; */
	position: absolute;
	z-index: 1;
	display: none;
}
.navbar .dropdown ul.sub-menu-out .sub-menu-div .left-services-details h4{
	color: #ffffff;
	font-size: 20px;
	padding: 0px 0px 20px 0px;
	font-weight: 600;
	margin: 0px;
	position: relative;
}
.navbar .dropdown ul.sub-menu-out .sub-menu-div .left-services-details h4::before {
	content: '';
	width: 50px;
	height: 3px;
	background: #00a652;
	position: absolute;
	bottom: 5px;
}





.navbar .dropdown ul li {
/* min-width: 200px;*/
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #032e54;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #0880e8;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.navbar li.connect_btn {
/*	padding: 0px;*/
}
.navbar li.connect_btn a {
	color: #fff;
	background: #ff9d00;
	padding: 12px 24px 12px 24px;
	display: inline-block;
	transition: 0.3s;
	border-radius: 5px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.5px;
}
.navbar li.connect_btn a:hover {
  background: #04295c;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #f6b024;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  background: #fff8e3;
  background-size: cover;
  position: relative;
/*  margin-bottom: -90px;*/
  z-index: 99;
  transition: 0.3s;
	padding: 0px 0px;
}
#hero .pattern-layer-one {
	position: absolute;
	left: 0px;
	top: -90px;
	width: 372px;
	height: 1006px;
	background-position: left center;
	background-repeat: no-repeat;
}
#hero .pattern-layer-two {
	position: absolute;
	right: -100px;
	bottom: 70px;
	width: 318px;
	height: 318px;
	background-position: left top;
	background-repeat: no-repeat;
}
#hero .color-layer {
	position: absolute;
	left: 150px;
	top: 60px;
	width: 318px;
	height: 318px;
	opacity: 0.05;
	border-radius: 50%;
	background-color: #ffbf00;
}

#hero  .container-fluid{
	padding: 0px 60px;
}
#hero .carousel {
	position: relative;
}

/*
#hero:before {
  content: "";
  background: rgba(6, 101, 183, 0.9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
*/
#hero .carousel-container {
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  flex-direction: column;*/
  text-align: left;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;margin: 10px 0px;
}

#hero h3 {
  color: #022d62;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
	text-transform: uppercase;
}
/*
#hero h2 {
  color: #053573;
  margin-bottom: 20px;
  font-size: 58px;
  font-weight: 800;
	text-transform: uppercase;
}
*/
#hero h2 {
	color: #222222;
	margin-bottom: 10px;
	font-size: 64px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: normal;
}

#hero p {
	width: ;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	margin: 0 auto 10px;
		color: #222;
		font-size: 24px;
		line-height: 40px;
		font-weight: 600;
}
#hero .div-small-details {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	margin: 0 auto 30px;
	color: #222;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#hero .btn-get-started {
	font-weight: 600;
	font-size: 20px;
	/* letter-spacing: 1px; */
	display: inline-block;
	padding: 16px 20px;
	border-radius: 5px;
	transition: 0.5s;
	line-height: 1;
	margin: 0px 10px 0px 0px;
	color: #fff;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	background-color: #04295c;
	text-transform: uppercase;
}
#hero .btn-get-started:hover {
  background: #ffac00;
  color: #053573;
  text-decoration: none;
}

#hero .btn-get-started.yellow{
	background: #ff9d00;
  color: #fff;
  text-decoration: none;
    margin-bottom: 20px;
}
#hero .btn-get-started.yellow:hover{
	background: #04295c;
  color: #fff;
  text-decoration: none;
}

#hero .animated {
	animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	 justify-content: normal; 
	padding: 0;
	margin-right: 0;
	margin-bottom: -41px;
	margin-left: 0;
	list-style: none;
	width: auto;
	text-align: left;
	/* padding-left: 20px; */
}
#hero .carousel-indicators li {
	cursor: pointer;
	background: #063777;
	overflow: hidden;
	border: 0;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	opacity: 1;
	transition: 0.3s;
	margin: 0px 5px;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background: #ffab00;
}

#hero .image-column {
	position: relative;
}
#hero .image-column .inner-column {
	position: relative;
	margin-right: -260px;
	background: url("../img/hero-bg.jpg") top center/cover;
	padding: 50px;
	box-sizing: border-box;
    height: 100%;
}
#hero .image-column .inner-column img {
	display: block;
	max-width: 100%;
	-webkit-transform-style: preserve-3d;
	padding-right: 60px;
}

/*
@media (min-width: 1024px) {
  #hero p {
    width:;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-width: 768px), (max-height: 700px) {
  #hero {
    height: auto;
    padding: 0px 0;
  }
  #hero h2 {
    font-size: 28px;
  }
}
*/

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
.section-bg {
  background-color: #f1f8fc;
}
.section-title {
  padding-bottom: 0;
}
.section-title .title {
	position: relative;
	color: #ff9d00;
	font-size: 16px;
	line-height: 1.1em;
	font-weight: 600;
	letter-spacing: 0px;
	padding-left: 60px;
	padding-top: 10px;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 28px;
}
.section-title .title .icon-box-left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 38px;
	height: 35px;
}
.section-title .title .icon-box-left .color-one {
	position: absolute;
	left: 8px;
	top: 6px;
	width: 30px;
	height: 30px;
	background-color: #f3f3f3;
}
.section-title .title .icon-box-left .color-two {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
	background-color: #ff9d00;
}
.section-title .title .icon-box-left .color-three {
	position: absolute;
	left: 13px;
	top: 13px;
	width: 10px;
	height: 10px;
	background-color: #022d62;
}

.section-title h2 {
	font-size: 34px;
	font-weight: 700;
	
	margin-bottom: 20px;
	padding-bottom: 0;
	color: #022d62;
}
.section-title .hd-title {
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 0;
	color: #022d62;
}

.section-title h1 {
	font-size: 34px;
	font-weight: 700;
	/* text-transform: uppercase; */
	margin-bottom: 20px;
	padding-bottom: 0;
	color: #022d62;
	/* margin-top: 24px; */
}
.section-title p {
  margin-bottom: 1rem;
  font-style: normal;
	line-height: 34px;
	color: #222;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
	color: #323232;
	font-size: 16px;
	line-height: 36px;
	font-weight: 400;
}
p.smai-bolt{
	font-weight: 500
}
p strong{
	font-weight: 600;
}
p a{
	font-weight: 600;
	color: #212121;
}

.btn-get-started {
	font-weight: 600;
	font-size: 20px;
/*	letter-spacing: 1px;*/
	display: inline-block;
	padding: 15px 26px;
	border-radius: 5px;
	transition: 0.5s;
	line-height: 1;
	margin: 0px 10px 0px 0px;
	color: #063777;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	background-color: #ffac00;
/*	text-transform: uppercase;*/
	width: auto;
	margin: 0px auto;
}
.text-yellow{
	color: #ff9d00;
}
.text-blue{
	color: #022d62;
}


/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
.welcome {
  padding: 80px 0;
  position: relative;
}
.welcome::before, .welcome::after {
	content: '';
	height: 240px;
	width: 240px;
	position: absolute;
	background-size: 240px 240px !important;
}

.welcome .container {
  position: relative;
	z-index: 100;
}
.welcome .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.welcome .content ul {
  list-style: none;
  padding: 0;
}
.welcome .content ul li {
  padding-left: 28px;
  position: relative;
}
.welcome .content ul li + li {
  margin-top: 10px;
}
.welcome .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #ffac00;
  line-height: 1;
}
.welcome_content__image {
	border-radius: 0px;
	/* overflow: hidden; */
	display: inline-block;
	position: relative;
	padding-right: 70px;
}
.welcome_content__image img{
	max-width: 100%;
}
.about-content__experience {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background: #ff9d00;
	border-radius: 0;
	color: #ffffff;
	font-weight: 600;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 30px;
	position: absolute;
	right: 10px;
	bottom: -55px;
	-webkit-animation: dzMove5 8s linear infinite;
	animation: dzMove5 8s linear infinite;
}
.about-content__experience_years {
	font-size: 4.375rem;
	position: relative;
	padding-right: 18px;
	margin-right: 0;
	line-height: 1.4;
	text-shadow: 0px 7px 0px rgba(0, 0, 0, 0.1);
	font-weight: 700;
}
.about-content__experience_title {
	letter-spacing: 0.5px;
	font-size: 22px;
	line-height: normal;
	text-shadow: 0px 7px 0px rgba(0, 0, 0, 0.1);
	text-align: left;
	font-weight: 600;
}


/*
.welcome .content p:last-child {
  margin-bottom: 0;
}
.welcome .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #0880e8;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #0880e8;
}
.welcome .content .btn-learn-more:hover {
  background: #0880e8;
  color: #fff;
  text-decoration: none;
}
*/
@media (max-width: 992px) {
  .welcome {
    padding: 60px 0;
  }
}




/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding: 50px 0;
  position: relative;
}
.introarea::before, .introarea::after {
	content: '';
	height: 326px;
	width: 335px;
	position: absolute;
	background-size: 335px 326px;
}
.introarea::before {
	content: '';
	background: url(../img/topright.webp);
	right: 0;
	top: 0;
}
.introarea::after {
	content: '';
	background: url(../img/bottomleft.webp);
	left: 0;
	bottom: 0;
}
.about .container {
  position: relative;
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-left: 28px;
  position: relative;
}
.about .content ul li + li {
  margin-top: 10px;
}
.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #0880e8;
  line-height: 1;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #0880e8;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #0880e8;
}
.about .content .btn-learn-more:hover {
  background: #0880e8;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 992px) {
  .about {
    padding: 60px 0;
  }
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
 background: #04295c url("../img/pattern-5.png");
background-repeat: no-repeat;
}
.why-us .content {
  padding: 60px 100px 0 100px;
}
.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
}
.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.why-us .content p {
  font-size: 15px;
  color: #848484;
}
.why-us .why_out {
	
	color: #c0c1c3;
	text-align: center;
}

.why-us .why_out h3{
	font-size: 42px;
	font-weight: 700;
	color: #fff;
	margin: 0px 0px 18px 0px;
	padding: 0px;
}
.why-us .why_out p {
	color: #ffffff;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	text-align: center;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts-out{
	padding: 0px 0px;
}
.counts {
  padding: 0px 0 0px;
	position: relative;
}
.counts .count-box {
  align-items: center;
  padding: 30px;
  width: 100%; 
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
	text-align: center;
}
.counts .count-box .purecounter {
  font-size: 44px;
  display: block;
  font-weight: 700;
  color: #ffffff;
	display: inline-block;
}
.counts .count-box .pluse-icon{ 
font-size: 44px;
font-weight: 700;
color: #fff;
padding-left: 5px;
}

.counts .count-box .details-name {
  padding: 0;
  margin: 0;  
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

.counts .count-box .details-name .name-blue{
	display: block;
	font-size: 22px;
	color: #ff9d00;
	font-weight: 600;
	text-align: center;		
	text-transform: uppercase;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}




/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .full-box-row {
/*
	margin-bottom: 20px;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
*/
	border-radius: 0px;
	position: relative;
}

.services .full-box-row .tab-nav-div {
	flex: 0 0 auto;
	width: auto;
	height: auto;
	margin: 0px auto;
	/* padding: 0px; */
/*	background: #063776;*/
	position: relative;
	/* height: auto; */
	/* padding-bottom: 80px; */
	padding: 0px 0;
}

.services .nav-tabs {
	border-bottom: #c0d6ff 1px solid;
	padding-bottom: 12px;
	margin-bottom: 45px;
}

.services .nav-tabs .nav-item{
/*	border-bottom: 1px solid #0a51ad;*/
}
/*.services .nav-tabs .nav-item:last-child{
	border-bottom: none;
}*/
.services .nav-link {
	border: 0;
	padding: 0px 30px;
	/* transition: 0.3s; */
	color: #222222;
	border-radius: 0;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	margin: 0px;
	line-height: 38px;
	position: relative;
}

.services .nav-link.active {
	color: #ffac00;
	border-color: #d9232d;
	background-color: transparent;
	position: relative;
}
.services .nav-link.active::after {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -14px;
	background-color: #ffac00;
	left: 0;
}
.services_tabs_link_icon {
	height: 38px;
	width: 52px;
	background: url(../img/sprite-new.png) no-repeat;
	margin: 0 12px 0 0;
	text-align: center;
	float: left;
}
.services_tabs_link_icon.web_tec {
  background-position: 0px -78px;
}
.services_tabs_link_icon.mobile_tec {
	background-position: -62px -78px;
}
.services_tabs_link_icon.enterprise_sol {
	background-position: -426px -64px;
}
.services_tabs_link_icon.dedicated_res {
	background-position: -126px -78px;
}
.services_tabs_link_icon.cad_ser {
	background-position: -184px -78px;
}
.services .nav-link.active .services_tabs_link_icon.web_tec{
	background-position: -248px -78px;
}
.services .nav-link.active .services_tabs_link_icon.mobile_tec {
	background-position: -310px -78px;
}
.services .nav-link.active .services_tabs_link_icon.dedicated_res {
	background-position: -374px -78px;
}
.services .nav-link.active .services_tabs_link_icon.cad_ser {
	background-position: -432px -78px;
}




.services .tab-content-row {
/*	padding-top: 15px;*/
	padding-bottom: 0;
	margin: 0px 0px 0px 0px;
}
.services__item {
	padding: 20px 10px 20px 18px;
	border-left: 2px solid #dee9fe;
	position: relative;
	overflow: hidden;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	min-height: 220px;
	margin-bottom: 25px;
}
.services__item:hover .services__item_overlay {
	width: 100%;
	left: 0%;
	opacity: 1;
	visibility: visible;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}

.services__item_overlay {
	display: block;
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0%;
	left: 0%;
	color: #ffffff;
	background-image: linear-gradient(to bottom, #2371d5, #063675);
	z-index: 1;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
.services__item_header {
	margin-bottom: 17px;
}
.services__item_icon {
	position: relative;
	z-index: 2;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #0554f2;
	width: 74px;
	height: 62px;
	background: url(../img/sprite-new.png) no-repeat;
}
.services__item_icon.php{
	background-position: 0px -129px;
}
.services__item_icon.meanstack{
	background-position: -77px -129px;
}
.services__item_icon.dotnet{
	background-position: -152px -129px;
}
.services__item_icon.java{
	background-position: -228px -129px;
}
.services__item_icon.open{
	background-position: -305px -129px;
}
.services__item_icon.fullstack{
	background-position: -379px -129px;
}

.services__item_title {
	margin-bottom: 0;
	padding-left: 22px;
	position: relative;
	z-index: 2;
	font-size: 18px;
	font-weight: 600;
	margin-top: 0px;
}
.services__item_title a{
	color: #1b1b1b;
}

.services__item_paragraph {
	margin-bottom: 0;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	position: relative;
	z-index: 2;
	font-size: 15px;
	line-height: 32px;
	font-weight: 400;
	color: #222;
	text-align: left;
}
.services__item:hover {
	border-radius: 5px;
	border-left: 2px solid transparent;
}
.services__item:hover .services__item_title a {
	color: #ffffff;
}
.services__item:hover .services__item_paragraph {
	color: #ffffff;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
.services__item:hover .services__item_icon.php{
	background-position: 0px -192px;
}
.services__item:hover .services__item_icon.meanstack{
	background-position: -77px -192px;
}
.services__item:hover .services__item_icon.dotnet{
	background-position: -152px -192px;
}
.services__item:hover .services__item_icon.java{
	background-position: -228px -192px;
}
.services__item:hover .services__item_icon.open{
	background-position: -305px -192px;
}
.services__item:hover .services__item_icon.fullstack{
	background-position: -379px -192px;
}

.services__item_icon.android{
	background-position: -1346px -69px;
}
.services__item_icon.iphone{
	background-position: -1424px -69px;
}
.services__item_icon.react{
	background-position: -1498px -69px;
}
.services__item_icon.game{
	background-position: -1575px -69px;
}
.services__item_icon.business{
	background-position: -1650px -69px;
}
.services__item_icon.flutter{
	background-position: -1724px -69px;
}

.services__item:hover .services__item_icon.android{
	background-position: -1346px -133px;
}
.services__item:hover .services__item_icon.iphone{
	background-position: -1424px -133px;
}
.services__item:hover .services__item_icon.react{
	background-position: -1498px -133px;
}
.services__item:hover .services__item_icon.game{
	background-position: -1575px -133px;
}
.services__item:hover .services__item_icon.business{
	background-position: -1650px -133px;
}
.services__item:hover .services__item_icon.flutter{
	background-position: -1724px -133px;
}


.services__item_icon.hire-php{
	background-position: -1346px -204px;
}
.services__item_icon.hire-meanstack{
	background-position: -1424px -204px;
}
.services__item_icon.hire-mobile{
	background-position: -1498px -204px;
}
.services__item_icon.hire-open{
	background-position: -1575px -204px;
}
.services__item_icon.hire-fullstack{
	background-position: -1650px -204px;
}
.services__item_icon.hire-website{
	background-position: -1724px -204px;
}

.services__item:hover .services__item_icon.hire-php{
	background-position: -1346px -268px;
}
.services__item:hover .services__item_icon.hire-meanstack{
	background-position: -1424px -268px;
}
.services__item:hover .services__item_icon.hire-mobile{
	background-position: -1498px -268px;
}
.services__item:hover .services__item_icon.hire-open{
	background-position: -1575px -268px;
}
.services__item:hover .services__item_icon.hire-fullstack{
	background-position: -1650px -268px;
}
.services__item:hover .services__item_icon.hire-website{
	background-position: -1724px -268px;
}

.services__item_icon.bim{
	background-position: -1346px -340px;
}
.services__item_icon.architectural{
	background-position: -1424px -340px;
}
.services__item_icon.mep{
	background-position: -1498px -340px;
}
.services__item_icon.structural{
	background-position:  -1575px -340px;
}
.services__item_icon.shop-drawing{
	background-position: -1650px -340px;
}
.services__item_icon.detailing{
	background-position: -1724px -340px;
}

.services__item:hover .services__item_icon.bim{
	background-position: -1346px -404px;
}
.services__item:hover .services__item_icon.architectural{
	background-position: -1424px -404px;
}
.services__item:hover .services__item_icon.mep{
	background-position: -1498px -404px;
}
.services__item:hover .services__item_icon.structural{
	background-position:  -1575px -404px;
}
.services__item:hover .services__item_icon.shop-drawing{
	background-position: -1650px -404px;
}
.services__item:hover .services__item_icon.detailing{
	background-position: -1724px -404px;
}

.tab-content{
	padding: 0px;
}
.services .tab-content-row:hover{
	background: #f6f6f6;
}
.services .tab-content-row .icon-div{
	width: 98px;
	height: 98px;
	float: left;
	background: #f1f8fc url(../img/sprite-new.png) no-repeat;
	border-radius: 50px;
}
.services .tab-content-row .icon-div.php_developement {
	background-position: 0px -249px;
}
.services .tab-content-row .icon-div.mean_stack_developement {
	background-position: -102px -249px;
}
.services .tab-content-row .icon-div.dot_net_developer {
	background-position: -204px -249px;
}
.services .tab-content-row .icon-div.Java_development_services {
	background-position: -302px -249px;
}
.services .tab-content-row .icon-div.open_source_customization {
	background-position: -409px -249px;
}

.services .tab-content-row .icon-div.ios_services {
	background-position: -509px -249px;
}

.services .tab-content-row .icon-div.android_services {
	background-position: -610px -249px;
}

.services .tab-content-row .icon-div.react_services {
	background-position: -712px -249px;
}

.services .tab-content-row .icon-div.business_app {
	background-position: -818px -249px;
}

.services .tab-content-row .icon-div.wordpress_services {
	background-position: -305px -360px;
}

.services .tab-content-row .icon-div.Joomla_services {
	background-position: -405px -360px;
}

.services .tab-content-row .icon-div.magento_services {
	background-position: -508px -360px;
}

.services .tab-content-row .icon-div.drupal_app {
	background-position: -610px -360px;
}

.services .tab-content-row .icon-div.hire_php {
	background-position: -1018px -249px;
}

.services .tab-content-row .icon-div.hire_mean {
	background-position: -1120px -249px;
}

.services .tab-content-row .icon-div.hire_android {
	background-position: -1224px -249px;
}

.services .tab-content-row .icon-div.hire_net {
	background-position: -1324px -249px;
}

.services .tab-content-row .icon-div.hire_open {
	background-position: -1425px -249px;
}

.services .tab-content-row .icon-div.eng_consultant {
	background-position: -1528px -249px;
}

.services .tab-content-row .icon-div.bim_services {
	background-position: -1632px -249px;
}
.services .tab-content-row .icon-div.mepf_services {
	background-position: 0px -360px;
}
.services .tab-content-row .icon-div.detailing_ser {
	background-position: -101px -360px;
}
.services .tab-content-row .icon-div.shop_drawing {
	background-position: -204px -360px;
}

.services .tab-content-row .details-div {
	margin-left: 120px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e5e5e5;
}

.services .tab-content-row:hover .details-div {
	border-bottom: 1px solid #f6f6f6;
}
.services .tab-content-row h4{
	color: #1b1b1b;
	font-size: 18px;
	font-weight: 600;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.services .tab-content-row h4 a{
	text-decoration: none;
	color: #1b1b1b;
	font-size: 18px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
}
.services .tab-content-row h4 a:hover{
	color: #053674;
	text-decoration: none;
}

.services .tab-content-row:hover h4 a{
	color: #053674;
}
.services .icon-box {
  margin-bottom: 20px;
  padding: 50px 40px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .tab-content-row .details-div p {
	margin: 0px;
	font-size: 16px;
	line-height: 34px;
	color: #212121;
	font-weight: 500;
}








.services .icon-box i {
  float: left;
  color: #f6b024;
  font-size: 40px;
  line-height: 0;
}
.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .icon-box h4 a {
  color: #05579e;
  transition: 0.3s;
}
.services .icon-box h4 a:hover {
  color: #0880e8;
}
.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Technologies Expertise
--------------------------------------------------------------*/
.technologies_expertise {
	position: relative;
	z-index: 100;
	background: #f6faff url("../img/pattern-7.png");	
	background-position: center center;
	background-repeat: no-repeat;
	padding: 100px 0;
}

.technologies_expertise .nav-pills {
	border-bottom: 5px solid #02295c;
	text-align: center;
	justify-content: center;
	margin-top: 0px;
	background: #f5faff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}
.technologies_expertise .nav-pills li{
	width: 20%;
	border-right: 1px solid #ccc;
}
.technologies_expertise .nav-pills li:last-child{
	border-right: none;
}

.technologies_expertise .nav-pills .nav-link {
	font-size: 18px;
	font-weight: 600;
	color: #151515;
	text-transform: none;
	position: relative;
	padding: 20px 15px 20px 15px;
	margin: 0 0;
	width: 100%;
}

.technologies_expertise .nav-pills .nav-link .tab-icon-div{
	width: 74px;
	height: 66px;
	margin: 0px auto 5px auto;
	background: url(../img/sprite-new.png) no-repeat;
}
.technologies_expertise .nav-pills .nav-link .tab-icon-div.open{
	background-position: -746px -189px;
}
.technologies_expertise .nav-pills .nav-link .tab-icon-div.mobile{
	background-position: -820px -189px;
}
.technologies_expertise .nav-pills .nav-link .tab-icon-div.front_end{
	background-position: -896px -189px;
}
.technologies_expertise .nav-pills .nav-link .tab-icon-div.backEnd{
	background-position: -975px -189px;
}
.technologies_expertise .nav-pills .nav-link .tab-icon-div.devops{
	background-position:-1051px -189px;
}
.technologies_expertise .nav-pills .nav-link .tab-icon-div.database{
	background-position: -1127px -189px;
}

.technologies_expertise .nav-pills .nav-link.active, .technologies_expertise .nav-pills .nav-link:hover{
	color: #ffac00;
	background-color: transparent;
}
.technologies_expertise .nav-pills .nav-link.active::after {
	content: '';
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: -5px;
	left: 0;
	background: #ffac00;
}
.technologies_expertise .nav-pills .nav-link.active::before{
content: "";
position: absolute;
bottom: -17.5px;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-4px);
transform: translateX(-50%) translateY(-4px);
width: 0;
height: 0;
border-left: 14px solid transparent;
border-right: 14px solid transparent;
border-top: 14px solid #ddd;
  border-top-color: rgb(221, 221, 221);
opacity: 0;
-webkit-transition: opacity 400ms,-webkit-transform 400ms;
transition: opacity 400ms,-webkit-transform 400ms;
transition: opacity 400ms,transform 400ms;
transition: opacity 400ms,transform 400ms,-webkit-transform 400ms;
border-top-color: var(--border-color);
	opacity: 1;
}

.technologies_expertise_logo {
	display: flex;
	width: 80%;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0px;
	margin: 0px;
	margin: 0 auto;
}
.technologies_expertise_logo li {
	margin: 15px 15px;
	list-style: none;	
	border-radius: 15px;
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: space-evenly;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	align-items: center;
	background-color: transparent;
	border-top: solid 6px transparent;
	cursor: pointer;
}
.technologies_expertise_logo li:hover{
	box-shadow: 0 0 16px rgba(0,0,0,.12);
	border-top-color: #ffac00;
	background-color: #f5faff;
}
.technologies_expertise_logo li .out-div{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.technologies_expertise_logo li .techno_exp_logo_name {
	text-align: center;
	font-size: 18px;
	color: #222222;
	font-weight: 600;
	display: inline-block;
	width: 100%;
}
.techno_exp_logo {
	background: url(../img/sprite-new.png) no-repeat;
	height: 70px;
	width: 70px;
	margin: 0 auto 5px auto;
}
.techno_exp_logo.web-wordpress-icon {
	background-position: -3px -477px;
}
.techno_exp_logo.web-magento-icon {
	background-position: -77px -477px;
}
.techno_exp_logo.web-shopify-icon {
	background-position: -145px -477px;
}
.techno_exp_logo.web-dnn-icon {
	background-position: -216px -477px;
}
.techno_exp_logo.web-kentico-icon {
	background-position: -3px -477px;
}
.techno_exp_logo.web-woocommerce-icon {
	background-position: -358px -477px;
}
.techno_exp_logo.web-iphone-icon {
	background-position: -4px -552px;
}
.techno_exp_logo.web-android-icon {
	background-position: -74px -552px;
}
.techno_exp_logo.web-swift-icon {
	background-position: -146px -552px;
}
.techno_exp_logo.web-kotlin-icon {
	background-position: -218px -552px;
}
.techno_exp_logo.web-reactjs-icon {
	background-position: -289px -552px;
}
.techno_exp_logo.web-xamarin-icon {
	background-position: -359px -552px;
}
.techno_exp_logo.web-gflutter-icon {
	background-position: -868px -552px;
}
.techno_exp_logo.web-angularjs-icon {
	background-position: -4px -624px;
}
.techno_exp_logo.web-vuejs-icon {
	background-position: -143px -378px;
}
.techno_exp_logo.web-knockout-icon {
	background-position: -214px -378px;
}
.techno_exp_logo.web-csharp-icon {
	background-position: -435px -475px;
}
.techno_exp_logo.web-netcore-icon {
	background-position: -505px -475px;
}
.techno_exp_logo.web-nodejs-icon {
	background-position: -577px -475px;
}

.techno_exp_logo.web-php-icon {
	background-position: -648px -468px;
}

.techno_exp_logo.web-pythone-icon {
	background-position: -719px -475px;
}

.techno_exp_logo.web-javascript-icon {
	background-position: -935px -552px;
}
.techno_exp_logo.web-mongodb-icon {
	background-position: -438px -552px;
}

.techno_exp_logo.web-mysql-icon {
	background-position: -509px -552px;
}
.techno_exp_logo.web-sqlserver-icon {
	background-position: -581px -552px;
}
.techno_exp_logo.web-postgre-icon {
	background-position: -653px -552px;
}

.techno_exp_logo.web-mariadb-icon {
	background-position: -720px -306px;
}
.techno_exp_logo.web-dynamodb-icon {
	background-position: -789px -306px;
}
.techno_exp_logo.web-laravel-icon {
	background-position:-865px -477px;
}
.techno_exp_logo.web-html5-icon {
	background-position: -936px -477px;
}
.techno_exp_logo.web-javascript-icon {
	background-position: -935px -552px;
}

.techno_exp_logo.web-aspnet-icon {
	background-position: -866px -624px;
}

.techno_exp_logo.web-sqlite-icon {
	background-position: -723px -552px;
}

.techno_exp_logo.web-joomla-icon {
	background-position: -722px -630px;
}
.techno_exp_logo.web-drupal-icon {
	background-position: -792px -630px;
}

/*--------------------------------------------------------------
# Our Work
--------------------------------------------------------------*/
.our_work {
	padding: 60px 0;
	position: relative;
	height: auto;
}
/*
.our_work::before {
	content: '';
	background: url(../img/topright.webp);
	right: 0;
	top: 0;
}
.our_work::after {
	content: '';
	background: url(../img/bottomleft.webp);
	left: 0;
	bottom: 0;
}
.our_work::before, .our_work::after {
	content: '';
	height: 240px;
	width: 240px;
	position: absolute;
	background-size: 240px 240px !important;
}
*/

.our_work .blue-bg-project {
	width: 100%;
	height: 50%;
	background: #04295c url("../img/pattern-5.png");
	position: absolute;
	top: 0px;
	/* background-position: 50%; */
	background-size: cover;
}

.our_work .container-fluid{
	position: relative;
	z-index: 1;
}

.case-study-item {
	position: relative;
	margin-bottom: 50px;
}
.case-study-item a {
  display: block;
	padding: 0px 10px;
}
.case-study-item a img {
	max-width: 100%;
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
}
.case-study-item .content {
	position: absolute;
	left: 0;
	right: 0;
	width: 86%;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f5faff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.09);
	box-shadow: 0 0 15px rgba(0,0,0,.05);
	border-radius: 5px;
	padding: 15px 70px 15px 15px;
	margin-bottom: 30px;
}
.case-study-item .content h3 {
	margin-bottom: 5px;
}

.case-study-item .content h3 a {
	color: #222222;
	font-size: 15px;
	font-weight: 600;
	padding: 0px;
}
.case-study-item .content .details_div {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	margin-right: 0px;
	color: #222222;
	font-weight: 500;
	position: relative;
	font-size: 14px;
}
.case-study-item .content .right-icon {
	width: 47px;
	height: 40px;
	background: url(../img/sprite-new.png) no-repeat;
	display: block;
	position: absolute;
	right: 15px;
	top: 16px;
}
.case-study-item .content .right-icon.web {
	background-position: -296px -11px;
}
.case-study-item .content .right-icon.cad {
	background-position: -236px -11px;
}

.our_work .btn-get-started{
	color: #fff;
	background-color: #ff9d00;
}
.our_work .btn-get-started:hover{
	background-color: #022d62;
	color: #fff;
}
.our_work .btn-get-started i {
	position: relative;
	top: 1px;
	left: 0;
	font-size: 17px;
}

/*--------------------------------------------------------------
# Our Key Features
--------------------------------------------------------------*/
.our-key-features{
	position: relative;
	padding: 50px 0px 60px;
	background-position: center bottom;
	background-repeat: repeat-x;
	background-image: url(../img/pattern-8.png);
	background-position: 0px 50px;
}

 .design_distinctive {
     position: relative;
     z-index: 100;
}
 .design_distinctive .left-details-div {
     align-content: center;
     align-items: center;
}
 .design_distinctive .left-details-div .distinctive_details {
     text-align: left;
	 padding-right: 50px;
}
/*
 .clo-heading-titel {
     font-size: 34px;
     font-weight: 700;
     line-height: 52px;
     color: #fff;
     margin: 0px 0px 10px 0px;
     padding: 0px;
     text-align: left;
}
*/
 .design_distinctive .left-details-div p {
     text-align: justify;
     color: #222222;
     margin: 10px 0px;
     font-size: 16px;
     line-height: 34px;
	 font-weight: 400;
}
 .design_distinctive .left-details-div p strong{
	 font-weight: 500;
}
 .design_distinctive .left-details-div p a{
	 color: #222222;
}
 .design_distinctive .left-details-div .btn-get-started {
     margin-top: 20px;
	 color: #fff;
}
 .design_distinctive .left-details-div .btn-get-started:hover {
	background: #022d62;
	 color: #fff;
}

 .design_distinctive .right-details-div {
}
 .design_distinctive .right-details-div .box-div {
     background-color: #f6f6f6;
/*     border: 1px solid #fff;*/
     border-radius: 10px;
     padding: 16px;
     margin: 16px 7px;
	 box-shadow: -4px 5px 12px rgba(0, 0, 0, 0.1);
}
 .design_distinctive .right-details-div .box-div h5 {
     font-size: 20px;
     font-weight: 600;
     color: #022d62;
     margin: 0px 0px 12px 0px;
     padding: 0px;
	 text-align: center;
}
 .design_distinctive .right-details-div .box-div p {
     font-size: 16px;
     line-height: 32px;
     color: #212121;
     font-weight: 400;
     padding: 0px;
     margin: 0px;
	 text-align: center;
}
 .design_distinctive .right-details-div .box-div .icon-div {
     width: 70px;
     height: 70px;
     border-radius: 0px;
     background:  url(../img/sprite-new.png) no-repeat;
     margin: 25px auto 15px auto;
}
 .design_distinctive .right-details-div .box-div.right-two {
     margin-top: 50px;
}
 .design_distinctive .right-details-div .box-div.right-three {
     margin-top: -15px;
}
 .design_distinctive .right-details-div .box-div .icon-div.highly_skilled {
     background-position: -456px -192px;
}
 .design_distinctive .right-details-div .box-div .icon-div.timely_results {
     background-position: -528px -192px;
}
 .design_distinctive .right-details-div .box-div .icon-div.cost_effective {
     background-position: -600px -192px;
}
 .design_distinctive .right-details-div .box-div .icon-div.latest_technology {
     background-position: -672px -192px;
}




/*--------------------------------------------------------------
# Connect with Us
--------------------------------------------------------------*/
.connect_with_us {
  background: url("../img/contact-bg.png") left center no-repeat;
  position: relative;
	padding: 0px 0px;
}
.connect_with_us:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.lets_discuss{
	padding: 20px 0px;
	background: #fff;
}
.lets_discuss .titel-text {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #053674;
	margin: 0px;
	padding: 0px 18px 0px 0px;
	line-height: 52px;
	float: left;
}
.lets_discuss .titel-text span{
	font-weight: 400;
}

.lets_discuss .btn-out-div {
	/* text-align: center; */
	/* align-self: center; */
	float: left;
	margin-top: 44px;
}
.lets_discuss .btn-out-div a{
	text-transform: uppercase;
}
.lets_discuss .btn-out-div a:hover{
	background-color: #063777;
	color: #fff;
}

.connect_with{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.connect_with .contact_row {
	position: relative;
	background-image: linear-gradient(to bottom, #2371d5, #063675);
	padding: 60px 0px;
	height: auto;
	overflow: hidden;
}

.connect_with .contact_row h2 {
	color: #fff;
}

.connect_with .contact_row .section-title span {
	border-bottom: 1px solid #6996d2;
	border-top: 1px solid #6996d2;
	color: #fff;
}

.connect_with .contact-img {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../img/feedback-bg.png) no-repeat;
	top: 0;
}

.connect_with .middle-box{
	text-align: center;
	padding: 20px 0 20px 0px;
}
.connect_with .middle-box .box_icon {
	width: 50px;
	height: 50px;
	background: url(../img/sprite-new.png) no-repeat;
	margin: 0 auto;
}

.connect_with .middle-box .box_icon.location-icon {
	background-position: -1641px -10px;
}
.connect_with .middle-box .box_icon.career-icon {
	background-position: -1692px -10px;
}
.connect_with .middle-box .box_icon.emails-icon {
	background-position: -1742px -10px;
}
.connect_with .middle-box h5 {
	font-size: 28px;
	font-weight: 700;
	padding: 10px 0;
	color: #fff;
	margin: 0;
}
.connect_with .middle-box p {
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
	color: #fff;
	padding: 0 ;
	margin: 0;
}
.connect_with .middle-box p a{
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}
.connect_with .middle-box .btn-get-started{
	margin: 15px 0px 0px 0px;
	padding: 12px 20px;
	font-weight: 600;
	font-size: 20px;
	background-color: #063777;
	color: #fff;
}
.connect_with .middle-box .btn-get-started:hover{
	background-color: #ffac00;
	color: #063777;
}


/*
.country_number_main{
	padding: 40px 0px;
}

.country_number {
    width: 16.6%;
    font-weight: 600;
    line-height: 40px;
    font-size: 18px;
    float: left;
    text-align: center
}

.country_number span {
    font-weight: 400;
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 22px
}

.country_number span .flag {
    width: 40px;
    height: 22px;
    margin-right: 5px;
    position: relative;
    top: -3px
}
*/

.social_icon {
	display: table;
	margin-bottom: 0;
	margin-top: 0;
	text-align: right;
	width: 100%;
	margin-top: 46px;
}

.social_icon ul {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    top: 0
}

.social_icon ul li {
    background: rgba(0, 0, 0, 0);
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.social_icon ul li a {
	background-color: #022d62;
	display: inline-block;
	height: 46px;
	margin: 0 1px;
	transition: all .3s ease-in 0;
	width: 46px;
	color: #fff;
	border-radius: 5px;
	line-height: 46px;
	font-size: 22px;
}
.social_icon ul li a:hover{
	background-color: #ff9d00;
	color: #fff;
}
/*
.clock-outer {
    position: relative;
    height: 70px;
    width: 70px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0%;
    margin-bottom: 15px;
    background-color: #ccc;
    border-radius: 100px;
    border: 1px solid #222
}

.clock-outer .clock-inner {
    height: 100%;
    width: 100%
}

.clock-outer .clock-inner .mins-box {
    height: 100%;
    width: 100%
}

.clock-outer .clock-inner .clock-hands-box {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.clock-outer .clock-inner .clock-hands-box span {
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 600ms cubic-bezier(.25, .46, .45, .94)
}

.clock-outer .clock-inner .clock-hands-box span:before {
    border-radius: 5px
}

.clock-outer .clock-inner .clock-hands-box span.sec-hand:before {
    content: "";
    display: block;
    position: absolute;
    background: #c0392b;
    height: 34px;
    top: 30px;
    width: 2px
}

.clock-outer .clock-inner .clock-hands-box span.min-hand::before {
    content: "";
    display: block;
    position: absolute;
    background: #d35400;
    height: 36px;
    top: 2px;
    width: 2px
}

.clock-outer .clock-inner .clock-hands-box span.hour-hand:before {
    content: "";
    display: block;
    position: absolute;
    background: #f39c12;
    height: 25px;
    top: 12px;
    width: 2px
}

.clock-outer .center-dot {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #f1c40f;
    z-index: 2
}

.clock-outer .center-dot:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    transform: translatey(-50%);
    transform-origin: center center;
    animation: rippleAnim 1s infinite ease-in-out
}

.clock-outer .center-dot:after {
    background: #1abc9c
}
*/

.connect_with_us .container{
	position: relative;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	position: relative;
	padding: 0 0 15px 0;
	color: #fff;
	font-size: 14px;
	background: #04295c;
}

#footer .footer-top {
	/* background: #065fad;*/
  	padding: 60px 60px 30px 60px;
	border-bottom:  1px solid #1f5fb0;
	position: relative;
}
#footer .footer-top .container-fluid{
	max-width: 1600px;
	position: relative;
	z-index: 2;
}
#footer .footer-top::before{
	content: "";
	position: absolute;
	height: 100%;
	width: 50%;
	margin: 0px;
	padding: 0px;
	background: #04295c;
	top: 0px;
	left: 0px;
}
#footer .footer-top::after{
	content: "";
	position: absolute;
	height: 100%;
	width: 50%;
	margin: 0px;
	padding: 0px;
	background: #fff8e3;
	top: 0px;
	right: 0px;
}
#footer .footer-top .container-fluid .left-div{
	padding-right: 45px;
		
}

#footer .footer-top .container-fluid .right-div{
		padding-left: 45px;
}
#footer .footer-top .container-fluid .footer-logo{
	display: inline-block;
	margin-bottom: 15px;
}


#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;  
  color: #fff;
	font-weight: 400;
}
.footer-info ul.contact-details{
	padding: 0px;
}
.footer-info ul.contact-details li {
	position: relative;
	padding: 0px 0px 0px 28px;
	margin: 10px 0px;
	font-size: 15px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
	list-style: none;
}
.footer-info ul.contact-details li i{
	position: absolute;
	left: 0px;
	top: 6px;
	font-size: 20px;
	color: #ffa60a;
}
.footer-info ul.contact-details li a{
	font-size: 15px;
  	line-height: 28px;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}
.footer-info ul.contact-details li a.btn-get-started {
	line-height: normal;
	border-radius: 5px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	padding: 8px 20px;
	margin-top: 10px;
	letter-spacing: 1px;
}
.footer-info ul.contact-details li a.btn-get-started:hover{
	background-color: #02142e;
}
#footer .footer-top .social-links a {
  font-size: 16px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #f6b024;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
	font-size: 21px;
	font-weight: 600;
	color: #fff;
	text-transform: none;
	position: relative;
	padding-bottom: 12px;
	margin-top: 18px;
}
#footer .footer-top .footer-links h4{
	color: #022d62;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #022d62;
	font-size: 10px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 12px;
}
#footer .footer-top .footer-links ul li {
	padding: 8px 0;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 22px;
}
/*
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
*/
#footer .footer-top .footer-links ul a {
  color: #1c1c1c;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
	font-size: 15px;
	font-weight: 400;
}
#footer .footer-top .footer-links ul a:hover {
  color: #ff9d00;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .copyright {
  text-align: center;
  padding-top: 15px;
	color: #ffffff;
font-size: 15px;
font-weight: 500;
	text-decoration: none;
}
#footer .copyright a{
	color: #ffac00;
font-size: 15px;
font-weight: 500;
	text-decoration: none;
}


.footer-call-content {
	background-color: #02142e;
	padding: 15px;
	border-radius: 0;
	position: relative;
	/* max-width: 345px; */
	float: none;
	width: 100%;
}
.country_number_main{
	padding: 40px 0px;
}

.country_number {
	width: 33.333%;
	font-weight: 600;
	line-height: 40px;
	font-size: 15px;
	float: left;
	text-align: left;
}

.country_number span {
    font-weight: 600;
    /*width: 100%;
    float: left;*/
    font-size: 15px;
    line-height: 22px
}

.country_number span .flag {
    width: 40px;
    height: 22px;
    margin-right: 5px;
    position: relative;
    top: -3px
}

.footer-call-content h3 {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 8px;
	color: #042f65;
	font-weight: 700;
}
.footer-call-content span a {
	color: #1b1b1b;
	font-weight: 600;
	font-size: 18px;
}
.footer-call-content i {
	position: absolute;
	top: 14px;
	right: 20px;
	width: 70px;
	height: 70px;
	font-size: 35px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	background: #ffac00 url(../img/call-icon-img.png) no-repeat;
	color: #053674;
	border-radius: 50px;
	-webkit-transition: .7s;
	transition: .7s;
	background-position: center center;
}

.useful_links h3 {
	font-size: 21px;
	font-weight: 600;
	color: #022d62;
	text-transform: none;
	position: relative;
	padding-bottom: 12px;
	margin-top: 12px;
	margin-bottom: 5px;
}
.useful_links {
	float: left;
	margin: 0px;
	width: auto;
	padding: 0px 0px 0px 10px;
	color: #191919;
	font-size: 14px;
	font-weight: 500;
}
.useful_links a {
	color: #191919;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	padding: 0 4px;
	margin: 0px;
}
.useful_links a:hover{
	text-decoration: none;
}

/*nav-bar-design*/

.bottom_country_number span {
    font-weight: 400;
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 22px;
}

.bottom_country_number span .flag {
	width: 40px;
	height: 22px;
	margin-right: 10px;
	position: relative;
	top: -1px;
	border: 1px solid #fff;
}

.bottom_country_number_main {
	float: none;
	width: 100%;
	text-align: left;
	padding: 8px 0 8px;
	color: #fff;
}

.bottom_country_number {
	width: auto;
	font-weight: 500;
	line-height: normal;
	font-size: 16px;
	float: none;
	/* font-family: Arial, Helvetica, sans-serif; */
	text-align: left;
	padding: 7px 0;
	letter-spacing: 1px;
}
.bottom_country_number span {
    float: none;
}

.left-services-details .experience-row {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	margin-top: 26px;
	text-align: center;
}
.left-services-details .experience-row .titel {
	color: #fefeff;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 32px;
	position: relative;
	text-align: center;
	padding-bottom: 15px;
	font-weight: 600;
}
.left-services-details .experience-row ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}
.left-services-details .experience-row ul li:first-child {
	padding-left: 0 !important;
}
.left-services-details .experience-row ul li {
	padding: 0 0 !important;
	margin: 0 !important;
	line-height: 15px;
	width: auto;
	font-size: 16px;
	color: #fff !important;
	font-weight: 500;
	position: relative !important;
	width: auto !important;
	float: left;
}
.left-services-details .experience-row ul span {
	width: 10px;
	height: 10px;
	position: relative;
	top: 4px;
	display: inline-block;
	background-color: #ffab00;
	float: left;
	margin: 0 12px;
	border-radius: 50px;
}
.left-services-details .experience-row ul li:last-child {
	padding-right: 0 !important;
}

.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details {
	width: 100%;
	min-height: 450px;
	flex: 0 0 100%;
	padding: 0 0 109px 0;
	background-image: #fff;
	position: relative;
}
.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div{
	padding: 15px 0px;
	margin: 0px;
}
.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div h5 {
	color: #1b1b1b;
	font-size: 16px;
	font-weight: 600;
	padding: 0px 11px;
	margin: 0px 0px 8px 0;
}
.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div{
	margin: 0px;
	padding: 0px;
}
.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	display: unset;
}
.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div ul li {
	margin: 0px;
	padding: 6px 0px 6px 18px;
	position: relative;
	background: url(../img/menu-list-icon.png) no-repeat;
	background-position: 0 15px;
}

.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div ul li::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	display: block;
	right: 0;
	background: #e4e5e5;
	transition: width .3s ease;
	-webkit-transition: width .3s ease;
	bottom: 0px;
}
.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div ul li:hover::after {
	width: 100%;
	left: 0;
	background: #ff9d00;
}
.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div ul li i {
	padding-right: 2px;
	color: #188ee8;
	font-size: 10px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 14px;
}
.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div ul li a {
	color: #1b1b1b;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
}

.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .lets-discuss-menu {
	background: #f5f5f5;
	margin: 0px;
	padding: 15px 0;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding-left: 0;
}
.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .lets-discuss-menu .titel-text span {
	font-weight: 400;
}
.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .lets-discuss-menu .titel-text {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #1b1b1b;
	margin: 0px;
	padding: 0px;
	line-height: 36px;
	float: left;
}
.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .lets-discuss-menu .btn-get-started {
	float: left;
	margin: 24px 0px 0px 12px;
	background-color: #0d458e;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 16px;
	padding: 12px 20px;
}

.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .lets-discuss-menu .menu-call-content {
	background-color: #fff;
	padding: 12px 80px 12px 20px;
	border-radius: 15px;
	position: relative;
	max-width: 345px;
	float: none;
}
.menu-call-content h3 {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 8px;
	color: #042f65;
	font-weight: 700;
}
.menu-call-content span {
	padding: 0px;
}
.menu-call-content span a {
	color: #1b1b1b !important;
	font-weight: 600 !important;
	font-size: 18px !important;
	padding: 0px !important;
}
.menu-call-content i {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 64px;
	height: 64px;
	font-size: 35px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	background: #ffac00 url(../img/call-icon-img.png) no-repeat;
	color: #053674;
	border-radius: 50px;
	-webkit-transition: .7s;
	transition: .7s;
	background-position: center center;
}
.navbar .dropdown ul.sub-menu-out .sub-menu-div .left-services-details .left-img-div{
	width: 100%;
	height: auto;
	padding: 8px 0 8px;
	margin: 0px;
}
.navbar .dropdown ul.sub-menu-out .sub-menu-div .left-services-details .left-img-div img{
	display: block;
	max-width: 100%;
	margin: 0px auto;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
	display: block;
	background-color: #063777;
	border-radius: 5px;
	padding: 5px;
}

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(5, 74, 133, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0665b7;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #f6b024;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul.sub-menu-out {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	width: auto;
}

.navbar-mobile .dropdown ul.sub-menu-out .sub-menu-div .left-services-details{
	display: none;
}

.navbar-mobile .dropdown ul.sub-menu-out .sub-menu-div .right-services-details {
	padding-left: 0px !important;
}

.navbar-mobile .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	display: unset;
	left: 0px;
	top: 0;
}
.navbar-mobile .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .lets-discuss-menu {
	margin: 0px;
	padding: 15px 0 !important;
	position: relative !important;
	padding-left: 0 !important;
}
.navbar-mobile .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .lets-discuss-menu .titel-text{
	font-size: 16px;
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #f6b024;
}
.navbar-mobile .dropdown > .dropdown-active {
	display: block !important;
}



/*Get in Touch with us*/

.color-switcher {
	position: fixed;
	bottom: -399px;
	right: 12px;
	width: 280px;
	background: #fff;
	text-align: center;
	transition: all .5s ease 0;
	z-index: 999;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
	border-radius: 0px;
	overflow: hidden;
	padding: 10px;
}

.color-switcher.switcher-palate {
    bottom: 0
}

.color-trigger {
	position: relative;
	top: 0;
	height: auto;
	right: 0;
	width: auto;
	line-height: normal;
	cursor: pointer;
	background: #ffac00;
	color: #063777;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 10px;
}
.color-trigger i {
    font-size: 20px;
    line-height: normal;
    color: #063777;
	margin-left: 10px;
}

.color-switcher .form-div {
    padding: 10px 10px;
    margin: 0
}

.color-switcher .form-div input, .color-switcher .form-div select {
	padding: 8px 15px;
	margin: 5px 0;
	width: 100%;
	background: #fff;
	border: 0;
	outline: 0;
	font-size: 13px;
	/* color: #464646; */
	/* font-weight: 400; */
	background-clip: padding-box;
	border: 1px solid #ced4da;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
}

.color-switcher .form-div textarea {
    padding: 5px 15px;
    margin: 5px 0;
    width: 100%;
    height: 80px;
    border: 0;
    outline: 0;
    background-clip: padding-box;
	border: 1px solid #ced4da;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	font-size: 13px;
}

.color-switcher .form-div .submit {
    background-color: #ffac00;
    padding: 8px 20px;
    text-align: center;
    margin: 10px 0px 0px 0px;;
    color: #053573;
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
	border-radius: 0px;
}
.code-input-file {
	width: 72% !important;
/*	margin-bottom: 10px !important;*/
}
.apply-form-inner .form-row {
	margin-left: 0;
	margin-right: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
.apply-form-inner .form-row label.input-label {
	position: relative;
	left: 0;
	color: #646464;
	height: auto;
	font-weight: 400;
	-webkit-backface-visibility: hidden;
	pointer-events: none;
	font-size: 14px;
	font-weight: 400;
	display: block;
	margin: 0 0 10px 0;
	width: 100%;
	font-weight: 500;
	text-transform: none;
}
.apply-form-inner .form-row input, .apply-form-inner .form-row select  {
	padding: 8px 15px;
margin: 0px 0;
width: 100%;
background: #fff;
  background-clip: border-box;
border: 0;
outline: 0;
font-size: 13px;
color: #646464;
font-weight: 400;
background-clip: padding-box;
border: 1px solid #ced4da;
font-weight: 400;
line-height: 1.5;
color: #212529;
	height: 38px;
}
/*
.apply-form-inner .form-row .form-control {
		padding: 8px 15px;
		margin: 0px 0;
		width: 100%;
		background: #fff;
		  background-clip: border-box;
		border: 0;
		outline: 0;
		font-size: 13px;
		color: #464646;
		font-weight: 400;
		background-clip: padding-box;
		border: 1px solid #ced4da;
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
}
*/

.apply-form-inner .form-row textarea {
	padding: 5px 15px;
margin: 5px 0;
width: 100%;
height: 80px;
border: 0;
outline: 0;
background-clip: padding-box;
border: 1px solid #ced4da;
font-weight: 400;
line-height: 1.5;
color: #212529;
font-size: 13px;
}
.captcha-code-row .code_new_img {
	float: left;
	margin: 0 10px 0 0;
	padding: 12px 0 0;
	height: 46px;
}
.captcha-code-row input {
	width: 200px !important;
	float: left;
}
.req {
	color: red;
	font-size: 13px;
	font-weight: 400;
}


#hero.inner-hero h2 {
	color: #04295c;	
	font-size: 35px;
	
}
.section-title {
	text-align: center;
	padding-bottom: 30px;
}
.section-title h1 {
	font-size: 38px;
	font-weight: 700;
	text-transform: none;
	margin-bottom: 20px;
	padding-bottom: 0;
	color: #022d62;
}
.section-title h1 span{color: #ff9d00}
.section-title p{color: #000;font-size: 16px;}

.input_box_new {
	width: 100%;
	margin-top: 15px;
	/* float: left; */
	position: relative;
	display: ;
	text-align: center;
}

.input_point_bonus .check-out-btn-div1 {
	float: none;
	width: 150px;
	margin: 0;
	text-transform: uppercase;
	background-color: #f63031;
	margin: 0px auto;
}

.services-we-desire .services-left-box-out {
	padding-left: 70px;
}
.services-we-desire .services-box-row {
	margin-bottom: 20px;
	padding: 20px 20px 20px 58px;
	background: #ebf2f5;
/*	box-shadow: 0 2px 15px rgba(0,0,0,.1);*/
	border-radius: 0;
	position: relative;
}
.services-we-desire h4 {
  color: #04295c;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
}
.services-we-desire p {
  margin: 0;
  font-size: 15px;
  line-height: 32px;
  color: #222222;
  font-weight: 500;
}

.services-we-desire .services-box-row .icon-div {
	width: 80px;
	height: 80px;
	float: none;
	border-radius: 100px;
	position: absolute;
	left: -40px;
	top: 40px;
}

.services-we-desire .services-box-row .icon-div i{
	font-size: 50px;
	top: 13px;
	position: absolute;
	left: 18px;
	color: #fb8c00;
}

.clients_choose_services .clients_choose_services_col {
	padding: 20px;
	background: #fff;
	position: relative;
	background-color: #fff;
	height: auto;
	border-radius: 30px;
	margin: 0 0px 25px 0px;
    box-shadow: 0 2px 15px rgba(0,0,0,.1);
}


.clients_choose_services .clients_choose_services_col .icon-div {
	padding: 0;
	text-align: center;
}
.clients_choose_services .clients_choose_services_col h4, .services .tab-content-row h4, .services-we-desire h4 {
	color: #1b1b1b;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0;
}

.clients_choose_services_col h4 .span_border {
	width: 100px;
	height: 2px;
	display: block;
	background: #fb8c00;
	margin: 15px auto 0px;
}

.section-title h2 span {
	color: #ff9d00;
}

/*-------------------------------------------------------------- # Frequently Asked Questions --------------------------------------------------------------*/
 .faq .faq-list {
     padding: 0 ;
}
 .faq .faq-list ul {
     padding: 0;
     list-style: none;
}
 .faq .faq-list li+li {
     margin-top: 0;
     border-top: 1px solid #cfcfcf;
}
 .faq .faq-list li {
     padding: 0;
     background: #fff;
     border-radius: 4px;
     position: relative;box-shadow: 0 2px 15px rgba(0,0,0,.1)
}
 .faq .faq-list a {
     display: block;
     position: relative;    
     font-size: 16px;
     line-height: 24px;
     font-weight: 600;
     padding: 15px 40px 15px 45px;
     outline: none;
     cursor: pointer;
     background: #ebf2f5;
     color: #032b5f;
}
 .faq .faq-list .icon-help {
     font-size: 24px;
     position: absolute;
     right: 0;
     left: 15px;
    
}
 .faq .faq-list .icon-show, .faq .faq-list .icon-close {
     font-size: 24px;
     position: absolute;
     right: 12px;
     top: 10px;
     font-weight: 700;
}
 .faq-details {
     padding: 10px;
}
 .faq .faq-list p {
     margin-bottom: 0;
     padding: 0 0 0 0;
     margin: 0px;
     font-size: 15px;
     line-height: 32px;
     color: #212121;
     font-weight: 500;
}
 .faq-details ul.submenu{
     margin: 0px;
     padding: 0px;
}
 .faq-details ul.submenu li {
     margin: 0px;
     padding: 0px;
     font-size: 15px;
     line-height: 32px;
     color: #212121;
     font-weight: 500;
     background: url(../img/desh-icon.png) no-repeat;
     background-position: left 12px;
     padding: 2px 0px 2px 30px;
     border: 0px;box-shadow: none;
}
 .faq .faq-list .icon-show {
     display: none;
}
 .faq .faq-list a.collapsed {
     color: #343a40;
     background: #fff;
}
 .faq .faq-list a.collapsed:hover {
     color: #0880e8;
}
 .faq .faq-list a.collapsed .icon-show {
     display: inline-block;
}
 .faq .faq-list a.collapsed .icon-close {
     display: none;
}
 @media (max-width: 1200px) {
     .faq .faq-list {
         padding: 0;
    }
}
/*end FAQ */

.box_feat_home {
	position: relative;
	padding: 0 0 0 75px;
	margin-bottom: 30px;
	text-align: left;
}

.inner-small-g-title {
	color: #101010;
	margin: 0 0 15px;
	font-weight: 600;
	padding: 0;
	text-decoration: none;
    font-size: 20px;
}
.box_feat_home p {
	margin: 0;
	font-size: 15px;
	line-height: 30px;
	color: #212121;
	font-weight: 500;
	text-align: justify;
}
.box_feat_home .icon-img {
	width: 56px;
	height: 56px;
	position: absolute;
	left: 0;
	top: 0;
}

.iamge_part {
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 2px 15px rgba(0,0,0,.1);
	border: 12px solid #ebf2f5;
	padding: 30px 0px;
	text-align: center;margin-right: 20px;margin-top: 30px;
}

.angular_part{position: relative}

.angular_part::before {
	background: #032b5f;
	position: absolute;
	content: '';
	left: 0;
	width: 40%;
	height: 100%;
}


 ul.submenu{
     margin: 0px;
     padding: 0px;
}
 ul.submenu li {
     margin: 0px;
     padding: 0px;
     font-size: 15px;
     line-height: 32px;
     color: #212121;
     font-weight: 500;
     background: url(../img/desh-icon.png) no-repeat;
     background-position: left 12px;
     padding: 2px 0px 2px 30px;
     border: 0px;box-shadow: none;list-style: none;
}

.section_detail {
	color: #fff;
	text-align: center;
	padding: 40px 20px;
	border: 1px solid #60aedb87;
	margin-top: 30px;
}

.section_detail_img {
	text-align: center;
	background: #04295c ;
	height: 60px;
	width: 80px;
	margin: -70px auto 0;
	padding: 0 10px;
}
.section_detail h6 {
	font-size: 18px;
	letter-spacing: 0;
	margin-bottom: .85em;
	margin-top: 20px;
	font-weight: 600;
}
.section_detail .special-text-new p {
	color: #fff;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	margin-bottom: 0;
}


.section_detail_img .mobile-icon {
	width: 60px;
	height: 60px;
	background: url(../img/sprite-inner.png) no-repeat;
}
.section_detail_img .mobile-icon.img1 {
	background-position: -0px -1px;
}
.section_detail_img .mobile-icon.img2 {
	background-position: -62px -1px;
}
.section_detail_img .mobile-icon.img3 {
	background-position: -122px -1px;
}


.list-part ul {
	margin: 10px 0;
	padding: 0;
}
.list-part ul li {
	display: block;
	margin-bottom: 25px;
	padding-left: 28px;
	position: relative;
	z-index: 1;
	font-size: 15px;
	line-height: 28px;
	color: #212121;
	font-weight: 400;
}
.list-part ul li::before, .list_menu_full li::before {
	color: #00a651;
	content: "\f00c";
	font-family: FontAwesome;
	font-weight: 900;
	left: 0;
	position: absolute;
	top: -2px;
	font-size: 18px;
}
.list-part ul li h5 {
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 15px;
	color: #1b1b1b;
}


ul.banner_list li {
	color: #222;
	list-style: none;
	padding-bottom: 10px;font-weight: 500;
}
ul.banner_list li .fa {
	padding-right: 10px;
	color: #ffac00;
}
ul.banner_list{padding: 0}

ul.part_list_menu {
	padding: 0;
	margin: 0 0 25px;
}
ul.part_list_menu li {
	display: inline-block;
	width: 49%;
	line-height: 32px;
	color: #212121;
}
ul.part_list_menu i {
	color: #00a651;
	font-size: 22px;
	padding: 0;
	position: absolute;
	left: 0;
	top: 6px;
}

.section_detail_img .mobile-icon.img4 {
	background-position: -183px -1px;
}
.section_detail_img .mobile-icon.img5 {
	background-position: -246px -1px;
}
.section_detail_img .mobile-icon.img6 {
	background-position: -304px -1px;
}


.item-media-new{text-align: center;margin: 10px 0px 0px 0px;}


.skill-box {
	z-index: 3;
	position: relative;
	background-color: #fff !important;
	padding: 1.5rem !important;
}
.skill-box .inner-small-g-title {
	line-height: 38px;
}
.inner-small-g-title {
	font-size: 22px;
}
.inner-small-g-title, .inner-small-tn-title {
	color: #1b1b1b;
	margin: 0 0 15px;
	font-weight: 600;
	padding: 0;
	text-decoration: none;
}
#job-apply-form, .design_distinctive .left-details-div .distinctive_details, .list-part, .small-hd {
	text-align: left;
}
.list-part ul {
	margin: 10px 0;
	padding: 0;
}
.list-part ul {
	margin: 10px 0;
	padding: 0;
}
.list-part ul li h5 {
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 15px;
	color: #1b1b1b;
}
.list-part ul li {
	font-size: 15px;
	line-height: 28px;
	color: #212121;
	font-weight: 400;
}
.services-box-img {
	position: relative;
	margin-left: -50px;
	margin-top: 0;
	min-width: calc(50% + 50px);
	flex: none;
}


.apply-form-inner .form-row {
	margin-left: 0;
	margin-right: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
.apply-form-inner .form-row label.input-label {
	position: relative;
	left: 0;
	color: #646464;
	height: auto;
	font-weight: 400;
	-webkit-backface-visibility: hidden;
	pointer-events: none;
	font-size: 14px;
	font-weight: 400;
	display: block;
	margin: 0 0 10px 0;
	width: 100%;
	font-weight: 500;
	text-transform: none;
}
.apply-form-inner .form-row input, .apply-form-inner .form-row select {
	padding: 8px 15px;
	margin: 0px 0;
	width: 100%;
	background: #fff;
	background-clip: border-box;
	border: 0;
	outline: 0;
	font-size: 13px;
	color: #646464;
	font-weight: 400;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	height: 38px;
}
.apply-form-inner .form-row textarea {
	padding: 5px 15px;
	margin: 0px 0;
	width: 100%;
	height: 80px;
	border: 0;
	outline: 0;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	font-size: 13px;
}

.services-box-row p .flag {
	width: 40px;
	height: 22px;
	margin-right: 10px;
	position: relative;
	top: -1px;
	border: 1px solid #fff;
}
.banner-50 li{ float: left;width: 48%;}



#hero.inner-hero h2.inner-font{font-size: 38px;}







.inner-details-p {
	margin: 0;
	font-size: 16px;
	line-height: 34px;
	color: #222222;
	font-weight: 400;
}

.content ul {
    padding: 0px;
}

.content ul li{
    line-height: 28px;
    font-weight: 400;
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    list-style: none;
    color: #323232;
    margin: 2px 0px;
}
.content ul li strong{
    font-weight: 600;
}

.content ul i {
	position: absolute;
	left: 0;
	top: 7px;
	font-size: 18px;
	color: #fb8c00;
	line-height: 1;
}

.services-we-desire .services-box-new-row{
    padding: 20px;
    margin: 0px;
    height: auto;
}

.blue-bg {
 background: #04295c url("../img/pattern-5.png");
 background-repeat: no-repeat;
}

.misc-box {
	color: #fff;
	background-size: cover;
	border: 1px solid #325686;
	position: relative;
	padding: 20px;
	background-repeat: no-repeat;
	height: 100%;
}
.misc-box::before {
	content: "";
	background: rgba(21,64,117);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

.misc-box .small-titel-text {
	color: #ffac00;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0;
	letter-spacing: .5px;
	line-height: 40px;
}
.misc-box p {
	margin: 15px 0 0;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
}
.misc-box .details-div {
	position: relative;
	z-index: 1;
}

.misc-box ul li{
    color: #fff;
}

.main-image-right {
	padding-left: 30px;
}
.main-image-left {
	padding-right: 30px;
}

.main-image-right img, .main-image-left img{
    max-width: 100%;
}

b, strong {
	font-weight: 600;
}

.full-img-div{
    
}

.full-img-div img{
    max-width: 80%;
    border: 10px solid #fff;
}

.details-p {
	line-height: 28px;
	font-weight: 400;
	position: relative;
	padding: 0px;
	font-size: 14px;
	list-style: none;
	color: #323232;
	margin: 2px 0px;
}
.pl-0{
    padding-left: 0px;
}

.main-image{
    
}
.main-image img{
    max-width: 100%;
}

.country-list, .country-list a {
	color: #212121;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	text-align: justify;
	text-decoration: none;
	text-transform: lowercase;
}
.country-list a:hover {
	text-decoration: underline;
	color: #1f5fb0;
}




.cunt-opning-sec .opning-list {
	display: block;
	margin-bottom: 35px;
	position: relative;
    background: #f1f8fc;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    border-radius: 4px;
    padding: 26px 30px;
    
    
}
.cunt-opning-sec .opning-list h3 {
	color: #ff9d00;
	margin: 0 0 2px;
      font-weight: 700;
      padding: 0;
      text-decoration: none;
      font-size: 22px;
      line-height: 38px;
}
.cunt-opning-sec .opning-list p {
	margin-top: 0;
      margin-bottom: 0px;
      color: #000000;
      font-size: 16px;
      line-height: 36px;
      font-weight: 400;
      letter-spacing: 0.5px;
}
.cunt-opning-sec .opning-list h4 {
  font-weight: 600;
  padding: 0;
  text-decoration: none;
  font-size: 20px;
  line-height: 38px;
  color: #222;
  margin: 4px 0 7px 0;
}
.cunt-opning-sec ul {
	margin: 0;
	padding: 0px 0;
    margin-bottom: 8px;
}

.cunt-opning-sec ul li {
	display: block;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
	padding-left: 25px;
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 28px;
	color: #212121;
	font-weight: 400;
}

.cunt-opning-sec ul li::before {
	color: #00a651;
	content: "\f00c";
	font-family: FontAwesome;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: 2px;
	font-size: 18px;
}


.cunt-opning-sec ul li strong{
    font-weight: 600;
}
.cunt-opning-sec ul li i {
	font-size: 20px;
	color: #212529;
	position: absolute;
	left: 0px;
	top: 7px;
}
.cunt-opning-sec .opning-list a.read-more {
	font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: normal;
  color: #063777;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 10px;
  border: none;
  background: #ffac00;
}
.cunt-opning-sec .opning-list a.read-more:hover {
background: #002745;
  color: #fff;
  text-decoration: none;
    
}

.apply-form {
	width: 100%;
	background: #fff;
	height: 550px;
	display: table;
}

.apply-form .apply-form-inner {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	padding: 0px 0;
}

.apply-form-inner h3 {
	line-height: normal;
	color: #000;
	margin: 0 0 12px 0;
	padding: 0;
	text-align: center;
	display: block;
	width: 100%;
    
    font-size: 26px;
  color: #222;
  font-weight: 600;
}
.apply-form .apply-form-inner .form-row {
	position: relative;
	margin-bottom: 15px;
	margin-top: 15px;
}

.apply-form .apply-form-inner .form-row label.input-label {
	position: relative;
	left: 0;
	color: #212529;
	font-weight: 400;
	-webkit-backface-visibility: hidden;
	pointer-events: none;
	font-size: 16px;
	font-weight: 400;
	display: block;
	margin: 0 0 8px 0;
}
.apply-form .apply-form-inner .form-row input {
	border: 1px solid rgba(0,0,0,.2);
      font-weight: 400;
      color: #18181E;
      background-color: #fff;
      border-radius: 0;
       padding: 10px;
      appearance: auto;
      font-size: 14px;
    display: block;
  width: 100%;
    line-height: 1.5;
    background-clip: padding-box;
    height: auto;
}

.apply-form .apply-form-inner .form-row select {
	border: 1px solid rgba(0,0,0,.2);
      font-weight: 400;
      color: #18181E;
      background-color: #fff;
      border-radius: 0;
       padding: 10px;
      appearance: auto;
      font-size: 14px;
    display: block;
  width: 100%;
    line-height: 1.5;
    background-clip: padding-box;
    height: auto;
}

.apply-form .apply-form-inner .form-row textarea {
	border: 1px solid rgba(0,0,0,.2);
      font-weight: 400;
      color: #18181E;
      background-color: #fff;
      border-radius: 0;
      padding: 10px;
      appearance: auto;
      font-size: 14px;
    display: block;
  width: 100%;
    line-height: 1.5;
    background-clip: padding-box;
    height: auto;
}
/*
.apply-form input:hover {
	border: 1px solid #0a57f4 !important;
}
*/

.apply-form .btn-submit {
	text-align: center;
	height: 56px;
	font-size: 18px;
	/* line-height: 30px; */
	text-transform: uppercase;
	background: #ffac00;
	color: #063777;
	border: 0;
	letter-spacing: 1.5px;
	width: auto;
	box-shadow: 0 0 28px rgba(86, 86, 86, .12);
	font-weight: 600;
	border-radius: 5px;
	padding: 0 40px;
	line-height: 56px;
	display: inline-block !important;
}

.form-grid-wrapper-career {
	position: relative;
	background-color: #ffffff;
	border-radius: 20px;
	width: NaN%;
/*	box-shadow: 0px 0px 10px #00000040;*/
    padding: 0px 25px 30px 25px;
}