body{
	margin:0;
}

html {
	scroll-behavior: smooth;
}

img{
	max-width:100%;
	height:auto;
}

.ClrBth{
	clear:both;
}

.row{
	margin-right:0 !important;
}

.Space{
	margin:0 !important;
	padding:0 !important;
}

.logo-img{
	text-align:left;
}

.bg-dngr {
	color: #fff !important; 
	background-color: #dc3545 !important; 
	border-color: #d6e9c6; 
	padding:10px 0; 
	font-weight: 500; 
	text-align:center; 
	border:1px solid #dc3545;
}

.bg-green{
	color: #006602; 
	background-color: #dff0d8; 
	border-color: #d6e9c6; 
	padding:10px 0; 
	font-weight: 500; 
	text-align:center; 
	border:1px solid #bfd1b7;
}

.alert-dismissible{
	color: #850202; 
	background-color: #fbcda0; 
	border-color: #d6e9c6; 
	padding:10px 0; 
	font-weight: 500; 
	text-align:center; 
	border:1px solid #fbcda0;
}

.info-box-1 {
    top: 8px;
    left: 15%;
    float: left;
    position: absolute;
    font-size: 14px;
    color: #000;
    text-align: left;
    padding: 0 10px 0px 25px;
    display: block;
}

.info-box-1 .icon-box-1 img {
    position: absolute;
    left: 0;
    top: 3px;
    text-align: center;
    line-height: 0;
    width: 45px;
    height: 45px;
    padding-top: 0;
}

.info-box-1 ul li {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    padding-top: 12px;
    line-height: 25px;
    list-style-type: none;
    color: #4e4e4e;
    padding-left: 0;
    font-family: "poppins" ,sans-serif;
}

.info-box-1 ul li span{
    font-weight: 600;
    color: #333333;
}

.info-box-1 ul li a {
    color: #000;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    padding-top: 5px;
    text-decoration: none;
    font-family: "poppins" ,sans-serif;
}

.info-box-2 {
    top: 8px;
    left: 52%;
    float: left;
    position: absolute;
    font-size: 14px;
    color: #000;
    text-align: left;
    padding: 0 10px 0px 25px;
    display: block;
}

.info-box-2 .icon-box-2 img {
    position: absolute;
    left: 0;
    top: 3px;
    text-align: center;
    line-height: 0;
    width: 45px;
    height: 45px;
    padding-top: 0;
}

.info-box-2 ul li {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    padding-top: 15px;
    line-height: 25px;
    list-style-type: none;
    color: #4e4e4e;
    padding-left: 0;
    font-family: "poppins" ,sans-serif;
}

.info-box-2 ul li span{
    font-weight: 600;
    color: #333333;
}

.info-box-2 ul li a {
    color: #000;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    padding-top: 5px;
    text-decoration: none;
    font-family: "poppins" ,sans-serif;
}

.navbar-light .navbar-nav .nav-link{
	padding:0 30px !important;
	font-size:15px !important;
	color:#000;
	font-weight:550;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.navbar-light .navbar-nav .nav-link.active{
	color:#00c6d2 !important;
}

.navbar-light .navbar-nav .nav-link:hover{
	color:#00c6d2 !important;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.BookDemoBtn{
	margin-top:0;
	margin-left: 0;
	padding:10px 30px;
	color:#fff;
	outline:none;
	cursor: pointer;
	border:2px solid #13cf8f; 
	border-radius:8px;
	font-size:16px;
	font-weight:600;
	background-color:#13cf8f;
	font-family: 'Poppins', sans-serif;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.BookDemoBtn:hover{
	color:#fff;
	border:2px solid #13cf8f; 
	background-color:#0d9566;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.ContactBtn{
	margin-top:0;
	margin-left: 25px;
	padding:10px 30px;
	color:#005ef9;
	outline:none;
	cursor: pointer;
	border:2px solid #005ef9; 
	border-radius:8px;
	font-size:16px;
	font-weight:600;
	background-color:#fff;
	font-family: 'Poppins', sans-serif;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.ContactBtn:hover{
	color:#fff;
	border:2px solid #005ef9; 
	background-color:#005ef9;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.LoginBtn{
	margin-top:25px;
	margin-left: 0;
	padding:12px 30px;
	color:#000;
	outline:none;
	cursor: pointer;
	border:2px solid #fff; 
	border-radius:8px;
	font-size:16px;
	font-weight:600;
	background-color:#fff;
	font-family: 'Poppins', sans-serif;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.LoginBtn:hover{
	color:#fff;
	border:2px solid #fff; 
	background-color:#1a7bfe;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-space{
	margin:30px 0 0 0;
}

.ss4-button {
  cursor:pointer;
  animation: animate 8s linear infinite;
  padding:15px 30px;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  outline: none;
  border: none;
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #13cf8f, #03a9f4);
  background-size: 400%;
  box-shadow: 0 8px 12px 0 #000;
  -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.ss4-button:hover { 
  animation: animate 8s linear infinite;
}

@keyframes animate {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 400%;
  }
}

.ss4-button:before {
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background-size: 400%;
  border-radius: 40px;
  filter: blur(40px);
  opacity: 0;
  transition: 1.5s;
}

.ss4-button:hover:before {
  filter: blur(20px);
  opacity: 1;
  animation: animate 8s linear infinite;
}

.ss4-button {
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
}

.ss4-button span {
  position: absolute;
}

.ss4-button span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#02f1a0));
  background: linear-gradient(to left, rgba(8, 20, 43, 0), #02f1a0);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@-webkit-keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.ss4-button span:nth-child(2) {
  top: 0;
  right: 0;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#ffffff));
  background: linear-gradient(to top, rgba(8, 20, 43, 0), #ffffff);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.ss4-button span:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#02f1a0));
  background: linear-gradient(to right, rgba(8, 20, 43, 0), #02f1a0);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@-webkit-keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.ss4-button span:nth-child(4) {
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #ffffff);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

/*---------------------*/

.ss4-button-2 {
  cursor:pointer;
  animation: animate 8s linear infinite;
  padding:15px 30px;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  outline: none;
  border: none;
  background: linear-gradient(90deg, #13cf8f, #f441a5, #ffeb3b, #13cf8f);
  background-size: 400%;
  box-shadow: 0 8px 12px 0 #0b5cc9;
  -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.ss4-button-2:hover { 
  animation: animate 8s linear infinite;
}

@keyframes animate {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 400%;
  }
}

.ss4-button-2:before {
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #13cf8f, #f441a5, #ffeb3b, #13cf8f);
  background-size: 400%;
  border-radius: 40px;
  filter: blur(40px);
  opacity: 0;
  transition: 1.5s;
}

.ss4-button-2:hover:before {
  filter: blur(20px);
  opacity: 1;
  animation: animate 8s linear infinite;
}

.ss4-button-2 {
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
}

.ss4-button-2 span {
  position: absolute;
}

.ss4-button-2 span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#02f1a0));
  background: linear-gradient(to left, rgba(8, 20, 43, 0), #02f1a0);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@-webkit-keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.ss4-button-2 span:nth-child(2) {
  top: 0;
  right: 0;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#ffffff));
  background: linear-gradient(to top, rgba(8, 20, 43, 0), #ffffff);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.ss4-button-2 span:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#02f1a0));
  background: linear-gradient(to right, rgba(8, 20, 43, 0), #02f1a0);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@-webkit-keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.ss4-button-2 span:nth-child(4) {
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #ffffff);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.modal-footer>:not(:first-child){
	margin-left:1.25rem !important;
}

.LoginBtn-2{
	margin-top:25px;
	margin-left: 0;
	padding:12px 30px;
	color:#000;
	outline:none;
	cursor: pointer;
	border:1px solid #fff; 
	border-radius:8px;
	font-size:16px;
	font-weight:600;
	background-color:#fff;
	font-family: 'Poppins', sans-serif;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.LoginBtn-2:hover{
	color:#fff;
	border:1px solid #2c8dff; 
	background-color:#2c8dff;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.Wrapper_1{
	width:82%;
	margin:0 auto;
}

.Wrapper_2{
	width:70%;
	margin:0 auto;
}

.Header-Area{
	padding:12px 0;
	width:100%;
	border-bottom:0 solid #ccc;
	background-color:#fff;
	box-shadow: 0 0 0 #efefef;
}

.nav-item i{
	float:left;
	color:#0075ff;
	font-size: 22px !important;
}

.navbar{
	padding:0 !important;
}

.navbar-nav{
	margin-left:0 !important;
	margin-right:0 !important;
	font-size:16px;
	color:#2f4e65;
	text-align:left;
	padding:0;
	font-family: 'Poppins', sans-serif;
}

.btn-primary{
	padding: 7px 25px 7px 25px;
}

.MenuTex{
	font-size:14px;
	color:#375870;
	text-align:left;
	padding-top:13px;
	font-family: 'Poppins', sans-serif;
}

.Banner-Area{
	height:750px;
	width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	background-image: url(../Images/home-version-five-banner1.webp);
}

.Banner-Form{
	width:92%;
}

.Banner-Form .form-group {
    margin-bottom: 1.2rem;
}

.Banner-Form .m-btn{
	width:100%;
	font-size:18px;
	font-weight:700;
	padding:15px 0;
	margin: 0;
}

.m-btn {
  cursor:pointer;
  animation: animate 8s linear infinite;
  padding:15px 30px;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  outline: none;
  border: none;
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #13cf8f, #03a9f4);
  background-size: 400%;
  box-shadow: 0 0 0 0 #000;
  -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.m-btn:hover { 
  animation: animate 8s linear infinite;
}

@keyframes animate {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 400%;
  }
}

.m-btn:before {
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background-size: 400%;
  border-radius: 40px;
  filter: blur(40px);
  opacity: 0;
  transition: 1.5s;
}

.m-btn:hover:before {
  filter: blur(20px);
  opacity: 1;
  animation: animate 8s linear infinite;
}

.m-btn {
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
}

.m-btn span {
  position: absolute;
}

.m-btn span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#02f1a0));
  background: linear-gradient(to left, rgba(8, 20, 43, 0), #02f1a0);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@-webkit-keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.m-btn span:nth-child(2) {
  top: 0;
  right: 0;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#005ef9));
  background: linear-gradient(to top, rgba(8, 20, 43, 0), #005ef9);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.m-btn span:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#02f1a0));
  background: linear-gradient(to right, rgba(8, 20, 43, 0), #02f1a0);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@-webkit-keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.m-btn span:nth-child(4) {
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#005ef9));
  background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #005ef9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.Banner-Form .modalInput-1{
	width:100%;
	outline:0;
	background-color: #d2d5dd;
    border: 1px solid #d2d5dd;
    border-radius: 5px;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    height: 50px;
    padding: 0 18px;
	transition-timing-function: ease;
    transition-duration: .5s;
	font-weight: normal;
	/*background-image: linear-gradient(180deg, #e1e4ed, #e0e0e7);*/
}

.Banner-Form .modalInput-1:focus {
    border-radius: 0;
	border:1px solid #c2ccc8;
	transition-timing-function: ease;
    transition-duration: .5s;
    background-color: #fff;
	box-shadow: 0 0 0 0 rgb(0 0 0 / 12%);
}

.Banner-Form .modalInput-1::placeholder{
	color: #555555;
    font-size: 15px;
	transition-timing-function: ease;
    transition-duration: .5s;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.3s 0.3s ease;
    text-indent: -100%;
    opacity: 1;
	border:none;
	outline:none;
}

.FormTitle{
	padding:15px 32px;
	text-align:center;
	background-color:#13cf8f;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}

.FormTitle h1{
	color:#fff;
	font-size:20px;
	font-weight:700;
	margin:0;
	padding:0;
	font-family: 'montserrat' ,Sans-serif;
}

.FormTitle h4{
	color:#fff;
	font-size:1.6em;
	font-weight:700;
	margin:0;
	padding:0;
	font-family: 'montserrat' ,Sans-serif;
}

.FormBottom{
	padding:20px 25px;
	background-color:#fff;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}

.BannerTitle h1{
	color:#fff;
	text-align:left;
	font-size:4.8em;
	font-weight:700;
	margin-bottom:30px;
	font-family: 'montserrat' ,Sans-serif;
}

.BannerTitle h4{
	color:#efefefd4;
	text-align:left;
	font-size: 1.3em;
	line-height:35px;
	font-weight:400;
	font-family: 'Poppins' ,Sans-serif;
}

.BannerTitle h4 span{
	color:#03f09f;
	font-weight:600;
}

.BannerImg{
	/*width:670px;*/
	height:750px;
	text-align:right;
}

.p-top-80{
    padding-top:80px;
}

.BannerVdo{
    width: 895px;
    height: 558px;
    text-align: center;
    margin-top: 0;
    background: url(../Images/video-bg-img.png);
    background-repeat:no-repeat;
    background-position:center top;
    background-size: contain;
    position:relative;
}

.img-boder {
    position:absolute;
    top:2.7%;
    cursor: pointer;
    left:9.4%;
    border-radius: 0;
    border: 0 solid #c3ccdc;
}

.Video {
    width: 728px;
    height: 472px;
    border-radius: 0;
    border: 0 solid #c3ccdc;
    position: relative;
    top:2.8%;
    left:0.2%;
    background-color:#0d0c2d;
}

.counter-area{
	width:100%;
	position:relative;
	padding:35px 0 10px 0;
}

 .counter-box {
    width:20%;
	float:left;
}

.carousel-wrap {
  margin: 0 auto;
  padding: 0 3%;
  width: 100%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 28px;
}

.owl-nav .owl-prev {
  left: -35px;
}

.owl-nav .owl-next {
  right: -35px;
}

.fa-angle-left, .fa-angle-right{
	color:#b0b0b0;
}

.book-demo{
	text-align:left;
}

.book-demo-outer{
	padding:20px;
	border-radius:10px;
	background-color:#161938;
}

.book-demo-outer h4{
	padding:5px 0 20px 0;
	color:#fff;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
	margin:0;
	font-family: 'Poppins' ,Sans-serif;
}

.book-demo-inner{
	padding: 30px 30px 15px 30px;
	border-radius:8px;
	background-color:#fff;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox;
	width:100%;
	outline:0;
	background-color: #9096aa;
    border: 1px solid #9096aa;
    border-radius: 5px;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    height: 55px;
    padding: 0 18px;
	transition-timing-function: ease;
    transition-duration: .5s;
	font-weight: normal;
	margin-bottom:5px;
}

input:focus[type=date], input:focus[type=datetime-local], input:focus[type=month], input:focus[type=time] {
    border-radius: 0;
	border:1px solid #9096aa;
	transition-timing-function: ease;
    transition-duration: .5s;
    background-color: #fff;
	box-shadow: 0 0 0 0 rgb(0 0 0 / 12%);
}

input:placeholder[type=date], input:placeholder[type=datetime-local], input:placeholder[type=month], input:placeholder[type=time] {
    color: #fff;
    font-size: 15px;
	transition-timing-function: ease;
    transition-duration: .5s;
}

select{
	width:100%;
	outline:0;
	background-color: #9096aa;
    border: 1px solid #9096aa;
    border-radius: 5px;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    height: 55px;
    padding: 0px 18px;
	transition-timing-function: ease;
    transition-duration: .5s;
	font-weight: normal;
	margin-bottom:5px;
}

select::placeholder{
	color: #fff;
    font-size: 15px;
	transition-timing-function: ease;
    transition-duration: .5s;
}

.text-gray-700{
	color: #364255;
    text-align: left;
    font-weight: 600;
    font-family: 'Poppins' ,Sans-serif;
    font-size: 30px;
    margin-bottom: 14px;
}

.BookDInput{
	width:100%;
	outline:0;
	background-color: #9096aa;
    border: 1px solid #9096aa;
    border-radius: 5px;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    height: 55px;
    padding: 0px 18px;
	transition-timing-function: ease;
    transition-duration: .5s;
	font-weight: normal;
	margin-bottom:5px;
}

.BookDInput:focus {
    border-radius: 0px;
	border:1px solid #9096aa;
	transition-timing-function: ease;
    transition-duration: .5s;
    background-color: #fff;
	box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 12%);
}

.BookDInput::placeholder{
	color: #fff;
    font-size: 15px;
	transition-timing-function: ease;
    transition-duration: .5s;
}

.elementor-section-1{
	width:100%;
	position:relative;
	padding:70px 0px 50px 0px;
}

.ticketPanel-from-1 {
    border: 0px solid #eff3fb;
    padding: 30px 32px 10px 32px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    background: #eff3fb;
    box-shadow: 0px 0px 0px 0px #e5e9f2;
    transition: 0.5s;
	width:95%;
}

.ticketPanel-from-1 .titles h3{
	color:#000;
    text-align: center;
    margin-bottom:12px;
	font-size: 32px;
    font-weight: 600;
	font-family: 'Poppins' ,Sans-serif;
}

.ticketPanel-from-1 .sub-decripn p{
	color: #69717c;
    text-align: center;
    font-weight: normal;
    font-family: 'Poppins' ,Sans-serif;
    font-size: 15px;
    margin: 0px;
    line-height: 28px;
}

.ticketPanel-from-2 {
    border: 0px solid #eff3fb;
    padding: 0px 30px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    background: #eff3fb;
    box-shadow: 0px 0px 0px 0px #e5e9f2;
    transition: 0.5s;
	width:95%;
}

.form{
	padding:15px 0px;
}

.trade-img{
	text-align:left;
}

.single-box-support-left {
    border: 0px solid #eff3fb;
    padding: 25px 32px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    background: #eff3fb;
    box-shadow: 0 0 0px #eff3fb;
    transition: 0.5s;
	margin:30px 0px;
}

.single-box-support-left .titles{
	color:#000;
    text-align: left;
    margin-bottom:12px;
	font-size: 22px;
    font-weight: 600;
	font-family: 'Poppins' ,Sans-serif;
}

.single-box-support-left .sub-titles{
	color:#000;
    text-align: left;
    margin-bottom:12px;
	font-size: 18px;
    font-weight: 500;
	font-family: 'Poppins' ,Sans-serif;
}

.single-box-support-left .sub-decripn p{
	color: #69717c;
    text-align: left;
    font-weight: normal;
    font-family: 'Poppins' ,Sans-serif;
    font-size: 14px;
    margin: 0px;
    line-height: 28px;
}

.single-box-support-left .border-b{
	margin-bottom:15px;
	border-bottom:1px solid #000;
}

.single-box-2 {
    border: 0px solid #005ef9;
    padding: 25px 32px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    background: #005ef9;
    box-shadow: 0 0 0px #005ef9;
    transition: 0.5s;
	margin:30px 0px;
}

.single-box-2 .titles{
	color:#fff;
    text-align: left;
    margin-bottom:12px;
	font-size: 22px;
    font-weight: 600;
	font-family: 'Poppins' ,Sans-serif;
}

.single-box-2 .sub-titles{
	color:#fff;
    text-align: left;
    margin-bottom:12px;
	font-size: 18px;
    font-weight: 500;
	font-family: 'Poppins' ,Sans-serif;
}

.single-box-2 .sub-decripn{
	color: #fff;
    text-align: left;
    font-weight: normal;
    font-family: 'Poppins' ,Sans-serif;
    font-size: 14px;
    margin: 0px;
    line-height: 28px;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
 
.single-box-2 .sub-decripn a{ 
	color: #fff;
    text-align: left;
    font-weight: normal;
    font-family: 'Poppins' ,Sans-serif;
    font-size: 14px;
    margin: 0px;
    line-height: 28px;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	text-decoration:none;
}

.single-box-2 .sub-decripn a:hover{ 
	color: #00ffa8;
    text-align: left;
    font-weight: normal;
    font-family: 'Poppins' ,Sans-serif;
    font-size: 14px;
    margin: 0px;
    line-height: 28px;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	text-decoration:none;
}

.single-box-2 .border-b{
	margin-bottom:15px;
	border-bottom:1px solid #fff;
}

.elementor-section-1 .section-title h2{
	color:#364255;
    text-align: left;
    margin-bottom:25px;
	font-size: 2.5em;
    font-weight: 600;
	font-family: 'Poppins' ,Sans-serif;
}

.single-service {
    padding: 25px 25px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #EEF0F6;
    z-index: 1;
	height:590px;
}

.single-service .service-icon img{
    width: 70%;
    margin-bottom: 30px;
}

.single-service .title h4{
	color:#364255;
    text-align: left;
    font-weight: 600;
	font-family: 'Poppins' ,Sans-serif;
    font-size: 30px;
    margin-bottom: 14px;
}

.single-service .title p{
	color:#69717c;
    text-align: left;
    font-weight: normal;
	font-family: 'Poppins' ,Sans-serif;
    font-size: 14px;
	margin:0;
	line-height:28px;
}

.elementor-section-2{
	width:100%;
	position:relative;
	background-color:#f8f8f8;
	padding:70px 0px 70px 0px;
}

.elementor-section-2 .section-title h2{
	color:#364255;
    text-align: left;
    margin-bottom:25px;
	font-size: 2.5em;
    font-weight: 600;
	font-family: 'Poppins' ,Sans-serif;
}

.elementor-section-2 .section-title h5{
	color:#002bb9;
    text-align: left;
    margin:20px 0px;
	font-size: 1.7em;
    font-weight: 600;
	line-height:38px;
	font-family: 'Poppins' ,Sans-serif;
}

.elementor-section-2 .section-title p{
	color: #69717c;
    text-align: left;
    font-weight: none;
    font-family: 'Poppins' ,Sans-serif;
    font-size: 14px;
    margin: 0px;
    line-height: 30px;
	padding-right:35px;
}

.elementor-section-2 .section-title ul li{
	color: #69717c;
    text-align: left;
    font-weight: normal;
    font-family: 'Poppins' ,Sans-serif;
    font-size: 14px;
    line-height: 30px;
	padding-left:0;	
	margin-left: 0px;
}

.elementor-section-3{
	width:100%;
	position:relative;
	background-color:#fff;
	padding:40px 0px 70px 0px;
}

.elementor-section-3 .section-title h2{
	color:#364255;
    text-align: left;
    margin-bottom:25px;
	font-size: 2.5em;
    font-weight: 600;
	padding-left:35px;
	font-family: 'Poppins' ,Sans-serif;
}

.elementor-section-3 .section-title h5{
	color:#002bb9;
    text-align: left;
    margin:20px 0px;
	font-size: 1.7em;
    font-weight: 600;
	line-height:38px;
	padding-left:35px;
	font-family: 'Poppins' ,Sans-serif;
}

.elementor-section-3 .section-title p{
	color: #69717c;
    text-align: left;
    font-weight: normal;
    font-family: 'Poppins' ,Sans-serif;
    font-size: 14px;
    margin: 0px;
    line-height: 30px;
	padding-left:35px;
}

.box-1 i{
	color:#00c5cd;
	font-size:20px;
	position:absolute;
	left:12px;
}

.box-1 {
    background-color: #fff;
    margin: 5px 0px 8px 38px;
    z-index: 1;
	position: relative;
	font-size: 14px;
    padding: 10px 0px 10px 42px;
    border-radius: 3px;
    transition: .3s;
    box-shadow: 0px 3px 3px 0px #e2e6f0;
	color: #69717c;
    text-align: left;
	font-family: 'Poppins' ,Sans-serif;
}

.box-1:hover {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #e2e6f0;
}

.box-2 i{
	color:#00c5cd;
	font-size:20px;
	position:absolute;
	left:12px;
}

.box-2 {
    background-color: #f8f8f8;
    margin: 5px 0px 8px 0px;
    z-index: 1;
	position: relative;
	font-size: 14px;
    padding: 10px 0px 10px 42px;
    border-radius: 3px;
    transition: .3s;
    box-shadow: 0px 3px 3px 0px #e2e6f0;
	color: #69717c;
    text-align: left;
	font-family: 'Poppins' ,Sans-serif;
}

.box-2:hover {
    background-color: #f8f8f8;
    box-shadow: 0px 0px 10px 0px #e2e6f0;
}

.elementor-section-3 .section-title ul li{
	color: #69717c;
    text-align: left;
    font-weight: normal;
    font-family: 'Poppins' ,Sans-serif;
    font-size: 14px;
    line-height: 30px;
	padding-left:0;	
	margin-left: 25px;
}

.elementor-section-4{
	width:100%;
	position:relative;
	background-color:#1a7bfe;
	padding:70px 0px 70px 0px;
}

.modal-header{
	padding:15px;
	text-align:left;
	background-color:#00cc83;
}

.modal-body{
	padding:1rem 1rem 0rem 1rem;
}

.modal-title{
	color:#fff;
	font-weight:700;
	font-size:22px;
}

.modal-form{
	padding:15px 20px 0px 20px;
}

.modal-form .form-group {
    margin-bottom: 23px;
}

.m-btn-2{
	width:100%;
	font-size:17px;
	font-weight:700;
	padding:12px 0px;
	margin: 0px 0px;
}

.m-btn{
	width:100%;
	font-size:17px;
	font-weight:700;
	padding:12px 0px;
	margin: 0px 20px;
}

.modalInput{
	width:100%;
	outline:0;
	background-color: #e1e4ed;
    border: 1px solid #e1e4ed;
    border-radius: 5px;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    height: 55px;
    padding: 0px 18px;
	transition-timing-function: ease;
    transition-duration: .5s;
	font-weight: normal;
	background-image: linear-gradient(180deg, #e1e4ed, #e0e0e7);
}

.modalInput:focus {
    border-radius: 0px;
	border:1px solid #c2ccc8;
	transition-timing-function: ease;
    transition-duration: .5s;
    background-color: #fff;
	box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 12%);
}

.modalInput::placeholder{
	color: #555555;
    font-size: 15px;
	transition-timing-function: ease;
    transition-duration: .5s;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.3s 0.3s ease;
    text-indent: -100%;
    opacity: 1;
	border:none;
	outline:none;
}

.elementor-section-4 .section-title h4{
	color:#fff;
    text-align: center;
    margin:20px 0px;
	font-size: 1.30em;
    font-weight: 500;
	line-height:30px;
	padding-left:0;
	font-family: 'Poppins' ,Sans-serif;
}

.elementor-section-4 .section-title h2{
	color:#fff;
    text-align: center;
    margin-bottom:25px;
	font-size: 2.2em;
    font-weight: 600;
	padding-left:0;
	font-family: 'Poppins' ,Sans-serif;
}

.slider-section{
	width:100%;
	background-color:#fff;
	padding:50px 0px 0px 0px;
}

/*-----------slider----------
h1 {
  margin:0; 
  padding: 0; 
  font-size: 40px; 
  text-align: center; 
  font-family: 'Poppins' ,Sans-serif;
  color: #fff;
  text-shadow: 2px 2px 5px #000;
}

#banner {
  padding: 90px 0px 90px 0px;
  margin: 0 auto;
  width: 50%;
  min-width: 400px;
}

#horizontal-scroll {
width: 100%;  
height: 100%;  
background: url(../Images/people-img-1.png) repeat-x;  
-webkit-animation: backgroundScroll 5s linear infinite;
animation: backgroundScroll 5s linear infinite;  
background-color: #9db9da; 
}

#horizontal-scroll2 {
width: 100%;  
height: 100%;  
background: url(../Images/people-img-2.png) repeat-x;  
-webkit-animation: backgroundScroll 18s linear infinite;
animation: backgroundScroll 18s linear infinite;  
}

 /*#horizontal-scroll3 {
width: 100%;  
height: 100%;  
background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/221620/scroll3.png) repeat-x;  
-webkit-animation: backgroundScroll 30s linear infinite;
animation: backgroundScroll 30s linear infinite; 
} 
@-webkit-keyframes backgroundScroll {
from {background-position: 0 0;}  
to {background-position: -800px 0;}  
}
@keyframes backgroundScroll {
from {background-position: 0 0;}  
to {background-position: -800px 0;}  
}

@-webkit-keyframes breathe {
0% {text-shadow: 0px 0px 15px #2588f2}  
50% {text-shadow: 0px 0px 5px #2588f2} 
100% {text-shadow: 0px 0px 25px #2588f2}  
}
@keyframes breathe {
0% {text-shadow: 0px 0px 15px #000}  
50% {text-shadow: 0px 0px 5px #fff} 
100% {text-shadow: 0px 0px 15px #000}
}
-------------end------------*/

/*---imgsilder---*/
@keyframes backgroundpan {
    0% {
      left: -30%;
  }
    50% {
      left: 0;
  }
    100% {
      left: -30%;
  }
}

#background {
  background-image: url("../Images/people-img-2.png");
  position: absolute;
  height: 130%;
  width: 130%;
  top: -15%;
  left: -15%;
  background-size: cover;
  background-position:center;
  z-index: -1;
     animation-name: backgroundpan;
    animation-duration: 10s;
  animation-iteration-count: infinite;
}


.win {
  vertical-align: middle !important;
  padding-top: 0px !important;
  border: solid rgba(252, 15, 3, 0.75);
  background: linear-gradient(
    to bottom left,
    rgba(230, 220, 3, 0.75),
    rgba(237, 124, 5, 0.75)
  );
  font-weight: bolder;
  font-size: 20px;
  color: black;
  text-shadow: 0px 0px 0px;
}
.bestplayer {
  width: 450px;
}
.player {
  border-bottom: solid 2px white;
}
td {
  color: white;
}
.gametype {
  margin-top: 5px;
  color: white;
}
.taunt {
  margin-top: 15px;
  color: red;
  background-color: rgba(104, 134, 161, 0.89);
  text-shadow: 1px 1px 0px black;
}
.teamrebel td {
  padding-top: 30px !important;
}

#banner {
  padding: 90px 0px 90px 0px;
  margin: 0 auto;
  width: 50%;
  min-width: 400px;
}
/*----end----*/

.FooterBg-Area{
	background-color:#000;
	padding:70px 0px 0px 0px;
}

.FooterBg-Area-2{
	background-color:#fff;
	padding:70px 0px 0px 0px;
}

.FooterBg-Area-2{
	background-color:#fff;
	padding:70px 0px 0px 0px;
}

.FooterBg-Area .FooterWidget {
    margin-bottom: 30px;
}

.fa-phone, .fa-envelope{
	color:#00c5a2;
}

.h-line-1{
	height:2px;
	width: 15%;
	margin-bottom:30px;
	background-color:#1a9afe;
}

.h-line-2{
	height:2px;
	width: 20%;
	background-color:#1a9afe;
}

.InnerPage-Area{
	width:100%;
	padding:50px 0px;
	background-color:#121526;
}

.InnerPage-Area .BannerTitle h1{
	color:#fff;
	margin:0;
	text-align:center;
	font-size: 2.2em;
	font-weight:600;
	font-family: 'Poppins' ,Sans-serif;
}

.contact-section-1{
	width:100%;
	position:relative;
	padding:50px 0px 50px 0px;
}

.contact-info {
    border-top: 2px solid #0075ff;
    border-bottom: 0px solid #0075ff;
    width: 90%;
	padding:30px 20px 20px 20px;
	background-color:#f9f9fa;
}

.title-tex{
	height:48px;
}

.title-tex-space{
	margin-top:25px;
}

.title-tex img{
	float: left;
    width: 35px;
    height: 35px;
    margin-right: 12px;
    transition: all 0.3s ease-in-out;
}

.title-tex h4{
	color:#000;
    text-align: left;
    margin:0;
	padding:3px 0px 0px 0px;
	font-size: 1.4em;
    font-weight: 600;
	font-family: 'Poppins' ,Sans-serif;
}

.title-tex-2 p{
	color: #69717c;
    text-align: left;
    font-weight: normal;
    font-family: 'Poppins' ,Sans-serif;
    font-size: 15px;
    margin: 0px 0px 12px 0px;
    line-height: 32px;
    padding-left: 0px;
}

.title-tex-2 p a{
	color: #69717c;
    text-align: left;
    font-weight: normal;
    font-family: 'Poppins' ,Sans-serif;
    font-size: 15px;
    margin: 0px 0px 12px 0px;
    line-height: 32px;
    padding-left: 0px;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	text-decoration:none;
}

.title-tex-2 p a:hover{
	color: #005ef9;
    text-align: left;
    font-weight: normal;
    font-family: 'Poppins' ,Sans-serif;
    font-size: 15px;
    margin: 0px 0px 12px 0px;
    line-height: 32px;
    padding-left: 0px;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	text-decoration:none;
}

.contact-form{
	margin-left:55px;
}

.contact-form .form-group {
    margin-bottom: 0.8rem;
    margin-top: 0.5rem;
}

.contactInput{
	width:100%;
	outline:0;
	background-color: #e1e4ed;
    border: 1px solid #e1e4ed;
    border-radius: 5px;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    height: 50px;
    padding: 12px 18px;
	transition-timing-function: ease;
    transition-duration: .5s;
	font-weight: normal;
	background-image: linear-gradient(180deg, #e1e4ed, #e0e0e7);
}

.contactInput:focus {
    border-radius: 0px;
	border:1px solid #c2ccc8;
	transition-timing-function: ease;
    transition-duration: .5s;
    background-color: #fff;
	box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 12%);
	background-image: linear-gradient(180deg, #fff, #fff);
}

.contactInput::placeholder{
	color: #555555;
    font-size: 15px;
	transition-timing-function: ease;
    transition-duration: .5s;
}

textarea.contactInput {
    height: auto;
}

.contactBtn{
	width:100%;
	margin-top:0;
	margin-left: 0px;
	padding:12px 30px;
	color:#fff;
	outline:none;
	cursor: pointer;
	border:2px solid #005ef9; 
	border-radius:8px;
	font-size:15px;
	font-weight:600;
	background-color:#005ef9;
	font-family: 'Poppins', sans-serif;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.contactBtn:hover{
	color:#005ef9;
	border:2px solid #005ef9; 
	background-color:#fff;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.contact-form .title-tex h4{
	color:#000;
    text-align: left;
    margin:0;
	padding:3px 0px 0px 0px;
	font-size: 1.4em;
    font-weight: 600;
	font-family: 'Poppins' ,Sans-serif;
}

.content-section-1{
	width:100%;
	position:relative;
	padding:50px 0px 50px 0px;
}

.content-section-1 .section-title h4{
	color:#000;
    text-align: left;
    margin-bottom:12px;
	font-size: 1.2em;
    font-weight: 600;
	font-family: 'Poppins' ,Sans-serif;
}

.content-section-1 .section-title p {
    color: #69717c;
    text-align: left;
    font-weight: normal;
    font-family: 'Poppins' ,Sans-serif;
    font-size: 14px;
    margin: 0px 0px 12px 0px;
    line-height: 30px;
    padding-left: 0px;
}

.content-section-1 .section-title ul li {
    color: #69717c;
    text-align: left;
    font-weight: normal;
    font-family: 'Poppins' ,Sans-serif;
    font-size: 14px;
    margin: 0px 0px 12px 0px;
    line-height: 25px;
    padding-left: 0px;
}

.FooterBg-Area .FooterHeadTex h3{
	font-size:22px;
	color:#00ffa8;
	text-align:left;
	font-weight:500;
	padding-bottom: 12px;
    font-family: 'Poppins', sans-serif;
}

.FooterTex ul{
	padding: 0px 0px 0px 0px;
	margin:0;
}

.FooterTex ul li{
	list-style-type:none;
	font-size:14px;
	color:#fff;
	text-align:left;
	line-height:42px;
    font-family: 'Poppins', sans-serif;
}

.footer-logo{
	width:220px;
}

.social-icons i {
    background-color: #fff;
    padding: 10px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
	color:#000;
	margin: 10px 8px 0px 0px;
}

.social-icons i a {
    background-color: #13cf8f;
    padding: 10px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
	color:#000;
	margin: 10px 8px 0px 0px;
}

.social-icons i a:hover {
    background-color: #fff;
    padding: 10px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
	color:#000;
	margin: 10px 8px 0px 0px;
}

.fa-map-marker, .fa-envelope, .fa-phone{
	color:#00ffa8;
	margin-right:8px;
	font-size:20px !important;
}

.FooterWidget .FooterTex{
	padding-top:30px;
	font-size:14px;
	color:#cfcfcf;
	text-align:left;
	line-height:28px;
    font-family: 'Poppins', sans-serif;
}

.FooterWidget .FooterTex-2 p{
	margin:0;
	padding-bottom:4px;
	font-size:15px;
	color:#fff;
	font-weight: 500;
	text-align:left;
	line-height:35px;
    font-family: 'Poppins', sans-serif;
}

.FooterWidget .FooterTex-2 ul{
	margin:0;
	padding:0 0px 8px 30px;
	font-size:14px;
	color:#cfcfcf;
	text-align:left;
	font-family: 'Poppins', sans-serif;
}

.FooterWidget .FooterTex-2 p span{
	padding-top:0;
	font-size:14px;
	color:#cfcfcf;
	font-weight: normal;
	text-align:left;
	line-height:0;
    font-family: 'Poppins', sans-serif;
}

.DisclaimerTex p{
	padding:10px 0px 0px 0px;
	font-size:14px;
	color:#cfcfcf;
	text-align:left;
	line-height:30px;
    font-family: 'Poppins', sans-serif;
}

.DisclaimerTex p span{
	color:#fff;
	font-weight:600;
}

.FooterTex a{
	color:#cfcfcf;
	text-decoration:none;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.FooterTex a:hover{
	color:#00c6d2;
	text-decoration:none;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.FooterWidget .FooterTex span{
	padding-left:15px;
}

.FooterWidget .FooterHeadTex-1{
	width:3.5%;
}

.BorderLine{
	width:100%;
	margin:25px 0px 0px 0px;
	border-top:1px solid #494949;
}

.FooterTex-3 p{
	margin:0;
	font-size:14px;
	color:#cfcfcf;
	text-align:left;
	padding:15px 0px;
    font-family: 'Poppins', sans-serif;
}

.FooterTex-3 span{
	margin:0;
	color:#00c6d2;
	font-weight:600;
}

.FooterTex-4 ul{
	padding:0;
	margin:0;
	text-align:right;
}

.FooterTex-4 ul li{
	font-size:14px;
	color:#cfcfcf;
	text-align:left;
	padding:15px 0px;
	display:inline-block;
	list-style-type:none;
    font-family: 'Poppins', sans-serif;
}

.FooterTex-4 ul span{
	font-size:14px;
	color:#cfcfcf;
	text-align:left;
	line-height:25px;
	padding:15px 0px;
	display:inline-block;
	margin:0 5px;
    font-family: 'Poppins', sans-serif;
}

.FooterTex-4 a{
	color:#cfcfcf;
	text-decoration:none;
}

.FooterTex-4 a:hover{
	color:#00c6d2;
	text-decoration:none;
}

.FooterTex-4 span{
	color:#1bb3fc;
	font-weight:600;
}

.footer-bottom{
	width:100%;
	background-color: #fff;
	margin:0 0px 0px 0px;
	border-top:1px solid #ccc;
}

.footer-bottom .FooterTex-3 p{
	margin:0;
	font-size:14px;
	color:#000;
	text-align:left;
	padding:15px 0px;
    font-family: 'Poppins', sans-serif;
}

.footer-bottom .FooterTex-3 span{
	margin:0;
	color:#000081;
	font-weight:600;
}

.footer-bottom .FooterTex-4 ul{
	padding:0;
	margin:0;
	text-align:right;
}

.footer-bottom .FooterTex-4 ul li{
	font-size:14px;
	color:#000;
	text-align:left;
	padding:15px 0px;
	display:inline-block;
	list-style-type:none;
    font-family: 'Poppins', sans-serif;
}

.footer-bottom .FooterTex-4 ul span{
	font-size:14px;
	color:#000;
	text-align:left;
	line-height:25px;
	padding:15px 0px;
	display:inline-block;
	margin:0 5px;
    font-family: 'Poppins', sans-serif;
}

.footer-bottom .FooterTex-4 a{
	color:#000;
	text-decoration:none;
}

.footer-bottom .FooterTex-4 a:hover{
	color:#00c6d2;
	text-decoration:none;
}

.footer-bottom .FooterTex-4 span{
	color:#1bb3fc;
	font-weight:600;
}

.close {
    float: right;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 0 0.5rem;
}