

/*------Itsoft Header Top Area CSS--------*/
.container {
  padding-left: 0;
  padding-right: 0;
}
.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: #00aeef;
  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 li {
  display: inline-block;
  margin-left:8px;
}
.header-top-right-icon-area ul li a {
  color: #fff;
  font-size: 14px;
}
.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: #00aeef;
    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;
}
.logo {
  position: absolute;
  top:65px;
}
.menu-wrapper {
  display: flex;
  justify-content: space-between;
}
.header-style-two .menu-wrapper {
  padding: 35px 0;
}
.menu-wrapper nav ul{
  display: inline-block;
}
.menu-wrapper nav ul li{
  display: inline-block;
}
.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: 36px;
  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 {
	
  display:none;
}

.logo-txt img{width:150px;}
.menu-wrapper 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: #00aeef;
  background: transparent;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  border: 1px solid #00aeef;
  border-radius: 5px;
  transition:.3s;
}
.mm-social-icon a:hover {
  color: #fff;
  background: #00aeef;
  border: 1px solid #00aeef;

}

/*-----Header middle section style ------*/
.logo img:nth-child(2){
  display: none;
}
.menu-wrapper{
  padding: 21px 0;
}
.menu-wrapper nav ul li a {
  margin: 30px 5px;
  padding-bottom: 35px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  color: #232323;
  transition: .1s;
}
.menu-wrapper nav ul li:hover a {
  color: #00aeef;
}
.menu-wrapper nav ul li a i {
  color: #888;
  background: #fff;
  font-size: 14px;
  margin-left: 5px;
}
.menu-wrapper nav ul li:hover a i {
  color: #00aeef;
  opacity: .5;
}
.menu-wrapper.style-two{
    padding: 37px 0 !important;
}

/*Nav btn*/
.nav-btn a {
  background: #00aeef;
  border: 1px solid #00aeef;
  border-radius: 3px;
  color: #fff;
  padding: 8px 20px;
  font-size: 15px;
  transition: .3s;
  display: inline-block;
  margin-left: 11px;
}
.nav-btn a:hover {
  background: #bd2d10;
  border-color: #bd2d10;
}
.nav-btn.style-two a {
  background: transparent;
  border: 1px solid #00aeef;
  color: #00aeef;
  transition: .5s;
}
.nav-btn.style-two a:hover {
  background: #00aeef;
  color: #fff;
}
.uk-sticky-fixed .nav-btn.style-two a {
    background: transparent;
    border-color: #fff;
    z-index:999;
    color: #fff;
}
.uk-sticky-fixed .nav-btn.style-two a:hover {
    background: #fff;
    color: #00aeef;
}
/*Nav search*/
.nav-search a {
  color: #00aeef;
  margin-left: 17px;
}
/*Sticky Nav CSS*/
.uk-sticky-fixed {
    width:100%!important;
     z-index:999;
    background: #00aeef;
    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;
  position:relative;
  top:-51px;
}
.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: #00aeef;
  color:#00aeef;
}
.uk-sticky-fixed .nav-btn a:hover {
  background: #fff;
  border-color: #00aeef;
}
.uk-sticky-fixed nav ul li:hover a i {
  opacity: 1;
  color: #ccc;
}
.uk-sticky-fixed .nav-search a {
  color: #fff;
}

.uk-sticky-fixed .search-box-btn.search-box-outer i {
    background: transparent!important;
    color: #fff;
}
/*------ Header middle sub-menu section style--------*/
.menu-wrapper ul li{
  position: relative;
}
.menu-wrapper .sub-menu {
    position: absolute;
    top: 100px;
    left: 0px;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 25px 0px 25px 5px;
    z-index: 22;
    opacity: 0;
    visibility: hidden;
}
.menu-wrapper ul li:hover .sub-menu {
  top: 52px;
  visibility: visible;
  opacity: 1;
}
.menu-wrapper .sub-menu {
  width: 230px;
}
.menu-wrapper .sub-menu li {
  position: relative;
  line-height: 2;
  display: block;
  text-align: left;
  transition:.3s;
  padding-bottom: 5px;
  cursor: pointer;
}
.menu-wrapper .sub-menu li a::after{
  content:"";
  position: absolute;
  left: -10px;
  top: 50%;
  height:1px;
  width: 15px;
  background: #00aeef;
  visibility: hidden;
  opacity: 0;
  transition:.3s;
}
.menu-wrapper .sub-menu li:hover{
  margin-left: 10px;
}
.menu-wrapper .sub-menu li:hover a{
  color: #00aeef !important;
}
.menu-wrapper .sub-menu li:hover a i{
   color: #00aeef !important;
}
.menu-wrapper .sub-menu li:hover a::after{
  visibility: visible;
  position: absolute;
  left: -5px;
  opacity: 1;
}
.menu-wrapper .sub-menu li a{
  font-family: "Rubik",Sans-serif;
  font-size: 14px;
  color: #232323 !important;
  padding-left: 10px;
  cursor: pointer;
  transition: .3s;
}
.menu-wrapper .sub-menu li a i{
  color: #555 !important;
  background: #fff !important;
  transition: .3s;
}
/*------  header inner sub-menu section style--------*/

.menu-wrapper .inner-sub-menu{
  width: 235px;
  position: absolute;
  top: 80px;
  left: 225px;
  background: #fff;
  transition: .3s;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  padding: 25px 20px 25px 5px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.menu-wrapper .sub-menu li:hover .inner-sub-menu {
  position: absolute;
  top: -5px;
  left:214px;
  opacity: 1;
  visibility: visible;
}
.menu-wrapper .inner-sub-menu li{
  position: relative;
  line-height: 2;
  display: block;
  text-align: left;
  transition:.3s;
  padding-bottom: 5px;
  cursor: pointer;
}
.menu-wrapper .sub-menu .inner-sub-menu li a::after{
  content:"";
  position: absolute;
  left: -10px;
  top: 50%;
  height:1px;
  width: 15px;
  background: #00aeef;
  visibility: hidden;
  opacity: 0;
  transition:.3s;
}
.menu-wrapper .sub-menu .inner-sub-menu li:hover a::after{
  visibility: visible;
  position: absolute;
  left: -5px;
  opacity: 1;
}
.menu-wrapper .sub-menu .inner-sub-menu li a {
    font-family: "Rubik",Sans-serif;
    font-size: 14px;
    color: #232323 !important;
    padding-left: 10px;
    cursor: pointer;
    transition: .3s;
    text-transform: capitalize;
}
.menu-wrapper .sub-menu .inner-sub-menu li:hover a{
 color: #00aeef !important;
}
.style-2.color-2 li i{
 color: #00aeef;
}
.uk-sticky-fixed .style-2.color-2 li i{
 color: #fff;
}
/*-------------
========Start Itsoft Hero Section Style
---------------*/
.hero-section {
  background: url(../../../../assets/images/hero/hero-bg.jpg) no-repeat center/cover;
  position: relative;
  overflow: hidden;
  height:700px;
}
.hero-content-area h4 {
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-top: 2px solid #00aeef;
    display: inline-block;
    margin-bottom: 28px;
}
.hero-content-area h1 {
	font-size: 60px;
	line-height: 1.2;
}
.hero-content-area p {
    font-size: 20px;
    width: 55%;
    margin: 32px 0 45px 0;
}
.btn-common {
 display: inline-block;
}
.btn-common a {
  color: #fff;
  font-size: 17px;
  background: #00aeef;
  padding: 14px 31px;
  border: 1px solid #00aeef;
  border-radius: 5px;
  transition: .3s;
  text-transform: capitalize;
}
.btn-common i{
  margin-left: 3px;
}
.btn-common a:hover{
  background: #fff;
  border: 1px solid #fff;
  color: #00aeef;
}
.hero-thumb-inner {
    position: absolute;
    bottom: 0;
    right: 250px;
}
.hero-thumb-inner img {
    width: 660px;
}
/*==========================
        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;
}



/*====================================================
 carousel slider
======================================================*/
.carousel-slider-section {
  position: relative;
}
.carousel-slider-section .container-fluid {
  padding:0;
}
.carousel-slider {
  background: url(../../assets/images/about/ss-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 700px;
}
.carousel-slider-content h1, .carousel-slider-content h2 {
  font-size: 60px;
  margin: 0;
  color: #232323;
  text-transform: uppercase;
}
.carousel-slider-content p {
  width: 57%;
  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: 20px;
  letter-spacing: 2px;
  border-top: 2px solid #00aeef;
  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: #00aeef;
}
.btn-common.btn-carousel-slider-2:hover a {
  background:#00aeef;
  color: #fff;
  border-color:#00aeef; 
}
.video-icon .carousel-video{
 margin-right: 30px;
}
.carousel-slider .video-icon p {
  width: 100%;
  margin-top: 10px;
}
.owl-nav {
  position: relative;
}
.owl-prev, .owl-next{
  position: absolute;
  top: -400px;
  color: #fff;
  background: #00aeef;
  padding: 13px 10px;
  font-size: 30px;
  border-radius: 3px;
  transition:.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,.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: #00aeef;
}
.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:#00aeef!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:#00aeef!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-section.style-three .carousel-slider-content h4 {
    font-family: Montserrat;
    font-size: 60px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 3px;
    margin-bottom: 0;
}
.carousel-slider-section.style-three .carousel-slider-content h1 {
    font-family: Montserrat;
    font-size: 90px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 1;
    color: #fff!important;
}
.carousel-slider-section.style-three .carousel-slider-content h2 {
    font-family: Montserrat;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 70px;
}
.carousel-slider-section.style-three .btn-common a {
    padding: 17px 38px;
}
.carousel-slider-section.style-three .btn-common.btn-carousel-slider-2 a {
    background: #fff;
    border-color: #fff;
}
.carousel-slider-section.style-three .btn-common.btn-carousel-slider-2 a:hover {
    background: #00aeef;
    border-color: #00aeef;
}
.carousel-slider-section.style-three .carousel-slider-content h2 {
    color: #fff!important;
}
.carousel-slider-section.style-three .owl-prev, .carousel-slider-section.style-three .owl-next {
    padding: 0;
    text-align: center;
    border-radius: 50%;
    background:#00aeef!important;
    transition: .7s;
}
.carousel-slider-section.style-three .owl-prev:hover{
  background:#121B51!important;
}
.carousel-slider-section.style-three .owl-next:hover{
  background:#121B51!important;
}
/*carousel slider area style four*/
.carousel-slider.style-four  {
    background: url(../../assets/images/slick/ss-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 960px;
}
.carousel-slider.style-four .carousel-slider-content h4 {
    font-size: 19px;
    text-transform: uppercase;
    border-top: 2px solid #00aeef;
    display: inline-block;
    color: #232323;
    letter-spacing: 2px;
    margin: 0 0 26px;
}
.carousel-slider.style-four .carousel-slider-content h1, .carousel-slider-content h2 {
    text-transform: capitalize;
    color: #232323;
    line-height: 1.2;
}
.carousel-slider.style-four .carousel-slider-content p {
    color: #6d6d6d;
    margin: 31px 0 0;
}
.carousel-slider.style-four .carousel-slider-content span {
    display: inline-block;
    top: -13px;
    position: relative;
    color: #333;
    font-size: 18px;
}
.carousel-slider.style-four .rs-video {
    top: -42px;
    margin-right: 86px;
    left: 31px;
}
.carousel-slider.style-four .rs-video .animate-border .video-vemo-icon {
    background: #00aeef;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.carousel-slider.style-four .animate-border a i {
    color: #fff;
}
.carousel-slider.style-four .rs-video .animate-border .video-vemo-icon:before {
    border: 2px solid #00aeef;
    width: 110px;
    height: 110px;
}
.carousel-slider.style-four .rs-video .animate-border .video-vemo-icon:after {
    border: 2px solid #00aeef;
    width: 110px;
    height: 110px;
}
/*carousel slider style five*/
.carousel-slider.style-five{
    background: url(../../assets/images/slick/ss-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 960px;
}
.carousel-slider.style-five .carousel-slider-content h4 {
    font-size: 19px;
    text-transform: uppercase;
    border-top: 2px solid #00aeef;
    display: inline-block;
    color: #232323;
    letter-spacing: 2px;
    margin: 0 0 26px;
}
.carousel-slider.style-five .carousel-slider-content h1, .carousel-slider-content h2 {
    text-transform: capitalize;
    color: #232323;
    line-height: 1.2;
}
.carousel-slider.style-five .carousel-slider-content p {
    color: #6d6d6d;
    margin: 31px 0 0;
}
.carousel-slider.style-five .carousel-slider-content span {
    display: inline-block;
    top: -13px;
    position: relative;
    color: #333;
    font-size: 18px;
}
.carousel-slider.style-five .rs-video {
    top: -42px;
    margin-right: 86px;
    left: 31px;
}
.carousel-slider.style-five .rs-video .animate-border .video-vemo-icon {
    background: #00aeef;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.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 #00aeef;
    width: 110px;
    height: 110px;
}
.carousel-slider.style-five .rs-video .animate-border .video-vemo-icon:after {
    border: 2px solid #00aeef;
    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:#00aeef!important;
}
.carousel-slider-section.style-six .owl-next:hover{
      background:#00aeef!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: #232323;
    padding: 20px 33px;
    border: 1px solid #232323;
    border-radius: 0;
    transition: .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: #232323;
  border-color: #232323;
}
/*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: .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#00aeef;
    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: #00aeef;
}
.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: .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: .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:#00aeef!important;
  color:#fff;
}
.carousel-slider-section.style-ten .carousel-btn a:hover{
  color:#00aeef!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: #00aeef;
    left: 13px;
    position: relative;
    display: inline-block;
    transition: .5s;
}
.carousel-slider-section.style-ten .btn-common.btn-carousel-slider a:hover i{
  background: #6db94e;
  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: .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;
}
.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 #00aeef;
    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: #00aeef;
    padding: 15px 31px;
}
.carousel-slider.style-fiveteen .btn-common a:hover{
  background:#fff;
  color: #00aeef;
  border-color: #fff; 
}
.carousel-slider.style-fiveteen .btn-common.btn-carousel-slider-2 a {
   padding: 15px 31px;
   background:#fff;
   color: #00aeef;
   border-color: #fff; 
}
.carousel-slider.style-fiveteen .btn-common.btn-carousel-slider-2 a:hover{
  background: #00aeef;
  border-color:#00aeef; 
  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: #00aeef;
}
.hero-btn-2 a:hover {
  background: #00aeef;
  color: #fff;
  border-color: #00aeef;
}
/*-----------------
================ 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 #00aeef;
    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 #00aeef;
}
.hero-section.style-10 .btn-common a:hover{
  border-color:#fff;
  background:#fff;
  color: #00aeef;
}
/*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: #00aeef;
    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: #00aeef;
    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;
}


/*----------------
============== 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-area.style-three .single-feature-box {
    padding: 40px 30px 41px;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 5px;
    transition: .5s;
    box-shadow: 0 20px 50px rgb(229 229 229 / 80%);
}
.feature-area.style-three .single-feature-icon i {
    height: 60px;
    display: inline-block;
    width: 60px;
    font-size: 26px;
    background: #00aeef;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
}
.feature-area.style-three .single-feature-box:before {
    background: #f4f7fc;
    border-radius: 5px;
}
.feature-area.style-three .single-feature-box:hover .feature-content-text p{
  color:#6d6d6d;
}
.feature-area.style-three .feature-number {
    position: absolute;
    right: 51px;
    top: -5px;
}
.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:.5s;
  background:#00aeef; 
  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:#232323; 
} 
.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:.5s;
}
.feature-area.style-ten .feature-icon-two span {
    display: inline-block;
    background: #00aeef;
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    border-radius: 4px;
    font-size: 31px;
    color: #fff;
    transition:.5s;
}
.feature-area.style-ten .feature-content-text-two p {
    margin: 0 0 0;
    transition:.5s;
}
/*----------------
============== Start about area
------------------*/
.about-area.upper15 {
    position: relative;
    z-index: 1;
}
.about-area.upper15 .section-head p {
    padding: 19px 0 0;
}
.about-area.upper15 .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;
}
.about-area.upper15 .about-icon-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #00aeef;
    z-index: -1;
    border-radius: 5px;
    transition: .5s;
}
.about-area.upper15 .about-icon-box:hover:before{
  width: 100%;
} 
.about-area.upper15 .about-content {
    padding: 14px 0 0px 70px;
}
.about-icon {
    position: absolute;
    left: 0;
    width: 55px;
    height: 100%;
    background: #00aeef;
    text-align: center;
    align-items: center !important;
    top: 0;
    border-radius: 5px 0 0 5px;
    transition: .5s;
    line-height: 51px;
}
.about-icon i {
    font-size: 30px;
    color: #fff;
    display: inline-block;
}
.about-title h5 {
    font-size: 18px;
    font-weight: 500;
}
.about-icon-box:hover .about-title h5{
  color: #fff;
}
.about-button {
    display: inline-block;
    margin-top: 24px;
}
.about-button a {
    display: inline-block;
    background: #00aeef;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 3px;
    transition: .5s;
    border: 2px solid #00aeef;
}
.about-button a:hover {
    color: #00aeef;
    background: transparent;
    border: 2px solid #00aeef;
}
.about-button a i{
  margin-left: 2px;
}
/*about shape*/
.about-shape {
    position: absolute;
    top: -27px;
    left: -52px;
    z-index: -1;
    right: 0;
    text-align: center;
    height: 100%;
    width: 100%;
}
/*about area style two*/
.about-area.style-two {
    background: #f4f7fc;
}
.about-area.style-two .about-thumb {
    position: relative;
    left: 19px;
}
.about-area.style-two .section-head p {
    padding: 19px 0 0;
}
.about-area.style-two .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;
}
.about-area.style-two .about-icon-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #00aeef;
    z-index: -1;
    border-radius: 5px;
    transition: .5s;
}
.about-area.style-two .about-icon-box:hover:before{
  width: 100%;
} 
.about-area.style-two .about-content {
    padding: 14px 0 0px 70px;
}
.about-area.style-two .about-shape {
    top: 0;
    left: 0;
    right: 0;
}
/*about area style five*/
.about-single-icon-box {
    margin-bottom: 9px;
}
.about-section.style-five .section-head p {
    padding: 22px 0 0;
}
.single-about-icon {
    margin-right: 24px;
}
.single-about-icon i {
    height: 60px;
    display: inline-block;
    width: 60px;
    font-size: 26px;
    background: #00aeef;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
.about-icon-title h4 {
    margin: 0 0 17px;
    letter-spacing: 0.3px;
}
/*about section style six*/
.about-section.style-six.upper{
    background: #00aeef;
    position: relative;
}
.about-section.style-six.upper .about-single-thumb {
    position: absolute;
    top: -252px;
}
.about-section.style-six.upper .section-head h5 {
    color: #fff;
}
.about-section.style-six.upper .about-content-container {
    padding-left: 16px;
}
.about-section.style-six.upper .section-head h2 {
    text-transform: capitalize;
    font-size: 35px;
    margin-bottom: 20px;
}
.about-section.style-six.upper .block-text {
    padding-top: 8px;
}
.about-section.style-six.upper .section-head p {
    font-weight: 300;
    padding: 15px 0 0;
}
.itsoft-about-botton a {
    display: inline-block;
    background-color:#ffffff;
    color: #00aeef;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 3px;
    transition: .5s;
    border: 2px solid #00aeef;
}
.itsoft-about-botton a:hover {
    color: #fff;
    background: transparent;
    border: 2px solid #FFf;
}
/*about section upper two*/
.about-section.upper-two .about-content {
    padding: 1px 0 0px 0px;
}

/*-------------
================ Start Feature Section Style-Two
---------------*/
.feature-section.style-2 .feature-single-item{
  border-radius: 0;
  border: none;
}
.feature-single-item.style-2{
  background: #00aeef;
}
.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: .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);
}
.style-7 .fc-mt {
  margin-top: -70px !important;
  padding-top: 0;
  position: relative;
  z-index: 1;
}
/*------------------
============== Start feature-section Style seven
-------------------*/
.single-feature-item {
    text-align: center;
    margin-bottom: 30px;
    transition: .5s;
}
.single-feature-item:hover{
  transform: translateY(-36px);
}
.single-feature-item:hover .single-feature-thumb img{
  transform: rotateY(360deg);
} 
.single-feature-thumb img {
    width: 60px;
    transition: .5s;
}
.single-feature-content h4 {
    font-size: 23px;
    margin: 39px 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: #00aeef;
    right: 0;
    bottom: -114px;
    margin: auto;
    border-radius: 50%;
    transition: .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: .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: #00aeef;
    display: inline-block;
    font-size: 65px;s
}
.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: .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: .5s;
    z-index: 1;
    background: #232323;
    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: .5s;
    z-index: 1;
    background: #00aeef;
    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: #00aeef;
    right: 0;
    margin: auto;
    transition: .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: #00aeef;
    right: 0;
    margin: auto;
    transition: .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: #00aeef;
}
.feature-section.style-nine .btn-read-more  a i {
    font-size: 11px;
    font-weight: 600;
    color: #00aeef;
    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
------------------*/
.feature-area.style-two {
    background: #fff;
}
.feature-area.style-two .single-feature-box {
    background: #f4f7fc;
    border: 1px solid #f4f5fe;
}
.feature-area.style-two .single-feature-box:hover .feature-btn a{
  color:#fff;
}
.feature-area.style-two .feature-btn a {
    font-size: 14px;
    font-weight: 400;
}
.feature-area.style-two .feature-btn a i {
    margin-left: 3px;
}
/*----------------
============== 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-area.style-three .single-feature-box {
    padding: 40px 30px 41px;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 5px;
    transition: .5s;
    box-shadow: 0 20px 50px rgb(229 229 229 / 80%);
}
.feature-area.style-three .single-feature-icon i {
    height: 60px;
    display: inline-block;
    width: 60px;
    font-size: 26px;
    background: #00aeef;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
}
.feature-area.style-three .single-feature-box:before {
    background: #f4f7fc;
    border-radius: 5px;
}
.feature-area.style-three .single-feature-box:hover .feature-content-text p{
  color:#6d6d6d;
}
.feature-area.style-three .feature-number {
    position: absolute;
    right: 51px;
    top: -5px;
}
.feature-title h4 {
    margin: 18px 0 10px;
    font-size: 25px;
}
.feature-number h4 {
    color: #666;
    font-size: 110px;
    opacity: 0.1;
}
/*start feature area style three upper*/
.feature-area.style-three.topper{
    background: #f4f7fc;
    padding: 85px 0 55px;
}
.feature-area.style-three.topper .section-head h2 {
    font-size: 35px;
}
.feature-area.style-three.topper .section-head p {
    padding: 13px 0 0;
    margin: 0 auto 0;
    font-size: 19px;
    width: 78%;
}
/*start feature area style three topper*/
.feature-area.style-three.topper{
    background: #f4f7fc;
    padding: 85px 0 55px;
}
/*-------------
================ Itsoft Start About Section
---------------*/
.about-single-thumb img {
	width: 100%;
	height: auto;
	border-bottom-left-radius: 10px;
}
.section-head h5 {
  font-size: 16px;
  font-weight: 600;
  color: #00aeef;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.section-head h3 {
  text-transform: capitalize;
	font-size: 35px;
	line-height: 1.2;
  margin-bottom: 0;
}
.section-head h2 {
  text-transform: capitalize;
	font-size: 39px;
  margin-bottom: 20px;
}
.section-head h2 span {
  text-transform: capitalize;
  color: #00aeef;
}
.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: #00aeef;
  transform: skewX(45deg);
}
.section-head-bar::after {
	content: "";
	position: absolute;
	left: 10px;
	bottom: 0;
	width: 40px;
	height: 4px;
	background: #00aeef;
  transform: skewX(-45deg);
}
.single-content p{
  margin: 0;
}
.content-single-icon {
  color: #00aeef;
  font-size: 45px;
  float: left;
  margin-right: 28px;
  display: block;
}
.inner-content-title {
  font-family: "Rubik",Sans-serif;
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
/*about area style eight*/
.about-section.style-eight {
    background: #f4f7fc url(../../assets/images/services/back.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: 91%;
}
.about-section.style-eight .about-content-container {
    padding-left: 0;
}
.about-section.style-eight .about-single-thumb img {
    width: 90%;
}
.about-section.style-eight .counter-title h4 {
    font-size: 20px;
    font-weight: 600;
    color: #232323;
}
.about-section.style-eight .counter-text span {
    color: #00aeef;
}
/*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: #232323;
    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: #00aeef;
    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 #00aeef;
    width: 150px;
    height: 150px;
}
.about-section.style-eleven .rs-video .animate-border .video-vemo-icon:after {
    border: 2px solid #00aeef;
    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: #232323;
    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: #00aeef;
    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#00aeef;
    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: #00aeef;
  color: #fff!important;
}
.about-section.style-fiveteen a.address3 {
    top: 62px;
    right: 39px;
    color: #00aeef!important;
}
.about-section.style-fiveteen a.address3:hover{
   background: #00aeef;
  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: #00aeef;
  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: #232323;
    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: .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: #00aeef;
    border-radius: 0;
    padding: 10px 18px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0;
    transition: .5s;
    border-radius: 3px;
}
.des a:hover {
    background:#fff;
    color:#00aeef;
}
.flip-box-front.three {
    background: #CC7A31;
    box-shadow: none;
}
.flip-box-front.three .flip-icon i{
    color: #fff;
} 
.flip-icon i {
    font-size: 55px;
    color: #CB7931;
}
.flip-box-front.three{
    background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)),url(../../assets/images/about/flipx2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flip-box-back.three {
    background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)),url(../../assets/images/about/flipx2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flip-box-front.four {
    background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)),url(../../assets/images/about/flipx3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flip-box-back.four {
    background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)),url(../../assets/images/about/flipx3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flip-box-front.five{
    background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)),url(../../assets/images/about/flipx4.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flip-box-back.five{
    background: linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)),url(../../assets/images/about/flipx4.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flip-box.two {
    position: relative;
    top: 30px;
}
.flip-box.four{
    position: relative;
    top: 30px;
}

/*consulting feature area style two*/
.consulting-feature-section.style-two .single-feature-item {
    padding-bottom: 55px;
}
.feature-btn a {
    color: #616161;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 19px;
}







/*--==============================================->
    <!--Start animation-->
  ==================================================-*/
/* bounce-animate */
.bounce-animate {
animation-name: float-bob;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate2 {
animation-name: float-bob2;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob2;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob2;
-ms-animation-duration: 3s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob2;
-o-animation-duration: 3s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate3 {
animation-name: float-bob3;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob3;
-moz-animation-duration: 4s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob3;
-ms-animation-duration: 4s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob3;
-o-animation-duration: 4s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate4 {
animation-name: float-bob4;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob4;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob4;
-ms-animation-duration: 5s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob4;
-o-animation-duration: 5s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate5 {
animation-name: float-bob5;
animation-duration: 6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob5;
-moz-animation-duration: 6s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob5;
-ms-animation-duration: 6s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob5;
-o-animation-duration: 6s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
@-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: #00aeef;
    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 Four
-------------------*/
.section-content ul li {
	list-style: none;
	font-weight: 600;
	display: inline-block;
	width: 48%;
  margin-bottom: 15px;
  color : #666;
}
.section-content ul li i{
  margin-right: 10px;
}
.about-helpline {
  font-size: 17px;
}
.about-helpline a{
  color: #00aeef;
  text-decoration: underline;
}
/*------------------
============== 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-counter-inner .single-counter {
  margin-bottom: 30px;
}
.about-counter-inner .counter-text h1 {
    font-size: 34px;
    font-weight: 500;
    color: #00aeef;
}
.about-counter-inner .counter-text h1 span {
  color: #00aeef;
}
.counter_title h4 {
    text-transform: capitalize;
    font-size: 18px;
    margin-top: 2px;
    font-weight: 300;
    letter-spacing: 0;
    font-family: "Rubik",Sans-serif;
}


/*------------------
============== Start About Section Style Six
-------------------*/

/*------------------
============== Start About Section Style Seven
-------------------*/
.about-section.style-seven {
  position: relative;
}
.about-section.style-seven .section-thumb {
    position: relative;
    z-index: 1;
}
.section-block-text {

  
    margin-top: 40px;
}
.section-block-text p {
    color: #232323;

    font-size: 18px;
    font-weight: 500;
    padding-top: 0;
}

.about-section.style-seven .about-single-content {
    margin-bottom: 13px;
}
.about-section.style-seven .icon {
  float: left;
}
.about-section.style-seven .icon  i {
    color: #00aeef;
    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: #232323;
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
}
.about-section.style-seven .content-inner p {
    margin-top: 15px;
    width: 63%;
}
.btn-details a {
    color: #ffffff;
    background: #00aeef;
    font-family: Rubik;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #00aeef;
    border-radius: 5px 5px 5px 5px;
    padding: 16px 40px 16px 40px;
    position: relative;
    z-index: 1;
    display: inline-block;
    transition: .3s;
}
.btn-details a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background: #fff;
    z-index: -1;
    transition: .3s;
    left: 0;
    top: 0;
}
.btn-details a::before {
    position: absolute;
    width: 0;
    height: 100%;
    background: #fff;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    transition: all .3s ease 0s;
}
.btn-details a:hover{
  color: #00aeef;
}
.btn-details a:hover::before{
    width: 100%;
}
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}
.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#00aeef;
}
.about-section.style-elevent .about-single-content {
    margin-bottom: 4px;
}
.about-section.style-elevent .icon i {
    color: #6db94e;
    display: inline-block;
    font-size: 24px;
    margin-right: 18px;
    margin-top: 8px;
}
.about-section.style-elevent .about-btn a {
    color: #00aeef;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    transition: .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: #00aeef!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;
}
/*------------------
============== Start choose area
-------------------*/


/*service section style 15*/
.service-section.style-fiveteen .section-head-bar-2 {
    margin-top: 6px;
    display: inline-block;
}
.service-section.style-fiveteen .section-head span {
    color: #00aeef;
}
.service-section.style-fiveteen {
    background: #F4F7FCD1;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.service-section.style-fiveteen .single-service-box {
    box-shadow: -1px 2px 7px 7px #dde;
    padding: 65px 18px 38px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    transition: .5s;
    z-index: 1;
}



.service-section.style-fiveteen .single-service-box:before {
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.70);
    height: 100%;
    width: 0;
    transition: .5s;
    right:0;
    top: 0;
    z-index: -1;
}
.service-section.style-fiveteen .single-service-box:hover {
    background: url("../../assets/images/about2/service6.jpg");
    background-position: center center;
	margin-top:-10px; 
	transition:0.5s;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-section.style-fiveteen .single-service-box.two:hover {
    background: url("../../assets/images/about2/service4.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-section.style-fiveteen .single-service-box.three:hover {
    background: url("../../assets/images/about2/service2.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-section.style-fiveteen .single-service-box.four:hover {
    background: url("../../assets/images/about2/service1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-section.style-fiveteen .single-service-box.five:hover {
    background: url("../../assets/images/about2/service4.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-section.style-fiveteen .single-service-box:hover:before{
  width:100%;
  left:0!important;
}
.service-section.style-fiveteen .single-service-box:hover .service-content h3,
.service-section.style-fiveteen .single-service-box:hover .service-content p{
  color:#fff;
}
.service-section.style-fiveteen .single-service-number {
    background: #00aeef;
    width: 61px;
    height: 34px;
    margin: auto;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    line-height: 34px;
    clip-path: polygon(0% 0%, 95% 0%, 62% 100%, 0% 100%);
    padding-right: 10px;
}
.service-section.style-fiveteen .single-service-number {
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
}
.service-section.style-fiveteen .service-content h3 {
    font-size: 20px;
    margin: 34px 0 0;
    display: inline-block;
}
.service-section.style-fiveteen .service-content p {
    margin: 18px 0 31px;
}
.service-section.style-fiveteen .service-btns a {
     border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
  transition:.5s;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 46px 10px 17px;
    background: #00aeef;
    position: relative;
}
.service-section.style-fiveteen .service-btns a i {
    position: absolute;
    display: inline-block;
    clip-path: polygon(0% 0%, 93% 0%, 94% 100%, 38% 100%);
    width: 40px;
    height: 89%;
    background: #000;
    right: 2px;
    line-height: 36px;
    padding-left: 5px;
    top: 3px;
}
.service-section.style-fiveteen .service-btn-two.text-center {
    display: block;
}
.service-section.style-fiveteen .service-btn-two a {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    transition: .5s;
    background-color: #00aeef;
    border-radius: 4px;
    border:2px solid#00aeef;
    border-color: #00aeef;
    padding: 18px 36px 17px 36px;
}
.service-section.style-fiveteen .service-btn-two a:hover{
    color: #00aeef;
    background-color:transparent;
    border-color: #00aeef;
}
/*service shape*/
.service-section.style-fiveteen .shape10 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

/*--------------------
  == start procces area
 --------------------*/
 .process-area {
    position: relative;
    z-index: 1;
}
.process-area .section-head h5 {
    margin-bottom: 16px;
    font-weight: 500;
}
.process-area .section-head h3 {
    font-size: 38px;
    margin-bottom: 0;
    font-family: 'Rubik';
    font-weight: 600;
}
.process-single-box {
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    padding: 37px 69px 15px 12px;
    text-align: right;
    position: relative;
    z-index: 1;
    margin-bottom: 41px;
    background: #fff;
    width: 93%;
    border-radius: 5px;
    transition: .7s;
    z-index: 1;
}
.process-single-box.one {
    position: relative;
    left: 56px;
}
.process-single-box.two {
    text-align: left;
    padding-left: 60px;
    width: 87%;
    padding-right: 8px;
    z-index: 1;
    border-radius:7px;
}
.process-single-box.two .process-icon{
  position: relative;
  z-index: 1;
  height: 90px;
  width: 90px;
  line-height: 90px;
}
.process-single-box.two .process-icon i {
    display: inline-block;
    height: 0;
    width: 0;
    line-height: 0;
    box-shadow: none;
    text-align: center;
    font-size: 40px;
    border-radius: 7px;
    background: inherit;
    clip-path: none;
    color: #6db94e;
}
.process-single-box.two .process-icon {
    position: absolute;
    right: inherit;
    top: 38px;
    left: 0;
}
.process-single-box.two .process-icon:after{
    position: absolute;
    content: "";
    top: -14px;
    left: -57px;
    height: 100%;
    width: 100%;
    background: url(../../assets/images/about/process1.png);
    z-index: -1;
    background-size: cover;
    background-position: center center;
}
.process-single-box.two .process-icon {
    position: absolute;
    right: 0;
    top: 38px;
    height: 63%;
    width: 43%;
    left: -22px;
}
.process-single-box.two .process-icon:before{
  display: none;
}
.process-single-box.two:hover .process-icon:after {
    height: 89px;
    width: 83px;
    background: url(../../assets/images/about/back2.png);
    background-size: cover;
    left: -28px;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}
.process-single-box.two.upper {
    position: relative;
    margin-left: 58px;
}
.process-single-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    height: 100%;
    width: 3px;
    background: #6db94e;
    transition: .5s;
    z-index: -1;
    border-right: 5px;
}
.process-single-box:hover:before{
  width:100%;
  border-radius:7px;
}
.process-single-box:hover .process-icon:before {
    background: url(../../assets/images/about/back3.png);
    z-index: -1;
    background-size: cover;
     background-position: center center;
    height: 89px;
    width: 83px;
    left: 72px;
}
.process-single-box:hover .process-icon i,
.process-single-box:hover .process-title h2,
.process-single-box:hover .process-content-text p{
  color: #fff;
}
.process-single-box:hover{
  box-shadow: 0 0 40px rgb(0 0 0 / 20%);
}
.process-single-box.two:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: #6db94e;
    transition: .5s;
    z-index: -1;
    border-radius: 7px;
}
.process-single-box.two:hover:after{
  width:100%;
  border-right:10px;
}
.process-single-box.two:before{
  display: none;
}
.process-single-box.two .process-conent {
    padding: 0 9px;
}
.process-title a h2 {
    display: inline-block;
}
.process-title h2 {
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: inline-block;
}
.process-content-text p {
    transition: .5s;
}
.process-single-box .process-icon {
    position: absolute;
    float: right;
    top: 29px;
    right: -19px;
    z-index: 1;
    height: 90px;
    width: 40%;
    line-height: 90px;
}
.process-single-box .process-icon:before {
    position: absolute;
    content: "";
    top: 0px;
    right: -50px;
    height: 100%;
    width: 100%;
    background: url(../../assets/images/about/pross.png);
    z-index: -1;
    background-size: cover;
    background-position: center center;
}
.process-single-box .process-icon i {
    display: inline-block;
    font-size: 40px;
    border-radius: 7px;
    color: #6db94e;
}
/*proces area upper2*/
.process-area.upper2 .section-head h5 {
    margin-bottom: 6px;
}
.process-area.upper2 .section-head h3 {
    font-size: 35px;
}
/*process shape*/
.shape {
    position: absolute;
    top: 30%;
    text-align: center;
    left: 16px;
    right: 0;
    z-index: -1;
}
.shape-img.shape2 {
    top: 35%;
    position: absolute;
    right: 0;
    left: 9%;
}
.shape-img.shape3 {
    top: 19%;
    position: absolute;
    right: 0;
    left: -1%;
    animation: moveLeftBounce 2s linear infinite;
}
/*--------------------
  ================ counter area
 --------------------*/
.counter-area .row.upper12 {
    background: url(../../assets/images/about/counter-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 24px 0 29px 35px;
    position: relative;
    margin-top: -130px;
}
.counter-area .counter-text span {
    font-weight: 600;
    font-size: 60px;
    color: #fff;
    line-height: 1.3;
}
.counter-area .counter-title h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 9px;
    color: #fff;
}
.counter-area .counter-contet-text p {
    color: #fff;
    line-height: 1.7;
    width: 80%;
}


/*--------------------
================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: #00aeef;
  margin-right: 20px;
}
.counter-text h1{
  font-family: 'Rubik', sans-serif;
	font-size: 34px;
	font-weight: 500;
	margin-bottom: 0;
  display: inline-block;
}
.counter-text span {
	font-weight: 500;
  font-size: 34px;
  color: #232323;
}
.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;
}
/*-------------------
============= Start Counter Section style Three
-------------------*/

/*-------------------
============= 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: .5s;
}
.footer-about-social-icon ul li:nth-child(1) a{
 padding: 8px 13px;
 transition: .5s;
}
.footer-about-social-icon ul li:hover a{
  background: #00aeef;
  border-color:#00aeef;
}
.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: .3s;
}
.popular-post-title h6:hover{
  color:#00aeef;
}
.popular-post-title p{
  font-size: 13px;
  margin-bottom: 0;
}
.footer-quick-link-list ul li{
 list-style: none;
 margin-bottom:15px;
 transition: .3s;
 margin-left: 25px;
 position: relative;
}
.footer-quick-link-list ul li:hover a{
  color:#00aeef;
}
.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: .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-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: #00aeef;
	transition: .3s;
  z-index: 1;
}
/*footer bottom section upper*/
.footer-copyright-section.upper .footer-copyright-text p span {
    color: #00aeef;
}
.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/about/iab1.jpg) no-repeat center/cover;
  height: 520px;
  position: relative;
}
.breadcumb-content{
  position: absolute;
  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: #00aeef;
  height: 80px;
  width: 80px;
  border: 1px solid #777;
  line-height: 80px;
  text-align: center;
  margin: 8px;
  transition: .5s;
}
.service-icon-list ul li:hover i {
 color: #fff;
 background: #00aeef;
 border-color: #00aeef;
}
.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:.5s;
}
.content-inner h2:hover{
  color: #00aeef;
}
.content-inner h2::before {
  content: '';
  position: absolute;
  right: 0;
  width: 60px;
  height: 1px;
  bottom: -15px;
  background: #d1d1d1;
  transition: .6s;
}
.content-inner .content-title-inner::before {
  content: '';
  position: absolute;
  left: 0;
  width: 60px;
  height: 1px;
  bottom: -15px;
  background: #d1d1d1;
  transition: .6s;
}
.content-inner p{
  color: #6d6d6d;
}
.service-btn {
  mask-type: 15px;
  display: inline-block;
}
.service-btn a {
  font-size: 14px;
  color: #00aeef;
  text-transform: uppercase;
  transition:.5s;
}
.service-btn a i{
  opacity: 0;
}
.service-btn:hover i{
  opacity: 1;
}
.content-icon {
  font-size: 20px;
  color: #00aeef;
  margin: 0 20px;
}

.ptb-100 {
    padding: 50px 0!important;
}

.full-screen {height:100%!important;}

.choose-area .choose-thumb {
     position: relative; 
     top: 0px!important; 
     left: 0px!important; 
}

.choose-area .single-counter-box {display:none;}

.appointment-content-section .quote_btn button {
    width: 100%;
}
.appointment-section.style-2 .form_box textarea {
    height: 115px;
}
.quote_btn button:hover{
	background:#bd2d10;
	color:#fff;
}
.form_box input:focus{
  color: #495057;
  background-color: #fff !important;
  border-color: #00aeef !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: #00aeef !important;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(241,42,2,0.25) !important;
}
/*--------------------
================ Start Single Member Intro Section
--------------------*/

/*---------
====== To-Top
-------------*/
#to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    background: #00aeef;
    color: #fff;
    border: none;
    cursor: pointer;
 
    z-index: 99999;
    outline: 0;
}


.uk-sticky-fixed .logo-txt img{display:none;}

@media (max-width: 768px){
	.logo-txt img{display:block!important;}
	
.choose-area.style-sixteen{background-position:right!important;}
.process-single-box.one{position:relative; left:0px!important;}
.process-single-box.two{margin: 0 auto!important;}
	
	
}





.choose-area.style-sixteen {
    background: url(../../assets/images/about2/us.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -35px;
    z-index: 2;
}
.choose-area.style-sixteen .content-wrapper {
    position: relative;
    left: 50px;
    z-index: 1;
}
.choose-area.style-sixteen .section-head h5 {
    margin-bottom: 6px;
}
.choose-area.style-sixteen .section-head h2 {
    font-size: 39px;
    margin-bottom: 20px;
}
.choose-area.style-sixteen .choose-single-icon-box {
    margin-bottom: 12px;
}
.choose-area.style-sixteen .choose-icon {
    margin-right: 26px;
}
.choose-area.style-sixteen .choose-icon span {
    color: #00aeef;
    display: inline-block;
    font-size: 45px;
    transition: .5s;
}
.choose-area.style-sixteen .choose-icon-title h2 {
    color: #FFFFFF;
    font-size: 18px;
    margin: 0 0 14px;
    font-weight: 500;
}
.choose-area.style-sixteen .choose-icon-content-text p {
    color: #FFFFFFD9;
    font-weight: 300;
    width: 80%;
}
.choose-area.style-sixteen .choose-shape.bounce-animate5 {
    position: absolute;
    top: 16%;
    right: 0;
}
/*rs video*/
.choose-area.style-sixteen .rs-video {
    display: inline-block;
    position: absolute;
    top: 44%;
    left: 26%;
}
/*choose shape*/
.choose-area.style-two .choose-shape {
    position: absolute;
    top: -5%;
    right: -42%;
    z-index: -1;
}
/*choose section*/
.service-choose-section {
    background: url(../../assets/images/about2/choose.jpg);
    background-position:center center;
    background-size:cover;
    background-repeat: no-repeat;
}
.service-choose-section .section-head-content p {
    font-size: 18px;
    margin: 0;
    color:#FFFFFFD9;
}
.service-choose-section .section-title h5 {
    color: #00aeef;
    font-size: 16px;
    margin: 0 0 4px;
}
.service-choose-section .section-title h3 {
    font-size: 35px;
    margin: 0;
}
.service-choose-section .single-servicve-box {
    text-align: center;
    background: #0E0E0E;
    position: relative;
    padding: 36px 37px 37px;
    border-bottom: 3px solid#00aeef;
    z-index: 1;
    margin-right:20px;
}
.service-choose-section .single-servicve-box:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    transition: .5s;
    background: #00aeef;
    top: 0;
    transform: scale(0);
}
.service-choose-section .single-servicve-box:hover:before {
  transform: scale(1);
}
.service-choose-section .single-servicve-box:hover .service-icon span{
  background:#fff;
  color: #00aeef;
}
.service-choose-section .service-title-two h2 {
    color: #fff;
    font-size: 23px;
    margin: 0 0 35px;
    font-weight: 600;
}
.service-choose-section .service-icon {
    margin: 0 0 26px;
}
.service-choose-section .service-icon span {
    color: #fff;
    display: inline-block;
    transition: .5s;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background: #00aeef;
    font-size: 35px;
    border-radius: 4px;
}
.service-choose-section .service-conent-text p {
    color: #fff;
}


.skill-item{
  margin-top: 25px;
  position: relative;
}
.skill-title,
.skill-percentage {
  font-family: "Rubik",Sans-serif;
  color: #232323;
	font-size: 17px;
	font-weight: 400;
}
.skill-percentage {
  position:absolute;
  top:0;
  right: 0;
}
.count-box{
  float: left;
}
.bar-inner {
  width:100%;
  height: 4px;
  background: #d9d9d9;
  border-radius: 5px;
  position: relative;
}
.progress-line{
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #00aeef;
  border-radius: 5px;
  transition: 3s;
}
/*section content text*/
.section-text p {
    color: #616161;
    line-height: 1.5;
    padding: 23px 0 0;
    margin: 0;
}








.choose-area {
    background: url(../../assets/images/about/choose.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.choose-area .choose-thumb {
    position: relative;
    top: -48px;
    left: -161px;
}
.choose-area .single-counter-box {
    position: absolute;
    top: 46%;
    right: -163px;
    background: url(../../assets/images/about/icon11.jpg);
    padding: 24px 70px 33px 70px;
    border: 4px solid#fff;
    text-align: center;
    transform: skewX(-13deg);
}
.choose-area .counter-content {
    transform: skewX(10deg);
}
.choose-area .counter-text span {
    font-weight: 500;
    font-size: 50px;
    color: #00aeef;
}
.choose-area span.active {
    color: #fff!important;
    position: relative;
    top: -19px;
    font-size: 32px;
}
.choose-area .content-wrapper {
    position: relative;
    left: 32px;
    z-index: 1;
}
.choose-area .counter-title h4 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-top: 9px;
}
.choose-area .section-head h5 {
    font-weight: 500;
    margin-bottom: 18px;
}
.choose-area .section-head h2 {
    text-transform: capitalize;
    font-size: 38px;
    margin-bottom: 0;
}
.choose-area .section-head p {
    color: #c6c6c6;
    line-height: 1.6;
    padding: 15px 0 0;
}
.choose-area .choose-single-content {
    margin-bottom: 9px;
}
.choose-area .choose-icon i {
    color: #fff;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #323232;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    font-size: 20px;
    margin-right: 27px;
    margin-top: 3px;
    transition: .5s;
}
.choose-area .choose-icon i:hover{
  background: #FF4806;
}
.choose-area .choose-content-text p {
    width: 70%;
    color: #c6c6c6;
    line-height: 1.7;
}
.choose-area .choose-btn a {
    background: #6db94e;
    display: inline-block;
    padding: 18px 35px;
    transition: .5s;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    margin-top: 17px;
    text-transform: uppercase;
}
.choose-area .choose-btn a:hover{
  background:#fff;
  color: #6db94e;
}



@media (max-width:767px){
    
    
    .pb-80 {
    padding-bottom: 30px!important;
}
.pt-60 {
    padding-top: 30px!important;
}
.pb-60 {
    padding-bottom: 20px!important;
}

    .about-area.style-two.pt-120 {
        padding-top: 0px !important;
    }

.pt-50 {
    padding-top: 30px!important;
}

.pb-75 {
    padding-bottom: 25px!important;
}
.pt-75 {
    padding-top: 25px!important;
}

hr{ margin: 10px 0!important;}

.pb-70 {
    padding-bottom: 20px!important;
}
.pb-40 {
    padding-bottom: 10px!important;
}
#pricing .box .btn-buy1 {
    padding: 10px 10px!important;}

    .breadcumb-content h1 {
        font-size: 23px !important;
    }
    
    .about-area.upper15.pt-100.pb-75{padding-bottom:0px!important;}

.pt-100 {
    padding-top: 20px!important;
}

.breadcumb-content {left:10%!important;}

.breadcumb-area {
        height: 170px !important;}
.service-section.style-fiveteen .single-service-box {padding:0px 18px 20px!important;}

    
    
    
    .section-head {padding-top:15px!important;}
    .carousel-slider-section .carousel-slider {height:250px!important;}
    
    .menu-wrapper.style-two {
    padding: 15px 0 !important;
}
    .menu-toggle .open_bar, .menu-toggle .close_bar{top:18px!important;}
}

    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 99;
    }