* {
  box-sizing: border-box;
}

.connect-icons-ctrl {
  position: fixed;
  top: 50%;
  bottom: 50%;
  right: 0;
  z-index: 90;
  cursor: pointer;
}

.connect-icons-ctrl .connect-icons svg {
  width: 18px;
  display: block;
  margin: auto;
  padding-bottom: 2px;
}

a.connect-icons {
  color: #001936;
}

.connect-icons-ctrl .connect-icons {
  width: 47px;
  display: block;
  background: #fff;
  padding: 10px 6px;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 19px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 19px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 19px -8px rgba(0, 0, 0, 0.75);
  font-size: 8px;
  text-transform: uppercase;
  text-align: center;
}

.connect-icons-ctrl .connect-icons:hover {
  color: #001936;
}

.connect-icons-ctrl .connect-icons svg {
  width: 20px;
}

nav.navbar.sticky-top.navbar-expand-lg.bg-dark {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0) 90%,
    rgba(0, 0, 0, 0) 100%
  );
  background-color: unset !important;
}

i.fas.fa-bars {
  color: #fff;
  font-size: 23px;
}

.nav-item {
  background: #ffc451;
  color: #fff;
  padding: 8px 5px !important;
  cursor: pointer;
}

a.nav-link {
  padding: 8px !important;
  color: #fff;
  line-height: 20px;
  transition: 0.4s;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

.nav-link:focus,
.nav-link:hover {
  color: #fff !important;
}

a.nav-link:hover {
  color: #fff;
}

.mobile {
  display: none;
}

.navigation {
  padding-top: 30px;
  padding-bottom: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(
    0,
    0,
    0,
    0.3
  ); /** Change value according to you transperncy**/
}

div#navbarSupportedContent {
  cursor: pointer;
}

div#navigation {
  position: relative;
  top: 1rem;
}

.navbar-right a {
  text-decoration: none;
  padding: 10px;
  color: #fff;
  font-family: Arial;
  font-weight: 900;
}

.navbar-right a:hover {
  text-decoration: underline;
}

button.navbar-toggler {
  display: none;
}

.navbar-collapse {
  flex-basis: unset !important;
  flex-grow: unset !important;
  display: block !important;
}

.video-container {
  z-index: -100;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  top: -6rem;
  left: 0;
}

#video-bg {
  width: 100%;
}

.portfolio-section {
  margin-top: 50%;
}
.tagline-left {
  float: left;
  width: 50%;
  text-align: center;
}

.tagline-right {
  float: right;
  width: 50%;
  text-align: center;
}

.tagline-video {
  width: 75%;
}

.tagline-right-text {
  position: absolute;
  margin-top: 9%;
  text-align: center;
  margin-left: 17%;
  font-family: Arial;
  color: #fff;
  width: 290px;
  font-size: 40px;
}

.tagline-left-text {
  position: absolute;
  margin-top: 9%;
  text-align: center;
  margin-left: 11%;
  font-family: Arial;
  color: #fff;
  width: 375px;
  font-size: 40px;
}

a {
  text-decoration: none !important;
}

.section-one {
  position: relative;
  top: -4rem;
  border-bottom: 1px solid #f4f4f4;
}

.home {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 25px;
}

.home span span a {
  color: #333;
}

#section {
  max-width: 1140px !important;
}

.left-section h1 {
  line-height: 35px !important;
  letter-spacing: 2px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: normal;
  color: #001936;
  margin-bottom: 20px;
}

.left-section h4 {
  line-height: 25px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #001936;
  font-weight: normal !important;
  font-size: 14px;
  margin-bottom: 20px;
}

.left-section p {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 40px;
}

/* ---------------------footer------------------- */

footer {
  background: black;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

.footer-top {
  background: #151515;
  border-bottom: 1px solid #222222;
  padding: 60px 0 30px 0;
}

.footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-info h3 span {
  color: #ffc451;
}

.footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  /* font-family: "Raleway", sans-serif; */
  color: #fff;
}

a.linkedin {
  font-size: 18px;
  display: inline-block;
  background: #292929;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

i.fa-brands.fa-linkedin-in {
  font-size: 18px;
}

#footer-links1 {
  padding-top: 30px;
}

.footer-links h4,
.footer-newsletter h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  /* font-family: "Raleway", sans-serif; */
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 14px;
}

.footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer-links ul li a {
  color: #fff;
}

i.fa-solid.fa-chevron-right {
  padding-right: 2px;
  font-size: 12px;
  line-height: 1;
  width: 20px;
}

#footer-links2 {
  padding-top: 110px;
}

.footer-newsletter {
  padding-top: 10rem;
}

.footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

.footer-newsletter form input {
  border: 0;
  padding: 4px 15px;
}

input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ffc451;
  color: #151515;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

input[type="email"] {
  width: calc(100% - 110px);
}

.copyright {
  text-align: center;
  padding-top: 30px;
}

@media (max-width: 1024px) {
  .video-container {
    top: -6rem;
  }
}

@media (max-width: 768px) {
  .connect-icons-ctrl {
    top: unset;
    bottom: 0px;
    width: 100%;
    text-align: center;
  }

  .connect-icons-ctrl .connect-icons {
    display: inline-block;
    margin: -2px;
    font-size: 7px;
    width: 60px;
    padding: 8px 6px;
  }

  div#navigation {
    position: relative;
    top: 1rem;
  }

  #footer-links2 {
    padding-top: 30px;
  }

  .footer-newsletter {
    padding-top: 4rem;
  }
}

@media (max-width: 767px) {
  #navigation {
    max-width: 700px;
  }
  .our-team .left-text h2{
    font-size: 2rem;
    margin-top: 1rem;
  }
  section.section-two {
    padding-bottom: 50px;
  }
  .card-body3 {
    padding-top: 1rem !important;
  }
}

@media (max-width: 426px) {
  div#navbarSupportedContent {
    width: 150px;
  }
  .nav-item {
    padding: 0px 0px !important;
  }
  a.nav-link {
    font-size: 10px !important;
  }
  div#navigation {
    top: 0rem;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .navbar-logo img {
    width: 78px !important;
  }
  section.services-section {
    display: none;
  }
}

@media (max-width: 321px) {
  .imgs-card {
    margin-right: 0 !important;
  }
  .project-title h3 {
    padding-top: 0px !important;
    padding-bottom: 30px;
  }
  .register-btn .register-1 {
    padding: 10px 50px !important;
  }
}

/* --------------------------------------------------------------- */

.icon-ser ul {
  display: flex;
  justify-content: space-around;
  text-decoration: none;
  list-style: none;
}

.icon-ser p {
  font-size: 10px;
}

.icon-ser li {
  margin-right: 40px;
  text-align: center;
}

.icon-ser img {
  width: 78px;
}

.services-section {
  background-color: #f4f4f4;
}

.title-services {
  text-align: center;
}

.title-services h3 {
  font-size: 25px;
  color: #333333;
}

.services-section .srr {
  padding: 85px 0;
}

.srr .col-lg-1 {
  text-align: center;
}

.imgs-card {
  margin-right: 63px;
  border: none !important;
  position: relative;
}

.gray-div {
  width: 200px;
  background-color: #ececec;
  height: 291px;
  margin: auto;
}
.gray-div2 {
  width: 200px;
  background-color: #ececec;
  height: 221px;
  z-index: 1;
  margin-left: 195px;
  margin-top: 70px;
}
.imgs-card img {
  position: absolute;
  top: 22px;
  z-index: 2;
}
.gray-div3 {
  width: 200px;
  background-color: #ececec;
  height: 218px;
  z-index: 1;
  margin-left: 193px;
}
.card-body3 {
  padding-top: 100px !important;
}
.card-body3 h5 {
  /* font-family: 'avenir'; */
  /* word-spacing: 6px; */
  letter-spacing: 2px;
  font-size: 17px;
  color: #00263e;
}
.card-body3 h5 {
  letter-spacing: 2px;
  font-size: 17px;
  color: #00263e;
}
.card-body h5 {
  /* font-family: 'avenir'; */
  /* word-spacing: 6px; */
  letter-spacing: 2px;
  font-size: 17px;
  color: #00263e;
}
.card-body {
  text-align: start;
  padding: 0;
  padding-top: 30px !important;
}
.card-body p {
  /* font-family: 'avenir'; */
  font-size: 14px;
  /* color: #6187bd; */
  color: #333333;
}

.project-title {
  padding-bottom: 20px;
}

.project-title h3 {
  color: #333333;
  padding-top: 32px;
  letter-spacing: 2px;
  font-size: 30px !important;
  line-height: 30px !important;
  text-transform: capitalize;
}

.section1 {
  position: relative;
}
/* .left-carousel .owl-nav .owl-prev{
    background-color: #fdfdfd !important;
    position: absolute !important;
    right: 36px !important;
    top: 71% !important;
    height: 40px !important;
    width: 40px !important;
    position: relative;

} */
/* .left-carousel .owl-nav .owl-prev span{
    font-size: 52px;
    position: absolute;
    top: -26px;
    right: 12px;
    height: 0;
} */
/* .left-carousel .owl-nav .owl-next{
    background-color: white !important;
    position: absolute !important;
    right: 6px !important;
    top: 65% !important;
    height: 40px !important;
    width: 40px !important;
    position: relative;


}
.left-carousel .owl-nav .owl-next span{
    font-size: 52px;
    position: absolute;
    top: -26px;
    right: 12px;
    height: 0;} */

.right-carousel .owl-nav .owl-prev {
  background-color: #fdfdfd !important;
  position: absolute !important;
  right: 36px !important;
  top: 71% !important;
  height: 40px !important;
  width: 40px !important;
  position: relative;
}
.right-carousel .owl-nav .owl-prev span {
  font-size: 52px;
  position: absolute;
  top: -26px;
  right: 12px;
  height: 0;
}
.right-carousel .owl-nav .owl-next {
  background-color: white !important;
  position: absolute !important;
  right: 6px !important;
  top: 65% !important;
  height: 40px !important;
  width: 40px !important;
  position: relative;
}
.right-carousel .owl-nav .owl-next span {
  font-size: 52px;
  position: absolute;
  top: -26px;
  right: 12px;
  height: 0;
}
.both-carousel span:hover {
  color: black !important;
}
.owl-theme .owl-dots .owl-dot span {
  width: 6px !important;
  height: 6px !important;
}
.right-carousel-title {
  text-align: center;
}
.left-carousel-title {
  text-align: center;
  margin-bottom: 60px;
}
.right-carousel-title h3 {
  /* font-family: 'avenir'; */
  font-size: 38px;
  color: #333333;
  padding-bottom: 28px;
  letter-spacing: 1px;
}
.left-carousel-title h3 {
  /* font-family: 'avenir'; */
  font-size: 33px;
  color: #333333;
  padding-bottom: 15px;
  letter-spacing: 1px;
}
.hidden-input2 {
  display: none;
}
.both-carousel {
  margin-top: 70px;
}
.left-carousel .carousel-pg {
  font-size: 14px;
}

.right-carousel .carousel-pg {
  font-size: 14px;
}

.register-btn {
  padding: 40px 0px 70px 0px !important;
  margin: auto !important;
  width: 100% !important;
  background-color: transparent !important;
  border: none !important;
}

.register-btn .register-1 {
  font-size: 13px;
  padding: 10px 72px;
  border: 1px solid black;
  background-color: white;
  letter-spacing: 1px;
}

.register-btn .register-1:hover {
  color: white;
  background-color: #333333;
}

.left-carousel {
  padding-bottom: 58px;
}

.right-carousel {
  padding-bottom: 58px;
}

.sub-s {
  padding-top: 33px;
  padding-bottom: 14px;
}

.sub-ss {
  background-color: #b79579;
  margin-top: 67px;
}

.sub-ss .form-control {
  border: 1px solid white !important;
}

.form-control,
input#mobile,
.form-select {
  height: 37px;
  color: #6c757d !important;
}

select.form-select {
  cursor: pointer;
}

.form-control:focus {
  border-color: #ced4da !important;
  outline: 0;
  box-shadow: unset !important;
}

input#mobile:focus-visible {
  outline: none;
}

.input-sub {
  width: fit-content;
}

.subscribe h2 {
  color: white;
  text-align: end;
  font-size: 20px;
}

.input-sub input {
  padding-right: 80px;
  border-radius: 0;
}

#button-addon2 {
  background-color: #c4c4c4;
  border: 1px;
  border-radius: 0;
}

#button-addon3 {
  background-color: #c4c4c4;
  border: 1px;
  border-radius: 0;
}
.agent .owl-theme .owl-nav {
  margin-top: 0 !important;
  text-align: start;
  margin-left: 30px;
  margin-bottom: 25px;
}
.agent .owl-prev span {
  font-size: 65px;
}
.agent .owl-next:hover {
  background-color: transparent !important;
  color: black !important;
}
.agent .owl-prev:hover {
  background-color: transparent !important;
  color: black !important;
}
.agent .owl-theme .owl-dots {
  display: none !important;
}
.agent .owl-next span {
  font-size: 65px;
}
.agent .owl-nav {
  position: relative;
}
/* .agent .owl-next span::after{
    content: "";
    width: 56vw;
    left: 88px;
    position: absolute;
    background: #e0e0e0;
    height: 2px;
    top: 62px;
} */
.agent .item {
  /* width: 300px; */
  position: relative;
  /* height: 345px !important; */
}
.agent .info-div {
  width: 248px;
  margin: auto;
}
.agent .item h4 {
  font-size: 18px;
  /* text-align: center; */
  letter-spacing: 1px;
  color: #000000a3;
  padding-top: 20px;
  text-transform: capitalize;
}
.agent .item img {
  margin: auto !important;
  width: 300px !important;
  height: 330px;
  object-fit: contain;
}
.video-container{
  position: relative;
}
.video-form{
  position: absolute;
  opacity: 1;
  z-index: 20000;
  right: 67px;
  top: 166px;
  width: 35%;
}
.video-form .flag-form .iti{
width: 100% !important;
}
.video-form{
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.video-form .btn-primary{
  margin-bottom: 40px;
  background: #ffc451;
    border: 1px;
}
.video-form .btn-primary:hover{
  background: #ffc451 !important;
}
.video-form .modal-m h4{
  color: white;
  text-align: center;
    padding-bottom: 20px;
}
.video-form2 .modal-m h4{

  text-align: center;
    padding-bottom: 16px;
}
.video-form2{
  display: none;
}

/* .video-form #staticBackdrop1{
  position: relative;
}
.video-form .btn-close{
  position: absolute;
    right: 0;
    top: 33px;
    border: 1px solid black;
    font-size: 12px;
} */
@media (min-width: 350px) and (max-width: 767px) {
  .imgs-card {
    margin: auto;
    margin-top: 50px;
  }
  .subscribe h2 {
    text-align: center;
  }
  .services-section {
    text-align: center;
  }
}

@media (min-width: 350px) and (max-width: 460px) {
  .card-body {
    padding-top: 45px;
  }
  .card-body3 {
    padding-top: 50px !important;
  }
  
}

@media (max-width: 510px) {
  .gray-div {
    display: none !important;
  }
  .gray-div2 {
    display: none !important;
  }
  .gray-div3 {
    display: none !important;
  }
  .imgs-card img {
    position: unset;
  }
}
@media (min-width: 460px) and (max-width: 550px) {
  .card-body {
    padding-top: 80px !important;
  }
  .card-body3 {
    padding-top: 157px !important;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .card-body {
    padding-top: 135px !important;
  }
  .card-body3 {
    padding-top: 180px !important;
  }
}
@media (min-width: 991px) {
  .srr .col-wi {
    width: 14%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .subscribe h2 {
    text-align: center;
  }
  .input-sub {
    width: fit-content;
    margin: auto;
  }
  .modal-container .btn-primary {
    margin-bottom: 45px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .card-group {
    display: block !important;
  }

  .card-group > .card {
    flex: 100% !important;
  }
}
@media (min-width: 991px) and (max-width: 1400px) {
  .gray-div {
    height: 213px;
  }
  .gray-div2 {
    width: 200px;
    background-color: #ececec;
    height: 176px;
    z-index: 1;
    margin-left: 75px;
    margin-top: 38px;
  }
  .gray-div3 {
    height: 163px;
    z-index: 1;
    margin-left: 72px;
  }
  .card-body3 {
    padding-top: 79px !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .icon-row {
    text-align: center;
  }
  .gray-div {
    width: 200px;
    background-color: #ececec;
    height: 194px;
    margin: auto;
  }
  .imgs-card {
    /* width: 230px !important; */
    margin-right: 30px;
  }
  .gray-div2 {
    width: 200px;
    background-color: #ececec;
    height: 194px;
    z-index: 1;
    margin-left: 23px;
    margin-top: 1px;
  }
  .gray-div3 {
    width: 200px;
    background-color: #ececec;
    height: 195px;
    z-index: 1;
    margin-left: 24px;
  }
  .card-body3 {
    padding-top: 30px !important;
  }
}
@media (max-width: 767px) {
  .hidden-input2 {
    display: block;
  }
  .hidden-input1 {
    display: none;
  }
  .hidden-input2 .input-sub {
    width: auto;
  }
  .hidden-input2 #button-addon3 {
    width: 100% !important;
    margin-top: 17px;
  }
}
/* form with flag css  */
/* input with flag css */
.flag-2 {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.flag-form {
  margin-bottom: 1rem;
}

.flag-f {
  /* margin-top: 20px; */
  width: 100% !important;
}
.flag-pg {
  font-size: 10px;
  padding-top: 21px;
}
.modal-container .btn-primary {
  width: 80%;
  background-color: white;
  color: black;
  border: 1px solid #ced4da;
  border-radius: 0;
  padding: 10px 0px;
  margin-top: 13px;
}
.modal-m {
  padding: 0px 34px;
}
.modal-container .iti--allow-dropdown {
  width: 100%;
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
}
.modal-m h4 {
  text-transform: uppercase;
  color: #001936;
  font-weight: lighter;
  letter-spacing: 2px;
  padding-top: 32px;

  font-size: 20px;
}
.modal-container img {
  width: 100%;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent !important;
}
.modal-container .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #eee;
  font-size: 11px;
}

.modal-container .btn-close:hover {
  color: #eee !important;
  opacity: 0.5;
}

.btn-close:focus {
  box-shadow: unset !important;
}

button.btn.btn-primary:hover {
  color: white;
  background-color: #333333;
  border-color: #ced4da;
}

.form-select:focus {
  border-color: #ced4da !important;
  box-shadow: unset !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 900px !important;
  }
}
@media (max-width: 767px) {
  .card-body3 {
    padding: 2rem 1rem !important;
  }
  .register-btn {
    padding: 10px 0px 70px 0px !important;
  }
}
@media(max-width:991px){
  .video-form{
    display: none;
  }
  
}
@media(max-width:991px){
  .video-form2{
    display: block;
  }
  .video-form2 .flag-form .iti{
    width: 100% !important;
    }
  .section-one{
    top: 15px;
    border-bottom: none;
  }
  .video-form2 .btn-primary{
    margin-bottom: 40px;
    background: #ffc451;
      border: 1px;
  }
  
}
/*ourTeam*/
.our-team {
  background-color:#fff;
  width: 100%;
  height: 100%;
  padding: 30px 30px 0px 30px;
  margin: 30px 0px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px #0000001a;
}
.our-team .left-text {
  display: flex;
  align-items: center;
}
.our-team .left-text h2 {
  color: #151515;
  font-size: 3rem;
  line-height: 62px;
}
.our-team .middle image {
  width: 100%;
  height: 100%;
  margin: auto;
}
.our-team .right-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.our-team .right-text h2 {
  color: #151515;
  font-size: 45px;
  line-height: 54px;
  margin-bottom: 30px;
}
.our-team .right-text h3 {
  color: #151515;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}
.our-team .right-text button {
  border: none;
  background-color: #151515;
  margin: 30px 0px;
  padding: 10px 30px;
  outline: 0;
  color: #fff;
}
.logo-team{
  filter: brightness(0);
}

/* responsive image team */
.team-img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  .our-team,
  .team-responsive {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center !important;
  }
  .team-img {
    width: 70%;}
    .our-team .left-text h2{
      font-size: 2rem;
      margin-top: 1rem;
    }
}
@media(min-width:330px){
  .video-form2{
    margin-top: -90px !important;
  }
}