@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
  --theme-text-color: #1e1e1e;
  --theme-color: #1952a3;
  --theme-p-color: #2c2c2c;
  --theme-heading-font: "Open Sans", sans-serif;
  --theme-default-font: "Open Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 16px;
  color: var(--theme-text-color);
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all 0.6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 20px;
  font-family: var(--theme-heading-font);
  color: inherit;
}

p {
  margin: 0;
  line-height: 26px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: var(--theme-default-font);
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.row-below {
  margin-top: 30px;
}

section {
  padding: 80px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

/* ........Scroll top......... */

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: var(--theme-color-second);
  border-radius: 0px;
  text-align: center;
  border: 2px solid var(--theme-color-second);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
  border-radius: 50%;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/* ........Scroll top......... */

/* ---------Moblie Call Action------------- */
.mobile-fixed-button {
  display: none;
}

/* ---------Moblie Call Action------------- */

/* ..........Button.......... */
.btn1 {
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
  padding: 12px 0px;
  display: inline-block;
  color: #fff;
  width: 220px;
  font-weight: 400;
  text-align: center;
  font-family: var(--theme-default-font);
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  border-radius: 50px;
}

.btn1:hover {
  background: #fff;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}

.btn2 {
  background: #fff;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  padding: 12px 0px;
  display: inline-block;
  width: 220px;
  font-weight: 400;
  text-align: center;
  font-family: var(--theme-default-font);
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  border-radius: 50px;
}

.btn2:hover {
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
  color: #fff;
}

.btn_gap {
  margin-right: 8px;
}

.heading h2 {
  font-size: 40px;
  font-weight: 700;
  font-family: var(--theme-heading-font);
  margin-bottom: 15px;
}

.heading h3 {
  font-size: 28px;
  font-weight: 400;
  font-family: var(--theme-heading-font);
  margin-bottom: 15px;
}
h4.subheading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--theme-color);
}
/* ---------Nav ber------------- */
.small {
  display: none;
}



.main_header {
  padding: 5px 0;
  width: 100%;
  border-top: 4px solid var(--theme-color);
}

.main_header .hd_btn_sec {
  text-align: center;
  margin-left: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.main_header .hd_btn_sec span {
  display: block;
  font-size: 14px;
  color: #fff;
}

.social-icons a i {
  color: var(--theme-color);
  font-size: 20px;
}

.main_header .container-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_header .main_navbar img {
  width: 305px;
}

.main_header .nav_menu .nav_ul {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-bottom: 0;
}

.sub_drop.list-unstyled li a {
  padding: 15px 9px !important;
}

.main_header .nav_menu .nav_ul li {
  margin-left: 35px;

}

.main_header .nav_menu .nav_ul {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-bottom: 0;
}

.main_header .nav_menu .nav_ul li a {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
}

/* .main_header .nav_menu .nav_ul li a::after{
  content: "";
  position: absolute;
  background: linear-gradient(87deg, rgba(28,196,243,1) 27%, rgba(37,240,203,1) 81%);
  width: 0;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -5px;
  transition: all 0.6s;
} */

.main_header .nav_menu .nav_ul li:hover a::after {
  width: 100%;
}

.main_header .nav_menu .nav_ul li.active a::after {
  width: 100%;
}

.main_header .nav_menu .nav_ul li a {
  color: #1c1a1a;
  font-weight: 400;
}

.main_header .navbar_logo a img {
  width: 70px;
}

@media (min-width: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1295px;
  }
}

.hd_btn_sec .btn2 {
  width: inherit;
  padding: 11px 12px;
}


/* banner */
.banner {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../image/banner.jpg') no-repeat top right;
  background-size: cover;
  padding: 90px 0 80px;
  color: #fff;
  position: relative;
}

.banner .banner_heading h1 {
  font-size: 65px;
  font-weight: 700;
  margin-bottom: 10px;
}
.banner .banner-img img{
  animation: rotateBorder 8s linear infinite;
    -webkit-animation: rotateBorder 8s linear infinite;
}


.service_sec .top_ivon p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--theme-p-color);
}

.service_sec .top_ivon {
  background-color: #7E82992E;
  transition: all 0.6s;
  cursor: pointer;
  width: 100%;
  height: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  padding: 22px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow: hidden;
  position: relative;

}

.service_sec .top_ivon::before {
  content: "";
  background: url('../image/dots.png') no-repeat;
  position: absolute;
  width: 250px;
  height: 100%;
  left: 0;
  top: 0;
}

.service_sec .top_ivon::after {
  content: "";
  background: url('../image/dots-1.png') no-repeat;
  position: absolute;
  width: 122px;
  height: 122px;
  right: 0;
  bottom: 0;
}

.service_sec .top_ivon .top_img {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  margin-bottom: 18px !important;
  background: var(--theme-color-second);
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  align-items: center;
}
.service_sec .top_ivon .top_img img{
  border-radius: 50%;
}
.service_sec .top_ivon .top_img::after {
  content: "";
  position: absolute;
  border: 2px dashed var(--theme-color);
  width: 115%;
  height: 115%;
  border-radius: 50%;
  top: -7px;
  left: -7px;
  right: 0;
  animation: rotateBorder 5s linear infinite;
  -webkit-animation: rotateBorder 5s linear infinite;
  -moz-animation: rotateBorder 5s linear infinite;
}

@keyframes rotateBorder {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.service_sec .top_ivon:hover {
  transform: translateY(-5px);
}

.service_sec .top_ivon .top_img img {
  width: 60px;
  height: 60px;
}

.service_sec .top_ivon:hover {
  transform: translateY(-5px);
}

.service_sec .top_ivon h4 {
  margin-bottom: 10px;
  font-weight: 600;
  color: #1c1a1a;
}

.gaping {
  margin-top: 1px;
}

.service_sec .heading p {
  color: var(--theme-p-color);
}

/* home_about */
.home_about .heading p {
  color: var(--theme-p-color);
}

.about_img_sty img {
  border-radius: 50px;
}

.home_about {
  background: linear-gradient(rgba(44, 56, 85, .7), rgba(44, 56, 85, .7)), url('../image/background-15.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}

.home_about .heading p {
  color: #fff;
}

/* why us */
.why_cooch .heading p {
  color: var(--theme-p-color);
}

.why_cooch .top_ivon p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--theme-p-color);
}

.why_cooch .top_ivon {
  background-color: #7E82992E;
  padding: 25px;
  border: 1px solid transparent;
  transition: all 0.6s;
  cursor: pointer;
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  gap: 15px;
}

.why_cooch .top_ivon::before {
  content: "";
  position: absolute;
  border-top: 3px solid var(--theme-color);
  border-left: 3px solid var(--theme-color);
  left: 0;
  top: 0;
  width: 0%;
  height: 0%;
  border-radius: 50px 0 50px;
  transition: all 0.6s ease-in-out;
  z-index: -1;
}

.why_cooch .top_ivon::after {
  content: "";
  position: absolute;
  border-bottom: 3px solid var(--theme-color);
  border-right: 3px solid var(--theme-color);
  right: 0;
  bottom: 0;
  width: 0%;
  height: 0%;
  border-radius: 50px 0 50px;
  transition: all 0.6s ease-in-out;
  z-index: -1;
}

/* .why_cooch .top_ivon:hover::before{
    width: 100%;
    height: 100%;
  }
  .why_cooch .top_ivon:hover::after{
    width: 100%;
    height: 100%;
  } */
.why_cooch .top_ivon .top_img {
  min-width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  background: var(--theme-color-second);
  border-radius: 15px;
  position: relative;
  align-items: center;
}

.why-sty {
  border-radius: 20px;
}

.why_cooch .top_ivon .top_img img {
  width: 45px;
  height: 45px;
}

.why_cooch .top_ivon h4 {
  margin-bottom: 8px;
  font-weight: 600;
  color: #1b1b1b;
  font-size: 20px;
}

.ft_gap_left {
  padding-right: 50px;
}

.testimonials_sec .testimonials_content .contented {
  padding: 40px;
  background-color: #ffffff;
  background-image: linear-gradient(180deg, #7E82992E 0%, #7E829900 100%);
  border-style: solid;
  border-width: 1px 1px 0px 1px;
  border-color: #7E829917;
  border-radius: 40px;
      background-color: #2b60a9a3;
  background-image: linear-gradient(180deg, #ffffff6e 0%, #7E829900 100%);
  border: 1px solid #ffffff;
  color: #fff;
}

.testimonials_sec .testimonials_content .contented .coma_sty {
  margin-bottom: 30px;
  position: relative;
  margin-top: -66px;
  width: 67px
}

.testimonials_sec .testimonials_content .top_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px
}

.testimonials_sec .testimonials_content .content_profile {
  position: relative;
  z-index: 1;
  margin-top: -95px
}

.review_slider .item {
  margin: 10px 0 20px
}

.testimonials_sec .testimonials_content .content_profile img {
  min-width: 60px;
  min-height: 60px;
  border-radius: 50px;
  overflow: hidden
}

.testimonials_content h4 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
}

.testimonials_content .ratting i {
  color: #fe8a02;
  font-size: 20px
}

.testimonials_content .ratting {
  margin-bottom: 10px
}

footer .ft_socail a {
  background: var(--theme-gradent-color);
  height: 45px;
}

footer {
  padding: 80px 0 40px;
  background-size: cover;
  color: #fff;
  position: relative;
  background-color: #1e1e1e;
}

footer::before {
  content: "";
  position: absolute;
  background: var(--theme-gradent-color);
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
}

footer .ft_logo img {
    width: 110px;
    margin-bottom: 8px;
}

footer .ft_links2 li a img {
    margin-right: 10px;
    width: 33px;
}

footer ul.list-unstyled.ft_links li {
  margin-bottom: 11px
}

footer .ft_links2 li a {
  margin-bottom: 15px;
  display: inline-block;
}

footer .ft_links2 li a:first-child {
  align-items: flex-start;
}


footer .ft_links2 li i {
  font-size: 23px !important;
  margin-right: 10px;
  margin-top: 5px;
  border-radius: 5px;
  color: var(--theme-color);
}
footer .ft_links2 li a img {
    margin-right: 10px;
}
footer .ft_content h4 {
    color: #fff;
    font-size: 20px;
    position: relative;
    padding-bottom: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}
footer .ft_content h4::before {
    content: "";
    background-color: var(--theme-color);
    position: absolute;
    width: 60px;
    height: 3px;
    left: 0;
    bottom: 0;
}

footer .ft_content p {
  color: #fff;
}

footer .ft_links li a,
footer .ft_links2 li a {
  color: #fff;
}

footer .ft_links2 li a .ft_call img {
  width: 30px;
  margin-right: 5px
}

footer .ft_border {
  width: 100%;
  height: 1px;
  margin: 35px 0;
  background-color: #373737;
}

footer .ft_socail {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 10px
}

footer .ft_socail a {
  width: 45px;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px
}

.prot_pofkko {
  background-color: #f3c7df;
  background-image: url('../image/header-bg11.png');
  background-size: cover;
  position: relative;
  z-index: 11;
}

.prot_pofkko::before {
  content: "";
  position: absolute;
  background: url('../image/elements20.png') no-repeat;
  background-size: cover;
  width: 700px;
  left: 0;
  height: 100%;
  top: 0;
  z-index: 1;
}

.prot_pofkko::after {
  content: "";
  position: absolute;
  background: url('../image/elements19.png') no-repeat;
  background-size: cover;
  width: 700px;
  right: 0;
  height: 100%;
  bottom: 0;
  z-index: 1;
}

.prot_pofkko .heading p {
  color: var(--theme-p-color);
}

.prot_flio .flio_det {
  padding: 15px 10px;
}

.prot_flio .flio_img img {
  border-radius: 15px;
}

.prot_flio .flio_det h4 {
  color: #1a1919;
  margin-bottom: 0;
}

.prot_flio .flio_det p {
  color: var(--theme-p-color);
  margin-bottom: 10px;
}


.why-us-services-con {
  display: flex;
  gap: 20px;
}
.why-us-services-con .left-img img {
  width: 75px;
}
.why-us-con-right h4 {
  font-size: 20px;
  margin-bottom: 9px;
  color: var(--theme-color);
  font-weight: 600;
}
.row-gap{
  margin-top: 5px;
}
.about-us-sec{
  background:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url('../image/about-banner.jpg') no-repeat center;
  background-size: cover;
}

.about-content-left img{
  width: 100%;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.about-content-left .about-name-of {
  text-align: center;
  padding: 15px 10px;
  color: #fff;
}
.about-content-left .about-name-of h4 {
  color: var(--theme-color);
  margin-bottom: 10px;
  font-size: 25px;
  text-shadow: 1px 3px #000;
  font-weight: 700;
}
.about-content-left .about-name-of h5 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}
.about-content-left .about-name-of h5 a{
  color: #fff;
}
section.about-us-sec .heading {
  /* background: #f9731694; */
  background: #658bc0d1;
  color: #fff;
  padding: 40px;
  border: 2px solid #fff;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.service_sec{
  background: url('../image/home-bg1.jpg') no-repeat center;
  background-size: cover;
}
.testimonials_sec{
  background: url('../image/home-bg2.jpg') no-repeat center;
  background-size: cover;
}
.testimonials_sec .heading h2{
  color: #fff;
}
.why_choose_sec .why-choose-img img {
  border-radius: 20px;
}
footer .ft_links li a i {
    color: var(--theme-color);
    font-size: 14px;
    margin-right: 7px;
}
.ft_gap_left {
    margin-left: -22px;
}

/* ===== Floating Buttons ===== */
.floating-icons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* WhatsApp Button */
.float-whatsapp, 
.float-call {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

/* WhatsApp style */
.float-whatsapp {
  background-color: #25D366;
}

/* Call button style */
.float-call {
  background-color: #0b5ed7;
}

/* Hover effects */
.float-whatsapp:hover {
  background-color: #1ebd5a;
  transform: scale(1.1);
}
.float-call:hover {
  background-color: #094bb0;
  transform: scale(1.1);
}

/* Icon size */
.floating-icons i {
  font-size: 26px;
}

/* Responsive positioning */
@media (max-width: 576px) {
  .floating-icons {
    bottom: 15px;
    right: 15px;
  }
  .float-whatsapp, 
  .float-call {
    width: 50px;
    height: 50px;
  }
 
  .banner-img{
      display:none;
  }
  .banner .banner_heading h1 {
    font-size: 30px;
  }
  .btn_gap {
    margin-bottom: 20px;
  }
}
.icon-img {
  width: 26px;
  height: 26px;
}
