/* =====================================
Template Name: SURVEYBLOCKS
Author Name: Kazi
Description: SURVEYBLOCKS
Version: 1.0.0
========================================*/
/*======================================
[ CSS Table Of Contents ]
* Theme Default CSS
* LogIn Area CSS
* Mail Success CSS

* Footer CSS
========================================*/
/*=============================
	Theme Default CSS
===============================*/
@media only screen and (min-width: 1400px) and (max-width: 10000px) {
  .container {
    max-width: 1194px;
  }
  .hero-container {
    max-width: 1314px;
  }
}

.text-white-light {
  color: rgba(255, 255, 255, 0.7);
}
.list-none {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-none li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-image.bg-img-bottom {
  position: absolute;
  width: 50%;
  height: 50%;
  bottom: 0;
}
.bg-image.bg-img-top {
  position: absolute;
  left: 0;
  top: 135px;
  width: 250px;
  height: 250px;
}
.bg-image.bg-left {
  background-position: left;
}
.theme-color {
  color: #3454d1;
}

/* Margin */
.m-t-30 {
  margin-top: 30px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-50 {
  margin-bottom: 50px;
}

/* Padding */
.section-padding {
  padding-top: 150px;
  padding-bottom: 150px;
}
.p-top-10 {
  padding-top: 10px;
}
.p-top-20 {
  padding-top: 20px;
}
.p-top-30 {
  padding-top: 30px;
}
.p-top-40 {
  padding-top: 40px;
}
.p-top-50 {
  padding-top: 50px;
}
.p-top-60 {
  padding-top: 60px;
}
.p-top-70 {
  padding-top: 70px;
}
.p-top-80 {
  padding-top: 80px;
}
.p-top-90 {
  padding-top: 90px;
}
.p-top-100 {
  padding-top: 100px;
}
.p-top-110 {
  padding-top: 110px;
}
.p-top-120 {
  padding-top: 120px;
}
.p-top-130 {
  padding-top: 130px;
}
.p-top-140 {
  padding-top: 140px;
}
.p-top-150 {
  padding-top: 150px;
}
.p-btm-10 {
  padding-bottom: 10px;
}
.p-btm-20 {
  padding-bottom: 20px;
}
.p-btm-30 {
  padding-bottom: 30px;
}
.p-btm-40 {
  padding-bottom: 40px;
}
.p-btm-50 {
  padding-bottom: 50px;
}
.p-btm-60 {
  padding-bottom: 60px;
}
.p-btm-70 {
  padding-bottom: 70px;
}
.p-btm-80 {
  padding-bottom: 80px;
}
.p-btm-90 {
  padding-bottom: 90px;
}
.p-btm-100 {
  padding-bottom: 100px;
}
.p-btm-110 {
  padding-bottom: 110px;
}
.p-btm-120 {
  padding-bottom: 120px;
}
.p-btm-130 {
  padding-bottom: 130px;
}
.p-btm-140 {
  padding-bottom: 140px;
}
.p-btm-150 {
  padding-bottom: 150px;
}
.p-btm-260 {
  padding-bottom: 260px;
}

/* Font Size */
h1, .hs-1 {
  font-size: 48px;
  line-height: 58px;
}
h2, .hs-2 {
  font-size: 36px;
  line-height: 40px;
}
h3, .hs-3 {
  font-size: 30px;
  line-height: 35px;
}
h4, .hs-4 {
  font-size: 24px;
  line-height: 30px;
}
h5, .hs-5 {
  font-size: 18px;
  line-height: 25px;
}
h6, .hs-6 {
  font-size: 16px;
  line-height: 20px;
}
.fs-10 {
  font-size: 10px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-28 {
  font-size: 28px;
}
.fs-30 {
  font-size: 30px;
}
.fs-40 {
  font-size: 40px;
}
.fs-50 {
  font-size: 50px;
}

/* Theme Buttons */
.theme-btn {
  background: #3454d1;
  padding: 15px 40px;
  color: #fff !important;
  font-weight: 500;
  border-radius: 30px;
  font-size: 15px;
  display: inline-block;
  line-height: 24px;
  transition: all 0.4s ease;
  margin-right: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 16px;
}
.theme-btn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: #00000017;
  right: 0;
  top: 0;
  border-radius: 28px;
  z-index: -1;
  transition: all 0.4s ease;
}
.theme-btn:last-child {
  margin: 0;
}
.theme-btn:hover::before {
  width: 100%;
  left: 0;
}
.theme-btn.primary {
  background: transparent;
  border: 2px solid #EBEBEB;
  color: #00000023 !important;
}
.theme-btn.primary:hover {
  background: transparent;
  color: #fff !important;
  border: 2px solid transparent;
  transition: all 0.4s ease;
}
.nice-select:after{
  right: 40px !important;
}

/*=============================
	End Theme Default CSS
===============================*/

/*=====================================
	Main Area
=======================================*/


.header{
  display: flex;
  padding: 0 30px;
  background: #e9e9e9;
}
.header .logo{
  max-width: 115px;
}
.menu{
  width: 100%;
}
.menu ul{
  text-align: right;
  margin: 33px 0;
}
.menu ul li{
  display: inline;
  font-size: 14px;
  font-weight: 400;
  margin: 10px;
}
.menu ul li a{
  color: #3454d1;
}
.menu ul li a:hover{
  color: #16309b;
}
.container-fluid{
  width: 45% !important;
  margin-right: 0 !important;
}
.welcome-cont{
  width: 50% !important;
  margin-right: 1.5% !important;
  text-align: center;
}
.welcome-area{
  padding-left: 80px !important;
  position: initial;
  height: 100%;
  margin-bottom: 0;
}
.survey-area h1{
  margin-top: 35px;
}
.welcome-area h1,
.survey-area h1{
  margin-bottom: 30px;
}
.welcome-area h1 span,
.survey-area h1 span {
  color: #3454d1;
}
.welcome-area p{
  margin: 30px 0 !important;
}
.welcome-area a{
  margin-bottom: 30px !important;
}
.welcome-area, 
.survey-area {
  position: relative;
}
.login-area::before, 
.welcome-area::before {
  position: absolute;
  content: "";
  background: rgb(255 255 255 / 80%);
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
}
.survey-area {
  padding: 0 3% !important;
  min-height: 600px;
}
.servay-view{
  margin: 0 auto;
}
.surveys-link ul{
  margin: 15px 0;
  padding: 0;
}
.surveys-link ul li{
  display: inline-block;
  width: 49%;
  background: #e9e9e9;
  padding: 40px 30px;
  margin-bottom: 30px;
  border: 1px solid #cfcfcf;
}
.surveys-link ul li i{
  color: #1a1a1a;
  cursor: pointer;
}
.surveys-link ul li p{
  margin: 10px 0;
  overflow: hidden;
}
.surveys-link ul li a{
  font-weight: normal;
  margin: 0 auto;
}
.surveys-link ul li a:hover{
  color: #3454d1;
  text-decoration: underline;
}
.list-surveys{
  text-align: left;
  padding: 0 10px;
}
.list-surveys h5{
  margin-bottom: 5px;
}
.list-surveys a{
  font-size: 15px;
  margin-left: 10px;
}
.list-surveys a:hover{
  color: #3454d1;
}
.list-surveys table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
tr:nth-child(even) {
  background-color: #eeeeee;
}
.survey-cont{
  width: 100% !important;
  text-align: center !important;
}
.logo-style{
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  color: rgb(22, 22, 22);
  font-weight: 800;
}
.logo-style span{
  color: #3454d1;
}
.view-at-top{
  z-index: 111;
}
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -37px;
  position: relative;
  left: -25px;
  z-index: 2;
}
a.home-login{
  color: #3454d1;
}
a.home-login:hover{
  color: #a0a0a0;
}

/*=============================
	End Main CSS
===============================*/

/*=====================================
	LogIn Area
=======================================*/

.login-area, 
.welcome-area,
.survey-area {
  padding-top: 30px;
  padding-left: 195px;
  width: 100%;
}
.login-area-bg {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
}
.login-inner {
  width: 560px;
}
.login-form {
  margin-top: 150px;
  width: 450px;
}
.login-form-inner {
  width: 560px;
}
.login-form-title {
  margin-bottom: 5px;
  font-size: 28px;
}
.login-form-title span {
  color: #3454d1;
}
.login-form .form-group {
  margin-bottom: 15px;
}
.login-form .form-group input {
  width: 100%;
  height: 55px;
  font-weight: 400;
  border: 2px solid #EAEAEA;
  border-radius: 8px;
  padding: 10px 30px;
  box-shadow: 0px 14px 26px #00000017;
}
.login-form .form-group input:focus-visible {
  border: 2px solid #3454D1 !important;
}
.login-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-c-left span {
  font-size: 13px;
}
.login-c-left span a {
  color: #3454d1;
  font-weight: 400;
}
.login-c-left .form-check-input:checked {
  background-color: #3454d1;
  border-color: #3454d1;
}
.login-c-left input {
  margin-right: 10px;
}
.login-c-right a {
  font-weight: 400;
}
.login-c-right a:hover {
  color: #3454d1;
}
.login-c-right p {
  font-size: 13px;
  margin-top: 15px;
}
.login-c-right p a {
  font-weight: 400;
  color: #3454d1;
}
.login-form-btn .theme-btn {
  border: none;
  margin-top: 35px;
}
.form-group textarea {
  width: 100%;
  border: 2px solid #E8E8E8;
  border-radius: 10px;
  padding: 30px;
  font-weight: 400;
  transition: all 0.4s ease;
  background: #F6F6F6;
  height: 200px;
}

/*=====================================
	End LogIn Area
=======================================*/
/*=====================================
	Theme Others CSS
=======================================*/
/* Preloader */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3454d1;
  z-index: 9999999;
  text-align: center;
}
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  display: flex;
  align-items: center;
}
.loader-line {
  width: 7px;
  height: 40px;
  background: #fff;
  margin: 0 3px;
  border-radius: 3px;
  animation: loading 1s infinite;
}
.loader-line:nth-child(2) {
  animation-delay: 0.1s;
}
.loader-line:nth-child(3) {
  animation-delay: 0.2s;
}
.loader-line:nth-child(4) {
  animation-delay: 0.3s;
}
.loader-line:nth-child(5) {
  animation-delay: 0.4s;
}
.loader-line:nth-child(6) {
  animation-delay: 0.5s;
}
.loader-line:nth-child(7) {
  animation-delay: 0.6s;
}
.loader-line:nth-child(8) {
  animation-delay: 0.7s;
}

@keyframes loading {
  0% {
    height: 0;
  }
  50% {
    height: 40px;
  }
  100% {
    height: 0;
  }
}

/* Theme ScrollUp */
.scrollToTop {
  right: 100px;
  z-index: 33;
  bottom: 40px;
  position: fixed;
  text-align: center;
  opacity: 0;
  transform: translateX(50px);
  visibility: hidden;
  transition: all 1s ease;
}
.scrollToTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.scrollToTop i {
  height: 55px;
  width: 55px;
  line-height: 55px;
  background: #3553D1;
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.6s ease;
  display: block;
  color: #fff;
}
.scrollToTop i:hover {
  background: #1a1a1a;
  color: #fff;
}

/*=============================
	End Mobile Menu Modal
===============================*/

/*=============================
	Mail Succes Area
===============================*/

.mail-success-area {
  padding: 150px 0px;
  background: #fff;
}
.mail-success-content {
  text-align: center;
}
.mail-success-content i {
  width: 120px;
  height: 120px;
  line-height: 120px;
  display: inline-block;
  background: #3454d1;
  border-radius: 100%;
  color: #fff;
  font-size: 50px;
  border-right: 8px solid #000;
  margin-bottom: 20px;
}
.mail-bottom-btn {
  margin-top: 25px;
}
.nice-select{
  width: 100% !important;
  height: 59px;
  border: 2px solid #EAEAEA;
  border-radius: 8px;
  padding: 17px 30px;
  box-shadow: 0px 14px 26px #00000017;
  margin-bottom: 4px !important;
}

/*=============================
	End Mail Succes Area
===============================*/
@media only screen and (max-width: 1550px) {
  
  .logo {
    max-width: 175px;
  }
  .login-area, 
  .welcome-area,
  .survey-area {
    padding-left: 80px !important;
    position: initial;
    padding-bottom: 85px;
  }
  .login-area{
    padding-bottom: 0 !important;
  }
  .survey-area{
    padding: 25px 0 45px !important;
  }

  .login-form {
    margin-top: 5px;
    margin-bottom: 0;
  }  
  .scrollToTop {
    right: 30px;
  }
  .login-inner, .login-form-inner {
    width: 450px;
  }
}

/*=============================
	Footer Area
===============================*/

.copyright {
  padding: 25px 0px;
  background: #EFEFEF;
  text-align: center;
}
.copyright p a {
  color: #1a1a1a;
}
.copyright p a:hover {
  color: #3454d1;
}

/*=============================
	End Footer Area
===============================*/
