:root {
    --header-height: 80px; /* Adjust this value to match your fixed header height */
}

/* reset */
body {
width:100%; padding: 0; margin: 0; }
body a { transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; text-decoration: none; }
body a:focus, a:hover { text-decoration: none; }
input[type="button"], input[type="submit"]{
transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; }
h1, h2, h3, h4, h5, h6, p, ul, li, label, img{ margin: 0; padding: 0; }
img { width: 100%; }
/*end reset*/

body{
	background-color:#fff;
	margin:0;
	font-family: 'Open Sans', sans-serif;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}

p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*--banner--*/

.banner{
	min-height: 750px;
	background:url(../images/version02/home\ banner\ pic\ .jpg)no-repeat center center;
	background-size:cover;
	position: relative;
	
	/* Add padding-top to account for the fixed header */
	/*padding-top: 100px;  Adjust this value based on your header height*/
	padding-top: var(--header-height); /* Use the same header height variable */
	background-position: center calc(50% + var(--header-height)/2); /* Centers the background after accounting for header */
}
.banner-all{
	min-height: 320px;
	background:url(../images/version02/black\ banner.jpg)no-repeat center center;
	background-size:cover;
	position: relative;
	/* Add padding-top to account for the fixed header */
	padding-top: 100px; /* Adjust this value based on your header height*/
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 1);  /*Adjust the color and opacity as needed */
    z-index: 2000;
    /* Add other styling as needed */
    /*padding: 10px 0;  Adjust padding as needed */
	height: var(--header-height); /* Use the variable */
}

.header {
    background: rgb(0, 0, 0);
    padding: .5em 0;
}
nav.navbar.navbar-default {
background: none;
    border: none;
    margin: 2.2em 0 0;
    float: left;
    width: 34.5%;
	padding-left: 10px;
}
a.navbar-brand {
  padding: 0;
  line-height: 1.6em;
 height: inherit;
}
.navbar-nav li {
      margin: 0 1em;
}
.navbar-nav li a {
color: #fff !important;
    font-size: 1.2em;
    padding: 0;
    font-weight: 600;
	position: relative; /* For underline positioning */
    padding-bottom: 5px; /* Space for underline */
    transition: color 0.3s ease;
}

/* Create underline effect */
.navbar-nav li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

/* Show underline for active state and hover */
.navbar-nav li a:hover::after,
.navbar-nav li a.active::after {
    transform: scaleX(1); /* Show underline */
}

.navbar-nav li a:hover,.navbar-nav li a.active{
   color:#D3D3D3 !important;
   background: none;
}
.navbar-nav a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.navbar-nav a::before {
  position: absolute;
  top: 65%;
  left: 50%;
  color: transparent;
  content: '.';
  text-shadow: 0 0 transparent;
  font-size: 1.7em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  display: none; /* Remove the dot */
}
.logo {
	/* float:left; */
    width: 10%;
    margin-left: 20px;
}
.header-right-text {
    float: left;
    margin: 33px 3em 0 0em;
}
.header-right-text h3 {
    color: #fff;
    font-size: 1.2em;
}

.logo a h1 {
    font-size: 2em;
    color: #000000 ;
 	font-family: 'Titillium Web', sans-serif;
}
.logo a img {
	margin-top: 10px;
	margin-left: 5px;
	max-height: 80px;
}
/* index.html Livestates */
.banner h1 {
    font-size: 7em;
    text-align: center;
    padding-top: 2.8em;
	padding-left: 20px;
    color: #c0262f;
    /* font-family: 'Francois One', sans-serif; */
    letter-spacing: 3px;
    font-weight: 900;
	/* Blurry black outline */
	/* text-shadow: 
	-2px -2px 3px #ff6478,  
	2px -2px 3px #ff6478,
	-2px 2px 3px #ff6478,
	2px 2px 3px #000000;  */
}
.banner-all h1 {
    font-size: 3.5em;
    text-align: center;
    padding-top: 1.5em;
    color: #c0262f;
    /* font-family: 'Francois One', sans-serif; */
    letter-spacing: 3px;
    font-weight: 900;
	/* text-shadow: 
	-2px -2px 3px #ff6478,  
	2px -2px 3px #ff6478,
	-2px 2px 3px #ff6478,
	2px 2px 3px #000000;  */
	/* Blurry black outline */
}
.navbar-nav a:hover::before,
.navbar-nav a:focus::before ,.navbar-nav  a.active::before{
	color: #fff;
	text-shadow: 10px 0 #000 , -10px 0 #000 ;
}
.navbar-nav a:hover,
.navbar-nav a:focus {
	color: #00a2a5 ;
}
.header-logo.navbar-brand {
  padding: 0;
}
.search-bar {
    width: 15%;
    /* float: left; */
	position: relative;
    display: inline-block;
	float: right; /* Add float right */
    margin: 26px 20px 0 auto;
}
.search-bar input[type="text"] {
    width: 100%;
    padding: 8px 45px 8px 8px;
    border: 1px solid #fff;
    background: none;
    display: inline-block;
    outline: none;
    -webkit-appearance: none;
    vertical-align: -webkit-baseline-middle;
    color: #fff;
    font-size: 0.975em;
	box-sizing: border-box;
}
.header-right-text h3 span {
       color: #000;
    font-size: 15px;
    padding: 0px 7px;
}
.header-right-text h3 i {
	    font-size: 15px;
}
.search-bar input[type="submit"] {
    background: url(../images/version02/search.png) no-repeat center center;
    background-size: contain;
    border: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    cursor: pointer;
}
.about h1{
	font-size: 30px;
	color: #c70000;

}
.about h2,.services h3,.gallery h3{
        font-family: 'Signika Negative', sans-serif;
    font-size: 3em;
    color: #000000;
    text-align: center;
        margin-bottom: .8em;
}

.services,.gallery,.contact{
	    padding: 50px 0;
}

.about{
	padding-top: 100px;
	padding-bottom: 10px;
}
  
/*--about--*/
.about img {
  width: 100%;
}

.about-img{
padding:0px;
}
.about-info{
padding-left:35px;
}
.about h4 {
    font-size: 2em;
    color: #5A5A5A;
}
.about p {
  font-size: 1.1em;
  color: #868585;
  line-height: 1.8em;
  margin-top: 2em;
  letter-spacing:0.6px;
}
.effect
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect:before, .effect:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
/*--//about--*/
/*--sevices--*/

/*--services--*/
h3.tittle {
       font-family: 'Signika Negative', sans-serif;
}
.serve-grids-top {
    padding: 0em 0 1em 0;
}
.service-box {
background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  height: 250px;
  width: 25%;
  float: left;
  margin-bottom: 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
figure.icon i {
  color: #fff;
  font-size: 1.0em;
  text-align: center;
  margin-top: 1.1em;
  z-index: 1000;
}

.service-box .icon {
  width: 50px;
  height: 50px;
   border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  background:#c91e1e;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  position: relative;	
  flex-shrink: 0; /* Prevents icon from shrinking */
  /* margin-bottom: 1em; */
}
.service-box .icon img {
  position: relative;
  z-index: 100;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  margin-top: 1em;
}
a.btn.btn-primary.btn-lg.see-button.hvr-shutter-out-horizontal {
  background:#53d0c6;
}
.service-box .icon:before {
  color:#fff;
  content: '';
  width: 100%;
  height: 100%;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  background:#000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.service-box:hover .icon img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.service-box:hover .icon:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.service-box h5{
	    /* font-family: 'Signika Negative', sans-serif; */
  color:#000000;
  font-size: 1.5em;
  font-weight: 400;
  margin: 0.5em 0 0 0;
  padding: 10px;
  padding-bottom: 0px;
  flex-shrink: 0; /* Prevents heading from shrinking */
  /* margin-bottom: 1em; */
  text-align: center;
  width: 100%;
}
/* .service-box p{
  color: #555;
  font-size: 0.93em;
  margin: 0 auto;
  line-height: 1.8em;
  font-weight: 400;
  text-align: center;
  width:96%;
} */
.service-box p {
    color: #555;
    font-size: 0.93em;
    margin: 0 auto;
    line-height: 1.8em;
    font-weight: 400;
    text-align: center;
    width: 96%;
    /* display: flex;
    align-items: center; */
    justify-content: center;
    flex-grow: 1; /* Allows paragraph to take remaining space */
    padding: 15px 15px;
	/* Add these properties */
	min-height: 120px; /* Set minimum height - adjust as needed */
	display: flex;
	/* align-items: center; Vertically centers text within the paragraph */
	justify-content: center; /* Horizontally centers text */
	/*padding: 0 15px;  Add horizontal padding */
	margin: 0 auto; /* Centers the paragraph block */
}
.serve-grids-top:nth-child(2) {
   margin-top: 2em;
}
.serve-button{
	margin-top:1.5em;
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background:#53d0c6;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius:0;
    font-size: 0.9em;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:#FCB2B2;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius:0;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*--/services--*/
/*-- banner-bottom2 --*/
.banner-bottom2{
	margin-bottom:8em;
}
.banner-bottom-right1{
float: left;
    width: 30%;
    padding: 2.5em 1.3em 2.5em 1.8em;
    background: #00a3e4;
}
.banner-bottom-left1{
	float:right;
	width:100%;
}
h2.voluptatum{
	padding-bottom:0;
}
.Nam{
	margin:2em 0 0;
}
.txt1{
	padding:1.55em 1.3em;
}
.cum span{
	top: 93%;
}

/*-- banner-bottom --*/
.banner-bottom{
	position:relative;
	background-color: #f4f4f4;
}
.banner-bottom-left{
	float:left;
	width:70%;
}
.banner-bottom-right{
	float:right;
}
.banner-bottom-left-grid{
    float: left;
    width: 33.33%;
    background: #f7f7f7;
    height: 304px;
}
.banner-bottom-left-grid h3{
    color: #000000;
    margin: 0;
    font-size: 1.21em;
    font-family: 'Signika Negative', sans-serif;
    font-weight: 500;
    line-height: 1.3em;
}
.banner-bottom-left-grid p{
	margin:1.31em 0 0;
	font-size: 14px;
	color: #555;
	line-height: 1.8em;
	font-weight:300;
}
.txt{
	padding:1.4em;
}
.iusto{
	position:relative;
}
.cum span {
    top: 93%;
}
.cap span{
	position: absolute;
	top: 48%;
	left:-5%;
	width: 0;
	height: 0;
	border-top: 23px solid #f7f7f7;
	border-right: 23px solid transparent;
	border-left: 23px solid transparent;
	transform: rotate(270deg);
}
.cap1 span{
	position: absolute;
	top: 93%;
	left: 39%;
	width: 0;
	height: 0;
	border-top: 23px solid #f7f7f7;
	border-right: 23px solid transparent;
	border-left: 23px solid transparent;
	transform: rotate(180deg);
}
.cap3 span{
	position: absolute;
	top: 50%;
	right:-5%;
	width: 0;
	height: 0;
	border-top: 23px solid #f7f7f7;
	border-right: 23px solid transparent;
	border-left: 23px solid transparent;
	transform: rotate(90deg);
}
.banner-bottom-right{
	padding:1.3em 1.8em;
	background:#d69bff;
	position: absolute;
	top:-11.4%;
	right: 17.6%;
	width:19.4%;
}
.banner-bottom-right-info h3{
	color:#fff;
	font-size:24px;
	margin:0;
	padding-bottom: 0em;
	text-transform:capitalize;
    font-family: 'Signika Negative', sans-serif;
}
p.quis{
	font-size:14px;
	color:#fff;
	margin:1.2em 0;
	line-height: 1.8em;
}
.cate h3{
	color:#fff;
	font-size:24px;
	margin:0 0 1em;
	text-transform:capitalize;
    font-family: 'Signika Negative', sans-serif;
	font-weight:300;
}
.cate ul{
	padding:0 0 0 1em;
	margin:0;
}
.cate ul li{
	color:#fff;
	margin:0px 0 16.9px;
}
.cate ul li a{
	color:#fff;
	font-size:14px;
	text-decoration:none;
	font-weight:300;
}
.cate ul li a:hover{
	text-decoration:none;
	color:#272727;
}
/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background:#4F829A;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.learn:before {
	background:#f4f4f4 !important;
}
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#fff;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
  color: white;
}
.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* //Rectangle In */
.banner-bottom-right-info a{
       padding: 4px 5px 4px 7px;
    font-size: 15px;
    color: #898989;
    text-decoration: none;
}
.banner-bottom-right-info a:hover{
	text-decoration:none;
	color:#fff;
	background:#676767;
}
/*-- //banner-bottom2 --*/
/*--mid-collection--*/
.mid-section {
    background: url(../images/version02/black\ banner.jpg);
    background-size: cover;
    background-position: center center;
	position: relative;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height: 470px;
	/* Add these properties */
	display: flex;
	align-items: center; /* Vertical center */
	justify-content: center; /* Horizontal center */
}
.mid-top {
    /* background-color: rgba(44, 62, 80, 0.81); */
    padding: 2em 4em;
    width: 100%;
	margin:0 auto;
    /* margin-top: 7.6em; */
    
}
.mid-top h3 {
    color: #c91e1e;
    /* font-size: 3em;*/
	font-size: clamp(1em, 4vw, 3em); /* Responsive font size */ 
	font-weight: 600;
	text-align:center;
	margin: 0;
	white-space: nowrap; /* Keeps text on one line */
	/* text-shadow: 
	-2px -2px 3px #545b8b,  
	2px -2px 3px #545b8b,
	-2px 2px 3px #ffffff,
	2px 2px 3px #ffffff; */
	 /* Blurry black outline */
}
.mid-top p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
	text-align:center;
    margin-top: 0.7em;
	letter-spacing:1.4px;
	text-shadow: 
	-2px -2px 3px #545b8b,  
	2px -2px 3px #545b8b,
	-2px 2px 3px #545b8b,
	2px 2px 3px #000000; /* Blurry black outline */
}
/*--/mid-collection--*/
/*--gallery--*/
.view {
  width: 350px;
    height: 234px;
   margin: 10px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.view .mask,.view .content {
   width: 350px;
   height: 234px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2, .view h3 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
    font-size: 1.5em;
   padding:8px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
    font-family: 'Signika Negative', sans-serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info:hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
/*--/gallery--*/


/*--footer--*/
.footer{
	padding:1em 0;
	background:#000000;
}
.social-agile{
margin:0 auto;
padding:0px;
padding-top:4px;
vertical-align:middle;
float:left;
}
ul.social-agile li {
display: inline-block;
margin-right:6px;
}
ul.social-agile li a {
display: inline-block;
text-decoration: none;
border-radius:50%;
font-size:20px;
color:#fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
vertical-align: middle;
text-align: center;
}
ul.social-agile li a:hover {
-ms-transform:scale(1.1);
-webkit-transform:scale(1.1);
transform:scale(1.1);
}
ul.social-agile li a.facebook {
    background: #3b5998;
    padding: 4px 13px;
}
ul.social-agile li a.twitter {
    background:#55acee;
	padding: 4px 8px;
}
ul.social-agile li a.vk {
    background:#45668e;
	padding: 4px 8px;
}
ul.social-agile li a.instagram {
    background: #007bb5;
	padding: 4px 9px;
}
ul.social-agile li a.youtube {
    background: #bb0000;
	padding: 4px 9px;
}

.rights-wthree{
float:right;
padding:10px 0px 0px;
letter-spacing:1px;
}

.rights-wthree p{
font-size:16px;
color:#fff;
}

.rights-wthree a{
text-decoration:none;
color:#000;
}

.rights-wthree a:hover{
color:yellow;
}
/*--slider-up-arrow--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*--//slider-up-arrow--*/




/*---------------- About Us Page ----------------------*/

/*--about-grid1--*/
.a-grid1{
background:url(../images/mid-bg.jpg)no-repeat 0px 0px; 
background-size:cover;
background-attachment:fixed;
}
.a-grid1-padding{
padding:100px 0px;
}
.a-grid1 h3{
font-family: 'Signika Negative', sans-serif;
font-size: 3em;
color: #fff;
text-align: center;
margin-bottom: 1em;
}
.a-grid1 h3:after, .a-grid1 h3:before {
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin: 0 1%;
    border: 1px solid #fff;
}
.a-grid1-info{
	width: 35%;
    margin: auto;
    padding: 35px;
    background:rgba(0, 0, 0, 0.55);
	border:0.2px solid #fff;
}

.a-grid1-text h4{
font-size:28px;
color:#fff;
padding-bottom:5px;
text-shadow:1px 1px 3px #fff;
}
.a-grid1-text h6{
font-size:16px;
color:#b2f8ff;
padding-bottom:20px;
}
.a-grid1-text p{
font-size:13px;
color:#e5e4e4;
line-height:24px;
letter-spacing:2px;
background: url(../images/quote.png) no-repeat 0px 0px;
padding-left: 45px;
}
/*--//about-grid1--*/

/*--about-grid2--*/
.a-grid2{

}
.a-grid2-padding{
padding:75px 0px;
}
.a-grid2-info{
margin:5px;
padding:0px;
border:5px solid #fff;
width: 24.124%;
box-shadow:0px 0px 6px #333;
-webkit-box-shadow: 0px 0px 6px #333;
	-moz-box-shadow: 0px 0px 6px #333;
	-o-box-shadow: 0px 0px 6px #333;
	-ms-box-shadow: 0px 0px 6px #333;
}
.a-grid2-text{
text-align:center;
padding:10px;
}
.a-grid2-text h4{
font-size:21px;
color:#333;
padding-bottom:5px;
}
.a-grid2-text p{
font-size:13px;
color:#666;
letter-spacing:0.8px;
line-height:24px;
}
/*--//about-grid2--*/


/*--about-grid3 -- team--*/
.a-grid3{
background:#f6fafb;
text-align:center;
}
.a-grid3-padding{
padding:75px 0px;
}
.a-grid3 h3{
color:#00a3e4;
font-size:34px;
padding-bottom:5px;
}

.team{
	
}
.team_grid{
	
}
.team_grid h4{
	font-size:20px;
	color:#c08943;
	margin:1em 0;
}
.team_grid h4 span{
	display:block;
	font-size:16px;
	margin:8px 0 0;
	color:#212121;
	font-weight: 500;
}
.a-grid3 p{
	width: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 22px;
	letter-spacing:1.6px;
    color: #999;
	font-size:14px;
	padding-bottom:36px;
}

.team_grid img {
    margin: 0 auto;
    padding: 8px;
    box-shadow: 0px 0px 5px #C7C7C7;
	-webkit-box-shadow: 0px 0px 5px #C7C7C7;
	-moz-box-shadow: 0px 0px 5px #C7C7C7;
	-o-box-shadow: 0px 0px 5px #C7C7C7;
	-ms-box-shadow: 0px 0px 5px #C7C7C7;
}

.social-team{
margin:0 auto;
padding:0px;
padding-top:2px;
vertical-align:middle;
}
ul.social-team li {
display: inline-block;
margin-right:6px;
}
ul.social-team li a {
display: inline-block;
text-decoration: none;
border-radius:50%;
font-size:16px;
color:#fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
vertical-align: middle;
text-align: center;
}
ul.social-team li a:hover {
opacity:0.7;
}
ul.social-team li a.facebook {
    background: #3b5998;
    padding: 4px 10px;
}
ul.social-team li a.twitter {
    background:#55acee;
	padding: 4px 8px;
}
ul.social-team li a.vk {
    background:#45668e;
	padding: 4px 6px;
}
ul.social-team li a.instagram {
    background: #007bb5;
	padding: 4px 8px;
}
/*--about-grid3 -- team--*/

/*----------------// About Us Page ----------------------*/

/*----------------SERVICES ----------------------*/
/*--s-grid1--*/
.s-grid1 h2, .s-grid2 h3{
font-family: 'Signika Negative', sans-serif ;
font-size: 3em ;
color: #000000;
text-align: center;
margin-bottom: 1em ;
}
.s-grid1-padding{
padding-top:100px;
}
.s-gird1-img{
border:10px solid #eee;
padding:0px;
box-shadow:0px 0px 16px #000;
-webkit-box-shadow: 0px 0px 16px #000;
-moz-box-shadow: 0px 0px 16px #000;
-o-box-shadow: 0px 0px 16px #000;
-ms-box-shadow: 0px 0px 16px #000;
}

.s-grid1-icon{
text-align:center;
}
.s-grid1-icon i{
font-size: 34px;
    color: #9d9da3;
    text-align: center;
    padding: 10px 15px;
    background: #f6f3f3;
    box-shadow: 0px 0px 4px #afadad;
	-webkit-box-shadow: 0px 0px 4px #afadad;
	-moz-box-shadow: 0px 0px 4px #afadad;
	-o-box-shadow: 0px 0px 4px #afadad;
	-ms-box-shadow: 0px 0px 4px #afadad;
}
.s-grid1-info:nth-child(2){
padding:40px 0px;
}
.s-grid1-text p{
font-size:14px;
color:#333;
/* letter-spacing:2px; */
/* line-height:26px; */
}
/*--//s-grid1--*/


/*--s-grid2 --*/
.s-grid2{

}
.s-grid2-padding{
padding:100px 0px;
}


/* .train-grids {
    margin-top: 3em;
} */

.train-top {
    background: #fff;
    padding: 2em;
	box-shadow: 0 0 5px #c3c3c3;
	-webkit-box-shadow: 0 0 5px #c3c3c3;
	-moz-box-shadow: 0 0 5px #c3c3c3;
	-o-box-shadow: 0 0 5px #c3c3c3;
	-ms-box-shadow: 0 0 5px #c3c3c3;
	border: 1px solid#DACFCF;
   text-align: center;
}
.train-img {
    width: 68px;
    height: 68px;
    background: rgba(0, 0, 0, 0.81);
    margin: 0 auto;
    padding: 1em 0;
    border-radius: 60px;
}
.train-img img{
width: 24px;
height: 24px;
margin-top:9px;
vertical-align:middle;
}
.train-grid h4 {
    font-size: 1.5em;
    color: #1E1E1E;
    font-family: 'Ubuntu Condensed', sans-serif;
    margin-top: 0.8em;
}
.train-grid p {
    font-size: 1em;
    color: #5d5d5d;
    line-height: 1.8em;
    margin-top: 0.5em;
}
.train-grid:hover div.train-img {
	    background: #a3a3a3;
}
.train-grid:hover.train-grid h4 {
    color: #fff;
}
.train-grid:hover.train-grid p {
    color: #fff;
}
/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.81);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*--//s-grid2--*/



/*--S-grid3--*/
.s-grid3{

}
.s-grid3 h3{
font-family: 'Signika Negative', sans-serif ;
font-size: 36px;
color: #000000;
text-align: center;
margin-bottom: 7px;
}
.s-grid3 h6{
font-family: 'Signika Negative', sans-serif ;
font-size: 16px;
color: #a29e9e;
text-align: center;
margin:0 auto;
margin-bottom: 20px;
width:70%;
}
.s-grid3-padding{
padding-bottom:150px;
}
.s-grid3-info{
}
.promo-box {
	float: left;
    border: 2px solid rgba(78, 197, 241, 0.81);
    padding:3em 2em;
	background: #fff;
}
.s-grid3-row {
    margin-top: 3em;
}
.promo-box:hover{
    background:rgba(78, 197, 241, 0.81);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.promo-box:hover p{
  color:#fff;
}
.promo-box:hover h3 {
 color:#fff;
}
p.promo-bg2,h5.promo-desc{
    font-size: 1.2em;
    text-align: center;
    color: #223152;
    text-transform: uppercase;
    font-weight: 100;
    
}
h5.promo-desc{
  font-size:4em;
  color:#fff;
  font-family: 'Abril Fatface', cursive;
   margin-bottom: 0.5em;
}
.promo-box h3{
    font-size:1.7em;
	color:rgba(78, 197, 241, 1);;
	margin-bottom:0.1em;
}
.s-grid3-grid {
    position: relative;
}
.s-grid3-left {
    position: absolute;
    left: 35%;
    bottom: -30%;
}
.promo-box p{
	font-size:1em;
	line-height:1.9em;
	color:#777;
	margin-top:0.5em;
}
.s-grid3-grids {
    border: 2px solid #f4f4f4;
    float: left;
    padding: 1em 1.5em;
    background: #f4f4f4;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
	-o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
	-ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}
.s-grid3-grids.s-grid3-mdl {
    margin: 0 4em;
}
.s-grid3-grids h5 {
    font-size: 2.4em;
    color: rgba(78, 197, 241, 0.81);
    font-weight: 800;
}
/*--//s-grid3--*/





/*--s-grid4--*/
.s-grid4{
background:#eee;

}
.s-grid4-padding{
padding:75px 0px;
}
.s-grid4-news{
width:50%;
margin:0 auto;
}
.s-grid4 h3{
font-family: 'Signika Negative', sans-serif ;
font-size: 36px;
color: #000000;
text-align: center;
}
.s-grid4 h6{
font-family: 'Signika Negative', sans-serif ;
font-size: 18px;
color: #a29e9e;
text-align: center;
margin:0 auto;
margin-bottom: 35px;
}

.s-grid4 input[type="email"]{
	outline:none;
	padding:10px;
	background:#f5f5f5;
	color:#212121;
	width:70%;
	font-size:14px;
	border:1px solid #DFDFDF;
	-moz-box-shadow:    0 0 3px #000000;
	-webkit-box-shadow: 0 0 3px #000000;
	box-shadow: 0 0 3px #000000;
}
.s-grid4 input[type="submit"]{
	outline:none;
	padding:11px 0;
	background:#000000;
	color:#fff;
	width:27%;
	font-size:1em;
	border:none;
	border-radius:none;
	-moz-box-shadow:    0 0 3px #000000;
	-webkit-box-shadow: 0 0 3px #000000;
	box-shadow: 0 0 3px #000000;
	margin-left:3px;
}
/*--//s-grid4--*/

/*----------------// SERVICES ----------------------*/

/* ----------- Gallery -------------*/
.g-grid h4, .c-grid h2, .c-grid h3{
font-family: 'Signika Negative', sans-serif ;
font-size: 36px;
color: #000000;
text-align: center;
}
.g-grid h5{
font-family: 'Signika Negative', sans-serif ;
font-size: 18px;
color: #a29e9e;
text-align: center;
margin:0 auto;
margin-bottom: 25px;
}
/* ---------//Gallery Ends --------- */

/*----------Contact-----------*/
.c-grid h2, .c-grid h3{
padding-bottom:30px;
}
.map{
	width:100%;
	display:block;
	margin-bottom:60px;
}
.map iframe{
	width:100%;
	height:400px; 
	display:block;
	-moz-box-shadow:    0 0 10px #000000;
	-webkit-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000;
	
}


.contact {
  background: #ffffff;
  background-size:cover;
}
.contact-right p {
  font-size: 1.1em;
  color: #777;
  margin-top: 0.3em;
}
p.cnt-p {
  margin-bottom: 1.5em;
}
.contact-right a {
	color: #777;
	margin: 0 0 .5em 0;
	text-align: left;
	font-size: 1em;
}
.contact-right a:hover {
  color:red;
}
.contact-left input[type="text"] {
    border: 1px solid #000;
    width: 32.3%;
    margin: 0 0 1em 0;
    outline: none;
    font-size: 1em;
    color: #777;
    padding: 10px 12px;
    background: none;
}
.contact-left input[type="email"] {
    border: 1px solid #000;
    margin: 0 .45em 1em 0.5em;
    outline: none;
    font-size: 1em;
    color: #777;
    padding: 10px 12px;
    width: 32%;
    background: none;
}
.contact-left textarea {
  border: 1px solid #000;
  outline: none;
  font-size: 1em;
  color: #777;
  padding: 10px 12px;
  width: 100%;
  resize: none;
  height: 180px;
    background: none;
}
.contact-left input[type="submit"] {
  border: 1px solid #000;
  padding: .7em 0;
  width: 22%;
  margin-top: 0.8em;
  font-size: 1em;
  color: #777;
  font-weight: 500;
  letter-spacing: 1px;
  outline: none;
  background-color: #fff;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
    background: none;
}
.contact-left input[type="submit"]:hover{
	background-color:#00a3e4;
	color:#fff;
}

/*-----------//Contact-----------*/





/*---- responsive-design -----*/
@media(max-width:1440px){
	nav.navbar.navbar-default {
	    width: 36%;
	}
	/* .logo {
	    margin-left: 7.5em;
	} */
	/* .search-bar input[type="submit"] {
	    top: 6px;
	    left: 178px;
	} */
}
@media(max-width:1366px){
	/* .logo {
	    margin-left: 5em;
	} */
	nav.navbar.navbar-default {
	    width: 37%;
	}
	/* .search-bar input[type="submit"] {
	    top: 8px;
	    left: 168px;
	} */
}
@media(max-width:1280px){
	.navbar-nav li {
	    margin: 0 .8em;
	}
	nav.navbar.navbar-default {
	    width: 38%;
	}
	/* .logo {
	    margin-left: 4em;
	} */
	/* .search-bar input[type="submit"] {
	    top: 7px;
	    left: 157px;
	} */
/*--Aboutus--*/
.a-grid1-info {
    width: 40%;
}

}


@media(max-width:1080px){
	/* .logo {
	    margin-left: 3.5em;
	    width: 18%;
	    margin-top: 8px;
	} */
	nav.navbar.navbar-default {
	    width: 37%;
	}
	.navbar-nav li a {
    	font-size: 1em;
    }
    .navbar-collapse.collapse {
	    padding: 0;
	}
	/* .search-bar input[type="submit"] {
	    left: 119px;
	} */
	.search-bar input[type="text"] {
  	  padding: 8px 35px 8px 8px;
    }
	.header-right-text {
	    margin: 33px 1em 0 0em;
	}
	.banner {
	    min-height: 512px;
	}
	.banner h1 {
	    font-size: 4.5em;
	    /* padding-top: 1.5em; */
    }
    /* .about, .services, .gallery, .contact {
	    padding: 3em 0;
	} */
	.banner-bottom-left-grid {
    height: 275px;
	}
	.cap1 span {
    top: 85%;
	}
	.view {
	    width: 293px;
	    height: 232px;
	} 
	.view p {
	    padding: 10px 32px 20px 42px;
	}
	.mid-top h3 {
	    /* font-size: 2em; */
	}
	.mid-top {
	    padding: 2em 2em;
	    /* margin-top: 4em; */
	}
	.mid-section {
	    min-height: 288px;
	}
	.about h2, .services h3{
	    margin-bottom: .6em;
	}
	.banner-bottom-left-grid h3 {
	    font-size: 17px;
	}
	.banner-bottom-left-grid p {
	    font-size: 13px;
	    margin: .6em 0 0;
	}
	.banner-bottom-right-info h3 {
	    font-size: 20px;
	}
	p.quis {
	    font-size: 13px;
	}
	.no-text {
	    display: none;
	}
	
	.about p {
	    /* font-size: 1em; */
	    color: #B3B3B3;
	    margin-top: 1em;
	}
	.contact-left input[type="email"] {
	    margin: 0 .35em 1em 0.35em;
	}
	
	.cate ul li {
    color: #fff;
    margin: 0px 0 9px;
	}
.cap span {
    top: 43%;
    left: -6%;
    border-top: 20px solid #f7f7f7;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
}
.cap3 span {
    top: 43%;
    right: -6%;
    border-top: 20px solid #f7f7f7;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
}
/* .mid-top p {
    font-size: 14px;
    letter-spacing: 2px;
} */
/*--About--*/
.a-grid1-info {
    width: 50%;
}
.a-grid2-info {
    width: 23.8%;	
}
.a-grid3 p {
    width: 70%;	
}

/*--services--*/
.s-grid1-text p {
    /* font-size: 13px; */
	line-height:24px;
}
.s-grid1-info:nth-child(2) {
    padding: 32px 0px;
}	
.s-grid3-left {
    left: 30%;
	bottom: -22%;
}
.s-grid3-grids {
    padding: 0.5em 1em;
}
.s-grid3-grids h5 {
    font-size: 2.4em;
}

h5.promo-desc {
    margin-bottom: 0.2em;
}
	
}

@media(max-width:991px){
/*--home --*/
.about h2, .services h3 {
  font-size:32px;
}
.about-img {
    width: 90%;
    margin: 0 auto;
}
.about h4 {
    font-size: 21px;
}
.about-info {
    padding-left: 0px;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

.service-box {
    width: 25%;
    float: left;
}

.service-box .icon {
    width: 50px;
    height: 50px;
}

figure.icon i {
    margin-top: 15.5px;
}
.service-box h5 {
    font-size: 20px;
	padding-bottom: 0px;
}
.banner-bottom-left-grid{
    width: 50%;
    height: 280px;
	overflow: hidden;
}
.txt1 {
    padding: 2.5em 1.3em;
}
.cap1 span {
    top: 44%;
    left: 87%;
    transform: rotate(90deg);
}
.cap span {
    top: 48%;
    left: 89%;
    transform: rotate(90deg);
}
.rights-wthree p {
    font-size: 14px;
}

/*--About--*/
.a-grid2-info {
    width: 23.5%;
    float: left;
}
.a-grid2-text h4 {
    font-size: 20px;
}
.a-grid1 h3 {
    font-size: 2.6em;
}
.a-grid1-text h4 {
    font-size: 26px;
}
.a-grid3 p {
    width: 94%;
	font-size:13px;
}
.team_grid {
    width: 50%;
    float: left;
}

.team_grid h4{
margin-bottom: 0.3em;
}
.team_grid {
    padding-bottom: 30px;
}
.a-grid3-padding {
    padding-bottom: 30px;
}

/*--services--*/
.s-grid1-padding {
    padding-top: 50px;
}
.s-gird1-img {
    width: 92%;
    margin: 0 auto;
}

.s-grid1-right {
    padding-top: 30px;
}
.s-grid1-icon {
    float: left;
}
.s-grid1-text {
    float: left;
    padding: 0px;
	width:100%;
}
.train-grid {
    width: 50%;
    float: left;
    padding-bottom: 30px;
}
.s-grid2-padding {
    padding: 75px 0px;
	padding-bottom:40px;
}

.s-grid1 h2, .s-grid2 h3 {
    font-size: 36px;
    margin-bottom: 20px;
}
/* .train-grids {
    margin-top: 0px;
} */
.s-grid3 h6 {
    font-size: 14px;
    width: 85%;
    line-height: 24px;
}
.s-grid3-grid {
    width: 33%;
    float: left;
}
.s-grid3-left {
    left: 25%;
    bottom: -16%;
}

.s-grid4-padding {
    padding: 50px 0px;
}
.s-grid4-news {
    width: 70%;
}
/*--gallery--*/
.g-grid h5 {
    font-size: 16px;
    line-height: 24px;
}

.gallery-bottom {
    margin: 0 auto;
    width: 92%;
}
.view {
    width: 46.5%;
}
.contact-right {
    padding-top: 30px;
}

}

@media(max-width:900px){
	.navbar-nav li a {
	      font-size: .9em;
	}
	.navbar-nav li {
	  margin: 0 0.5em;
	}
	ul.nav.navbar-nav {
	     margin: 1.5em 0 0;
	}
	nav.navbar.navbar-default {
	    width: 40%;
	}
	.header-right-text {
	    margin: 29px 0em 0 0em;
	    width: 22%;
	}
	.logo a img {
	    width: 60%;
	}
	.logo 	{
	    margin-left: 0em;
	    width: 18%;
	    margin: 0px 16px;
	}
	nav.navbar.navbar-default {
	    margin: 0.2em 0 0;
	} 
	.header-right-text h3 {
	    font-size: .95em;
	}
	
	.header-right-text h3 i {
	    font-size: 11px;
	}
	.header-right-text h3 span {
	    color: #000;
	    font-size: 12px;
	}
	.search-bar input[type="text"] {
	    padding: 4px 45px 3px 8px;
	}
	/* .search-bar input[type="submit"] {
	    left: 90px;
	    background-size: 62%;
	    top: 9px;
	} */
	.search-bar {
	    margin: 15px 20px 0 auto;;
	}
	.banner {
	    min-height: 460px;
	}
	.banner h1 {
		font-size: 4em;
	        /* padding-top: 2em; */
	}
	.about-info {
	    width: 50%;
	    float: left;
	}
	p.ab-text {
	    display: none;
	}
	.service-box {
		width:50%;
		float:left;
	    margin-bottom: 3em;
	}
	.service-box:nth-child(3) {
		margin-bottom: 0;
	}
	.service-box:nth-child(4) {
		margin-bottom: 0;
	}
	.service-box h5{
		padding-bottom: 0px;
	}
	p.asd span {
	    display: none;
	}
	.txt1 {
	    padding: 10px 10px;
	}
	.banner-bottom-left-grid {
	        height: 235px;
	}
	p.quis span{
		display:none;
	}
	.banner-bottom-right-info h3 {
	    font-size: 16px;
	    font-weight: 600;
	}
	p.quis {
	    font-size: 14px;
	    margin: .8em 0 1.2em;
	    line-height: 1.8em;
	    font-weight: 100;
	}
	.cate h3 {
	    font-size: 21px;
	    margin: 0 0 .35em;
	}
	.cate ul li {
	    margin: 0px 0 8px;
	}
	.about h2, .services h3 {
	    font-size: 2.3em
	}
	.banner-bottom-right1 {
	    padding: 2em 1.3em 1.2em 1.8em;
	}
	.banner-bottom2 {
	    margin-bottom: 4em;
	}
	/* .mid-top {
	    padding: 2em 2em;
	    margin-top: 3em;
	} */

	.view-ninth h2 {
	    width: 82%;
	}
	.view p {
    width: 96%;
    margin: 0 auto;
    text-align: center;
    
}
	.contact-left input[type="text"] {
	    width: 100%;
	    margin-bottom: 16px;
	}
	input[type="email"] {
	    margin-bottom: 1em;
	    width: 100%;
	    margin-left: 0;
	}
	.contact h6 {
   		 font-size: 2.3em;
    }
    .contact-left textarea {
	    height: 100px;
	}
	.contact-left input[type="email"] {
	    margin-bottom: 1em;
	    margin-right: 0;
	    margin-left: 0;
	    width: 100%;
	}
	
/*--home--*/
.about-info {
    width: 90%;
    float: none;
}
.banner-bottom-left-grid {
    height: 178px;
    overflow: hidden;
}

/* .mid-top h3 {
    font-size: 22px;
}
.mid-top p {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 24px;
} */

/*--about--*/
.a-grid1-info {
    width: 70%;
}
.a-grid2-info {
    width: 48%;
}

}

@media(max-width:768px){
	.navbar-nav li a {
	      font-size: 1em;
	}
	.navbar-nav li {
	  margin: 0 0.5em;
	}
	ul.nav.navbar-nav {
	     margin: 1.5em 0 0;
	}
	nav.navbar.navbar-default {
	    width: 40%;
	}
	.header-right-text {
	    margin: 29px 0em 0 0em;
	    width: 22%;
	}
	.logo a img {
		width: auto;  /* Change from 60% to auto */
		height: 40px; /* Set explicit height to match navbar */
		object-fit: contain; /* Maintain aspect ratio */
	}
	.logo 	{
	    margin-left: 0em;
	    width: 18%;
	    margin: 0px 16px;
	}
	nav.navbar.navbar-default {
	    margin: 0.2em 0 0;
	} 
	.header-right-text h3 {
	    font-size: .95em;
	}
	
	.header-right-text h3 i {
	    font-size: 11px;
	}
	.header-right-text h3 span {
	    color: #000;
	    font-size: 12px;
	}
	.search-bar input[type="text"] {
	    padding: 4px 25px 3px 8px;
	}
	/* .search-bar input[type="submit"] {
	    left: 90px;
	    background-size: 62%;
	    top: 9px;
	} */
	.search-bar {
	    margin: 15px 20px 0 auto;;
	}
	.banner {
	    min-height: 460px;
	}
	.banner h1 {
	        /* padding-top: 2em; */
	}
	p.ab-text {
	    display: none;
	}
	.service-box {
		width:50%;
		float:left;
	    margin-bottom: 3em;
	}
	.service-box:nth-child(3) {
		margin-bottom: 0;
	}
	.service-box:nth-child(4) {
		margin-bottom: 0;
	}
	p.asd span {
	    display: none;
	}
	.txt1 {
	    padding: 10px 10px;
	}
	p.quis span{
		display:none;
	}
	.banner-bottom-right-info h3 {
	    font-size: 16px;
	    font-weight: 600;
	}
	p.quis {
	    font-size: 14px;
	    margin: .8em 0 1.2em;
	    line-height: 1.8em;
	    font-weight: 100;
	}
	.cate h3 {
	    font-size: 21px;
	    margin: 0 0 .35em;
	}
	.cate ul li {
	    margin: 0px 0 8px;
	}
	.about h2, .services h3{
	    font-size: 2.3em
	}
	.banner-bottom-right1 {
	    padding: 2em 1.3em 1.2em 1.8em;
	}
	.banner-bottom2 {
	    margin-bottom: 4em;
	}
	
	.view-ninth h2 {
	    width: 82%;
	}
	
	.contact-left input[type="text"] {
	    width: 100%;
	    margin-bottom: 16px;
	}
	input[type="email"] {
	    margin-bottom: 1em;
	    width: 100%;
	    margin-left: 0;
	}
	.contact h6 {
   		 font-size: 2.3em;
    }
    .contact-left textarea {
	    height: 100px;
	}
	.contact-left input[type="email"] {
	    margin-bottom: 1em;
	    margin-right: 0;
	    margin-left: 0;
	    width: 100%;
	}
	
.a-grid3 h3 {
    font-size: 30px;
}
.g-grid h5 {
    font-size: 14px;
    line-height: 22px;
}

.navbar-toggle {
    float: left;
 }
 .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #000;
}
.contact-left {
    padding: 0;
}
.contact-right {
    padding: 0;
}
.navbar-header {
    width: 30%;
}
 nav.navbar.navbar-default {
	width: 24%;
	text-align: center;
}
.navbar-nav li {
    margin: 20px 0em;
}
button.navbar-toggle {
   margin-left: 20px;
}
.navbar-toggle {
    margin-left: 18px;
}
ul.nav.navbar-nav {
    margin: 0;
}
.navbar-collapse {
    border-top: 0px solid transparent;
}
.logo {
    margin: 3px 110px 0 100px;
}
.header-right-text {
	display: none;
}
.search-bar {
    /* width: 32%; */
    margin-left: 13px 20px 0 auto;;
}




}

@media(max-width:736px){
/*--menu--*/
/* .navbar-toggle {
    float: left;
 }
 .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #000;
}
.contact-left {
    padding: 0;
}
.contact-right {
    padding: 0;
}
.navbar-header {
    width: 30%;
}
 nav.navbar.navbar-default {
	width: 24%;
	text-align: center;
}
.navbar-nav li {
    margin: 20px 0em;
}
button.navbar-toggle {
   margin-left: 20px;
}
.navbar-toggle {
    margin-left: 18px;
}
ul.nav.navbar-nav {
    margin: 0;
}
.navbar-collapse {
    border-top: 0px solid transparent;
}
.logo {
    margin: 3px 110px 0 100px;
}
.header-right-text {
	display: none;
}
.search-bar {
    width: 32%;
    margin-left: 13px auto 0;
}*/
/*--menu--*/
.about, .services, .gallery, .contact {
    padding: 2em 0;
} */
.banner-bottom-left-grid {
    height: 196px;
}
/* .s-grid1-text {
    width: 85%;
} */
.s-grid1 h2, .s-grid2 h3 {
    font-size: 32px;
}
.contact-right {
    padding-top: 30px;
}

}

@media(max-width:667px){
/*--home--*/
.cate ul li a {
    font-size: 13px;
}
p.quis {
    font-size: 13px;
    margin: .8em 0 1em;
    line-height: 22px;
}
.view {
    width: 46%;
}
.view p {
    width: 80%;
    padding: 10px 32px 20px 16px;
}
.social-agile, .rights-wthree  {
    float: none;
	width: 100%;
    text-align: center;
}
/* .s-grid1-text {
    width: 83%;
} */
.s-grid1-text p {
    line-height: 22px;
}
.train-grid h4 {
    font-size: 20px;
}
.s-grid3 h3 {
    font-size: 32px;
    margin-bottom: 2px;
}
.s-grid3 h6 {
	line-height: 22px;
}
.a-grid3-padding {
    padding: 30px 0px;
}
.a-grid2-padding {
    padding-bottom: 50px;
}
.promo-box {
    padding: 3em 1.2em;
}
.promo-box h3 {
    font-size: 24px !important;
}
.s-grid4-news h3{
    font-size:30px;
}
.s-grid4 h6 {
    font-size: 16px;
    margin-bottom: 30px;
}


}
@media(max-width:640px){
	.navbar-toggle {
	    float: left;
	 }
	 .navbar-default .navbar-toggle .icon-bar {
	    background-color: #fff;
	}
		.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	    background-color: #000;
	}
	.contact-left {
	    padding: 0;
	}
	
	nav.navbar.navbar-default {
	    width: 15%;
	    text-align: center;
	}
	.navbar-nav li {
	    margin: 20px 0em;
	}
	.navbar-toggle {
	    margin-left: 18px;
	}
	ul.nav.navbar-nav {
	    margin: 0;
	}
	.navbar-collapse {
	    border-top: 0px solid transparent;
	}
	.logo {
	      margin: 3px 107px 0 144px;
	}
	.banner {
	    min-height: 380px;
	}
	.banner h1 {
	    /* padding-top: 1.8em; */
		font-size: 3em;
	}
	.header-right-text {
	    margin: 24px 0em 0 0em;
	    width: 31%;
	    display:none;
	}
	.search-bar {
	    width: 22%;
	        margin: 13px 20px 0 auto;;
	}
	/* .search-bar input[type="submit"] {
	    left: 114px;
	    background-size: 62%;
	    top: 9px;
	} */
	.about h4 {
	    font-size: 1.5em;
	}
	.service-box h5 {
	    font-size: 1.3em;
		
	}
	.banner-bottom-right1 {
	    padding: 2em 1.1em 1em 1em;
	}
	.banner-bottom-left-grid {
	    height: 199px;
	}
	.mid-top h3 {
	    /* font-size: 1.7em; */
	}
	
	.banner-bottom-right-info h3 {
	    font-size: 17px;
	    line-height: 1.3em;
	}
	.view-ninth:hover .content {
 	   width: 407px;
	}
	.view p {
    width: 80%;
    padding: 10px 43px 20px 16px;
}
	.view-ninth h2 {
	    width:100%;
	}
	.contact-left input[type="submit"] {
	    width: 26%;
	}
	
	.view-ninth:nth-child(9) {
	    display: none;
	}
	.about-info {
	    padding-right: 0;
	}
	.about p {
	    margin-top: .3em;
	}
	.rights-wthree p {
    font-size: 13px;
}
}

@media(max-width:600px){
nav.navbar.navbar-default {
    width: 20%;
}
.logo {
    margin: 3px 107px 0 108px;
}
.banner-bottom-left-grid {
    height: 206px;
}
/* .mid-top {
    width: 96%;
	margin-top: 4em;
} */
.view-ninth:hover .content {
    top: 44px;
}
.view p {
    width: 74%;
    padding: 10px 53px 20px 16px;
}

.a-grid1 h3 {
    font-size: 2em;
}
.a-grid1-info {
    width: 90%;
}
.a-grid1-padding {
    padding: 50px 0px;
}
.a-grid1-text h4 {
    font-size: 22px;
}
.a-grid1-text h6 {
    font-size: 14px;
    padding-bottom: 10px;
}
.a-grid3 h3 {
    font-size: 26px;
}

.a-grid1-text p {
    line-height: 22px;
}
.team_grid h4 {
    margin-top: 10px;
}
/* .s-grid1-text {
    width: 80%;
} */
.s-grid3-left {
    left: 20%;
}
.s-grid4 h6 {
    margin-bottom: 20px;
}
.cap span {
    top: 48%;
    left: 88%;
}
.cap3 span {
    top: 43%;
    right: -8%;
}
}

@media(max-width:568px){
	.banner h1 .banner-all h1{
	    font-size: 4em;
	}
	/* input[type="submit"] {
	    left: 106px;
	} */
	/* .search-bar input[type="submit"] {
	    left: 92px;
	} */
	.banner-bottom-left-grid {
    height: 215px;
	}
	.view {
    width: 45%;
	}
	.view p { width: 74%;
    padding: 10px 70px 20px 16px;
	}
	.s-grid3-grid {
    width: 90%;
    float: none;
    margin: 0 auto;
    margin-bottom: 60px;
}
.s-grid3-left {
    left: 38%;
    bottom: -21%;
}
.s-grid3-padding {
    padding-bottom: 30px;
}
.s-grid4-news {
    width: 80%;
}
.view {
    width: 70%;
    margin: 0 auto;
    float: none;
    margin-bottom: 10px;
}
.view-ninth:hover .content {
    top: 0px;
	left:9px;
}
.view-ninth h2, .view-ninth h3 {
    margin-top: 2px;
}
.view p {
    width: 90%;
    padding:0px;
	padding-top:5px;
}
.logo {
    margin: 3px 85px 0 114px;
}

}
	
@media(max-width:536px){	



}

@media(max-width:480px){
	.banner h1, .banner-all h1 {
	    font-size: 2.5em;
		
	}
	.banner h1{
		/* padding-top: 1.3em; */
	}
	.banner-all {
    min-height: 230px;
}
	.logo {
    margin: 10px 52px 0 80px;
}
	nav.navbar.navbar-default {
    	width: 20%;
    }
	.header {
	    padding: .1em 0 0;
	}
	.header-right-text h3 span {
	    padding: 0px 0px;
	}
	.navbar-toggle {
	    margin-top: 7px;
	}
	.header-right-text {
	    width: 19%;
	        margin: 6px 0em 0 0em;
	}
	.header-right-text h3 {
	    line-height: 1.4em;
	}
	.search-bar {
	    width: 30%;
	      margin: 12px 20px 0 auto;;
	}
	/* .search-bar input[type="submit"] {
    left: 117px;
} */
	.banner {
	    min-height: 322px;
	}
	
	.about h4 {
	    margin-top: 1em;
	}
	.about p {
	    margin-top: .5em;
	}
	.banner-bottom-right1 {
	    width: 100%;
	}
	.banner-bottom-left1 {
	    float: none;
	    width: 100%;
	}
	.banner-bottom-left-grid p {
        font-size: 10px;
        margin: .6em 0 0;
    }
	.cap1 span {
    top: 50%;
    left: 88%;
}
	.cap span {
    top: 50%;
    left: 89%;
}
	.cap3 span {
    top: 50%;
    right: -7%;
}
.service-box h5{
	padding-bottom: 0px;
}
.banner-bottom-left-grid h3 {
	font-size: 12px;
    padding-top: 0px;
}
	/* .mid-top {
    margin-top: 3em;
}
.mid-top h3 {
    font-size: 18px;
} */

	figure.icon i {
    margin-top: 1.2em;
}
.a-grid2-info {
    width: 66%;
    margin: 0 auto;
    float: none;
    margin-bottom: 10px;
}
.a-grid2-padding {
    padding-bottom: 20px;
}
.s-grid1-icon i {
    font-size: 30px;
    padding: 10px;
}
.s-grid1 h2, .s-grid2 h3 {
    font-size: 28px;
}

.contact-right p {
    font-size: 14px;
}
	
}


@media(max-width:414px){
	.banner h1, .banner-all h1 {
	    font-size: 1.3em;
	}
.banner {
    min-height: 225px;
}
.banner-all h1{
	padding-top: 0;
}
.logo {
    margin: 10px 50px 0 63px;
}
/* .search-bar input[type="submit"] {
    left: 100px;
} */
.about h2, .services h3 {
    font-size: 28px;
}
.about-img {
    width: 100%;
    margin: 0 auto;
}
.banner-bottom-left-grid {
    height: 200px;
}
.banner-bottom-left-grid h3 {
	font-size: 12px;
    padding-top: 0px;
}
.about h4 {
    font-size: 18px;
}
.about p {
    font-size: 13px;
}
.about-info {
    width: 100%;
}
.cap3 span {
    top: 50%;
    right: -10%;
}
.banner h1 {
    /* padding-top: 1em; */
}
.banner-all {
    min-height: 151px;
}
.a-grid1-info {
    padding: 15px;
}
.a-grid2-info {
    width: 80%;
}
.a-grid3 h3 {
    font-size: 22px;
}
.team_grid {
    width: 75%;
    float: none;
    margin: 0 auto;
}
.s-grid1-info {
    text-align: center;
}
.s-grid1-icon {
    float: none;
	margin-bottom:7px;
}
.s-grid1-text {
    width: 100%;
}
.train-grid {
    width: 77%;
    float: none;
    padding-bottom: 20px;
    margin: 0 auto;
}
.promo-box {
    padding: 2em 1.2em;
}
.s-grid3-grid {
    margin-bottom: 75px;
}
.s-grid3-left {
    left: 32%;
    bottom: -28%;
}
.s-grid4-padding {
    padding: 30px 0px;
}
.s-grid4-news h3 {
    font-size: 24px;
}
.s-grid4 h6 {
    font-size: 14px;
}
.s-grid4-news {
    width: 100%;
}


.g-grid h4, .c-grid h2, .c-grid h3 {
    font-size: 30px;
}
.map {
    margin-bottom: 40px;
}
.map iframe {
    height: 300px;
}
/* input[type="submit"] {
	    left: 65px;
	} */
	
}


@media(max-width:395px){
nav.navbar.navbar-default {
    width: 26%;
}
	.banner h1 {
	    font-size: 1.3em;
	}
	/* input[type="submit"] {
	    left: 75px;
	} */
	
	/* .mid-top {
    margin-top: 2em;
    width: 100%;
} */
/* .search-bar input[type="submit"] {
    left: 95px;
} */
/* .mid-top h3 {
    font-size: 16px;
} */

.logo {
    margin: 12px 41px 0 39px;
}

.banner-bottom-left-grid h3 {
    padding-top: 0px;
}
.banner-bottom-left-grid {
    height: 193px;
}
.service-box {
    width: 75%;
    float: none;
    margin: 0 auto;
    margin-bottom: 15px;
}

.s-gird1-img {
    width: 100%;
}
.s-grid3-grid {
    width: 100%;
}


}


@media(max-width:375px){
	.banner h1, .banner-all h1 {
	    font-size: 1.3em;
	}
	
	/* input[type="submit"] {
	    left: 75px;
	} */
	.footer p {
    font-size: 13px;
}
/* .search-bar input[type="submit"] {
    left: 90px;
} */
	
}
@media(max-width:320px){
	.banner h1 {
	    font-size: 1.8em;
		padding-top: 3em;
	}
	.logo {
    margin: 9px 12px 0 0px;
    width: 28%;
}
	.about, .services, .gallery, .contact {
	    padding: 1.5em 0;
	}
	.about h4 {
    font-size: 16px;
}
	/* .search-bar input[type="submit"] {
	         left: 90px;
	} */
	.header-right-text {
	    display: none;
	}
		

	.search-bar {
	    width: 36%;
	        margin: 9px 20px 0 auto;;
	}
	.navbar-toggle {
	    margin-left: 9px;
	    padding: 6px 5px;
	       margin-top: 9px;
	}
	.search-bar input[type="text"] {
	    font-size: 14px;
	        padding: 4px 20px 0 auto;;
	}
	nav.navbar.navbar-default {
   		 width: 30%;
    }
    .banner {
	    min-height: 280px;
	}
	.about-info {
	    padding: 0;
	}
	.service-box {
	    width: 100%;
	    float: none;
	    margin-bottom: 1.5em;
	}
	p.asd {
	    display: none;
	}
		.banner-bottom-left-grid {
	    height: 104px;
	}
	.cap1 span, .cap span, .cap3 span   {
	   display:none;
	}
	 
	/* .mid-top {
	    padding: 1em 1em;
	    margin-top: 0;
	} */
	.mid-section {
	    min-height: 183px;
	}
	/* .mid-top h3 {
	    font-size: 1.4em;
	    line-height: 1.5em;
	} */

	.view h2 {
	    font-size: .95em;
	}
	.view-ninth h2 {
	    width: 100%;
	}
	.view p {
	    width: 96%;
	}

	.contact-right p {
	    font-size: 1em;
	    line-height: 1.5em;
	}
	.footer p {
	    font-size: 1em;
	}
	.gallery-bottom {
	    margin: 0% auto 0;
	    width: 100%;
	    text-align: center;
	}
	.a-grid1 h3 {
		font-size: 24px;
	}
	.a-grid1 h3:after, .a-grid1 h3:before {
		width: 30px;
	}
	.a-grid1-text h4, .a-grid3 h3 {
		font-size: 20px;
	}
	.a-grid2-info {
		width: 90%;
	}

	.s-grid1 h2, .s-grid2 h3 {
		font-size: 22px;
	}
	.train-grid {
		width: 100%;
	}
	.train-grid h4 {
		font-size: 18px;
	}
	.train-grid p {
		font-size: 13px;
	}
	.s-grid3-grids {
		padding: 0.2em 0.5em;
	}
	.s-grid3-grids h5 {
		font-size: 1.8em;
	}
	p.promo-bg2 {
		font-size: 1em;
	}
	h5.promo-desc {
		font-size: 1.6em;
	}
	.s-grid3-left {
		left: 34%;
		bottom: -17%;
	}
	.s-grid4 input[type="submit"] {
		width: 34%;
		font-size: 13px;
		float:none;
		margin:0 auto;
		margin-top:7px;
	}
	.s-grid4 input[type="email"] {
		width: 100%;	
		float:none;
		margin:0 auto;
	}	
	.contact-left input[type="submit"] {
		width: 26%;
	}	
	.footer p {
		font-size: 13px;
	}	
	

}

/* services fix 'what we provide' alignment */
.train-grids {
	display: flex;
	flex-wrap: wrap;
  }
  
  .col-md-3 {
	flex: 1 0 25%; /* each column take up 25% width */
	max-width: 25%; /*width doesn't exceed 25% */
  }
  
  .train-top {
	height: 100%; /*inner content take full height */
	display: flex;
	flex-direction: column;
	justify-content: space-between; /* This spreads out the child elements */
  }
  
  .train-img {
	flex-shrink: 0; /* Prevents the image from shrinking */
  }
  
  .train-top p {
	flex-grow: 1; /* Allows the paragraph to grow and fill available space */
	/* display: flex; */
	padding-top: 10px;
	align-items: center; /* This centers the text vertically */
	margin: 0; /* Remove default margins */
  }
  
	/* Responsive styles */
  @media (max-width: 1024px) {
	.col-md-3 {
	  flex: 1 0 50%;
	  max-width: 50%;
	}
  }
  
  @media (max-width: 768px) {
	.col-md-3 {
	  flex: 1 0 100%;
	  max-width: 100%;
	}
  }