/**
* Template Name: MyResume - v2.2.0
* Template URL: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  color: #272829;
  width:100% !important;
  height:100% !important;
}

a {
  color: #0563bb;
}

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

p{

    font-family: "Quicksand", sans-serif;

}

.paragraph2
{
  font-size:18px;
  line-height: 25px;
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-weight:500;
}

.paragraph3
{
  font-size:26px !important;
  line-height: 40px !important;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  color:#000 !important;
}

.paragraph4
{
  font-size:36px !important;
  line-height: 40px !important;
  color:#000 !important;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.paragraph6
{
  font-size:40px !important;
  line-height: auto !important;
  font-weight:700 !important;
  color:#000 !important;
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}


.paragraph
{
  font-size:20px;
  line-height: 25px;
  font-family: "Quicksand", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.headers
{
  color: #333333;
  font-family: "Lexend Deca", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  
  
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #0563bb;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #0678e3;
  transition: background 0.2s ease-in-out;
}

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

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0563bb;
  border-top-color: #fff;
  border-bottom-color: #fff;
  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);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9997;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
}

@media (max-width: 992px) {
  #header {
    width: 300px;
    background: #fff;
    border-right: 1px solid #e6e9ec;
    left: -300px;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a {
  display: flex;
  align-items: center;
  color: #45505b;
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: #a0a0a0;
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}

.nav-menu a i {
  font-size: 20px;
}

.nav-menu a span {
  padding: 0 5px 0 7px;
  color: #45505b;
}

@media (min-width: 992px) {
  .nav-menu a {
    width: 56px;
  }
  .nav-menu a span {
    display: none;
    color: #fff;
  }
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;
  background: #ec4d37;
}

.nav-menu a:hover span, .nav-menu .active > a span, .nav-menu li:hover > a span {
  color: #fff;
}

.nav-menu a:hover, .nav-menu li:hover > a {
  width: 100%;
  color: #fff;
}

.nav-menu a:hover span, .nav-menu li:hover > a span {
  display: block;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #45505b;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #0563bb;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: auto;
  /*background: url("/assets/img/Personal/hero.png") top right no-repeat; */
  background-size: cover;
  position: relative;
  background-color:#fff;
  display:block;
  padding-bottom:100px;
}



#hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {

  margin: 0;
  font-size:60px;
  font-weight: 700;
  line-height: 56px;
  color: #000;
  margin-bottom:15px;
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

#hero h2 {
  font-size:48px;
  font-weight: 700;
  line-height: 56px;
  color: #000;
  margin-bottom:15px;
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

#hero p {
  color: #fff;
  margin: 30px 0 0 0;
  font-size: 26px;
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

#hero p span {
  color: #fff;
  letter-spacing: 1px;
}

#hero-page {
  width: 100%;
  height: 40vh;
  /* background: url("/assets/img/Personal/Prototype_main.jpeg") no-repeat; */
  background-size: cover;
  position: relative;
  display:block;
  background-color:#fff;
  z-index: -1;
}



#hero-page:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero-page h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  color: #000;
  text-align:center !important;
}

#hero-page p {
  color: #fff;
  margin: 15px 0 0 0;
  font-size: 26px;
  font-family: "Raleway", sans-serif;
}

#hero-page p span {
  color: #fff;
  letter-spacing: 1px;
}

#hero-page2 {
  width: 100%;
  height: 50vh;
  background-size: cover;
  position: relative;
  display;block;
  background-color:#fff;
  z-index: -1;
}



#hero-page2:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero-page2 h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  color: #000;
  text-align:center !important;
}

#hero-page2 p {
  color: #000;
  margin: 15px 0 0 0;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
}

#hero-page2 p span {
  color: #000;
  letter-spacing: 1px;
}

#hero-page3 {
  width: 100%;
  height: 50vh;
  /* background: url("/assets/img/Personal/COEIT1.png") top center no-repeat; */
  background-size: auto;
  position: relative;
  display:block;
  background-color:#fff;
  z-index: -1;
}



#hero-page3:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero-page3 h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  color: #000;
  text-align:center !important;
}

#hero-page3 p {
  color: #f8f8be;
  margin: 15px 0 0 0;
  font-size: 26px;
  font-family: "Raleway", sans-serif;
}

#hero-page3 p span {
  color: #f8f8be;
  letter-spacing: 1px;
}

#hero-page4 {
  width: 100%;
  height: 40vh;
  background-size: cover;
  position: relative;
  display:block;
  background-color:#fff;
  z-index: -1;
}



#hero-page4:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero-page4 h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  color: #000;
  text-align:center !important;
}

#hero-page4 p {
  color: #fff;
  margin: 15px 0 0 0;
  font-size: 26px;
  font-family: "Raleway", sans-serif;
}

#hero-page4 p span {
  color: #000;
  letter-spacing: 1px;
}


#about-page {
  width: 100%;
  height: 10vh;
  background-size: cover;
  position: relative;
  display;block;
  background-color:#fff;
  z-index: -1;
  padding-top:50px;
}


#about-page:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#about-page h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  color: #000;
  text-align:center !important;
}

#about-page p {
  color: #fff;
  margin: 15px 0 0 0;
  font-size: 26px;
  font-family: "Raleway", sans-serif;
}

#about-page p span {
  color: #fff;
  letter-spacing: 1px;
}

.social-links {
  margin-top: 20px;
}

.social-links a {
  font-size: 30px;
  display: inline-block;
  color: #0CAFFF  ;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

.social-links a:hover {
  color:#000;
}

@media (max-width: 992px) {
  #hero {
    text-align: center;
  }
  #hero h1 {
    font-size: 32px;
    line-height: 36px;
  }
  #hero p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #45505b;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #0563bb;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 20px;
  color: #728394;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 2px;
  color: #0563bb;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts .count-box {
  padding: 30px 30px 25px 30px;
  margin-top: 30px;
  width: 50%;
  position: relative;
  text-align: center;
  background: inherit;
}

.facts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 36px;
  background: #234e70; /* #0563bb */
  padding: 12px;
  color: #f8f8be /*#fff */;
  border-radius: 50px;
}

.facts .count-box span {
  font-size: 60px;
  display: block;
  font-weight: 600;
  color: #17a2b8;
  font-family: "Raleway", sans-serif;
}

.facts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
}

/*--------------------------------------------------------------
# Akills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  color: #45505b;
}

.hr
{
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #f2f3f5;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #0563bb;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #45505b;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #0563bb;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  color: #0563bb;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #f7f8f9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #0563bb;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #0563bb;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(69, 80, 91, 0.8);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #d7dce1;
  border-left: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #d7dce1;
  border-right: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #45505b;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #45505b;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #45505b;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #148af9;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #f5f5f5;
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06);
  /* box-shadow: 0px 0px 1.5px 1.5px #a0a0a0 /* rgba(110, 123, 131, 0.05); */
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #aeaeae;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #45505b;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*
.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #90c8fc;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #0563bb !important;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #0563bb;
  float: left;
  width: 44px;
  height: 44px;
  background: #eef7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #45505b;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #728394;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #0563bb;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #0563bb;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #0678e3;
}

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

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.mygradient{
	background: #000000;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #434343, #000000);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #434343, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.portfolio-details {
  padding: 40px 0;
  height:100%;
  background-color:#aeaeae;
}

.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #0563bb !important;
}

.portfolio-details .portfolio-info {
  padding-top: 45px;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
	width:100%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  font-family: "Raleway", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 18px;
  text-decoration: bold;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a{
  font-size: 30px;
  display: inline-block;
  color: #0CAFFF  ;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

/*
#footer .social-links a {
  font-size: 20px;
  display: inline-block;
  background: #7AC5CD;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #0678e3;
  color: #fff;
  text-decoration: none;
}

*/
#footer .social-links a:hover
{
  color:#ffffff;
  }


#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 18px;
}

/* Justification of text */
.justified
{
	text-align: justify;
}



.avatar
{
	width:auto;
	height:200px;
	vertical-align:middle;
  margin:0;
  display:block;
}


.prototype-introduction
{
	padding-bottom:20px;
	 font-family:'SF Pro Display';
  font-style:normal;
  font-weight:400;
}

.titlebox
{
	height:auto;
	width:auto;
}

.portfolio-title1
{
	display:flex;
	margin:auto;
	vertical-align:middle;
	color:#fff;
}

.irqhighlight
{
  border-radius: 1em 0 1em 0;
  text-shadow: 1px 1px 1px #fff;
  background-image:
    linear-gradient(-100deg,
      rgba(255,250,150,0.8),
      rgba(255,250,150,0.8) 100%,
      rgba(255,250,150,0.8)
    );
	color:blue;
}


.avatar2
{
	width:100%;
	height:200px;
}

.light
{
	background-color: #BCD2EE !important;
	-webkit-box-shadow: 0 4px 1px -6px black;
	   -moz-box-shadow: 0 4px 1px -6px black;
	        box-shadow: 0 4px 1px -6px black;
}

.whitecolor
{
	font-family: "Raleway", sans-serif;
	padding-left:20px;
	color:#e7e7e7;
	font-weight: bold;
}

.whitecolor:hover
{
  color:#fff  !important;
}
.navcolor
{
	font-family: "Open Sans", sans-serif;
	padding-left:20px;
	color:#000;
	font-weight: bold;
}

.avatar3
{
	padding-top:10px;
	width:300px;
	height:300px;
	overflow:hidden;
}

.avatar15
{
  background: url("/assets/img/Personal/Discussion 2.jpg") no-repeat;
	overflow:hidden;
  background-size: cover;
  position: relative;
}


.avatar4
{
align-items:center;
width:20%;
display:block;
margin:auto !important;
}

.countermargin
{
	margin-left:30px;
  margin-right:30px
}

.blockquote {
	font-size: 1rem;
	max-width: auto;
	line-height: 1.4;
	position: relative;
	margin: 0;
	padding: .5rem;
	color:#65000b ;
	font-weight:200px;
	font-family: 'Raleway', sans-serif;

}



.blockquote:before {
	content: '“';
	left: -5rem;
	top: -2rem;
}

.blockquote:after {
	content: '”';
	right: -5rem;
	bottom: 1rem;
}

.avatar5
{
width:100%;
height:200px;
text-align:center;
display:flex;
}



.uppermargin
{
	padding-top:30px;
	margin-top:25px;
}

.uppermargin2
{
  padding-bottom:30px;
}
.researchtext1
{
	display: flex;
	font-size:18px;
	margin-top:40px;
}

#process
{
	background-color:#7289da;
}

.headingtitle
{
	color:#fff;
}

.avatar6
{
width:20%;
align-content:center;
display:flex;
margin:auto;
}

.avatar21
{
width:30%;
align-content:center;
display:flex;
margin:auto;
padding-top:10px;
}

.tabspacing
{
	padding-left:3em;
}

.avatar7
{
	width:90%;
	align-content:center;
	display:flex;
	margin:auto;
	padding-top:20px;
	padding-bottom:20px;
}



#methods
{
	background-color:#f3f3f3;
}




#evaluation
{
	background-color:#f3f3f3;
}

.avatar8
{
	width:90%;
	align-content:center;
	display:flex;
	margin:auto;
	padding-bottom:20px;
}

.irqhighlight2
{

  text-shadow: 1px 1px 1px #fff;
  background-image:
    linear-gradient(-100deg,
      rgba(21,166,219),
      rgba(21,166,219) 100%,
      rgba(21,166,219)
    );
	color:white;
}


.userbasecolor
{
		color:#e0218a;
}

#process2
{
	background-color:#000;
}

.avatar9
{	text-align:center;
width:60%;
display:block;
margin:auto;
}

#insights2
{
	background-color:#234e70;
	width:100%;
	overflow:hidden;
}

#insights3
{
	background-color:whitesmoke;
	width:100%;
	overflow:hidden;
}

#painpoints
{
	background-color:black;
	width:100%;
	overflow:hidden;
}

.listitems
{
	font-size:20px;
	padding-right:20px;
	margin-left:40px;
}

.headingtitle2
{
	color:#fff;
	margin-left:40px;
	padding-top:40px;
}



#process3
{
	background-color:#d3d3d3;
}

.headingtitle4
{
	color:#000;
}

.object
{
	object-fit: contain;
	max-width:100%;
max-height:100%;
width:50px;
height:auto;
margin-left:60px;
}

.avatar10
{
		width:60%;
		margin:auto;
		display:flex;
}

.avatar11
{
	width:90%;
	align-content:center;
	display:flex;
	margin:auto;
	padding-bottom:20px;
	margin-top:-10px;
}

.avatar12
{
	width:100%;
	z-index:-5;
	height:auto;
	opacity:0.6;
	position:relative;
}

.avatar13
{
	width:120%;
  margin:auto;
  display:flex;

	align-content:center  !important;
}

.avatar14
{
	padding-top:10px;
	width:400px;
	height:400px;
	overflow:hidden;
  border-radius:5%;
}
.zoom:hover {
  transform: scale(1.2);  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.text-aria
{
	font-size:14px;
}

.text-aria2
{
	font-size:18px;
  font-family: "Raleway", sans-serif;
}

.header-aria
{
	font-weight: 700;
  font-size: 20px;
  color: #728394;
}

.navbar-default
{
	background: #333333 !important;
  	border-bottom: 2px;
}

.navbar-default1
{
	background:  #333333 !important;
  	border: none;
}
.center
{
	margin: 0 auto;
	display:block;
}

/*.typed2
{
	color:#f8f8be !important;
	letter-spacing:1px;
} */

.icon-box h4 a
{
  color:#1874CD	 !important;
}


.hover:hover
{
   text-decoration: underline;
}

.nav-link1
{
	margin-right:30px;
}

.center
{
	text-align:center;

}
/*Read more for the projects */

.custom-btn1 {
  width: 200px;
  height: 50px;
  color: #000 !important;
  border-radius: 30px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  margin-top:50px;
}

.btn-2 {
  background: #b2d8d8; /* rgb(6,14,131); */
  border: 2px solid #b2d8d8;
}
.btn-2:hover {
   background: rgb(0, 0, 139); /*rgb(102,153,204); /* rgb(0,3,255); */
   color: #fff !important;
   border: 2px solid #004c4c !important;
   box-shadow: 0 0 5px #004c4c;
 -moz-box-shadow: 0 0 5px #004c4c;
 -webkit-box-shadow: 0 0 5px #004c4c;
 -o-box-shadow: 0 0 5px #004c4c;
}

/*Read more for the main */

.custom-btn {
  width: 200px;
  height: 50px;
  color: #fff !important;
  font-weight: 500 !important;
  border-radius: 30px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  margin-top:50px;
  box-shadow: 0 0 2.5px rgb(31, 81, 255);
-moz-box-shadow: 0 0 2.5px rgb(31, 81, 255);
-webkit-box-shadow: 0 0 2.5px rgb(31, 81, 255);
-o-box-shadow: 0 0 2.5px rgb(31, 81, 255)  /*#004687 */;
}

/* 1 */
.btn-1 {
  background: #004687; /*rgb(31, 81, 255) ; /* rgb(6,14,131); */
  border: 2px solid #004687; /*rgb(11, 81, 255); */
}
.btn-1:hover {
   background:#a7c7e7; /* rgb(0,3,255); */
   color: #333333 !important;
   border: 2px solid #004687 !important;
   box-shadow: 0 0 5px #000;
   font-weight: 500 !important;
 -moz-box-shadow: 0 0 5px #000;
 -webkit-box-shadow: 0 0 5px #000;
 -o-box-shadow: 0 0 5px #000;
}

.background
{
  background-color: #3C6478;
  padding-bottom: 30px;
  padding-top:30px;
}

.textbackground
{
  color: #ce2029;
}

.textbackground2
{
  color : #ce2029; /* #a16e83  /*1F51FF  ;  #FFD700; */
}

.textbackground3
{
  color: #66023c;
}


.headerbackground
{
  color: #EBC944;
}

.bottompadding
{
  padding-bottom:50px;
  margin-bottom:25px;
}

.background2
{
  background-color: #F5E8DA;
  padding-top:30px;
  padding-bottom:30px;
}

.recommendations
{
  margin-top:-40px;
  border: 8px solid #a0a0a0;
}


.shape2 {
  border-radius: 30px;
}

.portfolio-background
{
  background-color: #000 /* #F5F5DC #B92E34 */;
  color: #fff;
  margin:0;
}

.portfolio-padding
{
  padding-bottom:60px;
}

.expander{
   position: absolute;
}

.expander span
{
  color: white;
   font: bold 24px/45px Helvetica, Sans-Serif;
   letter-spacing: -1px;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px;
}



.project-title
{
  text-decoration: underline;
  text-decoration-color:#004687;
}

.navbar-toggler
{
  background-color:#fff !important;
}

.introduction
{
  background-color:#AFDBF5 /*#ffffe4*/ !important;
  margin-top:-40px;
}

mark{
 background-color:#082567 !important;
 color:#fff;
}

.impact
{
  background-color:#e7e7e7 /*#ffffe4*/ !important;
}


.otro-blockquote{
  font-size: 1.4em;
  width:60%;
  margin:50px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #fff;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #ffd600 ;
  line-height:1.6;
  position: relative;
  background:#000;
}

.otro-blockquote::before{
  font-family: 'Raleway', sans-serif;
  content: "\201C";
  color:#FFd600;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

.otro-blockquote::after{
  content: '';
}

.otro-blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}


.containerblue
{
  background-color: #fbfbf2;
}



.uppermargin3
{
  padding-top:50px;
  margin-top:30px;
}

.color-x
{
  color:#004687;
  font-family:"Source Sans Pro", sans-serif;
}

.box
{
  border: 1px solid #fff;
}

.checked {
  color: orange;
  font-size:50px !important;
}

.fa-star {
  font-size:50px !important;
}

.color-y
{
  border-radius:10px;
  background-color:#f5f5f5;
  box-shadow: 0 0 1px rgba(0,0,0,0.6);
-moz-box-shadow: 0 0 1px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.6);
-o-box-shadow: 0 0 1px rgba(0,0,0,0.6);
}
}

.portfolio-container
{
  display:flex !important;
  margin:0 !important;
  align-items: center !important;

position: relative;
}

.alignment
{
  display: flex;
 justify-content: center;
 align-items: center;
}


/* Button New

*/

.example-header {
  background: #3D4351;
  color: #FFF;
  font-weight: 300;
  padding: 3em 1em;
  text-align: center;
}
.paragraph5 {
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
  font-size:60px;
  font-family: "Raleway", sans-serif;
}
.example-header p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

.container-fluid .row {
  padding: 0 0 4em 0;
}
.container-fluid .row:nth-child(even) {
  background: #F1F4F5;
}

.example-title {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #a0a0a0;
}
.example-title p {
  margin: 0 auto;
  font-size: 16px;
  max-width: 400px;
}



/*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
------------------------------*/
.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  line-height: inherit;

  font-family: "Raleway", sans-serif;
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Raleway", sans-serif;
}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: #004687;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: 3px;
  background: #004687;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #004687;
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 40px;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}

/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0;
}
.period .timeline-info {
  display: none;
}
.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #004687;
  border-bottom: 3px solid #004687;
}
.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.period .timeline-content {
  padding: 40px 0 70px;
}
.period .timeline-title {
  margin: 0;
}

/*----------------------------------------------
    MOD: TIMELINE SPLIT
----------------------------------------------*/
@media (min-width: 768px) {
  .timeline-split .timeline, .timeline-centered .timeline {
    display: table;
  }
  .timeline-split .timeline-item, .timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info,
  .timeline-split .timeline-marker,
  .timeline-centered .timeline-marker,
  .timeline-split .timeline-content,
  .timeline-centered .timeline-content,
  .timeline-split .period .timeline-info,
  .timeline-centered .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }
  .timeline-split .timeline-marker, .timeline-centered .timeline-marker {
    position: relative;
  }
  .timeline-split .timeline-content, .timeline-centered .timeline-content {
    padding-left: 30px;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info {
    padding-right: 30px;
  }
  .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }
}

.timeline-title{
  font-family: "Raleway", sans-serif !important;
}

/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/
@media (min-width: 992px) {
  .timeline-centered,
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-content {
    width: 50%;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }

}

/*----------------------------------------------
    MOD: MARKER OUTLINE
----------------------------------------------*/



.quotemarks {
  display: inline;
  line-height:1.5;
  font-size:15px !important;
  color:#0437F2;
  font-weight:500;
}
.blockquote-section {width:100%;max-width:1200px;margin:0 auto;opacity:0.95;padding:20px;}
.blockquote-section > cite {font-style:none}
.cite {color:white;padding-left:20px;font-size:1.25rem;}


.devicer {
  width: 50%;
  height: 1.5px;
  background-color: #A7C7E7;
  margin: 30px auto 0;
}

.devicer2 {
  width: 5em;
  height: 5px;
  background-color: #A7C7E7;
  margin: 30px auto 0;
}

/*New */
.counter
{
    text-align: center;
}

.counter-count
{
    font-size: 50px;
    font-weight: bold;
    position: relative;
    color: blue;
    text-align: center;
    display: inline-block;
}
