@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vujahday+Script&display=swap');
*{
  font-family: 'Open Sans', sans-serif;
  transition: ease 0.4s;
}
.nav-link {
    color: #000000 !important;
}
.container-fw {
  width: 100%;
}
.navbar-nav {
    width: 100%;
    align-items: center;
}
.dropdown-menu {
    padding: 5px;
    border-radius: 0px !important;
}
.navbar.navbar-expand-md.navbar-light {
    padding: 10px 0px;
}
#header {
    width: 100%;
}

#navbarNavDropdown {
    justify-content: right;
-webkit-box-pack: justify;
-webkit-justify-content: flex-end;
}
.row {
    margin: 0px auto;
}
.bottom-header .nav-link {
    font-size: 12px;
    text-transform: uppercase;
    padding: 20px 20px !important;
}
footer p {
  margin: 0px;
  font-size: 14px;
}
a:hover{
    text-decoration: none;
}
/*.darkHeader {
    position: fixed !important;
    top: 0px;
    display: block;
    background: #fff !important;
    z-index: 999;
}*/
#banner .row {
  align-items: center;
}
.navbar-brand {
  margin-right: 5%;
}
.topbar .col-md-7 {
  background: #114289;
  height: 25px;
}
.topbar .col-md-5 {
  height: 25px;
  background: #1e3368;
}
.slanted {
  background: #1e3368;
  -webkit-transform: skewY(25deg);
  -moz-transform: skewY(25deg);
  -ms-transform: skewY(25deg);
  -o-transform: skewY(25deg);
  transform: skew(25deg);
  display: inline-block;
  height: 25px;
  width: 60px;
  position: absolute;
  right: -30px;
  z-index: 99999;
}

.slanted-right {
  background: #114289;
  -webkit-transform: skewY(-25deg);
  -moz-transform: skewY(-25deg);
  -ms-transform: skewY(-25deg);
  -o-transform: skewY(-25deg);
  transform: skew(-25deg);
  display: inline-block;
  height: 58px;
  width: 60px;
  position: absolute;
  z-index: 0;
  margin-left: -105px;
}
.navbar-nav {
  padding-left: 40px;
}
.logo {
  max-width: 280px;
  width: 100%;
}
.header .logo-n {
  display: none;
}
.darkHeader .logo-w{
  display: none;
}
.header.darkHeader .logo-n {
  display: block;
}
.top-header {
  padding: 20px 0px;
  align-items: center;
}
.navbar-nav {
  justify-content: flex-end;
}
#header a {
  font-size: 18px;
  text-transform: capitalize;
}
#header .mainmnu a {
  text-transform: uppercase;
}


#header .nav-item:first-child a::before,.dropdown-menu a::before {
  display: none;
}
#header .nav-link {
  padding: 0px 6px !important;
}
.row.topbar {
  display: none;
}
.quote {
  text-align: center;
  background: url(../images/quoteee.jpg);
  padding: 150px 0px;
  color: #fff;
}
.quote h2 {
  font-size: 52px;
  color: #d5d0d3;
}
.quote a {
  background: #114289;
  color: #fff;
  font-size: 24px;
  width: 240px;
  display: block;
  margin: 0px auto;
  padding: 10px;
  margin-top: 50px;
}
.contactform .col-md-7 {
  background: #f3f3f3;
  padding: 25px;
}
.contactform i {
  color: #671031;
  font-size: 52px;
}
.contactform h3 {
  color: #671031;
  font-size: 38px;
}
.contactform .col-md-2 {
  text-align: center;
}
.contactform .col-md-10 p {
  margin-bottom: 30px;
}
.contactform .col-md-5 {
  background: url(../images/contactusbg.jpg);
  padding: 45px;
  color: #fff;
}
.contactform h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: -5px;
}
input::-webkit-input-placeholder{
     opacity: 1;
}
.contactform input,.contactform textarea,.contactform select {
  background: #fff;
  border: none;
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
}
.contactform button {
  z-index: 9;
  position: relative;
  color: #fff;
  background: #072444;
  font-size: 14px;
  padding: 6px;
  display: inline-block;
  border-radius: 5px;
  width: 100px;
  text-align: center;
  border: none;
}
.contactform h5 {
  font-size: 16px;
}
.contactform h2 {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 800;
  letter-spacing: -1px;
}
.contactform {
  margin-top: -75px;
}
.contactform textarea {
  height: 150px;
}
.leftbotm {
  background: #082545;
  color: #fff;
  padding: 10px 20px;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  transform: rotate(-90deg);
  bottom: 93px;
  left: -131px;
  width: 240px;
}
.clients {
  padding: 100px 0px;
}
.clients img {
  height: 100px;
  object-fit: contain;
}
.teams {
  padding: 100px 0px;
  text-align: center;
}
.teams img {
  max-width: 200px;
  object-fit: contain;
}
.spshadow {
  margin-top: 50px;
  box-shadow: 0 0 10px #d3d3d3;
  padding:30px 15px 30px 15px;
}
.owl-dots {
  display: none;
}
.owl-next {
  right: 0px !important;
  position: absolute;
  top: 25%;
}
.owl-prev {
  left: 0px !important;
  position: absolute;
  top: 25%;
}
.owl-nav span:hover, .owl-nav button:hover {
  background: none !important;
  color: #000;
}
.testimonials {
  padding-bottom: 80px;
}
.owl-nav span {
  font-size: 40px;
}
.banner img {
  max-width: 480px;
}
.banner {
  margin-top: -500px;
  position: relative;
  z-index: 9;
}
.three-boxes {
  z-index: 99;
  position: relative;
}
.darkHeader {
  background: #fff !important;
}
.header .nav-link {
  color: #000 !important;
}
.darkHeader .nav-link{
  color: #000 !important;
}
.header{
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 99999;
  background: rgba(255,255,255,0.8);
}
.banner h1 {
  color: #fff;
  font-family: 'Vujahday Script', cursive;
  font-size: 70px;
  margin-bottom: 250px;
}
.three-boxes img {
  width: 100%;
}
.tboxes {
  
  color: #fff;
}
.tboxes.fst-b {
  background: url(../images/box1bg.png);
  background-size: 100% 100%;
}
.tboxes.thrd-b {
  background: url(../images/box3bg.png);
  background-size: 100% 100%;
}
.tboxes.scnd-b {
  background: url(../images/box2bg.png);
  background-size: 100% 100%;
}
.three-boxes p {
  margin-top: 20px;
  margin-bottom: 0px;
}
.three-boxes h2 {
  font-size: 26px;
  margin-bottom: 20px;
}
.three-boxes p {
  font-size: 18px;
}
.three-boxes {
  margin-top: -70px;
  margin-bottom: 70px;
}
.clients {
  background: #ffffff;
  border-top: #671031 2px solid;
  margin-top: 70px;
}
.about-us {
  padding: 70px 0px;
  background: #f5f5f5;
}
.about-us img {
  width: 100%;
}
.about-us p {
  color: #404040;
  font-size: 16px;
  line-height: 26px;
}
.about-us .btn {
  margin: 0px auto;
  display: block;
  width: 140px;
}
.about-us h2 {
  color: #b4bbcf;
  font-weight: 800;
  font-size: 44px;
  transform: rotate(270deg);
  position: absolute;
  left: -270px;
  bottom: -260px;
}

.pagetx {
  padding: 70px 0px;
  background: #f5f5f5;
  
}
.pagetx img {
  width: 100%;
}
.pagetx p {
  color: #404040;
  font-size: 16px;
  line-height: 26px;
  text-align: justify!important;
}
.pagetx .btn {
  margin: 0px auto;
  display: block;
  width: 140px;
}
.pagetx h2 {
  color: #b4bbcf;
  font-weight: 400;
  font-size: 34px;
  /* transform: rotate(270deg);
  /* position: absolute; */
  /* left: -270px;
  bottom: -260px; */ 
}

.btn {
  background: url(../images/btnbg.png);
  background-size: 100% 100%;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  border: none;
}
.btn:hover{
  background: url(../images/btnbg.png);
  color: #fff;
}
.banner .row {
  align-items: center;
}
footer {
  padding-top: 50px;
  padding-bottom: 20px;
  background: url(../images/footerbg.jpg);
  background-size: cover;
  background-position: center;
}
.borderbtm {
  border-bottom: 1px solid #ccc;
}
.borderbtm i {
  color: #facc00;
  font-size: 16px;
  margin-right: 10px;
}
.borderbtm h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 0px;
  border-right: 1px solid #ccc;
  margin-bottom: 0px;
  text-align: center;
}
footer p, footer a {
  color: #ccc;
  font-size: 14px;
  line-height: 20px;
}
.copyright {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}
footer h3 {
  color: #facc00;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 20px;
}
footer ul {
  list-style: none;
  padding: 0px;
}
footer ul li {
  margin-bottom: 5px;
}
footer a:hover {
  color: #fff;
}
.borderbtm {
  margin-bottom: 30px;
}
.freadmore {
  font-size: 12px;
  border: 1px solid #ccc;
  display: inline-block;
  margin-top: 20px;
  padding: 5px 20px;
  border-radius: 5px;
}
.socialicon a {
  border: 1px solid #facc00;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
footer img {
  width: 100px;
  margin-top: 20px;
}
.socialicon a i {
  font-size: 18px;
  line-height: 28px;
}
.banner .gicimg {
  border: none !important;
  border-radius: 0px !important;
  width: 250px !important;
  height: auto !important;
  margin-top: -27%;
}
.banner .owl-carousel .owl-item img {
  width: auto !important;
  display: unset !important;
}
.banner .owl-next {
  right: -20px !important;
  position: absolute;
  top: 40%;
}
.banner .owl-prev {
  left: -20px !important;
  position: absolute;
  top: 40%;
}
.banner-img .owl-dots {
  display: block;
}
.banner-img .owl-nav {
  display: none;
}
::placeholder{
  opacity: 1;
}
.video-bg {
  position: relative;
  z-index: -999999999999999999;
}
.video-bg video {
  max-height: 750px;
  object-fit: cover;
}
.navbar-brand {
  padding: 0px;
  margin-right: 0px !important;
}
#header .container-fluid {
  padding: 0px;
}
#header .col-lg-12 {
  padding: 0px;
}
.dropdown-menu .row {
  margin: 0px 0px;
  width: 100%;
}
.dropdown-menu .row {
  padding: 25px 0px;
}

@media screen and (max-width: 1200px) {
.navbar-nav {
  padding: 0px;
}
#header a::before {
  display: none;
}
#header .nav-link {
  padding: 0px 6px !important;
}
.banner img {
  max-width: 400px;
}
.banner {
  margin-top: -425px;
}
.banner h1 {
  font-size: 54px;
}
}
@media screen and (max-width: 992px) {
#navbarNavDropdown {
  background: #fff;
  border-radius: 10px;
}
.banner img {
  max-width: 480px;
  width: 100%;
}
.banner h1 {
  font-size: 40px;
}
#header {
  z-index: 9999999999999;
  position: relative;
}
.top-header .col-lg-3{
  width: 60%;
}
.top-header .col-lg-9 {
  width: 40%;
}
.nav-item {
  width: 100%;
  text-align: center;
}
.dropdown-menu.show {
  text-align: center;
  border: none;
  border-bottom: 1px solid #f5f5f5;
}
.mobileshow{
  display: block;
}
.navbar-toggler {
  background: #fff;
}

.contactform .col-md-5 {
  padding: 20px;
}
.borderbtm h4 {
  border: none;
}
.quote h2 {
  font-size: 36px;
  color: #d5d0d3;
}
.quote a {
  font-size: 16px;
  width: 150px;
}
.bottom-header .nav-link {
  color: #000 !important;
  padding: 5px !important;
  font-size: 14px;
}
.logo.logo-w {
  display: none;
}
.logo.logo-n {
  display: block;
}
#header .nav-link {
  color: #000 !important;
}

}
@media screen and (max-width: 768px) {
.navbar-toggle {
    margin-top: 30px;
}
.video-bg iframe{
  height: 500px;
}
.topbar .col-md-7{
  width: 60%;
}
.navbar-collapse {
  position: absolute;
  width: 100vw;
  top: 70px;
  right: 0px;
  padding-bottom: 20px;
}
#header a {
  line-height: 26px;
}
.banner {
  margin-top: -200px;
}
.topbar .col-md-5 {
  width: 40%;
}
.about-us h4 {
  margin-top: 20px;
}
.contactform .col-md-2 {
  text-align: left;
}
#header {
  text-align: center;
}
.three-boxes {
  margin-top: 70px;
  margin-bottom: 50px;
}
.tboxes,.about-us img {
  margin-bottom: 20px;
}
footer {
  text-align: center;
}
footer .col-md-6.text-right {
  text-align: center !important;
  margin-top: 10px;
}
.leftbotm {
  background: #082545;
  color: #fff;
  padding: 10px 20px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  transform: rotate(-90deg);
  bottom: 93px;
  left: -88px;
  width: 185px;
}
.banner img {
  display: none;
}
.banner h1 {
  font-size: 32px;
}
}



/*CSS Added For Navigation Drodown*/
.bottom-header .dropdown-menu.show {
  line-height: 24px;
  padding: 10px;
  top: 50px;
}
.dropdown-menu.show a {
  font-size: 14px;
  color: #000;
}
.bottom-header .dropdown-menu {
  line-height: 24px !important;
  padding: 10px !important;
}
@media screen and (max-width: 768px) {
.nav-item {
  width: 100%;
}
.dropdown-menu.show {
  border: none;
  border-top: 1px solid;
}
.nav-item.dropdown li {
  text-align: center;
}
}
.mgmnufonthead {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: bold;
}
.mgmnufonttext {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight:400;
}
