/*------Itsoft Header Top Area CSS--------*/
.container {
  padding-left: 0;
  padding-right: 0;
}

h5{
  font-size: 22px;
}
p{
  font-size: 18px;
}
.footer p{
  font-size: 17px ;
}
.footer li a{
  font-size: 17px ;
}
.footer li a{
  font-size: 17px ;
}
.footer .footer-contact li p{
  font-size: 18px;
}
.header-top-area .align-items-center {
  padding: 11px 0;
}
.header-top-area {
  background: #252628;
  overflow: hidden;
  position: relative;
}
.header-top-area::before {
  content: "";
  height: 100%;
  width: 60%;
  background: #3eb34e;
  position: absolute;
  top: 0;
  left: -20px;
  transform: skew(-25deg);
}
.header-top-left-single-item {
  display: inline-block;
  margin-right: 20px;
}
.header-top-left-single-item a {
  color: #fff;
  font-size: 15px;
}
.header-top-left-icon i {
  margin-right: 8px;
}
.header-top-right-items ul {
  text-align: right;
}
.header-top-right-icon-area ul{
  font-size:  15px !important;
}
.header-top-right-icon-area ul li {
  display: inline-block;
  margin-left: 15px;
  font-size: 15px;
}
.header-top-right-icon-area ul li a {
  color: #fff;
  font-size: 15px;
}
.header-search-icons i {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
/*header top menu area style two*/
.header-top-area.style-two:before {
  content: "";
  height: 100%;
  width: 46%;
  background: #3eb34e;
  position: absolute;
  top: 0;
  right: -20px !important;
  transform: skew(41deg);
  left: inherit;
}
.header-top-area.style-two .align-items-center {
  padding: 14px 0;
}
.header-top-area.style-two .header-top-right-icon-area ul li {
  margin-left: 34px;
}
/*-----Itsoft Header middle section style------*/
header {
  background: #fff;
}
.relative {
  position: relative;
}
.logo {
  position: absolute;
  top: -10px;
}
.logo-content h6 {
  margin-top: 5px;
  font-size: 15px;
  line-height: 17px;
  color: #003090;
}
.logo-content p {
  font-size: 10px;
  color: black !important;
  font-style: italic;
}

.logo img {
  width: 100%;
}
.text-white {
  color: white !important;
}
.itsoft_nav_manu {
  display: flex;
  justify-content: space-between;
}
.header-style-two .itsoft_nav_manu {
  padding: 35px 0;
}
.itsoft_nav_manu nav ul {
  display: inline-block;
}
.service-card{
  padding-top: 30px;
}
.itsoft_nav_manu nav ul li {
  display: inline-block;
  margin: 0 20px;
}
.menu-toggle {
  display: none;
}
.menu-toggle .open_bar,
.menu-toggle .close_bar {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  right: 30px;
  position: absolute;
  top: 16px;
  cursor: pointer;
}
.menu-toggle .close_bar {
  display: none;
}
.menu-toggle.closee .open_bar {
  display: none !important;
}
.menu-toggle.closee .close_bar {
  display: block !important;
}
.logo-txt::before {
  content: "ITSOFT";
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 17px;
  left: 20px;
  display: none;
}
.itsoft_nav_manu nav ul li a span i {
  display: none;
}
.mm-social-icon {
  text-align: center;
  margin-top: 40px;
}
.mm-social-icon span {
  padding: 0 22px;
}
.mm-social-icon a {
  color: #3eb34e;
  background: transparent;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  border: 1px solid #3eb34e;
  border-radius: 5px;
  transition: 0.3s;
}
.mm-social-icon a:hover {
  color: #fff;
  background: #3eb34e;
  border: 1px solid #3eb34e;
}

/*-----Header middle section style ------*/
.logo img:nth-child(2) {
  display: none;
}
.itsoft_nav_manu {
  padding: 21px 0;
}
.itsoft_nav_manu nav ul li a {
  margin: 30px 5px;
  padding-bottom: 35px;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  color: #0e2647;
  transition: 0.1s;
}
.itsoft_nav_manu nav ul li:hover a {
  color: #3eb34e;
}
.itsoft_nav_manu nav ul li a i {
  color: #888;
  background: transparent;
  font-size: 14px;
  margin-left: 5px;
}
.itsoft_nav_manu.style-two {
  padding: 37px 0 !important;
}
nav.itsoft_menu {
  text-align: right;
}
.mobile-menu.mean-container {
  overflow: hidden;
}
/*Nav btn*/
.nav-btn a {
  background: #3eb34e;
  border: 1px solid #3eb34e;
  border-radius: 3px;
  color: #fff;
  padding: 8px 20px;
  font-size: 16px;
  transition: 0.3s;
  display: inline-block;
  margin-left: 11px;
}
.nav-btn a:hover {
  background: #0e2647;
  border-color: #0e2647;
}
.nav-btn.style-two a {
  background: transparent;
  border: 1px solid #3eb34e;
  color: #3eb34e;
  transition: 0.5s;
}
.nav-btn.style-two a:hover {
  background: #3eb34e;
  color: #fff;
}
.uk-sticky-fixed .nav-btn.style-two a {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.uk-sticky-fixed .nav-btn.style-two a:hover {
  background: #fff;
  color: #3eb34e;
}
/*Nav search*/
.nav-search a {
  color: #3eb34e;
  margin-left: 17px;
}
/*Sticky Nav CSS*/
.uk-sticky-fixed {
  background: #3eb34e;
  animation-name: slideInDown;
  animation-duration: 1.3s;
}
.uk-sticky-fixed .logo img:nth-child(1) {
  display: none;
}
.uk-sticky-fixed .logo img:nth-child(2) {
  display: block;
}
.uk-sticky-fixed nav ul li a {
  color: #fff;
}
.uk-sticky-fixed nav ul li:hover a {
  color: #fff;
}
.uk-sticky-fixed nav ul li a i {
  background: transparent;
  color: #ffb3b3;
  font-size: 14px;
}
.uk-sticky-fixed nav ul li a:hover {
  color: #fff;
}
.uk-sticky-fixed .nav-btn a {
  background: #fff;
  border-color: #3eb34e;
  color: #3eb34e;
}
.uk-sticky-fixed .nav-btn a:hover {
  background: #fff;
  border-color: #3eb34e;
}
.uk-sticky-fixed nav ul li:hover a i {
  opacity: 1;
  color: #ccc;
}
.uk-sticky-fixed .nav-search a {
  color: #fff;
}
/*sticky*/
.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: 0.5s;
  z-index: 9999;
}

.sticky .logo img:nth-child(1) {
  display: none;
}
.sticky .logo img:nth-child(2) {
  display: block;
}
.itsoft_nav_manu.sticky nav ul li a {
  color: #0e2647;
}
.itsoft_nav_manu.sticky nav ul li a i {
  color: #fff;
}
.itsoft_nav_manu.sticky .nav-btn a {
  background: #3eb34e;
  border: 1px solid #fff;
  color: #fff;
}
.itsoft_nav_manu.sticky .nav-btn a:hover {
  background: #fff;
  color: #3eb34e;
}

.itsoft_nav_manu ul li {
  position: relative;
}
.itsoft_nav_manu .sub-menu {
  position: absolute;
  top: 100px;
  left: 0px;
  background: #fff;
  transition: 0.5s;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  padding: 25px 0px 25px 5px;
  z-index: 22;
  opacity: 0;
  visibility: hidden;
}
.itsoft_nav_manu ul li:hover .sub-menu {
  top: 52px;
  visibility: visible;
  opacity: 1;
}
.itsoft_nav_manu .sub-menu {
  width: 230px;
}
.itsoft_nav_manu .sub-menu li {
  position: relative;
  line-height: 2;
  display: block;
  text-align: left;
  transition: 0.3s;
  padding-bottom: 5px;
  cursor: pointer;
}
.itsoft_nav_manu .sub-menu li a::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  height: 1px;
  width: 15px;
  background: #3eb34e;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.itsoft_nav_manu .sub-menu li:hover {
  margin-left: 5px;
}
.itsoft_nav_manu .sub-menu li:hover a {
  color: #ff3c00 !important;
}
.itsoft_nav_manu .sub-menu li:hover a i {
  color: #ff3c00 !important;
}
.itsoft_nav_manu .sub-menu li:hover a::after {
  visibility: visible;
  position: absolute;
  left: -5px;
  opacity: 1;
}
.itsoft_nav_manu .sub-menu li a {
  font-family: "Rubik", Sans-serif;
  font-size: 14px;
  color: #232323 !important;
  padding-left: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.itsoft_nav_manu .sub-menu li a i {
  color: #555 !important;
  background: #fff !important;
  transition: 0.3s;
}
/*------  header inner sub-menu section style--------*/

.itsoft_nav_manu .inner-sub-menu {
  width: 235px;
  position: absolute;
  top: 80px;
  left: 225px;
  background: #fff;
  transition: 0.3s;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  padding: 25px 20px 25px 5px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.itsoft_nav_manu .sub-menu li:hover .inner-sub-menu {
  position: absolute;
  top: -5px;
  left: 220px;
  opacity: 1;
  visibility: visible;
}
.itsoft_nav_manu .inner-sub-menu li {
  position: relative;
  line-height: 2;
  display: block;
  text-align: left;
  transition: 0.3s;
  padding-bottom: 5px;
  cursor: pointer;
}
.itsoft_nav_manu .sub-menu .inner-sub-menu li a::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  height: 1px;
  width: 15px;
  background: #3eb34e;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.itsoft_nav_manu .sub-menu .inner-sub-menu li:hover a::after {
  visibility: visible;
  position: absolute;
  left: -5px;
  opacity: 1;
}
.itsoft_nav_manu .sub-menu .inner-sub-menu li a {
  font-family: "Rubik", Sans-serif;
  font-size: 14px;
  color: #232323 !important;
  padding-left: 10px;
  cursor: pointer;
  transition: 0.3s;
  text-transform: capitalize;
}
.itsoft_nav_manu .sub-menu .inner-sub-menu li:hover a {
  color: #ff3c00 !important;
}
/*-------------
========Start Itsoft Hero Section Style
---------------*/
.btn-common {
  display: inline-block;
}
.btn-common a {
  color: #fff;
  font-size: 17px;
  background: #3eb34e;
  padding: 14px 31px;
  border: 1px solid #3eb34e;
  border-radius: 5px;
  transition: 0.3s;
  text-transform: capitalize;
}
.btn-common i {
  margin-left: 3px;
}
.btn-common a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #3eb34e;
}
/*==========================
        Shape one
==========================*/
.hero-shape-one {
  position: absolute;
  left: -70px;
  top: 80px;
  z-index: 1;
}
.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hero-shape-two {
  position: absolute;
  right: 200px;
  top: 200px;
  z-index: 1;
}
.hero-shape-three {
  position: absolute;
  left: 212px;
  top: 351px;
  z-index: 1;
}
.alltuchtopdown {
  animation-name: alltuchtopdown;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes alltuchtopdown {
  0% {
    top: 351px;
  }
  25% {
    top: 341px;
  }
  50% {
    top: 351px;
  }
  75% {
    top: 361px;
  }
  100% {
    top: 351px;
  }
}
/*==========================
=========== Hero  section video
==========================*/
@-webkit-keyframes ripple-blue {
  0% {
    -webkit-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);
    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% {
    -webkit-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);
    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);
  }
}

@keyframes ripple-blue {
  0% {
    -webkit-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);
    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% {
    -webkit-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);
    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);
  }
}

/*-----------------
================ Start banner section
-------------------*/

/*banner animation*/

/* End Saas banner */
/* Shape rotate */

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*====================================================
--< Itsoft Nivo Slider Area Css -->
======================================================*/

.text-center {
  text-align: center;
}

/*====================================================
 carousel slider
======================================================*/
.carousel-slider-section {
  position: relative;
}
.carousel-slider-section .container-fluid {
  padding: 0;
}
.modal-open .modal{
  padding-right: 0 !important;
}

.modal-open .modal{
  padding-right: 0 !important;
}
.modal-open .modal::-webkit-scrollbar{
  display: none;
}
.sip-item{
  height: 220px !important;
}
.carousel-slider {
  background:url(assets/images/new-images/job-banner-4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center ;
  height:525px;
  
}
.carousel-slider-2 {
  background:url(assets/images/new-images/education-banner-1.jpg) ;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center ;
  height:525px;
}
.carousel-slider-3{
  background:  url(assets/images/new-images/medical-banner-3.jpg) ;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center ;
  height:525px;
}
.carousel-slider-content h1,
.carousel-slider-content h2 {
  font-size: 60px;
  margin: 0;
  color: #0e2647;
  text-transform: uppercase;
}
.carousel-slider-content p {
  width: 80%;
  font-size: 20px;
}
.carousel-thumb {
  position: relative;
}
.carousel-thumb-inner {
  position: absolute;
  right: -120px;
  bottom: -244px;
}
.carousel-thumb-inner img {
  width: 660px;
}
.carousel-slider-content h5 {
  font-size: 22px;
  letter-spacing: 2px;
  border-top: 2px solid #3eb34e;
  display: inline-block;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.btn-common.btn-carousel-slider-2 {
  margin-left: 25px;
}
.btn-common.btn-carousel-slider-2 a {
  background: transparent;
  color: #3eb34e;
}
.btn-common.btn-carousel-slider-2:hover a {
  background: #3eb34e;
  color: #fff;
  border-color: #3eb34e;
}
.owl-nav {
  position: relative;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: -293px;
  color: #fff;
  background: #3eb34e;
  padding: 13px 10px;
  font-size: 30px;
  border-radius: 3px;
  transition: 0.3s;
  opacity: 0;
}
.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}
.carousel-slider-section:hover .owl-prev {
  left: 30px;
  opacity: 1;
}
.carousel-slider-section:hover .owl-next {
  right: 30px;
  opacity: 1;
}
/*Carousel Slider Style Two*/
.carousel-slider-section.style-two .carousel-slider {
  height: 680px;
}
.carousel-slider-section.style-two .carousel-slider-content {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 24px 40px 52px;
  max-width: 560px;
  border-radius: 10px;
  box-shadow: 0.125rem 0.25rem 1.25rem 0.0875rem rgba(45, 45, 45, 0.13);
}
.carousel-slider-section.style-two .carousel-slider-content h1,
.carousel-slider-section.style-two .carousel-slider-content h2 {
  font-size: 45px;
  text-transform: capitalize;
}
.carousel-slider-section.style-two .carousel-slider-content p {
  width: 100%;
  font-size: 16px;
  margin-top: 32px;
}
.carousel-slider-section.style-two .btn-common a {
  padding: 17px 35px;
}
.carousel-slider-section.style-two .btn-common a:hover {
  border-color: #3eb34e;
}
.carousel-slider-section.style-two .common-video {
  display: inline-block;
  margin-left: 20px;
}
.carousel-slider-section .owl-prev,
.carousel-slider-section .owl-next {
  padding: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #ff3c00 !important;
}
.carousel-slider-section .owl-prev:hover,
.carousel-slider-section .owl-next:hover {
  background: #121b51 !important;
}
/*carousel slider section style two*/
.carousel-slider-section.style-two .owl-next {
  background: #ff3c00 !important;
}
.carousel-slider-section.style-two .owl-next:hover {
  background: #121b51 !important;
}
/*Carousel Slider Style Three*/
.carousel-slider-section.style-three .carousel-slider {
  height: 850px;
}
.carousel-slider .layer-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
  z-index: -1;
}
.slider-carousel .active .carousel-slider .layer-image {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.carousel-slider.style-five .animate-border a i {
  color: #fff;
}
.carousel-slider.style-five .rs-video .animate-border .video-vemo-icon:before {
  border: 2px solid #3eb34e;
  width: 110px;
  height: 110px;
}
.carousel-slider.style-five .rs-video .animate-border .video-vemo-icon:after {
  border: 2px solid #3eb34e;
  width: 110px;
  height: 110px;
}
/* carousel slider style six owl nav*/
.carousel-slider-section.style-six .owl-prev,
.carousel-slider-section.style-six .owl-next {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.4) !important;
}
.carousel-slider-section.style-six .owl-prev {
  background: rgba(0, 0, 0, 0.4);
}
.carousel-slider-section.style-six .owl-next {
  background: rgba(0, 0, 0, 0.4);
}
.carousel-slider-section.style-six .owl-prev:hover {
  background: #3eb34e !important;
}
.carousel-slider-section.style-six .owl-next:hover {
  background: #3eb34e !important;
}
/* carousel slider style seven*/
.carousel-slider.style-seven .carousel-slider-content p {
  margin: 31px 0 0;
}
/* carousel slider style eight*/
.carousel-slider.style-eight p.active {
  margin-top: 31px;
}
/* carousel slider style nine*/
.carousel-slider-section.style-nine .carousel-slider2 {
  height: 850px;
}
.carousel-slider2 .layer-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
  z-index: -1;
}
.slider-carousel2 .active .carousel-slider2 .layer-image {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.carousel-slider-section.style-nine .carousel-slider-content h4 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  border-top: 1px solid#fff;
  display: inline-block;
  margin-bottom: 8px;
}
.carousel-slider-section.style-nine .carousel-slider-content h1,
.carousel-slider-content h2 {
  text-transform: inherit;
  font-weight: 600;
}
.carousel-slider-section.style-nine .carousel-slider-content p {
  width: 49%;
  font-size: 16px;
  margin: 15px 0 0;
  line-height: 1.7;
  color: #d8d8d8;
}
.carousel-slider-section.style-nine .btn-common a {
  font-size: 15px;
  background: #0e2647;
  padding: 20px 33px;
  border: 1px solid #0e2647;
  border-radius: 0;
  transition: 0.3s;
}
.carousel-slider-section.style-nine .btn-common.btn-carousel-slider-2 a {
  background: transparent;
  padding: 20px 33px;
  border: 1px solid #fff;
  color: #fff;
}
.carousel-slider-section.style-nine .btn-common a:hover {
  background: #fff;
  border-color: #fff;
}
.carousel-slider-section.style-nine .btn-common.btn-carousel-slider-2 a:hover {
  background: #0e2647;
  border-color: #0e2647;
}
/*owl nav*/
.carousel-slider-section.style-nine .owl-prev,
.carousel-slider-section.style-nine .owl-next {
  padding: 0;
  text-align: center;
  border-radius: 50%;
  background: transparent !important;
  transition: 0.7s;
}
.carousel-slider-section.style-nine:hover .owl-prev {
  left: 135px;
  opacity: 1;
}
.carousel-slider-section.style-nine:hover .owl-next {
  right: 135px;
  opacity: 1;
  background: transparent !important;
}
.carousel-slider-section.style-nine .owl-prev i span {
  font-size: 16px;
  margin-left: 20px;
  position: relative;
  top: -6px;
}
.carousel-slider-section.style-nine .owl-prev:hover,
.carousel-slider-section.style-nine .owl-next:hover {
  background: none;
}
.carousel-slider-section.style-nine .owl-next span {
  font-size: 16px;
  position: relative;
  left: -20px;
  top: -5px;
}
/*.carousel-slider-section style-ten*/
.carousel-slider-section.style-ten .carousel-slider2 {
  height: 850px;
  position: relative;
}
.carousel-slider-section.style-ten .carousel-slider-content h4 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  border-top: 1px solid#3eb34e;
  display: inline-block;
  margin-bottom: 13px;
}
.carousel-slider-section.style-ten .carousel-slider-content h1,
.carousel-slider-content h2 {
  text-transform: inherit;
  font-weight: 600;
  font-size: 60px;
  line-height: 1.2;
}
.carousel-slider-section.style-ten .carousel-slider-content span {
  color: #3eb34e;
}
.carousel-slider-section.style-ten .carousel-slider-content p {
  width: 49%;
  font-size: 16px;
  margin: 15px 0 0;
  line-height: 1.7;
  color: #d8d8d8;
}
.carousel-slider-section.style-ten .carousel-btn.two.btn-carousel-slider {
  display: inline-block;
}
.carousel-slider-section.style-ten .carousel-btn a {
  font-size: 15px;
  background: #fb3d00;
  padding: 9px 25px;
  border: none;
  border-radius: 30px;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  z-index: 1;
  color: #fff;
}
.carousel-slider-section.style-ten .carousel-btn a:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 30px;
  transition: 0.5s;
  z-index: -1;
  opacity: 0;
}
.carousel-slider-section.style-ten .carousel-btn a:hover:before {
  opacity: 1;
  width: 100%;
}
.carousel-slider-section.style-ten .carousel-btn a:hover i {
  background: #ff3c00 !important;
  color: #fff;
}
.carousel-slider-section.style-ten .carousel-btn a:hover {
  color: #ff3c00 !important;
}
.carousel-slider-section.style-ten .carousel-btn a i {
  height: 43px;
  width: 43px;
  line-height: 43px;
  background: #fff;
  text-align: center;
  border-radius: 100%;
  color: #3eb34e;
  left: 13px;
  position: relative;
  display: inline-block;
  transition: 0.5s;
}
.carousel-slider-section.style-ten .btn-common.btn-carousel-slider a:hover i {
  background: #f00;
  color: #fff;
}
/*video section*/
.carousel-slider-section.style-ten .rs-video {
  display: inline-block;
  position: relative;
  top: -49px;
  left: 68px;
}
/*owl nav*/
.carousel-slider-section.style-ten .owl-prev,
.carousel-slider-section.style-ten .owl-next {
  padding: 0;
  text-align: center;
  border-radius: 50%;
  background: transparent !important;
  transition: 0.7s;
}
.carousel-slider-section.style-ten:hover .owl-prev {
  left: 135px;
  opacity: 1;
}
.carousel-slider-section.style-ten .owl-prev i span {
  font-size: 18px;
  margin-left: 21px;
  position: relative;
  top: -5px;
}
.carousel-slider-section.style-ten:hover .owl-next {
  right: 135px;
  opacity: 1;
}
.carousel-slider-section.style-ten.owl-prev i span {
  font-size: 16px;
  margin-left: 20px;
  position: relative;
  top: -6px;
}
.carousel-slider-section.style-ten .owl-prev:hover,
.carousel-slider-section.style-ten .owl-next:hover {
  background: none !important;
}
.carousel-slider-section.style-ten .owl-next span {
  font-size: 16px;
  position: relative;
  left: -20px;
  top: -5px;
}
/*slider shape image*/
.carousel-slider-section.style-ten .slider-img {
  position: absolute;
  z-index: -1;
}
.slider-img.shape1 {
  right: 0;
  top: 0;
}
.slider-img.shape4 {
  right: 0;
  top: -44px;
}
.slider-img.shape5 {
  left: 0;
  top: 0;
}
.slider-img.shape3 {
  left: 0;
  top: 9px;
}
.slider-img.shape2 {
  bottom: 136px;
  left: 36%;
  animation: moveLeftBounce 2s linear infinite;
}
.slider-img.shape6 {
  left: -2px;
  top: 0px;
  animation: moveLeftBounce 2s linear infinite;
}
.slider-img.shape7 {
  left: 0px;
  top: -70px;
  animation: moveLeftBounce 2s linear infinite;
}
/*style fourteen*/
.carousel-slider2.style-fourteen .carousel-slider-content h1,
.carousel-slider-content h2 {
  font-size: 54px;
}
.carousel-slider2.style-fourteen .carousel-slider-content p {
  width: 91%;
}
.carousel-slider2.style-fourteen .banner-thumb {
  position: relative;
  top: 57px;
}
.carousel-slider2.style-fourteen .rs-video {
  top: -45px;
  left: 66px;
}
/*carousel slier style fiveteen*/
.carousel-slider2.style-fiveteen .carousel-slider-content p {
  width: 81%;
}
/*carousel slider style-forteen*/
.carousel-slider.style-fourteen {
  background: url(assets/images/about2/slider-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 800px;
  position: relative;
}
.carousel-slider.style-fourteen .carousel-slider-content h5 {
  font-size: 19px;
  border-top: 2px solid #3eb34e;
  margin-bottom: 24px;
  color: #fff;
}
.carousel-slider.style-fourteen .carousel-slider-content h1,
.carousel-slider-content h2 {
  font-size: 60px;
  margin: 0;
  text-transform: capitalize;
  line-height: 1.1;
}
.carousel-slider.style-fourteen .btn-common a i {
  margin-left: 8px;
}
/*owl nav*/
.carousel-slider-section.style-fourteen .owl-prev,
.carousel-slider-section.style-fourteen .owl-next {
  padding: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: transparent !important;
  border: 1px solid#fff;
}
/*carousel slider style fiveteen*/
.carousel-slider.style-fiveteen {
  background: url(assets/images/about2/slider1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 800px;
}
.carousel-slider.style-fiveteen .carousel-slider-content h5 {
  font-size: 19px;
  margin-bottom: 25px;
  color: #fff;
}
.carousel-slider.style-fiveteen .carousel-slider-content h1,
.carousel-slider-content h2 {
  font-size: 60px;
  margin: 0;
  text-transform: capitalize;
  line-height: 1.1;
}
.carousel-slider.style-fiveteen .carousel-slider-content p {
  width: 100%;
  font-size: 20px;
  color: #fff;
  margin: 23px 0 0;
}
.carousel-slider.style-fiveteen .btn-common a {
  background: #3eb34e;
  padding: 15px 31px;
}
.carousel-slider.style-fiveteen .btn-common a:hover {
  background: #fff;
  color: #3eb34e;
  border-color: #fff;
}
.carousel-slider.style-fiveteen .btn-common.btn-carousel-slider-2 a {
  padding: 15px 31px;
  background: #fff;
  color: #3eb34e;
  border-color: #fff;
}
.carousel-slider.style-fiveteen .btn-common.btn-carousel-slider-2 a:hover {
  background: #3eb34e;
  border-color: #3eb34e;
  color: #fff;
}
.carousel-slider.style-fiveteen .btn-common a i {
  margin-left: 8px;
}
.carousel-slider.style-fiveteen .btn-common.btn-carousel-slider-2 a i {
  margin-left: 8px;
}
/*shape*/
.carousel-slider-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hero-shape1 {
  position: absolute;
  top: 25%;
  z-index: 2;
  right: 0;
}
.hero-shape2 {
  position: absolute;
  top: -55px;
  left: 0;
  z-index: 2;
}
.hero-shape3 {
  position: absolute;
  top: 32%;
  right: 0;
  z-index: 1;
}
.hero-shape4 {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
}
.hero-shape5 {
  position: absolute;
  left: 0;
  top: 0;
  animation: moveLeftBounce 3s linear infinite;
}
.hero-shape6 {
  position: absolute;
  left: 40%;
  top: 71%;
  animation: moveLeftBounce 3s linear infinite;
}
/*-----------------
================ Start Hero Section Style Two
-------------------*/
.hero-section.style-2 {
  background: url(assets/images/hero/hero-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-section.style-2 .video-icon {
  position: absolute;
  top: -140px;
  margin-left: -25px;
}
.hero-section.style-2 .hero-content-area p {
  width: 100%;
  margin: 20px 0 45px 0;
}
/*-----------------
================ Start Hero Section Style Three
-------------------*/
.hero-section.style-3 .hero-thumb-inner {
  bottom: -195px;
  left: -50px;
  right: inherit;
}
.hero-section.style-3 .hero-content-area p {
  width: 100%;
}
.hero-btn-2 a {
  background: #fff;
  color: #3eb34e;
}
.hero-btn-2 a:hover {
  background: #3eb34e;
  color: #fff;
  border-color: #3eb34e;
}
/*-----------------
================ Start Hero Section Style Four
-------------------*/
.hero-section.style-4 {
  background: url(assets/images/hero/hero-s1.jpg) no-repeat center/cover;
}
.hero-section.style-4 .hero-content-area p {
  width: 100%;
}
/*-----------------
================ Start Hero Section Style Six
-------------------*/
.hero-section.style-6 {
  background: url(assets/images/hero/hero-bg6.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 850px;
}
.hero-section.style-6 .hero-content-area p {
  width: 100%;
  margin: 20px 0 45px 0;
}
/*hero section style 10*/
.hero-section.style-10 {
  background: url(assets/images/about2/home2.png) no-repeat center/cover;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  height: 920px;
}
.hero-section.style-10 .shape10 {
  position: absolute;
  top: 142px;
  right: 10%;
}
.hero-section.style-10 .hero-content h5 {
  border-top: 2px solid #3eb34e;
  display: inline-block;
  font-size: 19px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 19px;
}
.hero-section.style-10 .hero-content-area h1 {
  line-height: 1.1;
}
.hero-section.style-10 .hero-content-area p {
  margin: 27px 0 46px 0;
}
.hero-section.style-10 .btn-common a {
  padding: 16px 31px;
  border: 1px solid #3eb34e;
}
.hero-section.style-10 .btn-common a:hover {
  border-color: #fff;
  background: #fff;
  color: #3eb34e;
}
/*hero sevtion style six*/
.hero-section.style-six {
  background: url(assets/images/hero/hero-bg6.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 850px;
}
.hero-section.style-six .hero-content-area p {
  width: 54%;
  margin: 17px 0 45px 0;
}
.hero-section.style-six .hero-content-area h1 {
  font-size: 65px;
  line-height: 1.1;
}
.hero-section.style-six .btn-common a:hover {
  background: #bd2d10;
  color: #fff;
  border-color: #bd2d10;
}
.hero-section.style-six .hero-btn-2 a {
  background: #3eb34e;
  color: #fff;
  padding: 14px 40px;
}
.hero-section.style-six .hero-btn-2 a:hover {
  background: #bd2d10;
  border: 1px solid #bd2d10;
  color: #fff;
}
/*hero sevtion style eigfht*/
.hero-section.style-eight {
  background: url(assets/images/hero/slider-bg.jpg) no-repeat center/cover;
  position: relative;
  overflow: hidden;
  height: 700px;
}
.hero-section.style-eight .hero-content-area h4 {
  color: #3eb34e;
  margin-bottom: 31px;
  font-weight: 400;
}
.hero-section.style-eight .hero-content-area h1,
.hero-content-area h2 {
  font-size: 60px;
  line-height: 1;
}
.hero-section.style-eight .hero-content-area p {
  margin: 40px 0 45px 0;
  width: 100%;
  font-weight: 300;
}
.hero-section.style-eight .rs-video {
  top: -29px;
  left: 36px;
}
.hero-section.style-eight .rs-video .animate-border .video-vemo-icon {
  font-size: 25px;
}
/*appionment form*/
.hero-section.style-eight .hero-content-area {
  position: relative;
  top: 24px;
}
.hero-section.style-eight .appointment-content-section {
  margin-left: 0px;
}
.hero-section.style-eight .appointment-content h3 {
  margin-bottom: 27px;
}
.hero-section.style-eight .form_box input {
  background-color: #f4f7fc;
}
.hero-section.style-eight select.Your.Inquiry.About.form-box-input {
  width: 100%;
  height: 54px;
  padding-left: 15px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  background-color: #f4f7fc;
}
/*-----------------
================ Start Swiper Slider Style
-------------------*/
.swiper-container-one {
  width: 100%;
  z-index: 0 !important;
  height: 850px;
}
.swiper-slider-content .container {
  position: relative;
}
.swiper-slide.slide-1 {
  background: url(assets/images/hero/hero-s1.jpg) no-repeat center/cover;
}
.swiper-slide.slide-2 {
  background: url(assets/images/hero/hero-s2.jpg) no-repeat center/cover;
}
.swiper-slider {
  position: relative;
}
.swiper-slider-content .video-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-slider-content .video-icon p {
  margin-left: 30px;
  font-size: 17px;
  font-weight: 500;
  margin-top: 12px;
}
.swiper-wrapper {
  z-index: 0 !important;
}
.swiper-slider-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}
.swiper-slider-content h4 {
  border-top: 2px solid #3eb34e;
  display: inline-block;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.swiper-slider-content h1 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 0;
}
.swiper-slider-content h2 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 40px;
}
.swiper-button-prev {
  margin-left: 20px;
  transition: 0.3s;
}
.swiper-button-next {
  margin-right: 20px;
  transition: 0.3s;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px !important;
  font-weight: 900 !important;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px 25px;
  border-radius: 5px;
  transition: 0.3s;
}
.swiper-slider:hover .swiper-button-next {
  margin-right: 55px;
}
.swiper-button-next:hover::after {
  background: #3eb34e;
}
.swiper-button-prev:hover::after {
  background: #3eb34e;
}
.swiper-slider:hover .swiper-button-prev {
  margin-left: 55px;
}
.swiper-slider-content.text-left {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}
/*-----------------
================ Start Swiper Slider style Three
-------------------*/
.swiper-slider.style-3 {
  background: url(assets/images/hero/hero-bg.jpg) no-repeat center/cover;
}
.swiper-slider.style-3 .swiper-slide.slide-1 {
  background: url(assets/images/hero/ss7.png) no-repeat right;
}
.swiper-slider.style-3 .swiper-slide.slide-2 {
  background: url(assets/images/hero/ss6.png) no-repeat right;
}
.swiper-slide.slide-3 {
  background: url(assets/images/hero/ss5.png) no-repeat right;
}
/*-----------------
================ Start Swiper Slider style Four
-------------------*/
.swiper-slider.style-four .swiper-container-one {
  height: 700px;
}
.swiper-slider.style-four .swiper-slide.slide-1 {
  background: url(assets/images/hero/hero-s3.jpg) no-repeat center/cover;
}
.swiper-slider.style-four .swiper-slide.slide-2 {
  background: url(assets/images/hero/hero-s4.jpg) no-repeat center/cover;
}
.swiper-slider.style-four .swiper-slider-content h4,
.swiper-slider.style-four .swiper-slider-content h1,
.swiper-slider.style-four .swiper-slider-content h2 {
  color: #0e2647;
}
.swiper-slider.style-four .swiper-slider-content h2 {
  margin-bottom: 25px;
}
.swiper-slider.style-four .swiper-slider-content p {
  width: 51%;
  text-align: left;
  margin: 35px 0 40px;
  font-size: 20px;
}
/*-----------------
================ Start Slick Slider
-------------------*/
.slick-slider {
  overflow: hidden;
}
.slick-wrapper {
  display: flex;
}
.slick-wrapper .slick-items {
  height: 800px;
  width: 100%;
  position: relative;
}
.slick-wrapper .slick-items img {
  height: 800px;
  width: 100%;
}
.slick-content-area {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-content-area p {
  width: 90%;
  margin-bottom: 50px;
}
.slick-content-area h5 {
  font-weight: 400;
}
.slick-content-area h1 {
  text-transform: uppercase;
  font-size: 60px;
}
.btn-common.btn-slick {
  text-transform: uppercase;
}
.btn-common.btn-slick a {
  padding: 17px 40px;
  border-radius: 3px;
}
/*-----------------
================ Start Slick Slider style Two
-------------------*/
.slick-slider.style-2 {
  background: url(assets/images/slick/ss-bg.jpg) no-repeat center/ cover;
  position: relative;
  height: 700px;
}
.slick-slider.style-2 .slick-wrapper .slick-items {
  height: 700px;
}
.slick-slider-thumb img {
  width: 100%;
}
.slick-slider-thumb {
  right: -30px;
  bottom: 0;
  position: absolute;
}
.slick-content {
  transform: translateY(50%);
}
.slick-content h4 {
  font-size: 19px;
  letter-spacing: 2px;
  border-top: 2px solid #3eb34e;
  display: inline-block;
  margin-bottom: 25px;
}
.slick-content h1,
.slick-content h2 {
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.slick-content p {
  font-size: 20px;
  margin: 40px 0;
  width: 55%;
}
.btn-common.btn-slick-slider a {
  color: #3eb34e;
  border: 1px solid #3eb34e;
  background: transparent;
}
.btn-common.btn-slick-slider:hover a {
  color: #fff;
  border: 1px solid #3eb34e;
  background: #3eb34e;
}
/*-----------------
================ Start ccctv slider area
-------------------*/
.em_slider_inner.style-two .em-slider-sub-title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 2px;
  border-top: 2px solid #3eb34e;
  margin-bottom: 29px;
  display: inline-block;
  text-transform: uppercase;
}
.em_slider_inner.style-two .em-slider-main-title {
  font-size: 60px;
  font-weight: 600;
  margin: 0 0 23px;
  text-transform: capitalize;
}
.em_slider_inner.style-two .em-slider-text {
  width: 56%;
  margin: auto;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.em_slider_inner.style-two .em-button-button-area a {
  margin-top: 17px;
  padding: 15px 28px;
}
.em_slider_inner.style-two .em-button-button-area a:hover {
  background: #fff;
  color: #3eb34e;
}
.em_slider_inner.style-two .rs-video {
  display: inline-block;
  position: relative;
  top: -85px;
  left: 155px;
}
/*nivo slider style three*/
.em_slider_inner.style-three .em-slider-sub-title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 2px;
  border-top: 2px solid #3eb34e;
  margin-bottom: 29px;
  display: inline-block;
  text-transform: uppercase;
}
.em_slider_inner.style-three .em-slider-main-title {
  font-size: 60px;
  font-weight: 600;
  margin: 0 0 23px;
  text-transform: capitalize;
}
.em_slider_inner.style-three .em-slider-text {
  width: 56%;
  margin: auto;
  font-size: 20px;
  font-weight: 400;
}
.em_slider_inner.style-three .em-button-button-area a {
  margin-top: 1px;
  padding: 15px 28px;
}
.nivo_slider_area.style-four .nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
  font-size: 30px;
  color: #3eb34e;
  background: rgba(0, 0, 0, 0.4);
  padding: 8px 23px;
  opacity: 0;
  border-radius: 4px;
}
.nivo_slider_area.style-four
  .em-nivo-slider-wrapper
  .nivo-directionNav
  .nivo-nextNav {
  left: auto;
  right: 0;
}
.nivo_slider_area.style-four
  .em-nivo-slider-wrapper
  .nivo-directionNav
  a:hover {
  background: #3eb34e;
  border-color: #3eb34e;
  color: #fff;
}
.nivo_slider_area.style-four
  .em-nivo-slider-wrapper:hover
  .nivo-directionNav
  a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  left: 50px;
}

.nivo_slider_area.style-four
  .em-nivo-slider-wrapper:hover
  .nivo-directionNav
  .nivo-nextNav {
  left: auto;
  right: 50px;
}
/*nivo_slider_area.style-five
*/
.nivo_slider_area.style-five .nivo-directionNav a {
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 8px 23px;
}
.nivo_slider_area.style-five
  .em-nivo-slider-wrapper
  .nivo-directionNav
  .nivo-nextNav {
  left: auto;
  right: 0;
}
.nivo_slider_area.style-five
  .em-nivo-slider-wrapper
  .nivo-directionNav
  a:hover {
  background: #3eb34e;
  border-color: #3eb34e;
  color: #fff;
}
.nivo_slider_area.style-five
  .em-nivo-slider-wrapper:hover
  .nivo-directionNav
  a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  left: 50px;
}
.nivo_slider_area.style-five
  .em-nivo-slider-wrapper:hover
  .nivo-directionNav
  .nivo-nextNav {
  left: auto;
  right: 50px;
}
.nivo_slider_area.style-five a.nivo-prevNav i {
  position: relative;
  top: 3px;
}
.nivo_slider_area.style-five a.nivo-nextNav i {
  position: relative;
  top: 3px;
}
/*-----------------
================ Start nivo slider style five
-------------------*/
.em_slider_inner.style-five .em-slider-main-title {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
  line-height: 1;
}
.em_slider_inner.style-five .em-slider-sub-title {
  text-transform: uppercase;
}
.em_slider_inner.style-five .em-slider-text {
  margin: 26px 0 37px;
  font-weight: 300;
  width: 53%;
}
.em_slider_inner.style-five a.em-active-button:hover {
  background: #fff;
  border-color: #fff;
  color: #3eb34e;
}
.em_slider_inner.style-five .em-button-button-area a {
  border: 1px solid#3eb34e;
  color: #fff;
  background: #3eb34e;
  padding: 17px 41px;
  text-transform: capitalize;
}
.em_slider_inner.style-five a.withput-active:hover {
  background: #fff;
  color: #3eb34e;
  border-color: #fff;
}
/*-----------------
================ Start nivo slider style six
-------------------*/
.em_slider_inner.style-six .em-slider-main-title {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
  line-height: 1;
}
.em_slider_inner.style-six .em-slider-sub-title {
  text-transform: uppercase;
  margin-bottom: 13px;
}
.em_slider_inner.style-six .em-slider-text {
  margin: 26px auto 17px;
  font-weight: 300;
  width: 53%;
}
.em_slider_inner.style-six a.em-active-button:hover {
  background: #fff;
  border-color: #fff;
  color: #3eb34e;
}
.em_slider_inner.style-six .em-button-button-area a {
  border: 1px solid#3eb34e;
  color: #fff;
  background: #3eb34e;
  padding: 17px 41px;
  text-transform: capitalize;
  margin-top: 7px;
}
.carousel-slider-area .active .carousel-single-slide .image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
/*----------------
============== Start feature area
------------------*/
.feature-area {
  background: #f4f7fc;
}
.single-feature-box {
  padding: 40px 30px 35px;
  background: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 3px;
  transition: 0.5s;
}
.single-feature-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #3eb34e;
  transition: 0.5s;
  z-index: -1;
  border-radius: 3px;
}
.single-feature-box:hover:before {
  width: 100%;
}
.single-feature-box:hover .single-feature-icon i {
  background: #fff;
  color: #3eb34e;
}
.single-feature-icon i {
  height: 70px;
  display: inline-block;
  width: 70px;
  font-size: 30px;
  background: #3eb34e;
  text-align: center;
  line-height: 70px;
  color: #fff;
  border-radius: 4px;
  transition: 0.5s;
}
.feature-title h2 {
  font-size: 22px;
  margin: 32px 0 14px;
  transition: 0.5s;
}
.feature-content-text p {
  margin: 0;
  transition: 0.5s;
}
.single-feature-box:hover .feature-title h2,
.single-feature-box:hover .feature-content-text p {
  color: #fff;
}
/*----------------
============== Start feature style two
------------------*/
.feature-area.style-two {
  background: #fff;
}
.feature-area.style-two .single-feature-box {
  background: #f4f7fc;
  border: 1px solid #f4f5fe;
}
/*----------------
============== Start feature style three
------------------*/
.feature-area.style-three {
  background: #fff;
}
.feature-area.style-three .row.upper {
  position: relative;
  margin-top: -70px;
  z-index: 6;
}
.feature-title h4 {
  margin: 18px 0 10px;
  font-size: 25px;
}
.feature-number h4 {
  color: #666;
  font-size: 110px;
  opacity: 0.1;
}
/*feature area*/
.feature-area.style-ten {
  background: transparent;
  padding: 10px 42px 0;
}
.feature-area.style-ten .single-feature-box-five {
  box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
  padding: 38px 63px 32px;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  margin: 0 10px;
}
.feature-area.style-ten .single-feature-box-five:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  right: 0;
  top: 0;
  transition: 0.5s;
  background: #3eb34e;
  z-index: -1;
  border-radius: 4px;
}
.feature-area.style-ten .single-feature-box-five:hover:before {
  width: 100%;
  left: 0;
}
.feature-area.style-ten .single-feature-box-five:hover .feature-icon-two span {
  background: #0e2647;
}
.feature-area.style-ten .single-feature-box-five:hover .feature-title-two h2,
.feature-area.style-ten
  .single-feature-box-five:hover
  .feature-content-text-two
  p {
  color: #fff;
}
.feature-area.style-ten .feature-icon-two {
  position: absolute;
  left: -30px;
}
.feature-area.style-ten .feature-title-two h2 {
  font-size: 21px;
  margin: 0 0 11px;
  transition: 0.5s;
}
.feature-area.style-ten .feature-icon-two span {
  display: inline-block;
  background: #3eb34e;
  height: 65px;
  width: 65px;
  text-align: center;
  line-height: 65px;
  border-radius: 4px;
  font-size: 31px;
  color: #fff;
  transition: 0.5s;
}
.feature-area.style-ten .feature-content-text-two p {
  margin: 0 0 0;
  transition: 0.5s;
}
/*----------------
============== Start about area
------------------*/
.about-title h5 {
  font-size: 18px;
  font-weight: 500;
}
/*about shape*/
/*about area style two*/
/*about area style five*/
/*about section style six*/
/*about section upper two*/
/*====================================================
--< Itsoft abouts_areas Css -->
======================================================*/

/*
<!-- ============================================================== -->
<!-- Start feature area Css -->
<!-- ============================================================== -->*/

li.nav-item {
  padding-right: 45px;
}
a.active {
  color: #fff !important;
  background-color: #ff3a00 !important;
  font-weight: 600;
  font-family: "Rajdhani";
  font-size: 18px;
  border-radius: 5px 5px 0 0;
  transition: 0.5s;
}
ul.nav.nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  color: #333;
  padding: 10px 25px;
}
.nav-tabs {
  border-bottom: 3px solid #3eb34e;
}
/*li.active {
    background: red!important;
}*/
/*====================================================
--< ITplot testimoniale_areas Css -->
======================================================*/
/*-----------------
================ Itsoft Start Tabs Section
-------------------*/
/*agency feature area*/
/*-------------------
============= Start Tabs Section Style Two
-------------------*/
.btn-common.blog-tab-btn {
  margin-bottom: 15px;
}
/*-------------
================ Start Itsoft Feature Section
---------------*/
.feature-content h4 {
  font-size: 20px;
  font-weight: 600;
  padding: 0;
}
.feature-content p {
  padding: 5px 25px 0px;
  margin: 0;
}
/*-------------
================ Start Feature Section Style-Two
---------------*/
.row.style-2 .col-sm-12,
.row.style-2 .col-md-6,
.row.style-2 .col-lg-4 {
  padding: 0;
}
/*-------------
================ Start Feature Section Style-Three
---------------*/
.feature-section.style-3 {
  margin-top: 0;
}
/*-------------
================ Start Feature Section Style-Four
---------------*/
.feature-section.style-4 .feature-single-item {
  border-radius: 0;
  border: none;
}
.feature-section.style-4 {
  margin-top: -115px;
}
/*-------------
================ Start Feature Section Style-Five
---------------*/
.feature-section.style-5 .feature-single-item {
  border-radius: 0;
  border: none;
}
.navigation-mrg {
  position: relative;
  margin-top: -70px;
  z-index: 44 !important;
}
/*-------------
================ Start Feature Section Style-Seven
---------------*/
.feature-section.style-7 .feature-icon::before {
  display: none;
}
.feature-section.style-7 .feature-single-item {
  transition: 0.5s;
  box-shadow: 0 0 5px rgb(217, 217, 217, 0.7);
}
.feature-section.style-7 .feature-single-item:hover {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-5px);
}
/*------------------
============== Start feature-section Style seven
-------------------*/
.single-feature-item {
  text-align: center;
  margin-bottom: 30px;
  transition: 0.5s;
}
.single-feature-item:hover .single-feature-thumb img {
  transform: rotateY(360deg);
}
.single-feature-thumb img {
  width: 60px;
  transition: 0.5s;
}
.single-feature-content h4 {
  font-size: 20px;
  margin: 22px 0 0;
}
.consulting-feature-section .single-feature-content p {
  margin: 13px 0 0;
}
.consulting-feature-section .section-head h2 {
  font-size: 35px;
}
/*------------------
============== Start feature-section Style Eight
-------------------*/
.feature-section.style-eight .single-feature-box {
  position: relative;
  padding: 40px 0px 35px;
  z-index: 1;
}
.feature-section.style-eight .single-feature-box::before {
  position: absolute;
  left: 0;
  content: "";
  height: 250px;
  width: 250px;
  background: #3eb34e;
  right: 0;
  bottom: -114px;
  margin: auto;
  border-radius: 50%;
  transition: 0.5s;
}
.feature-section.style-eight .single-feature-box:hover::before,
.feature-section.style-eight .single-feature-box.style-two::before {
  bottom: -165px;
}
.feature-section.style-eight .single-feature-box .single-feature-box-inner {
  border: 1px solid #e9e9e9;
  padding: 50px 23px;
  transition: 0.5s;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #fff;
  margin-bottom: 30px;
}
.feature-section.style-eight
  .single-feature-box
  .single-feature-box-inner:hover,
.feature-section.style-eight
  .single-feature-box.style-two
  .single-feature-box-inner {
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.feature-section.style-eight .single-feature-box .icon i {
  color: #3eb34e;
  display: inline-block;
  font-size: 65px;
}
.feature-section.style-eight .single-feature-box h4 {
  font-size: 25px;
  margin: 15px 0 20px;
}
.feature-section.style-eight .feature-content p {
  padding: 0 0 30px;
  margin: 0;
}
.feature-section.style-eight .single-feature-box .btn-read-more a {
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  color: #616161;
}
.feature-section.style-eight .single-feature-box .btn-read-more a span {
  margin-left: 6px;
}
/*feature style nine*/
.feature-section.style-ten .row.upper11 {
  position: relative;
  margin-top: -45px;
}
.feature-section.style-ten .single-feature-box-two {
  box-shadow: 10px 0 40px rgb(0 0 0 / 9%);
  padding: 36px 6px 28px 27px;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
  z-index: 1;
  background: #fff;
  border-radius: 7px;
}
.feature-section.style-ten .single-feature-box-two:before {
  position: absolute;
  content: "";
  top: 0;
  left: -30px;
  height: 100%;
  width: 33%;
  background: #f7f8fa;
  transform: skewX(-13deg);
  z-index: -1;
}
.feature-section.style-ten .single-feature-thumb img {
  float: left;
  margin-right: 27px;
  width: 50px;
  margin-top: 15px;
}
.feature-section.style-ten .feature-content {
  overflow: hidden;
}
.feature-section.style-ten .feature-content h4 {
  font-size: 24px;
  margin: 0 0 10px;
}
.feature-section.style-ten .feature-content p {
  padding: 5px 0px 0px;
}
/*feature section style eleven*/
.feature-section.style-eleven .row.upper11 {
  position: relative;
  margin-top: -45px;
}
.feature-section.style-eleven .single-feature-box-two {
  box-shadow: none;
  padding: 36px 6px 43px 42px;
  position: relative;
  transition: 0.5s;
  z-index: 1;
  background: #0e2647;
  border-radius: 0;
  border-top-left-radius: 7px;
}
.feature-section.style-eleven .single-feature-box-three {
  box-shadow: none;
  padding: 36px 6px 43px 42px;
  position: relative;
  transition: 0.5s;
  z-index: 1;
  background: #3eb34e;
  border-radius: 0;
  border-top-right-radius: 7px;
}
.feature-section.style-eleven .single-feature-thumb img {
  float: left;
  margin-right: 27px;
  width: 50px;
  margin-top: 15px;
}
.feature-section.style-eleven .feature-content {
  overflow: hidden;
}
.feature-section.style-eleven .feature-content h4 {
  font-size: 24px;
  margin: 0 0 7px;
  font-weight: 500;
  letter-spacing: 1.4px;
}
.feature-section.style-eleven .feature-content p {
  padding: 4px 0px 0px;
  color: rgba(255, 255, 255, 0.9);
}
.feature-section.style-eleven .feature-number {
  position: absolute;
  right: 24px;
  bottom: 3px;
  opacity: 0.1;
}
.feature-section.style-eleven .feature-number h1 {
  font-size: 100px;
  color: #fff;
}
/*feature-section.style-eleven upper*/
.feature-section.style-eleven.upper .row.upper11 {
  margin-top: -40px;
}
.feature-section.style-eleven.upper .single-feature-box-two {
  border-top-left-radius: 10px;
}
.feature-section.style-eleven.upper .single-feature-box-three {
  border-top-right-radius: 10px;
}
.feature-section.style-eleven.upper .row.upper15 {
  position: relative;
  margin-bottom: -73px;
  z-index: 2;
}
/*------------------
============== Start feature-section Style Nine
-------------------*/
.feature-section.style-nine .single-feature-box {
  padding: 54px 26px;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.feature-section.style-nine .single-feature-box:hover {
  background: url(assets/images/services/svs6.jpg) no-repeat center/ cover
    scroll;
}
.feature-section.style-nine .single-feature-box::before {
  position: absolute;
  content: "";
  left: 0;
  top: -3px;
  height: 3px;
  width: 0%;
  background: #3eb34e;
  right: 0;
  margin: auto;
  transition: 0.5s;
}
.feature-section.style-nine .single-feature-box:hover::before,
.feature-section.style-nine .single-feature-box:hover::after {
  width: 80%;
}
.feature-section.style-nine .single-feature-box::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 0%;
  background: #3eb34e;
  right: 0;
  margin: auto;
  transition: 0.5s;
}
.feature-section.style-nine .single-feature-box .feature-number {
  position: absolute;
  bottom: 31%;
  left: 50%;
  transform: translateX(-50%);
}
.feature-section.style-nine .single-feature-box .feature-number h1 {
  font-size: 280px;
  line-height: 0.4;
  color: #666;
  opacity: 0.05;
  font-weight: 400;
}
.feature-section.style-nine .feature-content h4 {
  font-size: 25px;
  margin: 0 0 20px;
}
.feature-section.style-nine .feature-content p {
  padding: 0;
}
.feature-section.style-nine .single-feature-box .icon i {
  font-size: 150px;
  color: #3eb34e;
}
.feature-section.style-nine .btn-read-more a i {
  font-size: 11px;
  font-weight: 600;
  color: #3eb34e;
  margin-left: 6px;
}
.feature-section.style-nine .single-feature-box:hover .feature-content h4,
.feature-section.style-nine .single-feature-box:hover .feature-content p,
.feature-section.style-nine .single-feature-box:hover .btn-read-more a {
  color: #fff;
}
/*----------------
============== Start feature style two
------------------*/
/*----------------
============== Start feature style three
------------------*/
/*start feature area style three topper*/
/*-------------
================ Itsoft Start About Section
---------------*/

.brand-title {
  color: #0e2647 !important;
}
.section-head h3 {
  text-transform: capitalize;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 0;
}
.section-head h2 {
  text-transform: capitalize;
  font-size: 35px;
  margin-bottom: 0px;
}
.section-head h2 span {
  text-transform: capitalize;
  color: #3eb34e;
}
.section-head p {
  color: #616161;
  line-height: 1.5;
  padding: 25px 0 0;
  margin: 0;
}
.section-head-bar {
  position: relative;
  display: block;
}
.section-head-bar::before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 0;
  width: 40px;
  height: 4px;
  background: #3eb34e;
  transform: skewX(45deg);
}
.section-head-bar::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 40px;
  height: 4px;
  background: #3eb34e;
  transform: skewX(-45deg);
}
.single-content p {
  margin: 0;
}
.content-single-icon {
  color: #3eb34e;
  font-size: 45px;
  float: left;
  margin-right: 28px;
  display: block;
}
.inner-content-title {
  font-family: "Rubik", Sans-serif;
  color: #0e2647 !important;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
/*about area style eight*/
.about-section.style-eight {
  background: #f4f7fc url(assets/images/new-images/home-about-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-section.style-eight .about-thumb-section {
  position: relative;
  bottom: -20px;
}
.about-section.style-eight .about-single-thumb img {
  width: 75%;
}
.about-section.style-eight .about-content-container {
  padding-left: 0;
}
.about-section.style-eight .counter-title h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0e2647;
}
.about-section.style-eight .counter-text span {
  color: #3eb34e;
}
/*about section style ten*/
.about-section.style-ten #tabs .tabs-btn-list li {
  border: 1px solid #ddd !important;
}
.about-section.style-ten .tab-thumb {
  margin-right: 19px;
}
.about-section.style-ten .tab-thumb img {
  border-radius: 100%;
}
.about-section.style-ten .thumb-title h3 {
  font-size: 18px;
  margin: 0 0 6px;
}
/*about section style eleven*/
.about-section.style-eleven .section-text p {
  color: #0e2647;
  font-style: italic;
  font-weight: bold;
  font-size: 21px;
}
.about-section.style-eleven .section-head p {
  padding: 18px 0 0;
  width: 97%;
}
.about-section-video {
  display: inline-block;
}
.about-section.style-eleven .rs-video {
  top: 15px;
  left: -15px;
}
.about-section.style-eleven .rs-video .animate-border .video-vemo-icon {
  background: #3eb34e;
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-size: 26px;
}
.about-section.style-eleven .rs-video .animate-border .video-vemo-icon:before {
  border: 2px solid #3eb34e;
  width: 150px;
  height: 150px;
}
.about-section.style-eleven .rs-video .animate-border .video-vemo-icon:after {
  border: 2px solid #3eb34e;
  width: 150px;
  height: 150px;
}
.about-section.style-eleven .animate-border a i {
  color: #fff;
}
.about-section.style-eleven .rs-video span {
  position: relative;
  top: 36px;
  left: 111px;
  color: #0e2647;
  font-size: 18px;
  font-weight: 500;
}
/*about section style fiveteen*/
.about-section.style-fiveteen .about-section-thumb {
  position: relative;
  right: 9px;
}
.about-section.style-fiveteen .about-seection-box {
  line-height: 1.1;
}
.about-section.style-fiveteen .section-icon {
  margin-right: 7px;
}
.about-section.style-fiveteen .section-icon i {
  color: #3eb34e;
  display: inline-block;
  font-size: 14px;
}
.about-section.style-fiveteen .section-head p {
  padding: 25px 0 6px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  width: 96%;
  color: #6d6d6d;
}
.about-section.style-fiveteen .section-icon-box {
  background: #f6f6f6;
  padding: 24px 30px 32px;
  border-left: 4px solid#3eb34e;
  margin-top: 11px;
}
.about-section.style-fiveteen .section-icon-title h3 {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
}
/*social address*/
.about-section.style-fiveteen .section-address ul li {
  list-style: none;
}
.about-section.style-fiveteen a.address1 {
  top: 24%;
  right: 0;
}
.about-section.style-fiveteen a.address2 {
  top: 39%;
  right: 10%;
  color: #f17da0 !important;
}
.about-section.style-fiveteen a.address2:hover {
  background: #3eb34e;
  color: #fff !important;
}
.about-section.style-fiveteen a.address3 {
  top: 62px;
  right: 39px;
  color: #ff3c00 !important;
}
.about-section.style-fiveteen a.address3:hover {
  background: #3eb34e;
  color: #fff !important;
}
.about-section.style-fiveteen .section-address ul li a {
  display: inline-block;
  position: absolute;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 10px 21px rgb(0 0 0 / 10%);
  border-radius: 100%;
  color: #06bffe;
}
.about-section.style-fiveteen .section-address ul li a:hover {
  background: #3eb34e;
  color: #fff;
}

/*about section style fiveteen upper*/
.about-section.style-fiveteen.upper .content-wrapper {
  position: relative;
  left: 24px;
}
.about-section.style-fiveteen.upper .about-thumb {
  margin-right: 46px;
}
.about-section.style-fiveteen.upper .about-section-conetnt {
  border-left: 1px solid#DDDDDD;
  padding: 8px 0 8px 20px;
}
.about-section.style-fiveteen.upper .about-section-title h3 {
  font-size: 18px;
  margin: 0 0 4px;
  font-weight: 600;
}
/* start flipx box area*/
.flip-box {
  width: 100%;
  border: none;
  perspective: 1000px;
  margin-bottom: 30px;
  height: 220px;
}
.feature-single-box {
  padding: 41px 22px 0;
}
.box-title h3 {
  font-size: 20px;
  letter-spacing: 1px;
  margin: 13px 0 16px;
}
.flip-content p {
  line-height: 1.6;
  color: #fff;
}
.dreamit-filepx-area.style-two .flip-box {
  height: 248px;
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.box-title h3 {
  color: #0e2647;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  padding-top: 39px;
}
.box-icon {
  padding-top: 20px;
}
.flip-box-front.two {
  background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)),
    url(assets/images/about/flipx.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.flip-box-back {
  background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)),
    url(assets/images/about/flipx.jpg);
  border-radius: 0px;
  color: white;
  transform: rotateY(180deg);
  padding: 27px 0 0;
  transition: 0.5s;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.des p {
  width: 72%;
  margin: 0 auto;
  padding-bottom: 19px;
  line-height: 1.6;
}
.des a {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #3eb34e;
  border-radius: 0;
  padding: 10px 18px;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0;
  transition: 0.5s;
  border-radius: 3px;
}
.des a:hover {
  background: #fff;
  color: #3eb34e;
}

/*consulting feature area style two*/
.consulting-feature-section.style-two .single-feature-item {
  padding-bottom: 30px;
  height: 185px;
  padding-top: 30px;
  border: 1px solid #dbdbdb;
  box-shadow: 0 7px 12px #dbdbdb;
  border-radius: 10px;
}
.consulting-feature-section.style-two .single-feature-item:hover h4 {
  color: #3eb34e;
}
/*------------------
============== Start About Sectiom Style two
-------------------*/
@-webkit-keyframes ripple-yellow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(255, 60, 0, 0.3),
      0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3);
    box-shadow: 0 0 0 0 rgb(255, 60, 0, 0.3), 0 0 0 10px rgb(255, 60, 0, 0.3),
      0 0 0 rgb(255, 60, 0, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgb(255, 60, 0, 0.3),
      0 0 0 20px rgb(255, 60, 0, 0.3), 0 0 0 30px rgb(255, 60, 0, 0.3);
    box-shadow: 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3),
      0 0 0 30px rgb(255, 60, 0, 0);
  }
}

@keyframes ripple-yellow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(255, 60, 0, 0.3),
      0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3);
    box-shadow: 0 0 0 0 rgb(255, 60, 0, 0.3), 0 0 0 10px rgb(255, 60, 0, 0.3),
      0 0 0 20px rgb(255, 60, 0, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgb(255, 60, 0, 0.3),
      0 0 0 20px rgb(255, 60, 0, 0.3), 0 0 0 30px rgb(255, 60, 0, 0);
    box-shadow: 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3),
      0 0 0 30px rgb(255, 60, 0, 0);
  }
}
.common-video .video-icon a,
.choose-us-video .video-icon a,
.section-video .video-icon a {
  width: 85px;
  height: 85px;
  line-height: 85px;
  color: #3eb34e;
  animation: ripple-yellow 1s linear infinite;
  background: #fff;
}
.about-content-container {
  padding-left: 27px;
}
.about-section.style-2 .about-thumb-section {
  padding-right: 15px;
}
/*section content text*/
.section-text p {
  color: #616161;
  line-height: 1.5;
  padding: 25px 0 0;
  margin: 0;
}
/*------------------
============== Itsoft Start Skills section style Two
-------------------*/
/*skill area*/
/*--==============================================->
    <!--Start animation-->
  ==================================================-*/
/* bounce-animate */
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }
  50% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  100% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }
}
@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}
@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }
  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}
@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }
  100% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }
}
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.skill-area .section-head h5 {
  font-weight: 500;
  color: #3eb34e;
  margin-bottom: 14px;
  letter-spacing: 0;
}
.skill-area .section-head h3 {
  font-size: 38px;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.skill-area .section-head h2 {
  font-size: 38px;
  margin-bottom: 0;
  letter-spacing: 1px;
  text-transform: inherit;
}
.skill-area .section-head p {
  line-height: 1.7;
  padding: 15px 0 0;
  font-family: "Fira Sans";
}
.skill-area .about-skills {
  margin-top: 40px;
}
.skill-area .skill-title,
.skill-percentage {
  margin-bottom: 15px;
}
.skill-area .progress-line {
  height: 3px;
}
.skill-area .skill-item {
  margin-top: 22px;
}
/*------------------
============== Start About Section Style Five
-------------------*/
.about-section.style-five .section-thumb {
  position: relative;
}
.about-section.style-five .common-video.style-5 {
  margin-top: 0;
}
.about-section.style-five .common-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-section.style-six .counter-title h4 {
  color: #0e2647;
  font-size: 23px;
  font-weight: 600;
}
/*------------------
============== Start About Section Style Seven
-------------------*/
.about-section.style-seven {
  position: relative;
}
.about-section.style-seven .section-thumb {
  position: relative;
  z-index: 1;
}
.about-section.style-seven .content-wrapper {
  position: relative;
  left: 64px;
}
.about-section.style-seven .about-single-content {
  margin-bottom: 13px;
}
.about-section.style-seven .icon {
  float: left;
}
.about-section.style-seven .icon i {
  color: #f12a02;
  font-size: 24px;
  margin-top: 2px;
}
.about-section.style-seven .icon {
  padding-right: 25px;
}
.about-section.style-seven .content-inner {
  overflow: hidden;
}
.about-section.style-seven .content-inner h4 {
  color: #0e2647;
  font-size: 21px;
  font-weight: 600;
  text-transform: capitalize;
}
.about-section.style-seven .content-inner p {
  margin-top: 15px;
  width: 63%;
}
.about-section.style-seven .shape-one {
  position: absolute;
  left: 75%;
  top: -12px;
}
.about-section.style-seven .shape-two {
  position: absolute;
  left: 64%;
  bottom: -61px;
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.about-section.style-seven .shape-three {
  position: absolute;
  right: 11px;
  top: 55px;
  z-index: -1;
}
.about-section.style-seven .shape-four {
  position: absolute;
  left: 26px;
  bottom: 49px;
  z-index: -1;
}
/*------------------
============== Start About Section Style Eight
-------------------*/
.about-section.style-eight .section-thumb img {
  position: relative;
  z-index: 1;
}
.about-section.style-eight .shape-one {
  position: absolute;
  left: 60px;
  top: -60px;
}
.about-section.style-eight .shape-two {
  position: absolute;
  left: 64%;
  bottom: -61px;
}
/*about sevtion style nine*/
.about-section.style-nine {
  background: #f4f7fc;
}
.about-section.style-nine .about-content-container {
  padding-left: 0;
}
.about-section.style-nine .single-abouit-counter {
  box-shadow: 0 20px 50px rgb(0 0 0 / 7%);
  text-align: center;
  height: 250px;
  width: 250px;
  border-radius: 100%;
  margin-bottom: 30px;
  background: #fff;
}
.about-section.style-nine .counter-single-item-inner {
  padding-top: 45px;
}
.about-section.style-nine .section-head h2 {
  font-size: 35px;
}
.about-section.style-nine .section-content-text {
  padding-top: 5px;
}
.about-section.style-nine .about-future {
  padding-top: 4px;
}
.about-section.style-nine .counter-icon {
  margin-right: 0;
}
/*about section atyle ten*/
.about-section.style-elevent {
  background: url(assets/images/about/about-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin-top: -112px;
}
.about-section.style-elevent .section-thumb {
  position: relative;
  right: 20px;
}
.about-section.style-elevent .section-head h5 {
  margin-bottom: 15px;
}
.about-section.style-elevent .section-head h2 {
  font-size: 38px;
  margin-bottom: 0;
}
.about-section.style-elevent .section-head h3 {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 0;
}
.about-section.style-elevent .section-head p {
  padding: 10px 0 0;
}
.about-section.style-elevent .content-inner h4 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Rubik";
  line-height: 1.6;
}
.about-section.style-elevent .content-container {
  background: #f7f8fa;
  width: 83%;
  padding: 24px 29px 9px 23px;
  border-bottom: 2px solid#3eb34e;
}
.about-section.style-elevent .about-single-content {
  margin-bottom: 4px;
}
.about-section.style-elevent .icon i {
  color: #ff3b00;
  display: inline-block;
  font-size: 24px;
  margin-right: 18px;
  margin-top: 8px;
}
.about-section.style-elevent .about-btn a {
  color: #3eb34e;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.5s;
}
.about-section.style-elevent .about-btn a i {
  margin-left: 6px;
  display: inline-block;
}
/*about section style elevent upper*/
.about-section.style-elevent.upper {
  background: none;
  margin-top: 0;
}
.about-section.style-elevent.upper .about-section-thumb {
  position: relative;
  z-index: 1;
  right: 20px;
}
/*about shape*/
.about-section.style-elevent.upper .section-img {
  position: absolute;
  z-index: -1;
}
/*section address*/
.about-section.style-elevent.upper .section-address ul li {
  list-style: none;
}
.about-section.style-elevent.upper a.address1 {
  top: 24%;
  right: 0;
}
.about-section.style-elevent.upper a.address2 {
  top: 39%;
  right: 10%;
  color: #f17da0 !important;
}
.about-section.style-elevent.upper a.address3 {
  top: 62px;
  right: 39px;
  color: #ff3c00 !important;
}
.about-section.style-elevent.upper .section-address ul li a {
  display: inline-block;
  position: absolute;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 10px 21px rgb(0 0 0 / 10%);
  border-radius: 100%;
  color: #06bffe;
}
.about-section.style-elevent.upper .section-img.shape5 {
  top: 0;
  left: 0;
  animation: moveLeftBounce 2s linear infinite;
}
.about-section.style-elevent.upper .section-img.shape4 {
  top: 15px;
  right: 35px;
  animation: moveLeftBounce 2s linear infinite;
}
.about-section.style-elevent.upper .section-img.shape6 {
  right: -76%;
  bottom: -12px;
  animation: moveLeftBounce 2s linear infinite;
}
.about-section.style-elevent.upper .section-img.shape7 {
  top: 24%;
  left: 39%;
}
.about-section.style-elevent.upper .section-head p {
  padding: 15px 0 0;
  font-family: "Fira Sans", sans-serif;
  width: 93%;
  line-height: 1.7;
}
.about-section.style-elevent.upper .ection-about-single-box {
  text-align: center;
  margin-bottom: 30px;
  padding-right: 29px;
  border-right: 1px solid#BCBCBC;
}
.about-section.style-elevent.upper .ection-about-single-box.two {
  border-right: none;
}
.about-section.style-elevent.upper .section-about-title h4 {
  font-size: 16px;
  margin: 23px 0 0;
  letter-spacing: 1px;
}
.single-brand {
  max-width: 100%;
}
.single-brand img {
  max-width: 100%;
  width: 80%;
  margin: auto;
  height: auto;
  -webkit-filter: grayscale(1);
  transition: 0.3s;
}
.single-brand:hover img {
  -webkit-filter: grayscale(0);
}
.hr-2 {
  border-top: 1px solid #595959;
  padding-top: 30px;
}
.hr-4 {
  border-top: 1px solid #d9d9d9;
  padding-top: 15px;
}
.brand-section.style-two {
  background: #fff;
 
}
.partners-sec{
  background: #f4f7fc;
}
.brand-section .container{
  background: #f4f7fc;
}

.brand-section-2.style-two {
  background: #fff;
 
}
.logo-img a {
  overflow: hidden;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.logo-img a .main-logo {
  transition: all 0.3s ease-in-out;
  display: block;
  filter: drop-shadow(0px 0px 1px black);
}
.logo-img a .hover-logo {
  transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  visibility: hidden;
  filter: drop-shadow(0px 0px 1px black);
}
.logo-img a:hover .hover-logo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  opacity: 3;
  visibility: visible;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  filter: grayscale(0%);
}
.logo-img a:hover .main-logo {
  display: block;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  filter: grayscale(100%);
}
.section-head .section-head-content p {
  font-size: 18px;
}
.owl-dots {
  text-align: center;
  margin-top: 30px;
}
.owl-dot {
  background: #bfbfbf;
  height: 12px;
  width: 12px;
  display: inline-block;
  margin: 0 8px;
  border-radius: 50%;
}
.owl-dot.active {
  background: #3eb34e;
}
.section-head-container.style-2 h2 {
  margin-bottom: 0;
}
.style-7 .services-single-items:hover .services-single-content::after {
  height: 100%;
  width: 100%;
}
.style-7 .services-single-items:hover .services-single-icon i {
  color: #3eb34e;
  background: #fff;
}
.style-7 .services-single-items:hover .btn-read-more a {
  color: #fff;
}
.style-7 .section-head-container.style-2 {
  margin-bottom: 0;
}
.style-7 .services_carousel-2 .owl-dots {
  margin-top: 0;
}
.button a {
  display: inline-block;
  background: #3eb34e;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 26px;
  border-radius: 3px;
  transition: 0.5s;
  border: 2px solid #3eb34e;
}
.button a:hover {
  color: #3eb34e;
  background: transparent;
  border: 2px solid #3eb34e;
}
.c {
  position: absolute;
  top: 30%;
  text-align: center;
  left: 16px;
  right: 0;
  z-index: -1;
}
.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 63vw;
}
.lines .line {
  position: absolute;
  width: 1px;
  height: 61%;
  top: 50px;
  left: 50%;
  background: #323232;
  border-radius: 50%;
}
.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 21px;
  width: 2px;
  top: 0;
  left: 0px;
  background-color: #f00;
  -webkit-animation: moveLeftBounces-one 20s linear infinite;
  animation: moveLeftBounces-one 20s linear infinite;
  border-radius: 4px;
}
.lines .line:nth-child(1) {
  margin-left: -25%;
}
.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.lines .line:nth-child(3) {
  margin-left: 25%;
}
.lines .line-two {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.lines .line-two::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 20px;
  top: 0;
  left: 0;
  background-color: #d80650;
  -webkit-animation: moveLeftBounces-two 20s linear infinite;
  animation: moveLeftBounces-two 20s linear infinite;
}
.lines .line-two:nth-child(1) {
  margin-left: -25%;
}
.lines .line-two:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.lines .line-two:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.lines .line-two:nth-child(3) {
  margin-left: 25%;
}
.lines .line-three {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.lines .line-three::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 20px;
  top: 0;
  left: 0;
  background-color: #d80650;
  -webkit-animation: moveLeftBounces-one 10s linear infinite;
  animation: moveLeftBounces-one 10s linear infinite;
}
.lines .line-three:nth-child(1) {
  margin-left: -25%;
}
.lines .line-three:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.lines .line-three:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.lines .line-three:nth-child(3) {
  margin-left: 25%;
}

@-webkit-keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.team-area .section-head h5 {
  margin-bottom: 12px;
  color: #3eb34e;
}
.team-area .section-head h2 {
  text-transform: capitalize;
  font-size: 38px;
  margin-bottom: 0;
}
.team-area .section-head p {
  padding: 23px 0 0 36px;
  position: relative;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.7;
  width: 81%;
}
.team-area .section-head p:before {
  position: absolute;
  content: "";
  top: 15px;
  left: 5px;
  height: 70px;
  width: 3px;
  background: #3eb34e;
}
.team-area .team-icon i {
  height: 26px;
  width: 26px;
  line-height: 26px;
  background: #ff4300;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  margin-right: 19px;
}
.team-area .team-icon-content-text p {
  font-family: "Fira Sans";
}
.team-area .team-member-section-btn a {
  background: #fe3c00;
  font-size: 15px;
  padding: 18px 24px;
  border-radius: 4px;
  font-family: "Fira Sans";
  color: #fff1e6;
  font-weight: 500;
  display: inline-block;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.team-area .team-member-section-btn a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #0e2647;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border-radius: 4px;
}
.team-area .team-member-section-btn a:hover:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
/*team right side area*/
.team-area .team-member-title h2 {
  font-size: 22px;
  margin: 20px 0 7px;
}
.team-area .team-member-single-box {
  text-align: center;
  position: relative;
  transition: 0.5s;
}
.team-area .team-member-single-box:hover {
  box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}
.team-area .team-member-title span {
  transition: 0.5s;
}
.team-area .team-member-single-box:hover .team-social-address {
  opacity: 1;
  top: 50px;
}
.team-area .team-member-single-box:hover .team-member-content:before {
  opacity: 1;
  transform: scale(1);
}
.team-area .team-member-single-box:hover .team-member-title span {
  opacity: 0;
}
.team-area .team-member-single-thumb {
  position: relative;
  box-shadow: 0 0 22px rgb(0 0 0 / 9%);
  padding: 16px 20px 0;
  overflow: hidden;
  border-top-right-radius: 5px;
  z-index: 1;
}
.team-area .team-member-single-thumb:before {
  position: absolute;
  content: "";
  top: 0;
  left: -123px;
  height: 55%;
  width: 71%;
  background: #f7f8fa;
  transform: skewX(-40deg);
  z-index: -1;
}
.team-area .team-member-single-thumb:after {
  position: absolute;
  content: "";
  top: 0;
  right: -115px;
  height: 13%;
  width: 46%;
  background: #3eb34e;
  transform: skewX(44deg);
}
.team-area .team-member-content {
  position: relative;
  padding-bottom: 53px;
  transition: 0.5s;
}
.team-area .team-member-content:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #3eb34e;
  opacity: 0;
  transition: 0.5s;
  transform: scale(0.1);
}
.team-area .team-social-address ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
.team-area .team-social-address ul li a {
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 28px;
  background: #3eb34e;
  border-radius: 100%;
  color: #fff;
  font-size: 13px;
  transition: 0.5s;
}
.team-area .team-social-address {
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: 70px;
  left: 30%;
}
/*team owl dots */
.team-area .owl-dots {
  text-align: center;
  margin-top: -275px;
  position: relative;
  float: right;
  margin-bottom: 19px;
  left: 26px;
}
.team-area .owl-dot {
  background: #bfbfbf;
  display: block;
  margin-bottom: 6px;
}
.team-area .owl-dot.active {
  background: #3eb34e;
}
/*team area style two*/
.team-area.style-two {
  background: url(assets/images/about/member.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.team-area.style-two .section-head h5 {
  margin-bottom: 17px;
  color: #3eb34e;
  font-family: "Rubik";
  font-weight: 500;
  letter-spacing: 0;
}
.team-area.style-two .section-head h3 {
  font-size: 38px;
  margin-bottom: 0;
  font-family: "Rubik";
}
.team-area.style-two .team-member-single-box.two {
  margin-top: 30px;
}
.team-area.style-two .section-content-text p {
  margin: 16px auto 0;
  width: 53%;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
}
.team-area.style-two .team-member-single-thumb {
  box-shadow: none;
  padding: 0;
  overflow: hidden;
}
.team-area.style-two .team-social-address-two ul li {
  list-style: none;
  display: block;
  margin-right: 0;
  margin-bottom: 9px;
}
.team-area.style-two .team-social-address-two {
  top: 19%;
  right: 17%;
  left: 76%;
  z-index: 2;
  position: absolute;
}
.team-area.style-two .team-member-single-thumb:before {
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: rgb(92, 92, 92, 0.3);
  border-radius: 10px;
  z-index: 1;
  transition: 0.7s;
  opacity: 0;
  transform: skewX(0deg);
}
.team-area.style-two .team-member-single-thumb:after {
  display: none;
}
.team-area.style-two
  .team-member-single-box:hover
  .team-member-single-thumb:before {
  height: 100%;
  opacity: 1;
}
.team-area.style-two .team-social-address-two ul li:nth-child(1) a {
  transition-delay: 0.4s;
}
.team-area.style-two .team-social-address-two ul li:nth-child(2) a {
  transition-delay: 0.2s;
}
.team-area.style-two .team-social-address-two ul li:nth-child(3) a {
  transition-delay: 0s;
}
.team-area.style-two .team-social-address-two ul li a:hover {
  background: #fff;
  color: #3eb34e;
}
.team-area.style-two .team-social-address-two ul li a {
  background: #3eb34e;
  width: 43px;
  height: 43px;
  line-height: 43px;
  transition-delay: 0.3s;
  z-index: -1;
  overflow: hidden;
  transform: translateY(-100px);
  opacity: 0;
  visibility: hidden;
  font-size: 15px;
  display: inline-block;
  border-radius: 100%;
  color: #fff;
}
.team-area.style-two
  .team-member-single-box
  .team-social-address-two.active
  ul
  li
  a {
  transform: translateY(0px);
  opacity: 1;
  overflow: hidden;
  visibility: visible;
}
.team-area.style-two .team-member-single-box:hover {
  box-shadow: none;
}
.team-area.style-two .team-member-single-box:hover .team-member-title span {
  opacity: 1;
}
.team-area.style-two .team-member-title h2 {
  font-weight: 500;
}
.team-area.style-two .team-member-icon span {
  display: inline-block;
  background: #ff3903;
  height: 49px;
  width: 49px;
  line-height: 49px;
  border-radius: 100%;
  color: #ffbd93;
  transition: 0.5s;
  font-size: 20px;
  box-shadow: 0 0 25px rgb(0 0 0 / 20%);
  cursor: pointer;
}
.team-member-icon {
  position: absolute;
  left: 40%;
  top: -24px;
}
.team-area.style-two .team-member-single-box:hover .team-member-content-two {
  filter: drop-shadow(-1px 6px 10px rgba(32, 46, 60, 0.2));
}
.team-area.style-two .team-member-content-two {
  position: relative;
  padding: 20px 20px 40px;
  text-align: center;
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
  top: -64px;
  filter: drop-shadow(-1px 6px 3px rgba(32, 46, 60, 0.06));
  z-index: 1;
  transition: 0.5s;
}
.team-area.style-two .team-member-content-two:before {
  content: "";
  position: absolute;
  background: #fff;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 78%);
  z-index: -1;
  border-radius: 10px;
}
/*--------------------
  ================ Itsoft Start case area
 --------------------*/
.case-study-area {
  background: url(assets/images/about/icon11.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.case-study-area .section-head h5 {
  margin-bottom: 13px;
  color: #3eb34e;
  font-weight: 400;
}
.case-study-area .section-head h3 {
  font-size: 38px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}
.case-study-area .section-head h2 {
  font-size: 38px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
  text-transform: inherit;
  letter-spacing: 1px;
}
.case-study-area .section-btn {
  float: right;
}
.case-study-area .section-btn a {
  background: #ff3b00;
  display: inline-block;
  color: #fff;
  padding: 18px 27px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Fira Sans";
  transition: 0.5s;
  border-radius: 5px;
  z-index: 1;
  position: relative;
}
.case-study-area .section-btn a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border-radius: 4px;
}
.case-study-area .section-btn a:hover:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.case-study-area .section-btn a:hover {
  color: #ff3b00;
}
/*case area*/
.case-area .row.upper13 {
  position: relative;
  margin-top: -314px;
}
.case-area .case-single-box {
  transition: 0.5s;
}
.case-area .case-single-box:hover .case-search {
  top: 40%;
  opacity: 1;
}
.case-area .case-search a {
  display: inline-block;
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 100%;
  font-size: 19px;
  color: #fff;
  background: #3eb34e;
  transition: 0.5s;
}
.case-area .case-search a:hover {
  background: #fff;
  color: #3eb34e;
}
.case-area .case-single-thumb {
  position: relative;
  transition: 0.5s;
}
.case-area .case-single-thumb:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  background: rgb(49, 54, 46, 0.4);
  opacity: 0;
}
.case-single-box:hover .case-single-thumb:before {
  opacity: 1;
}
.case-area .case-search {
  position: absolute;
  top: 58%;
  left: 42%;
  transition: 0.5s;
  opacity: 0;
}
.case-area .case-title h2 {
  font-size: 24px;
  margin: 0 0 5px;
  font-weight: 600;
}
.case-area .case-content {
  padding: 23px 0 31px 28px;
  box-shadow: 5px 0 30px rgb(0 0 0 / 10%);
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.case-area .case-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: -41px;
  height: 100%;
  width: 46%;
  background: #f7f8fa;
  transform: skewX(-31deg);
  z-index: -1;
}
.case-single-box:hover .case-content:after {
  opacity: 1;
  transform: scale(1);
}
.case-area .case-content:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #3eb34e;
  transform: scale(0.1);
  opacity: 0;
  transition: 0.5s;
}
.case-area .case-title span {
  color: #ff4f19;
  font-weight: 400;
}
/*--------------------
  ================ Itsoft Start Why Choose Us Section
 --------------------*/
/* .choose-us-section {
  background: url(assets/images/new-images/why-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
} */
.choose-us-section p {
  color: gray;
}
.choose-us-thumb img {
  width: 100%;
  height: auto;
}
/*--------------------
================ Start Choose Us Section Style Two
--------------------*/
.choose-us-section.style-2 {
  background: #fff;
}
.choose-us-container {
  background: #222;
}
.choose-us-section.style-2 .section-head p {
  padding: 25px 0 40px;
}
.choose-us-content {
  padding-left: 30px;
}
.choose-us-content-inner {
  padding-right: 11px;
}
/*--------------------
================ Start Choose Us Section Style Three
--------------------*/
.style-3 .content-single-icon i {
  font-size: 30px;
  color: #fff;
  height: 60px;
  width: 60px;
  border: 1px solid #fff;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  transition: 0.5s;
}
.style-3 .content-single-icon i:hover {
  border: 1px solid #3eb34e;
  background: #3eb34e;
}
/*--------------------
================ Start Choose Us Section Style Four
--------------------*/
.choose-us-section.style-four {
  background: transparent url(assets/images/choose-us/ch6.jpg) top right/cover
    no-repeat scroll;
  padding-top: 384px;
  padding-bottom: 120px;
}
.choose-us-section.style-four .section-thumb {
  position: relative;
  z-index: 1;
}
.choose-us-section.style-four .section-thumb img {
  z-index: 1;
}
.choose-us-section.style-four .icon-inner {
  position: absolute;
  bottom: 43px;
  right: 25px;
}
.choose-us-section.style-four .icon-inner i {
  height: 200px;
  width: 200px;
  font-size: 100px;
  display: inline-block;
  background: #3eb34e;
  color: #fff;
  text-align: center;
  line-height: 200px;
  border-radius: 0 100px 100px;
  z-index: 1;
}
.choose-us-section.style-four .icon-inner i:after {
  position: absolute;
  content: "";
  left: 12px;
  top: 12px;
  height: 220px;
  width: 220px;
  background: rgba(67, 186, 255, 0.1);
  border-radius: 0 100px 100px;
}
.choose-us-section.style-four .shape-one {
  position: absolute !important;
  top: -84px;
  left: 105px;
  z-index: -1;
  display: block;
}
.choose-us-section.style-four .shape-two {
  position: absolute;
  left: -60px;
  bottom: 147px;
  z-index: -1;
  display: block;
}
.choose-us-section.style-four .single-choose-us {
  margin-top: 22px;
}
.choose-us-section.style-four .single-choose-us .icon {
  float: left;
}
.choose-us-section.style-four .single-choose-us .icon i {
  color: #ffffff;
  font-size: 30px;
  height: 85px;
  width: 85px;
  line-height: 78px;
  text-align: center;
  display: inline-block;
  border: 4px solid #646276;
  border-radius: 100% 100% 100% 100%;
  margin-top: 6px;
  transition: 0.5s;
}
.choose-us-section.style-four .single-choose-us:hover .icon i {
  background-color: #f12a02;
  border-color: #f12a02;
}
.choose-us-section.style-four .single-choose-us .inner-content {
  padding-left: 25px;
  overflow: hidden;
}
.choose-us-section.style-four .single-choose-us .inner-content h4 {
  font-family: "Rubik", sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-transform: capitalize;
}
/*--------------------
================ Itsoft Start Portfolio Section
--------------------*/
.portfolio-section.style-2 {
  background: #f4f7fc;
}
.portfolio-section.style-2 .section-head .section-head-content p {
  font-size: 18px;
  width: 70%;
  margin: auto;
}
.portfolio_nav {
  padding-bottom: 15px;
}
.portfolio_nav ul {
  margin-bottom: 30px;
  text-align: center;
}
.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
  color: #fff;
  background: #3eb34e;
}
.portfolio_nav ul li {
  background: transparent;
  border: medium none;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: capitalize;
  padding: 10px 22px;
  font-weight: 500;
  position: relative;
  margin: 0 3px;
  margin-bottom: 7px;
  display: inline-block;
  border: 1px dashed #3eb34e;
  color: #3eb34e;
}
.single_portfolio {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
}
.portfolio-thumb {
  position: relative;
}
.portfolio-thumb::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  content: "";
  opacity: 0;
  transition: 0.5s;
}
.single_portfolio:hover .portfolio-thumb::before {
  opacity: 1;
}
.portfolio-thumb img {
  width: 100%;
}
.portfolio-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.5s;
}
.single_portfolio:hover .portfolio-icon {
  opacity: 1;
}
.port-icon a {
  background: #ff3c00 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  margin: 0 17px 0;
  transition: 0.5s;
}
.single_portfolio:hover .port-icon a {
  margin: 0 3px 0;
}
.port-icon a:hover {
  background: #bd2d10;
  color: #fff;
}
.portfolio-content {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
  bottom: -100%;
  left: 0;
  opacity: 0;
  background: #3eb34e;
  margin: auto;
  padding: 22px 25px 30px;
  text-align: center;
}
.single_portfolio:hover .portfolio-content {
  opacity: 1;
  bottom: 0;
}
.portfolio-content h5 {
  margin: 8px 0 0px;
}
.portfolio-content h5 a {
  text-transform: capitalize;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.portfolio-content p {
  color: #fff;
  line-height: 1.2;
  margin: 5px 0 0;
}
/*--------------------
================ Itsoft Start Portfolio Section Style Three
--------------------*/
.portfolio-section.style-three .single-portfolio {
  position: relative;
  margin-bottom: 30px;
}
.portfolio-section.style-three .single-portfolio::after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  height: 100%;
  width: 100%;
  border: 25px solid #3eb34e;
  opacity: 0;
  transition: 0.5s;
}
.portfolio-section.style-three .single-portfolio:hover::after {
  opacity: 1;
}
.portfolio-section.style-three .portfolio-thumb::before {
  opacity: 1;
  background: -webkit-linear-gradient(
    90deg,
    rgba(34, 31, 60, 0.94902) 0%,
    rgba(34, 31, 60, 0.57) 40%,
    rgba(34, 31, 60, 0.55) 43%,
    rgba(34, 31, 60, 0.1) 100%
  );
}
.portfolio-section.style-three .portfolio-content {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
  bottom: -40px;
  left: 0;
  opacity: 1;
  background: transparent;
  margin: auto;
  padding: 22px 25px 30px;
  text-align: center;
  z-index: 9;
}
.portfolio-section.style-three .single-portfolio:hover .portfolio-content {
  bottom: 0;
}
.portfolio-section.style-three .btn-details a {
  background: transparent;
  border: none;
  font-size: 21px;
  opacity: 0;
  color: #fff;
}
.portfolio-section.style-three .single-portfolio:hover .btn-details a {
  opacity: 1;
}
.portfolio-section.style-three .btn-details a::before {
  display: none;
  transition: 0.5s;
}
.portfolio-section.style-three .portfolio-content h4 a {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  text-transform: capitalize;
}
/*--------------------
================ Itsoft Start Portfolio Section Style Four
--------------------*/
.portfolio-section.style-4 {
}
.portfolio-section.style-4 .portfolio-content {
  bottom: 25px;
  background: #fff;
  margin: auto;
  padding: 17px 25px 25px;
  width: 90%;
}
.portfolio-section.style-4 .single_portfolio:hover .portfolio-content {
  bottom: 56px;
}
.portfolio-section.style-4 .portfolio-content h5 a {
  color: #0e2647;
  font-size: 22px;
}
.portfolio-section.style-4 .portfolio-content p {
  color: #3eb34e;
  margin-bottom: 20px;
}
/*--------------------
================ Start portfolio style two
--------------------*/
.portfolio-section.style-two {
  background: url(assets/images/hero/team-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.portfolio-section.style-two .section-head h2 {
  font-size: 35px;
}
/* portfolio style three*/
.portfolio-section.upper3 .section-head h2 {
  font-size: 35px;
}
/*--------------------
================Itsoft Start Fun-Fact Section
--------------------*/
.fun-fact-container {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  position: relative;
  background: url(assets/images/fun-fact/ffbg.png);
  background-repeat: no-repeat;
  background-position: top left/auto;
}
.fun-fact-thumb {
  text-align: right;
  padding: 50px 0;
}
.fun-fact-thumb img {
  border-radius: 50%;
}
.section-head-bar.position-2 {
  padding: 10px 0;
}
.counter-icon {
  font-size: 50px;
  color: #3eb34e;
  margin-right: 20px;
}
.counter-text h1 {
  font-family: "Rubik", sans-serif;
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.counter-text h1::before {
  position: absolute;
  content: "";
  top: 1px;
  left: -10px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  z-index: -1;
}
.counter-text span {
  font-weight: 500;
  font-size: 34px;
  color: #0e2647;
}
.counter-title h4 {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
}
.counter-single-item-inner {
  padding: 12px 0;
}
.fun-fact-section.style-two .section-head p {
  padding: 21px 0 9px;
  width: 97%;
}
.fun-fact-section.style-two .counter-single-item-inner {
  padding: 12px 0;
  margin-bottom: 7px;
}
.fun-fact-section.style-two .counter-icon {
  margin-top: 2px;
}
.fun-fact-section.style-two .fun-fact-thumb {
  padding: 50px 0 60px;
}
/*====================================================
--< cyber why-join-us Css -->
======================================================*/
.why-join-us {
  padding: 110px 0 70px;
}
.section-head p {
  margin: 20px 0 0;
  font-size: 18px;
}
.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: #3eb34e;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 26px;
  transition: 0.5s;
  border-radius: 5px;
}
.join-button a:hover {
  background: #222222;
}
.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: #333;
  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;
}
/*====================================================
--< cyber .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: 0px 25px 20px 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: #333;
  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 #3eb34e;
  padding: 12px 22px;
  border-radius: 5px;
  color: #333;
  font-weight: 600;
}
.single-circular-box:hover {
  background: #3eb34e;
}
.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;
}
/*====================================================
--< cyber 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: #3eb34e;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 26px;
  transition: 0.5s;
  border-radius: 5px;
}
.calls-do-button a:hover {
  background: #bd2d10;
}
/*
<!-- ============================================================== -->
<!-- Start video-area Css -->
<!-- ============================================================== -->*/
.bd-video.upper {
  position: absolute;
  top: 15%;
  left: 61%;
}
.video-area .video-bg {
  background: url(assets/images/video.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
  border-radius: 10px;
  position: relative;
  margin-bottom: -101px;
}
.video-area .call-do-action-video {
  position: relative;
  top: -86px;
  left: -62px;
}
.video.carousels-videos {
  margin-top: 15px;
  position: relative;
  top: -85px;
  left: -15px;
}
.video-title h4 {
  font-size: 28px;
  color: #fff;
  text-align: right;
}
.video-button a {
  display: inline-block;
  padding: 16px 35px;
  background: #3eb34e;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Rajdhani";
  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: #fff;
  font-size: 18px;
  transition: 0.5s;
}
.video-button a:hover::before {
  transform: scale(1, 1);
  opacity: 1;
  background: #bd2d10;
  color: #fff;
}
.video-button a:hover {
  color: #fff;
}
.video-button:hover i {
  color: #fff;
}

/*====================================================
--<  history  Css -->
======================================================*/

/*====================================================
--<  first-month-section  Css -->
======================================================*/
.first-month-section {
  position: relative;
  padding: 100px 0px 80px 0px;
  z-index: 1;
}

.first-month-section .main-section {
  position: relative;
}

.first-month-section .main-section::after {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #dee1e6;
  right: 50%;
  transform: translateX(-50%);
  top: 0px;
  bottom: 0;
  z-index: -1;
}
.first-month-section .year h3 {
  position: absolute;
  right: -44px;
  top: 0;
  font-size: 28px;
  background-color: #3eb34e;
  color: #fff;
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 44px;
}
.first-month-section .text-section {
  text-align: end;
  padding: 166px 35px 0px 0px;
}
.first-month-section .text-section h4 {
  color: #3eb34e;
  font-size: 16px;
  position: relative;
}
.first-month-section .text-section h4::before {
  position: absolute;
  right: -60px;
  top: 0;
  content: "";
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background-color: #3eb34e;
}
.first-month-section .text-section h2 {
  font-size: 26px;
  color: #222222;
  margin: 20px 0px 15px 0px;
}

.first-month-section .text-section p {
  font-size: 16px;
  color: #616161;
}

.first-month-section .main-section .second-month-section {
  margin-top: 60px;
}

.first-month-section .main-section .second-month-section .image {
  margin-right: 35px;
  margin-top: 15px;
}

.first-month-section .main-section .second-month-section .image img {
  width: 100%;
}

.first-month-section .main-section .second-month-section .text-section {
  padding: 0;
  margin-left: 35px;
  text-align: start;
}
.first-month-section .main-section .second-month-section .text-section h4 {
  color: #3eb34e;
  font-size: 16px;
  position: relative;
}

.first-month-section
  .main-section
  .second-month-section
  .text-section
  h4::before {
  position: absolute;
  left: -64px;
  top: 0;
  content: "";
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background-color: #3eb34e;
}

.first-month-section .main-section .second-month-section .text-section h2 {
  font-size: 26px;
  color: #222222;
  margin: 20px 0px 15px 0px;
}

.first-month-section .main-section .second-month-section .text-section p {
  font-size: 16px;
  color: #616161;
}

.first-month-section .main-section .third-month-section {
  margin-top: 60px;
  position: relative;
}

.first-month-section .main-section .third-month-section .image {
  margin-left: 35px;
  margin-top: 15px;
}

.first-month-section .main-section .third-month-section .image img {
  width: 100%;
}

.first-month-section .main-section .third-month-section .text-section {
  text-align: end;
  padding: 0;
  margin-right: 35px;
}
.first-month-section .main-section .third-month-section .text-section h4 {
  color: #3eb34e;
  font-size: 16px;
  position: relative;
}

.first-month-section
  .main-section
  .third-month-section
  .text-section
  h4::before {
  position: absolute;
  right: -60px;
  top: 0;
  content: "";
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background-color: #3eb34e;
}

.first-month-section .main-section .third-month-section .text-section h2 {
  font-size: 26px;
  color: #222222;
  margin: 20px 0px 15px 0px;
}

.first-month-section .main-section .third-month-section .text-section p {
  font-size: 16px;
  color: #616161;
}

.first-month-section .main-section .third-month-section .year2 h3 {
  position: absolute;
  left: -44px;
  bottom: 0;
  font-size: 28px;
  background-color: #43baff;
  color: #fff;
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 44px;
}
.first-month-section .main-section .forth-month-section {
  margin-top: 260px;
  position: relative;
}
.first-month-section .main-section .forth-month-section .year2 h3 {
  position: absolute;
  right: -44px;
  top: -160px;
  font-size: 28px;
  background-color: #3eb34e;
  color: #fff;
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 44px;
}
.first-month-section .main-section .forth-month-section .image {
  margin-right: 35px;
  margin-top: 15px;
}
.first-month-section .main-section .forth-month-section .image img {
  width: 100%;
}
.first-month-section .main-section .forth-month-section .text-section {
  padding: 0;
  margin-left: 35px;
  text-align: start;
}
.first-month-section .main-section .forth-month-section .text-section h4 {
  color: #3eb34e;
  font-size: 16px;
  position: relative;
}
.first-month-section
  .main-section
  .forth-month-section
  .text-section
  h4::before {
  position: absolute;
  left: -64px;
  top: 0;
  content: "";
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background-color: #3eb34e;
}
.first-month-section .main-section .forth-month-section .text-section h2 {
  font-size: 26px;
  color: #222222;
  margin: 20px 0px 15px 0px;
}
.first-month-section .main-section .forth-month-section .text-section p {
  font-size: 16px;
  color: #616161;
}
.first-month-section .main-section .forth-month-section .text-section2 {
  padding: 0;
  margin-right: 35px;
  text-align: end;
  margin-top: 80px;
}
.first-month-section .main-section .forth-month-section .text-section2 h4 {
  color: #3eb34e;
  font-size: 16px;
  position: relative;
}
.first-month-section
  .main-section
  .forth-month-section
  .text-section2
  h4::before {
  position: absolute;
  right: -60px;
  top: 0;
  content: "";
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background-color: #3eb34e;
}
.first-month-section .main-section .forth-month-section .text-section2 h2 {
  font-size: 26px;
  color: #222222;
  margin: 20px 0px 15px 0px;
}
.first-month-section .main-section .forth-month-section .text-section2 p {
  font-size: 16px;
  color: #616161;
}

/*
<!-- ============================================================== -->
<!-- Start planing area Css -->
<!-- ============================================================== -->*/
.planing-area {
  background: #f4f7f8;
}
.planing-area .dreamit-section-title {
  margin-bottom: 50px;
}
.dreamit-single-planing-box {
  margin: 30px 0;
}
.single-planing-thumb img {
  width: 100%;
}
.planing-content {
  background: #fff;
  padding: 25px 40px 15px;
}
.planing-title h3 {
  font-size: 20px;
  padding: 0;
  margin: 0;
}
/*
<!-- ============================================================== -->
<!-- Start vission area Css -->
<!-- ============================================================== -->*/
.vission-area {
  background: url(assets/images/ssion.jpg);
  background-position: center;
  background-repeat: no-repeat;
  padding: 58px 0 105px;
}
.vission-area .elementor-about-icon-box {
  margin: 30px 0 0;
}
.vission-area .about-icon i {
  float: left;
  display: inline-block;
  margin-right: 15px;
  color: #3eb34e;
  margin-top: 3px;
  font-size: 20px;
}
.vission-area .elementor-about-title {
  margin: 5px 0 5px;
}
.vission-area .about-icon {
  position: inherit;
}
/*
<!-- ============================================================== -->
<!-- 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-area .section-head h2 {
  color: #fff;
}
.mission-area .section-head p {
  margin: 20px 0 0;
  font-size: 16px;
  color: #fff;
}
.mission-area .about-icon {
  position: inherit;
}
.mission-area .about-icon i {
  float: left;
  display: inline-block;
  margin-right: 15px;
  color: #3eb34e;
  margin-top: 3px;
  font-size: 20px;
}
.elementor-about-icon-box.white {
  margin: 25px 0 0;
}

/*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.html);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 50px 25px;
}
.mission-title h2 {
  font-size: 18px;
  line-height: 34px;
  color: #fff;
}
.mission-area .dreamit-section-main-title h2 {
  font-size: 35px;
  margin: 3px 0 0;
  color: #fff;
}
/*====================================================
--< Cyber .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;
  padding-top: 4px;
}
.details-text p::before {
  position: absolute;
  content: "";
  top: 14px;
  left: -33px;
  height: 1px;
  width: 15px;
  background: #3eb34e;
}
.details-text p::after {
  position: absolute;
  content: "";
  top: 12px;
  left: -18px;
  height: 6px;
  width: 6px;
  border-radius: 5px;
  background: #3eb34e;
}
.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: #3eb34e;
}
.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: #3eb34e;
  padding: 12px 20px;
  color: #fff;
  border-radius: 5px;
  transition: 0.5s;
}
.details-button a:hover {
  background: #bd2d10;
}

/*-------------------
============= Start Counter Section style Three
-------------------*/
.counter-container.style-3 {
  margin-top: -100px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.4);
  padding: 40px 20px 40px 40px;
}
/*-------------------
============= Start Counter Section style Four
-------------------*/
.counter-container.style-4 {
  border-radius: 5px;
  padding: 55px 20px 55px 40px;
  margin-bottom: 35px;
}
/*-------------------
============= Start Counter Section style Four
-------------------*/
.counter-section.style-5 {
}
.counter-section.style-5 {
  position: relative;
}
.counter-section.style-5 .counter-container.style-3 {
  margin-top: -75px;
  background: #ff3c00 !important;
}
.counter-section.style-5 .counter-single-item-inner .counter-text span,
.counter-section.style-5 .counter-single-item-inner .counter-icon,
.counter-section.style-5 .counter-single-item-inner .counter-title h4 {
  color: #fff;
}
/*counter  area style three */
.counter-section.style-three {
  background: url(assets/images/hero/counter.jpg);
  padding: 65px 0 76px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.counter-section.style-three .counter-text span {
  color: #fff;
}
.counter-section.style-three .counter-title h4 {
  color: #ffffff;
}
.counter-section.style-three .counter-single-item-inner {
  text-align: center;
}
/*counter area style four*/
.counter-section.style-four {
  background: linear-gradient(rgba(255, 60, 0, 0.65), rgba(255, 60, 0, 0.65)),
    url(assets/images/hero/counter2.jpg);
  padding: 79px 0 66px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.counter-section.style-four .counter-content {
  background: rgba(255, 60, 0, 0.59);
  padding: 36px 0 38px;
  text-align: center;
}
.counter-section.style-four .section-head h2 {
  font-size: 35px;
  margin-bottom: 25px;
}
.counter-section.style-four .counter-text span {
  color: #fff;
}
.counter-section.style-four .counter-title h4 {
  color: #ffffff;
}
.counter-section.style-four .counter-single-item-inner {
  text-align: center;
}
/*counter area style five*/
.counter-section.style-five {
  background: #f4f7fc;
  padding: 61px 0 69px;
}
/*------------------
============== Start cctv service section
-------------------*/
.cctv-service-section {
  background: url(assets/images/hero/ccc.jpg);
  padding: 80px 0 201px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cctv-service-section .section-head h3 {
  color: #fff;
}
.cctv-service-section .section-head h2 {
  font-size: 35px;
}
.row.topper {
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
  padding: 36px 0 3px 0;
  border-radius: 5px;
  position: relative;
  margin-top: -150px;
}
.single-cctv-feature-box {
  text-align: center;
  margin-bottom: 30px;
  padding: 22px 13px 35px;
  transition: 0.5s;
  border-right: 1px solid rgba(221, 221, 221, 1);
}
.single-cctv-feature-box.two {
  border-right: none;
}
.cctv-feature-icon i {
  font-size: 50px;
  color: #3eb34e;
  display: inline-block;
}
.cctv-featurte-title h2 {
  font-size: 24px;
  margin: 14px 0 26px;
  position: relative;
  transition: 0.5s;
}
.cctv-featurte-title h2:hover {
  color: #3eb34e;
}
.cctv-featurte-title h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  background: #d1d1d1;
  width: 60px;
  height: 1px;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  right: 0;
  margin: auto;
}
.cctv-service-section .section-head-container.style-2 {
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 25px;
}
/*--------------------
================ Itsoft Start Team Section
--------------------*/
.team-section-head {
  background: transparent
    url(../../webitkurigram.com/wp/itsoft/wp-content/uploads/2020/05/team-bg.jpg)
    bottom left/cover no-repeat scroll;
  padding-bottom: 360px;
}
.team-section {
  margin-top: -360px;
}
.team-section .btn-common a:hover {
  background: #fff;
  border: 2px solid #3eb34e;
  color: #3eb34e;
}
.team-section .btn-common {
  display: inherit !important;
}
.team-section.no-margin,
.testimonial-section.no-margin {
  margin-top: 0;
}
.single-team-member {
  position: relative;
  text-align: center;
  transition: 0.3s;
}
.team-member-thumb {
  position: relative;
}
.team-member-thumb img {
  transition: 0.3s;
  width: 100%;
}
.single-team-member:hover .team-member-thumb img {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px 0 rgba(207, 228, 255, 0.8);
}
.single-team-member:hover .team-member-intro-section {
  transform: translateY(-10px);
}
.team-member-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #3eb34e;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}
.single-team-member:hover .team-member-thumb:after {
  opacity: 0.7;
  transform: translateY(-10px);
}
.team-member-social-icon ul {
  position: absolute;
  top: 30%;
  right: -10px;
  background: #fff;
  padding: 15px;
  transition: 0.3s;
  opacity: 0;
  z-index: 1;
}
.team-member-social-icon ul li {
  list-style: none;
  padding: 4px 0;
}
.team-member-social-icon ul li a {
  color: #3eb34e;
}
.single-team-member:hover .team-member-social-icon ul {
  position: absolute;
  right: -1px;
  opacity: 1;
}
.team-member-intro-section {
  background: #fff;
  padding: 20px 0;
  width: 80%;
  margin: auto;
  border-radius: 5px;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(32, 46, 0, 0.06);
  transition: 0.3s;
  z-index: 1;
}
.team-member-intro-section h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  transition: 0.5s;
}
.team-member-intro-section h2:hover {
  color: #3eb34e;
}
.team-member-intro-section p {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 1px;
}
/*team section style two*/
.team-section-head.style-two {
  background: #fff;
}
.team-section-head.style-two .section-head-container.style-2 {
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 25px;
}
.team-section-head.style-two .section-head h3 {
  text-transform: capitalize;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 26px;
}
/*--------------------
================ Start Team Section Style-Two
--------------------*/
.team-section-head.style-2 {
  background: #f4f7fc;
}
/*--------------------
================ Start Team Section Style-Three
--------------------*/
.team-section.style-3,
.team-section-head.style-3 {
  background: none;
}
.team-section-head.style-3 {
  padding-bottom: 0 !important;
}
.team-section.style-3 {
  margin-top: 0 !important;
}
/*--------------------
================ Start Team Section Style-Four
--------------------*/
.team-section-head.style-4 {
  padding-bottom: 500px;
}
.team-section.style-4 {
  margin-top: -515px;
}
/*--------------------
================ Start Team Section Style-Five
--------------------*/
.team-section.style-5 {
  background: #f4f7fc !important;
  margin-top: 0 !important;
}
.team-section.style-5 {
  background: transparent url(assets/images/team/team-bg.jpg) no-repeat bottom
    left/cover scroll;
}
.team-sections.style-5 {
  background: inherit !important;
  margin-top: 0 !important;
}
.faq-sectiions {
  background: #f5f6fa;
}
/*--------------------
================ Start Team Section Style-Six
--------------------*/
.team-section.style-6 {
  background: #fff !important;
  margin-top: 0 !important;
}
/*--------------------
================ Start Team Section Style-Seven
--------------------*/
.our-team {
  padding-top: 300px;
  padding-bottom: 70px;
}
.our-team .our-single-team {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.our-team .team-thumb {
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.our-team .team-thumb img {
  width: 100%;
}
.our-team .team-thumb::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    90deg,
    rgba(34, 31, 60, 0.94902) 0%,
    rgba(34, 31, 60, 0.47) 40%,
    rgba(34, 31, 60, 0.45) 43%,
    rgba(34, 31, 60, 0) 100%
  );
  bottom: -50px;
  content: "";
  opacity: 0;
  transition: 0.5s;
}
.our-team .our-single-team:hover .team-thumb::before {
  opacity: 1;
  bottom: 0;
}
.our-team .team-intro-section {
  background: transparent;
}
.our-team .team-intro-section h2 {
  color: #fff;
  font-size: 22px;
  margin: 0;
}
.team-intro-section.style-2 h2 {
  color: #0e2647;
}
.our-team .team-intro-section p {
  color: #b7b7b7;
  text-transform: capitalize;
  font-size: inherit;
  margin: 0;
}
.team-intro-section.style-2 p {
  color: inherit;
}
.our-team .team-social-link {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s;
  z-index: 999;
}
.our-team .our-single-team:hover .team-social-link {
  bottom: 30px;
}
.our-team .team-social-link li {
  display: inline-block;
  margin: 0 2px;
}
.our-team .team-social-link li i {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #e9455a;
  text-align: center;
  color: #fff;
  border-radius: 100%;
}
.our-team .team-social-link li:nth-child(2) i {
  background: #1da1f2;
}
.our-team .team-social-link li:nth-child(3) i {
  background: #e60023;
}
.our-team .team-social-link li:nth-child(4) i {
  background: #e9455a;
}
.team-intro-section {
  padding: 23px 0 20px;
}
/*team member area style nine*/
.team-section.style-nine {
  background: transparent
    url(../../webitkurigram.com/wp/itsoft/wp-content/uploads/2020/05/team-bg.jpg)
    bottom left/cover no-repeat scroll;
}
/*team member area style nine upper*/
.team-section-head.style-nine.upper .section-head h2 {
  font-size: 35px;
}
.team-section-head.style-nine.upper .section-head p {
  padding: 14px 0 0;
  margin: 0 auto 0;
  width: 70%;
  font-size: 19px;
}
/*blog area atyle two */
.blog-section.style-2.upper .section-head h3 {
  margin-bottom: 22px;
}
/*----------------
============== Itsoft Start Appoinment Section
------------------*/
.appointment-section {
  background: transparent url(assets/images/appointment/apm1.jpg) center
    right/auto no-repeat scroll;
}
.appointment-section-thumb img {
  width: 100%;
}
.appointment-content-section {
  position: relative;
  text-align: center;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 50px 0 rgba(32, 46, 0, 0.06);
  margin-left: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.appointment-content h3 {
  font-size: 25px;
}
.appointment-input {
  width: 100%;
  background: #f4f7fc;
  padding: 15px 20px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  transition: 0.4s;
}
.appointment-input:focus {
  border-color: #3eb34e;
  box-shadow: 0 0 0 3px rgb(255, 60, 0, 0.3) !important;
  outline: 0;
}

textarea::placeholder {
  color: #000;
}
.appointment-submit-btn {
  width: 100%;
  background: #3eb34e;
  padding: 12px;
  border: 1px solid #3eb34e;
  border-radius: 5px;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
.appointment-submit-btn:hover {
  background: #cc3000;
}
/*----------------
============== Start Appoinment Section Style- Two
------------------*/
.appointment-section.style-2 {
  margin-top: -120px;
  background: none;
}
.appointment-section.style-2 .appointment-content-section {
  margin-left: 0;
}
.appointment-carousel {
  background: linear-gradient(rgba(255, 60, 0, 0.74), rgba(255, 60, 0, 0.74)),
    transparent url(assets/images/testimonial/tstm-bg7.jpg) center center/cover
      no-repeat scroll;
}
.appointment-carousel .testimonial-single-item {
  background: transparent;
  border: none;
  padding: 10px;
}
.appointment-carousel .testimonial-content-text {
  padding: 20px 25px 30px;
}
.appointment-carousel .testimonial-content h4 {
  color: #fff;
}
.appointment-carousel .testimonial-content p {
  color: #fff;
  width: 100%;
  margin: 0 auto 8px;
  font-style: italic;
}
.appointment-carousel .testimonial-content h4::after,
.appointment-carousel .testimonial-content h4::before {
  display: none;
}
.appointment-section.style-2 .owl-dots {
  margin-top: 0;
}
.appointment-section.style-2 .owl-dot {
  background: #bfbfbf;
  height: 5px;
  width: 25px;
  display: inline-block;
  border-radius: 2px;
  transition: 0.3s;
  margin: 0 5px;
}
.appointment-section.style-2 .owl-dot.active {
  background: #3eb34e;
  width: 35px;
}
/*testi section style-3 upper17*/
.testimonial-section.style-3.upper17 .testimonial-single-item {
  padding: 30px 0 29px;
}
.testimonial-section.style-3.upper17 .testimonial-content-text {
  padding: 20px 25px 57px;
  margin: 0;
}
.testimonial-section.style-3.upper17 .testi-icon {
  position: relative;
  top: -29px;
}
.testimonial-section.style-3.upper17 li.active {
  color: #ff3c00 !important;
}
.testimonial-section.style-3.upper17 .testi-icon ul li {
  display: inline-block;
  font-size: 19px;
  color: #ddd;
}
.testimonial-section.style-3.upper17 .testimonial-designation {
  font-size: 14px;
  font-weight: 400;
}

/*----------------
============== Itsoft Start Case Study Section
------------------*/
.section-head.style-2 {
  background: linear-gradient(
      360deg,
      rgba(255, 60, 0, 0.87),
      rgba(241, 141, 1, 0.87)
    ),
    #f4f7fc url(assets/images/case-study/pd-sh.jpg) center center/cover
      no-repeat scroll;
}
.case-study-single-item {
  overflow: hidden;
  position: relative;
}
.case-study-thumb img {
  width: 100%;
}
.case-study-thumb::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #f2f2f2;
  z-index: 1;
  opacity: 0;
  transition: 0.2s;
}
.case-study-single-item:hover .case-study-thumb::before {
  opacity: 0.6;
}
.case-study-content {
  text-align: center;
  background: #3eb34e;
  position: absolute;
  left: 0;
  bottom: -30px;
  padding: 20px 30px;
  width: 100%;
  opacity: 0;
  transition: 0.2s;
  transition-delay: 0.2s;
  z-index: 2;
}
.case-study-single-item:hover .case-study-content {
  opacity: 1;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.case-study-content h2 {
  font-size: 20px;
  margin: 0;
  color: #fff;
}
.case-study-content h2 a {
  font-weight: 600 !important;
}
.case-study-content a,
.case-study-content span {
  color: #fff;
}
.case-study_carousel .owl-dots,
.blog-carousel .owl-dots {
  margin-top: 35px;
}
.testimonial-carousel .owl-dots {
  margin-top: 15px;
}
.services-section.style-3 .owl-dots {
  margin-top: -10px;
}
.case-study_carousel .owl-dot,
.testimonial-carousel .owl-dot,
.testimonial-carousel-2 .owl-dot,
.blog-carousel .owl-dot,
.testimonial-carousel-4 .owl-dot {
  background: #bfbfbf;
  height: 5px;
  width: 25px;
  display: inline-block;
  border-radius: 2px;
  transition: 0.3s;
  margin: 0 5px;
}
.case-study_carousel .owl-dot.active,
.testimonial-carousel .owl-dot.active,
.testimonial-carousel-2 .owl-dot.active,
.blog-carousel .owl-dot.active,
.testimonial-carousel-4 .owl-dot.active {
  background: #3eb34e;
  width: 35px;
}
.services-section.style-3 .owl-dot.active {
  background: #3eb34e;
}
/*section head style eight*/
.section-head.style-eight {
  background: linear-gradient(
      360deg,
      rgba(255, 60, 0, 0.87),
      rgba(241, 141, 1, 0.87)
    ),
    #f4f7fc url(assets/images/case-study/pd-sh.jpg) center center/cover
      no-repeat scroll;
}
.section-head.style-eight .section-head h5 {
  color: #fff;
}
.section-head.style-eight .section-head h2 {
  font-size: 35px;
}
.section-head.style-eight .section-head p {
  padding: 25px 0 0;
  margin: 38px auto 0;
  width: 70%;
  font-weight: 500;
}
/*section head style 10*/
.section-head.style-10 {
  background: url(assets/images/about2/bac.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.section-head.style-10 .section-head-content {
  position: relative;
  left: -58px;
}
/*case section*/
.case-study-section.upper10 {
  position: relative;
  margin-top: -155px;
}
.case-study-section.upper10 .case-study-single-item {
  border-radius: 4px;
}
.case-study-section.upper10 .case-study_carousel .owl-dots,
.blog-carousel .owl-dots {
  margin-top: 40px;
}
/*project-details area */
.project-details-area {
  background: #f6f6f6;
}
.row.upper8 {
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
  padding: 64px 50px 64px;
}
.project-details-content {
  padding-left: 101px;
}
.project-details-tilte h2 {
  font-size: 25px;
  font-family: muli;
  margin: 0 0 26px;
}
.project-details-tilte.two h2 {
  font-size: 27px;
  font-family: "Fira Sans", sans-serif;
  margin: 0 0 26px;
  font-weight: 700;
}
.project-details-inf ul li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px;
  padding-bottom: 14px;
  list-style: none;
  text-transform: capitalize;
}
.project-details-inf ul li:last-child {
  border-bottom: none;
}
.project-details-inf ul li p {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.project-details-sociual-address span {
  font-size: 20px;
  color: #6d6d6d;
  font-weight: 600;
}
.project-details-sociual-address {
  padding-top: 6px;
}
.project-details-sociual-address ul li {
  display: inline-block;
}
.project-details-sociual-address ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #3eb34e;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  margin-right: 5px;
  line-height: 35px;
  line-height: 37px;
  margin-top: 10px;
}
.project-details-sociual-address ul li a:hover {
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  transform: translateY(-5px);
}
.project-details-content-inner {
  padding-right: 18px;
}
/*-------------------
============= Start industries area
-------------------*/
.industries-area {
  background: #f4f7fc;
}
.industries-area .section-head h3 {
  margin-bottom: 25px;
}
.industries-area .section-head p {
  color: #6d6d6d;
  font-size: 19px;
  width: 76%;
  margin: 10px auto 0;
}
.industries-area .about-icon-box {
  margin-bottom: 30px;
}
.industries-area .about-icon-box {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
  padding: 0px 0 6px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  margin-bottom: 15px;
}
.industries-area .about-icon-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #3eb34e;
  z-index: -1;
  border-radius: 5px;
  transition: 0.5s;
}
.industries-area .about-icon-box:hover:before {
  width: 100%;
}
.industries-area .about-content {
  padding: 14px 0 0px 70px;
}
/*------------------
================ Itsoft Start Process Section
---------------------*/
.process-section .section-head {
  text-align: center;
}
.process-section .section-head h2 {
  color: #232323 !important;
}
.section-head-bar-2 {
  position: relative;
  margin: auto;
}
.section-head-bar-2::before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 0;
  width: 40px;
  height: 4px;
  background: #3eb34e;
  transform: skewX(45deg);
}
.section-head-bar-2::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 40px;
  height: 4px;
  background: #3eb34e;
  transform: skewX(-45deg);
}
.process-single-item {
  text-align: center;
}
.process-single-thumb {
  border: 4px solid transparent;
  border-radius: 50%;
  text-align: center;
  position: relative;
  display: inline-block;
  box-shadow: 0 0 9px 0 rgba(24, 35, 51, 0.09);
  transition: 0.3s;
}
.process-single-thumb img {
  border: 10px solid #fff;
  border-radius: 50%;
}
.process-single-item:hover .process-single-thumb {
  border-color: #3eb34e;
}
.process-number {
  position: absolute;
  top: 45%;
  left: -25px;
  background: #3eb34e;
  color: #fff;
  padding: 15px 18px;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  transition: 0.5s;
}
.process-single-item:hover .process-number {
  position: absolute;
  top: 30%;
}
.process-number:before {
  content: "";
  position: absolute;
  top: -18px;
  left: -18px;
  height: 90px;
  width: 90px;
  background: #3eb34e;
  border-radius: 50%;
  opacity: 0.4;
  z-index: -1;
}
.process-number:after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  height: 65px;
  width: 65px;
  background: #3eb34e;
  border-radius: 50%;
  opacity: 0.5;
  z-index: -1;
}
.process-content-title h4 {
  font-size: 20px;
  font-weight: 700;
  padding: 25px 0 15px;
  margin-bottom: 0;
}
.process-content p {
  margin: 0;
}
/*process section style seven*/
.process-section.style-seven .process-content {
  padding: 0 20px 0;
}
.process-section.style-seven .process-single-thumb:before {
  display: none;
}
.call-do-action-section.style-seven .call-do-action-content p {
  margin: 19px auto 0;
}
.call-do-action-section.style-seven .section-head h2 {
  font-size: 35px;
}
/*-------------------
Itsoft Start Call Do Action Section
-------------------*/
.call-do-action-section {
  background: linear-gradient(rgba(17, 26, 58, 0.75), rgba(17, 26, 58, 0.75)),
    transparent url(assets/images/call-do-action/cda1.jpg) no-repeat
      center/cover;
}
.video-icon-cda a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  color: #3eb34e;
  background: #fff;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-animation: murad 1s linear infinite;
  animation: murad 1.5s linear infinite;
  -webkit-transition: 0.5s;
  font-size: 28px;
  z-index: 1;
}
@-webkit-keyframes murad {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 5px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 5px rgba(255, 255, 255, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3),
      0 0 0 40px rgba(255, 255, 255, 0);
  }
}
@keyframes murad {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 5px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 5px rgba(255, 255, 255, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 40px rgba(255, 255, 255, 0);
  }
}
.call-do-action-content .sub-title {
  font-size: 40px;
}
.call-do-action-content p {
  width: 35%;
  margin: auto;
}
/*-------------------
==============Start Call Do Action Section Style Two
-------------------*/
.call-do-action-section.style-two .call-do-action-content p {
  width: 35%;
  margin: 17px auto 0;
}
.call-do-action-section.style-two .btn-common a {
  padding: 13px 27px;
}
/*video*/
.rs-video {
  display: inline-block;
  position: relative;
  top: -78px;
}
.rs-video .animate-border a {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.animate-border a i {
  color: #3eb34e;
}
.rs-video .animate-border .video-vemo-icon {
  background: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.rs-video .animate-border .video-vemo-icon:before {
  content: "";
  border: 2px solid #fff;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.rs-video .animate-border .video-vemo-icon:after {
  content: "";
  border: 2px solid #fff;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/*call do action are style three*/
.call-do-action-section.style-three .call-do-action-content p {
  margin: 17px auto 0;
}
.call-do-action-section.style-three .btn-common a {
  font-size: 15px;
  font-weight: 500;
}
.call-do-action-section.style-three .rs-video .animate-border .video-vemo-icon {
  font-size: 25px;
}
/*-------------------
==============Start Call Do Action Section Style Two
-------------------*/
.btn-cda.style-2 a {
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
}
.call-do-action-2 {
  background: #f4f7fc;
  padding-top: 350px;
}
.cda-2-content h4 {
  font-size: 23px;
  font-weight: 500;
  color: rgba(68, 68, 68, 1);
}
.cda-2-container {
  background: #fff;
}
.cda-2-content h3 {
  font-size: 35px;
}
.call-do-action-2.style-2 {
  padding-top: 65px;
}
/*-------------------
==============Start Call Do Action Section Style Three
-------------------*/
.call-do-action-2.style-2 {
  padding-top: 0;
}
.call-do-action-2.style-2 .cda-2-container {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.call-do-action-2.style-3 {
  padding-top: 0 !important;
}
.call-do-action-2.style-3 .cda-2-container {
  background: #fff;
  box-shadow: 0 0 30px rgb(0, 0, 0, 0.2);
}
/*-------------------
==============Start Call Do Action Section Style Four
-------------------*/
.call-do-action-3 {
  background: linear-gradient(rgba(255, 60, 0, 0.62), rgba(255, 60, 0, 0.62)),
    url(assets/images/call-do-action/cda3.jpg) no-repeat center / cover;
}
/*-------------------
==============Start Call Do Action Section Style Five
-------------------*/
.call-do-action-4 .cda-2-container {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.call-do-action-4 .cda-2-content {
  padding: 0 30px;
}
.call-do-action-4 .cda-2-content h3 {
  margin-bottom: 0;
  font-size: 30px;
}
.call-do-action-4 .cda-2-content p {
  margin: 12px 0 0;
}
/*-------------------
============= Itsoft Start Testimonial Section
-------------------*/
.testimonial-section {
  margin-top: -125px;
}
.testimonial-section .section-head h3 {
  margin-bottom: 24px;
}
.testimonial-single-item {
  /* text-align: ; */
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  padding: 22px 15px;
  margin: 0 15px;
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.testimonial-thumb {
  position: relative;
}
.testimonial-icon i {
  font-size: 18px;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  bottom: 0px;
  right: 24px;
  background-color: #3eb34e;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.testimonial-thumb img {
  border-radius: 50%;
}
.testimonial-content h4 {
  text-transform: capitalize;
  font-size: 20px;
  padding: 0;
  position: relative;
  margin-bottom: 5px;
}
.testimonial-content h4::before {
  content: "";
  height: 1px;
  width: 25px;
  background: #3eb34e;
  position: absolute;
  top: 8px;
  left: 0;
  right: 25px;
  margin: auto;
}
.testimonial-content h4::after {
  content: "";
  height: 1px;
  width: 25px;
  background: #cccccc;
  position: absolute;
  top: 8px;
  left: 25px;
  right: 0;
  margin: auto;
}
.testimonial-content-text {
  font-family: "Comic Sans MS", cursive, sans-serif;
  padding: 20px 0px 12px;
  margin: 0;
  text-align: justify;
  font-size: 16px;
}
.testimonial-designation {
  color: #3eb34e;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
}
.subscribe-section.style-two .row.footer-hr.two {
  padding-top: 153px;
}
/*-------------------
============= Start Testimonial Section Style Two
-------------------*/
.testimonial-section.style-2 {
  margin-top: 0;
  background: url(assets/images/testimonial/tstm-bg2.jpg) no-repeat center/
    cover;
}
.testimonial-single-item.style-2 .testimonial-content-text {
  font-weight: 18px;
  font-size: 18px;
  font-style: italic;
  text-align: left;
  color: #fff;
  border: 1px solid #888;
  padding: 23px 45px;
  margin-bottom: 35px;
}
.testimonial-single-item.style-2 {
  background: transparent;
  border: none;
}
.testimonial-signature h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
/*-------------------
============= Start Testimonial Section Style Three
-------------------*/
.testimonial-section.style-3.pt-80 {
  margin-top: 0;
}
/*-------------------
============= Start Testimonial Section Style Four
-------------------*/
.testimonial-section.style-4 {
  margin-top: 0 !important;
  background: url(assets/images/testimonial/tstm-bg1.jpg) no-repeat center/cover;
}
.testimonial-section.style-4 .testimonial-content-text {
  font-style: italic;
  width: 75%;
  margin: auto;
  color: #fff;
  padding: 15px 25px 30px;
}
.testimonial-section.style-4 .testimonial-single-item {
  border: none;
  background: transparent;
  padding: 35px 0 0 0;
}
.testimonial-section.style-4 .testimonial-content h4 {
  color: #fff;
}
.testimonial-section.style-4 .testimonial-content h4::before,
.testimonial-section.style-4 .testimonial-content h4::after {
  display: none;
}
.testimonial-section.style-4 .section-head-container.style-2 {
  margin-bottom: 0;
}
/*-------------------
============= Start Testimonial Section Style Five
-------------------*/
.testimonial-section.style-5 {
  margin-top: 0 !important;
  background: #f4f7fc;
}
.testimonial-section.style-5 .testimonial-content-text {
  font-style: italic;
  width: 75%;
  margin: auto;
  padding: 15px 25px 30px;
}
.testimonial-section.style-5 .testimonial-single-item {
  border: none;
  background: transparent;
  padding: 35px 0 0 0;
}
.testimonial-section.style-5 .testimonial-content h4::before,
.testimonial-section.style-5 .testimonial-content h4::after {
  display: none;
}
.testimonial-section.style-5 .section-head-container.style-2 {
  margin-bottom: 0;
}
/*-------------------
============= Start Testimonial Section Style Six
-------------------*/
.testimonial-section.style-6 {
  margin-top: 0 !important;
  padding-top: 110px;
  padding-bottom: 170px;
}
.testimonial-section.style-6 .testimonial-carousel-4 {
  max-width: 900px;
  margin: 0 auto;
}
.testimonial-section.style-6 .testimonial-single-item {
  background: #ffffff;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  margin: 30px 15px;
}
.testimonial-section.style-6 .owl-dots {
  margin-top: 10px;
}
.testimonial-section.style-6 .testimonial-content-text {
  font-style: italic;
  width: 69%;
  margin: auto;
  padding: 15px 25px 30px;
  font-size: 18px;
}
.testimonial-section.style-6 .testimonial-content h4::before,
.testimonial-section.style-6 .testimonial-content h4::after {
  display: none;
}
.testimonial-section.style-6 .section-head-container.style-2 {
  margin-bottom: 0;
}
.testimonial-section.style-three .section-head p {
  color: #6d6d6d;
  font-size: 19px;
  width: 73%;
  margin: 10px auto 0;
  padding: 16px 0 0;
}
/*testi section style-2 upper*/
.testimonial-section.style-5.upper {
  background: url(assets/images/about2/section.html);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial-section.style-5.upper .section-head h3 {
  margin-bottom: 0;
}
.testimonial-section.style-5.upper .testimonial-content-text {
  padding: 15px 25px 27px;
}
.testimonial-section.style-5.upper .testimonial-designation {
  font-size: 15px;
  font-weight: 400;
}
.testimonial-section.style-5.upper .testi-icon ul li {
  color: #3eb34e;
  display: inline-block;
  margin-right: 3px;
  font-size: 19px;
}
.testimonial-section.style-5.upper .testimonial-content h4 {
  margin-bottom: 5px;
  margin-top: 8px;
}
/*owl dots*/
.testimonial-section.style-5.upper .owl-dots {
  text-align: center;
  margin-top: 12px;
}
/*testimonial section style seven*/
.testimonial-section.style-seven {
  background: #fff;
  margin-top: 0;
}
.testimonial-section.style-seven .section-head h2 {
  font-size: 35px;
}
.testimonial-section.style-seven .section-head h3 {
  margin-bottom: 0;
}
/*testimonial section style three topper*/
.testimonial-section.style-three.topper {
  background: #f4f7fc;
  margin-top: 0;
}
.testimonial-section.style-three.topper .section-head h3 {
  margin-bottom: 0;
}
.testimonial-section.style-three.topper .section-head h2 {
  font-size: 35px;
}
/*testimonial style ten*/
.testimonial-area.style-ten {
  background: url(assets/images/about/icon16.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.testimonial-single-box {
  box-shadow: 0 0 24px rgb(0 0 0 / 13%);
  padding: 29px 0 41px 30px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  background: #fff;
  margin-bottom: 20px;
}
.testimonial-area.style-ten .section-head h5 {
  color: #3eb34e;
  margin-bottom: 18px;
}
.testimonial-area.style-ten .section-head h2 {
  font-size: 38px;
}
.testimonial-single-box:hover .thumb-title h2,
.testimonial-single-box:hover .testimonial-single-content-text p {
  color: #fff;
}
.testimonial-single-box:hover .testimonial-single-icon i {
  color: #fff;
  opacity: 0.3;
}
.testimonial-single-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: -149px;
  height: 100%;
  width: 70%;
  background: #f7f8fa;
  transform: skewX(-29deg);
  z-index: -1;
  transition: 0.5s;
}
.testimonial-single-box:hover:before {
  background: #252525;
}
.testimonial-single-box:after {
  position: absolute;
  content: "";
  top: 0;
  right: -56px;
  height: 21%;
  width: 9%;
  background: #fe3c00;
  transform: skewX(48deg);
  z-index: -1;
  transition: 0.5s;
}
.testimonial-single-box:hover:after {
  height: 100%;
  width: 75%;
  transform: skewX(-29deg);
  right: -102px;
}
.testimonial-thumb-content {
  margin-left: 22px;
}
.thumb-title h2 {
  font-size: 22px;
  margin: 10px 0 7px;
  font-weight: 500;
}
.testimonial-single-box:hover .thumb-title span {
  color: #d3d3d3;
}
.test-icon ul li {
  list-style: none;
  display: inline-block;
  font-size: 12px;
  color: #3eb34e;
}
.testimonial-single-content-text p {
  width: 96%;
  margin: 23px 0 25px;
  line-height: 1.7;
  font-family: "Fira Sans", sans-serif;
  transition: 0.5s;
}
.testimonial-single-icon i {
  font-size: 50px;
  color: #fe3c00;
  opacity: 0.1;
  display: inline-block;
}
.testimonial-single-icon {
  position: absolute;
  right: 30px;
  bottom: 27px;
}
/*owl dots*/
.testimonial-area.style-ten .owl-dots {
  margin-top: 50px;
}
.testimonial-area.style-ten .owl-dot {
  height: 5px;
  width: 28px;
  margin: 0 5px;
  border-radius: 4px;
  transition: 0.5s;
}
.testimonial-area.style-ten .owl-dot.active {
  width: 32px;
}
/*testimonal are style eleven*/
.testimonial-area.style-eleven {
  background: url(assets/images/about/counter4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
}
.testimonial-area.style-eleven .section-head h5 {
  font-weight: 400;
  color: #3eb34e;
  margin-bottom: 14px;
}
.testimonial-area.style-eleven .section-head h2 {
  font-size: 38px;
}
.testimonial-area.style-eleven .row.upper15.pt-35 {
  padding-left: 184px;
}
.testimonial-area.style-eleven .testimonial-single-box:before {
  display: none;
}
.testimonial-area.style-eleven .testimonial-single-box:after {
  display: none;
}
.testimonial-area.style-eleven .testimonial-single-box:hover {
  display: inherit;
}
.testimonial-area.style-eleven .testimonial-single-thumb img {
  border: 3px solid#fff;
  border-radius: 100%;
}
.testimonial-area.style-eleven .thumb-title h2 {
  color: #fff;
  margin: 10px 0 10px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  font-weight: 500;
  font-family: "Rubik";
}
.testimonial-area.style-eleven .thumb-title h2:before {
  position: absolute;
  content: "";
  top: 7px;
  right: -12px;
  height: 16px;
  width: 1px;
  background: #fff;
}
.testimonial-area.style-eleven .testimonial-single-box:hover .thumb-title span {
  color: #ffc3ab;
}
.testimonial-area.style-eleven .thumb-title span {
  color: #ffc3ab;
  font-size: 16px;
  text-transform: capitalize;
}
.testimonial-area.style-eleven .testimonial-single-box {
  box-shadow: none;
  padding: 94px 46px 87px 102px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  background: url(assets/images/about/testimonial3.png);
  margin-bottom: 20px;
  background-repeat: no-repeat;
}
.testimonial-area.style-eleven .testimonial-single-content-text p {
  width: 95%;
  margin: 23px 0 33px;
  color: #fff;
  line-height: 1.9;
  font-family: "Rubik";
}
.testimonial-area.style-eleven .test-icon ul li {
  color: #ffc000;
}
/*testimonial shape*/
.testimonial-area.style-eleven .testi-shape {
  position: absolute;
  top: 25%;
  left: 0;
  right: 172px;
  text-align: center;
  z-index: -1;
}
/*testimonial owl dots*/
.testimonial-area.style-eleven .owl-dots {
  text-align: center;
  margin-top: 0;
}
.testimonial-area.style-eleven .owl-dot {
  background: url(assets/images/about/testi3.png);
  height: 80px;
  width: 80px;
  margin: 0 8px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  transition: 0.5s;
}
.testimonial-area.style-eleven .owl-dot.active {
  background: linear-gradient(
      360deg,
      rgba(255, 59, 0, 0.3),
      rgba(255, 59, 0, 0.3)
    ),
    url(assets/images/about/ficture.png);
  height: 80px;
  width: 80px;
  margin: 0 8px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  transition: 0.5s;
}
/*-------------------
============= Itsoft Start Blog Section
-------------------*/
.blog-section .section-head h2 {
  color: #232323 !important;
}
.blog-single-carousel {
  position: relative;
  border-radius: 10px;
  transition: 0.3s;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  margin: 0 15px 20px !important;
  background: #fff;
}
.blog-thumb img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.blog-single-carousel:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.blog-meta-top ul {
  position: absolute;
  top: 15px;
  left: 10px;
}
.blog-meta-top ul li {
  display: inline-block;
  margin-left: 5px;
}
.blog-meta-top a {
  font-size: 12px;
  font-weight: 500;
  background: #3eb34e;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 15px;
  letter-spacing: 1px;
  border-radius: 3px;
}
.blog-content {
  padding: 32px 35px 30px;
  transition: 0.3s;
  text-align: left;
}
.blog-meta {
  font-size: 15px;
  margin-bottom: 15px;
}
.blog-meta a:hover,
.blog-meta span:hover {
  color: #3eb34e;
}
.blog-content h5 a {
  color: #0e2647;
  font-size: 20px;
  font-weight: 700;
}
.blog-content h5:hover a {
  color: #3eb34e;
}
.blog-learn-more a {
  color: #3eb34e;
}
.blog-carousel .owl-prev,
.blog-carousel .owl-next {
  padding: 0;
  border-radius: 50%;
  top: -328px;
}
.blog-carousel .owl-prev i,
.blog-carousel .owl-next i {
  border-radius: 50%;
  font-size: 19px;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 60px;
  text-align: center;
  z-index: 99;
}
.blog-carousel .owl-prev i:hover,
.blog-carousel .owl-next i:hover {
  background: #121b51;
  color: #fff;
}
.blog-carousel:hover .owl-prev,
.blog-carousel:hover .owl-next {
  opacity: 1;
}
/*-------------------
============= Start Blog Section Style Two
-------------------*/
.blog-section.style-2 .blog-single-carousel {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  margin: 0 0 20px !important;
}
.blog-section.style-2 .blog-single-carousel:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.blog-section.style-2 .blog-thumb img {
  width: 100%;
  padding: 15px 15px 0 15px;
}
.blog-section.style-2 .blog-meta {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.blog-section.style-2 .blog-meta-top ul {
  top: 25px;
  left: 20px;
}
.blog-section.style-2 .blog-learn-more:hover a {
  color: #3eb34e;
}
.blog-section.style-2 .blog-content {
  padding: 45px 35px 20px;
  position: relative;
  text-align: center;
}
/*-------------------
============= Start Blog Section Style Three
-------------------*/
.blog-section.style-3 .blog-single-carousel {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  margin: 0 0 20px !important;
}
.blog-section.style-3 .blog-single-carousel:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.blog-section.style-3 .blog-thumb img {
  width: 100%;
  padding: 15px 15px 0 15px;
}
.blog-section.style-3 .blog-meta-top ul {
  top: 25px;
  left: 20px;
}
.blog-section.style-3 .blog-learn-more a {
  color: inherit;
}
.blog-section.style-3 .blog-learn-more:hover a {
  color: #3eb34e;
}
.blog-section.style-3 .blog-content {
  padding: 45px 35px 40px;
  position: relative;
  text-align: center;
}
.blog-section.style-3 .blog-meta {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.blog-section.style-3 {
  margin-bottom: -330px;
}
/*-------------------
============= Start Blog Section Style Four
-------------------*/
.blog-section.bg-2 {
  background: #f4f7fc;
  margin-bottom: 0;
}
.bg-2 {
  background: #f4f7fc;
}
.bg-1 {
  background: #fff;
}
/*-------------------
============= Start Blog Section Style Five
-------------------*/
.blog-section.style-5 .blog-single-carousel {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  margin: 0 0 20px !important;
}
.blog-section.style-5 .blog-single-carousel:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.blog-section.style-5 .blog-thumb img {
  width: 100%;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.blog-section.style-5 .blog-meta-top ul {
  top: 10px;
  left: 10px;
}
.blog-section.style-5 .blog-content {
  padding: 32px 35px 30px;
  text-align: center;
}
.blog-section.style-5 .blog-learn-more a {
  color: inherit;
}
.blog-section.style-5.blog-learn-more:hover a {
  color: #3eb34e;
}
.blog-section.style-5 .blog-content {
  padding: 45px 35px 40px;
  position: relative;
}
.blog-section.style-5 .blog-meta {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
/*blog section upper*/
.blog-section.style-5.upper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog-section.style-5.upper .section-head p {
  padding: 20px 0 0;
  margin: 0 auto 0;
  width: 56%;
}
/* blog section shape11*/
.blog-section.style-5.upper .shape11 {
  position: absolute;
  top: 0;
  z-index: -1;
}
.blog-section.style-5.upper .section-head h2 {
  text-transform: capitalize;
  font-size: 35px;
  margin-bottom: 20px;
}
/*-------------------
============= Start Blog Section Style Six
-------------------*/
.blog-section.style-6 .blog-content {
  text-align: center;
}
.blog-section.style-6 .blog-single-carousel:hover .blog-content {
  background: #211e3b;
}
.blog-section.style-6 .blog-single-carousel .blog-meta {
  position: relative;
  width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.blog-section.style-6 .blog-single-carousel:hover .blog-content,
.blog-section.style-6 .blog-single-carousel:hover .blog-content h5 a,
.blog-section.style-6 .blog-single-carousel:hover .blog-content .blog-meta span,
.blog-section.style-6 .blog-single-carousel:hover .blog-content .blog-meta a {
  color: #fff;
}
.blog-meta {
}
.blog-section.style-6 .blog-learn-more a {
  color: #fff;
  background: #211e3b;
  display: block;
  padding: 13px 0;
  position: relative;
  z-index: 1;
  margin: 24px 0 12px;
}
.blog-section.style-6 .blog-learn-more a:before {
  position: absolute;
  left: 0;
  content: "";
  width: 10%;
  height: 100%;
  background: #3eb34e;
  top: 0;
  transition: 0.5s;
  z-index: -1;
}
.blog-section.style-6 .blog-single-carousel:hover .blog-learn-more a:before {
  width: 100%;
}
/*blog sevtion topper-two*/
.blog-section.upper-two .section-head h2 {
  font-size: 35px;
}
/*blog sevtion topper-three*/
.blog-section.upper-three {
  background: #f4f7fc;
}
.blog-section.upper-three .section-head h2 {
  font-size: 35px;
}
.blog-section.upper-three .blog-meta {
  margin-bottom: 10px;
}
.blog-section.upper-three .blog-content p {
  margin: 14px 0 17px;
}
/*blog sevtion topper-four*/
.blog-section.upper-four {
  background: #fff;
}
.blog-section.upper-four .section-head h2 {
  font-size: 35px;
}
.blog-section.upper-four .blog-meta {
  margin-bottom: 10px;
}
.blog-section.upper-four .blog-content p {
  margin: 14px 0 17px;
}
/*blog section style ten*/
.blog-section.style-ten .single-blog-box {
  margin-bottom: 30px;
  transition: 0.5s;
  position: relative;
}
.blog-section.style-ten .single-blog-box:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #3eb34e;
  transform: scale(0.1);
  opacity: 0;
  transition: 0.5s;
}
.blog-section.style-ten .single-blog-box:hover {
  box-shadow: 15px 0 40px rgb(0 0 0 / 12%);
}
.blog-section.style-ten .single-blog-box:hover:before {
  opacity: 1;
  transform: scale(1);
}
.blog-section.style-ten .single-blog-thumb {
  position: relative;
}
.blog-section.style-ten .single-blog-thumb:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  background: rgb(62, 55, 59, 0.3);
  transform: scale(0.1);
  opacity: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.blog-section.style-ten .single-blog-box:hover .single-blog-thumb:before {
  opacity: 1;
  transform: scale(1);
}
.blog-section.style-ten .section-btn {
  float: right;
  position: relative;
  z-index: 1;
}
.blog-section.style-ten .section-head h5 {
  color: #3eb34e;
  margin-bottom: 13px;
}
.blog-section.style-ten .section-head h3 {
  text-transform: inherit;
  font-size: 35px;
}
.blog-section.style-ten .section-btn a {
  display: inline-block;
  background: #ff3b00;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.5s;
  padding: 18px 34px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.blog-section.style-ten .single-blog-content {
  background: #fff;
  box-shadow: 15px 0 40px rgb(0 0 0 / 3%);
  padding: 27px 21px 32px 30px;
}
.blog-section.style-ten .blog-meta-title h3 {
  font-size: 18px;
  margin: 0;
  color: #fff;
}
.blog-section.style-ten .blog-meta-title span {
  text-transform: capitalize;
  font-size: 15px;
  color: #fff;
}
.blog-section.style-ten .blog-meta-box {
  height: 64px;
  width: 64px;
  background: #3eb34e;
  text-align: center;
  line-height: 22px;
  border-radius: 4px;
  box-shadow: 0 0 14px rgb(0 0 0 / 20%);
}
.blog-section.style-ten .blog-meta-title {
  top: 11px;
  position: relative;
}
.blog-section.style-ten .single-blog-title a h2:hover {
  color: #3eb34e;
}
.blog-section.style-ten .single-blog-title a h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0 20px;
}
.blog-section.style-ten .blog-meta-box {
  position: absolute;
  right: 28px;
  bottom: 33%;
}
.blog-section.style-ten .single-blog-title span {
  font-size: 15px;
}
.blog-section.style-ten .single-blog-btn a {
  font-size: 15px;
  display: inline-block;
  transition: 0.5s;
  color: #3eb34e;
  position: relative;
  z-index: 1;
}
.blog-section.style-ten .section-btn a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #0e2647;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border-radius: 4px;
}
.blog-section.style-ten .section-btn a:hover:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.blog-section.style-ten .section-btn a i {
  margin-left: 4px;
}
.blog-section.style-ten .section-btn i {
  height: 43px;
  width: 43px;
  line-height: 43px;
  text-align: center;
  background: #fff;
  color: #f00;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  left: 17px;
  transition: 0.5s;
}
.blog-section.style-ten .section-btn a {
  display: inline-block;
  background: #fb3c00;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 16px 24px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.blog-section.style-ten .section-btn a:before {
  position: absolute;
  content: "";
  background: #0e2647;
  height: 100%;
  width: 10%;
  transition: 0.5s;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
}
.blog-section.style-ten .section-btn a:hover:before {
  width: 100%;
  opacity: 1;
  border-radius: 5px;
}
.blog-section.style-ten .section-btn a:hover i {
  background: #fb3c00;
  color: #fff;
}
/*blog section style ten upper*/
.blog-section.style-ten.upper .section-btn a {
  padding: 7px 24px;
  border-radius: 30px;
}
.blog-section.style-ten.upper .section-btn a:hover:before {
  width: 100%;
  opacity: 1;
  border-radius: 30px;
}
/*blor section upper18*/
.blog-section.upper18 {
  background: #f6f6f6;
}
/*-------------------
============= Itsoft Start Subscribe Section
-------------------*/
.subscribe-section {
  background: #252628;
}
.footer-hr {
  padding: 60px 0 50px 0;
  border-bottom: 1px solid #4d4d4d;
}
.subscribe-section-icon {
  color: #3eb34e;
  font-size: 50px;
}
.subscribe-section-title h5 {
  text-transform: capitalize;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-left: 25px;
  margin: 25px 0;
}
.subscribe-input-field {
  position: relative;
}
.subscribe-mail-box {
  width: 100%;
  padding: 15px 0 15px 10px;
  border-radius: 5px;
  border: #fff;
}
.subscribe-submit-btn {
  border: 1px solid #3eb34e;
  border-radius: 3px;
  background: #3eb34e;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  position: absolute;
  top: 18px;
  right: 5px;
  padding: 10px 30px;
  transition: 0.3s;
}
.subscribe-submit-btn:hover {
  background: #b32a00;
}
.pricing-section.style-two {
  background: #f4f7fc;
}
.subscribe-section.style-two .row.footer-hr.two {
  padding-top: 153px;
}
.cda-2-container.two {
  position: relative;
  margin-bottom: -80px;
}
input.subscribe-mail-box {
  outline: 0;
}
/*subscribe section style ten*/
.subscribe-section.style-ten {
  background: url(assets/images/about/subscribe.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.subscribe-section.style-ten .subscribe-section-title h2 {
  color: #fff;
  font-size: 40px;
  margin: 0 0 7px;
  letter-spacing: 2.5px;
  font-weight: 700;
}
.subscribe-section.style-ten .subscribe-section-title span {
  color: #fff;
  font-size: 15px;
}
.subscribe-section.style-ten .subscribe-mail-box {
  width: 100%;
  padding: 15px 0 15px 24px;
  border-radius: 0;
  border: #fff;
}
.subscribe-section.style-ten .subscribe-submit-btn {
  border-radius: 0;
  background: #252525;
  top: 14px;
  right: -2px;
  padding: 15px 23px;
}
.subscribe-section.style-ten button.subscribe-submit-btn {
  outline: 0;
  border: none;
}
.subscribe-section.style-ten .footer-hr {
  padding: 60px 0 50px 0;
  border-bottom: none;
}
/*subscribe section style ten upper*/
.subscribe-section.style-ten.upper .subscribe-mail-box {
  border-radius: 30px;
}
.subscribe-section.style-ten.upper button.subscribe-submit-btn {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
/*-------------------
============= Itsoft Start Footer Section
-------------------*/
.footer {
  background: #252628;
  color: #fff;
}
.widget {
  padding: 0 5px;
}
.footer-widget-title,
.footer-logo {
  padding-bottom: 25px;
}
.footer-contact p {
  margin-top: 0;
}
.footer p,
.footer a {
  color: #d9d9d9;
}
.footer h5 {
  color: #fff;
}
.footer h6 {
  color: #fff;
  font-size: 16px;
}
.footer-about-social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}
.footer-about-social-icon ul {
  margin-top: 40px;
}
.footer-about-social-icon ul li a {
  border: 1px solid #fff;
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 3px;
  transition: 0.5s;
}
.footer-about-social-icon ul li:nth-child(1) a {
  padding: 8px 13px;
  transition: 0.5s;
}
.footer-about-social-icon ul li:hover a {
  background: #3eb34e;
  border-color: #3eb34e;
}
.footer-popular-single-post {
  margin-bottom: 15px;
}
.single-post-img img {
  height: auto;
  width: 180px;
  border-radius: 5px;
}
.popular-post-title a {
  font-size: 15px;
}
.popular-post-title {
  margin-left: 25px;
  transition: 0.3s;
}
.popular-post-title h6:hover {
  color: #3eb34e;
}
.popular-post-title p {
  font-size: 13px;
  margin-bottom: 0;
}
.footer-quick-link-list ul li {
  font-size: 17px;
  list-style: none;
  margin-bottom: 15px;
  transition: 0.3s;
  margin-left: 25px;
  position: relative;
}
.footer-quick-link-list ul li:hover a {
  color: #3eb34e;
}
.footer-quick-link-list ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -25px;
  height: 1px;
  width: 10px;
  background: #fff;
}
/*footer section style ten upper*/
.footer.style-ten.upper {
  background: url(assets/images/about/footer4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 1px solid#632816;
}
.footer.style-ten.upper .footer-content-text p {
  margin-bottom: 0;
  line-height: 1.7;
}
.footer.style-ten.upper .footer-quick-link-list ul li {
  margin-bottom: 19px;
}
.footer.style-ten.upper .footer-contact p {
  margin-bottom: 24px;
}
.footer.style-ten.upper .footer-social-title {
  display: inline-block;
}
.footer.style-ten.upper .footer-social-title h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  font-family: "Rubik";
  display: inline-block;
  margin-right: 10px;
}
.footer.style-ten.upper .footer-about-social-icon {
  display: inline-block;
}
.footer.style-ten.upper .footer-about-social-icon ul li a {
  border: none;
  padding: 0;
  font-size: 18px;
  border-radius: 0px;
  transition: 0.5s;
}
.footer.style-ten.upper .footer-about-social-icon ul li a:hover {
  background: none;
  color: #fa4101;
}
/*-------------------
============= Itsoft Start Footer Copyright Section
-------------------*/
.footer-copyright-section {
  background: #252628;
  color: #fff;
  position: relative;
}
.footer-copyright-link ul li {
  display: inline-block;
  padding: 0 10px;
}
.footer-bottom-left-text p {
  margin: 0;
}
.footer-copyright-text {
  padding: 20px 0;
}
.footer-copyright-text p {
  font-size: 14px;
}
.footer-copyright-link ul li a {
  color: #fff;
  font-size: 14px;
}
.footer-copyright-link {
  text-align: right;
  padding: 20px 0;
}
.scrollUp {
  bottom: 13px;
  color: #fff;
  font-size: 24px;
  height: 50px;
  position: fixed;
  line-height: 50px;
  right: 50px;
  text-align: center;
  width: 50px;
  background: #3eb34e;
  transition: 0.3s;
  z-index: 1;
}
/*footer bottom section upper*/
.footer-copyright-section.upper .footer-copyright-text p span {
  color: #3eb34e;
}
.footer-copyright-section.upper .footer-copyright-text {
  padding: 26px 0 11px;
}

/*-------------------
============= Inner Pages Style Start here......

 Itsoft Start Breadcumb area style
-------------------*/
.breadcumb-area {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(assets/images/new-images/breadcrumb-services.jpg) no-repeat center/cover;
  height: 280px;
  position: relative;
}
.breadcumb-area-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(assets/images/new-images/breadcrumb-contact.jpg);
}
.breadcumb-content {
  position: absolute;
  padding-left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.breadcumb-content h1 {
  font-size: 45px;
  color: #fff;
  margin-bottom: 20px;
}
.breadcumb-content ul li {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 5px;
}
.breadcumb-content ul li a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
/*-------------------
============= About us Two ......
-------------------*/
.about-section.style-5 .bold-text p {
  font-weight: bold;
  font-style: italic;
  color: #343a40;
  font-size: 21px;
}
/*-------------------
============= About us Flip Box Style......
-------------------*/
.single-flip-box {
  position: relative;
  text-align: center;
}
.flip-box-one .front-side,
.flip-box-one .back-side {
  background: linear-gradient(rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)),
    url(assets/images/flipbox/fb-bg1.jpg) no-repeat center/cover;
}
.flip-box-two .front-side,
.flip-box-two .back-side {
  background: linear-gradient(rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)),
    url(assets/images/flipbox/fb-bg2.jpg) no-repeat center/cover;
}
.flip-box-three .front-side,
.flip-box-three .back-side {
  background: linear-gradient(rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)),
    url(assets/images/flipbox/fb-bg3.jpg) no-repeat center/cover;
}
.flip-box-four .front-side,
.flip-box-four .back-side {
  background: linear-gradient(rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)),
    url(assets/images/flipbox/fb-bg4.jpg) no-repeat center/cover;
}
.front-side,
.back-side {
  height: 220px;
  width: 240px;
  position: absolute;
  transition: 1s;
  transform-style: preserve-3d;
}
.front-side h3 {
  color: #fff;
  font-size: 22px;
  flex-wrap: 600;
}
.back-side p {
  color: #fff;
  padding: 0 15px;
}
.back-side .btn-common.btn-flip-box a {
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 16px;
}
.flip-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.front-side {
  transform: rotateY(0deg);
  z-index: 1;
}
.back-side {
  transform: rotateY(-180deg);
  z-index: 0;
}
.single-flip-box:hover .front-side {
  transform: rotateY(-180deg);
  z-index: 0;
}
.single-flip-box:hover .back-side {
  transform: rotateY(0deg);
  z-index: 1;
}

/*--------------------
 ================ Service Section Style Eight
--------------------*/
.services-section.style-8 {
  background: linear-gradient(rgb(0, 0, 0, 0.8), rgb(0, 0, 0, 0.8)),
    url(assets/images/services/svbg8.jpg) no-repeat center/cover;
}
.service-icon-list ul li {
  display: inline-block;
}
.service-icon-list ul {
  margin-bottom: 20px;
  margin-left: -5px;
}

.service-icon-list ul li a i {
  font-size: 45px;
  color: #3eb34e;
  height: 80px;
  width: 80px;
  border: 1px solid #777;
  line-height: 80px;
  text-align: center;
  margin: 8px;
  transition: 0.5s;
}
.service-icon-list ul li:hover i {
  color: #fff;
  background: #3eb34e;
  border-color: #3eb34e;
}
.services-section.style-8 .service-content h3 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}
.services-section.style-8 .service-content p {
  color: rgba(255, 255, 255, 0.83);
}
.section-content-area {
  margin-left: 25px;
}
/*--------------------
 ================ Choose Us Section Style Four 
--------------------*/
.content-single-items {
  margin-bottom: 40px;
}
.content-inner h2 {
  font-size: 20px;
  position: relative;
  margin-bottom: 30px;
  transition: 0.5s;
}
.content-inner h2:hover {
  color: #3eb34e;
}
.content-inner h2::before {
  content: "";
  position: absolute;
  right: 0;
  width: 60px;
  height: 1px;
  bottom: -15px;
  background: #d1d1d1;
  transition: 0.6s;
}
.content-inner .content-title-inner::before {
  content: "";
  position: absolute;
  left: 0;
  width: 60px;
  height: 1px;
  bottom: -15px;
  background: #d1d1d1;
  transition: 0.6s;
}
.content-inner p {
  color: #6d6d6d;
}
.service-btn {
  mask-type: 15px;
  display: inline-block;
}
.service-btn a {
  font-size: 14px;
  color: #3eb34e;
  text-transform: uppercase;
  transition: 0.5s;
}
.service-btn a i {
  opacity: 0;
}
.service-btn:hover i {
  opacity: 1;
}
.content-icon {
  font-size: 50px;
  color: #3eb34e;
  margin: 0 20px;
}

/*--------------------
 ================ Itsoft Start Pricing Section Style
--------------------*/
.pricing-single-items {
  box-shadow: 0 0 25px rgb(0, 0, 0, 0.2);
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
}
.pricing-title h3 {
  font-size: 20px;
  padding-bottom: 15px;
}
.currency {
  font-size: 20px !important;
  font-weight: 500 !important;
  position: relative;
  top: -15px;
  color: #616161 !important;
}
.pricing-item-text span {
  font-family: "Fira Sans", sans-serif;
  display: inline-block;
  font-size: 51px;
  font-weight: 700;
  text-align: center;
  color: #0e2647;
}
.month {
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #616161 !important;
}
.pricing-feature ul li {
  display: block;
  font-size: 16px;
  padding: 7px 0;
  text-transform: capitalize;
  font-weight: 300;
}
.pricing-feature ul li b {
  font-weight: 500 !important;
}
.btn-common.pc-btn a {
  color: #ee3c00;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 37px;
}
.pricing-single-items:hover .btn-common.pc-btn a {
  color: #fff;
  background: #3eb34e;
}
.pricing-single-items.style-2 {
  background: #3eb34e;
  color: #fff;
  padding: 25px 0;
}
.pricing-single-items.style-2 .pricing-title h3,
.pricing-single-items.style-2 .pricing-item-text span,
.pricing-single-items.style-2 .pricing-item-text .month,
.pricing-single-items.style-2 .pricing-item-text .currency {
  color: #fff !important;
}
.pricing-single-items.style-2 .btn-common.pc-btn a {
  color: #fff;
  background: #3eb34e;
  border-color: #fff;
}

/*--------------------
================ Start Single Service Section Style
--------------------*/

.single-service {
  background: rgb(242, 242, 242, 0.1);
}
.top-link a {
  color: #fff;
  background: #3eb34e;
  font-size: 15px;
  display: block;
  padding: 13px 18px;
  position: relative;
  margin-bottom: 30px;
}

.top-link a i {
  position: absolute;
  right: 16px;
  top: 37%;
  font-size: 13px;
  color: #8e8b8b;
}
.top-link a:hover i {
  color: #fff;
}
.pack-title h5 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 10px;
}
.get-pack a {
  color: rgba(86, 86, 86, 0.8);
}
.pack-icon i {
  color: #3eb34e;
  font-size: 50px;
  margin-right: 25px;
}
.single-pack {
  background: #fff;
  padding: 12px 25px 5px;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 0 35px rgb(0, 0, 0, 0.1);
}
.cda-content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.cda-content h3 {
  font-size: 20px;
  color: #fff;
}
.cda-content {
  background: #3eb34e;
  padding: 35px 0 25px 0;
}
.overview-title {
  font-size: 25px;
  margin-top: 25px;
}
.section-thumb img {
  width: 100%;
}

/*--------------------
================ Start Appointment Section Style
--------------------*/
.appoinment-section-2 {
  background: rgb(242, 242, 242, 0.1);
}
.input-box {
  width: 70%;
  padding: 14px;
  border: 1px solid #eee;
  background: #f4f7fc;
  border-radius: 5px;
  color: #666;
  margin-bottom: 20px;
  transition: 0.5s;
}
.input-box:focus {
  color: #495057;
  background-color: #fff !important;
  border-color: #ff3c00 !important;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(241, 42, 2, 0.25) !important;
}
.ap-submit-btn {
  background: #3eb34e;
  color: #fff;
  border: 1px solid #3eb34e;
  border-radius: 5px;
  width: 70%;
  padding: 13px;
}
.appoinment-title h3 {
  font-size: 25px;
  margin-bottom: 35px;
}
.appointment-form {
  background: #fff;
  box-shadow: 0 0 15px rgb(191, 191, 191, 0.3);
}
.pointment-single-feature {
  text-align: center;
  background: #f4f7fc;
  border-radius: 10px;
  margin-top: 30px;
}
.ap-feature-icon {
  font-size: 55px;
  color: #3eb34e;
  padding: 20px 0 15px 0;
}
.ap-feature-title h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #444;
  font-family: "Rubik", Sans-serif;
  margin-bottom: 20px;
}
.ap-feature-content {
  padding: 0 15px 18px;
}
.ap-content-icon {
  color: #3eb34e;
  font-size: 29px;
  margin-right: 25px;
}
.ap-content-text {
  font-weight: 300;
  line-height: 2.3;
}
.overview-thumb img {
  width: 100%;
}
.contact_from_box {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 27px 40px 42px;
}
.form_box input {
  width: 100%;
  height: 54px;
  border: 1px solid #e6e6e6;
  padding-left: 15px;
  border-radius: 5px;
}
.form_box textarea {
  width: 100%;
  height: 150px;
  padding: 10px 0 0 15px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.quote_btn button {
  background: #3eb34e;
  padding: 14px 39px;
  color: #fff;
}
.appointment-content-section .quote_btn button {
  width: 100%;
}
.appointment-section.style-2 .form_box textarea {
  height: 115px;
}
.quote_btn button:hover {
  background: #0e2647;
  color: #fff;
}
.form_box input:focus {
  color: #495057;
  background-color: #fff !important;
  border-color: #ff3c00 !important;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(241, 42, 2, 0.25) !important;
}
.form_box textarea:focus {
  color: #495057;
  background-color: #fff !important;
  border-color: #ff3c00 !important;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(241, 42, 2, 0.25) !important;
}
/*--------------------
================ Start Single Member Intro Section
--------------------*/
.member-thumb img {
  padding: 60px;
}
.m-designation {
  font-size: 15px;
  color: #3eb34e;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.member-intro ul li {
  list-style: none;
  margin-bottom: 15px;
}
.m-social-icon li {
  display: inline-block;
  margin: 15px 8px 0 0;
}
.m-social-icon li i {
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: #3eb34e;
  border-radius: 5px;
}
.member-intro-section {
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.2);
  margin-bottom: 70px;
}
.m-content {
  padding: 60px;
}
.member-intro {
  padding-left: 60px;
}
/*----------------
============== Itsoft Start Case Study Details
------------------*/
.case-study-details {
  background: #f6f6f6;
}
.case-study-intro {
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.2);
  margin-bottom: 70px;
  padding: 60px;
}
.csd-thumb img {
  width: 100%;
}
.csd-info {
  padding: 0 60px;
}
.csd-info ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  text-transform: capitalize;
}
.csd-info ul {
  padding: 13px 0;
}
.csd-social-icon li {
  display: inline-block;
  margin: 0px 8px 0 0;
}
.csd-social-icon li i {
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: #3eb34e;
  border-radius: 5px;
}

.csd-title h3 {
  font-size: 25px;
  font-weight: 400;
}
.csd-social-icon h4 {
  font-size: 20px;
  color: #666;
  margin-bottom: 0;
}
.csd-info strong {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin-right: 5px;
}
/*----------------
============== Start Appoinment Section Style Three
------------------*/

.appointment-section.style-3 {
  background: url(assets/images/appointment/apm-bg1.jpg) no-repeat center/ cover;
}
.appointment-section.style-3 .input-box {
  width: 80%;
}

/*----------------
============== Start Contact  us Section Style
------------------*/
.contact-us .appoinment-title {
  text-align: left;
}
.contact-us .input-box {
  width: 40%;
  float: left;
  margin: 8px 15px;
  background: #fff;
}
.contact-us .appoinment-title {
  margin: 0 15px;
}
.contact-us .input-box.textarea {
  width: 85%;
}
.contact-us .ap-submit-btn {
  width: 30%;
  float: left;
  margin: 15px;
}

.header-logo a{
  position: fixed;
  margin-top: 0px;
  z-index: 9999999;
}
.appointment-content {
  height: 100%;
}
.appointment-content .appointment-form {
  height: 100% !important;
  padding: 0 0 0 40px;
}
.cda-icon i {
  font-size: 40px;
  color: #fff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background: #3eb34e;
  border-radius: 5px;
  display: inline-block;
  margin-right: 25px;
  margin-top: 5px;
}
.cda-content-inner h4 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}
.cda-content-inner p {
  color: rgba(255, 255, 255, 0.74);
  margin: 15px 0;
}
.cda-content-area {
  background: #252628;
  padding: 20px 0;
}
.cda-single-content {
  margin: 0 45px;
  padding: 25px 0;
}
.contact-us .appoinment-title h3 {
  margin-bottom: 20px;
  padding-top: 35px;
  font-weight: 500;
}
.contact-us .input-box {
  color: #000;
}

/*----------------
============== Start Accordion Style
------------------*/
#accordion h3,
#accordion-2 h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0e2647;
  background: #fff;
  border-color: #e6e6e6;
  margin-bottom: 20px;
  padding: 22px 5px;
  transition: 0.5s;
}
#accordion .acc-title i,
#accordion-2 .acc-title i {
  float: right;
  margin-right: 20px;
  font-size: 15px;
  color: #999;
}
.ui-state-active i {
  transform: rotate(180deg);
}
#accordion .acc-content p,
#accordion-2 .acc-content p {
  color: #727272;
  margin-bottom: 20px;
}
#accordion h3:hover,
#accordion-2 h3:hover {
  color: #3eb34e;
}
#accordion .acc-content,
#accordion-2 .acc-content {
  border: none;
  box-shadow: 0px 15px 10px 0 rgba(0, 0, 0, 0.1);
}
.ui-accordion .ui-accordion-content {
  padding: 10px;
}

/*----------------
============== Start Service Style Nine at inner page 'itservices' 
------------------*/
.service-single-items {
  margin-bottom: 35px;
}
.service-single-icon {
  font-size: 50px;
  color: #3eb34e;
}
.service-single-items h2:hover {
  color: #3eb34e;
}
.service-single-items h2 {
  position: relative;
  font-size: 20px;
  margin-bottom: 30px;
}
.service-single-items h2::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: #999;
  bottom: -15px;
  left: 0;
}
/*----------------
============== Start Web Development section at inner page
------------------*/
.web-dev-single-content {
  margin-bottom: 40px;
}
.content-position {
  font-size: 18px;
  color: #3eb34e;
  font-weight: 600;
}
.content-title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  padding: 5px 0 10px 0;
}
.content-text {
  padding: 0 10px 0 0;
}

/*----------------
============== Start Web Development section at inner page
------------------*/
.feature-content-section .single-content .content-icon {
  font-size: 40px;
  margin-right: 30px;
}
.feature-content-section .content-text h4 {
  font-family: "Rubik", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #444;
}
.feature-content-section .single-content {
  border: 1px solid #e6e6e6;
  padding: 25px 15px;
  transition: 0.5s;
  margin-bottom: 30px;
}
.feature-content-section .single-content:hover {
  box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.1);
}

/*----------------
============== Start Pagination style at Blog-Grid page inner
------------------*/

.pagination {
  display: inline-block;
}

.pagination a {
  font-size: 18px;
  font-weight: 500;
  color: #3eb34e;
  float: left;
  text-decoration: none;
  transition: background-color 0.3s;
  margin: 0 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

.pagination a.active {
  background-color: #3eb34e;
  color: white;
  border: 1px solid #3eb34e;
}
.pagination a:hover {
  background: #3eb34e;
  color: #fff;
}

/*-------------------
============= Start Blog Section Style Six
-------------------*/
.blog-section.style-6 .blog-single-items {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin: 0 0 35px;
  transition: 0.5s;
  position: relative;
}
.blog-section.style-6 .blog-single-items:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
}
.blog-section.style-6 .blog-thumb img {
  width: 100%;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.blog-section.style-6 .blog-meta-top ul {
  top: 10px;
  left: 10px;
}

.blog-section.style-6 .blog-content {
  padding: 45px 35px 20px;
  position: relative;
  background: #fff;
}
.blog-section.style-6 .blog-meta {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
}
.blog-content-text h5 a {
  font-size: 30px;
  font-weight: 600;
}
.widget-items {
  padding: 35px 29px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.widget-items form {
  position: relative;
}
.src-input-box {
  border: 1px solid #ccc;
  padding: 17px 9px;
  width: 100%;
}
.src-input-box:focus {
  border: 1px solid #ccc;
}
.src-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #777;
  background: transparent;
  border: none;
}
.widget-title {
  margin-bottom: 40px;
  position: relative;
}
.widget-items .widget-title h2 {
  color: #0e2647;
  display: block;
  font-size: 24px;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 8px;
}
.widget-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 80px;
  height: 3px;
  background: #aec6ef;
}
.widget-title h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 36px !important;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #3eb34e;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}

@keyframes MOVE-BG {
  0% {
    left: 0px;
    top: 0px;
  }
  100% {
    left: 80px;
    top: 0px;
  }
}

.hr-3 {
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
}
.catagory-item ul li {
  padding-top: 15px;
  margin-top: 18px;
  list-style: none;
}
.catagory-item ul li:hover a {
  color: #3eb34e;
}
.rpost-thumb img {
  width: 100%;
  border-radius: 5px;
}
.rpost-thumb {
  margin-right: 15px;
}
.rpost-title h4 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s;
}
.rpost-title h4:hover {
  color: #3eb34e;
}
.rpost-title span {
  font-size: 14px;
}
.widget-recent-post {
  margin-bottom: 15px;
}
.bg-3 {
  background: #f2f2f2;
}
.tag-item a {
  border: 1px solid #e6e6e6;
  padding: 5px 8px;
  text-transform: capitalize;
  display: inline-block;
  margin: 2px 3px 10px;
}
.tag-item a:hover {
  color: #fff;
  background: #3eb34e;
  border-color: #3eb34e;
}

/* Calender*/

.curr-month {
  width: 100%;
  height: 40px;
  background: #d6d6d6;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}

.all-days {
  width: 100%;
  height: 40px;
  background-color: #fff;
  float: left;
}

.tag-item .all-days ul,
.tag-item .all-date ul {
  list-style: none;
  display: block;
  height: 30px;
  width: 100%;
  margin: 0 auto;
  float: left;
  font-size: 15px;
  font-weight: 300;
}

.tag-item .all-days ul li,
.tag-item .all-date ul li {
  float: left;
  width: 43px;
  text-align: center;
  line-height: 41px;
  border: 1px solid #ccc;
  color: #333;
}
.tag-item .all-days ul li {
  font-weight: 600;
}
.all-date {
  width: 100%;
  height: 305px;
  float: left;
}

.all-date li {
  height: 40px;
  width: 50px;
  line-height: 40px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.all-date li.monthdate:hover {
  background-color: #02548b;
  color: #fff;
}
.calender-area {
  height: 435px;
}
.widget-items p {
  margin-bottom: 0;
}

/*-------------------
============= Start Blog Section Style Seven
-------------------*/
.blog-section.style-7 .blog-single-items {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin: 0 0 35px;
  transition: 0.5s;
  position: relative;
}
.blog-section.style-7 .blog-single-items:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
}
.blog-section.style-7 .blog-thumb img {
  width: 100%;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.blog-section.style-7 .blog-meta-top ul {
  top: 10px;
  left: 10px;
}
.blog-section.style-7 .blog-content {
  padding: 45px 35px 20px;
  position: relative;
  background: #fff;
}
.blog-section.style-7 .blog-meta {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
}
.blog-section.style-7 .blog-content-text h5 a {
  font-size: 20px;
  font-weight: 600;
}

/*-------------------
============= Start Blog Section Style Eight
-------------------*/
.blog-section.style-8 .blog-content {
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.1);
}
.blog-section.style-8 .blog-thumb img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.blog-section.style-8 .blog-content-text h5 {
  font-size: 35px;
  font-weight: 700;
}
.blog-section.style-8 .blog-meta {
  font-size: 16px;
}
.block-quote p {
  font-size: 20px;
  font-style: italic;
  color: #232;
}
.block-quote {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 25px;
  border-radius: 5px;
  border-left: 4px solid #3eb34e;
  margin: 30px 0;
}
.block-quoto-footer {
  font-style: italic;
  font-size: 16px;
}
.blog-section.style-8 .blog-content h4 {
  font-size: 22px;
  margin: 25px 0;
  font-weight: 700;
}
.single-blog-social-icon ul {
  margin: 25px 0;
}
.single-blog-social-icon ul li {
  display: inline-block;
  margin-right: 5px;
}
.single-blog-social-icon ul li i {
  font-size: 15px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.single-blog-social-icon ul li:hover i {
  color: #fff;
  background: #3eb34e;
}
.comment-title h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.comment-title span {
  position: relative;
}
.comment-title span::before {
  content: "";
  position: absolute;
  bottom: 13px;
  width: 80px;
  height: 3px;
  background: #aec6ef;
  top: 3px;
}
.comment-title span::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #3eb34e;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.comment-box {
  width: 100%;
  padding: 15px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  transition: 0.5s;
}
.comment-box:focus,
#comment-msg-box:focus {
  border-color: #3eb34e;
  outline: 0;
  box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}
.comment-form input::placeholder {
  color: #000;
}
.lbl-text {
  font-size: 14px;
  font-weight: 300;
}
.comment-form p {
  margin-top: 0;
}
#comment-msg-box {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px 10px;
  transition: 0.5s;
}
.comment-form .submit-comment {
  color: #fff;
  background: #3eb34e;
  border: 1px solid #3eb34e;
  border-radius: 3px;
  padding: 13px 35px;
  margin-left: 15px;
  margin-bottom: 50px;
}
.comment-form .submit-comment:hover {
  background: #cc3000;
}
.blog-content ol {
  padding-left: 15px;
}
/*---------
====== To-Top
-------------*/
#to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  font-size: 22px;
  width: 50px;
  height: 50px;
  background: #3eb34e;
  color: #fff;
  border: none;
  cursor: pointer;
  display: none;
  z-index: 99999;
  outline: 0;
}

/*Loader*/

.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 666;
}
.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #3eb34e;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.loader:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #825ae8;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}
/** Here comes the Magic **/

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #111;
  z-index: 2;
}
.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}
.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/** When page loaded **/
.loaded .loder-section.left-section {
  left: -100%;
}
.loaded .loder-section.right-section {
  right: -100%;
}
.loaded .loader-wrapper {
  visibility: hidden;
}
.loaded .loader {
  top: -100%;
  opacity: 0;
}

/*particles js*/
div#particles {
  position: relative;
}

#webcoderskull {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px;
  width: 100%;
}
div#particles .hero-section.style-2 {
  background: inherit;
}
div#particles .hero-section.style-10 {
  background: inherit;
}

.ps-2 {
  padding-left: 10px;
}
.contact-content li p {
  color: white !important;
}

.brand {
  color: #3eb34e;
}
.brand:hover {
  color: #3eb34e;
}

.footer__linklist-item {
  margin-bottom: 5px;
}
.footer__linklist-item:hover a {
  color: #3eb34e;
}

.mobile-menu-area {
  position: fixed !important;
  width: 100%;
  z-index: 2;
}
.service hr {
  margin: 0;
}
.p-1 {
  padding: 10px !important;
}

.lowercase {
  text-transform: lowercase;
}

.webkit input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.text-black{
  color: black !important;
}

.our-partners{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #f4f7fc;
}
.partner-sec-area{
   background: #f4f7fc;
}
.our-partners-1{
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-sec{
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.brand-section{
  width: 30% ;
}
.brand-section-1{
  width: 100%;
}
.brand-section-2{
  width: 30%;
}


/* padding */

.padding-50{
  padding: 50px 0;
}
.padding-25{
  padding: 25px 0;
}
.padding-e{
  padding: 25px 0 50px 0 ;
}

.padding-s{
  padding: 50px 0 25px 0 ;
}

/* Gowtham */
/* 
.carousel-slider-section .owl-carousel{
  position: relative;
}
.carousel-slider-section .owl-carousel .owl-nav{
  position: absolute !important;
  top: 0% !important;
  transform: translateY(-50%) !important;
} */

.service-view-btn{
    color: #3eb34e;
    background-color: transparent;
    border-color: transparent;
}
.service-view-btn:hover{
  color: #3eb34e;
  background-color: transparent;
  border-color: transparent;
}
.service-view-btn:focus{
  color: #3eb34e;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0 0 transparent;
}
.service-view-btn:focus{
  box-shadow: 0 0 0 0 transparent;
}
.service-view-btn:not(:disabled):not(.disabled).active, .service-view-btn:not(:disabled):not(.disabled):active, .show>.service-view-btn.dropdown-toggle{
  color: #3eb34e;
  background-color: transparent;
  border-color: transparent;
}
.service-view-btn:not(:disabled):not(.disabled).active:focus, .service-view-btn:not(:disabled):not(.disabled):active:focus, .show>.service-view-btn.dropdown-toggle:focus{
  box-shadow: 0 0 0 0 transparent;
}

/* closebtn */
.service-close-btn{
  color: #fff;
  background-color: #3eb34e;
  border-color:  #3eb34e;
}

.service-close-btn:hover{
  color: #fff;
  background-color: #3eb34e;
  border-color:  #3eb34e;
}
.service-close-btn.focus, .service-close-btn:focus{
  color: #fff;
  background-color: #3eb34e;
  border-color: #3eb34e;
  box-shadow: 0 0 0 0rem transparent;
}

.service-close-btn:not(:disabled):not(.disabled).active, .service-close-btn:not(:disabled):not(.disabled):active, .show>.service-close-btn.dropdown-toggle{
  color: #fff;
  background-color: #3eb34e;
  border-color: #3eb34e;
  box-shadow: 0 0 0 0rem transparent;
}
.service-close-btn:not(:disabled):not(.disabled).active, .service-close-btn:not(:disabled):not(.disabled):active, .show>.service-close-btn.dropdown-toggle{
  color: #fff;
  background-color: #3eb34e;
  border-color: #3eb34e;
  box-shadow: 0 0 0 0rem transparent;
}
.service-close-btn:not(:disabled):not(.disabled).active:focus, .service-close-btn:not(:disabled):not(.disabled):active:focus, .show>.service-close-btn.dropdown-toggle:focus{
  box-shadow: 0 0 0 0rem transparent;
}


.testimonial-cont h4 {
  text-align: start;
  font-size: 22px;
  font-family: "Lucida Console", "Courier New", monospace !important;

}

.testimonial-cont{
  padding: 11px 0;
}
.checked {
  color: orange;
}

.testimonial-content p span{
  color: #3eb34e;
}

.testimonial-section ::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.testimonial-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.testimonial-section ::-webkit-scrollbar-thumb {
  background: #3eb34e; 
  border-radius: 10px;
}

/* Handle on hover */
.testimonial-section ::-webkit-scrollbar-thumb:hover {
  background: #003090; 
}

.comment-pading-t {
  padding-top: 5px !important;
}