/* CSS Document */
@font-face {
    font-family: myFirstFont;
    src: url(../fonts/Montserrat-Black.ttf);
	
}
@font-face {
    font-family: mySecondFont;
    src: url(../fonts/Montserrat-ExtraBold.ttf);
}
@font-face {
    font-family: myThirdFont;
    src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
    font-family: myForthFont;
    src: url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
    font-family: myFifthFont;
    src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
    font-family: mySixthFont;
    src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
    font-family: mySeventhFont;
    src: url(../fonts/Montserrat-Light.ttf);
}
@font-face {
    font-family: myEightFont;
    src: url(../fonts/Montserrat-Thin.ttf);
}

body
{
  	/*background: url(https://images.pexels.com/photos/414102/pexels-photo-414102.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
  	background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
}

.navbar-nav
{
	margin-bottom: 0px !important;
}
@media (min-width: 768px)
{
.navbar-nav>li>a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
}
.navbar{
  position: fixed;
  transition: 1s;
}
.navbar-brand{
  color: #fff;
  font-size: 45px;
  font-family: Germania;
  cursor: pointer;
  padding: 0px 15px 0px 0px;
  float: none !important;
}
.navbar-brand>img
{
	display: inherit !important;
}
.icon-bar{
  background-color: #ffffff;

}
.nav{
  	font-family: Lithos Pro;
  	color: #fff;
  	padding: 10px 20px;
}

.nav li{
  	padding: 10px;
  	cursor: pointer;
  	font-size: 16px;
	text-align: center;
}
/*.nav li:after{
    content: '';
    display: block;
    border-bottom: 2px solid #3e9cc0;
    transform: scaleX(0);
    transition: .2s ease-in-out;
}
.nav li:hover:after{
  	transform: scaleX(1);
}
.nav li a:hover
{
	color: #3e9cc0;
}*/
.para{
    min-height: 500px;
}
.para h3{
    text-align: center;
    margin-top: 15%;
    color: #fff;
    font-family: nyala;
    font-size: 44px;
}
body::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  
}
body::-webkit-scrollbar
{
  width: 6px;
}

body::-webkit-scrollbar-thumb
{
  
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
  background:  #143f72;
}
@media(max-width: 720px){
  body{
    background-size: 100% 100%;
  }
  .navbar-collapse{
  background: #272727;
}
  .para{
    min-height: 800px;
  }
}
@media(max-width: 767px){
.navbar-collapse{
  background: #272727;
}
}
@media (min-width: 320px) and (max-width: 400px) {
.navbar-collapse{
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-top: 20px !important;
}
}
@media (min-width: 400px) and (max-width: 767px) {
.navbar-collapse{
  padding-left: 140px !important;
  padding-right: 140px !important;
  margin-top: 20px !important;
}
}
.navbar-nav li a{
    color: #e1e1e1;
	font-size: 16px;
	font-family: mySixthFont;
}
.navbar-nav li a:hover{
    background: none !important;
}
.navbar-nav li.active a{
    color: #e1e1e1;
}
/*.nav li.active:after {
    content: '';
    display: block;
    border-bottom: 2px solid #3e9cc0;
    transform: scaleX(0);
    transition: .2s ease-in-out;
}
.nav li.active:after{
  	transform: scaleX(1);
}
.nav li a:hover {
    text-decoration: none;
    background-color: transparent !important;
}*/





.sticky-left-nav a.active span {
	background: #00356d;
	color: #ffffff;
}

/*.sticky-left-nav a:hover {
	background: rgba(255, 255, 255, 0.7);
}*/


.sticky-left-nav {
    position: fixed;
    width: 120px;
    display: block;
    background-color: transparent;
    z-index: 99;
}
.top-menu {
    top: 13.5%;
}
.stick-left-nav-ul {
    padding-left: 0px;
    width: 112px;
}
.sticky-left-nav ul li {
    list-style: none;
    /*height: 50px;*/
    cursor: pointer;
    transition: all 0.3s ease-in-out;
	background-color: #f7f7f7;
}
.mb50 {
    margin-bottom: 50px!important;
}
.sticky-left-nav ul li a, .sticky-left-nav ul li a:hover, .sticky-left-nav ul li a:focus {
    text-decoration: none;
}
.sticky-left-nav ul li.nav-active a::before, .side-menu .sticky-left-nav ul li.nav-active-menu a::before {
    width: 60px;
    height: 4px;
    opacity: 1;
}

.sticky-left-nav ul li.nav-active a span {
    opacity: 1;
	background-color: #143f72;
	color: #ffffff;
}
.sticky-left-nav ul li:hover a span {
    opacity: 1;
	background-color: #00356d;
	color: #ffffff;
}
.sticky-left-nav ul li a span {
    display: block;
    color: #000000;
    opacity: 1;
    transition: opacity 0.3s ease-out;
    padding-top: 25px;
	padding-bottom:25px;
	padding-left: 15px;
	padding-right: 15px;
    font-size: 12px;
	font-family: myFifthFont;
}

/*home page*/

/*banner section*/
/* swiper */
.swiper-container {
  padding: 0;
  height: 655px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (min-width: 992px) and (max-width: 1199px){ 
.swiper-container 
{
    height: 535px;
}
}
@media (min-width: 769px) and (max-width: 991px){ 
.swiper-container 
{
    height: 435px;
}
}
@media (min-width: 501px) and (max-width: 768px){ 
.swiper-container 
{
    height: 435px;
}
.swiper-wrapper
{
	margin-top: 180px;
}
.swiper-slide
{
	height: 70% !important;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50% !important;
    width: 27px;
    height: 44px;
    margin-top: 0px !important;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
}
@media (min-width: 320px) and (max-width: 500px){ 
.swiper-container 
{
    height: 270px;
}
.swiper-wrapper
{
	margin-top: 180px;
}
.swiper-slide
{
	height: 70% !important;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 60% !important;
    width: 27px;
    height: 44px;
    margin-top: 0px !important;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
}
.swiper-slide {
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}


.swiper-slide:after {
  content: "";
  background-image: linear-gradient(0deg, black, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
  opacity: 0.3;
}

.swiper-slide:before {
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #008cd1;
    top: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0.2;
}



/* swiper arrows */
.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev {
  left: 30px;
}

.swiper-button-next {
  right: 30px;
}

.swiper-button-prev span,
.swiper-button-next span {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: absolute;
  border: solid 2px white;
  border-left: 0;
  border-bottom: 0;
  transition: all 0.3s ease;
}

.swiper-button-prev span {
  transform: rotate(-135deg);
  left: 50%;
}

.swiper-button-next span {
  transform: rotate(45deg);
  right: 50%;
}

.swiper-button-prev span:after,
.swiper-button-next span:after {
  content: "";
  position: absolute;
  background-color: white;
  width: 0px;
  height: 2px;
  transition: all 0.3s ease;
  transform: rotate(-45deg);
}

.swiper-button-prev:hover span {
  left: 30%;
}

.swiper-button-next:hover span {
  right: 30%;
}

.swiper-button-prev:hover span:after,
.swiper-button-next:hover span:after {
  width: calc(20px - 4px);
}

/* swiper arrows mobile */
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 0px;
  }

  .swiper-button-next {
    right: 0px;
  }

  .swiper-button-prev:hover span {
    left: 50%;
  }

  .swiper-button-next:hover span {
    right: 50%;
  }

  .swiper-button-prev:hover span:after,
.swiper-button-next:hover span:after {
    display: none;
  }
}
/* swiper pagination */
.swiper-pagination {
  height: 40px;
}

.swiper-pagination-bullet {
  background-color: #ffffff !important;
  border: solid 1px #ffffff !important;
  width: 30px !important;
  border-radius: 50px !important;
  transition: all 0.3s ease-in-out !important;
  opacity: 1 !important;
  transition: all 0.3s ease-in-out !important;
}

.swiper-pagination-bullet:hover {
  background-color: #821212 !important;
  border: solid 1px #821212 !important;
}

.swiper-pagination-bullet-active {
  width: 30px !important;
  border-radius: 50px !important;
  transition: all 0.3s ease-in-out !important;
  left: 0 !important;
  background-color: #821212 !important;
  border: solid 1px #821212 !important;
}

/* text content */
.slide-text {
  text-align: center;
  color: white;
  opacity: 1;
  z-index: 2;
  width: 100%;
  max-width: 925px;
  text-transform: uppercase;
  margin-top: 50px;
}

.slide-text h1 {
  font-size: 2.5rem;
  font-family: mySecondFont;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 58px;
  text-shadow: 1px 1px 5px #1441738f;
}

.slide-text p {
  font-size: 14px;
  letter-spacing: 4px;
  font-family: 'myForthFont';
  text-transform: uppercase;
}

/* text mobile */
@media screen and (max-width: 768px) {
  .slide-text {
    width: 60%;
  }

  .slide-text h1 {
    font-size: 20px;
    letter-spacing: 0.02em;
  }

  .slide-text p {
    font-size: 14px;
  }
}
/* button */
.slide-text .btn {
  font-family: "IBM Plex Mono", monospace;
  background-color: transparent;
  border: solid 1px white;
  padding: 15px 30px;
  min-width: 100px;
  width: fit-content;
  font-size: 14px;
  letter-spacing: 2px;
  color: white;
  position: relative;
  border-radius: 80px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 20px;
}

.slide-text .btn:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  border-radius: inherit;
  transition: all 0.3s ease-in-out;
}

.slide-text .btn:hover::after {
  left: 4px;
  top: 5px;
  background-color: rgba(255, 255, 255, 0.3);
}

.slide-text .btn:hover {
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .slide-text .btn:hover::after {
    left: 0px;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
button:focus {
  outline: 0;
}
/*//banner section*/

/*about home*/



.about
{
	background: #ffffff;
	/*margin-top: 80px;*/
	position: relative;
}
.about-img
{
	/*background-color: #008cd1;*/
}
.abt {
    padding-right: 0px !important;
	padding-left: 0px !important;
	background-image: url(../images/bg-abt.jpg);
    background-position: top;
    background-size: cover;
	background-color: #008cd1;
}
.abt1 {
    padding-left: 0px;
}
.abt2 {
    padding-left: 0px;
}
.about-dtl
{
	background: #ffffff;
	padding-bottom: 60px;
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 65px;
}
.about-dtl h2
{
	font-family: mySecondFont;
	color: #001E15;
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 28px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}
.about-dtl h4
{
	font-family: myFifthFont;
	color: #e21e23;
	font-size: 18px;
    line-height: 26px;
	margin-bottom: 10px;
	text-align: right;
}
.about-dtl h3 {
    font-family: mySecondFont;
    color: #349b34;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 26px;
}
.about-dtl ul li {
    display: inline-block;
    list-style: none;
    padding-right: 20px;
}
.about-dtl p
{
	font-family: mySixthFont;
	color: #000000;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
	text-align: justify;
}
.hm-abt-btn
{
	background: #ffffff;
    color: #010101;
	font-family: myFifthFont;
    padding: 0px 15px;
    min-width: 135px;
    height: 45px;
    line-height: 40px;
    border: none;
    border-radius: 0px;
    outline: none;
    text-align: center;
    cursor: pointer;
    border: 2px solid #008cd1;
    transition: 0.3s;
    display: inline-block;
	margin-left: 45px;
	margin-top: 10px;
	font-size: 16px;
	float: right;
}
.hm-abt-btn:hover {
    outline: none;
    background: #008cd1;
    border: 2px solid #008cd1;
    color: #ffffff;
    text-decoration: none;
}
.hm-abt-btn:focus
{
	text-decoration: none;
	outline: none;
}
.about-img img {
    z-index: 9;
    position: sticky;
}
/*animation*/
.scroll-circle33 {
    right: 0;
    z-index: 0;
    padding-top: 65px;
    bottom: -80px;
	position: absolute;
}
/*//animation*/




.open-menu,
.close-menu {
  cursor: pointer;
  border: none;
  outline: none;
  color: #252a32;
  background: none;
}

.close-menu {
  position: absolute;
  top: 0;
  right: 1rem;
  border: none;
  outline: none;
  color: #252a32;
  background: none;
}
.menu-icon-side
{
	padding-top: 30px;
	padding-bottom: 30px;
	background: #f7f7f7;
	padding-left: 25px !important;
    padding-right: 25px !important;
	width: 112px !important;
}
.space-ad
{
	padding-left: 0px !important;
}
.menu-wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: background 0.5s;
}
.menu-wrapper.offcanvas .menu {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.7s;
  transition-delay: 0.2s;
}
.menu-wrapper.offcanvas::before {
  background: rgba(37, 42, 50, 0.6);
  z-index: 1;
}
.menu-wrapper ul
{
	margin-bottom: 0px;
}
.menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 20rem;
  width: 100%;
  padding: 3.5rem 1rem;
  z-index: 2;
  overflow-y: auto;
  color: #252a32;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.menu-link {
  font-family: mySixthFont;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  transition: color 0.35s ease-out;
}
.menu-link:hover {
  color: #d32f2f;
}
.menu-item {
  position: relative;
}
.menu-item a {
  font-family: mySixthFont;
  font-size: 16px;
  line-height: inherit;
  padding: 0.5rem 1rem;
  display: block;
  color: #010101;
  transition: color 0.35s ease-out;
}
.menu-item a:hover {
  color: #008cd1;
  text-decoration: none;
}
.menu-item.has-collapsible {
  position: relative;
}
.menu-item.has-collapsible .menu-child {
  display: none;
}
.menu-item.has-collapsible .menu-child .menu-child-item a {
  font-family: mySixthFont;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  padding: 0.25rem;
  color: #252a32;
  padding-left: 2.5rem;
  transition: color 0.35s ease-out;
}
.menu-item.has-collapsible .menu-child .menu-child-item a:hover {
  color: #d32f2f;
}
.menu-item.has-collapsible span::after {
  font-family: "Material Icons";
  content: "";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: inherit;
  position: absolute;
  top: 0.15rem;
  right: 1rem;
  color: #252a32;
  transition: all 0.35s ease;
}
.menu-item.has-collapsible span::after:hover {
  color: #d32f2f;
}
.menu-item.active.has-collapsible .menu-child {
  display: block;
  transition: all 0.35s ease;
}
.menu-item.active.has-collapsible span::after {
  transform: rotate(90deg);
}

/*header styling ends*/

/*//about home*/

/*vision home*/
.vision
{
	background-color: #113355;
	padding-top: 20px;
}
.vision-dtl
{
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
}
.vision-dtl h2
{
	font-family: mySecondFont;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 26px;
    text-transform: uppercase;
}
.vision-dtl p {
    font-family: mySixthFont;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: justify;
}
.mission-dtl
{
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
}
.mission-dtl h2
{
	font-family: mySecondFont;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 26px;
    text-transform: uppercase;
}
.mission-dtl p {
    font-family: mySixthFont;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: justify;
}
/*//vision home*/

/*services home*/
.services-hm
{
	padding-top: 80px;
	padding-bottom: 50px;
}
.services-hm-ttl
{
	padding-left: 30px;
	margin-bottom: 50px;
}
.services-hm-ttl h2
{
	font-family: mySecondFont;
    color: #000000;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 26px;
    text-transform: uppercase;
}
.services-hm-ttl h4 {
    font-size: 18px;
    font-family: myThirdFont;
    color: #000000;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
}
.services-hm-ttl p {
    font-family: mySixthFont;
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: justify;
}

.services-hm-box {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0 0 30px;
    overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 3px 8px #00165d57;
	margin-left: 30px;
}
.services-hm-box img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.destination-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 45px 20px 20px;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);
}
.destination-info p {
    color: #fff;
    margin: 0 0 10px;
	font-family: myForthFont;
	letter-spacing: 1;
	font-size: 14px;
}
.services-hm-dtl
{
	padding-left: 30px;
}
/*//services home*/

/*technology home*/
.technology-hm
{
	background-color: #de9826;
	padding-top: 80px;
	padding-bottom: 60px;
}
.technology-dtl
{
	padding-left: 30px;
}
.technology-dtl h2 {
    font-family: mySecondFont;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 26px;
    text-transform: uppercase;
}
.technology-dtl p {
    font-family: mySixthFont;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    text-align: justify;
}
.hm-tech-btn
{
	background: #de9826;
    color: #ffffff;
	font-family: myFifthFont;
    padding: 0px 15px;
    min-width: 135px;
    height: 45px;
    line-height: 40px;
    border: none;
    border-radius: 0px;
    outline: none;
    text-align: center;
    cursor: pointer;
    border: 2px solid #ffffff;
    transition: 0.3s;
    display: inline-block;
	margin-left: 45px;
	margin-top: 10px;
	font-size: 16px;
	float: right;
}
.hm-tech-btn:hover {
    outline: none;
    background: #ffffff;
    border: 2px solid #ffffff;
    color: #de9826;
    text-decoration: none;
}
.hm-tech-btn:focus
{
	text-decoration: none;
	outline: none;
}
.technology-dtl-img
{
	box-shadow: 1px 1px 10px 3px rgb(0 0 0 / 20%);
	margin-top: 100px;
}
/*feature area*/
.feature-inner-wraper {
    overflow: hidden;
    /*background: #fff;*/
	margin-top: 20px;
	padding-left: 30px;
}
.single-feature {
    text-align: center;
    width: 50%;
    float: left;
    height: 185px;
    position: relative;
    padding-top: 55px;
    z-index: 1;
	margin-bottom: 20px;
}
.single-feature:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -3;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
	border-radius: 5px;
}
.single-feature:hover:before{
   opacity: 1;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;

}
.single-feature .show {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
	display: block !important;
	padding: 0px 0px 0px 85px;
}
.single-feature h2 {
    color: #ffffff;
    margin: 0 0 10px;
	padding-top: 10px;
    font-family: myForthFont;
    letter-spacing: 1;
    font-size: 20px;
	text-align: left;
	line-height: 26px;
}
.single-feature h2 a {
    color: #ffffff;
    font-size: 16px;
	font-family: myForthFont;
	text-transform: uppercase;
}
.single-feature h2 a:hover {
	text-decoration: none;
}
.single-feature .hide-box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 76px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.single-feature:hover .show{
   opacity: 0;
   visibility: hidden;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
}
.single-feature:hover .hide-box{
   opacity: 1;
   visibility: visible; 
   top: 30px; 
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
}
.single-feature .hide-box h2 {
    position: relative;
    line-height: 0;
	padding: 0 20px;
}
.single-feature .hide-box h2 a {
    font-size: 16px;
	font-family: myForthFont;
    color: #de9826;
	text-transform: capitalize;
}
.single-feature .hide-box h2 a:hover {
	text-decoration: none;
}
.single-feature .hide-box p {
    font-size: 14px;
    color: #000000;
    padding: 0 20px;
    margin-top: 15px;
    margin-bottom: 15px;
	font-family: mySixthFont;
	text-align: left;
}
.single-feature:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -3;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
	border-radius: 5px;
}
.single-feature:hover:after{
   opacity: .9;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
}
.icon-box
{
	position: absolute;
	left: 0;
}
/*//feature area*/
/*//technology home*/

/*business section*/
.business-hm
{
	padding-top: 80px;
	padding-bottom: 50px;
}
.business-hm-ttl
{
	margin-bottom: 60px;
}
.business-hm-ttl h2
{
	font-family: myFifthFont;
    color: #e21e23;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
	text-transform: uppercase;
}
.business-hm-ttl h3
{
	font-family: mySecondFont;
    color: #000000;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 26px;
}
.inner-box {
    position: relative;
    display: block;
    padding: 30px 30px 30px 75px;
	border-radius: 5px;
	background-color: #457faa;
	margin-left: 30px;
	margin-bottom: 30px;
}
.inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 15px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    transition: all 500ms ease;
}
.inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-family: myForthFont;
	text-transform: uppercase;
    margin-bottom: 9px;
	color: #ffffff;
}
.inner-box p {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
	font-family: mySixthFont;
}

.inner-box1 {
    position: relative;
    display: block;
    padding: 30px 30px 30px 75px;
	border-radius: 5px;
	background-color: #457faa;
	margin-bottom: 30px;
}
.inner-box1 .icon-box {
    position: absolute;
    left: 0px;
    top: 15px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    transition: all 500ms ease;
}
.inner-box1 h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-family: myForthFont;
	text-transform: uppercase;
    margin-bottom: 9px;
	color: #ffffff;
}
.inner-box1 p {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
	font-family: mySixthFont;
}
/*//business section*/

/*news section*/
.news-hm
{
	padding-top: 80px;
	padding-bottom: 60px;
}
.news-hm-ttl
{
	padding-left: 30px;
}
.news-hm-ttl h2
{
	font-family: myFifthFont;
    color: #e21e23;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
	text-transform: uppercase;
}
.news-hm-ttl h3
{
	font-family: mySecondFont;
    color: #000000;
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 26px;
    font-weight: bold;
	margin-top:0px;
}
/*news*/
/******************  News Slider Demo-8 *******************/
.post-slide8
{
	margin:0 15px;
	position:relative;
	background:#fff;
	margin-bottom: 1em;
}
.post-slide8 .post-img
{
	position:relative;
	overflow:hidden;
}
.post-slide8 .post-img img
{
	width:100%;
	height:auto;
}
.post-slide8 .over-layer
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	background:rgba(0,0,0,.6);
	transition:all .3s ease;
}
.post-slide8:hover .over-layer
{
	opacity:1;
}
.post-slide8 .post-link
{
	margin:0;
	padding:0;
	position:relative;
	top:45%;
	text-align:center;
}
.post-slide8 .post-link li
{
	display:inline-block;
	list-style:none;
	margin-right:20px;
}
.post-slide8 .post-link li a
{
	color:#fff;
	font-size:20px;
}
.post-slide8 .post-link li a:hover
{
	color:#ff8b3d;
	text-decoration:none;
}
.post-slide8 .post-date
{
	position:absolute;
	top:10%;
	left:4%;
}
.post-slide8 .date
{
	display:inline-block;
	border-radius:3px 0 0 3px;
	padding:5px 10px;
	color:#fff;
	font-size:20px;
	font-weight:700;
	text-align:center;
	background:#333;
	float:left;
}
.post-slide8 .month
{
	display:inline-block;
	border-radius:0 3px 3px 0;
	padding:5px 13px;
	color:#111;
	font-size:20px;
	font-weight:700;
	background:#ff8b3d;
}
.post-slide8 .post-content
{
	padding: 0px 20px 20px 20px;
}
.post-slide8 .post-title
{
	margin:0 0 15px 0;
}
.post-slide8 .post-title a
{
	font-family: myForthFont;
	font-size:18px;
	color:#333;
	display:inline-block;
	text-transform:capitalize;
	transition:all .3s ease 0s;
}
.post-slide8 .post-title a:hover
{
	text-decoration:none;
	color:#008cd1;
}
.post-slide8 .post-description
{
	font-size:14px;
	line-height:24px;
	color: #000000;
	font-family: mySixthFont;
	text-align: justify;
}
.post-slide8 p
{
	font-size:14px;
	line-height:24px;
	color: #000000;
	font-family: mySixthFont;
	text-align: justify;
}
.post-slide8 .read-more
{
	color:#333;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	position:relative;
	transition:color .2s linear;
}
.post-slide8 .read-more:hover
{
	text-decoration:none;
	color:#ff8b3d;
}
.post-slide8 .read-more:after
{
	content:"";
	position:absolute;
	width:30%;
	display:block;
	border:1px solid #ff8b3d;
	transition:all .3s ease;
}
.post-slide8 .read-more:hover:after
{
	width:100%;
}
@media only screen and (max-width:479px){
.post-slide8 .month
{
	font-size:14px;
}
.post-slide8 .date
{
	font-size:14px;
}
}
.news-hm .owl-theme .owl-controls .owl-page span
{
	background: #008cd1 !important;
}
.hm-nws-btn
{
	background: #ffffff;
    color: #010101;
	font-family: myFifthFont;
    padding: 0px 10px;
    min-width: 125px;
    height: 40px;
    line-height: 35px;
    border: none;
    border-radius: 0px;
    outline: none;
    text-align: center;
    cursor: pointer;
    border: 2px solid #008cd1;
    transition: 0.3s;
    display: inline-block;
	margin-top: 10px;
	font-size: 16px;
}
.hm-nws-btn:hover {
    outline: none;
    background: #008cd1;
    border: 2px solid #008cd1;
    color: #ffffff;
    text-decoration: none;
}
.hm-nws-btn:focus
{
	text-decoration: none;
	outline: none;
}
/*//news*/

.slider__item {
  transition: all 0.2s ease; }
  #slide-1:checked ~ .slider__holder .slider__item--1 {
    position: relative;
    z-index: 2;
    transform: translate(0) scale(1); }
  #slide-2:checked ~ .slider__holder .slider__item--1 {
    z-index: 1;
    transform: translateX(-100px) scale(0.85); }
    @media (max-width: 768px) {
      #slide-2:checked ~ .slider__holder .slider__item--1 {
        opacity: 0.6; } }
  #slide-3:checked ~ .slider__holder .slider__item--1 {
    z-index: 0;
    transform: translateX(-210px) scale(0.65); }
    @media (max-width: 900px) {
      #slide-3:checked ~ .slider__holder .slider__item--1 {
        transform: translateX(-170px) scale(0.65); } }
    @media (max-width: 768px) {
      #slide-3:checked ~ .slider__holder .slider__item--1 {
        opacity: 0; } }
  #slide-4:checked ~ .slider__holder .slider__item--1 {
    z-index: -1;
    opacity: 0;
    transform: translateX(-210px) scale(0.65); }
  #slide-5:checked ~ .slider__holder .slider__item--1 {
    z-index: -1;
    opacity: 0;
    transform: translateX(-210px) scale(0.65); }
  #slide-1:checked ~ .slider__holder .slider__item--2 {
    z-index: 1;
    transform: translateX(100px) scale(0.85); }
    @media (max-width: 768px) {
      #slide-1:checked ~ .slider__holder .slider__item--2 {
        opacity: 0.6; } }
  #slide-2:checked ~ .slider__holder .slider__item--2 {
    position: relative;
    z-index: 2;
    transform: translate(0) scale(1); }
  #slide-3:checked ~ .slider__holder .slider__item--2 {
    z-index: 1;
    transform: translateX(-100px) scale(0.85); }
    @media (max-width: 768px) {
      #slide-3:checked ~ .slider__holder .slider__item--2 {
        opacity: 0.6; } }
  #slide-4:checked ~ .slider__holder .slider__item--2 {
    z-index: 0;
    transform: translateX(-210px) scale(0.65); }
    @media (max-width: 900px) {
      #slide-4:checked ~ .slider__holder .slider__item--2 {
        transform: translateX(-170px) scale(0.65); } }
    @media (max-width: 768px) {
      #slide-4:checked ~ .slider__holder .slider__item--2 {
        opacity: 0; } }
  #slide-5:checked ~ .slider__holder .slider__item--2 {
    z-index: -1;
    opacity: 0;
    transform: translateX(-210px) scale(0.65); }
  #slide-1:checked ~ .slider__holder .slider__item--3 {
    z-index: 0;
    transform: translateX(210px) scale(0.65); }
    @media (max-width: 900px) {
      #slide-1:checked ~ .slider__holder .slider__item--3 {
        transform: translateX(170px) scale(0.65); } }
    @media (max-width: 768px) {
      #slide-1:checked ~ .slider__holder .slider__item--3 {
        opacity: 0; } }
  #slide-2:checked ~ .slider__holder .slider__item--3 {
    z-index: 1;
    transform: translateX(100px) scale(0.85); }
    @media (max-width: 768px) {
      #slide-2:checked ~ .slider__holder .slider__item--3 {
        opacity: 0.6; } }
  #slide-3:checked ~ .slider__holder .slider__item--3 {
    position: relative;
    z-index: 2;
    transform: translate(0) scale(1); }
  #slide-4:checked ~ .slider__holder .slider__item--3 {
    z-index: 1;
    transform: translateX(-100px) scale(0.85); }
    @media (max-width: 768px) {
      #slide-4:checked ~ .slider__holder .slider__item--3 {
        opacity: 0.6; } }
  #slide-5:checked ~ .slider__holder .slider__item--3 {
    z-index: 0;
    transform: translateX(-210px) scale(0.65); }
    @media (max-width: 900px) {
      #slide-5:checked ~ .slider__holder .slider__item--3 {
        transform: translateX(-170px) scale(0.65); } }
    @media (max-width: 768px) {
      #slide-5:checked ~ .slider__holder .slider__item--3 {
        opacity: 0; } }
  #slide-1:checked ~ .slider__holder .slider__item--4 {
    z-index: -1;
    opacity: 0;
    transform: translateX(210px) scale(0.65); }
  #slide-2:checked ~ .slider__holder .slider__item--4 {
    z-index: 0;
    transform: translateX(210px) scale(0.65); }
    @media (max-width: 900px) {
      #slide-2:checked ~ .slider__holder .slider__item--4 {
        transform: translateX(170px) scale(0.65); } }
    @media (max-width: 768px) {
      #slide-2:checked ~ .slider__holder .slider__item--4 {
        opacity: 0; } }
  #slide-3:checked ~ .slider__holder .slider__item--4 {
    z-index: 1;
    transform: translateX(100px) scale(0.85); }
    @media (max-width: 768px) {
      #slide-3:checked ~ .slider__holder .slider__item--4 {
        opacity: 0.6; } }
  #slide-4:checked ~ .slider__holder .slider__item--4 {
    position: relative;
    z-index: 2;
    transform: translate(0) scale(1); }
  #slide-5:checked ~ .slider__holder .slider__item--4 {
    z-index: 1;
    transform: translateX(-100px) scale(0.85); }
    @media (max-width: 768px) {
      #slide-5:checked ~ .slider__holder .slider__item--4 {
        opacity: 0.6; } }
  #slide-1:checked ~ .slider__holder .slider__item--5 {
    z-index: -1;
    opacity: 0;
    transform: translateX(210px) scale(0.65); }
  #slide-2:checked ~ .slider__holder .slider__item--5 {
    z-index: -1;
    opacity: 0;
    transform: translateX(210px) scale(0.65); }
  #slide-3:checked ~ .slider__holder .slider__item--5 {
    z-index: 0;
    transform: translateX(210px) scale(0.65); }
    @media (max-width: 900px) {
      #slide-3:checked ~ .slider__holder .slider__item--5 {
        transform: translateX(170px) scale(0.65); } }
    @media (max-width: 768px) {
      #slide-3:checked ~ .slider__holder .slider__item--5 {
        opacity: 0; } }
  #slide-4:checked ~ .slider__holder .slider__item--5 {
    z-index: 1;
    transform: translateX(100px) scale(0.85); }
    @media (max-width: 768px) {
      #slide-4:checked ~ .slider__holder .slider__item--5 {
        opacity: 0.6; } }
  #slide-5:checked ~ .slider__holder .slider__item--5 {
    position: relative;
    z-index: 2;
    transform: translate(0) scale(1); }
/*--------------------------------------------------------------
3.0 Bullets
--------------------------------------------------------------*/
.bullets__item {
  transition: all 0.2s ease; }
  #slide-1:checked ~ .bullets .bullets__item--1 {
    background: #69c0eb; }
  #slide-2:checked ~ .bullets .bullets__item--2 {
    background: #69c0eb; }
  #slide-3:checked ~ .bullets .bullets__item--3 {
    background: #69c0eb; }
  #slide-4:checked ~ .bullets .bullets__item--4 {
    background: #69c0eb; }
  #slide-5:checked ~ .bullets .bullets__item--5 {
    background: #69c0eb; }

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Card
2.0 Slider
3.0 Bullets
4.0 Section
5.0 Button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Card
--------------------------------------------------------------*/
.card-testi {
  position: relative;
  display: block;
  border-radius: 8px;
  background: #143f72;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1); }

/*--------------------------------------------------------------
2.0 Slider
--------------------------------------------------------------*/
.slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .slider__radio {
    display: none; }
  .slider__holder {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: left; }
    @media (max-width: 900px) {
      .slider__holder {
        max-width: 540px; } }
    @media (max-width: 600px) {
      .slider__holder {
        margin-top: 60px; } }
  .slider__item {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 80%;
    opacity: 1;
    cursor: pointer; }
  .slider__item-content {
    padding: 40px; }
    @media (max-width: 600px) {
      .slider__item-content {
        padding: 32px 32px; } }
    @media (max-width: 375px) {
      .slider__item-content {
        padding: 40px 24px; } }
.slider__item-text 
{
    padding: 40px 0; 
	color: #ffffff;
	font-family: mySixthFont;
    text-align: justify;
	font-weight: 100;
	line-height: 28px;
	font-size: 16px;
	border-bottom: 1px solid #ffffff;
}
.heading-3--light
{
	color: #ffffff;
	font-family: myThirdFont;
	font-size: 16px;
	text-align: right;
}
.heading-33
{
	color: #ffffff;
	font-family: mySixthFont;
	font-weight: 100;
	font-size: 14px;
	text-align: right;
}
.client-nm
{
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
3.0 Bullets
--------------------------------------------------------------*/
.bullets {
  z-index: 10;
  display: block;
  width: auto;
  height: 10px;
  height: 10px;
  margin: 0 auto;
  margin-top: 48px;
  margin-bottom: 56px;
  text-align: center; }
  @media (max-width: 600px) {
    .bullets {
      margin-top: 32px; } }
  .bullets__item {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-radius: 6px;
    background: #008cd1;
    cursor: pointer; }
    .bullets__item:hover {
      background: #008cd1; }

/*--------------------------------------------------------------
4.0 Section
--------------------------------------------------------------*/
.section {
  position: relative;
  width: 100%;
  padding: 50px 24px;
  text-align: center;
  margin-left: 50px;
  }
  .section__entry {
    width: 100%;
    max-width: 380px;
    margin: 0 auto; }
    .section__entry--center {
      text-align: center; }
  .section__title {
    display: block;
    padding-bottom: 12px; }
  .section__text {
    display: block; }

/*--------------------------------------------------------------
5.0 Button
--------------------------------------------------------------*/
.button {
  display: inline-block;
  height: 44px;
  padding: 12px 16px;
  font-weight: 500;
  line-height: 20px;
  color: #FFF;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2); }
  .button:hover {
    background: rgba(0, 0, 0, 0.1); }

/*--------------------------------------------------------------
4.0 All Tutorials
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Labs bar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Labs bar
--------------------------------------------------------------*/
.labs-bar {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 8px 0px;
  background: rgba(0, 0, 0, 0.2); }
  .labs-bar__inner {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; }
  .labs-bar__nav {
    position: relative;
    display: block;
    float: left; }
  .labs-bar__link {
    position: relative;
    display: inline-block;
    padding: 10px;
    padding-left: 30px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: #FFF;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
    .labs-bar__link:hover:before {
      left: -16px; }
    .labs-bar__link:before {
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 24px;
      height: 14px;
      background-image: url("/images/general/arrow__right--white.svg");
      background-repeat: no-repeat;
      background-position: left;
      background-size: cover;
      content: '';
      transform: translateY(-50%);
      transition: all 0.2s ease; }
  .labs-bar__branding {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    color: #FFF; }
  .labs-bar__logo {
    width: auto;
    height: 18px;
    margin-top: 5px;
    margin-left: 10px; }
    .labs-bar__logo:hover {
      opacity: 0.8; }
  .labs-bar__button {
    float: right;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: #FFF;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
    letter-spacing: 0.5px;
    text-transform: uppercase; }
    .labs-bar__button:hover {
      background: rgba(0, 0, 0, 0.1); }
/*//news section*/

/*//home page*/

/*top banner*/
.cover-navbar-wrapper.pt-164 {
    padding-top: 115px;
}
.page-cover {
    padding: 20px 0px;
    position: relative;
}
.page-cover {
    color: white;
}
.cover-navbar-wrapper {
    background: linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15)), url(../images/bg-01.jpg) 100% 30%;
    background-size: cover;
	background-position: left;
	/*margin-top: 95px;*/
}
.page-cover h1 {
    font-size: 22px;
	font-family: myThirdFont !important;
	color:#ffffff;
    /*margin-bottom: 30px;*/
	letter-spacing: 1px;
	line-height: 1.1;
	margin-bottom: 5px;
}
.breadcrumb {
    padding: 5px 0px !important;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.page-cover .breadcrumb {
    background: none;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb > .active {
    color: #ffffff !important;
	font-family: mySixthFont !important;
	font-size:14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 25px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\f105" !important;
	font-family: "FontAwesome";
}
.page-cover .breadcrumb li a {
    color: #ffffff;
	font-family: mySixthFont !important;
	font-size:14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 25px;
}
.page-cover .breadcrumb li a {
    text-decoration: none;
}
/*//top banner*/

/*about page*/
.about-us
{
	padding-top: 80px;
	padding-bottom: 80px;
}
.about-us-img
{
	box-shadow: 1px 1px 10px 3px rgb(0 0 0 / 20%);
}
.about-us-dtl
{
	padding-top: 40px;
	padding-left: 30px;
}
.about-us-dtl1
{
	padding-top: 20px;
}
.about-us-dtl1 p
{
	font-family: mySixthFont;
	color: #000000;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
	text-align: justify;
}
.about-us-dtl h4
{
	font-family: myFifthFont;
	color: #e21e23;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}
.about-us-dtl h2 {
    font-family: mySecondFont;
    color: #000000;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 26px;
	text-transform: uppercase;
}
.about-us-dtl p
{
	font-family: mySixthFont;
	color: #000000;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
	text-align: justify;
}

/*vision mission*/
.nh_mv1 {
    color: #fff;
    background: #ffffff;
    padding: 20px 0;
    text-align: left;
    position: relative;
    clear: both;
    overflow: hidden;
    width: 100%;
    /*margin: 60px 0;*/
    text-align: center;
}
.nh_mv1 .nh_m {
    border-right: 3px solid #ffa401;
}
.nh_mv1 section {
    /*width: 49%;*/
    display: inline-block;
    vertical-align: top;
    clear: both;
    overflow: hidden;
    padding: 20px 40px;
    text-align: left;
}
.box-vm h5 {
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    font-family: mySecondFont !important;
    padding: 30px 0px 15px 25px;
    position: relative;
    margin-bottom: 15px;
	text-transform: uppercase;
}
.nh_m
{
	padding-right: 40px !important;
    padding-left: 40px !important;
}
.nh_v
{
	padding-right: 40px !important;
    padding-left: 40px !important;
}
.nh_m p {
    font-family: mySixthFont;
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: justify;
}
.nh_v p {
    font-family: mySixthFont;
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: justify;
}


.nh_mv1 section h5 span {
    font-weight: 600;
    font-size: 25px;
    line-height: 28px;
    color: #008cd1;
	font-family: mySecondFont !important;
    display: block;
}
.box-vm
{
	display: flex;
	margin-bottom: 20px;
}
/*.nh_mv1 section.nh_v h5:before {
    background: url(../images/mission.png) no-repeat center;
    background-size: 100%;
}
.nh_mv1 section h5:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url(../images/vision.png) no-repeat center;
    background-size: 100%;
    width: 65px;
    height: 65px;
}*/

/*//vision mission*/

/*feature area*/
.feature-inner-wraper-business {
    overflow: hidden;
    /*background: #fff;*/
	margin-top: 20px;
}
.single-feature-business {
    text-align: center;
    width: 100%;
    float: left;
    height: 150px;
    position: relative;
    padding-top: 55px;
    z-index: 1;
	margin-bottom: 20px;
	background: #457faa;
	border-radius: 5px;
}
.single-feature-business:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -3;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
	border-radius: 5px;
}
.single-feature-business:hover:before{
   opacity: 1;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;

}
.single-feature-business .show-business {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
	display: block !important;
	padding: 0px 0px 0px 80px;
}
.single-feature-business h2 {
    color: #ffffff;
    margin: 0 0 10px;
    font-family: myForthFont;
    letter-spacing: 1;
    font-size: 20px;
	text-align: left;
	line-height: 30px;
}
.single-feature-business h2 a {
    color: #ffffff;
    font-size: 16px;
	font-family: myForthFont;
	text-transform: uppercase;
}
.single-feature-business h2 a:hover {
	text-decoration: none;
}
.single-feature-business .hide-box-business {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 76px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.single-feature-business:hover .show-business{
   opacity: 0;
   visibility: hidden;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
}
.single-feature-business:hover .hide-box-business{
   opacity: 1;
   visibility: visible; 
   top: 30px; 
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
}
.single-feature-business .hide-box-business h2 {
    position: relative;
    line-height: 0;
	padding: 0 20px;
}
.single-feature-business .hide-box-business h2 a {
    font-size: 16px;
	font-family: myForthFont;
    color: #457faa;
	text-transform: capitalize;
}
.single-feature-business .hide-box-business h2 a:hover {
	text-decoration: none;
}
.single-feature-business .hide-box-business p {
    font-size: 14px;
    color: #000000;
    padding: 0 20px;
    margin-top: 20px;
    margin-bottom: 15px;
	font-family: mySixthFont;
	text-align: justify;
}
.single-feature-business .hide-box-business p span {
    font-size: 14px;
    color: #008cd1;
	font-family: mySixthFont;
	text-align: justify;
}
.single-feature-business:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -3;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
	border-radius: 5px;
	border: 2px solid #457faa;
}
.single-feature-business:hover:after{
   opacity: .9;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
}
.icon-box-business
{
	position: absolute;
	left: 0;
	padding-left: 15px;
}
/*//feature area*/


/*teams section*/
.teams
{
	padding-top: 60px;
	padding-bottom: 60px;
}
.teams-ttl h2
{
	font-family: myThirdFont;
    color: #000000;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 28px;
    font-weight: bold;
}
.teams-ttl p
{
	font-family: mySixthFont;
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

/******************  News Slider *******************/
.post-slide10
{
	padding-bottom:10px;
	margin:0 15px;
	position:relative;
	background:#2f5596!important;
	box-shadow:0 1px 2px rgba(43,59,93,.3);
	margin-bottom:2em;
	padding-top: 60px;
	margin-right: 30px;
}
.post-slide10 img
{
	width:100%;
	height:auto;
}
.post-slide10 .post-date
{
	position: relative;
    /*top: 20%;
    left: 2%;*/
    padding: 10px 20px;
}
.post-slide10 .month
{
	font-size:16px;
	color:#fff;
	font-family: myThirdFont;
	/*float: right;*/
	letter-spacing: 1px;
	text-align: right;
}
.post-slide10 .month:after
{
	content:"";
	display:block;
	border:1px solid #fff;
}
.post-slide10 .date
{
	font-size:14px;
	color:#fff;
	display: contents;
	font-family: mySixthFont;
	text-align: right;
}
.post-slide10 .post-title
{
	margin:25px 0 15px 0;
}
.post-slide10 .post-title a
{
	font-size:15px;
	font-weight:700;
	color:#333;
	padding:0 15px;
	display:inline-block;
	text-transform:uppercase;
	transition:all .3s ease 0s;
}
.post-slide10 .post-title a:hover
{
	text-decoration:none;
	color:#e74c3c;
}
.post-slide10 .post-description
{
	font-family: mySixthFont;
    color: #ffffff;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: left;
	padding: 240px 20px 20px 20px;
}
.team-img {
    position: relative;
    font-size: 0;
    text-align: center;
    right: -7%;
    position: absolute;
}
.team-img img {
    width: 210px !important;
    height: auto;
    border-radius: 100%;
    border: 7px solid #ffffff;
}
.post-slide10 .read-more
{
	color:#333;
	padding:0 15px;
	text-transform:capitalize;
	transition:color .2s linear;
}
.post-slide10 .read-more i
{
	margin-left:10px;
	font-size:10px;
}
.post-slide10 .read-more:hover
{
	text-decoration:none;
	color:#e74c3c;
}
.teams .owl-theme .owl-controls .owl-page span {
    background: #2f5596 !important;
}
.teams .owl-pagination
{
	float: right;
}
.owl-controls .owl-buttons
{
	margin-top:20px;
	position:relative;
}
.owl-controls .owl-prev
{
	position:absolute;
	left:-40px;
	bottom:230px;
	padding:8px 17px;
	background:#333;
	transition:background .5s ease;
}
.owl-controls .owl-next
{
	position:absolute;
	right:-40px;
	bottom:230px;
	padding:8px 17px;
	background:#333;
	transition:background .5s ease;
}
.owl-controls .owl-next:after,.owl-controls .owl-prev:after
{
	content:"\f104";
	font-family:FontAwesome;
	color:#d3d3d3;
	font-size:16px;
}
.owl-controls .owl-next:after
{
	content:"\f105";
}
.owl-controls .owl-next:hover,.owl-controls .owl-prev:hover
{
	background:#e74c3c;
}
@media only screen and (max-width:990px)
{
.post-slide10
{
	margin:0 20px;
}
.owl-controls .owl-buttons .owl-prev
{
	left:-20px;
	padding:5px 14px;
}
.owl-controls .owl-buttons .owl-next
{
	right:-20px;
	padding:5px 14px;
}
}
@media only screen and (max-width:767px)
{
.owl-controls .owl-buttons .owl-prev
{
	left:0;
	bottom:260px;
}
.owl-controls .owl-buttons .owl-next
{
	right:0;
	bottom:260px;
}
}

/*//teams section*/

/*//about page*/

/*services page*/
.services
{
	padding-top: 60px;
	padding-bottom: 60px;
}
.services-ttl
{
	padding-bottom: 50px;
}
.services-ttl h4
{
	font-family: myFifthFont;
	color: #e21e23;
	font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}
.services-ttl h2 {
    font-family: mySecondFont;
    color: #000000;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 26px;
	text-transform: capitalize;
}
.services-ttl p {
    font-family: mySixthFont;
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: justify;
}
.services-img img
{
	border-radius: 10px;
}
.services-dtl
{
	padding-top: 30px;
}
.services-dtl h4 {
    font-family: myThirdFont;
    color: #e21e23;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 26px;
}
.services-dtl p {
    font-family: mySixthFont;
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: justify;
}

.services-sec1
{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #052449;
}
.services-sec1-img img
{
	border-radius: 10px;
}
.services-sec1-dtl
{
	padding-top: 30px;
}
.services-sec1-dtl h4 {
    font-family: myThirdFont;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 26px;
}
.services-sec1-dtl p {
    font-family: mySixthFont;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: justify;
}

.services-sec2
{
	padding-top: 80px;
	padding-bottom: 100px;
	background-color: #ffffff;
}
.services-sec2-img img
{
	border-radius: 10px;
}
.services-sec2-dtl
{
	padding-top: 30px;
}
.services-sec2-dtl h4 {
    font-family: myThirdFont;
    color: #e21e23;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 26px;
}
.services-sec2-dtl p {
    font-family: mySixthFont;
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: justify;
}

.services-dtl h2 {
    font-family: myForthFont;
    color: #000000;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 26px;
}


.services-dtl ul
{
	margin-bottom: 20px;
}
.services-dtl ul li, .services-dtl ul li a {
    color: #000000;
    font-family: mySixthFont;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    list-style: none;
}
.services-dtl ul li i {
    margin-right: 15px;
    display: inline-block;
    float: left;
    line-height: 26px;
    font-size: 14px;
	color: #000000;
}
.services-dtl ul li span {
    display: table;
	font-family: mySixthFont;
	color: #000000;
}
.services-dtl .list-items {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.services-dtl .list-items li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}


.services-sec2-dtl ul
{
	margin-bottom: 20px;
}
.services-sec2-dtl ul li, .services-sec2-dtl ul li a {
    color: #000000;
    font-family: mySixthFont;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    list-style: none;
}
.services-sec2-dtl ul li i {
    margin-right: 15px;
    display: inline-block;
    float: left;
    line-height: 26px;
    font-size: 14px;
	color: #000000;
}
.services-sec2-dtl ul li span {
    display: table;
	font-family: mySixthFont;
	color: #000000;
}
.services-sec2-dtl h2 {
    font-family: myForthFont;
    color: #000000;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 26px;
}
.services-sec2-dtl .list-items {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.services-sec2-dtl .list-items li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
	font-family: mySixthFont;
	color: #000000;
}


.services-sec1-dtl ul
{
	margin-bottom: 20px;
}
.services-sec1-dtl ul li, .services-sec1-dtl ul li a {
    color: #ffffff;
    font-family: mySixthFont;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    list-style: none;
}
.services-sec1-dtl ul li i {
    margin-right: 15px;
    display: inline-block;
    float: left;
    line-height: 26px;
    font-size: 14px;
	color: #ffffff;
}
.services-sec1-dtl ul li span {
    display: table;
	font-family: mySixthFont;
	color: #ffffff;
}
.services-sec1-dtl h2 {
    font-family: myForthFont;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 26px;
}
.services-sec1-dtl .list-items {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.services-sec1-dtl .list-items li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
	font-family: mySixthFont;
	color: #ffffff;
}

.services-sec11-dtl
{
	padding-top: 30px;
}
.services-sec11-dtl h4 {
    font-family: myThirdFont;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 26px;
}
.services-sec11-dtl p {
    font-family: mySixthFont;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: justify;
}
.services-sec11-dtl p a {
    font-family: mySixthFont;
    color: #008cd1;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: justify;
}
.services-sec11-dtl p a:hover {
	text-decoration: none;
}
.services-sec11-dtl ul
{
	margin-bottom: 20px;
}
.services-sec11-dtl ul li, .services-sec11-dtl ul li a {
    color: #ffffff;
    font-family: mySixthFont;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    list-style: none;
}
.services-sec11-dtl ul li i {
    margin-right: 15px;
    display: inline-block;
    float: left;
    line-height: 26px;
    font-size: 14px;
	color: #ffffff;
}
.services-sec11-dtl ul li span {
    display: table;
	font-family: mySixthFont;
	color: #ffffff;
}
.services-sec11-dtl h2 {
    font-family: myForthFont;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 26px;
}
.services-sec11-dtl .list-items {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.services-sec11-dtl .list-items li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
	font-family: mySixthFont;
	color: #ffffff;
}
/*//services page*/

/*technology page*/
.technology {
    padding-top: 80px;
    padding-bottom: 60px;
}
.technology-img img {
    border-radius: 10px;
}
.technology-page-dtl
{
	padding-top: 40px;
}
.technology-page-dtl h4
{
	font-family: myFifthFont;
	color: #e21e23;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}
.technology-page-dtl h2 {
    font-family: mySecondFont;
    color: #000000;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 26px;
}
.technology-page-dtl h3 {
    font-family: myThirdFont;
    color: #000000;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 26px;
}
.technology-page-dtl p
{
	font-family: mySixthFont;
	color: #000000;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
	text-align: justify;
}
.technology-sec2
{
	padding-top: 50px;
	padding-bottom: 100px;
}
.tech-box1
{
	margin-bottom: 50px;
}
.tech-box1 h4
{
	font-family: myFifthFont;
	color: #e21e23;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}
.tech-box1 h2 {
    font-family: myThirdFont;
    color: #000000;
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 26px;
}
.tech-box1 p
{
	font-family: mySixthFont;
	color: #000000;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
	text-align: justify;
}



/*.tech-box2
{
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 1px 1px 10px 3px rgb(0 0 0 / 20%);
	border-bottom: 8px solid #f8bd25;
	padding: 30px;
	margin-bottom: 30px;
}
.tech-box2 h4
{
	font-size: 20px;
    font-family: myThirdFont;
    color: #000000;
    text-transform: capitalize;
	margin-top: 10px;
    margin-bottom: 10px;
}
.tech-box2 p
{
	font-family: mySixthFont;
    color: #000000;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 30px;
	text-align: center;
}


.tech-box2:hover {
    background: #f8bd25;
    transition: background 2s,border 2s,border-radius 2s,box-shadow 2s,-webkit-border-radius 2s,-webkit-box-shadow 2s;
}
.tech-box2:hover img
{
	content: url(../images/techno-01-w.png);
}
.tech-box2:hover h4
{
	color: #ffffff;
}
.tech-box2:hover p
{
	color: #ffffff;
}


.tech-box3
{
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 1px 1px 10px 3px rgb(0 0 0 / 20%);
	border-bottom: 8px solid #f8bd25;
	padding: 30px;
	margin-bottom: 30px;
}
.tech-box3 h4
{
	font-size: 20px;
    font-family: myThirdFont;
    color: #000000;
    text-transform: capitalize;
	margin-top: 10px;
    margin-bottom: 10px;
}
.tech-box3 p
{
	font-family: mySixthFont;
    color: #000000;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 30px;
	text-align: center;
}


.tech-box3:hover {
    background: #f8bd25;
    transition: background 2s,border 2s,border-radius 2s,box-shadow 2s,-webkit-border-radius 2s,-webkit-box-shadow 2s;
}
.tech-box3:hover img
{
	content: url(../images/techno-02-w.png);
}
.tech-box3:hover h4
{
	color: #ffffff;
}
.tech-box3:hover p
{
	color: #ffffff;
}


.tech-box4
{
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 1px 1px 10px 3px rgb(0 0 0 / 20%);
	border-bottom: 8px solid #f8bd25;
	padding: 30px;
	margin-bottom: 30px;
}
.tech-box4 h4
{
	font-size: 20px;
    font-family: myThirdFont;
    color: #000000;
    text-transform: capitalize;
	margin-top: 10px;
    margin-bottom: 10px;
}
.tech-box4 p
{
	font-family: mySixthFont;
    color: #000000;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 30px;
	text-align: center;
}


.tech-box4:hover {
    background: #f8bd25;
    transition: background 2s,border 2s,border-radius 2s,box-shadow 2s,-webkit-border-radius 2s,-webkit-box-shadow 2s;
}
.tech-box4:hover img
{
	content: url(../images/techno-03-w.png);
}
.tech-box4:hover h4
{
	color: #ffffff;
}
.tech-box4:hover p
{
	color: #ffffff;
}*/


.tech-box5 {
    text-align: center;
    width: 100%;
    float: left;
    height: 100%;
    position: relative;
    padding-top: 55px;
	padding-bottom: 55px;
    z-index: 1;
	margin-bottom: 20px;
	background: #ffffff;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 3px rgb(0 0 0 / 20%);
    border-bottom: 8px solid #f8bd25;
}
.tech-box5:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -3;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
	border-radius: 5px;
}
.tech-box5:hover:before{
   opacity: 1;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;

}
.tech-box5 .tech-box5-show-business {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
	display: block !important;
	padding: 0px 20px 0px 20px;
}
.tech-box5-show-business img
{
	margin-bottom: 30px;
}
.tech-box5 h2 {
    color: #000000;
    margin: 0 0 10px;
    letter-spacing: 1;
    font-size: 20px;
    font-family: myThirdFont;
	line-height: 32px;
}
.tech-box5 p {
    font-size: 14px;
    line-height: 28px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 15px;
	font-family: mySixthFont;
}
.tech-box5 .tech-box5-hide-box-business {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 76px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.tech-box5:hover .tech-box5-show-business{
   opacity: 0;
   visibility: hidden;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
}
.tech-box5:hover .tech-box5-hide-box-business{
   opacity: 1;
   visibility: visible; 
   top: 30px; 
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
}
.tech-box5 .tech-box5-hide-box-business h2 {
    position: relative;
    line-height: 28px;
	padding: 0 20px;
	text-transform: capitalize;
	font-size: 20px;
    font-family: myThirdFont;
    color: #ffffff;
	padding-top: 10px;
}
.tech-box5 .tech-box5-hide-box-business p {
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    padding: 0 20px;
    margin-top: 20px;
    margin-bottom: 15px;
	font-family: mySixthFont;
	text-align: center;
}
.tech-box5:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #f8bd25;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -3;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    border-radius: 5px;
    border: 2px solid #f8bd25;
}
.tech-box5:hover:after{
   opacity: 1;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
}
.tech-box5-icon-box-business
{
	position: absolute;
	left: 0;
	padding-left: 15px;
}

/*scroll*/
.ex3 {
    height: 195px;
    overflow: auto;
}
.ex3::-webkit-scrollbar {
    width: 5px;
}
.ex3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 1px;
}

.ex3::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 1px;
    background: #ffffff; 
    
}
/*// scroll*/

/*//technology page*/

/*business values page*/
.business-values
{
	padding-top: 80px;
	padding-bottom: 80px;
}
.business-values-ttl
{
	padding-bottom: 30px;
}
.business-values-ttl h4
{
	font-family: myFifthFont;
    color: #e21e23;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
	text-transform: uppercase;
}
.business-values-ttl h2
{
	font-family: mySecondFont;
    color: #000000;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 28px;
	text-transform: uppercase;
}
.business-values-ttl p {
    font-family: mySixthFont;
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}
.business-values-dtl
{
	padding-left: 90px;
}
.bv-clear
{
	padding-right: 0px !important;
}
.business-values-dtl h4
{
	font-family: myThirdFont;
    color: #000000;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 26px;
}
.business-values-dtl h2
{
	font-family: mySixthFont;
    color: #e21e23;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
}
.business-values-dtl p {
    font-family: mySixthFont;
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
	text-align: justify;
}
.business-values-dtl p span {
    font-size: 16px;
    color: #008cd1;
    font-family: mySixthFont;
    text-align: justify;
}
.business-values-icon
{
	background: #2f5596;
    border-radius: 50px 0px 0px 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 40px;
}
.bv-icon
{
	padding-top: 70px;
}
.bv-icon span {
    /* background: #c3d54f; */
    font-family: myForthFont;
    border-radius: 45px;
    color: #b9b9b9;
    height: 20px;
    padding: 0 160px;
    position: absolute;
    top: 60px;
    width: 20px;
    font-size: 90px;
    /*right: -10px;*/
    line-height: 20px;
	opacity: 1;
}


.business-values-sec2
{
	background: #f5f5f5;
	padding-top: 60px;
	padding-bottom: 60px;
}
.business-values-dtl1
{
	padding-right: 90px;
}
.bv-clear1
{
	padding-left: 0px !important;
}
.business-values-dtl1 h4
{
	font-family: myThirdFont;
    color: #000000;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 26px;
}
.business-values-dtl1 h2
{
	font-family: mySixthFont;
    color: #e21e23;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
}
.business-values-dtl1 p {
    font-family: mySixthFont;
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
	text-align: justify;
}
.business-values-dtl1 p span {
    font-size: 16px;
    color: #008cd1;
    font-family: mySixthFont;
    text-align: justify;
}
.business-values-icon1
{
	background: #2f5596;
    border-radius: 0px 50px 50px 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 40px;
}
.business-values-icon1 img
{
	float: right;
}
.bv-icon1
{
	padding-top: 70px;
}
.bv-icon1 span {
    /* background: #c3d54f; */
    font-family: myForthFont;
    border-radius: 45px;
    color: #b9b9b9;
    height: 20px;
    padding: 0 160px;
    position: absolute;
    top: 60px;
    width: 20px;
    font-size: 90px;
    /*right: -10px;*/
    line-height: 20px;
	opacity: 1;
}
/*//business values page*/

/*news page*/
.news
{
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f4f4f4;
}
.news-img
{
	box-shadow: 1px 1px 10px 3px rgb(0 0 0 / 20%);
}
.news-img img
{
	box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 20%);
	float: left;
    margin-right: 40px;
    width: 525px;
	margin-bottom: 20px;
}
.news-dtl
{
	padding-top: 0px;
	padding-left: 30px;
}
.news-dtl h4
{
	font-family: myFifthFont;
	color: #e21e23;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}
.news-dtl h2 {
    font-family: mySecondFont;
    color: #000000;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 26px;
	text-transform: uppercase;
}
.news-dtl p
{
	font-family: mySixthFont;
	color: #000000;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
	text-align: justify;
}
    .news-dtl span {
        color: #696969;
        padding: 7px 0px 20px;
        display: block;
        font-size: 16px;
		font-family: mySixthFont;
    }

    .news-dtl span a{
        color: #008cd1;
    }

    .news-dtl span a i{
        padding-right: 3px;
    }

    .news-dtl span i {
        color: #008cd1;
		padding-right: 3px;
    }
.news-sec
{
	padding: 40px;
	box-shadow: 0px 3px 9px 0px rgb(198 196 196 / 35%);
    -webkit-box-shadow: 0px 3px 9px 0px rgb(198 196 196 / 35%);
    -moz-box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    -o-box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
	background: #ffffff;
	margin-bottom: 30px;
}
.pro-pagination-style
{
	font-size:14px;
	font-weight:400;
	color:#253237;
	margin-top:30px;
	margin-bottom:60px;
}
.pro-pagination-style ul
{
	box-shadow:none;
	padding:0;
	text-align:center!important;
}
.pro-pagination-style ul li
{
	display:inline-block;
}
.pro-pagination-style .active
{
	font-size:14px;
	color:#fff;
	background:#25aae1;
}
.pro-pagination-style a:hover
{
	font-size:14px;
	color:#fff;
	background:#134173;
	text-decoration: none;
}
.pagination
{
	display: inline-flex !important;
}
.pro-pagination-style a
{
	font-family: myFifthFont;
	color: #134173;
	padding: 0;
	height: 46px;
	line-height: 46px;
	background: #ffffff;
	font-size: 14px;
	display: inline-block;
	width: 46px;
	border-radius: 100%;
	text-align: center;
	vertical-align: top;
	margin-right: 5px;
}
/*//news page*/

/*contact page*/
.contact-form
{
	padding-top: 120px;
	padding-bottom: 210px;
	padding-left: 90px;
}
.contact-form h2
{
	font-family: mySecondFont;
    color: #000000;
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 26px;
}
.contact-form p {
    font-family: mySixthFont;
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: justify;
}

#contact .form-control {
  border: none;
  color:#a6a6a6;
  border-bottom: 1px solid #a6a6a6;
  font-family:MyFifthFont;
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  padding-left: 0px;
}

#contact input[placeholder], [placeholder], *[placeholder] {
    color: red !important;
}

#contact:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a6a6a6;
}

#contact::-ms-input-placeholder { /* Microsoft Edge */
  color: #a6a6a6;
}

#contact .form-control:focus {
  border-bottom-color: #000000;
}

#contact input {
  height: 40px;
  color:#000000;
}
#contact label {
  font-family:myFifthFont;
  font-size:16px;
  color:#adadad;
  font-weight: 300;
}
#contact button#submit {
  background: #041034;
  border: 2px solid #041034;
  padding: 8px 30px 8px 30px;
  border-radius: 0px;
  color: #ffffff !important;
  margin-top: 10px;
  font-family: myForthFont;
  letter-spacing: 1px;
  font-size: 16px;
}

#contact button#submit:hover {
  background: #ffffff;
  color: #041034 !important;
  padding: 8px 30px 8px 30px;
  border: 2px solid #041034;
  font-family: myForthFont;
  letter-spacing: 1px;
  font-size: 16px;
}
.contact-dtl
{
	background: #041034;
	padding-top: 30px;
    padding-bottom: 20px;
	margin-top: 85px;
	width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	right: 0px;
    position: absolute;
}
.div3
{
	background: #fcb415;
}
.contact .u-shape-1 {
    width: 290px;
    height: 100%;
    /* background-image: none; */
    /* margin: 0px auto auto; */
    position: absolute;
    right: 0;
}
.div-sec
{
	position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 0px;
    /* margin-top: -3px; */
    padding: 30px 30px 20px 40px;
	z-index: 9;
}
.div-sec a
{
	color: #041034;
	font-size: 18px;
	padding-right: 10px;
}
.div-sec a:hover
{
	color: #ffffff;
}
.u-palette-3-base, .u-body.u-palette-3-base, .u-container-style.u-palette-3-base:before {
    color: #111111;
    background-color: #f1c50e;
}
.icon-dtl
{
	padding-bottom: 10px;
	padding-top: 15px;
}
.icon-dtl i
{
	font-size: 40px;
	padding-bottom: 20px;
	color: #ffffff;
}
.icon-dtl p {
    font-family: mySixthFont;
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
}
.icon-dtl p a {
    font-family: mySixthFont;
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
}
.icon-dtl p a:hover {
	text-decoration: none;
}
/*//contact page*/

/*footer section*/
.footer-area {
  /*padding: 65px 0 0;
  background-color: #008cd1;
  background-image: url(../images/bg-03.jpg);
  background-size: cover;*/
}
.foot-sec
{
	margin-top: -50px;
    background: linear-gradient(to top, #0a649f 0%, #143f72 100%);
	padding-left: 130px !important;
	
}
.foot-bg
{
	background-image: url(../images/foot-img.png);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 70px;
	padding-bottom: 70px;
}
.foot-bg h2 {
    color: #ffffff;
    font-family: myFifthFont;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
}
.foot-bg h4 {
    color: #ffffff;
    font-family: mySecondFont;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 26px;
}
.foot-bg1
{
	padding-top: 40px;
	padding-bottom: 20px;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.mr-4 {
    margin-right: 1.5rem !important;
}
.hm-foot-btn
{
	background: transparent;
    color: #ffffff;
	font-family: myFifthFont;
    padding: 0px 10px;
    min-width: 125px;
    height: 40px;
    line-height: 35px;
    border: none;
    border-radius: 0px;
    outline: none;
    text-align: center;
    cursor: pointer;
    border: 2px solid #ffffff;
    transition: 0.3s;
    display: inline-block;
	margin-top: 10px;
	font-size: 16px;
}
.hm-foot-btn:hover {
    outline: none;
    background: #ffffff;
    border: 2px solid #ffffff;
    color: #143f72;
    text-decoration: none;
}
.hm-foot-btn:focus
{
	text-decoration: none;
	outline: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area {
    padding: 50px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .footer-area {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .footer-area {
    padding: 50px 0 0;
  }
}
.footer-area .footer-area-top {
  background: #008cd1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-area-top {
    padding-bottom: 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .footer-area .footer-area-top {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-area .footer-area-top {
    padding-bottom: 20px;
  }
}
/*.footer-area .footer-area-top .footer-box {
  padding-bottom: 30px;
}*/
.footer-area .footer-area-top .footer-box img {
	/*margin-top: 45px;*/
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-area-top .footer-box {
    margin-bottom: 0px;
	padding-bottom: 0px;
  }
.footer-area .footer-area-top .footer-box a {
    margin-bottom: 70px !important;
    font-size: 16px;
    color: #ffffff;
    font-family: myFifthFont;
    letter-spacing: 1px;
}
  .footer-area .footer-area-top .footer-box .info-list li:last-child {
    margin-bottom: 30px !important;
  }
}
.footer-area .footer-area-top .footer-box h3 {
  color: #ffffff;
  font-family: myFifthFont;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-area-top .footer-box h3 {
    margin-bottom: 15px;
  }
}
.footer-area .footer-area-top .footer-box p {
  margin-bottom: 10px;
  margin-top: 15px;
  text-align: justify;
  font-size: 14px;
  color: #ffffff;
  font-family: myFifthFont;
  line-height: 28px;
  padding-right: 50px;
}
.footer-area .footer-area-top .footer-box a {
  margin-bottom: 15px;
  font-size: 16px;
  color: #ffffff;
  font-family: myFifthFont;
  letter-spacing: 1px;
}


.footer-area .footer-area-top .footer-box a:hover {
  text-decoration: none;
  color: #143f72 !important;
}
.footer-area .footer-area-top .footer-box .info-list {
  padding-top: 5px;
  padding-left: 0px;
}
.footer-area .footer-area-top .footer-box .info-list li {
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  line-height: 1.1;
  list-style: none;
}
.footer-area .footer-area-top .footer-box .info-list li a {
  color: #ffffff;
  font-family: myFifthFont;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .info-list li a:hover {
  color: #ffffff;
  font-family: myFifthFont;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .info-list li:last-child {
  margin-bottom: 0;
}
.footer-area .footer-area-top .footer-box .tag-list {
  padding-top: 5px;
}
.footer-area .footer-area-top .footer-box .tag-list li {
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 3px;
  border: 1px solid #727272;
  background: transparent;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .tag-list li a {
  color: #333333;
  display: block;
  padding: 5px 17px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .tag-list li:hover {
  border: 1px solid #111111;
  background: #111111;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer-area .footer-area-top .footer-box .tag-list li:hover a {
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer-area .footer-area-top .footer-box .footer-social {
  margin-bottom: 24px;
  padding-left: 0px;
}
.footer-area .footer-area-top .footer-box .footer-social li {
  display: inline-block;
  margin-right: 20px;
}
/*.footer-area .footer-area-top .footer-box .footer-social li a {
  line-height: 32px;
  border-radius: 50%;
  height: 32px;
  display: block;
  text-align: center;
  background: #000000;
  width: 32px;
}*/
.footer-area .footer-area-top .footer-box .footer-social li a:before {
  display: none;
}

.footer-area .footer-area-top .footer-box .footer-social li a i {
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/*.footer-area .footer-area-top .footer-box .footer-social li a:hover {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  box-shadow: 0px 2px 0px 0px #ffffff;
}*/
.footer-area .footer-area-top .footer-box .footer-social li a:hover i {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer-area .footer-area-top .footer-box .newsletter-area h3 {
  margin-bottom: 15px;
}
.footer-area .footer-area-top .footer-box .newsletter-area .stylish-input-group {
  border: 1px solid #111111 !important;
  border: none;
  padding: 0 !important;
}
.footer-area .footer-area-top .footer-box .newsletter-area .stylish-input-group .form-control {
  border: none;
  box-shadow: 0 0 0;
  border-radius: 0;
  background: #ffffff;
  text-transform: uppercase;
  color: #FFFFFF;
  height: 34px;
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.footer-area .footer-area-top .footer-box .newsletter-area .stylish-input-group .input-group-addon {
  background: #FFFFFF !important;
  border: none;
  border-radius: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-top .footer-box .newsletter-area .stylish-input-group .input-group-addon button {
  border: 0;
  background: #111111;
  padding: 10px 17px;
}
.footer-area .footer-area-top .footer-box .newsletter-area .stylish-input-group .input-group-addon button i {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-top .footer-box .newsletter-area .stylish-input-group .input-group-addon button:hover {
  background: transparent !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-top .footer-box .newsletter-area .stylish-input-group .input-group-addon button:hover i {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-top .footer-box .newsletter-area input.form-control::-webkit-input-placeholder,
.footer-area .footer-area-top .footer-box .newsletter-area textarea.form-control::-webkit-input-placeholder {
  color: #000000;
}
.footer-area .footer-area-top .footer-box .newsletter-area input.form-control::-moz-placeholder,
.footer-area .footer-area-top .footer-box .newsletter-area textarea.form-control::-moz-placeholder {
  color: #000000;
}
.footer-area .footer-area-top .footer-box .newsletter-area input.form-control:-moz-placeholder,
.footer-area .footer-area-top .footer-box .newsletter-area textarea.form-control:-moz-placeholder {
  color: #000000;
}
.footer-area .footer-area-top .footer-box .newsletter-area input.form-control:-ms-input-placeholder,
.footer-area .footer-area-top .footer-box .newsletter-area textarea.form-control:-ms-input-placeholder {
  color: #000000;
}
.footer-area .footer-area-bottom {
  padding: 25px 0 0;
  padding-bottom: 20px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-size: 13px;
  background: #ffffff;
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-area-bottom {
    text-align: center;
  }
}
.footer-area .footer-area-bottom p {
  color: #000000;
  font-family: myFifthFont;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.footer-area .footer-area-bottom p span {
  color: #164d8b;
  font-family: myThirdFont;
  font-weight: 700;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-bottom p a {
  color: #000000;
  font-family: myThirdFont;
  font-weight: 700;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-bottom p a:hover {
  color: #164d8b;
  font-family: myThirdFont;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-bottom .payment-method {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-area-bottom .payment-method {
    text-align: center;
    margin-bottom: 30px;
  }
}
.footer-area .footer-area-bottom .payment-method li {
  display: inline-block;
}
.footer-area.dark-footer {
  background-color: #111111;
}
.footer-area.dark-footer .footer-box h3 {
  color: #FFFFFF;
}
.footer-area.dark-footer .footer-box p {
  color: #9c9c9c;
  font-size: 14px;
  letter-spacing: 2px;
}
.footer-area.dark-footer .footer-box .info-list li a {
  color: #9c9c9c;
}
.footer-area.dark-footer .footer-box .info-list li a:hover {
  color: #FFFFFF;
}
.footer-area.dark-footer .footer-box .info-list li a:focus {
  text-decoration: none;
}
.footer-area.dark-footer .footer-box .tag-list li {
  background-color: transparent;
}
.footer-area.dark-footer .footer-box .tag-list li a {
  color: #9c9c9c;
}
.footer-area.dark-footer .footer-box .tag-list li:hover {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer-area.dark-footer .footer-box .tag-list li:hover a {
  color: #212121;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer-area.dark-footer .footer-box .footer-social {
  margin-bottom: 24px;
  margin-top: 30px;
}
.footer-area.dark-footer .footer-box .footer-social li {
  display: inline-block;
  margin-right: 5px;
}
/*.footer-area.dark-footer .footer-box .footer-social li a {
  width: 32px;
  line-height: 32px;
  border-radius: 0;
  height: 32px;
  border: 1px solid #292f33;
  display: block;
  text-align: center;
  background: #15191c;
}*/
.footer-area.dark-footer .footer-box .footer-social li a i {
  color: #b5b5b5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area.dark-footer .footer-box .footer-social li a:hover {
  border: 1px solid #292f33;
}
.footer-area.dark-footer .footer-box .footer-social li a:hover i {
  color: #ffffff;
}
.footer-area.dark-footer .footer-box .newsletter-area .stylish-input-group .form-control {
  background: #262626;
  color: #FFFFFF;
  height: 44px;
  border: none;
}
.footer-area.dark-footer .footer-box .newsletter-area .stylish-input-group .input-group-addon button {
  background: #FFFFFF;
  padding: 15px 17px;
}
.footer-area.dark-footer .footer-box .newsletter-area .stylish-input-group .input-group-addon button i {
  color: #212121;
}
.footer-area.dark-footer .footer-box .newsletter-area input.form-control::-webkit-input-placeholder,
.footer-area.dark-footer .footer-box .newsletter-area textarea.form-control::-webkit-input-placeholder {
  color: #9c9c9c;
}
.footer-area.dark-footer .footer-box .newsletter-area input.form-control::-moz-placeholder,
.footer-area.dark-footer .footer-box .newsletter-area textarea.form-control::-moz-placeholder {
  color: #9c9c9c;
}
.footer-area.dark-footer .footer-box .newsletter-area input.form-control:-moz-placeholder,
.footer-area.dark-footer .footer-box .newsletter-area textarea.form-control:-moz-placeholder {
  color: #9c9c9c;
}
.footer-area.dark-footer .footer-box .newsletter-area input.form-control:-ms-input-placeholder,
.footer-area.dark-footer .footer-box .newsletter-area textarea.form-control:-ms-input-placeholder {
  color: #9c9c9c;
}
.footer-area.dark-footer .footer-area-bottom {
  border-top: 1px solid #464646;
  background: #000000;
}
.footer-area.dark-footer .footer-area-bottom p {
  color: #6f6f6f;
}
.footer-area.dark-footer .footer-area-bottom p a {
  color: #c4c4c4;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area.dark-footer .footer-area-bottom p a:hover {
  color: #FFFFFF;
}

.footer-area-top .contact-widget .info-list1 {
    padding-top: 5px;
    padding-left: 0px;
}
.footer-area-top .contact-widget .info-list1 li{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-family: myFifthFont;
  letter-spacing: 2px;
  color: #ffffff;
  padding-left: 30px;
  margin-bottom: 25px;
}

.footer-area-top .contact-widget h3 {
    color: #ffffff;
    font-family: myFifthFont;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.1;
}

.footer-area-top .contact-widget .info-list1 li:last-child{
  margin-bottom: 0px;
}

.footer-area-top .contact-widget .info-list1 li i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 20px;
}

.footer-area-top .contact-widget .info-list1 li i{
	color: #ffffff;
}

.footer-area-top .contact-widget .info-list1 li a:hover{
  color: #143f72;
  text-decoration: none;
}

.footer-area-top .contact-widget .info-list1 li a:focus{
  text-decoration: none;
}

.footer-area-top .contact-widget a
{
  color: #ffffff;
  font-family: myFifthFont;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.footer-area-top .contact-widget .info-list1 li:first-child i{
  top: 5px;
}
.quick
{
	margin-bottom: 10px;
}
/*//footer section*/
@media only screen and (width: 1600px){
.top-menu {
    top: 11.3%;
}
}
@media only screen and (width: 1440px){
.top-menu {
    top: 12.8%;
}
}
@media (min-width: 991px) and (max-width: 1335px){
.top-menu {
    top: 15.5%;
}
}
@media (min-width: 992px) and (max-width: 1169px){

}
@media (min-width: 992px) and (max-width: 1089px){

}
@media (min-width: 1200px) and (max-width: 1300px){
.container-mss {
    max-width: 1010px !important;
}
.single-feature {
    text-align: center;
    width: 50%;
    float: left;
    height: 230px;
    position: relative;
    padding-top: 55px;
    z-index: 1;
    margin-bottom: 20px;
}
.single-feature .hide-box h2 {
    position: relative;
    line-height: 18px;
    padding: 0 20px;
}
}
@media (min-width: 1111px) and (max-width: 1199px){
.single-feature {
    text-align: center;
    width: 50%;
    float: left;
    height: 230px;
    position: relative;
    padding-top: 55px;
    z-index: 1;
    margin-bottom: 20px;
}
.single-feature .hide-box h2 {
    position: relative;
    line-height: 18px;
    padding: 0 20px;
}
}
@media (min-width: 992px) and (max-width: 1110px){
.container-mss {
    max-width: 800px !important;
}
.single-feature {
    text-align: center;
    width: 100%;
    float: left;
    height: 185px;
    position: relative;
    padding-top: 55px;
    z-index: 1;
    margin-bottom: 20px;
}
}

@media only screen and (max-width: 991px) {
.sticky-left-nav
{
	display: none;
}
.hm-abt-btn 
{
	margin-bottom: 50px;
}
.foot-sec {
    margin-top: -50px;
    background: linear-gradient(to top, #0a649f 0%, #143f72 100%);
    padding-left: 15px !important;
}
}

@media (min-width: 900px) and (max-width: 991px){
.about {
    background: #ffffff;
    margin-top: 80px;
    position: relative;
}	
}

@media only screen and (max-width: 899px) {
.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
    background: #f7b74f;
}
.cover-navbar-wrapper {
    background: linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15)), url(../images/bg-01.jpg) 100% 30%;
    background-size: cover;
    background-position: left;
    margin-top: 90px;
}
}
@media (min-width: 768px) and (max-width: 947px){
.contact-form {
    padding-top: 120px;
    padding-bottom: 260px;
    padding-left: 90px;
}
}
@media only screen and (max-width: 767px) {
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 30px !important;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 1px !important;
}
.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px !important;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 25px!important;
    height: 4px!important;
    border-radius: 1px;
}
.navbar {
    position: relative;
    min-height: 100px !important;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.contact-form {
    padding-top: 120px;
    padding-bottom: 80px;
    padding-left: 30px;
}
.contact-dtl {
    background: #041034;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 0px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    right: 0px;
    position: relative;
}
.div-sec {
    /*position: absolute;*/
    bottom: 0;
    /* left: 0; */
    /* padding-top: 0px; */
    /* margin-top: -3px; */
    padding: 30px 30px 20px 40px;
    /* z-index: 9; */
    position: relative;
}
.contact .u-shape-1 {
    width: 100%;
    height: auto;
    /* background-image: none; */
    /* margin: 0px auto auto; */
    /*position: absolute;*/
    /* right: 0; */
    position: relative;
}
.technology-page-dtl {
    padding-left: 0px;
    padding-top: 30px;
}
.business-values-dtl {
    padding-left: 0px;
}
.business-values-dtl1 {
    padding-right: 0px;
	padding-top: 30px;
}
.single-feature {
    text-align: center;
    width: 100%;
}
.services-dtl .list-items li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.about-dtl {
    background: #ffffff;
    padding-bottom: 60px;
    padding-top: 100px;
    padding-left: 0px;
    padding-right: 0px;
}
.vision-dtl {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0px;
}
.mission-dtl {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0px;
}
.services-hm-ttl {
    padding-left: 0px;
    margin-bottom: 50px;
}
.about-us-dtl {
    padding-top: 40px;
    padding-left: 0px;
}
.news-dtl h2 {
    margin-top: 30px;
}
}

@media (min-width: 460px) and (max-width: 767px){
.tech-box5 {
    text-align: center;
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    padding-top: 20px;
    z-index: 1;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 3px rgb(0 0 0 / 20%);
    border-bottom: 8px solid #f8bd25;
}
.ex3 {
    height: 200px;
    overflow: auto;
}	
}
@media (min-width: 320px) and (max-width: 459px){
.tech-box5 {
    text-align: center;
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    padding-top: 20px;
    z-index: 1;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 3px rgb(0 0 0 / 20%);
    border-bottom: 8px solid #f8bd25;
}
}
@media (min-width: 320px) and (max-width: 450px){
.single-feature-business h2 {
    color: #ffffff;
    margin: 0 0 10px;
    font-family: myForthFont;
    letter-spacing: 1;
    font-size: 18px;
    text-align: left;
    line-height: 28px;
}
.single-feature-business .hide-box-business p {
    font-size: 13px;
    color: #000000;
    padding: 0 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: mySixthFont;
    text-align: justify;
}

}
@media (min-width: 320px) and (max-width: 580px){
.services-hm-box {
    width: 80%;
    float: left;
    height: auto;
    position: relative;
    margin: 0 0 30px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 3px 8px #00165d57;
    margin-left: 30px;
}

}
@media (min-width: 320px) and (max-width: 665px){
.section {
    position: relative;
    width: 100%;
    padding: 50px 24px;
    text-align: center;
    margin-left: 0px;
}

}
@media (min-width: 320px) and (max-width: 412px){
.vision-img img
{
	width: 280px;
}
.technology-dtl {
    padding-left: 0px;
}
}
@media (min-width: 320px) and (max-width: 419px){
.bv-icon span {
    /* background: #c3d54f; */
    font-family: myForthFont;
    border-radius: 45px;
    color: #b9b9b9;
    height: 20px;
    padding: 0 100px;
    position: absolute;
    top: 60px;
    width: 20px;
    font-size: 90px;
    /* right: -10px; */
    line-height: 20px;
    opacity: 1;
}	
}
@media (min-width: 320px) and (max-width: 360px){
.bv-icon1 span {
    /* background: #c3d54f; */
    font-family: myForthFont;
    border-radius: 45px;
    color: #b9b9b9;
    height: 20px;
    padding: 0 100px;
    position: absolute;
    top: 60px;
    width: 20px;
    font-size: 90px;
    /* right: -10px; */
    line-height: 20px;
    opacity: 1;
}
}
@media (min-width: 768px) and (max-width: 899px){

}
@media (min-width: 577px) and (max-width: 767px){

}
@media (min-width: 383px) and (max-width: 576px){

}
@media (min-width: 320px) and (max-width: 382px){

}

@media (min-width: 320px) and (max-width: 400px){
.single-feature-business {
    text-align: center;
    width: 100%;
    float: left;
    height: 180px;
    position: relative;
    padding-top: 55px;
    z-index: 1;
    margin-bottom: 20px;
    background: #457faa;
    border-radius: 5px;
}
}
@media (min-width: 320px) and (max-width: 345px){
.single-feature {
    text-align: center;
    width: 100%;
    float: left;
    height: 230px;
    position: relative;
    padding-top: 55px;
    z-index: 1;
    margin-bottom: 20px;
}
.single-feature .hide-box h2 {
    position: relative;
    line-height: 0px;
	padding: 0 20px;
}
}

@media only screen and (max-width: 576px) {
.abt1 {
    max-width: 540px;
}
}
@media (min-width: 577px) and (max-width: 767px){
.abt1 {
    max-width: 540px;
}
}
@media (min-width: 768px) and (max-width: 991px){
.abt1 {
    max-width: 720px;
}
}
@media only screen and (width: 320px) {

}