/*====================================================
--<	ITplot Header Top Section Css -->
======================================================*/
.mobile-menu {
  background: #d00a2b;
  padding: 0 35px 0 10px;
  display: none;
}
/* scrollup */
#scrollUp {
  bottom: 50px;
  color: #fff;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  right: 80px;
  text-align: center;
  width: 40px;
  background: #d00a2b;
  transition: 0.3s;
  font-weight: 300;
  animation: jump 4s infinite;
}
.header-top-section {
  padding: 10px 0;
  background: #14212b;
}
.header-top-section.style-two {
  padding: 10px 0;
  background: #ececee;
}
.dreamit-top-address span {
  color: #fff;
  font-size: 14px;
}
.social-icon {
  text-align: right;
  display: inline-block;
}
.social-icon a {
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
  color: #fff;
}
.social-icon span {
  position: relative;
}
.social-icon span:before {
  position: absolute;
  background: #5c727d;
  width: 2px;
  height: 12px;
  right: -9px;
  top: 7px;
  content: "";
}
.option-form {
  display: inline-block;
  background: transparent;
  border: none !important;
  margin-left: 6px;
}
.option-form-thumb {
  display: inline-block;
  margin-left: 12px;
}
.option-form-thumb img {
  width: 100%;
}
.option {
  background: transparent;
  color: #fff;
  outline: 0;
  border: none;
  font-size: 13px;
  margin-left: -8px;
  font-weight: 700;
}
.form-option {
  background: #d00a2b;
  border: none;
  outline: 0;
}
.contact-form i {
  position: absolute;
  left: 89%;
  right: 0;
  margin-top: 20px;
}
/* Style-Two */
.style-two .dreamit-top-address span {
  color: #0e1c41;
  padding-right: 14px;
}
.style-two .dreamit-top-address span i {
  color: #d00a2b;
  padding-right: 5px;
}
.style-two .social-icon a {
  color: #0e1c41;
  transition: 0.5s;
}
.style-two .social-icon a:hover {
  color: #d00a2b;
}
.style-two .option {
  background: transparent;
  color: #0e1c41;
  outline: 0;
  border: none;
  font-size: 13px;
  margin-left: -8px;
}
.style-two .dreamit-top-address {
  margin-left: 22px;
}
.style-two .social-icon {
  text-align: right;
  display: inline-block;
  margin-left: 200px;
}
/* style-three */
.style-three.header-top-section .dreamit-top-address span {
  color: #fff;
  margin-right: 15px;
}
.style-three.header-top-section .dreamit-top-address span i {
  margin-right: 7px;
  transition: 0.5s;
}
.style-three.header-top-section .social-icon i:hover {
  color: #d00a2b;
}
.style-three.header-top-section .social-icon i {
  transition: 0.5s;
}
/* style-Four */
.style-four .row.align-items-center.header-bg {
  background: #000000;
  z-index: 9;
  position: relative;
  padding: 10px 30px;
  margin-top: 10px;
}
.header-right-side {
  float: right;
}
/* style-five */
.style-five.header-top-section {
  background: #fff;
  border-bottom: 1px solid #e2e4e8;
}
.style-five.header-top-section .dreamit-top-address span {
  color: #344548;
}
.style-five.header-top-section .dreamit-top-address span i {
  color: #d00a2b;
}
.style-five.header-top-section .social-icon a {
  color: #344548;
}
.style-five.header-top-section .option {
  color: #344548;
}
.style-five.header-top-section .social-icon span:before {
  background: #e2e4e8;
}
.col-lg-4.col-md-4.right-side {
  text-align: right;
}
/*====================================================
--<	ITplot Header Menu Section Css -->
======================================================*/
.header-menu-section {
  padding: 0px 0 10px;
}
.header-logo a {
  display: inline-block;
  margin-top: 0px;
}
.sticky .search-box-btn.search-box-outer i {
  color: #0a2c3d !important;
}
.menu-toggle {
  display: none;
}
.header-menu {
  text-align: right;
}
.header-menu ul {
  display: inline-block;
}
.header-menu ul li {
  display: inline;
  position: relative;
  padding-bottom: 35px;
}
.header-menu ul li a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #0a2c3d;
  font-size: 19px;
  font-weight: bold;
  font-family: Rajdhani;
  margin-right: 32px;
  position: relative;
  transition: 0.5s;
}
.header-menu ul li:hover {
  color: #d00a2b;
  cursor: pointer;
}
.header-menu ul li a:hover {
  color: #d00a2b;
  cursor: pointer;
}
.header-menu ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #d00a2b;
  height: 1px;
  transition: 0.5s;
  opacity: 0;
  cursor: pointer;
  width: 0px;
}
.header-menu ul li a:hover:before {
  opacity: 1;
  width: 100%;
}
.header-src-btn {
  display: inline-block;
}
.header-button {
  display: inline-block;
}
.header-button a {
  display: inline-block;
  text-decoration: none;
  background: #d00a2b;
  color: #fff;
  font-family: Rajdhani;
  font-weight: 600;
  padding: 12px 32px;
  text-transform: uppercase;
  margin-left: 19px;
  transition: 0.5s;
}
.header-button a:hover {
  background: #0a2c3d;
  color: #fff;
}
.header-menu ul li .sub-menu {
  text-align: left;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 260px;
  left: 0;
  top: 58px;
  padding: 10px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  z-index: 9;
  transition: 0.5s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.sticky.header-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.header-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.sticky .header-menu-section {
  padding: 19px 0 15px;
}
.header-menu ul li .sub-menu li a {
  display: block;
  text-transform: uppercase;
  color: #0a2c3d;
  font-size: 18px;
  font-weight: bold;
  font-family: Rajdhani;
  padding: 5px 0px;
  transition: 0.5s;
  border-bottom: 1px solid rgb(0, 0, 0, 0.09);
  margin: 5px 20px;
  position: relative;
}
.header-menu ul li .sub-menu li a:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0px;
  right: 0px;
  transform: scaleX(0);
  background: #d00a2b;
}
.header-menu ul li .sub-menu li a:hover:before {
  transform: scaleX(1);
}
.header-menu ul li .sub-menu li a:hover {
  color: #d00a2b;
}
/* sticky */
.sticky .menu-logo {
  display: block !important;
}
.sticky .header-menu ul li a {
  color: #0a2c3d;
}
.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
  box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
  transition: 0.5s;
  z-index: 2;
  padding: 20px 0 21px;
  right: 0;
  background: #fff;
}
.sticky .header-menu ul li a:hover {
  color: #d00a2b;
}
.sticky .header-button a {
  background: #0a2c3d;
}
.header-menu-section .sticky-logo {
  display: none;
}
.sticky .menu-logo {
  display: none;
}
.sticky .sticky-logo {
  display: block;
}
/* Style-Two */
.style-two.header-menu-section {
  padding: 23px 0 28px;
  margin-bottom: -154px;
}
.header-bg-2 {
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
  background: #fff;
  z-index: 9;
  padding: 50px 0 50px;
  position: relative;
}
.header-bg-2 {
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 2%);
  background: #fff;
  z-index: 9;
  position: relative;
  padding: 22px 0 22px;
  margin-bottom: -43px;
}
.style-two.header-menu-section .header-logo a {
  margin-left: 18px;
}
.style-two.header-menu-section .search-box-btn.search-box-outer i {
  margin-left: -14px;
  background: #d00a2b;
  text-align: center;
  padding: 15px 18px;
  color: #fff;
  display: inline-block;
}
.style-two.header-menu-section .header-button a {
  background: #181b2a;
  text-transform: capitalize;
}
.style-two.header-menu-section .header-button a:hover {
  background: #d00a2b;
}
.style-two.header-menu-section .header-src-btn {
  display: inline-block;
  margin-left: 60px;
}
.style-two.header-menu-section.sticky {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: -23px;
}
.style-two.header-menu-section.sticky .header-menu ul li a {
  color: #0a2c3d;
}
.style-two.header-menu-section.sticky .header-menu ul li a:hover {
  color: #d00a2b;
}
.style-two.header-menu-section ul li .sub-menu li a:hover {
  color: #d00a2b;
}
.style-two.header-menu-section.sticky .menu-logo {
  display: block;
}
.style-two.header-menu-section ul li .sub-menu {
  top: 60px;
}
/* Style-Three */
.style-three.header-menu-section .menu-logo {
  margin-top: 13px;
}
/* Style-Four */
.style-four.header-menu-section {
  padding: 23px 0 28px;
  margin-bottom: -187px;
}
.style-four.header-menu-section .header-menu {
  float: right;
  margin-right: 34px;
}
.style-four.header-menu-section .header-bg-2 {
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 2%);
  background: #fff;
  z-index: 9;
  position: relative;
  padding: 22px 0 22px 19px;
  margin-bottom: -15px;
  margin-top: -33px;
}
.style-four.header-menu-section.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
  box-shadow: none;
  transition: 0.5s;
  z-index: 2;
  padding: 23px 0 10px;
  right: 0;
  background: transparent;
}
.style-four.header-menu-section.sticky .header-menu ul li a {
  color: #0a2c3d;
}
.style-four.header-menu-section.sticky .sticky-logo {
  display: none;
}
.style-four.header-menu-section.sticky .menu-logo {
  display: block;
}
.style-four.header-menu-section a.menu-logo {
  margin-top: 8px;
}
.style-four.header-menu-section.sticky .header-menu ul li a:hover {
  color: #d00a2b;
}
.style-four.header-menu-section .header-menu ul li:hover {
  color: #d00a2b;
  cursor: pointer;
  z-index: 9;
}
.style-four.header-menu-section .header-menu ul li .sub-menu {
  top: 60px;
}
/* Style-Five */
.style-five.header-menu-section .header-button a {
  background: #14212b;
  padding: 10px 16px;
  text-transform: capitalize;
}
.style-five.header-menu-section a.menu-logo {
  margin-top: 5px;
}
.style-five.header-menu-section .header-menu ul li .sub-menu {
  top: 56px;
}
/*====================================================
--<	ITplot Slider Menu Section Css -->
======================================================*/
.slider-section {
  background: linear-gradient(to left, rgba(2, 45, 98, 0) 0, #022d62 100%),
    linear-gradient(to left, rgba(2, 45, 98, 0) 0, #022d62 100%),
    transparent url(assets/images/slider.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 798px;
  overflow: hidden;
}
.slider-content {
  color: #fff;
}
.slider-content h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Nunito;
  position: relative;
  color: #fff;
}
.slider-content h5:before {
  position: absolute;
  content: "";
  left: -196px;
  top: 13px;
  background: #d00a2b;
  width: 10px;
  height: 10px;
  right: 0;
  margin: auto;
}
.slider-content h1 {
  font-size: 80px;
  font-weight: bold;
  font-family: Rajdhani;
  color: #fff;
  margin: 28px 0 62px;
}
.slider-content h2 {
  font-size: 80px;
  font-weight: bold;
  font-family: Rajdhani;
  margin-top: -6px;
  color: #fff;
}
.slider-circle-thumb.rotateme {
  position: absolute;
  top: 35%;
  right: 21%;
}
.slider-button {
  display: inline-block;
  margin-top: 57px;
  margin-left: 0;
}
.slider-button a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  font-family: Rajdhani;
  background: #d00a2b;
  padding: 16px 27px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
}
.slider-button a:hover {
  background: #2f4c78;
}
.slider-button a:before {
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 100px;
  -webkit-transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
  transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  background: rgba(255, 255, 255, 0.5);
  right: 0;
  top: 0;
}
.slider-button a:hover:before {
  background: #ffffff;
  -webkit-transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
  transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}
.btn-2.slider-button a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  font-family: Rajdhani;
  background: #0a2c3d;
  padding: 16px 27px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
}
.btn-2.slider-button a:before {
  position: absolute;
  content: "";
  background: #d00a2b;
  width: 0%;
  height: 100%;
  top: 0;
  left: -38px;
  z-index: -1;
  transition: 0.5s;
  transform: skew(50deg);
  visibility: hidden;
}
.btn-2.slider-button a:hover:before {
  width: 180%;
  visibility: visible;
  bottom: 0%;
}
/* video css */
.slider-video-icon {
  display: inline-block;
  margin-left: 15px;
  position: relative;
}
.slider-video-icon a {
  width: 56px;
  height: 56px;
  line-height: 56px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: #d00a2b;
  animation: 1s linear 0s infinite normal none running ripple-blue;
  transition: all 0.5s ease 0s;
  background: #fff;
  top: -25px;
  left: -3px;
  margin-left: 13px;
  margin-top: 0;
  position: relative;
}
.slider-video-icon a i {
  font-size: 14px;
}
.top {
  position: relative;
  top: -25px;
  right: -25px;
  font-size: 18px;
  font-weight: 600;
  font-family: Rajdhani;
  text-transform: uppercase;
}
@keyframes ripple-blue {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
/* style-two */
.slider-section-2 {
  background: url(assets/images/slider5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 909px;
  overflow: hidden;
}
.slider-section-2 .slider-content h1 {
  color: #020307;
}
.slider-section-2 .slider-content h2 {
  color: #020307;
}
.slider-section-2 .slider-content h5 {
  color: #020307;
  margin-left: 25px;
}
.slider-section-2 .slider-content h5:before {
  position: absolute;
  content: "";
  left: -102%;
  top: 16px;
  background: #d00a2b;
  width: 15px;
  height: 2px;
  right: 0;
  margin: auto;
}
.slider-section-2 .slider-button a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  font-family: Rajdhani;
  background: #d00a2b;
  padding: 15px 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
  margin-right: 17px;
}
.slider-section-2 .btn-2.slider-button a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  font-family: Rajdhani;
  background: #0a2c3d;
  padding: 15px 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
}
.slider-section-2 .slider-content {
  color: #fff;
  margin-top: 130px;
}
.slider-section-3 {
  background: #f1f2f7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 790px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.slider-section-3 .slider-content {
  color: #fff;
  margin-top: 220px;
}
.slider-section-3 .slider-content h5 {
  color: #000000;
}
.slider-section-3 .slider-content h1 {
  color: #000000;
}
.slider-section-3 .slider-content h2 {
  color: #000000;
}
.slider-section-3 .slider-thumb img {
  width: 118%;
  padding-top: 66px;
  animation: zoomin 2s linear;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  visibility: hidden;
  margin-left: -130px;
}
.slider-section-3 .slider-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.slider-section-3 .slider-content h5:before {
  position: absolute;
  content: "";
  left: -105%;
  top: 16px;
  background: #d00a2b;
  width: 15px;
  height: 2px;
  right: 0;
  margin: auto;
}
.slider-section-3 .btn-2.slider-button a {
  margin-left: 16px;
}
.slider-section-3 .btn-2.slider-button a {
  background: #14212b;
  padding: 16px 44px;
  color: #fff;
}
.slider-shape2 {
  position: absolute;
  top: -75px;
  left: 0;
}
.slider_list .owl-dot {
  display: block;
  background: #d00a2b;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 132px;
  margin-top: 15px;
}
.slider_list .owl-dots {
  text-align: center;
  position: absolute;
  left: 91%;
  top: 43%;
}
.slider_list .owl-dot.active {
  border: 1px solid #d00a2b;
  width: 13px;
  height: 13px;
  margin-bottom: 0px;
}
/* style-four */
.slider-section-4 {
  background: #e3e3ec;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 900px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.slider_list_2 .owl-prev {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(208, 10, 43, 0.7);
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  top: 0;
  margin: auto;
  transition: 0.5s;
  opacity: 0;
}
.slider_list_2 .owl-next {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(208, 10, 43, 0.7);
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  top: 0;
  margin: auto;
  transition: 0.5s;
  opacity: 0;
}
.slider_list_2:hover .owl-next {
  right: 20px;
  opacity: 1;
}
.slider_list_2:hover .owl-prev {
  left: 20px;
  opacity: 1;
}
.slider-section-4 .slider-content {
  color: #fff;
  margin-top: 416px;
}
.slider-section-4 .slider-thumb {
  margin-top: 382px;
}
.slider-section-4 .slider-content h5:before {
  left: -104%;
  height: 12px;
  width: 12px;
}
.slider-section-4 .slider-content h5 {
  color: #000000;
  margin-left: 23px;
}
.slider-section-4 .slider-content h1 {
  font-size: 80px;
  font-weight: bold;
  font-family: Rajdhani;
  margin: 31px 0 53px;
  color: #000000;
}
.slider-section-4 .slider-content h2 {
  color: #000000;
}
.slider-section-4 .top {
  color: #000000;
  text-decoration: underline;
  font-weight: 700;
}
.slider-section-4 .slider-video-icon a {
  color: #d00a2b;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
  background: #fff;
  border-radius: 0;
}
.slider-shape-thumb5 {
  position: absolute;
  right: 7%;
  top: 34%;
}
/* slider-5 */
.slider-section-5 {
  background: #040813;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 835px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.slider-section-5 .slider-content {
  position: relative;
  top: 29%;
}
.slider-section-5 .slider-content h1 {
  margin: 28px 0 55px;
}
.slider-section-5 .slider-content p {
  width: 80%;
  margin: 38px 6px 0;
}
.slider-section-5 .slider-button {
  display: inline-block;
  margin-top: 27px;
  margin-right: 20px;
}
.slider-section-5 .slider-button a {
  padding: 12px 44px;
}
.btn-2.slider-button a {
  color: #5a5b5d;
  background: #fff;
  padding: 12px 44px;
}
.slider-section-5 .btn-2.slider-button a:hover {
  color: #fff;
}
.slider-section-5 .slider-thumb img {
  width: 100%;
  margin-top: 187px;
}
.slider-section-5 .slider-shape {
  position: absolute;
  top: 15%;
  right: 285px;
  z-index: -1;
}
/* Breadcumn */
.breadcumn-section {
  background: url(assets/images/breadcumn.jpg);
  padding-top: 280px;
  padding-bottom: 107px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.breadcumn-content h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 25px;
}
.breadcumn-content ul li {
  list-style: none;
  display: inline;
}
.style2 {
  margin-right: 5px;
  font-size: 18px;
  font-family: "Nunito";
}
.breadcumn-content ul li i {
  font-size: 12px;
  margin-right: 2px;
}
.breadcumn-content ul li a {
  display: inline-block;
  color: #d00a2b;
}
.breadcumn_section {
  background: url(assets/images/career-bg.jpg);
  padding-top: 280px;
  padding-bottom: 107px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 124px;
}
.breadcumn_section .breadcumn-content {
  text-align: center;
}
.breadcumn_section .breadcumn-content h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
}

/* landing-page */
.landing.slider-section {
  background: url(assets/images/banne1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 835px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.landing.slider-section .slider-content h1 {
  color: #010101;
}
.landing.slider-section .slider-content h2 {
  color: #010101;
}
.landing.slider-section .slider-content h5 {
  color: #010101;
}
.landing.slider-section .slider-content h5:before {
  display: none;
}
/* Landing-2 */
.landing-2.slider-section {
  background: linear-gradient(to left, rgba(2, 45, 98, 0) 0, #022d62 100%),
    linear-gradient(to left, rgba(2, 45, 98, 0) 0, #022d62 100%),
    transparent url(assets/images/banner2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 835px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  position: relative;
}
.landing-2.slider-section .slider-content h5:before {
  left: -102%;
}
.v-card-menu .active a {
  color: #d00a2b !important;
}
.current_menu {
  color: #d00a2b !important;
}
/* =============================================================================
  particles CSS
========================================================================== */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 219px;
  left: 0;
}
#stats {
  display: none;
}
/*====================================================
--< ITplot why-join-us Css -->
======================================================*/
.why-join-us {
  padding: 110px 0 70px;
}
.join-content h4 {
  font-size: 20px;
  color: #133344;
  position: relative;
  margin: 0;
}
.join-content h4::before {
  position: absolute;
  content: "";
  top: 21px;
  left: 172px;
  height: 1px;
  width: 37px;
  background: #d00a2b;
}
.join-content h2 {
  font-size: 55px;
  color: #0a2c3d;
  line-height: 1.2;
  margin: 6px 0 10px;
}
.join-content h2 span {
  color: #d00a2b;
}
.join-content p {
  font-size: 16px;
  color: #5c727d;
  margin: 0;
  line-height: 1.5;
}
.join-button {
  margin-top: 33px;
}
.join-button a {
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  background: #181b2a;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 26px;
  transition: 0.5s;
  border-radius: 5px;
}
.join-button a:hover {
  background: #d00a2b;
}
.singles-joins-box {
  background: #fff;
  text-align: center;
  padding: 35px 74px;
  box-shadow: 1px 4px 15px 8px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
  border-radius: 5px;
}
.joins-titles h3 {
  font-size: 20px;
  color: #0a2c3d;
  margin: 0;
  line-height: 1.3;
}
.singles-joinss-box {
  background: #fff;
  text-align: center;
  padding: 35px 74px;
  box-shadow: 1px 4px 15px 8px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
  top: -40px;
}
/*====================================================
--< ITplot .circular-area Css -->
======================================================*/
.circular-area {
  padding: 100px 0 0;
  background: #f6f7f9;
}
.circular-area .section-title {
  text-align: center;
  margin-bottom: 50px;
}
.circular-area .section-title h5 {
  font-size: 20px;
  color: #d00a2b;
  font-family: Nunito;
  font-weight: 800;
  text-transform: uppercase;
}
.circular-area .section-title h1 {
  font-size: 50px;
  color: #0a2c3d;
}
.circular-area .section-title h1 span {
  color: #d00a2b;
}
.single-circular-box {
  background: #ffffff;
  padding: 20px 32px 0;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: 0.5s;
}
.circular-thumb {
  float: left;
  margin: 2px 25px 0 0;
}
.circular-thumb img {
  background: #f6f7f9;
  padding: 22px 24px;
  border-radius: 5px;
}
.circular-title {
  position: relative;
  top: 15px;
}
.circular-title h3 {
  font-size: 26px;
  color: #0a2c3d;
  margin: 0;
  transition: 0.5s;
}
.circular-title p {
  font-size: 16px;
  color: #5c727d;
  margin: 0;
  transition: 0.5s;
}
.circular-btn {
  text-align: right;
  position: relative;
  top: -42px;
}
.circular-btn a {
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #d00a2b;
  padding: 12px 22px;
  border-radius: 5px;
  color: #0a2c3d;
  font-weight: 600;
}
.single-circular-box:hover {
  background: #d00a2b;
}
.single-circular-box:hover .circular-title h3 {
  color: #fff;
}
.single-circular-box:hover .circular-title p {
  color: #fff;
}
.single-circular-box:hover .circular-btn a {
  color: #0a2c3d;
  background: #fff;
}
/*====================================================
--< ITplot .career-details  Css -->
======================================================*/
.career-details {
  padding: 100px 0 90px;
}
.details-title h2 {
  font-size: 46px;
  color: #000000;
  margin: 0;
}
.details-title h3 {
  font-size: 26px;
  color: #000000;
  font-weight: 600;
  margin: 15px 0;
}
.details-title p {
  font-size: 16px;
  margin: 0;
  color: #5c727d;
  line-height: 1.4;
}
.details-text {
  margin-top: 30px;
}
.details-text h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 8px;
}
.details-text p {
  margin: 0 0 5px 30px;
  position: relative;
}
.details-text p::before {
  position: absolute;
  content: "";
  top: 14px;
  left: -33px;
  height: 1px;
  width: 15px;
  background: #d00a2b;
}
.details-text p::after {
  position: absolute;
  content: "";
  top: 12px;
  left: -18px;
  height: 6px;
  width: 6px;
  border-radius: 5px;
  background: #d00a2b;
}
.details-text h3 {
  font-size: 26px;
  color: #000000;
  font-weight: 600;
  margin: 16px 0 0;
}
.singles-details-box {
  box-shadow: 1px 4px 15px 8px rgb(0 0 0 / 10%);
  padding: 25px 30px 20px;
  position: relative;
  border-radius: 5px;
}
.singles-details-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: #d00a2b;
}
.singles-details-box h4 {
  font-weight: 600;
  font-size: 25px;
  color: #000000;
  font-family: "Rajdhani", sans-serif;
}
.details-thumb {
  margin: 20px 0 0;
}
.details-thumb img {
  float: left;
  margin: 6px 20px 25px 0;
}
.deta-title span {
  font-size: 16px;
  color: #5c727d;
}
.deta-title h5 {
  margin: 0;
  font-size: 17px;
  color: #333;
}
.deta-title {
  margin-left: 37px;
}
.details-button {
  margin-top: 40px;
}
.details-button a {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  background: #14212a;
  padding: 12px 20px;
  color: #fff;
  border-radius: 5px;
  transition: 0.5s;
}
.details-button a:hover {
  background: #d00a2b;
}
/*====================================================
--< ITplot abouts_areas Css -->
======================================================*/
.abouts_areas {
  padding: 100px 0 125px;
}
.abouts_thumb {
  position: relative;
}
.abouts_titles {
  position: absolute;
  bottom: -30px;
  left: -25px;
}
.abouts_titles h3 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  background: #d00a2b;
  padding: 23px 120px 23px 41px;
  border-radius: 10px;
  position: relative;
}
.abouts_icons {
  position: absolute;
  top: 55px;
  right: 30px;
}
.abouts_icons i {
  display: inline-block;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  line-height: 45px;
  background: #0a2c3d;
  color: #fff;
  text-align: center;
}
.abouts_titless {
  position: absolute;
  bottom: -30px;
  right: -25px;
}
.abouts_titless h3 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  background: #d00a2b;
  padding: 23px 120px 23px 41px;
  border-radius: 10px;
  position: relative;
}
/*====================================================
--< ITplot testimoniale_areas Css -->
======================================================*/
.testimoniale_areas {
  padding: 100px 0 120px;
  background: #f5f6f9;
}
.single-join-box.upper .join-content h4::before {
  position: absolute;
  content: "";
  top: 21px;
  left: 125px;
  height: 1px;
  width: 37px;
  background: #d00a2b;
}
.singles_testimoniale_box {
  background: #fff;
  padding: 25px 60px 15px 40px;
  margin: 20px 30px 0 0;
  border-radius: 10px;
}
.testimoniale_title h3 {
  font-size: 24px;
  margin: 0 0 10px;
}
.testimoniale_title p {
  font-size: 16px;
  line-height: 1.7;
}
.testimoniale_tmb {
  margin-top: 25px;
}
.testimoniale_tmb img {
  float: left;
  margin: 0px 20px 0 0;
}
.testimoniales_title p {
  font-size: 16px;
  color: #68697d;
  margin: 0;
  line-height: 1.7;
}
.testimoniales-icon {
  display: inline-block;
}
.testimoniales-icon ul li {
  display: inline-block;
}
.testimoniales_title h4::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 178px;
  height: 15px;
  width: 1px;
  background: #8a949a;
}
.testimoniales-icon ul li a {
  display: inline-block;
  color: #d00a2b;
  font-size: 15px;
}
.testimoniales_title h4 {
  font-size: 22px;
  line-height: 1;
  position: relative;
}
.testimoniales-icon {
  position: relative;
  top: -51px;
  left: 110px;
}
/*
<!-- ============================================================== -->
<!-- Start why choose us area Css -->
<!-- ============================================================== -->*/
.counter_area {
  background: url(assets/images/Abouts_6.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 87px 0 70px;
}
.row.counter-top {
  position: relative;
  z-index: 1;
  margin-top: -110px;
  background: #ffffffff;
  padding: 60px 20px 25px;
  box-shadow: 0 2px 22px rgb(0 0 0 / 20%);
  margin-left: 0;
  margin-right: 0;
}
.techno-single-counter-box {
  margin-bottom: 30px;
  text-align: center;
}
.counter-text h1 {
  font-size: 55px;
  display: inline-block;
  color: #fff;
  margin: 35px 0 10px;
}
.counter-text span {
  color: #fff;
  display: inline-block;
  font-size: 50px;
  font-weight: 700;
}
.counter-icon i {
  display: inline-block;
  color: #fff;
  font-size: 50px;
  text-align: center;
  margin: 0 0;
  transition: 0.5s;
}
.counter-title h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Rubik";
  margin: 8px 0 0;
}
/*style two*/
.style-two.counter-area {
  background: #1c1e22;
  padding: 0 0 0px;
}
.counter-button a {
  display: inline-block;
  font-size: 16px;
  color: #ffff;
  padding: 13px 35px;
  background: #e91f4f;
  position: relative;
  z-index: 1;
}
/*
<!-- ============================================================== -->
<!-- Start section title area Css -->
<!-- ============================================================== -->*/
.video-area {
  position: relative;
}
.slider-video-icon a i {
  font-size: 20px;
}
.video-area .video-bg {
  background: url(assets/images/video.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
  border-radius: 10px;
  position: relative;
  margin-bottom: -101px;
}
.video-title h4 {
  font-size: 40px;
  color: #fff;
  text-align: right;
  margin-right: 35px;
}
.video-button a {
  display: inline-block;
  padding: 16px 35px;
  background: #fff;
  color: #262729;
  font-size: 18px;
  border-radius: 3px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Rajdhani";
  margin: 18px 0 0 110px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  text-decoration: none;
}
.video-button a::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transform: scale(0, 1);
  opacity: 0;
  border-radius: 3px;
}
.video-button span {
  margin-left: 6px;
}
.video-button i {
  display: inline-block;
  color: #ed411d;
  font-size: 23px;
  transition: 0.5s;
}
.video-button a:hover::before {
  transform: scale(1, 1);
  opacity: 1;
  background: #14212b;
  color: #fff;
}
.video-button a:hover {
  color: #fff;
}
.video-button:hover i {
  color: #fff;
}

/*
<!-- ============================================================== -->
<!-- Start mission area Css -->
<!-- ============================================================== -->*/
.mission-area {
  background: url(assets/images/vission.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 105px 0 108px;
}
.col-lg-6.col-md-6.mission {
  padding: 0 0 0 46px;
}
.mission-area .dreamit-section-title p {
  margin: 15px 0 0;
  color: #bec6cc;
}
.mission-area .dreamit-section-title {
  margin-bottom: 25px;
}
.mission-area .dreamit-section-title:after {
  left: 25px;
}
.mission-area .elementor-about-title p {
  padding-bottom: 5px;
}
/*mission single box*/
.col-lg-6.mission-box {
  position: relative;
  z-index: 1;
}
.mission-area .section-title h1 {
  color: #fff;
}
.mission-area .section-title p {
  width: 100%;
}
.mission-single-box {
  position: absolute;
  z-index: 1;
  bottom: -108px;
  right: -1px;
  background: url(assets/images/mission-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 50px 40px;
}
.mission-title h2 {
  font-size: 26px;
  line-height: 34px;
  color: #fff;
}
/*
<!-- ============================================================== -->
<!-- Start vission area Css -->
<!-- ============================================================== -->*/
.vission-area {
  background: url(assets/images/mission.jpg);
  background-position: center;
  background-repeat: no-repeat;
  padding: 58px 0 105px;
}
.vission-area .elementor-about-title p {
  padding-bottom: 5px;
}

body {
  margin-top: 20px;
}

.responsive-tabs {
  margin-top: 20px;
}

.responsive-tabs-container .tab-content {
  border-top: 3px solid #d00a2b;
}

.responsive-tabs-container[class*="accordion-"] .tab-pane {
  margin-bottom: 15px;
}

.responsive-tabs-container[class*="accordion-"] .accordion-link {
  display: none;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #333;
}

.responsive-tabs-container[class*="accordion-"] .accordion-link.active {
  border-bottom: medium none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #ff6600;
}

@media (max-width: 767px) {
  /*  .responsive-tabs-container.accordion-xs .nav-tabs {
    display: none;
  } */

  .responsive-tabs-container.accordion-xs .accordion-link {
    display: block;
  }

  .responsive-tabs-container .tab-content {
    border: none;
  }

  .responsive-tabs-container[class*="accordion-"] .tab-pane {
    border: 1px solid #ddd;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-width: medium 1px 1px;
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 10px 10px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .responsive-tabs-container.accordion-sm .accordion-link {
    display: none;
  }

  .responsive-tabs-container[class*="accordion-"] .tab-pane {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-width: medium 1px 1px;
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 10px 10px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-tabs-container.accordion-md .nav-tabs {
    display: none;
  }

  .responsive-tabs-container.accordion-md .accordion-link {
    display: block;
  }
}

@media (min-width: 1200px) {
  .responsive-tabs-container.accordion-lg .nav-tabs {
    display: none;
  }

  .responsive-tabs-container.accordion-lg .accordion-link {
    display: block;
  }
}

/*
<!-- ============================================================== -->
<!-- Start planing area Css -->
<!-- ============================================================== -->*/
.planing-area {
  background: #f4f7f8;
}
.planing-area .dreamit-section-title {
  margin-bottom: 50px;
}
.dreamit-single-planing-box {
  margin-bottom: 30px;
}
.single-planing-thumb img {
  width: 100%;
}
.planing-content {
  background: #fff;
  padding: 25px 40px 15px;
}
.planing-title h3 {
  font-size: 26px;
  padding: 0 0 10px;
}

/*
<!-- ============================================================== -->
<!-- Start feature area Css -->
<!-- ============================================================== -->*/
.feture-area.style-two {
  padding: 100px 0 0;
}
li.nav-item {
  padding-right: 45px;
}
li.active {
  color: #fff !important;
  background-color: #ed2921;
  font-weight: 600;
  font-family: "Rajdhani";
  font-size: 18px;
  border-radius: 5px 5px 0 0;
  transition: 0.5s;
}
li.active a {
  color: #fff !important;
}
ul.nav.nav-tabs.responsive-tabs li a {
  display: inline-block;
  text-decoration: none;
  color: #333;
  padding: 10px 25px;
}
.tab-content-text p {
  margin: 25px 0;
}
.dreamit-department-bottom-content-inner {
  position: relative;
  top: 50px;
}
.dreamit-department-bottom-content-inner ul {
  display: block;
  list-style: none;
}
.dreamit-department-bottom-content-inner ul li {
  display: block;
  padding: 0 0 13px;
}
.dreamit-department-bottom-content-inner ul li i {
  display: inline-block;
  color: #ed2a22;
  padding: 0 10px 0px 0;
}
.dreamit-department-bottom-content-inner ul li span {
  font-size: 17px;
  font-weight: 600;
  font-family: "Rajdhani";
  color: #1c1c1c;
}
.dreamit-department-thumb img {
  width: 100%;
}
.dreamit-department-tab ul li a:hover {
  color: #33354b;
}

/*
<!-- ============================================================== -->
<!-- Start team area Css -->
<!-- ============================================================== -->*/
.team_area {
  padding: 90px 0 90px;
}
.dreamit-single-team-box {
  margin-bottom: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 4px 30px rgb(0 0 0 / 12%);
  overflow: hidden;
}
.single-team-thumb {
  position: relative;
}
.single-team-thumb img {
  height: auto;
  width: 100%;
  -webkit-filter: grayscale(100%);
  transition: 0.5s;
}
.team-socail-icon {
  position: absolute;
  z-index: 1;
  margin-top: -145px;
  text-align: unset;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s;
}
.team-socail-icon a {
  display: inline-block;
  margin: 15px 3px 0;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 34px;
  color: #fff;
  background: #ed2921;
  text-align: center;
  border-radius: 3px;
  transition: 0.5s;
}
.team-content {
  position: relative;
  padding: 20px 0px 10px;
  background: #fff;
  box-shadow: 0 -13px 30px rgb(0 0 0 / 12%);
  width: 87%;
  left: 24px;
  top: -28px;
  border-radius: 9px 0 0px 0;
}
.team-title h3 {
  font-size: 24px;
}
.team-text p {
  color: #ed2921;
}
.team-icon a {
  display: inline-block;
  font-size: 16px;
  padding: 8px 16px 8px;
  color: #9797a1;
  background: #f5f5f6;
  border-radius: 4px;
  margin-left: 6px;
  top: -26px;
  position: relative;
  transition: 0.5s;
  z-index: 1;
  text-decoration: none;
}
.team-icon a:hover {
  color: #fff;
}
.team-icon a::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ed2a22;
  transform: scale(0);
  border-radius: 4px;
  transition: 0.5s;
  margin: auto;
}
.team-icon a:hover:before {
  transform: scale(1);
  color: #fff;
}
.team-socail-icon a:hover {
  background: #fff;
  color: #ed2a22;
}
.dreamit-single-team-box:hover .single-team-thumb img {
  -webkit-filter: grayscale(0);
}
.dreamit-single-team-box:hover .team-socail-icon {
  opacity: 1;
  margin-top: -85px;
}
/*style upper1*/
.team-area.upper1 {
  background: #212123;
}
.upper1 .dreamit-single-team-box {
  margin-bottom: 30px;
  text-align: center;
  background: #212123;
  box-shadow: 0 4px 30px rgb(0 0 0 / 12%);
  overflow: hidden;
  border-radius: 7px;
}
.upper1 .team-content {
  position: relative;
  padding: 20px 0px 1px;
  background: #212123;
  box-shadow: 0 -13px 30px rgb(0 0 0 / 12%);
  width: 81%;
  left: 24px;
  top: -28px;
  border-radius: 9px 0 0px 0;
}
.upper1 .team-title h3 {
  font-size: 24px;
  color: #fff;
}
.upper1 .team-content {
  position: relative;
  padding: 13px 0px 1px;
  background: #212123;
  box-shadow: 0 -13px 30px rgb(0 0 0 / 12%);
  width: 81%;
  left: 24px;
  top: -28px;
  border-radius: 9px 0 0px 0;
}
.upper1 .team-icon a {
  display: inline-block;
  font-size: 16px;
  padding: 8px 16px 8px;
  color: #9797a1;
  background: #2d2f2f;
  border-radius: 4px;
  margin-left: 6px;
  top: -26px;
  position: relative;
  transition: 0.5s;
  z-index: 1;
}
.upper1 .team-icon a:hover {
  color: #fff;
}

/*====================================================
--< ITplot calls-do-actions Css -->
======================================================*/
.calls-do-actions {
  padding: 65px 0 165px;
  background: #f6f7f9;
  margin: 0 0 -67px;
}
.calls-do-actions .section-title {
  text-align: center;
}
.calls-do-actions .section-title h1 {
  font-size: 55px;
  font-weight: bold;
  font-family: Rajdhani;
  margin-bottom: 15px;
  margin-top: 16px;
  color: #0a2c3d;
}
.calls-do-actions .section-title h5 {
  font-size: 32px;
  color: #5c727d;
  font-family: Nunito;
  font-weight: 600;
}
.calls-do-button {
  text-align: center;
  position: relative;
  top: 27px;
}
.calls-do-button a {
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  background: #181b2a;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 26px;
  transition: 0.5s;
  border-radius: 5px;
}
.calls-do-button a:hover {
  background: #d00a2b;
}
/*====================================================
--<	ITplot About Section Css -->
======================================================*/
.about-section {
  padding-top: 120px;
  padding-bottom: 99px;
}
.about-section .section-title {
  padding-top: 50px;
  padding-left: 30px;
}
.about-section .section-title p {
  width: 73%;
  color: #5c727d;
  font-size: 16px;
  font-family: Nunito;
  padding-top: 13px;
  margin-bottom: 28px;
}
.about-thumb {
  position: relative;
}
.about-thumb img {
  width: 100%;
  animation: zoomin 1s linear;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  visibility: hidden;
}
@keyframes zoomin {
  0% {
    transform: scale(0.5);
    visibility: visible;
  }
  100% {
    transform: scale(1);
    visibility: visible;
  }
}
.about-video-icon a {
  position: absolute;
  top: 43%;
  right: 48%;
  background: #d00a2b;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  animation: 1s linear 0s infinite normal none running white-blue;
  transition: all 0.5s ease 0s;
}
.about-video-icon a i {
  font-size: 22px;
}
@keyframes white-blue {
  0% {
    box-shadow: 0 0 0 0 rgba(208, 10, 43, 0.3),
      0 0 0 10px rgba(208, 10, 43, 0.3), 0 0 0 20px rgba(208, 10, 43, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(208, 10, 43, 0.3),
      0 0 0 15px rgba(208, 10, 43, 0.3), 0 0 0 30px rgba(208, 10, 43, 0.3);
  }
}
.section-title h5 {
  font-size: 16px;
  color: #d00a2b;
  font-family: Nunito;
  font-weight: 800;
}
.section-title h1 {
  font-size: 55px;
  font-weight: bold;
  font-family: Rajdhani;
  margin-bottom: 31px;
  margin-top: 16px;
}
.section-title h1 span {
  color: #d00a2b;
}
.section-title h2 {
  font-size: 55px;
  font-weight: bold;
  font-family: Rajdhani;
  margin-bottom: 0;
  margin-top: 0;
}
.about-single-box {
  margin-bottom: 15px;
  padding-left: 30px;
}
.about-single-box:hover .about-icon i {
  transform: rotate(360deg);
}
.about-icon {
  float: left;
  margin-right: 10px;
}
.about-icon i {
  color: #fff;
  font-size: 12px;
  transition: 0.5s;
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background: #d00a2b;
  border-radius: 50px;
  text-align: center;
}
.about-content {
  margin-top: -12px;
  margin-left: 12px;
}
.about-title {
  margin-top: 5px;
}
.about-title h2 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  font-family: Rajdhani;
  margin-top: 0;
}
.about-text p {
  color: #5c727d;
  width: 70%;
  margin: 4px 0 15px 0;
}
/* style-two */
.style-two.about-section {
  position: relative;
  z-index: 1;
  padding-bottom: 115px;
}
.style-two.about-section .skill-shape {
  position: absolute;
  top: 110px;
  left: 280px;
  z-index: -1;
}
.style-two.about-section .about-btn a {
  display: inline-block;
  background: #14212a;
  color: #fff;
  padding: 14px 57px;
  text-decoration: none;
  margin-left: 35px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.style-two.about-section .about-btn a:before {
  position: absolute;
  content: "";
  background: #d00a2b;
  width: 0%;
  height: 100%;
  top: 0;
  left: -38px;
  z-index: -1;
  transition: 0.5s;
  transform: skew(50deg);
  visibility: hidden;
}
.style-two.about-section .about-btn a:hover:before {
  width: 180%;
  visibility: visible;
  bottom: 0;
}
.about-btn {
  display: inline-block;
}
.about-sign-thumb {
  display: inline-block;
}
.about-sign-thumb img {
  margin-bottom: 53px;
  margin-left: 21px;
}
/* Style-Three */
.style-three.about-section {
  padding-top: 120px;
  padding-bottom: 81px;
  position: relative;
}
.style-three.about-section .skill-shape {
  position: absolute;
  top: 110px;
  left: 280px;
  z-index: -1;
}
.style-three.about-section .about-thumb {
  position: relative;
  z-index: 1;
}
.style-three.about-section .about-single-box {
  margin-bottom: 21px;
  padding-left: 30px;
}
.style-three.about-section .about-thumb-content {
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
  display: inline-block;
  padding: 25px 35px 23px;
  margin-top: 0;
  border-left: 5px solid #d00a2b;
  position: absolute;
  bottom: 7px;
  left: -28px;
  background: #fff;
}
.style-three.about-section .about-count {
  display: inline-block;
}
.style-three.about-section .about-count h3 {
  display: inline-block;
  font-size: 65px;
  color: #d00a2b;
}
.style-three.about-section .about-thumb-content span {
  color: #d00a2b;
  font-size: 23px;
}
.style-three.about-section .about-desc {
  display: inline-block;
  padding-left: 5px;
}
.style-three.about-section .about-desc h6 {
  margin-top: -15px;
}
.style-three.about-section .section-title p {
  width: 76%;
  color: #5c727d;
  font-size: 16px;
  font-family: Nunito;
  padding-top: 13px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  padding-left: 6px;
  margin-top: 23px;
}
.style-three.about-section .section-title p:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 50px;
  background: #d00a2b;
  top: 17px;
  left: -7px;
}
.style-three.about-section .about-single-box:hover .about-icon i {
  color: #fff;
  transform: none;
}
.style-three.about-section .about-title h2 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  font-family: Rajdhani;
  margin-top: 0;
  color: #151515;
  margin-left: 5px;
}
.style-three.about-section .style2.about-title h2 {
  font-size: 16px;
  font-weight: 600;
}
.style-three.about-section .about-icon i {
  color: #d00a2b;
  font-size: 13px;
  transition: 0.5s;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #f0f3f8;
  position: relative;
  z-index: 1;
}
.style-three.about-section .about-icon i:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #d00a2b;
  z-index: -1;
  transform: scale(0);
  transition: 0.5s;
}
.style-three.about-section .about-single-box:hover .about-icon i:after {
  transform: scale(1);
}
/* style-four */
.style-four.about-section {
  padding-top: 120px;
  padding-bottom: 180px;
  position: relative;
}
.style-four.about-section .about-thumb-content {
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
  display: inline-block;
  padding: 48px 35px 23px;
  margin-top: 0;
  border-left: none;
  position: absolute;
  bottom: -74px;
  left: 337px;
  background: #d00a2b;
}
.style-four.about-section .about-count {
  margin-bottom: 28px;
}
.style-four.about-section .about-count h3 {
  color: #fff;
}
.style-four.about-section .about-desc h6 {
  margin-top: -15px;
  color: #fff;
  padding-bottom: 5px;
}
.style-four.about-section .about-thumb-content span {
  color: #fff;
  margin-top: 30px;
}
.style-four.about-section .about-count {
  margin-bottom: 16px;
}
.style-four.about-section .section-title h1 {
  text-transform: uppercase;
}
.style-four.about-section .section-title h2 {
  text-transform: uppercase;
  color: #eaebf1;
}
.style-four.about-section .about-single-box {
  margin-bottom: 15px;
  padding-left: 45px;
}
.style-four.about-section .section-title p:before {
  display: none;
}
.style-four.about-section .section-title p {
  width: 76%;
  color: #000000;
  font-size: 16px;
  font-family: Nunito;
  padding-top: 13px;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
  padding-left: 6px;
}
.style-four.about-section .scetion-text-2 {
  padding-left: 41px;
  width: 97%;
  margin-bottom: -73px;
}
.style-four.about-section .scetion-text-2 p {
  margin: -7px 0 29px 0;
}
.style-four.about-section .about-bottom-thumb {
  display: inline-block;
  position: relative;
  top: 68px;
}
.style-four.about-section .about-bottom-thumb img {
  margin-top: 8px;
  padding-left: 18px;
}
.style-four.about-section .about-bottom-thumb span {
  padding-left: 10px;
}
.style-four.about-section .about-btn {
  padding-left: 12px;
}
.style-four.about-section .about-btn a {
  padding: 10px 39px;
}
.style-four.about-section .thumb-content {
  display: inline-block;
  position: relative;
  top: -84px;
  left: 45px;
  background: transparent;
  box-shadow: none;
}
.style-four.about-section .thumb-content h6 {
  margin-bottom: -14px;
}
.style-four.about-section .about-bottom-thumb span {
  padding-left: 0;
  font-size: 12px;
}
/* Style-Five */
.style-five.about-section .about-thumb-content {
  background: #040813;
}
/* single-style */
.single-style.about-section {
  padding-bottom: 100px;
}
.single-style .about-thumb img {
  width: inherit;
}
.single-style .section-title h5 {
  text-transform: uppercase;
}
.single-style.about-section .about-thumb {
  position: relative;
  z-index: 1;
  left: 24%;
}
.single-style.about-section .section-title h1 {
  text-transform: uppercase;
  font-size: 49px;
}
.single-style.about-section .section-title h1 {
  text-transform: capitalize;
  font-size: 49px;
}
.single-style.about-section .section-title h2 {
  font-size: 49px;
  color: #000000;
  text-transform: capitalize;
}
.single-style.about-section .about-thumb-content {
  padding: 27px 35px 10px;
  bottom: 0;
  left: 0;
}
.single-style.about-section .skill-shape {
  position: absolute;
  top: 67%;
  left: 41%;
  z-index: -1;
}
/*====================================================
--<	ITplot Video Section Css -->
======================================================*/
.video-section {
  padding-top: 308px;
  padding-bottom: 99px;
  background: url(assets/images/video-01.jpg);
  background-repeat: no-repeat;
  position: relative;
}
.video {
  position: absolute;
  top: 41%;
  left: 48%;
}
.video a {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #d00a2b;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  animation: 1s linear 0s infinite normal none running ripple-blue;
}
/* leapsatbar-section */
.leapsatbar-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.leapsatbar-content h3 {
  font-size: 22px;
  margin-top: 22px;
  margin-bottom: 13px;
}
.leapsatbar-text p {
  width: 87%;
  color: #5c727d;
}
.leapsatbar-text2 p {
  width: 80%;
  padding-left: 34px;
  padding-bottom: 15px;
  padding-top: 10px;
}
.leapsatbar-text4 p {
  width: 85%;
}
.right-sidebar h2 {
  font-size: 22px;
  position: relative;
}
.right-sidebar h2:before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  background: #d00a2b;
  height: 2px;
  width: 52px;
}
.right-sidebar ul {
  margin-top: 30px;
}
.right-sidebar ul li {
  font-size: 17px;
  color: #5c727d;
  list-style: none;
  font-family: "Nunito";
  position: relative;
  padding-bottom: 15px;
  font-weight: 600;
}
.right-sidebar ul li:before {
  position: absolute;
  content: "";
  bottom: 7px;
  left: 0;
  background: #e8e8e8;
  height: 1px;
  width: 100%;
}
.single-content2 h3 {
  font-size: 22px;
  margin-bottom: 17px;
}
.single-content2 span {
  font-size: 16px;
  font-family: "Nunito";
  font-weight: 500;
  color: #5c727d;
  position: relative;
}
.single-content2 span:before {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 0;
  background: #acb7bd;
  width: 108%;
  height: 2px;
}
.single-content2 {
  border: 7px solid #f8dadf;
  padding: 5px 20px 16px;
  margin-top: 25px;
}
.content2 {
  padding-top: 25px;
  padding-bottom: 25px;
}
span.mr {
  padding-left: 100px;
}
span.mr2 {
  padding-left: 151px;
}
span.mr3 {
  padding-left: 164px;
}
.service-btn3 a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  font-family: "Nunito";
  background: #d00a2b;
  padding: 11px 28px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
  margin-left: 0;
  margin-top: 32px;
  border-radius: 5px;
}
.service-btn3 a:hover {
  background-color: #171b2a;
}
a.btn2 i {
  font-size: 15px;
  padding-left: 8px;
}
.single-content3 h3 {
  font-size: 22px;
  margin: 22px 0 27px;
}
.single-content3 p {
  margin-top: -24px;
  width: 80%;
}
/*====================================================
--<	ITplot Service Section Css -->
======================================================*/
.service-section {
  padding-top: 92px;
  padding-bottom: 120px;
  background: #f5f6f9;
  position: relative;
  z-index: 1;
}
.service-section .section-title h1 {
  font-size: 55px;
  font-weight: bold;
  font-family: Rajdhani;
  margin-bottom: 20px;
  margin-top: 9px;
}
.service-single-box:hover {
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
  transform: translateY(-10px);
}
.service-single-box {
  background: #fff;
  padding: 30px 30px;
  overflow: hidden;
  margin-top: 38px;
  transition: 0.5s;
  position: relative;
  margin-right: 30px;
}
.service-thumb {
  overflow: hidden;
}
.service-thumb img {
  transition: 1s;
}
.service-icon i {
  font-size: 25px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #d00a2b;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 40px;
  top: 165px;
}
.service-content h2 {
  font-size: 21px;
  font-weight: bold;
  margin-top: 20px;
}
.service-content a {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  color: #000000;
  transition: 0.5s;
  position: relative;
}
.service-content a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #d00a2b;
  transition: 0.5s;
}
.service-single-box:hover .service-content a {
  color: #d00a2b;
}
.service-single-box:hover .service-content a::before {
  width: 100%;
}
.service-content p {
  width: 90%;
  margin-bottom: 5px;
  transition: 0.5s;
}
.service-single-box:hover .service-thumb img {
  transform: scale(1.1);
}
.service-shape-thumb {
  position: absolute;
  top: 77%;
  left: 14%;
  z-index: -1;
}
.service-shape-thumb2 {
  position: absolute;
  top: 29%;
  right: 15%;
  z-index: -1;
}
.service-shape-thumb3 {
  position: absolute;
  left: 5%;
  bottom: 32%;
}
.owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -69px;
}
.owl-dot {
  display: inline-block;
  background: #d00a2b;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
}
.owl-dot.active {
  border: 1px solid #d00a2b;
  background: transparent;
  width: 15px;
  height: 15px;
  margin-bottom: -3px;
}
/* Style-Two */
.style-two.service-section {
  background: transparent;
}
.style-two.service-section .service-icon i {
  font-size: 60px;
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: transparent;
  color: #d00a2b;
  display: inline-block;
  text-align: center;
  border-radius: 0%;
  position: inherit;
  right: inherit;
  top: inherit;
  transition: 0.5s;
  padding-top: 53px;
}
.style-two.service-section .service-single-box:hover {
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
  transform: translateY(-10px);
}
.style-two.service-section .service-content a {
  margin-bottom: 23px;
  margin-top: 10px;
  transition: 0.5s;
  font-size: 18px;
}
.style-two.service-section .service-content h2 {
  margin-top: 25px;
  margin-bottom: 16px;
  transition: 0.5s;
  font-size: 24px;
}
.style-two.service-section .service-single-box:hover .service-icon i,
.style-two.service-section .service-single-box:hover .service-content h2,
.style-two.service-section .service-single-box:hover .service-content p,
.style-two.service-section .service-single-box:hover .service-content a {
  color: #fff;
}
.style-two.service-section .service-single-box {
  position: relative;
  z-index: 1;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
}
.style-two.service-section .service-single-box:before {
  position: absolute;
  content: "";
  background: #d00a2b;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  visibility: hidden;
  transition: 0.5s;
  z-index: -1;
}
.style-two.service-section .service-content a::before {
  display: none;
}
.style-two.service-section .service-single-box:hover:before {
  height: 100%;
  top: 0;
  visibility: visible;
}
.style-two.service-section .service-single-box:after {
  position: absolute;
  content: "";
  background: url(assets/images/shape-service.png);
  top: 123px;
  left: 191px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
.style-two.service-section .service-single-box:hover:after {
  visibility: visible;
  opacity: 1;
}
/* Style-Three */
.style-three.service-section {
  background: #f5f6f9;
}
.style-three.service-section .section-title h5 {
  font-size: 16px;
  color: #d00a2b;
  font-family: Nunito;
  font-weight: 800;
  margin-bottom: 7px;
}
.style-three.service-section .service-desc p {
  margin-top: 33px;
  width: 77%;
}
.style-three.service-section .service-desc-2 p {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  width: 87%;
}
.style-three.service-section .service-desc-2 p:before {
  position: absolute;
  content: "";
}
.service-btn a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  font-family: Rajdhani;
  background: #0a2c3d;
  padding: 13px 46px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
  margin-left: -15px;
  margin-top: 30px;
}
.service-btn a:before {
  position: absolute;
  content: "";
  background: #d00a2b;
  width: 0%;
  height: 100%;
  top: 0;
  left: -38px;
  z-index: -1;
  transition: 0.5s;
  transform: skew(50deg);
  visibility: hidden;
}
.service-btn a:hover:before {
  width: 180%;
  visibility: visible;
  bottom: 0%;
}
.style1.service-single-box {
  margin-top: 11px;
}
.style-three.service-section .service-single-box {
  background: #fff;
  padding: 30px 41px;
  margin-right: 0;
}
.style-three.service-section .service-single-box:after {
  display: none;
}
.style-three.service-section .service-content a::before {
  display: none;
}
.style-three.service-section .service-desc-2 p:before {
  position: absolute;
  content: "";
  background: #d00a2b;
  width: 2px;
  height: 75px;
  top: 5px;
  left: -15px;
}
.style-three.service-section .service-content h2 {
  margin-top: 22px;
  margin-bottom: 8px;
  transition: 0.5s;
  font-size: 23px;
}
.style-three.service-section .service-content p {
  width: 90%;
  margin-bottom: 0;
  transition: 0.5s;
  font-size: 14px;
}
.style-three.service-section .service-content a {
  margin-bottom: 15px;
  margin-top: 10px;
  transition: 0.5s;
  font-size: 14px;
}
.style-three.service-section .service-icon i {
  font-size: 50px;
  padding-top: 30px;
}
/* style-four */
.style-four.service-section {
  background: #f5f6f9;
}
.style-four.service-section .service-single-box {
  background: #f8f8f8;
  padding: 30px 41px;
  margin-right: 0;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 3%);
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 2px solid #f2f2f2;
}
.style-four.service-section .service-single-box:hover {
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 18%);
  transform: translateY(0px);
}
.style-four.service-section .service-content a::before {
  display: none;
}
.style-four.service-section .service-single-box:before {
  display: none;
}
.style-four.service-section .service-single-box:after {
  background: url(assets/images/service-shape-01.png);
  top: 52px;
  left: 202px;
  background-repeat: no-repeat;
}
.style-four.service-section .service-single-box:hover .service-icon i {
  color: #d00a2b;
}
.style-four.service-section .service-single-box:hover .service-content h2 {
  color: #000000;
}
.style-four.service-section .service-single-box:hover .service-content p {
  color: #5c727d;
}
.style-four.service-section .service-single-box:hover .service-content a {
  color: #d00a2b;
}
.style-four.service-section .service-content a {
  margin-bottom: 26px;
  margin-top: 17px;
}
.style-four.service-section .service-content p {
  width: 90%;
  margin-bottom: 5px;
  transition: 0.5s;
  margin: auto;
}
.style-four.service-section .service-content a i {
  padding-left: 7px;
}
.style-four.service-section .service-meta-top {
  position: absolute;
  top: 27px;
  right: 30px;
  transform: translate(65px, 10px);
  visibility: hidden;
  transition: 0.5s;
}
.style-four.service-section .service-single-box:hover .service-meta-top {
  transform: translate(0px, 10px);
  visibility: visible;
}
.style-four.service-section .service-meta-top span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #d00a2b;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
/* style-five */
.style-five.service-section {
  background: #fff;
}
.style-five.service-section .service-desc p {
  margin-top: 47px;
}
/*====================================================
--<	ITplot Call-Do-Action Section Css -->
======================================================*/
.call-do-action {
  padding-top: 118px;
  padding-bottom: 65px;
}
.row.call-bg {
  background: url(assets/images/call.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 235px;
  padding-bottom: 235px;
  position: relative;
  z-index: 1;
}
.row.call-bg:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(208, 10, 43, 0) 0%,
    rgba(208, 10, 43, 0) 6%,
    rgba(0, 0, 0, 0.7) 52%,
    rgba(0, 0, 0, 0.88) 100%
  );
  z-index: -1;
  width: 100%;
  height: 100%;
}
.call-video-icon a {
  width: 120px;
  height: 120px;
  line-height: 120px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: #d00a2b;
  animation: 1s linear 0s infinite normal none running ripple-blue;
  transition: all 0.5s ease 0s;
  background: #fff;
  margin-left: 13px;
  margin-top: 0;
}
.call-video-icon a i {
  font-size: 20px;
}
/* style-two */
.style-two.call-do-action {
  padding-top: 84px;
  padding-bottom: 0;
  background: #f5f6f9;
  position: relative;
  z-index: 1;
}
.style-two.call-do-action .section-title h5 {
  font-size: 24px;
  color: #d00a2b;
  font-family: "Rajdhani";
  font-weight: 600;
}
.style-two.call-do-action .section-title a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 10px 25px;
  background: #d00a2b;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 34px;
}
.style-two.call-do-action .section-title a:before {
  position: absolute;
  content: "";
  background: #14212a;
  width: 0%;
  height: 100%;
  top: 0;
  left: -38px;
  z-index: -1;
  transition: 0.5s;
  transform: skew(50deg);
  visibility: hidden;
}
.style-two.call-do-action .section-title a:hover:before {
  width: 180%;
  visibility: visible;
  bottom: 0;
}
.style-two.call-do-action .call-thumb {
  margin-top: -155px;
  margin-left: 80px;
}
.call-shape {
  position: absolute;
  top: -3px;
  right: 0;
  z-index: -1;
}
/* style-four */
.style-four.call-do-action {
  padding-top: 0;
  padding-bottom: 65px;
}
.style-four.call-do-action .row.call-bg-2 {
  background: #d00a2b;
  padding: 41px 0 40px 33px;
  margin-bottom: -154px;
  position: relative;
  z-index: 1;
}
.style-four.call-do-action .call-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.style-four.call-do-action .call-content span {
  font-size: 18px;
  color: #fff;
}
.style-four.call-do-action .call-btn {
  text-align: right;
}
.style-four.call-do-action .call-btn a {
  display: inline-block;
  color: #3f5261;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  font-family: "Rajdhani";
  background: #fff;
  padding: 18px 47px;
  margin-right: 37px;
  margin-top: 14px;
  transition: 0.5s;
}
.style-four.call-do-action .call-btn a:hover {
  background: #0a2c3d;
  color: #fff;
}
/* Style-Five */
.style-five.call-do-action {
  padding-top: 105px;
  padding-bottom: 115px;
  background: url(assets/images/call-bg.jpg);
  position: relative;
  z-index: 1;
}
.style-five.call-do-action:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.style-five.call-do-action .call-video-icon a {
  width: 130px;
  height: 130px;
  line-height: 130px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: #d00a2b;
  animation: 1s linear 0s infinite normal none running ripple-blue;
  transition: all 0.5s ease 0s;
  background: #fff;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  position: relative;
}
.style-five.call-do-action .call-video-icon a i {
  font-size: 27px;
  display: inline-block;
  position: relative;
  top: 6px;
  left: 3px;
}
.style-five.call-do-action .call-content h1 {
  font-size: 55px;
  color: #fff;
  margin-top: 55px;
  font-weight: 700;
}
.style-five.call-do-action .call-content h2 {
  font-size: 55px;
  color: #fff;
  font-weight: 700;
  margin-top: 30px;
}
/*====================================================
--<	ITplot Feature Section Css -->
======================================================*/
.feature-section {
  padding-top: 0px;
  padding-bottom: 118px;
}
.single-feature-box {
  background: #f5f6f9;
  padding: 53px 0 50px;
  transition: 0.5s;
  position: relative;
  margin-bottom: 30px;
}
.single-feature-box:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #d00a2b;
  height: 5px;
  width: 0%;
  transition: 0.5s;
}
.single-feature-box:hover:before {
  width: 100%;
}
.single-feature-box:hover {
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
  background: #fff;
  transform: translateY(-10px);
}
.feature-num span {
  font-size: 18px;
  font-weight: 600;
  font-family: poppins;
  color: #000000;
}
.feature-content h2 {
  font-size: 22px;
  text-transform: uppercase;
}
.feature-content p {
  font-size: 15px;
  width: 80%;
  margin: 9px auto 0;
}
.feature-icon i {
  display: inline-block;
  font-size: 55px;
  color: #d00a2b;
  margin-top: 29px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  background: #fff;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.single-feature-box:hover .feature-icon i {
  color: #fff;
}
.feature-icon i:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #d00a2b;
  z-index: -1;
  transform: scale(0);
  transition: 0.5s;
  color: #fff;
}
.single-feature-box:hover .feature-icon i:after {
  transform: scale(1);
}
/* Style-Two */
.style-two.feature-section {
  padding-top: 110px;
  padding-bottom: 130px;
  background: #f5f6f9;
  position: relative;
  z-index: 1;
}
.style-two.feature-section .section-title p {
  position: relative;
  padding-left: 15px;
  padding-top: 37px;
  margin-bottom: 9px;
}
.style-two.feature-section .section-title p:before {
  position: absolute;
  content: "";
  top: 38px;
  left: 2px;
  background: #d00a2b;
  width: 2px;
  height: 50px;
}
.style-two.feature-section .single-feature-box {
  background: transparent;
  padding: 0;
  transition: 0.5s;
  position: relative;
  margin-bottom: 4px;
}
.style-two.feature-section .single-feature-box:hover {
  box-shadow: none;
  background: transparent;
  transform: none;
}
.style-two.feature-section .single-feature-box:before {
  display: none;
}
.style-two.feature-section .feature-icon i {
  display: inline-block;
  font-size: 30px;
  color: #000000;
  margin-top: 29px;
  width: 70px;
  line-height: 70px;
  background: #fff;
  transition: 0.5s;
  border-radius: 50%;
}
.style-two.feature-section .single-feature-box:hover .feature-icon i {
  color: #fff;
}
.style-two.feature-section .feature-icon i:after {
  border-radius: 50%;
}
.style-two.feature-section .feature-content {
  padding-left: 25px;
  padding-top: 25px;
}
.style-two.feature-section .feature-content h2 {
  font-size: 24px;
  text-transform: capitalize;
}
.style-two.feature-section .feature-content p {
  font-size: 15px;
  width: 65%;
  margin: 8px 0 0;
}
.style-two.feature-section .feature-shape {
  position: absolute;
  right: 255px;
  bottom: 148px;
  z-index: -1;
}
/* Style-Three */
.style-three.feature-section {
  padding-top: 0px;
  padding-bottom: 0;
  margin-top: -62px;
}
.style-three.feature-section .feature-items {
  background: #fff;
  padding: 35px 30px 35px;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
  position: relative;
  z-index: 1;
}
.style-three.feature-section .feature-items:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: #d11030;
  width: 100%;
  height: 2px;
  transition: 0.5s;
  z-index: -1;
  transform: scale(0);
}
.style-three.feature-section .feature-items:hover:before {
  transform: scale(1);
}
.style-three.feature-section .feature-icon i {
  display: inline-block;
  font-size: 23px;
  margin-top: 0px;
  width: 50px;
  line-height: 50px;
  height: 50px;
  transition: 0.5s;
  border-radius: 50%;
  background-color: #fae6e9;
  color: #df546c;
}
.style-three.feature-section .feature-content {
  padding-left: 21px;
}
.style-three.feature-section .feature-content h2 {
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 0;
  color: #3c464f;
}
.style-three.feature-section .feature-content span {
  font-size: 14px;
}
/* style-four */
.style-four.feature-section {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #14212b;
  position: relative;
  z-index: 1;
}
.style-four.feature-section .section-title {
  padding-top: 110px;
  padding-bottom: 21px;
}
.style-four.feature-section .feature-icon i {
  display: inline-block;
  font-size: 12px;
  color: #eff0f0;
  margin-top: 35px;
  width: 32px;
  line-height: 32px;
  background: #1a3042;
  transition: 0.5s;
  border-radius: 50%;
}
.style-four.feature-section .section-title h1 {
  color: #eff0f0;
}
.style-four.feature-section .section-title h2 {
  color: #eff0f0;
}
.icon-content {
  margin-top: 32px;
  padding-left: 18px;
}
.icon-content span {
  font-size: 18px;
  font-family: "Nunito";
  font-weight: 600;
  color: #eff0f0;
}
.style-four.feature-section .feature-thumb {
  margin-left: 65px;
}
.style-four.feature-section .feature-video {
  position: absolute;
  top: 42%;
  right: -51%;
  margin: 0 auto;
}
.style-four.feature-section .feature-video a {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #d00a2b;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  animation: 1s linear 0s infinite normal none running ripple-blue;
}
/* style-five */
.style-five.feature-section .feature-thumb {
  margin-left: 0;
}

.style-five.feature-section .section-title h5 {
  color: #fff;
}
.style-five.feature-section .section-title {
  padding-top: 0;
  padding-bottom: 0;
}
/*====================================================
--<	ITplot Portfolio Section Css -->
======================================================*/
.portfolio_area {
  padding-top: 98px;
  padding-bottom: 100px;
}
.portfolio_menu {
  margin-top: 4px;
  margin-bottom: 50px;
}
.dreamit-single-portfolio {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 30px;
}
.portfolio_menu ul li {
  list-style: none;
  display: inline;
  cursor: pointer;
  text-transform: uppercase;
  margin-right: 40px;
  font-weight: 700;
  color: #182a3d;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.portfolio_nav {
  margin-top: 16px;
}
.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
  color: #d00a2b;
  border-bottom: 2px solid #d00a2b;
}
.dreamit-portfolio-thumb {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
}
.portfolio_area .dreamit-portfolio-thumb img {
  transition: 0.5s;
  overflow: hidden;
  width: 93%;
  margin-bottom: 10px;
}
.dreamit-portfolio-thumb:before {
  position: absolute;
  content: "";
  width: 93%;
  height: 98%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0px;
  transition: 0.5s;
  opacity: 0;
}
.dreamit-single-portfolio:hover .dreamit-portfolio-thumb:before {
  opacity: 1;
}
.fortfolio-title {
  position: absolute;
  bottom: 52px;
  left: 40px;
  z-index: 9;
  transform: translate(0px, 81px);
  opacity: 0;
  transition: 0.5s;
}
.dreamit-single-portfolio:hover .fortfolio-title {
  transform: translate(0px, 0px);
  opacity: 1;
}
.fortfolio-addrees {
  position: absolute;
  top: 45px;
  right: 59px;
  z-index: 1;
}
.fortfolio-title h3 a {
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.fortfolio-title span {
  color: #fff;
}
.portfolio-icon {
  color: #fff;
  border: 1px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  transform: translate(90px, 0px);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.portfolio-icon:hover {
  color: #fff;
}
.dreamit-single-portfolio:hover .portfolio-icon {
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
}
.style2.dreamit-single-portfolio .dreamit-portfolio-thumb:before {
  position: absolute;
  content: "";
  width: 93%;
  height: 98%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0px;
  transition: 0.5s;
  opacity: 0;
}
.style2.dreamit-single-portfolio:hover .dreamit-portfolio-thumb:before {
  opacity: 1;
}
.style2.dreamit-single-portfolio .fortfolio-title {
  position: absolute;
  bottom: 25px;
  left: 50px;
  z-index: 9;
  transform: translate(0px, 81px);
  opacity: 0;
  transition: 0.5s;
}
.style2.dreamit-single-portfolio:hover .fortfolio-title {
  transform: translate(0px, 0px);
  opacity: 1;
}
.style2.dreamit-single-portfolio .portfolio-icon {
  color: #fff;
  border: 1px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  transform: translate(100px, 0px);
  transition: 0.5s;
}
.style2.dreamit-single-portfolio:hover .portfolio-icon {
  transform: translate(0px, 0px);
}
.style3.dreamit-single-portfolio .dreamit-portfolio-thumb:before {
  position: absolute;
  content: "";
  width: 93%;
  height: 98%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0px;
  transition: 0.5s;
  opacity: 0;
}
.style3.dreamit-single-portfolio:hover .dreamit-portfolio-thumb:before {
  opacity: 1;
}
.style3.dreamit-single-portfolio .fortfolio-title {
  position: absolute;
  bottom: 25px;
  left: 50px;
  z-index: 9;
  transform: translate(0px, 81px);
  opacity: 0;
  transition: 0.5s;
}
.style3.dreamit-single-portfolio:hover .fortfolio-title {
  transform: translate(0px, 0px);
  opacity: 1;
}
.style3.dreamit-single-portfolio .portfolio-icon {
  color: #fff;
  border: 1px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  transform: translate(100px, 0px);
  transition: 0.5s;
}
.style3.dreamit-single-portfolio:hover .portfolio-icon {
  transform: translate(0px, 0px);
}
.style4.dreamit-single-portfolio .dreamit-portfolio-thumb:before {
  position: absolute;
  content: "";
  width: 93%;
  height: 98%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0px;
  transition: 0.5s;
  opacity: 0;
}
.style4.dreamit-single-portfolio:hover .dreamit-portfolio-thumb:before {
  opacity: 1;
}
.style4.dreamit-single-portfolio .fortfolio-title {
  position: absolute;
  bottom: 25px;
  left: 50px;
  z-index: 9;
  transform: translate(0px, 81px);
  opacity: 0;
  transition: 0.5s;
}
.style4.dreamit-single-portfolio:hover .fortfolio-title {
  transform: translate(0px, 0px);
  opacity: 1;
}
.style4.dreamit-single-portfolio .portfolio-icon {
  color: #fff;
  border: 1px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  transform: translate(100px, 0px);
  transition: 0.5s;
}
.style4.dreamit-single-portfolio:hover .portfolio-icon {
  transform: translate(0px, 0px);
}
.style5.dreamit-single-portfolio .dreamit-portfolio-thumb:before {
  position: absolute;
  content: "";
  width: 93%;
  height: 98%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0px;
  transition: 0.5s;
  opacity: 0;
}
.style5.dreamit-single-portfolio:hover .dreamit-portfolio-thumb:before {
  opacity: 1;
}
.style5.dreamit-single-portfolio .fortfolio-title {
  position: absolute;
  bottom: 25px;
  left: 50px;
  z-index: 9;
  transform: translate(0px, 81px);
  opacity: 0;
  transition: 0.5s;
}
.style5.dreamit-single-portfolio:hover .fortfolio-title {
  transform: translate(0px, 0px);
  opacity: 1;
}
.style5.dreamit-single-portfolio .portfolio-icon {
  color: #fff;
  border: 1px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  transform: translate(100px, 0px);
  transition: 0.5s;
}
.style5.dreamit-single-portfolio:hover .portfolio-icon {
  transform: translate(0px, 0px);
}
.style6.dreamit-single-portfolio .dreamit-portfolio-thumb:before {
  position: absolute;
  content: "";
  width: 93%;
  height: 98%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0px;
  transition: 0.5s;
  opacity: 0;
}
.style6.dreamit-single-portfolio:hover .dreamit-portfolio-thumb:before {
  opacity: 1;
}
.style6.dreamit-single-portfolio .fortfolio-title {
  position: absolute;
  bottom: 25px;
  left: 50px;
  z-index: 9;
  transform: translate(0px, 81px);
  opacity: 0;
  transition: 0.5s;
}
.style6.dreamit-single-portfolio:hover .fortfolio-title {
  transform: translate(0px, 0px);
  opacity: 1;
}
.style6.dreamit-single-portfolio .portfolio-icon {
  color: #fff;
  border: 1px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  transform: translate(100px, 0px);
  transition: 0.5s;
}
.style6.dreamit-single-portfolio:hover .portfolio-icon {
  transform: translate(0px, 0px);
}
.portfolio-btn a {
  display: inline-block;
  background: #14212a;
  color: #fff;
  padding: 14px 38px;
  text-decoration: none;
  margin-left: -60px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 18px;
}
.portfolio-btn a:before {
  position: absolute;
  content: "";
  background: #d00a2b;
  width: 0%;
  height: 100%;
  top: 0;
  left: -38px;
  z-index: -1;
  transition: 0.5s;
  transform: skew(50deg);
  visibility: hidden;
}
.portfolio-btn a:hover:before {
  width: 180%;
  visibility: visible;
  bottom: 0;
}
/* Style-Two */
.style-two.portfolio_area {
  padding-top: 98px;
  padding-bottom: 33px;
}
.style-two.portfolio_area .fortfolio-addrees {
  position: absolute;
  top: 45px;
  right: 117px;
  z-index: 1;
}
.style-two.portfolio_area .dreamit-single-portfolio {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 25px;
  margin-right: 24px;
}
.pt-30 {
  padding-top: 0;
}
.portfolio_nav {
  margin-top: 0;
}
.style-two.portfolio_area .dreamit-portfolio-thumb:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 99%;
  background: rgba(228, 10, 43, 0.75);
  top: 0;
  left: 0px;
  transition: 0.5s;
  opacity: 0;
}
.style-two.portfolio_area .dreamit-portfolio-thumb img {
  transition: 0.5s;
  overflow: hidden;
  width: 100%;
}
.style-two.portfolio_area .portfolio-icon {
  color: #fff;
  border: none;
  width: inherit;
  height: inherit;
  line-height: inherit;
  display: inline-block;
  text-align: center;
  border-radius: 0;
  transform: translate(-307px, 0px);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  font-size: 25px;
  margin-left: 12px;
}
.style-two.portfolio_area .dreamit-single-portfolio:hover .portfolio-icon {
  transform: translate(-218px, 0px);
  opacity: 1;
  visibility: visible;
}
.style-two.portfolio_area
  .style2.dreamit-single-portfolio
  .dreamit-portfolio-thumb:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 97%;
  background: rgba(228, 10, 43, 0.75);
  top: 0;
  left: 0px;
  transition: 0.5s;
  opacity: 0;
}
.style-two.portfolio_area
  .style3.dreamit-single-portfolio
  .dreamit-portfolio-thumb:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 97%;
  background: rgba(228, 10, 43, 0.75);
  top: 0;
  left: 0px;
  transition: 0.5s;
  opacity: 0;
}
.style-two.portfolio_area
  .style4.dreamit-single-portfolio
  .dreamit-portfolio-thumb:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 97%;
  background: rgba(228, 10, 43, 0.75);
  top: 0;
  left: 0px;
  transition: 0.5s;
  opacity: 0;
}
.style-two.portfolio_area
  .style5.dreamit-single-portfolio
  .dreamit-portfolio-thumb:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 97%;
  background: rgba(228, 10, 43, 0.75);
  top: 0;
  left: 0px;
  transition: 0.5s;
  opacity: 0;
}
.style-two.portfolio_area
  .style6.dreamit-single-portfolio
  .dreamit-portfolio-thumb:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 97%;
  background: rgba(228, 10, 43, 0.75);
  top: 0;
  left: 0px;
  transition: 0.5s;
  opacity: 0;
}
.style-two.portfolio_area
  .dreamit-single-portfolio:hover
  .dreamit-portfolio-thumb:before {
  opacity: 1;
}
.style-two.portfolio_area .portfolio-text {
  margin-top: 55px;
}
.portfolio-text p {
  position: relative;
  z-index: 1;
}
.portfolio-text p:before {
  position: absolute;
  content: "";
  top: 5px;
  left: -13px;
  background: #d00a2b;
  height: 103px;
  width: 3px;
}
/* Style-Five */
.style-five.portfolio_area
  .dreamit-single-portfolio
  .dreamit-portfolio-thumb:before {
  height: 13%;
  background: rgba(0, 0, 0, 0.5);
  top: 674px;
}
.style-five.portfolio_area
  .style3.dreamit-single-portfolio
  .dreamit-portfolio-thumb:before {
  height: 26%;
  background: rgba(0, 0, 0, 0.5);
  top: 277px;
}
.style-five.portfolio_area
  .style4.dreamit-single-portfolio
  .dreamit-portfolio-thumb:before {
  height: 26%;
  background: rgba(0, 0, 0, 0.5);
  top: 277px;
}
.style-five.portfolio_area
  .style5.dreamit-single-portfolio
  .dreamit-portfolio-thumb:before {
  height: 26%;
  background: rgba(0, 0, 0, 0.5);
  top: 277px;
}
.style-five.portfolio_area
  .style6.dreamit-single-portfolio
  .dreamit-portfolio-thumb:before {
  height: 26%;
  background: rgba(0, 0, 0, 0.5);
  top: 277px;
}
.style-five.portfolio_area .fortfolio-title {
  bottom: 25px;
}
.style-five.portfolio_area .style3.dreamit-single-portfolio .fortfolio-title {
  bottom: 25px;
}
.style-five.portfolio_area .style4.dreamit-single-portfolio .fortfolio-title {
  bottom: 25px;
}
.style-five.portfolio_area .style5.dreamit-single-portfolio .fortfolio-title {
  bottom: 25px;
}
.style-five.portfolio_area .style6.dreamit-single-portfolio .fortfolio-title {
  bottom: 25px;
}
/* single-style */
.portfolio-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.portfolio-section .section-title h1 {
  font-size: 55px;
  font-weight: bold;
  font-family: Rajdhani;
  margin-bottom: 80px;
  margin-top: 16px;
}
.thumb-content span {
  font-size: 14px;
  font-weight: 600;
}
.thumb-content h2 {
  font-size: 26px;
  font-weight: 700;
}
.thumb-content a {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #d00a2b;
}
.thumb-content h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}
.thumb-content {
  background: #fff;
  padding: 20px 30px 22px;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
  width: 80%;
  position: relative;
  bottom: 66px;
  left: 19px;
}
/* Portfolio-Details */
.portfolio-details {
  padding-top: 80px;
  padding-bottom: 80px;
}
.blog-content h2 {
  font-size: 28px;
  font-weight: 800;
  margin-left: 32px;
}
.single-content {
  margin-left: 52px;
}
.single-content h2 {
  font-size: 18px;
  margin-top: 17px;
  position: relative;
}
.single-content h2:before {
  position: absolute;
  content: "";
  bottom: -9px;
  left: 0;
  background: #d5dce9;
  width: 100%;
  height: 2px;
}
.single-content h2 span {
  font-size: 16px;
  padding-left: 166px;
  font-family: "Nunito";
  font-weight: 600;
  color: #133344;
}
span.ml2 {
  margin-left: 70px;
}
span.ml3 {
  margin-left: 47px;
}
span.ml4 {
  margin-left: 10px;
}
span.ml5 {
  margin-left: 50px;
}
.single-content span a {
  margin-left: 10px;
  transition: 0.5s;
}
.single-content span a :hover {
  color: #d11030;
}
span.ml6 {
  margin-left: 58px;
}
.text1 p {
  margin: 32px 0 39px;
}
/*====================================================
--<	ITplot Counterup Section Css -->
======================================================*/
.counterup-section {
  padding-bottom: 105px;
  padding-top: 35px;
}
.count-items {
  position: relative;
  z-index: 1;
}
.count-items:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 30px;
  background: #f2bcc5;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.counter-icon i {
  font-size: 45px;
  color: #d00a2b;
  display: inline-block;
}
.count h2 {
  font-size: 41px;
  margin-top: 31px;
  margin-bottom: 13px;
}
.count span {
  font-size: 20px;
}
/* style-five */
.style-five.counterup-section {
  padding-bottom: 75px;
  background: #f5f6f9;
  padding-top: 66px;
}
.style-five.counterup-section .style2.count-items {
  position: relative;
  z-index: 1;
}
.style-five.counterup-section .style2.count-items:after {
  position: absolute;
  content: "";
  top: -66px;
  left: -23px;
  background: #fff;
  height: 299px;
  width: 330px;
  z-index: -1;
}
/*====================================================
--<	ITplot Progress Bar Section Css -->
======================================================*/
.progress-section {
  background: #f5f6f9;
  padding-top: 97px;
  padding-bottom: 117px;
}
.progress-section .section-title p {
  width: 72%;
  margin-top: 14px;
  margin-bottom: 30px;
}
.progressbar {
  display: inline-block;
  text-align: center;
}
.circle {
  width: 200px;
  margin: 6px 6px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
}
.circle canvas {
  width: 160px !important;
  transform: rotate(90deg);
}
.circle strong {
  position: absolute;
  top: 37%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 45px;
  color: #d00a2b;
  font-family: "Rajdhani";
}
.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}
.circle span {
  color: #d00a2b;
  margin-top: 12px;
}
.skill-content h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  font-family: "Rajdhani";
  color: #020242;
  text-transform: uppercase;
}
.skill-content span {
  margin-top: 12px;
  color: #2f4c78;
}
.skill-content {
  margin-top: -10px;
}
#contact_form2 {
  position: relative;
}
input.email-control {
  width: 422px;
  height: 53px;
  padding-left: 20px;
  outline: 0;
  border: none;
}
input.email-control::placeholder {
  color: #9098bc;
}
.btn-control2 {
  position: absolute;
  right: 37%;
  bottom: 25%;
  border: none;
  background: #d00a2b;
  color: #fff;
  padding: 10px 22px;
  border-radius: 0;
  margin-bottom: -10px;
  margin-right: -18px;
  font-family: "Rajdhani";
  font-size: 16px;
  font-weight: 600;
}
/* style-four */
.style-four.progress-section {
  background: #f5f6f9;
  padding-top: 100px;
  padding-bottom: 115px;
}
.style-four.progress-section .section-title p {
  margin-bottom: 39px;
}
.style-four.progress-section .progress-btn a {
  font-size: 18px;
  background: #d00a2b;
  color: #fff;
  text-decoration: none;
  padding: 16px 30px;
  transition: 0.5s;
}
.style-four.progress-section .progress-btn a:hover {
  background: #0a2c3d;
}
/* Style-Five */
.style-five.progress-section {
  background: #fff;
  padding-top: 11px;
  padding-bottom: 100px;
}
/*====================================================
--<	ITplot Pricing Plan Section Css -->
======================================================*/
.pricing-plan-section {
  padding-top: 80px;
  padding-bottom: 95px;
}
.pricing-plan-section .row {
  margin-top: 42px;
}
.pricing-plan-section .section-title h1 {
  margin-bottom: 15px;
}
.pricing-items {
  background: #fff;
  padding: 40px 0 47px;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.pricing-items:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(0);
  border: 1px solid #d00a2b;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.pricing-items:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.prticing-icon {
  position: relative;
  z-index: 1;
}
.prticing-icon i {
  font-size: 50px;
  width: 115px;
  height: 115px;
  line-height: 115px;
  text-align: center;
  background: #f5f6f9;
  border-radius: 100%;
  color: #d00a2b;
}
.prticing-icon span {
  position: absolute;
  left: 0;
  top: 0;
  background: #14212a;
  color: #fff;
  padding: 3px 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Nunito";
  font-weight: bold;
  border-radius: 0 20px 20px 0;
  transition: 0.5s;
}
.pricing-items:hover .prticing-icon span {
  background: #d00a2b;
}
.pricing-title h2 {
  display: inline-block;
  font-size: 45px;
  margin-top: 33px;
}
.pricing-title span {
  font-weight: 600;
}
.pricing-body {
  margin-top: 30px;
}
.pricing-body ul li {
  list-style: none;
  font-weight: 600;
  margin-bottom: 14px;
}
.pricing-btn a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  font-family: Rajdhani;
  background: #0a2c3d;
  padding: 12px 43px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
  margin-left: -15px;
  margin-top: 30px;
}
.pricing-btn a:before {
  position: absolute;
  content: "";
  background: #d00a2b;
  width: 0%;
  height: 100%;
  top: 0;
  left: -38px;
  z-index: -1;
  transition: 0.5s;
  transform: skew(50deg);
  visibility: hidden;
}
.pricing-items:hover .pricing-btn a:before {
  width: 180%;
  visibility: visible;
  bottom: 0%;
}
/*====================================================
--<	ITplot Team-Member Section Css -->
======================================================*/
.team-member-section {
  padding-top: 100px;
  padding-bottom: 98px;
}
.team-member-section .section-title {
  margin-bottom: 43px;
}
.team-items {
  transition: 0.5s;
  overflow: hidden;
  margin-bottom: 30px;
}
.team-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team-thumb img {
  transition: 1s;
}
.team-items:hover .team-thumb img {
  transform: scale(1.1);
}
.team-social-icon {
  position: absolute;
  top: 20px;
  right: 35px;
  transform: translate(17px, 0px);
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}
.team-items:hover .team-social-icon {
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
}
.team-social-icon a {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #fff;
  color: #78839f;
  margin-bottom: 8px;
  transition: 0.5s;
}
.team-social-icon a:hover {
  color: #fff;
  background: #d00a2b;
}
.team-content h2 {
  font-size: 22px;
  font-family: "Josefin Sans";
  font-weight: 700;
}
.team-content span {
  color: #d00a2b;
}
/* style-four */
.style-four.team-member-section .team-thumb img {
  transition: 1s;
  width: 100%;
}
.style-four.team-member-section .team-content {
  margin-top: 20px;
  text-align: center;
}
.style-four.team-member-section .team-content span {
  color: #b7c1d0;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.style-four.team-member-section .team-content h2 {
  font-size: 22px;
  font-family: "Rajdhani";
  font-weight: 700;
  color: #0c1f34;
  margin-top: -4px;
}
/* landing-style */
.landing.team-member-section {
  padding-top: 100px;
  padding-bottom: 50px;
}
/*====================================================
--<	ITplot skill Section Css -->
======================================================*/
.skill-section {
  background: #f5f6f9;
  padding-top: 120px;
  padding-bottom: 122px;
  position: relative;
  z-index: 1;
}
.row.skill-bg {
  background: #fff;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
  padding: 90px 35px 90px 86px;
  margin-left: 250px;
}
.skill-section .section-title p {
  margin-top: 34px;
  margin-bottom: 14px;
}
/* progress-bar */
.skill-item {
  margin-bottom: 10px;
  position: relative;
  border-bottom: 2px solid #e4e4e4;
  padding-bottom: 14px;
}
.skill-title,
.skill-percentage {
  font-family: Heebo;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.skill-percentage {
  position: absolute;
  top: 0;
  right: 0;
}
.count-box {
  border-radius: 3px;
  text-align: center;
  margin-top: -10px;
  color: #000000;
  font-size: 18px;
  font-family: Heebo;
  font-weight: 500;
}
.bar-inner {
  width: 100%;
  height: 5px;
  background: #e4e4e4;
  border-radius: 5px;
  position: relative;
  margin: -2px;
}
.progress-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 5px;
  background: #d00a2b;
  border-radius: 5px;
  transition: 3s;
}
.skill-thumb {
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.skill-thumb:before {
  background: url(assets/images/img-bg1.png);
  content: "";
  position: absolute;
  width: 190px;
  height: 226px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  right: 0;
  top: 0;
  z-index: -1;
  transition: 1s;
}
.skill-thumb:after {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  transition: 1s;
}
.skill-thumb:hover:after {
  -webkit-animation: shine 2s;
  animation: shine 2s;
}
/* animation */
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* animation */
.skill-thumb img {
  margin-left: 60px;
}
.skill-shape {
  position: absolute;
  top: 110px;
  left: 237px;
  z-index: -1;
}
.skill-shape img {
  transform: rotate(180deg);
}
/*====================================================
--<	ITplot Working-Progress Section Css -->
======================================================*/
.working-process-section {
  padding-top: 105px;
  padding-bottom: 95px;
}
.work-single-content {
  float: right;
  margin-right: 0;
  margin-top: 55px;
  position: relative;
}
.work-single-content:before {
  position: absolute;
  content: "";
  background: #b9b9b9;
  height: 27px;
  width: 2px;
  left: 168px;
  right: 0;
  margin: auto;
  top: 30px;
}
.style2-none.work-single-content:before {
  display: none;
}
.work-counterup h1 {
  font-size: 55px;
  font-weight: 700;
  display: inline-block;
}
.work-counterup span {
  font-weight: 400;
  display: inline-block;
  font-size: 55px;
  font-family: "Rajdhani";
  color: #000000;
}
.work-title {
  margin-top: 6px;
}
.work-title span {
  font-size: 16px;
  font-family: "Poppins";
  text-transform: uppercase;
}
.single-work-box {
  margin-top: 50px;
  background: #fff;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
  padding: 25px 0 5px;
  transition: 0.5s;
}
.work-content h2 {
  font-size: 25px;
  font-weight: 700;
  color: #0c1e34;
  margin-top: 22px;
}
.work-icon i {
  display: inline-block;
  height: 85px;
  width: 85px;
  line-height: 85px;
  background: #fef5f8;
  text-align: center;
  border-radius: 50%;
  color: #d00a2b;
  font-size: 45px;
  position: relative;
  transition: 0.5s;
  z-index: 1;
}
.single-work-box:hover {
  background: #f1f5fe;
}
.single-work-box:hover .work-icon i {
  color: #fff;
}
.work-icon i:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #14212a;
  z-index: -1;
  transform: scale(0);
  border-radius: 50%;
  transition: 0.5s;
  color: #fff;
}
.single-work-box:hover .work-icon i:after {
  transform: scale(1);
}
.work-icon-bottom i {
  display: inline-block;
  box-shadow: 8px 0px 16px 0 rgb(0 0 0 / 17%);
  color: #d00a2b;
  margin-top: 0;
  position: relative;
  background: #fff;
  top: 21px;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin: auto;
  transition: 0.5s;
}
.single-work-box:hover .work-icon-bottom i {
  background-color: #14212a;
  color: #fff;
}
/* Landing-Style */
.landing.working-process-section {
  background: #f5f6f9;
}
/*====================================================
--<	ITplot Case-Study Section Css -->
======================================================*/
.case-study-section {
  padding-top: 28px;
  padding-bottom: 100px;
}
.single-case-study {
  margin-right: 31px;
  overflow: hidden;
}
.case-thumb {
  position: relative;
  z-index: 1;
}
.case-thumb:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(208, 10, 43, 0) 0%,
    rgba(208, 10, 43, 0) 6%,
    rgba(208, 10, 43, 0.7) 52%,
    rgba(208, 10, 43, 0.88) 100%
  );
  height: 100%;
  transition: 0.5s;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.single-case-study:hover .case-thumb:before {
  opacity: 1;
  visibility: visible;
}
.case-thumb img {
  transition: 1s;
  width: 100%;
}
.single-case-study:hover .case-thumb img {
  transform: scale(1.2);
}
.case-content h2 {
  font-size: 26px;
  font-weight: 700;
}
.case-content h6 {
  margin-top: -5px;
  font-weight: 600;
  font-size: 16px;
  color: #d00a2b;
}
.case-content {
  background: #fff;
  width: 80%;
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 23px 0 25px 37px;
  transition: 0.5s;
  opacity: 1;
  z-index: 1;
  transform: translateY(163px);
}
.case-thumb:hover .case-content {
  opacity: 1;
  transform: translate(0px);
  visibility: visible;
}
.case-content a {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  top: 28px;
  right: 30px;
  background: #d00a2b;
  height: 66px;
  width: 66px;
  line-height: 66px;
  text-align: center;
  color: #fff;
  font-size: 35px;
}
/*====================================================
--<	ITplot Contact-Us Section Css -->
======================================================*/
.contact-us {
  padding-bottom: 90px;
  padding-top: 55px;
}
.contact-us .section-title h1 {
  margin-bottom: 20px;
  margin-top: 12px;
}
.section-title p {
  width: 78%;
  margin-top: 5px;
  margin: 25px 0;
}
.contact-box {
  margin-bottom: 13px;
}
.contact-icon i {
  font-size: 25px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  box-shadow: 8px 0px 16px 0 rgb(0 0 0 / 17%);
  display: inline-block;
  margin-right: 22px;
  text-align: center;
  border-radius: 50%;
  color: #d00a2b;
  position: relative;
  z-index: 1;
}
.contact-icon i:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #d00a2b;
  z-index: -1;
  transform: scale(0);
  border-radius: 50%;
  transition: 0.5s;
}
.contact-box:hover .contact-icon i:after {
  transform: scale(1);
}
.contact-box:hover .contact-icon i {
  color: #fff;
}
.contact-content h2 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  color: #232323;
}
#contact_form {
  background: #f7f7f7;
  padding: 58px 60px 52px 60px;
}
.contact-form {
  margin-bottom: 30px;
  position: relative;
}
.contact-style {
  width: 100%;
  height: 60px;
  padding-left: 20px;
  background: #fff;
  border: none;
  outline: 0;
}
.contact-style-msg {
  width: 100%;
  height: 185px;
  padding-left: 20px;
  background: #fff;
  border: none;
  outline: 0;
  padding-top: 20px;
}
.contact-form i {
  position: absolute;
  left: 88%;
  right: 0;
  margin-top: 20px;
  font-size: 14px;
  color: #d00a2b;
}
.contact-form-msg {
  position: relative;
}
.contact-form-msg i {
  position: absolute;
  right: 20px;
  margin-top: 29px;
  font-size: 14px;
  color: #d00a2b;
}
.select-option {
  margin-bottom: 30px;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  border: none;
  outline: 0;
  color: #667987;
  background: #fff;
}
.select-option::placeholder {
  color: #f00;
}
.form-option-contact {
  background: #fff;
  border: none;
  outline: 0;
}
.button {
  float: right;
  font-size: 16px;
  font-family: "Rajdhani";
  font-weight: 600;
  background: #14212a;
  color: #fff;
  padding: 16px 38px 16px;
  border: none;
  text-transform: uppercase;
  margin-top: 23px;
}
.contact-button i {
  position: absolute;
  right: 20%;
  margin-top: 46px;
  font-size: 11px;
  color: #fff;
  margin-right: 6px;
}
/* style-four */
.style-four.contact-us {
  padding-bottom: 90px;
  padding-top: 110px;
}
/* single-style */
.single-style.contact-us .section-title h1 {
  margin-bottom: 20px;
  margin-top: 12px;
  line-height: 58px;
  font-size: 42px;
  margin-bottom: 50px;
}
.single-style.contact-us .contact-icon {
  margin-top: 8px;
}
.single-style.contact-us .contact-icon i {
  background: #d00a2b;
  color: #fff;
}
.single-style.contact-us .contact-box {
  margin-bottom: 30px;
  transition: 0.5s;
}
.single-style.contact-us .contact-box:hover {
  background: #fcebee;
  border-radius: 150px 128px 128px 150px;
  margin-top: 0;
}
.single-style.contact-us .contact-content h2 {
  font-size: 15px;
  margin-bottom: -6px;
}
/* Error-Section */
.error-section {
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.error-shape-2 {
  margin-top: -520px;
  margin-left: 0;
}
.error-content {
  margin-top: 40px;
}
.error-content h2 {
  margin-bottom: 20px;
  font-size: 41px;
  color: #0a2c3d;
}
.error-btn a {
  display: inline-block;
  text-decoration: none;
  padding: 11px 30px;
  background: #d00a2b;
  color: #fff;
  font-size: 16px;
  font-family: "Nunito";
  border-radius: 5px;
}
.error-btn a {
  display: inline-block;
  text-decoration: none;
  padding: 11px 30px;
  background: #d00a2b;
  color: #fff;
  font-size: 16px;
  font-family: "Nunito";
  border-radius: 5px;
  margin-top: 30px;
  transition: 0.5s;
}
.error-btn a:hover {
  background: #022d62;
}
/* landing */
.landing.contact-us {
  padding-bottom: 80px;
  padding-top: 100px;
}
/*====================================================
--<	ITplot Testimnial Section Css -->
======================================================*/
.testimonial-section {
  background: #f5f6fa;
  padding-top: 108px;
  padding-bottom: 140px;
  position: relative;
  z-index: 1;
}
.testimonial-section .section-title h1 {
  margin-bottom: 52px;
  margin-top: 10px;
}
.testimonial-section:before {
  position: absolute;
  bottom: 0;
  left: -17%;
  content: "";
  background: url(assets/images/testi3.png);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.testi-thumb {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.testi-thumb:before {
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(assets/images/testi2.png);
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
}
.testi-thumb img {
  background: #fff;
  padding: 8px;
  box-shadow: 15px 0px 50px rgb(5 5 5 / 20%);
}
.testi-desc p {
  font-size: 22px;
  color: #5c727d;
  width: 72%;
  margin: 36px auto 31px;
  line-height: 38px;
}
.testi-title h2 {
  font-size: 18px;
  color: #18284a;
  text-transform: uppercase;
  margin-bottom: -7px;
}
.testi-sub-title p {
  color: #d00a2b;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.testi_list .owl-nav {
  position: relative;
  opacity: 0;
  transition: 0.5s;
  left: 50px;
  right: 50px;
  visibility: hidden;
}
.testi_list:hover .owl-nav {
  opacity: 1;
  left: 0;
  right: 0;
  visibility: visible;
}
.testi_list .owl-prev {
  position: absolute;
  left: 0;
  top: -250px;
  margin: auto;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  box-shadow: 8px 0px 16px 0 rgb(0 0 0 / 17%);
  background: #fff;
  color: #d00a2b;
  transition: 0.5s;
}
.testi_list .owl-next {
  position: absolute;
  right: 0;
  top: -250px;
  margin: auto;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #d00a2b;
  transition: 0.5s;
  box-shadow: 8px 0px 16px 0 rgb(0 0 0 / 17%);
}
.owl-prev:hover {
  color: #fff;
  background: #d00a2b;
}
.owl-next:hover {
  color: #fff;
  background: #d00a2b;
}
.owl-prev i,
.owl-next i {
  font-size: 20px;
}
.testi_list .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -38px;
}
/* style-two */
.style-two.testimonial-section .single-testimonial {
  padding: 50px 40px;
  background: #fff;
  border: 2px solid #d00a2b;
  transition: 0.5s;
  margin-right: 30px;
}
.style-four.testimonial-section .section-title h1 {
  margin-bottom: 52px;
  margin-top: 16px;
}
.style-two.testimonial-section .single-testimonial:hover {
  background: #d00a2b;
}
.style-two.testimonial-section .testi-thumb:before {
  display: none;
}
.style-two.testimonial-section .testi-thumb img {
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.style-two.testimonial-section .testi-content {
  float: right;
  margin-left: 78px;
  margin-top: -66px;
}
.style-two.testimonial-section .testi-title h2 {
  transition: 0.5s;
  text-transform: capitalize;
}
.style-two.testimonial-section .testi-rating {
  float: right;
  margin-top: 5px;
}
.style-two.testimonial-section .testi-rating span {
  color: #ffa115;
  font-size: 12px;
  transition: 0.5s;
}
.style-two.testimonial-section .testi-desc p {
  font-size: 17px;
  color: #7b8d96;
  width: 99%;
  margin: 7px 0 -11px 0;
  transition: 0.5s;
}
.style-two.testimonial-section .testi-sub-title p {
  color: #a1a7bc;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  transition: 0.5s;
}
.style-two.testimonial-section .single-testimonial:hover .testi-rating span,
.style-two.testimonial-section .single-testimonial:hover .testi-title h2,
.style-two.testimonial-section .single-testimonial:hover .testi-sub-title p,
.style-two.testimonial-section .single-testimonial:hover .testi-desc p {
  color: #fff;
}
/* style-four */
.style-four.testimonial-section {
  background: #f5f6fa;
  padding-top: 108px;
  padding-bottom: 123px;
  position: relative;
  z-index: 1;
}
.style-four.testimonial-section:before {
  display: none;
}
.style-four.testimonial-section .single-testimonial {
  padding: 52px 40px 43px;
  background: #fff;
  border: none;
  transition: 0.5s;
  margin-right: 30px;
}
.style-four.testimonial-section .testi-content {
  float: inherit;
  margin-left: 78px;
  margin-top: -66px;
}
.style-four.testimonial-section .testi-thumb {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 24px;
}
.style-four.testimonial-section .testi-desc p {
  line-height: 33px;
}
.style-four.testimonial-section .testi-desc i {
  font-size: 23px;
  margin-right: 10px;
  transition: 0.5s;
}
.style-four.testimonial-section .testi-desc span {
  color: #7b8d96;
  font-size: 17px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  transition: 0.5s;
}
.style-four.testimonial-section .testi-title h2 {
  font-family: poppins;
}
.style-four.testimonial-section .single-testimonial:hover .testi-desc span,
.style-four.testimonial-section .single-testimonial:hover .testi-desc i {
  color: #fff;
}
.center .single-testimonial {
  background: #d00a2b !important;
}
.center .testi-desc span,
.center .testi-desc i,
.center .testi-sub-title p,
.center .testi-title h2,
.center .testi-desc p {
  color: #fff !important;
}
.testi_list_3 .owl-dots {
  display: none;
}
.testi-shape {
  position: absolute;
  top: 15%;
  right: 12%;
}
.testi_list_3 .owl-nav {
  position: relative;
  z-index: 1;
}
.testi_list_3 .owl-prev {
  position: absolute;
  left: -91px;
  top: -217px;
  border: 1px solid #f0ccd4;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #d00a2b;
  opacity: 0;
  transition: 0.5s;
}
.testi_list_3 .owl-next {
  position: absolute;
  right: -59px;
  top: -217px;
  border: 1px solid #f0ccd4;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #d00a2b;
  opacity: 0;
  transition: 0.5s;
}
.testi_list_3:hover .owl-prev,
.testi_list_3:hover .owl-next {
  opacity: 1;
}
.testi_list_3 .owl-prev:hover {
  color: #fff;
  background: #d00a2b;
}
.testi_list_3 .owl-next:hover {
  color: #fff;
  background: #d00a2b;
}
/*====================================================
--<	ITplot Blog Section Css -->
======================================================*/
.bolg-section {
  padding-top: 95px;
  padding-bottom: 86px;
}
.bolg-section .section-title h2 {
  font-size: 55px;
  font-weight: bold;
  font-family: Rajdhani;
  margin-bottom: 0;
  margin-top: 4px;
}
.bolg-section .blog-itmes {
  box-shadow: 8px 0px 16px 0 rgb(0 0 0 / 10%);
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 43px;
}
.bolg-section .blog-thumb {
  position: relative;
  overflow: hidden;
}
.bolg-section .blog-thumb img {
  transition: 0.5s;
  overflow: hidden;
  width: 100%;
}
.bolg-section .blog-itmes:hover .blog-thumb img {
  transform: scale(1.1) rotate(5deg);
  overflow: hidden;
}
.bolg-section .blog-content {
  padding-left: 19px;
}
.bolg-section .blog-meta-top {
  position: absolute;
  bottom: 11px;
  left: 11px;
}
.bolg-section .blog-meta-top span {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Josefin Sans";
  background: #d00a2b;
  padding: 10px 18px 8px;
  color: #fff;
  font-weight: 600;
  border-radius: 15px;
  transition: 0.5s;
}
.bolg-section .blog-itmes:hover .blog-meta-top span {
  color: #d00a2b;
  background: #fff;
}
.bolg-section .blog-meta-bottom {
  padding-top: 17px;
  padding-bottom: 5px;
}
.bolg-section .blog-meta-bottom span {
  font-size: 15px;
  color: #68697d;
  font-family: "Rajdhani";
  font-weight: 600;
}
.bolg-section .blog-meta-bottom span i {
  font-size: 11px;
  color: #d00a2b;
  padding-left: 13px;
}
.bolg-section .blog-title h2 {
  margin-top: 0;
  margin-left: 0;
}
.bolg-section .blog-title h2 a {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.bolg-section .blog-title h2 a:hover {
  color: #000000;
}
.bolg-section .blog-title h2 a:before {
  position: absolute;
  content: "";
  bottom: 4px;
  left: 0;
  height: 2px;
  width: 0%;
  background: #858f99;
  transition: 0.8s;
  visibility: hidden;
}
.bolg-section .blog-itmes:hover .blog-title h2 a:before {
  width: 100%;
  visibility: visible;
}
.bolg-section .blog-text p {
  font-size: 15px;
  width: 81%;
  color: #72718f;
  margin-top: 6px;
  margin-bottom: 6px;
}
.bolg-section .blog-btn a {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  color: #071c1f;
  transition: 0.5s;
  position: relative;
}
.bolg-section .blog-btn a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12%;
  height: 2px;
  background: #071c1f;
  content: "";
}
.bolg-section .blog-btn a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #d00a2b;
  content: "";
  opacity: 0;
  transition: 0.5s;
}
.bolg-section .blog-itmes:hover .blog-btn a::after {
  width: 77%;
  opacity: 1;
}
.bolg-section .blog-itmes:hover .blog-btn a {
  color: #d00a2b;
}
.bolg-section .blog-btn a i {
  display: inline-block;
  padding-left: 5px;
}
/* Style-Two */
.style-two.bolg-section .style2.blog-itmes {
  box-shadow: 8px 0px 16px 0 rgb(0 0 0 / 10%);
  padding-bottom: 19px;
  margin-bottom: -18px;
  margin-top: 43px;
}
.style-two.bolg-section .section-title h2 {
  margin-bottom: 18px;
}
.style-two.bolg-section .blog-meta-top {
  position: absolute;
  bottom: 293px;
  left: 15px;
  background: #14212b;
  padding: 2px 27px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
}
.style-two.bolg-section .blog-itmes:hover .blog-thumb img {
  transform: scale(1.1) rotate(0deg);
  overflow: hidden;
}
.style-two.bolg-section .blog-thumb img {
  transition: 0.5s;
  overflow: hidden;
  width: 100%;
}
.style-two.bolg-section .blog-meta-top h2 {
  font-size: 38px;
  color: #fff;
}
.style-two.bolg-section .blog-meta-top h6 {
  margin-top: 0;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  font-family: "Nunito";
}
.style-two.bolg-section .style2 .blog-meta-top {
  position: absolute;
  bottom: 140px;
  left: 15px;
  background: #14212b;
  padding: 2px 27px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
}
.style-two.bolg-section .style2 .blog-title h2 a {
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  position: relative;
  margin-bottom: 0px;
}
.style-two.bolg-section .style2 .blog-content {
  margin-top: 20px;
}
.style-two.bolg-section .blog-content {
  padding-left: 19px;
  margin-top: 25px;
}
.style-two.bolg-section .blog-title h2 a {
  font-size: 40px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  position: relative;
  margin-bottom: 10px;
}
.style-two.bolg-section .blog-title h2 a:before {
  display: none;
}
.style-two.bolg-section .blog-text p {
  font-size: 15px;
  width: 86%;
  color: #72718f;
  margin-top: 6px;
  margin-bottom: 6px;
}
.style-two.bolg-section .blog-bottom-thumb {
  margin-top: 19px;
}
.style-two.bolg-section .blog-thumb-content {
  display: inline-block;
}
.style-two.bolg-section .blog-thumb-content span {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  margin-left: 7px;
}
.style-two.bolg-section .blog-btn {
  float: right;
  margin-top: -30px;
  margin-right: 30px;
}
.style-two.bolg-section .blog-btn a {
  display: inline-block;
  text-decoration: none;
  color: #071c1f;
  transition: 0.5s;
  position: relative;
  font-weight: 700;
  font-family: "Rajdhani";
  font-size: 18px;
}
/* style-four */
.style-four.bolg-section {
  padding-top: 95px;
  padding-bottom: 74px;
  background: #fff;
}
.style-four.bolg-section .section-title h1 {
  margin-bottom: 15px;
}
.style-four.bolg-section .blog-itmes:hover .blog-btn a {
  color: #d00a2b !important;
}
/* Single-Style */
.blogs-section {
  padding-top: 190px;
  padding-bottom: 100px;
  position: relative;
}
.latest-blog {
  background: #fff;
  padding: 20px 0 44px;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 12%);
}
.single-blog-content {
  background: #fff;
  padding: 30px 0 30px 35px;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
  position: relative;
  width: 90%;
  top: -136px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 5px;
  z-index: 1;
}
.blogs-section .blog-thumb img {
  border-radius: 10px;
}
.blogs-section .blog-meta-top2 span {
  font-size: 13px;
  margin-left: 5px;
}
span.color i {
  color: #d00a2b;
}
.blogs-section .blog-title h2 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
  color: #0a2c3d;
}
.blogs-section .blog-text p {
  margin: 12px 0 13px;
  width: 63%;
}
.blog-btn-2 a {
  color: #d00a2b;
  text-decoration: none;
  font-family: "Nunito";
  font-weight: 500;
}
.pagination ul li {
  list-style: none;
  display: inline;
}
.pagination ul li a {
  display: inline-block;
  text-decoration: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
  border-radius: 50%;
  text-align: center;
  margin-left: 15px;
}
.pagination ul li a:hover {
  background: #d00a2b;
  color: #fff;
}
a.current-menu {
  background: #d00a2b !important;
  color: #fff;
}
.pagination {
  margin-left: 260px;
  margin-top: -90px;
}
.single-blog-items {
  margin-top: -75px;
}
.about-me-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #0a2c3d;
  margin-top: 0;
  margin-bottom: -6px;
}
.about-me-content span {
  font-size: 12px;
  color: #5c727d;
}
.review span {
  color: #ff5a3c;
}
span.cor {
  color: #d4d0ca;
}
.review span i {
  font-size: 10px;
}
.about-me-content p {
  width: 78%;
  margin: 4px auto 0;
}
.about-me-soical a {
  display: inline-block;
  font-size: 12px;
  color: #1f3e4d;
  margin-left: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
  border-radius: 50%;
  margin-top: 30px;
  transition: 0.5s;
  text-align: center;
}
.about-me-soical a:hover {
  background: #d00a2b;
  color: #fff;
}
.blog-src-bar {
  background: #fff;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
  padding: 20px 30px 42px;
  margin-top: 28px;
  margin-bottom: 30px;
}
.blog-src-bar h2 {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  margin-bottom: 14px;
  color: #133344;
}
.blog-src-bar h2:before {
  position: absolute;
  content: "";
  top: 7px;
  left: -9px;
  background: #d00a2b;
  height: 20px;
  width: 2px;
}
input.blog-control {
  width: 320px;
  height: 53px;
  outline: 0;
  border: 1px solid #dce1e3;
  padding-left: 20px;
}
.blog-src-bar .blog-btn {
  right: -254px;
  top: -52px;
  background: #f00;
  color: #fff;
  display: inline-block;
  padding: 12px 25px;
  position: relative;
  border: none;
}
.blog-drop-form h2 {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  margin-bottom: 14px;
  color: #133344;
}
#contact_form3 {
  background: #f7f7f7;
  padding: 58px 44px 42px 30px;
  margin-bottom: 30px;
}
.contact-form_2 {
  position: relative;
}
.contact-form_2 i {
  position: absolute;
  left: 22px;
  right: 0;
  margin-top: 20px;
  font-size: 11px;
  color: #5c727d;
  top: -2px;
}
.contact-form-msg-2 i {
  position: absolute;
  left: 68%;
  right: 0;
  margin-top: 29px;
  font-size: 12px;
  color: #5c727d;
  margin-left: 15px;
}
.contact-style_2 {
  width: 100%;
  height: 45px;
  padding-left: 40px;
  background: #fff;
  border: none;
  outline: 0;
  margin-bottom: 20px;
}
.contact-style-msg2 {
  width: 100%;
  height: 185px;
  padding-left: 45px;
  background: #fff;
  border: none;
  outline: 0;
  padding-top: 20px;
}
.contact-style-msg2::placeholder {
  font-size: 12px;
}
.contact-style_2::placeholder {
  font-size: 12px;
}
.contact-style-msg_2::placeholder {
  font-size: 12px;
}
.blog-drop-form h2 {
  margin-top: -20px;
  margin-bottom: 28px;
}
.blog-button {
  float: right;
  font-size: 16px;
  font-family: "Nunito";
  font-weight: 600;
  background: #d00a2b;
  color: #fff;
  padding: 9px 38px 9px;
  border: none;
  text-transform: capitalize;
  margin-top: 23px;
  width: 100%;
}
.blog-latest {
  background: #fff;
  padding: 10px 30px 38px;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
}
.blog-latest-items {
  margin-bottom: -20px;
  margin-left: -24px;
}
.blog-latest h2 {
  font-size: 22px;
  color: #153546;
  position: relative;
}
.blog-latest h2:before {
  position: absolute;
  content: "";
  top: 7px;
  left: -9px;
  background: #d00a2b;
  height: 20px;
  width: 2px;
}
.b-content {
  margin-top: 13px;
}
.b-content span {
  font-size: 9px;
}
.b-content span i {
  color: #d00a2b;
}
.b-content h3 {
  font-size: 15px;
  margin-top: -10px;
  margin-bottom: -13px;
}
.top-catagories {
  background: #fff;
  padding: 10px 30px 38px;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
  margin-top: 30px;
}
.top-catagories h2 {
  font-size: 22px;
  position: relative;
}
.top-catagories h2:before {
  position: absolute;
  content: "";
  top: 7px;
  left: -9px;
  background: #d00a2b;
  height: 20px;
  width: 2px;
}
.top-catagories span {
  display: block;
  font-size: 15px;
  background: #fcf1f3;
  padding: 5px 22px;
  margin-bottom: 15px;
  color: #d00a2b;
  margin-top: 20px;
}
.follow-us {
  background: #fff;
  padding: 10px 30px 30px;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
  margin-top: 30px;
}
.follow-us h2 {
  font-size: 22px;
  position: relative;
  margin-bottom: -20px;
}
.follow-us h2:before {
  position: absolute;
  content: "";
  top: 7px;
  left: -9px;
  background: #d00a2b;
  height: 20px;
  width: 2px;
}
.follow-us .about-me-soical {
  margin-left: -29px;
}
.tags {
  background: #fff;
  padding: 10px 30px 30px;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
  margin-top: 30px;
}
.tags h2 {
  font-size: 22px;
  position: relative;
  margin-bottom: 20px;
}
.tags h2:before {
  position: absolute;
  content: "";
  top: 7px;
  left: -9px;
  background: #d00a2b;
  height: 20px;
  width: 2px;
}
.tags span {
  font-size: 14px;
  border: 2px solid #d00a2b;
  padding: 2px 20px 2px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 15px;
  color: #d00a2b;
  transition: 0.5s;
}
.tags span:hover {
  background: #d00a2b;
  color: #fff;
}
/* blog-details */
.style-2 .single-blog-content {
  width: 100%;
  top: 0;
}
.style-2 .blog-meta-top2 {
  margin-bottom: 14px;
}
.blog-text2 p {
  margin: 29px 0 30px;
  width: 82%;
}
.blog-text3 p {
  width: 86%;
}
.blogs-section .style-2 .blog-meta-top2 span {
  font-size: 16px;
}
.blog-title-2 h2 {
  font-size: 28px;
  color: #0a2c3d;
  margin-top: 36px;
}
.blog-text4 p {
  width: 88%;
  margin-top: 21px;
  margin-bottom: 42px;
}
.blog-text5 {
  background: #fcedf0;
  padding: 10px 21px 10px;
  border-left: 5px solid #d00a2b;
  width: 96%;
}
.blog-text5 p {
  width: 80%;
  font-style: italic;
  font-size: 18px;
}
.blog-bullets h2 {
  font-size: 26px;
  margin: 50px 0 18px;
}
.blog-bullets ul {
  padding-left: 40px;
}
.blog-text6 p {
  margin: 30px 0 38px;
  width: 92%;
}
.blog-single-thumb img {
  margin-right: 23px;
}
.blog-social-icon.text-center {
  margin-left: -105px;
}

.blog-social-icon ul li {
  display: inline;
  list-style: none;
}
.blog-social-icon ul li a {
  display: inline-block;
  font-size: 12px;
  color: #1f3e4d;
  margin-right: 8px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
  border-radius: 50%;
  margin-top: 30px;
  transition: 0.5s;
  text-align: center;
  position: relative;
}
.blog-social-icon ul li a:hover {
  background: #d00a2b;
  color: #fff;
}
.blog-social-icon ul li a:before {
  position: absolute;
  content: "";
  background: #e5e9ea;
  width: 100px;
  height: 1px;
  left: -264px;
  bottom: 13px;
}
.blog-social-icon ul li a:after {
  position: absolute;
  content: "";
  background: #e5e9ea;
  width: 100px;
  height: 1px;
  right: -269px;
  bottom: 13px;
}
.blog-comment {
  margin-bottom: 46px;
  position: relative;
}
.blog-comment:before {
  position: absolute;
  content: "";
  bottom: -22px;
  left: 0;
  background: #e5e9ea;
  width: 95%;
  height: 1px;
}
.blog-comment h3 {
  font-size: 24px;
  color: #133344;
  margin-top: 50px;
  margin-bottom: 28px;
  position: relative;
}
.blog-comment h3:before {
  position: absolute;
  content: "";
  top: 7px;
  left: -9px;
  background: #d00a2b;
  height: 20px;
  width: 2px;
}
.blog-comment-title h2 {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #133344;
}
.blog-comment-title span {
  font-size: 10px;
  color: #ff5a3c;
}
.blog-comment-title h2 {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #133344;
  margin-right: 22px;
  margin-top: 0;
  margin-left: 15px;
}
.blog-date {
  margin-top: -10px;
}
.blog-date span {
  font-size: 12px;
  color: #151f48;
  margin-left: 16px;
}
.blog-comment-text p {
  font-size: 15px;
  width: 82%;
  margin-left: 15px;
}
.blog-checkbox {
  margin-top: 27px;
}
input.checkbox-control2 {
  width: 12px;
  margin-top: 0;
  cursor: pointer;
}
label.checkbox-control {
  color: #3b5664;
  margin-left: 0;
}
.style3.contact-form-msg-2 i {
  position: absolute;
  left: 9%;
  right: 0;
  margin-top: 29px;
  font-size: 12px;
  color: #5c727d;
  margin-left: 11px;
}
.style3 .blog-button {
  margin-top: 40px;
  width: 25%;
  float: left;
}
.style3.blog-drop-form h2:before {
  position: absolute;
  content: "";
  top: 7px;
  left: -9px;
  background: #d00a2b;
  height: 20px;
  width: 2px;
}
/* landing */
.landing.bolg-section {
  padding-top: 80px;
  padding-bottom: 86px;
  background: #f5f6f9;
}
/*====================================================
--<	ITplot Brand Section Css -->
======================================================*/
.brand-section {
  position: relative;
  z-index: 1;
}
.brand-section:before {
  position: absolute;
  top: 67px;
  left: 28px;
  width: 69%;
  height: 61%;
  content: "";
  background: #414350;
  z-index: -1;
  right: 0;
  margin: auto;
  border-radius: 5px;
}
.row.brand-bg {
  background: #d00a2b;
  padding: 31px 0 40px 44px;
  position: relative;
  box-shadow: 8px 0px 16px 0 rgb(0 0 0 / 10%);
  margin-bottom: -67px;
  z-index: 1;
  border-radius: 5px;
}
.brand_list .owl-dots {
  display: none;
}
/* style-four */
.style-four.brand-section {
  position: inherit;
}
.style-four.brand-section .row.brand-bg_2 {
  background: #fff;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 10%);
  padding: 50px 10px 50px 93px;
  margin-top: -74px;
  position: relative;
  z-index: 1;
}
.brand-thumb img {
  transition: 0.5s;
  filter: grayscale(1);
}
.brand-thumb img:hover {
  filter: grayscale(0);
}
/* Style-Five */
.style-five.brand-section {
  padding-top: 70px;
  padding-bottom: 5px;
}
.style-five.brand-section:before {
  display: none;
}
/*====================================================
--<	ITplot Footer Section Css -->
======================================================*/
.footer-section {
  background: #181b2a;
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
}
.footer-title {
  margin-bottom: -16px;
}
.footer-title h2 {
  font-size: 25px;
  color: #fff;
}
.footer-text p {
  color: rgb(244, 246, 254);
  font-size: 16px;
  width: 93%;
  margin: 22px 0px 50px;
}
.footer-address {
  margin-top: -27px;
}
.footer-social-icon ul li {
  display: inline;
  list-style: none;
}
.footer-social-icon ul li a {
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-right: 12px;
  transition: 0.3s;
  font-size: 16px;
}
.footer-social-icon a:hover {
  color: #0c5adb;
}
.footer-title h2 {
  color: #f8f9fe;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 35px;
}
.footer-menu ul {
  list-style: none;
}
.footer-menu ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 13px;
  font-size: 15px;
  transition: 0.5s;
}
.footer-menu ul li a:hover {
  color: #d00a2b;
}

.footer-social-icon ul li a {
  display: inline-block;
  text-align: center;
  color: #b1b6c9;
  margin-right: 12px;
  transition: 0.3s;
  font-size: 16px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #fff;
  border-radius: 50%;
}
.footer-social-icon ul li a:hover {
  color: #fff;
  background: #d00a2b;
}
.footer-about {
  margin-bottom: 20px;
}
.footer-icon i {
  color: #fff;
  font-size: 26px;
}
.footer-content {
  margin: -15px 0px 0px 16px;
}
.footer-content h6 {
  color: #f4f6fe;
  font-size: 16px;
}
.footer-content span {
  color: #fff;
  font-size: 16px;
}
.footer-logo img {
  margin-top: 15px;
}
.footer-right-text p {
  margin-top: 13px;
  color: #fff;
}
.footer-right-side span i {
  color: #8a8d94;
  padding-right: 13px;
}
.footer-right-side span {
  color: #fff;
}
.footer-btn {
  margin-top: 33px;
}
input.footer-email {
  width: 320px;
  height: 53px;
  padding-left: 20px;
  outline: 0;
  border: none;
}
input.footer-email::placeholder {
  color: #9098bc;
}

.footer-btn form {
  position: relative;
  z-index: 1;
}

button.btn-control {
  position: absolute;
  right: -8px;
  bottom: 11%;
  border: none;
  background: #d00a2b;
  color: #fff;
  padding: 7px 22px;
  border-radius: 5px;
}
/* footer-bottom */
.footer-bottom {
  background: #303440;
  padding: 24px 0 8px;
}
.copy-right-text p {
  color: #cccdd1;
}
.footer-menu-right ul {
  list-style: none;
  text-align: right;
}
.footer-menu-right ul li {
  display: inline;
}
.footer-menu-right ul li a {
  display: inline-block;
  font-size: 14px;
  margin-left: 15px;
  color: #cccdd1;
  text-decoration: none;
  position: relative;
  padding-left: 20px;
  transition: 0.5s;
}
.footer-menu-right ul li a:hover {
  color: #d00a2b;
}
.footer-menu-right ul li a:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 13px;
  top: 8px;
  left: 120px;
  background: #cccdd1;
}
.br-none:before {
  display: none;
}
/* ==========================================
    start search Popup Css
=========================================*/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}
.search-popup {
  width: 100%;
}
.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}
.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #d00a2b;
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.search-popup .close-search i {
  position: relative;
  font-size: 30px;
  color: #ffffff;
}
.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}
.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}
.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .close-search.style-two i {
  font-size: 20px;
  color: #ffffff;
}
.header-src-btn {
  display: inline-block;
}
.search-box-btn.search-box-outer {
  margin-left: -14px;
}
.search-box-btn.search-box-outer i {
  font-size: 15px;
  display: inline-block;
  color: #0a2c3d;
  cursor: pointer;
}
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #171b2a url(assets/images/preloader.png) no-repeat center;
  z-index: 1000;
}
#loader {
  display: block;
  position: relative;
  left: 49%;
  top: 48%;
  width: 190px;
  height: 190px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #d00a2b;
  -webkit-animation: spin 7s linear infinite;
  animation: spin 7s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #d00a2b;
  -webkit-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #d00a2b;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
