@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
/*    font-family: "Poppins", sans-serif;
 font-family: "Noto Sans", sans-serif;
font-family: "Saira", sans-serif;
 */
h1, h2, h3, h4{
  /* font-family: "Marcellus", serif; */
  font-family: "Josefin Sans", sans-serif;
}
.navbar{
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 255), 30, 30, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.primary-blue{
background-color: #0f468b;
}
.secondry-yellow{
    background-color:#ffd554;
}
.light-bg{
  background-color: #f5f5fe;
}
body{
   font-size: 16px;
}
p, a{
    color: #000;
    font-family: "Poppins", sans-serif;
}
body a {
  color: rgb(13, 110, 253);
  text-decoration: unset;
}
body h1,body h2, body h3,body h4, body p{
    margin-bottom: 0;
}
body ul{
 list-style-type: none;
 padding-left: 0;
}
.pt-80 {
  padding-top: 80px;
} 
.pb-80 {
padding-bottom: 80px;
}
.fs-18 {
  font-size: 24px;
  line-height: 30px;
}
.text-blue {
  color: #dfdfff;
}
.text-justify{
  text-align: justify;
}
.top-menu {
  background-color: #011b29;
}
.title {
  font-weight: 800;
  background: linear-gradient(to top, #062a49, #04437a) text;
  color: transparent;
  font-size: 48px;
  letter-spacing: -2px;
  line-height: 48px;
}
.border-end-r{
  border-right: var(--bs-border-width) var(--bs-border-style) #282939 !important;
}
.title-color{
  background: linear-gradient(to top, #062a49, #04437a) text;
  color: transparent;
}
.sub-headeing {
  margin-left: 25px;
  position: relative;
  display: inline-block;
  color: #000;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 1px;
}
.sub-headeing:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -29px;
  height: 3px;
  width: 20px;
  transition: 0.4s;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background: linear-gradient(to right,  #f9841f, rgb(184 151 128 / 6%));
}
.sub-headeing:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -29px;
  height: 3px;
  width: 20px;
  transition: 0.4s;
   border-top-right-radius: 0px; 
   border-bottom-left-radius: 0px;
  background: linear-gradient(to left, #f9841f, rgb(184 151 128 / 6%));
}
span.orange {
  color: #f9841f;
}
.menu-top {
    background-color: #000;
}
.menu_nav .navbar-nav .nav-item .nav-link {
  color: #fff ;
}
  .menu_nav .navbar-nav .nav-item .nav-link:hover {
    color: #f97d13;
  }

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  color: #ffd381;
  font-weight: 500;
}
.nav-item a.nav-link:hover {
  color: #ebcd95 ! IMPORTANT;
}
.menu_nav li.nav-item.dropdown:hover ul.dropdown-menu {
  display: block;
  padding: 0;
}
/** logo ***/
.logo-l img {
  width: 100%;
  position: relative;
  z-index: 1;
}
h3.title-two {
  color: #f7d00f;
  font-weight: 600;
}
.logo_cont h3 {
  font-weight: 600;
  color: #008aff;
  line-height: 40px;
  font-size: 38px;
  font-family: 'Poppins';
}

.menu_nav {
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-left: 11px;
}
/* .menu-middle::before {
  content: "";
  position: absolute;
  right: 0px;
  width: 67.2%;
  height: 53%;  background-color: #0e1954;
  top: 0;
  z-index: 0;
} */
.top-menu h3.l-title span {
  color: #fff !important;
}
.top-menu h3.l-title span {
  font-size: 13px;
  font-weight: 600;
  color: #ffc10f;
  font-family: "Noto Sans", sans-serif;
  line-height: 12px;
}
.site-top-header {
  display: flex;
}
.top-menu {
  padding: 5px 0px;
}
.site-top-header a {
  position: relative;
  height: 25px;
  width: 25px;
  border-radius: 16px;
  color: #f9841f;
  margin-right: 7px;
  display: flex;
  font-size: 15px;
  background-color: #f5f5f5;
  transition: all 500ms ease;
  z-index: 1;
  justify-content: center;
  align-items: center;
}
div#time {
  padding: 23px 0;
}
.logo-l {
  padding: 10px 0 10px 0px;
}
.social-link__block a {
  padding: 0px 11px;
  border-right: 1px solid rgb(2 55 148);
  color: rgb(35 35 35);
}
.main-menu__right{
  background-color: #fafafa;
    padding: 10px 15px;
}

p.l-description a.text-c {
  color: #fff;
  font-size: 13px;
}
.top-0 {
  margin-top: -10px;
}

.l-height {
  line-height: 12px;
}
img.hei-width {
  height: 557px;
  position: relative;
  left: -188px;
  top: -52px;
}
.navbar-nav li.nav-item .nav-link {
  padding: 10px 16px;
  font-family: 'Noto Sans';
}
.dropdown_lang {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #0f468b;
}
.menu-top {
  background-color: rgb(247 208 15);
}

.top-menu span.icon_l i {
  font-size: 19px;
  color: #fbfcff;
  position: relative;
  top: 2px;
  left: 4px;
  transition: all 0.3s ease;
}
/* .top-menu span.icon_l i:hover{
  transform: translateY(-4px);
} */
.top-menu{
    position: relative;
}
.menu-middle:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 75.3%;
  background-color: #008aff;
  z-index: -1;
}
.menu-middle .aft-only:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  content: "";
  border-right: 4px solid #f9841f;
  border-top-right-radius: 100px;
}
.aft-only{
  position: relative;
}
.menu_nav .navbar-nav li {
  position: relative;

}
.menu_nav li.nav-item.dropdown:hover ul.dropdown-menu {
  display: block;
  padding: 0;
  border-radius: 5px;
}
.menu_nav li.nav-item.dropdown ul.dropdown-menu li a {
  padding: 5px 8px;
  border-radius: 5px;
}
/* .menu_nav:before {
  content: "";
  position: absolute;
  right: -12px;
  width: 105%;
  height: 89%;
  background-color: #f5f1f1;
  top: 6px;
  z-index: 0;
} */
.logo_cont {
  position: relative;
  z-index: 1;
}
.carousel.slide .carousel-item img {
  min-height: 550px;
  max-height: 550px;
  overflow: hidden;
  object-fit: cover;
}

/*** btuuton***/
.btn.blue_btn {
  color: #f9841f;
  padding: 10px 23px 10px 23px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1.2px solid #f9841f;
  border-radius: 0;
  background-color: #ffffff24;
  transition: 0.5s ease-out;
}
.btn.blue_btn {
  position: relative;
}
a.btn.blue_btn:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgb(249 132 31);
  transition: 0.5s ease-out;
  position: absolute;
  z-index: -1;
}

a.btn.blue_btn:hover:before {
  width: 100%;
  color: #000;
  z-index: 0;
}
a.btn.blue_btn:hover span, a.btn.blue_btn:hover i {
  position: relative;
  z-index: 1;
  color: #fff;
}
/** End Button ****/
/*** slider ****/
.carousel-item {
  min-height: 511px;
  max-height: 511px;
  height: 100%;
}
/*** end Slider /
/** new about **/
.home-about::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 15%;
  top: 0;
  right: 0;
  background-color: #ebcd95;
}
.home-about .abs-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
}
.home-about .abs-img img {
  max-height: 400px;
}
/*** new about ***/
/*** frist section ***/
.about-sec:before {
  content: "";
  height: 100%;
  width: 24%;
  background-image: url(../images/law-our-sectio.png);
  background-position: right 9px;
  background-repeat: no-repeat;
  opacity: 0.4;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.about-sec:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/bg-l.jpg);
  opacity: 0.1;
  background-position: bottom;
}
.h-min {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.col-ext {
  color: #f97d13;
  font-weight: 600;
}
p.num-p {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
}
p.num-p span {
  color: #0e1954;
    font-weight: 600;
    font-size: 33px;
}

.grid_content_img img {
  min-height: 291px;
  max-height: 291px;
  object-fit: cover;
}
.about-sec .grid_content_img img {
  border-top: 5px solid #f9841f;
  border-left: 5px solid #f9841f;
  box-shadow: 5px 5px 0 0 #008aff;

}
/* .pat-act {
  padding: 18px;
  background-color: #f2f2f2;
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgb(14 25 84) 100%);
  margin-top: 9px;
  color: #fff;
  border: 2px dotted #858585;
} */
.pat-act {
  padding: 18px;
  background-color: #f2f2f2;
  background: #B8967E;
  margin-top: 9px;
  border-radius: 00px 30px 0px 30px;
  color: #fff;
  background: linear-gradient(to right, #b8967e, rgb(184 151 128 / 6%));
  transition: all 0.3s ease;
}
.pat-act:hover {
  transform: translateY(-3px);
}
.grid_icon-block {
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}
.grid_icon-block:hover {
  transform: translateY(-10px);
}
.grid_icon-block img {
  padding: 5px;
  min-height: 89px;
  max-height: 89px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
/* .grid_icon-block:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7497%) hue-rotate(209deg) brightness(104%) contrast(100%);
}
.grid_icon-block:hover .our_name h4 {
  color: #c1a38d;
} */

.our_name h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  /* padding-bottom: 58px; */
  font-family: 'Noto Sans';
}
.our_name {
  margin-top: 13px;
}
/*** end ********/
/*** slider ***/
.header-area.header-bg {
  background-color: #000;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.header-area {
  padding: 290px 0 245px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.header-area .header-inner {
  overflow: hidden;
}
.slider_layout  .ocarousel-item.active img {
  transform-style: preserve-3d;
}
.slider_layout  .carousel-item.active .title {
  animation: slideInLeft 2s 0s both;
}
.slider_layout .title {
  font-size: 79px;
  line-height: 73px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.slider_layout  .carousel-item.active .icon {
  animation: flipInY 2s 2s both;
}

.slider_layout  .carousel-item.active p {
  animation: slideInLeft 2s 1s both;
}
.header-area span {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    display: block;
}
 .carousel-item.active .header-inner p {
  animation: slideInRight 2s 1s both;
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
a.nav-link {
  padding: 0;
}
.btn-wrapper .boxed-btn {
  background-color: #b8967e;
  color: #fff;
  display: inline-block;
  padding: 13px 26px;
  border-radius: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in;
  font-weight: 600;
}
 .btn-wrapper {
  animation: flipInX 2s 1s both;
}
.slider-sec .header-inner .title {
  animation: slideInLeft 2s 0s both;
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.header-inner span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.header-inner {
  position: absolute;
  top: 35%;
  left: 134px;
  width: 48%;
  overflow: hidden;
}
.fs-20{
font-size: 20px;
}
.header-inner  .carousel-item.active .title {
  animation: slideInLeft 2s 0s both;
}
.header-inner .title {
  font-size: 70px;
  line-height: 70px;
  color: #f9841f;
  font-weight: 900;
  font-family: 'Josefin Sans';
  margin-bottom: 10px;
}
.slider-sec .carousel-inner .carousel-item:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: linear-gradient(66deg, #014076 0%, #ffffff00 100%);
  height: 100%;
  z-index: 0;
}
a.nav-link:before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 30px;
  top: 9px;
  background-color: #e6e2e236;
}
.desktop-left a.btn.blue_btn {
  display: inline-flex;
  background-color: #f9841f;
  align-items: center;
}
.desktop-left .btn.blue_btn i {
  color: #fff;
}

/** add winne ***/
.sec-attorney{
background-color:#0058a4;
}
.att-box .att-icon {
  display: block;
  margin: 0 auto 15px auto;
  height: 65px;
}
.att-box .att-title {
  font-size: 22px;
  color: #ebcd95 !important;
  padding-top: 5px;
}
.sec-dark p {
  color: #fff;
}
.att-box {
  /* border: 1px solid #ffffff3b; */
  border: 1px solid #ffffff78;
  padding: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 15px;
}
/** end winner **/
/**** Pratics css ****/
.area-single {
  padding: 15px;
  border:1px solid rgb(249 132 31);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  background-color: #fffaf0;
}
.area-single::before {
  content: '';
  position: absolute;
  right: -5%;
  bottom: -5%;
  height: 10%;
  width: 10%;
  background-color: #b52a2a00;
  border-radius: 15px;
  transition: all 0.3s ease-in;
}
.area-single .icon-1 {
  height: 60px;
  position: relative;
  /* filter: brightness(1); */
  transition: all 0.3s linear;
  z-index: 11;
  filter: brightness(0) saturate(100%) invert(52%) sepia(35%) saturate(1785%) hue-rotate(348deg) brightness(109%) contrast(95%);
}
.area-single .as-title {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: capitalize;
  position: relative;
  font-family: "Poppins", sans-serif;
  height: 50px;
  display: flex;
  align-items: center;
  z-index: 1;
}
.area-single:after {
  content: '';
  position: absolute;
  width: 123px;
  height: 124px;
  background-color: #ffeee1;
  border-radius: 100%;
  z-index: 0;
  right: -22px;
  top: -24px;
  clip-path: polygon(3% 0, 100% 0, 100% 84%, 49% 70%, 32% 34%);
}
.area-single:hover::before {
  content: '';
  bottom: -5%;
  height: 110%;
  z-index: 0;
  width: 110%;
  background-color: #f9841f;
  transition: all 0.3s linear;
}
.area-single:hover::after {
  background-color: #ffffff54;
}
.area-single:hover .as-title {
  color: #fff;
}

.area-single:hover .icon-1 {
  /* filter: brightness(100); */
  transition: all 0.3s linear;
  color: #b52a2a;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(176deg) brightness(100%) contrast(102%);
}
/*** end Pratics /
/*** servicres ***/
.our-services {
  background-color: #035295e8;
  background-image: url(../images/blindh-1.png);
  background-position: -8% 10%;
  background-repeat: no-repeat;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: relative;
}
.our-services:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/blogroll.jpeg);
  background-position: right;
  background-size: 52% 105%;
  background-repeat: no-repeat;
  clip-path: polygon(55% 0, 100% 0%, 100% 100%, 21% 100%);
}
.boder-l:before {
  content: "";
  position: absolute;
  left: 20px;
  width: 90%;
  top: 53%;
  height: 2px;
  background-color:#2d71ab8a;
}
.boder-l:after {
  content: "";
  position: absolute;
  left: 16%;
  width: 69%;
  top: 48%;
  height: 2px;
  background-color: #2d71ab8a;
  transform: rotate(89deg);
}
a.btn.blue_btn span, a.btn.blue_btn i {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
/** end  ***/
.grid_content_img {
  position: relative;
  z-index: 1;
}
/**** News hindi ***/
.new-right-bg .grid_content_img img {
  min-height: 280px;
  max-height: 280px;
  object-fit: cover;
  border-top: 5px solid #f9841f;
  border-left: 5px solid #f9841f;
  box-shadow: 5px 5px 0 0 #008aff;
}
.our-news {
  background-color: #0D0F21;
}
.new-right-bg .grid_content_img {
  margin-top: 111px;
}
.our-news:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  width: 30%;
  height: 100%;
  background-image: url(../images/beel-bg.png);
  background-position: 100% 27%;
  background-repeat: no-repeat;
  opacity: 1;
  background-attachment: fixed;
  z-index: 0;
}
.ul-list {
  width: 100%;
  margin-right: 11px;
}
.ul-list li {
  margin-bottom: 18px;
  position: relative;
  transition: all 0.3s ease;
}
.ul-list li img {
  position: relative;
  z-index: 11;
  color: #0a579a;
  width: 37px;
  object-fit: cover;
  margin-right: 12px;
  filter: brightness(0) saturate(100%) invert(29%) sepia(68%) saturate(821%) hue-rotate(172deg) brightness(93%) contrast(108%);
}
.ul-list li:hover {
  transform: translateY(-4px);
}
.ul-list li span {
  padding-left: 2px;
  font-weight: 500;
  font-size: 18px;
  font-family: 'Noto Sans';
  line-height: 19px;
}
.new-right-bg .inner-icon {
  min-height: 48px;
  max-height: 48px;
  height: 100%;
}
.right-inner-margin {
  /* margin: 0 92px 0 54px; */
  position: relative;
  z-index: 1;
}
.partner-block .card img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
/* .party-h .card:before {
  content: "";
  position: absolute;
  left: 0;
  height: 35%;
  width: 100%;
  background-color: #f9841f;
  z-index: 0;
} */
/*** news ****/
/*** Enquires Start ****/
.form-control-r:before, .partner-block:before, .contact-details:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../images/bg-l.jpg");
  opacity: 0.2;
  background-position: bottom;
}
.form-control-r:after, .partner-block:after, .contact-details:after {
  content: "";
  right: 0;
  top: 0;
  width: 24%;
  height: 100%;
  background-color: #ffffff73;
  background-image: url(../images/law-our-sectio.png);
  background-position: -8% 10%;
  background-repeat: no-repeat;
  opacity: 0.6;
  z-index: 0;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
}
.form_inner .form-control {
  padding: 0.60rem .75rem;
  background-color: white;
  border-radius: 0;
}
/*** Enquires  End****/
/**** partenrs ***/
.party-h .card-title {
  text-align: center;
  line-height: 22px;
  font-size: 21px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-family: 'Poppins';
  font-weight: 500;
  top: 8px;
  letter-spacing: 0px;
  position: relative;
}
.partner-block .card {
  box-shadow: 0px -1px 4px 0 #f9841f;
  overflow: hidden;
  border: unset;
}
/* .card-img-top {
  min-height: 238px;
  max-height: 228px;
  -webkit-transition: .42s ease-out;
  transform: scale(1.01);
}
.partner-block .card:hover .card-img-top{
  -webkit-transform: scale(1.035);
  -ms-transform: scale(1.035);
  transform: scale(1.035);
} */
.card-body {
  transition: all 0.4s ease-in-out;
  position:relative;
}
/* .partner-block .card:hover .card-body {
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
  opacity: 1;
  transform: rotate(0);
  left: 0;
} */
/* .partner-block .card-body:after {
  background: linear-gradient(90deg, rgb(0 66 122) 0%, rgb(8 110 197) 35%, rgb(8 110 197) 100%);
  height: 100%;
  width: 50px;
  left: -25px;
  top: 0;
  opacity: 0.05;
  content: "";
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
} */
/* .partner-block .card:hover .card-body:after{
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 1;
  transform: rotate(0);
  left: 0;
} */
.card-body {
  position: relative;
  padding: 17px 17px 20px 17px;
}
.partner-block .card:hover .card-body:after  h5{
  z-index: 1;
}
.partner-block .card:hover .card-body:after  p{
  z-index: 1;
}

/* .card:hover h5, .card:hover p {
  position: relative;
  z-index: 11;
  color: #000;
} */
p.position {
  text-align: center;
  color: rgb(255 255 255);
  line-height: 17px;
  font-size: 17px;
  font-weight: 500;
  z-index: 0;
  top: 26px;
  min-height: 65px;
  max-height: 65px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .card-body::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 53px;
  bottom: 0px;
  background-color: rgb(249 132 31);
  z-index: 0;
  clip-path: polygon(9% 0%, 91% 0%, 100% 100%, 0% 100%);
} */
.form_inner .btn_wrap .btn.blue_btn {
  color: #ffffff;
  padding: 10px 23px 10px 23px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #054174;
  border-radius: 0;
  background-color: #054174;
  transition: 0.5s ease-out;
}
/* End Paters ***/
/*** Contact Us ****/
.grid_content_form {
  background-color: rgb(246, 246, 246);
  padding: 30px;
  border-radius: 10px;
  border: 1px solid rgb(203, 203, 203);
  /* min-height: 100%; */
}
.icon-c img {
  height: 80px;
  margin-bottom: 10px;
  filter: brightness(0) saturate(100%) invert(31%) sepia(23%) saturate(6617%) hue-rotate(192deg) brightness(88%) contrast(94%);
}
.icon-c {
  text-align: center;
}
.our_contact {
  background-color: rgb(229 238 249 / 92%);
}
.our_contact:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/blogroll.jpeg);
  background-size: cover;
  opacity: 0.8;
  background-position: bottom;
  background-attachment: fixed;
}
.pro p {
  color: #250484;
  font-size: 24px;
  font-weight: 300;
}
.cont_grid {
  padding: 24px 19px;
  width: 100%;
  position: relative;
  text-align: center;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  transition: all 0.3s ease;
}
.cont_grid:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  transition: 0.4s;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.cont_grid:before {
  background: linear-gradient(to right, #fdcfa8 0, #f9841f);
}
p.first {
  font-size: 29px;
  line-height: 1.5;
  margin-bottom: 3px;
  display: inline-block;
  color: #fff;
  transition: all .3s;
  position: relative;
  z-index: 1;
}
p.num a, p.num {
  font-size: 35px;
  line-height: 1.5;
  margin-bottom: 3px;
  display: inline-block;
  color: #fff;
  transition: all .3s;
  font-family: "Marcellus", serif;
  position: relative;
  z-index: 1;
}
.grid_contact_block .title {
  font-size: 50px;
  font-weight: 800;
}
.cont_grid:hover {
  transform: translateY(-4px);
}
.form_inner {
  position: relative;
  z-index: 1;
}
/*** Contact Us Page ****/
/** conatct ****/
.page-title {
  position: relative;
  padding: 110px 0;
  min-height: 250px;
  background: linear-gradient(66deg, #014076 0%, #ffffff00 100%);
}
.page-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("../images/blogroll.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .8;
  z-index: -1;
}
.title-outer .title {
  font-weight: 800;
  color: white;
  font-size: 48px;
  position: relative;
}
.page-title li.breadcrumb-item a {
  color: #dedede;
}
.breadcrumb-item.active {
  color: rgb(209 209 209 / 75%);
}
/*contct section **/
.contact-details__info {
  position: relative;
  display: block;

}
.contact-details__info li:nth-child(1){
  float: left;
  width: 48%;
  margin-right: 2%;
}
.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 14px 19px 14px 19px;
  background-color: #f8f8f8;
  border-radius: 10px;
  z-index: 1;
  transition: all 0.3s ease;
}
.contact-details__info li:hover {
  transform: translateY(-3px);
  background-color: #ffecdc;
}
/* .contact-details__info li .icon {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #f9841f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease
} */

.contact-details__info li .icon span {
  color: #fff;
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 52px;
  width: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f9841f;
  transition: all 500ms ease;
}

.contact-details__info li .icon span:hover {
  background-color:#008aff;
}

.contact-details__info li .text {
  margin-left: 30px;
  line-height: 21px;
}

.contact-details__info li .text p {
  font-size: 14px;
  line-height: 24px
}

.contact-details__info li .text a {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease
}

.contact-details__info li .text span {
  font-size: 16px;
  line-height: 1px;
  font-family: 'Noto Sans';
  font-weight: 500;
}

.contact-details__info li .text a {
  color: #414141;
  font-weight: 500;
}
.text h6 {
  color: #111111;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Noto Sans';
  margin-bottom: 5px;
}
.mt-y {
  margin-top: 99px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  padding: 22px 19px 22px 19px;
  background-color: #f8f8f8;
  border-radius: 25px;
}
/**** contact ****/
.footer-section {
  position: relative;
  background-color: #151515;
  background: #0d0f21;
  border-radius: 27px 27px 0 0px;

}
.footer-cta {
  border-bottom: 1px solid #373636;
}

ul.address li i {
  color: #ffffff;
  padding-right: 19px;
  font-size: 20px;
  position: relative;
  top: 4px;
}
.footer-widget ul {
  padding-left: 0;
}
.footer-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 90%;
  z-index: 1;
  background-color: #0b4f8b;
}
.footer-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 90%;
  z-index: 0;
  background-image: url(../images/bg-slider1.jpg);
  border-radius: 27px 27px 0 0px;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.copyright-text p {
  color: #ffff;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

/****  endlight *********/
/** end new carasoul **/
.footer-logo img {
  max-width: 367px;
}
.footer-logo .logo-l {
  padding: 0;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right:0px;
}
ul.address li p {
  color: #fff;
}
.footer-social-icon i {
  height: 21px;
  width: 21px;
  line-height: 23px;
  text-align: center;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #be9f89;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
/* .footer-widget-heading h3:before {
  content: "";
  height: 2px;
  width: 24px;
  border-radius: 80px;
  position: absolute;
  left: 112px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(to right, #ff9245, rgb(255 108 5 / 0%));
} */
.footer-widget ul li {
  display: flex;
  margin-bottom: 7px;
}
.footer-widget ul li a:hover{
  color: #ffffff;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.footer-widget ul li a:before {
  position: relative;
  content: "\f101";
  font: normal normal normal 14px/1 FontAwesome;
  left: -7px;
}
.footer-widget ul.address li a:before {
  position: unset;
  content: "";
  font: unset;
  left: unset;
}
ul.address p a {
  padding-left: 0 !important;
  margin-left: -4px;
  text-transform: lowercase;
}
.copyright-area {
  background: #000000;
  padding: 0px 0 0 0;
  border-top: 1px solid #636363;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
.copyright-text p a{
  color: #ffffff;
}
.footer-widget ul li a {
  padding-left: 15px;
  color: #fff;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #be9f89;
}
.footer-menu li a {
  font-size: 14px;
  color: #ffffff;
}
.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 13px;
}

.site-footer__social a {
  position: relative;
  height: 31px;
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f9841f;
  font-size: 15px;
  background-color: #f5f5f5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
  
}
.site-footer__social a+a {
margin-left: 10px;
}
.quick-lick {
background-color: #ffffffeb;
box-shadow: 5px 5px 1px 0 #99c333;
}
.social_header h3 {
font-size: 24px;
font-family: 'Roboto';
font-weight: 700;
}
.side-menu {
  position: fixed;
  top: 0;
  left: -250px; /* Hide the menu offscreen */
  width: 250px;
  height: 100%;
  z-index: 11;
  background-color:#008aff;
  color: white;
  overflow-x: hidden;
  transition: 0.3s; 
  padding-top: 60px; 
}

.side-menu .nav-link {
  color: white;
}

.side-menu .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: white;
}

.side-menu.open {
  left: 0; 
}
.side-menu .btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 1;
}
div#sideMenu li.nav-item {
  background-color: #2292f1;
  margin-bottom: 6px;
  padding: 9px 10px;
  text-align: left;
  border-bottom: 1px solid #efefef54;
}
.navbar-toggler {
  border: var(--bs-border-width) solid rgb(255 255 255);
}
.abs-img-ab{
  position: absolute;
  right: 0;
  top: 29%;
  max-height: 100%;
}
.home-about .abs-img-ab img {
  max-height: 247px;
}
/*** End  footer ****/
/* @media (min-width: 992px) {
  .party-h .col-lg-4 {
      flex: 0 0 auto;
      width: 30.333333%;
  }
} */
.partner-block:after{
  background-color:unset;
 
 }

 .partner-box{overflow: hidden; min-height: 180px; z-index: 1;}
.partner-box:before{
 content: '';
position: absolute;
width: 360px;
height: 360px;
background-color: #f9841f;
border-radius: 100%;
z-index: -1;
left: -31%;
top: -17%;
}
.partner-box-logo img{width: 100px;}

/*** Fancy Box ***/
.main .card {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  color: #333;
  border-radius: 2px;
}
.main .card-image {
  background: #fff;
  min-height: 200px;
  position: relative;
  width: 100%;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
 }
}
/*** End Fancy Box ***/
@media only screen and (min-width:320px) and (max-width:1199px)
{
 .partner-box:before {
   width: 100%;
 height: 100%;
 border-radius: 0px;
 left: 0;
 bottom: 0;
 top: 0;
 background-image: linear-gradient(45deg, #f9841f, #ffd6b2);
}

}


@media (min-width: 1501px) and (max-width: 1601px) {
  .abs-img-ab {
    position: absolute;
    right: 10px;
    top: 22%;
    max-height: 100%;
  }
}
@media (min-width: 1400px) and (max-width: 1500px) {
  .abs-img-ab {
    position: absolute;
    right: 27px;
    top: 22%;
    max-height: 100%;
  }
}
@media (min-width: 1350px) and (max-width: 1398px) {
  .abs-img-ab {
    position: absolute;
    right: -20px;
    top: 22%;
    max-height: 100%;
  }
  .party-h .col-lg-4 {
    flex: 0 0 auto;
    width: 30.333333%;
}
}

@media (min-width: 1100px) and (max-width: 1298px) {
  .navbar-nav li.nav-item .nav-link {
    padding: 10px 12px;
}
.header-inner {
 top: 19%;
}
.header-inner .title {
  font-size: 53px;
}
.title {
 font-size: 40px;
}
.grid_contact_block .title {
  font-size: 37px;
}
.party-h .col-lg-4 {
  flex: 0 0 auto;
  width: 32.333333%;
}
}
@media (min-width: 1198px) and (max-width: 1210px) {
  .navbar-nav li.nav-item .nav-link {
    padding: 10px  8px;
}
.logo-l {
  padding-left: 11px;
}
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .navbar-nav li.nav-item .nav-link {
    padding: 10px  7px;
    font-size: 15px;
}
.add_contact a {
  left: 50px;
}
.area-single .as-title {
  font-size: 16px;
}
}
@media (min-width: 768px) and (max-width: 1025px) {
  .navbar-nav li.nav-item .nav-link {
    padding: 10px 9px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .side-menu.open{
    display: none;
  }

}

@media (max-width: 992px) {
  .menu_nav {
    justify-content: flex-end;
  
  }
  .side-menu .nav-link {
    padding-left: 10px;
}
  .header-inner .title {
    font-size: 43px;
    line-height: 55px;
}
.fs-20 {
  font-size: 16px;
}
.header-inner span {
  font-size: 14px;
}

.title {
  font-size: 32px;
  letter-spacing: -2px;
  line-height: 34px;
}
.fs-18 {
  font-size: 18px;
  line-height: 30px;
}
.new-right-bg .grid_content_img {
  margin-top: 0;
}
.menu_nav {
  display: block;
  justify-content: flex-start;
  margin-left: 11px;
  position: unset;
}

/* ul.navbar-nav {
  background-color: white;
  position: absolute;
  top: 90px;
  z-index: 11;
  right: -12px;
  width: 100%;
} */
.menu_nav .navbar-nav .nav-item .nav-link {
  color: #000;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  color: #000000;
}
.w-max{
  width: 100%;
}
.menu-middle:after {
width: 82px;
}
.home-about .abs-img img,.home-about::before, .abs-img-ab { 
  display: none;
}
.partner-block:after{
 background-color:unset;
 z-index: -1;
}
}

@media (max-width:767px) {
  .right-inner-margin {
    margin: 0;
    position: relative;
    z-index: 1;
}
.our-news:after {
  width: 82%;
}

.fs-18 {
  font-size: 16px;
  line-height: 30px;
}
.boder-l:after {
  position: unset;
}
.boder-l:before {
  content: "";
  position: unset;
}
.our-services:before {
  z-index: -1;
  background-position: center; 
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: unset;
}
.grid_icon-block img {
  padding: 5px;
  min-height: 75px;
  max-height: 75px;
}
.our_name h4 {
  font-size: 18px;
}
.grid_contact_block .title {
  font-size: 35px;
  font-weight: 800;
  line-height: 40px;
}
.header-inner .title {
  font-size: 27px;
  line-height: 44px;
}
 
  .header-inner {
    position: absolute;
    top: 35%;
    left: 11px;
    width: 92%;
    overflow: hidden;
}
.form-control-r:after, .partner-block:after, .contact-details:after {
  background-color: unset;
}

.home-about .abs-img img {
 display: none;
}
.area-single .as-title {
  font-size: 15px;
}
.title-outer .title {
  font-size: 28px;
}
.carousel.slide .carousel-item img, .carousel-item  {
  min-height: 300px;
  max-height: 300px;

}
.page-title {
  position: relative;
  padding: 43px 0;
  min-height: 160px;
  background: linear-gradient(66deg, #014076 0%, #ffffff00 100%);
}
}

@media (max-width:412px) {
  .navbar {
    flex-wrap: unset;
}
.header-inner {
  top: 22%;
}
}
  /* @media (max-width:600px) {
    ul.navbar-nav {
      top: 92px;
  }
} */
@media (max-width:320px) {
  .btn.blue_btn {
    padding: 10px 12px 10px 21px;
    font-size: 14px;
}
.contact-details__info li .text a {
  word-break: break-all;
}
}
.nav-link {
  color: #f9841f;
}