/*--------------------------------------------------------------
# SM style
--------------------------------------------------------------*/
body {
	font-family: "Open Sans", sans-serif;
	color: #444;
	text-align: justify;
}

a {
	color: #000;
	
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
	font-family: Verdana, Geneva, sans-serif;
}
h4{
	color: #4b6d8b;
	font-weight: bold;
}
h2{
	color:#003;
	font-weight:550;
}
/*--------------------------------------------------------------
# Background
--------------------------------------------------------------*/
.bg-steelgray{
	 background:#587187;
}
.bg-eee{ background-color:#ddd;
}
.bg{
	background: linear-gradient(360deg, #dddddd 0%, rgba(221, 221, 221, 0.9) 100%, rgba(238, 238, 238, 0.9) 100%);}

.bg-gsteelgray{
	background: linear-gradient(360deg, #5c768d 0%, rgba(92, 118, 141, 0.9) 35%, rgba(140, 167, 191, 0.8) 100%);
}
.bg-gb{
	background: linear-gradient(360deg, #bde0fa 0%, rgba(189, 224, 250, 0.9) 35%, rgba(193, 245, 250, 0.8) 100%);
	}
.bg-cr{
 
    overflow-x: hidden;
    height: 100%;
    background: linear-gradient(-45deg, #02293c 50%, #fcfcfc 50%);
    background-repeat: no-repeat
}
.bg-lightblue{
	background-color: rgba(218, 240, 246, 0.5);
}
.card {
    background-color: #FFF;
    border-radius: 25px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 40px;
    z-index: 0
}
.imagebox{
	border-radius:5px;
	margin-left:auto;
	margin-right:auto;
}
.Quality{
	background-image: url(../img/about/Quality-Assurance2.jpg);
	background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
   background: #428bca;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #035f8f;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

/*----------------*/
.btn-light{
	font-size:12px;
	padding-bottom:0px;
	padding-top:0px;
}
.btn-light:hover{
	background-color:#82DEEE;
	
 
}	
.btn-seagreen {
  color: #fff;
  background-color: #04293c;
  border-color: #104e6e;
}

.btn-seagreen:hover {
  color: #fff;
  background-color: #104e6e;
  border-color: #04293c;
}

.btn-seagreen:focus, .btn-seagreen.focus {
  color: #fff;
  background-color: #104e6e;
  border-color: #04293c;
  box-shadow: 0 0 0 0.2rem rgba(30, 59, 111, 0.5);
}

.btn-seagreen.disabled, .btn-seagreen:disabled {
  color: #fff;
  background-color: #104e6e;
  border-color: #04293c;
}

.btn-seagreen:not(:disabled):not(.disabled):active, .btn-seagreen:not(:disabled):not(.disabled).active,
.show > .btn-seagreen.dropdown-toggle {
  color: #fff;
  background-color: #104e6e;
  border-color: #04293c;
}

.btn-seagreen:not(:disabled):not(.disabled):active:focus, .btn-seagreen:not(:disabled):not(.disabled).active:focus,
.show > .btn-seagreen.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}	
.Mission{ 
background-image:url(../img/about/mission-3.jpg);
background-repeat:no-repeat;
}
.Whyus{
	background-image:url(../img/about/WHYUS-3.jpg);
	background-repeat:no-repeat;
}



/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
	background: #e5e5e5;
	font-size: 14px;
	color: #000;
	padding-top: 4px;
	padding-bottom:4px;
	
}
 .topcontainer{
	padding-left: 60px;
	padding-right: 60px;
}
#topbar .contact-info a {
  line-height: 1;
  color: #000;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #1c71ac;
}

#topbar .contact-info i {
  color: #02293c;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 10px;
}

#topbar .social-links a {
  color: #02293c;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #1c71ac;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	height:102px;
	background-color:#FFF;
	transition: all 0.5s;
	transition: all 0.5s;
	z-index:997;
	padding-right:20px;
	 box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	

  /* background: linear-gradient(-90deg,  #fcfcfc 50%, #02293c  30%);
    background-repeat: repeat;*/
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}


#header .logo h1 a, #header .logo h1 a:hover {
  color: #1c5c93;
  text-decoration: none;
}

#header .logo img {
  padding: 10px  0;
  margin: 0;
  height:112px;
}

@media (max-width: 558px) {
#header .logo img {
	padding-left:40px;
	
 
}
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin:7px 0 0 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
	display: block;
	position: relative;
	color: #053351;
	padding: 12px 15px;
	transition: 0.3s;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
}
.active > a,{

	text-decoration: none;	
	
}
	.active {
	
	border-bottom: thin solid #026a9e;
	
	
}
	
.nav-menu a:hover, .nav-menu  .nav-menu li:hover > a {
	color: #fff;
	text-decoration: none;
	background-color:#026a9e;

}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: #f9f9f9;
   box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.6);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
    color: #fff;
    border-bottom: thin solid #e5e5e5;
}

.nav-menu .drop-down ul a {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	color: #053351;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
	color: #fff;
	background-color:#026a9e;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
 
  margin:-5px 0 0 0;
 left: 100%;
  visibility: hidden;
  
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
   top: 0;
 left: 100%;
  visibility: visible;
 
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 5px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}



@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -110%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}
/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #eee;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
	display: block;
	position: relative;
	color: #000;
	padding: 10px 20px;
	font-weight: 500;
	 border-bottom:#ddd  thin solid;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
	color: #0c64b1;
	text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 20px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #000;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 53, 72, 0.7);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}



/*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/
#Slider {
  width: 100%;
 
   padding:0 !important ;
  margin:0 !important;
 
}
#banner {
  width: 100%;
   padding:0 !important ;
  margin:0 !important;

}

.banner{
		padding-right:7%;
	padding-top:5px;
	padding-bottom:5px;
}
.banner h1{
	text-align: center;
	padding-right:70px;
	color: #0b638b; 
	font-size:25px;
	font-weight: bold;	

}
@media (max-width: 568px) {
.banner h1{
	text-align: right;
	padding-right:10px;
	color: #fff;
	font-size:22px;
	
	font-weight: bold;	
}
}	
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#myCarousel {
	  width: 100%;
	  padding: 0;
	overflow:hidden;}

@media (min-width: 1024px) {
 
  .carousel-control-prev, .carousel-control-next {
    width: 5%;
	
  }
}
.carousel-caption{
	position: absolute;
	right: 15%;
	bottom: 140px;
	left: 10% !important;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff !important;
	text-align: left;
	font-size:36px;
	font-weight:900;
}
 @media (max-width: 1024px) {
.carousel-caption{
	position: absolute;
	right: 15%;
	bottom: 40px;
	left: 10% !important;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff !important;
	text-align: left;
	font-size:36px;
	font-weight:900;
}
 }
 
  @media (max-width: 568px) {
.carousel-caption{
	position: absolute;
	right: 15%;
	bottom: 10px;
	left: 7% !important;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff !important;
	text-align: left;
	font-size:20px;
	font-weight:900;
}

 }

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section {
  padding:0;
  margin:0;
}

.section-bg {
  background-color: #f5f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 20px;
}

.section-title h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 0;
  color: #042b76;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding-bottom: 20px;

}

.about .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}

.about .video-box img {
  padding:  10px ;
}

.about .section-title p {
  text-align: justify;
 
  color: #666;
  font-size:12px;
}

.about .about-content {
  padding: 20px 20px;
}

.about .icon-box + .icon-box {
  margin-top: 10px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #f1f7fb;
  border-radius: 6px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #428bca;
  font-size: 24px;
}

.about .icon-box:hover .icon {
  background: #428bca;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #428bca;
}

.about .icon-box .description {
  margin-left: 95px;
  line-height: 20px;
  font-size: 14px;
}

.btn-get-started a:hover{
	 background:#222;
	 padding:2px;
}
.about .video-box {
  position: relative;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#428bca 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #428bca;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Business Area
--------------------------------------------------------------*/

.business {
  padding-bottom: 20px;
  background-color:#eee;
}

.business .icon-box {
  margin-bottom: 20px;
  text-align: center;
  
}

.services .icon {
  display: flex;
  justify-content: center;
}

.businesss .icon i {
  width: 80px;
  height:80px;
  margin-bottom: 20px;
  background: #0e4c63;
  border-radius: 50%;
  transition: 0.5s;
  color: #fff;
  font-size: 40px;
  overflow: hidden;
  padding-top: 20px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.business .icon-box:hover {
 
  opacity:80%;
}

.business .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
  padding-top:15px;
}

.business .title a {
  color: #444;
  transition: 0.3s;
}

.business .title a:hover {
  color: #428bca;
}

.business .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #428bca;
  bottom: 0;
  left: calc(50% - 25px);
}

.business .description {
  line-height: 24px;
  font-size: 14px;
  text-align: left !important; 
 
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services {
  padding-bottom: 20px;
}

.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: flex;
  justify-content: center;
}

.services .icon i {
  width: 80px;
  height:80px;
  margin-bottom: 20px;
  background: #0e4c63;
  border-radius: 50%;
  transition: 0.5s;
  color: #fff;
  font-size: 40px;
  overflow: hidden;
  padding-top: 20px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}
.services .icon-box:hover .icon i {
  box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
  padding-top:15px;
   color: #042b76;
}

.services .title a {
  color: #042b76;
  transition: 0.3s;
}

.services .title a:hover {
  color: #428bca;
}

.services .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #042b76;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 15px;
    text-align: center; 
 }
@media (min-width: 768px) {
.services .box {
	margin-bottom: 20px;
	background: #eee;
	position: absolute;
	top: 20%;
	left: 50%;
	padding:20px;
	border-radius:7px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:400;
	border:#aaa thin solid;
}
}
@media (max-width: 768px) {
.services .box {
	margin-bottom: -10 px;
	background: rgba(240, 240, 240, 0.5); 
	position: relative;
	margin-top: 20px;
	width:280px;
	padding:20px;
	border-radius:7px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:400;
}
}
/* ==========================================================================
  FEATURES SECTION
========================================================================== */

/* Features Tab */
.features-tab {
	    position: relative;
	    width:100%;
		margin-bottom:100px;
	
}
.features-tab .p-tab {
    font-size: 19px;
    line-height: 23px;
}
.features-tab .tab-title {
    width: 30%;
   padding: 25px 10px 10px 25px;
    position: relative;
	left: 0%;
    cursor: pointer;
    border-bottom: 1px solid #dedde1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: .05s ease;
    -moz-transition: .05s ease;
    -ms-transition: .05s ease;
    transition: .05s ease;
	 color: #000;
    background-color: #eee;
	font-size:15px;
	font-weight:600;
}
.features-tab .tab-title:hover{
     color: #fff;
    background-color: #999;
   
}
.features-tab.text-white .tab-title {
    border-bottom: 1px solid #fff;
}
.features-tab .tab-title.current {
    color: #fff;
    background-color: #439fe0;
}

.features-tab.text-white .tab-title.current {
    color: #69696E;
    background-color: #fff;
}

.features-tab .tab-title .i-right {
    position: absolute;
    right: 20px;
    top: 0;
	padding-top: 10px;
    margin-top: -5px;
    opacity: 0;
    font-size: 30px;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    transition: .2s ease;
}

.features-tab .tab-title.current .i-right {
    opacity: 1;
    color: #fff;
}

.features-tab.text-white .tab-title.current .i-right {
    opacity: 1;
    color: #69696E;
}

.features-tab .tab-content {
    position: absolute;
	right: 3%;
    top: 1%;
    width: 60%;
	 opacity: 0;
    margin-top: -10px;
	    -webkit-transform: translate3d(0,200px,0);
    -ms-transform: translate3d(0,200px,0);
    transform: translate3d(0,200px,0);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
	
	}
.features-tab .tab-content h3{
	font-size:24px;
	color: #042b76;
	font-weight:800;
}

.features-tab .tab-title.current + .tab-content {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
@media (max-width: 991px) {
	
	.features-tab {	   
		margin-bottom:0;
	}

}
/* Features Panels */
.features-panels .nav-tabs.nav-justified>li {
    padding: 35px 15px 0;
    text-align: center;
}

.features-panels .nav-tabs.nav-justified>li>a {
    border: 1px solid #e5f0fb;
    color: #69696E;
    border-radius: 0;
    padding: 0 0 20px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.features-panels .nav-tabs.nav-justified>li>a:hover {
    background-color: #fff;
    color: #439FE0;
}

.features-panels .nav-tabs.nav-justified>.active>a, 
.features-panels .nav-tabs.nav-justified>.active>a:focus,
.features-panels .nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #439FE0;
    color: #69696E;
    font-weight: 900;
}

.features-panels li a img {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #fff;
    margin: -35px auto 20px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.features-panels .tab-content h3:after {
    content: '';
    width: 100px;
    height: 3px;
    background: #439FE0;
    display: block;
    margin: 10px 0;
}

.features-panels .icon-left i {
    float:left;
    margin-right: 5px;
    font-size: 20px;
}
@media only screen and (max-width : 991px) {
	
    .features-tab .tab-title {
        width: 100%;
		border-top: 1px solid #fff;
        padding: 15px 15px;
    }

    .features-tab .tab-content {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        opacity: 0;
        margin-top: 0;
        height: 0;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .features-tab .tab-title.current + .tab-content {
        height: auto;
        opacity: 1;
        padding: 20px 15px;
    }
}
@media only screen and (max-width : 1199px) {
	   .features-device {
        padding-top: 0;
    }
}
@media only screen and (max-width : 767px) {
	  
	/*------------------------------------------*/
    /*  Features Block
    /*------------------------------------------*/
    .features-block .fix-box {
        height: 350px;
    }

    .features-list,
    .features-list.features-list-left {
        text-align: center;
    }

    .features-list {
        padding-left: 60px;
        padding-right: 60px;
    }

    .features-list-img {
        padding-left: 100px;
        padding-right: 100px;
    }

    /*------------------------------------------*/
    /*  Features Panel
    /*------------------------------------------*/
    .features-panels .nav-tabs.nav-justified>li {
        width: 50%;
        display: inline-block;
        float:left;
        margin-bottom: 10px;

    }

}
/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
 
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #428bca;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-wrap img {
  transition: 0.4s;
}

.portfolio .portfolio-wrap .portfolio-info {
  display: flex;
  justify-content:left;
  align-items:top;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0px;
  left:0px;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(31, 53, 72, 0.6);
  padding:20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
   margin-top:20px;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-size: 14px;
  text-align:center;
 
}

.portfolio .portfolio-wrap .portfolio-info a {
  color: #428bca;
  margin: 0 4px;
 
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
  padding-top: 7px;
  border-radius: 50px;
  text-align: center;
  width: 36px;
  height: 35px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info a:hover {
  background: #428bca;
  color: #fff;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}
/*--------------------------------
 Clients Section
--------------------------------*/
#clients {
  padding: 20px 0;
  background: linear-gradient(-360deg, #ffffff, #ffffff, #f4f4f4);
}

#clients img {
	min-width:100%
 height: 70px;
  opacity: 0.9;
  transition: 0.3s;
  padding: 5px 25px;
  text-align:center;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #00f;
}

#clients .owl-dot.active {
  background-color: #2e3dac;
}
 .section-header {
  margin-bottom: 40px;
 }



/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 35px 0 35px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  border-radius: 4px;
  overflow: hidden;
}

.team .member img {
  transition: all ease-in-out 0.4s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  position: absolute;
  width:100%;
  margin-top:4px;

  
  background: linear-gradient(360deg, #5c768d 0%, rgba(92, 118, 141, 0.9) 35%, rgba(140, 167, 191, 0.8) 100%);
  padding: 5px 0;
  border-radius: 4px;
}

.team .member h4 {
  font-weight: 300;
 
  font-size: 16px;
  color: #000;
  position: relative;
  padding-bottom: 0px;
}

.team .member h4::after {
 
  position: absolute;
  width: 50px;

  background: #fff;
  bottom: 0;
  
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 14px;
  color: #fff;
}

.team .member .social {
  margin-top: 5px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  color: #9eccf4;
}

.team .member .social i {
  font-size: 12px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}


/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
#contact{
	margin: 0;
	padding:20px 0;
	background-color:eee;
}
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
   border-radius: 10px;
  width: 100%;
}

.contact .info-box i {
  font-size: 32px;
  color: #043187;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #043187;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #428bca;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .button[type="submit"] {
  background: #026a9e;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .button[type="submit"]:hover {
  background: #7ecff8;
  color: #000;
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#footer {
  background: #035f8f;
  padding: 30 0;
  color: #fff;
  font-size: 14px;
  margin: 0;

}

#footer .footer-top {
  background: #026a9e;
  border-top: 1px solid #395065;
  border-bottom: 1px solid #395065;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #085881;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #fff;
  color: #035f8f;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #b0d5f6;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #428bca;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #5295ce;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .copyright a{
	color:#FFF;
}

#footer .copyright a:hover{
	color:#9eccf4;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
    padding-bottom: 12px;
}

#footer .credits a {
  color: #b5f8f7;
}
#footer .credits a:hover {
  color: #fff;
}
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# On Focus Section
--------------------------------------------------------------*/
.onfocus {
  padding: 0;
  
}
.onfocus .video-play {
  min-height: 400px;
  background: linear-gradient(rgba(var(--color-black-rgb), 0.4), rgba(var(--color-black-rgb), 0.7)), url("../img/TES-Chapati-making-machine.jpg") center center;
  background-size: cover;
  width:100px;
}
.onfocus .play-btn {
  width: 94px;
  height: 94px;
  background: #587187;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.onfocus .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(var(--color-primary-rgb), 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.onfocus .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-white);
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.onfocus .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-white);
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
.onfocus .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}