html {
  scroll-behavior: smooth;
}

body {

  font-family: 'Yantramanav', sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: #000;
  overflow-x: hidden;
  font-weight: normal;
  background-color: #fff;
}



textarea,
p,
input,
div,
span,
li,
button {
  font-family: 'Yantramanav', sans-serif;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

p {
  line-height: 26px;
  font-size: 23px;
  font-weight: normal;
  color: #000;
  font-weight: 300;
  font-family: 'Yantramanav', sans-serif;
  margin-bottom: 15px;
}

img {
  max-width: 100%;
  border: 0;
}

.clear {
  clear: both;
  float: none;
  width: 100%;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #1f1f1f;
}

a:hover {
  color: #fff;
}

a,
span {
  display: inline-block;
}

:focus {
  box-shadow: none !important;
  outline: none !important;
}


@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1500px;
  }
}


.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .0rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  box-sizing: border-box;
}


/*------------------header css-------------------*/

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9);
  width: 200px;
}

.navbar-brand {
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-brand img {
  width: 300px;

}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

.navbar-light .navbar-nav .nav-link {
  color: #2e3d49;
  padding: 29px 10px;
  transition: all 0.2s ease-in;
  text-transform: uppercase;
  outline: 1px solid transparent;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}



.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

.top-bg-menu {
  /* position: absolute; */
  top: 10px;
  left: 0px;
  width: 100%;
  z-index: 33;
  background-color: rgba(8, 41, 75, 1);



}


/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/

a.navbar-brand.text-brand img {}

/* .navbar-default {
  transition: all 0.5s ease-in-out;
  background-color: #5689c0;
  padding-top: 18px;
  padding-bottom: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
} */

.navbar-default .nav-search {
  color: #010101;
  font-size: 1.5rem;
}


.navbar-default.navbar-trans,
.navbar-default.navbar-reduce {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.navbar-default.navbar-trans .nav-item,
.navbar-default.navbar-reduce .nav-item {
  position: relative;
  padding-right: 2px;
  padding-bottom: 0px;
  margin-left: 0;
}

@media (min-width: 768px) {

  .navbar-default.navbar-trans .nav-item,
  .navbar-default.navbar-reduce .nav-item {
    margin-right: 23px;
  }
}

.navbar-default.navbar-trans .nav-link,
.navbar-default.navbar-reduce .nav-link {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

/* 
.navbar.navbar-default.navbar-expand-lg.navbar-reduce img {
  width: 100px;
} */

.navbar-default.navbar-trans .nav-link:before,
.navbar-default.navbar-reduce .nav-link:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 0;
  background-color: #010101;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s;
}

.navbar-default.navbar-trans .nav-link:hover,
.navbar-default.navbar-reduce .nav-link:hover {
  color: #fff;
}

.navbar-default.navbar-trans .nav-link:hover:before,
.navbar-default.navbar-reduce .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}

.navbar-default.navbar-trans .show>.nav-link:before,
.navbar-default.navbar-trans .active>.nav-link:before,
.navbar-default.navbar-trans .nav-link.show:before,
.navbar-default.navbar-trans .nav-link.active:before,
.navbar-default.navbar-reduce .show>.nav-link:before,
.navbar-default.navbar-reduce .active>.nav-link:before,
.navbar-default.navbar-reduce .nav-link.show:before,
.navbar-default.navbar-reduce .nav-link.active:before {
/*   transform: scaleX(1); */
}

.navbar-default.navbar-trans .nav-link:before {
  background-color: #9c8420;
}

.navbar-default.navbar-trans .nav-link:hover {
  color: #fff;
}

.navbar-default.navbar-trans .show>.nav-link,
.navbar-default.navbar-trans .active>.nav-link,
.navbar-default.navbar-trans .nav-link.show,
.navbar-default.navbar-trans .nav-link.active {
  color: #fff;
}

.navbar-default.navbar-reduce {
  transition: all 0.5s ease-in-out;

}

.navbar-default.navbar-reduce .nav-link {
  color: #fff;
}

.navbar-default.navbar-reduce .nav-link:before {
  background-color: #9c8420;
}

.navbar-default.navbar-reduce .nav-link:hover {
  color: #9c8420;
}

.navbar-default.navbar-reduce .show>.nav-link,
.navbar-default.navbar-reduce .active>.nav-link,
.navbar-default.navbar-reduce .nav-link.show,
.navbar-default.navbar-reduce .nav-link.active {
  color: #fff;
}

.navbar-default.navbar-reduce .navbar-brand {
  color: #fff;
}

.navbar-default .dropdown .dropdown-menu {
  border-top: 0;
  border-left: 4px solid #fff;
  border-right: 0;
  border-bottom: 0;
  transform: translate3d(0px, 40px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
  margin: 0;
  border-radius: 0;
  padding: 12px 0;
}

@media (min-width: 768px) {
  .navbar-default .dropdown .dropdown-menu {
    border-top: 4px solid #fff;
    border-left: 0;
    display: block;
    position: absolute;
    box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
  }
}

.navbar-default .dropdown .dropdown-menu .dropdown-item {
  padding: 12px 18px;
  transition: all 500ms ease;
  font-weight: 400;
  min-width: 220px;
  margin-left:10px;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffc104;
  color: #fff;
  transition: all 500ms ease;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #fff;
  color: #5689c0;
}

.navbar-default .dropdown:hover .dropdown-menu {
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}

/*------/ Hamburger Navbar /------*/
.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(-135deg);
  opacity: 0.9;
}




.nav-item1 a {
  font-size: 18px;
  background-color: #ffc104;
  color: #000;
  top: 0px;
  position: relative;
  padding: 8px 29px;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: all 0.5s ease-in;
}

.nav-item1 a:hover {
  border: 1px solid #ffc104;
  background-color: #fff;
  color: #ffc104;
}

.header {
  z-index: 2222;
  position: relative;
}

.fixed-nav {
  position: fixed;
  top: 0;
  animation: smoothScroll .5s forwards;
  box-shadow: rgb(0 0 0 / 20%) 0 2px 6px 0;

  width: 100%;
  z-index: 999;
}

.fixed-nav .top-bg-menu {
  background: rgba(8, 41, 75, 1);
  top: 0px;
  /* padding: 10px; */
}

.fixed-nav .top-bg-menu .navbar-brand img {
  width: 250px;
}

/*------------------enq-form css-------------------*/
.enq-form {
  position: fixed;
  z-index: 9999;
  width: 280px;
  background: #FFF;
  right: -280px;
  top: 70%;
  transition: all .8s cubic-bezier(0.43, 1.07, 0.66, 1.15) .2s;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 15px;
}

.enq-form.formslidup {
  right: 0;
}

.mainformenquiry { position: relative;z-index: 999;}

.formrotate {
  transform: rotate(270deg);
  position: absolute;
  z-index: 555;
  right: 240px;
  top: 39px;
  top: 31px;
  width: 51%;
  height: 15px;
  text-align: center;
}

.enq-form .title {
  background-color: #ffc104;
  border: 1px solid #fff;
  padding: 7px 6px 13px 8px !important;
  color: #000 !important;
  box-shadow: 0px 0px 10px #ccc;
  border-radius: 5px 5px 0 0;
  font-size: 18px !important;
  margin: 0;
  font-weight: 500;
  border: 1px solid #000, ;
}

.enq-form .subtitle {
  background-color: #ffc104;
  border: 1px solid #fff;
  padding: 7px 20px 13px 20px !important;
  color: #000 !important;
  box-shadow: 0px 0px 10px #ddd;
  border-radius: 5px 5px 0 0;
  font-size: 16px !important;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #ffc104, ;
  display: none;
  opacity: 0;
  width: 120px;
}

.enq-form.formslidup .title {
  display: none !important;
  opacity: 0;
}

.enq-form.formslidup .subtitle {
  display: inline-block !important;
  opacity: 1 !important;

}

.enq-form .messageenqform {
  font-size: 22px;
  font-weight: bold;
  color: #08294b;
  text-align: center;
}

.enq-form .group {
  position: relative;
  margin-bottom: 15px;
}

.enq-form input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.enq-form textarea {
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.enq-form button {
  display: block;
  margin: 12px auto;
  cursor: pointer;
  transition: all .4s ease;
  color: #000 !important;
  border: 1px solid #ffc104;
  background-color: #ffc104;
  font-size: 18px;
  border-radius: 5px;
  padding: 6px 18px;
}

.enq-form button:hover {
  border: 1px solid #ffc104;
  background-color: #fff;
  color: #ffc104 !important;
}



Sakshi, 7:26 PM
.enq-form .title {
  background-color: #a5333d;
  border: 1px solid #fff;
  padding: 7px 6px 13px 8px !important;
  color: #fff !important;
  box-shadow: 0px 0px 10px #ddd;
  border-radius: 5px 5px 0 0;
  font-size: 16px !important;
  margin: 0;
  font-weight: 500;
  border: 1px solid #a5333d, ;
}

.enq-form .subtitle {
  background-color: #ffc104;
  border: 1px solid #fff;
  padding: 7px 20px 13px 20px !important;
  color: #000 !important;
  box-shadow: 0px 0px 10px #ddd;
  border-radius: 5px 5px 0 0;
  font-size: 16px !important;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #a5333d, ;
  display: none;
  opacity: 0;
  width: 120px;
}

.enq-form.formslidup .title {
  display: none !important;
  opacity: 0;
}

.enq-form.formslidup .subtitle {
  display: inline-block !important;
  opacity: 1 !important;

}









/*----------------------------banner-----------------------------*/
.Banner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.Banner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: rgba(8, 41, 75, .2);
  top: 0px;
  right: 0px;
  left: 0px;
}



.Banner video {
  width: 100%;
  height: 100vh;
  object-fit: cover;

}

.banner-contt {
  position: absolute;
  top: 40%;
  left: 4%;
  border: 1px solid #ffd904;
}

.bannertitl {
    font-size: 75px;
    font-weight: 900;
    color: #000;
    background-color: rgba(255, 217, 4, .9);
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.banersubtitll {
    padding: 0px 3px;
    font-size: 87px;
    font-weight: 300;
    color: #ffd904;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}
/* .typing {
  position: relative;
}

.typing::after {
  content: ".";
  position: absolute;
  right: 0;
  width: 100%;
  color: transparent;
  background: #08294b;
  -webkit-animation: typing 4s steps(16) forwards, caret 1s infinite;
  animation: typing 4s steps(16) forwards, caret 1s infinite;
}

@-webkit-keyframes typing {
  to {
    width: 0;
  }
}

@keyframes typing {
  to {
    width: 0;
  }
}

@-webkit-keyframes caret {
  50% {
    color: transparent;
  }
}

@keyframes caret {
  50% {
    color: transparent;
  }
} */ 
 
/* <----------about------------------> */
.about {
  padding: 70px 0px;
  position: relative;
}

.about::after {
    content: '';
    position: absolute;
    background-image: url(../images/about-layer.png);
    background-repeat: no-repeat;
    width: 189px;
    height: 225px;
    bottom: 10%;
    left: 1%;
    z-index: -1;
    background-size: 80%;
    transform: rotate(-32deg);
    transition: all 3s ease-in;
}
 
.about:hover:after {
  left: 80%;
  background-size: 90%;
}

.about::before {
  content: '';
  position: absolute;
  background-image: url(../images/about1.png);
  background-repeat: no-repeat;
  width: 261px;
  height: 137px;
  top: 15%;
  right: 6%;
  z-index: -1;
  background-size: 90%;
  transition: all 3s ease-in;
}

.about:hover::before {
  right: 82%;
}

.about-box img {
  box-shadow: 0px 0px 30px #ccc;
 border: 2px solid transparent;
  transition: all 0.5s ease-in;
	  border-radius: 0px 122px 0px 122px;
}
 
.about-box img,
.event-box img,
.client-box img,
.service-box1 img,
.mission-box img,
.maing-gallery img {
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
  transition: all 0.5s ease-in;

}

.event-box img:hover,
.about-box img:hover,
.client-box img:hover,
.service-box1 img:hover,
.mission-box img:hover {
  border: 5px solid #000;
  -webkit-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
  border-radius: 5px;

}
.intempho img {
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
  transition: all 0.5s ease-in;

}
.intempho  img:hover {

  -webkit-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
}





.about-box img:hover,
.event-box1 img:hover {
  border: 2px solid #08294b;
  border-radius: 90px 0px 90px 0px;
}

.abouttitl {
    font-size: 58px;
    font-weight: 900;
    color: #08294b;
}

.abouttitl span {
  color: #ffc104;
} 

.about-box p {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 13px;
}
.common-btn {
    background-color: #ffc104;
    font-size: 19px; 
       font-weight: 400;
    color: #000;
    padding: 9px 33px;
    text-align: center;
    border-radius: 5px;
    margin-top: 5px;
    transition: all 0.5s ease-in; 
    animation: up-down2 linear 2s infinite;
}

@keyframes up-down2 {
  0% {
    transform: translate(1px, 20px);
  }

  50% {
    transform: translate(1px, 12px);
  }

  100% {
    transform: translate(1px, 22px);
  }
}

.common-btn:hover {
  background-color: #08294b;
  color: #ffff;
}

/* <----------service-----------------> */
.servicetitl {
    font-size: 76px;
    font-weight: 900;
    color: #ffc104;
}
.service-box {
  height: 100vh;
}
.service-box p {
  font-size: 23px; 
  font-weight: 300;
  color: #fff;
}

.service-info {
    position: relative;
    text-align: center;
    height: 100%;
    padding: 19px 25px 17px 25px;
}

.service-info::after {
    content: '';
    position: absolute;
    background-image: url(../images/service-layer.png);
    background-repeat: no-repeat;
    width: 162px;
    height: 111px;
    top: 6%;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    background-size: 76%;
    opacity: 0.8;
    animation: clockwiseSpin 2.5s ease-in infinite;
}


@keyframes clockwiseSpin {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
    opacity: 1;
  }
}




.service-box img,
.service-box,
.service-box1 {
  position: relative;
}

.service-mea {
    position: absolute;
    top: 35%;
    margin: auto; 
    left: 52px;
    right: 68px;
    padding: 0px 30px;
    z-index: 2;
}
.servisubtitl {
    font-size: 23px;
    text-align: center;
    padding-top: 9px;
    color: #fff;
}
.service-infoy .servisubtitl{
  color: #000;
}
.service-info {
    height: 46.9vh;
    transition: all 0.5s ease-in;
    border: 1px solid transparent; 
}

.service-info:hover {
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px #ccc;
    background-color: #ffc104;
    color: #000;
}
.service-info:hover p,
.service-info:hover .servisubtitl,
.service-info:hover a{
	color:#000 !important;
}
.service-info:hover a{
	border:1px solid #000;
}
.service-info p {
    font-size: 18px;
    font-weight: 400; 
    padding-top: 18px;
    line-height: 23px;
    padding-top: 33px;
    margin-bottom: 37px; 
}
.service-infoy p{
color:#000;
}

.service-infob {
  background-color: #0856a5;

} 

.service-infoy {
  background-color: #ffc104;
}

.service-infod {
  background-color: #08294b;
}

.common-btn1 {
  border: 1px solid #ffff;
  color: #fff;
  font-size: 19px;
  padding: 9px 30px;
  border-radius: 5px;
  transition: all 0.5s ease-in;

}

.common-btn1:hover {
  border: 1px solid #ffc104;
  color: #ffc104;
}

.service-infoy .common-btn1 {
  color: #000;
  border: 1px solid #000;
  transition: all 0.5s ease-in;
}

.service-infoy:hover .common-btn1 {
  border: 1px solid #08294b;
  color: #08294b;
  ;
}

/* <----------event---------------------> */
.event {
    padding: 30px 0px 60px 0px;
    position: relative;
}


.event::before {
  content: '';
  position: absolute;
  background-image: url(../images/about1.png);
  background-repeat: no-repeat;
  width: 261px;
  height: 137px;
  top: 12%;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  background-size: 80%;

  transition: all 3s ease-in;
}

.event:hover::before {
  left: -60%;
  background-size: 90%;
}

.event::after {
  content: '';
  position: absolute;
  background-image: url(../images/about-layer.png);
  background-repeat: no-repeat;
  width: 189px;
  height: 224px;
  bottom: 51px;
  right: 29px;
  z-index: -1;
  background-size: 90%;
  transform: rotate(99deg);
  transition: all 3s ease-in;
}

.event:hover::after {
  right: 60%;
}

.eventitll {
    font-size: 71px;
    font-weight: 900;
    color: #08294b; 
}

.event-box p {
    font-size: 23px;
    font-weight: 400;
    padding: 12px 0px;
    line-height: 28px; 
}
.event-box1 img {
  box-shadow: 0px 0px 35px #08294b;
  border-radius: 0px 80px 0px 80px;
  transition: all 0.5s ease-in;
  border: 2px solid transparent;

}

.event-box .common-btn{
margin-top:3px !important}
 
.maing-a {
    column-width: 141px;
    column-gap: 5px;
    padding: 5px;
    /* height: 199px; */
}
.maing-a a { 
  display: block;
}

.maing-a img {
  width: 100%;
  cursor: pointer;
  padding-bottom: 5px;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: #7f8c8d;
  perspective: 1000;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 37px;
  font-size: 5rem;
}

/* <-----------client--------------------------> */

#team-slid1 .owl-prev {
  position: absolute;
  top: 50%;
  right: 20px;
  display: none;
}

#team-slid1 .owl-prev span {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #000;
  font-size: 24px;
  text-align: center;
}

#team-slid1.owl-next span {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #000;
  font-size: 24px;
  text-align: center;
}

#team-slid1 .owl-next {
  position: absolute;
  display: none;
  top: 50%;
  left: 20px;
}

#team-slid1 .owl-nav {
  display: none;
}

#team-slid1 .owl-dot span {
  background-color: #6b662f;
  width: 15px;
  height: 15px;
  margin: 2px;
  border-radius: 50%;
}

#team-slid1 .owl-dot.active span {
  background-color: #ffc104;
  width: 15px;
  height: 15px;
  margin: 2px;
  border-radius: 50%;
}

#team-slid1 .owl-dots {
  display: flex;
  z-index: 20;
  position: relative;
  bottom: -5px;
  justify-content: center;
}

.client-box img {
  transition: all 0.5s ease-in;
  border: 1px solid transparent;
}

.client-box:hover img {
  border: 1px solid #08294b;
}
.client{
	 background-color: #08294b;
}
.client-box1 {
  background-color: #08294b;
  border-radius: 0px 90px 0px 0px;
  text-align: center;
  padding: 30px 70px;
  position: relative;
}
 
.client-box1::after {
    content: '';
    position: absolute;
    background-image: url(../images/client-layer.png);
    background-repeat: no-repeat;
    background-size: 90%;
    width: 301px;
    height: 529px;
    right: -32px;
    bottom: -25px;
    animation: UpDown 2s linear infinite;
    /* -webkit-animation: UpDown 1s linear infinite; */
}

@keyframes UpDown {
  0% {
    bottom: 0;
  }

  50% {
    bottom: 20px;
  }

  100% {
    bottom: 0;
  }
}

.clititl {
    font-size: 55px;
    color: #fff;
    padding: 23px 0px 18px 0px;
    font-weight: 900; 
}

.client-box1 .owl-carousel .owl-item img {
  display: block;
  width: 80px;
  margin: auto;
  left: 0px;
  right: 0px;
  display: block;
  text-align: center;

}

.banner-slider {
  width: 80%;
  margin: auto;
  left: 0px;
  right: 0px;
  text-align: center;
}
.item-relative p {
    font-size: 23px;
    font-weight: 300;
    color: #fff;
    padding: 28px 0px; 
}

.client-box {
  height: 100%;
  position: relative;
}

.hexslide {
  font-size: 26px;
  font-weight: 900;
  padding: 20px 0px;
  color: #fff;
}

/* <----------------------join-------------------------> */
.join {
    padding: 55px 0px;
    position: relative;
}
.join:after {
  position: absolute;
  content: '';
  background-image: url(../images/join-layer.png); 
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  background-size: 100%;
  bottom: -15%;
  height: 405px;
  animation: UpDown1 2s linear infinite
}

@keyframes UpDown1 {
  0% {
    bottom: -15%;
  }

  50% {
    bottom: -12%;
  }

  100% {
    bottom: -15%;
  }
}


.jointitll {
    font-size: 63px;
    font-weight: 900;
    color: #08294b;
}
.join p{
font-weight:400;
font-size:22px;
}
.joinsubtitl {
  font-size: 65px;
  font-weight: 300;
  color: #ffc104;
}

.join-box {
    max-width: 1178px;
    margin: auto;
    left: 0px;
    right: 0px;
    text-align: center;
}

.join-info {
  font-size: 48px;
  color: #08294b;

}
.join-inter li a {
    font-size: 22px;
    padding: 10px 30px;
    color: #000;
    border: 1px solid #08294b;
    border-radius: 5px;
    padding: 10px;
    margin-right: 10px;
    transition: all 0.5s ease-in;
    position: relative;
    z-index: 22;
    text-transform: capitalize;
}

.join-inter li a:hover {
  background-color: #ffc104;
  box-shadow: 0px 0px 10px #ccc;
}



.about.about-boxnr::after {
  bottom: 41%;

}








/* <-----------------footer----------------------> */
footer {
  background-color: #08294b;
  padding: 70px 0px 40px 0px;
  position: relative;
  transition: all 0.5s ease-in;
  color: #fff;
}

footer::after {
  position: absolute;
  content: '';
  top: 55%;
  height: 1px;
  background-color: #3e5873;
  left: 0px;
  right: 0px;
  width: 100%;
}
footer::before {
  position: absolute;
  content: '';
  bottom: 20%; 
  height: 1px;
  background-color: #3e5873;
  left: 0px;
  right: 0px;
  width: 100%;
}
.footrheading {
    font-size: 29px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffc104;
}

.footer-box {
    position: relative;
    z-index: 22;
    margin: auto;
    text-align: center;
    left: 0px;
    right: 0px;
    margin-bottom: 22px;
}

.footer-box1,
.footer-box2 li {
  border-right: 1px solid #3e5873;
}

.footer-box2 li:last-child {
  border-right: 1px solid transparent;
}
.footer-box2 li {
    font-size: 19px;
    padding: 3px 10px;
    line-height: 14px;
    margin-top: 45px;
}
.footrheading1 {
  color: #000;
}

.footer-box ul li a {
  font-size: 20px;
  color: #fff;
  border-bottom: 1px solid transparent;
  padding: 0px 0px;
  transition: all 0.5s ease-in;


}

.footer-box ul li a:hover {
  border-bottom: 1px solid #fff;
}

.social-link ul li a {
  margin: 4px;

}

.social-link {
  margin-left: -4px;
}

.social-link ul li a i {
    background-color: #fff;
    color: #08294b;
    display: inline-block;
    font-size: 23px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border-radius: 100%; 
    line-height: 38px;
    margin: auto;
    left: 0px;
    right: 0px;
    text-align: center;
    transition: all 0.5s ease-in;
}

.social-link ul li a i:hover {
  border-radius: 0px;
}

.footer-content1 a {
  color: #fff;
}

/* <----------inner about-----------------> */
.inrbanner-contt {
  position: absolute;
  top: 50%;
  left: 5%;
}

.inrbanersubtitll {
  font-size: 60px;
  background-color: rgba(255, 193, 4, .8);
  padding: 20px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
   font-weight: 800;
  text-transform: uppercase;
}

.mission-box {
  background-color: #08294b;
  height: 100%;
}

.missiontitll {
  font-size: 70px;
  font-weight: bold;
  color: #ffc104;
}

.missionsubtitl {
  font-size: 39px;
  font-weight: bold;
  color: #ffc104;
}

.mission-box p {
  font-size: 27px;
  color: #fff;
}

.jointitll1 {
  font-size: 72px;
  color: #08294b;

}

.mission-box1 {
  position: relative;
  padding: 60px;
}

.mission-box img {
  border: 5px solid transparent;

}

.join-box img {
  transition: all 0.5s ease-in;
  position: relative;
  z-index: 2;
}

.join-box img:hover {
  transform: scale(1.1);
}

/* <-------gallery-----------------> */

.gallery-info {
    background-color: #f5f5f5;
    padding: 80px 0px;
    text-align: center;
}
.gallery-info1{
  padding: 80px 0px;
}
.gallery-info p,
.gallery-info1 p {
  font-size: 22px;
  width: 90%;
  margin: auto;
  left: 0px;
  right: 0px;
  text-align: center;
}

.maing-gallery {
  column-width: 296px;
  column-gap: 5px;

}

.maing-gallery a {
  display: block;
  position: relative;
  transition: all 0.5s ease-in;
}

.maing-gallery img:hover {
  border: 2px solid #000;
  -webkit-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
  border-radius: 5px;

}


.maing-gallery img {
  width: 100%;
  cursor: pointer;

}

.maing-gallery img {
  border: 2px solid transparent;

}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: #7f8c8d;
  perspective: 1000;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}

.inner-gallery {
  padding: 100px 0px 0px 0px;
}

/* <-------------innr-service-------------------> */
.innr-service {
  padding: 60px 0px 60px 0px;
}

.inrservititll {
  font-size: 25px;
  font-weight: 900;
  color: #000;
  text-align: center;
}

.measubtitl {
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  color: #000;

}

.servi-detail {
  box-shadow: 0px 0px 10px #ccc;
  height: 100%;
  transition: all 0.5s ease-in;
  border: 2px solid transparent;
}

.servi-detail:hover {
  border: 2px solid #08294b;
  border-radius: 5px;
}

.servicnm {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  padding: 15px 20px 0px 30px;
}

.servi-detail p {
  font-size: 18px;
  padding: 5px 20px 5px 30px;
}

.solution {
  padding: 60px 0px;
  background-color: #003872;
}

.soltuiontitll {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0px 30px 0px;
  color: #ffc104;
	text-transform: uppercase;
    font-weight: 800;
}

.solution-box {
  background-color: rgba(26, 76, 128, 0.8);
  padding: 20px 30px;
  transition: all 0.5s ease-in;
  border: 1px solid transparent;
  height: 100%;
}

.solution-box:hover {
  border: 1px solid #fff;
  border-radius: 5px;
}

.solution-box ul li {
  font-size: 22px;
  color: #fff;
  padding: 3px 0px;
  transition: all 0.5s ease-in;
}

.solution-box ul li:hover {
  transform: translateX(10px);
}

.solution ul li i {
  font-size: 14px;
  padding-right: 5px;
}

.solution-order li {
  font-size: 19px;
  color: #fff;

}

/* <--------------contact---------------------> */
.contact {
  position: relative;
  margin-top: -70px;
  margin-bottom: 60px;
}

.contact-detail {
  max-width: 1100px;
  margin: auto;
  left: 0px;
  right: 0px;
  text-align: center;
}

.contact-box {
  background-color: #fff;
  padding: 20px 30px;
  text-align: center;
  /* border: 5px solid transparent; */
  border-bottom: 12px solid #003872;
  text-align: center;
  height: 100%;
  transition: all 0.5s ease-in;
}

.contact-box:hover {
  border: 5px solid #003872;
  border-radius: 5px;
  transform: translate(10px);
}

.contact-icon {
  width: 60px;
  height: 60px;
  background-color: #003872;
  border-radius: 100%;
  font-size: 24px;
  line-height: 63px;
  display: block;
  margin: auto;
  left: 0px;
  right: 0px;
  color: #fff;
}

.hexcontt {
  font-size: 30px;
  color: #003872;
  padding: 10px 0px;
}

.contact-box li {
  font-size: 22px;
  color: #000;
}

.contact-box li a:hover {
  color: #003872;
}


.form-box {
  max-width: 1100px;
  margin: auto;
  left: 0px;
  right: 0px;
  text-align: center;

  padding: 40px 0px;
  margin-bottom: 50px;
  transition: all 0.5s ease-in;
  border: 1px solid transparent;
}

.form-box:hover {
  border: 1px solid #003872;
  border-radius: 5px;
}

.contactitll {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.contact-form .form-control {
  padding: 20px 5px;
  border-radius: 5px;
  border: 1px solid transparent !important;
  border-bottom: 1px solid #ccc !important;
  font-size: 19px;
}

.contact-form textarea {
  width: 100%;
  border: 1px solid transparent !important;
  border-bottom: 1px solid #ccc !important;
  resize: none;
  height: 120px;
}

.common-btn3 {
  background-color: #ffc104;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  padding: 10px 42px;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  border: 1px solid transparent;
  margin-top: 5px;
  transition: all 0.5s ease-in;
  text-transform: uppercase;
  animation: up-down2 linear 2s infinite;
}


.common-btn3:hover {
  background-color: #08294b;
  color: #ffff;
}


.inteama{
  margin: 80px 0px 80px 0px;
}
.intemboxa{
  background-color: #fff;
  box-shadow: 0px 0px 10px #ccc;
  margin-bottom: 30px;
  border: 1px solid transparent;  transition: all 0.5s ease-in;


}
.intemboxa:hover{
  border-radius: 5px;
  border: 1px solid #ffc104;
}
.inbocont{
  padding: 10px 0px;
  text-align: center;
  overflow: hidden;
}
.pentitlrm{
  font-size: 24px;
  color:#020438;
  padding-top: 7px;
  
}
.hexsubtitl{
  font-size: 18px;
  color: #ffc104;
  font-weight: 600;

}
.intempho{
  transition: all 0.5s ease-in;
  position: relative;
}
.intempho img{
  width: 100%;
}
.Testimonials-box{
  box-shadow: 0px 0px 10px #ccc;
  background-color: #fff;
  position: relative;
  padding: 30px;
  margin-top: 30px;
  overflow: hidden;
  transition: all 0.5s ease-in;
  border: 1px solid transparent;
}
.Testimonials-box:hover{
  border: 1px solid #020438;
  border-radius: 5px;
  transform: translate(3px);
}
.Testimonials{
  padding: 40px 0px 80px 0px;
}
.Testimonials-box::after{
  position: absolute;
  content: '';
  width: 446px;
  height: 151px;
  background-image: url(../images/Testimonials-layer.png);
  top: -4px;
  left: -2px;
}
.hextestti {
  font-size: 25px;
  font-weight: 600;
}
.Testimonials-contt{
  position: relative;
  z-index: 22;
  padding: 10px 0px 20px 0px;
}
.testdetll p{
  font-size: 20px;
}

/* <-----------join us----------> */
.about-join{
  background-color: #f5f5f5;

}
.about-join ul{
  padding-left: 20px;
}
.about-join ul li{
  font-size: 22px;
  padding: 3px 0px;
  list-style-type: disc;
}
.pentjoin{
  font-size: 45px;
 font-weight: bold;
}
.pentjoin1{
font-size: 30px;
font-weight: bold;
}

.gallery-info1 ul li{
  font-size: 20px;
  padding: 20px 10px;
  font-weight: 300;
}
h6.servisubtitl.wow.fadeInDown {
    margin-top: 14px ;
}
@media (min-width:1517px){
	.service-info {
    height: 48.1vh;
 
}
	.service-info p {
  padding-top: 13px;
  
}
}


@media (max-width:1440px) {
  .container {
    max-width: 90%;
    margin: auto;
    left: 0px;
    right: 0px;
  }

  .navbar-default.navbar-trans .nav-item,
  .navbar-default.navbar-reduce .nav-item {
    margin-right: 13px;
  }

  .navbar-brand img {
    width: 275px;
  }

  .navbar-default.navbar-trans .nav-link:before,
  .navbar-default.navbar-reduce .nav-link:before {

    bottom: 7px;
    height: 5px;
  }

  .navbar-default.navbar-trans .nav-link,
  .navbar-default.navbar-reduce .nav-link {
    font-size: 16px;
  }

  .bannertitl {
    font-size: 72px;
    padding: 7px 20px;
  }


  .typing.banersubtitll {
    font-size: 90px;
  }

  .abouttitl {
    font-size: 57px;
  }

  .about-box p {
    font-size: 18px;

  }

  .service-info {
    padding: 12px 35px 12px 35px;
  }

.service-info::after {
    top: 6%;
    background-size: 54%;
    display: block;
    left: 74px;
}
  .common-btn1 {
    font-size: 17px;
    padding: 5px 25px;

  }

  .servicetitl {
    font-size: 59px;

  }

  .service-info p {
    padding-top: 22px;
  }

.service-mea {
    top: 37%;
}

  .clititl {
    font-size: 47px;
    color: #fff;
    padding: 0px 0px 28px 0px;
  }

  .jointitll,
  .joinsubtit {
    font-size: 56px;
  }

  .join-info {
    font-size: 43px;
  }
}

@media (max-width:1366px) {
  .container {
    max-width: 90%;
  }

  .navbar-default.navbar-trans .nav-link,
  .navbar-default.navbar-reduce .nav-link {
    font-size: 16px;
  }

  .nav-item1 a {
    font-size: 15px;
    padding: 7px 26px;

  }

  .bannertitl {
    font-size: 58px; 
    padding: 7px 9px;
  }

  .bannertitl {
    font-size: 58px;
    padding: 7px 9px;
  }
.banersubtitll {
   font-size: 69px;
  letter-spacing: 2px;
}
.abouttitl {
    font-size: 37px;
    line-height: 39px;
}
.about-box p {
    font-size: 16px;
    line-height: 24px;
    /* padding: 0px !important; */
    margin-bottom: 10px;
}
  .service-info {
    padding: 10px 10px 12px 10px;
  }

  .service-info p {
    padding-top: 13px;
  }

 .servicetitl {
    font-size: 48px;
}
  .service-box p {
    font-size: 18px;

  }
.col-md-12.about-para p{
   line-height: 26px;
    font-size: 17px;
  }


.service-info p {
    padding-top: 27px;
    font-size: 16px;
}
  .eventitll {
    font-size: 55px;
  }

  .event-box p {
    font-size: 17px;

    padding: 0px 0px;
  }

  .event-box .common-btn {
    margin-top: 20px !important;
  }

  .item-relative p {
    font-size: 16px;
  }

  .clititl {
    font-size: 40px;
    color: #fff;
    padding: 0px 0px 18px 0px;
  }

  .client-box1 .owl-carousel .owl-item img {

    width: 47px;
  }

  .hexslide {
    font-size: 19px;

    padding: 1px 0px;
  }

  .joinsubtitl {
    font-size: 55px;
  }

  .join-box {
    max-width: 950px;
  }

  p {
    line-height: 26px;
    font-size: 19px;
  }

  .join-info {
    font-size: 35px;
  } 

.join-inter li a {
    font-size: 19px;
    padding: 3px 10px;
}

  .social-link ul li a i {
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 39px;

  }

  .footrheading {
    font-size: 26px;
  }

  .footer-box ul li a {
    font-size: 18px;
  }

  footer {

    padding: 70px 0px 28px 0px;
  }

  .common-btn {
    margin-top: -10px;
  }

  .typing.banersubtitll {
    letter-spacing: 0px;
  }

  .inrbanersubtitll {
    font-size: 55px;
    padding: 15px;

  }

  .gallery-info {

    padding: 60px 0px;
  }

  .gallery-info p {
    font-size: 19px;
    width: 84%;

  }

  .innr-service {
    padding: 50px 0px 50px 0px;
  }

  .servi-detail p {
    font-size: 16px;
    padding: 5px 20px 5px 30px;
  }

  .solution-box ul li {
    font-size: 20px;
    padding: 2px 0px;

  }

  .soltuiontitll {
    font-size: 55px;
    padding: 0px 0px 30px 0px;

  }

  .join {
    padding: 50px 0px;

  }

  .jointitll1 {
    font-size: 60px;

  }

  .contact-icon {
    width: 52px;
    height: 52px;
    font-size: 23px;
    line-height: 53px;

  }
  .contact-icon img{
    height: 100%;
  }

  .hexcontt {
    font-size: 25px;
    padding: 10px 0px 0px 0px;
  }

  .contact-box li {
    font-size: 20px;
    color: #000;
  }

  .contactitll {
    font-size: 34px;
  }

  .mission-box p {
    font-size: 20px;

  }


  .missiontitll {
    font-size: 52px;

  }

  .missionsubtitl {
    font-size: 35px;


  }

 

  .contact-box {

    padding: 12px 32px;
  }
  .contact {
   
    margin-top: -49px;
    margin-bottom: 72px;
}
.testdetll p {
  font-size: 18px;
  line-height: 25px;
}
.hextestti {
  font-size: 20px;

}
.pentitlrm {
  font-size: 20px;

  padding-top: 3px;
}
.hexsubtitl {
  font-size: 16px;

  font-weight: 600;
}
.service-info {
    height: 48.2vh;
}
	.service-box.service-box1 img {
    height: 96.4vh;
}
.gallery-info1 p {
  font-size: 19px; 
  width: 100%;

}
.pentjoin {
  font-size: 37px;

}
.about-join ul li {
  font-size: 20px;
  padding: 0px 0px;

}
.about::after { bottom: 13%; left: 2%;transform: rotate(-47deg);}
.about::before {
  background-size: 81%;}
.common-btn {
  font-size: 18px;
 padding: 8px 33px;
}
	.maing-a {
    column-width: 125px;
    
    /* height: 199px; */
}
	.footer-box {
  
    margin-bottom: 9px;
}
	.servisubtitl {
		font-size: 20px;}
	
footer::after {top: 58%;}
}
@media (max-width:1280px) {
.navbar-default.navbar-trans .nav-link, .navbar-default.navbar-reduce .nav-link {font-size: 14px;}
}
html,body{overflow-x:hidden}
@media (max-width:1024px){
.bannertitl {font-size: 45px;}
.banersubtitll {font-size: 52px;}
.abouttitl {font-size: 31px; line-height: 36px;padding-top: 20px;}
.about-box img { border-radius: 0px 81px 0px 84px;}
.about::after { bottom: 15%;left: 3%;  transform: rotate(-52deg);}
h6.servisubtitl.wow.fadeInDown { margin-top: -3px !important;}
.service-info p { padding-top: 8px; font-size: 15px;line-height: 20px; margin-bottom: 4px;}
.service-info {height: 40.3vh;}
.service-info::after {top: 5%;background-size: 34%;}	
.service-mea {top: 33%;}
.common-btn1 { font-size: 16px; padding: 4px 22px;}
.service-box { height: auto;}	
.eventitll { font-size: 45px;}	
.maing-a {column-width: 91px;}	
.event-box1 img {box-shadow: 0px 0px 6px #08294b;border-radius: 0px 67px 0px 66px;}	
.event::after { bottom: 54px;right: 29px; background-size: 68%;transform: rotate(84deg);}	
.event-box .common-btn { margin-top: -6px !important;}	
.navbar-brand img { width: 207px;}	
.client {background-color: #fff;overflow:hidden}
.clititl {font-size: 31px;padding: 0px 0px 5px 0px;}
.client-box1 { border-radius: 0px 70px 0px 0px;  padding: 13px 70px;}	
.client-box1::after { height: 482px;}
.join { padding: 30px 0px;}
.jointitll, .joinsubtit { font-size: 40px;}
.navbar-default.navbar-trans .nav-link, .navbar-default.navbar-reduce .nav-link { font-size: 13px;}
.joinsubtitl { font-size: 34px; margin-top: -8px;}
.join p { font-size: 18px;}
.join-info { font-size: 30px;}	
footer { padding: 36px 0px 20px 0px;}	
.footrheading {font-size: 22px;}
.footer-box ul li a {font-size: 16px;}	
footer::after { top: 53%;}	
footer::before {bottom: 25%;}	
.nav-item1 a {font-size: 14px;padding: 7px 22px;}	
.navbar-default.navbar-trans .nav-item, .navbar-default.navbar-reduce .nav-item {padding-right: 0px;}
.service-info {padding: 0px 10px 12px 10px;}	
.servisubtitl { font-size: 16px;font-weight: 600;}	
.navbar {padding-top: 0rem;}

.fixed-nav .top-bg-menu .navbar-brand img {width: 211px;}
.inrbanersubtitll { font-size: 40px; padding: 12px;}
.col-md-12.about-para p { line-height: 26px; font-size: 16px;}
.about.about-boxnr::after { bottom: 60%;Left: 4%;transform: rotate(-54deg);}	
.mission-box1 { padding: 20px 52px; background-color: #08294b;}	
.missiontitll {font-size: 37px; padding-top: 10px;}
.mission-box p {font-size: 16px;}
.jointitll1 { font-size: 37px;}
.join-box img { width: 29%;}	
.join { padding: 25px 0px;overflow: hidden;}	
.join:after {height: 312px;}
.inteama { margin: 50px 0px 50px 0px;}	
.Testimonials {padding: 24px 0px 34px 0px;}	
.Testimonials-box {padding: 19px; margin-top: 26px;}
.Testimonials-box::after { top: -14px; left: -10px;}
.gallery-info { padding: 30px 0px;}
.gallery-info p { font-size: 17px; width: 98%;}
.innr-service { padding: 31px 0px 37px 0px;}
h6.servisubtitl.wow.fadeInDown {margin-top: 6px !important;}
.measubtitl {font-size: 20px;}
.servicnm {  font-size: 19px; padding: 15px 14px 0px 22px;}	
.servi-detail p {font-size: 16px; padding: 0px 10px 5px 22px;}	
.innr-service.col-lg-4.col-md-6.mt-5{margin-top:20px;}	
.solution {padding: 30px 0px;}
.soltuiontitll { font-size: 31px; padding: 0px 0px 0px 0px;}
	.solution-order li { font-size: 17px;color: #fff;}
.inner-gallery { padding: 41px 0px 0px 0px;}
.maing-gallery {column-width: 235px; column-gap: 5px;}
.pentjoin {font-size: 26px;}
.gallery-info p { font-size: 16px;width: 100%;}
.gallery-info1 { padding: 35px 0px;}
.gallery-info1 p {  font-size: 18px; margin-bottom: 10px;}
.about {padding: 30px 0px 50px 0px;}
.pentjoin { font-size: 23px;}
.about-join ul li {font-size: 19px;padding: 1px 0px;}
.gallery-info1 {padding: 30px 0px;}
.gallery-info1 ul li { font-size: 16px; padding: 11px 10px;font-weight: 400;}
.contact-detail {max-width: 900px;}
.contact-box { border-bottom: 4px solid #003872;}
.contact-icon { width: 40px;height: 40px;font-size: 19px;line-height: 46px;}
.form-box { max-width: 900px; padding: 10px 0px 25px 0px;bottom: 48px;}
.about-box img {border-radius: 0px 50px 0px 50px;}
.Banner {height: 100%}
.Banner video {height: 100%}
.Banner::after { height: 100%;}
.service-box.service-box1 img { height: auto;}
}
@media all and (max-width: 930px) {
.contact-detail { max-width: 851px;}
.form-box { max-width: 823px;}
.contact { margin-top: -49px; margin-bottom: 30px;}
.join-box {  margin: auto;  max-width: 100%;}
}
@media all and (max-width: 840px) {
a.navbar-brand.text-brand {float: left;position: absolute;left: 42%;}
.about::after {bottom: 22%; left: 4%; transform: rotate(-44deg);}
.maing-a {column-width: 63px;}	
.event::before{ background-size: 49%;}
.event {padding: 40x 0px 60px 0px;}
.service-mea {top: 50% !important} 
.service-mea {top: 53%;}	
.service-info p {font-size: 15px; padding: 30px 20px 0px 20px;}	
h6.servisubtitl.wow.fadeInDown {margin-top: 16px !important;}	
.fixed-nav .top-bg-menu {padding: 3px 0px;}
.bannertitl {font-size: 33px;}
.banersubtitll {font-size: 40px;}
.abouttitl br,.clititl br{display:none;}
.common-btn1 {font-size: 16px;margin-top:20px; padding: 6px 22px;}
.service-info::after {background-size: 42%;left: 92px;}
.eventitll {font-size: 35px;}
.clititl {font-size: 21px;}
	
.client-box1 {padding: 23px 43px;}
.client-box1 .owl-carousel .owl-item img {width: 38px;}	
.item-relative p {font-size: 20px;padding: 10px 0px;line-height:23px}
.client-box1::after {height: 409px;right: -70px;}
.hexslide {font-size: 17px;padding: 0px 0px;margin-top:-5px}
.join-inter li a {font-size: 16px;padding: 5px 25px;}	
.jointitll, .joinsubtit { font-size: 35px;}	
.footer-box ul li a {font-size: 15px;}	
.social-link ul li a i {line-height: 36px;}
.navbar-default.navbar-trans .nav-link, .navbar-default.navbar-reduce .nav-link { font-size: 23px;}
.about-boxnr .row{align-items:center;}
.solution-box ul li { font-size: 16px;}
.measubtitl { font-size: 17px;}	
.pentjoin,.pentjoinew {font-size: 20px;}	
.gallery-info1 .d-flex{flex-wrap: wrap;}
.gallery-info1 ul li { font-size: 18px; padding: 11px 14px;}	
.inrbanersubtitll { font-size: 17px; padding: 8px;}	

.contact-detail { max-width: 741px;}
.contact-box li {font-size: 17px;font-weight: 600;}
.form-box {max-width: 700px; padding: 10px 0px 25px 0px; bottom: 39px;}
.enq-form {right: -280px;}
.top-bg-menu { position: fixed;top: 0px;}
a.navbar-brand.text-brand { position: relative;left: 0%; top: 4px;}	
.nav-item1 a { font-size: 13px; padding: 7px 11px; position: fixed;top: 23px; right: 40px;}	
.header-bottom {height: 56px;}	
.about-box img:hover, .event-box1 img:hover { border-radius: 50px 0px 50px 0px;}
.mission-box .row{align-items:center;}
.mission-box img {top: 37px; border: 0px solid transparent ;}
.sl-wrapper .sl-navigation button.sl-next { right: 15px; font-size: 5rem;}
#team-slid1 .owl-dot span,#team-slid1 .owl-dot.active span { width: 12px;height: 12px;}
.join-inter.join-inter1 { padding-top: 17px;}
.service-info {  height: 30vh;}
.about-box.ps-4 {padding-left: 0rem!important;}
.about { padding: 50px 0px 30px 0px;}
.mission {background: #08294b;}
.mission .row{align-items:center;}
.join-box img { width: 70%;}
.inteama { margin: 50px 0px 25px 0px;}	
.Testimonials { padding: 30px 0px 50px 0px;}
.gallery-info { padding: 30px 0px; margin-top: 40px;}	
}

@media (max-width:767px){
.join-box img { width: 100%;}
.join-inter li a { font-size: 15px; padding: 5px 4px;}
body,html{overflow-x:hidden}
@media (max-width:767px){
.nav-item1 a {font-size: 14px; padding: 7px 8px;}
.bannertitl {font-size: 21px;}
.banersubtitll { font-size: 22px;}
.about-box img { border-radius: 0px 41px 0px 37px;}
.about-box img:hover { border-radius: 41px 0px 41px 0px;}	
.about-box img {box-shadow: 0px 0px 10px #ccc;}
.about .ps-4{padding-left:0px !important}
.abouttitl {font-size: 27px; padding-top: 20px;}
.service-mea {top: 28% !important;}
.servicetitl {font-size: 41px;}
.service-info p {padding: 6px 20px 0px 20px;}
.service-info{margin-top:20px}
.about::after { bottom: 43%;left: 6%;transform: rotate(-44deg);}
.about::before { top: 57%; right: -1%;}
.servisubtitl { font-size: 22px;}
.servisubtitl br{display:none;}
.event .row{flex-direction:column-reverse;}
.event .row .event-box1.ps-5{padding-left:0px !important;}
.eventitll {font-size: 35px; margin-top: 23px;}	
.event::after { bottom: 341px;background-size: 68%;right: 63%;}
.client-box1::after { height: 412px; right: -17px;}
.client-box1 { border-radius: 0px 0px 0px 0px;margin-top:20px;}
.navbar-default.navbar-trans .nav-link, .navbar-default.navbar-reduce .nav-link {font-size: 19px;} 
.footer-content1.text-end{text-align:center !important;padding:10px 0px;}	
#menu-footer.d-flex{display:block !important;}	
.footer-box2 li { margin-top: 26px;}
.footer-box1, .footer-box2 li {border-right: 0px solid #3e5873;}
footer::before,footer::after{display:none}
.footer-box2 li { padding-top: 20px; margin: 0px 0px;}
.join-inter1{  padding-top: 20px;}
.formrotate {right: 250px;}
.footrheading { padding-top: 19px;}	
.inrbanner-contt {top: 39%;}
.gallery-info1 ul li {padding: 8px 6px;}
h5.pentjoin.wow.fadeInDown {padding-top: 20px;}
.about-join ul li {padding: 2px 0px;}	
.join:after { height: 155px;}
.gallery-info { padding: 20px 0px 20px 0px;}
.gallery-info1 { padding: 20px 0px;}
.service-info { padding: 0px 10px 24px 10px;}
.servicetitl { font-size: 37px;}
.about::after {background-size: 54%;bottom: 58%;left: 8%;}
.about::before { top: 37%;right: -25%;}
.service-info {padding: 0px 15px 24px 15px;}
.service-info {height: auto;}	
.servi-detail p { padding: 0px 10px 5px 13px;}
a.navbar-brand.text-brand { position: absolute; left: 41%;}
.nav-item1 a { font-size: 11px; padding: 5px 7px; top: 18px; right: 10px;}	
.top-bg-menu {position: fixed;top: 0px;padding-top: 14px;}	
.formrotate {width: 46%;}
.innr-service .mt-5{margin-top:25px !important}
.footer-content1.footer-content12 {font-size: 15px;}	
.soltuiontitll { font-size: 25px;}
.solution-box {padding: 20px 10px;height:auto;}
.solution-box1{margin-top:20px}
.navbar-nav { margin-top: -30px;}	
.enq-form { right: -283px;}
.service-mea { top: 35%; left: 22px; right: 14px;text-align:center;}	
.mission .row{flex-direction:column-reverse;}
.navbar-nav { margin-top: 17px;}
a.navbar-brand.text-brand {left: 32%;top: -23px;width: 200px;}
.fixed-nav .top-bg-menu { padding: 11px 0px;}
.form-box {	max-width: 90%;}	
.contact-detail { max-width: 90%;}
.contact {margin-top: 20px;margin-bottom: 20px;}
.contact-box { border-bottom: 4px solid #003872; margin-top: 20px; box-shadow: 0px 0px 10px #ccc;height:auto;}	
.maing-a {column-width: 100px;}	
.clititl { font-size: 21px;}
	.jointitll, .joinsubtit { font-size: 31px;}	
.joinsubtitl { font-size: 28px; margin-top: -9px;}
.contactitll { font-size: 31px;}
.footer-content { text-align: center;}	
.copy-right.pt-5{padding-top:20px !important;}	
}

@media (max-width:450px){
.join-inter li a { font-size: 14px;  padding: 5px 9px;}
.inrbanersubtitll { font-size: 16px;padding: 8px;top: 33%;}
h5.pentjoin.wow.fadeInDown {padding-top: 10px; font-size: 19px;}	
.gallery-info1 { padding: 13px 0px;}
.about { padding: 16px 0px 37px 0px;}
.gallery-info1 ul li { padding: 4px 0px; width: 100%; text-align: center;}	
.gallery-info1 .d-flex {flex-wrap: wrap;}
.inteama {margin: 43px 0px 22px 0px;}	
.navbar-brand img { width: 143px;}
a.navbar-brand.text-brand { left: 27%; top: -10px;}
.fixed-nav .top-bg-menu .navbar-brand img { width: 150px;}
.bannertitl { font-size: 16px;}
.banersubtitll { font-size: 17px;}
.servicetitl { font-size: 26px;}
.service-box p { font-size: 16px;}
.contactitll { font-size: 28px;margin-bottom: -20px}
footer { padding: 24px 0px 20px 0px;}
a.navbar-brand.text-brand { left: 26%; top: -9px; width: 200px;}
.missionsubtitl { font-size: 27px;}	
.missiontitll { font-size: 28px; padding-top: 7px;}
.soltuiontitll { font-size: 23px;}
	
}
