@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300,300italic,400italic,600italic,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200italic,200,100,100italic,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800);
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,700");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.container {
  display: block !important;
}

div#about-us-1 p {
  line-height: 24px;
}

.bulletPoint li {
  text-align: left !important;
  font-size: 15px;
  position: relative;
}

.bulletPoint {
  display: table;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.bulletPoint li i {
  padding-right: 7px;
  color: #ab1616;
}

.bulletPoint li:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #0000001f;
  left: 0;
  bottom: 0;
}

#about-us {
  padding: 120px 0 60px;
}

div#about-us-1 .right-section {
  text-align: center;
}

section.home-banner {
  background-image: url(../images/cover11-hd.jpg);
  display: -webkit-flex;
  background-size: cover;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  text-align: center;
  color: #fff;
  position: relative;
}

#service-1 .section-top-heading h2 {
  margin-bottom: 10px;
}

#service-1 .section-top-heading p {
  line-height: 27px;
}

section.home-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 40%);
}

section.home-banner > .container {
  position: relative;
}

.list-inline li:nth-child(4):hover a {
  background: #bd081c !important;
  color: #fff !important;
}

.home-banner .button {
  margin-top: 30px !important;
  display: inline-block;
}

section.home-banner h1 {
  text-align: center;
  color: #fff;
  font-size: 62px;
  line-height: 65px;
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
}

section.home-banner p {
  color: rgb(255 255 255);
  font-size: 19px;
  text-align: center;
  margin-top: 33px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  line-height: 26px;
  padding: 0 160px;
}

section.banner-page {
  background: url("../images/cover11.jpg");
  padding: 160px 0 60px;
  text-align: center;
  overflow: hidden;
  position: relative;
  color: #fff;
}

section.banner-page h1 {
  color: #fff;
  font-size: 41px;
  position: relative;
}

section.banner-page:before {
  background: rgba(0, 0, 0, 0.43);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
}

section.banner-page .container {
  position: relative;
  z-index: 1;
}

section.banner-page h1:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  left: 50%;
  bottom: -5px;
  margin-left: -15px;
  background: #e10000;
  border-radius: 70px;
}

section.page-content {
  padding: 40px 0;
}

section.page-content p {
  font-size: 15px;
  color: #616161;
  line-height: 24px;
  margin-bottom: 20px;
}

section.page-content h4 {
  color: #e10000;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 4px;
}

/* font-family: 'Raleway', sans-serif; */
label.error {
  display: none !important;
}

.form-control.error {
  border-bottom: red 2px solid !important;
  color: red !important;
}

/*
+ General Styling and Tags
*body
+ @font-face

+ #home
  - .navbar
  - .revo_slider_wrapper
+ #about-us
   - #about-us-1
   - #about-us-2
   - #about-us-3
   - #about-us-4
+ #services
    -#services-1
    -#services-2
    -#services-3
+ #portfolio
  -#portfolio1
  -#portfolio2
  -#portfolio3
+ #contact-us
  - #contact-us1
  - #contact-us2


+ footer
*/
nav.navbar.navbar-fixed-top.orange.shrink img {
  /* width: 200px; */
}

.navbar .nav-link {
  color: #fff !important;
  transition: all 0.3s ease;
}

.navbar.shrink .nav-link {
  color: #000 !important;
}

.navbar .nav-link:hover {
  color: #e10000 !important;
}

ul.footer-social {
  font-size: 30px;
  margin-bottom: 0;
}

ul.footer-social li {
  display: inline-block;
  margin: 0 30px;
}

ul.footer-social li a {
  color: #fff;
}

ul.footer-social li a:hover {
  color: #e10000;
  text-shadow: #2d2d2d 0 1px 1px;
}

p.footer-text strong {
  letter-spacing: 1px;
}

footer a {
  color: #ffffff;
  font-weight: 400;
  margin: 0 8px;
}

p.footer-text {
  letter-spacing: 1px;
  padding-top: 20px;
  /*color: #e10000;*/
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 26px;
  padding: 0 !important;
  font-family: "Poppins", sans-serif;
}

p.footer-text a {
  color: #fff;
  margin: 0 6px;
}

p.footer-text a + a {
  margin: 0 19px;
}

body {
  -webkit-transition: linear 0s;
  transition: linear 0s;
  color: #202125;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  background-repeat: repeat-y;
  background-position: 50% 0;
  -webkit-transition-property: background-position;
  transition-property: background-position;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
  line-height: normal;
  color: #202125;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

h1 {
  font-size: 48px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 42px;
  font-weight: 100;
  font-family: "Raleway", sans-serif;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  color: #e10000;
  text-transform: uppercase;
}

p {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.big-padding {
  padding: 120px 0;
}

i.fa.fa-envelope {
  font-size: 14px !important;
}

.mid-level-padding {
  padding: 70px 0;
  border-top: #f1f1f1 1px solid;
}

.low-level-padding {
  padding: 80px 0;
}

.button {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 20px;
  padding: 12px 46px;
  border-radius: 28px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition: all linear 400ms;
  transition: all linear 400ms;
  border: none;
}

@media screen and (max-width: 767px) {
  .button {
    padding: 10px 28px;
    font-size: 11px;
    line-height: 16px;
  }
}

.button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 51%;
  -ms-transform-origin: 51%;
  transform-origin: 51%;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 28px;
  border: none;
}

.button:hover:before,
.button:focus:before,
.button:active:before {
  -webkit-transform: scaleX(1.05);
  -ms-transform: scaleX(1.05);
  transform: scaleX(1.05);
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}

.vertical-heading h2 {
  position: relative;
  font-family: "Raleway", sans-serif;
  line-height: 45px;
  margin-left: 35px;
}

@media screen and (max-width: 1199px) {
  .vertical-heading h2 {
    font-size: 29px;
  }
}

@media screen and (max-width: 767px) {
  section.home-banner h1 {
    font-size: 26px;
    line-height: normal;
  }

  section.home-banner p {
    font-size: 14px;
    margin-top: 10px;
    padding: 0;
  }

  .vertical-heading h2 {
    margin-left: 0;
    line-height: normal;
  }
}

.vertical-heading span {
  display: table;
  position: relative;
  left: -53px;
  top: 52px;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #e10000;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  word-spacing: 8px;
}

@media screen and (max-width: 767px) {
  .vertical-heading span {
    left: 0;
    top: 0 !important;
  }

  #about-us {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .vertical-heading {
    text-align: center !important;
  }
}

.section-top-heading {
  margin-bottom: 90px;
}

.section-top-heading h5 {
  margin-bottom: 10px;
}

.list-inline li {
  padding: 0;
}

.list-inline li a {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 35px;
  -webkit-transition: 400ms linear;
  transition: 400ms linear;
  margin: 0 9px 0 0;
}

.list-inline li:nth-child(1) a:hover {
  background: #3b5998;
  border-color: transparent;
  color: #ffffff;
}

.list-inline li:nth-child(2) a:hover {
  background: #58bbff;
  border-color: transparent;
  color: #ffffff;
}

.list-inline li:nth-child(3) a:hover {
  background: -webkit-radial-gradient(
    33% 100%,
    circle,
    #fed373 4%,
    #f15245 30%,
    #d92e7f 62%,
    #9b36b7 85%,
    #515ecf
  );
  background: radial-gradient(
    circle at 33% 100%,
    #fed373 4%,
    #f15245 30%,
    #d92e7f 62%,
    #9b36b7 85%,
    #515ecf
  );
  border-color: transparent;
  color: #ffffff;
}

.owl-prev,
.owl-next {
  display: inline-block;
  font-size: 40px;
}

.element-center {
  margin: 0 auto;
}

.blog-section {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  padding: 20px;
  border-radius: 4px;
}

.blog-section h4 {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 40px;
}

.blog-section p {
  line-height: 24px;
}

.blog-section a {
  color: #e10000;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 25px;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.blog-section a:hover {
  color: #202125;
}

.blog-section .user {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 2px solid #f5f5f5;
}

.blog-section .user p {
  font-size: 11px;
  font-family: "Raleway", sans-serif;
  line-height: normal;
}

.blog-section .user p .text-right {
  line-height: 24px;
}

@media screen and (max-width: 1199px) {
  .blog-section .user img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-section .user p {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .blog-section .user img {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-section .user p {
    text-align: inherit;
  }

  .blog-section .user p.text-right {
    text-align: right;
  }
}

/* news pages banner styling */
#banner {
  padding: 180px 0;
  color: #ffffff;
  background: url("../images/cover.jpg") no-repeat fixed center;
  background-size: cover;
}

#banner h1,
#banner p {
  color: #ffffff;
}

#banner h1 {
  font-family: "Raleway", sans-serif;
  margin-bottom: 10px;
}

/* loader styling start */
.loader {
  background: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: hidden;
  z-index: 1200;
}

#cssload-pgloading:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#cssload-pgloading .cssload-loadingwrap {
  position: absolute;
  top: 45%;
  bottom: 45%;
  left: 25%;
  right: 25%;
}

#cssload-pgloading .cssload-bokeh {
  font-size: 97px;
  width: 1em;
  height: 1em;
  position: relative;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

#cssload-pgloading .cssload-bokeh li {
  position: absolute;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

#cssload-pgloading .cssload-bokeh li:nth-child(1) {
  left: 50%;
  top: 0;
  margin: 0 0 0 -0.1em;
  background: #e10000;
  transform-origin: 50% 250%;
  -o-transform-origin: 50% 250%;
  -ms-transform-origin: 50% 250%;
  -webkit-transform-origin: 50% 250%;
  -moz-transform-origin: 50% 250%;
  animation:
    cssload-rota 1.3s linear infinite,
    cssload-opa 4.22s ease-in-out infinite alternate;
  -o-animation:
    cssload-rota 1.3s linear infinite,
    cssload-opa 4.22s ease-in-out infinite alternate;
  -ms-animation:
    cssload-rota 1.3s linear infinite,
    cssload-opa 4.22s ease-in-out infinite alternate;
  -webkit-animation:
    cssload-rota 1.3s linear infinite,
    cssload-opa 4.22s ease-in-out infinite alternate;
  -moz-animation:
    cssload-rota 1.3s linear infinite,
    cssload-opa 4.22s ease-in-out infinite alternate;
}

#cssload-pgloading .cssload-bokeh li:nth-child(2) {
  top: 50%;
  right: 0;
  margin: -0.1em 0 0 0;
  background: #484748;
  transform-origin: -150% 50%;
  -o-transform-origin: -150% 50%;
  -ms-transform-origin: -150% 50%;
  -webkit-transform-origin: -150% 50%;
  -moz-transform-origin: -150% 50%;
  animation:
    cssload-rota 2.14s linear infinite,
    cssload-opa 4.93s ease-in-out infinite alternate;
  -o-animation:
    cssload-rota 2.14s linear infinite,
    cssload-opa 4.93s ease-in-out infinite alternate;
  -ms-animation:
    cssload-rota 2.14s linear infinite,
    cssload-opa 4.93s ease-in-out infinite alternate;
  -webkit-animation:
    cssload-rota 2.14s linear infinite,
    cssload-opa 4.93s ease-in-out infinite alternate;
  -moz-animation:
    cssload-rota 2.14s linear infinite,
    cssload-opa 4.93s ease-in-out infinite alternate;
}

#cssload-pgloading .cssload-bokeh li:nth-child(3) {
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -0.1em;
  background: #000000;
  transform-origin: 50% -150%;
  -o-transform-origin: 50% -150%;
  -ms-transform-origin: 50% -150%;
  -webkit-transform-origin: 50% -150%;
  -moz-transform-origin: 50% -150%;
  animation:
    cssload-rota 1.67s linear infinite,
    cssload-opa 5.89s ease-in-out infinite alternate;
  -o-animation:
    cssload-rota 1.67s linear infinite,
    cssload-opa 5.89s ease-in-out infinite alternate;
  -ms-animation:
    cssload-rota 1.67s linear infinite,
    cssload-opa 5.89s ease-in-out infinite alternate;
  -webkit-animation:
    cssload-rota 1.67s linear infinite,
    cssload-opa 5.89s ease-in-out infinite alternate;
  -moz-animation:
    cssload-rota 1.67s linear infinite,
    cssload-opa 5.89s ease-in-out infinite alternate;
}

#cssload-pgloading .cssload-bokeh li:nth-child(4) {
  top: 50%;
  left: 0;
  margin: -0.1em 0 0 0;
  background: #ea8d1d;
  transform-origin: 250% 50%;
  -o-transform-origin: 250% 50%;
  -ms-transform-origin: 250% 50%;
  -webkit-transform-origin: 250% 50%;
  -moz-transform-origin: 250% 50%;
  animation:
    cssload-rota 1.98s linear infinite,
    cssload-opa 6.04s ease-in-out infinite alternate;
  -o-animation:
    cssload-rota 1.98s linear infinite,
    cssload-opa 6.04s ease-in-out infinite alternate;
  -ms-animation:
    cssload-rota 1.98s linear infinite,
    cssload-opa 6.04s ease-in-out infinite alternate;
  -webkit-animation:
    cssload-rota 1.98s linear infinite,
    cssload-opa 6.04s ease-in-out infinite alternate;
  -moz-animation:
    cssload-rota 1.98s linear infinite,
    cssload-opa 6.04s ease-in-out infinite alternate;
}

@keyframes cssload-rota {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes cssload-rota {
  to {
    -ms-transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-rota {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes cssload-opa {
  12.0% {
    opacity: 0.8;
  }

  19.5% {
    opacity: 0.88;
  }

  37.2% {
    opacity: 0.64;
  }

  40.5% {
    opacity: 0.52;
  }

  52.7% {
    opacity: 0.69;
  }

  60.2% {
    opacity: 0.6;
  }

  66.6% {
    opacity: 0.52;
  }

  70.0% {
    opacity: 0.63;
  }

  79.9% {
    opacity: 0.6;
  }

  84.2% {
    opacity: 0.75;
  }

  91.0% {
    opacity: 0.87;
  }
}

@-ms-keyframes cssload-opa {
  12.0% {
    opacity: 0.8;
  }

  19.5% {
    opacity: 0.88;
  }

  37.2% {
    opacity: 0.64;
  }

  40.5% {
    opacity: 0.52;
  }

  52.7% {
    opacity: 0.69;
  }

  60.2% {
    opacity: 0.6;
  }

  66.6% {
    opacity: 0.52;
  }

  70.0% {
    opacity: 0.63;
  }

  79.9% {
    opacity: 0.6;
  }

  84.2% {
    opacity: 0.75;
  }

  91.0% {
    opacity: 0.87;
  }
}

@-webkit-keyframes cssload-opa {
  12.0% {
    opacity: 0.8;
  }

  19.5% {
    opacity: 0.88;
  }

  37.2% {
    opacity: 0.64;
  }

  40.5% {
    opacity: 0.52;
  }

  52.7% {
    opacity: 0.69;
  }

  60.2% {
    opacity: 0.6;
  }

  66.6% {
    opacity: 0.52;
  }

  70.0% {
    opacity: 0.63;
  }

  79.9% {
    opacity: 0.6;
  }

  84.2% {
    opacity: 0.75;
  }

  91.0% {
    opacity: 0.87;
  }
}

/* loader styling end */
/* make portfolio font big */
.list button {
  font-weight: 700;
}

/* make responsive tabs  setting */
#services #service-2 #responsiveTabsDemo .r-tabs-state-active a {
  font-weight: 700;
}

/* make responsive tabs  setting end*/
/* pricing table font */
.pricing-table .price h2 {
  font-family: "Open Sans", sans-serif !important;
}

/* pricing table font */
/* vertical heading */
.vertical-heading span {
  color: #e10000;
}

/* home styling start */
/*navbar styling start */
.navbar {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  border: none !important;
  margin-top: 40px;
  /* The navigation menu links */
  /* When you mouse over the navigation links, change their color */
  /* Position and style the close button (top right corner) */
}

.navbar.shrink {
  background: #ffffff;
  margin: 0;
  padding: 8px 0;
  box-shadow: 0 8px 6px -9px #999;
}

.navbar.shrink .nav li a {
  color: #202125;
}

.navbar.shrink .nav li a:focus {
  background: transparent;
  color: #202125;
}

.navbar.shrink .nav li a:hover {
  color: #e10000;
}

.navbar .navbar-nav {
  /* margin-right: 5px; */
  gap: 20px;
}

.navbar .navbar-header .navbar-brand {
  width: 250px;
  height: auto;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .navbar .navbar-header .navbar-brand {
    padding: 8px 15px;
  }
}

@media screen and (max-width: 767px) {
  .navbar .navbar-header .navbar-brand {
    width: 125px;
  }
}

.navbar .navbar-header .navbar-brand img {
  /* width: 100%; */
}

.navbar .navbar-header button {
  background: #ffffff;
}

.navbar .navbar-header button span {
  background: #e10000;
}

@media screen and (max-width: 767px) {
  .navbar .navbar-collapse {
    background: #ffffff;
  }
}

.navbar .nav li {
  padding: 20px;
}

.navbar .nav li a {
  color: #ffffff;
  -webkit-transition: border-color 300ms linear;
  transition: border-color 300ms linear;
  padding: 0;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}

.navbar .nav li a:hover,
.navbar .nav li a:focus {
  background: transparent;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .navbar .nav li a:hover,
  .navbar .nav li a:focus {
    color: #202125;
  }
}

.navbar .nav li a:hover {
  color: #e10000;
}

.navbar .nav li a:before {
  position: absolute;
  content: "";
  width: 100%;
  display: table;
  height: 2px;
  background: #e10000;
  bottom: -5px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

@media screen and (max-width: 767px) {
  .navbar .nav li a:before {
    display: none;
  }
}

.navbar .nav li.active a:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

@media screen and (max-width: 767px) {
  .navbar {
    margin-top: 0;
  }

  .navbar.shrink {
    padding: 10px 0;
  }

  .navbar .nav li a {
    color: #202125;
  }
}

.navbar .side-menu-button {
  position: relative;
  cursor: pointer;
  background-color: #e10000;
  padding: 7px 14px;
  border-radius: 4px;
  color: #ffffff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 2;
  display: inline-block;
  float: right;
  visibility: hidden;
}

@media screen and (max-width: 991px) {

  .navbar .side-menu-button {
    visibility: visible;
  }
}

.navbar .side-menu-button:hover {
  color: #ffffff;
  background: #202125;
}

.navbar .side-menu-button.actives {
  background: transparent;
}

.navbar .side-menu-button.actives .fa {
  color: #e10000;
  font-size: 36px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.navbar .side-menu-button.actives .fa:hover {
  color: #6a6a6a;
}

.navbar .sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Stay on top */
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  /* Black*/
  overflow: hidden;
  /* Disable horizontal scroll */
  padding-top: 0;
  /* Place content 60px from the top */
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.navbar .mySideBar {
  width: 100%;
}

.navbar .mySideBar > ul.nav {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar .sidenav ul li {
  display: block;
  text-align: center;
}

.navbar .sidenav ul li a {
  color: #6a6a6a;
  font-size: 42px;
  padding: 8px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

@media screen and (max-width: 991px) {
  .navbar .sidenav ul li a {
    font-size: 20px;
    border: none;
    font-weight: 500;
    color: black !important;
  }
}

.navbar .sidenav ul li.active a {
  border: none;
}

@media screen and (max-width: 1199px) {
  .navbar .sidenav ul li {
    padding: 5px;
    border: none;
  }
}

.navbar .sidenav ul > li.active a {
  color: #e10000;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background: transparent;
}

.navbar .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  border: none;
  color: #fff;
}

/*navbar styling end */
/* =================== Revolution  =================== */
.t_115 {
  font-size: 115px;
  line-height: normal;
}

.t_55 {
  font-size: 55px;
}

.t_55 .border {
  vertical-align: middle;
  height: 2px;
  width: 44px;
  margin-right: 10px;
}

.dark_t {
  color: #070b2c;
}

.white_t.t_115 {
  color: #ffffff;
  font-size: 62px;
  line-height: 65px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}

.white_t.t_115 .color {
  color: #e10000;
  font-weight: 700;
}

#parallax_slider .para {
  color: #ffffff;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: 29px;
  font-weight: 100;
}

@media screen and (max-width: 767px) {
  #parallax_slider .para {
    font-size: 18px;
    margin-top: 20px !important;
  }
}

#parallax_slider .tp-bullets {
  top: 97% !important;
  left: 50% !important;
  width: 53px !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

#parallax_slider .tp-bullets .tp-bullet {
  width: 12px;
  height: 12px;
  position: static;
  display: inline-block;
  margin-left: 4px;
  border-radius: 50%;
  background: #ffffff;
}

#parallax_slider .tp-bullets .tp-bullet.selected {
  background: #e10000;
  position: static;
  display: none;
  margin-left: 4px;
}

a.white {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

a.white:hover,
a.white:focus,
a.white:active {
  color: #ffffff;
  border-color: transparent !important;
}

a.white:before {
  background: #e10000;
}

@media screen and (max-width: 767px) {
  a.white {
    padding: 10px 13px !important;
    font-size: 12px !important;
    line-height: 10px !important;
    margin-top: 30px !important;
    border: 1px solid #ffffff !important;
  }
}

a.white:hover:before,
a.white:focus:before,
a.white:active:before {
  -webkit-transform: scaleX(1.01);
  -ms-transform: scaleX(1.01);
  transform: scaleX(1.01);
}

/* =================== Revolution ends =================== */
/*slider styling end */
/* home styling end */
/* about us styling start */
#about-us {
  /* about-us-1 start */
  /* about-us-1 end */
  /* about-us-2 start */
  /* about-us-2 end */
  /* about-us-3 start */
  /* about-us-3 end */
  /* about-us-4 end */
  /* about-us-4 end */
}

#about-us #about-us-1 .outer-bound {
  min-height: 203px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #about-us #about-us-1 .outer-bound {
    position: static;
    min-height: 100%;
  }
}

div#about-us-1.big-padding {
  padding-top: 0;
  padding-bottom: 80px;
}

#about-us #about-us-1 .outer-bound .left-section {
  /*position: absolute;*/
  /*top: 40%;*/
  /*-webkit-transform: translateY(-40%);*/
  /*    -ms-transform: translateY(-40%);*/
  /*        transform: translateY(-40%); */
}

@media screen and (max-width: 767px) {
  #about-us #about-us-1 .outer-bound .left-section {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    position: static;
    margin-bottom: 50px;
  }

  div#about-us-1 .right-section img {
    margin: 0;
  }
}

#about-us #about-us-1 .right-section p:first-child {
  margin-bottom: 35px;
}

#about-us #about-us-1 .right-section p {
  line-height: 24px;
}

#about-us #about-us-1 .bottom-section {
  margin-top: 85px;
}

#about-us #about-us-1 .bottom-section img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #about-us #about-us-1 {
    text-align: center;
  }
}

#about-us #about-us-2 {
  background: #f5f5f5;
}

#about-us #about-us-2 .section {
    padding: 30px 20px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    min-height: 340px;
    align-content: center;
}

@media screen and (max-width: 767px) {

}

#about-us #about-us-2 .section h2 {
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

#about-us #about-us-2 .section hr {
  width: 45px;
  height: 3px;
  background: #e10000;
  margin: 0 auto 20px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  border: none;
}

#about-us #about-us-2 .section h4 {
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
}

#about-us #about-us-2 .section p {
  line-height: 24px;
  font-size: 14px;
}

#about-us #about-us-2 .section:hover {
  background: #e10000;
}

#about-us #about-us-2 .section:hover hr {
  background: #ffffff;
}

#about-us #about-us-2 .section:hover h2 {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

#about-us #about-us-2 .section:hover h2,
#about-us #about-us-2 .section:hover h4,
#about-us #about-us-2 .section:hover p {
  color: #ffffff;
}

#about-us #about-us-3 .owl-controls {
  position: absolute;
  left: 6px;
}

#about-us #about-us-3 .owl-prev {
  margin-right: 5px;
}

#about-us #about-us-3 #image-slider .item {
  margin: 8px;
}

#about-us #about-us-3 #image-slider .item img {
  display: block;
  width: 100%;
  height: auto;
}

#about-us #about-us-3 .vertical-heading {
  margin-bottom: 50px;
}

#about-us #about-us-3 p {
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  #about-us #about-us-3 #of p {
    margin-bottom: 50px;
  }
}

#about-us #about-us-3 .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}

#about-us #about-us-3 .hovereffect img {
  display: block;
  position: relative;
}

#about-us #about-us-3 .hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  background-color: rgba(32, 33, 37, 0.9);
  opacity: 0;
  color: #ffffff;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

#about-us #about-us-3 .hovereffect .overlay .info {
  position: absolute;
  left: 23px;
  top: 30px;
}

#about-us #about-us-3 .hovereffect .overlay .info h6 {
  color: #e10000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}

#about-us #about-us-3 .hovereffect .overlay .info p {
  color: #ffffff;
}

#about-us #about-us-3 .hovereffect .overlay .list-inline {
  position: absolute;
  right: 23px;
  bottom: 30px;
  display: none;
}

#about-us #about-us-3 .hovereffect:hover .overlay {
  opacity: 1;
  top: 0;
}

#about-us #about-us-3 .bottom-section {
  margin-top: 50px;
}

#about-us #about-us-3 .bottom-section .progress {
  height: 25px;
  background: #eeeeee;
  border-radius: 0;
  overflow: visible;
}

#about-us #about-us-3 .bottom-section .progress .progress-bar {
  background: #e10000;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#about-us #about-us-3 .bottom-section .progress .progress-bar span {
  position: absolute;
  left: 97%;
  display: block;
  padding: 3px;
  color: #ffffff;
  background: #151515;
  font-size: 10px;
  font-weight: 100;
  top: -40px;
}

#about-us #about-us-3 .bottom-section .progress .progress-bar span:before {
  display: table;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #151515;
  bottom: -8px;
  left: 23%;
}

@media screen and (max-width: 767px) {
  div#about-us-1 {
    padding: 40px 0;
  }

  #about-us #about-us-2 .section {
    padding: 50px 20px;
    margin-bottom: 20px;
  }

  div#service-1 {
    padding: 30px 0;
  }

  .mid-level-padding {
    padding: 20px 0;
  }

  #services #service-3 .section {
    min-height: 140px;
  }

  #contact-us #contact-us2 .left-section .vertical-heading {
    margin-bottom: 10px;
  }

  #contact-us #contact-us2 .left-section #countries ul.one {
    margin-bottom: 0;
  }

  #contact-us #contact-us2 .left-section .list-inline {
    margin-top: 20px;
  }

  #contact-us #contact-us2 .left-section {
    margin-bottom: 30px;
  }

  #contact-us #contact-us2 .left-section #countries ul li {
    margin-top: 10px;
  }

  .big-padding {
    padding: 50px 0;
  }

  #about-us #about-us-4 h3 {
    font-size: 22px;
    line-height: 36px;
  }

  #about-us #about-us-1 .right-section p:first-child {
    margin-bottom: 10px;
  }

  #about-us #about-us-3 .bottom-section .progress {
    height: 20px;
  }
}

#about-us #about-us-3 .bottom-section p {
  font-family: "Raleway", sans-serif;
  line-height: 62px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  #about-us #about-us-3 .bottom-section p {
    line-height: 45px;
    font-size: 15px;
  }
}

#about-us #about-us-3 .bottom-section .first,
#about-us #about-us-3 .bottom-section .second {
  margin-bottom: 20px;
}

#about-us #about-us-4 {
  background: url("../images/about-us4-bg.jpg?v") no-repeat fixed center;
  background-size: cover;
}

#about-us #about-us-4 h3 {
  font-family: "Raleway", sans-serif;
  color: #ffffff;
  line-height: 45px;
}

#about-us #about-us-4 h3 i {
  color: #59717a;
}

#about-us #about-us-4 p {
  font-family: "Raleway", sans-serif;
  color: #fff;
  margin-top: 8px;
}

/* about us styling end */
/* services styling end */
/* service-1 start */
#services {
  /* service-1 end */
  /* service-2 start */
  /* service-2 end*/
  /* service-3 start*/
  /* service-3 end*/
}

#services #service-1 .outer-bound {
  min-height: 442px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #services #service-1 .outer-bound {
    position: static;
    min-height: 100%;
  }
}

#services #service-1 .outer-bound .left-section {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #services #service-1 .outer-bound .left-section {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    position: static;
  }
}

@media screen and (max-width: 767px) {
  #services #service-1 .right-section {
    text-align: center;
    margin-top: 50px;
  }
}

#services #service-1 .right-section .feature h5 {
  margin-bottom: 2px;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  font-size: 12px;
}

#services #service-1 .right-section .feature h4 {
  margin-bottom: 8px;
}

#services #service-1 .right-section .feature.middle {
  margin: 50px 0;
}

#services #service-1 .right-section .feature .icon {
  text-align: right;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

@media screen and (max-width: 767px) {
  #services #service-1 .right-section .feature .icon {
    text-align: center;
    font-size: 36px;
  }
}

#services #service-1 .right-section .feature:hover h5 {
  color: #202125;
}

#services #service-1 .right-section .feature:hover .icon {
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  color: #e10000;
}

#services #service-2 {
  background: #f5f5f5;
}

#services #service-2 img {
  width: 100%;
}

#services #service-2 #responsiveTabsDemo .tabs-bg {
  background: #ffffff;
  padding: 22px 30px;
}

@media screen and (max-width: 992px) {
  #services #service-2 #responsiveTabsDemo .tabs-bg {
    text-align: center;
  }
}

#services #service-2 #responsiveTabsDemo .col-md-6 {
  padding: 0;
}

@media screen and (max-width: 767px) {
  #services #service-2 #responsiveTabsDemo .col-md-6 {
    padding: 0 15px;
  }
}

#services #service-2 #responsiveTabsDemo .r-tabs .r-tabs-panel {
  padding: 50px 0;
}

#services #service-2 #responsiveTabsDemo ul {
  margin-bottom: 50px;
}

#services #service-2 #responsiveTabsDemo ul li {
  padding: 5px 30px;
}

@media screen and (max-width: 767px) {
  #services #service-2 #responsiveTabsDemo {
    text-align: center;
  }
}

#services #service-2 #responsiveTabsDemo .r-tabs-anchor {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  color: #202125;
  padding: 0;
}

#services #service-2 #responsiveTabsDemo .r-tabs-accordion-title {
  text-align: center;
  margin-bottom: 10px;
}

#services #service-2 #responsiveTabsDemo .r-tabs-state-active a {
  border-bottom: 3px solid #e10000;
  -webkit-transition: border-color 300ms linear;
  transition: border-color 300ms linear;
  padding-bottom: 5px;
  color: #e10000;
}

#services #service-2 #responsiveTabsDemo h2 {
  font-size: 48px;
  color: #e4e4e4;
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  #services #service-2 #responsiveTabsDemo h2 {
    font-size: 40px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 992px) {
  #services #service-2 #responsiveTabsDemo h2 {
    margin-top: 10px;
  }
}

#services #service-2 #responsiveTabsDemo h3 {
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  #services #service-2 #responsiveTabsDemo h3 {
    margin-bottom: 5px;
    font-size: 28px;
  }
}

@media screen and (max-width: 992px) {
  #services #service-2 #responsiveTabsDemo h3 {
    margin-bottom: 15px;
  }
}

#services #service-2 #responsiveTabsDemo p {
  margin-bottom: 6px;
  line-height: 24px;
}

@media screen and (max-width: 1199px) {
  #services #service-2 #responsiveTabsDemo p {
    line-height: 18px;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 992px) {
  #services #service-2 #responsiveTabsDemo p {
    line-height: 22px;
  }
}

#services #service-2 #responsiveTabsDemo .button {
  background: #e10000;
  color: #ffffff;
}

#services #service-2 #responsiveTabsDemo .button:before {
  background: #202125;
}

#services #service-3 {
  background: url("../images/servic4-bg.jpg") no-repeat fixed center;
  background-size: cover;
}

#services #service-3 .vertical-heading {
  margin-bottom: 50px;
}

#services #service-3 .vertical-heading h2 {
  color: #ffffff;
}

#services #service-3 .section {
  background: rgba(61, 68, 68, 0.5);
  padding: 25px 50px;
  min-height: 170px;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  #services #service-3 .section {
    padding: 20px 15px;
  }
}

#services #service-3 .section h2,
#services #service-3 .section h3,
#services #service-3 .section p {
  color: #ffffff;
}

#services #service-3 .section h2 {
  color: #e10000;
  margin-bottom: 6px;
}

@media screen and (max-width: 992px) {
  #services #service-3 .section {
    min-height: 188px;
  }
}

#services #service-3 .section:hover {
  background: #e10000;
}

#services #service-3 .section:hover h2 {
  color: #202125;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

@media screen and (max-width: 767px) {
  #services #service-3 .section.left-section {
    margin-bottom: 50px;
  }
}

/* services styling end */
/* portfolio styling start */
#portfolio {
  /* portfolio1 start */
  /* portfolio1 end */
  /* portfolio2 start */
  /* portfolio2 end */
  /*portfolio3 start */
}

#portfolio .vertical-heading {
  margin-bottom: 50px;
}

#portfolio #portfolio1 .list button {
  background: transparent;
  box-shadow: none;
  display: inline-block;
  padding-right: 35px;
  cursor: pointer;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}

#portfolio #portfolio1 .list button:focus {
  outline: none;
}

#portfolio #portfolio1 .list button span {
  display: block;
  -webkit-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
  padding-bottom: 5px;
}

@media screen and (max-width: 992px) {
  #portfolio #portfolio1 .list button {
    padding-right: 10px;
  }
}

#portfolio #portfolio1 .list button.active span {
  border-bottom: 3px solid #e10000;
  color: #e10000;
}

@media screen and (max-width: 767px) {
  #portfolio #portfolio1 .list {
    text-align: center;
  }
}

#portfolio #portfolio1 img {
  width: 100%;
}

#portfolio #portfolio1 .block-container .even:nth-child(even) {
  /*  top: -275px;*/
}

@media screen and (max-width: 767px) {
  #portfolio #portfolio1 .block-container .even:nth-child(even) {
    top: 0;
  }
}

#portfolio #portfolio1 .block-container .filter .each-item {
  display: block;
  position: relative;
  margin-top: 19px;
  overflow: hidden;
}

#portfolio #portfolio1 .block-container .filter .each-item:hover .cap1,
#portfolio #portfolio1 .block-container .filter .each-item:hover .cap2 {
  left: 0;
}

#portfolio #portfolio1 .block-container .filter .each-item .cap1 {
  position: absolute;
  width: 100%;
  height: 70%;
  background: rgba(14, 14, 17, 0.9);
  top: 0;
  left: -100%;
  padding: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
  border-top: 15px solid #373a3f;
  border-left: 15px solid #373a3f;
  border-right: 15px solid #373a3f;
  text-align: right;
}

#portfolio #portfolio1 .block-container .filter .each-item .cap1 i {
  display: inline-block;
  margin-right: 15px;
  margin-top: 15px;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

#portfolio #portfolio1 .block-container .filter .each-item .cap1 i:hover {
  color: #ff0000;
}

#portfolio #portfolio1 .block-container .filter .each-item .cap2 {
  position: absolute;
  width: 100%;
  height: 30%;
  background: rgba(14, 14, 17, 0.9);
  bottom: 0;
  left: 100%;
  padding: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 15px solid #373a3f;
  border-left: 15px solid #373a3f;
  border-right: 15px solid #373a3f;
}

#portfolio #portfolio1 .block-container .filter .each-item .cap2 h4,
#portfolio #portfolio1 .block-container .filter .each-item .cap2 p {
  color: #ffffff;
}

#portfolio #portfolio1 .block-container .filter .each-item .cap2 .text {
  position: absolute;
  bottom: 17px;
  left: 20px;
}

#portfolio #portfolio1 .block-container .filter .each-item .cap2 .text h4,
#portfolio #portfolio1 .block-container .filter .each-item .cap2 .text p {
  color: #ffffff;
}

#portfolio #portfolio1 .block-container .filter .each-item .cap2 .text h4 {
  color: #e10000;
  font-size: 20px;
}

#portfolio #portfolio1 .block-container .filter .each-item .cap2 .text p {
  font-size: 12px;
  font-weight: 100;
}

#portfolio #portfolio1 .block-container #stats.top {
  /*  top: -275px;
  float: right;*/
}

@media screen and (max-width: 767px) {
  #portfolio #portfolio1 .block-container #stats.top {
    top: 0;
    margin-bottom: 0;
  }
}

#portfolio #portfolio1 .block-container #stats.bottom {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #portfolio #portfolio1 .block-container #stats.bottom {
    top: 0;
    margin-bottom: 0;
  }
}

#portfolio #portfolio1 .block-container .load-more {
  margin-top: 0;
  margin-bottom: 45px;
}

#portfolio #portfolio1 .block-container .load-more p {
  font-size: 15px;
  font-family: "Raleway", sans-serif;
}

#portfolio #portfolio1 .block-container .load-more h1 {
  font-size: 72px;
  font-family: "Open Sans", sans-serif;
}

#portfolio #portfolio1 .block-container .load-more .btn-div {
  min-height: 128px;
  text-align: c;
}

#portfolio #portfolio1 .block-container .load-more .btn-div .button {
  background: #202125;
  color: #ffffff;
  position: absolute;
  right: 43%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#portfolio #portfolio1 .block-container .load-more .btn-div .button:before {
  background: #e10000;
}

@media screen and (max-width: 767px) {
  #portfolio #portfolio1 .block-container .load-more .btn-div {
    min-height: 134px;
  }
}

@media screen and (max-width: 767px) {
  #portfolio #portfolio1 .block-container .load-more {
    margin-bottom: 0;
  }

  #portfolio #portfolio1 .block-container .load-more h1 {
    font-size: 48px;
  }
}

#portfolio #portfolio2 {
  background: #f5f5f5;
  display: none;
}

#portfolio #portfolio2 #client-slider {
  top: -120px;
}

#portfolio #portfolio2 #client-slider .item {
  padding: 50px;
  background: #e10000;
  color: #ffffff;
}

#portfolio #portfolio2 #client-slider .item .row {
  margin-bottom: 25px;
}

#portfolio #portfolio2 #client-slider .item h3 {
  font-family: "Raleway", sans-serif;
  line-height: 35px;
  color: #ffffff;
}

#portfolio #portfolio2 #client-slider .item .small {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  #portfolio #portfolio2 #client-slider .item .small {
    font-size: 16px;
  }
}

#portfolio #portfolio2 #client-slider .item p {
  color: #ffffff;
}

#portfolio #portfolio2 #client-slider .item p.long {
  margin-bottom: 26px;
}

#portfolio #portfolio2 #client-slider .client {
  position: relative;
  z-index: 20000;
}

@media screen and (max-width: 767px) {
  #portfolio #portfolio2 #client-slider .client img {
    margin-left: 14px;
  }
}

#portfolio #portfolio2 #client-slider .client .client-name {
  width: 106px;
  text-align: left;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  #portfolio #portfolio2 #client-slider .client .client-name {
    text-align: center;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  #portfolio #portfolio2 #client-slider {
    position: static;
  }
}

#portfolio #portfolio2 .owl-controls {
  position: relative;
  top: -75px;
  text-align: right;
  padding-right: 50px;
}

#portfolio #portfolio2 .owl-controls .owl-next {
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  #portfolio #portfolio2 {
    padding: 100px 0;
  }

  #portfolio #portfolio2 .vertical-heading {
    padding: 0;
  }
}

#portfolio #portfolio3 .pricing-table {
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  padding: 32px 21px;
}

#portfolio #portfolio3 .pricing-table h4 {
  color: #e10000;
  font-family: "Raleway", sans-serif;
  margin-bottom: 25px;
}

#portfolio #portfolio3 .pricing-table .price {
  padding: 22px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

#portfolio #portfolio3 .pricing-table .price h2 {
  margin-left: 20px;
  position: relative;
  font-family: "Raleway", sans-serif;
  color: #000000;
}

#portfolio #portfolio3 .pricing-table .price h2 span {
  font-family: "Raleway", sans-serif;
}

#portfolio #portfolio3 .pricing-table .price h2 .dollar {
  font-size: 18px;
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 10px;
}

#portfolio #portfolio3 .pricing-table .price h2 .month {
  font-size: 10px;
  display: inline-block;
  position: absolute;
  left: 9px;
  bottom: -4px;
  color: #929292;
}

@media screen and (max-width: 992px) {
  #portfolio #portfolio3 .pricing-table .price h2 {
    margin-left: 10px;
  }
}

#portfolio #portfolio3 .pricing-table .price p {
  color: #929292;
}

#portfolio #portfolio3 .pricing-table ul.packages {
  padding: 20px 0;
}

#portfolio #portfolio3 .pricing-table ul.packages li {
  font-size: 13px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 40px;
}

#portfolio #portfolio3 .pricing-table ul.packages li i {
  display: inline-block;
  width: 24px;
  color: #62be10;
}

#portfolio #portfolio3 .pricing-table .button {
  background: #e10000;
  color: #ffffff;
}

#portfolio #portfolio3 .pricing-table .button:before {
  background: #202125;
}

#portfolio #portfolio3 .pricing-table.black {
  background: #202125;
  color: #ffffff;
  border-color: transparent;
}

#portfolio #portfolio3 .pricing-table.black ul.packages li i {
  color: #ffffff;
}

#portfolio #portfolio3 .pricing-table.black h4,
#portfolio #portfolio3 .pricing-table.black h2,
#portfolio #portfolio3 .pricing-table.black p,
#portfolio #portfolio3 .pricing-table.black h2 > .month {
  color: #ffffff;
}

#portfolio #portfolio3 .pricing-table.black .button {
  background: #ffffff;
  color: #202125;
}

#portfolio #portfolio3 .pricing-table.black .button:before {
  background: #e10000;
}

#portfolio #portfolio3 .pricing-table.black .button:hover,
#portfolio #portfolio3 .pricing-table.black .button:focus,
#portfolio #portfolio3 .pricing-table.black .button:active {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  #portfolio #portfolio3 .pricing-table.black {
    margin: 50px 0;
  }
}

#portfolio #portfolio3 .pricing-table.black:hover .button:before {
  background: #202125;
}

#portfolio #portfolio3 .pricing-table:hover {
  color: #ffffff;
  background: #e10000;
}

#portfolio #portfolio3 .pricing-table:hover h2,
#portfolio #portfolio3 .pricing-table:hover h4,
#portfolio #portfolio3 .pricing-table:hover h2 > span,
#portfolio #portfolio3 .pricing-table:hover p,
#portfolio #portfolio3 .pricing-table:hover ul li > i,
#portfolio #portfolio3 .pricing-table:hover h2 > .month {
  color: #ffffff;
}

#portfolio #portfolio3 .pricing-table:hover .button {
  background: #ffffff;
  color: #202125;
}

#portfolio #portfolio3 .pricing-table:hover .button:hover {
  color: #ffffff;
}

/*portfolio3 end */
/* portfolio styling end */
/* news styling start */
#news {
  /*news-1 start */
  /*news-1 end */
}

#news #news-1 {
  background: #f5f5f5;
}

#news #news-1 p {
  color: #535353;
  line-height: 24px;
}

#news #news-1 .vertical-heading {
  margin-bottom: 30px;
}

#news #news-1 .left-section .button {
  margin-top: 25px;
  background: #e10000;
  color: #ffffff;
}

#news #news-1 .left-section .button:before {
  background: #202125;
}

@media screen and (max-width: 767px) {
  #news #news-1 .left-section {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #news #news-1 .blog-section {
    margin-top: 50px;
  }
}

/* news styling end */
/* contact-us styling start */
#contact-us {
  /* contact-us-1 start */
  /* contact-us-1 end */
  /* contact-us-2 start */
  /* contact-us-2 end */
  /* contact-us-3 start */
  /* contact-us-3 end */
}

#contact-us #contact-us1 {
  padding-top: 100px;
}

@media screen and (min-width: 768px) {
  #contact-us #contact-us1 .padding {
    padding: 0;
  }
}

#contact-us #contact-us1 .left-section,
#contact-us #contact-us1 .right-section {
  height: 540px;
  max-width: 586px;
}

@media screen and (max-width: 1199px) {
  #contact-us #contact-us1 .left-section,
  #contact-us #contact-us1 .right-section {
    height: 448px;
  }
}

@media screen and (max-width: 992px) {
  #contact-us #contact-us1 .left-section,
  #contact-us #contact-us1 .right-section {
    height: 346px;
  }
}

@media screen and (max-width: 767px) {
  #contact-us #contact-us1 .left-section,
  #contact-us #contact-us1 .right-section {
    height: auto;
    max-width: none;
  }
}

#contact-us #contact-us1 img {
  max-width: 100%;
  height: 100%;
}

#contact-us #contact-us1 .left-section .hovereffect > a {
  display: block;
  overflow: hidden;
}

#contact-us #contact-us1 .left-section .hovereffect > a i {
  color: #ffffff;
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  #contact-us #contact-us1 .left-section .hovereffect > a i {
    left: 30px;
  }
}

#contact-us #contact-us1 .left-section .hovereffect img {
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

#contact-us #contact-us1 .left-section .hovereffect img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#contact-us #contact-us1 .left-section .hovereffect .overlay {
  width: 50%;
  height: 50%;
  position: absolute;
  overflow: hidden;
  right: 0;
  bottom: 0;
  color: #ffffff;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

#contact-us #contact-us1 .left-section .hovereffect .overlay .social {
  background: #3b5998;
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding: 20px 25px;
}

#contact-us
  #contact-us1
  .left-section
  .hovereffect
  .overlay
  .social
  .icon
  span {
  font-weight: 700;
}

#contact-us #contact-us1 .left-section .hovereffect .overlay .social .info {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 992px) {
  #contact-us #contact-us1 .left-section .hovereffect .overlay .social .info {
    width: 100%;
  }
}

#contact-us #contact-us1 .left-section .hovereffect .overlay .social .info p {
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 24px;
}

@media screen and (max-width: 992px) {
  #contact-us #contact-us1 .left-section .hovereffect .overlay .social .info p {
    display: none;
  }
}

#contact-us
  #contact-us1
  .left-section
  .hovereffect
  .overlay
  .social
  .info
  .button {
  background: #2c4884;
  color: #ffffff;
}

#contact-us
  #contact-us1
  .left-section
  .hovereffect
  .overlay
  .social
  .info
  .button:before {
  background: #ffffff;
}

#contact-us
  #contact-us1
  .left-section
  .hovereffect
  .overlay
  .social
  .info
  .button:hover,
#contact-us
  #contact-us1
  .left-section
  .hovereffect
  .overlay
  .social
  .info
  .button:focus,
#contact-us
  #contact-us1
  .left-section
  .hovereffect
  .overlay
  .social
  .info
  .button:active {
  color: #202125;
}

@media screen and (max-width: 767px) {
  #contact-us #contact-us1 .left-section .hovereffect .overlay {
    right: 15px;
  }
}

#contact-us #contact-us1 .right-section .social {
  background: #58bbff;
  display: block;
  height: 50%;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding: 20px 25px;
}

#contact-us #contact-us1 .right-section .social .icon span {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #contact-us #contact-us1 .right-section .social {
    height: 222px;
  }
}

#contact-us #contact-us1 .right-section .social .info {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 992px) {
  #contact-us #contact-us1 .right-section .social .info {
    width: 100%;
  }
}

#contact-us #contact-us1 .right-section .social .info p {
  color: #ffffff;
  margin-bottom: 30px;
  margin-left: 5%;
  margin-right: 5%;
  line-height: 24px;
}

@media screen and (max-width: 992px) {
  #contact-us #contact-us1 .right-section .social .info p {
    display: none;
  }
}

#contact-us #contact-us1 .right-section .social .info .button {
  background: #41a9f0;
  color: #ffffff;
}

#contact-us #contact-us1 .right-section .social .info .button:before {
  background: #ffffff;
}

#contact-us #contact-us1 .right-section .social .info .button:hover,
#contact-us #contact-us1 .right-section .social .info .button:focus,
#contact-us #contact-us1 .right-section .social .info .button:active {
  color: #202125;
}

#contact-us #contact-us1 .right-section .insta-2-3 {
  display: block;
  overflow: hidden;
  height: 50%;
}

#contact-us #contact-us1 .right-section .insta-2-3 i {
  position: absolute;
  color: #ffffff;
  right: 15px;
  bottom: 15px;
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  #contact-us #contact-us1 .right-section .insta-2-3 i {
    left: 30px;
    top: 104%;
  }
}

#contact-us #contact-us1 .right-section .insta-2-3 .left,
#contact-us #contact-us1 .right-section .insta-2-3 .right {
  width: 50%;
  overflow: hidden;
}

#contact-us #contact-us1 .right-section .insta-2-3 .left:hover img,
#contact-us #contact-us1 .right-section .insta-2-3 .right:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#contact-us #contact-us1 .right-section .insta-2-3 img {
  width: 100%;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  overflow: hidden;
}

#contact-us #contact-us2 .left-section .vertical-heading {
  margin-bottom: 30px;
}

#contact-us #contact-us2 .left-section p {
  margin-bottom: 36px;
  line-height: 24px;
}

#contact-us #contact-us2 .left-section h4 {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 10px;
}

#contact-us #contact-us2 .left-section #countries ul li {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #535353;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: block;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  #contact-us #contact-us2 .left-section #countries ul li {
    margin-top: 25px;
  }
}

#contact-us #contact-us2 .left-section #countries ul li i {
  font-size: 20px;
  width: 50px;
  color: #e10000;
}

@media screen and (max-width: 767px) {
  #contact-us #contact-us2 .left-section #countries ul li i {
    display: block;
    width: auto;
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  #contact-us #contact-us2 .left-section #countries ul li {
    display: block;
  }
}

#contact-us #contact-us2 .left-section #countries ul li:hover {
  color: #e10000;
}

@media screen and (max-width: 767px) {
  #contact-us #contact-us2 .left-section #countries ul.one {
    margin-bottom: 50px;
  }
}

#contact-us #contact-us2 .left-section .list-inline {
  margin-top: 40px;
}

#contact-us #contact-us2 .left-section .list-inline li a {
  border-color: #535353;
  color: #535353;
}

#contact-us #contact-us2 .left-section .list-inline li:nth-child(1) a:hover {
  background: #3b5998;
  border-color: transparent;
  color: #ffffff;
}

#contact-us #contact-us2 .left-section .list-inline li:nth-child(2) a:hover {
  background: #58bbff;
  border-color: transparent;
  color: #ffffff;
}

#contact-us #contact-us2 .left-section .list-inline li:nth-child(3) a:hover {
  background: -webkit-radial-gradient(
    33% 100%,
    circle,
    #fed373 4%,
    #f15245 30%,
    #d92e7f 62%,
    #9b36b7 85%,
    #515ecf
  );
  background: radial-gradient(
    circle at 33% 100%,
    #fed373 4%,
    #f15245 30%,
    #d92e7f 62%,
    #9b36b7 85%,
    #515ecf
  );
  border-color: transparent;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  #contact-us #contact-us2 .left-section {
    margin-bottom: 50px;
  }
}

#contact-us #contact-us2 .right-section {
  padding: 25px 30px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

#contact-us #contact-us2 .right-section h4 {
  font-family: "Raleway", sans-serif;
  margin-bottom: 10px;
}

#contact-us #contact-us2 .right-section p {
  color: #535353;
  margin-bottom: 25px;
}

#contact-us #contact-us2 .right-section form .form-control {
  padding: 13px 15px;
  line-height: 24px;
  font-size: 12px;
  color: #aaaaaa;
  border-color: #cbcbcb;
}

#contact-us #contact-us2 .right-section form textarea.form-control {
  min-height: 164px;
}

#contact-us #contact-us2 .right-section form .button {
  background: #202125;
  color: #ffffff;
}

#contact-us #contact-us2 .right-section form .button:before {
  background: #e10000;
}

@media screen and (max-width: 767px) {
  #contact-us #contact-us2 {
    text-align: center;
  }
}

#contact-us #map {
  display: block;
  width: 100%;
}

/* contact-us styling end */
/* footer styling start */
footer {
  background: #202125;
  padding: 20px;
  text-align: center;
  color: #fff;
}

footer p {
  line-height: 20px;
  color: #ffffff;
}

footer p span {
  color: #ffffff;
}

/* footer styling start */
/* news page styling start */
#news-page {
  background: #f5f5f5;
}

#news-page .padding-blog-right {
  padding-right: 80px;
}

@media screen and (max-width: 992px) {
  #news-page .padding-blog-right {
    padding-right: 75px;
  }
}

@media screen and (max-width: 767px) {
  #news-page .padding-blog-right {
    padding-right: 15px;
  }
}

#news-page .padding-blog-left {
  padding-left: 80px;
  top: 50px;
}

@media screen and (max-width: 992px) {
  #news-page .padding-blog-left {
    padding-left: 75px;
  }
}

@media screen and (max-width: 767px) {
  #news-page .padding-blog-left {
    top: 0;
    padding-left: 15px;
  }
}

#news-page #news #blog-container:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background: #dfdfdf;
  left: 50%;
  margin-left: -1.5px;
}

#news-page #news #blog-container .blog-section {
  margin-bottom: 50px;
}

#news-page #news #blog-container .blog-section:last-child {
  margin-bottom: 0;
}

#news-page #news #blog-container .timeline-badge {
  position: absolute;
  top: 50px;
}

#news-page #news #blog-container .timeline-badge a {
  color: #e10000;
}

#news-page #news #blog-container .timeline-badge:before {
  display: block;
  top: 8px;
  content: "";
  position: absolute;
  border-bottom: 4px dotted #c1c1c1;
  width: 28px;
}

@media screen and (max-width: 767px) {
  #news-page #news #blog-container .timeline-badge {
    display: none;
  }
}

#news-page #news #blog-container .left-section .timeline-badge {
  left: 98.85%;
}

#news-page #news #blog-container .left-section .timeline-badge:before {
  left: -35px;
}

#news-page #news #blog-container .right-section .timeline-badge {
  right: 98.85%;
}

#news-page #news #blog-container .right-section .timeline-badge:before {
  right: -35px;
}

#news-page #news #blog-container .padding-blog-left:last-child .blog-section {
  margin-bottom: 0;
}

#news-page #news .load-more {
  margin-top: 50px;
}

#news-page #news .load-more .button {
  background: #e10000;
  color: #ffffff;
}

#news-page #news .load-more .button:before {
  background: #202125;
}

/* news page styling end */
/* news detail page styling start */
#news--detail-page {
  background: #f5f5f5;
}

#news--detail-page #post #post-content {
  background: #ffffff;
  padding: 30px 25px;
}

#news--detail-page #post #post-content #top-content h4 {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
}

#news--detail-page #post #post-content #top-content p {
  margin-bottom: 50px;
}

#news--detail-page #post #post-content #blog-quote {
  background: #f5f5f5;
  padding: 30px;
  margin-bottom: 50px;
  border-left: 5px solid #e10000;
}

#news--detail-page #post #post-content .point-list {
  margin-bottom: 50px;
}

#news--detail-page #post #post-content .point-list ul {
  list-style: circle inside;
}

#news--detail-page #post #post-content .point-list ul li {
  font-size: 13px;
  line-height: 38px;
}

#news--detail-page #post .post-footer {
  margin-bottom: 50px;
  padding: 10px 25px;
  background: #ffffff;
  border-top: 4px solid #f5f5f5;
}

#news--detail-page #post .post-footer p {
  line-height: 35px;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  color: #e10000;
}

#news--detail-page #post .post-footer ul li a {
  color: #ffffff;
}

#news--detail-page #post .post-footer ul li:nth-child(1) a {
  background: #204385;
}

#news--detail-page #post .post-footer ul li:nth-child(2) a {
  background: #2aa9e0;
}

#news--detail-page #post .post-footer ul li:nth-child(3) a {
  background: #0c6c9e;
}

#news--detail-page #blogger .blogger-data {
  background: #ffffff;
}

section.page-content ul li {
  list-style: disc;
  margin-left: 14px;
  margin-bottom: 5px;
  color: #616161;
}

section.page-content ul {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #news--detail-page #blogger .blogger-data {
    padding: 30px;
  }
}

#news--detail-page #blogger .blogger-data #blogger-info {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  #news--detail-page #blogger .blogger-data #blogger-info {
    padding-bottom: 0;
  }
}

#news--detail-page #blogger .blogger-data #blogger-info h4 {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  line-height: normal;
  margin-bottom: 5px;
}

#news--detail-page #blogger .blogger-data #blogger-info p:nth-child(2) {
  color: #e10000;
  font-size: 12px;
  margin-bottom: 5px;
}

#news--detail-page #blogger .blogger-data #blogger-info p:nth-child(3) {
  line-height: 30px;
  margin-bottom: 5px;
}

#news--detail-page form {
  background: #ffffff;
  padding: 30px;
  margin-top: 60px;
}

#news--detail-page form .form-control {
  padding: 13px 15px;
  line-height: 24px;
  font-size: 12px;
  color: #aaaaaa;
  border-color: #cbcbcb;
}

#news--detail-page form textarea.form-control {
  min-height: 300px;
}

#news--detail-page form .button {
  background: #e10000;
  color: #ffffff;
}

#news--detail-page form .button:before {
  background: #202125;
}

/* news detail page styling end */
#service-1 i {
  width: 68px;
  margin-left: -21px;
}

.our_subsidiary figure {
  text-align: center;
  position: relative;
  min-height: 87px;
  border-radius: 10px;
  padding: 20px 0 0 0;
}

.our_subsidiary .col-sm-3 {
  border-right: 2px dashed #ddd;
}

.our_subsidiary .col-sm-3:last-child {
  border: 0;
}

.our_subsidiary figure img {
  max-width: 100%;
}

.our_subsidiary figure a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.subsidiary-padding {
  padding: 40px 0 70px;
  border-top: 1px solid #ddd;
}

.subsidiary-padding .section-top-heading {
  margin-bottom: 40px;
}

.our_subsidiary figure figcaption {
  padding: 20px 0;
}

.our_subsidiary figure figcaption h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

#about-us #about-us-3 .vertical-heading span {
  top: 73px;
}

#contact-us #contact-us2 .left-section #countries ul li span {
  /* padding-left: 0; */
  /* text-align: left; */
  display: inline-block;
}

div#service-1.big-padding {
  padding: 40px 0 120px 0;
}

.row-flex {
  display: flex;
  align-items: center;
}

.right-section h3 {
  margin-bottom: 20px;
}

.right-section p {
  line-height: 24px;
}

.small_padding {
  padding-bottom: 15px;
}

.bgGrey {
  background: #e9e9e970;
}

.d_none {
  display: none;
}

.price {
  list-style-type: none;
  border: 1px solid #e3dfdf;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
  border-radius: 10px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.price .grey {
  background-color: #eee;
  font-size: 20px;
}

.button {
  background-color: #dd0202;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

#about-us {
  padding-top: 80px;
}

/*add css*/
.mt-20px {
  margin-top: 20px;
}

.nav-link {
  color: white !important;
}

.navbar.shrink .nav-link {
  color: black;
}

.nav-link.active {
  color: #e10000 !important;
}

.footer-btm-nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 10px;
  margin-top: 10px;
}

.footer-btm-nav-list li a {
  font-size: 14px;
}

/* pricing page css start */

.pricing-section {
  padding: 150px 0 100px;
  background-color: black;
}

.pricing-section .section-title {
  margin-bottom: 91px;
}

.pricing-main {
  border-radius: 38px;
  padding: 44px 34px;
}

.pricing-main .row.gutter-40px {
  --bs-gutter-x: 40px;
}

.pricing-box {
  width: 100%;
  padding: 25px 20px;
  min-height: 628.29px;
  background: #ffffff;
  border: 4px solid #e2e8f0;
  border-radius: 33.6122px;
}

.pricing-box.active {
  border-color: #dd0202;
}

.pricing-box.popular {
  position: relative;
  z-index: 1;
}

.pricing-box.popular::before {
  content: "Most Popular";
  position: absolute;
  top: -46px;
  left: -4px;
  height: calc(100% + 51px);
  width: calc(100% + 8px);
  background-color: #dd0202;
  z-index: -1;
  border-radius: 32.6122px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: white;
  text-align: center;
  padding: 12px 0;
}

.pricing-box.popular::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  z-index: -1;
  border-radius: 33.6122px;
}

.pricing-head {
  margin-bottom: 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plan-duration {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
}

.save {
  padding: 5.1711px 12.9278px;
  background: #f2f2f2;
  border-radius: 38.7833px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #dd0202;
}

.plan-price {
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 66px;
  color: #000000;
  margin-bottom: 10px;
}

sub {
  bottom: 0;
}

.plan-price sub {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
}

.pricing-note {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.04em;
  color: #000000;
  opacity: 0.5;
  margin-bottom: 20px;
}

.pricing-list-item {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 18px;
  margin-bottom: 20px;
}

.pricing-list-item:last-child {
  margin-bottom: 0;
}

.pricing-list-item .check-icon {
  margin-top: 2px;
  width: 20px;
}

.pri-list-text {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.04em;
  color: #212121;
}

.pricing-foot {
  margin-top: 31px;
  padding: 0 15px 0 23px;
}

.section-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
}

/* pricing page css end */

/* payment-section */
.payment-section {
  padding: 100px 0;
}

.payment-section .section-title {
  margin-bottom: 20px;
}

.form-label {
  font-family: var(--archivo-family);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #2b2e33;
}

.payment-method-list {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding-bottom: 19px;
  border-bottom: 2px solid #a4a4a4;
}

.payment-method-btn {
  /*width: 62px;*/
  /*height: 39px;*/
  background: #ffffff;
  border: none;
  /*box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
}

button.payment-method-btn img {
    width: 150px;
}

.selected-plan-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 22px;
  border-bottom: 1px solid #a4a4a4;
  margin-top: 20px;
}

.selected-title {
  font-family: var(--inter-family);
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  color: #020817;
}

.selected-plan {
  font-family: var(--gilroy-family);
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: normal;
  color: #020817;
}

.form-input-area {
  margin-top: 20px;
}

.payment-form-input,
.payment-form-input::placeholder,
.form-field,
.form-field::placeholder,
.pay-form-note {
  font-family: var(--inter-family);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: #8e8e8e;
}

.payment-form-input,
.form-field {
  width: 100%;
  border: 1px solid #e2e8f0;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.1));
  padding: 11px 10px;
  outline: none;
  color: black;
}

/* .coupon-btn {
    font-family: var(--inter-family);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    color: #383838;
    min-width: 74px;
    height: 41px;
    border: 1px solid #E2E8F0;
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.1));
    background-color: transparent;
    transition: 0.5s;
}

.coupon-btn:hover {
    border-color: white;
    color: white;
    background-color: black;
} */

.checkbox-square {
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
}

.payment-checkbox {
    height: 20px;
    width: 20px;
    accent-color: black;
}

.checkbox-square img {
  opacity: 0;
}

.payment-checkbox:checked + .pay-check-label .checkbox-square img {
  opacity: 1;
}

.checkbox-text {
  font-family: var(--inter-family);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: #222222;
}

.form-input-area.checkbox {
  margin-top: 34px;
}

.pay-check-label {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.payment-form-btm {
  margin-top: 23px;
  text-align: center;
}

.secondary-btn2 {
  margin-bottom: 25px;
}

/* payment-section */

/* feature page css start */

.feature-bnner {
  background-image: url("../images/cover11-hd.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0 100px;
  position: relative;
  z-index: 1;
}

.feature-bnner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 40%);
}

.feature-bnner-main {
  z-index: 1;
  position: relative;
}

.section-title span {
  background-color: #dd0202;
  padding: 0 10px;
  border-radius: 10px;
}

.para {
  font-size: 16px;
  font-weight: 400;
  color: white;
  text-align: center;
  line-height: 1.4;
}

/* ==========================================================================
   Premium Card Design (New Look)
   ========================================================================== */

.connectivity-features {
  padding: 100px 0;
  background-color: #fcfcfc;
}

.connectivity-top {
  margin-bottom: 70px;
}

.section-para {
  max-width: 750px;
  font-size: 18px;
  color: #555c68;
  line-height: 1.6;
}

.connectivity-card {
  background: #ffffff;
  padding: 50px 35px;
  border-radius: 24px;
  min-height: 350px;
  border: 1px solid rgba(226, 232, 240, 0.6);
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -1px rgba(0, 0, 0, 0.03);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.connectivity-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.12);
  border-color: #dd0202;
}

/* Subtle glow effect on hover */
.connectivity-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
    rgba(221, 2, 2, 0.03),
    transparent 40%
  );
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}

.connectivity-card:hover::after {
  opacity: 1;
}

.card-icon {
  width: 90px;
  height: 90px;
  background: #fffafa;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  transition: all 0.4s ease;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.02);
}

.connectivity-card:hover .card-icon {
  background: #dd0202;
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 10px 15px -3px rgba(221, 2, 2, 0.3);
}

.card-icon img {
  width: 50px;
  height: auto;
  transition: all 0.4s ease;
}

.connectivity-card:hover .card-icon img {
  filter: brightness(0) invert(1);
}

.card-title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #1a202c;
  line-height: 1.25;
}

.card-text {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #718096;
  line-height: 1.7;
  margin-bottom: 0;
  font-weight: 400;
}

/* feature page css end */

/* connectivity page css start */
.connectivity-page-banner {
  background-image: url("../images/cover11-hd.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0 100px;
  position: relative;
  z-index: 1;
}

.connectivity-page-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 40%);
}

.connectivity-page-banner-main {
  z-index: 1;
  position: relative;
}

.connectivity-section {
  padding: 100px 0;
}

.connectivity-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s ease;
  height: 100%;
}

.connectivity-card:hover {
  border-color: #dd0202;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.card-icon {
  margin-bottom: 16px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border-radius: 12px;
}

.card-icon img {
  max-width: 100%;
  height: auto;
}

.card-title {
  font-family: var(--inter-family);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #1a202c;
  margin-bottom: 12px;
}

.card-text {
  font-family: var(--inter-family);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: 0;
}

/* connectivity page css end */

/* security-privacy-feature-section start */

.security-privacy-feature-section {
  padding-bottom: 35px;
}

.security-privacy-top {
  margin-bottom: 50px;
}

.security-privacy-feature-section .section-title {
  margin-bottom: 24px;
}

.protection-box .row.gutter-25px {
  --bs-gutter-x: 25px;
}

.protect-card {
  min-height: 310px;
  background: #fafafa;
  border-radius: 22px;
  /* border: 1px solid var(--primary-color); */
  /* border: 2px solid #dd0202; */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 30px 30px;
  align-content: start;
  margin-bottom: 23px;
  transform: scale(1);
  transition: 0.3s;
  text-align: center;
}

.protect-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.protect-title {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
  letter-spacing: -0.04em;
  color: #000000;
  margin: 12px 0;
}

.protect-para {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.04em;
  color: #000000;
  margin: 0;
}

.protect-card img {
  width: 100px;
  height: 100px;
}

/* servers page css start */
.bodyTable td a img {
  padding-right: 0;
  width: 33px;
  border-radius: 100%;
  height: 33px;
  margin-right: 7px;
  border: 1px solid #dddddd;
}

.serverTable {
  max-height: 471px;
  overflow-y: scroll;
  padding: 0;
  box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.serverTable::-webkit-scrollbar {
  width: 5px;
}

.serverTable::-webkit-scrollbar-track {
  background: transparent;
}

.serverTable::-webkit-scrollbar-thumb {
  background-color: #dd0202;
  border-radius: 10px;
}

.serverTable table {
  border-collapse: separate;
  border-spacing: 0;
}

tr.headTable th {
  padding: 15px 30px 15px;
  font-weight: 500;
  color: #6d6d6d;
  text-align: center;
  position: sticky;
  top: 0;
  background: #fff;
  border-bottom: 4px solid #dd0202 !important;
}

.bodyTable tr td {
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}

.bodyTable tr td:first-child {
  text-align: left;
  padding-left: 30px;
}

.bodyTable td a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: #4a72df;
}

.mk_item {
    box-shadow: 1px 1px 9px 0px #ccc;
    min-height: 170px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 15px;
    text-align: center;
    flex-direction: column;
    justify-content: space-evenly;
    margin-bottom: 25px;
}

.mk_item h4 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 0 7px;
}

.bodyTable td a {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    color: #4a72df;
    display: flex;
    justify-content: start;
    align-items: center;
    width: max-content;
    gap: 10px;
}
/* servers page css end */


/* popup css start */

div#paymentModal {
    background-color: #000000b3;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2222;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    max-width: 550px;
    width: 95%;
    margin: 1.75rem auto;
}

.spinner-border {
    --bs-spinner-border-width: 0.3rem;
}

/* popup css end */

/* toaster css */

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
    z-index: 999999;
    top: 10px !important;
}

.swal2-toast h2:where(.swal2-title) {
    margin: 0 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    font-family: var(--onest-family);
}

.swal2-toast {
    border: none !important;
    background: black !important;
    box-shadow: 0 0 10px 0 #ffffff69 !important;
    border-radius: 10px !important;
    padding: 10px 10px !important;
    width: fit-content !important;
}

body.swal2-toast-shown .swal2-container {
    max-width: 100%;
    width: fit-content;
}

.swal2-timer-progress-bar {
    background: var(--primary-color) !important;
    opacity: 1;
}

.swal2-header {
    gap: 5px;
}
