/* Generic CSS */

html,
body {
  height: 100%;
}

body {
  color: #212226;
  position: relative;
  box-sizing: border-box;
}


@font-face {
  font-family: "Quattrocento";
  src: url("../img/logo/fonts/Quattrocento-Regular.ttf");
}

@font-face {
  font-family: "Verdana";
  src: url("../img/logo/fonts/verdana.ttf");
}

h1,
h2,
h3,
h4,
h4,
h5,
h6 {
  font-family: "Quattrocento", sans-serif;
}

p,li,a {
  font-family: "Verdana", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

section {
  background-color: #fff;
  overflow: hidden;
}
/* Preloader */

#preloader {
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
}

#status {
  background-image: url("../img/preloader.gif");
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -100px;
  margin-left: -100px;
}

/* Home */

#home {
  position: relative;
  background: none;
  height: 36rem;
}

#video-bg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  background: url("../img/video/video.jpg") no-repeat;
  background-size: cover;
}


#home-resources {
  height: 36rem;
  position: relative;
  background: url("../img/resources.jpg");
  background-size: cover;
  background-position: center center;
}

#home-overlay-resources {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#home-career {
  height: 36rem;
  position: relative;
  background: url("../img/career.jpg");
  background-size: cover;
  background-position: center center;
}

#home-overlay-career {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#home-contact {
  height: 36rem;
  position: relative;
  background: url("../img/contact.jpg");
  background-size: cover;
  background-position: center center;
}

#home-overlay-contact {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#home-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

#home-content {
  width: 100%;
  height: 100%;
  display: table;
}

#home-content-inner {
  display: table-cell;
  vertical-align: middle;
}

#home-heading {
  margin-top: 100px;
  margin-bottom: 40px;
}

#home-heading-resources {
  margin-top: 100px;
  margin-bottom:60px;
}

#home-heading h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 100;
  margin: 0;
  display: inline-block;
}


#home-heading-resources h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 100;
  margin: 0;
  display: inline-block;
}

#home-heading-resources .digital {
  margin-bottom: 100px;
}

#home-heading-1-resources {
  margin-bottom: 100px;
}

#home-heading-resources h1 span {
  color: #f4c613;
  font-weight: 500;
}


#home-heading h1 span {
  color: #f4c613;
  font-weight: 500;
}

#home-text p {
  color: #fff;
  font-size: 17px;
  font-weight: 100;
  margin: 8px 0px 30px 0;
}


/* Buttons */

.btn-general {
  font-family: "Arial", sans-serif;
  border-radius: 28px;
  font-size: 13px;
  margin: 0px 6px;
  padding: 12px 46px 12px 46px;
  transition: all 0.5s;
}

.btn-home {
  font-size: 20px;
  color: #212226;
  border: 1px solid #fff;
  background-color: #f4c613;
  padding: 10px 30px 10px 30px;
  font-weight: 500;
}

.btn-home:hover,
.btn-home:focus {
  color: #fff;
  background-color:#cf000f;
  border: 1px solid #fff;
}

.btn-yellow {
  color: #fff;
  background-color: #f4c613;
  border: 1px solid #f4c613;
}

.btn-yellow:hover,
.btn-yellow:focus {
  color: #fff;
  background-color: #222222;
  border: 1px solid #212226;
}

.btn-white {
  color: #212226;
  background-color: #fff;
  border: 1px solid #fff;
}

.btn-white:hover,
.btn-white:focus {
  color: #fff;
  background-color: #222222;
  border: 1px solid #212226;
}

.btn-submit {
  font-size: 20px;
  color: #fff;
  background-color: #8c14fc;
  padding: 10px 60px 10px 60px;
  font-weight: 600;
  border-radius: 28px;
}

.btn-submit:hover{
  color: #212226;
  background-color: #f7ca18;
}


.btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 3px 15px;
  border-radius: 4px;
  font-size: 22px;
  display: none;
  z-index: 999999;
}
/* Arrow Down */

#arrow-down {
  position: absolute;
  left: 50%;
  color: #fff;
  font-size: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
  margin-left: -16px;
  z-index: 1;
}

#arrow-down:hover,
#arrow-down:focus {
  color: #f4c613;
}

/* Content Boxes */
.content-box-xl {
  padding: 160px 0px;
}


.content-box-lg {
  padding: 120px 0px;
}

.content-box-md {
  padding: 100px 0px;
}

.content-box-sm {
  padding: 90px 0;
}

/* Vertical Headings */

.vertical-heading h5 {
  color: #FF4500;
  font-size: 16px;
  font-weight: 500;
  word-spacing: 9px;
  display: inline-block;
  transform: rotate(-90deg);
  position: relative;
  top: 60px;
  left: -53px;
}

.vertical-heading h2 {
  margin-left: 35px;
  font-size: 42px;
  font-weight: 100;
  line-height: 45px;
}

.horizontal-heading {
  margin-bottom: 80px;
}

.horizontal-heading h5 {
  font-size: 16px;
  color: #f4c613;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}

.horizontal-heading h2 {
  font-size: 42px;
  font-weight: 100;
  line-height: 45px;
  margin: 0;
}

/* Main Intro */

#main-intro {
  padding: 100px 0 30px 0;
}

.main-intro-content {
  padding: 0px 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-intro-left,
.main-intro-right {
  flex: 0 0 50%;
  padding: 50px;
}

.main-intro-right {
  display: flex;
  justify-content: center;
}

.intro-heading {
  font-family: Candara, sans-serif;
  color: #EB152E;
}

.drop-cap {
  /* float: left;
  position: relative;
  color: #FF5D40;
  top: -0.5em;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: -0.9em;
  font-size: 60px;
  line-height: normal;
  font-weight: bold;
  padding: 0px 0px 0px 0px; */

    font: 2rem/2.3rem "Candara";
    text-transform: uppercase;
    color: #FF5D40;
    padding: 0 .32rem 0 0;
    margin: 0rem 0rem;
    float: left;
}

.i-heading1 {
  font-size: 60px;
  margin-bottom: 40px;
}

.i-heading2 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 50px;
}

.intro-list li {
  list-style: none;
  margin-bottom: 10px;
}

.intro-bullet {
  margin-right: 15px;
  width: 20px;
  height: 20px;
}

.para-spacing1 {
  line-height: 22px;
}

.para-spacing2 {
  line-height: 15px;
}


.btn-intro {
  margin: 5px 0 20px 80px;
  font-size: 17px;
  color: #000501;
  border: 1px solid #139BBA;
  border-radius: 10px;
  background-color: #FFFF00;
  padding: 5px 20px 5px 20px;
  font-weight: 500;
}

.btn-intro:hover,
.btn-intro:focus {
  color: #fff;
  background-color:#cf000f;
}


/* About 01 */

#about-01 {
  background: #f4f4f4;
}

#about-right p:first-child {
  margin-bottom: 30px;
}

#about-bottom {
  margin-top: 60px;
}

/* About 02 */

#about-02 {
  background-color: #f4f4f4;
}

#extra-space {
  margin-bottom: 60px;
}

.about-item {
  background-color: #fff;
  padding: 80px 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.about-item i {
  font-size: 42px;
  margin: 0;
}

.about-item h3 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.about-item hr {
  width: 45px;
  height: 3px;
  background-color: #f4c613;
  margin: 0 auto;
  border: none;
}
.about-item p {
  margin-top: 20px;
}
/* Hover State */

.about-item:hover {
  background-color: #f4c613;
}

.about-item:hover i,
.about-item:hover h3,
.about-item:hover p {
  color: #fff;
}

.about-item:hover hr {
  background-color: #fff;
}

.about-item:hover i {
  transform: translateY(-20px);
}

/* Smooth transition */

.about-item,
.about-item i,
.about-item hr {
  transition: all 400ms ease-in-out;
}

/* Team */

.team-member {
  position: relative;
  margin: 8px;
}

.team-member-overlay {
  background-color: rgba(33, 34, 38, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: all 300ms linear;
}

.team-member-info {
  width: 100%;
  height: 100%;
  padding: 80px 0;
}

.team-member-info h6 {
  color: #f4c613;
  font-size: 16px;
  margin: 0;
}

.team-member-info p {
  color: #fff;
}

.team-member:hover .team-member-overlay {
  opacity: 1;
}

/* Social Icons */

ul.social-list {
  padding: 0;
  margin-top: 20px;
}

ul.social-list li {
  display: inline-block;
  padding: 0;
}
ul.social-list li a {
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  color: #fff;
  border-radius: 50%;
  transition: all 400ms linear;
}

ul.social-list li:nth-child(1) a:hover {
  background-color: #3b5998;
  border-color: transparent;
}

ul.social-list li:nth-child(2) a:hover {
  background-color: #00aced;
  border-color: transparent;
}

ul.social-list li:nth-child(3) a:hover {
  background-color: #dd4b39;
  border-color: transparent;
}

/* Slider Buttons */
.owl-theme .owl-nav [class*="owl-"] {
  color: #212226;
  background: none;
  font-size: 40px;
}

/* Skills */

.skill {
  margin-bottom: 20px;
}

.skill h4 {
  line-height: 62px;
  margin: 0;
  font-weight: normal;
}

.progress {
  height: 25px;
  border-radius: 2px;
  background: #f4f4f4;
}

.progress-bar {
  background-color: #f4c613;
}

.progress-bar span {
  font-size: 14px;
  font-weight: 100;
  font-family: "Opan Sans", sans-serif;
}

/* Statement */
#statement {
  background: url("../img/tech/q01.jpg") no-repeat fixed center;
  background-size: cover;
}

#tech-statement h3 {
  color: #FF4500;
  font-size: 30px;
  line-height: 45px;
}

#tech-statement p {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  color: #212226;
  margin-top: 8px;
  font-weight: 600;
}

/* Services 01 */

#services-01 img {
  margin: 60px 0;
}

.service {
  margin: 35px 0;
}

.service .icon {
  font-size: 42px;
  margin: 0;
  transition: all 400ms linear;
}

.service:hover .icon {
  color: #f4c613;
  transform: translateX(-20px);
}

.service h5 {
  font-size: 12px;
  text-transform: uppercase;
  color: #f4c613;
  margin-bottom: 0 0 6px 0;
  transition: all 200ms linear;
}

.service:hover h5 {
  color: #212226;
}

.service h4 {
  font-size: 24px;
  margin: 0 0 8px 0;
}

.service p {
  line-height: normal;
}

/* Services 02 (Responsive Tabs) */
.padding-change {
  padding-top: 50px;
}

.service-margin {
  margin-top: 50px;
}

#services-02 {
  background: #fff;
}

.btn-services {
  font-family: "Arial", sans-serif;
  border-radius: 28px;
  font-size: 16px;
  margin: 0px 6px;
  padding: 5px 15px 5px 15px;
  transition: all 0.5s;
  color: #fff;
  background-color: #f4c613;
  border: 1px solid #f4c613;
}

#services-tabs ul {
  margin-bottom: 40px;
}

#services-tabs ul li {
  padding: 5px 30px;
}

#services-tabs ul li a {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  color: #212226;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0;
  text-decoration: none;
  transition: all 800ms linear;
}

#services-tabs ul li.r-tabs-state-active a {
  color: #f4c613;
  font-weight: 700;
  border-bottom: 3px solid #f4c613;
  padding-bottom: 5px;
  transition: border-color 300ms linear;
}

.service-tab .col-md-6 {
  padding: 0;
}

.service-tab img {
  width: 108.5%;
  margin: 0 auto;
}

.service-tab .tab-bg {
  background-color: #fff;
  padding: 59px 30px;
  min-height: 100%;
}

.service-tab h2 {
  font-size: 48px;
  color: #bbb;
  margin-bottom: 20px;
  font-weight: 100;
}

.service-tab h3 {
  font-size: 32px;
  margin-bottom: 30px;
}

.service-tab p {
  line-height: 24px;
  margin-bottom: 30px;
}

.info-box {
  height: 100%;
  width: 100%;
}

.info-wrapper {
  padding: 0;
}

#s-wrapper {
  height: 482px;
  overflow: hidden;
}

.info-bg {
  margin-left: 35px;
  height: 100%;
  background-color: #fff;
  padding: 15px;
  width: 100%;
}
.img-wrapper {
  overflow: hidden;
  padding: 0;
}
/* Portfolio */

#portfolio {
  padding-bottom: 100px;
}

#portfolio .content-box-md {
  padding-bottom: 0;
}

#fluid-content {
  padding: 0;
}

#portfolio .vertical-heading {
  margin-bottom: 50px;
}

.row.no-gutters [class*="col-"] {
  padding: 0;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
}

/* Filter CSS */

#isotope-filters {
  margin-bottom: 10px;
  padding: 20px 25px 20px 0;
}

#isotope-filters button {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: transparent;
  box-shadow: none;
  padding-right: 35px;
}

#isotope-filters button span {
  display: block;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
  transition: all 0.4s ease-in-out;
}

#isotope-filters button.active span {
  color: #f4c613;
  border-bottom: 3px solid #f4c613;
}

/* Zoom effect */

.portfolio-item img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}

.portfolio-item:hover img {
  transform: scale(1.2);
}

/* Overlay Effect */

.portfolio-item-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(14, 14, 17, 0.9);
  cursor: zoom-in;
  opacity: 0;
  transition: all 0.8s ease;
}

/* Item Details Effect */

.portfolio-item-details {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.portfolio-item-details h3 {
  color: #f4c613;
  text-transform: uppercase;
  font-size: 30px;
  padding: 0;
  margin: 0;
  transform: translateY(-20%);
  transition: all 0.5s ease-out;
}

.portfolio-item-details span {
  display: inline-block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 6px;
  width: 30px;
  margin: 11px auto 5px auto;
}

.portfolio-item-details p {
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

/* Show overlay on mouse over */

.portfolio-item:hover .portfolio-item-details h3 {
  transform: translateY(0);
}

.portfolio-item:hover .portfolio-item-overlay {
  opacity: 1;
}

/*========================================
                Testimonials   
========================================== */

#testimonials {
  background: #f4f4f4;
  padding-bottom: 45px;
  overflow: visible;
}

#testimonials .vertical-heading {
  padding: 80px 0;
  margin-bottom: 50px;
}

#testimonial-slider {
  background-color: #f4c613;
  top: -120px;
}
.testimonial .row {
  margin-bottom: 25px;
}
.testimonial {
  padding: 20px 45px 0 45px;
  color: #fff;
}

.testimonial h3 {
  font-size: 32px;
  line-height: 35px;
  margin-top: 10px;
}

.testimonial .stars {
  display: inline-block;
  font-size: 20px;
  margin: 0px 0 65px 0;
}

.testimonial p {
  line-height: normal;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 20px;
}

.author .author-name-des {
  width: 106px;
  margin-top: 25px;
  text-align: left;
}

.author .author-name-des p {
  margin: 0;
}

/* .author img {
  margin-top: 25px;
  width: 30px;
} */


/*========================================
                Pricing 
========================================== */

.pricing-table {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 32px 21px;
  transition: all 400ms linear;
}

.pricing-table:hover {
  background: #f4c613;
}

.pricing-table .type h4 {
  color: #f4c613;
  font-size: 24px;
  margin-bottom: 25px;
}

.pricing-table .price {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 24px 0;
}

.pricing-table .price h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 42px;
  font-weight: 100;
  margin: 0 0 0 24px;
  position: relative;
}

.pricing-table .price h2 span {
  font-family: "Raleway", sans-serif;
}

.pricing-table .price h2 span.dollar {
  font-size: 18px;
  font-weight: 300;
  position: absolute;
  left: -15px;
  top: 5px;
}

.pricing-table .price h2 span.month {
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  left: 5px;
  bottom: -12px;
}

.pricing-table .price p {
  line-height: normal;
  font-weight: 200;
  margin: 0;
  padding: 0;
}

.pricing-table ul.package {
  list-style: none;
  padding: 20px 0;
}

.pricing-table ul.package {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
}

.pricing-table ul.package li i {
  width: 24px;
}

.pricing-table .btn-yellow,
.pricing-table.black .btn-white {
  width: 96%;
}

.pricing-table:hover h4,
.pricing-table:hover h2,
.pricing-table:hover p,
.pricing-table:hover ul.package {
  color: #fff;
}

.pricing-table:hover .btn-yellow {
  background: #fff;
  color: #212226;
  border: 1px solid #fff;
}

.pricing-table .btn-yellow:hover,
.pricing-table .btn-yellow:focus {
  background: #212226;
  color: #fff;
  border: 1px solid #212226;
}

.pricing-table.black {
  background: #212226;
  color: #fff;
}

.pricing-table.black .type h4 {
  color: #fff;
}

.pricing-table.black:hover {
  background: #f4c613;
}

/*========================================
                Stats
========================================== */

#stats {
  background: url("../img/stats/s01.jpg") no-repeat fixed center;
  background-size: cover;
}

#stats .content-box-md {
  background: rgba(0, 0, 0, 0.8);
}

#stats .vertical-heading {
  margin-bottom: 50px;
}

#stats .vertical-heading h2 {
  color: #fff;
}

.stats-item {
  background: rgba(61, 68, 68, 0.6);
  border-radius: 4px;
  min-height: 170px;
  padding: 25px 50px;
  transition: all 400ms linear;
}

.stats-item i {
  font-size: 42px;
  color: #f4c613;
  margin: 0 0 6px 0;
  transition: all 500ms linear;
}

.stats-item h3 {
  font-size: 32px;
  color: #fff;
  margin: 5px 0 5px 0;
}

.stats-item p {
  color: #fff;
  margin: 0;
}

.stats-item:hover {
  background: #f4c613;
}

.stats-item:hover i {
  color: #212226;
}

/*========================================
                Clients
========================================== */

#clients .horizontal-heading {
  margin-bottom: 30px;
}

#clients-list {
  padding: 45px 0 0 0;
}

.clients {
  padding: 0 10px;
  max-width: 150px;
  margin: 0 auto;
  line-height: 100px;
}

.clients img {
  display: inline-block !important;
}

/*========================================
                Blog
========================================== */

#blog {
  background: #f4f4f4;
}

.blog-left p {
  margin: 25px 0;
}

#blog-btn a {
  margin: 0;
}

.blog-post {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.blog-post h4 {
  line-height: 40px;
  margin: 0;
}

.blog-post > p {
  line-height: 24px;
  margin: 0;
  font-weight: 300;
}

.blog-post a {
  display: inline-block;
  margin-top: 25px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  color: #f4c613;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all 400ms linear;
}

.blog-post a:hover {
  color: #212226;
}

.blog-post .post-meta {
  border-top: 1px solid #e0e0e0;
  margin-top: 30px;
  padding-top: 20px;
}

.blog-post .post-meta p {
  font-size: 11px;
  font-family: "Raleway", sans-serif;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}

.blog-post .post-meta img {
  margin-right: 7px;
}

/*========================================
                Contact
========================================== */



#contact {
  margin-bottom: 15px;
}

/* Contact Left */

#contact-left p {
  margin: 25px 0 20px 0;
}

ul.office-details {
  list-style: none;
  padding: 0;
}

ul.office-details li {
  font-family: "Open Sans", sans-serif;
  margin-top: 12px;
  display: inline-flex;
  font-weight: 300;
}

ul.office-details li i {
  font-size: 20px;
  width: 30px;
}

#contact-left ul.social-list li a {
  color: #212226;
  border: 1px solid #212226;
  text-align: center;
}

#contact-left ul.social-list li a:hover {
  color: #fff;
  border: 1px solid transparent;
}

/* Contact Right */

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

#contact-right {
  position: relative;
  margin-top: 40px;
  padding: 25px 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  max-width: 50%;

}

#contact-right h4 {
  font-size: 24px;
}

#contact-right p {
  margin-bottom: 25px;
}

#contact-right form input.form-control {
  font-family: "Open Sans", sans-serif;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 10px;
}

#contact-right form textarea.form-control {
  min-height: 164px;
}

.contact-content-box {
  padding: 100px 0px 50px 0px;
}

.address-text {
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 25px;
}

.address-container {
    padding: 30px 0px 100px 0px;
}


.contact-modal {
  display: none;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);

  width: 90%;
  min-width: 200px;
  background-color: #8c14fc;
  padding: 30px 25px 30px 25px;
  border-radius: 10px;
}

.content-modal {
  text-align: center;
  color: #fff;
}

.header-modal h1{
  font-size: 30px;
}

.body-modal p {
  font-family: 'Philosopher', sans-serif;
  font-size: 22px;
}

.content-modal h1 {
  font-size: 25px;
}



/* Modal Animation Start*/

.body-modal .auto-message {
  font-size: 20px;
}

.loading {
  width: 100%;
  height: 100%;
}

.loading-dots {
  width: 7rem;
}


.loading-dots .dot {
  font-size: 3rem;
  opacity: 0;
  display: inline-block;
}

.dot.dot-one {
  animation: dotAnimation1 2s cubic-bezier(.44,.44,.43,.92) 0s infinite;
}

.dot.dot-two {
  animation: dotAnimation2 2s cubic-bezier(.44,.44,.43,.92) .1s infinite;
}

.dot.dot-three {
  animation: dotAnimation3 2s cubic-bezier(.44,.44,.43,.92) .2s infinite;
}

.dot.dot-four {
  animation: dotAnimation4 2s cubic-bezier(.44,.44,.43,.92) .3s infinite;
}

.dot.dot-five {
  animation: dotAnimation5 2s cubic-bezier(.44,.44,.43,.92)  .4s infinite;
}

@keyframes dotAnimation1 {
  0% {
      opacity: 0;
      transform: translateX(-20%);
  }

  30% {
      opacity: 1;
      transform: translateX(2rem);
  }

  100% {
      opacity: 0;
      transform: translateX(2rem);
  }
}

@keyframes dotAnimation2 {
  0% {
      opacity: 0;
      transform: translateX(0);
  }

  30% {
      opacity: 1;
      transform: translateX(9rem);
  }

  100% {
      opacity: 0;
      transform: translateX(9rem);
  }
}

@keyframes dotAnimation3 {
  0% {
      opacity: 0;
      transform: translateX(0);
  }

  30% {
      opacity: 1;
      transform: translateX(13rem);
  }

  100% {
      opacity: 0;
      transform: translateX(13rem);
  }
}

@keyframes dotAnimation4 {
  0% {
      opacity: 0;
      transform: translateX(0);
  }

  30% {
      opacity: 1;
      transform: translateX(16rem);
  }

  100% {
      opacity: 0;
      transform: translateX(16rem);
  }
}

@keyframes dotAnimation5 {
  0% {
      opacity: 0;
      transform: translateX(0);
  }

  30% {
      opacity: 1;
      transform: translateX(19rem);
  }

  100% {
      opacity: 0;
      transform: translateX(19rem);
  }
}

/* Modal Animation End*/

.body-modal p {
  font-family: 'Philosopher', sans-serif;
  font-size: 22px;
}

.content-modal h1 {
  font-size: 25px;
}





/* =======================================
                Footer
========================================== */

footer {
  background: #212226;
  padding: 30px;
}

footer p {
  color: #fff;
  line-height: 20px;
}

footer p span {
  color: #f4c613;
}

.footer-navbar ul li {
  display: inline-block;
  margin-right: 20px;
}

.footer-navbar ul li a {
  font-size: 15px;
}
/* =======================================
                Navigation
========================================== */


.navbar {
  padding: 20px 40px;
  padding-top: 25px;
  transition: all 300ms ease-in-out;
  position: fixed;
}

.navbar-offer {
  box-shadow: 0 8px 6px -9px #999;
  padding-top: 10px;
}

#navbarNav {
  padding-right: 150px;
}

.navbar-brand {
  margin-bottom: 8px;
}

ul.navbar-nav > li > a {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  border: 1px solid transparent;
  transition: all 200ms ease-in-out;
  margin-right: 10px;
}

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
  border: 1px solid #fff;
  border-radius: 3px;
  color: #f4c613;
}


ul.nav-offer > li > a:hover,
ul.nav-offer > li > a:focus {
  border: 1px solid #191717;
  border-radius: 3px;
}


/* White Navigation */

.white-nav-top {
  position: fixed;
  background: #fff;
  padding: 10px 40px;
  box-shadow: 0 8px 6px -9px #999;
  z-index: 2;
}

.white-nav-top ul.navbar-nav > li > a {
  color: #191717;
  border: 1px solid transparent;
  transition: all 200ms ease-in-out;
}

.white-nav-top ul.navbar-nav > li > a:hover,
.white-nav-top ul.navbar-nav > li > a:focus {
  color: #191717;
  border: 1px solid #191717;

}

/* Scroll spy

.white-nav-top ul.navbar-nav > li.active > a {
  color: #f4c613;
  font-weight: 500;
} */

/* =======================================
                Animation
========================================== */

#home-heading-1,
#home-heading-2,
#home-text, 
#home-btn,
#arrow-down i {
  animation-duration: 1s;
}

#home-heading-1 {
  animation-delay: 1s;
}

#home-heading-2 {
  animation-delay: 1.5s;
}

#home-text {
  animation-delay: 2s;
}

#home-btn {
  animation-delay: 2.5s;
}

#arrow-down i {
  animation-delay: 3s;
}


/* =======================================
                Landing Page
========================================== */

#heading {
  margin-top: 50px;
}

#heading .landing-page {
  font-size: 30px;
  margin-bottom: 10px;
}

.logo-solo {
  margin: 20px;
}

.footer-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}


.extra-bottom-margin {
  margin-bottom: 80px;
}


/* =======================================
                Resources
========================================== */

#resources {
  height: auto;
}

.resource-heading {
  margin-top: 120px;
}

.resource-h2 {
  margin-top: 20px;
}



.resource-list {
  display: block;
  margin-top: 35px;
  margin-bottom: 50px;
}

.resource-list ul {
  list-style: none;
}

.resource-list li {
  margin-bottom: 10px;
}

.resource-list ul li a {
  font-weight: bold;
  text-decoration: none;
}

.bullet {
  margin-right: 5px;
  height: 9px; 
  width: 9px;
}


/* =======================================
                Career
========================================== */

#career .career-h2 {
  margin-top: 25px;
}

.c-container {
  margin-top: 80px;
}

.c1-center {
  display: block;
  margin: 0 auto;
}

/* =======================================
                free
========================================== */

.free-offer-container {
  margin-top: 80px;
}

.content-box-landing {
  padding: 10px 0px 200px 0px;
}


input[type=submit] {
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: #8c14fc;
  padding: 10px 60px 10px 60px;
  font-weight: 600;
  border-radius: 28px;
  transition: all 0.5s;
}

input[type=submit]:hover {
  color: #212226;
  background-color: #f7ca18;

}







