:root {
  --main-color: #17164d;
  --blue-color: #149dcc;
  --white-color: #ffffff;
  --ight-gray: #f4f4f4;
}
html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}
*:focus {
  outline: 0 !important;
}
html,
body {
  overflow-x: hidden !important;
}

body {
  color: var(--main-color);
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
a:active,
a:focus {
  outline: none !important;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
}
section {
  padding: 60px 0;
}
.btn {
  background: var(--main-color) !important;
  border: 0 !important;
}
.btn:active,
.btn:focus,
.btn:focus:active {
  background-image: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}
/**********Nabar CSS************/
.navbar-top {
  height: 90px;
  line-height: 90px;
}
/**********Header Banner Start************/
header {
  padding: 150px 0;
  width: 100%;
  height: auto;
  background: url('../images/banner-img.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
header h1 {
  font-size: 60px;
  color: var(--white-color);
  font-weight: 700;
}
/**********There Are Many Reasons Section **************/
.title {
  font-size: 46px;
  color: var(--main-color);
  font-weight: 400;
}
#over-wrapper h2 span {
  font-weight: 700;
}
#over-wrapper ul li {
  line-height: 40px;
  font-size: 22px;
  font-weight: 400;
  position: relative;
}
#over-wrapper ul li:before {
  position: absolute;
  content: '✓';
  left: -56px;
  top: 5%;
  font-size: 18px;
  padding-top: 3px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  color: rgb(255, 255, 255);
  width: 25px;
  height: 25px;
  margin: 5px 10px;
  transition: all 0.2s ease 0s;
  background: rgb(20, 157, 204);
  border-radius: 50%;
}
/*******About Us******************/
#about-us {
  padding-bottom: 60px;
}
#about-us p {
  margin-top: 30px;
}
#about-us p {
  text-transform: capitalize;
}
/********* Adding Portfolio ***************/
#adding-portfolio .outer-wrapper {
  width: 100%;
  max-width: 94vw;
  margin: 0 auto;
  position: relative;
  z-index: -1;
}
#adding-portfolio .main-box {
  width: 70%;
  display: flex;
  min-height: 20px;
  background: #fff;
  padding: 50px;
  box-shadow: rgba(56, 56, 87, 0.4) 0px 10px 40px 0px;
}
#adding-portfolio .main-box .content h3 {
  font-weight: 700;
  font-size: 32px;
}
#adding-portfolio .main-box .content ul li {
  color: var(--main-color);
  font-weight: 600;
  font-size: 16px;
  margin: 20px 0;
  position: relative;
  padding-left: 60px;
}
#adding-portfolio .main-box .content ul li:before {
  position: absolute;
  content: '✓';
  left: 0;
  top: 5%;
  font-size: 18px;
  padding-top: 3px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  color: rgb(255, 255, 255);
  width: 25px;
  height: 25px;
  margin: 5px 10px;
  transition: all 0.2s ease 0s;
  background: rgb(20, 157, 204);
  border-radius: 50%;
}
#adding-portfolio .over-wrapper {
  position: absolute;
  z-index: -1;
  right: 0;
  top: auto;
  right: 0%;
  top: -20%;
  width: 40%;
  height: 90%;
  background-image: url('../images/over-img.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
/* Who Meetour Criteria */
#who-meetour-criteria {
  background: var(--ight-gray);
}
#who-meetour-criteria .title {
  font-size: 30px;
}
#who-meetour-criteria ul li {
  color: var(--main-color);
  font-weight: 600;
  font-size: 16px;
  margin: 20px 0;
  position: relative;
  padding-left: 60px;
  align-items: center;
}
#who-meetour-criteria ul li:before {
  position: absolute;
  content: '+';
  left: 0;
  top: -5px;
  font-size: 18px;
  padding-top: 3px;
  display: inline-block;
  text-align: center;
  line-height: 17px;
  color: rgb(255, 255, 255);
  width: 25px;
  height: 25px;
  margin: 5px 10px;
  transition: all 0.2s ease 0s;
  background: rgb(20, 157, 204);
  border-radius: 50%;
}
#notic-section {
  background: #eeeeee;
}
.notice {
  padding: 10px 8px;
  background: rgba(51, 48, 66, 0.1);
  font-size: 14px;
  border-radius: 3px;
}
/* Slider CSS */
.slider {
  width: 0%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  overflow-y: scroll;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: width 0.6s ease-in-out;
}
.slider .close-ico {
  width: 30px;
  height: 30px;
  float: right;
  background: var(--main-color);
  text-align: right;
  color: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.slider .inner-wrapper {
  padding: 30px;
}
.slider .content-wrap {
  padding-top: 80px;
}
.slider .content-wrap h4 {
  font-size: 20px;
  color: var(--main-color);
  border-bottom: 2px solid var(--ight-gray);
  padding-bottom: 15px;
}
.slider .content-wrap ul li {
  line-height: 35px;
}
.slider-active {
  width: 50%;
  border-left: 2px solid #d6d6d6;
}
.slider #form {
  margin-top: 30px;
}
.slider #form input {
  width: 100%;
  padding: 5px 0;
  padding-left: 15px;
  height: 35px;
}
/* Responsive Media Query */
@media screen and (max-width: 992px) {
  section {
    padding: 30px 0;
  }
  header {
    padding: 90px 0 30px 0;
  }
  header h1 {
    font-size: 32px;
    text-align: center;
  }
  .title,
  #adding-portfolio .main-box .content h3 {
    font-size: 28px;
  }
  #about-us {
    padding-bottom: 0px;
  }
  #over-wrapper ul li {
    line-height: 30px;
    font-size: 18px;
    padding-left: 60px;
  }
  #over-wrapper ul li:before {
    left: 0;
  }
  #adding-portfolio .over-wrapper {
    position: unset;
  }
  #adding-portfolio .main-box {
    width: 100%;
    padding: 20px 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
      rgba(0, 0, 0, 0.08) 0px 0px 0px 1px !important;
  }
  .slider-active {
    width: 100%;
  }
}
@media screen and (min-width: 560px) and (max-width: 768px) {
  header {
    padding: 150px 0;
  }
  section {
    padding: 30px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  header {
    padding: 130px 0;
  }
  header h1 {
    font-size: 32px;
    text-align: left;
  }
  section {
    padding: 30px 0;
  }
  .title,
  #adding-portfolio .main-box .content h3,
  #who-meetour-criteria .title {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  header {
    padding: 130px 0 100px 0;
  }
  header h1 {
    font-size: 46px;
  }
  .title {
    font-size: 40px;
  }
}
