
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@900&display=swap');

:root{
  --dark-clr: #769656;
  --light-clr:#eeeed2;
		    scrollbar-color: rgb(210,210,210) rgb(46,54,69) !important;
    scrollbar-width: thin !important;
    --white:#fff;
    --black:#131417;
    --dark:#131313;
    --gray:rgba(255,255,255,0.6);
    --lite:rgba(1,1,1,0.6);
    --cream:#f9f9f9;
    --primary:#ffa61b;
    --primary_lite:#ff3e55;
    --secondary:#6382f7;
    --secondary_dark:#15265b;
    --blue:#051135;
    --default:'Mukta', sans-serif;
    --title:'Montserrat', sans-serif;
    --cursive:'Dancing Script', 
}
html, body{
  height:100%;
}

body{
	overflow-x: hidden; /* Hide horizontal scrollbar */
  padding:0;
  margin:0;

}
/* Hide scrollbar for Chrome, Safari and Opera */
.example::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


.pre{
  position:absolute;
  top:50%;
  left:50%;
	bottom:2%;
  transform:translate(-50%,-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
}
.loader-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
	text-align: center
}

.chess-icon{
  height:125px;
  width:125px;
  border:8px solid #323232;
  border-radius:20px;
  background-image:conic-gradient(var(--dark-clr) 0, var(--dark-clr) 90deg,var(--light-clr) 90deg, var(--light-clr) 180deg, var(--dark-clr) 180deg, var(--dark-clr) 270deg,var(--light-clr) 270deg, var(--light-clr) 360deg);
  animation-name:loading;
  animation-duration:9s;
  animation-iteration-count:9s;
}

@keyframes loading{
  20% {
    transform:rotate(90deg);
  }
  40%{
    transform:rotate(180deg);
  }
  60%{
    transform:rotate(270deg);
  }
  80%{
    transform:rotate(360deg);
  }
  100%{
    transform:rotate(360deg);
  }
}

.pre_text{
  font-family:'Heebo',Arial;
  margin-top:1.5em;
  color:#323232;
  font-size:1.5em;
}


body {
  font-family: "Poppins", sans-serif;
  color: #040000;
  background-color: #ffffff;
}


.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 45px;
}

.heading_container h2 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 10px;
  margin: 0;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 7px;
  border-radius: 10px;
  background-color: #d83131;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*header section*/
.hero_area {
  height: 100vh;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))), url(../images/hero-bg.jpg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .slider_section {
  background: none;
}

.sub_page.about_page .slider_section {
  background-color: #f8f8f8;
}

.header_section {
  background-color: #ff000046;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container .contact_nav {
  width: 95%;
  margin-right: auto;
}

.custom_nav-container .contact_nav .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.custom_nav-container .contact_nav .nav-item .nav-link {
  padding: 0px 25px;
  color: #000000;
  text-align: center;
}

.custom_nav-container .contact_nav .nav-item .nav-link img {
  width: 22px;
  margin-right: 15px;
}

.custom_nav2 {
  padding: 0 45px;
}

.custom_nav2 .custom_nav-container {
  padding: 5px 0;
  background-color: #d83131;
  -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 5% 100%);
          clip-path: polygon(0 0, 100% 0%, 95% 100%, 5% 100%);
}

.custom_nav2 .navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 30px;
  color: #070101;
  text-align: center;
  position: relative;
}

.custom_nav2 .navbar-expand-lg .navbar-nav .nav-item.active .nav-link, .custom_nav2 .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
  color: #ffffff;
}

.custom_nav2 #navbarSupportedContent {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon-black.png);
  background-size: 18px;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  margin: 0 40px 0 15px;
  background-position: left;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}

.navbar-brand img {
  width: 35px;
  margin-right: 5px;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: bold;
  color: #0c0900;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 42px;
}

.custom_nav-container .nav_search-btn {
  margin: auto;
}

/*end header section*/
   

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}




/* slider section */
.slider_section {
  height: calc(100% - 80px);
  background-image: url(../images/slider-bg.jpg);
  background-size: cover;
}

.slider_section .slider_container {
  height: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .detail-box h2 {
  color: #d83131;
}
.slider_section_text{
	font-family: Advent Pro
}

.slider_section .detail-box h1 {
  font-size: 4rem;
	font-family:
  font-weight: bold;
  color: #f4f3f3;
  text-transform: uppercase;
  text-align:center;
}

.slider_section .detail-box p {
  color: #ffffff;
  text-align: center;
}
}
}
}
}
}
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
  margin: 35px -5px 0 -5px;
	align: right;
}

.slider_section .detail-box .btn-box a {
  width: 165px;
  text-align: center;
  margin: 5px;
	align: center;
}

.slider_section .detail-box .btn-box .btn-1 {
  text-align: center;
	display: inline-block;
  padding: 10px 0;
  background-color: #d83131;
  border: 1px solid #d83131;
  color: #ffffff;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: #ee7e7e;
  color: #ffffff;
}

.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 7px 0;
  background-color: #f4f3f3;
  border: 1px solid #f4f3f3;
  color: #020000;
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: transparent;
  color: #f4f3f3;
}

.slider_section .carousel-indicators {
  bottom: 50%;
  margin: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 25px;
}

.slider_section .carousel-indicators li {
  width: 14px;
  height: 14px;
  opacity: 1;
  background-color: transparent;
  border: 2px solid #d83131;
  border-radius: 100%;
}

.slider_section .carousel-indicators li.active {
  width: 18px;
  height: 18px;
  border: 3px solid #d83131;
}

.slider_section .number_box {
  width: 50px;
  position: absolute;
  left: 25px;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #d83131;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider_section .number_box hr {
  border: none;
  width: 1px;
  height: 200px;
  background-color: #d83131;
  margin: 2rem 0;
}
/* end slider section */

.about_section {
  background-image:url("../images/about.png");jndjnj
background-repeat:no-repeat;
background-size:cover;
	
  color: #ffffff;
}

.about_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 85%;
  margin: 0 auto;
}

.about_section .box .detail-box {
  margin-top: 25px;
}
.about_section .box .detail-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #151615;
  border: 1px solid #151615;
  color: #ffffff;
  margin-top: 15px;
}

.about_section .box .detail-box a:hover {
  background-color: transparent;
  color: #151615;
}
.about_section:hover {
    box-shadow: 4px 8px 16px 6px Gainsboro;			
	transition: all 0.6s ease;
}

.service_section .service_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service_section .service_container .box {
  position: relative;
  color: #ffffff;
  margin: 1%;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.service_section .service_container .box h6 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .service_container .box img {
  width: 100%;
}

.service_section .service_container .box .visible_heading {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.service_section .service_container .box .link_box {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.service_section .service_container .box .link_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #d83131;
}

.service_section .service_container .box .link_box a img {
  width: 20px;
}

.service_section .service_container .box .link_box a:hover {
  opacity: .9;
}

.service_section .service_container .box .link_box h6 {
  margin-top: 15px;
}

.service_section .service_container .box::before {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(67, 17, 125, 0.9);
}

.service_section .service_container .box:hover .link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service_section .service_container .box:hover::before {
  display: block;
}

.service_section .service_container .box:hover .visible_heading {
  display: none;
}
.service_section:hover {
    box-shadow: 4px 8px 16px 6px Gainsboro;			
	transition: all 0.6s ease;
}
/* us section */
a{
    text-decoration:none !important;
    min-width: fit-content;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
}

a, button, i{
    transition:0.5s;
}

em{
    font-style:normal;
    color:var(--primary);
}

ul{
    padding:0;
    margin:0;
}

figure{
    padding:0;
    margin:0;
}

fieldset{
    border:0;
}

.flex{
    display:flex;
    align-items:center;
    justify-content:center;
}

.flex-content{
    width:100%;
    position:relative;
}

.title{
    font-family:var(--title);
    color:var(--blue);
}

.cursive{
    font-family:var(--cursive);
}

.parallelogram{
    transform: skew(-20deg);
    display:block;
}

.skew-fix{
    display:inline-block;
    transform: skew(20deg);
}

.padding_1x{
    padding:1rem;
}

.padding_2x{
    padding:2rem;
}

.padding_3x{
    padding:3rem;
}

.big{
    font-size:4em;
}

.medium{
    font-size:2.5rem;
}

.small{
    font-size:1.5em;
}

.tag{
    color:var(--primary);
    display:flex;
    align-items:center;
    transition:0.5s;
    position:relative;
    padding-left:3.5rem;
}

.tag:before{
    content:"";
    width:50px;
    height:1px;
    position:absolute;
    left:0;
    top:50%;
    background-color:var(--primary);
    transform:translate(0%, -50%);
    font-family:"FontAwesome";
    transition:0.5s;
}

.tag:hover:after{
    margin:0 0.3rem;
}

.line{
    border-left:5px solid var(--primary_lite);
    padding-left:1rem;
}

.title_header{
    width:60%;
    margin:auto;
    text-align:center;
}

.title_header .title{
    line-height:0;
}

.title_header p:after{
    content:"";
    width:100px;
    height:2px;
    background-color:var(--primary);
    position:absolute;
    bottom:-50%;
    left:50%;
    transform:translate(-50%, 10%);
}

.title_header p{
    color:var(--lite) !important;
    position:relative;
}

.btn1, .btn2{
    padding:1rem 1.5rem;
    border:0;
    border-radius:5px;
    color:var(--white);
    font-weight:500;
    text-transform:uppercase;
}

.btn1 .fa, .btn2 .fa{
    position:relative;
    left:0.4rem;
}

.btn1{
    background-color:var(--primary);
}

.btn1:hover > .fa{
    left:0.1rem;
}

.btn2{
    width:100%;
    background-color:var(--secondary);
    padding:0.8rem 2rem;
    display:block;
    border:1px solid var(--secondary);
    font-weight:600;
}

.btn2:hover{
    background-color:var(--secondary_dark);
    border:1px solid var(--secondary_dark);
}

@media (max-width:1280px){
    .big{
        font-size:1.8em;
    }
    
    .medium{
        font-size:1.4em;
    }
    
    .small{
        font-size:1.2em;
    }
}


/*SECTION4*/
.section4 img{
    -webkit-transform: scaleX(-1);
     transform: scaleX(-1);
     width:100%;
}

.section4 figure{
    position:relative;
}

.section4 p{
    color:var(--lite);
}

.section4 figure span{
    position:absolute;
    top:0%;
    right:0%;
    display:block;
    z-index:1;
    background-color:var(--white);
    text-align:center;
    box-shadow:0px 6px 16px 6px rgba(255, 166, 27, 0.8); 
}

.section4 figure span .title{
    line-height:0;
    font-weight:900;
}

.section4 li{
    list-style:none;
    padding:0.3rem 0;
}

.section4 li::before{
    content:"\f00c";
    font-family:"FontAwesome";
    margin-right:0.4rem;
    color:var(--primary);
    font-size:1.5em;
}

.section4 .flex-content:nth-child(1):before{
    content:"";
    width:100%;
    height:100%;
    background-image:url("../images/us up.png");
    background-repeat:no-repeat;
    position:absolute;
    left:0;
    top:1%;
    z-index:1;
    --delay: 0s;
    animation: arrows 4s var(--delay) infinite ease-in;
}


/*Animate*/
/*Animate up & down*/
@keyframes arrows{
    0%, 100%{
        color: black;
        transform: translateY(0);
    }
    50%{
        color: #3AB493;
        transform: translateY(20px);
    }

}

}
/* end us section */
.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: center;
  -webkit-box-direction: center;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 600px;
  margin: 0 center;
  margin-bottom: 45px;
}

.client_section .box .img-box {
  width: 200px;
	  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.client_section .box .img-box img {
  width: 100%;
	  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.client_section .box .detail-box {
  margin-top: 25px;
	  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.client_section .box .detail-box h5 {
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
	  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.client_section .box .detail-box h5::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 4px;
  border-radius: 10px;
  background-color:#d83131;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
	  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.client_section .carousel-indicators {
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
	  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.client_section .carousel-indicators li {
  opacity: 1;
  background-color: #000000;
  width: 40px;
  height: 10px;
  border-radius: 10px;
  background-clip: unset;
  border: none;
	  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.client_section .carousel-indicators li.active {
  background-color: #d83131;
	  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.result_section {
  color: #ffffff;
  background-color: #3c0e78;
}

.result_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.result_section .img-box img {
  width: 100%;
}

.result_section .detail-box {
  padding-left: 15px;
}

.result_section .detail-box h2 {
  font-weight: bold;
  font-size: 2.5rem;
  position: relative;
  padding-top: 10px;
}

.result_section .detail-box h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 7px;
  border-radius: 10px;
  background-color: #d83131;
}

.result_section .detail-box p {
  margin-top: 15px;
}

.result_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #d83131;
  border: 1px solid #d83131;
  color: #ffffff;
  margin-top: 25px;
}

.result_section .detail-box a:hover {
  background-color: transparent;
  color: #d83131;
}
/* Unnesessary Styles */
h1 {font-family: 'Yanone Kaffeesatz', sans-serif;
  color: blue;
font-size:5vw;
  margin:0;
letter-spacing:2px;}
.scroll-box {height:100vh;
display:flex;
  background:#B05466;
  justify-content:center;
align-items:center;}
.scroll-box:nth-child(even) {
  background:white;
}
.scroll-box:nth-child(even) h1 {
  color:#B05466;
  padding:20px;
  border-radius:10px;
}
.reveal {background: rgb(225,175,16);
background: linear-gradient(90deg, rgba(225,175,16,1) 49%, rgba(11,12,35,0) 56%, rgba(11,12,35,0) 100%);
  background-size:200% 100%;
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    -webkit-animation-name: reveal;
    animation-name: reveal;
background-position:right bottom;}
@keyframes reveal {

    to{
background-position:left bottom;
  }
}
/* End Unneeded styles */
.hsr { animation-play-state: paused;}

    
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    animation-play-state: running;
}
/* Fade Animations */
.fadeInUp {
    opacity: 0;
      -webkit-transform: translateY(2.5rem);
    transform: translateY(2.5rem);
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@keyframes fadeInUp {

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}}
.fadeInDown {
    opacity: 0;
    -webkit-transform: translateY(-2.5rem);
    transform: translateY(-2.5rem);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@keyframes fadeInDown {

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}}
.fadeInLeft {
    opacity: 0;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
      -webkit-transform: translateX(-2.5rem);
    transform: translateX(-2.5rem);
}
@keyframes fadeInLeft {

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}}
.fadeInRight {
    opacity: 0;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
      -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
}
@keyframes fadeInRight {
to {
  opacity:1;
    -webkit-transform: none;
    transform: none;
}}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
      -webkit-transform: translateX(-200vw);
    transform: translateX(-200vw);
}
@keyframes slideInLeft {

to {
    -webkit-transform: none;
    transform: none;
}}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
      -webkit-transform: translateX(200vw);
    transform: translateX(200vw);
}
@keyframes slideInRight {
to {
    -webkit-transform: none;
    transform: none;
}}
.grow{
      -webkit-transform: scale(0);
    transform: scale(0);
     -webkit-animation-name: grow;
    animation-name: grow;
}
@keyframes grow {
to {
    -webkit-transform: scale(1);
    transform: scale(1);
}}
.shrink{
	
  opacity:0;
      -webkit-transform: scale(5);
    transform: scale(5);
     -webkit-animation-name: shrink;
    animation-name: shrink;
	
}
@keyframes shrink {
to {
    -webkit-transform: scale(1);
    transform: scale(1);
  opacity:1;
}}
/* contact section */
.contact_section {
  position: relative;
}

.contact_section .bg-img {
  position: absolute;
  width: 100px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.contact_section .bg-img img {
  width: 100%;
}

.contact_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .heading_container h2 {
  text-transform: unset;
}	

.contact_section input::-webkit-input-placeholder {
  color: #000;
}

.contact_section input:-ms-input-placeholder {
  color: #000;
}

.contact_section input::-ms-input-placeholder {
  color: #000;
}

.contact_section input::placeholder {
  color: #000;
}

.contact_section input {
  border: none;
  outline: none;
  border-bottom: 0.8px solid #ac9784;
  width: 100%;
  margin: 10px 0;
}

.contact_section input::-webkit-input-placeholder {
  color: #ac9784;
}

.contact_section input:-ms-input-placeholder {
  color: #ac9784;
}

.contact_section input::-ms-input-placeholder {
  color: #ac9784;
}

.contact_section input::placeholder {
  color: #ac9784;
}

.contact_form-container {
  padding: 15px 0 15px 0;
}

.contact_form-container button {
  border: none;
  background-color: #d83131;
  color: #fff;
  padding: 14px 55px;
  font-size: 14px;
  text-transform: uppercase;
}

.map_container {
  height: 350px;
}

.map_container .map-responsive {
  height: 100%;
}

/* contact section */
/* info section */
.info_section {
background-image:url("../images/fotter.jpg");
background-repeat:no-repeat;
background-size:cover;
  color: #ffffff;
}

.info_section h6 {
  font-weight: bold;
}

.info_section .info_form {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 45px;
}

.info_section .info_form h4 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_form form input {
  background-color: #ffffff;
  border: none;
  width: calc(100% - 139px);
  outline: none;
  color: #000000;
  height: 42.4px;
  padding-left: 15px;
}

.info_section .info_form form input ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form input :-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form input ::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form input ::placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form button {
  background-color: #d83131;
  display: inline-block;
  padding: 9px 30px;
  border: 1px solid #d83131;
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
}

.info_section .info_form form button:hover {
  background-color: transparent;
  color: #d83131;
}

.info_section h6 {
  margin-bottom: 12px;
  font-size: 18px;
}

.info_section p {
  color: #cbc9c9;
}

.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
  margin: 3px 0;
}

.info_section ul li a {
  color: #cbc9c9;
}

.info_section ul li a:hover {
  color: #ffffff;
}

.info_section .info_link-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}

.info_section .info_link-box a:hover {
  color: #ffffff;
}

.info_section .info_link-box a img {
  margin-right: 15px;
}

.info_section .info_link-box a span {
  color: #cbc9c9;
}

.info_section .info_link-box a:hover span {
  color: #ffffff;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 45px auto 15px auto;
}

.info_section .info_social img {
  width: 35px;
  margin-right: 8px;
}

/* end info section */
/* footer section*/
.footer_section {
background-image:url("../images/fotter.jpg");
background-repeat:repeat;
background-size:cover;
  color: #ffffff;
  padding: 20px 0;
}

.footer_section p {
  margin: 0;
  text-align: center;
  color: #ffffff;
}

.footer_section a {
  color: #ffffff;
}

/* end footer section*/

/* achivevments section*/
body {
  background-color: #FFFFFF;
}
.wrap {
  margin: 50px auto 0 auto;
  width: 100%;
  display: flex;
  align-items: space-around;
  max-width: 1200px;
}
.tile {
  width: 380px;
  height: 380px;
  margin: 10px;
  background-color:#FF3046;
  display: inline-block;
  background-size: cover;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-out;
  box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.44);
  overflow: hidden;
  color: white;
  font-family: "Roboto";
}
.tile img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.4s ease-out;
}
.tile .text {
  /*   z-index:99; */
  position: absolute;
  padding: 30px;
  height: calc(100% - 60px);
}
.tile h1 {
  font-weight: 300;
  margin: 0;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.tile h2 {
  font-weight: 100;
  margin: 20px 0 0 0;
  font-style: italic;
  transform: translateX(200px);
}
.tile p {
  font-weight: 300;
  margin: 20px 0 0 0;
  line-height: 25px;
  /*   opacity:0; */
  transform: translateX(-200px);
  transition-delay: 0.2s;
}
.animate-text {
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.tile:hover {
  /*   background-color:#99aeff; */
  box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
  transform: scale(1.05);
}
.tile:hover img {
  opacity: 0.2;
}
.tile:hover .animate-text {
  transform: translateX(0);
  opacity: 1;
}
.dots {
  position: absolute;
  bottom: 20px;
  right: 30px;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  color: currentColor;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.dots span {
  width: 5px;
  height: 5px;
  background-color: currentColor;
  border-radius: 50%;
  display: block;
  opacity: 0;
  transition: transform 0.4s ease-out, opacity 0.5s ease;
  transform: translateY(30px);
}

.tile:hover span {
  opacity: 1;
  transform: translateY(0px);
}

.dots span:nth-child(1) {
  transition-delay: 0.05s;
}
.dots span:nth-child(2) {
  transition-delay: 0.1s;
}
.dots span:nth-child(3) {
  transition-delay: 0.15s;
}

@media (max-width: 1000px) {
  .wrap {
    flex-direction: column;
    width: 400px;
  }
}







/* end achivevments section */

/* Tournaments section */
*{
    box-sizing: border-box;
}

body{
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
}

.mt-5{
    margin-top: 5rem;
}

.our-blog{
    background-color: #f8f9fa;
    padding: 100px 0;
}

.container{
    max-width: 960px;
    margin: 0 auto;
}

.row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.text-center{
    text-align: center;
    font-size: 18px;
}

.text-center h2{
    font-weight: 500;
    font-size: 1.6em;
}

.text-center h2 span{
    font-weight: 800;
}

.text-center p{
    max-width: 500px;
    margin: 0 auto;
    color: #6c757d;
    line-height: 1.5;
    font-size: 1em;
}

.col{
    width: 33.3333333%;
    overflow: hidden;
    padding: 15px;
}

.col .card{
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.col img{
    width: 100%;
    height: auto;
    border: 0;
}

.col .card-body{
    padding: 0 15px 15px 15px;
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.card-body h5{
    font-size: 24px;
    margin: 7px 0;
}

.card:hover{
    transform: translateY(-10px);
    transition: transform 0.3s ease;
}

.card p{
    color: #6c757d;
}

.card-body .date-author span{
    color: #e74c3c;
}

.card-body h5 a{
    color: #222;
}

@media(min-width: 577px) and (max-width: 768px){
    .col{
        width: 50%;
    }
}

@media(max-width: 576px){
    .col{
        width: 100%;
    }
}
/* end Tournaments section */

/* Whatsapp Button */

.float{
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
.h1_what{
  font-size: 4em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .7);
}
.p_What{
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
}

.whatsapp-button{
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    animation: effect 2s infinite ease-in;
}

@keyframes effect {
    20%, 100% {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
    0%, 10%{
        width: 55px;
        height: 55px;
        font-size: 35px;
    }
    5%{
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}
/* end Whatsapp Button */

/* corser effect */
#star-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* Allows clicks to pass through */
}

.star {
    position: absolute;
    width: 10px; /* Adjust size */
    height: 10px; /* Adjust size */
    background-color: goldenrod;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    opacity: 0.5;
    transition: transform 0.3s ease-out, opacity 0.2s ease-out;
}
/* end corser effect */

/* hovr effect */
.grow img{
transition: 1s ease;
}

.grow img:hover{
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: 1s ease;
}

.about_section .box .img-box img {
  max-width: 100%;
}
.link {
	padding: 10px;
}

.container {
	width: 100%;
}

.text2 {
	font-family: "arial black";
	font-size: 36.5px;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-left: 50%;
	transform: translateX(-200%);
	opacity: 0;
	animation: slide-in-anim 1.5s ease-out forwards;
}

@keyframes slide-in-anim {
	20% {
		opacity: 0;
	}
	60% {
		transform: translateX(-45%);
	}
	75% {
		transform: translateX(-52%);
	}
	100% {
		opacity: 1;
		transform: translateX(-50%);
	}
}
.about_text {
  animation-duration: 4s;
  animation-name: slidein;																			
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }
}
.rotate img{
transition: 1s ease;
}

.rotate img:hover{
-webkit-transform: rotateZ(-10deg);
-ms-transform: rotateZ(-10deg);
transform: rotateZ(-10deg);
transition: 1s ease;
}

/* end hovr effect */


/* Gallery section */



#gallery {
  padding-top: 40px;
  @media screen and (min-width: 991px) {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  img {
    width: 100%;
  }
}
.img-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  i {
    color: #fff;
    font-size: 3em;
  }
}

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    @media screen and (min-width:768px) {
        width: 60%;
    }
    @media screen and (min-width:1200px) {
        width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}


/* scrol bg section */


.btn {
  padding: 0.85em 2em;
  border-radius: 5px;
  border: none;
  font-family: "Raleway", sans-serif;
  font-size: 0.95rem;
  cursor: pointer;
}


.bg__box p {
  color: #707070;
}
#six {
  background: url(https://i.abcnewsfe.com/a/a126f5be-59fa-4323-a646-f806f9636242/chess-rf-gty-ml-240809_1723208882223_hpMain_16x9.jpg);
  background-position: top;
  background-attachment: fixed;
  color: white;
  padding: 80px 3%;
}



/*# sourceMappingURL=style.css.map */