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

    Template Name: Free HTML Templates and Bootstrap Themes  GridTemplate
    Template URI: https://gridtemplate.com/
    Description: A Library of Responsive Bootstrap, HTML5, and CSS3 Website Templates
    Author: Gridtemplate
    Author URI: https://gridtemplate.com/
    Version: 1.0

-----------------------------------------------------------------------------------

/*-----------------
1. Google font
------------------*/

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Rubik:400,500,700");

/*-------------------
2. Theme Default CSS
--------------------*/

body {
    font-family: "Poppins", sans-serif;
}


a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}
a {
    color: #0d6efd;
    text-decoration: none !important;
}
a:focus,
a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #0a0c19;
    margin: 0px;
}


p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #63688e;
    margin: 0px;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-padding-bottom {
    padding-bottom: 120px
}

.site-header {
    position: relative;
    width: 100%;
    background:#000023;
	background-image: url("images/bg.jpg");
	background-size: cover;
padding-top: 70px;
    padding-bottom: 120px;
    text-align: center;
    z-index: 1;
}


.site-header:before {
/*    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(./images/hero-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;background-size: 100%;
    z-index: -1;
*/
}




.site-header .logo {
    font-size: 100px;
    margin-bottom: 30px;
    display: block;
    font-size: 60px;
    color: #334D88;
    font-weight: 500;
    margin-bottom: 50px;
}

.site-header .logo span {
    color: #44bbff;
}

.desc p {
    color: #fff;

}


.bttn-1 {
    display: inline-block;
    padding: 15px 40px;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #44bbff;
    color: #ffffff;
    border-radius: 100px;
    font-weight: 600;
    margin-top: 40px;
    border: 1px solid #44bbff;
}

.bttn-1:hover {
    color: #44bbff;
    background-color: #ffffff;
}

.site-header .title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #fff;
    line-height: 60px;
}

.desc {
    margin-bottom: 30px;
}

.desc p {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
}



/*===== All Button Style =====*/

.main-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0) translateZ(0);
  transform: perspective(0) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: #2E3192;
  transition-property: #2E3192;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;

    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    -webkit-box-shadow: 0px 8px 16px 0px rgb(31 21 22 / 48%);
    -moz-box-shadow: 0px 8px 16px 0px rgb(31 21 22 / 48%);
    box-shadow: 0px 8px 16px 0px rgb(31 21 22 / 48%);

background: rgb(0,150,214);
background: linear-gradient(106deg, rgba(0,150,214,1) 0%, rgba(0,45,181,1) 100%);
    color: #fff;
    border-color: transparent;  border-radius: 3.5px;
}

.main-btn::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3.5px;
  background: #212529;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.main-btn:hover::before {
  -webkit-transform: scaleY(1);
  color: #fff !important;
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main-btn:focus:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main-btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main-btn:focus {
  color: #fff;
}
.main-btn {
  width: 170px;
  padding: 15px 10px;
  border: 0px solid #fff;
  position: relative;text-align: center;
}

.main-btn:hover {
  color: #fff !important;
}

.main-btn:focus {
  color: #fff !important;
}

.main-btn.main-btn-2 {
    background-color: #fff;
    color: #ff3a46;
    border-color: #fff;
}

.main-btn.main-btn-2:hover {
    background-color: #ff3a46;
    border-color: #ff3a46;
    color: #fff;
}


.page-title {
    text-align: center;
    margin-bottom: 60px;
}


.single-demo {
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 50px #c2c2c2;
    box-shadow: 0 20px 50px #c2c2c2;
    overflow: hidden;
    width: calc(100% - 30px);
    margin: auto;
    margin-bottom: 60px;position: relative;    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.single-demo::before{
    position: absolute;left:0; right:0;width: 100%;height: 100%;content: "";opacity: 0;background-color:rgba(0, 0, 0, 0.6); -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;z-index: 12
}

.single-demo:hover::before{
    opacity: 1; -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;z-index: 12
}

.single-demo .link {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);z-index: 12
}


/*-- Footer-Area --*/

.footer-area {
    background-color: #F7FAFD;
    text-align: center;
    padding: 120px 0;
}

.footer-area a:hover {
    text-decoration: underline;
}

.space-30 {
    height: 30px;
    display: block;
    width: 100%;
}

.equal-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sinlge-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 50px rgb(87 87 87 / 23%);
    box-shadow: 0 0 50px rgb(87 87 87 / 23%);
    border-radius: 4px;
    padding: 30px;
    min-height: 200px;
    width: 100%;position: relative;
}

 .sinlge-feature::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0%;
background: rgb(0,150,214);
background: linear-gradient(106deg, rgba(0,150,214,1) 0%, rgba(0,45,181,1) 100%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 123
}
 .sinlge-feature:hover::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
background: rgb(0,150,214);
background: linear-gradient(106deg, rgba(0,150,214,1) 0%, rgba(0,45,181,1) 100%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 123
}
.sinlge-feature .wt-tilte {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.sinlge-feature .icon-md {
    width: 80px;
    margin-right: 20px;
    float: left;
}

.sinlge-feature .icon-md img {
    width: 60px
}

.wt-tilte {
    font-size: 16px;
    font-weight: 700;
}


/*===== Grid Template Preloader Style =====*/
.gridtemplate-loader {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
}

.preloader {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#load-animate {
  width: 70px;
  height: 35px;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 35px);
}

#loader {
  width: 70px;
  height: 70px;
  border-style: solid;
  border-top-color: #2455E6;
  border-right-color: #2455E6;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotate 3s ease-in-out infinite;
  transform: rotate(-200deg);
}

@keyframes rotate {
  0% {
    border-width: 10px;
  }
  25% {
    border-width: 3px;
  }
  50% {
    transform: rotate(115deg);
    border-width: 10px;
  }
  75% {
    border-width: 3px;
  }
  100% {
    border-width: 10px;
  }
}





















/*===========================
        .FOOTER css 
===========================*/
.footer_area {
  position: relative;
  background: #000023
}



.footer_area .footer_about p {
  margin-top: 25px;
  margin-bottom: 20px;
  color: #fff;
}

.footer_area .footer_about .subscribe_email {
  position: relative;
}

.footer_area .footer_about .subscribe_email input[type="email"] {
  width: 100%;
  height: 55px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0 25px;
  color: #B2B2B2;
  font-size: 16px;
}

.footer_area .footer_about .subscribe_email button[type="submit"] {
  background: #1C2855;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  border: 0px;
  font-size: 16px;
  width: 127px;
}

.footer_area .footer_about .social {
  margin-top: 20px;
}

.footer_area .footer_about .social li {
  display: inline-block;
  margin-right: 15px;
}

.footer_area .footer_about .social li a {
  font-size: 20px;
  color: #B2B2B2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_area .footer_about .social li a:hover {
  color: #2E3192;
}

.footer_area .footer_title {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_area .footer_title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .footer_area .footer_title {
    font-size: 24px;
  }
}

.footer_area .footer_link_wrapper .footer_link {
  width: 33.33%;
  padding-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_area .footer_link_wrapper .footer_link {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .footer_area .footer_link_wrapper .footer_link {
    width: 50%;
    padding-left: 0;
  }
}

.footer_area .footer_link_wrapper .footer_link .link {
  padding-top: 10px;padding-left: 0
}

.footer_area .footer_link_wrapper .footer_link .link ul {
  margin: 0;padding: 0
}
.footer_area .footer_link_wrapper .footer_link .link li {
  margin-top: 10px;list-style: none;
}

.footer_area .footer_link_wrapper .footer_link .link li a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_area .footer_link_wrapper .footer_link .link li a:hover {
  color: #ddd;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  padding-left: 5px;
}

.footer_area .footer_copyright .copyright {
  border-top: 1px solid #ccc;
  padding: 25px 0;
}

.footer_area .footer_copyright .copyright p {
  color: #fff;
}

.footer_area .footer_copyright .copyright a {
  color: #ddd;
}

.footer_area .footer_copyright .copyright .footer-social-list ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_area .footer_copyright .copyright .footer-social-list ul {
    text-align: center;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .footer_area .footer_copyright .copyright .footer-social-list ul {
    text-align: center;
    margin-top: 15px;
  }
}

.footer_area .footer_copyright .copyright .footer-social-list ul li {
  display: inline-block;
  padding-right: 5px;
  width: 40px;
}

.footer_area .footer_copyright .copyright .footer-social-list ul li a {
  color: #fff;
  display: block;
  padding: 6px 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_area .footer_copyright .copyright .footer-social-list ul li a:hover {
  color: #ddd;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}



/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  border-radius: 5px;
background: rgb(0,150,214);
background: linear-gradient(106deg, rgba(0,150,214,1) 0%, rgba(0,45,181,1) 100%);
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}

.back-to-top::before {
  box-shadow: 0 5px 50px 0 rgba(60, 59, 59, 0.16);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
background: rgb(0,150,214);
background: linear-gradient(106deg, rgba(0,150,214,1) 0%, rgba(0,45,181,1) 100%);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  color: #fff;
  top: 0;
  z-index: -1;
  border-radius: 3px;
}

.back-to-top:hover::before {
  opacity: .8;
  visibility: visible;
}

.back-to-top:hover {
  color: #fff !important;
}

