@import url("https://fonts.googleapis.com/css2?family=Quattrocento:wght@400;700&display=swap");



:root{
    --progress-color: #f7f0ed;
  --background-color:var(--bg-card-main);
  --bg-1:#26273d;
  --bg-2:#39263d;
  --bg-3:#1f2a2f;
    --bg-main:var(--bg-3);

  --bg-card-1:#02498f;
  --bg-card-2:#02bbb8;
  --bg-card-3:#fbaf00;
  --bg-card-4:#00fb15;
  --bg-card-5:#fb4700;

  --shadow-1:rgba(2, 73, 143,0.6);
  --shadow-2:rgba(2, 251, 245,0.6);
  --shadow-3:rgba(251, 175, 0,0.6);
  --shadow-4:rgba(0, 251, 21,0.6);
  --shadow-5:rgba(251, 71, 0,0.6);
 --shadow-main:var(--shadow-4);

  --png-1: brightness(0) saturate(100%) invert(55%) sepia(100%) saturate(6000%) hue-rotate(190deg) brightness(100%) contrast(95%);
  --png-2:brightness(0) saturate(100%) invert(90%) sepia(10%) saturate(500%) hue-rotate(180deg) brightness(100%) contrast(100%);
  --png-3:brightness(0) saturate(100%) invert(60%) sepia(100%) saturate(1000%) hue-rotate(20deg) brightness(100%) contrast(100%);
  --png-4:brightness(0) saturate(100%) invert(70%) sepia(100%) saturate(1000%) hue-rotate(90deg) brightness(100%) contrast(100%);
  --png-5:brightness(0) saturate(100%) invert(30%) sepia(100%) saturate(1000%) hue-rotate(0deg) brightness(100%) contrast(100%);

  --png-main:var(--png-4);

  --bg-card-main:var(--bg-card-4);
}



html,
body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

body {
  direction: ltr;
    color: #686868;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
  font-family: 'Quattrocento', sans-serif;

}

p {

    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0a060e;
    font-style: normal;
    margin-bottom: 0;
    margin-top: 11px;
    line-height: 1.2;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 36px;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
    color: #232323;
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #0a060e;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    -webkit-transition: .5s;
    transition: .5s;
}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 26px;

}
@media (max-width:575px) {
  h2 {
    font-size: 22px;

}
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
    color: #fff;
}

.white p {
    color: #fff;
}

.white i {
    color: #fff;
}

ul {
    margin: 0px;
    padding: 0px;
}



ul {
    margin: 0;

    padding: 0;
}

input:focus,
button:focus {
    border-color: var(--bg-card-main);
    outline: 0;
    box-shadow: 0 0 6px var(--shadow-main);
}

textarea:focus {
    border-color: var(--bg-card-main);
    outline: 0;
       box-shadow: 0 0 6px var(--shadow-main);

}

hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

hr.style-2 {
    border-bottom: 1px dashed #f10;
}

hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8;
}

hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

label {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

a,
i,
cite,
em,
var,
address,
dfn,
ol,
li,
ul {
    font-style: normal;
    font-weight: 400;
}

.bg_color {
    background: var(--bg-main);
}

.bg_color2 {
    background:var(--bg-main)!important;
}

.white_bg {
    background: #fff;
}

.bg_fixed {
    background-attachment: fixed;
}

.bg_before {
    position: relative;
}

.bg_before:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(12, 90, 219, 0.3);
}

.nagative_mb {
    position: relative;
    margin-bottom: -180px;
    z-index: 1;
}


*::-moz-selection {
    background: var(--bg-main);
    color: #454545;
    text-shadow: none;
}

::-moz-selection {
    background: var(--bg-main);
    color: #454545;
    text-shadow: none;
}

::selection {
    background: var(--bg-main);
    color: #454545;
    text-shadow: none;
}

::placeholder {
    color: #454545;
    font-size: 16px;
}

::-webkit-input-placeholder {
    
    color: #454545;
}

::-moz-placeholder {
        color: #454545;
}

:-ms-input-placeholder {
    
    color: #454545;
}

:-moz-placeholder {
    
    color: #454545;
}

.counter_area ::-moz-selection {
    color: #001d23;
    text-shadow: none;
}

.contact_area ::-moz-selection {
    color: #001d23;
    text-shadow: none;
}

.contact_area ::selection {
    color: #001d23;
    text-shadow: none;
}

.contact_area ::placeholder {
    color: #001d23;
    font-size: 16px;
}

.contact_area ::-webkit-input-placeholder {
        color: #001d23;
}

.contact_area ::-moz-placeholder {
        color: #001d23;
}

.contact_area :-ms-input-placeholder {
        color: #001d23;
}

.contact_area :-moz-placeholder {
        color: #001d23;
}

.blog_reply ::-moz-selection {
    color: #151948;
}

.blog_reply ::-moz-selection {
    color: #151948;
}

.blog_reply ::selection {
    color: #151948;
}

.blog_reply::placeholder {
    color: #151948;
}

.blog_reply ::-webkit-input-placeholder {
        color: #151948;
}

.blog_reply ::-moz-placeholder {
        color: #151948;
}

.blog_reply :-ms-input-placeholder {
        color: #151948;
}

.blog_reply :-moz-placeholder {
        color: #151948;
}

.text-right {
    text-align: right!important;
}

.pl-0{
    padding-left: 0; 
}

.pr-0{
    padding-right: 0; 
}


.pt-60 {
    padding-top: 60px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-120 {
    padding-top: 120px;
}
.pt-50 {
    padding-top: 50px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-10 {
    padding-top: 10px;
}


.pb-60 {
    padding-bottom: 60px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-10 {
    padding-bottom: 10px;
}


.pl-60 {
    padding-left: 60px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-10 {
    padding-left: 10px;
}


.pr-60 {
    padding-right: 60px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-10 {
    padding-right: 10px;
}


.mt-60 {
    margin-top: 60px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-10 {
    margin-top: 10px;
}


.mb-60 {
    margin-bottom: 60px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}


.ml-60 {
    margin-left: 60px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-200 {
    margin-right: 200px;
}

.mr-190 {
    margin-right: 190px;
}

.mr-180 {
    margin-right: 180px;
}

.mr-170 {
    margin-right: 170px;
}

.mr-160 {
    margin-right: 160px;
}

.mr-150 {
    margin-right: 150px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-10 {
    margin-right: 10px;
}
.itpro_nav_manu {
  transition: 0.5s;
  z-index: 2;
  width: 100%;
  position: absolute;
  background: transparent;
  padding-top: 5px;
}

.navs-manu {
  border-bottom: 1px solid #abaeab;
  padding-bottom: 10px;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: #141323 !important;
  transition: 0.5s;
  z-index: 9;
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  animation-name: slideInDown;
}

.sticky .itpro_menu > ul > li > a {
  margin: 30px 10px;
}

.sticky .search-box-btn i {
  color: #fff;
}


nav.itpro_menu {
  text-align: right;
}

.itpro_menu ul {
  list-style: none;
  display: inline-block;
}

.itpro_menu > ul > li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.itpro_menu > ul > li > a {
  display: block;
  margin: 22px 15px 20px;
  color: #ffffff;
  transition: 0.5s;
  font-family: "Poppins";
  font-weight: 400;
}

nav.itpro_menu span {
  padding-left: 2px;
  display: inline-block;
  position: relative;
  top: 2px;
  font-size: 20px;
  transition: 0.5s;
}

.itpro_menu > ul > li > a:hover {
  color: var(--bg-card-main);
}

nav.itpro_menu a:hover span {
  transform: rotate(180deg);
}

.menu-btn {
  display: inline-block;
}


.header-button {
  display: inline-block;
}

.header-button a {
  padding: 11px 37px;
  color: #000;
  background: var(--bg-card-main);
  display: inline-block;
  font-family: "Poppins";
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.header-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  transform: scale(0, 1);
  transition: 0.5s;
}

.header-button a i {
  font-size: 16px;
  position: relative;
  top: 1px;
  padding-left: 4px;
}

.header-button a:hover:before {
  transform: scale(1);
}

.header-button a:hover {
  color: #fff;
}

.itpro_menu ul .sub-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 217px;
  text-align: left;
  background: #fff;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  visibility: hidden;
  border-top: 2px solid var(--bg-card-main);
  opacity: 0;
}

.itpro_menu ul li:hover > .sub-menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.itpro_menu ul .sub-menu li {
  position: relative;
}

.itpro_menu ul .sub-menu li a {
  display: block;
  padding: 12px 20px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 16px;
  font-family: "Fira Sans";
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  visibility: inherit !important;
  color: #211e3b !important;
}

.itpro_menu ul .sub-menu li:hover > a,
.itpro_menu ul .sub-menu .sub-menu li:hover > a,
.itpro_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.itpro_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
  background: var(--bg-card-main);
  color: #fff !important;
}

.itpro_menu ul .sub-menu .sub-menu {
  left: 100%;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.itpro_menu ul .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

.itpro_menu ul .sub-menu .sub-menu li {
  position: relative;
}

.itpro_menu ul .sub-menu .sub-menu .sub-menu {
  right: 100%;
  left: auto;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.itpro_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

ul.sub-menu li a span {
  background: var(--bg-card-main);
  padding: 5px 10px;
  color: #fff;
  opacity: 1;
  font-family: "Fira Sans";
  border-radius: 2px;
  margin-left: 5px;
  transition: 0.5s;
}

ul.sub-menu li:hover a span {
  background: rgba(255, 255, 255, 0.2);
}

.itpro_menu ul .sub-menu .sub-menu .sub-menu li {
  position: relative;
}

.itpro_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

.itpro_menu li a:hover:before {
  width: 101%;
}

.itpro_nav_manu.sticky .logo_img {
  display: none;
}

.main_sticky {
  display: none;
}

.itpro_nav_manu.sticky .main_sticky {
  display: flex;
}

.sticky .itpro_menu li a {
  color: #fff;
}

.itpro_nav_manu.sticky a.dtbtn {
  color: #fff;
  background: #f16722;
  border: 2px solid #f16722;
}

.itpro_nav_manu.sticky a.dtbtn:hover {
  color: #43baff;
}

.mobile-menu.mean-container {
  overflow: hidden;
}

.itpro_nav_manu.style-three .itpro_menu > ul > li > a {
  color: #232323;
  font-weight: 500;
}
.itpro_nav_manu.style-three .header-button a {
  border-radius: 0;
  border: 1px solid var(--bg-card-main);
}
.itpro_nav_manu.style-three .header-button a:before {
  border-radius: 0;
}
.itpro_nav_manu.style-three .header-button a:hover {
  border: 1px solid #10102e;
}

.slider-area {
  background: url(../images/content/Blade-In-Metal-Metalworking-With-Saw-Sparks-Mitre-Compound-At-Processing-With-Circu.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 915px;
  z-index: 1;
  position: relative;
}

/*slider content*/

.slider-content h3 {
  font-size: 18px;
  font-weight: 500;
  color: var(--bg-card-main);
  padding: 0px 35px 0px;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.slider-content h3:before {
  position: absolute;
  content: "";
  left: 5px;
  top: 5px;
  background: url(../images/slider/section.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
      filter: var(--png-main);
}
.slider-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.slider-content h1 {
  font-size: 58px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 30px;
}
.rpost-content{
  margin: 0 10px;
}
.slider-content span {
  color: var(--bg-card-main);
}

.hero-bnt-desc {
  display: flex;
  align-items: center;
}

.hero-description p {
  padding-left: 30px;
  color: #c6c1c1;
  width: 72%;
}

/*slider button*/

.hero-button {
  display: inline-block;
}
.row.hero-bg {
  position: relative;
  z-index: 1;
}

.slider-shape-thumb {
  position: absolute;
  left: 49rem;
  top: -126px;
  z-index: -1;
}

.slider-shape-thumb3 {
  position: absolute;
  left: 17rem;
  bottom: -7rem;
  animation-name: float-bob3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.slider-shape-thumb3 img{
      filter: var(--png-main);
}
.slider-shape-thumb4 {
  position: absolute;
  left: 50rem;
  bottom: -60px;
  animation-name: rotateme;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.slider-shape-thumb4 img{
    width: 300px;
    height: 90px;
    object-fit: contain;
    border-radius: 45px;
}
.hero-button a {
  padding: 15px 35px;
  font-family: "Poppins";
  font-size: 18px;
  color: #000;
  background: var(--bg-card-main);
  display: inline-block;
  border: 2px solid var(--bg-card-main);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  transition: 0.5s;
  transform: scale(0, 0.1);
}

.hero-button a i {
  position: relative;
  top: 2px;
  transition: 0.5s;
  padding-left: 5px;
}

.hero-button a:hover {
  color: #000;
}

.hero-button a:hover:before {
  transform: scale(1);
}

.itpro-section-title h2 {
  font-size: 30px;
  margin: 0;
  font-weight: 600;
}

.itpro-section-title span {
  color: var(--bg-card-main);
}

.itpro-section-title p {
  padding: 25px 0 0;
  color: #9f9f9f;
}

.text-center.itpro-section-title p {
  padding: 21px 0 0;
  color: #686868;
  width: 48%;
  margin: auto;
}
.text-center{
  position: relative;
}
.itpro-section-title h5 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--bg-card-main);
  margin: 0 0 21px 53px;
  position: relative;
  display: inline-block;
}

.itpro-section-title h5:before {
  position: absolute;
  content: "";
  top: 10px;
  left: -53px;
  height: 2px;
  width: 42px;
  background: var(--bg-card-main);
}

.text-center.itpro-section-title h5 {
  margin: 0 0 21px 0px;
}

.text-center.itpro-section-title h5:after {
  position: absolute;
  content: "";
  top: 10px;
  right: -53px;
  height: 2px;
  width: 42px;
  background: var(--bg-card-main);
}

.service-area {
  background: url(../images/resource/feature-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 95px 0 70px;
}
.elem-centr{
  justify-content: center;
}
.dreamit-service-box {
  padding: 0px 25px 30px;
  background-color: #fff;
  border: 1px solid rgba(35, 35, 35, 0.1);
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.dreamit-service-box::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background: url(../images/abstract-bg-3.jpg);
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}

.em-service-title h2 {
  font-size: 20px;
  font-weight: 500;
  padding: 55px 0 42px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.em-service-title h2:before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 22px;
  margin: auto;
  width: 40px;
  height: 2px;
  background: var(--bg-card-main);
}

.em-service-icon {
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  line-height: 76px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid rgba(35, 35, 35, 0.1);
  transition: 0.5s;
}

.em-service-icon img {
  transition: 0.5s;
}

.service-number h1 {
  font-size: 55px;
  opacity: 10%;
  position: absolute;
  top: 0;
  left: 10px;
  margin: auto;
}

.em-service-text p {
  transition: 0.5s;
}


.service-button a {
  padding: 8px 18px 8px 24px;
  font-size: 15px;
  font-family: "Fira Sans";
  border-radius: 22px;
  background-color: #ffffff;
  color: #232323;
  border: 1px solid rgba(35, 35, 35, 0.1);
  display: inline-block;
  margin-top: 11px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.service-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #10102e;
  border-radius: 30px;
  transform: scale(0);
  transition: 0.5s;
}

.service-button a i {
  font-size: 18px;
  color: var(--bg-card-main);
  display: inline-block;
  position: relative;
  top: 2px;
  transition: 0.5s;
}

.itpro-button a {
  padding: 13px 42px;
  font-family: "Fira Sans";
  font-weight: 500;
  color: #fff;
  background: var(--bg-card-main);
  display: inline-block;
  border-radius: 30px;
  border: 1px solid var(--bg-card-main);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.itpro-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #fff;
  border-radius: 30px;
  transition: 0.5s;
}

.itpro-button a i {
  margin: 0 7px;
  font-size: 18px;
  padding-left: 5px;
  position: relative;
  top: 2px;
}

.itpro-button a:hover {
  color: var(--bg-card-main);
}

.itpro-button a:hover:before {
  width: 100%;
  left: 0;
}

.dreamit-service-box:hover .em-service-title h2,
.dreamit-service-box:hover .em-service-text p {
  color: #fff;
}

.dreamit-service-box:hover .em-service-text p {
  color: #fff;
}

.dreamit-service-box:hover .em-service-icon img {
  filter: brightness(0) invert(1);
}

.dreamit-service-box:hover .em-service-icon {
  background: var(--bg-card-main);
}

.dreamit-service-box:hover .service-button a:before {
  transform: scale(1);
}

.dreamit-service-box:hover .service-button a {
  color: #fff;
  border: 1px solid #fff;
}

.dreamit-service-box:hover .service-button a i {
  color: #fff;
}

.dreamit-service-box:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
}


.service-area.style-two {
  padding: 105px 0 150px;
  background: url(../images/abstract-bg-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.single-service-box {
  padding: 0px 36px 30px 40px;
  background: #1a2525;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  height: 100%;
  border-bottom: 4px solid transparent;
}

.single-service-box:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 0;
  right: 0;
  height: 6px;
  margin: auto;
  background: var(--bg-card-main);
  transition: 0.5s;
}

.service-icon img {
  filter: brightness(0);
}

.service-number {
  position: absolute;
  right: 25px;
}

.number-title h4 {
  font-size: 44px;
  color: #fefefe;
  opacity: 0.055;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.service-content {
  display: flex;
  align-items: self-end;
}

.service-icon {
  float: left;
  margin: 0 20px;
  width: 88px;
  height: 94px;
  line-height: 85px;
  background-color: var(--bg-card-main);
  text-align: center;
  transition: 0.5s;
}

.serivce-title h3 {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  display: inline;
  transition: 0.5s;
}

.srvc-description p {
  color: #c6c1c1;
  padding: 25px 0 0;
}

.single-service-box:hover:before {
  width: 100%;
}

.single-service-box:hover .service-icon {
  border-radius: 100%;
}

.style-three.service-area {
  background: url(../images/resource/service-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 95px 0 84px;
  position: relative;
  z-index: 1;
}

.style-three.service-area:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 19, 35, 0.9);
}

.style-three .dreamit-service-box {
  padding: 36px 15px 30px;
  background-color: #fff;
  border: 0;
  border-radius: 3px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.style-three .dreamit-service-box::before {
  background: url(../images/resource/box-bg3.png);
  border-radius: 3px;
  background-repeat: no-repeat;
  background-size: cover;
}

.style-three .em-service-icon1.upper {
  margin-bottom: 27px;
}

.style-three .em-service-icon1 {
  font-size: 35px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.style-three .em-service-icon1:after {
  position: absolute;
  content: "";
  top: 10px;
  left: 13px;
  height: 58px;
  width: 58px;
  background: #f6f5f5;
  border-radius: 100%;
  z-index: -1;
  transition: 0.5s;
}

.em-service-icon1 img {
  transition: 0.5s;
}

.style-three .em-service-title h3 {
  margin: 10px 0 20px;
  font-size: 22px;
  font-weight: 500;
  transition: 0.5s;
}

.style-three .service-bar {
  background: var(--bg-card-main);
  height: 2px;
  width: 64px;
  position: relative;
  border-radius: 30px;
  left: 0;
  right: 0;
  margin: 0 auto 19px;
  transition: 0.5s;
}

.style-three .service-bar:before {
  height: 2px;
  transition: 0.5s;
}

.style-three .service-button a {
  padding: 10px 22px;
  font-size: 15px;
  font-family: "Fira Sans";
  border-radius: 30px;
  background-color: #f6f5f5;
  border: 0;
}

.style-three .dreamit-service-box:hover .em-service-icon1 img {
  filter: brightness(0) invert(1);
}

.style-three .dreamit-service-box:hover .service-bar {
  background: #fff;
}

.style-three .dreamit-service-box:hover .em-service-icon1:after {
  background: #ff784e;
}

.style-three .dreamit-service-box:hover .service-bar:before {
  background: var(--bg-card-main);
}

.style-three .dreamit-service-box:hover .em-service-title h3 {
  color: #fff;
}

.style-three .dreamit-service-box:hover .service-button a {
  color: #fff;
  border: 0;
}

.service-shape {
  position: absolute;
  right: 0;
  top: 0;
  animation: moveLeftBounce 3s linear infinite;
  z-index: -1;
  opacity: 0.2;
}

.service-shape1 {
  position: absolute;
  left: 35px;
  bottom: -190px;
}

.service-bottom-text {
  text-align: center;
  padding: 50px 0 0;
}

.service-bottom-text p {
  font-size: 18px;
  color: #f4f4f4;
}

.service-bottom-text p a {
  padding: 6px 25px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid var(--bg-card-main);
  font-family: "Fira Sans";
  color: #fff;
  background: var(--bg-card-main);
  border-radius: 30px;
  display: inline-block;
  margin-left: 15px;
  position: relative;
  z-index: 1;
}

.service-bottom-text p a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: #10102e;
  transform: scale(0);
  transition: 0.5s;
}

.service-bottom-text p a:hover:before {
  transform: scale(1);
}

.service-area.new-style {
  background: #fff;
}

.service-area.new-style .single-service-box {
  border: 1px dashed #cccccc;
  padding: 10px;
  transition: 0.5s;
  border-radius: 5px;
  margin-bottom: 30px;
}

.service-area.new-style .service-icon-thumb {
  position: relative;
  margin-top: -50px;
  margin-left: 20px;
}

.service-area.new-style .service-box-thumb img {
  width: 100%;
}

.service-area.new-style .service-content {
  padding: 15px 20px 12px;
}

.service-area.new-style .service-content h2 {
  font-size: 22px;
}

.service-area.new-style .service-content p {
  padding-top: 12px;
}

.service-area.new-style .service-content a {
  color: #232323;
  font-weight: 600;
  font-size: 15px;
  padding-left: 38px;
  position: relative;
  transition: 0.5s;
}

.service-area.new-style .service-content a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  height: 2px;
  width: 30px;
  background: var(--bg-card-main);
}

.service-area.new-style .single-service-box:hover {
  border-color: var(--bg-card-main);
}

.service-area.new-style .service-content a:hover {
  color: var(--bg-card-main);
}

.about-area {
  padding: 100px 0 80px;
  position: relative;
}

.about-area .dreamit-about-thumb {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width:991px) {
  .dreamit-about-thumb{
     margin-top: 60px!important;
}
}
.dreamit-about-thumb img {
width: 100%;
height: 383px;
object-fit: cover;
border-radius: 20px;
}
.dreamit-icon-title h4 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  padding: 2px 0 10px;
  font-style: italic;
}

.dreamit-icon-list {
  direction: initial;
  padding: 5px 0 0;
}

.dreamit-icon-list ul li {
  display: flex;
  gap:10px;
  list-style: none;
  padding: 14px 0 0px;
  color: #686868;
}

.upper.dreamit-icon-list ul li i {
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid var(--bg-card-main);
  display: inline-block;
  color: var(--bg-card-main);
  font-size: 17px;
  margin-right: 8px;
}


.about-people-info {
  display: flex;
  padding: 42px 0 0;
}

.people-pic {
  padding-right: 20px;
}

.people-name h4 {
  font-size: 20px;
  font-weight: 600;
}

.people-name span {
  color: var(--bg-card-main);
  padding: 9px 0 0;
  display: inline-block;
}

.about-shape-thumb1 {
  position: absolute;
  left: -61px;
  bottom: -102px;
  z-index: -1;
}


.row.about-bg {
  padding: 100px 0 0;
}

.style-two.itpro-section-title h2 {
  font-size: 44px;
  margin: 0;
  font-weight: 500;
  line-height: 60px;
}

.itpro-section-title h4 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 21px 33px;
  position: relative;
  display: inline-block;
}

.itpro-section-title h4:before {
  position: absolute;
  content: "";
  left: -31px;
  top: 0px;
  background: url(../images/slider/section.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
    filter: var(--png-main);
}


.about-section {
    background: var(--bg-main);
  padding: 110px 0 120px;
}


.about-thumb img{
  width: 100%;
  height: 560px;
  object-fit: cover;
}
@media (max-width:991px) {
  .about-thumb img{
    height: 346px;
}}
.about-thumbs {
  position: relative;
  z-index: 1;
}
.about-thumbs img{
  width: 100%;
  height: 560px;
  object-fit: cover;
}
.about-item {
  padding: 27px 30px 8px;
  border: 1px solid #404b4f;
  border-radius: 4px;
  margin-top: 35px;
}

.about-icon {
  float: left;
  margin-right: 25px;
}
.about-icon img{
  filter: var(--png-main);
}
.about-content {
  overflow: hidden;
}

.about-content h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin-top: 5px;
  display: inline-block;
}

.about-content p {
  padding: 15px 0 0;
  color: #9f9f9f;
}

.about-counter-box {
  padding: 55px 0 0;
}

.counter-content h2 {
  font-size: 46px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
}

.counter-content h3 {
  font-size: 18px;
  font-weight: 500;
  color: var(--bg-card-main);
  padding: 10px 0 0;
}

.dreamit-about-thumb1 {
  margin-left: 64px;
}

.about-shape-box {
  position: relative;
  z-index: 1;
}

.about-shape-thumb img {
  position: absolute;
  top: -280px;
  left: 26px;
}

.style-three.about-area {
  background: #fff;
  padding: 0px 0 82px;
}

.upper.style-three.about-area {
  padding: 90px 0 90px;
}

p.about-text1 {
  opacity: inherit;
  padding: 16px 0 0;
}



.style-three .dreamit-icon-list ul li {
  padding: 12px 0 0px;
}

.style-three .dreamit-icon-list ul li span {
  color: #232323;
  font-family: "Fira Sans";
}

.style-three .dreamit-icon-list ul li i {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  background-color: inherit;
  display: inline-block;
  color: var(--bg-card-main);
  font-size: 22px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}

.style-three.about-area .itpro-button {
  margin-top: 32px;
}


.progress-box {
  margin: 35px auto 0 0px;
  font-family: "Fira Sans";
}

.circle_percent {
  font-size: 80px;
  width: 80px;
  height: 80px;
  position: relative;
  background: #ffeae3;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin: 0 20px 0 0;
  z-index: 1;
}

.circle_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  clip: rect(0 1em 1em 0.5em);
}

.round_per {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background: var(--bg-card-main);
  clip: rect(0 1em 1em 0.5em);
  transform: rotate(180deg);
  transition: 1.05s;
}

.percent_more .circle_inner {
  clip: rect(0 0.5em 1em 0em);
}

.percent_more:after {
  position: absolute;
  left: 0.5em;
  top: 0em;
  right: 0;
  bottom: 0;
  background: var(--bg-card-main);
  content: "";
}

.circle_inbox {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #fff;
  z-index: 3;
  border-radius: 50%;
}

.percent_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 22px;
  line-height: 26px;
  color: #232323;
  text-align: center;
}

.extra-progress {
  display: inline-block;
  padding: 0 0 0 70px;
}

.circle-progress-title {
  display: inline-block;
}

.circle-progress-title h4 {
  font-size: 18px;
  line-height: 28px;
  color: #232323;
  font-weight: 500;
  position: relative;
  top: -30px;
}

.style-three .about-shape-thumb1 {
  position: absolute;
  left: -191px;
  bottom: -98px;
  z-index: 1;
  display: none;
}

.style-three .about-shape-thumb3 {
  position: absolute;
  right: 37px;
  top: -4px;
  z-index: -1;
  filter: var(--png-main);
}

.upper1.style-three.about-area {
  padding: 88px 0 82px;
  background: url(../images/resource/why-choose-bg.png);
}

.upper1.style-three.about-area .dreamit-about-thumb {
  margin: 0px 0 0 30px;
}

.style-three .about-shape-thumb3 {
  position: absolute;
  right: 144px;
  top: -4px;
  z-index: -1;
    filter: var(--png-main);

}

.about-area.new-style {
  background: url(../images/about/about-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.about-area.new-style .about-thumb {
  position: relative;
  margin-left: -100px;
  margin-right: 50px;
}

.about-area.new-style .about-thumb img {
  width: 100%;
}

.about-area.new-style .about-icon-thumb {
  float: left;
  margin-right: 20px;
}

.about-area.new-style .about-icon-box {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.about-area.new-style .about-icon-box.border-non {
  border-bottom: none;
}

.about-area.new-style .about-box-content {
  overflow: hidden;
}

.about-area.new-style .about-box-content h2 {
  font-size: 20px;
  padding-bottom: 8px;
  margin-top: 0;
}

.new-button a {
  display: inline-block;
  background: var(--bg-card-main);
  padding: 14px 35px;
  color: #fff;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.new-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: #10102e;
  transform: scale(0);
  transition: 0.5s;
}

.new-button a:hover:before {
  transform: scale(1);
}



.row.video-bg .video-icon {
  text-align: center;
  margin-top: 12rem;
  display: block;
  transition: 0.5s;
}

.video-icon a {
  width: 107px;
  height: 107px;
  line-height: 107px;
  color: #fff;
  background: var(--bg-card-main);
  display: inline-block;
  text-align: center;
  font-size: 40px;
  transition: 0.5s;
  border-radius: 3px;
}

.row.video-bg:hover .video-icon a {
  border-radius: 50%;
}

.row.video-bg:hover .video-icon {
  transform: rotate(180deg);
}

.counter-vip {
  padding: 85px 0 0;
}

.couter-top-title h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 0 76px;
}

.couter-top-title h3:before {
  position: absolute;
  content: "";
  left: -40px;
  top: 9px;
  height: 2px;
  width: 393px;
  background-color: rgba(255, 255, 255, 0.14901960784313725);
}

.couter-top-title h3:after {
  position: absolute;
  content: "";
  right: -40px;
  top: 9px;
  height: 2px;
  width: 393px;
  background-color: rgba(255, 255, 255, 0.14901960784313725);
}

.counter-title h4 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}

.counter-title span {
  font-size: 48px;
  font-weight: 600;
  display: inline-block;
  color: var(--bg-card-main);
}

.counter-title p {
  color: #9d9ea6;
}



.case-study-area.style-two {
  margin-top: -80px;
}

.style-two .case-study-title h6 {
  font-size: 16px;
  color: var(--bg-card-main);
  font-weight: 400;
  padding: 0;
  transition: 0.5s;
  font-family: "Rubik", sans-serif;
}

.style-two .case-study-title h3 {
  margin-top: 7px;
}

.case-icn {
  float: right;
  margin: -50px 30px 0 0;
}

.case-icn a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 30px;
  text-align: center;
  background-color: #ffffff;
  color: #232323;
  display: inline-block;
  border-radius: 2px;
}

.style-two .case-study-thumb:hover .case-study-title h6:before {
  border: 0;
}

.style-two .case-study-thumb2:hover .case-study-content {
  bottom: 25px;
  opacity: 1;
}
.style-two .case-study-thumb2:hover {
  opacity: 1;
}


.style-three.case-study-area {
  background: #fff;
  padding: 95px 0 110px;
}

.portfolio_nav {
  margin-bottom: 40px;
}

.portfolio_menu ul {
  text-align: center;
  list-style: none;
}

.portfolio_nav ul li {
  background: #f6f5f5;
  font-size: 15px;
  font-family: "Fira Sans";
  transition: all 0.5s ease 0s;
  cursor: pointer;
  padding: 6px 25px;
  font-weight: 500;
  position: relative;
  margin: 0 3px;
  margin-bottom: 7px;
  display: inline-block;
  border-radius: 30px;
}

.portfolio_menu ul li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  transition: 0.5s;
}

.portfolio_menu ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 24px;
  height: 2px;
  width: 0%;
  background: #fff;
  transition: 0.5s;
}

.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
  color: #fff;
  background: var(--bg-card-main);
}

.case-study-thumb2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.case-study-thumb2::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    180deg,
    rgba(35, 35, 35, 0) 0%,
    rgba(35, 35, 35, 0.9999999999999999) 100%
  );
  top: 0;
  content: "";
  opacity: 0;
  transition: 0.5s;
}

.case-study-thumb2 img {
  width: 100%;
}

.case-study-title h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
}


.case-study-title h6 {
  font-size: 17px;
  color: var(--bg-card-main);
  font-weight: 500;
  padding: 0 0 0 32px;
  position: relative;
  transition: 0.5s;
}

.case-study-title h3 a {
  color: #fff;
  font-weight: 600;
  font-size: 19px;
}

.style-three .case-study-content {
  position: absolute;
  bottom: -120px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s;
  opacity: 0;
}

.case-study-content-inner {
  position: relative;
  z-index: 1;
}

.case-study-content-inner:before {
  position: absolute;
  content: "";
  z-index: -1;
  bottom: 0;
  left: 0;
  background: url(../images/resource/port.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 160px;
  filter: var(--png-main);
}

.style-three .case-study-title {
  padding: 0 25px 27px 30px;
}

.style-three .case-study-title h3 {
  line-height: 26px;
}

.style-three .case-study-title h3 a {
  color: #fff;
  font-weight: 500;
}

.style-three .case-study-title h6 {
  color: #fff;
}

.video-icon.style-two {
  position: absolute;
  transition: 0.5s !important;
  top: 79%;
  left: inherit;
  right: 27px;
  border: 2px dashed var(--bg-card-main);
  border-radius: 30px;
  padding: 5px;
}

.style-three .case-study-title h6:before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  top: 10px;
  width: 22px;
  border: 1px solid #fff;
}


@media (max-width:767px) {
  .style-three .case-study-thumb2 .case-study-content {
  bottom: 0;
  opacity: 1;
}
}
@media (min-width:768px) {
  .style-three .case-study-thumb2:hover .case-study-content {
  bottom: 0;
  opacity: 1;
}
}

.style-three .style-two.video-icon a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: var(--bg-card-main);
  display: inline-block;
  font-size: 13px;
}

.single_portfolio_icon {
  position: absolute;
  right: 168px;
  top: 20px;
  opacity: 0;
  transition: 0.5s;
}

.single_portfolio_icon a i {
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: var(--bg-card-main);
  display: inline-block;
  font-size: 16px;
}





@media (max-width:767px) {
.case-study-thumb2 .single_portfolio_icon {
  right: 30px;
  opacity: 1;
}
}
@media (min-width:768px) {
.case-study-thumb2:hover .single_portfolio_icon {
  right: 30px;
  opacity: 1;
}
}

@media (max-width:767px) {
  .case-study-thumb2:before {
  opacity: 1;
}
}
@media (min-width:768px) {
  .case-study-thumb2:hover:before {
  opacity: 1;
}
}
.port-shape-thumb2 {
  position: absolute;
  top: -147px;
  right: -240px;
  z-index: 11;
}

.port-shape-thumb {
  position: absolute;
  left: 25px;
}
.port-shape-thumb img {
  filter: var(--png-main);
}
.testimonial-area {
  direction: initial;
  background: url(../images/resource/contact-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 95px 0 95px;
  position: relative;
  z-index: 1;
}

.testimonial-single-box {
  padding: 18px 30px 24px;
  transition: all 0.4s ease 0s;
  position: relative;
  margin-top: 10px;
  text-align: left;
  z-index: 1;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 30px;
}

.testimonial-single-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 12px;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  z-index: -1;
  background: url(../images/resource/earth.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.testimonial-single-box:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  height: 100%;
  width: 0;
  transition: 0.5s;
  z-index: -1;
  border-radius: 3px;
  background: url(../images/resource/box-bg4.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  filter: var(--png-main);
}

.quote-thumb {
  float: left;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
.quote-thumb img {
  width: 97px;
    height: 97px;
    object-fit: contain;
    border-radius: 50%;
}
.quote-thumb:before {
  content: "";
  font-size: 18px;
  position: absolute;
  bottom: 5px;
  right: -10px;
  background: url(../images/resource/quote1.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31px;
  height: 31px;
}

.quote-title {
  position: relative;
  top: 10px;
}

.quote-title h4 {
  font-size: 20px;
  font-weight: 600;
  transition: 0.5s;
  padding: 0 0 5px;
}

.quote-title p {
  color: var(--bg-card-main);
  transition: 0.5s;
}

.em-testimonial-text p {
  display: inline-block;
  transition: 0.5s;
  padding: 20px 0 0px;
}

.em-testi-start-icon i {
  color: var(--bg-card-main);
  transition: 0.5s;
  display: inline-block;
}

.testi-counter-box {
  text-align: right;
}

.upper.testi-counter-box {
  position: relative;
  z-index: 1;
}

.testi-counter-title h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
}

.testi-counter-title span {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  font-family: "Fira Sans";
  color: var(--bg-card-main);
}

.testi-counter-title p {
  color: #fff;
  padding: 10px 0 0;
}

.testimonial-single-box:hover:after {
  left: 0;
  width: 100%;
}

.testimonial-single-box:hover .quote-title h4,
.testimonial-single-box:hover .quote-title p,
.testimonial-single-box:hover .em-testimonial-text p,
.testimonial-single-box:hover .em-testi-start-icon i {
  color: #fff;
}

.testi-shape-thumb {
  position: absolute;
  left: -120px;
  top: 0;
  animation: moveLeftBounce 3s linear infinite;
  z-index: -1;
  opacity: 0.2;
  filter: var(--png-main);
}

.row.testi-rotate {
  position: relative;
}

.testi-shape-thumb1 {
  position: absolute;
  left: 247px;
  top: -85px;
}


.testimonial-area.style-two {
  background: url(../images/resource/testi-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0 130px;
}

.testimonial-area.style-three {
  background: #fff;
  padding: 130px 0 130px;
}

.testi-thumb {
  position: relative;
  z-index: 1;
  padding-left: 40px;
}

.testi-thumb img {
  transition: 0.5s;
 border-radius: 20px;
 width: 100%;
 object-fit: cover;
 height: 444px;
}

.testi-thumb1 {
  position: absolute;
  top: 0;
  z-index: -1;
}
.testi-thumb1 img{
   filter: var(--png-main);
}
.testi-thumb2 img{
   filter: var(--png-main);
}
.testi-thumb2 {
  position: absolute;
  top: 0;
  z-index: -1;
}

.testi-thumb img:hover {
  transform: rotate(20deg);
}

.testimonial-area.style-two .itpro-section-title p {
  width: 88%;
}

.testimonial_list .owl-dots {
  text-align: center;
  padding: 20px 0 0;
}


.testimonial-section {
  background: url(../images/resource/testi-bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 114px 0 90px;
}

.testi-single-box {
  padding: 35px 40px 30px;
  margin-top: 0;
  border-radius: 0;
  background: #192525;
  margin-bottom: 30px;
  border-bottom: 4px solid transparent;
  position: relative;
  z-index: 1;
}

@media (min-width:768px) {
  .testi-single-box:before {
  position: absolute;
  content: "";
  bottom: -86px;
  right: -154px;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  background: url(../images/resource/quote2.png);
  background-repeat: no-repeat;
  background-position: center center;
  filter: var(--png-main);
}
}

.testi-single-box:after {
  position: absolute;
  content: "";
  bottom: -4px;
  right: 0;
  left: 0;
  margin: auto;
  height: 5px;
  width: 0;
  transition: 0.5s;
  background: var(--bg-card-main);
}

.quote-thumb2 {
  float: left;
  margin-right: 20px;
}
.quote-thumb2 img {
  object-fit: contain;
  width: 89px;
  height: 89px;
}
.testimonial-section .quote-title {
  position: relative;
  top: 0;
}

.testimonial-section .quote-title h4 {
  font-weight: 500;
  color: #fff;
}

.testimonial-section .quote-title p {
  color: #fff;
  opacity: 0.5;
}

.testimonial-section .em-testimonial-text p {
  padding: 12px 0 0px;
  color: #fff;
  opacity: 0.702;
}

.testi-single-box:hover:before {
  filter: brightness(1) invert(0);
}

.testi-single-box:hover:after {
  width: 100%;
}

.active.center .testi-single-box:before {
  filter: brightness(1) invert(0);
}

.active.center .testi-single-box:after {
  width: 100%;
}


.team-section {
  padding: 110px 0px 90px;
  background: url(../images/resource/team-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.team-single-box {
  border-bottom: 4px solid transparent;
  margin-bottom: 30px;
  overflow: hidden;
}

.team-thumb {
  position: relative;
  z-index: 1;
}

.team-thumb:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: #1a2525;
  width: 100%;
  height: 0%;
  opacity: 0.352;
  transition: 0.5s;
}

.team-single-box:hover .team-thumb:before {
  height: 100%;
  top: 0;
}

.team-thumb img {
  width: 100%;
}

.team-content h3 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

.team-content h4 {
  font-size: 16px;
  color: var(--bg-card-main);
  font-weight: 400;
}

.team-content {
  background: #192525;
  text-align: center;
  padding: 10px 0 35px;
  position: relative;
  z-index: 1;
}

.team-content:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  right: 0;
  height: 6px;
  margin: auto;
  background: var(--bg-card-main);
  transition: 0.5s;
}

.team-social-icon {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -120px;
  text-align: center;
  background: #192525;
  width: 289px;
  height: 289px;
  border-radius: 145px;
}

.team-social-icon a {
  display: inline-block;
  color: var(--bg-card-main);
  margin-top: 26px;
  padding: 0px 5px 0;
  border-radius: 30px;
  font-size: 15px;
  transition: 0.5s;
  border: 1px dashed transparent;
}

.team-social-icon a:hover {
  border: 1px dashed;
}

.team-single-box:hover .team-content:before {
  width: 100%;
}


.team_area {
  direction: initial;
  background: url(../images/resource/why-choose-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0 70px;
}

.single_team {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.single_team_thumb1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single_team_thumb1 img {
  width: 100%;
  object-fit: cover;
  height: 355px;
}

.single_team_content {
  width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
}

.team-title {
  padding: 10px 0 17px;
  background: var(--bg-card-main);
  text-align: center;
  width: 80%;
  position: relative;
  z-index: 1;
  left: 10%;
  border-radius: 3px 3px 0 0;
  transform: perspective(500px) rotateX(90deg);
  -webkit-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
}

.team-title h4 {
  font-size: 22px;
  font-weight: 500;
  padding: 0 0 4px;
  color: #fff;
}

.team-title span {
  color: #fff;
}

.single_team_icon {
  position: relative;
  z-index: 1;
  top: -1px;
  left: 10%;
  width: 80%;
  background: #131323;
  text-align: center;
  padding: 14px 0 14px;
  border-radius: 0 0 3px 3px;
  transform: perspective(500px) rotateX(-90deg);
  -webkit-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
}

.single_team_icon a {
  width: 38px;
  height: 38px;
  line-height: 41px;
  text-align: center;
  border-radius: 50px;
  background-color: #373644;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-right: 6px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single_team_icon a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--bg-card-main);
  transform: scale(0);
  border-radius: 50px;
  transition: 0.5s;
}

.single_team:hover .single_team_icon {
  transform: perspective(500px) rotateX(0deg);
}

.single_team:hover .team-title {
  transform: perspective(500px) rotateX(0deg);
}

.single_team_icon a:hover:before {
  transform: scale(1);
}


.style-two.team_area {
  direction: initial;
  padding: 100px 0 100px;
  background: #fff;
}

.style-two .single_team {
  padding: 40px 0 0;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 0 30px 0 30px;
  filter: drop-shadow(0px 5px 7.5px rgba(102, 102, 102, 0.08));
  background-color: #ffffff;
  border: 1px solid rgba(85, 85, 85, 0.1);
}

.team-title2 h4 {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0 6px;
}

.team-title2 span {
  font-size: 15px;
}

.single_team_icon2 {
  padding: 13px 0 10px;
  background: #fff4f2;
  border-radius: 0 30px 0 30px;
  margin-top: 27px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.single_team_icon2:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 30px 0px 30px;
  background: var(--bg-card-main);
  transform: scale(0, 1);
  transition: 0.5s;
}

.single_team_icon2 a {
  display: inline-block;
  color: var(--bg-card-main);
  font-size: 16px;
  margin-right: 15px;
}

.team-title2 h4:hover {
  color: var(--bg-card-main);
}

.style-two .single_team:hover .single_team_icon2:before {
  transform: scale(1);
}

.style-two .single_team_icon2 a:hover {
  color: #141323 !important;
}

.style-two .single_team:hover .single_team_icon2 a {
  color: #fff;
}


.call-to-section {
  position: relative;
  background: url(../images/content/A-In-Working-Cutting-Workshop-Unrecognizable-Seen-Are-Sparks-Person-Metal.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 575px;
}

.call-to-section:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 15, 30, 0.8);
}
.call-to-section .hero-button {
  display: block;
  padding: 35px 0 0;
}

.call-to-section .style-two.itpro-section-title h2 {
  font-weight: 600;
}

.faq-area {
  background: url(../images/resource/faq-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 94px 0 96px;
  position: relative;
  z-index: 1;
}

.faq-area:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 15, 30, 0.8);
}

.accordion li {
  list-style: none;
  padding: 2px 0px 15px;
  position: relative;
  z-index: 1;
}

.accordion li:before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 20px;
  top: 16px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.10196078431372549);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.active .accordion li:before {
  background-color: rgba(255, 255, 255, 0.10196078431372549) !important;
}

.accordion li a {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  font-family: "Fira Sans";
  font-weight: 400;
  font-size: 18px;
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.050980392156862744);
  border: 1px solid #626065;
  padding: 14px 20px 14px 59px;
  border-radius: 30px;
  z-index: 1;
}

.accordion li p {
  display: none;
  font-size: 16px;
  padding: 25px 0 10px 30px;
  margin: 0;
  color: #fff;
  opacity: 0.8;
}

.accordion a:before {
  width: 2px;
  height: 10px;
  background: var(--bg-card-main);
  position: absolute;
  right: 32px;
  content: " ";
  top: 22px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}

.accordion a:after {
  width: 10px;
  height: 2px;
  background: var(--bg-card-main);
  position: absolute;
  right: 28px;
  content: " ";
  top: 26px;
  transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fff;
}

.accordion a.active:before {
  display: none;
}

a.active {
  color: #fff !important;
  border: 1px solid var(--bg-card-main); !important;
  background: var(--bg-card-main); !important;
}

.accordion li a span {
  position: relative;
  z-index: 1;
}


.tab_container {
  position: relative;
}

.faq-sectiions {
  background: url(../images/content/Number-A-It-With-Machine-Large-On-Metal-37-The.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 95px 0 85px;
  position: relative;
  z-index: 1;
}

.faq-sectiions:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 15, 30, 0.8);
}

.faq-sectiions .dreamit-icon-list ul li {
  color: #d1d2d7;
}

.faq-sectiions .dreamit-icon-list ul li i {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  background-color: inherit;
  display: inline-block;
  color: var(--bg-card-main);
  font-size: 22px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}

.faq-sectiions .itpro-button {
  margin-top: 40px;
}

.faq-sectiions .itpro-section-title p {
  color: #fff;
  opacity: 0.8;
}

.study-button a i {
  transition: 0.5s;
}

.study-button a:hover i {
  color: var(--bg-card-main);
}


.brand-section {
  padding: 50px 0 50px;
}

.single-brand img {
  width: 100%;
}


.upper1.brand-section {
  background: url(../images/resource/counter-bg23.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.brand-section.srv-page {
  padding: 50px 0 50px;
  background: url(../images/resource/why-choose-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.brand-section.style-two {
  padding: 90px 100px 90px 295px;
  background: #161f22;
}

.brand-thumb img {
  display: inline-block !important;
  transition: 0.5s;
}

.brand-single-box {
  margin: 20px;
  padding: 26px 25px 28px;
  transition: 0.5s;
}

.active.center .brand-single-box {
  background: #143537;
  text-align: center;
}

.active.center .brand-thumb img {
  filter: brightness(0) invert(1);
}

.call-do-action-section {
  background: linear-gradient(rgba(17, 26, 58, 0.75), rgba(17, 26, 58, 0.75)),
    transparent url(../images/resource/cda1.jpg) no-repeat center/cover;
  padding: 100px 0 115px;
}

.call-do-action-content h2 {
  font-size: 35px;
  font-weight: 600;
}

.call-do-action-content p {
  width: 35%;
  margin: auto;
  padding: 15px 0 0;
}

.btn-common a {
  color: #fff;
  font-size: 17px;
  background: var(--bg-card-main);
  padding: 14px 31px;
  border: 1px solid var(--bg-card-main);
  border-radius: 5px;
  transition: 0.5s;
  text-transform: capitalize;
}

.btn-common a:hover {
  background: #fff;
  color: var(--bg-card-main);
}

.video-icon {
  display: inline-block;
  transition: 0.5s;
}

.video-icon-cda a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  color: var(--bg-card-main);
  background: #fff;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-animation: hassan 1s linear infinite;
  animation: hassan 1.5s linear infinite;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 28px;
  z-index: 1;
}

@-webkit-keyframes hassan {
  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 hassan {
  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);
  }
}

.contract-form-bg {
  padding: 15px 35px 40px;
  background: #fff;
  border-radius: 3px;
  width: 430px;
  position: relative;
  z-index: 1;
  margin-top: -140px;
  left: 100px;
}

.contract-form-bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 147px;
  width: 100%;
  background: var(--bg-card-main);
  z-index: -1;
  border-radius: 3px 3px 0 0;
}

.contract-form-bg:after {
  position: absolute;
  content: "";
  top: 137px;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(https://m100.ditsolution.net/html/itpro/solution2/assets/images/resource/square-line.png);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-form-title {
  padding: 0 0 72px;
}

.contact-form-title h4 {
  font-size: 30px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
}

.contact-form-title p {
  color: #fff;
  font-size: 18px;
  padding: 10px 0 0;
}

.dreamits-top-title h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 0 44px;
}

.dreamits-top-title h3:before {
  position: absolute;
  content: "";
  left: -15px;
  top: 9px;
  height: 2px;
  width: 380px;
  background-color: rgba(35, 35, 35, 0.10196078431372549);
}

.dreamits-top-title h3:after {
  position: absolute;
  content: "";
  right: -15px;
  top: 9px;
  height: 2px;
  width: 380px;
  background-color: rgba(35, 35, 35, 0.10196078431372549);
}


.blog-area {
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 130px 0 130px;
}

.single-blog-box {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.single-blog-thumb {
  transition: 0.5s;
  overflow: hidden;
}

.single-blog-thumb img {
  width: 100%;
  height: 289px;
  object-fit: cover;
  overflow: hidden;
  transition: 0.5s;
}

.blog-top-button {
  position: absolute;
  top: 10px;
  left: 10px;
}

.blog-top-button a {
  padding: 4px 17px 2px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Fira Sans";
  background: var(--bg-card-main);
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.blog-top-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #10102e;
  border-radius: 30px;
  transform: scale(0);
  transition: 0.5s;
}

.blog-top-button a:hover:before {
  transform: scale(1);
}

.em-blog-content {
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid rgba(29, 33, 36, 0.12);
  padding: 22px 30px 18px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}



.meta-blog-text p {
  padding: 0 0 0 25px;
  margin: 0;
  position: relative;
  z-index: 1;
}

.meta-blog-text p:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 55%;
  height: 55%;
  background: url(../images/resource/date.png);
  background-repeat: no-repeat;
  background-size: contain;
  filter: var(--png-main);
}

.em-blog-title h2 {
  font-size: 22px;
  padding: 2px 0 42px;
}

.em-blog-title h2 a {
  display: inline-block;
  font-weight: 600;
  transition: 0.5s;
  line-height: 30px;
}

.em-blog-thumb {
  float: left;
}

.em-blog-icon {
      display: flex;
    align-items: center;
    gap:10px;
}

.em-blog-icon-title {
  display: inline-block;
}

.em-blog-icon-title h6 {
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
  margin-top: 0;
}

.blog-button {
  text-align: right;
}

.blog-button a {
  display: inline-block;
  color: #232323;
  transition: 0.5s;
  font-family: "Fira Sans";
  font-weight: 600;
}

.blog-button i {
  font-size: 20px;
  display: inline-block;
  color: var(--bg-card-main);
  position: relative;
  top: 2px;
}

.single-blog-box:hover .em-blog-title h2 a {
  color: var(--bg-card-main);
}

.single-blog-box:hover .single-blog-thumb img {
  transform: scale(1.1);
}

.single-blog-box:hover .em-blog-content {
  filter: drop-shadow(0 0 35px rgba(196, 196, 196, 0.5));
  background-color: #ffffff;
  border: 1px solid rgba(29, 33, 36, 0.12);
}

.blog-area.style-two {
  background: #fff;
  padding: 95px 0 70px;
  position: relative;
}

.blog-area.style-two.page {
  padding: 100px 0 100px;
}

.blog-area.style-two .itpro-button a {
  padding: 15px 33px;
}

.blog-area.style-two .itpro-button a i {
  font-size: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  background: inherit;
  color: #fff;
  margin-left: 0;
  margin-right: 25px;
}

.blog-button a:hover {
  color: var(--bg-card-main);
}

.blog-area.style-two .itpro-button a:hover i {
  color: var(--bg-card-main);
}

.blog-area.style-two .port-shape-thumb2 {
  position: absolute;
  top: -70px;
  right: 10px;
  z-index: 11;
  opacity: 0.3;
}


.blog-area.new-style {
  background: #fff;
}

.blog-area.new-style .single-blog-thumb {
  position: relative;
}

.blog-area.new-style .blog-top-button a {
  border-radius: 5px;
}

.blog-area.new-style .blog-top-button a:before {
  border-radius: 5px;
}

.blog-area.new-style .blog-top-button {
  bottom: 25px;
  left: 30px;
  top: inherit;
}

.blog-area.new-style .em-blog-content:before {
  display: none;
}

.blog-area.new-style .em-blog-title h2 {
  font-size: 20px;
  padding: 0px 0 15px;
}

.blog-area.new-style .meta-blog-text a {
  color: #232323;
  padding-right: 25px;
  font-weight: 500;
  position: relative;
  transition: 0.5s;
}

.blog-area.new-style .meta-blog-text a::before {
  content: "";
  background: #68697d;
  width: 1px;
  height: 14px;
  position: absolute;
  right: 12px;
  top: 3px;
}

.blog-area.new-style .meta-blog-text a:hover {
  color: var(--bg-card-main);
}

.blog-area.new-style .owl-dot {
  background-color: #1f2932;
}

.blog-area.new-style .owl-dot.active {
  background-color: var(--bg-card-main);
}


.blog-new.blog-area {
  background: var( --bg-main);
  padding: 120px 0 90px;
}

.blog-new .single-blog-box {
  background: #1a2525;
  padding: 30px 29px 30px;
  border-radius: 10px;
}

.blog-thumb {
  position: relative;
  z-index: 1;
}

.blog-thumb:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: #1a2525;
  width: 100%;
  height: 0%;
  opacity: 0.352;
  transition: 0.5s;
}

.blog-thumb:hover:before {
  height: 100%;
  top: 0;
}

.blog-new .blog-content {
  padding: 25px 0 0;
  transition: 0.5s;
  box-shadow: none;
  position: relative;
  z-index: 1;
}

.blog-new .meta-blog-text p {
  padding: 0 0 5px 25px;
  color: #fff;
  font-family: "Poppins";
}

.blog-title h2 a {
  display: inline-block;
  font-weight: 500;
  transition: 0.5s;
  line-height: 32px;
  font-size: 22px;
  color: #ffffff;
  padding: 5px 0 0;
}

.blg-btn a {
  font-weight: 500;
  font-family: "Poppins";
  color: #fff;
  display: inline-block;
  padding: 14px 0 25px;
}

.blg-btn a i {
  position: relative;
  top: 2px;
  padding-left: 5px;
}

ul.meta-blog-user {
  border-top: 1px solid #323c3c;
  padding: 15px 0 0;
}

ul.meta-blog-user li {
  display: inline-block;
  color: #fff;
}

li.blg-rght {
  float: right;
}

span.pd-rght {
  padding-right: 12px;
}

ul.meta-blog-user li i {
  padding:0 8px;
  color: var(--bg-card-main);;
}

.blog-title h2 a:hover {
  color: var(--bg-card-main);;
}


.subscribe-area {
  padding: 100px 0 100px;
  background: #161f22;
}

.row.subscribe-bg {
  direction: initial;
  background: url(../images/abstract-bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 80px 40px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.subscbe-icon {
  float: left;
  padding-right: 30px;
}

.subscribe-title {
  display: inline-block;
}

.subscribe-title h1 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}

.subscribe-title p {
  color: #fff;
  padding: 8px 0 0;
  font-family: "Poppins";
  opacity: 0.9;
}

.subscribe_form {
  position: relative;
}

.subscribe_form input {
  font-size: 14px;
  height: 55px;
  padding: 5px 25px;
  position: relative;
  width: 100%;
  background: #ffffff;
  border: 0;
  margin-bottom: 14px;
  border-radius: 0;
}
.subscribe_forms input {
  font-size: 14px;
  height: 55px;
  padding: 5px 25px;
  position: relative;
  width: 100%;
  background: #ffffff;
  border: 0;
  margin-bottom: 14px;
  border-radius: 0;
}

.subscribe_form button {
  transition: all 0.4s ease 0s;
  border: medium none;
  background: var(--bg-card-main);
  color: #fff;
  font-family: "Fira Sans";
  font-weight: 500;
  text-align: center;
  height: 55px;
  padding: 15px 30px;

  right: 0;
  bottom: 0px;
  display: inline-block;
  z-index: 1;
  border-radius: 0;
}
.subscribe_forms button {
  transition: all 0.4s ease 0s;
  border: medium none;
  background: var(--bg-card-main);
  color: #fff;
  font-family: "Fira Sans";
  font-weight: 500;
  text-align: center;
  height: 55px;
  padding: 15px 30px;

  right: 0;
  bottom: 0px;
  display: inline-block;
  z-index: 1;
  border-radius: 0;
}

@media (min-width:575px) {
  .subscribe_form button {
  position: absolute;}
}
.subscribe_form button:hover {
  background: #11102f;
  color: #fff;
}
.subscribe_forms button:hover {
  background: #11102f;
  color: #fff;
}


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

.footer-section {
  background: url(../images/abstract-bg-4.jpg);
  background-size: cover;
  background-position: center;
  padding: 110px 0 0;
}

.row.footer-bg {
  direction: initial;
  padding: 0px 0 90px;
  position: relative;
}

h4.widget-title {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}

.company-info-desc p {
  color: #c6c1c1;
  padding: 35px 0 10px;
  font-family: "Poppins";
}
.follow-company-icon{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.follow-company-icon span {
  font-size: 18px;
  color: #fff;
  padding-right: 10px;
  font-family: "Poppins";
}

.follow-company-icon a {
  font-size: 17px;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: #c6c1c1;
  position: relative;
  z-index: 1;
}

.follow-company-icon a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #1a2525;
  border: 1px dashed var(--bg-card-main);
  border-radius: 50px;
  transform: scale(0);
  transition: 0.5s;
}
.menu-quick-link-content {
  padding: 10px 0 0;
}
ul.footer-menu li {
  display: block;
  list-style: none;
  padding: 16px 0 0;
}
ul.footer-menu li a {
  font-family: "Poppins";
  color: #c6c1c1;
  transition: 0.5s;
}

p.subcbe-txt {
  color: #c6c1c1;
  padding: 10px 0 11px;
  font-family: "Poppins";
}

.send-btn button.btn {
  padding: 12px 30px;
  background: var(--bg-card-main);
  width: 100%;
  height: 55px;
  border-radius: 0;
  margin-top: 5px;
}

ul.footer-menu li a:hover {
  color: var(--bg-card-main);
}
.follow-company-icon a:hover:before {
  transform: scale(1);
}
.follow-company-icon a:hover {
  color: #fff;
}

.row.footer-bttm {
  border-top: 1px solid rgba(255, 255, 255, 0.10196078431372549);
  margin: 0 0 0 0;
  padding: 0 0 15px;
}

.footer-bottom-content-copy p {
  color: #fff;
  margin: 22px 0 5px;
}

ul.footer-bottom-menu li {
  display: inline-block;
  list-style: none;
  padding: 22px 0 0px 20px;
}

ul.footer-bottom-menu li a {
  color: #c6c1c1;
  transition: 0.5s;
}

ul.footer-bottom-menu li a:hover {
  color: var(--bg-card-main);
}

.breadcumb-area {
  background: linear-gradient(rgba(19, 19, 35, 0.6), rgba(0, 0, 0, 0.5)),
    url(../images/content/In-In-Welder-Welding-Old-An-His-Industrial-Works-And-Machine-Stru-Metal-Welds-Hand-Workshop-A-Holds.jpg) no-repeat center/cover;
  height: 550px;
  position: relative;
}

.breadcumb-content h1 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
}

.breadcumb-content ul li {
  color: var(--bg-card-main);
  font-weight: 500;
  font-family: "Fira Sans";
  text-transform: capitalize;
  display: inline-block;
}

.breadcumb-content ul li a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Fira Sans";
  color: #fff;
  text-transform: uppercase;
  padding-right: 30px;
  position: relative;
  z-index: 1;
}

.breadcumb-content ul li a:before {
  position: absolute;
  content: "";
  right: 5px;
  top: 9px;
  background: #fff;
  width: 16px;
  height: 2px;
  transition: 0.5s;
}

.britcam-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--bg-card-main);
  width: 32%;
  padding: 15px 60px 0;
  clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.upp.breadcumb-content ul li {
  color: #fff;
}

.abouts_areas {
  direction: initial;
  padding: 100px 0 130px;
  background:var(--bg-main);
}
.abouts_thumb {
  position: relative;
}
.abouts_thumb img {
  width: 100%;
  border-radius: 7px;
  object-fit: cover;
  height: 223px;
}
.abouts_titles {
  position: absolute;
  bottom: -30px;
  left: -25px;
}

.abouts_titles h3 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  background: var(--bg-card-main);
  padding: 30px 120px 30px 30px;
  border-radius: 7px;
  position: relative;
  max-inline-size: 25ch;
}

.abouts_icons {
  position: absolute;
  top: 55px;
  right: 30px;
}

.abouts_icons i {
  display: inline-block;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  line-height: 45px;
  background: #fff;
  color: var(--bg-card-main);
  text-align: center;
  font-size: 20px;
}

.upper.abouts_titles {
  right: -25px;
  left: inherit;
}

.abouts_titles h3:hover {
  background: #10102e;
}


.contact-section {
  background: url(../images/abstract-bg-5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0 120px;
}
.contact-section2 {
  background: url(../images/abstract-bg-5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 120px;
}

.contact-section .itpro-section-title p {
  padding: 18px 0 25px;
  color: #c6c1c1;
}


@media (min-width:575px) {
  .contacts-thumb {
  float: left;
  margin-right: 25px;
}
}
.contacts-thumb img {
  width: 240px;
  height: 190px;
    object-fit: cover;
}
.contact-item-list span {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  padding: 0px 0 18px;
  display: inline-block;
}
@media (max-width:575px) {
  .contact-info{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.contact-item-list ul li {
  list-style: none;
  display: block;
  padding: 9px 0 0;
  color: #c6c1c1;
}

.contact-item-list ul li i {
  display: inline-block;
  font-size: 20px;
  padding-right: 10px;
  color: var(--bg-card-main);
}


.customer-service {
  padding: 25px 35px 25px;
  background: var(--bg-card-main);
  margin-top: 56px;
}

.customer-content {
  display: flex;
  align-items: center;
}

.customer-content h3 {
  font-size: 44px;
  font-weight: 400;
  color: #000303;
  display: inline-block;
  margin: 0;
}

.customer-content p {
  display: inline-block;
  color: #000000;
  margin: 0 0 0 22px;
}


.form-contact-box {
  padding: 25px 50px 47px;
  background: #354145;
  border-top: 8px solid var(--bg-card-main);
}

.form-content h4 {
  margin: 25px 0px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}

.form-content p {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 15px 0 25px;
}

.form_box input {
  width: 100%;
  height: 55px;
  background-color: #1a1b1e;
  border: 1px solid rgba(97, 97, 97, 0.24);
  padding-left: 25px;
  color: #fff;
  transition: 0.5s;
}

.form_box textarea {
  width: 100%;
  background: #1a1b1e;
  padding-left: 25px;
  padding-top: 20px;
  height: 110px;
  border: 0;
  color: #fff;
  transition: 0.5s;
}

.form_box textarea::placeholder {
  color: #9f9f9f;
}

.form_box input::placeholder {
  color: #9f9f9f;
}

.quote_button button {
  padding: 13px 15px;
  background: var(--bg-card-main);
  border: 1px solid var(--bg-card-main);
  display: block;
  color: #000;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  border-radius: 0;
}

.quote_button button:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000303;
  transform: scale(0, 1);
  transition: 0.5s;
}

.quote_button button:hover {
  color: var(--bg-card-main);
}

.quote_button button:hover:before {
  transform: scale(1);
}
.quote_button a {
  padding: 13px 15px;
  background: var(--bg-card-main);
  border: 1px solid var(--bg-card-main);
  display: block;
  color: #000;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  border-radius: 0;
}

.quote_button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000303;
  transform: scale(0, 1);
  transition: 0.5s;
}

.quote_button a:hover {
  color: var(--bg-card-main);
}

.quote_button a:hover:before {
  transform: scale(1);
}

.service-detials-area {
  padding: 100px 0 70px;
}

.service-detials-area .itpro-service-thumb img {
  width: 100%;
}

.service-page-title h1 {
  line-height: 42px;
}

.service-page-title h1 {
  font-size: 36px;
  font-weight: 600;
  color: #0d0e14;
  padding: 20px 0 20px;
  display: inline-block;
}

.serivce-details-desc p span {
  color: var(--bg-card-main);
}

.service-details-box {
  background: #f5f5f5;
  padding: 20px 25px 13px;
  border-radius: 4px;
  margin-bottom: 30px;
  margin-right: 5px;
}

.service-details-icon {
  float: left;
  margin-right: 25px;
  margin-top: 10px;
}

.service-details-icon img {
  border-radius: 4px;
}

.service-details-title h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  padding: 0 0 12px;
}

.services-detials-desc p {
  font-size: 15px;
  line-height: 26px;
}

.service-page-title2 h1 {
  line-height: 38px;
  margin: 0;
}

.service-page-title2 h1 {
  font-size: 30px;
  font-weight: 600;
  color: #0d0e14;
  padding: 10px 0 16px;
  display: inline-block;
}

.service-details-thumb {
  position: relative;
}

.widget-service-details-icon p {
  margin-bottom: 12px;
}

.widget-service-details-icon i {
  font-size: 25px;
  color: var(--bg-card-main);
  display: inline-block;
  margin-right: 2px;
  position: relative;
  top: 4px;
}

.service-work-process-box {
  padding: 40px 25px 20px;
  background: #f5f5f5;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 30px;
}

.service-work-process-number {
  display: inline-block;
  padding: 10px;
  position: relative;
}

.service-work-process-number:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 10px solid var(--bg-card-main);
  border-radius: 50%;
  opacity: 0.3;
}

.service-work-process-number span {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: var(--bg-card-main);
  display: inline-block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.service-work-process-title h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  padding: 20px 0 10px;
}

.service-work-process-desc p {
  font-size: 15px;
  line-height: 26px;
}

.widget_search {
  padding: 30px 30px 30px;
  border-radius: 4px;
  margin-bottom: 30px;
  background: #f5f5f5;
}

.widget_search form {
  position: relative;
}

.widget_search input {
  border-radius: 4px;
  padding-left: 20px;
  height: 60px;
  width: 100%;
  position: relative;
  color: #0d0e14;
  border: 0;
}

button.icons {
  border: 0;
  font-size: 18px;
  color: #fff;
  padding: 1px 15px;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  background: var(--bg-card-main);
  border-radius: 0 4px 4px 0;
}

.upper.widget_search {
  padding: 0;
  margin-bottom: 30px;
  background: inherit;
  text-align: right;
}

.upper.widget_search input {
  height: 56px;
  width: 73%;
  color: #0d0e14;
  border: 1px solid rgba(13, 14, 20, 0.1);
  border-radius: 4px 0px 0px 4px;
}

.upper.widget_search input:focus-visible {
  box-shadow: none;
}

.upper button.icons {
  height: 56px;
  width: 56px;
}

.widget-categories-box {
  background: #f5f5f5;
  padding: 42px 40px 25px;
  border-radius: 5px;
}

.categories-title h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 2px solid #e9e9ea;
  padding: 0px 0 15px;
  margin: 0 0 30px;
  position: relative;
}

.categories-title h4:before {
  position: absolute;
  content: "";
  left: -42px;
  top: 0;
  height: 24px;
  width: 2px;
  background: var(--bg-card-main);
}

.service-detials-area .categories-title h4:before {
  left: -37px;
}

.widget-categories-menu ul {
  display: block;
}

.widget-categories-menu ul li {
  display: block;
  list-style: none;
  margin-bottom: 15px;
  background: #fff;
  padding: 16px 20px 16px;
  border-radius: 4px;
  transition: 0.5s;
  color: #0d0e14;
}

.widget-categories-menu ul li:hover,
.widget-categories-menu ul li.active {
  background: var(--bg-card-main);
  color: #fff;
}

.widget-categories-menu ul li a {
  display: block;
  transition: 0.5s;
  color: inherit;
}

.widget-categories-menu ul li:hover a {
  color: inherit;
}

.service-details-icon-box {
  margin-left: 20px;
}



.widget-title2 h3 {
  font-size: 42px;
  line-height: 44px;
  font-weight: 600;
  color: #ffff;
  padding: 31px 0 40px;
}

.widget-button a {
  padding: 17px 40px;
  font-size: 17px;
  font-weight: 500;
  background: var(--bg-card-main);
  color: #fff;
  border-radius: 4px;
  display: inline-block;
}

.widget-button a i {
  margin-right: 5px;
}


.feature-area.style-two {
  direction: initial;
  padding: 50px 0 120px;
}


@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.tab {
  padding-top: 50px;
  position: relative;
  left: 10px;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}

.tabs li {
  float: left;
  line-height: 38px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.tabs li a {
  background-color: #10102e;
  color: #fff;
  font-family: "Fira Sans";
  font-weight: 500;
  display: inline-block;
  outline: none;
  padding: 5px 26px;
  transition: all 0.2s ease-in-out;
  border-bottom: 2px solid var(--bg-card-main);
}

.tabs_item {
  display: none;
  padding: 30px 0;
}

.tabs_item:first-child {
  display: block;
}

.tabs_item img {
  width: 210px;
  float: left;
  margin-right: 12px;
}

li.current a {
  background: var(--bg-card-main) !important;
  color: #fff;
}

ul.tabs-inner-list li {
  display: inline-block;
  margin: 3px 0;
}

ul.tabs-inner-list li i {
  display: inline-block;
  margin-right: 12px;
  color: var(--bg-card-main);
  font-size: 15px;
}

.feture-area .dreamit-icon-list ul li span {
  color: #232323;
  font-weight: 400;
  font-family: "Fira Sans";
}

.feture-area .dreamit-icon-list ul li i {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  background-color: inherit;
  display: inline-block;
  color: var(--bg-card-main);
  font-size: 22px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}


.counter-section {
  background: url(../images/resource/subscribe-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 40px 0 50px;
}

.counter-text h1 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.counter-text h1::before {
  position: absolute;
  content: "";
  top: 1px;
  left: -10px;
  height: 60px;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: -1;
}

.counter-section .counter-text span {
  font-weight: 500;
  font-size: 80px;
  color: #fff;
}

.counter-section .counter-title {
  float: right;
  position: relative;
  top: 35px;
  left: 30px;
}

.counter-section .counter-title::before {
  position: absolute;
  content: "";
  top: -3px;
  left: -16px;
  width: 2px;
  height: 60px;
  background: #fff;
}

.counter-section .counter-title h4 {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  padding: 0 0 0;
}

.counter-section .counter-title h3 {
  font-size: 20px;
  color: #fff;
  margin: 0;
  font-weight: 500;
}


.counter-single-box {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.upper.counter-single-box:before {
  background: inherit;
}

.style-two .counter-content2 h1 {
  font-weight: 600;
  font-size: 50px;
  color: #232323;
  display: inline-block;
  margin-top: 6px;
}

.counter-content2 h1 span {
  color: var(--bg-card-main);
}

.counter-content2 p {
  display: block;
  font-size: 18px;
  opacity: 0.8;
  margin: 0;
}


.counter-single-box .bg-bar::before {
  position: absolute;
  right: -13px;
  left: inherit;
  bottom: 48px;
  width: 1px;
  height: 110px;
  background: #e2e1e1;
  content: "";
  transition: 0.5s;
}

.counter-single-box .bg-bar::after {
  -webkit-animation-duration: 7s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-name: mh-miraj;
  animation-name: mh-miraj;
  width: 1px;
  height: 30px;
  left: inherit;
  right: -13px;
  bottom: 152px;
}

.upper.counter-single-box .bg-bar::after {
  -webkit-animation-duration: 4s;
}

@-webkit-keyframes mh-miraj {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateY(105px);
    transform: translateY(105px);
  }
}


.pricing-section {
  padding: 95px 0 70px;
  background: url(../images/resource/why-choose-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pricing-single-items {
  box-shadow: 0 0 25px rgb(0, 0, 0, 0.2);
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
}

.style-2 .pricing-thumb img {
  filter: brightness(0) invert(1);
}

.pricing-title {
  padding: 12px 0 30px;
}

.pricing-title h3 {
  font-size: 22px;
  font-weight: 600;
}

.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;
}

.pricing-feature ul li b {
  font-weight: 500 !important;
  font-family: "Fira Sans";
  font-size: 18px;
}

.btn-common.pc-btn a {
  cursor: pointer;
  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(--bg-card-main);
}

.pricing-single-items.style-2 {
  background: var(--bg-card-main);
  color: #fff;
  padding: 25px 0;
}

.pricing-single-items.style-2:hover .btn-common.pc-btn a {
  background-color: #fff;
  color: var(--bg-card-main);
}

.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.style2 .btn-common.pc-btn a {
  color: #fff;
  background: var(--bg-card-main);
  border-color: #fff;
}


.style-two.pricing-section {
  padding: 130px 0 110px;
  background: #fdf6ea;
}

.style-two.pricing-section .text-center.itpro-section-title p {
  width: 56%;
}

.pricing-single-box {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(85, 85, 85, 0.1);
  position: relative;
  z-index: 1;
}

.pricing-single-box:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  border-radius: 5px;
  background: #141323;
  transition: 0.5s;
}

.pricing-head {
  background: #fff4f2;
  padding: 13px 40px 30px;
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
}

.pricing-head:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px 5px 0 0;
  background: var(--bg-card-main);
  transform: scale(0, 1);
  transition: 0.5s;
}

.pricing-single-box .pricing-title h3 {
  font-weight: 600;
  transition: 0.5s;
  font-size: 18px;
}

.pricing-single-box .pricing-item-text span {
  font-size: 36px;
  font-weight: 600;
  color: var(--bg-card-main);
  transition: 0.5s;
}

.pricing-single-box .month {
  font-size: 16px !important;
  color: var(--bg-card-main); !important;
  transition: 0.5s;
  padding-left: 5px;
}

.pricing-single-box .pricing-title {
  padding: 12px 0 34px;
}

.pricing-body {
  padding: 35px 40px 0px;
}

.pricing-single-box .pricing-feature ul li {
  display: block;
  font-size: 16px;
  padding: 8px 0;
  transition: 0.5s;
}

.pricing-single-box .pricing-feature ul li i {
  padding-right: 4px;
  font-size: 18px;
}

li.prc-color {
  opacity: 0.5;
}

.pricing-btn a {
  color: #fff;
  cursor: pointer;
  background: #141323;
  font-size: 16px;
  padding: 11px 40px;
  border-radius: 0 30px 0px 30px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 18px;
  top: 20px;
}

.pricing-btn a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 30px 0px 30px;
  background: var(--bg-card-main);
  transform: scale(0, 1);
  transition: 0.5s;
}

.pricing-btn a i {
  margin: 0 10px;
  position: relative;
  top: 2px;
  padding-left: 5px;
  font-size: 18px;
}

.pricing-single-box:hover .pricing-head:before {
  transform: scale(1);
}

.pricing-single-box:hover .pricing-btn a:before {
  transform: scale(1);
}

.pricing-single-box:hover:before {
  width: 100%;
  left: 0;
}

.pricing-single-box:hover .pricing-title h3 {
  color: #fff;
}

.pricing-single-box:hover span {
  color: #fff !important;
}

.pricing-feature ul li i:hover {
  color: var(--bg-card-main);
}

.pricing-single-box:hover .pricing-feature ul li {
  color: #fff;
}


.style-three.pricing-section {
  padding: 115px 0 00px;
  background: #fffdfe;
}

.style-three .pricing-single-box {
  background: url(https://m100.ditsolution.net/html/itpro/solution2/assets/images/resource/pric-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  border: 0;
  padding: 0 0 45px;
}

.style-three .pricing-head {
  background: url(../images/resource/prc-hd.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 34px 40px 39px;
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
}

.style-three .pricing-single-box:before {
  position: inherit;
  background: transparent;
}

.style-three .pricing-head:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px 5px 0 0;
  background: url(../images/resource/prc-hd2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(0, 1);
  transition: 0.5s;
}

.style-three .pricing-single-box .pricing-title h3 {
  font-weight: 500;
  transition: 0.5s;
  font-size: 16px;
  border-radius: 20px;
  background-color: #19151d;
  display: inline-block;
  color: #fff;
  padding: 10px 28px;
}

.style-three .pricing-single-box .pricing-item-text span {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  transition: 0.5s;
  padding: 7px 0 0;
  font-family: "Poppins";
}

.style-three .pricing-single-box .month {
  color: #fff !important;
}

.style-three .pricing-single-box .pricing-feature ul li i {
  font-size: 16px;
  color: var(--bg-card-main);
}

.style-three .pricing-single-box .pricing-feature ul li {
  color: #01101e;
}

.style-three li.prc-color {
  opacity: 0.7;
}

.style-three .pricing-btn a {
  color: var(--bg-card-main);
  background: transparent;
  border: 1px solid var(--bg-card-main);
  padding: 12px 40px;
  border-radius: 30px;
  display: block;
  margin-top: 32px;
  top: 0;
  text-align: center;
}

.style-three .pricing-btn a:before {
  border-radius: 30px;
}

.style-three .pricing-btn a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: url(https://m100.ditsolution.net/html/itpro/solution2/assets/images/resource/btn-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(0, 1);
  transition: 0.5s;
}

.style-three .pricing-single-box:hover .pricing-btn a {
  color: #fff;
}

.web-dev-section {
  background: url(../images/resource/why-choose-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 100px;
}

.web-dev-thumb-section img {
  width: 100%;
}

.web-dev-single-content {
  margin-bottom: 30px;
}

.content-position {
  font-size: 18px;
  color: var(--bg-card-main);
  font-weight: 600;
  font-family: "Fira Sans";
}

.content-title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  padding: 5px 0 10px 0;
  font-family: "Fira Sans";
}

.content-text {
  padding: 0 10px 0 0;
}

.feature-content-section {
  background: url(../images/resource/why-choose-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 0 70px;
}

.feature-content-section .single-content .content-icon {
  font-size: 40px;
  margin-right: 30px;
  color: var(--bg-card-main);
}

.feature-content-section .content-text h4 {
  font-size: 20px;
  font-weight: 500;
  color: #444;
  padding: 0px 0 4px;
}

.feature-content-section .single-content {
  border: 1px solid #e6e6e6;
  padding: 25px 15px;
  transition: 0.5s;
  margin-bottom: 30px;
}

.feature-content-section .single-content:hover {
  box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.1);
}

.contact-us {
  padding: 100px 0 100px;
  background:var(--bg-main);
}

.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: 35px;
  color: #fff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background: var(--bg-card-main);
  border-radius: 5px;
  display: inline-block;
  margin: 10px 25px;
}

.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: 10px 0;
}
.cda-content-inner a{
  color: white;
}
.cda-content-area {
  background: #10102e;
  padding: 21px 0;
}

.cda-single-content {
  margin: 0 45px;
  padding: 25px 0 17px;
}

.contact-us .appoinment-title h3 {
  margin-bottom: 20px;
  padding-top: 35px;
  font-weight: 500;
}

.contact-us .input-box {
  color: #000;
}

.contact_from_box {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 27px 40px 45px;
}

.style-two.contact-us {
  background: url(../images/abstract-bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 100px;
}

.style-two .contact_from_box {
  box-shadow: none;
  background: transparent;
  padding: 0;
}

.style-two .form_box input {
  background: #424458;
  border-radius: 5px;
  color: #fff;
}

.style-two .form_box textarea {
  background: #424458;
  height: 135px;
  border-radius: 5px;
  color: #fff;
}

.style-two .quote_button button {
  padding: 13px 30px;
  display: inline-block;
  border-radius: 5px;
  width: inherit;
  background: var(--bg-card-main);
  transition: 0.5s;
}

.style-two .quote_button button:hover {
  background: #424458;
}

.style-two .form_box input::placeholder {
  color: #fff;
  opacity: 0.8;
}

.style-two .form_box textarea::placeholder {
  color: #fff;
  opacity: 0.8;
}


.blog-section {
  background: #f2f2f2;
  padding: 100px 0 100px;
}

.blog-section.style-6.bg-3 {
  padding: 100px 0 60px;
}

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

.pagination a:hover {
  background: var(--bg-card-main);
  color: #fff;
}

.widget-items {
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.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: 45px;
  position: relative;
}

.widget-title h2 {
  margin-top: 0;
}

.widget-archieve-item {
  color: #232323;
}

.widget-archieve-item:hover {
  color: var(--bg-card-main);
}

.widget-items .widget-title h2 {
  color: #232323;
  display: block;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.widget-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  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(--bg-card-main);
  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 a {
  color: #686868;
}

.catagory-item ul li:hover a {
  color: var(--bg-card-main);
}

.upp.widget-items {
  padding: 35px 27px 15px;
}

.rpost-thumb {
  margin-right: 20px;
  padding: 0 0 22px;
}
.rpost-thumb img {
  height: 62px;
    width: 62px;
    object-fit: cover;
}
.rpost-title h4 {
  font-size: 16px;
  font-weight: 500;
  transition: 0.5s;
  margin: 0;
}

.rpost-title span {
  font-size: 14px;
  padding: 5px 0 0;
  display: inline-block;
}

.rpost-title h4:hover {
  color: var(--bg-card-main);
}

.tag-item a {
  border: 1px solid #e6e6e6;
  padding: 5px 8px;
  display: inline-block;
  margin: 2px 3px 10px;
  font-size: 15px;
  color: #686868;
  transition: 0.5s;
  border-radius: 3px;
}

.tag-item a:hover {
  color: #fff;
  background: var(--bg-card-main);
}

.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: 48px;
  text-align: center;
  line-height: 41px;
  border: 1px solid #ccc;
  color: #333;
}

.tag-item .all-days ul li {
  font-weight: 500;
  font-family: "Fira Sans";
  font-size: 16px;
}

.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;
}

element.style {
  background-color: rgb(255, 60, 0);
  color: rgb(255, 255, 255);
}

.all-date li.monthdate:hover {
  background-color: #fb3b01;
  color: #fff;
}

.calender-area {
  height: 435px;
}

.style-two.blog-section {
  background: #fff;
  padding: 100px 0 70px;
}

.blog-section.style-two.details {
  padding: 100px 0 50px;
}

.blog-content {
  padding: 15px 35px 20px;
  transition: 0.5s;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.blog-thumb img {
  width: 100%;
}

.blog-section .blog-content-text h5 {
  font-size: 35px;
  font-weight: 600;
}

.blog-meta span a {
  color: #686868;
  transition: 0.5s;
  padding: 12px 0 20px;
  display: inline-block;
}

.blog-meta span a:hover {
  color: var(--bg-card-main);
}

.block-quote {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 25px;
  border-radius: 5px;
  border-left: 4px solid var(--bg-card-main);
  margin: 30px 0;
}

.block-quote p {
  font-size: 20px;
  font-style: italic;
  color: #232;
  font-family: "Fira Sans";
  margin-bottom: 12px;
}

.blog-content ol {
  padding-left: 15px;
}

.blog-section .blog-content h4 {
  font-size: 22px;
  margin: 25px 0 12px;
  font-weight: 600;
}

.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;
  display: inline-block;
  color: #686868;
}

.single-blog-social-icon ul li:hover i {
  color: #fff;
  background: var(--bg-card-main);
}

.comment-box {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  transition: 0.5s;
}

#comment-msg-box {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  transition: 0.5s;
}

label {
  color: #686868;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
}

.comment-box:focus,
#comment-msg-box:focus {
  border-color: var(--bg-card-main);
  outline: 0;
  box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}



.comment-form .submit-comment {
  color: #fff;
  background: var(--bg-card-main);
  width: 95%;
  border: 1px solid var(--bg-card-main);
  border-radius: 3px;
  padding: 13px 35px;
  margin-left: 15px;
  margin-bottom: 50px;
}

.comment-form .submit-comment:hover {
  background: #fff;
  color: var(--bg-card-main);
}

.case-study-details {
  background: url(../images/resource/why-choose-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0 100px;
}

.case-study-intro {
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.1);
  padding: 60px;
  margin-top: 60px;
}

.csd-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:767px) {
  .csd-thumb img {

  height: 355px;}
}
.csd-info {
  padding: 0 50px;
}

.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 {
  display: block;
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: var(--bg-card-main);
  border-radius: 5px;
  transition: 0.5s;
}

.csd-social-icon li i:hover {
  background: #11102f;
  color: #fff;
}

.csd-title h3 {
  font-size: 28px;
  font-weight: 600;
}

.csd-info ul li {
  display: inline-flex;
  list-style: none;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
}

.csd-info strong {
  position: relative;
  width: 40%;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
  color: #232323;
}



.csd-info span {
  flex: 1;
}

.share-text {
  float: left;
  margin-right: 20px;
}

.share-text h4 {
  font-size: 20px;
  color: #666;
  font-weight: 600;
  margin-top: 6px;
}

.csd-social-icon ul {
  padding: 0;
}

.csd-content img {
  width: 100%;
  margin: 25px auto;

}

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.error-area {
  padding: 100px 0 100px;
}

.error-thumb {
  text-align: center;
}

.error-content {
  text-align: center;
}

.error-content h2 {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

.error-content h2 span {
  color: #fe4e5b;
}

.error-content p {
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 20px;
}

.error-search {
  text-align: center;
}

.error-button {
  text-align: center;
  margin-top: 40px;
}

.error-search input {
  width: 50%;
  height: 58px;
  border: 1px solid rgba(35, 35, 35, 0.12);
  border-radius: 30px;
  padding-left: 30px;
  outline: 0;
}

.error-search input:focus {
  outline: 0;
  box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

.error-search button {
  outline: 0;
  border: 0;
  background: transparent;
  position: relative;
  margin-left: -55px;
  color: #686868;
}

.error-search ::placeholder {
  color: #686868;
}

.error-button a {
  padding: 14px 40px 14px 40px;
  font-family: "Fira Sans";
  font-weight: 500;
  color: #fff;
  background: var(--bg-card-main);
  display: inline-block;
  border-radius: 30px;
  border: 1px solid var(--bg-card-main);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.error-button a i {
  margin-right: 5px;
}

.error-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #10102e;
  border-radius: 30px;
  transition: 0.5s;
}

.error-button a:hover {
  border-color: #10102e;
}

.error-button a:hover:before {
  width: 100%;
  left: 0;
}

.map-section {
  position: relative;
  margin-bottom: -7px;
}

.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
  animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}

.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
  animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}

.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes watermark-animate {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 666;
}

.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #9a241c;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.loader:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: var(--bg-card-main);
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}


@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #111;
  z-index: 2;
}

.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

.loaded .loder-section.left-section {
  left: -100%;
}

.loaded .loder-section.right-section {
  right: -100%;
}

.loaded .loader-wrapper {
  visibility: hidden;
}

.loaded .loader {
  top: -100%;
  opacity: 0;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(253, 127, 75, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);   -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); }
.search-popup {
  width: 100%;
}
.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}
.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #fd7f4b;
  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;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.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: #fd7f4b;
  padding: 0;
  cursor: pointer;
  -webkit-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-box-btn {
  display: inline-block;
  padding: 0 30px 0 25px;
}

.search-box-btn i {
  display: inline-block;
  color: #fff;
  border: 1px solid var(--bg-card-main);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.5s;
}

.search-box-btn.search-box-outer span i {
  font-size: 20px;
  display: inline-block;
  color: #fff;
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.upp.search-box-btn.search-box-outer span i {
  color: #9e9fa1;
}
.flaticon-multiply:before {
  content: inherit;
}
button.close-search i {
  font-size: 25px;
  color: #fff;
  display: inline-block;
}
span.flaticon-multiply i {
  display: inline-block;
  color: #fff;
}




#progress {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  position: fixed;
  bottom: 80px;
  right: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: grid;
  place-items: center;
  z-index: 222;
  cursor: pointer;
  color: #000;
}

.progress.hide {
  display: none !important;
  transition: 0.5s !important;
}

#progress-value {
  display: block;
  height: calc(100% - 12px);
  width: calc(100% - 12px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 18px;
}
.privacy-checkbox{
  margin-top: 10px;
  margin-bottom: 20px;
    margin-left: 5px;
}
.privacy-checkbox a {
color: var(--bg-card-main);
}
.thumb-form-contacts{
  display: flex;
  flex-wrap: wrap;
}
.box-form-contacts{
  flex: 1;
}
.block-thumb-portf{
  display: flex;
  flex-wrap: wrap;
      justify-content: center;
  gap: 25px;
}
.grid-item{
  width: 100%;
}
@media (min-width:768px) and (max-width:1023px) {
  .grid-item{
  width: calc(50% - 25px);
}
}
@media (min-width:1024px) {
  .grid-item{
       width: calc(33% - 25px);
     }
}
.grid-items{
  width: 100%;
}
@media (min-width:768px) {
  .grid-items{
  width: calc(50% - 25px);
}
}

  .hiddens1 { display: none; }
    .success-message {
      margin-top: 10px;
      padding: 10px;
      background-color: #d4edda;
      color: #155724;
      border: 1px solid #c3e6cb;
      border-radius: 5px;
    }
    .logo_img img,
     .logo-conts-img,
    .main_sticky img{
object-fit: contain;
height: 62px;
    }

    .block-info-portfolio{
          display: flex;
    flex-direction: column;
   
    }
    .blog-box-btn{
      display: flex;
      gap: 10px;
      flex-direction: column;
      justify-content: space-between;
    }
    .single_team_thumb img {
      width: 100%;
      height: 346px;
      object-fit: cover;
    }
    .menu-colm{
      display: flex;
      flex-direction: column;
    }
  .tabx-91ab-wrapper {
    font-family: sans-serif;
  }

  .tabx-91ab-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
  }

  .tabx-91ab-btn {
    padding: 10px 20px;
    border: 1px solid #ccc;
    background: #f2f2f2;
    cursor: pointer;
  }

  .tabx-91ab-btn.active {
    background:var(--bg-card-main);
    color: #fff;
  }

  .tabx-91ab-content {
    margin-top: 15px;
  }

  .tabx-91ab-panel {
    display: none;
  }

  .tabx-91ab-panel.active {
    display: block;
  }
     .auth-container{
      max-width: 960px;
      margin: 0 auto;
    }
    .auth-toggle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.auth-input{
  width: 100%;
    height: 55px;
    background-color: #1a1b1e;
    border: 1px solid rgba(97, 97, 97, 0.24);
    padding-left: 25px;
    color: #fff;
    transition: 0.5s;
}
.auth-input::placeholder{
  color: white;
}
.auth-toggle-btn {
  flex: 1;
  padding: 0.5rem;
  border: none;
  background-color: #e0e0e0;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s;
}

.auth-toggle-btn.active {
    background: var(--bg-card-main);
    color: #fff;
}
.auth-form {
  display: none;
  flex-direction: column;
  gap: 10px;
}

.auth-form.active {
  display: flex;
}
 .tariff {
      margin-bottom: 20px;
    }

    .tariffModal-overlay {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.5);
      justify-content: center;
      align-items: center;
      z-index: 999;
    }

    .tariffModal-window {
    background: #354145;
      padding: 20px;
      border-radius: 10px;
      width: 100%;
      max-width: 90%;
      position: relative;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      font-family: sans-serif;
    }

    .tariffModal-window h3 {
      margin-top: 0;
    }

    .tariffModal-window label {
      display: block;
      margin: 10px 0 5px;
    }

    .tariffModal-window input {
  
      padding: 8px;
      box-sizing: border-box;
    }

    .tariffModal-window button[type="submit"] {
      margin-top: 15px;
      width: 100%;
      padding: 10px;
      background: var(--bg-card-main);
      color: #fff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    .tariffModal-close {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 35px;
      cursor: pointer;
      color:  var(--bg-card-main);
    }
    .owl-nav{
      font-size: 38px;
      display: flex;
      gap: 20px;
    }
    .logo_img{
      display: flex;
      flex-direction: column;
      align-items: center;
      color: var(--bg-card-main);
      gap: 5px;
    }
    .main_sticky{
      flex-direction: column;
      align-items: center;
      color: var(--bg-card-main);
      gap: 5px;
    }
    .mean-container .mean-bar{
      background: var(--bg-card-main);
    }
    .price-colors{
      color: var(--bg-card-main);
    }
    .auth-message{
      display: flex;
      justify-content: center;
      margin: 15px auto;
    }
    .orbit-bubble {
      display: flex;
      align-items: flex-start;
      gap: 1.5rem;
      padding: 2rem;
      background-color: #f4f4f4;
      border-bottom: 1px solid #ddd;
      position: relative;
    }

    .face-frame {
      width: 100px;
      height: 100px;
      border-radius: 100%;
      object-fit: cover;
      flex-shrink: 0;
    }

    .thought-core {
      flex: 1;
    }

    .meta-glow {
      color: #e04e1e;
      font-weight: 600;
      margin-bottom: 0.5rem;
    }

    .meta-glow span {
      color: #444;
      font-weight: normal;
      margin-left: 10px;
    }

    .text-cloud {
      color: #555;
      line-height: 1.6;
    }

    .arrow-flip {
      position: absolute;
      right: 2rem;
      top: 2rem;
      font-size: 1.2rem;
      color: #e04e1e;
      transform: rotate(180deg);
      cursor: pointer;
    }
    .replycomm{
      margin-left: 60px;
    }
.privacy-block li{
  margin: 0 25px;

}
.pricing-thumb img {
  filter: var(--png-main);
}
.dont-comment{
  display: flex;
  justify-content: center;
  margin: 30px auto;
}
.full-c-staly  li{
  margin: 0 25px;
}
.owl-carousel {
direction: initial !important;
}

.company-info{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  h3{
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
  }
  p{
    color: #fff;
    text-align: center;
  }
}

.mobile-menu-area .logo_img{
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 5px 10px;

  img{
    width: 40px !important;
    height: 40px !important;
  }

  p{
    margin: 0 !important;
  }
}