.container {
  width: 100%;
  max-width: 1270px;
  margin: auto;
}

.sec .container h1,
h2 {
  text-align: center;
  font-weight: 300;
}

.text-center {
  text-align: center;
  padding: 4px;
}

.contact {
  max-width: 345px;
  margin-right: 50px;
}

/* .contact table {
  justify-content: center;
  align-items: center;
  margin: 5px 0px 5px 0px;
} */

.btn-dark {
  color: black;
  border: 2px solid #151e24;
}

/* .contact input {
  width: 250px;
  padding: 5px 3px;
  font-size: 19px;
  margin: 14px 0;
  border: 2px solid grey;
  border-radius: 6px;
} */

.section-row {
  padding: 60px 60px;
}

.top-menu {
  padding: 0;
}

.logo img {
  width: 250px;
  overflow: hidden;
}

.comp-icon-box {
  display: flex;
  gap: 30px;
}

.fw {
  flex-wrap: wrap;
}

.jc {
  justify-content: center;
}

.ac {
  align-items: center;
}

/* .comp-icon-box .comp-icon-box-item:hover {
    opacity: 0.7;
} */

.comp-icon-box .comp-icon-box-item {
  display: block;
  padding: 35px 25px;
  border-radius: 7px;
  transition: 0.8s all ease;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgb(7 32 48 / 4%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  width: 25%;
}

.comp-icon-box .comp-icon-box-item h6 {
  margin-bottom: 15px;
}

.comp-icon-box .comp-icon-box-item :last-child {
  margin-bottom: 0 !important;
}

.comp-icon-box.bg-blue .comp-icon-box-item {
  background: var(--dark) !important;
  color: #fff;
}

.comp-icon-box.with-link .comp-icon-box-item {
  padding: 0;
}

.comp-icon-box.with-link .comp-icon-box-item a {
  display: block;
  padding: 35px 25px;
}

.comp-icon-box.bg-blue .comp-icon-box-item a {
  color: #fff;
}

a {
  /* color: var(--dark); */
  color: var(--primary-light);

  font-weight: 350;
  text-decoration: none;
}

.comp-icon-box.bg-blue .comp-icon-box-item:hover {
  background: var(--primary) !important;
}

.comp-icon-box .comp-icon-box-item i {
  font-size: 30px;
  margin-bottom: 15px;
}

.comp-icon-box .comp-icon-box-item img {
  height: 45px;
  margin-bottom: 15px;
}

.comp-icon-box.fc-5 .comp-icon-box-item {
  width: 20%;
}

.comp-icon-box.fc-3 .comp-icon-box-item {
  width: 33.33%;
}

.footer-row-1 {
  padding: 40px 0;
  font-size: 14px;
}

.footer-row-1 .row {
  justify-content: space-between;
}

.footer-row-1 .row .col-md-4 {
  width: auto;
  /* max-width: 500px; */
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;

  width: auto;
}

.footer-row-1 .row .col-md-4 a {
  color: #fff;

  font-size: 13px;
  font-weight: 400;
}

.footer-row-1 .row .col-md-4 ul li {
  margin-bottom: 10px;
  text-transform: capitalize;
}

.footer-row-1 .row .col-md-4 ul li:last-child {
  margin-bottom: 0;
}

.footer-row-1 h6 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 20px;
  text-decoration: underline;
  text-underline-offset: 8px;
  letter-spacing: 0.5px;
}

.footer-row-2 {
  padding: 10px 0;
}

.footer-row-2 a {
  color: #fff;
  margin-left: 15px;
  font-size: 17px;
}

/* footer a, footer p {
    /* color: #bdd3fc!important; 
} */

footer .footer-row-1 a:hover {
  color: #27afe5 !important;
}
footer .d-flex-item a:hover {
  color: #27afe5 !important;
}

/* .comp-icon-box.for-dev .comp-icon-box-item:hover {
    color: rgb()
} */

.comp-icon-box.for-dev .comp-icon-box-item {
  background-color: var(--secondry);

  color: #fff;
}

/* .home-header1 {
    background: rgba(255, 255, 255, 0.7) url(../img/header.jpg);
    background-size: cover;
    background-blend-mode: lighten;
    margin-bottom: auto;

} */
.section-row .video-container,#background-video {
  /* position: sticky; */
  width: 100%; /* You can adjust the width as needed */
  max-width: 100%; /* Adjust the max-width if necessary */
  height: auto; /* Preserve the video's aspect ratio */
  align-items: center;
  justify-content: center;
  overflow: hidden;
 
    /* bottom: 0;*/
}
#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: 3s ease;
}
/* 
#background-video3 {
  width: 50vw;
  height: 50vw;
  object-fit: cover;
  position: fixed;
  z-index: 2; 
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; 
  opacity: 0.2;
} */
/* .home-header {
  background: url(../img/Group.svg) no-repeat center center/cover !important;
  background-size:300px 100px;
  padding: 250px 0;
} */

.home-header .btn {
  margin: 0 5px;
}

/* .home-header h3 {
  overflow: hidden; 
  border-right: .15em solid orange;
  white-space: nowrap;
  margin: 0 auto; 
  letter-spacing: .15em; 
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
} */

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from,
  to {
    border-right-color: transparent;
  }
  50% {
    border-right-color: skyblue;
  }
}
.home-header #typed-text {
  font-size: 20px !important;
  overflow: hidden;
  white-space: pre;
  animation: typing 10s steps(35, end) infinite alternate,
    blink-caret 0.75s step-end infinite;
  font-size: 1.6rem;
  width: 0;
  letter-spacing: 0.15em;
  border-right: 0.15em solid transparent;
  /* transition: all 1s; */
}

.top-menu {
  display: flex;
  justify-content: space-between;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9;
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
  background: #fff;
}

body {
  padding-top: 75px;
}

.top-menu .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-menu .nav ul {
  margin-bottom: 20px;
}

.top-menu .nav ul li {
  display: inline-block;
}

.top-menu .nav ul li a:hover {
  color: rgb(58, 184, 242);
  /* color: grey; */
}

#navList {
  padding: 5px 3px; /* Initial padding */
  transition: padding 0.3s ease; /* Add a transition for padding */
}

#logo {
  font-size: 5px; /* Initial font size */
}

.top-menu .nav ul li a {
  display: block;
  color: rgb(2, 2, 48);
  text-decoration: none;
  padding: 20px 15px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.top-menu .nav ul li .nav-detail {
  position: absolute;
  padding: 30px 0;
  top: 75px;
  left: 0;
  width: 100%;
  /* background: #ADADC9; */
  background: white;
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
  display: none;
  z-index: 999;
  min-height: 285px;
}

.top-menu .nav ul li .nav-detail .left-tab ul {
  display: block;
  width: 100%;
  border-right: 1px solid #e9f0f2;
}

.top-menu .nav ul li .nav-detail .left-tab ul li {
  display: block;
}

.top-menu .nav ul li .nav-detail .left-tab ul li a {
  padding: 20px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 19px;
  display: flex;
  align-items: center;
  padding-left: 95px;
  position: relative;
}

.top-menu .nav ul li .nav-detail .left-tab ul li.active a {
  background: var(--secondry-light);
  color: black;
}

.top-menu .nav ul li .nav-detail .left-tab ul li a img {
  height: 50px;

  width: 50px;
  color: var(--dark);

  position: absolute;
  left: 20px;
}

.top-menu .nav ul li .nav-detail .left-tab ul li a:hover {
  background: var(--secondry-light);
}

.nav-detail .right-item ul {
  display: flex;
  width: 100%;
  margin: 0;
  flex-wrap: wrap;
  display: none;
}

.nav-detail .right-item ul.active {
  display: flex;
}

.nav-detail .right-item ul li {
  display: inline-block;
  flex: 0 0 20%;
  /* margin-bottom: 20px; */
}

.nav-detail .right-item ul li a {
  display: block;
  text-transform: capitalize;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  padding: 25px;
  color: black;
}

.nav-detail .right-item ul li a span {
  display: block;
  margin-top: 0;
}

.nav-detail .right-item ul li a i {
  font-size: 35px;
}

.nav-detail .right-item ul li a img {
  width: auto;
  height: 40px;
}

.nav-detail .right-item ul li a img:hover {
  transform: scale(1.3);
  transition: all 1s;
}

.comp-client-slider li {
  border-radius: 10px;
  padding: 20px;
  border: 0.5px solid #fff;
  text-align: left;
  font-size: 15px;
}

.comp-client-slider li .head {
  display: flex;
  margin-bottom: 10px;
  font-size: 13px;
  align-items: center;
}

.comp-client-slider li .head img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  left: 0;
  border: 3px solid #fff;
  margin-right: 15px;
}

.comp-client-slider li .head strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
}

.comp-client-slider li p {
  margin-bottom: 0;
}

/* #comp-work-slider {} */

#comp-work-slider .row {
  margin: 0 !important;
}

#comp-work-slider .row .item:first-child {
  padding-left: 0 !important;
}

#comp-work-slider .row .item:last-child {
  padding-right: 0 !important;
}

.comp-blog {
  border-radius: 25px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 10px 40px rgba(192, 198, 211, 0.25);
  margin-top: 30px;
}

.comp-blog .copy {
  padding: 25px;
}

.comp-blog .copy {
  color: #151e24;
}

.navP {
  background: white;
}

.comp-blog .copy p {
  margin-bottom: 0;
  font-weight: 300;
}

.comp-blog .copy p.date {
  font-size: 14px;
  margin-top: 15px;
}

.comp-blog .copy p.link {
  font-size: 14px !important;
  margin-top: 10px;
  font-weight: 400;
}

.comp-blog .copy p.link i {
  margin-left: 5px;
  font-size: 11px !important;
}

.comp-blog .post-img {
  height: 220px;
  overflow: hidden;
}

.comp-blog:hover .post-img img {
  -ms-transform: scale(1.2);

  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: transform 0.5s ease;
}

.comp-blog .tag {
  background: var(--secondry);
  color: white;
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.blog-post.tag {
  background: var(--secondry);
  color: blue;
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.blog-post.date {
  font-size: 15px;
  margin-bottom: 30px;
}

#page-blog-detail .post-img {
  margin-bottom: 20px;
}

#comp-portfolio .comp-blog .post-img {
  height: 165px;
  border: 2px solid white;
}

.comp-blog .post-img img {
  width: 100%;
  height: 100%;
}

#comp-portfolio .comp-blog .copy {
  padding: 20px 25px;
}

#comp-portfolio .comp-blog .copy p {
  font-size: 15px;
}

/* THis Css for Contact page form */

/* Style inputs, select elements and textareas */
input[type="text"],
select,
textarea {
  width: 100%;
  padding: 12px;
  /* border: 1px solid aqua; */
  /* border-radius: 10px; */
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
input[type="submit"] {
  background-color: #27afe5;
  color: white;
  padding: 12px 30px;
  width: 75%;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  float: right;
}

/* Style the container */
.con {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-end;
  border-radius: 5px;
  /* background-color: #27afe5; */
  padding: 10px;
  width: 500px;
  height: 380px;
  margin-top: 20px;
  border-radius: 30px;
}
.con > div {
  position: relative;
  width: 350px;
  /* margin: 10px; */
  color: #27afe5;
  /* background: linear-gradient(
    98.37deg,
    rgba(255, 240, 191, 0.012) 0%,
    rgba(255, 240, 191, 0.06) 100%
  ); */
  padding: 5px 5px;
  /* font-weight: 80; */
}

.con a,
i,
h4 {
  font-size: 1.2em;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25,
  .col-75,
  input[type="submit"] {
    width: 100%;
    margin-top: 0;
  }
}

.map iframe {
  float: left;
  width: 90%;
  margin-top: 25px;
  border-radius: 10px;
}

.container form {
  margin-top: 20px;
  margin-right: 50px;
}

/* .container .row .col-md-2 ul li:hover {
  transform: scale(1.1);
  transition: all 1s;
} */

.container .col-md-6 img {
  /* border: 2px solid grey; */
  border-radius: 10px;
  margin: 10px 10px 10px 1px;
}

.row .about {
  font-weight: 100px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 1.2em;
  margin: 10px 0px 150px 0px;
}

.row .icon img {
  width: 150px;
  display: flex;
  /* margin-left: 100px; */
  border-radius: 10px;
}

.row .icon1 img {
  /* background-color: #1a4799; */
  width: 150px;
  border-radius: 10px;
}

.row .icon,
.icon1 {
  font-family: "Times New Roman", Times, serif;
  text-align: center;
}

.p-wrap .post-img img {
  max-width: 500px;
}

.section1 {
  background: var(--dark) no-repeat center;
  /* max-width: 100%; */
  background-size: cover;
}
.section1 > .container h2 {
  text-align: left;
  color: white;
}

.pub:hover {
  background: var(--primary) !important;
  color: #fff !important;
}



.card2 {
  display: block;
  top: 0px;
  position: relative;
  max-width: 262px;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  border: 1px solid wheat;

  &:hover {
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    top: -4px;
    border: 1px solid #cccccc;
    background-color: white;
  }

}

@media screen and (max-width> 600px) {
  .carousal-item {
    display: block;
    width: 50vw;
    height: 100vh;
  }
}

.carousal-item{
  width: 40vw;
  margin-left: 250px;
  height: 28vh;
  border-radius: 20px;
  padding: 45px;
  &:hover{
    background: var(--primary) !important;
  cursor: pointer;

  }
}
