/**
* Template Name: Gp - v4.10.0
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #ffc451;
  text-decoration: none;
}

a:hover {
  color: #ffd584;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ffc451;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #151515;
  line-height: 0;
}

.back-to-top:hover {
  background: #151515;
}

.back-to-top:hover i {
  color: #ffc451;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #ffc451;
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  background: #000000a8;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo a span {
  color: #ffc451;
  font-size: 20px;
}

#header .logo img {
  max-height: 80px;
}

/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  color: #fff;
  border-radius: 4px;
  padding: 7px 25px 8px 25px !important;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #ffc451;
}
.get-started-btn1 {
  color: #fff;
  border-radius: 4px;
  padding: 7px 25px 8px 25px !important;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: none !important;
  border: 2px solid #ffc451;
}

.get-started-btn:hover {
  background: #ffbb38;
  color: #ffffff !important;
}
.get-started-btn1:hover {
  background: #ffbb38;
  color: #ffffff !important;
}
.text-bg-dark{
  background: #000000de !important;
  color: white;
}
.btn-close.btn-close-white {
  position: relative;
  left: -19px;
  top: -9px;
  font-size: 18px;
  border: 2px solid #2e1919;
}
@media (max-width: 992px) {
  .get-started-btn {
    padding: 7px 20px 8px 20px;
    margin-right: 15px;
    width: 194px;
    display: none !important;
  }
  .get-started-btn1 {
    padding: 7px 0px 8px 3px !important;
    margin-right: 15px;
    width: 153px;
    display: block !important;
  }
  button.navbar-toggler {
    background: aliceblue;
    border-radius: 0;
}
.navbar{
  padding: 0 !important;
}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  /* padding: 0; */
  padding-right: 164px;
    padding-left: 70px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ffc451;
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: block;
  }

}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    position: relative;
  background: url("../img/new images/img28.jpg") top center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

#hero .overlay-bg {
    /* background: rgb(5 17 148 / 79%); */
    background: rgb(15 16 23 / 79%);
}
.overlay.overlay-bg {
  background: rgb(15 16 23 / 93%);
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  border-radius: 0;
}
.overlay.overlay-bg2 {
  background: rgb(15 16 23 / 93%);
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  border-radius: 35px;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#hero .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
}

#hero h1 {
  margin: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: Josefin sans-serif;
}

#hero h2 {
  color: rgb(255 255 255);
  margin: 10px 0 0 0;
  font-size: 24px;
  border-bottom: 1px solid #ebebeb61;
    padding-bottom: 15px;
    font-family: Zain;
}

.sponsorslogo {
    margin-top: 90px;
    border: 1px dashed #acd136;
    padding-bottom: 30px;
}
.sponsorslogo img {
    border-radius: 5px;
    background-color: white;
    transition: 0.6s ease;
}
#hero .slide-bottom5 {
    color: #fff;
    margin-top: 30px;
    font-weight: bold;
}
h3.slide-bottom {
  width: 250px;
    border-radius: 5px;
    padding: 16px 0;
    position: relative;
    left: 532px;
    top: -31px;
    color: #160f0f;
    font-size: 24px;
    background: #acd136;
}
h4.slide-bottom4 {
    color: #fff;
    font-size: 16px;
}


.tb img{
  width: 79px;
}

.slide-bottom5 p {
  margin-top: 7px !important;
}




@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}







section {
  padding: 60px 0;
  overflow: hidden;
}

#footer {
  background: black;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #151515;
  border-bottom: 1px solid #222222;
  padding: 60px 0 30px 0;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #292929;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ffc451;
  color: #151515;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ffc451;
  color: #151515;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ffcd6b;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}


.getbrochure {
    background-color: #2871cb;
    text-align: center;
}
.sample-text-area {
   
    padding: 50px 0 70px 0;
}
.fade-left.showing {
    left: 0px;
    opacity: 1;
}

.fade-left {
    left: -50px;
}
.fade-ani {
    opacity: 0;
    position: relative;
}
.fade-ani {
    transition: all ease-out .5s 0s;
}

.text-center {
    text-align: center;
}

.getbrochure input[type=text] {
    padding: 0.8rem 0.75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
    width: 250px;
    border-radius: 15px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.callaction-btn {
    background-color: #eba113;
    color: white !important;
    border: 1px solid transparent;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.getbrochure h1 {
        color: white !important;
    font-size: 31px;
    padding: 10px;
    font-weight: 700;
}
.sponsortext p {
    color: #ffc451 !important;
}
.sponsortext {
    margin-top: 20px;
    padding: 20px 20px 0 20px;
    border: 1px dashed #acd136;
}
#slogan h2{
      border: 0;
    padding: 0;
    line-height: 40px;
    font-size: 24px;
}
#slogan h3{
  font-size: 20px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #e2e0ad;
    width: 200px;
    padding: 5px 0;
    position: relative;
    left: 548px;
    border-radius: 15px;
    color: #0f54a7;
}

#slogan h4{
  font-size: 28px;
  color: #fff500;
  /* margin-top: 30px; */
}

#slogan h5{
      font-size: 16px;
    color: #fff;
}
.hero-img{
  width: 150px;
}
.logosblock h1 {
    font-size: 40px;
    font-weight: 700;
    color: #22268c;
}
.sample-text{
  font-size: 14px;
    text-align: justify;
    color: #545252;
}
.relative {
  position: relative;
}

.title.text-center h1 {
    color: #1f73b7;
    font-size: 34px;
    font-weight: 800;
}
.box {
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  padding: 30px;
  border-radius: 35px;
  position: relative;
  background: url("../img/new images/img23.jpg") top center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}
.box1{
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  padding: 30px 118px 30px 36px;
  border-radius: 35px;
  position: relative;
  left: 24px;
  z-index: -1;
  height: 358px;
}
.mt{
  margin-top: 56px;
}
.ml{
  margin-left: 30px;
}
.dashedborder {
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 28%);
  -moz-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 35%);
  height: 830px;
}
.heading-border {
  border-bottom: 4px solid #f1a81a;
  width: 110px;
  position: relative;
  left: 583px;
}
.associate-border {
  border-bottom: 4px solid #f1a81a;
  width: 110px;
  position: relative;
  left: 364px;
  top: -36px;
}
.about-border {
  border-bottom: 4px solid #f1a81a;
  width: 110px;
  position: relative;
  left: 576px;
  top: -36px;
}
.about2-border {
  border-bottom: 4px solid #f1a81a;
  width: 110px;
  position: relative;
  left: 288px;
  top: -36px;
}
.register-border{
  border-bottom: 4px solid #f1a81a;
    width: 80px;
    position: relative;
    left: 602px;
    top: -47px;
}
.venue-border {
  border-bottom: 4px solid #f1a81a;
  width: 50px;
  position: relative;
  left: 349px;
  top: -20px;
  margin-bottom: 20px;
}
.footer-border {
  border-bottom: 4px solid #f1a81a;
  width: 50px;
  position: relative;
  left: 0;
  top: -8px;
  margin-bottom: 10px;
}
.topics .package-no {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 300;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    width: 140px;
    height: 140px;
    color: white;
    margin-bottom: 20px;
    background-color: #ffc451;
    border-radius: 100px;
    align-items: center;
    display: grid;
    border: 30px solid #effbcb;
}
.top-part h4{
  color: #1f73b7;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}
.top-part p{
  text-align: justify;
}
.mb-10{
  margin-bottom: 50px;
}

.pt-50{
  padding-top: 50px;
}
.title {
    font-size: 22px;
    color: #2b4d7a;
    font-weight: 700;
    line-height: 1.2em;
}
.title2 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2em;
    position: relative;
}
.about-list{
  position: relative;
  color: rgb(215, 211, 211);
}
.img-box{
  margin-bottom: 10px;
}
.speaker-img h3{
  font-size: 19px;
      margin-bottom: 5px;
} 
.speaker-img h6{
  font-size: 14px;
    margin-bottom: 5px;
} 

 .speaker-img p {
  font-size: 12px;
      margin-bottom: 5px;
    color:#fff;
} 
.title-white h2{
  color: #fff;
}

.callaction-area2 {
    background: url(../img/private.jpg) center;
    background-size: cover;
    text-align: center;
    padding: 120px 0;
    color: #fff;
}
.callaction-area2 .overlay-bg {
    background-color: rgba(4, 10, 32,0.8);
}

.logosblock img{
  width: 100%;
  margin-top: 50px;
}

.sponsortext h2{
  font-size: 30px;
  color:#fff;
}

#themes{
  background: #ddd;
}
.txt-right{
  text-align: center;
}
.txt-left{
  text-align: center;
}


.speaker-img{
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 10px;
    margin-right: 12px;
    margin-left: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.committee h2{
  color: aliceblue;
    font-size: 26px;
    padding: 10px 0;
    background: #ce921d;
}
.committee p{
  text-align: start;
    padding-top: 20px;
    color: #e4e409;
    font-weight: bold;
    font-size: 18px;
}
.committee ul li{
  list-style: unset;
    text-align: start;
    margin-left: 20px;
    color: white;
}
.committee-col{
  border: 2px dotted #9f905a9c;
}

#venue h2{
  text-align: center;
    color: #0e50a2;
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 26px;
}
#venue h3{
  text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #4f4747;
    margin-bottom: 30px;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  
  .mt {
    margin-top: 26px;
}
  .about-row {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 30px;
}
  .about-img2 {
    width: 100% !important;
    position: relative;
    top: 0 !important;
    right: 0 !important;
}
  .about2-border {
    left: 113px;
    top: -18px;
}
  .box1 {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding: 30px 30px 30px 36px;
    border-radius: 35px;
    position: relative;
    left: 0;
    z-index: -1;
    height: auto;
}
  .about-img{
    width: 100% !important;
    margin-bottom: 30px;
  }
  .register-border {
    left: 156px;
    top: -28px;
}

  #gallery img{
    width: 100% !important;
    margin-top: 6px;
    margin-bottom: 0;
  }
  .gallery-border {
    left: 140px !important;
}
  .table1 {
    width: 100% !important;
}
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 24px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
#slogan h2{
    font-size: 20px;
    line-height: 36px;
}
#slogan h3 {
    font-size: 17px;
    width: 180px;
    left: 106px
}
#slogan h4 {
    font-size: 17px;
    line-height: 22px;
}
h3.slide-bottom{
  left:70px;
}
#slogan h5 {
    font-size: 10px;
}
.logosblock img{
  margin-top: 0;
}

.mobile-form{
  display: flex;
}
.sponsortext h2{
font-size: 18px;
    color: #fff;
}
.sponsortext p {
    color: #fff500 !important;
    font-size: 13px;
}
.title.text-center h1 {
  color: #044274;
  font-size: 22px;
  font-weight: 700;
}

.ml{
  margin: 0;
}
#header .logo img {
    max-height: 58px;
}
.speaker-img{
    margin-bottom: 20px;
}

.mo-text-center{
  text-align:center;
}
.dashedborder{
  height: auto;
}
.mb-10 {
  margin-bottom: 28px;
}
#venue h3{
  font-size: 16px;
}
.about-border {
  width: 90px;
  left: 148px;
  top: -20px;
}
.associate-border{
  left: 140px;
  top: -18px;
  margin-bottom: 30px;
}
.heading-border {
  width: 100px;
  left: 135px;
}
.venue-border {
  left: 180px;
}
}


/* speaker css */

.slider {
	display: flex;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 2.5rem;
}

.item {
	/* animation: animate 40s linear infinite; */
  box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 35%);
  margin-right: 10px;
  padding: 20px 50px;
  background-color: white;
}
.item h2{
  text-align: center;
    font-size: 18px;
    color: #04070b;
    font-weight: 800;
}
.item p{
  text-align: center;
}
.item img
	{
		width: 180px;
		padding: 0 30px;
    margin: 20px 0;
	}
#slider1:hover .item {
	animation-play-state: paused;
}

#slider2:hover .item {
	animation-play-state: paused;
}

#slider3:hover .item {
	animation-play-state: paused;
}

/* slider1 animation */

#slider1 .item {
  animation: slide1 55s linear infinite;
}

@keyframes slide1 {
  0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-1630%, 0, 0);
	}
}

/* slider2 animation */
#slider2 .item {
  animation: slide2 85s linear infinite;
}

@keyframes slide2 {
  0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-2800%, 0, 0);
	}
}

 /* slider3 animation  */
#slider3 .item {
  animation: slide3 16s linear infinite;
}

@keyframes slide3 {
  0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-500%, 0, 0);
	}
}

/* media query for tablets */
@media (min-width: 768px) and (max-width: 991px){
  #slogan h3 {
    left: 262px;
}
h3.slide-bottom {
  left: 230px;
}
.about-border {
  left: 286px;
}
.associate-border {
  left: 295px;
}
.ml {
  margin-left: 0;
}
.dashedborder{
  height: auto;
}
.heading-border {
  left: 268px;
}
.venue-border {
  left: 444px;
}
.register-border {
  left: 306px;
}
.about-img {
  width: 100% !important;
  margin-bottom: 30px;
}
.about-row {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 30px;
}
.about-img2 {
  width: 100% !important;
  top: 0 !important;
  right: 0 !important;
}
.about2-border {
  left: 260px;
}
.table1 {
  width: 100% !important;
}
iframe{
  width: 100%;
}
.gallery-border {
  left: 292px !important;
}
#gallery img {
  width: 170px !important;
}
.box1 {
  padding: 30px 30px 30px 36px;
}
}

.call-papers h3{
  font-size: 20px;
    font-weight: 700;
    color: #941717;
}
.call-papers h4{
  font-size: 16px;
    font-weight: 800;
    color: #720606;
    margin-top: 32px;
}
.table1{
  width: 50%;
}
.table-center{
  margin-left: auto;
  margin-right: auto;
}
tbody{
  font-weight: 700;
    color: #064272;
}
#gallery img{
  width: 320px;
  height: auto;
}
#gallery h2{
  text-align: center;
  color: #0e50a2;
}
.gallery-border{
  border-bottom: 4px solid #f1a81a;
  width: 100px;
  position: relative;
  left: 588px;
  top: 0;
  margin-bottom: 40px;
  margin-top: 12px;
}
.gallery-col{
  margin-bottom: 6px;
}
.bank-img{
  width: 200px;
}
.about-img{
  width: 500px;
    border-bottom: 5px solid #3283e3;
    padding-bottom: 10px;
    border-right: 5px solid #3283e3;
    padding-right: 10px;
    float: left;
    margin-right: 30px;
}
.about-wrapper {
  margin-top: 26px;
}
.about-img2 {
  width: 400px;
  position: relative;
  top: 93px;
  right: 70px;
  border: 20px solid #1d3a52;
  box-shadow: rgb(0 0 0 / 61%) 0px 5px 15px;
}
.payment {
  text-align: center;
}

/* floating button css */
.fix-footer{
	position: fixed;
    bottom: 60px;
    z-index: 999;
    right: 0;
}

.second{
background: #0c2e4b;
    display: block;
    border: 1px solid #f9db06;
    padding: 12px;
    margin: 10px 0;
    font-weight: bold;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 0 12px 0px #060606b0;
    color: #fff;
    font-size: 16px;
}

.fix-footer a:hover, .fix-footer a:active{
	background:#01162b;
	color:#fff;
}
.fix-footer .second{
    animation: first 1800ms infinite;
}

@media (max-width: 768px) {
.fix-footer{
	position: fixed;
    bottom: 63px;
    z-index: 999;
    right: 0;
}
	.second{
		font-size:14px;
	}

}
