<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
:root {
    --themecolor: #10659e;
    --color1: #b70606;
}

/*------Itsoft Header Top Area CSS--------*/
.container {
  padding-left: 0;
  padding-right: 0;
}
.header-top-area .align-items-center{
  padding: 3px 0;
  font-size:14px;
}
.header-top-area {
  background: var(--color1);
  overflow: hidden;
  position: relative;
}
.header-top-area::before {
  content:"";
  height: 100%;
  width: 60%;
  background: var(--themecolor);
  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: var(--themecolor);
    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;
}
.menu-wrapper {
  display: flex;
  justify-content: space-between;
}
.header-style-two .menu-wrapper {
  padding: 15px 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: 16px;
  cursor: pointer;
}
.menu-toggle .close_bar{
  display: none;
}
.menu-toggle.closee .open_bar{
  display: none !important;
}
.menu-toggle.closee .close_bar{
  display: block !important;
}
.logo-txt::before {
  content:"ITSOFT";
  text-transform: uppercase;
  color:#fff;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top:17px;
  left:20px;
  display:none;
}
.mm-social-icon {
  text-align: center;
  margin-top: 40px;
}
.mm-social-icon span{
  padding: 0 22px;
}
.mm-social-icon a {
  color: var(--themecolor);
  background: transparent;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  border: 1px solid var(--themecolor);
  border-radius: 5px;
  transition:.3s;
}
.mm-social-icon a:hover {
  color: #fff;
  background: var(--themecolor);
  border: 1px solid var(--themecolor);

}

/*-----Header middle section style ------*/
.logo img:nth-child(2){
  display: none;
}
.menu-wrapper{
  padding: 6px 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: var(--themecolor);
}
.menu-wrapper nav ul li a i {
  color: #888;
  font-size: 14px;
  margin-left: 5px;
}
.menu-wrapper nav ul li:hover a i {
  color: var(--themecolor);
  opacity: .5;
}
.menu-wrapper.style-two{
    padding: 37px 0 !important;
}

/*Nav btn*/
.nav-btn a {
  background: var(--themecolor);
  border: 1px solid var(--themecolor);
  border-radius: 3px;
  color: #fff;
  padding: 8px 20px;
  font-size: 15px;
  transition: .3s;
  display: inline-block;
  margin-left: 11px;
}
.nav-btn a:hover {
  background: var(--color1);
  border-color: var(--color1);
}
.nav-btn.style-two a {
  background: transparent;
  border: 1px solid var(--themecolor);
  color: var(--themecolor);
  transition: .5s;
}
.nav-btn.style-two a:hover {
  background: var(--themecolor);
  color: #fff;
}
.uk-sticky-fixed .nav-btn.style-two a {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.uk-sticky-fixed .nav-btn.style-two a:hover {
    background: #fff;
    color: var(--themecolor);
}
/*Nav search*/
.nav-search a {
  color: var(--themecolor);
  margin-left: 17px;
}
/*Sticky Nav CSS*/
.uk-sticky-fixed {
    background: var(--themecolor);
    animation-name: slideInDown;
    animation-duration: 1.3s;
}
.uk-sticky-fixed .logo img:nth-child(1){
  display: none;
}
.uk-sticky-fixed .logo img:nth-child(2){
  display: block;
}
.uk-sticky-fixed nav ul li a {
  color: #fff;
}
.uk-sticky-fixed nav ul li:hover a {
  color: #fff;
}
.uk-sticky-fixed nav ul li a i {
  background: transparent;
  color:#fff;
  font-size: 14px;
}
.uk-sticky-fixed nav ul li a:hover {
  color: #fff;
}
.uk-sticky-fixed .nav-btn a {
  background: #fff;
  border-color: var(--themecolor);
  color:var(--themecolor);
}
.uk-sticky-fixed .nav-btn a:hover {
  background: #fff;
  border-color: var(--themecolor);
}
.uk-sticky-fixed nav ul li:hover a i {
  opacity: 1;
  color: #ccc;
}
.uk-sticky-fixed .nav-search a {
  color: #fff;
}
/* ==========================================
start search Popup Css
=========================================*/
.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
.search-popup{
    width: 100%;
}
.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--themecolor);
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-popup .close-search i{
    position: relative;
    font-size: 30px;
    color: #ffffff;
}
.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}
.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}
.search-popup .close-search.style-two i{
    font-size:20px;
    color:#ffffff;
}
.header-src-btn {
    float: right;
    position: relative;
    margin-top: -27px;
}
.search-box-btn.search-box-outer {
    margin-top: 27px;
    margin-left: 11px;
}
.search-box-btn.search-box-outer i {
    font-size: 18px;
    color: var(--themecolor);
    cursor: pointer;
}
.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: var(--themecolor);
  visibility: hidden;
  opacity: 0;
  transition:.3s;
}
.menu-wrapper .sub-menu li:hover a{
  color: var(--themecolor) !important;
}
.menu-wrapper .sub-menu li:hover a i{
   color: var(--themecolor) !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: var(--themecolor);
  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: var(--themecolor) !important;
}
.style-2.color-2 li i{
 color: var(--themecolor);
}
.uk-sticky-fixed .style-2.color-2 li i{
 color: #fff;
}
/*-------------
========Start Itsoft Hero Section Style
---------------*/
.hero-section {
  background:no-repeat center/cover;
  position: relative;
  overflow: hidden;
  min-height:500px;
  
}
.hero-content-area h4 {
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-top: 2px solid var(--themecolor);
    display: inline-block;
    margin-bottom: 28px;
}
.hero-section .hero-content-area h1 {
	font-size: 37px;
	line-height: 1.2;
}
.hero-content-area p {
    font-size: 16px;
    width: 90%;
    margin: 0px 0 15px 0;
}
.btn-common {
 display: inline-block;
}
.btn-common a {
  color: #fff;
  font-size: 17px;
  background: var(--themecolor);
  padding: 13px 31px;
  border: 1px solid var(--themecolor);
  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: var(--themecolor);
}
.hero-thumb-inner {
    position: absolute;
    bottom: 0;
    right: 250px;
}
.hero-thumb-inner img {
    width: 571px;
}
/*==========================
        Shape one
==========================*/
.hero-shape-one {
  position: absolute;
  left: -70px;
  top: 80px;
  z-index: 1;
}
.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotateme{
  0%{ 
    transform:rotate(0deg);
   }
  25%{ 
    transform:rotate(90deg);
   }
  50%{ 
    transform:rotate(180deg);
   }
  100%{
     transform:rotate(360deg);
  }
}
.hero-shape-two {
  position: absolute;
  right: 200px;
  top: 200px;
  z-index: 1;
}
.hero-shape-three {
  position: absolute;
  left: 212px;
  top: 351px;
  z-index: 1;
}
.alltuchtopdown {
  animation-name: alltuchtopdown;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes alltuchtopdown{
  0%{ 
   top: 351px;
   }
  25%{
   top: 341px;
  }
  50%{
    top: 351px;
  }
  75%{
     top: 361px;
  }
   100%{
     top: 351px;
  }
}
/*==========================
=========== Hero  section video
==========================*/
.video-icon {
  display: inline-block;
}
.hero-section .video-icon {
  margin-left: 25px;
}
.video-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #fff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: var(--themecolor);
    font-size: 28px;
    z-index: 1;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}

/*-----------------
================ Start banner section
-------------------*/
.banner-section {
    background: url(/assets/images/hero/it-startup.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 880px;
    position: relative;
}
.banner-content h4 {
    font-size: 19px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    border-top: 2px solid var(--themecolor);
    margin: 0 0 24px;
}
.banner-content h1 {
    font-size: 60px;
    margin: 0;
}
.banner-content h2 {
    font-size: 60px;
    margin: 0;
    line-height: 1.1;
}
.banner-content p {
    font-size: 20px;
    width: 57%;
    margin: 34px 0 43px;
}
.banner-section .video-icon {
    display: inline-block;
    margin-left: 22px;
}
.banner-btn{
  position: relative;
  display: inline-block;
}
.banner-btn a {
    background: var(--themecolor);
    display: inline-block;
    padding: 14px 33px;
    font-size: 17px;
    color: #fff;
    border-radius: 4px;
    transition: .5s;
    border: 2px solid var(--themecolor);
}
.banner-btn a:hover {
    color: var(--themecolor);
    background: transparent;
    border: 2px solid var(--themecolor);
}
.banner-btn a i {
    margin-left: 2px;
}
.shape-img {
    position: absolute;
    z-index: 1;
}
.shape-img.img1 {
    bottom: 0;
    top: 40%;
}
.shape-img.img2 {
    bottom: 0;
    left: 34%;
    top: 76%;
    animation: moveLeftBounce 3s linear infinite;
}
.shape-img.img3 {
    bottom: 0;
    left: 50%;
    animation: moveLeftBounce 3s linear infinite;
}
.shape-img.img4 {
    top: 10%;
    left: 10%;
    animation: animationFramesOne 20s infinite linear;
}
.shape-img.img6 {
    top: 10%;
    left: 30%;
    animation: animationFramesOne 20s infinite linear;
}
.shape-img.img5 {
    top: 57%;
    left: 12%;
}

/*banner animation*/


/* End Saas banner */
/* Shape rotate */

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}







/*====================================================
--&lt; Itsoft Nivo Slider Area Css --&gt;
======================================================*/
.nivo_slider_area {
  position: relative;
}
.nivo-caption {
  background: rgba(0, 0, 0, 0.0);
  height: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.em_slider_inner {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
}

/ slider title /
.em-slider-title {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 23px;
  text-transform: uppercase;
}
.em-slider-main-title {
  color: #fff;
  font-size: 72px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.1;
}
.em-slider-sub-title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.em-slider-text {
  width: 46%;
}
.em-nav-slider-title-center {
  color: #fff;
  font-size: 55px;
  font-weight: 800;

}
.em-nav-slider-title-centerspan{
  color: #0c5adb;
}
.em-slider-up-title {
  font-size: 38px;
  color: #fff;
  font-weight: 300;
  padding-bottom: 8px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.em-slider-sub-em-title {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
.em-slider-descript {
  font-size: 17px;
  margin-bottom: 20px;
  width: 59%;
  z-index: 999;
  font-weight: 400;
  color: #ddd;
  margin-top: 10px;
}
.text-left .em-slider-descript {
  margin-left: 0;
  margin-right: auto;
}

.text-center .em-slider-descript {
  margin: 11px auto 28px;
}
.text-right .em-slider-descript {
  margin-right: 0;
  margin-left: auto;
}
.text-center {
  text-align: center;
}
/ slider button /
.em-slider-button.wow.bounceInUp.em-button-button-area.animated {
  padding-top: 19px;
}
.em-button-button-area a {
  border: 1px solid #ccc;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin-right: 10px;
  margin-top: 12px;
  padding: 15px 41px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 999;
  letter-spacing: 1px;
  border-radius: 5px;
}
a.em-active-button {
  background: var(--themecolor);
  border-color: var(--themecolor);
}
.em-button-button-area a:hover {
  color: #fff;
  background: var(--themecolor);
  border-color: var(--themecolor);
}

a.em-active-button:hover {
  background: transparent;
  border-color: #fff;
}

.em-slider-half-width {
  width: 50%;
}

.em-slider-left {
  padding-right: 30px;
}

.em-slider-right {
  padding-left: 30px;
}

.em-slider-full-width {
  width: 85%;
}

.em-slider-half-width .em-slider-descript {
  width: 100%;
}

/ directionNav /
.em-nivo-slider-wrapper .nivo-directionNav a {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 75px;
  width: 50px;
  line-height: 68px;
  text-align: center;
  display: block;
  border-radius: 50%;
  color: #0c5adb;
  font-size: 40px;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  border-radius: 0;
  background: #fff;
  margin-right: 30px;
}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
  left: auto;
  right: 0;
}
.em-nivo-slider-wrapper .nivo-directionNav a:hover {
  background: var(--themecolor);
  border-color: var(--themecolor);
  color: #fff;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  left: 50px;
}

.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
  left: auto;
  right: 50px;
}
/ controlNav /

.em-nivo-slider-wrapper .nivo-controlNav {
  bottom: 50px;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
  display: none;
}

.em-nivo-slider-wrapper .nivo-controlNav a {
  background: #000 none repeat scroll 0 0;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 25px;
  margin: 0 5px;
  width: 25px;
  color: #fff;
  line-height: 25px;
}
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
  font-size: 30px;
  color: var(--themecolor);
  background: #fff;
  padding: 15px 15px;
  opacity: 0;
}
.em-nivo-slider-wrapper .nivo-controlNav a:hover,
.em-nivo-slider-wrapper .nivo-controlNav a.active {
  background: #FFA700 none repeat scroll 0 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.cd-headline.clip span {
  display: inline-block;
  padding: 0 0 0;
}
.cd-headline.clip span b{
  display:inline-block;
  color:#fff;
  text-transform:uppercase;
}
.nivo-controlNav {
  position: relative;
  top: -65px;
  z-index: 9;
  display: none;
}
/*====================================================
 carousel slider
======================================================*/
.carousel-slider-section {
  position: relative;
}
.carousel-slider-section .container-fluid {
  padding:0;
}
.carousel-slider {
  background: url(/assets/images/slick/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 var(--themecolor);
  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: var(--themecolor);
}
.btn-common.btn-carousel-slider-2:hover a {
  background:var(--themecolor);
  color: #fff;
  border-color:var(--themecolor); 
}
.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: var(--themecolor);
  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: var(--themecolor);
}
.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:var(--themecolor)!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:var(--themecolor)!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: var(--themecolor);
    border-color: var(--themecolor);
}
.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:var(--themecolor)!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 var(--themecolor);
    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: var(--themecolor);
    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 var(--themecolor);
    width: 110px;
    height: 110px;
}
.carousel-slider.style-four .rs-video .animate-border .video-vemo-icon:after {
    border: 2px solid var(--themecolor);
    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 var(--themecolor);
    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: var(--themecolor);
    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 var(--themecolor);
    width: 110px;
    height: 110px;
}
.carousel-slider.style-five .rs-video .animate-border .video-vemo-icon:after {
    border: 2px solid var(--themecolor);
    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:var(--themecolor)!important;
}
.carousel-slider-section.style-six .owl-next:hover{
      background:var(--themecolor)!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 solidvar(--themecolor);
    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: var(--themecolor);
}
.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:var(--themecolor)!important;
  color:#fff;
}
.carousel-slider-section.style-ten .carousel-btn a:hover{
  color:var(--themecolor)!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: var(--themecolor);
    left: 13px;
    position: relative;
    display: inline-block;
    transition: .5s;
}
.carousel-slider-section.style-ten .btn-common.btn-carousel-slider a:hover i{
  background: #f00;
  color: #fff;
}
/*video section*/
.carousel-slider-section.style-ten .rs-video {
    display: inline-block;
    position: relative;
    top: -49px;
    left: 68px;
}
/*owl nav*/
.carousel-slider-section.style-ten .owl-prev, .carousel-slider-section.style-ten .owl-next {
    padding: 0;
    text-align: center;
    border-radius: 50%;
    background: transparent!important;
    transition: .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 var(--themecolor);
    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: var(--themecolor);
    padding: 15px 31px;
}
.carousel-slider.style-fiveteen .btn-common a:hover{
  background:#fff;
  color: var(--themecolor);
  border-color: #fff; 
}
.carousel-slider.style-fiveteen .btn-common.btn-carousel-slider-2 a {
   padding: 15px 31px;
   background:#fff;
   color: var(--themecolor);
   border-color: #fff; 
}
.carousel-slider.style-fiveteen .btn-common.btn-carousel-slider-2 a:hover{
  background: var(--themecolor);
  border-color:var(--themecolor); 
  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: var(--themecolor);
}
.hero-btn-2 a:hover {
  background: var(--themecolor);
  color: #fff;
  border-color: var(--themecolor);
}
/*-----------------
================ 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 var(--themecolor);
    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 var(--themecolor);
}
.hero-section.style-10 .btn-common a:hover{
  border-color:#fff;
  background:#fff;
  color: var(--themecolor);
}
/*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: var(--themecolor);
    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: var(--themecolor);
    margin-bottom: 31px;
    font-weight: 400;
}
.hero-section.style-eight .hero-content-area h1, .hero-content-area h2 {
    font-size: 60px;
    line-height: 1;
}
.hero-section.style-eight .hero-content-area p {
    margin: 40px 0 45px 0;
    width: 100%;
    font-weight: 300;
}
.hero-section.style-eight .rs-video {
    top: -29px;
    left: 36px;
}
.hero-section.style-eight .rs-video .animate-border .video-vemo-icon {
    font-size: 25px;
}
/*appionment form*/
.hero-section.style-eight .hero-content-area {
    position: relative;
    top: 24px;
}
.hero-section.style-eight .appointment-content-section {
    margin-left:0px; 
}
.hero-section.style-eight .appointment-content h3 {
    margin-bottom: 27px;
}
.hero-section.style-eight .form_box input {
    background-color: #F4F7FC;
}
.hero-section.style-eight select.Your.Inquiry.About.form-box-input {
    width: 100%;
    height: 54px;
    padding-left: 15px;
    border: 1px solid #eee;
    margin-bottom: 15px;
    background-color: #F4F7FC;
}
/*-----------------
================ Start Swiper Slider Style
-------------------*/
.swiper-container-one {
  width: 100%;
  z-index: 0 !important;
  height: 850px;
}
.swiper-slider-content .container {
  position: relative;
}
.swiper-slide.slide-1{
  background: url(/assets/images/hero/hero-s1.jpg) no-repeat center/cover;
}
.swiper-slide.slide-2{
  background: url(/assets/images/hero/hero-s2.jpg) no-repeat center/cover;
}
.swiper-slider{
  position: relative;
}
.swiper-slider-content .video-icon{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-slider-content .video-icon p {
	margin-left: 30px;
	font-size: 17px;
	font-weight: 500;
	margin-top: 12px;
}
.swiper-wrapper {
  z-index: 0 !important;
}
.swiper-slider-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}
.swiper-slider-content h4{
  border-top: 2px solid var(--themecolor);
  display: inline-block;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.swiper-slider-content h1{
  color: #fff;
  font-size: 60px;
  margin-bottom: 0;
}
.swiper-slider-content h2{
  color: #fff;
  font-size: 60px;
  margin-bottom: 40px;
}
.swiper-button-prev {
  margin-left: 20px;
  transition: .3s;
}
.swiper-button-next {
  margin-right: 20px;
  transition: .3s;
}
.swiper-button-next::after, .swiper-button-prev::after {
	font-size: 20px !important;
	font-weight: 900 !important;
	color: #fff;
  background: rgba(0,0,0,0.4);
  padding: 20px 25px;
  border-radius: 5px;
  transition: .3s;
}
.swiper-slider:hover .swiper-button-next{
  margin-right: 55px;
}
.swiper-button-next:hover::after{
  background: var(--themecolor);
}
.swiper-button-prev:hover::after{
  background: var(--themecolor);
}
.swiper-slider:hover .swiper-button-prev{
  margin-left: 55px;
}
.swiper-slider-content.text-left{
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}
/*-----------------
================ Start Swiper Slider style Three
-------------------*/
.swiper-slider.style-3 {
  background: url(/assets/images/hero/hero-bg.jpg) no-repeat center/cover;
}
.swiper-slider.style-3 .swiper-slide.slide-1{
  background: url(/assets/images/hero/ss7.png) no-repeat right;
}
.swiper-slider.style-3 .swiper-slide.slide-2{
  background: url(/assets/images/hero/ss6.png) no-repeat right;
}
.swiper-slide.slide-3{
  background: url(/assets/images/hero/ss5.png) no-repeat right;
}
/*-----------------
================ Start Swiper Slider style Four
-------------------*/
.swiper-slider.style-four .swiper-container-one {
  height: 700px;
}
.swiper-slider.style-four .swiper-slide.slide-1{
  background: url(/assets/images/hero/hero-s3.jpg) no-repeat center/cover;
}
.swiper-slider.style-four .swiper-slide.slide-2{
  background: url(/assets/images/hero/hero-s4.jpg) no-repeat center/cover;
}
.swiper-slider.style-four .swiper-slider-content h4,
.swiper-slider.style-four .swiper-slider-content h1,
.swiper-slider.style-four .swiper-slider-content h2 {
  color: #232323;
}
.swiper-slider.style-four .swiper-slider-content h2 {
  margin-bottom: 25px;
}
.swiper-slider.style-four .swiper-slider-content p {
  width: 51%;
  text-align: left;
  margin: 35px 0 40px;
  font-size: 20px;
}
/*-----------------
================ Start Slick Slider
-------------------*/
.slick-slider {
  overflow: hidden;
}
.slick-wrapper {
  display: flex;
}
.slick-wrapper .slick-items {
  height: 800px;
  width: 100%;
  position: relative;
}
.slick-wrapper .slick-items img{
  height:800px;
  width: 100%;
}
.slick-content-area {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
}
.slick-content-area p {
  width: 90%;
  margin-bottom: 50px;
}
.slick-content-area h5 {
  font-weight: 400;
}
.slick-content-area h1 {
  text-transform: uppercase;
  font-size: 60px;
}
.btn-common.btn-slick {
  text-transform: uppercase;
}
.btn-common.btn-slick a {
  padding: 17px 40px;
  border-radius: 3px;
}
/*-----------------
================ Start Slick Slider style Two
-------------------*/
.slick-slider.style-2{
  background: url(/assets/images/slick/ss-bg.jpg) no-repeat center/ cover;
  position: relative;
  height: 700px;
}
.slick-slider.style-2 .slick-wrapper .slick-items {
  height: 700px;
}
.slick-slider-thumb img{
 width: 100%;
}
.slick-slider-thumb {
  right: -30px;
  bottom: 0;
  position: absolute;
}
.slick-content {
  transform: translateY(50%);
}
.slick-content h4 {
  font-size: 19px;
  letter-spacing: 2px;
  border-top: 2px solid var(--themecolor);
  display: inline-block;
  margin-bottom: 25px;
}
.slick-content h1,
.slick-content h2 {
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.slick-content p{
  font-size: 20px;
  margin: 40px 0;
  width: 55%;
}
.btn-common.btn-slick-slider a{
  color: var(--themecolor);
  border: 1px solid var(--themecolor);
  background: transparent;
}
.btn-common.btn-slick-slider:hover a{
  color: #fff;
  border: 1px solid var(--themecolor);
  background: var(--themecolor);
}
/*-----------------
================ Start ccctv slider area
-------------------*/
.em_slider_inner.style-two .em-slider-sub-title {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 2px;
    border-top: 2px solid var(--themecolor);
    margin-bottom: 29px;
    display: inline-block;
    text-transform: uppercase;
}
.em_slider_inner.style-two .em-slider-main-title {
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 23px;
    text-transform: capitalize;
}
.em_slider_inner.style-two .em-slider-text {
    width: 56%;
    margin: auto;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.em_slider_inner.style-two .em-button-button-area a {
    margin-top: 17px;
    padding: 15px 28px;
}
.em_slider_inner.style-two .em-button-button-area a:hover{
  background:#fff;
  color:var(--themecolor);
}
.em_slider_inner.style-two .rs-video {
    display: inline-block;
    position: relative;
    top: -85px;
    left: 155px;
}
/*nivo slider style three*/
.em_slider_inner.style-three .em-slider-sub-title {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 2px;
    border-top: 2px solid var(--themecolor);
    margin-bottom: 29px;
    display: inline-block;
    text-transform: uppercase;
}
.em_slider_inner.style-three .em-slider-main-title {
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 23px;
    text-transform: capitalize;
}
.em_slider_inner.style-three .em-slider-text {
    width: 56%;
    margin: auto;
    font-size: 20px;
    font-weight: 400;
}
.em_slider_inner.style-three .em-button-button-area a {
    margin-top: 1px;
    padding: 15px 28px;
}
.nivo_slider_area.style-four .nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
    font-size: 30px;
    color: var(--themecolor);
    background: rgba(0,0,0,0.4);
    padding: 8px 23px;
    opacity: 0;
    border-radius: 4px;
}
.nivo_slider_area.style-four .em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
  left: auto;
  right: 0;
}
.nivo_slider_area.style-four .em-nivo-slider-wrapper .nivo-directionNav a:hover {
  background: var(--themecolor);
  border-color: var(--themecolor);
  color: #fff;
}
.nivo_slider_area.style-four .em-nivo-slider-wrapper:hover .nivo-directionNav a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  left: 50px;
}

.nivo_slider_area.style-four .em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
  left: auto;
  right: 50px;
}
/*nivo_slider_area.style-five
*/
.nivo_slider_area.style-five .nivo-directionNav a {
    border-radius: 100%;
    background: rgba(0,0,0,0.4);
    padding: 8px 23px;
}
.nivo_slider_area.style-five .em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
  left: auto;
  right: 0;
}
.nivo_slider_area.style-five .em-nivo-slider-wrapper .nivo-directionNav a:hover {
  background: var(--themecolor);
  border-color: var(--themecolor);
  color: #fff;
}
.nivo_slider_area.style-five .em-nivo-slider-wrapper:hover .nivo-directionNav a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  left: 50px;
}
.nivo_slider_area.style-five .em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
  left: auto;
  right: 50px;
}
.nivo_slider_area.style-five a.nivo-prevNav i {
    position: relative;
    top: 3px;
}
.nivo_slider_area.style-five a.nivo-nextNav i {
    position: relative;
    top: 3px;
}
/*-----------------
================ Start nivo slider style five
-------------------*/
.em_slider_inner.style-five .em-slider-main-title {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
    line-height: 1;
}
.em_slider_inner.style-five .em-slider-sub-title {
    text-transform: uppercase;
}
.em_slider_inner.style-five .em-slider-text {
    margin: 26px 0 37px;
    font-weight: 300;
    width: 53%;
}
.em_slider_inner.style-five a.em-active-button:hover {
    background: #Fff;
    border-color: #fff;
    color: var(--themecolor);
}
.em_slider_inner.style-five .em-button-button-area a {
    border: 1px solidvar(--themecolor);
    color: #fff;
    background: var(--themecolor);
    padding: 17px 41px;
    text-transform: capitalize;
}
.em_slider_inner.style-five a.withput-active:hover{
  background: #fff;
  color: var(--themecolor);
  border-color: #fff;
}
/*-----------------
================ Start nivo slider style six
-------------------*/
.em_slider_inner.style-six .em-slider-main-title {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
    line-height: 1;
}
.em_slider_inner.style-six .em-slider-sub-title {
    text-transform: uppercase;
    margin-bottom: 13px;
}
.em_slider_inner.style-six .em-slider-text {
    margin: 26px auto 17px;
    font-weight: 300;
    width: 53%;
}
.em_slider_inner.style-six a.em-active-button:hover {
    background: #Fff;
    border-color: #fff;
    color: var(--themecolor);
}
.em_slider_inner.style-six .em-button-button-area a {
    border: 1px solidvar(--themecolor);
    color: #fff;
    background: var(--themecolor);
    padding: 17px 41px;
    text-transform: capitalize;
    margin-top: 7px;
}
 .carousel-slider-area .active .carousel-single-slide .image-layer{
    -webkit-transform:scale(1.15);
    -ms-transform:scale(1.15);
    transform:scale(1.15);
  }
/*----------------
============== Start feature area
------------------*/
.feature-area {
    background: #f4f7fc;
}
.single-feature-box {
    padding: 40px 30px 35px;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 3px;
    transition: .5s;
}
.single-feature-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: var(--themecolor);
    transition: .5s;
    z-index: -1;
    border-radius: 3px;
}
.single-feature-box:hover:before{
  width: 100%;
}
.single-feature-box:hover .single-feature-icon i{
  background: #fff;
  color: var(--themecolor);
}
.single-feature-icon i {
    height: 70px;
    display: inline-block;
    width: 70px;
    font-size: 30px;
    background: var(--themecolor);
    text-align: center;
    line-height: 70px;
    color: #fff;
    border-radius: 4px;
    transition: .5s;
}
.feature-title h2 {
    font-size: 22px;
    margin: 32px 0 14px;
    transition: .5s;
}
.feature-content-text p {
    margin: 0;
    transition: .5s;
}
.single-feature-box:hover .feature-title h2,
.single-feature-box:hover .feature-content-text p{
  color: #fff;
}
/*----------------
============== Start feature style two
------------------*/
.feature-area.style-two {
    background: #fff;
}
.feature-area.style-two .single-feature-box {
    background: #f4f7fc;
    border: 1px solid #f4f5fe;
}
/*----------------
============== Start feature style three
------------------*/
.feature-area.style-three{
  background:#fff;
}
.feature-area.style-three .row.upper {
    position: relative;
    margin-top: -70px;
    z-index: 6;
}
.feature-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: var(--themecolor);
    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:var(--themecolor); 
  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: var(--themecolor);
    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: var(--themecolor);
    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: var(--themecolor);
    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: var(--themecolor);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 3px;
    transition: .5s;
    border: 2px solid var(--themecolor);
}
.about-button a:hover {
    color: var(--themecolor);
    background: transparent;
    border: 2px solid var(--themecolor);
}
.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: var(--themecolor);
    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: var(--themecolor);
    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: var(--themecolor);
    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: var(--themecolor);
    font-weight: 500;
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 3px;
    transition: .5s;
    border: 2px solid var(--themecolor);
}
.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;
}
/*-----------------
================ Itsoft Start Tabs Section
-------------------*/
.ui-widget.ui-widget-content {
	border: none;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: .8em 1.5em;
  text-align: center;
}
.ui-widget-header {
	border: none;
	background: transparent;
}
#tabs {
	border: none;
	background: transparent;
  margin-top: 15px;
}
#tabs .tabs-btn-list li{
  border: 1px solid #333;
	background: transparent;
  margin-right: 10px;
  transition: .3s;
}
#tabs .tabs-btn-list li:hover{
  border: 1px solid #f00;
	background: #f00;
  color: #fff;
}
#tabs .tabs-btn-list li:hover a{
  color: #fff;
}
#tabs .tabs-btn-list .ui-state-active{
  border-color: #f00;
	background: #f00;
  margin-right: 10px;
}
.ui-tabs .ui-tabs-panel {
	padding: 0;
}
.tabs-content-area {
  padding-top: 30px;
  padding-left:5px;
  color: #6d6d6d;
}
.tabs-inner-list {
  list-style: square;
  padding-left: 15px;
  padding-bottom: 25px;
}
.tabs-content-area p {
  font-family: 'Rubik', sans-serif;
}
.btn-common.tabs-inner-btn {
	margin-top: 10px;
}
.btn-common.tabs-inner-btn a:hover {
  border: 1px solid var(--themecolor);
  border-radius: 6px;
  color: var(--themecolor);
}
.award-content {
	text-align: center;
	padding: 0 16px;
  margin-top: 20px;
}
.award-single-title h5{
  font-family: 'Rubik', sans-serif;
  color: #444;
  font-weight: 600;
}
.award-content p {
  text-align: center !important;
  margin: 0;
}
/*agency feature area*/
.agency-feature-area .row.topper5 {
    position: relative;
    margin-top: -90px;
    z-index: 1;
}
.single-agency-feature-box {
    text-align: center;
    margin-bottom: 30px;
    transition: .5s;
}
.single-agency-feature-box:hover .agency-content:before{
  height:100%;
}
.agency-thumb img {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}
.agency-content {
    box-shadow: 0 20px 50px rgb(0 0 0 / 7%);
    background: #fff;
    padding: 0 26px 6px;
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 1;
    top: -60px;
    border-radius: 10px;
}
.agency-content:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: var(--themecolor);
    height: 0;
    width: 100%;
    z-index: -1;
    transition: .5s;
    border-radius: 10px;
}
.agency-content:hover:before{
  height: 100%;
}
.agency-icon {
    position: relative;
    top: -19px;
}
.agency-icon i {
    display: inline-block;
    color: #fff;
    background: var(--themecolor);
    height: 50px;
    width: 50px;
    line-height: 42px;
    border-radius: 100%;
    border: 5px solid#fff;
}
.agency-title h2 {
    font-size: 21px;
    margin: 0 0 13px;
}
.agency-content-text p{
  transition: .5s;
}
.single-agency-feature-box:hover .agency-title h2,
.single-agency-feature-box:hover .agency-content-text p{
  color: #fff;
}
/*-------------------
============= Start Tabs Section Style Two
-------------------*/
.tabs-style-2 #tabs ul{
  margin-left: 30px;
}
.tabs-style-2 #tabs ul li  {
  text-align: center;
  background: transparent;
  margin-right: 10px;
  border: 1px dashed var(--themecolor);
  transition: .3s;
}
.tabs-style-2 #tabs  ul li a {
  font-family: "Rubik",Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--themecolor);
  transition: .3s;
}
.tabs-style-2 ul li a i {
  font-size: 40px;
  display: block;
  padding-bottom: 10px;
}
.tabs-style-2 #tabs .ui-tabs-anchor {
	padding: 10px 45px 15px;
}
.tabs-style-2 #tabs ul .ui-tabs-active {
  background:  var(--themecolor);
}
.tabs-style-2 #tabs ul .ui-tabs-active a{
  color: #fff;
}
.tabs-content-container {
  padding: 35px;
  box-shadow: 0 0 20px rgb(194, 240, 240, 0.5);
}
.tab-thumb-inner img {
  width: 100%;
}
.tab-content-inner h2 {
	font-size: 24px;
  padding-bottom: 8px;
}
.tabs-style-2 .ui-tabs .ui-tabs-nav {
	margin-bottom: 80px;
}
.tabs-style-2 .tab-content-inner {
	padding-left: 10px;
}
.btn-common.blog-tab-btn{
	margin-bottom: 15px;
}
/*-------------
================ Start Itsoft Feature Section
---------------*/
.feature-single-item {
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #fff;
  padding: 40px 0;
  box-shadow: 0 0 50px rgb(217, 217, 217, 0.7);
}
.feature-icon {
	color: #f12a02;
	font-size: 56px;
	margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.feature-icon::before {
	position: absolute;
	content: '';
	background: url(/assets/images/hero/icon-1.png);
	width: 56px;
	height: 71px;
	right: -25px;
	top: -5px;
	background-repeat: no-repeat;
	transition: .5s;
}
.feature-single-item:hover .feature-icon::before {
  transform:rotate(25deg);
}
.feature-content h4{
  font-size: 20px;
  font-weight: 600;
  padding: 0;
}
.feature-content p {
  padding: 5px 25px 0px;
  margin: 0;
}
/*-------------
================ Start Feature Section Style-Two
---------------*/
.feature-section.style-2 .feature-single-item{
  border-radius: 0;
  border: none;
}
.feature-single-item.style-2{
  background: var(--themecolor);
}
.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: var(--themecolor);
    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: var(--themecolor);
    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: var(--themecolor);
    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: var(--themecolor);
    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: var(--themecolor);
    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: var(--themecolor);
}
.feature-section.style-nine .btn-read-more  a i {
    font-size: 11px;
    font-weight: 600;
    color: var(--themecolor);
    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: var(--themecolor);
    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: var(--themecolor);
  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: var(--themecolor);
}
.section-head p {
  color: #616161;
	line-height: 1.5;
  padding: 5px 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: var(--themecolor);
  transform: skewX(45deg);
}
.section-head-bar::after {
	content: "";
	position: absolute;
	left: 10px;
	bottom: 0;
	width: 40px;
	height: 4px;
	background: var(--themecolor);
  transform: skewX(-45deg);
}
.single-content p{
  margin: 0;
}
.content-single-icon {
  color: #f12a02;
  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: var(--themecolor);
}
/*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: var(--themecolor);
    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 var(--themecolor);
    width: 150px;
    height: 150px;
}
.about-section.style-eleven .rs-video .animate-border .video-vemo-icon:after {
    border: 2px solid var(--themecolor);
    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: var(--themecolor);
    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 solidvar(--themecolor);
    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: var(--themecolor);
  color: #fff!important;
}
.about-section.style-fiveteen a.address3 {
    top: 62px;
    right: 39px;
    color: var(--themecolor)!important;
}
.about-section.style-fiveteen a.address3:hover{
   background: var(--themecolor);
  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: var(--themecolor);
  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: var(--themecolor);
    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:var(--themecolor);
}
.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 About Sectiom Style two
-------------------*/
.about-video{
	position: absolute;
	left: 0;
	right: 0;
  text-align: center;
	top: 40%;
}
.choose-us-video {
	position: absolute;
	left: 0;
	right: 0;
  text-align: center;
	top: 50%;
}
.about-video .video-icon,
.choose-us-video .video-icon {
  margin-left: 0;
}
@-webkit-keyframes ripple-yellow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255, 60, 0, 0.3), 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3);
        box-shadow: 0 0 0 0 rgb(255, 60, 0, 0.3), 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 rgb(255, 60, 0, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3), 0 0 0 30px rgb(255, 60, 0, 0.3);
        box-shadow: 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3), 0 0 0 30px rgb(255, 60, 0, 0)
    }
}

@keyframes ripple-yellow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255, 60, 0, 0.3), 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3);
        box-shadow: 0 0 0 0 rgb(255, 60, 0, 0.3), 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3), 0 0 0 30px rgb(255, 60, 0, 0);
        box-shadow: 0 0 0 10px rgb(255, 60, 0, 0.3), 0 0 0 20px rgb(255, 60, 0, 0.3), 0 0 0 30px rgb(255, 60, 0, 0)
    }
}
.common-video .video-icon a,
.choose-us-video .video-icon a,
.section-video .video-icon a {
	width: 85px;
	height: 85px;
	line-height: 85px;
	color: var(--themecolor);
	animation: ripple-yellow 1s linear infinite;
	background: #fff;
}
.about-content-container {
    padding-left: 27px;
}
.about-section.style-2 .about-thumb-section {
	padding-right: 15px;
}
.block-text p {
	color: #232323;
	font-size: 21px;
	font-weight: 300;
  padding-bottom: 0;
}
.ceo-name h6 {
  margin-bottom: 5px;
}
.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: var(--themecolor);
  border-radius: 5px;
  transition: 3s;
}
/*section content text*/
.section-text p {
    color: #616161;
    line-height: 1.5;
    padding: 23px 0 0;
    margin: 0;
}
/*------------------
============== Itsoft Start Skills section style Two
-------------------*/
.skills-wrapper {
  background: linear-gradient(rgba(26, 31, 53, 0.82), rgba(26, 31, 53, 0.82)), transparent url(/assets/images/skills/sk-bg1.jpg) no-repeat center/cover;
  padding: 50px 80px;
}
.skills-section .container {
  width: 1000px;
}
.single-circle-counter {
  position: relative;
  text-align: center;
}
.counter-inner {
  position: absolute;
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*skill area*/
.skill-single-box {
    position: relative;
    z-index: 1;
}
.skill-thumb {
    position: relative;
    z-index: 1;
    left: 40%;
}
.skill-img {
    position: absolute;
    z-index: -1;
}
.skill-img.shape1 {
    right: 24px;
    top: 23%;
}
.skill-img.shape-3 {
    left: -17px;
    top: 7px;
    animation: moveLeftBounce 2s linear infinite;
}
.skill-img.shape-4 {
    left: 63px;
    bottom: -31px;
    z-index: 2;
}
.skill-img.shape-5 {
    bottom: -19px;
    right: 12px;
    z-index: 2;
}
.skill-img.shape-6 {
    top: 77px;
    left: 20%;
}
.skill-img.shape-7 {
    top: -31px;
    left: 169px;
    animation: moveLeftBounce 2s linear infinite;
}
.skill-img.shape-1 {
    top: 73px;
    right: 86px;
}
.skill-img.shape-2 {
    bottom: -28px;
    right: -16px;
    z-index: 2;
    animation: moveLeftBounce 2s linear infinite;
}
.skill-img.shape-8 {
    right: -65px;
    bottom: -123px;
}
/*experience section style-10*/
.experience-section.style-10 .section-head p {
    color: #616161;
    line-height: 1.5;
    padding: 25px 0 16px;
    margin: 0;
    font-weight: 300;
    width: 95%;
}
.experience-section.style-10 .skill-title, .skill-percentage {
    margin-bottom: 7px;
}









/*--==============================================-&gt;
    &lt;!--Start animation--&gt;
  ==================================================-*/
/* 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: var(--themecolor);
    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;
}


/*------------------
============== ITsoft Start Video Section
-------------------*/
.video-section {
	position: relative;
	margin-top: -220px;
}
.video-section .container{
  width: 90%;
}
.section-video {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
}
.section-video img{
  width: 100%;
}

/*------------------
============== ITsoft Start Video Section styel two
-------------------*/
.video-section.style-two {
  margin-top: 0;
  margin-bottom: -200px;
}
/*------------------
============== ITsoft Start Video Section style three
-------------------*/
.video-section.style-three {
  margin-top: -10px;
  margin-bottom: -200px;
  position: relative;
}
.video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-section.style-three .video-content {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  background: url(/assets/images/video/vb1.jpg) no-repeat center/ cover scroll;
}

/*------------------
============== Start About Section Style Three
-------------------*/
.common-video.style-5 {
	margin-top: 25px;
}
.common-video.style-5 h3 {
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	padding-left: 26px;
}
.about-section.style-5 .about-content-container {
	 padding-left: 0;
}
.about-sign-thumb img {
  border-radius: 50%;
}

/*------------------
============== 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: var(--themecolor);
  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: var(--themecolor);
}
.about-counter-inner .counter-text h1 span {
  color: var(--themecolor);
}
.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
-------------------*/
.creative-counter {
  position: relative;
  margin-right: 75px;
}

.creative-counter::before {
    content: "";
    position: absolute;
    right: -50px;
    top: 90px;
    width: 34px;
    height: 34px;
    background-color: var(--themecolor);
    border-radius: 50%;
}
.creative-counter::after {
    content: "";
    position: absolute;
    right: -55px;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: var(--themecolor);
    border-radius: 50%;
}
.creative-counter .single-counter{
    background: #fff;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 11.35px 22.275px 25.92px 1.08px rgb(14 62 129 / 29%);
    float: right;
    position: relative;
    padding: 0 40px;
    z-index: 2;
}
.creative-counter  .counter-shape-inner {
    position: absolute;
    content: "";
    right: 71px;
    top: -18px;
    height: 300px;
    width: 300px;
    background: var(--themecolor);
    z-index: 1;
    border-radius: 50%;
}
.creative-counter .counter-content-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.creative-counter .counter-content-inner h1 {
    font-size: 120px;
    line-height: 95px;
    color: var(--themecolor);
}
.creative-counter .counter-content-inner h4 {
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Rubik",Sans-serif
}
.about-section.style-six .counter-title h4 {
    color: #232323;
    font-size: 23px;
    font-weight: 600;
}
/*------------------
============== Start About Section Style Seven
-------------------*/
.about-section.style-seven {
  position: relative;
}
.about-section.style-seven .section-thumb {
    position: relative;
    z-index: 1;
}
.section-block-text {
    border-left: 4px solid var(--themecolor);
    padding-right: 35%;
    padding-left: 35px;
    margin-top: 40px;
}
.section-block-text p {
    color: #232323;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    padding-top: 0;
}
.about-section.style-seven .content-wrapper {
    position: relative;
    left: 64px;
}
.about-section.style-seven .about-single-content {
    margin-bottom: 13px;
}
.about-section.style-seven .icon {
  float: left;
}
.about-section.style-seven .icon  i {
    color: #f12a02;
    font-size: 24px;
    margin-top: 2px;
}
.about-section.style-seven .icon  {
  padding-right: 25px;
}
.about-section.style-seven .content-inner {
  overflow: hidden;
}
.about-section.style-seven .content-inner h4{
    color: #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: var(--themecolor);
    font-family: Rubik;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid var(--themecolor);
    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: var(--themecolor);
}
.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 solidvar(--themecolor);
}
.about-section.style-elevent .about-single-content {
    margin-bottom: 4px;
}
.about-section.style-elevent .icon i {
    color: #FF3B00;
    display: inline-block;
    font-size: 24px;
    margin-right: 18px;
    margin-top: 8px;
}
.about-section.style-elevent .about-btn a {
    color: var(--themecolor);
    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: var(--themecolor)!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
-------------------*/
.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: #F44600;
}
.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: #FE3C00;
    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: #FE3C00;
}
/*choose area style two*/
.choose-area.style-two {
    background: url(/assets/images/about/choose2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -48px;
}
.choose-area.style-two .section-head h5 {
    font-family: 'Rubik';
    letter-spacing: 0;
}
.choose-area.style-two .section-head p {
    color: #C5C5C5;
    font-family: "Fira Sans", sans-serif;
    width: 91%;
}
.choose-area.style-two .choose-single-box {
    background: #292728;
    padding: 19px 12px 17px 28px;
    transition: .5s;
    margin-bottom: 20px;
    border-radius: 7px;
    position: relative;
}
.choose-area.style-two .choose-title h4 {
    font-size: 18px;
    margin: 0 0 7px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
}
.choose-area.style-two .choose-single-box:hover{
  background:#ff3b00;
  box-shadow: 0 0 27px rgb(0 0 0/20%);
}
.choose-area.style-two .choose-single-box:hover .choose-single-btn a{
  color: #fff;
}
.choose-area.style-two .choose-single-btn {
    transform: rotate(30deg);
    position: absolute;
    bottom: 12%;
    right: 19px;
}
/*choose area style sixteen*/
.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: #f12a02;
    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: var(--themecolor);
    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 solidvar(--themecolor);
    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: var(--themecolor);
    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: var(--themecolor);
}
.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: var(--themecolor);
    font-size: 35px;
    border-radius: 4px;
}
.service-choose-section .service-conent-text p {
    color: #fff;
}




/*------------------
============== Start Offer Section
-------------------*/
.single-offer {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.single-offer::before {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    height: 3px;
    width: 80%;
    background: #ebebeb;
    bottom: 0;
    margin: auto;
    transition: .5s;
}
.single-offer:hover::before {
    background: #ef6330;
    width: 100%;
}
.offer-thumb {
    position: relative;
}
.offer-icon {
    position: absolute;
    left: -15px;
    top: -25px;
}
.offer-icon i {
    font-size: 35px;
    background: var(--themecolor);
    height: 75px;
    width: 75px;
    display: inline-block;
    text-align: center;
    line-height: 75px;
    border-radius: 0 50px 50px 50px;
    color: #fff;
    transition: .5s;
}
.single-offer:hover .offer-icon i {
    border-radius: 50px 0 50px 50px;
}
.offer-content {
    padding: 25px 15px 32px;
}
.offer-content h4 {
    font-size: 22px;
    transition: all 0.5s ease 0s;
    font-weight: 600;
}
.offer-content h4:hover {
    color: var(--themecolor);
}
.offer-content .btn-read-more a {
    color: #616161;
    font-size: 14px;
    transition: all .5s ease 0s;
    text-transform: uppercase;
}
.offer-content .btn-read-more a:hover {
    color: var(--themecolor);
}
/*------------------
============== Itsoft Start Brand Section
-------------------*/
.single-brand {
  max-width: 100%;
}
.single-brand img {
	max-width: 100%;
	width: 90%;
	height: auto;
	-webkit-filter: grayscale(1);
	transition: .3s;
}
.single-brand:hover img{
  -webkit-filter: grayscale(0);
}
.hr {
    border-top: 1px solid rgba(238, 238, 238, 1);
}
.hr-2 {
	border-top: 1px solid  #595959;
	padding-top: 30px;
}
.hr-4 {
  border-top:  1px solid #d9d9d9;
  padding-top: 15px;
}
/*------------------
============== Start Brand Section Style Two
-------------------*/
.brand-section.style-2 {
	background: #f4f7fc;
	padding: 30px 0;
}
/*------------------
============== Start Brand Section Style Two
-------------------*/
.brand-section.style-two {
  background: #f4f7fc;
  padding: 20px 0;
}
.logo-img a {
    overflow: hidden;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.logo-img a .main-logo {
    transition: all 0.3s ease-in-out;
    display: block;
    filter: drop-shadow(0px 0px 1px black);
}
.logo-img a .hover-logo {
    transition: all 0.3s ease-in-out;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    visibility: hidden;
    filter: drop-shadow(0px 0px 1px black);
}
 .logo-img a:hover .hover-logo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    opacity: 3;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    filter: grayscale(0%);
}
   .logo-img a:hover .main-logo {
    display: block;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    filter: grayscale(100%);
}
/*------------------
============== Itsoft Start Services Section
-------------------*/
.services-section {
  background: #F4F7FC url(/assets/images/services/sv-bg1.png) no-repeat center/cover;
}
.section-head .section-head-content p {
  font-size: 18px;
}
.services-carousel-single-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    margin-bottom: 10px;
}
.services-carousel-thumb img {
  width: 100%;
  border-radius: 10px;
}
.services-carousel-icon {
  text-align: right;
  position: relative;
}
.services-carousel-icon i{
  text-align: center;
  line-height: 70px;
  color: #f00;
  font-size: 35px;
  background: #fff;
  height: 70px;
  width: 70px;
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: -30px;
}
.services-content-section {
  padding: 10px 20px 0;
}
.services-content {
  margin-bottom: 30px;
}
.services-content-title h2{
  font-size: 20px;
  padding: 0;
  margin: 20px 0;
  transition:.5s;
}
.services-content-title h2:hover{
  color:var(--themecolor);
}
.services-content-btn {
  background: #F4F7FC;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}
.services-content-btn a {
  padding: 16px 20px;
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.services-content-btn:hover {
  background: var(--themecolor);
}
.services-content-btn:hover a {
  color: #fff;
}
.services-content-btn span i{
  color: #fff;
  right: 20px;
  position: absolute;
  line-height: 1.5;
}
.services-content-btn:hover a::before {
  background: #222;
}
.services-content-btn a::before {
  content:"";
  background: var(--themecolor);
  position: absolute;
  height: 100%;
  width: 100px;
  right: -15px;
  top: 0;
  padding: 0 0 54px 0;
  transform: skew(-29deg);
  transition: 0.3s;
}
.owl-dots {
  text-align: center;
  margin-top: 30px;
}
.owl-dot {
  background: #bfbfbf;
  height: 12px;
  width: 12px;
  display: inline-block;
  margin: 0 8px;
  border-radius: 50%;
}
.owl-dot.active {
  background: var(--themecolor);
 }
 /*--------------------
  ================ Start Service Section style two
 --------------------*/
.services-thumb{
   position: relative;
   overflow: hidden;
   border-radius: 5px;
 }
.services-thumb img {
  width:100%;
}
.services-bottom-content{
 background: #333;
 position: absolute;
 bottom: 0;
 width: 100%;
 transition: .1s;
}
.services-bottom-content h6{
 color: #fff;
 margin:0;
}
.services-bottom-icon {
	height: 70px;
	width: 70px;
	background: var(--themecolor);
	text-align: center;
	line-height: 70px;
}
.services-bottom-icon i{
  font-size: 35px;
  color: #fff;
 }
 .services-bottom-title {
	margin-left: 20px;
}
.services-thumb:hover .services-bottom-content{
 position: absolute;
 bottom:-70px;
}
.services-overlay{
  text-align: center;
  padding: 0 35px;
  background: rgba(241, 42, 2,0.80);
  color: #fff;
  position: absolute;
  top:-100%;
  height:100%;
  transition:.5s;
}
.services-thumb:hover .services-overlay{
 position: absolute;
 top: 0 !important;
}
.overlay-content-inner {
	position: relative;
	top: 60%;
	transform: translateY(-50%);
}
.services-overlay h6{
  color: #fff;
  font-size: 20px;
}
.services-overlay .overlay-icon{
  font-size: 60px;
  margin-bottom: 15px;
}
.btn-common.services-overlay-btn {
  padding: 11px 0 151px
}
.btn-common.services-overlay-btn a{
  background: #fff;
  border: none;
  color:var(--themecolor);
}
.overlay-content-inner p {
  margin: 20px 0 30px;
}
/*--------------------
================ Start Services Section Style Three
--------------------*/
.section-head-container.style-2 h2 {
  margin-bottom: 0;
}
.services-section.style-3 {
  background: #f4f7fc url(/assets/images/services/svbg3.png) no-repeat center/cover;
}
.services-section.style-3 .services-single-content {
    padding: 56px 29px 52px;
}
.services-section.style-3 .services-single-items {
    margin: 25px 15px 35px;
    overflow: hidden;
    transition: .5s;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
}
.services-single-content {
	background: #fff;
	text-align: center;
	padding: 33px 20px 40px;
  position: relative;
  z-index: 1;
}
.services-single-icon i {
	font-size: 60px;
	color: var(--themecolor);
  transition: .5s;
}
.services-content-inner p {
	transition: .5s;
}
.services-content-inner h2 {
	font-size: 20px;
	font-weight: 500;
	margin: 5px 0 25px;
  transition: .5s;
}
.services-single-content::after {
  content: "";
  height: 100%;
  width: 100%;
  background: var(--themecolor);
  position: absolute;
  left: 0;
  bottom: -120%;
  opacity: 0;
  z-index: -1;
  transition: .5s;
}
.services-single-content:hover::after{
  opacity: 1;
  bottom: 0;
}
.services-single-items:hover .services-single-icon i,
.services-single-items:hover .services-content-inner h2,
.services-single-items:hover .services-content-inner p{
  color: #fff;
}
.service-bottom-link i {
    height: 0px;
    width: 0px;
    line-height: 0px;
    text-align: center;
    border-radius: 50%;
    font-size: 0px;
    position: absolute;
    bottom:0px;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: .5s;
}
.services-single-items:hover .service-bottom-link i {
  opacity: 1;
  background: #fff;
  color: var(--themecolor);
  box-shadow:  0 0 5px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  height: 50px;
	width: 50px;
	line-height: 50px;
  bottom:0px;
}
.service-wrapper .services-single-items {
  box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
}
/*--------------------
================ Start Services Section Style Four
--------------------*/
.services-section.style-4 {
  background: #252628 url(/assets/images/services/svbg4.png) no-repeat center/cover;
}
.services-section.style-4 .services-single-items {
    overflow: inherit;
    margin-right: 20px;
    position: relative;
    margin-bottom: 30px;
    transition:.5s;
}
.services-section.style-4 .services-single-content::after {
    bottom: 0;
    left: 0;
    height:0;
    width: 100%;
}
.services-section.style-4 .services-single-content:hover:after{
  height:100%;
}
.services-section.style-4 .services-single-items:hover {
    transform: translateY(-8px);
}
.services-section.style-4 .service-bottom-link {
    left: 0;
    right: 0;
    margin: auto;
    bottom: -26px;
    text-align: center;
    position: absolute;
}
.services-section.style-4 .services-single-content {
	background: transparent;
	color: #fff;
	border: 1px solid #666;
}
.services-section.style-4 .services-single-content {
    padding: 56px 28px 52px;
}
.services-section.style-4 .services-single-icon i,
.services-section.style-4 .services-content-inner h2  {
  color: #fff;
}
.services-section.style-4 .services-single-content{
  transition: .5s;
}
.services-section.style-4 .owl-dots {
    margin-top: 0;
}
/*style two head*/
.section-head-btn a {
    display: inline-block;
    color: var(--themecolor);
    background-color: #ffffff;
    border: 1px solid #ffffff;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 3px;
    transition: .5s;
}
.section-head-btn a:hover {
    color: var(--themecolor);
    background-color: #ffffff;
    border: 1px solid var(--themecolor);
}
/*------------------
============== Start Service-Section Style Five
-------------------*/
.service-section {
  background: #f4f7fc;
}
.service-number {
	color: var(--themecolor);
	font-size: 20px;
	font-weight: 600;
  position: relative;
  margin-right: 50px;
  line-height: 2;
}
.service-number::after {
	content: "";
	height: 1px;
	width: 30px;
	background: var(--themecolor);
	position: absolute;
	top: 18px;
	left: 32px;
}
.service-title h2 {
  font-size: 32px;
  margin-bottom: 0;
  transition: .3s;
}
.service-title:hover h2 {
  color: var(--themecolor);
}
.service-text p {
  margin: 21px 0;
}
.service-catagory ul li{
  list-style: none;
  transition: .1s;
  padding: 5px 0;
}
.service-catagory ul li a{
  text-decoration: none;
  color: #232323;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.service-catagory ul li:hover a{
  color: var(--themecolor);
  padding-left: 15px;
}
/*procces section style two*/
.process-section.style-two {
    background: #f4f7fc;
}
.process-section.style-two.process-section .section-head {
    text-align: left;
}
.process-section.style-two .process-single-thumb {
    border: 3px solid#f00;
}
.single-process-content {
    text-align: center;
}
.single-process-content {
    position: absolute;
    top: 116px;
    left: 26%;
    opacity: 0;
    transition: .8s;
}
.single-process-title h2 {
    font-size: 20px;
    margin: 0 0 9px;
    color: #fff;
}
.single-process-title span {
    color: #fff;
}
.single-process-social-address ul li {
    display: inline-block;
    margin-right: 10px;
}
.single-process-social-address ul li a {
    font-size: 14px;
    display: inline-block;
    transition: .5s;
    margin-top: 11px;
    color: #fff;
}
.process-single-item:hover .single-process-content {
    top: 93px;
    opacity: 1;
}
.process-single-thumb:before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: .5s;
  border-radius: 50%;
  opacity: 0;
 background:rgba(255,60,0,0.85); 
}
.process-single-item:hover .process-single-thumb:before{
  opacity: 1;
}
/*--------------------
 ================ Service Section Style Six
--------------------*/
.service-head {
  background: url(/assets/images/services/svs-bg1.jpg) no-repeat center /cover;
}
.services-section.margin-top {
	margin-top: -145px;
	background: transparent;
}
.btn-common.btn-service,
.btn-common.btn-cda4 {
	margin: 40px auto 0;
}
.btn-common.btn-service a,
.btn-common.btn-cda4 a{
  border: 2px solid  var(--themecolor);
  font-weight: 500;
}
.btn-service:hover a,
.btn-cda4:hover a{
  color: var(--themecolor);
  border: 2px solid  var(--themecolor);
}
/*--------------------
 ================ Service Section Style Seven
--------------------*/
.services-section.style-7 {
	background: linear-gradient(rgba(244, 247, 252, 0.62), rgba(244, 247, 252, 0.62)), transparent url(/assets/images/services/gray-bg1.png) bottom center/cover no-repeat fixed;
}
.services-section.style-7 .services-single-items {
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    background: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
}
.services-section.style-7 .services-single-content {
    padding: 33px 32px 40px;
}
.services-section.style-7 .services-content-inner h2 {
	font-size: 23px;
	font-weight: 700;
  margin-bottom: 35px;
}
.services-section.style-7 .services-single-icon i {
	font-size: 40px;
	color: #fff;
	background: var(--themecolor);
	height: 70px;
	width: 70px;
	display: inline-block;
	line-height: 70px;
	text-align: center;
}
.btn-read-more {
	text-transform: uppercase;
  font-size: 14px;
}
.services-section.style-7 .services-single-content::after {
	content: "";
	height: 0;
	width: 0;
	background: var(--themecolor);
	position: absolute;
	left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
	opacity: 1;
	z-index: -1;
	transition: .5s;
}
.style-7 .services-single-items:hover .services-single-content::after {
  height: 100%;
	width: 100%;
}
.style-7 .services-single-items:hover .services-single-icon i {
	color: var(--themecolor);
	background: #fff;
}
.style-7 .services-single-items:hover .btn-read-more a{
	color: #fff
}
.style-7 .section-head-container.style-2{
  margin-bottom: 0;
}
.style-7 .services_carousel-2 .owl-dots {
	margin-top: 0;
}
/*--------------------
 ================ Service Section Style Eight
--------------------*/
.services-section.style-eight {
  background: #fff;
}
.services-section.style-eight .services-single-content {
    padding: 56px 28px 52px;
}
.services-section.style-eight .services-single-content::after {
    bottom: 0;
    width:100%;
    height: 0;
    left: 0;
}
.services-section.style-eight .services-single-items {
    transition: .5s;
    margin: 0 15px 0;
    border: 1px solid #d4d4e1;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 1px 8px 3px rgba(0,0,0,.00);
    margin-bottom: 44px;
    position: relative;
    overflow: inherit;
}
.services-section.style-eight .services-single-items:hover {
  transform: translateY(-10px);
}
.services-section.style-eight .services-single-items:hover .services-single-content::after{
  border-radius: 5px;
  height:100%;
}
.services-section.style-eight .btn-common.btn-all-service {
  margin: 42px 0 0;
  text-align: center;
  display: block;
}
.services-section.style-eight .btn-common.btn-all-service a {
  border: 2px solid var(--themecolor);
}
.services-section.style-eight .service-bottom-link {
    left: 0;
    right: 0;
    bottom: 37px;
    text-align: center;
    margin: auto;
}
.services-section.style-eight .services-single-items:hover .service-bottom-link i {
    bottom: -24px;
}
/*--------------------
 ================ Service Section Style Nine
--------------------*/
.service-section.style-nine .service-single-items h2 {
    font-size: 32px;
}
.service-section.style-nine .service-single-items h2::before {
   display: none;
}
/*--------------------
 ================ Service Section Style Ten
--------------------*/ 
.services-section.style-ten {
  background: #fff;
}
.services-section.style-ten  .services-single-items {
    border: 1px solid #d4d4e1;
    border-radius: 10px 10px 10px 10px;
    transition: .3s;
    margin: 0 20px 30px 0;
}
.services-section.style-ten .services-single-content {
    padding: 33px 20px 15px;
}
.services-section.style-ten  .services-single-items:hover {
  border-color: var(--themecolor);
}
.services-section.style-ten .services-single-items h2, 
.services-section.style-ten .services-single-items p {
    color: #232323;
}
.services-section.style-ten .services-content-inner h2 {
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    transition: .3s;
}
.services-section.style-ten .services-content-inner h2:hover {
  color: var(--themecolor);
}
.services-section.style-ten .services-content-inner h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    background: #d1d1d1;
    width: 60px;
    height: 1px;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transition: .6s;
    right: 0;
    margin: auto;
}
.services-section.style-ten .services-single-icon {
    background-color: var(--themecolor);
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 30px;
}
.services-section.style-ten .services-single-icon i {
    font-size: 30px;
    color: #fff;
}
.services-section.style-ten .services-single-content::after {
   display: none;
}
.button a {
    display: inline-block;
    background: var(--themecolor);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 3px;
    transition: .5s;
    border: 2px solid var(--themecolor);
}
.button a:hover {
    color: var(--themecolor);
    background: transparent;
    border: 2px solid var(--themecolor);
}
/*service section style two*/
.service-section.style-two {
    background: #fff;
}
.service-section.style-two .section-head h2 {
    font-size: 35px;
}
.service-section.style-two .service-single-items h2 {
    font-size: 32px;
    margin-bottom: 22px;
}
.service-section.style-two .service-single-items h2::before {
    display: none;
}
.service-section.style-two .service-text p {
    margin: 21px 0 15px;
}
.service-section.style-two .service-button.mt-15 a {
    color: #232323;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
}
.service-section.style-two .service-button a:hover{
  color: var(--themecolor);
  padding-left: 15px;
}
/*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: var(--themecolor);
}
.service-section.style-fiveteen {
    background: #F4F7FCD1;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.service-section.style-fiveteen .single-service-box {
    box-shadow: 0 0 2px rgb(0 0 0 / 19%);
    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;
    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: var(--themecolor);
    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: var(--themecolor);
    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: var(--themecolor);
    border-radius: 4px;
    border:2px solidvar(--themecolor);
    border-color: var(--themecolor);
    padding: 18px 36px 17px 36px;
}
.service-section.style-fiveteen .service-btn-two a:hover{
    color: var(--themecolor);
    background-color:transparent;
    border-color: var(--themecolor);
}
/*service shape*/
.service-section.style-fiveteen .shape10 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
/*service section area*/
.services-section-area {
    background: var(--themecolor);
    padding-bottom: 300px;
}
 .row.upper6 {
    position: relative;
    margin-top: -312px;
}
.services-section-area .section-head h5 {
    color: #fff;
}
.services-section-area .section-head p {
    color: #fff;
    margin: 0 auto 0;
    width: 75%;
    font-size: 19px;
}
.services-section-area .section-head h2 {
    font-size: 35px;
    margin-bottom: 10px;
}
/*service area */
.service-area .owl-dots {
    margin-top: 17px;
}
/*service section area*/
.service-section-area.style-ten {
    background: url(/assets/images/about/icon8.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.service-section-area.style-ten .service-single-box:hover .shape-img2{
  opacity: 0;
}
.service-section-area.style-ten .service-single-box:hover .shape-img3{
  opacity:1!important;
  z-index: 1;
}
.service-section-area.style-ten .service-single-box:hover .shape-icon i{
  color: #fff;
}
.service-section-area.style-ten .section-head h5 {
    margin-bottom: 12px;
}
.service-section-area.style-ten .section-head h2 {
    font-size: 38px;
    margin-bottom: 0;
}
.service-section-area.style-ten .section-head p {
    color: #616161;
    padding: 13px 0 0;
    margin: 0 auto 0;
    width: 57%;
}
.service-section-area.style-ten .service-single-box {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.service-section-area.style-ten .service-thumb {
    position: relative;
    z-index: 1;
}
.service-section-area.style-ten .service-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(56, 66, 55,0.4);
    opacity: 0;
    transition: .5s;
}
.service-section-area.style-ten .service-thumb:after {
    position: absolute;
    content: "";
    top: -50px;
    left: -165px;
    height: 82%;
    width: 81%;
    background: #fff;
    opacity: 1;
    transition: .5s;
    transform: rotate(-30deg);
    border-radius: 30px;
}
.service-section-area.style-ten .service-single-box:hover .service-thumb:after{
   background:#FE3C00;
}
.service-section-area.style-ten .service-single-box:hover .service-thumb:before{
  opacity: 1;
}
.service-section-area.style-ten .shape-icon {
    position: absolute;
    top: 8px;
    left: 35px;
    z-index: 2;
    transition: .5s;
}
.service-section-area.style-ten .shape-icon i{
    color: #FE3C00;
    font-size: 60px;
}
.service-section-area.style-ten .shape-img2 {
    position: absolute;
    top: -1px;
    left: -1px;
    transition:.5s;
}
.service-section-area.style-ten .shape-img3 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition:.5s;
}
.service-section-area.style-ten .service-address a {
    display: inline-block;
    color: var(--themecolor);
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #fff;
    text-align: center;
    border-radius: 100%;
    transition: .5s;
}
.service-section-area.style-ten .service-address a:hover{
  background:var(--themecolor);
  color:#fff;
}
.service-section-area.style-ten .service-address {
    position: absolute;
    top: 50%;
    left: 44%;
    transition: .5s;
    opacity: 0;
}
.service-section-area.style-ten .service-single-box:hover .service-address{
  top: 37%;
  opacity: 1;
}
.service-section-area.style-ten .service-content {
    box-shadow: 10px 0 30px rgb(0 0 0 / 8%);
    padding: 27px 0 29px 32px;
    border-left: 5px solid#FF3B00;
    width: 87%;
    margin: -22px auto 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
    z-index: 1;
    position: relative;
    overflow: hidden;
    transition: .5s;
}
.service-section-area.style-ten .service-single-box:hover .service-content {
    transform: translateY(-20px);
}
.service-section-area.style-ten .service-content:before {
    position: absolute;
    content: "";
    top: 0;
    left: -26px;
    height: 100%;
    width: 36%;
    background: #F7F8FA;
    transform: skewX(-24deg);
    z-index: -1;
}
.service-section-area.style-ten .single-service-title h4 {
    font-size: 16px;
    margin: 0 0 9px;
    color: #FD6E42;
    font-weight: 500;
    margin-left: 28px;
    position: relative;
}
.service-section-area.style-ten .single-service-title h4:before {
    position: absolute;
    content: "";
    top: 11px;
    left: -30px;
    height: 1px;
    width: 20px;
    background:#FD6E42;
}
.service-section-area.style-ten .single-service-title h4:after {
    position: absolute;
    content: "";
    top: 11px;
    left: 69px;
    height: 1px;
    width: 20px;
    background: #FD6E42;
}
.service-section-area.style-ten .single-service-title h2 {
    font-size: 24px;
    margin: 0;
    font-weight: 600;
}
/*owl dots*/
.service-section-area.style-ten .owl-dots {
    margin-top: 0;
}
/*service section area*/
.service-section-area.style-eleven {
    background: url(/assets/images/about/icon10.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-section-area.style-eleven .section-head h5 {
    margin-bottom: 12px;
}
.service-section-area.style-eleven .section-head h2 {
    font-size: 38px;
    margin-bottom: 0;
}
.service-section-area.style-eleven .section-head p {
    padding: 12px 0 0;
    margin: 0 auto 0;
    width: 57%;
}
.service-section-area.style-eleven .service-single-box {
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 30px;
    margin-right:13px;
}
.service-section-area.style-eleven .service-single-box:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: var(--themecolor);
    z-index: 2;
    opacity: 0;
    transition: .5s;
    transform: scale(0.1);
}
.service-section-area.style-eleven .single-service-section-box {
    box-shadow: 0 0 30px rgb(0 0 0 / 6%);
    background: #fff;
    padding: 54px 22px 36px 41px;
    position: relative;
    transition: .5s;
    z-index: 1;
    overflow: hidden;
    border-top-right-radius: 5px;
}
.service-section-area.style-eleven .service-single-box:hover:before{
  transform: scale(1.0);
  opacity: 1;
}
.service-section-area.style-eleven .single-service-section-box:hover{
  box-shadow: 20px 0 40px rgb(0 0 0 / 12%);
}
.service-section-area.style-eleven .service-single-box:hover .service-section-icon i {
    background: var(--themecolor);
    color: #fff;
}
.service-section-area.style-eleven .single-service-section-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: -230px;
    height: 100%;
    width: 59%;
    background: #F7F8FA;
    transform: skewX(-49deg);
    z-index: -1;
}
.service-section-area.style-eleven .single-service-section-box:after {
    position: absolute;
    content: "";
    top: 0;
    right: -33px;
    height: 13%;
    width: 12%;
    background: var(--themecolor);
    transform: skewX(39deg);
    z-index: -1;
}
.service-section-area.style-eleven .single-service-section-title h2 {
    font-size: 24px;
    margin: 42px 0 17px;
    font-weight: 600;
    text-transform: capitalize;
}
.service-section-area.style-eleven .single-service-section-content-text p {
    line-height: 1.7;
}
.service-section-area.style-eleven .service-section-icon i {
    color: var(--themecolor);
    display: inline-block;
    font-size: 45px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background: #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / 4%);
    text-align: center;
    border-radius: 100%;
    transition: .5s;
}
.service-section-area.style-eleven .service-section-icon {
    position: relative;
    top: 41px;
    z-index: 2;
    left: 40px;
}
.service-section-area.style-eleven .service-section-body ul li {
    margin-bottom: 12px;
    list-style: none;
}
.service-section-area.style-eleven .service-section-body ul li a i {
    margin-right: 6px;
    display: inline-block;
    color: #FF4007;
}
/*service area */
.service-area.style-ten .section-head h2 {
    font-size: 38px;
    margin-bottom: 3px;
    letter-spacing: 1px;
}
.service-area.style-ten .section-head p {
    padding: 12px 0 0;
    margin: 0;
    font-family: "Fira Sans", sans-serif;
}
.service-area.style-ten .section-head h5 {
    font-weight: 500;
    margin-bottom: 12px;
}
.service-area.style-ten .services-btn a {
    display: inline-block;
    background: #FB3C00;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 7px 26px;
    transition: .5s;
    position: relative;
    z-index: 1;
    border-radius: 30px;
}
.service-area.style-ten .services-btn a:before {
    position: absolute;
    content: "";
    background: #232323;
    height:100%;
    width:10%;
    transition: .5s;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 30px;
    opacity: 0;
}
.service-area.style-ten .services-btn a:hover:before{
  width: 100%;
  opacity: 1;
}
.service-area.style-ten .services-btn a:hover i{
  background:#FB3C00;
  color:#fff;
}
.service-area.style-ten .services-btn i {
    height: 43px;
    width: 43px;
    line-height: 43px;
    text-align: center;
    background: #fff;
    color: #f00;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    left: 17px;
    transition: .5s;
}
/*right side area*/
.service-area.style-ten {
    background: url(/assets/images/about/three.png);
    background-repeat: no-repeat;
}
.service-area.style-ten .single-service-box {
    box-shadow: 0 0 40px rgb(0 0 0 / 6%);
    background: url(/assets/images/about/four.png);
    padding: 56px 10px 28px 39px;
    position: relative;
    margin-bottom: 30px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    transition: .5s;
}
.service-area.style-ten .single-service-thumb {
    position: absolute;
    top: -44px;
    left: 32px;
}
.service-area.style-ten .single-service-thumb{
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 37px rgb(0 0 0 / 14%);
    border-radius: 100%;
    display: inline-block;
    font-size: 32px;
    color: #FF8B67;
    transition: .5s;
}
.service-area.style-ten .single-service-box:hover .single-service-thumb{
  background: #f00;
}
.service-area.style-ten .single-service-box:hover .single-service-thumb img{
  filter:brightness(0)invert(1);
}
.service-area.style-ten .single-service-number {
    position: absolute;
    right: 16px;
    top: 7px;
}
.service-area.style-ten .single-service-number h1 {
    font-size: 50px;
    font-family: 'Rubik';
    color: #f6f6f6;
}
.service-area.style-ten .single-service-title h2 {
    font-size: 24px;
    margin: 0 0 17px;
    font-weight: 600;
    letter-spacing: 1px;
}
.service-area.style-ten .single-service-conent-text p {
    line-height: 1.8;
    font-family: "Fira Sans", sans-serif;
    width: 96%;
}
.service-area.style-ten .single-service-icon-two {
    position: absolute;
    right: 19px;
    bottom: 18px;
    transform: rotate(44deg);
}
.service-area.style-ten .single-service-icon-two a {
    color: #EA846E;
    font-size: 20px;
    display: inline-block;
}
/*--------------------
  == 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: #f00;
}
.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: #ff3b00;
    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: #ff3b00;
    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: #f00;
}
/*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%;
}
/*counter area style two*/
.counter-area.style-two {
    position: relative;
    z-index: 1;
    top: 0;
    overflow: hidden;
}
.counter-area.style-two .row.upper13 {
    background: url(/assets/images/about/counter3.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 66px 0 39px 0px;
    position: relative;
    margin-top: 0px;
    border-radius: 10px;
}
.counter-area.style-two .single-counter {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.service-area.style-ten .single-service-number h1 {
    font-size: 60px;
    font-family: 'Rubik';
    color: #f6f6f6;
}
.counter-area.style-two .counter-content {
    padding: 0 32px;
}
.counter-area.style-two .counter-text h1 span {
    margin-bottom: 6px;
    display: inline-block;
    color: #FF3D00!important;
}
.counter-area.style-two .counter-title h4 {
    font-size: 16px;
    margin: 0 0 9px;
    color: #fff;
    line-height: 1.6;
    font-weight: 500;
    font-family: 'Fira Sans';
    letter-spacing: 0;
}
/*
Lines Area Style
======================================================*/
.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 63vw;
}
.lines .line {
    position: absolute;
    width: 1px;
    height: 61%;
    top: 50px;
    left: 50%;
    background: #323232;
    border-radius: 50%;
}
.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 21px;
    width: 2px;
    top: 0;
    left: 0px;
    background-color: #f00;
    -webkit-animation: moveLeftBounces-one 20s linear infinite;
    animation: moveLeftBounces-one 20s linear infinite;
    border-radius: 4px;
}
.lines .line:nth-child(1) {
  margin-left: -25%;
}
.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
   animation-delay: 2.5s;
}
.lines .line:nth-child(3) {
  margin-left: 25%;
}
.lines .line-two {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.lines .line-two::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 20px;
  top: 0;
  left: 0;
  background-color: #d80650;
  -webkit-animation: moveLeftBounces-two 20s linear infinite;
   animation: moveLeftBounces-two 20s linear infinite;
}
.lines .line-two:nth-child(1) {
  margin-left: -25%;
}
.lines .line-two:nth-child(1)::after {
  -webkit-animation-delay: 2s;
   animation-delay: 2s;
}
.lines .line-two:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.lines .line-two:nth-child(3) {
  margin-left: 25%;
}
.lines .line-three {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.lines .line-three::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 20px;
  top: 0;
  left: 0;
  background-color: #d80650;
  -webkit-animation: moveLeftBounces-one 10s linear infinite;
   animation: moveLeftBounces-one 10s linear infinite;
}
.lines .line-three:nth-child(1) {
  margin-left: -25%;
}
.lines .line-three:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.lines .line-three:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.lines .line-three:nth-child(3) {
  margin-left: 25%;
}

@-webkit-keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*team member area*/
.team-area .section-head h5 {
    margin-bottom: 12px;
    color: var(--themecolor);
}
.team-area .section-head h2 {
    text-transform: capitalize;
    font-size: 38px;
    margin-bottom: 0;
}
.team-area .section-head p {
    padding: 23px 0 0 36px;
    position: relative;
    font-family: "Fira Sans", sans-serif;
    line-height: 1.7;
    width: 81%;
}
.team-area .section-head p:before {
    position: absolute;
    content: "";
    top: 15px;
    left: 5px;
    height: 70px;
    width: 3px;
    background: var(--themecolor);
}
.team-area .team-icon i {
    height: 26px;
    width: 26px;
    line-height: 26px;
    background: #FF4300;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    margin-right: 19px;
}
.team-area .team-icon-content-text p {
    font-family: 'Fira Sans';
}
.team-area .team-member-section-btn a {
    background: #FE3C00;
    font-size: 15px;
    padding: 18px 24px;
    border-radius: 4px;
    font-family: 'Fira Sans';
    color: #FFF1E6;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.team-area .team-member-section-btn a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #232323;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: 4px;
}
.team-area .team-member-section-btn a:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
/*team right side area*/
.team-area .team-member-title h2 {
    font-size: 22px;
    margin: 20px 0 7px;
}
.team-area .team-member-single-box {
    text-align: center;
    position: relative;
    transition: .5s;
}
.team-area .team-member-single-box:hover {
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}
.team-area .team-member-title span{
  transition: .5s;
}
.team-area .team-member-single-box:hover .team-social-address{
  opacity: 1;
  top:50px;
}
.team-area .team-member-single-box:hover .team-member-content:before{
  opacity: 1;
  transform: scale(1.0);
}
.team-area .team-member-single-box:hover .team-member-title span{
  opacity:0;
}
.team-area .team-member-single-thumb {
    position: relative;
    box-shadow: 0 0 22px rgb(0 0 0 / 9%);
    padding: 16px 20px 0;
    overflow: hidden;
    border-top-right-radius: 5px;
    z-index: 1;
}
.team-area .team-member-single-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: -123px;
    height: 55%;
    width: 71%;
    background: #F7F8FA;
    transform: skewX(-40deg);
    z-index: -1;
}
.team-area .team-member-single-thumb:after {
    position: absolute;
    content: "";
    top: 0;
    right: -115px;
    height: 13%;
    width: 46%;
    background: var(--themecolor);
    transform: skewX(44deg);
}
.team-area .team-member-content {
    position: relative;
    padding-bottom: 53px;
    transition: .5s;
}
.team-area .team-member-content:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: var(--themecolor);
    opacity: 0;
    transition: .5s;
    transform: scale(0.1);
}
.team-area .team-social-address ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}
.team-area .team-social-address ul li a {
    display: inline-block;
    height: 28px;
    width: 28px;
    line-height: 28px;
    background: var(--themecolor);
    border-radius: 100%;
    color: #fff;
    font-size: 13px;
    transition: .5s;
}
.team-area .team-social-address {
    opacity: 0;
    transition: .5s;
    position: absolute;
    top: 70px;
    left: 30%;
}
/*team owl dots */
.team-area .owl-dots {
    text-align: center;
    margin-top: -275px;
    position: relative;
    float: right;
    margin-bottom: 19px;
    left: 26px;
}
.team-area .owl-dot {
    background: #bfbfbf;
    display: block;
    margin-bottom: 6px;
}
.team-area .owl-dot.active {
    background: var(--themecolor);
}
/*team area style two*/
.team-area.style-two {
    background: url(/assets/images/about/member.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.team-area.style-two .section-head h5 {
    margin-bottom: 17px;
    color: var(--themecolor);
    font-family: 'Rubik';
    font-weight: 500;
    letter-spacing: 0;
}
.team-area.style-two .section-head h3 {
    font-size: 38px;
    margin-bottom: 0;
    font-family: 'Rubik';
}
.team-area.style-two .team-member-single-box.two {
    margin-top: 30px;
}
.team-area.style-two .section-content-text p {
    margin: 16px auto 0;
    width: 53%;
    text-align: center;
    font-family: "Fira Sans", sans-serif;
}
.team-area.style-two .team-member-single-thumb {
    box-shadow: none;
    padding: 0;
    overflow: hidden;
}
.team-area.style-two .team-social-address-two ul li {
    list-style: none;
    display: block;
    margin-right: 0;
    margin-bottom: 9px;
}
.team-area.style-two .team-social-address-two {
    top: 19%;
    right: 17%;
    left: 76%;
    z-index: 2;
    position: absolute;
}
.team-area.style-two .team-member-single-thumb:before {
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: rgb(92,92,92,0.3);
    border-radius: 10px;
    z-index: 1;
    transition: .7s;
    opacity: 0;
    transform: skewX(0deg);
}
.team-area.style-two .team-member-single-thumb:after {
    display: none;
}
.team-area.style-two .team-member-single-box:hover .team-member-single-thumb:before{
   height:100%;
   opacity: 1;
}
.team-area.style-two .team-social-address-two ul li:nth-child(1) a {
    transition-delay: 0.4s;
}.team-area.style-two .team-social-address-two ul li:nth-child(2) a {
    transition-delay: 0.2s;
}.team-area.style-two .team-social-address-two ul li:nth-child(3) a {
    transition-delay: 0s;
}
.team-area.style-two .team-social-address-two ul li a:hover {
    background: #fff;
    color: var(--themecolor);
}
.team-area.style-two .team-social-address-two ul li a {
    background: var(--themecolor);
    width: 43px;
    height: 43px;
    line-height: 43px;
    transition-delay: .3s;
    z-index: -1;
    overflow: hidden;
    transform: translateY(-100px);
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
}
.team-area.style-two .team-member-single-box .team-social-address-two.active ul li a{
    transform: translateY(0px);
    opacity: 1;
    overflow: hidden;
    visibility: visible;
}
.team-area.style-two .team-member-single-box:hover{
  box-shadow:none;
}
.team-area.style-two .team-member-single-box:hover .team-member-title span{
 opacity: 1;
}
.team-area.style-two .team-member-title h2 {
    font-weight: 500;
}
.team-area.style-two .team-member-icon span {
    display: inline-block;
    background: #FF3903;
    height: 49px;
    width: 49px;
    line-height: 49px;
    border-radius: 100%;
    color: #FFBD93;
    transition: .5s;
    font-size: 20px;
    box-shadow: 0 0 25px rgb(0 0 0 / 20%);
    cursor: pointer;
}
.team-member-icon {
    position: absolute;
    left: 40%;
    top: -24px;
}
.team-area.style-two .team-member-single-box:hover .team-member-content-two{
  filter: drop-shadow(-1px 6px 10px rgba(32,46,60,.20));
}
.team-area.style-two .team-member-content-two {
    position: relative;
    padding: 20px 20px 40px;
    text-align: center;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    top: -64px;
    filter: drop-shadow(-1px 6px 3px rgba(32,46,60,.06));
    z-index: 1;
    transition: .5s;
}
.team-area.style-two .team-member-content-two:before {
  content: '';
  position: absolute;
  background: #fff;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 78%);
  z-index: -1;
  border-radius: 10px;}
/*--------------------
  ================ Itsoft Start case area
 --------------------*/
 .case-study-area {
    background: url(/assets/images/about/icon11.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.case-study-area .section-head h5 {
    margin-bottom: 13px;
    color: var(--themecolor);
    font-weight: 400;
}
.case-study-area .section-head h3 {
    font-size: 38px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.case-study-area .section-head h2{
    font-size: 38px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    text-transform: inherit;
    letter-spacing: 1px;
}
.case-study-area .section-btn {
    float: right;
}
.case-study-area .section-btn a {
    background: #FF3B00;
    display: inline-block;
    color: #fff;
    padding: 18px 27px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Fira Sans';
    transition: .5s;
    border-radius: 5px;
    z-index: 1;
    position: relative;
}
.case-study-area .section-btn a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: 4px;
}
.case-study-area .section-btn a:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.case-study-area .section-btn a:hover{
  color:#FF3B00; 
}
/*case area*/
.case-area .row.upper13 {
    position: relative;
    margin-top: -314px;
}
.case-area .case-single-box{
  transition: .5s;
}
.case-area .case-single-box:hover .case-search{
  top: 40%;
  opacity: 1;
}
.case-area .case-search a {
    display: inline-block;
    height: 56px;
    width: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 100%;
    font-size: 19px;
    color: #fff;
    background:  var(--themecolor);
    transition: .5s;
}
.case-area .case-search a:hover{
  background: #fff;
  color: var(--themecolor);
}
.case-area .case-single-thumb {
    position: relative;
    transition: .5s;
}
.case-area .case-single-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: .5s;
    background: rgb(49,54,46,0.4);
    opacity: 0;
}
.case-single-box:hover .case-single-thumb:before{
  opacity: 1;
}
.case-area .case-search {
    position: absolute;
    top: 58%;
    left: 42%;
    transition: .5s;
    opacity: 0;
}
.case-area .case-title h2 {
    font-size: 24px;
    margin: 0 0 5px;
    font-weight: 600;
}
.case-area .case-content {
    padding: 23px 0 31px 28px;
    box-shadow: 5px 0 30px rgb(0 0 0 / 10%);
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.case-area .case-content:before {
    position: absolute;
    content: "";
    top: 0;
    left: -41px;
    height: 100%;
    width: 46%;
    background: #F7F8FA;
    transform: skewX(-31deg);
    z-index: -1;
}
.case-single-box:hover .case-content:after{
  opacity: 1;
  transform: scale(1.0);
}
.case-area .case-content:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: var(--themecolor);
    transform: scale(0.1);
    opacity: 0;
    transition: .5s;
}
.case-area .case-title span {
    color: #ff4f19;
    font-weight: 400;
}
 /*--------------------
  ================ Itsoft Start Why Choose Us Section
 --------------------*/
.choose-us-section {
  background: url(/assets/images/choose-us/chs-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.choose-us-section p {
  color: rgba(255, 255, 255, 0.8);
}
.choose-us-thumb img {
  width: 100%;
  height: auto;
}
/*--------------------
================ Start Choose Us Section Style Two
--------------------*/
.choose-us-section.style-2 {
 background: #fff;
 }
 .choose-us-container {
   background: #222;
 }
 .choose-us-section.style-2 .section-head p {
	padding: 25px 0 40px;
}
.choose-us-content {
	padding-left: 30px;
}
.choose-us-content-inner {
	padding-right: 11px;
}
/*--------------------
================ Start Choose Us Section Style Three
--------------------*/
.style-3 .content-single-icon i {
	font-size: 30px;
	color: #fff;
	height: 60px;
	width: 60px;
	border: 1px solid #fff;
	display: inline-block;
	line-height: 60px;
	text-align: center;
  transition:.5s;
}
.style-3 .content-single-icon i:hover {
  border: 1px solid var(--themecolor);
  background: var(--themecolor);
}
/*--------------------
================ Start Choose Us Section Style Four
--------------------*/
.choose-us-section.style-four {
    background: transparent url(/assets/images/choose-us/ch6.jpg) top right/cover no-repeat scroll;
    padding-top: 384px;
    padding-bottom: 120px;
}
.choose-us-section.style-four  .section-thumb {
    position: relative;
    z-index: 1;
}
.choose-us-section.style-four  .section-thumb img {
    z-index: 1;
}
.choose-us-section.style-four .icon-inner {
    position: absolute;
    bottom: 43px;
    right: 25px;
}
.choose-us-section.style-four .icon-inner i {
    height: 200px;
    width: 200px;
    font-size: 100px;
    display: inline-block;
    background: var(--themecolor);
    color: #fff;
    text-align: center;
    line-height: 200px;
    border-radius: 0 100px 100px;
    z-index: 1;
}
.choose-us-section.style-four .icon-inner i:after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 220px;
    width: 220px;
    background: rgba(67,186,255,0.1);
    border-radius: 0 100px 100px;
}
.choose-us-section.style-four .shape-one {
    position: absolute !important;
    top: -84px;
    left: 105px;
    z-index: -1;
    display: block;
}
.choose-us-section.style-four .shape-two {
    position: absolute;
    left: -60px;
    bottom: 147px;
    z-index: -1;
    display: block;
}
.choose-us-section.style-four .single-choose-us {
    margin-top: 22px;
}
.choose-us-section.style-four .single-choose-us .icon {
    float: left;
}
.choose-us-section.style-four .single-choose-us .icon i {
    color: #ffffff;
    font-size: 30px;
    height: 85px;
    width: 85px;
    line-height: 78px;
    text-align: center;
    display: inline-block;
    border: 4px solid #646276;
    border-radius: 100% 100% 100% 100%;
    margin-top: 6px;
    transition: .5s;
}
.choose-us-section.style-four .single-choose-us:hover .icon i {
    background-color: #f12a02;
    border-color: #f12a02;
}
.choose-us-section.style-four .single-choose-us .inner-content {
    padding-left: 25px;
    overflow: hidden;
}
.choose-us-section.style-four .single-choose-us .inner-content h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
}
/*--------------------
================ Itsoft Start Portfolio Section
--------------------*/
.portfolio-section.style-2 {
  background: #f4f7fc;
}
.portfolio-section.style-2 .section-head .section-head-content p { 
  font-size: 18px;
  width: 70%;
  margin: auto;
}
.portfolio_nav {
  padding-bottom: 15px;
}
.portfolio_nav ul {
  margin-bottom: 30px;
  text-align: center;
}
.portfolio_nav ul li:hover, .portfolio_nav ul li.current_menu_item {
  color: #fff;
  background: var(--themecolor);
}
.portfolio_nav ul li {
  background: transparent;
  border: medium none;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: capitalize;
  padding: 10px 22px;
  font-weight: 500;
  position: relative;
  margin: 0 3px;
  margin-bottom: 7px;
  display: inline-block;
  border: 1px dashed var(--themecolor);
  color: var(--themecolor);
}
.single_portfolio {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
}
.portfolio-thumb {
  position: relative;
}
.portfolio-thumb::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.60);
  top: 0;
  content: "";
  opacity: 0;
  transition: .5s;
}
.single_portfolio:hover .portfolio-thumb::before{
  opacity: 1;
}
.portfolio-thumb img {
  width: 100%;
}
.portfolio-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  opacity: 0;
  transition: .5s;
}
.single_portfolio:hover .portfolio-icon{
  opacity: 1;
}
.port-icon a {
  background: var(--themecolor) none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  margin: 0 17px 0;
  transition: .5s;
}
.single_portfolio:hover .port-icon a {
  margin: 0 3px 0;
}
.port-icon a:hover {
  background: #bd2d10;
  color: #fff;
}
.portfolio-content {
  position: absolute;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  right: 0;
  bottom: -100%;
  left: 0;
  opacity: 0;
  background: var(--themecolor);
  margin: auto;
  padding: 22px 25px 30px;
  text-align: center;
}
.single_portfolio:hover .portfolio-content {
  opacity: 1;
  bottom: 0;
}
.portfolio-content h5 {
  margin: 8px 0 0px;
}
.portfolio-content h5 a{ 
  text-transform: capitalize;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.portfolio-content p {
  color: #fff;
  line-height: 1.2;
  margin: 5px 0 0;
}
/*--------------------
================ Itsoft Start Portfolio Section Style Three
--------------------*/
.portfolio-section.style-three .single-portfolio {
    position: relative;
    margin-bottom: 30px;
}
.portfolio-section.style-three .single-portfolio::after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    height: 100%;
    width: 100%;
    border: 25px solid var(--themecolor);
    opacity: 0;
    transition: .5s;
}
.portfolio-section.style-three .single-portfolio:hover::after{
    opacity: 1;
}
.portfolio-section.style-three .portfolio-thumb::before  {
    opacity: 1;
    background: -webkit-linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.57) 40%, rgba(34, 31, 60, 0.55) 43%, rgba(34, 31, 60, 0.10) 100%);
}
.portfolio-section.style-three .portfolio-content {
    position: absolute;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    right: 0;
    bottom: -40px;
    left: 0;
    opacity: 1;
    background: transparent;
    margin: auto;
    padding: 22px 25px 30px;
    text-align: center;
    z-index: 9;
}
.portfolio-section.style-three .single-portfolio:hover .portfolio-content {
    bottom: 0;
}
.portfolio-section.style-three .btn-details a {
    background: transparent;
    border: none;
    font-size: 21px;
    opacity: 0;
    color: #fff;
}
.portfolio-section.style-three .single-portfolio:hover .btn-details a {
   opacity: 1;
}
.portfolio-section.style-three .btn-details a::before {
   display: none;
   transition: .5s;
}
.portfolio-section.style-three .portfolio-content h4 a {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
}
/*--------------------
================ Itsoft Start Portfolio Section Style Four
--------------------*/
.portfolio-section.style-4{

}
.portfolio-section.style-4 .portfolio-content {
    bottom: 25px;
    background: #fff;
    margin: auto;
    padding: 17px 25px 25px;
    width: 90%;
}
.portfolio-section.style-4 .single_portfolio:hover .portfolio-content {
    bottom: 56px;
}
.portfolio-section.style-4 .portfolio-content h5 a {
    color: #232323;
    font-size: 22px;
}
.portfolio-section.style-4 .portfolio-content p {
    color: var(--themecolor);
    margin-bottom: 20px;
}
/*--------------------
================ Start portfolio style two
--------------------*/
.portfolio-section.style-two {
    background: url(/assets/images/hero/team-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.portfolio-section.style-two .section-head h2 {
    font-size: 35px;
}
/* portfolio style three*/
.portfolio-section.upper3 .section-head h2 {
    font-size: 35px;
}
/*--------------------
================Itsoft Start Fun-Fact Section
--------------------*/
.fun-fact-container {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  position: relative;
  background: url(/assets/images/fun-fact/ffbg.png);
  background-repeat: no-repeat;
  background-position: top left/auto;
}
.fun-fact-thumb {
	text-align: right;
	padding: 50px 0;
}
.fun-fact-thumb img{
  border-radius: 50%;
}
.section-head-bar.position-2 {
	padding: 10px 0;
}
.counter-icon {
  font-size: 50px;
  color: var(--themecolor);
  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
-------------------*/
.counter-container.style-3 {
	margin-top: -100px;
	background: #fff;
	box-shadow: 0 0 35px rgba(0,0,0,0.4);
	padding: 40px 20px 40px 40px;
}
/*-------------------
============= Start Counter Section style Four
-------------------*/
.counter-container.style-4 {
	border-radius: 5px;
	padding: 55px 20px 55px 40px;
	margin-bottom: 35px;
}
/*-------------------
============= Start Counter Section style Four
-------------------*/
.counter-section.style-5 {
} 
.counter-section.style-5 {
  position: relative;
}
.counter-section.style-5 .counter-container.style-3 {
  margin-top: -75px;
  background: var(--themecolor) !important
}
.counter-section.style-5 .counter-single-item-inner .counter-text span,
.counter-section.style-5 .counter-single-item-inner .counter-icon,
.counter-section.style-5 .counter-single-item-inner .counter-title h4{
  color: #fff;
}
/*counter  area style three */
.counter-section.style-three {
    background: url(/assets/images/hero/counter.jpg);
    padding: 65px 0 76px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.counter-section.style-three .counter-text span {
    color: #fff;
}
.counter-section.style-three .counter-title h4 {
    color: #ffffff;
}
.counter-section.style-three .counter-single-item-inner {
    text-align: center;
}
/*counter area style four*/
.counter-section.style-four {
    background:linear-gradient(rgba(255, 60, 0, 0.65), rgba(255, 60, 0, 0.65)), url(/assets/images/hero/counter2.jpg);
    padding: 79px 0 66px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.counter-section.style-four .counter-content {
    background: rgba(255, 60, 0, 0.59);
    padding: 36px 0 38px;
    text-align: center;
}
.counter-section.style-four .section-head h2 {
    font-size: 35px;
    margin-bottom: 25px;
}
.counter-section.style-four .counter-text span {
    color: #fff;
}
.counter-section.style-four .counter-title h4 {
    color: #ffffff;
}
.counter-section.style-four .counter-single-item-inner {
    text-align: center;
}
/*counter area style five*/
.counter-section.style-five {
    background: #f4f7fc;
    padding: 61px 0 69px;
}
/*------------------
============== Start cctv service section
-------------------*/
.cctv-service-section {
    background: url(/assets/images/hero/ccc.jpg);
    padding: 80px 0 201px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.cctv-service-section .section-head h3 {
    color: #fff;
}
.cctv-service-section .section-head h2 {
    font-size: 35px;
}
.row.topper {
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    padding: 36px 0 3px 0;
    border-radius: 5px;
    position: relative;
    margin-top: -150px;
}
.single-cctv-feature-box {
    text-align: center;
    margin-bottom: 30px;
    padding: 22px 13px 35px;
    transition: .5s;
    border-right: 1px solid rgba(221, 221, 221, 1);
}
.single-cctv-feature-box.two{
  border-right:none;
}
.cctv-feature-icon i {
    font-size: 50px;
    color: var(--themecolor);
    display: inline-block;
}
.cctv-featurte-title h2 {
    font-size: 24px;
    margin: 14px 0 26px;
    position: relative;
    transition: .5s;
}
.cctv-featurte-title h2:hover{
  color: var(--themecolor);
}
.cctv-featurte-title h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    background: #d1d1d1;
    width: 60px;
    height: 1px;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transition: .6s;
    right: 0;
    margin: auto;
}
.cctv-service-section .section-head-container.style-2 {
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 25px;
}
/*--------------------
================ Itsoft Start Team Section
--------------------*/
.team-section-head {
  background: transparent url(../../webitkurigram.com/wp/itsoft/wp-content/uploads/2020/05/team-bg.jpg) bottom left/cover no-repeat scroll;
  padding-bottom: 360px;
}
.team-section {
  margin-top: -360px;
}
.team-section .btn-common a:hover {
    background: #fff;
    border: 2px solid var(--themecolor);
    color: var(--themecolor);
}
.team-section .btn-common {
    display: inherit!important;
}
.team-section.no-margin,
.testimonial-section.no-margin {
    margin-top: 0;
}
.single-team-member {
  position: relative;
  text-align: center;
  transition: .3s;
}
.team-member-thumb{
  position: relative;
}
.team-member-thumb img {
  transition: .3s;
  width: 100%;
}
.single-team-member:hover .team-member-thumb img {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px 0 rgba(207, 228, 255, 0.8);
}
.single-team-member:hover .team-member-intro-section{
  transform: translateY(-10px);
}
.team-member-thumb:after {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--themecolor);
  z-index: 1;
  opacity: 0;
  transition: .3s;
}
.single-team-member:hover .team-member-thumb:after  {
  opacity: .7;
  transform: translateY(-10px);
}
.team-member-social-icon ul{
  position: absolute;
  top: 30%;
  right: -10px;
  background: #fff;
  padding: 15px;
  transition: .3s;
  opacity: 0;
  z-index: 1;
}
.team-member-social-icon ul li{
 list-style: none;
 padding: 4px 0;
}
.team-member-social-icon ul li a{
  color: var(--themecolor);
}
.single-team-member:hover .team-member-social-icon ul {
  position: absolute;
  right: -1px;
  opacity: 1;
}
.team-member-intro-section {
  background: #fff;
  padding:20px 0;
  width: 80%;
  margin: auto;
  border-radius: 5px;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(32,46, 0,.06);
  transition: .3s;
  z-index: 1;
}
.team-member-intro-section h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  transition: .5s;
}
.team-member-intro-section h2:hover {
  color: var(--themecolor);
}
.team-member-intro-section p{
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 1px;
}
/*team section style two*/
.team-section-head.style-two {
    background: #fff;
}
.team-section-head.style-two .section-head-container.style-2 {
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 25px;
}
.team-section-head.style-two .section-head h3 {
    text-transform: capitalize;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 26px;
}
/*--------------------
================ Start Team Section Style-Two
--------------------*/
.team-section-head.style-2 {
  background: #f4f7fc;
}
/*--------------------
================ Start Team Section Style-Three
--------------------*/
.team-section.style-3,
.team-section-head.style-3 {
  background: none;
}
.team-section-head.style-3 {
  padding-bottom: 0 !important;
}
.team-section.style-3 {
  margin-top: 0 !important;
}
/*--------------------
================ Start Team Section Style-Four
--------------------*/
.team-section-head.style-4{
  padding-bottom: 500px;
}
.team-section.style-4 {
  margin-top: -515px;
}
/*--------------------
================ Start Team Section Style-Five
--------------------*/
.team-section.style-5 {
  background: #f4f7fc !important;
  margin-top: 0 !important;
}
.team-section.style-5{
  background: transparent url(/assets/images/team/team-bg.jpg) no-repeat bottom left/cover scroll;
}
/*--------------------
================ Start Team Section Style-Six
--------------------*/
.team-section.style-6 {
  background: #fff !important;
  margin-top: 0 !important;
}
/*--------------------
================ Start Team Section Style-Seven
--------------------*/
.our-team {
  padding-top: 300px;
  padding-bottom: 70px;
}
.our-team .our-single-team {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.our-team .team-thumb{
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.our-team .team-thumb img {
  width: 100%;
}
.our-team .team-thumb::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.47) 40%, rgba(34, 31, 60, 0.45) 43%, rgba(34, 31, 60, 0) 100%);
    bottom: -50px;
    content: "";
    opacity: 0;
    transition: .5s;
}
.our-team .our-single-team:hover .team-thumb::before  {
  opacity: 1;
  bottom: 0;
}
.our-team  .team-intro-section {
    background: transparent;
}
.our-team   .team-intro-section h2 {
  color: #fff;
  font-size: 22px;
  margin: 0;
}
.team-intro-section.style-2 h2 {
  color: #232323;
}
.our-team  .team-intro-section p {
  color: #b7b7b7;
  text-transform: capitalize;
  font-size: inherit;
  margin: 0;
}
.team-intro-section.style-2 p {
  color: inherit;
}
.our-team .team-social-link{
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
    z-index: 999;
}
.our-team .our-single-team:hover .team-social-link{
  bottom: 30px;
}
.our-team .team-social-link li{
    display: inline-block;
    margin: 0 2px;
}
.our-team .team-social-link li i{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #e9455a;
    text-align: center;
    color: #fff;
    border-radius: 100%;
}
.our-team .team-social-link li:nth-child(2) i{
    background: #1da1f2;
}
.our-team .team-social-link li:nth-child(3) i{
    background: #e60023;
}
.our-team .team-social-link li:nth-child(4) i{
    background: #e9455a;
}
.team-intro-section {
    padding: 23px 0 20px;
}
/*team member area style nine*/
.team-section.style-nine{
  background: transparent url(../../webitkurigram.com/wp/itsoft/wp-content/uploads/2020/05/team-bg.jpg) bottom left/cover no-repeat scroll;
}
/*team member area style nine upper*/
.team-section-head.style-nine.upper .section-head h2{
    font-size: 35px;
}
.team-section-head.style-nine.upper .section-head p{
    padding: 14px 0 0;
    margin: 0 auto 0;
    width: 70%;
    font-size: 19px;
}
/*blog area atyle two */
.blog-section.style-2.upper .section-head h3 {
    margin-bottom: 22px;
}
/*----------------
============== Itsoft Start Appoinment Section
------------------*/
.appointment-section {
  background: transparent url(/assets/images/appointment/apm1.jpg) center right/auto no-repeat scroll;
}
.appointment-section-thumb img{
  width: 100%;
}
.appointment-content-section {
  position: relative;
  text-align: center;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 50px 0 rgba(32,46, 0,.06);
  margin-left: -100px;
	top: 50%;
	transform: translateY(-50%);
  width: 100%;
}
.appointment-content h3 {
  font-size: 25px;
}
.appointment-input {
  width: 100%;
  background: #F4F7FC;
  padding: 15px 20px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  transition: .4s;
}
.appointment-input:focus {
  border-color: var(--themecolor);
  box-shadow: 0 0 0 3px rgb(255, 60, 0, 0.3) !important;
  outline: 0;
}

textarea::placeholder{
  color: #000;
}
.appointment-submit-btn {
  width: 100%;
  background: var(--themecolor);
  padding: 12px;
  border: 1px solid var(--themecolor);
  border-radius: 5px;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  transition: .3s;
}
.appointment-submit-btn:hover {
  background: #cc3000;
}
/*----------------
============== Start Appoinment Section Style- Two
------------------*/
.appointment-section.style-2 {
  margin-top: -120px;
  background: none;
}
.appointment-section.style-2 .appointment-content-section{
  margin-left: 0;
}
.appointment-carousel{
	background: linear-gradient(rgba(255, 60, 0, 0.74), rgba(255, 60, 0, 0.74)), transparent url(/assets/images/testimonial/tstm-bg7.jpg) center center/cover no-repeat scroll;
}
.appointment-carousel .testimonial-single-item {
  background: transparent;
  border: none;
  padding: 10px;
}
.appointment-carousel .testimonial-content-text {
	padding: 20px 25px 30px;
}
.appointment-carousel .testimonial-content h4{
  color: #fff;
}
.appointment-carousel .testimonial-content p {
	color: #fff;
	width: 100%;
	margin: 0 auto 8px;
	font-style: italic;
}
.appointment-carousel .testimonial-content h4::after,
.appointment-carousel .testimonial-content h4::before{
  display: none;
}
.appointment-section.style-2 .owl-dots {
	 margin-top: 0;
}
.appointment-section.style-2 .owl-dot {
  background: #bfbfbf;
  height: 5px;
  width: 25px;
  display: inline-block;
  border-radius: 2px;
  transition:.3s;
  margin: 0 5px;
}
.appointment-section.style-2 .owl-dot.active{
  background: var(--themecolor);
  width: 35px;
}
/*testi section style-3 upper17*/
.testimonial-section.style-3.upper17 .testimonial-single-item {
    padding: 30px 0 29px;
}
.testimonial-section.style-3.upper17 .testimonial-content-text {
    padding: 20px 25px 57px;
    margin: 0;
}
.testimonial-section.style-3.upper17 .testi-icon {
    position: relative;
    top: -29px;
}
.testimonial-section.style-3.upper17 li.active {
    color: var(--themecolor)!important;
}
.testimonial-section.style-3.upper17 .testi-icon ul li {
    display: inline-block;
    font-size: 19px;
    color: #ddd;
}
.testimonial-section.style-3.upper17 .testimonial-designation {
    font-size: 14px;
    font-weight: 400;
}

/*----------------
============== Itsoft Start Case Study Section
------------------*/
.section-head.style-2{
  background: linear-gradient(360deg, rgba(255, 60, 0, 0.87), rgba(241, 141, 1, 0.87)), #f4f7fc url(/assets/images/case-study/pd-sh.jpg) center center/cover no-repeat scroll;
}
.case-study-single-item{
  overflow: hidden;
  position: relative;
}
.case-study-thumb img {
	width: 100%;
}
.case-study-thumb::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #f2f2f2;
  z-index: 1;
  opacity: 0;
  transition: 0.2s;
}
.case-study-single-item:hover .case-study-thumb::before {
  opacity:.6;
}
.case-study-content {
	text-align: center;
	background: var(--themecolor);
	position: absolute;
	left: 0;
	bottom: -30px;
	padding: 20px 30px;
	width: 100%;
  opacity: 0;
  transition: .2s;
  transition-delay: .2s;
  z-index: 2;
}
.case-study-single-item:hover .case-study-content {
  opacity: 1;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.case-study-content h2 {
	font-size: 20px;
	margin: 0;
  color: #fff;
}
.case-study-content h2 a{
  font-weight: 600 !important;
}
.case-study-content a,
.case-study-content span {
  color: #fff;
}
.case-study_carousel .owl-dots,
.blog-carousel .owl-dots{
	margin-top: 35px;
}
.testimonial-carousel .owl-dots{
	margin-top: 15px;
}
.services-section.style-3 .owl-dots {
	margin-top: -10px;
}
.case-study_carousel .owl-dot,
.testimonial-carousel .owl-dot,
.testimonial-carousel-2 .owl-dot,
.blog-carousel .owl-dot,
.testimonial-carousel-4 .owl-dot {
  background: #bfbfbf;
  height: 5px;
  width: 25px;
  display: inline-block;
  border-radius: 2px;
  transition:.3s;
  margin: 0 5px;
}
.case-study_carousel .owl-dot.active,
.testimonial-carousel .owl-dot.active,
.testimonial-carousel-2 .owl-dot.active,
.blog-carousel .owl-dot.active,
.testimonial-carousel-4 .owl-dot.active{
  background: var(--themecolor);
  width: 35px;
}
.services-section.style-3 .owl-dot.active{
  background: var(--themecolor);
}
/*section head style eight*/
.section-head.style-eight{
  background: linear-gradient(360deg, rgba(255, 60, 0, 0.87), rgba(241, 141, 1, 0.87)), #f4f7fc url(/assets/images/case-study/pd-sh.jpg) center center/cover no-repeat scroll;
}
.section-head.style-eight .section-head h5 {
    color: #fff;
}
.section-head.style-eight .section-head h2 {
    font-size: 35px;
}
.section-head.style-eight .section-head p {
    padding: 25px 0 0;
    margin: 38px auto 0;
    width: 70%;
    font-weight: 500;
}
/*section head style 10*/
.section-head.style-10 {
    background: url(/assets/images/about2/bac.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}
.section-head.style-10 .section-head-content {
    position: relative;
    left: -58px;
}
/*case section*/
.case-study-section.upper10 {
    position: relative;
    margin-top: -155px;
}
.case-study-section.upper10 .case-study-single-item {
    border-radius: 4px;
}
.case-study-section.upper10 .case-study_carousel .owl-dots, .blog-carousel .owl-dots {
    margin-top: 40px;
}
/*project-details area */
.project-details-area {
    background: #F6F6F6;
}
.row.upper8 {
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    padding: 64px 50px 64px;
}
.project-details-content {
    padding-left: 101px;
}
.project-details-tilte h2 {
    font-size: 25px;
    font-family: muli;
    margin: 0 0 26px;
}
.project-details-tilte.two h2 {
    font-size: 27px;
    font-family: 'Fira Sans', sans-serif;
    margin: 0 0 26px;
    font-weight: 700;
}
.project-details-inf ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
    padding-bottom: 14px;
    list-style: none;
    text-transform: capitalize;
}
.project-details-inf ul li:last-child{
  border-bottom: none;
}
.project-details-inf ul li p {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.project-details-sociual-address span {
    font-size: 20px;
    color: #6d6d6d;
    font-weight: 600;
}
.project-details-sociual-address {
    padding-top: 6px;
}
.project-details-sociual-address ul li{
  display: inline-block;
}
.project-details-sociual-address ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: var(--themecolor);
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin-right: 5px;
    line-height: 35px;
    line-height: 37px;
    margin-top: 10px;
}
.project-details-sociual-address ul li a:hover{
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  transform: translateY(-5px);
}
.project-details-content-inner {
    padding-right: 18px;
}
/*-------------------
============= Start industries area
-------------------*/ 
.industries-area {
    background: #f4f7fc;
}
.industries-area .section-head h3 {
    margin-bottom: 25px;
}
.industries-area .section-head p {
    color: #6d6d6d;
    font-size: 19px;
    width: 76%;
    margin: 10px auto 0;
}
.industries-area .about-icon-box {
    margin-bottom: 30px;
}
.industries-area .about-icon-box {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    padding: 0px 0 6px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    margin-bottom: 15px;
}
.industries-area .about-icon-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: var(--themecolor);
    z-index: -1;
    border-radius: 5px;
    transition: .5s;
}
.industries-area .about-icon-box:hover:before{
  width: 100%;
} 
.industries-area .about-content {
    padding: 14px 0 0px 70px;
}
/*------------------
================ Itsoft Start Process Section
---------------------*/
.process-section .section-head {
  text-align: center;
}
.process-section .section-head h2{
  color: #232323 !important;
}
.section-head-bar-2 {
  position: relative;
  margin: auto;
}
.section-head-bar-2::before {
	content: "";
	position: absolute;
  left: -15px;
  bottom: 0;
	width: 40px;
	height: 4px;
	background: var(--themecolor);
	transform: skewX(45deg);
}
.section-head-bar-2::after {
	content: "";
	position: absolute;
  left: -10px;
  bottom: 0;
	width: 40px;
	height: 4px;
	background: var(--themecolor);
	transform: skewX(-45deg);
}
.process-single-item {
  text-align: center;
}
.process-single-thumb {
  border: 4px solid transparent;
  border-radius: 50%;
  text-align: center;
  position: relative;
  display: inline-block;
  box-shadow: 0 0 9px 0 rgba(24,35,51,.09);
  transition: 0.3s;
}
.process-single-thumb img {
  border: 10px solid #fff;
  border-radius: 50%;
}
.process-single-item:hover .process-single-thumb{
  border-color:	var(--themecolor);
}
.process-number{
  position: absolute;
  top: 45%;
  left: -25px;
  background: var(--themecolor);
  color: #fff;
  padding: 15px 18px;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  transition: .5s;
}
.process-single-item:hover .process-number {
  position: absolute;
  top: 30%;
}
.process-number:before{
  content:"";
  position: absolute;
  top: -18px;
  left:-18px;
  height: 90px;
  width: 90px;
  background: var(--themecolor);
  border-radius: 50%;
  opacity: .4;
  z-index: -1;
}
.process-number:after{
  content:"";
  position: absolute;
  top: -6px;
  left: -6px;
  height: 65px;
  width: 65px;
  background: var(--themecolor);
  border-radius: 50%;
  opacity: .5;
  z-index: -1;
}
.process-content-title h4 {
  font-size: 20px;
  font-weight: 700;
  padding: 25px 0 15px;
  margin-bottom: 0;
}
.process-content p {
  margin: 0;
}
/*process section style seven*/
.process-section.style-seven .process-content {
    padding: 0 20px 0;
}
.process-section.style-seven .process-single-thumb:before {
    display: none;
}
.call-do-action-section.style-seven .call-do-action-content p{
    margin: 19px auto 0;
}
.call-do-action-section.style-seven .section-head h2 {
    font-size: 35px;
}
/*-------------------
Itsoft Start Call Do Action Section
-------------------*/
.call-do-action-section {
  background: linear-gradient(rgba(17, 26, 58, 0.75), rgba(17, 26, 58, 0.75)), transparent url(/assets/images/call-do-action/cda1.jpg) no-repeat center/cover;
}
.video-icon-cda a{
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  color: var(--themecolor);
  background: #fff;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-animation:murad 1s linear infinite;
  animation: murad 1.5s linear infinite;
  -webkit-transition: .5s;
  font-size: 28px;
  z-index: 1;
}
@-webkit-keyframes murad {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4),  0 0 0 5px rgba(255,255,255, 0.4);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.4),  0 0 0 5px rgba(255,255,255, 0.4)
    }
    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3), 0 0 0 40px rgba(255, 255, 255, 0)
    }
}
@keyframes murad {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4), 0 0 0 5px rgba(255,255,255, 0.4);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.4), 0 0 0 5px rgba(255,255,255, 0.4)
    }
    100% {
        -webkit-box-shadow:0 0 0 0 rgba(255,255,255, 0.4), 0 0 0 40px rgba(255,255,255, 0);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.4), 0 0 0 40px rgba(255,255,255, 0)
    }
}
.call-do-action-content .sub-title {
  font-size: 40px;
}
.call-do-action-content p{
  width: 35%;
  margin: auto;
}
/*-------------------
==============Start Call Do Action Section Style Two
-------------------*/
.call-do-action-section.style-two .call-do-action-content p {
    width: 35%;
    margin: 17px auto 0;
}
.call-do-action-section.style-two .btn-common a {
    padding: 13px 27px;
}
/*video*/
.rs-video {
    display: inline-block;
    position: relative;
    top: -78px;
}
 .rs-video .animate-border a {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.animate-border a i{
  color: var(--themecolor);
}
.rs-video .animate-border .video-vemo-icon {
    background:#fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.rs-video .animate-border .video-vemo-icon:before {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.rs-video .animate-border .video-vemo-icon:after {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/*call do action are style three*/
.call-do-action-section.style-three .call-do-action-content p {
    margin: 17px auto 0;
}
.call-do-action-section.style-three .btn-common a {
    font-size: 15px;
    font-weight: 500;
}
.call-do-action-section.style-three .rs-video .animate-border .video-vemo-icon {
    font-size: 25px;
}
/*-------------------
==============Start Call Do Action Section Style Two
-------------------*/
.btn-cda.style-2 a {
	font-size: 16px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
}
.call-do-action-2 {
  background: #f4f7fc;
  padding-top: 350px;
}
.cda-2-content h4{
	font-size: 23px;
	font-weight: 500;
	color: rgba(68, 68, 68, 1);
}
.cda-2-container {
	background: #fff;
}
.cda-2-content h3 {
	font-size: 35px;
}
.call-do-action-2.style-2 {
  padding-top: 65px;
}
/*-------------------
==============Start Call Do Action Section Style Three
-------------------*/
.call-do-action-2.style-2{
  padding-top: 0;
}
.call-do-action-2.style-2 .cda-2-container {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.call-do-action-2.style-3{
  padding-top: 0 !important;
}
.call-do-action-2.style-3 .cda-2-container {
	background: #fff;
	box-shadow: 0 0 30px rgb(0,0,0,0.2);
}
/*-------------------
==============Start Call Do Action Section Style Four
-------------------*/
.call-do-action-3 {
  background: linear-gradient(rgba(255, 60, 0, 0.62), rgba(255, 60, 0, 0.62)), url(/assets/images/call-do-action/cda3.jpg) no-repeat center / cover;
}
/*-------------------
==============Start Call Do Action Section Style Five
-------------------*/
.call-do-action-4 .cda-2-container {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.call-do-action-4  .cda-2-content {
  padding: 0 30px;
}
.call-do-action-4  .cda-2-content h3 {
  margin-bottom: 0;
  font-size: 30px;
}
.call-do-action-4  .cda-2-content p{
  margin: 12px 0 0;
}
/*-------------------
============= Itsoft Start Testimonial Section
-------------------*/
.testimonial-section {
  margin-top: -125px;
}
.testimonial-section .section-head h3 {
    margin-bottom: 24px;
}
.testimonial-single-item {
    text-align: center;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fff;
    padding: 35px 0;
    margin: 0 15px;
}
.testimonial-thumb {
  display: inline-block;
  position: relative;
}
.testimonial-icon i{
	font-size: 18px;
	position: absolute;
  width: 50px;
	height: 50px;
	line-height: 50px;
	bottom: 0px;
	right: -16px;
	background-color: var(--themecolor);
	text-align: center;
	color: #fff;
	border-radius: 50%;
}
.testimonial-thumb img{
  border-radius: 50%;
}
.testimonial-content h4 {
  text-transform: capitalize;
  font-size: 18px;
  padding: 0;
  position: relative;
  margin-bottom: 5px;
}
.testimonial-content h4::before {
  content:"";
  height: 1px;
  width: 25px;
  background: var(--themecolor);
  position: absolute;
  top: -20px;
  left:0;
  right:25px;
  margin: auto;
}
.testimonial-content h4::after {
  content:"";
  height: 1px;
  width: 25px;
  background: #cccccc;
  position: absolute;
  top: -20px;
  left:25px;
  right:0;
  margin: auto;
}
.testimonial-content-text {
	padding: 20px 25px 50px;
	margin: 0;
}
.testimonial-designation {
	color: var(--themecolor);
	font-size: 16px;
	font-weight: 500;
	margin: 0;
  text-transform: capitalize;
}
.subscribe-section.style-two .row.footer-hr.two {
    padding-top: 153px;
}
/*-------------------
============= Start Testimonial Section Style Two
-------------------*/
.testimonial-section.style-2 {
	margin-top: 0;
  background: url(/assets/images/testimonial/tstm-bg2.jpg) no-repeat center/ cover;
}
.testimonial-single-item.style-2 .testimonial-content-text{
  font-weight: 18px;
  font-size: 18px;
  font-style: italic;
  text-align: left;
  color: #fff;
  border: 1px solid #888;
  padding: 23px 45px;
  margin-bottom: 35px;
}
.testimonial-single-item.style-2 {
	background: transparent;
  border: none;
}
.testimonial-signature h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
/*-------------------
============= Start Testimonial Section Style Three
-------------------*/
.testimonial-section.style-3.pt-80 {
  margin-top: 0;
}
/*-------------------
============= Start Testimonial Section Style Four
-------------------*/
.testimonial-section.style-4 {
  margin-top: 0 !important;
  background: url(/assets/images/testimonial/tstm-bg1.jpg) no-repeat center/cover;
}
.testimonial-section.style-4 .testimonial-content-text {
	font-style: italic;
	width: 75%;
	margin: auto;
  color: #fff;
  padding: 15px 25px 30px;
}
.testimonial-section.style-4 .testimonial-single-item {
  border: none;
  background: transparent;
  padding: 35px 0 0 0;
}
.testimonial-section.style-4 .testimonial-content h4 {
  color: #fff;
}
.testimonial-section.style-4 .testimonial-content h4::before,
.testimonial-section.style-4 .testimonial-content h4::after{
  display: none;
}
.testimonial-section.style-4 .section-head-container.style-2 {
	margin-bottom: 0;
}
/*-------------------
============= Start Testimonial Section Style Five
-------------------*/
.testimonial-section.style-5 {
  margin-top: 0 !important;
  background: #f4f7fc;
}
.testimonial-section.style-5 .testimonial-content-text {
  font-style: italic;
  width: 75%;
  margin: auto;
  padding: 15px 25px 30px;
}
.testimonial-section.style-5 .testimonial-single-item {
  border: none;
  background: transparent;
  padding: 35px 0 0 0;
}
.testimonial-section.style-5 .testimonial-content h4::before,
.testimonial-section.style-5 .testimonial-content h4::after{
  display: none;
}
.testimonial-section.style-5 .section-head-container.style-2 {
  margin-bottom: 0;
}
/*-------------------
============= Start Testimonial Section Style Six
-------------------*/
.testimonial-section.style-6 {
  margin-top: 0 !important;
  padding-top: 110px;
  padding-bottom: 170px;
}
.testimonial-section.style-6 .testimonial-carousel-4 {
   max-width: 900px;
   margin: 0 auto;
}
.testimonial-section.style-6 .testimonial-single-item  {
    background: #ffffff;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    margin:  30px 15px;
}
.testimonial-section.style-6  .owl-dots {
    margin-top: 10px;
}
.testimonial-section.style-6 .testimonial-content-text {
  font-style: italic;
  width: 69%;
  margin: auto;
  padding: 15px 25px 30px;
  font-size: 18px;
}
.testimonial-section.style-6 .testimonial-content h4::before,
.testimonial-section.style-6 .testimonial-content h4::after{
  display: none;
}
.testimonial-section.style-6 .section-head-container.style-2 {
  margin-bottom: 0;
}
.testimonial-section.style-three .section-head p {
    color: #6d6d6d;
    font-size: 19px;
    width: 73%;
    margin: 10px auto 0;
	 padding: 16px 0 0;
}
/*testi section style-2 upper*/
.testimonial-section.style-5.upper {
    background: url(/assets/images/about2/section.html);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.testimonial-section.style-5.upper .section-head h3 {
    margin-bottom: 0;
}
.testimonial-section.style-5.upper .testimonial-content-text {
    padding: 15px 25px 27px;
}
.testimonial-section.style-5.upper .testimonial-designation {
    font-size: 15px;
    font-weight: 400;
}
.testimonial-section.style-5.upper .testi-icon ul li {
    color: var(--themecolor);
    display: inline-block;
    margin-right: 3px;
    font-size: 19px;
}
.testimonial-section.style-5.upper .testimonial-content h4 {
    margin-bottom: 5px;
    margin-top: 8px;
}
/*owl dots*/
.testimonial-section.style-5.upper .owl-dots {
    text-align: center;
    margin-top: 12px;
}
/*testimonial section style seven*/
.testimonial-section.style-seven {
    background: #f4f7fc;
    margin-top: 0;
}
.testimonial-section.style-seven .section-head h2 {
    font-size: 35px;
}
.testimonial-section.style-seven .section-head h3 {
    margin-bottom: 0;
}
/*testimonial section style three topper*/
.testimonial-section.style-three.topper {
    background: #f4f7fc;
    margin-top: 0;
}
.testimonial-section.style-three.topper .section-head h3 {
    margin-bottom: 0;
}
.testimonial-section.style-three.topper .section-head h2 {
    font-size: 35px;
}
/*testimonial style ten*/
.testimonial-area.style-ten{
  background:url(/assets/images/about/icon16.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  background-color: rgb(244, 247, 252);
}
.testimonial-single-box {
    1px 1px 5px 4px rgb(0 0 0 / 10%);
    padding: 29px 0 41px 30px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    transition: .5s;
    background: #fff;
    margin-bottom: 20px;
    min-height:300px;
}
.testimonial-area.style-ten .section-head h5 {
    color: var(--themecolor);
    margin-bottom: 18px;
}
.testimonial-area.style-ten .section-head h2 {
    font-size: 38px;
}
.testimonial-single-box:hover .thumb-title h5,
.testimonial-single-box:hover .testimonial-single-content-text p{
  color:#fff;
}
.testimonial-single-box:hover .testimonial-single-icon i{
  color: #fff;
  opacity: 0.3;
}
.section-head h4 {
    font-size: 30px;
}
.testimonial-single-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: -149px;
    height: 100%;
    width: 70%;
    background: #F7F8FA;
    transform: skewX(-29deg);
    z-index: -1;
    transition: .5s;
}
.testimonial-single-box:hover:before{
  background:#252525;
}
.testimonial-single-box:after {
    position: absolute;
    content: "";
    top: 0;
    right: -56px;
    height: 21%;
    width: 9%;
    background: var(--themecolor);
    transform: skewX(48deg);
    z-index: -1;
    transition: .5s;
}
.testimonial-single-box:hover:after {
    height: 100%;
    width: 75%;
    transform: skewX(-29deg);
    right: -102px;
}
.thumb-title h2 {
    font-size: 22px;
    margin: 10px 0 0px;
    font-weight: 500;
}
.testimonial-single-box:hover .thumb-title span{
  color:#d3d3d3;
}
.test-icon ul li {
    list-style: none;
    display: inline-block;
    font-size: 12px;
    color: #ffa90c;
}
.testimonial-single-content-text p {
    width: 96%;
    margin: 0px 0 25px;
    line-height: 1.7;
    font-family: "Fira Sans", sans-serif;
    transition: .5s;
}
.testimonial-single-icon i {
    font-size: 50px;
    color: var(--themecolor);
    opacity: 1;
    display: inline-block;
}
.testimonial-single-icon {
    position: absolute;
    right: 30px;
    bottom: 27px;
}
/*owl dots*/
.testimonial-area.style-ten .owl-dots {
    margin-top: 50px;
}
.testimonial-area.style-ten .owl-dot {
    height: 5px;
    width: 28px;
    margin: 0 5px;
    border-radius: 4px;
    transition: .5s;
}
.testimonial-area.style-ten .owl-dot.active {
    width: 32px;
}
/*testimonal are style eleven*/
.testimonial-area.style-eleven {
    background: url(/assets/images/about/counter4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.testimonial-area.style-eleven .section-head h5 {
    font-weight: 400;
    color: var(--themecolor);
    margin-bottom: 14px;
}
.testimonial-area.style-eleven .section-head h2 {
    font-size: 38px;
}
.testimonial-area.style-eleven .row.upper15.pt-35 {
    padding-left: 184px;
}
.testimonial-area.style-eleven .testimonial-single-box:before {
    display: none;
}
.testimonial-area.style-eleven .testimonial-single-box:after {
    display: none;
}
.testimonial-area.style-eleven .testimonial-single-box:hover{
  display: inherit;
}
.testimonial-area.style-eleven .testimonial-single-thumb img {
    border: 3px solid#fff;
    border-radius: 100%;
}
.testimonial-area.style-eleven .thumb-title h2 {
    color: #fff;
    margin: 10px 0 0px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    font-weight: 500;
    font-family: 'Rubik';
}
.testimonial-area.style-eleven .thumb-title h2:before {
    position: absolute;
    content: "";
    top: 7px;
    right: -12px;
    height: 16px;
    width: 1px;
    background: #fff;
}
.testimonial-area.style-eleven .testimonial-single-box:hover .thumb-title span{
  color:#FFC3AB;
}
.testimonial-area.style-eleven .thumb-title span {
    color: #FFC3AB;
    font-size: 16px;
    text-transform: capitalize;
}
.testimonial-area.style-eleven .testimonial-single-box {
    box-shadow: none;
    padding: 94px 46px 87px 102px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    transition: .5s;
    background: url(/assets/images/about/testimonial3.png);
    margin-bottom: 20px;
    background-repeat: no-repeat;
}
.testimonial-area.style-eleven .testimonial-single-content-text p {
    width: 95%;
    margin: 23px 0 33px;
    color: #fff;
    line-height: 1.9;
    font-family: 'Rubik';
}
.testimonial-area.style-eleven .test-icon ul li {
    color: #ffc000;
}
/*testimonial shape*/
.testimonial-area.style-eleven .testi-shape {
    position: absolute;
    top: 25%;
    left: 0;
    right: 172px;
    text-align: center;
    z-index: -1;
}
/*testimonial owl dots*/
.testimonial-area.style-eleven .owl-dots {
    text-align: center;
    margin-top: 0;
}
.testimonial-area.style-eleven .owl-dot {
    background: url(/assets/images/about/testi3.png);
    height: 80px;
    width: 80px;
    margin: 0 8px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    transition: .5s;
}
.testimonial-area.style-eleven .owl-dot.active {
    background: linear-gradient(360deg, rgba(255, 59, 0, 0.3), rgba(255, 59, 0, 0.3)), url(/assets/images/about/ficture.png);
    height: 80px;
    width: 80px;
    margin: 0 8px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    transition: .5s;
}
/*-------------------
============= Itsoft Start Blog Section
-------------------*/
.blog-section .section-head h2 {
  color: #232323 !important;
}
.blog-single-carousel {
  position: relative;
  border-radius: 10px;
  transition: .3s;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  margin: 0 15px 20px !important;
  background: #fff;
}
.blog-thumb img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.blog-single-carousel:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.blog-meta-top ul {
  position:absolute;
  top: 15px;
  left: 10px;
}
.blog-meta-top ul li {
  display:inline-block;
  margin-left: 5px;
}
.blog-meta-top a {
  font-size: 12px;
  font-weight: 500;
  background: var(--themecolor);
  color: #fff;
  text-transform: uppercase;
  padding: 8px 15px;
  letter-spacing: 1px;
  border-radius: 3px;
}
.blog-content {
  padding: 32px 35px 30px;
  transition: .3s;
  text-align: left;
}
.blog-meta {
  font-size: 15px;
  margin-bottom: 15px;
}
.blog-meta a:hover,
.blog-meta span:hover{
  color: var(--themecolor);
}
.blog-content  h5 a{
 color: #232323;
 font-size: 20px;
 font-weight: 700;
}
.blog-content  h5:hover a{
  color: var(--themecolor);
}
.blog-learn-more a {
  color: var(--themecolor);
}
.blog-carousel .owl-prev, .blog-carousel .owl-next {
    padding: 0;
    border-radius: 50%;
    top: -328px;
}
.blog-carousel .owl-prev i, .blog-carousel .owl-next i {
    border-radius: 50%;
    font-size: 19px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 60px;
    text-align: center;
    z-index: 99;
}
.blog-carousel .owl-prev i:hover, .blog-carousel .owl-next i:hover{
    background: #121B51;
    color: #fff;
}
.blog-carousel:hover .owl-prev, .blog-carousel:hover .owl-next {
    opacity: 1;
}
/*-------------------
============= Start Blog Section Style Two
-------------------*/
.blog-section.style-2 .blog-single-carousel {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  margin: 0 0 20px !important;
}
.blog-section.style-2 .blog-single-carousel:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.blog-section.style-2 .blog-thumb img {
  width: 100%;
  padding: 15px 15px 0 15px;
}
.blog-section.style-2 .blog-meta{
  position: absolute;
  top:-20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.blog-section.style-2 .blog-meta-top ul {
  top: 25px;
  left: 20px;
}
.blog-section.style-2 .blog-learn-more:hover a {
  color: var(--themecolor);
}
.blog-section.style-2 .blog-content {
  padding: 45px 35px 20px;
  position: relative;
  text-align: center;
}
/*-------------------
============= Start Blog Section Style Three
-------------------*/
.blog-section.style-3 .blog-single-carousel {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  margin: 0 0 20px !important;
}
.blog-section.style-3 .blog-single-carousel:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.blog-section.style-3 .blog-thumb img {
	width: 100%;
	padding: 15px 15px 0 15px;
}
.blog-section.style-3 .blog-meta-top ul {
	top: 25px;
	left: 20px;
}
.blog-section.style-3 .blog-learn-more a {
	color: inherit;
}
.blog-section.style-3 .blog-learn-more:hover a {
	color: var(--themecolor);
}
.blog-section.style-3 .blog-content {
	padding: 45px 35px 40px;
  position: relative;
  text-align: center;
}
.blog-section.style-3 .blog-meta{
  position: absolute;
  top:-20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.blog-section.style-3 {
  margin-bottom: -330px;
}
/*-------------------
============= Start Blog Section Style Four
-------------------*/
.blog-section.bg-2 {
  background: #f4f7fc;
  margin-bottom: 0;
}
.bg-2 {
  background: #f4f7fc;
}
.bg-1 {
  background: #fff;
}
/*-------------------
============= Start Blog Section Style Five
-------------------*/
.blog-section.style-5 .blog-single-carousel {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  margin: 0 0 20px !important;
}
.blog-section.style-5 .blog-single-carousel:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.blog-section.style-5 .blog-thumb img {
  width: 100%;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.blog-section.style-5 .blog-meta-top ul {
  top: 10px;
  left: 10px;
}
.blog-section.style-5 .blog-content {
  padding: 32px 35px 30px;
  text-align: center;
}
.blog-section.style-5 .blog-learn-more a {
  color: inherit;
}
.blog-section.style-5.blog-learn-more:hover a {
  color: var(--themecolor);
}
.blog-section.style-5 .blog-content {
  padding: 45px 35px 40px;
  position: relative;
}
.blog-section.style-5 .blog-meta{
  position: absolute;
  top:-20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
/*blog section upper*/
.blog-section.style-5.upper {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.blog-section.style-5.upper .section-head p {
    padding: 20px 0 0;
    margin: 0 auto 0;
    width: 56%;
}
/* blog section shape11*/
.blog-section.style-5.upper .shape11 {
    position: absolute;
    top: 0;
    z-index: -1;
}
.blog-section.style-5.upper .section-head h2 {
    text-transform: capitalize;
    font-size: 35px;
    margin-bottom: 20px;
}
/*-------------------
============= Start Blog Section Style Six
-------------------*/
.blog-section.style-6 .blog-content{
  text-align: center;
}
.blog-section.style-6 .blog-single-carousel:hover .blog-content {
    background: var(--color1);
}
.blog-section.style-6 .blog-single-carousel .blog-meta {
    position: relative;
    width: 100%;
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.blog-section.style-6 .blog-single-carousel:hover .blog-content,
.blog-section.style-6 .blog-single-carousel:hover .blog-content  h5 a,
.blog-section.style-6 .blog-single-carousel:hover .blog-content .blog-meta span,
.blog-section.style-6 .blog-single-carousel:hover .blog-content .blog-meta a{
  color: #fff;
}
.blog-meta{}
.blog-section.style-6 .blog-learn-more a {
    color: #fff;
    background: var(--color1);
    display: block;
    padding: 13px 0;
    position: relative;
    z-index: 1;
    margin: 24px 0 12px;
}
.blog-section.style-6 .blog-learn-more a:before {
    position: absolute;
    left: 0;
    content: "";
    width: 10%;
    height: 100%;
    background: var(--themecolor);
    top: 0;
    transition: .5s;
    z-index: -1;
}
.blog-section.style-6 .blog-single-carousel:hover .blog-learn-more a:before {
  width: 100%;
}
/*blog sevtion topper-two*/
.blog-section.upper-two .section-head h2 {
    font-size: 35px;
}
/*blog sevtion topper-three*/
.blog-section.upper-three{
  background: #f4f7fc;
}
.blog-section.upper-three .section-head h2 {
    font-size: 35px;
}
.blog-section.upper-three .blog-meta {
    margin-bottom: 10px;
}
.blog-section.upper-three .blog-content p {
    margin: 14px 0 17px;
}
/*blog sevtion topper-four*/
.blog-section.upper-four{
  background: #fff;
}
.blog-section.upper-four .section-head h2 {
    font-size: 35px;
}
.blog-section.upper-four .blog-meta {
    margin-bottom: 10px;
}
.blog-section.upper-four .blog-content p {
    margin: 14px 0 17px;
}
/*blog section style ten*/
.blog-section.style-ten .single-blog-box {
    margin-bottom: 30px;
    transition: .5s;
    position: relative;
}
.blog-section.style-ten .single-blog-box:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: var(--themecolor);
    transform: scale(0.1);
    opacity: 0;
    transition: .5s;
}
.blog-section.style-ten .single-blog-box:hover{
  box-shadow: 15px 0 40px rgb(0 0 0 / 12%);
}
.blog-section.style-ten .single-blog-box:hover:before{
  opacity: 1;
  transform: scale(1.0);
}
.blog-section.style-ten .single-blog-thumb {
    position: relative;
}
.blog-section.style-ten .single-blog-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: .5s;
    background: rgb(62,55,59,0.3);
    transform: scale(0.1);
    opacity: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.blog-section.style-ten .single-blog-box:hover .single-blog-thumb:before{
  opacity: 1;
  transform: scale(1.0);
}
.blog-section.style-ten .section-btn {
    float: right;
    position: relative;
    z-index: 1;
}
.blog-section.style-ten .section-head h5 {
    color: var(--themecolor);
    margin-bottom: 13px;
}
.blog-section.style-ten .section-head h3 {
    text-transform: inherit;
    font-size: 35px;
}
.blog-section.style-ten .section-btn a {
    display: inline-block;
    background: #FF3B00;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    transition: .5s;
    padding: 18px 34px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.blog-section.style-ten .single-blog-content {
    background: #fff;
    box-shadow: 15px 0 40px rgb(0 0 0 / 3%);
    padding: 27px 21px 32px 30px;
}
.blog-section.style-ten .blog-meta-title h3 {
    font-size: 18px;
    margin: 0;
    color: #fff;
}
.blog-section.style-ten .blog-meta-title span {
    text-transform: capitalize;
    font-size: 15px;
    color: #fff;
}
.blog-section.style-ten .blog-meta-box {
    height: 64px;
    width: 64px;
    background: var(--themecolor);
    text-align: center;
    line-height: 22px;
    border-radius: 4px;
    box-shadow: 0 0 14px rgb(0 0 0 / 20%);
}
.blog-section.style-ten .blog-meta-title {
    top: 11px;
    position: relative;
}
.blog-section.style-ten .single-blog-title a h2:hover {
  color:var(--themecolor);
}
.blog-section.style-ten .single-blog-title a h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0 20px;
}
.blog-section.style-ten .blog-meta-box {
    position: absolute;
    right: 28px;
    bottom: 33%;
}
.blog-section.style-ten .single-blog-title span {
    font-size: 15px;
}
.blog-section.style-ten .single-blog-btn a {
    font-size: 15px;
    display: inline-block;
    transition: .5s;
    color: var(--themecolor);
    position: relative;
    z-index: 1;
}
.blog-section.style-ten .section-btn a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #232323;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: 4px;
}
.blog-section.style-ten .section-btn a:hover:before{
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.blog-section.style-ten .section-btn a i {
    margin-left: 4px;
}
.blog-section.style-ten .section-btn i {
    height: 43px;
    width: 43px;
    line-height: 43px;
    text-align: center;
    background: #fff;
    color: #f00;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    left: 17px;
    transition: .5s;
}
.blog-section.style-ten .section-btn a {
    display: inline-block;
    background: #FB3C00;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 16px 24px;
    transition: .5s;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}
.blog-section.style-ten .section-btn a:before {
    position: absolute;
    content: "";
    background: #232323;
    height: 100%;
    width: 10%;
    transition: .5s;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
}
.blog-section.style-ten .section-btn a:hover:before{
  width: 100%;
  opacity: 1;
  border-radius:5px;
}
.blog-section.style-ten .section-btn a:hover i{
  background:#FB3C00;
  color:#fff;
}
/*blog section style ten upper*/
.blog-section.style-ten.upper .section-btn a {
    padding: 7px 24px;
    border-radius: 30px;
}
.blog-section.style-ten.upper .section-btn a:hover:before {
    width: 100%;
    opacity: 1;
    border-radius: 30px;
}
/*blor section upper18*/
.blog-section.upper18 {
    background: #F6F6F6;
}
/*-------------------
============= Itsoft Start Subscribe Section
-------------------*/
.subscribe-section {
  background: #252628;
}
.footer-hr{
  padding: 60px 0 50px 0;
  border-bottom: 1px solid #4d4d4d;
}
.subscribe-section-icon {
  color:var(--themecolor);
  font-size: 50px;
}
.subscribe-section-title h5{
  text-transform: capitalize;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-left: 25px;
  margin: 25px 0;
}
.subscribe-input-field {
 position: relative;
}
.subscribe-mail-box {
  width: 100%;
  padding: 15px 0 15px 10px;
  border-radius: 5px;
  border: #fff;
}
.subscribe-submit-btn {
  border: 1px solid var(--themecolor);
  border-radius: 3px;
  background: var(--themecolor);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  position: absolute;
  top: 18px;
  right: 5px;
  padding: 10px 30px;
  transition: .3s;
}
.subscribe-submit-btn:hover {
  background: #b32a00;
}
.pricing-section.style-two {
    background: #f4f7fc;
}
.subscribe-section.style-two .row.footer-hr.two {
    padding-top: 153px;
}
.cda-2-container.two {
    position: relative;
    margin-bottom: -80px;
}
input.subscribe-mail-box {
    outline: 0;
}
/*subscribe section style ten*/
.subscribe-section.style-ten{
    background: url(/assets/images/about/subscribe.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.subscribe-section.style-ten .subscribe-section-title h2 {
    color: #fff;
    font-size: 40px;
    margin: 0 0 7px;
    letter-spacing: 2.5px;
    font-weight: 700;
}
.subscribe-section.style-ten .subscribe-section-title span {
    color: #fff;
    font-size: 15px;
}
.subscribe-section.style-ten .subscribe-mail-box {
    width: 100%;
    padding: 15px 0 15px 24px;
    border-radius: 0;
    border: #fff;
}
.subscribe-section.style-ten .subscribe-submit-btn {
    border-radius: 0;
    background: #252525;
    top: 14px;
    right: -2px;
    padding: 15px 23px;
}
.subscribe-section.style-ten button.subscribe-submit-btn {
    outline: 0;
    border: none;
}
.subscribe-section.style-ten .footer-hr {
    padding: 60px 0 50px 0;
    border-bottom: none;
}
/*subscribe section style ten upper*/
.subscribe-section.style-ten.upper .subscribe-mail-box {
    border-radius: 30px;
}
.subscribe-section.style-ten.upper button.subscribe-submit-btn {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
/*-------------------
============= Itsoft Start Footer Section
-------------------*/
.footer {
  background: #252628;
  color: #fff;
}
.widget {
	padding:0 5px;
}
.footer-widget-title,
.footer-logo {
  padding-bottom: 25px;
}
.footer-contact p{
  margin-top: 0;
}
.footer p,
.footer a{
  color: #FFF;
  font-weight:500;
}
.footer h4{
  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: var(--themecolor);
  border-color:var(--themecolor);
}
.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:var(--themecolor);
}
.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:var(--themecolor);
}
.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 #363636;
}
.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: 12px;
}
.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: var(--themecolor);
	transition: .3s;
  z-index: 1;
}
/*footer bottom section upper*/
.footer-copyright-section.upper .footer-copyright-text p span {
    color: var(--themecolor);
}
.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: var(--themecolor);
  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: var(--themecolor);
 border-color: var(--themecolor);
}
.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: var(--themecolor);
}
.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: var(--themecolor);
  text-transform: uppercase;
  transition:.5s;
}
.service-btn a i{
  opacity: 0;
}
.service-btn:hover i{
  opacity: 1;
}
.content-icon {
  font-size: 50px;
  color: var(--themecolor);
  margin: 0 20px;
}

/*--------------------
 ================ Itsoft Start Pricing Section Style
--------------------*/
.pricing-single-items {
  box-shadow: 0 0 25px rgb(0, 0, 0, 0.2);
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
}
.pricing-title h3 {
  font-size: 20px;
  padding-bottom: 15px;
}
.currency {
  font-size: 20px !important;
  font-weight: 500 !important;
  position: relative;
  top: -15px;
  color: #616161 !important;
}
.pricing-item-text span{
  font-family: 'Fira Sans', sans-serif;
  display: inline-block;
  font-size: 51px;
  font-weight: 700;
  text-align: center;
  color: #232323;
}
.month {
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #616161 !important;
}
.pricing-feature ul li{
  display: block;
  font-size: 16px;
  padding: 7px 0;
  text-transform: capitalize;
  font-weight: 300;
}
.pricing-feature ul li b{
  font-weight: 500 !important;
}
.btn-common.pc-btn a{
  color: #EE3C00;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 37px;
}
.pricing-single-items:hover .btn-common.pc-btn a{
  color: #fff;
  background: var(--themecolor);
}
.pricing-single-items.style-2  {
  background: var(--themecolor);
  color:#fff;
  padding: 25px 0;
}
.pricing-single-items.style-2 .pricing-title h3,
.pricing-single-items.style-2 .pricing-item-text span,
.pricing-single-items.style-2 .pricing-item-text .month,
.pricing-single-items.style-2 .pricing-item-text .currency {
  color: #fff !important;
}
.pricing-single-items.style-2 .btn-common.pc-btn a{
  color: #fff;
  background: var(--themecolor);
  border-color: #fff;
}

/*--------------------
================ Start Single Service Section Style
--------------------*/

.single-service {
  background: rgb(242, 242, 242,0.1);
}
.top-link a{
  color: #fff;
  background: var(--themecolor);
  font-size: 15px;
  display: block;
  padding: 13px 18px;
  position: relative;
  margin-bottom: 30px;
}

.top-link a i{
  position: absolute;
  right: 16px;
  top: 37%;
  font-size: 13px;
  color: #8e8b8b;
}
.top-link a:hover i{
  color: #fff;
}
.pack-title h5 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 10px;
} 
.get-pack a{
  color: rgba(86,86,86,.8);
} 
.pack-icon i{
  color: var(--themecolor);
  font-size: 50px;
  margin-right: 25px;
}
.single-pack {
  background: #fff;
  padding: 12px 25px 5px;
  margin-bottom: 30px;
  border-radius: 5px; 
  box-shadow: 0 0 35px rgb(0, 0, 0, 0.1);
}
.cda-content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.cda-content h3 {
  font-size: 20px;
  color: #fff;
}
.cda-content {
  background: var(--themecolor);
  padding: 35px 0 25px 0;
}
.overview-title {
  font-size: 25px;
  margin-top: 25px;
}
.section-thumb img {
  width: 100%;
}

/*--------------------
================ Start Appointment Section Style
--------------------*/
.appoinment-section-2 {
  background: rgb(242, 242, 242,0.1);
}
.input-box {
  width: 70%;
  padding: 14px;
  border: 1px solid #eee;
  background: #f4f7fc;
  border-radius: 5px;
  color: #666;
  margin-bottom: 20px;
  transition: .5s;
} 
.input-box:focus{
  color: #495057;
  background-color: #fff !important;
  border-color: var(--themecolor) !important;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(241,42,2,0.25) !important;
}
.ap-submit-btn {
  background: var(--themecolor);
  color: #fff;
  border: 1px solid var(--themecolor);
  border-radius: 5px;
  width: 70%;
  padding: 13px;
}
.appoinment-title h3 {
  font-size: 25px;
  margin-bottom: 35px;
}
.appointment-form {
  background: #fff;
  box-shadow: 0 0 15px rgb(191, 191, 191, 0.3);
}
.pointment-single-feature {
  text-align: center;
  background: #f4f7fc;
  border-radius: 10px;
  margin-top: 30px;
} 
.ap-feature-icon {
  font-size: 55px;
  color: var(--themecolor);
  padding: 20px 0 15px 0; 
}
.ap-feature-title h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #444;
  font-family: "Rubik",Sans-serif;
  margin-bottom: 20px;
}
.ap-feature-content {
  padding: 0 15px 18px;
}
.ap-content-icon  {
  color: var(--themecolor);
  font-size: 29px;
  margin-right: 25px;
}
.ap-content-text {
  font-weight: 300;
  line-height: 2.3;
}
.overview-thumb img {
  width: 100%;
}
.contact_from_box {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 27px 40px 27px;
}
.form_box input {
    width: 100%;
    height: 54px;
    border: 1px solid #e6e6e6;
    padding-left: 15px;
	border-radius:5px;
}
.form_box textarea {
    width: 100%;
    height: 150px;
    padding: 10px 0 0 15px;
	border: 1px solid #e6e6e6;
	border-radius:5px;
}
.quote_btn button {
    background: var(--themecolor);
    padding: 14px 39px;
    color: #fff;
}
.appointment-content-section .quote_btn button {
    width: 100%;
}
.appointment-section.style-2 .form_box textarea {
    height: 115px;
}
.quote_btn button:hover{
	background:#bd2d10;
	color:#fff;
}
.form_box input:focus{
  color: #495057;
  background-color: #fff !important;
  border-color: var(--themecolor) !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: var(--themecolor) !important;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(241,42,2,0.25) !important;
}
/*--------------------
================ Start Single Member Intro Section
--------------------*/
.member-thumb img{
  padding: 60px;
}
.m-designation{
  font-size: 15px;
  color: var(--themecolor);
  text-transform: uppercase;
  margin-bottom: 20px;
} 
.member-intro ul li {
  list-style: none;
  margin-bottom: 15px;
}
.m-social-icon li{
  display: inline-block;
  margin: 15px 8px 0 0;
}
.m-social-icon li i {
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: var(--themecolor);
  border-radius: 5px;
}
.member-intro-section {
  box-shadow: 0 0 15px rgb(0,0,0,0.2);
  margin-bottom: 70px;
}
.m-content {
  padding: 60px;
}
.member-intro {
  padding-left: 60px;
}
/*----------------
============== Itsoft Start Case Study Details
------------------*/
.case-study-details {
  background: #F6F6F6;
}
.case-study-intro {
  box-shadow: 0 0 15px rgb(0,0,0,0.2);
  margin-bottom: 70px;
  padding: 60px;
}
.csd-thumb img{
  width:100%;
}
.csd-info {
  padding: 0 60px;
}
.csd-info ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  text-transform: capitalize;
}
.csd-info ul  {
  padding: 13px 0;

}
.csd-social-icon li{
  display: inline-block;
  margin: 0px 8px 0 0;
}
.csd-social-icon li i {
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: var(--themecolor);
  border-radius: 5px;
}

.csd-title  h3 {
  font-size: 25px;
  font-weight: 400;
}
.csd-social-icon h4 {
  font-size: 20px;
  color: #666;
  margin-bottom: 0;
}
.csd-info strong{
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin-right: 5px;
}
/*----------------
============== Start Appoinment Section Style Three
------------------*/

.appointment-section.style-3 {
  background: url(/assets/images/appointment/apm-bg1.jpg) no-repeat center/ cover;
}
.appointment-section.style-3 .input-box {
  width: 80%;
}

/*----------------
============== Start Contact  us Section Style
------------------*/
.contact-us .appoinment-title {
  text-align: left;
}
.contact-us .input-box {
  width: 40%;
  float: left;
  margin: 8px 15px;
  background: #fff;
}
.contact-us .appoinment-title {
  margin: 0 15px;
} 
.contact-us .input-box.textarea{
  width: 85%;
}
.contact-us .ap-submit-btn {
  width: 30%;
  float: left;
  margin: 15px;
}
.appointment-content {
  height: 100%;
}
.appointment-content .appointment-form {
  height: 100% !important;
  padding: 0 0 0 40px;
}
.cda-icon i {
  font-size: 40px;
  color: #fff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background: var(--themecolor);
  border-radius: 5px;
  display: inline-block;
  margin-right: 25px;
  margin-top: 10px;
}
.cda-content-inner h4 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}
.cda-content-inner p{
  color: rgba(255, 255, 255, 0.74);
  margin: 15px 0;
}
.cda-content-area{
  background: #252628;
  padding: 20px 0;
}
.cda-single-content {
 margin: 0 45px;
 padding: 25px 0;
}
.contact-us .appoinment-title h3 {
  margin-bottom: 20px;
  padding-top: 35px;
  font-weight: 500;
}
.contact-us .input-box {
  color: #000;
}

/*----------------
============== Start Accordion Style
------------------*/
#accordion  h3,
#accordion-2 h3{
  font-size: 20px;
  font-weight: 700;
  color: #232323;
  background: #fff;
  border-color:  #e6e6e6;
  margin-bottom: 20px;
  padding: 22px 5px;
  transition: .5s;
}
#accordion .acc-title i,
#accordion-2 .acc-title i{
  float: right;
  margin-right: 20px;
  font-size: 15px;
  color: #999;
}
.ui-state-active i {
  transform:rotate(180deg);
}
#accordion .acc-content p,
#accordion-2 .acc-content p{
  color: #727272;
  margin-bottom: 20px;
}
#accordion h3:hover,
#accordion-2 h3:hover{
 color:var(--themecolor);
}
#accordion .acc-content,
#accordion-2 .acc-content{
  border: none;
  box-shadow: 0px 15px 10px 0 rgba(0, 0, 0, 0.1);
}
.ui-accordion .ui-accordion-content {
  padding: 10px;
}

/*----------------
============== Start Service Style Nine at inner page 'itservices' 
------------------*/
.service-single-items {
  margin-bottom: 35px;
}
.service-single-icon {
  font-size: 50px;
  color: var(--themecolor);
}
.service-single-items h2:hover{
  color: var(--themecolor);
}
.service-single-items h2{
  position: relative;
  font-size: 20px;
  margin-bottom: 30px;
}
.service-single-items h2::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: #999;
  bottom: -15px;
  left: 0;
}
/*----------------
============== Start Web Development section at inner page
------------------*/
.web-dev-single-content{
  margin-bottom: 40px;
}
.content-position {
  font-size: 18px;
  color: var(--themecolor);
  font-weight: 600;
}
.content-title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  padding: 5px 0 10px 0;
}
.content-text {
  padding: 0 10px 0 0;
}

/*----------------
============== Start Web Development section at inner page
------------------*/
.feature-content-section .single-content .content-icon{
  font-size: 40px;
  margin-right: 30px;
}
.feature-content-section .content-text h4 {
  font-family: "Rubik",Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #444;
}
.feature-content-section .single-content {
  border: 1px solid #e6e6e6;
  padding: 25px 15px;
  transition:.5s;
  margin-bottom: 30px;
}
.feature-content-section .single-content:hover {
  box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.1);
}


/*----------------
============== Start Pagination style at Blog-Grid page inner
------------------*/

.pagination {
  display: inline-block;
}

.pagination a {
  font-size: 18px;
  font-weight: 500;
  color: var(--themecolor);
  float: left;
  text-decoration: none;
  transition: background-color .3s;
  margin: 0 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

.pagination a.active {
  background-color: var(--themecolor);
  color: white;
  border: 1px solid var(--themecolor);
}
.pagination a:hover {
  background: var(--themecolor);
  color: #fff;
}

/*-------------------
============= Start Blog Section Style Six
-------------------*/
.blog-section.style-6 .blog-single-items {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin: 0 0 35px;
  transition:.5s;
  position: relative;
}
.blog-section.style-6 .blog-single-items:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
}
.blog-section.style-6 .blog-thumb img {
  width: 100%;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.blog-section.style-6 .blog-meta-top ul {
  top: 10px;
  left: 10px;
}

.blog-section.style-6 .blog-content {
  padding: 45px 35px 20px;
  position: relative;
  background: #fff;
}
.blog-section.style-6 .blog-meta{
  position: absolute;
  top:-20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
}
.blog-content-text h5 a {
  font-size: 30px;
  font-weight: 600;
}
.widget-items {
  padding: 35px 29px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.widget-items form {
  position: relative;
}
.src-input-box {
  border: 1px solid #ccc;
  padding: 17px 9px;
  width: 100%;
}
.src-input-box:focus {
  border: 1px solid #ccc;
}
.src-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #777;
  background: transparent;
  border: none;
}
.widget-title {
  margin-bottom: 40px;
  position: relative;
}
.widget-items .widget-title h2 {
    color: #232323;
    display: block;
    font-size: 24px;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 8px;
}
.widget-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 3px;
    background: #aec6ef;
}
.widget-title h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 36px !important;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: var(--themecolor);
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}

@keyframes MOVE-BG{
  0%{ left:0px; top:0px;}
  100%{ left:80px; top:0px;}
}

.hr-3 {
 border-top:1px solid  #e6e6e6;
 padding-top: 15px;
}
.catagory-item ul li{
  padding-top: 15px;
  margin-top: 18px;
  list-style: none;
}
.catagory-item ul li:hover a{
  color: var(--themecolor);
}
.rpost-thumb img {
  width: 100%;
  border-radius: 5px;
}
.rpost-thumb {
  margin-right: 15px;
}
.rpost-title h4{
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  transition: .3s;
}
.rpost-title h4:hover{
  color: var(--themecolor);
}
.rpost-title span {
  font-size: 14px;
}
.widget-recent-post {
  margin-bottom: 15px;
}
.bg-3 {
  background:  #f2f2f2;
}
.tag-item a {
  border: 1px solid #e6e6e6;
  padding: 5px 8px;
  text-transform: capitalize;
  display: inline-block;
  margin: 2px 3px 10px;
}
.tag-item a:hover {
 color:#fff;
 background: var(--themecolor);
 border-color: var(--themecolor);
}


/* Calender*/

.curr-month {
  width: 100%;
  height: 40px;
  background: #d6d6d6;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}

.all-days {
  width: 100%;
  height: 40px;
  background-color: #fff;
  float: left;
}

.tag-item .all-days ul,
.tag-item .all-date ul {
  list-style: none;
  display: block;
  height: 30px;
  width: 100%;
  margin: 0 auto;
  float: left;
  font-size: 15px;
  font-weight: 300;
}

.tag-item .all-days ul li,
.tag-item .all-date ul li {
  float: left;
  width: 43px;
  text-align: center;
  line-height: 41px;
  border: 1px solid #ccc;
  color: #333;
}
.tag-item .all-days ul li {
  font-weight: 600;
}
.all-date {
  width: 100%;
  height: 305px;
  float: left;
}

.all-date li {
  height: 40px;
  width: 50px;
  line-height: 40px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.all-date li.monthdate:hover {
  background-color: #02548b;
  color: #fff;
}
.calender-area {
  height: 435px;
}
.widget-items p {
  margin-bottom: 0;
}

/*-------------------
============= Start Blog Section Style Seven
-------------------*/
.blog-section.style-7 .blog-single-items {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin: 0 0 35px;
  transition:.5s;
  position: relative;
}
.blog-section.style-7 .blog-single-items:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
}
.blog-section.style-7 .blog-thumb img {
  width: 100%;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.blog-section.style-7 .blog-meta-top ul {
  top: 10px;
  left: 10px;
}
.blog-section.style-7 .blog-content {
  padding: 45px 35px 20px;
  position: relative;
  background: #fff;
}
.blog-section.style-7 .blog-meta {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
}
.blog-section.style-7  .blog-content-text h5 a {
  font-size: 20px;
  font-weight: 600;
}

/*-------------------
============= Start Blog Section Style Eight
-------------------*/
.blog-section.style-8 .blog-content {
  box-shadow: 0 0 15px rgb(0,0,0,0.1);
}
.blog-section.style-8 .blog-thumb img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.blog-section.style-8 .blog-content-text h5{
  font-size: 35px;
  font-weight: 700;
}
.blog-section.style-8  .blog-meta {
  font-size: 16px;
}
.block-quote p {
  font-size: 20px;
  font-style: italic;
  color: #232;
}
.block-quote {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 25px;
  border-radius: 5px;
  border-left: 4px solid var(--themecolor);
  margin: 30px 0;
}
.block-quoto-footer {
    font-style: italic;
    font-size: 16px;
}
.blog-section.style-8 .blog-content h4 {
  font-size: 22px;
  margin: 25px 0;
  font-weight: 700;
}
.single-blog-social-icon ul {
  margin: 25px 0;
}
.single-blog-social-icon ul li {
  display: inline-block;
  margin-right: 5px;
}
.single-blog-social-icon ul li i {
  font-size: 15px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.single-blog-social-icon ul li:hover i {
  color:#fff;
  background: var(--themecolor);
}
.comment-title h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.comment-title span{
  position: relative;
}
.comment-title span::before {
  content: "";
  position: absolute;
  bottom: 13px;
  width: 80px;
  height: 3px;
  background: #aec6ef;
}
.comment-title span::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: var(--themecolor);
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.comment-box {
  width: 100%;
  padding: 15px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  transition:.5s;
}
.comment-box:focus, #comment-msg-box:focus {
 border-color: var(--themecolor);
 outline: 0;
 box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}
.comment-form input::placeholder {
  color:#000;
}
.lbl-text {
  font-size: 14px;
  font-weight: 300;
}
.comment-form p {
  margin-top: 0;
}
#comment-msg-box {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px 10px;
  transition:.5s;
}
.comment-form .submit-comment {
  color: #fff;
  background: var(--themecolor);
  border: 1px solid var(--themecolor);
  border-radius: 3px;
  padding: 13px 35px;
  margin-left: 15px;
  margin-bottom: 50px;
}
.comment-form .submit-comment:hover {
  background:#cc3000;
}
.blog-content ol {
  padding-left: 15px;
}
/*---------
====== To-Top
-------------*/
#to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    background: var(--themecolor);
    color: #fff;
    border: none;
    cursor: pointer;
    display: none;
    z-index: 99999;
    outline: 0;
}
.header-top-area img {
    padding-bottom: 3px !important;
}
.header-top-area  img {
    padding: 0 4px;
}
a.site-btn{
    font-size: 20px;
    font-weight: 700;
}
@media (min-width:980px){
header nav{display: flex;
    align-items: center;}
}
nav ul li a {font-weight: 500;}


.footer-item {
    position: relative;
    margin-bottom: 30px;
}
.footer-item .footer-touch h4 {

    margin-bottom: 25px;

}
.footer-item .footer-touch ul {
    margin: 0;
    padding: 0;
}
.footer-item .footer-touch ul li {
    list-style-type: none;
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
}
.footer-item .footer-touch ul li i {
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
footer ul.mb-0.list-unstyled.w-100&gt;li&gt;i {
    font-size: 20px;
}
.footer-item .footer-touch ul li a, .footer-item .footer-touch ul li address {
    color: white;
    font-weight:600;
}
.footer{padding-top: 60px; padding-bottom:30px;}

.cta-form .form-group label {
    position: absolute;
    left: 10px;
    top: 15px;
    color: var(--secondary);
    margin-bottom: 4px;
    z-index: 2;
}
.cta-form .form-group input, .cta-form .form-group textarea {
    width: 100%;
    border-radius: 0;
    border: none;
    background: #f3f8ff;
    color: var(--primary);
    padding: 22px 40px;
    padding-right: 0;
}
.cta-form .form-group {
    position: relative;
}
.cta-form .site-btn {
    width: 100%;
    border:none;
    background: var(--themecolor);
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 23px 30px;
    font-weight:700;
}
.cta-form .site-btn:hover {
    background: var(--color1);
    color: #fff;
}
.section-heading-2 .section-title {
    font-size: 25px;
}
.singel-feature-box .feture-title {
    font-size: 24px;
}
.feature-content p {
    font-size: 16px;
    font-weight: bold;
}
.feature-content a {
    font-size: 18px;
    font-weight: bold;
}

.singel-feature-box .feature-icon {
    background: #fff;
    width: 120px;
    height: 120px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 12px 24px 0px rgba(92, 130, 143, 0.06);
    box-shadow: 0px 12px 24px 0px rgba(92, 130, 143, 0.06);
}
.feature-area-2 {
    padding: 50px 0;
    background: #f7f7f7;
}
.contact-us {
    min-height: 160px;
}
.home-banner {
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}
[data-overlay]::before {
    background: #002542;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
[data-overlay="5"]::before {
    opacity: 0.5;
}
.cta-form .from-group-wrapper .form-group:first-child {
    margin-right: 5px;
}
.cta-form .from-group-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form-control {
     height: 50px;
}
.form-group i.fa {color:var(--themecolor)}

.contact-wrap h2{
   text-align:left;
}
.text-inner h1 {
    color: #ffff;
}
.h1, h1 {
    font-size: 2.5rem;
}
.section-heading-2 .section-title {
    font-size: 25px;
     line-height: 1.1;
    font-weight: 600;
}


@media (max-width: 767px){
.section-heading .section-title {
    font-size: 28px!important;
   
}
.map-contact {
    display: none;
}
.contact-wrap {padding-left:15px; padding-right: 15px;}
}
@media (max-width: 767px){
.text-inner h1 {
    font-size: 20px;
}
.contact-us {
    min-height: 150px !important;
    margin-top:41px;
}
.section-head h4 {
    font-size: 23px !important;
}
}
@media (min-width:980px){
ul.sub-menu {
    border-top: 4px solid var(--themecolor);}
.menu-wrapper .sub-menu li a {
    font-weight: 700;
}
}
@media (min-width:767px){
.ul4 {
    column-count: 4;
}
section.contact-area .section-heading-2  h2.section-title, .feature-area .section-heading-2  h2.section-title {font-size:35px !important;}
.case-study-section {padding-bottom:70px;}
}
@media (max-width:767px){
.ul4, .ul3 {
    column-count: 2;
}
.our-products{padding-left: 15px;}
.our-products h2 {
    font-size: 20px!important;
    margin-bottom: 20px;
        text-align: center;
}
.case-study-section {padding-bottom:30px;}
}
@media (min-width:767px){
h2 {font-size:30px; text-align: center;}
.ul3 {
    column-count: 4;
}
}
.btm-cities{    padding-bottom: 50px;
    padding-top: 50px;}

.btm-cities li a {color: var(--themecolor); font-weight: normal; font-size: 16px;}
@media (max-width:767px){
    .btm-cities{padding-bottom: 50px; padding-left: 15px;}
   .btm-cities h2 {font-size:20px; margin-bottom: 15px}
}
.header-button-list .btn {
    width: 60px;
    height: 60px;
    line-height: 49px;
    color: #000;
    border: 2px solid #d4dfe9;
    border-radius: 50%;
}
@media (min-width: 1300px) and (max-width: 1439px){
.header-info-right a {
    font-size: 25px!important;
}
}
.header-button-list .btn:hover {
    background: var(--themecolor);
    color: #fff;
    border-color: transparent;
}
.btn .badge {
    position: relative;
    top: -70px;
    font-size: 12px;
    right: -10px;
}
.header-button-list i {
    font-size: 22px !important;
}
@media (min-width:980px){
.logo {position: relative !important;}
.menu-wrapper {
    align-items: center;

}
}
.uk-sticky-fixed i.fa.fa-shopping-cart {color:white;}

@media (max-width: 992px){
.header-button-list .btn i {
    font-size: 20px!important;
}
.header-button-list .btn {
    width: 45px;
    height: 45px;
    line-height: 51px;
    color: #000;
    padding: 2px;
    border: 2px solid #d4dfe9;
    border-radius: 50%;
    margin-top: 10px;
}
.header-button-list .btn {position:absolute; top: 0%; left:65%}
ul.sub-menu {height: 300px; overflow-y: scroll;}

}
.referal .form-group i.fa{margin-left: 20px; }
.referal {
    padding: 50px 0;
}
section.blog-details-area{text-align:left; padding: 50px 0px; }
section.blog-details-area h2{text-align:left;}
.uk-sticky-fixed .nav-btn a:hover {
    background: var(--color1);
    border-color: var(--color1);
    color:white;
}
.footer-touch address{margin-top:12px !important;}
@media (max-width:767px){
.hero-content-area h4, .hero-content-area p{display:none;}
.hero-section {
    min-height: 200px !important;
    margin-top:41px;
    padding-bottom:15px;
    background-position:56% 0;
}
.hero-section .hero-content-area h1{font-size: 18px !important;
    text-shadow:2px 0 4px #fff;
}
.hero-content-area .btn-common a {
    color: #fff;
    font-size: 16px;
    background: var(--themecolor);
    padding: 14px 18px;

}
}
@media (max-width:767px){
.col-sm-12.col-md-6.about-section-first {order:2; margin-top:30px; }
.about-section{padding-bottom: 0px; padding-top: 10px;}

.m-logo img{max-width:80%}
}
.hero-content-area {
    text-align: left !important;
    max-width: 60%;
}
@media (max-width: 767px){
header .nav-btn{
    position: absolute;
    top: -42px;
    width:100%;
    background-color: var(--color1);
    left:0;
    bottom:100%;
    text-align: center;
}
header.uk-sticky.uk-sticky-fixed{    position: fixed;
    top: 42px !important;
    }
    a.site-btn{
    font-size: 20px;
    font-weight: 700;
    padding: 03px 10px; 
    margin-left: 230px;
}
}
a.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 70px;
    right: 40px;
    background-color: #6be24a;
    color: #FFF;
    border-radius: 50px;
    border: 4px solid #fff;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 56px;
}
label.error {
    position: relative !important;
    color:#ff0a0a !important;
}

/* Empty Cart */

.table_product thead th {
    color: #fff;
    background-color: var(--themecolor);
}
.table-content table td {
    border: 1px solid #eaedff;
    border-right: 1px solid #eaedff;
    border-left: 3px solid #eaedff;
    white-space: nowrap;
}
.cart-page-total &gt; ul &gt; li {
    list-style: none;
    font-size: 15px;
    color: #333;
    padding: 10px 30px;
    border-bottom: 1px solid #eaedff;
    font-weight: 500;
}
.cart-page-total ul &gt; li &gt; span {
    float: right;
    font-weight: 400;
}
.cart-page-total {
    padding-top: 50px;
}
.cart-page-total &gt; ul {
    border: 1px solid #eaedff;
}
@media (max-width: 992px){
.table td, .table th {
    padding: 8px;
    font-size: 12px !important;
}
.table td, .table th {
    border-top: 1px solid #eaedff;
}
.cart_heading {
    margin-bottom: 16px;
    font-size: 26px;
}
.cart-page-total &gt; h2 {
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 700;
}
}
@media (max-width:767px){
.nav-btn i{
    display: inline-block;
    margin-top: 10px;
    color: var(--themecolor);
    font-weight: 600;
    font-size:20px;
}
#to-top{
    display:none !important;
}
a.site-btn.d-xl-block.d-lg-block {margin-left: 0px; color:white; background-color:transparent; border: none;}
}
#to-top{
  scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}
.about-section .section-head h2 {
    text-align:left;
}
.testimonial-area.style-ten{padding-top: 50px; padding-bottom: 50px;}
section#products {padding-top: 50px; padding-bottom: 50px;}
section.padding-50px-tb.btm-cities{padding-top: 50px; padding-bottom: 50px;}
.choose-us-section h2{text-align:left;}

.portfolio-item:hover .portfolio-image::before {
    opacity: 0.6;
    visibility: visible;
}
.portfolio-item [data-overlay]::before {
    background: #002542;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.portfolio-item .portfolio-image::before {
    background: var(--color1);
    opacity: 1;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.portfolio-item [data-overlay] {
    position: relative;
}
.portfolio-item .portfolio-wrapper {
    position: relative;
}
.portfolio-item {
    position: relative;
}
.portfolio-item .portfolio-caption i.fas.fa-expand {
    display: none;
}
.pro-title a:hover {
    color: var(--themecolor)!important;
}
.portfolio-item .pro-title a {
    font-size: 22px;
    font-weight: 600
}
.category-sidebar {
    border: 1px solid #eaedff;
    padding: 20px;
    background-color:var(--color1);
     margin-bottom: 40px;
}
.category-sidebar ul,.category-sidebar li {
    list-style-type: disc;
    color:white;
}
.category-sidebar li a{
    color: white;
}
.category-sidebar ul{padding-left:20px}
.category-sidebar li a:hover{
    color: var(--themecolor) !important;
}
@media (min-width:992px){
.cart-area .table-content.table-responsive{overflow-x: hidden;}
.m-logo{display:none;}
}
.product-quantity .btn-sm.btn-primary {
    background: transparent;
    color: var(--themecolor);
    border: 1px solid var(--themecolor);
    border-radius: 20px;
}
.product-quantity  .btn-group-sm&gt;.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
a, .product-quantity  a:hover, .product-quantity  a:visited, a:link {
    text-decoration: none;
}
.product-quantity .btn-sm.btn-primary:hover {
    border: 1px solid var(--color1);
    color: var(--color1);
}

.sidebar-wrap .widget {
    padding: 30px;
    border: 2px solid #ededed;
}
.rating-container h3 {
    font-size: 20px;
}
.rating {
    display: flow-root;
}
.bar {
    margin-right: 10px;
}
.rating-container .progress {
    height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
    line-height: 1.5;

}
.rating-container .progress-bar {
    background-color: #f09329;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}


.rating-container h4.comp-text-heading {font-weight: 600;}

.service-detail-text .main-content p {
    margin-bottom: 16px;
    font-size: 15px;
}
.service-detail-text  .main-content h2 {
    font-size: 22px;
       font-weight: 600;
}
.service-detail-text .main-content h3 {
    font-size: 20px;
        font-weight: 600;
}
.cart-area {
    padding: 70px 0;
    background: #f7f7f7;
}
.product-details-title h1 {
    font-size: 36px;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 600;
}
.product-details-title p {
    color: #6a667b;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.ratings-container .ratings:before {
    color: #ffb100;
     content: "â˜…â˜…â˜…â˜…â˜…";

}
.ratings-container .ratings {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
}
.ratings-container .product-ratings, .ratings-container .ratings {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-family: 'Font Awesome 5 Pro';
    letter-spacing: 0.1em;
    font-weight: 900;
}
.price-rules-table {
    width: 75%;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
table {
    border-collapse: collapse;
}
.table thead th {
    white-space: nowrap;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.price-rules-table th {
    border-top: 0 !important;
}
.table-sm td, .table-sm th {
    padding: .3rem;
}
.price-rule-active {
    background: var(--themecolor);
    color: #fff;
}
.table td, .table th {
    border-top: 1px solid #eaedff;
}
.price-rules-table td {
    padding: 5px 10px;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

div#option_origin {display:none;}

p.text-med {
    margin-bottom: 16px;
}
.product-details-action .cart-plus-minus {
    position: relative;
    margin-right: 15px;
}
.product-details-action .cart-plus-minus .btn-info {
    border-radius: 0px;
    background: var(--themecolor);
    border: var(--primary);
}
.product-details-action .btn {
    display: inline-block;
    font-weight: 400;
    color: white;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.product-details-action button, select {
    text-transform: none;
}
.product-details-action .cart-plus-minus input {
    height: 40px;
    width: 55px;
    border: 1px solid #ced4da;
    text-align: center;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border-radius: 0;
    padding: 6px;
}
.product-details-action .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.product-details-action .plus-minus {
    display: inline-block;
}
.product-details-action button.site-btn.boxed {
    padding: 8px 16px!important;
    font-weight: 600 !important;
}
.product-details-action .site-btn.boxed:hover{
    background: var(--color1);
}
.product-details-action .site-btn.boxed {
    background: var(--themecolor);
    display: inline-block;
    color: #fff;
    border: none;
    padding: 12px 18px;
    -webkit-box-shadow: 0 6px 12px rgb(53 178 241 / 13%);
    box-shadow: 0 6px 12px rgb(53 178 241 / 13%);
    font-size: 16px;
}
.product-details-action .site-btn {
    border-radius: 40px;
    display: inline-block;
    padding: 4px 12px;
    position: relative;
    font-weight: 700 !important;
    color: var(--color1);
    border: 2px solid var(--themecolor);
    padding-right: 10px;
    background: transparent;
}
.related-products h3 {
    font-size: 18px;
    background: var(--themecolor);
    color: #fff;
    padding: 12px;
    margin-bottom: 0;
}
.related-products .allproducts {
    padding: 12px 20px;
    border: 1px solid #eaedff;
}
.related-products ul, li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.related-products ul li {
    margin-bottom: 10px;
}
.related-products ul li a {
    color: var(--themecolor);
    display: flex;
}
.related-products .allproducts li a:before {
    vertical-align: middle;
    font-size: 12px;
   content: '\f101';
    font-family: 'Font Awesome 5 Pro';
    padding-right: 10px;
}
.related-products ul li small {
    display: block;
    padding-left: 25px;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
.related-products.mb-40 {
    margin-bottom: 40px;
}
.badge-container {
    text-align: center;
}
.table-content table td .cart-plus-minus {
    float: none;
    margin: 0 auto;
}
.cart-plus-minus .btn-info {
    border-radius: 0px;
    background: var(--themecolor);
    border: var(--primary);
}
.table_product .cart-plus-minus input {
    height: 36px;
}
.product-quantity input {
    border: none;
    color: #222;
    font-size: 14px;
    font-weight: normal;
    border: 2px solid #ddd;
}
.product-quantity .cart-plus-minus input {
    height: 40px;
    width: 55px;
    border: 1px solid #ced4da;
    text-align: center;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border-radius: 0;
    padding: 6px;
}

.product-quantity .cart-plus-minus {
    display: flex;
}
.cart-page-total .site-btn.boxed {
    background: var(--themecolor);
    display: inline-block;
    color: #fff;
    border: none;
    padding: 12px 18px;
    -webkit-box-shadow: 0 6px 12px rgb(53 178 241 / 13%);
    box-shadow: 0 6px 12px rgb(53 178 241 / 13%);
    font-size: 16px;
}
.cart-page-total .site-btn {
    border-radius: 40px;
    display: inline-block;
    padding: 4px 12px;
    position: relative;
    font-weight: 700;
    padding-right: 10px;
    background: transparent;
}
.cart-page-total .site-btn.boxed:hover{
    background-color: var(--color1)
}
.checkbox-form {
    background: white;
    padding: 25px;
    border: 2px solid #ededed;
}
.checkbox-form h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 26px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
    font-weight: 600;
}
.checkout-form-list {
    margin-bottom: 30px;
}
.country-select label, .checkout-form-list label {
    color: #6f7172;
    display: block;
    margin: 0 0 5px;
}
.checkout-form-list input[type="text"], .checkout-form-list input[type="password"], .checkout-form-list input[type="number"], .checkout-form-list input[type="email"] {
    background: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0;
    height: 36px;
    padding: 0 0 0 10px;
    width: 100%;
}
.country-select label span.required, .checkout-form-list label span.required {
    color: red;
}
.checkout-form-list input[type="checkbox"] {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.checkout-form-list select {
    background: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0;
    height: 36px;
    padding: 0 0 0 10px;
    width: 100%;
    color: #747172;
}
.checkout-area  .site-btn.boxed {
    background: var(--themecolor);
    display: inline-block;
    color: #fff;
    border: none;
    padding: 12px 18px;
    -webkit-box-shadow: 0 6px 12px rgb(53 178 241 / 13%);
    box-shadow: 0 6px 12px rgb(53 178 241 / 13%);
    font-size: 16px;
}
.checkout-area  .site-btn {
    border-radius: 40px;
    display: inline-block;
    padding: 4px 12px;
    position: relative;
    font-weight: 700;
    color: var(--primary);
    border: 2px solid var(--primary);
    padding-right: 10px;
    background: transparent;
}
.checkout-area  .site-btn.boxed:hover {background-color: var(--color1);}
input:focus {
    outline: none !important;
  }
  .product-details-title p {

    letter-spacing: 0px;

}
.rating-container i.fa {
    color: #F09329;
    font-size: 18px;
}
.categories {
    min-height: 200px;
}
.col-lg-12.ghost-sec {
    background: var(--color1);
    padding: 10px;
    color: #ffff;
    border-radius: 12px;
    margin-top: 20px;
}
.service-detail-text img{
    padding-top: 10px;
    padding-bottom: 10px;
}
.ghost-sec h4 {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 5px;
    color:white
}
.accordion .accordion-item {
    margin-bottom: 15px;
    width: 100%;
}
.accordion .accordion-item .accordion-header {
    position: relative;
}
.accordion .accordion-item .accordion-header .title {
    cursor: pointer;
    color: #253c61;
    position: relative;
    background: #edf0fa;
    margin: 0;
    padding: 24px 20px 20px 70px;
    font-size: 18px;
}
.accordion .accordion-item .accordion-header span {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 30px;
    width: 30px;
    color: #ffffff;
    background: var(--color1)!important;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    border-radius: 80%;
}
.accordion .blog-section.style-6 .blog-learn-more a:before {
    position: absolute;
    left: 0;
    content: "";
    width: 10%;
    height: 100%;
    background: var(--color1);
    top: 0;
    transition: .5s;
    z-index: -1;
}
.accordion .accordion-item .accordion-body {
    padding: 20px;
    background: #edf0fa;
}
.accordion .accordion-item .accordion-body p {
    font-size: 15px;
    color: #444444;
    margin: 0px;
}
.accordion .accordion-item .accordion-header.active .title {
    background: var(--themecolor) !important;
    color: #fff;
}
.accordion .accordion-item .accordion-header.active span {
    background: #fff !important;
}
.accordion .accordion-item .accordion-header.active span:before {
    content: "\f063";
    color: var(--themecolor);
}


@media (max-width: 767px){
.a-prd thead tr th:first-child {
    display: block;
}
.table-content tr.tr_p_o {
    display: grid;
    border-bottom: 1px solid #eaedff;
    white-space: normal;}


    .table td, .table th {
    padding: 8px;
    border:none !important;
    }

    .table-content table {
    background: #ffffff;
    border-color: #eaedff;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    width: 100%;
    margin-bottom: 0;
}
.table-content table td.product-name {
    font-size: 16px !important;
    font-weight: 400 !important;;
}
.a-prd thead tr th {
    display: none;
}
.cart-area .h-inner {
    margin-bottom: 16px;
    font-size: 26px;
}
.product-details-title h1 {
    font-size: 24px;
    margin-bottom: 6px;
}
.product-details-title p#option_pack {
    margin-bottom: 0;}
  .product-details-title  p{
    font-size: 12px;
}
.sidebar-wrap {
    margin-top: 20px!important;}
section.blog-details-area{
    padding-bottom: 0px !important;
    }
.plus-minus {
    display: block;
    margin-bottom: 15px;
}
a#btn_proceed_checkout {margin-left:0px;}
span.nobr {
    font-size: 14px;
    font-weight: 700;
}
.product-details-action .plus-minus {
    display: block;
}
}
.table-content table td {
    border-top: medium none;
    vertical-align: middle;
    font-size: 16px;
}

.product-details-action .btn_view_cart{
    background: var(--themecolor);
    display: inline-block;
    color: #fff;
    border: none;
    padding: 12px 18px;
    -webkit-box-shadow: 0 6px 12px rgb(53 178 241 / 13%);
    box-shadow: 0 6px 12px rgb(53 178 241 / 13%);
    font-size: 16px;
}
.product-details-action .btn_view_cart {
    padding: 8px 16px!important;
    font-weight: 600 !important;
}
.product-details-action .btn_view_cart  {
    border-radius: 40px;
    display: inline-block;
    padding: 4px 12px;
    position: relative;
    font-weight: 700;
    border: 0px solid var(--themecolor);
    padding-right: 10px;
    text-decoration:none;
    margin-left: 15px;
    margin-right:15px;
}
.product-details-action .btn_view_cart:hover{
    background-color: var(--color1);
    border: 0px solid var(--color1);
}
h3.content-heading {
    font-size: 30px;
}
.about-content p {
    font-size: 16px;
    line-height: 23px;
    color: #212529;
    margin-top:0px;
}
.feature-icon::before{display:none;}

.sidebar-wrap i.fa.fa-star {
    color: #f09329;
}
.testimonial-single-box:before {
    background: #f3f3f3;
}
.ratings-container {
    line-height: 1;
    margin: 0 0 12px 1px;
    position: relative;
    display: inline-block;
    font-size: 12px;
}
.cart-area .product-details p{margin-top: 0px; line-height: 28px;}
.service-detail-text p{line-height: 28px;}
.service-detail-text .main-content {
    padding: 20px;
}
.owl-carousel .blog-content p {
    min-height: 50px;
}
.header-top-left-items strong {
    font-weight: normal;
}
.choose-us-section ul.choose-list-item li{list-style-type:disc; color: white}
.choose-us-section ul.choose-list-item{padding-top: 20px; padding-left:30px}
.ul4 li a:before {
    vertical-align: middle;
    font-size: 12px;
    content: '\f192';
    font-family: 'Font Awesome 5 pro';
    padding-right: 10px;
}
.ul4 li a {color:#1e87f0; display:flex;}
@media (max-width:767px){
.hero-section  .col-md-6 img {
    width: 42% !important;
}
.about-1 h3.content-heading {font-size:22px;}
.btn-common.btn-hero {
    display: none;
}
.purchase-notification{bottom:150px !important;}
.footer-widget-title, .footer-logo {
    padding-bottom: 0px;
}
.disclaimer {
margin-bottom:10px;
    margin-top: 10px !important;
}
.btm-cities h3{text-align: left;
    font-size: 22px;}
.choose-us-content-container .single-content:nth-child(2) img{width:85px !important;}
.choose-us-content-container .single-content:nth-child(3) img{width:130px !important;}
.process-box-icon{padding-right:12px;}
.blog-section{
    padding-bottom: 40px;
    padding-top: 40px;
}
.about-section .row .col-sm-12.col-md-6.col-lg-6:nth-child(1), .choose-us-section .row .col-md-5:nth-child(1){order: 2;}

.about-section .col-sm-12.col-md-6.col-lg-6 {padding-top: 30px;
    padding-bottom: 30px;}
}
@media (min-width:980px){
.choose-us-content-container .single-content:nth-child(2) img{width:75px !important; padding-right:10px;}
.choose-us-content-container .single-content:nth-child(3) img{width:90px !important; padding-right:10px;}
.process-box-icon{padding-right:12px;}
header .menu-wrapper {
    display: flex !important;
    justify-content: flex-start !important;
}
header .menu-wrapper {
    align-items: center !important;;
}
header .logo, header nav, header{
     flex: auto;
}
.header-button-list {padding-left:20px;}
.btn-common.btn-hero a {
    font-weight: 700;
    font-size: 20px;
}
.btn-common.btn-hero{
    margin-right:20px;
    vertical-align: middle;
}
.btn-common.btn-hero a:hover{background-color: var(--color1); color:white;}
}
.about-section h5.inner-content-title,.single-content-inner p{
    padding-bottom: 0px;
}
.about-section .single-content{ padding-bottom: 20px;}
.about-section .single-content-inner p{
    padding-top: 6px;
    font-size:15px;
}
.service-carousel .blog-single-carousel{box-shadow:none;}
.contact-area.referal .section-heading.section-heading-2 ul {
    padding-left: 40px;
    margin-bottom: 10px;
}
.contact-area.referal .section-heading.section-heading-2 ul li {
    list-style: disc;
}
.blog-details-area .main-content ol li {
    list-style: inherit;
}
.blog-details-area .main-content ul li {
    list-style: disc;
    margin-left: 36px;
}
.blog-details-area .main-content h3 {
    font-size: 20px;
}
.blog-details-area .main-content h2 {
    font-size: 22px;
}
.about-section h4 {
    padding-top: 18px;
    margin-bottom:0px;
}
.about-1 {
    background: url(/assets/images/about/blog-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding:50px 0px;
}
.about-content p strong {
    padding-top: 15px !important;
    padding-bottom: 10px;
    display: inline-block;
}

@media (min-width:980px){
.menu-wrapper ul.sub-menu {width: 700px;
    float: left;
    position: absolute !important;
    left: 50%;
    transform: translate(-10%, 0);
    }

ul.sub-menu li {    display: inline-block;
    width: 45%;
    float:left !important;
    }
    
}
.disclaimer {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
}

.testimonial-single-thumb span {
    text-align: left;
}
.testimonial-single-thumb h2{
    text-align: left;
}
.blog-details-area .portfolio-wrapper .portfolio-caption a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.flags ul li {
    margin-right: 12px;
    display:inline-block
}
.flags ul{  
padding-top:20px;
padding-bottom: 20px;
}
.about-section .about-content ul {
    padding-left: 30px;
    padding-top: 10px;
}
.about-section .about-content li {list-style-type:disc; line-height:30px; color:#232323; font-weight:600}
.testimonial-single-box .test-icon {
    position: absolute;
    bottom: 40px;
}
.purchase-notification{
    position: fixed;
    width: 320px;
    bottom:40px;
    left: 24px;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: var(--themecolor);
    color: #fff;
    font-size: 14px;
    box-shadow: 0px 2px 10px 3px #1f1f1f38;
    z-index: 100;
}
.purchase-notification a{
    color:#fff;
    
}
.blog-details-area .main-content p{margin-top:0px; margin-bottom:0px;}
.blog-details-area .main-content h3{margin-bottom:5px;}
#products h3.mb-20 {
    text-align: center;
}
.ul3 li{
list-style-type: disc;
color: var(--themecolor)
}
.footer-copyright-text a {
    color: #fff;
    font-weight: bold;
}
section.about-area.bg-2 {
    padding-top: 20px;
}
.accordion-body ul li {
    color: #444;
}
.product-name a {
    color: var(--color1);
}
.uk-sticky-fixed {
    z-index: 980 !important;
}
section.ul-manage.clients-section2.padding-50px-tb.border-none.btm-cities h3 {
    display: none;
}



.accordion .accordion-item .accordion-header {
position: relative;
}

.accordion .accordion-item .accordion-body {
padding: 20px;
background: #edf0fa;
display: none;
}

.accordion .accordion-item:nth-child(1) .accordion-body {
display: block;
}
.ul4 li a:hover {
    color: var(--themecolor);
}
.blog-learn-more i{vertical-align: middle;}
header.uk-sticky {box-shadow: rgb(0 0 0 / 10%) 0px 1px 23px;}
.product-details p.text-med a {
    color: var(--themecolor) !important;
    font-weight:700;
}
section.error-area {
    padding: 25px 0px 50px;
}
.sidebar-wrap.product {
    position: sticky;
    top: 110px;
}
@media (max-width:1099px){
    .nav-btn a{padding: 8px 12px; font-size: 18px;}
}
@media (max-width:980px){
    .menu-wrapper .nav-btn p{
        display:none;
    }
    .btn-common.btn-hero a {
     display:none;
    }
    section.checkout-area.pt-70.pb-70 {
    padding: 30px 0;
   }
}
.menu-wrapper .nav-btn p{
    font-size: 14px;
    font-weight: 700;
    color: #232323;
    margin:0px;
    text-align:center;
}
.service-detail-text .main-content{
    padding:0px;
}
.uk-sticky-fixed .menu-wrapper .nav-btn p {
    color: #ffffff;
}
.uk-sticky .container-fluid {
    max-width: 1400px;
}
@media (min-width:768px) and (max-width:992px){
.menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.hero-section{
    background-position: 56% 0;
}
.menu-toggle .open_bar, .menu-toggle .close_bar{
    top:25px !important;
}
.header-button-list .btn {
    position: absolute;
    top: 13%;
    left: 82%;
}
.hero-section .hero-content-area h1 {
    font-size: 26px;
    line-height: 1.2;
}
.menu-wrapper{padding:0px !important;}
}
button.cart_fly {
    border-radius: 40px;
    background: var(--themecolor);
    display: inline-block;
    color: #fff;
    border: 2px solid var(--themecolor);
    padding: 6px 8px;
    font-size: 16px;
    font-weight: 500;
    z-index:999;
}
button.cart_fly i{color:#fff}
@media (min-width:980px) and (max-width:1024px){
.menu-wrapper nav ul li a{
    font-size: 14px;
}
.hero-section .hero-content-area {
   max-width: 60%;
}
}</pre></body></html>