/* =========================================
                Html, Body
============================================ */
html,
body {
  height: 100%;
}

body {
  color: #212226;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

section {
  background: #fff;
  overflow: hidden;
}

/* =========================================
                Home
============================================ */

#home {
  background: none;
  height: 100%;
}

#home-bg-image {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  background-size: cover;
}

#home-overlay {
  background-color: rgba(0, 0, 0, 0.432);
  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 h1 {
  color: #fff;
  font-size: 65px;
  font-weight: 100;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
}

#home-heading h1 span {
  color: #078bfe;
  font-weight: 500;
}

#home-text p  {
  color: #fff;
  font-size: 17px;
  font-weight: 100;
  padding-right: 25px;
  padding-left: 25px;
  margin: 8px 0 30px 0;
}

/* =========================================
                Other Home
============================================ */

#other-home-bg-image {
  width: 100%;
  height: auto;
}

#other-home-content-inner {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#other-home-heading h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
}

#other-home-heading h1 span {
  color: #078bfe;
  font-weight: 500;
}

#other-home-text p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding-right: 20px;
  padding-left: 20px;
  margin: 8px 0 8px 0;
}
#other-home-text img {
  padding-left: 10px;
  padding-right: 10px;
}
#other-home-text a {
  color: white;
}
#other-home-text a:hover {
  color: white;
  text-decoration: none;
}

/* =========================================
                Buttons
============================================ */

.btn-general {
  font-family: "Raleway", sans-serif;
  border-radius: 5px;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 6px;
  padding: 12px 46px 12px 46px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-home {
  color: #fff;
  border: 1px solid #fff;
}

.btn-home:hover,
.btn-home:focus {
  color: #fff;
  background-color: #e24a7a;
  border: 1px solid #e24a7a;
}

.btn-blue {
  color: #fff;
  border: 1px solid #e24a7a;
  background-color: #e24a7a;
}

.btn-blue:hover,
.btn-blue:focus {
  color: #fff;
  background-color: #e24a7a;
  border: 1px solid #e24a7a;
}

.btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 3px 15px;
  border-radius: 4px;
  font-size: 22px;
  display: none;
}

/* =========================================
                Arrow Down
============================================ */

#arrow-down {
  position: absolute;
  left: 50%;
  bottom: 20px;
  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: #e24a7a;
}

/* =========================================
                Content Boxes
============================================ */
.content-box {
  padding: 30px 0;
}
.content-box-lg {
  padding: 120px 0;
}
.other-content-box-lg {
  padding: 60px 0;
}
.content-box-md {
  padding: 100px 0;
}
.content-box-sm {
  padding: 90px 0;
}

/* =========================================
        Vertical/Horizontal Headings
============================================ */

.horizontal-heading h2 {
  color: #303030;
  font-size: 42px;
  font-weight: 700;
  line-height: 45px;
}

.horizontal-heading {
  margin-bottom: 80px;
}

.horizontal-heading h2 {
  margin: 0;
}

.horizontal-heading p {
  text-align: justify;
}

/* =========================================
                About 01
============================================ */

#about-right p:first-child {
  margin-bottom: 30px;
}

#about-bottom {
  margin-top: 60px;
}

#about-bottom img {
  margin: 0 auto;
}

/* =========================================
                About 02
============================================ */

#about-02 {
  background-color: #f4f4f4;
}

.about-item {
  background-color: #fff;
  padding: 80px 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.about-item i {
  font-size: 42px;
  margin: 0;
}

.about-item h3 {
  font-size: 24px;
  margin-bottom: 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: #e24a7a;
}

.about-item:hover i {
  transform: translateY(-20px);
}

/* Smooth transition */

.about-item,
.about-item i,
.about-item hr {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.about-item h3,
.about-item p {
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

/* =========================================
                Team
============================================ */

#team-left .vertical-heading {
  min-height: 160px;
}

.team-member {
  margin: 8px;
  position: relative;
}

.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;
  -webkit-transition: all 300ms linear;
  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%;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

ul.social-list li:nth-child(1) a:hover {
  background: #3b5998;
  border-color: transparent;
}

ul.social-list li:nth-child(2) a:hover {
  background: #00aced;
  border-color: transparent;
}

ul.social-list li:nth-child(3) a:hover {
  background: #dd4b39;
  border-color: transparent;
}

/* =========================================
                Slider Buttons
============================================ */

.owl-theme .owl-nav [class*="owl-"] {
  color: #212226;
  font-size: 40px;
  background: none;
  margin-top: -90px;
  background: transparent;
  margin-left: -17px;
  margin-right: -17px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
  color: #00aced;
}
.owl-next {
  float: right;
}
.owl-prev {
  float: left;
}

/* =========================================
                Skills
============================================ */

.skill {
  margin-bottom: 20px;
}

.skill h4 {
  line-height: 62px;
  margin: 0;
  font-weight: normal;
}

.progress {
  height: 25px;
  border-radius: 0;
  background: #efefef;
  overflow: visible;
}

.progress-bar {
  background: #f4c613;
  position: relative;
}

.progress-bar span {
  font-size: 11px;
  font-weight: 100;
  font-family: "Open Sans", sans-serif;
  background: #212226;
  padding: 3px;
  position: absolute;
  left: 97%;
  top: -47px;
}

.progress-bar span:before {
  content: "";
  border-top: 8px solid #212226;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 23%;
}

/* =========================================
                Statement
============================================ */

#statement {
  background: url("../img/tech/tech-statement.jpg") no-repeat fixed center;
  background-size: cover;
}
#statement .content-box-lg {
  background: rgba(0, 0, 0, 0.3);
}

#tech-statement h3 {
  color: #fff;
  font-size: 28px;
  line-height: 45px;
}

#tech-statement p {
  font-size: 14px;
  color: #f4c613;
  font-family: "Raleway", sans-serif;
  margin-top: 8px;
}

/* =========================================
                Services 01
============================================ */

#services-01 .slideInLeft img {
  margin: 60px 0;
}

.service {
  margin: 35px 0;
}

.service .icon {
  font-size: 42px;
  margin: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.service:hover .icon {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.service h5 {
  font-size: 12px;
  text-transform: uppercase;
  color: #078bfe;
  margin: 0 0 6px 0;
}

.service:hover h5 {
  color: #212226;
}

.service h4 {
  color: #078bfe;
  font-size: 24px;
  margin: 0 0 8px 0;
}

.service p {
  line-height: normal;
}

/* =========================================
    Services 02 (Responsive Tabs)
============================================ */

#services-02 {
  background: #f4f4f4;
}

#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;
}

/* Tab active state */

#services-tabs ul li.r-tabs-state-active a {
  color: #f4c613;
  font-weight: 700;
  border-bottom: 3px solid #f4c613;
  padding-bottom: 5px;
  -webkit-transition: border-color 300ms linear;
  transition: border-color 300ms linear;
}

.service-tab .col-md-6 {
  padding: 0;
}

.service-tab img {
  width: 100%;
  margin: 0 auto;
}

.service-tab .tab-bg {
  background: #fff;
  padding: 59px 30px;
  min-height: 481px;
}

.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;
}

/* =========================================
                Portfolio
============================================ */

#portfolio {
  padding-bottom: 160px;
}

#portfolio .vertical-heading {
  margin-bottom: 50px;
}

.row.no-gutters [class*="col-"] {
  padding: 0;
}

.portfolio-item {
  overflow: hidden;
  position: relative;
}

/* Filters CSS */
/* Isotope.js is a simple tool that helps you create advanced tile-based 
layouts and enable dynamic sorting and filtering of content right in the browser */
#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;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 35px;
  outline: 0;
}

#isotope-filters button span {
  display: block;
  padding-bottom: 5px;
  -webkit-transition: border-color 0.4s ease-in-out;
  transition: border-color 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;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Overlay Effect */

.portfolio-item-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(14, 14, 17, 0.9);
  cursor: -webkit-zoom-in;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Item Details Effect */

.portfolio-item-details {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-item-details h3 {
  color: #f4c613;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.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;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* Show Overlay on mouse over */

.portfolio-item:hover .portfolio-item-details h3 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.portfolio-item:hover .portfolio-item-details p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.portfolio-item:hover .portfolio-item-overlay {
  opacity: 1;
}

/* =========================================
                How It Works?
============================================ */
#working {
  background-color: #f5f5f5;
}

.work-table .type h4 {
  color: #078bfe;
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
}

.work-table .work h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 42px;
  font-weight: 100;
  margin: 0 0 0 24px;
  position: relative;
}
.work-table .work img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.work-table .Work-heading h2 {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #303030;
}
.work-table .Work-heading p {
  text-align: center;
  color: #a2a2a2;
}
.play {
  margin-top: -140px;
}

/* =========================================
                Pricing
============================================ */

#pricing-2 {
  background-color: #f5f5f5;
}

.pricing-table {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 32px 21px;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  background: white;
}

.pricing-table:hover {
  background: #e24a7a;
}

.pricing-table .type h4 {
  color: #e24a7a;
  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: 600;
  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: -20px;
  top: 5px;
}

.pricing-table .price h2 span.month {
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  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 li {
  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 ul.package-2 {
  list-style: none;
  padding: 20px 0;
}
.pricing-table ul.package-2 li {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}
.pricing-table ul.package-2 li i {
  width: 24px;
}
.pricing-table ul.package-3 {
  list-style: none;
  padding: 20px 0;
}
.pricing-table ul.package-3 li {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.pricing-table ul.package-3 li i {
  width: 24px;
}
.pricing-table .btn-blue,
.btn-white {
  width: 96%;
}

.pricing-table:hover h4,
.pricing-table:hover h2,
.pricing-table:hover p,
.pricing-table:hover ul.package,
.pricing-table:hover ul.package-2,
.pricing-table:hover ul.package-3 {
  color: #fff;
}

.pricing-table:hover .btn-blue {
  background: #fff;
  color: #212226;
  border: 1px solid #fff;
}

.pricing-table .btn-blue:hover,
.pricing-table .btn-blue:focus {
  background: #212226;
  color: #fff;
  border: 1px solid #212226;
}

/* =========================================
                Excellent Team
============================================ */
#our-blog {
  background-color: #fcf4f4;
}
.blog-table {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.blog-table .type h4 {
  color: #078bfe;
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
}

.blog-table .blog h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 42px;
  font-weight: 100;
  margin: 0 0 0 24px;
  position: relative;
}
.blog-table .blog img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.blog-table .blog-heading h2 {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #303030;
}
.blog-table .blog-heading p {
  padding: 20px;
  text-align: center;
  color: #a2a2a2;
}

/* =========================================
                FAQ's
============================================ */

.faqHeader {
  text-align: center;
  font-size: 27px;
  margin-top: 20px;
  margin-bottom: 80px;
}
.panel-heading [data-toggle="collapse"]:after {
  content: url("../img//Icons/arrow-dropdown.png");
  float: right;
  font-size: 18px;
  line-height: 22px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #454444;
}

/* =========================================
                Testimonials
============================================ */

#testimonials {
  background: #f4f4f4;
  padding-bottom: 0px;
  overflow: visible;
}

#testimonials .vertical-heading {
  padding: 80px 0;
  margin-bottom: 50px;
}

#testimonial-slider {
  background: white;
  top: 100px;
  right: 60px;
  border-radius: 7px;
}

.testimonial .row {
  margin-bottom: 25px;
}

.testimonial {
  padding: 20px 45px 0 45px;
  color: #000;
}

.testimonial h3 {
  font-weight: bolder;
  color: #078bfe;
  font-size: 32px;
  line-height: 35px;
}

.testimonial .stars {
  font-size: 20px;
  margin: 20px 0 10px 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;
}
.col-center {
  margin: 0 auto;
  float: none !important;
}
.carousel {
  margin: 50px auto;
  padding: 0 70px;
}
.carousel-item {
  color: black;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 290px;
}
.carousel .item .img-box {
  height: 170px;
  margin: 0 auto;
}
.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
}
.carousel .testimonial {
  padding: 30px 0 10px;
}
.carousel .overview {
  font-style: italic;
}
.carousel .overview b {
  text-transform: uppercase;
  color: #000000;
}
.carousel .carousel-control {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none;
}
.carousel-control i {
  font-size: 68px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
  bottom: -40px;
}
.carousel-indicators li,
.carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  border-radius: 50%;
}
.carousel-indicators li {
  background: rgb(185, 185, 185);
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}
.carousel-indicators li.active {
  background: #000000;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* =========================================
                Stats
============================================ */

#stats-1 {
  background: url("../img/Background/Work-bg.png") no-repeat fixed center;
  background-size: cover;
}
#stats-1 .content-box-md {
  background: rgba(244 172 206 / 25%);
}
#stats-2 {
  background: url("../img/Background/corve-bg.png") no-repeat fixed center;
}
#stats-3 {
  background-color: #fcf4f4;
}
#stats {
  background: url("../img/stats/stats-bg.jpg") no-repeat fixed center;
  background-size: cover;
}

#stats .content-box-md {
  background: rgba(244 172 206 / 25%);
}

#stats .vertical-heading {
  margin-bottom: 50px;
}

#stats .vertical-heading h2 {
  color: #fff;
}

.stats-item {
  background: rgba(6, 138, 254, 0.55);
  color: white;
  border-radius: 4px;
  min-height: 170px;
  padding: 25px 50px;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.stats-item i {
  font-size: 42px;
  color: #068afe;
  margin: 0 0 6px 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms 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: #068afe;
}

.stats-item:hover i {
  color: #212226;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.my_img {
  height: 500px;
  background: url("../img/2020.png") no-repeat;
  background-size: cover;
}
/* =========================================
                Clients
============================================ */

#clients .horizontal-heading {
  margin-bottom: 30px;
}

#clients-list {
  padding: 45px 0 0 0;
}

.client {
  padding: 0 10px;
  max-width: 150px;
  margin: 0 auto;
  line-height: 100px;
}

.client 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;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.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;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.blog-post a:hover {
    color: #212226;
}

.blog-post .post-meta {
    border-top: 1px solid #e0e0e0;
    margin-top: 30px;
    padding-top: 10px;
}

.blog-post .post-meta p {
    font-size: 11px;
    font-family: "Raleway", sans-serif;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
} */

/* =========================================
                Contact
============================================ */

/* Contact Left */
#contact {
  background-color: #f4f4f4;
  border-top: 1px #a2a2a2 solid;
}
#number h5 {
  color: #747474;
}
#number h2 {
  font-family: "Open Sans";
  color: #747474;
  font-size: 25px;
  font-weight: 500;
  margin-top: -5px;
}
#address h4 {
  color: #078bfe;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
}
#address h5 {
  color: #747474;
}
#contact-left p {
  margin: 25px 0 20px 0;
}
#links {
  padding-top: 40px;
  margin-left: 30px;
}
.company h4 {
  font-size: 16px;
  color: #747474;
  font-weight: bold;
}
ul.company-link {
  list-style-type: none;
  padding: 5px 0px 0px 0px;
}

ul.company-link li {
  font-family: "Open Sans", sans-serif;
  margin-top: 12px;
}

ul.company-link li a {
  font-size: 13px;
  color: #747474;
  width: 45px;
}
ul.company-link li a:hover {
  color: #078bfe;
  text-decoration: none;
}

#contact-left ul.social-list li a {
  color: #929292;
  border: 1px solid #929292;
  text-align: center;
}

#contact-left ul.social-list li a:hover {
  color: #fff;
  border-color: transparent;
}

/* Contact Right */

#contact-right {
  padding: 25px 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

#contact-right h4 {
  font-size: 24px;
}

#contact-right p {
  margin-bottom: 25px;
}

#contact-right form .form-control {
  font-family: "Open Sans", sans-serif;
  padding: 20px 15px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 0px;
  margin-top: 10px;
}

#contact-right form textarea.form-control {
  min-height: 164px;
}
#contact-right textarea {
  border-color: #cccccc;
  color: #9f9f9f;
  font-size: 11px;
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 10px;
}

/* =========================================
                Footer
============================================ */

footer {
  background: #f7f7f7;
  padding-top: 12px;
}

footer p {
  color: #747474;
  line-height: 20px;
  margin: 0;
}

footer p span {
  color: #e24a7a;
}

/* =========================================
                Navigation
============================================ */
.top-info {
  color: white;
  font-size: 10px;
  font-weight: 200;
  margin-top: -5px;
}
.social-icon a {
  padding-left: 10px;
  padding-right: 10px;
  text-align-last: right;
}
.navbar {
  padding: 10px 0 20px 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.site-nav-wrapper {
  padding: 0 85px;
}

.navbar-brand {
  padding: 0px 15px;
}

ul.navbar-nav > li > a {
  font-family: "Raleway", sans-serif;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
  background: none;
  color: #e24a7a;
  font-weight: 800;
}

/* White Navigation */

.white-nav-top {
  background: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 0 8px 6px -9px #999;
  box-shadow: 0 8px 6px -9px #999;
  z-index: 2;
}

.white-nav-top ul.navbar-nav > li > a {
  color: #212226;
}

.white-nav-top ul.navbar-nav > li > a:hover,
.white-nav-top ul.navbar-nav > li > a:focus {
  color: #078bfe;
}

/* Scroll spy active state */

.white-nav-top ul.navbar-nav > li.active > a {
  color: #078bfe;
  font-weight: 500;
}

/* =========================================
                Animation
============================================ */

#other-home-heading-1,
#other-home-text {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

#other-home-heading-1 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

#other-home-text {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#home-heading-1,
#home-heading-2,
#home-text,
#home-btn,
#rtl-root-title,
#hc-root-title,
#ro-root-title,
#edu-root-title,
#enter-root-title,
#sport-root-title,
#hospitality-root-title,
#dmenu-root-title,
#malls-root-title
#arrow-down i {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

#home-heading-1,#rtl-root-title,
#hc-root-title,
#ro-root-title,
#edu-root-title,
#enter-root-title,
#sport-root-title,
#hospitality-root-title,
#dmenu-root-title,
#malls-root-title {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

#home-heading-2 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

#home-text,#rtl-root-desc,
#hc-root-desc,
#ro-root-desc,
#edu-root-desc,
#enter-root-desc,
#sport-root-desc,
#hospitality-root-desc,
#dmenu-root-desc,
#malls-root-desc {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

#home-btn {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

#arrow-down i {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
