/*!

*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome

*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)

*/



@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");

:root {

  --color-white: #fff;

  --color-black: #000;

  --color-f53d8d: #f53d8d;

  --color-7e1bae: #7e1bae;

  --color-f7f7f7: #f7f7f7;

  --color-220032: #220032;

  --color-373737:#373737;

  --color-ef2424: #ef2424;

  --color-4a4a4a:#4a4a4a;

  --color-294d72:#294d72;

  --color-939393:#939393;

  --transition: all 0.5s ease-in-out;

  --transition-2: all 0.8s ease-in-out;

}



* {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}

html {

  scroll-behavior: smooth;

  overflow-x: hidden;

}

body {

  animation: transitions 0.75s;

  font-family: "Montserrat", sans-serif;

  font-weight: 400;
  background:#0004ff0f;

}



.btn,

.btn:focus,

button,

button:focus,

.form-control:focus {

  outline: none;

  box-shadow: none;

}

a,

a:hover {

  text-decoration: none;

}

ul,

li {

  list-style: none;

  margin: 0;

  padding: 0;

}



p {

  margin: 0;

  padding: 0;

  color: #000000;

  font-size: 15px;

}

b,

strong {

  font-weight: 600;

}

blockquote {

  margin: 0;

  padding: 0;

  border: none;

}

a:focus,

p:focus,

div:focus,

input:focus,

textarea:focus,

submit:focus,

button:focus {

  outline: none;

}

/* defult css Styles

---------------------------------*/

article,

aside,

canvas,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section,

summary,

time,

mark,

audio,

video,

blockquote {

  margin: 0;

  padding: 0;

  border: 0;

  display: block;

}

h1,

h2,

h3,

h4,

h5,

h6 {

  font-weight: normal;

  line-height: normal;

}

h1 {

  font-size: 40px;

  margin: 0 0 1rem;

}

h2 {

  font-size: 35px;

  margin: 0 0 1rem;

}

h3 {

  font-size: 25px;

  margin: 0 0 0.9rem;

}

h4 {

  font-size: 20px;

  margin: 0 0 0.9rem;

}

h5 {

  font-size: 18px;

  margin: 0 0 0.9rem;

}

h6 {

  font-size: 16px;

  margin: 0 0 0.9rem;

}

li {

  margin: 0 0 0.8rem;

  padding: 0;

}

p {

  margin: 0;

  font-size: 15px;

  line-height: 20px;

  margin-bottom: 15px;

  font-family: "Montserrat", sans-serif;

  font-weight: 500;

}

p:last-child {

  padding-bottom: 0;

}

/*label, span, strong {display: inline-block;}*/

p label,

p span,

p strong {

  display: inline;

}

strong {

  font-weight: 700;

}

a {

  color: var(--color-7e1bae);

  text-decoration: none;

  border: none;

  outline: none;

  -moz-transition: all 300ms ease-in-out 0s;

  -webkit-transition: all 300ms ease-in-out 0s;

  transition: all 300ms ease-in-out 0s;

}

a:hover,

a:focus {

  color: #000;

  text-decoration: none;

  outline: none;

}

img {

  border: none;

  outline: none;

  display: inline-block;

  max-width: 100%;

}

mark {

  background-color: var(--color-7e1bae);

  color: var(--color-black);

  font-style: italic;

  font-weight: bold;

}

del {

  text-decoration: line-through;

}

hr {

  display: block;

  height: 1px;

  border: 0;

  margin: 0.8rem 0;

  padding: 0;

  border-top: 1px solid #d3d3d3;

}

::-moz-selection {

  background-color: var(--color-7e1bae);

  color: var(--color-white)

  text-shadow: none;

}

::selection {

   background-color: var(--color-7e1bae);

   color: var(--color-white)

  text-shadow: none;

}

table {

  border: none;

  border-collapse: collapse;

  border-spacing: 0;

  width: 100%;

}

table th,

table td {

  padding: 10px 12px;

  vertical-align: top;

  border: 1px solid #d3d3d3;

}

.ptb {

  padding: 70px 0;

}



/*----------------------------------------------------

scroll bar

------------------------------------------------------*/

::-webkit-scrollbar-track {

  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

  border-radius: 0px;

  background-color: #f5f5f5;

  width: 6px;

}



::-webkit-scrollbar {

  width: 6px;

  background-color: #f5f5f5;

}



::-webkit-scrollbar-thumb {

  border-radius: 0px;

  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

  background-color: #da1612;

}



.scrollup {

  position: fixed;

  bottom: 50px;

  right: 10px;

  z-index: 5;

  width: 43px;

  height: 43px;

  line-height: 40px;

  font-size: 18px;

  color: #fff;

  background: #da1612;

  text-align: center;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  display: none;

  -moz-transition: all 300ms ease-in-out 0s;

  -webkit-transition: all 300ms ease-in-out 0s;

  transition: all 300ms ease-in-out 0s;

  cursor: pointer;

  opacity: 1;

  visibility: visible;

  transform: translateY(0);

}



/* animation */



@-webkit-keyframes animationFade {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

  }

  to {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}

@-o-keyframes animationFade {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

  }

  to {

    opacity: 1;

    -webkit-transform: none;

    -o-transform: none;

    transform: none;

  }

}

@keyframes animationFade {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

  }

  to {

    opacity: 1;

    -webkit-transform: none;

    -o-transform: none;

    transform: none;

  }

}





/* ===================================



    Header & Navigation



====================================== */



.header-appear{



  /*height: 70px;*/



  position: fixed;

  top: 0;

  padding: 5px 0px;

  z-index: 999;

  width: 100%;

  background-color: #fff;

  -webkit-animation-name: animationFade;

  -o-animation-name: animationFade;

  animation-name: animationFade;

  -webkit-animation-duration: 1s;

  -o-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  -o-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);

  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);



}



header {

  width: 100%;

  z-index: 99;

}

.header-appear .logo-fld img {

  width: 75%;

}



/*header start*/

.main-header .container-fluid {

  padding-right: 55px;

  padding-left: 55px;

}



.main-header .logo-fld {

  width: 33%;

}

.sub-nav ul li a:hover,

.sub-nav ul .active a {

  color: #da1612;

}



.sub-nav ul li a {

  font-size: 14px;

  color: #fff;

  text-transform: uppercase;

  font-weight: bold;

}



.main-header{padding: 5px 0;}

.main-header .navbar{ padding: 0;}

.main-header .logo-fld {

  width: 20%;

}

.sub-nav ul li a {

  font-size: 13px;

  color: var(--color-4a4a4a);

  text-transform: uppercase;

  font-weight: bold;

}

.sub-nav ul li {

  margin-bottom: 0;

  padding: 0 30px 0 0;

}

/*-------------*/
.banner-img{position: relative;}
.title-head h3 {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    width: 37%;
    padding: 8px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.banner-left .sub-head h2 {
    font-size: 17px;
    line-height: 23px;
    color: var(--color-161616);
    font-weight: bold;
    text-transform: uppercase;
}
.btn-bnr{  padding: 0 0 0 18%;}

.img-list {
  width: 64%;
  height: 200px;
  margin: 0 auto 20px auto;
  border: 5px solid #ddd
}


.img-list img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.home-banner .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.main-fld {
  display: flex;
  flex-wrap: wrap;
 justify-content: center;
 align-items: center;


}


.banner-left {
  flex: 0 0 45%;
  max-width: 45%;
  background: #f0f0ff;
  padding: 0 0 0 6%;
}

.banner-right {
  flex: 0 0 55%;
  max-width: 55%;
}

.home-banner {
  position: relative;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 10%;
  width:27%;
  transform: translate(-0%, -50%);
  z-index: 5;
}

.banner-content h2:empty{ display: none;}

.banner-content h2 {
  font-size: 55px;
  text-transform: uppercase;
  color: var(--color-373737);
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 20px;

}

.banner-content h2 strong { font-weight: bold; color: var(--color-7e1bae);}

.banner-content p{ font-size: 15px; line-height: 20px; font-weight: 500; color: var(--color-294d72); margin-bottom: 30px;}

/*.banner-img {

  height: 650px;

  

}*/
video.bannervideo source {
    width: 100%;
    height: 100%;
    object-fit: cover;
   
}
.bannervideo{ height: 650px; width: 100%; border: 10px solid var(--color-f7f7f7); 
    background: #a6a6a5;}

.banner-img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}
.bannervideo poster{ width: 100%; height: 680px; object-fit: cover; }
.btn-all {

  background:#7e1bae;

  padding: 10px 15px;

  color: #fff !important;

  font-size: 14px;

  font-weight: bold;

  display: inline-block;

  border-radius: 25px;

  margin: 0 10px 0 0;

  text-align: center;

  width: 135px;

  



}

.btn-all:hover {

  background: #000;

  color: #fff;

}

.bnr-btn{

     border: 1px solid var(--color-7e1bae); 

     color: var(--color-7e1bae);

    padding: 10px 15px;

     font-size: 14px;

     font-weight: bold;

     display: inline-block;

     border-radius: 25px;

     margin: 0 10px 0 0;

     width: 135px;

    }

.bnr-btn:hover{background: var(--color-black);  color: var(--color-white); border: 1px solid var(--color-black); 
}

.donate-fld a{

     background:#da1612;;

     color: var(--color-white);

     padding: 12px 25px;

     font-size: 13px;

     font-weight: bold;

     display: inline-block;

     border-radius: 25px;

     margin: 0 15px 0 20px;

     text-transform: uppercase;

}

.donate-fld a:hover{ background: var(--color-black);}

.home-slider .owl-dots {

  position: absolute;

  width: auto;

  bottom: 15%;

  left: -50%;

  margin-top: 0 !important;

  /* top: 50%; */

  transform: translate(0%, -50%);

  display: block;

}



.banner_area .owl-theme .owl-dots .owl-dot span {

	border-radius: 100%;

	box-shadow: none;

}

.home-slider .owl-theme .owl-dots .owl-dot span {

	width: 6px;

	height: 6px;

	margin: 10px 20px 0 0;

	background: #000;

	display: block;

	-webkit-backface-visibility: visible;

	transition: opacity 200ms ease;

	border-radius: 30px;

	position: relative;

}



.home-slider .owl-theme .owl-dots .owl-dot span {

	border-radius: 100%;

	box-shadow: none;

}

.home-slider .owl-theme .owl-dots .owl-dot span::before,  .home-slider .owl-theme .owl-dots .owl-dot span::after {

	border-radius: 100%;

}

.home-slider .owl-theme .owl-dots .owl-dot span::before {

	border: 1px solid transparent;

}

.home-slider .owl-theme .owl-dots .owl-dot span::after {

	border: 0 solid transparent;

}

.home-slider .owl-theme .owl-dots .owl-dot span::before,  .home-slider .owl-theme .owl-dots .owl-dot span::after {

	box-sizing: inherit;

	content: "";

	position: absolute;

	top: -7px;

	left: -7px;

	height: 20px;

	width: 20px;

}

.home-slider .owl-theme .owl-dots .owl-dot span:hover::before,  .home-slider .owl-theme .owl-dots .owl-dot.active span::before {

	border-top-color: #000;

	border-right-color: #000;

	border-bottom-color: #000;

	transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;

}

.home-slider .owl-theme .owl-dots .owl-dot span:hover::after,  .home-slider .owl-theme .owl-dots .owl-dot.active span::after {

	border-top: 1px solid #000;

	border-left-width: 1px;

	border-right-width: 1px;

	-webkit-transform: rotate(270deg);

	transform: rotate(270deg);

	transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;

}

.home-slider .owl-theme .owl-dots .owl-dot.active span {

	background-color: #000;

}





@-webkit-keyframes ani-mouse {

  0% {

    opacity: 1;



    top: 29%;

  }



  15% {

    opacity: 1;



    top: 50%;

  }



  50% {

    opacity: 0;



    top: 50%;

  }



  100% {

    opacity: 0;



    top: 29%;

  }

}



@-moz-keyframes ani-mouse {

  0% {

    opacity: 1;



    top: 29%;

  }



  15% {

    opacity: 1;



    top: 50%;

  }



  50% {

    opacity: 0;



    top: 50%;

  }



  100% {

    opacity: 0;



    top: 29%;

  }

}



@keyframes ani-mouse {

  0% {

    opacity: 1;



    top: 29%;

  }



  15% {

    opacity: 1;



    top: 50%;

  }



  50% {

    opacity: 0;



    top: 50%;

  }



  100% {

    opacity: 0;



    top: 29%;

  }

}



.scroll-btn {

  display: block;



  position: absolute;



  left:1%;



  bottom: 3px;



  text-align: center;



  /*z-index: 99;*/

}



.scroll-btn > {

  display: inline-block;



  line-height: 18px;



  font-size: 13px;



  font-weight: normal;



  color: #da1612 !important;



  letter-spacing: 2px;



  writing-mode: vertical-rl;

}



.scroll-btn > *:hover,

.scroll-btn > *:focus,

.scroll-btn > *.active {

  color: #ffffff;

}



.scroll-btn > *:hover,

.scroll-btn > *:focus,

.scroll-btn > *:active,

.scroll-btn > *.active {

  opacity: 0.8;



  filter: alpha(opacity=80);

}



.scroll-btn .mouse {

  position: relative;



  display: block;



  width: 24px;



  height: 44px;



  margin: 0 auto 20px;



  -webkit-box-sizing: border-box;



  -moz-box-sizing: border-box;



  box-sizing: border-box;



  border: 1px solid #da1612;



  border-radius: 23px;

}



.scroll-btn .mouse > * {

  position: absolute;



  display: block;



  top: 29%;



  left: 50%;



  width: 8px;



  height: 8px;



  margin: -4px 0 0 -4px;



  background: #da1612;



  border-radius: 50%;



  -webkit-animation: ani-mouse 2.5s linear infinite;



  -moz-animation: ani-mouse 2.5s linear infinite;



  animation: ani-mouse 2.5s linear infinite;

}



.scroll-btn p {

  display: block;



  -webkit-transform: rotate(-90deg);



  -moz-transform: rotate(-90deg);



  color: #da1612 !important;



  margin: 24px 0;



  text-transform: uppercase;



  font-size: 12px;



  font-weight: 500;

}



.sochal-icon-bar {

  position: absolute;

  top: 45%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  z-index: 99;

}



.sochal-icon-bar a {

  display: block;

  text-align: center;

  padding: 10px 20px;

  padding-right: 20px;

  transition: all 0.3s ease;

  color: #000;

  font-size: 18px;

  border-radius: 0 25px 25px 0;

}



.sochal-icon-bar a:hover {

  background-color: #da1612;

  color: #fff;

}

/*=========About==========*/

.home-ab p {

  color: var(--color-363737);

  font-size: 14px;

  line-height: 23px;

  font-weight: 500;

  padding: 0 20px 0 0;

}



.about-img{position: relative;}

.ab-big-img {

  position: relative;

  z-index: -1;

}

.about-img img {

  width: 100%;

  height: 620px;

  object-fit: cover;





}

.absm-img {

  position: absolute;

  left: -160px;

  bottom: 45px;

 

}



.absm-img img{width: 330px; height: 330px; object-fit: cover;}

.absm-img:before {
    position: absolute;
    content: "";
    left: 26px;
    border: 2px solid #f53d8d;
    width: 330px;
    height: 330px;
    bottom: -20px;
    z-index: -1;
}

/*-inr about---*/
.inr-about-us .absm-img {
    position: absolute;
    right: -55px;
    bottom: 45px;
    left: inherit;
}




.sub-head h2 {

  font-size:40px;

  line-height:45px;

  color: var(--color-161616);

  font-weight:bold;

  /* margin-bottom: 20px; */

  text-transform: uppercase;

}

.hm-about {

  position: relative;

  background-size: cover !important;
      background: #f0f0ff;

}

.hm-about:after{

    content: "";

    position:absolute;

    right:0;

    top:0;

    width:40%;

    height:100%;

    background: var(--color-f7f7f7);

    z-index: -1;

    

}

.info-list ul{display: flex; flex-wrap: wrap;}

.info-list ul li{ width: 30.33%;}

.home-ab p:empty{ display: none;}

.info-list img{ width: 70px; height: 70px; object-fit: contain;}

.info-list{ position: relative;}

.info-list h4 {

    position: absolute;

    right: 0;

    top: 35%;

    color: var(--color-f53d8d);

    font-size: 18px;

    line-height: 23px;

    font-weight: bold;

    padding: 0 0 0 40px;

}

.compny-info{margin: 30px 0 40px 0;}

.ab-donate{ background: #da1612; color: var(--color-white);}
.ab-donate:hover{
  background: #000;
    color: #fff;
}
.home-video-fld{

  position:relative;

  background: var(--color-f7f7f7);

}



.video-list iframe{ width: 100%; height: 350px; object-fit: cover;}



/* ===========Testimonial======= */

.test-item{

  background: #fff;

  box-shadow: -2px 2px 14px 0px rgb(202 202 202 / 26%);

  -webkit-box-shadow: -2px 2px 14px 0px rgb(202 202 202 / 26%);

  -moz-box-shadow: -2px 2px 14px 0px rgb(202 202 202 / 26%);

  padding:70px;

  margin: 25px 60px;

  border-radius: 10px;

  text-align: center;

  position: relative;

 

}

.test-item:after{

  position: absolute;

  content: "";

  right: 0;

  top: 0;

  background: url(../images/quote.png) no-repeat;

  width:65px ;

  height: 65px;

  margin: 25px;

}

.test-item p{ font-size: 16px; line-height: 21px; color: var(--color-939393); font-weight: 600; margin-bottom: 25px; padding: 0 40px;}

.test-item h3{ font-size: 25px; line-height: 30px; color: var(--color-434343); font-weight: bold; margin-bottom: 5px;}

.test-item h4{ font-size: 17px; line-height: 22px; color: var(--color-939393); font-weight: 500;}

.owl-theme .owl-nav {

  margin-top: 10px;

  text-align: center;

  -webkit-tap-highlight-color: transparent; }



.testimonial-fld .owl-theme .owl-dots {

  text-align: center;

  -webkit-tap-highlight-color: transparent; }



.testimonial-fld .owl-theme .owl-dots .owl-dot span {

      width: 12px;

      height: 12px;

      margin: 5px;

      background: #bababa;

      display: block;

      -webkit-backface-visibility: visible;

      transition: opacity 200ms ease;

      border-radius: 30px; }

.testimonial-fld .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {

      background: #5b0875; }



/* --------enquiry-fld-------- */

.enquiry-fld{ background: var(--color-f53d8d);}

.enquiry-form .form-group input{ background: #ff5da3; color: #fff; height: 45px; border: none; font-size: 14px;   border-radius: 5px;}

.enquiry-form .form-group input::placeholder{ color: var(--color-fff);}

.enquiry-form .form-group textarea{ background: #ff5da3; color: #fff; height: 120px; border: none; font-size: 14px;}

.enquiry-form .form-group textarea::placeholder{ color: var(--color-white);}

.enquiry-form .captcha-image {

  border: 1px solid #ff5da3 !important;

  padding: 10px;

  display: block !important;

  text-align: center;

  border-radius: 5px;

  background: #ff5da3;

  color: var(--color-white);

  font-size: 14px;

}

.enquiry-form .captcha-image .cf7ic_instructions span {

  color: var(--color-white) !important;

 

}

.enquiry-form {

  width: 100%;

  max-width: 700px;

  margin: 0 auto;

}

.sub-btn{background: transparent; border: 1px solid #fff; color: var(--color-white); border-radius: 25px; padding: 10px 30px; font-size: 14px; font-weight: 500; text-transform: uppercase;}

.sub-btn:hover{  background: #ff5da3; color: #fff;}

/* ========footer sec====== */

.main-ftr{ background: var(--color-220032); padding: 30px 0;}

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

.ftr-menu ul li:last-child{ background:#da1612;; padding: 8px 0px 8px 25px; border-radius: 25px;}

.ftr-menu ul li :last-child a{padding: 0;}

.ftr-menu ul li a{font-size: 13px; font-weight: 500; color: #cbcbcb;  padding: 0 25px 0 0;}

.ftr-menu, .social_media  {text-align: center;}

.social_media ul li{ display: inline-block; padding: 0 10px 0 0; margin-bottom: 0;}

.social_media ul li a{ color: #cbcbcb; font-size: 17px; }

.social_media ul li a:hover{color:#ff5da3;}

.copyright{ background: var(--color-black); padding: 15px 0; text-align: center; ;}

.copyright p{ font-size: 13px; color: #d7d7d7;  margin-bottom: 0}

.copyright p a{ color: var(--color-f53d8d);}

/* ------------- inner banner ---------------------- */



ul.breadcrumbs li {

  display: inline-block;

  padding: 0px 5px;

}



.innerBanner {

  position: relative;

}

.innerBanner:after {

  width: 100%;

  height: 100%;

  position: absolute;

  content: "";

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  background: rgba(0, 0, 0, 0.4);

}

.innerBanner img {

  width: 100%;

  max-width: 100%;

  max-height: 300px;

  object-fit: cover;

}

.title_breadcrumb {

  width: 100%;

  background-color: #120100;

  position: relative;

  z-index: 5;

}



.title_breadcrumb-inner span {

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 10px 0px;

  width: 100%;

  text-align: center;

  color: #000;

}

.title_breadcrumb-inner span h1 {

  font-size: 25px;

  padding-bottom: 0px;

  margin-bottom: 0px;

  font-weight: 600;

  color: #fff;

  max-width: 250px;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}



.breadcrumb_bottom ul {

  margin-bottom: 0px;

}

.breadcrumb_bottom ul li {

  margin-bottom: 0;

  color: #fff;

  font-weight: 700;

  text-transform: uppercase;

  font-size: 13px;

}

.breadcrumb_bottom ul li strong {

  color: #fff;

  font-weight: 500;

}

.breadcrumb_bottom ul li a {

  color: #fff;

  font-weight: 500;

}

.breadcrumb_bottom ul li a:hover {

  color: #fff;

  font-weight: 500;

}



/* 10. contact */



.single-cta{ display: flex; flex-wrap: wrap; align-items: center;}



.f-cta-icon{ flex: 0 0 25%; max-width: 25%; }



.c-cont{ flex: 0 0 75%; max-width: 75%; padding-left:5px;}



.left-cont{



   background: url(../images/footer-bg.png) var(--color-220032);



    background-size: cover;



    background-position: center;



    padding-bottom: 0;



    padding: 35px;



    display: inline-block;

    border-radius: 10px;



}



.f-cta-icon i {



    display: inline-block;



    height: 70px;



    width: 70px;



    text-align: center;



    background: var(--color-f53d8d);



    border-radius: 50%;



    color: #fff;



    font-size: 28px;



    margin-bottom: 30px;

    display: flex;
    justify-content: center;
    align-items: center;

}



.single-cta {



   border-bottom: 1px solid #4d106a;

   padding-top:15px;



}

.c-cont h5 {



    font-size:20px;



    line-height: 25px;



    margin-bottom: 8px;



    color: #fff;



    text-transform: uppercase;



}



.c-cont p{ color: #fff; font-size:14px; line-height: 20px; }



.c-cont p a{color: #fff; font-size: 14px; white-space: nowrap; }



.contactform input.form-control  {



  width: 100%;



  border: none;



  background-color:rgb(247, 247, 247);



  border-radius:5px;



  border: 1px solid rgb(183, 183, 183);



  height: 50px;



}







.inr-cont{

  background: var(--color-f53d8d);

  padding: 40px 25px;

  border-radius: 10px;

}

.enquiry-form .wpcf7-not-valid-tip {

  color: #bfbebe;

  font-size: 14px;



}
.left-cont:last-child .single-cta {
    border-bottom: transparent;
}

/* ====donate====== */

.donation-wrap {

  text-align: center;

}

.donation-txt{text-align: center; padding-top: 20px;}

.donation-txt h3{ font-size: 25px; line-height: 30px; font-weight: 600; color: var(--color-373737); margin: 10px 0;}

.donation-txt p{ font-size: 14px; line-height: 20px; font-weight: 600; color: var(--color-373737);}

.bg-pnk {

  background: var(--color-f7f7f7);

  padding: 50px;

  width: 100%;

  max-width: 800px;

  margin: 0 auto;

}



.inr-testimonial{  background: var(--color-f7f7f7);}

/*=====19.05.2022=====*/
/*.img-list img{ width: 100%; height: 350px; object-fit: cover;}*/
.video-box iframe {
    width: 100%;
    height: 250px;
    object-fit: cover;
}


#glt-translate-trigger {
   left: inherit!important;
    right: -50px !important;
    padding: 11px 25px;
    border-radius: 0;
    font-size: 13px;
    top: 50%!important;
    bottom: inherit !important;
    text-transform: uppercase;
    transform: rotate(-90deg);
}

.innerBanner .baner_img_page {
  object-fit: contain;
  background: #232019;
}