/********** Template CSS **********/
:root {
    --primary: #7f3939;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 70px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
   
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .85);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background:  url(../images/OT_banner.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    
}

.hero-header1 {
    background:  url(../images/about_banner.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    
}

.hero-header2 {
    background:  url(../images/portfolio_banner.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    
}
.hero-header3 {
    background:  url(../images/services_banner.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    
}
.hero-header4 {
    background:  url(../images/blogs_banner.jpeg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    
}
.hero-header5 {
    background:  url(../images/contact_us_banner.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    
}
.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 18px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

/* .testimonial-carousel {
    background: rgba(6, 163, 218, .85);
} */

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    /* background: var(--primary); */
    border-radius: 2px;
    font-size: 18px;
    transition: .5s;
    margin-top: -20px;
}

/* .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
} */

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}


/****** Filter******/


body{
	line-height: 1.5;
	font-family: sans-serif;
}
*{
	margin:0;
	box-sizing: border-box;
}
.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
img{
	max-width: 100%;
	vertical-align: middle;
 
}
/* .project2{
  border: 1px solid #696769;
} */
.project2:hover{
  transition: all 0.6s ease;
    transform: scale(1.1);
}


/* .project2 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 project2:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
} */


/*.gallery*/
.gallery7{
	width: 100%;
	display: block;
	min-height: 100vh;
	/* background-color: #2a2932; */
	padding: 100px 0;
 
}
.gallery7 .gallery7-filter{
	padding: 0 15px;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.gallery7 .gallery7-filter .filter-item{
	color: #000000;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	margin:0 10px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	line-height: 1.2;
	transition: all 0.3s ease;
    background-color: #d8d3d3;
    padding: 10px;
}
.gallery7 .gallery7-filter .filter-item.active{
	color: #00008b;
	border-color : #00008b;
}
.gallery7 .gallery7-item{
	width: calc(100% / 3);
	padding: 15px;
}
.gallery7 .gallery7-item-inner img{
	width: 100%;
    border: 1px solid#00008b;
}
.gallery7 .gallery7-item.show{
	animation: fadeIn 0.5s ease;
}


.advance{
    padding: 30px;
}
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.gallery7 .gallery7-item.hide{
	display: none;
}

/*responsive*/
@media(max-width: 991px){
	.gallery7 .gallery7-item{
		width: 50%;
	}
}
@media(max-width: 767px){
    .gallery7 .gallery7-item{
		width: 100%;
	}	
	.gallery7 .gallery7-filter .filter-item{
		margin-bottom: 10px;
	}
}


/******* Counter******/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.container1 {
  font-family: 'Jost', sans-serif;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: rgb(208, 208, 212);
  color: #00008b;
  overflow: hidden;
  margin: 0;
  font-size: 600;
}

.counter-container{
    /* border: 2px solid #fff; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 30px 50px;
    text-align: center;
}

.counter{
    font-size: 40px;
    margin-top: 10px;
}

.counter-container i{
    font-size: 64px;
}

@media screen and (max-width:735px) {
    .container{
        flex-direction: column;
    }
    .counter-container{
        display: flex;
        flex-wrap: wrap;
    }
    }




.fixedoffer {
    position: fixed;
    width: 200px;
    height: 30px;
    margin: 0;
    padding: 0;
    top: 18%;
    right: -135px;
    z-index: 999;
    /* border-radius: 10px 0 0 10px; */
    overflow: hidden;
    background: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    }
    .fixedoffer .phonenumber {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    }
    .fixedoffer .phonenumber span{
    width: 65px;
    height: 35px;
    float: left;
    background: #00008b;
    font-size: 18px;
    margin: 0 15px 0 0;
    text-align: center;
    line-height: 30px;
    color: #fff;
    }
    .fixedoffer .phonenumber p{
    margin: 0;
    padding: 7px;
    color: #00008b;
    }
    .phn{
    
      color: #00008b;
      font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    }
    .fixedoffer .phonenumber span i {
    color: #fff;
    -webkit-animation: flipInY 1.25s infinite;
    -moz-animation: flipInY 1.25s infinite;
    -ms-animation: flipInY 1.25s infinite;
    animation: flipInY 1.25s infinite;
    }
    /*******/
    .fixedcall1 {
    position: fixed;
    width: 180px;
    height: 42px;
    margin: 0;
    padding: 0;
    top:41%;
    right: -135px;
    z-index: 999;
    /* border-radius: 10px 0 0 10px; */
    overflow: hidden;
    background: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border: 1px solid#ffffff; 
    }
    .fixedcall1 .phonenumber {
    display: block;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    }
    .fixedcall1 .phonenumber span{
    width: 45px;
    height: 45px;
    float: left;
    background: #00008b;
    /* border: 1px solid#fff; */
    font-size: 25px;
    margin: 0 15px 0 0;
    text-align: center;
    line-height: 45px;
    color: #fff;
    }
    .fixedcall1 .phonenumber p{
    margin: 0;
    padding: 7px;
    color: #000000;
    }
    .phn{
    
      color: #000000;
      font-size: 14px;
    line-height: 32px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    }
    .fixedcall1 .phonenumber span i {
    color: #fff;
    -webkit-animation: flipInY 1.25s infinite;
    -moz-animation: flipInY 1.25s infinite;
    -ms-animation: flipInY 1.25s infinite;
    animation: flipInY 1.25s infinite;
    }
    
    .fixedcall {
    position: fixed;
    width: 180px;
    height: 42px;
    margin: 0;
    padding: 0;
    top: 48%;
    right: -135px;
    z-index: 999;
    /* border-radius: 10px 0 0 10px; */
    overflow: hidden;
    background: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
     border: 1px solid#ffffff; 
    }
    .fixedcall a {
    display: block;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    }
    .fixedcall a span{
    width: 45px;
    height: 45px;
    float: left;
    background: #00008b;
    /* border: 1px solid#fff; */
    font-size: 25px;
    margin: 0 15px 0 0;
    text-align: center;
    line-height: 45px;
    color: #fff;
    }
    .fixedcall a p{
    margin: 0;
    padding: 7px;
    color: #000000;
    }
    .fixedcall a svg {
    color: #fff;
    -webkit-animation: tada 1.25s infinite;
    -moz-animation: tada 1.25s infinite;
    -ms-animation: tada 1.25s infinite;
    animation: tada 1.25s infinite;
    }
    .fixedcall .phonenumber span i {
      color: #fff;
      -webkit-animation: flipInY 1.25s infinite;
      -moz-animation: flipInY 1.25s infinite;
      -ms-animation: flipInY 1.25s infinite;
      animation: flipInY 1.25s infinite;
      }
      
    .fixedwhatapp {
    position: fixed;
    width: 180px;
    height: 45px;
    margin: 0;
    padding: 0;
    top: 55%;
    right: -135px;
    z-index: 999;
    /* border-radius: 10px 0 0 10px; */
    overflow: hidden;
    background: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
     border: 1px solid#ffffff; 
    }
    .fixedwhatapp a {
    display: block;
    font-size: 14px;
    line-height: 32px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    
    }
    .fixedwhatapp a span{
    width: 45px;
    height: 45px;
    float: left;
    background: #00008b;
    /* border: 1px solid#fff; */
    font-size: 25px;
    /* margin: 0 15px 0 0; */
    text-align: center;
    line-height: 45px;
    color: #fff;
    }
    .fixedwhatapp a p{
    margin: 0;
    padding: 7px;
    color: #000000;
    }
    .fixedwhatapp a svg {
    color: #fff;
    -webkit-animation: flipInY 1.25s infinite;
    -moz-animation: flipInY 1.25s infinite;
    -ms-animation: flipInY 1.25s infinite;
    animation: flipInY 1.25s infinite;
    }
    .fixedwhatapp .phonenumber span i {
      color: #fff;
      -webkit-animation: flipInY 1.25s infinite;
      -moz-animation: flipInY 1.25s infinite;
      -ms-animation: flipInY 1.25s infinite;
      animation: flipInY 1.25s infinite;
      }
      
    .fixedwhatapp:hover {
    right: 0;
    }
    @-webkit-keyframes tada {
    0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    }
    10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
    }
    100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    }
    }
    @keyframes tada {
    0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    }
    10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
    }
    100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    }
    }
    .tada {
    -webkit-animation-name: tada;
    animation-name: tada;
    }
    .fixedcall:hover {
    right: 0;
    }
    .fixedcall1:hover {
    right: 0;
    }
    
    @-webkit-keyframes flipInY {
    from {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
    
    40% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    
    60% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1;
    }
    
    80% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    
    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
    }
    
    @keyframes flipInY {
    from {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
    
    40% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    
    60% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1;
    }
    
    80% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    
    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
    }
    
    .flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    }
    



    /* body {
        background-color: #333;
      }
       */
      .slide1 img {
        width: 800px;
        height: 100px;
        animation: scroll 10s linear infinite;
      }
      
      .slide1-track {
        width: 100%;
        display: flex;
        gap: 3em;
        overflow: hidden;
      }
      
      .slider1 {
        margin-top: 70px;
        background-color: whitesmoke;
        padding: 8em 2em;
      }
      
      @keyframes scroll {
        0% {transform: translateX(0);}
        100% {transform: translatex(-1000%)}
      }










/*------------------------------------------------------------------
    Gallery
-------------------------------------------------------------------*/

.gallery-box{
	padding: 70px 0px;
}

.box-gallery{
    text-align: center;
    box-shadow: 0 0 5px #7e7d7d;
    position: relative;
	margin-bottom: 30px;
}
.box-gallery img{
    width: 100%;
    height: auto;
}
.box-gallery .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.box-gallery:hover .box-content{
    background-color: rgba(255, 242, 242, 0.459);
}

@media only screen and (max-width:990px){
    .box-gallery{ margin-bottom: 30px; }
}

 






.basterd hr{
    border: none;
    width: 120px;
    height: 3px;
    background-color: #7f3939;
    border-radius: 10px;
    margin-top: -4px;
	margin-left: 0px;
}

.basterd1 hr{
    border: none;
    width: 170px;
    height: 3px;
    background-color: #7f3939;
    border-radius: 10px;
    margin-top: -4px;
	margin-left: 0px;
}


.basterd2 hr{
    border: none;
    width: 130px;
    height: 3px;
    background-color: #7f3939;
    border-radius: 10px;
    margin-top: -4px;
	margin-left: 0px;
}


.basterd3 hr{
    border: none;
    width: 220px;
    height: 3px;
    background-color: #7f3939;
    border-radius: 10px;
    margin-top: -4px;
	margin-left: 0px;
}

.basterd4 hr{
    border: none;
    width: 140px;
    height: 3px;
    background-color: #7f3939;
    border-radius: 10px;
    margin-top: -4px;
	margin-left: 0px;
}
.multinational{
    width: 500px;
    height: 240px;
    margin-right: -30px;
}


.multinational5{
    width: 500px;
    height: 400px;
}

.multinational9{
    width: 1100px;
    height: 470px;
}


/* for vomplete projects */

.personality{
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    /* background-color: #f0f0f0; */
}


.gallery3 {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center;
    align-items: center; */
    gap: 20px;
    padding: 22px;
}

.gallery3-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gallery3-item img {
    width: 350px; /* Adjust the size as needed */
    height: auto;
    border: 2px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease; /* Smooth transition */
}

.gallery3-item img:hover {
    transform: scale(1.1); /* Zoom effect */
}

.must{
    margin-top: -50px;
}




























.gallery-box {
    padding: 20px 0;
}

.popup-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.box-gallery {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.box-gallery img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.box-gallery:hover img {
    transform: scale(1.1);
}

.box-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.box-gallery:hover .box-content {
    opacity: 1;
}

@media (min-width: 1200px) {
    .col-md-3 {
        width: 22%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-3 {
        width: 30%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-md-3, .col-sm-6 {
        width: 47%;
    }
}

@media (max-width: 767px) {
    .col-md-3, .col-sm-6 {
        width: 100%;
    }
}










/* for contact form */

.merging{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    line-height: 24px;
    margin-top: -130px;

    /* background-color: #f9f9f9; */
}


.contact-form-container {
    display: flex;
    /* background: #fff; */
    padding: 20px;
    border-radius: 8px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    max-width: 1100px;
    width: 100%;
}

.contact-info {
    flex: 1;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
}

.contact-info h3 {
    margin-bottom: 20px;
    
}

.contact-info p {
    /* margin: 5px 0; */
    color: #3e4095;
}

.contact-form {
    flex: 2;
}

.contact-form h2 {
    margin-bottom: 10px;
    font-size: 22px;
}

.contact-form p {
    margin-bottom: 20px;
    color: #555;
}

.form-group {
    margin-bottom: 15px;
    text-align: left;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    color: #333;
}

.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

button {
    width: 100%;
    padding: 10px;
    background-color: #4b4bf3;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

button:hover {
    background-color: rgba(199, 197, 197, 0.842);
}


.who{
    margin-top: 50px;
}
.multinational1{
    width: 500px;
    height: 300px;
    margin-left: 40px;
    
}

.multinational10{
    width: 500px;
    height: 300px;
    
}

.multinational12{
    width: 500px;
    height: 300px;
    margin-left: 40px;
}






/* Media Queries for Mobile View */
@media (max-width: 768px) {
    .contact-form-container {
        flex-direction: column;
        padding: 10px;
    }

    .contact-info {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .contact-info p {
        margin: 5px 0;
        font-size: 14px;
    }

    .contact-form h2 {
        font-size: 20px;
    }

    .contact-form p {
        font-size: 14px;
    }

    .form-group label {
        font-size: 14px;
    }

    .form-group input {
        padding: 8px;
        font-size: 14px;
    }

    button {
        padding: 8px;
        font-size: 14px;
    }
    .who{
        margin-top: 382px;
    }
    .box-gallery .box-content {
        width: 90%;
        height: 90%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.5s ease 0s;
    }
    .multinational1{
        width: 326px;
        height: 229px;
        margin-left: 9px;
    }
    .multinational11{
        width: 326px;
        height: 229px;
        /* margin-left: 9px; */
    }

    .multinational12{
        width: 326px;
        height: 229px;
        margin-left: 3px;
    }


    .multinational10{
        width: 326px;
        height: 229px;
        margin-left: -20px;
    }
    .gallery {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        /* align-items: center; */
        gap: 20px;     
    }
    .multinational5{
        width: 326px;
        height: 229px;
    }
    
    .multinational9{
        width: 326px;
        height: 229px;

    }
    .must{
        margin-top: 220px;
    }
    .advance{
        padding:0;
    }
    .back-to-top {
        position: fixed;
        display: none;
        right: 7px;
        bottom: 45px;
        z-index: 99;
    }
    .container1 {
        font-family: 'Jost', sans-serif;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 700px;
        background-color: rgb(208, 208, 212);
        color: #00008b;
        overflow: hidden;
        margin: 0;
        font-size: 600;
       
      }
      .mist{
        margin-top: -21px;
      }
}

.pleast{
    align-items: center;
    justify-content: center;
}











