:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'DM Sans', sans-serif;
  --tp-ff-heading: 'DM Sans', sans-serif;
  --tp-ff-p: 'DM Sans', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #000;
  --tp-common-black-2: #24292d;
  --tp-heading-primary: #343a40;
  --tp-grey-1: #c5c5c5;
  --tp-grey-2: #aeaeae;
  --tp-grey-3: #acacac;
  --tp-grey-4: #999999;
  --tp-grey-5: #f7f7f7;
  --tp-grey-6: #b7b7b7;
  --tp-grey-7: #a6aeb5;
  --tp-grey-8: #edf2f6;
  --tp-text-body: #777777;
  --tp-text-1: #000;
  --tp-theme-1: #1b47c5;
  --tp-theme-2: #fff1f1;
  --tp-border-1: #ededed;
  --tp-border-2: #e9e9e9;
  --tp-border-3: #999999;
  /**
  @font weight declaration
  */
  --tp-fw-normal: normal;
  --tp-fw-elight: 200;
  --tp-fw-light: 300;
  --tp-fw-regular: 400;
  --tp-fw-medium: 500;
  --tp-fw-sbold: 600;
  --tp-fw-bold: 700;
  --tp-fw-ebold: 800;
  --tp-fw-black: 900;
  /**
  @font size declaration
  */
  --tp-fz-body: 14px;
  --tp-fz-p: 14px;
  --tp-fz-h1: 40px;
  --tp-fz-h2: 36px;
  --tp-fz-h3: 24px;
  --tp-fz-h4: 20px;
  --tp-fz-h5: 16px;
  --tp-fz-h6: 14px;
}
/*-----------------------------------------------------------------------------------
Theme Name: Dustrilox - Construction & Industry HTML5 Template
Author: Theme Pure
Support: basictheme@gmail.com
Description: Dustrilox - Construction & Industry HTML5 Template
Version: 1.0
-----------------------------------------------------------------------------------
/************ TABLE OF CONTENTS ***************
  01. THEME DEFAULT CSS
  02. background CSS
	03. spacing css
	04. buttons css
	05. carousel css
	06. page-title css
	07. modal css
	08. section-title css
	09. breadcrumb css
	10. animation css
	11. preloader css
	12. header css
	13. meanmenu css
	14. slider css
	15. services css
	16. about css
	17. banner css
	18. feature css
	19. projects css
	20. testimonial css
	21. team css
	22. blog css
	23. brand css
	24. process css
	25. pricing css
	26. fact css
	27. portfolio css
	28. faq css
	29. contact css
	30. sidebar css
	31. footer css
**********************************************/
/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*---------------------------------
    Nice-select css start 
---------------------------------*/
.nice-select,.fs-label-wrap{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;
  cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:normal;height:42px;line-height:40px;outline:0;padding-left:18px;
  padding-right:30px;position:relative;text-align:left !important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
  -webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}
.nice-select:hover{border-color:#dbdbdb}.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#999}
.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;
    position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;
    -webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;
    transition:all .15s ease-in-out;width:5px}.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);
      transform:rotate(-135deg)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);
        -ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}
.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}
.nice-select.wide .list{left:0 !important;right:0 !important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}
.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}
.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;
  box-shadow:0 0 0 1px rgba(68,68,68,0.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;
  position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;
  -webkit-transform:scale(0.75) translateY(-21px);-ms-transform:scale(0.75) translateY(-21px);transform:scale(0.75) translateY(-21px);
  -webkit-transition:all .2s cubic-bezier(0.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(0.5,0,0,1.25),opacity .15s ease-out;z-index:9}
.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:0;padding-left:18px;padding-right:29px;
  text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option.selected{font-weight:bold}
.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}
.no-csspointerevents .nice-select.open .list{display:block}
/*_________________________________
FacetWP CSS
___________________________________*/
.fs-label-wrap .fs-label{
    line-height: normal;
    padding: 0!important;
}
.fs-label-wrap{ padding: 10px;min-width: 140px; }
.facetwp-type-fselect .fs-option .fs-option-label { font-size: 14px; }
.fs-dropdown .fs-options {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68,68,68,0.11);
    box-sizing: border-box;
    margin-top: 4px;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transition: all .2s cubic-bezier(0.5,0,0,1.25),opacity .15s ease-out;
    transition: all .2s cubic-bezier(0.5,0,0,1.25),opacity .15s ease-out;
    z-index: 9;
}
.fs-dropdown{ border: 0!important; }
.fs-search { box-shadow: 0 0 0 1px rgba(68,68,68,0.11);border-radius: 5px; }
.elementor-search-form__container{ max-width: 300px; }
.elementor-element.elementor-widget-search-form { display: inline-block;width: auto!important; }

/*---------------------------------
    typography css start 
---------------------------------*/
.mt-5{margin-top:5px !important}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}
.mt-35{margin-top:35px}.mt-40{margin-top:40px}.mt-45{margin-top:45px}.mt-50{margin-top:50px}.mt-55{margin-top:55px}.mt-60{margin-top:60px}
.mt-65{margin-top:65px}.mt-70{margin-top:70px}.mt-75{margin-top:75px}.mt-80{margin-top:80px}.mt-85{margin-top:85px}.mt-90{margin-top:90px}
.mt-95{margin-top:95px}.mt-100{margin-top:100px}.mt-105{margin-top:105px}.mt-110{margin-top:110px}.mt-115{margin-top:115px}.mt-120{margin-top:120px}
.mt-125{margin-top:125px}.mt-130{margin-top:130px}.mt-135{margin-top:135px}.mt-140{margin-top:140px}.mt-145{margin-top:145px}.mt-150{margin-top:150px}
.mt-155{margin-top:155px}.mt-160{margin-top:160px}.mt-165{margin-top:165px}.mt-170{margin-top:170px}.mt-175{margin-top:175px}.mt-180{margin-top:180px}
.mt-185{margin-top:185px}.mt-190{margin-top:190px}.mt-195{margin-top:195px}.mt-200{margin-top:200px}.mb-5{margin-bottom:5px !important}
.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-25{margin-bottom:25px}.mb-30{margin-bottom:30px}.mb-35{margin-bottom:35px}
.mb-40{margin-bottom:40px}.mb-45{margin-bottom:45px}.mb-50{margin-bottom:50px}.mb-55{margin-bottom:55px}.mb-60{margin-bottom:60px}.mb-65{margin-bottom:65px}
.mb-70{margin-bottom:70px}.mb-75{margin-bottom:75px}.mb-80{margin-bottom:80px}.mb-85{margin-bottom:85px}.mb-90{margin-bottom:90px}.mb-95{margin-bottom:95px}
.mb-100{margin-bottom:100px}.mb-105{margin-bottom:105px}.mb-110{margin-bottom:110px}.mb-115{margin-bottom:115px}.mb-120{margin-bottom:120px}
.mb-125{margin-bottom:125px}.mb-130{margin-bottom:130px}.mb-135{margin-bottom:135px}.mb-140{margin-bottom:140px}.mb-145{margin-bottom:145px}
.mb-150{margin-bottom:150px}.mb-155{margin-bottom:155px}.mb-160{margin-bottom:160px}.mb-165{margin-bottom:165px}.mb-170{margin-bottom:170px}
.mb-175{margin-bottom:175px}.mb-180{margin-bottom:180px}.mb-185{margin-bottom:185px}.mb-190{margin-bottom:190px}.mb-195{margin-bottom:195px}
.mb-200{margin-bottom:200px}.ml-5{margin-left:5px}.ml-10{margin-left:10px}.ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-25{margin-left:25px}
.ml-30{margin-left:30px}.ml-35{margin-left:35px}.ml-40{margin-left:40px}.ml-45{margin-left:45px}.ml-50{margin-left:50px}.ml-55{margin-left:55px}
.ml-60{margin-left:60px}.ml-65{margin-left:65px}.ml-70{margin-left:70px}.ml-75{margin-left:75px}.ml-80{margin-left:80px}.ml-85{margin-left:85px}
.ml-90{margin-left:90px}.ml-95{margin-left:95px}.ml-100{margin-left:100px}.ml-105{margin-left:105px}.ml-110{margin-left:110px}.ml-115{margin-left:115px}
.ml-120{margin-left:120px}.ml-125{margin-left:125px}.ml-130{margin-left:130px}.ml-135{margin-left:135px}.ml-140{margin-left:140px}
.ml-145{margin-left:145px}.ml-150{margin-left:150px}.ml-155{margin-left:155px}.ml-160{margin-left:160px}.ml-165{margin-left:165px}
.ml-170{margin-left:170px}.ml-175{margin-left:175px}.ml-180{margin-left:180px}.ml-185{margin-left:185px}.ml-190{margin-left:190px}
.ml-195{margin-left:195px}.ml-200{margin-left:200px}.mr-5{margin-right:5px}.mr-10{margin-right:10px}.mr-15{margin-right:15px}.mr-20{margin-right:20px}
.mr-25{margin-right:25px}.mr-30{margin-right:30px}.mr-35{margin-right:35px}.mr-40{margin-right:40px}.mr-45{margin-right:45px}.mr-50{margin-right:50px}
.mr-55{margin-right:55px}.mr-60{margin-right:60px}.mr-65{margin-right:65px}.mr-70{margin-right:70px}.mr-75{margin-right:75px}.mr-80{margin-right:80px}
.mr-85{margin-right:85px}.mr-90{margin-right:90px}.mr-95{margin-right:95px}.mr-100{margin-right:100px}.mr-105{margin-right:105px}.mr-110{margin-right:110px}
.mr-115{margin-right:115px}.mr-120{margin-right:120px}.mr-125{margin-right:125px}.mr-130{margin-right:130px}.mr-135{margin-right:135px}
.mr-140{margin-right:140px}.mr-145{margin-right:145px}.mr-150{margin-right:150px}.mr-155{margin-right:155px}.mr-160{margin-right:160px}
.mr-165{margin-right:165px}.mr-170{margin-right:170px}.mr-175{margin-right:175px}.mr-180{margin-right:180px}.mr-185{margin-right:185px}
.mr-190{margin-right:190px}.mr-195{margin-right:195px}.mr-200{margin-right:200px}.pt-5{padding-top:5px !important}.pt-10{padding-top:10px}
.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}.pt-35{padding-top:35px}.pt-40{padding-top:40px}
.pt-45{padding-top:45px}.pt-50{padding-top:50px}.pt-55{padding-top:55px}.pt-60{padding-top:60px}.pt-65{padding-top:65px}.pt-70{padding-top:70px}
.pt-75{padding-top:75px}.pt-80{padding-top:80px}.pt-85{padding-top:85px}.pt-90{padding-top:90px}.pt-95{padding-top:95px}.pt-100{padding-top:100px}
.pt-105{padding-top:105px}.pt-110{padding-top:110px}.pt-115{padding-top:115px}.pt-120{padding-top:120px}.pt-125{padding-top:125px}
.pt-130{padding-top:130px}.pt-135{padding-top:135px}.pt-140{padding-top:140px}.pt-145{padding-top:145px}.pt-150{padding-top:150px}
.pt-155{padding-top:155px}.pt-160{padding-top:160px}.pt-165{padding-top:165px}.pt-170{padding-top:170px}.pt-175{padding-top:175px}
.pt-180{padding-top:180px}.pt-185{padding-top:185px}.pt-190{padding-top:190px}.pt-195{padding-top:195px}.pt-200{padding-top:200px}
.pb-5{padding-bottom:5px !important}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-25{padding-bottom:25px}
.pb-30{padding-bottom:30px}.pb-35{padding-bottom:35px}.pb-40{padding-bottom:40px}.pb-45{padding-bottom:45px}.pb-50{padding-bottom:50px}
.pb-55{padding-bottom:55px}.pb-60{padding-bottom:60px}.pb-65{padding-bottom:65px}.pb-70{padding-bottom:70px}.pb-75{padding-bottom:75px}
.pb-80{padding-bottom:80px}.pb-85{padding-bottom:85px}.pb-90{padding-bottom:90px}.pb-95{padding-bottom:95px}.pb-100{padding-bottom:100px}
.pb-105{padding-bottom:105px}.pb-110{padding-bottom:110px}.pb-115{padding-bottom:115px}.pb-120{padding-bottom:120px}.pb-125{padding-bottom:125px}
.pb-130{padding-bottom:130px}.pb-135{padding-bottom:135px}.pb-140{padding-bottom:140px}.pb-145{padding-bottom:145px}.pb-150{padding-bottom:150px}
.pb-155{padding-bottom:155px}.pb-160{padding-bottom:160px}.pb-165{padding-bottom:165px}.pb-170{padding-bottom:170px}.pb-175{padding-bottom:175px}
.pb-180{padding-bottom:180px}.pb-185{padding-bottom:185px}.pb-190{padding-bottom:190px}.pb-195{padding-bottom:195px}.pb-200{padding-bottom:200px}
.pl-5{padding-left:5px}.pl-10{padding-left:10px}.pl-15{padding-left:15px}.pl-20{padding-left:20px}.pl-25{padding-left:25px}.pl-30{padding-left:30px}
.pl-35{padding-left:35px}.pl-40{padding-left:40px}.pl-45{padding-left:45px}.pl-50{padding-left:50px}.pl-55{padding-left:55px}.pl-60{padding-left:60px}
.pl-65{padding-left:65px}.pl-70{padding-left:70px}.pl-75{padding-left:75px}.pl-80{padding-left:80px}.pl-85{padding-left:85px}.pl-90{padding-left:90px}
.pl-95{padding-left:95px}.pl-100{padding-left:100px}.pl-105{padding-left:105px}.pl-110{padding-left:110px}.pl-115{padding-left:115px}
.pl-120{padding-left:120px}.pl-125{padding-left:125px}.pl-130{padding-left:130px}.pl-135{padding-left:135px}.pl-140{padding-left:140px}
.pl-145{padding-left:145px}.pl-150{padding-left:150px}.pl-155{padding-left:155px}.pl-160{padding-left:160px}.pl-165{padding-left:165px}
.pl-170{padding-left:170px}.pl-175{padding-left:175px}.pl-180{padding-left:180px}.pl-185{padding-left:185px}.pl-190{padding-left:190px}
.pl-195{padding-left:195px}.pl-200{padding-left:200px}.pr-5{padding-right:5px}.pr-10{padding-right:10px}.pr-15{padding-right:15px}
.pr-20{padding-right:20px}.pr-25{padding-right:25px}.pr-30{padding-right:30px}.pr-35{padding-right:35px}.pr-40{padding-right:40px}
.pr-45{padding-right:45px}.pr-50{padding-right:50px}.pr-55{padding-right:55px}.pr-60{padding-right:60px}.pr-65{padding-right:65px}
.pr-70{padding-right:70px}.pr-75{padding-right:75px}.pr-80{padding-right:80px}.pr-85{padding-right:85px}.pr-90{padding-right:90px}
.pr-95{padding-right:95px}.pr-100{padding-right:100px}.pr-105{padding-right:105px}.pr-110{padding-right:110px}.pr-115{padding-right:115px}
.pr-120{padding-right:120px}.pr-125{padding-right:125px}.pr-130{padding-right:130px}.pr-135{padding-right:135px}.pr-140{padding-right:140px}
.pr-145{padding-right:145px}.pr-150{padding-right:150px}.pr-155{padding-right:155px}.pr-160{padding-right:160px}.pr-165{padding-right:165px}
.pr-170{padding-right:170px}.pr-175{padding-right:175px}.pr-180{padding-right:180px}.pr-185{padding-right:185px}.pr-190{padding-right:190px}
.pr-195{padding-right:195px}.pr-200{padding-right:200px}
/*---------------------------------
    typography css start 
---------------------------------*/
body {
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: var(--tp-text-body);
  line-height: 25px;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", Sans-serif;
  color: var(--tp-heading-primary);
  margin-top: 0px;
  font-weight: var(--tp-fw-sbold);
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
h1 {
  font-size: var(--tp-fz-h1);
}
h2 {
  font-size: var(--tp-fz-h2);
}
h3 {
  font-size: var(--tp-fz-h3);
}
h4 {
  font-size: var(--tp-fz-h4);
}
h5 {
  font-size: var(--tp-fz-h5);
}
h6 {
  font-size: var(--tp-fz-h6);
}
ul {
  margin: 0px;
  padding: 0px;
}
p {
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: var(--tp-fw-normal);
  color: #000;
  margin-bottom: 15px;
  line-height: 25px;
}
a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover {
  text-decoration: none;
}
a,button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}
button:hover {
  cursor: pointer;
}
button:focus {
  outline: 0;
  border: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
input {
  outline: none;
}
input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}
*::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}
::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}
::selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}
*::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: var(--tp-fz-body);
  opacity: 1;
}
*::placeholder {
  color: var(--tp-common-black);
  font-size: var(--tp-fz-body);
  opacity: 1;
}
/*---------------------------------
    common classes css start 
---------------------------------*/
.w-img img {
  width: 100%;
}
.m-img img {
  max-width: 100%;
  border-radius: 15px;
}
.tp-blog__thumb.m-img img{
  max-height: 300px;
  width: 100%;
  max-width: 100%;
}
.fix {
  overflow: hidden;
}
.clear {
  clear: both;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.z-index-1 {
  z-index: 1;
}
.z-index-11 {
  z-index: 11;
}
.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.b-radius {
  border-radius: 6px;
}
/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
  background-color: rgba(var(--tp-common-black), 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.body-overlay:hover {
  cursor: pointer;
}
.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}
/*----------------------------------------
    Progress Wrap
-----------------------------------------*/
@media (max-width: 575px) {
  .progress-wrap {
    right: 15px;
    bottom: 15px;
  }
}
@media (min-width: 1400px) {
  .custom-container {
    max-width: 1680px;
  }
}
@media (min-width: 1400px) {
  .custom-container-3 {
    max-width: 1200px;
  }
}
/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: var(--tp-grey-1);
}
.grey-bg-5 {
  background: var(--tp-grey-5);
}
.grey-bg-8 {
  background: var(--tp-grey-8);
}
.theme-bg {
  background: var(--tp-theme-1);
}
.white-bg {
  background: var(--tp-common-white);
}
.black-bg {
  background: var(--tp-common-black);
}
.black-bg-2 {
  background: var(--tp-common-black-2);
}
.black-bg-3 {
  background: var(--tp-heading-primary);
}
/*----------------------------------------*/
/*  00. SPACING CSS START
/*----------------------------------------*/
.pt-250 {
  padding-top: 250px;
}
.pb-205 {
  padding-bottom: 205px;
}
.tp-btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--tp-theme-1);
  border-color: transparent;
  color: var(--tp-common-white);
  border-radius: 5px;
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  height: 45px;
  line-height: 45px;
  padding: 0px 25px;
  border: 2px solid var(--tp-theme-1);
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  position: relative;
}
.tp-btn i {
  margin-left: 15px;
}
.tp-btn:hover {
  box-shadow: none;
  color: var(--tp-theme-1);
}
.tp-btn:hover::after {
  transform: skewX(45deg) scale(1, 1);
}
.tp-btn::after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  left: -20%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  background: var(--tp-common-white);
  transform: skewX(45deg) scale(0, 1);
  transition: all 0.5s ease 0s;
}
.tp-btn-2 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: rgba(10, 10, 10, 0.7);
  color: var(--tp-common-white);
  border-radius: 5px;
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  height: 60px;
  line-height: 56px;
  padding: 0px 40px;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.tp-btn-2 i {
  margin-left: 15px;
}
.tp-btn-2:hover {
  box-shadow: none;
  color: var(--tp-theme-1);
  border-color: var(--tp-common-white);
}
.tp-btn-2:hover::after {
  transform: skewX(45deg) scale(1, 1);
}
.tp-btn-2::after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  left: -20%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  background: var(--tp-common-white);
  transform: skewX(45deg) scale(0, 1);
  transition: all 0.5s ease 0s;
}
.tp-btn-ts {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--tp-common-white);
  border-color: transparent;
  color: var(--tp-heading-primary);
  border-radius: 5px;
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  height: 60px;
  line-height: 56px;
  padding: 0px 40px;
  border: 2px solid var(--tp-common-white);
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.tp-btn-ts i {
  margin-left: 15px;
}
.tp-btn-ts:hover {
  box-shadow: none;
  color: var(--tp-common-white);
}
.tp-btn-ts:hover::after {
  transform: skewX(45deg) scale(1, 1);
}
.tp-btn-ts::after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  left: -20%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  background: var(--tp-theme-1);
  transform: skewX(45deg) scale(0, 1);
  transition: all 0.5s ease 0s;
}
.tp-btn-ps {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--tp-theme-1);
  border-color: transparent;
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  height: 60px;
  line-height: 56px;
  padding: 0px 40px;
  border: 1px solid transparent;
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  position: relative;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.tp-btn-ps i {
  margin-left: 15px;
}
.tp-btn-ps:hover {
  box-shadow: none;
  color: var(--tp-theme-1);
}
.tp-btn-ps:hover::after {
  transform: skewX(45deg) scale(1, 1);
}
.tp-btn-ps::after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  left: -20%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  background: var(--tp-common-white);
  transform: skewX(45deg) scale(0, 1);
  transition: all 0.5s ease 0s;
}
.tp-btn-d {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--tp-grey-8);
  border-color: transparent;
  color: var(--tp-heading-primary);
  border-radius: 5px;
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  height: 60px;
  line-height: 56px;
  padding: 0px 40px;
  border: 2px solid var(--tp-grey-8);
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.tp-btn-d i {
  margin-left: 15px;
}
.tp-btn-d:hover {
  box-shadow: none;
  color: var(--tp-common-white);
}
.tp-btn-d:hover::after {
  transform: skewX(45deg) scale(1, 1);
}
.tp-btn-d::after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  left: -20%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  background: var(--tp-theme-1);
  transform: skewX(45deg) scale(0, 1);
  transition: all 0.5s ease 0s;
}
.tp-btn-df {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--tp-common-white);
  border-color: transparent;
  color: var(--tp-heading-primary);
  border-radius: 5px;
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  height: 60px;
  line-height: 56px;
  padding: 0px 40px;
  border: 2px solid var(--tp-grey-8);
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.tp-btn-df i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.tp-btn-df:hover {
  box-shadow: none;
  color: var(--tp-common-white);
  padding-right: 75px;
}
.tp-btn-df:hover i {
  visibility: visible;
  opacity: 1;
}
.tp-btn-df:hover::after {
  transform: skewX(45deg) scale(1, 1);
}
.tp-btn-df::after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  left: -20%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  background: var(--tp-theme-1);
  transform: skewX(45deg) scale(0, 1);
  transition: all 0.5s ease 0s;
}
.tp-btn-df-active {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--tp-theme-1);
  border-color: transparent;
  color: var(--tp-common-white);
  border-radius: 5px;
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  height: 60px;
  line-height: 56px;
  padding: 0px 40px;
  padding-right: 75px;
  border: 2px solid var(--tp-theme-1);
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.tp-btn-df-active i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  transition: 0.3s;
}
.tp-btn-df-active:hover {
  box-shadow: none;
  color: var(--tp-heading-primary);
  border-color: var(--tp-grey-8);
}
.tp-btn-df-active:hover::after {
  transform: skewX(45deg) scale(1, 1);
  background: var(--tp-common-white);
}
.tp-btn-df-active::after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  left: -20%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  background: var(--tp-theme-1);
  transform: skewX(45deg) scale(0, 1);
  transition: all 0.5s ease 0s;
}
.tp-btn-df-active-2 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--tp-theme-1);
  border-color: transparent;
  color: var(--tp-common-white);
  border-radius: 5px;
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  height: 80px;
  line-height: 76px;
  padding: 0px 40px;
  padding-right: 75px;
  border: 2px solid var(--tp-theme-1);
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.tp-btn-df-active-2 i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  transition: 0.3s;
}
.tp-btn-df-active-2:hover {
  box-shadow: none;
  color: var(--tp-heading-primary);
}
.tp-btn-df-active-2:hover::after {
  transform: skewX(45deg) scale(1, 1);
  background: var(--tp-common-white);
}
.tp-btn-df-active-2::after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  left: -20%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  background: var(--tp-theme-1);
  transform: skewX(45deg) scale(0, 1);
  transition: all 0.5s ease 0s;
}
@media (max-width: 575px) {
  .tp-btn-df-active-2 {
    padding: 0px 20px;
    padding-right: 64px;
  }
}
.tp-btn-3 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--tp-theme-2);
  border-color: transparent;
  color: var(--tp-theme-1);
  border-radius: 5px;
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  height: 60px;
  line-height: 56px;
  padding: 0px 40px;
  border: 2px solid var(--tp-theme-2);
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.tp-btn-3 i {
  margin-left: 15px;
}
.tp-btn-3:hover {
  box-shadow: none;
  color: var(--tp-common-white);
}
.tp-btn-3:hover::after {
  transform: skewX(45deg) scale(1, 1);
}
.tp-btn-3::after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  left: -20%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  background: var(--tp-theme-1);
  transform: skewX(45deg) scale(0, 1);
  transition: all 0.5s ease 0s;
}
.tp-btn-4 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #f5f5f5;
  border-color: transparent;
  color: var(--tp-heading-primary);
  border-radius: 10px;
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  height: 60px;
  line-height: 56px;
  padding: 0px 40px;
  border: 2px solid #f5f5f5;
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.tp-btn-4 i {
  margin-left: 15px;
}
.tp-btn-4:hover {
  box-shadow: none;
  color: var(--tp-theme-1);
}
.tp-btn-4:hover::after {
  transform: skewX(45deg) scale(1, 1);
}
.tp-btn-4::after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  left: -20%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  background: var(--tp-common-white);
  transform: skewX(45deg) scale(0, 1);
  transition: all 0.5s ease 0s;
}
.tp-btn-4-active {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--tp-theme-1);
  border-color: transparent;
  color: var(--tp-common-white);
  border-radius: 10px;
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  height: 60px;
  line-height: 56px;
  padding: 0px 40px;
  border: 2px solid var(--tp-theme-1);
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.tp-btn-4-active i {
  margin-left: 15px;
}
.tp-btn-4-active:hover {
  box-shadow: none;
  color: var(--tp-theme-1);
  border-color: #f5f5f5;
  background: #f5f5f5;
}
.tp-btn-4-active:hover::after {
  transform: skewX(45deg) scale(1, 1);
}
.tp-btn-4-active::after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  left: -20%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  background: var(--tp-common-white);
  transform: skewX(45deg) scale(0, 1);
  transition: all 0.5s ease 0s;
}
.tp-join-btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-color: transparent;
  color: var(--tp-heading-primary);
  border-radius: 5px;
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  height: 60px;
  line-height: 56px;
  padding: 0px 40px;
  border: 2px solid var(--tp-grey-8);
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.tp-join-btn i {
  margin-right: 10px;
  color: var(--tp-theme-1);
}
.tp-join-btn:hover {
  box-shadow: none;
  color: var(--tp-common-white);
}
.tp-join-btn:hover i {
  color: var(--tp-common-white);
}
.tp-join-btn:hover::after {
  transform: skewX(45deg) scale(1, 1);
}
.tp-join-btn::after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  left: -20%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  background: var(--tp-theme-1);
  transform: skewX(45deg) scale(0, 1);
  transition: all 0.5s ease 0s;
}
.tp-touch-btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-color: transparent;
  color: var(--tp-heading-primary);
  border-radius: 5px;
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  height: 60px;
  line-height: 56px;
  padding: 0px 40px;
  border: 2px solid var(--tp-grey-8);
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.tp-touch-btn i {
  margin-left: 10px;
}
.tp-touch-btn:hover {
  box-shadow: none;
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.tp-touch-btn:hover::after {
  transform: skewX(45deg) scale(1, 1);
}
.tp-touch-btn::after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  left: -20%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  background: var(--tp-theme-1);
  transform: skewX(45deg) scale(0, 1);
  transition: all 0.5s ease 0s;
}
.tp-btn-white {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--tp-common-white);
  border-color: transparent;
  color: var(--tp-heading-primary);
  border-radius: 5px;
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  height: 60px;
  line-height: 56px;
  padding: 0px 40px;
  border: 2px solid var(--tp-common-white);
  border-style: solid;
  box-shadow: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  position: relative;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.tp-btn-white i {
  margin-left: 15px;
  color: var(--tp-text-body);
}
.tp-btn-white:hover {
  box-shadow: none;
  color: var(--tp-common-white);
}
.tp-btn-white:hover i {
  color: var(--tp-common-white);
}
.tp-btn-white:hover::after {
  transform: skewX(45deg) scale(1, 1);
}
.tp-btn-white::after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  left: -20%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  background: var(--tp-theme-1);
  transform: skewX(45deg) scale(0, 1);
  transition: all 0.5s ease 0s;
}
/*--
    - Carousel
-----------------------------------------*/
body .ms-button {
  font-size: 20px;
  background-color: rgba(10, 10, 10, 0.7);
  height: 65px;
  width: 65px;
  line-height: 65px;
  font-size: 20px;
  color: var(--tp-common-white);
  border-radius: 6px;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  top: 50%;
  margin: 0px;
  vertical-align: middle;
  transition: all 0.3s ease-out 0s;
  background-image: none;
}
body .ms-button::after {
  display: none;
}
body .ms-button:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
@media (max-width: 575px) {
  body .ms-button {
    display: none;
  }
}
body .swiper-button-next {
  right: 80px;
  left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body .swiper-button-next {
    right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .swiper-button-next {
    right: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  body .swiper-button-next {
    right: 5px;
  }
}
body .swiper-button-prev {
  left: 80px;
  right: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body .swiper-button-prev {
    left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  body .swiper-button-prev {
    left: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  body .swiper-button-prev {
    left: 5px;
  }
}
body .ms-button-2 {
  font-size: 20px;
  background-color: var(--tp-common-white);
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 20px;
  color: var(--tp-heading-primary);
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  top: 50%;
  margin: 0px;
  vertical-align: middle;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  background-image: none;
}
body .ms-button-2::after {
  display: none;
}
body .ms-button-2:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body .ms-button-2 {
    top: 82%;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  body .ms-button-2 {
    display: none;
  }
}
.ms-button-3 {
  font-size: 14px;
  position: relative;
  font-weight: var(--tp-fw-sbold);
  color: #c6c9cd;
}
.ms-button-3 i {
  margin: 0 5px;
}
.ms-button-3::after {
  display: none;
}
.ms-button-3:hover {
  color: var(--tp-theme-1);
}
@media (max-width: 575px) {
  .ms-button-3 {
    display: none;
  }
}
.ms-button-3-border::before {
  position: absolute;
  content: "";
  background: #c6c9cd;
  width: 2px;
  height: 10px;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
}
.ms-button-4 i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: var(--tp-common-white);
  color: var(--tp-heading-primary);
  text-align: center;
  font-size: 20px;
  border-radius: 6px;
  transition: 0.3s;
}
.ms-button-4 i:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.project__slider-arrow-wrapper {
  display: flex;
  justify-content: end;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project__slider-arrow-wrapper {
    justify-content: start;
  }
}
@media (max-width: 575px) {
  .project__slider-arrow-wrapper {
    display: none;
  }
}
.project__slider-arrow {
  width: 150px;
  display: flex;
  justify-content: space-between;
}
.related__services-arrow {
  position: absolute;
  right: 16%;
  top: 13%;
  width: 115px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .related__services-arrow {
    top: 10%;
  }
}
@media (max-width: 575px) {
  .related__services-arrow {
    top: 12%;
    right: 12%;
  }
}
.ts-pagination {
  top: 50%;
  right: 0;
  text-align: right;
}
.ts-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 20px;
  display: block;
  border-radius: 6px;
  background: #000;
  margin: 5px 0 !important;
  position: relative;
}
.ts-pagination .swiper-pagination-bullet-active {
  background: var(--tp-theme-1);
  height: 30px;
}
.ts-pagination.swiper-pagination-bullets {
  bottom: auto;
  left: auto;
  width: auto;
  position: absolute;
  right: 20px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
/*--
    - Page title
-----------------------------------------*/
/*----------------------------------------*/
/*  21. PAGE TITLE CSS START
/*----------------------------------------*/
.page__title {
  font-size: 3.5vw;
  color: var(--tp-common-white);
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
}
.page__title.bredcrumbpagetitle{
  font-size: 0;
}
.page__title.bredcrumbpagetitle span{
  font-size: 3.5vw;
}
.page_sbutitle{
  color: var(--tp-common-white);
  font-size: 20pt;
  font-weight: 500;
  font-family: "neue-haas-grotesk-display",sans-serif !important;
  line-height: 1.4;
  max-width: 80%;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .page__title {
    font-size: 30px;
  }
}
.page__title-wrapper {
  position: relative;
  z-index: 1;
  text-align: left;
}
.page__title-wrapper.main_title_box{
  width: 100%;
  max-width: 800px;
}
.page__title-wrapper .breadcrumb-menu ul li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.page__title-wrapper .breadcrumb-menu ul li::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  height: 15px;
  width: 2px;
  position: absolute;
  left: -3px;
  top: 5px;
}
.page__title-wrapper .breadcrumb-menu ul li:first-child::before {
  display: none;
}
.page__title-wrapper .breadcrumb-menu ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}
.page__title-wrapper .breadcrumb-menu ul li a:hover {
  color: var(--tp-theme-1);
}
.page__title-wrapper .breadcrumb-menu ul li span {
  color: var(--tp-common-white);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}
.page__title-height {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page__title-overlay {
  position: relative;
}
.page__title-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}
.page__title-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .single-post .page__title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-post .page__title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-post .page__title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .single-post .page__title {
    font-size: 50px;
  }
}
.container.breadcrumb_top {
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: start;
}
.breadcrumb_bottom {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: start;
}
.breadcrumb_bottom .page__title-wrapper {
    text-align: left;
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    list-style: none;
    background-color: #f5f5f5;
}
.breadcrumb_bottom .breadcrumb-menu {
    font-size: 10px;
}
.breadcrumb_bottom .breadcrumb-menu span{
  font-size: 16px;
  font-weight: 500;
}
.breadcrumb_bottom .breadcrumb-menu a span{
  color: #337ab7;
}
.breadcrumb_bottom .breadcrumb-menu span.current-item{
  color: #777;
}
/*----------------------------------------*/
/*  00. Modal CSS START
/*----------------------------------------*/
/* 01. ========= search-modal ========== */
#search-modal {
  background: rgba(0, 0, 0, 0.65);
}
#search-modal button span {
  color: #fff;
  top: 50px;
  right: 50px;
  position: absolute;
  font-size: 50px;
}
#search-modal button span:hover {
  transform: rotate(90deg);
  color: var(--tp-theme-1);
}
#search-modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
  outline: 0;
}
#search-modal .modal-dialog .modal-content {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
#search-modal .modal-dialog .modal-content form {
  max-width: 555px;
  position: relative;
}
#search-modal .modal-dialog .modal-content form input {
  width: 100%;
  font-size: 36px;
  border: none;
  border-bottom: 3px solid rgba(255, 255, 255, 0.938);
  background: 0 0;
  color: #fff;
  padding-bottom: 5px;
  padding-right: 50px;
  padding-top: 5px;
  padding-left: 10px;
  outline: none;
}
#search-modal .modal-dialog .modal-content form input::-webkit-input-placeholder {
  font-size: 35px;
  color: rgba(255, 255, 255, 0.938);
}
#search-modal .modal-dialog .modal-content form input:-ms-input-placeholder {
  font-size: 35px;
  color: rgba(255, 255, 255, 0.938);
}
#search-modal .modal-dialog .modal-content form input::-ms-input-placeholder {
  font-size: 35px;
  color: rgba(255, 255, 255, 0.938);
}
#search-modal .modal-dialog .modal-content form input::placeholder {
  font-size: 35px;
  color: rgba(255, 255, 255, 0.938);
}
#search-modal .modal-dialog .modal-content form button {
  position: absolute;
  right: 10px;
  margin-bottom: 3px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.938);
  background: 0 0;
  border: none;
  cursor: pointer;
  top: 15px;
}
/*----------------------------------------*/
/*  05. Section Tilte CSS START
/*----------------------------------------*/
.section__wrapper {
  position: relative;
}
.section__wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--tp-border-1);
  top: 0;
}
.section__wrapper .section__title {
  font-size: 40px;
  line-height: 1.2;
  padding-top: 20px;
  margin-left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__wrapper .section__title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .section__wrapper .section__title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .section__wrapper .section__title {
    font-size: 26px;
  }
}
.section__wrapper-2 .section__title {
  margin-left: 0;
}
.section__wrapper-2 .sm-title-d {
  color: var(--tp-common-white);
  font-size: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__wrapper-2 .sm-title-d {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .section__wrapper-2 .sm-title-d {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .section__wrapper-2 .sm-title-d {
    font-size: 26px;
  }
}
.section__wrapper-2::before {
  display: none;
}
.section__wrapper-2 .st-meta {
  font-size: 14px;
  color: var(--tp-theme-1);
  background: var(--tp-theme-2);
  padding: 2px 10px;
  border-radius: 6px;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}
.section__wrapper-2 .st-meta-2 {
  font-size: 14px;
  color: var(--tp-theme-1);
  background: var(--tp-common-white);
  padding: 2px 10px;
  border-radius: 6px;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}
.section__wrapper-2 .st-meta-3 {
  font-size: 14px;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  padding: 2px 10px;
  border-radius: 6px;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}
.section__wrapper-3::before {
  background: #545a60;
}
.section__wrapper .r-text {
  position: absolute;
  left: -5%;
  bottom: 32%;
  transform: rotate(-90deg);
}
.section__wrapper .r-text span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-grey-1);
  letter-spacing: 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section__wrapper .r-text span {
    font-size: 12px;
  }
}
.section__title {
  font-size: 40px;
  line-height: 1.3;
  padding-top: 20px;
  margin-left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .section__title {
    font-size: 26px;
  }
}
.section-2__wrapper .st-1 {
  font-size: 14px;
  font-weight: var(--tp-fw-sbold);
  display: inline-block;
  color: var(--tp-theme-1);
  position: relative;
  margin-bottom: 5px;
}
.section-2__wrapper .st-1::before {
  position: absolute;
  content: "";
  background: var(--tp-theme-1);
  width: 40px;
  height: 2px;
  top: 50%;
  right: -50px;
}
.section-2__wrapper .st-2 {
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  display: inline-block;
  color: var(--tp-theme-1);
  position: relative;
  margin-bottom: 5px;
}
.section-2__wrapper .st-2::before {
  position: absolute;
  content: "";
  background: var(--tp-theme-1);
  width: 70px;
  height: 2px;
  top: 50%;
  right: -80px;
}
.section-2__wrapper .st-2::after {
  position: absolute;
  content: "";
  background: var(--tp-theme-1);
  width: 70px;
  height: 2px;
  top: 50%;
  left: -80px;
}
.section-2__wrapper .section__title {
  font-size: 60px;
}

#mobile_display{display:none;}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-2__wrapper .section__title {
    font-size: 40px;
  }
}
.section-2__wrapper .section__title-sd {
  font-size: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-2__wrapper .section__title-sd {
    font-size: 40px;
  }
}
.section-2__wrapper .section__title-sm {
  font-size: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-2__wrapper .section__title-sm {
    font-size: 30px;
  }
}
/* 00. ========= pluse animation ========== */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/* 00. ========= video-ripple ========== */
@keyframes video-ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-webkit-keyframes video-ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
/* 00. ========= FadeIn custom ========== */
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
/* 00. ========= modeal-video-animation ========== */
@keyframes waveAlarm {
  0% {
    transform: scale(1);
    opacity: 40%;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/* 00. ========= ripple animation ========== */
@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.6);
    opacity: 0.3;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
/* 00. ========= sticky animation ========== */
@-webkit-keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/preloader.svg);
}
/*----------------------------------------*/
/*  02. HEADER CSS START
/*----------------------------------------*/
.header-area {
  position: absolute;
  position: absolute;
  z-index: 222;
  width: 100%;
  transition: 0.5s;
}
.header-area:hover{
  background: #343a40;
  border-bottom: 1px solid #e5e5e559;
}
.header__sticky {
  position: fixed !important;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 99;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
  background: var(--tp-heading-primary);
}
.header__sticky.header__bottom-2 {
  padding: 15px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__sticky.header__bottom-2 {
    padding: 30px 0;
  }
}
.header__sticky.header__area-3 {
  background: #ffebeb;
  padding: 25px 0;
}
.logo {
  width: 180px;
  height: auto;
  max-height: 100px;
  background-color: transparent;
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.main-menu ul li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li {
    margin-right: 22px;
  }
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li.has-dropdown > a {
  padding-right: 14px;
}
.main-menu ul li.has-dropdown > a::after {
  position: absolute;
  content: "\f107";
  right: -4px;
  top: 25px;
  font-size: 14px;
  font-size: 14px;
  color: var(--tp-grey-2);
  font-family: "Font Awesome 6 Pro";
}
.main-menu ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 25px 0;
  display: inline-block;
  transition: 0.3s;
}
.main-menu ul li .active {
  color: var(--tp-common-white);
}
.main-menu ul li:hover > a {
  color: var(--tp-theme-1);
}
.main-menu ul li:hover > a::after {
  color: var(--tp-theme-1);
}
.main-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-menu ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  min-width: 220px;
  background-color: var(--tp-common-white);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 20px 0px 15px;
  transition: 0.3s;
  border-top: 4px solid var(--tp-theme-1);
  text-align: left;
}
.main-menu ul li .sub-menu li {
  margin: 0;
  padding: 0;
  display: inline;
  position: relative;
  width: 100%;
  display: block;
}
.main-menu ul li .sub-menu li a {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 5px 25px;
  transition: 0.3s;
  color: var(--tp-heading-primary);
  text-transform: capitalize;
  line-height: 1.5;
}
.main-menu ul li .sub-menu li .active {
  color: var(--tp-theme-1);
}
.main-menu ul li .sub-menu li:hover > a {
  color: var(--tp-theme-1);
}
.main-menu ul li .sub-menu li > .sub-menu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li .sub-menu li:hover > .sub-menu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.main-menu-2 ul li a {
  color: var(--tp-common-white);
  padding: 20px 0;
}
.main-menu-2 ul li:hover > a {
  color: var(--tp-theme-1);
}
.main-menu-2 ul li:hover > a::after {
  color: var(--tp-theme-1);
}
.main-menu-2 ul li.has-dropdown > a {
  padding-right: 14px;
}
.main-menu-2 ul li.has-dropdown > a::after {
  position: absolute;
  content: "\f107";
  right: -4px;
  top: 22px;
  font-size: 14px;
  font-size: 14px;
  color: var(--tp-grey-2);
  font-family: "Font Awesome 6 Pro";
}
.main-menu-2 ul li .has-dropdown:hover > a::after {
  color: var(--tp-theme-1);
}
.main-menu-2 ul li.has-dropdown:hover > a::after {
  color: var(--tp-theme-1);
}
.main-menu-3 ul li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu-3 ul li {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-3 ul li {
    margin-right: 22px;
  }
}
.main-menu-3 ul li:last-child {
  margin-right: 0;
}
.main-menu-3 ul li.has-dropdown > a {
  padding-right: 14px;
}
.main-menu-3 ul li.has-dropdown > a::after {
  position: absolute;
  content: "\f107";
  right: -4px;
  top: 0;
  font-size: 14px;
  font-size: 14px;
  color: var(--tp-grey-2);
  font-family: "Font Awesome 6 Pro";
}
.main-menu-3 ul li > a {
  color: var(--tp-heading-primary);
  position: relative;
  font-size: 16px;
  font-weight: var(--tp-fw-medium);
}
.main-menu-3 ul li .active {
  color: var(--tp-theme-1);
}
.main-menu-3 ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 120%;
}
.main-menu-3 ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  min-width: 220px;
  background-color: var(--tp-common-white);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 20px 0px 15px;
  transition: 0.3s;
  text-align: left;
  border-top: 4px solid var(--tp-theme-1);
}
.main-menu-3 ul li .sub-menu li {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
.main-menu-3 ul li .sub-menu li a {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 5px 25px;
  transition: 0.3s;
  color: #000;
}
.main-menu-3 ul li .sub-menu li a::before {
  display: none;
}
.main-menu-3 ul li .sub-menu li .active {
  color: var(--tp-theme-1);
}
.main-menu-3 ul li .sub-menu li:hover > a {
  color: var(--tp-theme-1);
}
.main-menu-3 ul li .sub-menu li .sub-menu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.main-menu-3 ul li .sub-menu li:hover > .sub-menu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.main-menu-3 ul li:hover a::before {
  width: 100%;
  left: 0;
  right: auto;
}
.menu-padding {
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-info {
  display: flex;
}
.header-info .info-item span {
  font-size: 12px;
  display: inline-block;
  font-weight: var(--tp-fw-sbold);
}
.header-info .info-item h5 {
  font-size: 14px;
  color: var(--tp-common-white);
}
.header-info .info-item-right {
  margin-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-info .info-item-right {
    margin-right: 20px;
  }
}
.header__area-3 {
  position: absolute;
  z-index: 222;
  width: 100%;
}
.header__top {
  padding: 10px 0;
}
.header__top-info {
  display: flex;
  justify-content: end;
}
.header__top-info p {
  font-size: 14px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
.header__top-info p a {
  text-decoration: underline;
}
.header__top-info-text {
  margin-right: 50px;
  position: relative;
}
.header__top-info-text::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  background: #ff7d42;
  right: -25px;
  top: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__top-info-text::before {
    display: none;
  }
}
.header__top-info-text span {
  font-weight: var(--tp-fw-sbold);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__top-info {
    display: block;
  }
}
.header__top-right {
  display: flex;
  justify-content: end;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__top-2 {
    display: none;
  }
}
.header__sm-links {
  position: relative;
  margin-right: 60px;
}
.header__sm-links::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  background: #ff7d42;
  right: -40px;
  top: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__sm-links::before {
    right: -15px;
  }
}
.header__sm-links a {
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-white);
  margin-right: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__sm-links a {
    margin-right: 15px;
  }
}
.header__sm-links a:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__sm-links {
    margin-right: 15px;
  }
}
.header__lang .nice-select {
  height: auto;
  background: transparent;
  border: 0;
  line-height: 25px;
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
}
.header__lang .nice-select::after {
  width: 7px;
  height: 7px;
  border-color: var(--tp-common-white);
}
.header__lang .option {
  color: var(--tp-heading-primary);
}
.header__lang .option:hover, .header__lang .option.selected.focus {
  color: var(--tp-theme-1);
}
.header__smcontact {
  display: flex;
  justify-content: end;
}
.header__inner {
  padding: 20px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__inner-2 {
    display: none;
  }
}
.header__smcontact-list {
  display: flex;
  color: var(--tp-common-white);
  position: relative;
  transition: 0.3s;
  margin-right: 30px;
  align-items: center;
}
.header__smcontact-list:last-child {
  margin-right: 0;
}
.header__smcontact-list .sm-clist__icon i {
  font-size: 30px;
  color: var(--tp-theme-1);
  transition: 0.3s;
  margin-right: 10px;
}
.header__smcontact-list .sm-clist__icon-2 i {
  font-size: 15px;
  color: var(--tp-grey-3);
  margin-left: 30px;
}
.header__smcontact-list .sm-clist__text span {
  font-size: 14px;
  color: var(--tp-grey-3);
  display: inline-block;
}
.header__smcontact-list .sm-clist__text h4 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0;
}
.header__smcontact-list .sm-clist__text-2 h4 {
  font-size: 15px;
}
.header__smcontact-list-df {
  background: var(--tp-common-white);
  padding: 5px 20px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-top: -20px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__smcontact-list-df {
    margin-top: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
}
.header__smcontact-list-df:hover {
  background: var(--tp-theme-1);
}
.header__smcontact-list-df:hover .sm-clist__text-2 span, .header__smcontact-list-df:hover h4 {
  color: var(--tp-common-white);
}
.header__smcontact-list-df:hover .sm-clist__icon-2 i {
  color: var(--tp-common-white);
}
.header__smcontact-list-3 {
  background: var(--tp-common-white);
  width: 190px;
  height: 65px;
  border-radius: 6px;
  padding: 10px 15px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  transition: 0.3s;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .header__smcontact-list-3 {
    display: none;
  }
}
.header__smcontact-list-3:hover {
  background: var(--tp-heading-primary);
}
.header__smcontact-list-3:hover .sm-clist__text-2 span, .header__smcontact-list-3:hover h4 {
  color: var(--tp-common-white);
}
.header__smcontact-list-3:hover .sm-clist__icon-2 i {
  color: var(--tp-common-white);
  margin-right: 0;
}
.header__inner-logo {
  padding: 20px 30px;
  background: var(--tp-common-white);
  width: 175px;
  height: 80px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  margin-top: -40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__inner-logo {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .header__inner-logo {
    display: none;
  }
}
.header__inner-logo::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: auto;
  right: 0;
  width: 100%;
  height: 10%;
  background: var(--tp-theme-1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  z-index: -1;
}
.header__sm-action {
  display: flex;
  justify-content: end;
}
.header__sm-action-item {
  margin-right: 40px;
}
.header__sm-action-item:last-child {
  margin-right: 0;
}
.header__sm-action-item i {
  font-size: 15px;
    color: #fff;
}
.header__sm-action .right-border {
  position: relative;
}
.header__sm-action .right-border::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  background: var(--tp-grey-3);
  right: -25px;
  top: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__bottom-2 {
    padding: 30px 0;
  }
}
.header__side {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .header__side {
    justify-content: space-between;
  }
}
.header__side-icon {
  margin-right: 30px;
  height: 60px;
  width: 60px;
  background: var(--tp-common-white);
  border-radius: 50%;
  margin-right: 50px;
  padding: 14px 0;
  cursor: pointer;
}
.header__side-icon span {
  height: 2px;
  width: 15px;
  display: block;
  background: var(--tp-heading-primary);
  margin: 6px auto;
  transition: 0.3s;
}
.header__side-icon span.bar2 {
  width: 30px;
}
.header__side-icon:hover span, .header__side-icon .basic-bar span.bar2 {
  width: 30px;
}
.header__logo-overlay {
  position: relative;
  width: 175px;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 6px;
  margin-top: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__logo-overlay {
    margin-top: 0;
  }
}
.header__logo-overlay::after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  background-color: var(--tp-theme-1);
  z-index: -1;
}
.menu-counter {
  counter-reset: count;
}
.menu-counter > nav > ul > li::before {
  color: var(--tp-grey-2);
  font-size: 14px;
  counter-increment: count;
  content: "0" counter(count);
  transition: all 500ms ease;
  display: block;
}
.menu-counter > nav > ul > li:hover::before {
  color: var(--tp-theme-1);
}
/*----------------------------------------*/
/*  03. MEAN MENU CSS START
/*----------------------------------------*/
/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}
.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}
.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container a.meanmenu-reveal {
  display: none !important;
}
.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--tp-heading-primary);
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--tp-theme-1);
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #ebebeb !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: var(--tp-heading-primary);
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: #ebebeb;
}
.mean-container .mean-nav ul li > a > i {
  display: none;
}
.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}
.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--tp-common-white);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: var(--tp-heading-primary);
}
header .main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header__sm-action{
  margin-left: 40px;
}
@media(max-width: 992px){
  header .header-right-text-end {
      display: flex;
      align-items: center;
      justify-content: flex-end;
  }
  header .menu-padding{
    padding-left: 0;
  }
  header .header__sm-action{
    margin-left: 0;
    margin-right: 0;
  }
  header .side-menu-icon i{
    top: 0;
  }
  header.header-area{
    padding: 10px 5px;
  }
  .top_footer_section,footer .social-icons{
    text-align: center!important;
  }
  footer .social-icons{
    margin-top: 30px;
  }
}
/*----------------------------------------*/
/*  03. SLIDER CSS START
/*----------------------------------------*/
body .sliderm-height {
  height: 970px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  body .sliderm-height {
    height: 850px;
  }
}
@media (max-width: 575px) {
  body .sliderm-height {
    height: 700px;
  }
}
.slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 10.5s cubic-bezier(0, 0, 0.2, 1);
  mix-blend-mode: multiply;
}
.item-slider {
  position: relative;
  display: flex;
  align-items: center;
}
.slider-contant {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 575px) {
  .slider-contant {
    margin-top: 105px;
  }
}
.slider-contant span {
  font-size: 60px;
  display: inline-block;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-contant span {
    font-size: 40px;
  }
}
.slider-contant .slider-title {
  font-size: 120px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-contant .slider-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-contant .slider-title {
    font-size: 70px;
  }
}
.swiper-slide-active .slider-contant span, .swiper-slide-active .slider-contant .slider-title, .swiper-slide-active .slider-button a {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
.swiper-slide-active .slider-contant span {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.swiper-slide-active .slider-contant .slider-title {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.swiper-slide-active .slider-button a.tp-btn {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.swiper-slide-active .slider-button a.tp-btn-2 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.swiper-slide-active .slide-bg {
  transform: scale(1.1);
}
.us_home_banner .swiper-slide-active .slide-bg {
  transform: unset;
}
.slider__area {
  position: relative;
}
.slider__d-info {
  margin-right: 160px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__d-info {
    margin-right: 0px;
  }
}
.slider__d-info p {
  font-size: 18px;
  line-height: 26px;
}
.slider__d-title {
  font-size: 120px;
  line-height: 0.9;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__d-title {
    font-size: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__d-title {
    font-size: 68px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__d-title {
    font-size: 50px;
  }
}
.slider__item {
  position: relative;
  z-index: 1;
}
.slider__circle-shape {
  height: 500px;
  width: 500px;
  position: absolute;
  right: 5%;
  z-index: 1;
  border-radius: 50%;
  top: 50%;
  transition: 1.2s;
  transform: scale(1);
  background: var(--tp-common-white);
  transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__circle-shape {
    height: 300px;
    width: 300px;
    right: 0%;
    top: 48%;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__circle-shape {
    display: none;
  }
}
@media (max-width: 575px) {
  .slider-button a {
    margin-right: 0;
    margin-top: 20px;
  }
}
.swiper-slide-active .slider__d-info p, .swiper-slide-active .slider__d-info .slider__d-title, .swiper-slide-active .slider__d-info .subscribe-form {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.swiper-slide-active .slider__d-info .slider__d-title {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.swiper-slide-active .slider__d-info p {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.swiper-slide-active .slider__d-info .subscribe-form {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.main-slider-nav {
  overflow: hidden;
}
.main-slider-dot {
  margin-top: -96px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-slider-dot {
    margin-top: -96px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-slider-dot {
    margin-top: -115px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main-slider-dot {
    margin-top: -130px;
  }
}
@media (max-width: 575px) {
  .main-slider-dot {
    margin-top: 0;
  }
}
.swiper-slide-thumb-active .sm-button {
  opacity: 1;
}
.sm-button {
  display: flex;
  width: 100%;
  color: var(--tp-common-white);
  padding-right: 30px;
  padding-bottom: 40px;
  position: relative;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sm-button {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sm-button {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sm-button {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sm-button {
    padding-right: 0;
    padding-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .sm-button {
    display: none;
  }
}
.sm-button::before {
  border-color: var(--tp-theme-1);
  position: absolute;
  content: "";
  background: var(--tp-theme-1);
  width: 20%;
  height: 4px;
  bottom: 2px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.sm-button:hover {
  border-color: var(--tp-theme-1);
  opacity: 1;
}
.sm-button:hover::before {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.main-slider-dot .swiper-slide-thumb-active .sm-button::before {
  width: 100%;
  visibility: visible;
  opacity: 1;
  background: #14c26c;
}
.slider-layout-third .swiper-slide-thumb-active .sm-button .sm-services__text span{ color: #14c26c; }
.main-slider-dot .swiper-slide-thumb-active .sm-button {
  filter: grayscale(0);
}
/*----------------------------------------*/
/*  00. SERVICES CSS START
/*----------------------------------------*/
.service_tab_section {
  position: relative;
  z-index: 1;
}
.sm-services__icon {
  margin-right: 15px;
}
.sm-services__icon i {
  font-size: 50px;
  color: var(--tp-theme-1);
  transition: 0.3s;
}
.sm-services__text span {
  font-size: 14px;
  color: var(--tp-grey-3);
  display: inline-block;
}
.sm-services__text h4 {
  color: var(--tp-common-white);
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sm-services__text h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sm-services__text h4 {
    font-size: 18px;
  }
}
.single-services {
  padding: 35px 40px;
  background: var(--tp-common-white);
  border-radius: 6px;
}
.single-services h5 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.single-services .services-list ul li {
  margin-bottom: 12px;
  list-style: none;
}
.single-services .services-list ul li span {
  font-size: 16px;
  display: inline-block;
}
.single-services .sr-button {
  padding-top: 15px;
  border-top: 1px solid var(--tp-border-2);
}
.single-services .sr-button a {
  font-size: 14px;
  font-weight: var(--tp-fw-medium);
}
.single-services .sr-button a:hover {
  color: var(--tp-theme-1);
}
body .services__slider {
  position: relative;
  margin-right: -370px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  body .services__slider {
    margin-right: 0;
  }
}
.ser__text a {
  color: var(--tp-heading-primary);
  text-decoration: underline;
  font-weight: var(--tp-fw-medium);
}
.sm-services__lists {
  transform: translateY(-40px);
}
.sm-services__item .flip-card-front {
  background-color: transparent;
  width: 100%;
  height: 300px;
  border-radius: 6px;
}
.sm-services__item .flip-card-front .flip-card-icon i {
  font-size: 80px;
  color: var(--tp-heading-primary);
}
.sm-services__item .flip-card-front .flip-card-icon-2 i {
  color: var(--tp-theme-1);
}
.sm-services__item .flip-card-front .flip-card-title {
  font-size: 20px;
}
.sm-services__item .flip-card-front .flip-card-title-2 {
  margin-bottom: 15px;
}
.sm-services__item .flip-card-back {
  background-color: transparent;
  width: 100%;
  height: 300px;
  border-radius: 6px;
}
.sm-services__item .flip-card-back .flip-card-icon i {
  font-size: 80px;
  color: var(--tp-common-white);
}
.sm-services__item .flip-card-back .flip-card-title {
  font-size: 20px;
  color: var(--tp-common-white);
}
.sm-services__item .flip-card-back .flip-card-omore i {
  color: var(--tp-common-white);
}
.sm-services__item .flip-card-back .flip-card-omore p {
  font-size: 14px;
  line-height: 24px;
}
.sm-services__item .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.sm-services__item .flip-card-inner-2 {
  box-shadow: none;
}
.sm-services__item .flip-card-inner-2 p {
  font-size: 14px;
  line-height: 24px;
}
.sm-services__item .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.sm-services__item .flip-card-front, .sm-services__item .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sm-services__item .flip-card-front {
  background-color: #fff;
  color: black;
  border-radius: 6px;
  padding: 85px 0;
}
.sm-services__item .flip-card-front-2 {
  padding: 35px 40px;
  height: 260px;
}
.sm-services__item .flip-card-back {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  transform: rotateY(180deg);
  border-radius: 6px;
  padding: 65px 0;
  position: relative;
}
.sm-services__item .flip-card-back-2 {
  padding: 35px 40px;
  height: 260px;
}
.sm-services__item .flip-card-back span {
  display: inline-block;
  font-weight: var(--tp-fw-medium);
}
.sm-services__item .flip-card-back p {
  color: var(--tp-common-white);
}
.sm-services__item .flip-card-back .flip-card-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sm-services__item .flip-card-back .flip-card-bg img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .sm-services__item {
    margin-bottom: 30px;
  }
}
.sm-services__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sm-services__info {
    display: block;
  }
}
.sm-services__info h5 {
  font-size: 24px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sm-services__info h5 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sm-services__info h5 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.sm-services__more a {
  font-size: 16px;
  color: var(--tp-common-white);
  transition: 0.3s;
}
.sm-services__more a i {
  margin-left: 5px;
}
.sm-services__more a:hover {
  color: var(--tp-theme-1);
}
.services__area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.services__item {
  padding: 50px 45px;
  background: var(--tp-common-white);
  border-radius: 6px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .services__item {
    padding: 50px 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__item {
    padding: 50px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services__item {
    padding: 50px 30px;
  }
}
.services__item .ser__icon i {
  font-size: 60px;
  color: var(--tp-theme-1);
}
.services__item .ser__title {
  font-size: 20px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services__item .ser__title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services__item .ser__title br {
    display: none;
  }
}
.services__item .ser__title:hover {
  color: var(--tp-theme-1);
}
.services__item .ser__more-option a {
  font-size: 14px;
  color: var(--tp-theme-1);
  font-weight: var(--tp-fw-sbold);
  display: inline-block;
}
.services__item .ser__more-option a i {
  margin-left: 10px;
}
.services__item p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}
.services__item-tp {
  position: relative;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.03);
}
.services__item-tp::after {
  position: absolute;
  content: "";
  left: 15px;
  right: 15px;
  background-color: var(--tp-theme-1);
  border-radius: 6px;
  height: 100%;
  bottom: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.services__item-tp::before {
  position: absolute;
  content: "";
  left: 0;
  background-color: var(--tp-common-white);
  border-radius: 6px;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.services__item-tp:hover::after, .services__item-tp:hover::before {
  visibility: visible;
  opacity: 1;
}
.services__item-tp:hover::after {
  bottom: -15px;
}
.services__item-tp:hover::before {
  top: -25px;
}
.services__item-grid {
  position: relative;
  border: 2px solid var(--tp-border-2);
}
.services__item-grid::after {
  position: absolute;
  content: "";
  left: 15px;
  right: 15px;
  background-color: var(--tp-theme-1);
  border-radius: 6px;
  height: 100%;
  bottom: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.services__item-grid::before {
  position: absolute;
  content: "";
  left: -2px;
  background-color: var(--tp-common-white);
  border-radius: 6px;
  height: 100%;
  width: 101.5%;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  border: 2px solid var(--tp-border-2);
  transition: 0.3s;
}
.services__item-grid:hover {
  border-top-color: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.services__item-grid:hover::after, .services__item-grid:hover::before {
  visibility: visible;
  opacity: 1;
}
.services__item-grid:hover::after {
  bottom: -15px;
}
.services__item-grid:hover::before {
  top: -25px;
}
.related__services {
  position: relative;
}
.related__services-title {
  font-size: 20px;
}
.cta__area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}
.cta__area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 58, 64, 0.6);
  z-index: -1;
}
.cta__title {
  font-size: 60px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta__title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta__title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta__title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .cta__button a {
    margin-right: 0;
    margin-top: 20px;
  }
}
.hide {
  display: none;
}
/* history css */
.history__area {
  position: relative;
  z-index: 1;
}
.history__right {
  position: relative;
}
.history__right-bg {
  position: absolute;
  width: 35%;
  top: 0;
  height: 100%;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .history__right-bg {
    display: none;
  }
}
.history__right-bg img {
  width: 100%;
  height: 100%;
}
.history__item .sm-item-thumb {
  position: relative;
  overflow: hidden;
}
.history__item .sm-item-thumb img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.history__item .sm-item-tag {
  position: absolute;
  bottom: 0;
  left: 30px;
}
.history__item .sm-item-tag span {
  width: 70px;
  height: 30px;
  line-height: 30px;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: inline-block;
  text-align: center;
}
.history__item .sm-item-content {
  padding: 30px;
  background: var(--tp-common-white);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .history__item .sm-item-content {
    padding: 30px 20px;
  }
}
.history__item .sm-item-content h6 {
  font-size: 20px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .history__item .sm-item-content h6 {
    font-size: 18px;
  }
}
.history__item .sm-item-content h6:hover {
  color: var(--tp-theme-1);
}
.history__item .sm-item-content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}
.history__item:hover .sm-item-thumb img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.nevigation__info {
  display: flex;
  align-items: center;
}
.nevigation__info img {
  margin-right: 20px;
}
.nevigation__info-2 {
  text-align: right;
  justify-content: end;
}
.nevigation__info-2 img {
  margin-left: 20px;
  margin-right: 0;
}
.nevigation__content p {
  margin-bottom: 0;
}
.nevigation__title {
  font-size: 18px;
  transition: 0.3s;
}
.nevigation__title:hover {
  color: var(--tp-theme-1);
}
.nevigation__icon i {
  font-size: 40px;
  color: var(--tp-theme-1);
}
/*----------------------------------------*/
/*  03. ABout CSS START
/*----------------------------------------*/
.ab-tab-info {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ab-tab-info {
    margin-bottom: 80px;
  }
}
.ab-left-content {
  margin-left: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ab-left-content {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ab-left-content {
    margin-left: 0;
  }
}
.ab-left-content .abd-text {
  font-weight: var(--tp-fw-medium);
  color: var(--tp-heading-primary);
}
.ab-left-content .ab-author h5 {
  font-size: 16px;
  line-height: 26px;
}
.ab-left-content .ab-author h5 span {
  color: var(--tp-theme-1);
  font-weight: var(--tp-fw-regular);
}
.ab-left-content .ab-author-2 h5 {
  color: var(--tp-theme-1);
}
.absp-text {
  display: flex;
  width: 270px;
  padding: 30px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  background: var(--tp-common-white);
  border-radius: 6px;
  position: absolute;
}
@media (max-width: 575px) {
  .absp-text {
    display: none;
  }
}
.absp-text i {
  font-size: 50px;
  color: var(--tp-theme-1);
  margin-right: 20px;
}
.absp-text .absp-info h5 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 0;
}
.absp-text .absp-info .absm-title {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  color: var(--tp-grey-4);
}
.absp-text-1 {
  top: -35px;
  left: -5px;
}
.absp-text-2 {
  bottom: -50px;
  right: -65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .absp-text-2 {
    right: -10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .absp-text-2 {
    right: -25px;
  }
}
.ab-image.w-img {
  margin-left: 80px;
}
@media (max-width: 575px) {
  .ab-image.w-img {
    margin-left: 0;
  }
}
.sm-text {
  font-size: 18px;
  line-height: 26px;
}
.about__info {
  border-bottom: 1px solid var(--tp-border-2);
}
.about__info-quote {
  font-size: 18px;
  line-height: 26px;
  color: var(--tp-heading-primary);
  font-weight: var(--tp-fw-medium);
}
.about__list-item {
  display: flex;
  align-items: center;
}
.about__list-item i {
  font-size: 70px;
  color: var(--tp-theme-1);
  margin-right: 20px;
}
.about__list-item-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.about__right {
  margin-right: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__right {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__right {
    margin-right: 0;
  }
}
.about__right-2 {
  margin-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__right-2 {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__right-2 {
    margin-left: 0;
    margin-top: 55px;
  }
}
.about__image {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about__image {
    margin-top: 40px;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__image {
    margin-top: 40px;
    margin-bottom: 55px;
  }
}
.about__image-big img {
  border-radius: 6px;
}
@media (max-width: 575px) {
  .about__image-big img {
    max-width: 100%;
  }
}
.about__image-small {
  position: absolute;
  right: 0;
  bottom: -28%;
}
.about__image-small img {
  width: 300px;
  height: 300px;
  border: 10px solid var(--tp-common-white);
  border-radius: 6px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 575px) {
  .about__image-small {
    display: none;
  }
}
.about__image-small-2 {
  bottom: -15%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__image-small-2 {
    bottom: -40%;
  }
}
.about__image-small-2 img {
  width: 370px;
  height: 370px;
}
.about__image-shape {
  position: absolute;
  left: 40px;
  bottom: -25%;
}
.about__image-shape span {
  width: 50px;
  height: 50px;
  background: var(--tp-theme-1);
  display: inline-block;
  border-radius: 6px;
}
.about__image-2 {
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__image-2 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__image-2 img {
    max-width: 100%;
  }
}
.about__area .abs__info {
  padding-left: 130px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__area .abs__info {
    margin-bottom: 70px;
  }
}
.about__area .abs__image-2 {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
}
.about__area .abs__image-2 img {
  width: 250px;
  height: 250px;
}
.about__area .abs__image-3 {
  position: absolute;
  bottom: -15px;
  left: 12%;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__area .abs__image-3 {
    bottom: -60px;
  }
}
.about__area .abs__image-3 img {
  width: 100px;
  height: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__area-2 {
    padding-top: 120px;
  }
}
.about__sm-image .sm-image__item {
  position: relative;
  overflow: hidden;
}
.about__sm-image .sm-image__item img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.about__sm-image .sm-image__item:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.about__sm-image .sm-image__content {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  background-color: rgba(222, 32, 33, 0.9);
  border-radius: 6px;
  transition: 0.3s;
}
.about__sm-image .sm-image__content .sm-number {
  position: absolute;
  top: 55%;
  transform: translateY(-55%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.about__sm-image .sm-image__content .sm-number a {
  font-size: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
}
.about__sm-image .sm-image__content .sm-number a span {
  font-size: 36px;
  color: var(--tp-common-white);
}
.about__sm-image .sm-image__content .sm-number p {
  font-size: 16px;
  color: var(--tp-common-white);
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 26px;
}
.about__sm-image-df {
  transform: translateY(-30px);
}
.st-right-border {
  padding-left: 20px;
  border-left: 1px solid var(--tp-border-2);
}
@media (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .company__about {
    overflow: hidden;
  }
}
.company__about-tab .about-tabs {
  justify-content: space-around;
  border: 0;
  background: var(--tp-heading-primary);
  width: 100%;
}
.company__about-tab .about-tabs .abst-item {
  width: 33.33%;
  background-color: var(--tp-heading-primary);
  display: flex;
  justify-content: space-evenly;
}
.company__about-tab .about-tabs .abst-item-link {
  border: 0;
  background: inherit;
  font-size: 14px;
  color: var(--tp-common-white);
  text-transform: uppercase;
  font-weight: var(--tp-fw-medium);
  padding: 25px 10px;
  width: 100%;
}
.company__about-tab .about-tabs .abst-item-link i {
  margin-left: 15px;
  visibility: hidden;
  opacity: 0;
}
.company__about-tab .about-tabs .abst-item-link.active {
  background: var(--tp-theme-1);
  position: relative;
}
.company__about-tab .about-tabs .abst-item-link.active::before {
  position: absolute;
  content: "";
  left: 50%;
  right: 0;
  bottom: -8px;
  width: 15px;
  height: 8px;
  background: var(--tp-theme-1);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.company__about-tab .about-tabs .abst-item-link.active i {
  visibility: visible;
  opacity: 1;
}
.company__sm-about span {
  width: 120px;
  height: 120px;
  line-height: 120px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  background: var(--tp-common-white);
  display: inline-block;
  border-radius: 50%;
  font-size: 20px;
  font-weight: var(--tp-fw-medium);
  color: var(--tp-heading-primary);
  margin-bottom: 70px;
}
.company__sm-about p {
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .company__sm-about p {
    font-size: 18px;
  }
}
.sdf__item {
  padding: 40px;
  border: 1px solid var(--tp-border-2);
  display: flex;
  border-radius: 6px;
  position: relative;
  background: var(--tp-common-white);
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sdf__item {
    padding: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sdf__item {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .sdf__item {
    padding: 20px;
  }
}
.sdf__item::before {
  position: absolute;
  content: "";
  left: 10px;
  right: 10px;
  border-radius: 6px;
  height: 100%;
  bottom: 10px;
  z-index: -2;
  border: 1px solid var(--tp-border-2);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.sdf__item:hover::before {
  bottom: -10px;
  visibility: visible;
  opacity: 1;
  z-index: -1;
}
.sdf__item:hover {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.sdf__icon {
  margin-right: 20px;
}
.sdf__icon i {
  font-size: 50px;
  color: var(--tp-theme-1);
}
.sdf__text h6 {
  font-size: 20px;
  line-height: 30px;
}
.sdf__text p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}
.animate {
  position: relative;
}
.animate::before {
  content: "";
  display: inline-block;
  width: 125px;
  height: 125px;
  padding: 30px;
  border-radius: 50%;
  position: absolute;
  border: 1px solid var(--tp-border-2);
  top: -2px;
  left: -2px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.animate::after {
  content: "";
  display: inline-block;
  width: 120;
  height: 120;
  padding: 30px;
  border-radius: 50%;
  position: absolute;
  border: 1px solid var(--tp-border-2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
/*----------------------------------------*/
/*  03. Banner CSS START
/*----------------------------------------*/
.banner {
  position: relative;
  z-index: 1;
}
.banner__slider {
  position: relative;
}
.banner__border {
  position: absolute;
  height: 100%;
  width: 2px;
  background: var(--tp-common-white);
  opacity: 0.3;
  left: 24.3%;
}
.banner__border-2 {
  position: absolute;
  height: 100%;
  width: 2px;
  background: var(--tp-common-white);
  opacity: 0.3;
  left: 44.4%;
  top: 0;
}
.banner__border-3 {
  position: absolute;
  height: 100%;
  width: 2px;
  background: var(--tp-common-white);
  opacity: 0.3;
  left: 64.4%;
  top: 0;
}
.banner__area-3 {
  background-image: -moz-linear-gradient(145deg, #ffebeb 0%, #f0f0f0 100%);
  background-image: -webkit-linear-gradient(145deg, #ffebeb 0%, #f0f0f0 100%);
  background-image: -ms-linear-gradient(145deg, #ffebeb 0%, #f0f0f0 100%);
  position: relative;
  z-index: 1;
}
.banner__content-meta {
  font-size: 14px;
  background: var(--tp-common-white);
  padding: 5px 10px;
  border-radius: 6px;
  display: inline-block;
}
.banner__content-title {
  font-size: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__content-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__content-title {
    font-size: 40px;
  }
}
.banner__item-3 {
  padding-top: 190px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__item-3 {
    padding-top: 145px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__item-3 {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__item-3 {
    padding-top: 80px;
  }
}
.banner__button {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .banner__button {
    display: block;
  }
}
.banner__cinfo {
  margin-left: 30px;
}
@media (max-width: 575px) {
  .banner__cinfo {
    margin-left: 0;
    margin-top: 20px;
  }
}
.banner__cinfo a {
  display: inline-block;
  font-size: 16px;
  font-weight: var(--tp-fw-medium);
  color: var(--tp-heading-primary);
}
.banner__cinfo a span {
  display: block;
  font-size: 14px;
  font-weight: var(--tp-regular);
  color: var(--tp-text-body);
}
.banner__d-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__d-image {
    display: none;
  }
}
.banner__d-image::before {
  position: absolute;
  content: "";
  background: var(--tp-theme-1);
  width: 100%;
  height: 100%;
  top: 0;
}
.banner__shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
.banner__shape-2 {
  position: absolute;
  top: 0px;
  left: 7%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__shape-2 {
    left: -40%;
  }
}
@media (max-width: 575px) {
  .banner__shape-2 {
    display: none;
  }
}
.banner__height-3 {
  min-height: 970px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__height-3 {
    min-height: 875px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__image {
    margin-top: 50px;
  }
}
.banner-image {
  position: relative;
}
.sd-banner-area {
  position: relative;
}
.sd-banner__item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sd-content {
  background: var(--tp-theme-1);
  padding: 45px 50px;
  position: absolute;
  bottom: 0;
  width: 100.5%;
  z-index: 2;
  left: -2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sd-content {
    bottom: 50px;
    width: 90%;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sd-content {
    bottom: 40px;
    width: 90%;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sd-content {
    bottom: 30px;
    width: 90%;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sd-content {
    bottom: 20px;
    width: 90%;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.sd-content .sd-meta {
  font-size: 16px;
  line-height: 1.2;
  color: var(--tp-common-white);
}
.sd-content h5 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--tp-common-white);
}
.sd-content .project-info {
  margin-top: 100px;
}
.sd-content .project-info i {
  font-size: 15px;
  color: var(--tp-heading-primary);
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: var(--tp-common-white);
  border-radius: 6px;
  text-align: center;
  font-weight: var(--tp-fw-medium);
  margin-right: 20px;
  transition: 0.3s;
}
.sd-content .project-info i:hover {
  background: var(--tp-heading-primary);
  color: var(--tp-common-white);
}
.sd-content .project-info span {
  font-size: 16px;
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-sbold);
}
.sd-content .sd-bg-icon {
  position: absolute;
  bottom: 10%;
  left: 35%;
  z-index: -1;
}
.sd-content .sd-bg-icon i {
  font-size: 230px;
  color: #e4e4e421;
}
@media (max-width: 575px) {
  .sd-content .sd-bg-icon {
    left: 4%;
  }
}
.banner-slide-height {
  height: 800px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-slide-height {
    height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-slide-height {
    height: 600px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-slide-height {
    height: 600px;
  }
}
@media (max-width: 575px) {
  .banner-slide-height {
    height: 550px;
  }
}
.slide-border {
  border-right: 2px solid var(--tp-common-white);
  opacity: 0.3;
  height: 100%;
}
/*----------------------------------------*/
/*  03. Feature CSS START
/*----------------------------------------*/

/*

*/

.feature_slider_box {
  display: flex;
  align-items: center;
}
.portfolio_slider_box .bs-button-next {
  right: -40px;
}

.bloglistlayout .blog__btn-2{
    background: white;
}

/* ------------------  */
.feature__list ul li {
  list-style: none;
  padding: 18px 30px;
  background: var(--tp-grey-5);
  margin-bottom: 20px;
  border-radius: 6px;
  transition: 0.3s;
}
.feature__list ul li:last-child {
  margin-bottom: 0;
}
.feature__list ul li:hover {
  background: var(--tp-theme-1);
  transform: translateX(15px);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .feature__list ul li:hover {
    transform: translateX(0px);
    transform: translateY(-5px);
  }
}
.feature__list ul li:hover > a {
  color: var(--tp-common-white);
}
.feature__list ul li:hover > a i {
  color: var(--tp-common-white);
}
.feature__list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  color: var(--tp-heading-primary);
  font-size: 18px;
}
.feature__list ul li a i {
  color: var(--tp-grey-6);
}
.feature__left {
  margin-right: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .feature__left {
    margin-right: 0;
  }
}
.feature__images {
  margin-left: 10px;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .feature__images {
    margin-left: 0;
  }
}
.vide-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
 left: 50%;
transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .vide-button {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    transform:unset;
  }
}
.vide-button a {
  width: 60px;
  height: 60px;
  background: var(--tp-common-white);
  border-radius: 50%;
  color: var(--tp-theme-1);
  transition: 0.3s;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  line-height: 60px;
  text-align: center;
  font-size: 20px;
}
.vide-button a::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  z-index: -1;
  animation: pulse 2s infinite;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .vide-button a::before {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
}
.vide-button a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.vide-button-3 {
  transform: translateY(-50%);
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.vide-button-3 a::before {
  text-align: center;
  margin: 0 auto;
}
.vide-button-3 a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.video__area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video__area {
    height: 600px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .video__area {
    height: 500px;
  }
}
.video__button-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
}
.video__button-2 a {
  width: 120px;
  height: 120px;
  background: var(--tp-theme-1);
  border-radius: 50%;
  color: var(--tp-common-white);
  transition: 0.3s;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  line-height: 120px;
  text-align: center;
  font-size: 20px;
  transition: 0.3s;
}
.video__button-2 a:hover {
  background: var(--tp-common-white);
  color: var(--tp-theme-1);
  border-color: var(--tp-common-white);
}
.video__button-2 a::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  z-index: -1;
  animation: pulse 2s infinite;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.video__button-3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
}
.video__button-3 a {
  width: 120px;
  height: 120px;
  background: var(--tp-common-white);
  border-radius: 50%;
  color: var(--tp-theme-1);
  transition: 0.3s;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  line-height: 120px;
  text-align: center;
  font-size: 20px;
  transition: 0.3s;
}
.video__button-3 a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.video__button-3 a::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  background: var(--tp-common-white);
  border-radius: 50%;
  z-index: -1;
  animation: pulse 2s infinite;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.appoinment-cta {
  margin-top: -40px;
}
.appoinment-cta__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .appoinment-cta__content {
    display: block;
    text-align: center;
    padding: 25px 15px;
  }
}
.appoinment-cta__content-title {
  font-size: 24px;
  color: var(--tp-common-white);
  line-height: 1.3;
  margin-left: 40px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .appoinment-cta__content-title {
    margin-bottom: 20px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .appoinment-cta-2 {
    padding-bottom: 30px;
  }
}
.appoinment-cta-2__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  z-index: 1;
  position: relative;
  padding: 15px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .appoinment-cta-2__content {
    padding: 25px 30px;
    transform: translateY(-30px);
  }
}
.appoinment-cta-2__content-title {
  font-size: 14px;
  color: var(--tp-text-body);
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: var(--tp-fw-regular);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .appoinment-cta-2__content-title {
    margin-bottom: 0;
  }
}
.appoinment-cta-2__content-title a {
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-heading-primary);
}
.appoinment-cta-2__content a {
  font-size: 14px;
  font-weight: var(--tp-fw-sbold);
}
.appoinment-cta-2__content a:hover {
  color: var(--tp-theme-1);
}
/*----------------------------------------*/
/*  04. PROJECTS CSS START
/*----------------------------------------*/
.project__area {
  position: relative;
}
.project__inner {
  position: relative;
  width: 100%;
  display: flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project__inner {
    display: block;
  }
}
.project__info {
  position: relative;
  width: 50%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project__info {
    width: 100%;
  }
}
.project__info-image {
  position: relative;
}
.project__info-image::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 35, 40, 0.5);
}
.project__info:hover .project__info-image::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bb2324c9;
}
.project__info:hover .project__button {
  visibility: visible;
  opacity: 1;
}
.project__info:hover .project__content {
  transform: translateY(-50%);
}
.project__content {
  position: absolute;
  top: 50%;
  transform: translateY(-23%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s;
  padding: 0 30px;
}
.project__content span {
  font-size: 14px;
  color: var(--tp-common-white);
  margin-bottom: 10px;
}
.project__content .p-title {
  font-size: 40px;
  line-height: 1.3;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project__content .p-title {
    font-size: 30px;
  }
}
.project__button {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.project__slider {
  position: relative;
  margin-right: -750px;
}
.project__slider-item {
  overflow: hidden;
  transition: 0.3s;
}
.project__slider-item-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 450px;
  border-radius: 6px;
  position: relative;
}
.project__slider-item-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #2527287a;
  visibility: hidden;
  opacity: 0;
  border-radius: 6px;
}
.project__slider-item span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}
.project__slider-item-title {
  font-size: 24px;
  line-height: 1.3;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project__slider-item-title {
    font-size: 18px;
  }
}
.project__slider-item-title:hover {
  color: var(--tp-theme-1);
}
.project__slider-item-overlay {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 45%;
  transform: translateY(-45%);
  margin: 0 auto;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.project__slider-item-overlay a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: var(--tp-theme-1);
  line-height: 50px;
  font-size: 20px;
  border-radius: 6px;
  color: var(--tp-common-white);
  transition: 0.3s;
}
.project__slider-item-overlay a:hover {
  background: var(--tp-common-white);
  color: var(--tp-theme-1);
}
.project__slider-item:hover .project__slider-item-image::before {
  visibility: visible;
  opacity: 1;
}
.project__slider-item:hover .project__slider-item-overlay {
  visibility: visible;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project__slider {
    margin-right: 0;
  }
}
/*----------------------------------------*/
/*  03. Testimonial CSS START
/*----------------------------------------*/
.testimonial__area {
  position: relative;
  z-index: 3;
}
.testimonial__area-2 {
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__area-2 {
    padding-bottom: 60px;
  }
}
.testimonial__right {
  position: relative;
}
.testimonial__right-bg {
  position: absolute;
  width: 35%;
  top: 0;
  height: 100%;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__right-bg {
    display: none;
  }
}
.testimonial__right-bg img {
  height: 100%;
  object-fit: cover;
}
.testimonial__right-image {
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__right-image {
    position: static;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__right-image {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial__right-image img {
    width: 90%;
  }
}
.testimonial__slider {
  position: relative;
  margin-right: -400px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__slider {
    margin-right: 0;
  }
}
.testimonial__slider-3 {
  margin-top: -100px;
}
.testimonial__slider-3 .swiper-slide-active {
  position: relative;
}
.testimonial__slider-3 .swiper-slide-active::before {
  position: absolute;
  content: "";
  background: var(--tp-border-2);
  height: 220px;
  width: 1px;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__slider-3 .swiper-slide-active::before {
    display: none;
  }
}
.testimonial__item {
  padding: 35px 35px;
  background: var(--tp-common-white);
  border-radius: 6px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.testimonial__item .review__info {
  display: flex;
  align-items: center;
}
.testimonial__item .review__info .client__content {
  margin-left: 20px;
}
.testimonial__item .review__info .client__name {
  font-size: 20px;
  margin-bottom: 0;
}
.testimonial__item .review__info .client__designation p {
  font-size: 14px;
  margin-bottom: 0;
}
.testimonial__item .review__info .client__designation p a {
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-theme-1);
  display: inline-block;
}
.testimonial__item .review__text {
  font-size: 18px;
  line-height: 26px;
}
.testimonial__item-2 {
  display: flex;
  background: var(--tp-grey-5);
  padding: 20px 30px;
  padding-left: 20px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .testimonial__item-2 {
    display: block;
    text-align: center;
  }
}
.testimonial__item-2 .tclient__details {
  margin-right: 30px;
  margin-top: -50px;
  flex: 0 0 auto;
}
@media (max-width: 575px) {
  .testimonial__item-2 .tclient__details {
    margin-top: 0;
    margin-right: 0;
  }
}
.testimonial__item-2 .tclient__designation h5 {
  font-size: 18px;
  margin-bottom: 0;
}
.testimonial__item-2 .tclient__designation span {
  font-size: 14px;
}
.testimonial__item-2 .review__text-2 p {
  font-size: 18px;
  line-height: 26px;
  color: var(--tp-heading-primary);
  margin-bottom: 0;
}
.testimonial__item-2 .quote-img {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: -1;
}
.testimonial__item-3 {
  padding-right: 70px;
  z-index: 3;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial__item-3 {
    padding-right: 40px;
  }
}
.testimonial__item-box {
  padding: 0 30px;
}
.testimonial__item-box .quote__text {
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__item-box .quote__text {
    font-size: 20px;
  }
}
.testimonial__item-box .author__info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial__item-box .author__image {
  margin-right: 20px;
}
.testimonial__item-box .author__image img {
  border-radius: 50%;
}
.testimonial__item-box .author__content {
  text-align: left;
}
.testimonial__item-box .author__content h5 {
  font-size: 18px;
  margin-bottom: 0;
}
.testimonial__item-box .author__content span {
  font-size: 14px;
}
.testimonial__left-info {
  margin-left: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__left-info {
    margin-left: 0;
  }
}
.testimonial__left-info-2 {
  margin-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__left-info-2 {
    margin-left: 0;
    margin-top: 50px;
  }
}
.testimonial__shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.testimonial__shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.testimonial__side-image {
  position: relative;
}
.testimonial__side-image img {
  border-radius: 10px;
}
.testimonial__icon-3 {
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: -1;
}
/*----------------------------------------*/
/*  03. Team CSS START
/*----------------------------------------*/
.team__item {
  position: relative;
}
.team__item:hover .team__image::before, .team__item:hover .team__content, .team__item:hover .team__social {
  visibility: visible;
  opacity: 1;
}
.team__item:hover .team__social {
  top: 40%;
}
.team__item:hover .team__content {
  bottom: 25px;
}
.team__item-box .member__info {
  background: var(--tp-heading-primary);
  padding: 30px;
  position: relative;
  transition: 0.3s;
}
.team__item-box .member__info span {
  color: #a2abb4;
  font-size: 14px;
  display: inline-block;
}
.team__item-box .member__info .m-name {
  font-size: 20px;
  color: var(--tp-common-white);
  margin-bottom: 0;
  transition: 0.3s;
}
.team__item-box .member__info .m-name:hover {
  color: var(--tp-theme-1);
}
.team__item-box .member__info::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: #e7e7e7;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  bottom: -30px;
  right: 0;
  transition: 0.5s;
}
.team__item-box:hover .member__info {
  background: var(--tp-theme-1);
}
.team__item-box:hover .member__info .m-name, .team__item-box:hover span {
  color: var(--tp-common-white);
}
.team__item-box:hover .member__info::before {
  background: #ffc3c3;
}
.team__item-grid {
  position: relative;
}
.team__item-grid::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #474c52db;
  border-radius: 6px;
  opacity: 0;
  transition: 0.3s;
}
.team__item-grid:hover::after {
  opacity: 1;
}
.team__item-grid:hover .team__social-3 {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.team__item-grid:hover .team__info {
  visibility: visible;
  opacity: 1;
  top: 50%;
}
.team__image {
  position: relative;
}
.team__image::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: var(--tp-heading-primary);
  width: 100%;
  height: 340px;
  -webkit-clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: hidden;
  opacity: 0;
}
.team__content {
  position: absolute;
  bottom: 0;
  left: 40px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.team__content span {
  font-size: 14px;
  color: var(--tp-grey-7);
  display: inline-block;
}
.team__content h5 {
  font-size: 24px;
  color: var(--tp-common-white);
}
.team__content h5:hover {
  color: var(--tp-theme-1);
}
.team__social {
  position: absolute;
  top: 50%;
  left: 40px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.team__social a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: var(--tp-heading-primary);
  background: var(--tp-common-white);
  border-radius: 6px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
  transition: 0.3s;
}
.team__social a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.team__social-2 {
  padding: 20px 30px;
}
.team__social-2 a {
  font-size: 15px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.team__social-2 a:hover {
  color: var(--tp-theme-1);
}
.team__social-3 {
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
  margin: 0 40px;
  left: 0;
  right: 0;
  bottom: -30px;
  background: var(--tp-common-white);
  padding: 20px 30px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  visibility: hidden;
  opacity: 0;
}
.team__social-3 a {
  font-size: 15px;
  margin-bottom: 10px;
  margin-right: 15px;
  transition: 0.3s;
}
.team__social-3 a:last-child {
  margin-right: 0;
}
.team__social-3 a:hover {
  color: var(--tp-theme-1);
}
.team__info {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
}
.team__info span {
  font-size: 14px;
  font-weight: var(--tp-fw-sbold);
  color: #c5c5c5;
  text-transform: uppercase;
}
.team__info h5 {
  font-size: 24px;
  color: var(--tp-common-white);
}
.team__info h5:hover {
  color: var(--tp-theme-1);
}
.team__details-image {
  margin-right: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team__details-image {
    margin-right: 0;
  }
}
.team__details-image img {
  width: 100%;
  border-radius: 6px;
}
.team__details-dtitle {
  font-size: 60px;
  line-height: 1;
}
.team__details-degination {
  font-size: 30px;
  line-height: 1;
  color: var(--tp-theme-1);
  display: block;
}
.team__details-contact-icon a {
  height: 50px;
  width: 50px;
  border: 1px solid var(--tp-border-2);
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--tp-theme-1);
  transition: 0.3s;
}
.team__details-contact-text span {
  font-size: 14px;
}
.team__details-contact-text h6 {
  font-size: 20px;
}
.team__details-contact-info ul li {
  margin-bottom: 30px;
  list-style: none;
}
.team__details-contact-wrapper {
  display: flex;
}
.team__details-contact-wrapper:hover > .team__details-contact-icon a {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}
.team__details-text {
  font-size: 16px;
  line-height: 25px;
}
.team__details-text-2 {
  font-size: 18px;
  line-height: 26px;
}
.team__dtitle {
  font-size: 60px;
}
.team__main-info {
  margin-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team__main-info {
    margin-left: 0;
  }
}
.td-border {
  border-bottom: 1px solid var(--tp-border-2);
}
.member-skill .progress {
  height: 10px;
  background-color: transparent;
  border-radius: 0;
  z-index: 1;
  position: relative;
}
.member-skill .progress::before {
  position: absolute;
  content: "";
  background: #ececec;
  top: 0;
  width: 100%;
  height: 3px;
  z-index: -1;
  top: 50%;
  width: 100%;
  height: 3px;
  transform: translateY(-50%);
}
.member-skill .progress-bar {
  background-color: var(--tp-theme-1);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 70%;
  visibility: visible;
  animation-name: slideInLeft;
}
.member-skill .progress-bar-2 {
  width: 52%;
}
.member-skill .progress-bar-3 {
  width: 82%;
}
.skill-wrapper {
  margin-bottom: 27px;
}
.skill-title {
  display: flex;
  justify-content: space-between;
}
.skill-title span {
  float: right;
  font-size: 18px;
  font-weight: 700;
  color: var(--tp-theme-1);
}
.skill-category {
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  margin-bottom: 16px;
}
.qulification-title {
  font-size: 26px;
}
.certificate a {
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .member-qualification {
    padding-right: 0;
  }
}
/*----------------------------------------*/
/*  03. Blog CSS START
/*----------------------------------------*/
.blog__item {
  position: relative;
  padding: 35px 38px;
  background: var(--tp-common-white);
}
.blog__item:hover .blog__meta, .blog__item:hover .blog__catagory span, .blog__item:hover .blog__sm-title, .blog__item:hover .bolg__btn a {
  color: var(--tp-common-white);
}
.blog__item:hover .blog__author span, .blog__item:hover i {
  color: var(--tp-common-white);
}
.blog__item:hover .blog__catagory span {
  color: var(--tp-common-white);
}
.blog__item:hover .blog__btn a {
  color: var(--tp-common-white);
}
.blog__item:hover .blog__thumb {
  opacity: 1;
}
.blog__item-2-content {
  background: var(--tp-common-white);
  padding: 25px 25px;
}
.mobile-customrow .blog__item-2-content{
   min-height: 190px;
}
@media (max-width: 575px) {
  .blog__item-2-content {
    padding: 25px 15px;
  }
}
.blog__item-2-image {
  position: relative;
}
.blog__item-2-image-inner {
  overflow: hidden;
}
.blog__item-2-image-inner img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.blog__item-2:hover .blog__item-2-image img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.blog__item-2-date a {
  font-size: 40px;
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-white);
  width: 80px;
  height: 80px;
  line-height: 60px;
  background: var(--tp-theme-1);
  text-align: center;
  border-radius: 6px;
  position: absolute;
  top: -30px;
  right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog__item-2-date a {
    top: 20px;
  }
}
.blog__item-2-date a span {
  font-size: 14px;
  color: #ffcdb6;
  margin-bottom: 0;
  position: relative;
  top: -38px;
  display: inline-block;
}
.blog__item-2-date-df span {
  bottom: -30px;
  top: inherit;
}
.blog__item-2:hover .blog__btn-2 a {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}
.blog__item-2-df {
  border: 1px solid var(--tp-border-2);
  border-radius: 6px;
}
.blog__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.blog__thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0.8;
}
.blog__meta {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.blog__author {
  display: flex;
  align-items: center;
  margin-right: 30px;
  color: var(--tp-text-body);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog__author {
    margin-right: 15px;
  }
}
.blog__author i {
  font-size: 15px;
  color: var(--tp-theme-1);
  margin-right: 8px;
}
.blog__author span {
  font-size: 14px;
  display: inline-block;
  line-height: 1.1;
  position: relative;
  font-weight: var(--tp-fw-medium);
}
.blog__author span::before {
  position: absolute;
  content: "/";
  top: 1px;
  right: -10px;
  width: 1px;
  height: 0;
  background: var(--tp-text-body);
  font-family: var(--tp-ff-fontawesome);
  transform: rotate(-16deg);
  font-size: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog__author span::before {
    right: -3px;
  }
}
.blog__author:hover {
  color: var(--tp-theme-1);
}
.blog__catagory span {
  font-size: 14px;
  color: var(--tp-heading-primary);
  font-weight: var(--tp-fw-sbold);
}
.blog__sm-title {
  font-size: 20px;
  line-height: 1.4;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__sm-title {
    font-size: 18px;
  }
}
.blog__sm-title:hover {
  color: var(--tp-theme-1);
}
.blog__btn {
  display: flex;
  align-items: center;
}
.blog__btn a {
  font-weight: var(--tp-fw-medium);
  font-size: 14px;
  display: inline-block;
  transition: 0.3s;
  color: var(--tp-text-body);
}
.blog__btn a i {
  margin-left: 10px;
}
.blog__btn a:hover {
  color: var(--tp-theme-1);
}
.blog__btn-2 a {
  border-top: 1px solid var(--tp-border-2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  background: var(--tp-common-white);
  font-size: 16px;
  color: var(--tp-heading-primary);
  font-weight: var(--tp-fw-sbold);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: 0.3s;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__btn-2 a {
    font-size: 14px;
  }
}
.blog__content {
  position: relative;
}
.tp-blog__thumb {
  position: relative;
}
.tp-blog__meta span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: var(--tp-fw-medium);
  margin-right: 25px;
  transition: 0.3s;
  display: inline-block;
}
.tp-blog__meta span:last-child {
  margin-right: 0;
}
.tp-blog__meta span i {
  color: var(--tp-theme-1);
  margin-right: 3px;
}
.tp-blog__meta span:hover {
  color: var(--tp-theme-1);
}
.tp-blog__title {
  font-size: 28px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-blog__title {
    font-size: 25px;
  }
}
.tp-blog__title:hover {
  color: var(--tp-theme-1);
}
.tp-blog__sm-title {
  font-size: 24px;
}
.tp-blog-nav button {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 30px;
  color: var(--tp-common-white);
}
.tp-blog-nav button:hover {
  color: var(--tp-theme-1);
}
@media (max-width: 575px) {
  .tp-blog-nav button {
    left: 10px;
  }
}
.tp-blog-nav .tp-blog-button-next {
  left: auto;
  right: 50px;
}
@media (max-width: 575px) {
  .tp-blog-nav .tp-blog-button-next {
    right: 10px;
  }
}
.tp-blog blockquote {
  margin: 30px 0px !important;
  padding: 50px 50px 40px;
  color: #666;
  position: relative;
  background: var(--tp-grey-5);
  font-style: normal;
  text-align: left;
  clear: both;
  font-weight: 400;
  border-radius: 7px;
}
.tp-blog blockquote p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: var(--tp-heading-primary);
}
.tp-blog blockquote::before {
  content: "\f10e";
  position: static;
  font-family: "Font Awesome 5 Pro";
  font-size: 32px;
  color: var(--tp-theme-1);
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
}
.tp-blog blockquote span {
  color: var(--tp-heading-primary);
  font-size: 20px;
}
.tp-blog blockquote span::before {
  content: "";
  font-size: 28px;
  color: var(--tp-theme-1);
  padding-bottom: 0px;
  display: inline-block;
  background: var(--tp-theme-1);
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}
.tp-blog__tag span {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--tp-heading-primary);
  font-weight: var(--tp-fw-sbold);
  margin-right: 10px;
}
.tp-blog__tag a {
  background: var(--tp-common-white);
  padding: 5px 15px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  text-transform: capitalize;
  border: 1px solid #ddd;
  transition: 0.3s;
  border-radius: 6px;
}
.tp-blog__tag a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}
/* sidebar area */
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-sidebar__wrapper {
    padding-left: 0;
  }
}
.blog-sidebar__widget {
  padding: 30px 30px;
  border-radius: 6px;
  border: 1px solid #f0f0f5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-sidebar__widget {
    padding: 20px 20px;
  }
}
.blog-sidebar__widget-title {
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f5;
  position: relative;
}
.blog-sidebar__widget-title::before {
  position: absolute;
  content: "";
  background: var(--tp-theme-1);
  height: 1px;
  width: 30px;
  bottom: -1px;
  left: 0;
  right: 0;
}
.blog-sidebar__widget ul li {
  list-style: none;
  margin-bottom: 15px;
}
.blog-sidebar__widget ul li:last-child {
  margin-bottom: 0;
}
.blog-sidebar__widget ul li a {
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  color: var(--tp-heading-primary);
}
.blog-sidebar__widget ul li a::after {
  position: absolute;
  content: "\f054";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: #001d23;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog-sidebar__widget ul li a:hover {
  color: var(--tp-theme-1);
}
.blog-sidebar__widget ul li a:hover::after {
  color: var(--tp-theme-1);
}
.blog-sidebar__widget ul li a:hover::after {
  left: 7px;
}
.blog-sidebar__widget ul li ul {
  padding-top: 10px;
  padding-left: 15px;
}
.blog-sidebar__widget .featured__author-title {
  font-size: 18px;
  line-height: 1.3;
}
.blog-sidebar__widget .featured__author p {
  font-size: 16px;
}
.blog-sidebar__widget .featured__author-social a {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 16px;
}
.blog-sidebar__widget .featured__author-social a:last-child {
  margin-right: 0;
}
.blog-sidebar__widget .featured__author-social a:hover {
  color: var(--tp-theme-1);
}
.blog-sidebar__search input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: var(--tp-common-white);
  border: 1px solid transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  padding-left: 20px;
  padding-right: 65px;
}
.blog-sidebar__search input::placeholder {
  color: #aeaeae;
  font-weight: 500;
}
.blog-sidebar__search input:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}
.blog-sidebar__search button {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-sidebar__banner img {
  border-radius: 6px;
  width: 100%;
}
.tagcloud a {
  display: inline-block;
  height: 36px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 14px !important;
  font-weight: 500;
  color: var(--tp-text-body);
  background: #f4f4f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 10px;
}
.tagcloud a:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
}
.rc__post:not(:last-child) {
  margin-bottom: 30px;
}
.rc__meta span {
  font-size: 14px;
  color: var(--tp-text-body);
  font-weight: var(--tp-fw-medium);
}
.rc__thumb img {
  width: 75px;
  height: 75px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.rc__title {
  font-size: 16px;
  font-weight: var(--tp-fw-medium);
  color: var(--tp-common-black);
  line-height: 24px;
}
.rc__title a:hover {
  color: var(--tp-theme-1);
}
/*----------------------------------------
    basic pagination
-----------------------------------------*/
.tp-pagination ul li {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .tp-pagination ul li {
    margin-right: 5px;
  }
}
.tp-pagination ul li.active a {
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
.tp-pagination ul li a, .tp-pagination ul li span {
  position: relative;
  overflow: hidden;
  background: transparent;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  border: 2px solid #eef0f6;
  color: var(--tp-common-black);
}
.tp-pagination ul li a:hover, .tp-pagination ul li a.current, .tp-pagination ul li span:hover, .tp-pagination ul li span.current {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}
/* comment box */
.post-comment-title h3 {
  font-size: 30px;
}
.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}
.latest-comments li.children {
  margin-left: 105px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 15px;
  }
}
.comments-avatar {
  float: left;
  margin-right: 20px;
}
.comments-text {
  overflow: hidden;
  border-bottom: 1px solid #f1f0f7;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.comments-text p {
  font-size: 16px;
  margin-bottom: 20px;
}
.avatar-name {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.avatar-name h5 {
  font-size: 18px;
  margin-bottom: 0px;
}
.avatar-name span {
  color: #66819a;
  font-size: 14px;
  font-weight: 400;
}
.comment-reply-link {
  font-weight: 600;
  font-size: 14px;
  color: #222;
}
.comment-reply i {
  padding-right: 4px;
}
.comment-reply:hover {
  color: var(--tp-theme-1);
}
/* post comment */
.post-input input,
.post-input textarea {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #f5f5f5;
  background: var(--tp-grey-5);
  margin-bottom: 20px;
  border-radius: 6px;
}
.post-input input::placeholder,
.post-input textarea::placeholder {
  font-weight: 400;
  color: #686a6f;
}
.post-input input:focus,
.post-input textarea:focus {
  border-color: var(--tp-theme-1);
  outline: none;
  background: #ffffff;
}
.post-input input:focus::placeholder,
.post-input textarea:focus::placeholder {
  opacity: 0;
}
.post-input textarea {
  height: 180px;
  line-height: 26px;
  resize: none;
  padding: 30px;
  padding-top: 20px;
}
.post-check input {
  margin-right: 5px;
}
.post-comment-form h4 {
  font-size: 30px;
  margin-bottom: 10px;
}
.post-comment-form > span {
  display: inline-block;
  margin-bottom: 45px;
}
.post-comment-form .a-btn {
  border: none;
  outline: none;
}
.comments-box .post-meta {
  color: var(--tp-theme-1);
}
/*----------------------------------------*/
/*  00. Feature CSS START
/*----------------------------------------*/
.brand__area-2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -40px;
}
.brand__area-3 {
  position: relative;
  z-index: 4;
  margin-bottom: -130px;
}
.brand__title {
  position: relative;
}
.brand__title::before {
  position: absolute;
  content: "";
  background: var(--tp-border-2);
  width: 100%;
  height: 1px;
  bottom: 50%;
  left: 0;
  right: 0;
  z-index: -1;
}
.brand__title span {
  font-size: 16px;
  font-weight: var(--tp-fw-sblod);
  color: var(--tp-theme-1);
  display: inline-block;
  background: var(--tp-common-white);
  padding: 0 10px;
}
.brand__slider {
  padding: 40px 0;
  border-bottom: 1px solid var(--tp-border-2);
  text-align: center;
  padding-bottom: 55px;
}
.brand__slider-item img {
  text-align: center;
  filter: grayscale(100%);
  transition: 0.3s;
  opacity: 0.6;
}
.brand__slider-item:hover img {
  transform: translateY(-10px);
  opacity: 1;
}
.brand__image-item {
  padding: 45px 20px;
  text-align: center;
  position: relative;
}
.brand__image-item-br {
  border-right: 1px solid #e5e5e5;
}
.brand__image-item-bb {
  border-bottom: 1px solid #e5e5e5;
}
.brand__image-item-ab {
  position: absolute;
  top: 0;
  background: var(--tp-theme-1);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.brand__image-item-ab img {
  position: relative;
  z-index: 1;
  top: 80%;
  transform: translateY(-80%);
  transition: 0.3s;
}
.brand__image-item:hover .brand__image-item-ab {
  visibility: visible;
  opacity: 1;
}
.brand__image-item:hover .brand__image-item-ab img {
  top: 50%;
  transform: translateY(-50%);
}
.brand__image-item-3 img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: 0.3s;
}
.brand__image-item-3:hover img {
  opacity: 1;
  filter: grayscale(0%);
}
.brand__wrapper {
  background: var(--tp-common-white);
  border-radius: 6px;
  box-shadow: 3px 16px 23px 15px rgba(0, 0, 0, 0.04);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-border .row [class*=col-]:nth-child(3) .brand__image-item {
    border-right: 0;
  }
  .brand-border .row [class*=col-]:nth-child(4) .brand__image-item {
    border-right: 1px solid #e5e5e5;
  }
  .brand-border .row [class*=col-]:nth-child(5) .brand__image-item {
    border-bottom: 1px solid #e5e5e5;
  }
  .brand-border .row [class*=col-]:nth-child(6) .brand__image-item {
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .brand-border .row [class*=col-]:nth-child(8) .brand__image-item {
    border-right: 1px solid #e5e5e5;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .brand-border .row [class*=col-]:nth-child(2) .brand__image-item {
    border-right: 0;
  }
  .brand-border .row [class*=col-]:nth-child(5) .brand__image-item {
    border-bottom: 1px solid #e5e5e5;
  }
  .brand-border .row [class*=col-]:nth-child(6) .brand__image-item {
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }
}
@media (max-width: 575px) {
  .brand-border .row [class*=col-]:nth-child(1) .brand__image-item {
    border-right: 0;
  }
  .brand-border .row [class*=col-]:nth-child(4) .brand__image-item {
    border-right: 1px solid #e5e5e5;
  }
  .brand-border .row [class*=col-]:nth-child(5) .brand__image-item {
    border-bottom: 1px solid #e5e5e5;
  }
  .brand-border .row [class*=col-]:nth-child(6) .brand__image-item {
    border-bottom: 1px solid #e5e5e5;
  }
  .brand-border .row [class*=col-]:nth-child(7) .brand__image-item {
    border-bottom: 1px solid #e5e5e5;
  }
}
/*----------------------------------------*/
/*  03. Process CSS START
/*----------------------------------------*/
.process__area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .process__images {
    margin-bottom: 50px;
  }
}
.process__images .image-2 {
  margin-top: 100px;
}
@media (max-width: 575px) {
  .process__images .image-2 {
    margin-top: 60px;
  }
}
.process__right {
  margin-left: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .process__right {
    margin-left: 0;
  }
}
.process__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--tp-border-2);
}
.process__list-info {
  display: flex;
  align-items: center;
}
.process__list-icon {
  margin-right: 20px;
}
.process__list-icon i {
  font-size: 50px;
  color: var(--tp-theme-1);
}
.process__list-content span {
  font-size: 14px;
  display: inline-block;
}
.process__list-content h5 {
  font-size: 24px;
  margin-bottom: 0;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .process__list-content h5 {
    font-size: 18px;
  }
}
.process__list-content h5:hover {
  color: var(--tp-theme-1);
}
.process__list-content .process__list-item-title {
  font-size: 18px;
  line-height: 26px;
}
.process__list-sp-icon i {
  font-size: 20px;
  color: var(--tp-theme-1);
  font-weight: var(--tp-fw-regular);
}
.process__list-icon2 img {
  width: 80px;
  height: 80px;
}
.process__item {
  padding: 50px 30px;
  padding-bottom: 15px;
  border: 1px solid var(--tp-border-2);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  background: var(--tp-common-white);
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .process__item {
    padding: 50px 0px;
  }
}
.process__item:hover {
  box-shadow: none;
}
.process__item:hover .process__more a {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}
.process__content .p-name {
  font-size: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .process__content .p-name {
    font-size: 18px;
  }
}
.process__content .p-name:hover {
  color: var(--tp-theme-1);
}
.process__more {
  transform: translateY(40px);
}
.process__more a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid var(--tp-border-2);
  display: inline-block;
  border-radius: 50%;
  background: var(--tp-common-white);
  transition: 0.3s;
}
.process__more a i {
  font-size: 18px;
}
.process__text {
  font-size: 16px;
}
/*----------------------------------------*/
/*  00. pricing CSS START
/*----------------------------------------*/
.pricing__area-2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.pricing__item {
  position: relative;
  padding: 60px 60px;
  background: var(--tp-common-white);
  border-radius: 10px;
  border: 2px solid var(--tp-common-white);
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing__item {
    padding: 60px 30px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pricing__item {
    padding: 60px 30px;
  }
}
.pricing__item:hover {
  border-color: var(--tp-theme-1);
}
.pricing__item-name h5 {
  font-size: 24px;
}
.pricing__item-name p {
  color: var(--tp-border-3);
  font-size: 14px;
  line-height: 22px;
}
.pricing__item-info h5 {
  font-size: 14px;
  margin-bottom: 10px;
}
.pricing__item-info .pnumber a {
  border: 2px solid var(--tp-grey-8);
  color: var(--tp-heading-primary);
  width: 55px;
  height: 26px;
  line-height: 22px;
  border-radius: 30px;
  display: inline-block;
  font-size: 14px;
  font-weight: var(--tp-fw-medium);
  margin-right: 5px;
  margin-bottom: 10px;
  transition: 0.3s;
}
.pricing__item-info .pnumber a:hover {
  border-color: var(--tp-theme-1);
}
.pricing__item-price > span {
  font-size: 70px;
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-heading-primary);
  margin-bottom: 25px;
  display: inline-block;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pricing__item-price > span {
    font-size: 50px;
  }
}
.pricing__item-price p {
  color: var(--tp-border-3);
}
.pricing__item-active {
  border: 2px solid var(--tp-theme-1);
}
.pricing__item-3 {
  border: 1px solid var(--tp-border-2);
  border-radius: 6px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.03);
  transition: 0.3s;
}
.pricing__item-3:hover {
  box-shadow: none;
}
.pricing__item-3 .sm-content {
  padding: 50px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pricing__item-3 .sm-content {
    padding: 50px 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing__item-3 .sm-content {
    padding: 50px 20px;
  }
}
@media (max-width: 575px) {
  .pricing__item-3 .sm-content {
    padding: 25px 25px;
  }
}
.pricing__item-3 .sm-content-name {
  display: flex;
  align-items: center;
}
.pricing__item-3 .sm-content-name h5 {
  font-size: 40px;
}
.pricing__item-3 .sm-content-name span {
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
}
.pricing__item-3 .sm-content-1 {
  border-bottom: 1px solid var(--tp-border-2);
}
.pricing__item-3 .sm-content ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: var(--tp-heading-primary);
  margin-bottom: 15px;
}
.pricing__item-3 .sm-content ul li:last-child {
  margin-bottom: 0;
}
.pricing__item-3 .sm-content ul li i {
  color: var(--tp-theme-1);
}
.pricing__item-3 .sm-content ul .disable {
  color: #cccccc;
}
.pricing__item-3 .sm-content .more-option span {
  color: var(--tp-border-3);
}
.pricing__item-3 .sm-content .more-option span:hover {
  color: var(--tp-theme-1);
}
.pricing__item-3 .sm-content .more-option-active span {
  color: var(--tp-theme-1);
}
.pricing__item-3-active {
  box-shadow: none;
}
.pricing__item-3-df {
  border: 0;
  background: var(--tp-common-white);
}
.pricing__tabs .nav-tabs {
  justify-content: end;
  border: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pricing__tabs .nav-tabs {
    justify-content: start;
    margin-bottom: 40px;
  }
}
.pricing__tabs .nav-tabs .nav-link {
  margin-bottom: 0;
  border: 0;
}
.pricing__tabs .nav .nav-item .nav-link {
  padding: 0;
  padding-right: 80px;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-weight: 600;
  text-transform: capitalize;
  color: #a3afb9;
  position: relative;
  outline: none;
  font-size: 16px;
  border: none;
}
.pricing__tabs .nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
.pricing__tabs .nav .nav-item .nav-link.active {
  color: var(--tp-heading-primary);
}
.pricing__tabs .nav .nav-item .nav-link.active::before {
  right: 50px;
}
.pricing__tabs .nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--tp-theme-1);
  z-index: 1;
}
.pricing__tabs .nav .nav-item:last-child .nav-link::before {
  display: none;
}
.pricing__tabs .nav .nav-item .nav-link::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--tp-common-white);
  width: 50px;
  height: 20px;
  border-radius: 30px;
}
.pricing__tabs .nav .nav-item:last-child .nav-link::after {
  display: none;
}
.pricing__tabs-2 .nav-tabs {
  justify-content: end;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pricing__tabs-2 .nav-tabs {
    justify-content: start;
    margin-bottom: 40px;
  }
}
.pricing__tabs-2 .nav-button-one {
  width: 120px;
  height: 50px;
  color: var(--tp-heading-primary);
  font-size: 16px;
  font-weight: var(--tp-fw-medium);
  border: none;
  border: 1px solid var(--tp-border-2);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-transform: capitalize;
}
.pricing__tabs-2 .nav-button-two {
  width: 120px;
  height: 50px;
  color: var(--tp-heading-primary);
  font-size: 16px;
  font-weight: var(--tp-fw-medium);
  border: none;
  border: 1px solid var(--tp-border-2);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-transform: capitalize;
}
.pricing__tabs-2 .nav-item.show .nav-link, .pricing__tabs-2 .nav-tabs .nav-link.active {
  background: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.price__list li {
  list-style: none;
  margin: 6px 0;
}
.badge-price {
  position: absolute;
  top: 0;
  right: 0;
  background: #f00;
  padding: 2px 13px;
  border-radius: 0 5px 0px 0;
  color: #fff;
  font-weight: 500;
}
/*----------------------------------------*/
/*  00. Fact CSS START
/*----------------------------------------*/
.fact__bg {
  background: var(--tp-heading-primary);
  position: relative;
  z-index: 1;
}
.fact__bg::before {
  position: absolute;
  content: "";
  background: var(--tp-theme-1);
  width: 35%;
  left: 0;
  height: 100%;
  z-index: -1;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fact__bg::before {
    display: none;
  }
}
.fact__image img {
  border-radius: 6px;
}
.fact__info {
  margin-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fact__info {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fact__info {
    margin-left: 0;
    margin-top: 50px;
  }
}
.fact__info .section__wrapper h4 {
  color: var(--tp-common-white);
}
.fact__info .section__wrapper .r-text span {
  color: #60666d;
}
.fact__content-item {
  display: flex;
  align-items: center;
}
.fact__content-item-des h6 {
  font-size: 24px;
  color: var(--tp-common-white);
}
.fact__content-item-des p {
  color: #aeb4ba;
  margin-bottom: 0;
}
.fact__content-item-border {
  border-bottom: 1px solid #545a60;
}
.fact__content .fc-text {
  color: var(--tp-common-white);
  text-align: center;
  margin-bottom: 0;
}
.fact__progress-circular {
  margin-right: 30px;
}
.fact__progress-circular .knob {
  color: var(--tp-common-white) !important;
  font-size: 24px !important;
  font-weight: var(--tp-fw-sbold) !important;
}
/*----------------------------------------*/
/*  04. Portfolio CSS START
/*----------------------------------------*/
.portfolio-filter {
  border-bottom: 1px solid var(--tp-border-2);
  display: inline-block;
  padding: 0;
}
.portfolio-filter button {
  background: none;
  padding: 25px 20px;
  padding-top: 0;
  border: 0;
  text-transform: capitalize;
  font-weight: var(--tp-fw-sbold);
  font-size: 16px;
  position: relative;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-filter button {
    margin-bottom: 20px;
  }
}
.portfolio-filter button::before {
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--tp-theme-1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-filter button:hover::before {
  width: 100%;
  left: 0;
}
.portfolio-filter button.active {
  color: var(--tp-heading-primary);
}
.portfolio-filter button.active::before {
  width: 100%;
}
.portfolio-filter button.active::before, .portfolio-filter .portfolio-filter button:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.portfolio-wrapper {
  position: relative;
}
.portfolio-wrapper:hover .portfolio-image::before {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.portfolio-wrapper:hover .portfolio-caption {
  visibility: hidden;
  opacity: 0;
}
.portfolio-wrapper:hover .portfolio-caption-top, .portfolio-wrapper:hover .portfolio-caption-bottom, .portfolio-wrapper:hover .portfolio-caption-bottom-2 {
  visibility: visible;
  opacity: 1;
}
.portfolio-wrapper:hover .portfolio-caption-top {
  top: 50px;
}
@media (max-width: 575px) {
  .portfolio-wrapper:hover .portfolio-caption-top {
    top: 20px;
  }
}
.portfolio-wrapper:hover .portfolio-caption-bottom {
  bottom: 50px;
}
@media (max-width: 575px) {
  .portfolio-wrapper:hover .portfolio-caption-bottom {
    bottom: 20px;
  }
}
.portfolio-wrapper:hover .portfolio-caption-bottom-2 {
  bottom: 50px;
}
@media (max-width: 575px) {
  .portfolio-wrapper:hover .portfolio-caption-bottom-2 {
    bottom: 20px;
  }
}
.portfolio-image {
  position: relative;
}
.portfolio-image::before {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  border-radius: 6px;
}
.portfolio-image::after {
  background: #2527287a;
  content: "";
  height: 100%;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  border-radius: 6px;
}
.portfolio-image img {
  border-radius: 6px;
}
.portfolio-image-2::after {
  display: none;
}
.portfolio-caption {
  left: 50px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  bottom: 50px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  right: 50px;
  transform: translateY(10px);
  transition: 0.3s;
}
@media (max-width: 575px) {
  .portfolio-caption {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
}
.portfolio-caption h6 {
  font-size: 24px;
  letter-spacing: 0px;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
  color: var(--tp-common-white);
  line-height: 1.3;
}
.portfolio-caption p {
  text-transform: capitalize;
  color: var(--tp-common-white);
  opacity: 0.8;
}
.portfolio-caption-top {
  left: 50px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  right: 50px;
  transform: translateY(10px);
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 575px) {
  .portfolio-caption-top {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
}
.portfolio-caption-top h6 {
  font-size: 24px;
  letter-spacing: 0px;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
  color: var(--tp-common-white);
  line-height: 1.2;
}
.portfolio-caption-top h6:hover {
  color: var(--tp-theme-1);
}
.portfolio-caption-top p {
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.portfolio-caption-top-2 h6 {
  font-size: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-caption-top-2 h6 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .portfolio-caption-top-2 h6 {
    font-size: 20px;
  }
}
.portfolio-caption-bottom {
  position: absolute;
  bottom: 30px;
  left: 50px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .portfolio-caption-bottom {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
}
.portfolio-caption-bottom a {
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: var(--tp-theme-1);
  font-size: 20px;
  color: var(--tp-common-white);
  border-radius: 6px;
  text-align: center;
}
.portfolio-caption-bottom a:hover {
  background: var(--tp-common-white);
  color: var(--tp-theme-1);
}
.portfolio-caption-bottom-2 {
  position: absolute;
  bottom: 30px;
  left: 50px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .portfolio-caption-bottom-2 {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
}
.portfolio-caption-bottom-2 a {
  font-size: 14px;
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-white);
}
.portfolio-caption-bottom-2 a:hover {
  color: var(--tp-theme-1);
}
.portfolio__details {
  margin-right: -90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio__details {
    margin-right: 0;
  }
}
.portfolio__details-title {
  font-size: 30px;
  margin-bottom: 15px;
}
.portfolio__details .pt-d-image img {
  border-radius: 6px;
}
.portfolio__details .ptd-descriptiopn {
  position: relative;
}
.portfolio__details .ptd-descriptiopn p {
  margin-left: 100px;
}
.portfolio__details .p-quote {
  position: absolute;
  font-size: 50px;
  line-height: 70px;
  height: 70px;
  width: 70px;
  background: var(--tp-common-white);
  color: var(--tp-heading-primary);
  display: block;
  text-align: center;
  top: 0;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.portfolio__details .hg-light {
  display: inline-block;
  color: var(--tp-heading-primary);
  font-weight: var(--tp-fw-medium);
}
.portfolio__details blockquote {
  font-size: 20px;
  color: var(--tp-heading-primary);
  font-weight: var(--tp-fw-medium);
  line-height: 28px;
}
.portfolio__details .pt-sm-item-title {
  font-size: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--tp-border-2);
  margin-bottom: 20px;
}
.portfolio__details .pt-sm-item-number {
  color: var(--tp-theme-1);
  display: inline-block;
}
.portfolio__sidebar {
  margin-left: 115px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio__sidebar {
    margin-left: 0;
  }
}
.portfolio__sidebar .ps__item {
  border: 1px solid var(--tp-border-2);
  border-radius: 6px;
  line-height: 0;
}
.portfolio__sidebar .ps__item-info {
  padding: 40px;
}
.portfolio__sidebar .ps__item-info .ps-list ul li {
  list-style: none;
  font-size: 14px;
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--tp-border-2);
}
.portfolio__sidebar .ps__item-info .ps-list ul li:last-child {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 10px;
}
.portfolio__sidebar .ps__item-info .ps-list ul li span {
  font-weight: var(--tp-fw-medium);
  color: var(--tp-heading-primary);
  display: inline-block;
}
.portfolio__sidebar .ps__title {
  font-size: 18px;
  margin-bottom: 30px;
}
.portfolio__sidebar .ps__form .contact-filed {
  position: relative;
}
.portfolio__sidebar .ps__form .contact-filed::after {
  content: "\f007";
  position: absolute;
  left: 30px;
  top: 18px;
  font-family: "Font Awesome 5 Pro";
  color: var(--tp-theme-1);
}
.portfolio__sidebar .ps__form .contact-filed.contact-icon-mail::after {
  content: "\f0e0";
}
.portfolio__sidebar .ps__form .contact-filed.contact-icon-message::after {
  content: "\f303";
}
.portfolio__sidebar .ps__form .contact-filed.contact-icon-website::after {
  content: "\f0ac";
}
.portfolio__sidebar .ps__form .contact-filed input {
  width: 100%;
  height: 60px;
  border: 1px solid var(--tp-border-2);
  padding-left: 55px;
  padding-right: 30px;
  color: var(--tp-heading-primary);
  border-radius: 6px;
  font-weight: 500;
  transition: 0.3s;
}
.portfolio__sidebar .ps__form .contact-filed input::-moz-placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.portfolio__sidebar .ps__form .contact-filed input::placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.portfolio__sidebar .ps__form .contact-filed input:focus {
  border-color: var(--tp-theme-1);
}
.portfolio__sidebar .ps__form .contact-filed textarea {
  width: 100%;
  height: 250px;
  border: 1px solid var(--tp-border-2);
  padding-left: 55px;
  padding-right: 30px;
  padding-top: 15px;
  color: var(--tp-heading-primary);
  font-weight: 500;
  transition: 0.3s;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
}
.portfolio__sidebar .ps__form .contact-filed textarea::-moz-placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.portfolio__sidebar .ps__form .contact-filed textarea::placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.portfolio__sidebar .ps__form .contact-filed textarea:focus {
  border-color: var(--tp-theme-1);
}
/*----------------------------------------*/
/*  04. Faq CSS START
/*----------------------------------------*/
.faq__area .faq__content {
  margin-right: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq__area .faq__content {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq__area .faq__content {
    margin-right: 0;
  }
}
.faq__area .faq__content .accordion-button {
  border: 0;
  font-size: 18px;
  line-height: 1.4;
  color: var(--tp-heading-primary);
  padding-left: 0;
  font-weight: var(--tp-fw-sbold);
  position: relative;
  padding: 25px 0;
}
.faq__area .faq__content .accordion-button span {
  color: #c0c1c1;
  margin-right: 5px;
  display: inline-block;
}
.faq__area .faq__content .accordion-button:hover {
  color: var(--tp-theme-1);
}
.faq__area .faq__content .accordion-collapse {
  border: 0;
}
.faq__area .faq__content .accordion-button:not(.collapsed) {
  background: transparent;
  color: inherit;
}
.faq__area .faq__content .accordion-button:not(.collapsed) span {
  color: var(--tp-theme-1);
}
.faq__area .faq__content .accordion-body {
  padding-left: 18px;
    padding-right: 18px;
    padding-top: 0;
    padding-bottom: 0;
}
.faq__area .faq__content .accordion-body p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
}
.faq__area .faq__content .accordion-item {
  border-left: 0;
  border-right: 0;
  border: 0;
}
.faq__area .faq__content .accordion-button:focus {
  box-shadow: none;
}
.faq__area .faq__content .accordion-button::after {
  content: "\f067";
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  right: 10px;
  color: #c0c1c1;
  top: 20%;
}
.faq__area .faq__content .accordion-item .accordion-button{
   box-shadow: unset;
    background: #eee;
    border-radius: 0;
    margin-top: 8px;
    padding: 18px;
}
@media (max-width: 575px) {
  .faq__area .faq__content .accordion-button::after {
    right: 5px;
  }
}
.faq__area .faq__content .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f068";
  transform: rotate(0deg);
  color: var(--tp-theme-1);
}
.faq__left-info {
  margin-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq__left-info {
    margin-left: 0;
    margin-top: 55px;
  }
}
/*
.faq__accordion-2 .sm-accordion-item {
  border-radius: 6px;
  border-bottom: 0;
}
.faq__accordion-2 .sm-accordion-item .sm-accordion-button {
  box-shadow: none;
  outline: none;
  font-size: 18px;
  font-weight: var(--tp-fw-medium);
  padding: 20px 30px;
  border-radius: 6px;
  transition: 0.3s;
}
.faq__accordion-2 .sm-accordion-item .sm-accordion-button:hover {
  color: var(--tp-theme-1);
}
.faq__accordion-2 .sm-accordion-item .sm-accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.faq__accordion-2 .sm-accordion-item .sm-accordion-button:not(.collapsed) {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  box-shadow: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.faq__accordion-2 .sm-accordion-item .accordion-body {
  background: var(--tp-theme-1);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 30px 30px;
  padding-top: 0;
}
.faq__accordion-2 .sm-accordion-item .accordion-body p {
  color: var(--tp-common-white);
  font-size: 16px;
  margin-bottom: 0;
  line-height: 26px;
}
.faq__accordion-2 .sm-accordion-item .accordion-button::after {
  content: "\f178";
  background-image: none;
  font-family: "Font Awesome 6 Pro";
} */
.faq__image {
  position: relative;
}
/*----------------------------------------*/
/*  00. Contact CSS START
/*----------------------------------------*/
.contact__area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact__area-2 {
  position: relative;
  z-index: 1;
}
.contact__item:hover .contact__icon i {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  transform: rotateY(360deg);
}
.contact__icon i {
  height: 100px;
  width: 100px;
  line-height: 100px;
  font-size: 35px;
  text-align: center;
  background-color: var(--tp-common-white);
  border-radius: 50%;
  color: var(--tp-theme-1);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
  display: inline-block;
  transition: 0.3s;
}
.contact__title {
  font-size: 24px;
}
.contact__text p {
  margin-bottom: 0;
  font-size: 16px;
}
.contact__social a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--tp-heading-primary);
  background: var(--tp-common-white);
  border-radius: 6px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  transition: 0.3s;
}
.contact__social a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.contact__form {
  background: var(--tp-common-white);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 80PX 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact__form {
    padding: 80px 0;
  }
}
.contact__form .contact-filed {
  position: relative;
}
.contact__form .contact-filed::after {
  content: "\f007";
  position: absolute;
  left: 30px;
  top: 18px;
  font-family: "Font Awesome 5 Pro";
  color: var(--tp-heading-primary);
}
.contact__form .contact-filed.contact-icon-mail::after {
  content: "\f0e0";
}
.contact__form .contact-filed.contact-icon-message::after {
  content: "\f303";
}
.contact__form .contact-filed.contact-icon-website::after {
  content: "\f0ac";
}
.contact__form .contact-filed input {
  width: 100%;
  height: 60px;
  border: 1px solid transparent;
  padding-left: 55px;
  padding-right: 30px;
  color: var(--tp-heading-primary);
  border-radius: 6px;
  font-weight: 500;
  transition: 0.3s;
  background: #f9f9f9;
}
.contact__form .contact-filed input::-moz-placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.contact__form .contact-filed input::placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.contact__form .contact-filed input:focus {
  border-color: var(--tp-theme-1);
}
.contact__form .contact-filed textarea {
  width: 100%;
  height: 250px;
  border: 1px solid transparent;
  padding-left: 55px;
  padding-right: 30px;
  padding-top: 15px;
  color: var(--tp-heading-primary);
  font-weight: 500;
  transition: 0.3s;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  background: #f9f9f9;
  resize: none;
}
.contact__form .contact-filed textarea::-moz-placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.contact__form .contact-filed textarea::placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.contact__form .contact-filed textarea:focus {
  border-color: var(--tp-theme-1);
}
.contact__form-agree {
  padding-left: 5px;
}
.contact__form-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 14px;
  height: 14px;
  background: var(--tp-common-white);
  border: 1px solid #b9bac1;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.contact__form-agree input:checked {
  position: relative;
  background-color: #2b4eff;
  border-color: transparent;
}
.contact__form-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact__form-agree input:hover {
  cursor: pointer;
}
.contact__form-agree label {
  padding-left: 8px;
  color: #53545b;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.contact__form-agree label input[type=checkbox] {
  margin-right: 10px;
}
.contact__form-agree label a {
  color: var(--tp-heading-primary);
  font-weight: 600;
  padding-left: 4px;
}
.contact__form-agree label a:hover {
  color: var(--tp-theme-1);
}
.contact__form-agree label:hover {
  cursor: pointer;
}
.contact__map {
  line-height: 0;
  position: relative;
  margin-top: -60px;
}
.contact__map-wrap iframe {
  height: 800px;
  width: 100%;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__map-wrap iframe {
    height: 600px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact__map-wrap iframe {
    height: 500px;
  }
}
.contact__map-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.contact__map-icon i {
  font-size: 80px;
  color: var(--tp-theme-1);
  position: absolute;
  left: 48.5%;
  top: -14.5%;
}
/*----------------------------------------*/
/*  00. Sidebar CSS START
/*----------------------------------------*/
.sidebar__area {
  position: fixed;
  right: -485px;
  top: 0;
  width: 465px;
  height: 100%;
  background: var(--tp-common-white) none repeat scroll 0 0;
  overflow-y: scroll;
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999;
}
@media (max-width: 575px) {
  .sidebar__area {
    width: 290px;
  }
}
.sidebar__area.sidebar-opened {
  right: 0px;
}
.sidebar__area-2 {
  left: -485px;
}
.sidebar__area-2.sidebar-opened {
  left: 0px;
}
.sidebar__wrapper {
  position: relative;
  padding: 45px;
  background: var(--tp-grey-5);
}
@media (max-width: 575px) {
  .sidebar__wrapper {
    padding: 20px;
  }
}
.sidebar__close {
  position: absolute;
  top: 35px;
  right: 45px;
}
@media (max-width: 575px) {
  .sidebar__close {
    top: 22px;
    right: 20px;
  }
}
.sidebar__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 45px;
  width: 45px;
  line-height: 49px;
  background: #000;
  color: #fff;
  border-radius: 50%;
}
.sidebar__close-btn:hover {
  background: var(--tp-theme-1);
}
.sidebar__close-btn-3 {
  background: #666;
}
.sidebar__close-btn-3:hover {
  background: #666;
}
.sidebar__logo {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.sidebar__search {
  position: relative;
}
.sidebar__search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  color: var(--tp-heading-primary);
}
.sidebar__search input::placeholder {
  color: var(--tp-grey-2);
}
.sidebar__search input:focus {
  border-color: var(--tp-heading-primary);
}
.sidebar__search button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--tp-grey-2);
  transition: 0.3s;
}
.sidebar__search button:hover {
  color: var(--tp-heading-primary);
}
.sidebar__text p {
  margin-bottom: 25px;
  font-size: 16px;
}
.sidebar__contact h4 {
  font-size: 30px;
  margin-bottom: 20px;
  color: var(--tp-heading-primary);
}
.sidebar__contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar__contact ul li:hover i {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: #ebebeb;
}
.sidebar__contact ul li:hover a {
  color: var(--tp-theme-1);
}
.sidebar__contact-icon i {
  display: inline-block;
  color: var(--tp-heading-primary);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.sidebar__contact-text a {
  font-size: 18px;
  font-weight: 400;
  color: var(--tp-heading-primary);
}
.sidebar__map iframe {
  width: 100%;
  height: 200px;
  border: none;
}
.sidebar__social ul li {
  display: inline-block;
}
.sidebar__social ul li:not(:last-child) {
  margin-right: 5px;
}
.sidebar__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #f1f1f1;
  color: var(--tp-theme-1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.sidebar__social ul li a:hover {
  background: var(--tp-heading-primary);
  color: var(--tp-common-white);
}
.side-menu-icon i {
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  position: relative;
  top: 5px;
}
.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.body-overlay:hover {
  cursor: pointer;
}
.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}
/*----------------------------------------*/
/*  00. Footer CSS START
/*----------------------------------------*/
.footer-area {
  position: relative;
  z-index: 1;
}
.footer__area-2 {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.footer__area-2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--tp-common-black-2);
  z-index: -1;
  opacity: 0.9;
}
.footer__widget-title {
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 30px;
}
.footer__widget-content p {
  color: #b4b8bb;
}
.footer__links ul li {
  list-style: none;
  margin-bottom: 15px;
}
.footer__links ul li:last-child {
  margin-bottom: 0;
}
.footer__links ul li a {
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  color: #b4b8bb;
  position: relative;
}
.footer__links ul li a::before {
  position: absolute;
  content: "";
  background: var(--tp-theme-1);
  width: 5px;
  height: 2px;
  left: -10px;
  right: 0;
  top: 10px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.footer__links ul li:hover > a {
  margin-left: 10px;
  color: var(--tp-common-white);
}
.footer__links ul li:hover > a::before {
  visibility: visible;
  opacity: 1;
}
.footer__links-2 ul {
  width: 100%;
  overflow: hidden;
}
.footer__links-2 ul li {
  width: 50%;
  float: left;
}
.footer__links-d ul li a {
  font-weight: var(--tp-fw-regular);
}
.footer__links-d ul li a::before {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 0;
  background: var(--tp-common-white);
  width: 0;
  height: 1px;
  top: 20px;
}
.footer__links-d ul li:hover > a::before {
  width: 100%;
  left: 0;
  right: auto;
}
.footer__links-d ul li:hover > a {
  margin-left: 0;
}
.footer__subscribe-form {
  position: relative;
}
.footer__subscribe-form::before {
  content: "\f0e0";
  position: absolute;
  left: 20px;
  top: 18px;
  font-family: var(--tp-ff-fontawesome);
}
.footer__subscribe-form input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 45px;
  padding-right: 150px;
  background: var(--tp-common-white);
  border: none;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
  -moz-box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
  -ms-box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
  -o-box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
  box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.footer__subscribe-form input::placeholder {
  font-weight: 500;
  color: var(--tp-border-3);
}
.footer__subscribe-form input:focus {
  border: none;
  outline: none;
}
.footer__subscribe-form input:focus::placeholder {
  opacity: 0;
}
.footer__subscribe-form .s-button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 35px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.footer__subscribe-form .s-button-2 {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--tp-theme-1);
  font-weight: 700;
}
.footer__subscribe-form .s-button-2-df {
  color: var(--tp-common-white);
}
.footer__subscribe-form-2 input {
  padding-right: 110px;
}
.footer__subscribe-form-df input {
  background: #2c3137;
  color: var(--tp-common-white);
  padding-right: 120px;
}
.footer__social-info {
  display: flex;
}
.footer__social-info span {
  font-size: 14px;
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-white);
  margin-right: 20px;
}
.footer__social-icon a {
  font-size: 15px;
  margin-right: 15px;
  color: #727980;
}
.footer__social-icon a:hover {
  color: var(--tp-common-white);
}
.footer__copyright {
  padding: 30px 40px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-align: center;
  border-top: 0.5px solid #4c4c4c;
  padding-top: 10px;
  margin-bottom: 0;
}
.footer__copyright-text p {
  font-size: 12px;
  margin-bottom: 0;
}
.footer__copyright-text p a {
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-theme-1);
}
@media (max-width: 575px) {
  .footer__copyright-text {
    margin-bottom: 20px;
  }
}
.footer__copyright-links li {
  list-style: none;
  display: inline-block;
  margin-right: 45px;
}
.footer__copyright-links li a {
  font-size: 16px;
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-heading-primary);
  transition: 0.3s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__copyright-links li a {
    margin-right: 15px;
  }
}
.footer__copyright-links li a:hover {
  color: var(--tp-theme-1);
}
.footer__copyright-links li:last-child {
  margin-right: 0;
}
.footer__copyright-2 .footer__copyright-text p {
  color: #9ca2a9;
}
.footer__copyright-2 .footer__copyright-text p a {
  font-weight: var(--tp-fw-sbold);
  color: var(--tp-common-white);
}
@media (max-width: 575px) {
  .footer__copyright-2 .footer__copyright-text {
    margin-bottom: 20px;
  }
}
.footer__copyright-2 .footer__copyright-links a {
  color: #9ca2a9;
  margin-right: 15px;
  transition: 0.3s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__copyright-2 .footer__copyright-links a {
    margin-right: 15px;
  }
}
.footer__copyright-2 .footer__copyright-links a:last-child {
  margin-right: 0;
}
.footer__copyright-2 .footer__copyright-links a:hover {
  color: var(--tp-theme-1);
}
.footer__col-2 {
  margin-left: 25px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__col-2 {
    margin-right: 0;
  }
}
.footer__col-3 {
  margin-left: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer__col-3 {
    margin-left: 0;
  }
}
.footer__post-item-image {
  float: left;
}
.footer__post-item-image img {
  border-radius: 10px;
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 20px;
}
.footer__post-item-content {
  margin-left: 0px;
  overflow: hidden;
}
.footer__post-item-content span {
  font-size: 16px;
  color: #8b929b;
  display: inline-block;
  margin-bottom: 10px;
}
.footer__post-item-content h5 {
  font-size: 16px;
  color: var(--tp-common-white);
  line-height: 26px;
  margin-bottom: 0;
}
.footer__post-item-content h5:hover {
  color: var(--tp-theme-1);
}
.footer__post-item-border {
  padding-top: 20px;
  border-top: 1px solid #edf2f64f;
}
.footer__shape-1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
.footer__shape-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}
.subscribe-form {
  position: relative;
}
.subscribe-form::before {
  content: "\f0e0";
  position: absolute;
  left: 20px;
  top: 18px;
  font-family: var(--tp-ff-fontawesome);
}
.subscribe-form input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 45px;
  padding-right: 150px;
  background: var(--tp-common-white);
  border: none;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
  -moz-box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
  -ms-box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
  -o-box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
  box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.subscribe-form input::placeholder {
  font-weight: 500;
  color: var(--tp-border-3);
}
.subscribe-form input:focus {
  border: none;
  outline: none;
}
.subscribe-form input:focus::placeholder {
  opacity: 0;
}
.subscribe-form button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 35px;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -o-border-radius: 0 6px 6px 0;
  -ms-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
.subscribe-form button i {
  margin-left: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .subscribe-form-2 button {
    position: static;
    margin-top: 20px;
    border-radius: 6px;
  }
}
footer .social-icons .list-inline i,footer .social-icons .list-inline svg{
  font-family: "FontAwesome";
  border: 2px solid currentColor;
  border-color: transparent;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 28px;
  text-align: center;
  border-radius: 999px !important;
  margin-right: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
footer .social-icons .list-inline svg{
  padding: 4px;
}
footer .social-icons {
    text-align: right;
}
.top_footer_section {
    padding-bottom: 60px;
}
footer .social-icons .list-inline a i:hover {
    background: #0072b7;
    border-color: #0072b7;
    transition: 0.5s all;
    color: #fff;
}
footer .social-icons .list-inline a svg:hover {
    background: #0ca53f;
    border-color: #0ca53f;
    transition: 0.5s all;
    fill: #fff;
}
footer .social-icons .list-inline a svg:hover path{
  fill: #fff;
}
.footer-copyright-top ul {
    list-style-type: none;
    padding-inline-start: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-copyright-top ul li{
  margin: 0 5px;
}
.footer-copyright-top ul li a{
  font-size: 12px;
  line-height: normal;
}
/*# sourceMappingURL=dustrilox-core.css.map */
/*New Slider Style*/
body .slider-layout-third .sliderm-height{
  height: 100vh;
}
.slider-layout-third .slider-contant span {
  font-size: 2vw;
  line-height: 1.4;
}
.slider-layout-third .tp-btn{
  height: auto;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  padding: 0;
  background-color: transparent;
  color: #13C16B;
  border: 0;
  margin-top: 30px;
}
.slider-layout-third .slider-contant{
  text-align: left;
  max-width: 83.33%;
}
.slider-layout-third .slider-contant .slider-title{
  line-height: 1.1;
  margin-bottom: 10px;
}
.slider-layout-third .sm-button{
  border-top: 1px solid #fff;
  transition: 0.6s;
  padding-bottom: 0;
  margin-top: 40px;
  margin-bottom: 0;
  color: #fff;
  opacity: 1;
  max-width: 175px;
}
.slider-layout-third .swiper-slide{
  padding-right: 20px;
}
.slider-layout-third .sm-button::before{
  bottom: unset;
  top: -1px;
  background: #fff;
  height: 2px;
  transition: 0.6s;
}
.slider-layout-third .sm-services__text span{
  color: #fff;
}
.slider-layout-third .tp-btn:hover::after{
  display: none;
}
.slider-layout-third .tp-btn i{
  margin-left: 5px;
  transition: 0.5s;
}
.slider-layout-third .tp-btn:hover i{
  margin-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-layout-third .slider-contant span {
    font-size: 1vw;
  }
}
.slider-layout-third .slider-contant .slider-title {
  font-size: 3.6vw;
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-layout-third .slider-contant .slider-title {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-layout-third .slider-contant .slider-title {
    font-size: 3vw;
  }
}
.scrolling-box-sec .quote-icon {
  position: fixed;
  bottom: 130px;
  z-index: 9999;
  background: #fff;
  border-radius: 30px 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  transition: all .5s;
  cursor: pointer;
  box-shadow: 0px 0px 5px #c0c0c0;
  right: 0px;
  padding: 10px 20px;
}
.scrolling-box-sec .content-rot {
 font-size: 28px;
 line-height: 40px;
 color:#fff;
}
.scrolling-box-sec .content-rot__container {
 font-weight: 600;
 overflow: hidden;
 height: 40px;
 padding: 0;
}
.scrolling-box-sec .content-rot__container__text {
 display: inline;
 float: left;
 margin: 0;
}
.scrolling-box-sec .content-rot__container__list {
 margin-top: 0;
 list-style: none;
 -webkit-animation-name: change;
 -webkit-animation-duration: 10s;
 -webkit-animation-iteration-count: infinite;
 animation-name: change;
 animation-duration: 10s;
 animation-iteration-count: infinite;
 text-align:center;
}
.scrolling-box-sec .content-rot__container__list__item {
 line-height: 40px;
 margin: 0;
}
@keyframes change {
 0%, 12.66%, 100% {
   transform: translate3d(0, 0, 0);
}
 16.66%, 29.32% {
   transform: translate3d(0, -25%, 0);
}
 33.32%, 45.98% {
   transform: translate3d(0, -50%, 0);
}
 49.98%, 62.64% {
   transform: translate3d(0, -75%, 0);
}
 66.64%, 79.3% {
   transform: translate3d(0, -50%, 0);
}
 83.3%, 95.96% {
   transform: translate3d(0, -25%, 0);
}
}
@-webkit-keyframes change {
 0%, 12.66%, 100% {
   transform: translate3d(0, 0, 0);
}
 16.66%, 29.32% {
   transform: translate3d(0, -25%, 0);
}
 33.32%, 45.98% {
   transform: translate3d(0, -50%, 0);
}
 49.98%, 62.64% {
   transform: translate3d(0, -75%, 0);
}
 66.64%, 79.3% {
   transform: translate3d(0, -50%, 0);
}
 83.3%, 95.96% {
   transform: translate3d(0, -25%, 0);
}
}
@-o-keyframes opacity {
 0%, 100% {
   opacity: 0;
}
 50% {
   opacity: 1;
}
}
@-o-keyframes change {
 0%, 12.66%, 100% {
   transform: translate3d(0, 0, 0);
}
 16.66%, 29.32% {
   transform: translate3d(0, -25%, 0);
}
 33.32%, 45.98% {
   transform: translate3d(0, -50%, 0);
}
 49.98%, 62.64% {
   transform: translate3d(0, -75%, 0);
}
 66.64%, 79.3% {
   transform: translate3d(0, -50%, 0);
}
 83.3%, 95.96% {
   transform: translate3d(0, -25%, 0);
}
}
@-moz-keyframes change {
 0%, 12.66%, 100% {
   transform: translate3d(0, 0, 0);
}
 16.66%, 29.32% {
   transform: translate3d(0, -25%, 0);
}
 33.32%, 45.98% {
   transform: translate3d(0, -50%, 0);
}
 49.98%, 62.64% {
   transform: translate3d(0, -75%, 0);
}
 66.64%, 79.3% {
   transform: translate3d(0, -50%, 0);
}
 83.3%, 95.96% {
   transform: translate3d(0, -25%, 0);
}
}
@media(max-width:767px){
.scrolling-box-sec .content-rot {
  font-size: 18px;
}
.scrolling-box-sec .content-rot__container{
   height:60px;
}
.scrolling-box-sec .content-rot__container__list__item{
   padding-left: 0px !important;
   font-size:16px;
   line-height:30px;
}
.scrolling-box-sec .content-rot__container__list{
   padding:0px !important;
}
}
.sec-branding.scrolling-box-sec {
    background: #0f1422;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 3vw;
    padding-bottom: 4vw;
}
.scrolling-box-sec .branding-text {
    position: relative;
    font-size: 3.2vw;
    font-size: 28px;
    color: #fff;
    padding: 0 3.5vw;
    text-align: center;
    line-height: 1.4;
}
.scrolling-box-sec .branding-text span {
    font-weight: bold;
}
.bloglistlayout .blog__item-2-image-inner img,.bloglistlayout .blog__item-2-image-inner{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.bloglistlayout .blog__btn-2,.bloglistlayout .blog__btn-2 a{
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.bloglistlayout.blog__item-2-df{
  border-radius: 25px;
  background-position: center center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
}
.bloglistlayout .blog__item-2-image-inner img,.event-image .w-img img{
  height: 255px;
  max-height: 255px;
}
.event-image .w-img img{ object-fit: cover; }
.solution_list .services__item-tp:hover::after{
  bottom: 0;
}
.solution_list .services__item-tp{
    background: #f6f6f6;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-right: 1em;
    transition: all 0.5s;
    height: 370px;
}
.solution_list.liststyleone .services__item-tp{ justify-content: space-between; }
.nalp_list .solution_list.liststyleone .services__item-tp{ justify-content: unset; }
.whitbox .solution_list .services__item-tp{
    background: #fff;
}
.solution_list .services__item-tp:hover {
    transform: scale(1.05);
}
.solution_list .flex-container {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
}
.solution_list .services__item-tp::after,
.solution_list .services__item-tp::before{
  display: none;
}
.solution_list .services__item-tp img {
    max-width: 60%;
    margin-bottom: 10px;
    width: auto;
}
.solution_title_section {
    margin-bottom: 35px;
}
.solution_list .services__item .ser__more-option a i,.ser__more-option a i{
  margin-left: 3px;
}
.solution_list .services__item .ser__more-option a{
  font-size: 16px;
}
.testimonial_layout .testimonial__item{
  background: #f6f6f6;
  padding: 0;
}
.testimonial_layout .section__wrapper::before{
  display: none;
}
.testimonial_layout .section__wrapper .section__title{
  margin-left: 0;
  padding-top: 0;
}
.testimonial_layout .testimonial__item .rs-container {
    display: flex;
}
.testimonial_layout .testimonial__item .rs-container .rs-img {
    flex: 1;
    display: flex;
}
.testimonial_layout .testimonial__item .rs-container .rs-txt {
    flex: 0.5;
    padding: 40px 50px 40px 38px;
    position: relative;
    font-family: 'Roboto';
}
.testimonial_layout .testimonial__item .review__text{
  font-size: 16px;
  line-height: 20px;
}
.testimonial_row{
  padding-left: 6.25vw;
  padding-right: 6.25vw;
}
.testimonial_layout p.client-name{
    position: absolute;
    bottom: 30px;
    left: 50px;
    font-weight: bold;
    font-size: 14px;
}
.testimonial_layout p.client-name span {
    display: block;
    font-weight: normal;
    font-size: 13px;
}
.testimonial_layout .section__wrapper{
  padding: 0 5px;
}
/*Trending CSS*/
.bg-f6.trending_section {
    background: #f6f6f6;
}
.below-banner.trending_section{
  padding-top: 2vw;
    padding-bottom: 5vw;
}
.sec-pad-lr.trending_section {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
}
.trending_section .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px){
  .trending_section .container-fluid {
      padding-left: 50px;
      padding-right: 50px;
  }
}
.below-banner.trending_section h2 {
    font-size: 30pt;
    font-weight: bold;
}
.trending_section .below-banner p {
    color: #3a3a3a;
    font-size: 2.43vw;
    font-weight: normal;
}
.trending_section p.below-banner-right-txt {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 10px;
}
.trending_section .flex-container {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
}
.trending_section .insight-journal-box-blue, .trending_section .insight-journal-box-img, 
.trending_section .insight-journal-box, .trending_section .knowledge-box, .trending_section .whitepaper-box, 
.trending_section .newsletter-box, .trending_section .award-box, .trending_section .life-stl-box, .trending_section .kwna-box {
    transition: all 0.5s !important;
}
.trending_section .insight-journal-box-blue {
    position: relative;
    background: #1b47c5;
    transition: 0.3s;
    padding: 30px 25px;
    border-radius: 15px;
    display: flex;
    width: 25%;
    flex-direction: column;
    color: #fff;
    margin-right: 1em;
}
.trending_section .flex-equal-height-content-box {
    flex: 1 1 auto;
}
.trending_section .algorithms-text {
    font-size: 28px;
    margin-top: 40px;
    font-weight: 500;
    margin-bottom: 15px;
}
.trending_section .btn-read-more {
    margin-top: 30px;
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.trending_section .btn-read-more i {
    font-size: 13px;
}
.trending_section .insight-journal-box-blue:hover, .trending_section .insight-journal-box:hover, .trending_section .knowledge-box:hover, 
.trending_section .whitepaper-box:hover, .trending_section .newsletter-box:hover, .trending_section .award-box:hover, 
.trending_section .life-stl-box:hover, .trending_section .kwna-box:hover {
    transform: scale(1.02) !important;
}
.trending_section .insight-journal-box-img {
    position: relative;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    transition: 0.3s;
    padding: 30px 25px;
    border-radius: 15px;
    display: flex;
    width: 50%;
    flex-direction: column;
    margin-right: 1em;
}
.trending_section .flex-equal-height-content-box {
    flex: 1 1 auto;
}
.trending_section .up-webminar-wrap {
    color: #fff;
    padding: 30px 25px;
}
.trending_section .date-time-webmianr {
    font-size: 22px;
    margin-bottom: 10px;
}
.trending_section .white {
    color: #fff;
}
.trending_section .mt-20 {
    margin-top: 20px;
}
.trending_section .up-webinar-author-row{
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.trending_section .up-webinar-author-row img{
  max-width: 100px!important;
}
.trending_section .up-webinar-author-col{
  padding-left: 20px;
}
.trending_section .btn-read-more {
    margin-top: 30px;
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.trending_section .regular1010 .slick-dots li::before {
    content: ' ';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
}
.trending_section .regular1010 .slick-dots li.slick-active::before{
  background: #fff;
}
.trending_section .up-webinar-author-row img {
  max-width: 100px !important;
}
.trending_section .insight-journal-box-blue:hover,.trending_section .insight-journal-box:hover, 
.trending_section .knowledge-box:hover, .trending_section .whitepaper-box:hover, 
.trending_section .newsletter-box:hover, .trending_section .award-box:hover, 
.trending_section .life-stl-box:hover, .trending_section .kwna-box:hover{
      transform: scale(1.02) !important;
}
.trending_section .insight-journal-box-img:hover{
   transform: scale(1.03) !important;
}
.trending_section .regular1010 .slick-dots li a{
  opacity:0;
}
.trending_section .regular1010 .slick-dots li::before{
  content:' ';
      width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
}
.trending_section .regular1010 .slick-dots li.slick-active::before{
  background:#fff;
}
.trending_section .insight-journal-box {
    position: relative;
    background: #fff;
    transition: 0.3s;
    padding: 30px 25px;
    border-radius: 15px;
    display: flex;
    width: 25%;
    flex-direction: column;
    color: #000;
    margin-right: 1em;
}
.trending_section a.blog-thumbnail img {
  max-width: 100%;
  object-fit: contain;
  height: auto;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
}
.trending_section .regular101 .slick-dots li a{
  opacity:0;
}
.trending_section .b-radius{
  border-radius:13px 13px 0 0;
}
.trending_section .upcoming-webinars{
  position: relative;
}
.trending_section .dynamic-blog-title{
  position: absolute;
    top: 20px;
    left: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 99;
}
.trending_section a.blog-thumbnail img{
    max-width: 100%;
    object-fit: contain;
    height: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.trending_section .flex-equal-height-content-box h2{
    margin-top: 15px !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    margin-bottom: 20px;
}
.trending_section .slide-read-more{
  font-weight: 600;
    padding: 20px 25px;
}
.trending_section .kwna-box {
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-right: 1em;
}
.trending_section .knowledge-box {
    background: #fff !important;
}
.trending_section .upcoming-webinars img{
  object-fit: cover;
    width: 100%;
}
.trending_section .upcoming-webinars h3 {
    position: absolute;
    top: 20px;
    left: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.trending_section .btn-view-all {
    color: #1b47c5;
    font-weight: 600;
    bottom: 30px;
    transition: all 0.5s;
}
.trending_section .kwna-box {
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-right: 1em;
}
.trending_section .knowledge-box {
    background: #fff !important;
}
.trending_section .upcoming-webinars img {
    object-fit: cover;
    width: 100%;
}
.trending_section .news-text {
    margin-top: 15px;
    font-size: 24px;
    font-weight: 500;
    max-width: 80%;
    line-height: 1.4;
}
.trending_section .mb-10 {
    margin-bottom: 10px;
}
.trending_section .whitepaper-box {
    background: #14c26c !important;
    color: #fff;
}
.trending_section .pb-25 {
    padding-bottom: 25px;
}
.trending_section .newsletter-date a {
    font-size: 24px;
    color: #acacac;
    display: block;
    padding: 5px 0px;
}
.trending_section .newsletter-circle-1,.trending_section .newsletter-circle-2,
.trending_section .newsletter-circle-3,.trending_section .newsletter-circle-4 {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 99%;
    margin-right: 1rem;
}
.trending_section .newsletter-circle-1 {
    background: #1b47c5;
}
.trending_section .newsletter-circle-2 {
    background: #00afad;
}
.trending_section .newsletter-circle-3{
  background: #f78323;
}
.trending_section .newsletter-circle-4 {
    background: #00adef;
}
.trending_section .award-box {
    background: #af005b !important;
    color: #fff;
}
.trending_section .ofc-lab {
    position: absolute;
    top: 64px;
    left: 25px;
    color: #fff !important;
    font-size: 19px !important;
    font-weight: bold !important;
}
.trending_section .ofc-knowmore {
    color: #fff !important;
    left: 25px;
    position: absolute;
}
.trending_section .lab_boxx .upcoming-webinars img{
  border-radius: 15px;
}
.trending_section .padding-gutter {
    padding: 0px !important;
}
.trending_section .padding-gutter-25 {
    padding-left: 25px;
    padding-right: 25px;
}
.trending_section .newsletter-box {
    background: #fff !important;
}
.trending_section .knowledge_sec .upcoming-webinars img{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.webinar_slider__pagination,.blog_slider__pagination{
  text-align: center;
}
.webinar_slider__pagination .swiper-pagination-bullet,.blog_slider__pagination .swiper-pagination-bullet{
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border: 2px solid #fff;
    opacity: 1;
    background: transparent;
}
.blog_slider__pagination .swiper-pagination-bullet{
  border: 2px solid #000;
}
.webinar_slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #fff;
}
.blog_slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #000;
}
.homeblogslide .blog__wrapper{
  min-height: 390px;
}
.aboutussection .ofc-lab{
    position: absolute;
    top: 64px;
    left: 25px;
    color: #fff !important;
    font-size: 19px !important;
    font-weight: bold !important;
}    
.aboutussection .ofc-knowmore{
    color: #fff !important;
    left: 25px;
    position: absolute;
}
.aboutussection .quote-icon1 {
    position: fixed;
    bottom: 130px;
    z-index: 9999;
    background: #fff;
    border-radius: 30px 0 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    transition: all .5s;
    cursor: pointer;
    box-shadow: 0px 0px 5px #c0c0c0;
    right: 0px;
    padding: 10px 20px;
}
@media only screen and (max-width:767px) {  
    .aboutussection .img-responsive1{
        height: 145px;
        border-radius: 15px;
    }
    .aboutussection .ofc-lab{
        margin-top: -16px;
        line-height: 1;
    }
    .aboutussection .ofc-knowmore{
        margin-bottom: -17px;           
    }
    .openmenu #mega-menu-mobile-main-menu {
      display: block !important;
    }

    #mega-menu-wrap-mobile-main-menu .mega-menu-toggle + #mega-menu-mobile-main-menu {
      position: relative !important;
      
    }
}
.aboutussection .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.aboutussection.sec-upcoming-webniar {
    background: #fff;
    padding-top: 2vw;
    padding-bottom: 5vw;
}
@media (min-width: 768px)
{
  .aboutussection .container-fluid {
      padding-left: 50px;
      padding-right: 50px;
  }
}
.aboutussection.sec-pad-lr {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
}
.aboutussection .below-banner h2 {
    font-size: 30pt;
    font-weight: bold;
}
.aboutussection p.below-banner-right-txt {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 10px;
}
.aboutussection .mt-25 {
    margin-top: 25px;
}
.aboutussection .flex-container {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
}
.aboutussection .life-stl-box {
    position: relative;
    background-repeat: no-repeat;
    transition: 0.3s;
    padding: 30px 25px;
    border-radius: 15px;
    display: flex;
    width: 50%;
    flex-direction: column;
    margin-right: 1em;
    justify-content: center;
    background-size: cover;
}
.aboutussection .life-stl-box, .kwna-box{
  transition: all 0.5s !important;
}
.aboutussection .life-stl-bg {
    background: rgba(0,0,0,0.6);
    padding: 20px 30px;
    width: 240px;
    border-radius: 15px;
}
.aboutussection .life-stl-bg-title {
    font-size: 30px;
    color: #fff;
}
.aboutussection .btn-read-more {
    margin-top: 30px;
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.aboutussection .btn-read-more i {
    font-size: 13px;
}
.aboutussection .padding-gutter {
    padding: 0px !important;
}
.aboutussection .touching {
    background: #f6f6f6;
}
.aboutussection .flex-equal-height-content-box {
    flex: 1 1 auto;
}
.aboutussection .kwna-box img {
    object-fit: cover;
    width: 100%;
}
.aboutussection .b-radius {
    border-radius: 13px 13px 0 0;
}
.aboutussection .padding-gutter-25 {
    padding-left: 25px;
    padding-right: 25px;
}
.aboutussection .pb-25 {
    padding-bottom: 25px;
}
.aboutussection .news-text {
    margin-top: 15px;
    font-size: 24px;
    font-weight: 500;
}
.aboutussection .btn-view-all {
    color: #1b47c5;
    font-weight: 600;
    bottom: 30px;
    transition: all 0.5s;
}
.aboutussection .result-box,.aboutussection .kwna-box {
    background: #f6f6f6 !important;
    color: #333;
}
.aboutussection .kwna-box {
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-right: 1em;
}
.aboutussection .b-radius {
    border-radius: 13px 13px 0 0;
}
.aboutussection .life-stl-box:hover, 
.aboutussection .kwna-box:hover {
    transform: scale(1.02) !important;
}
.btn-view-all {
    color: #1b47c5;
    font-weight: 600;
    bottom: 30px;
    transition: all 0.5s;
}
.bloglistlayout .blog__btn-2 a.link-btn{
  display: inline-block;
    width: auto;
  border: 0;
}
.blog__item-2:hover .blog__btn-2 a{
  background: transparent;
  border: 0;
}
.bloglistlayout .blog__btn-2 a.link-btn,a.bc-button.link-btn,a.knowmore{
  color: #1b47c5;
    font-weight: 600;
    bottom: 30px;
    transition: all 0.5s;
    padding: 0;
}
a.bc-button.link-btn{
    color: #fff;
}
a.knowmore {
    font-size: 16px;
}
a.knowmore i{ margin-left: 3px;}
.bloglistlayout .blog__btn-2 a.link-btn:hover,a.bc-button.link-btn:hover,a.knowmore:hover {
    transform: scale(1.05);
    color: #23527c;
    text-decoration: underline;
}
.bloglistlayout .blog__btn-2 {
    padding: 5px 40px 20px;
}
.col-lg-3.col-md-3 .blog__sm-title{
  font-size: 17px;
}
.telco-tabs .nav>li>a{
  font: normal normal normal 16px/21px Roboto;
  letter-spacing: 0px;
  color: #262626;
  display: block;
  position: relative;
  display: block;
  padding: 10px 15px;
  font-weight: bold;
}
.telco-tabs .nav>li>a span{
  display:block;
}
.telco-tabs .nav>li.active>a, .telco-tabs .nav>li>a:focus, .telco-tabs .nav>li>a:hover{
  background:transparent;
  border-bottom:solid 5px #13C16B ;
  border-radius:0px !important;
  color: #262626 !important;
}
.telco-tabs .tab-content{
  padding-top:4vw;
  padding-bottom:4vw;
}
.nav.nav-pills>li>a {
    padding-left: 3.2vw;
    padding-right: 3.2vw;
}
.nav-pills>li {
    float: left;
    position: relative;
    display: block;
}
.nav-pills>li+li {
    margin-left: 2px;
}
@media (max-width: 768px){
  .aboutussection .flex-container,.flex-container ,.solution_list .flex-container,
  .trending_section .flex-container{
      display: block;
  }
  .trending_section .insight-journal-box-blue{
    width: 100%;
  }
  .trending_section .insight-journal-box-blue,.trending_section .insight-journal-box-img,
  .trending_section .insight-journal-box{
      width: 100%;
      margin-right: 0;
      margin-bottom: 2rem;
  }
  .kwna-box,.trending_section .kwna-box ,.aboutussection .kwna-box{
      margin-right: 0;
      margin-bottom: 2rem;
  }
  .sec-pad-lr.trending_section,.aboutussection.sec-pad-lr ,.testimonial_row{
     padding-left: 0;
      padding-right: 0;
  }
  .insight-journal-box-blue, .insight-journal-box-img, .insight-journal-box, .life-stl-box,
  .aboutussection .life-stl-box {
      width: 100%;
      margin-right: 0;
      margin-bottom: 2rem;
  }
  .testimonial_layout .testimonial__item .rs-container{
    flex-direction: column-reverse;
  }
  .testimonial_layout .testimonial__item .rs-container .rs-img img{
    border-radius: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0!important;
  }
  body .slider-layout-third .sliderm-height{
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    background-position: 50% 50%;
  }
  .hero-banner-video {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
  }
  .hero-banner-video video {
      display: none;
  }
  .slider-layout-third .slider-contant .slider-title{
    font-size: 5vw;
  }
  .hero-banner-sbutitle,.slider-layout-third .slider-contant span{
    font-size: 3vw;
  }
  .scrolling-box-sec .branding-text span{
    font-size: 18px;
  }
  .page__title-wrapper,.page_sbutitle{
    max-width: 100%;
  }
}
.industry_tab_box{
  background: #f5f5f5;
  padding-top: 20px!important;
}
.industry_tab_box.sticky {
    position: fixed;
    top: 73px;
    width: 100%!important;
    z-index: 2;
    background: #343a40;
    left: 0!important;
    color: #fff;
    padding-top: 0px!important;
    margin-top: 0!important;
}
.elementor-section.industry_tab_box.sticky{
  position: fixed;
}
.tp-page-content .industry_tab_box.sticky ul{
  margin-bottom: 12px;
}
.industry_tab_box.sticky .telco-tabs .nav>li>a,.industry_tab_box.sticky .telco-tabs .nav>li.active>a, 
.industry_tab_box.sticky .telco-tabs .nav>li>a:focus, .industry_tab_box.sticky .telco-tabs .nav>li>a:hover{
  color: #fff!important;
}
h3.h3-title {
    text-align: left;
    font-size: 30pt;
    letter-spacing: 0px;
    color: #000000;
    font-weight: bold;
}
.small-title {
    text-align: left;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 40px;
}
h2.page-title {
    margin-bottom: 15px;
    margin-top: -5px;
}
h3.sub-head {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #383838;
}
.posttype-list .text-title {
    font-size: 15px;
    font-weight: 400;
}
.box-1 {
    background-repeat: no-repeat!important;
    background-size: cover!important;
    border-radius: 20px;
    position: relative;
    margin-top: 30px;
}
.box-content{
  padding: 30px;
  position: relative;
  height: 360px;
}
.elementor .offering-img {
    width: 45px;
    height: 45px;
    z-index: 1;
}
.page-sub-head {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.para-text-color {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
.box-1::before{
    content: '';
    width: 100%;
    height: 100%;
    background: #212529a8;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    z-index: 0;
}
.post-readmore-btn a {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}
.post-readmore-btn a:hover{ color: #0a58ca; }
.post-readmore-btn a i{
    margin-left: 5px;
    margin-top: 3px;
}
.featureslider .solution_list .services__item-tp{
  min-height: 330px;
  box-shadow: unset;
}
.featureslider .item.swiper-slide{
  border-radius: 15px;
}
.solution_list .featureslider .services__item-tp:hover{
  transform: unset;
}
.featureslider .services__item .ser__title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
}
.featureslider .services__item p {
    line-height: 20px;
    color: #777777;
}
.nalp_list .solution_list .featureslider .services__item-tp{
  min-height: 662px;
}
.portfolio_slider_box {
  /* display: flex;
  align-items: center; */
}
.portfolio_section_slider .bs-button-next,.portfolio_section_slider .bs-button-prev,.zoom_slide_show_div .bs-button-next,.zoom_slide_show_div .bs-button-prev{
      display: block;
      width: auto;
      height: auto;
      padding: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      cursor: pointer;
      color: transparent;
      border: none;
      outline: none;
      background: transparent;
      color: #000;
      margin: 0 20px;
}
.portfolio_section_slider .bs-button-prev,.zoom_slide_show_div .bs-button-prev{
  position: absolute;
  left: -30px;
  top: 55%;
}
.portfolio_section_slider .bs-button-next,.zoom_slide_show_div .bs-button-next{
  position: absolute;
  right: -30px;
  top: 55%;
}
.portfolio_section_slider.custom_portfolio_sec .bs-button-next,.feature_slider_box .bs-button-next{
	right: -50px;
}
.portfolio_section_slider.custom_portfolio_sec .bs-button-prev,.feature_slider_box .bs-button-prev{
	left: -50px;
}
.portfolio_section_slider .bs-button-next i,.portfolio_section_slider .bs-button-prev i,.zoom_slide_show_div .bs-button-next i,.zoom_slide_show_div .bs-button-prev i,.feature_slider_box .bs-button-prev i,.feature_slider_box .bs-button-next i{
  font-size: 40px;
  font-weight: 400;
  font-family: 'Font Awesome 5 Pro';
  color: #999;
}
.portfolio_section_slider .box-1{
  margin: 15px 0;
}
.portfolio_section_slider .box-content{
  padding: 20px;
  height: 260px;
}
.portfolio_section_slider h1.page-sub-head {
    bottom: 10px;
    left: 0;
    padding: 0;
}
.portfolio_section_slider .box-1 a.portfolio_link{
    color: #fff;
    bottom: 0;
    left: 15px;
    margin-right: 15px;
    position: relative;
}
.portfolio_section_slider .box-1 a.portfolio_link h1,.portfolio_section_slider .box-1 a.portfolio_link h3{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0px;
    width: 92%;
    padding-right: 15px;
    min-height: 42px;
}
.portfolio_section_slider .box-1 a.portfolio_link:hover{
  color: #23527c;
  text-decoration: underline;
}
.portfolio_section_slider .box-1 a.portfolio_link:hover h1{
  color: #fff;
}
.learning_resources h2.page-title{
  color: #fff;
  margin-bottom: 40px;
}
.learning_resources h4.sub-head{ color: #fff;margin-bottom: 40px; }
.learning_resources.product_carousel  h2.page-title{
  color: #333;
  text-align: left;
}
.learning_resources .image-box {
    position: relative;
    margin-bottom: 15px;
}
.learning_resources .image-box:before {
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
    z-index: 1;
}
.learning_resources .image-box>img {
    position: relative;
    border-radius: 15px;
    min-height: 320px;
    width: 100%;
}
.learning_resources .lr-title {
    position: absolute;
    top: 25px;
    left: 5%;
    right: 0;
    text-align: left;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    padding: 15px;
    z-index: 1;
}
.learning_resources .image-box-wrap2 {
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 10%;
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.learning_resources .image-box-wrap2 h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0px;
}
.learning_resources .image-box-wrap2 p{
  margin-top: 5px;
}
.learning_resources .image-box-wrap2 .button-knwo-more {
    margin-top: 15px;
    display: inline-block;
    border: solid 1px #fff;
    border-radius: 20px;
    color: #fff;
    padding: 6px 12px;
    text-decoration: none;
    font-size: 14px;
    line-height: normal;
}
.learning_resources .social-title {
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}
.learning_resources .slide-pr-40 {
    padding-right: 40px !important;
}
.learning_resources .social-title {
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}
.learning_resources .award-img {
    transition: all 0.5s;
}
.learning_resources .image-box-wrap3 {
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 10%;
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.learning_resources .image-box-wrap3 h3 {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #fff !important;
    margin-bottom: 0px !important;
}
.learning_resources .image-box-wrap3 .button-knwo-more,
.learning_resources .image-box-wrap4 .button-knwo-more {
    margin-top: 10px;
    display: inline-block;
    border: solid 1px #fff;
    border-radius: 20px;
    color: #fff;
    padding: 5px 15px;
    text-decoration: none;
}
.learning_resources .award-img img{
  max-height: 150px;
  width: 100%;
  border-radius: 15px;
}
.learning_resources .award-img:hover {
    transform: scale(1.1);
    cursor: pointer;
}
.learning_resources .image-box-wrap4 {
    color: #fff;
    line-height: normal;
    margin-bottom: 15px;
}
.learning_resources .slide-brd-left {
    /* border-left: solid 1px #fff; */
    padding-left: 40px;
    border-right: solid 1px #fff;
}
.twiiter-col{
    padding-left: 40px;
}
.extra-padding {
    left: 30px;
    position: inherit;
}
.wrap-investment-info .wrap-investor {
    margin-top: 20px;
}
.wrap-investment-info {
  background: #0530AD;
  padding: 30px 0px;
  width: 96%;
  position: relative;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  left: 2% !important;
  border-bottom-left-radius: 10px !important;
  border-top-left-radius: 10px !important;
  top: -92px !important;
}
.both-side-padding {
    padding: 0px 65px 0px 65px;
    margin-left: 0px;
}
.wrap-investor .wrap-text p {
    font: normal normal bold 18px/19px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-left: 10px;
    text-align: left;
}
.wrap-investment-info .anchor {
    padding: 20px 0px 0px 45px;
}
.wrap-investment-info .anchor a {
    color: #fff;
    font: normal normal normal 15px/20px Roboto !important;cursor: pointer;
}
.wrap-investment-info .anchor a:hover{ color: #fff;text-decoration: underline; }
.wrap-investment-info .anchor a i{
    font-size: 80%;
}
.wrap-investor-bord-center {
    border-left: 1px solid rgb(250 250 250 / 23%);
    padding-right: 4% !important;
    text-align: left;
    padding-left: 4%;
}
.wrap_iconbox{
  display: flex;
  align-items: flex-start;
}
.wrap-investor img {
    padding-bottom: 10px;
    width: 36px;
    height: 46px;
}
.col-md-3.wrap-investor-bord-center:first-child{
  border-left: 0;
  padding-left: 0;
}
.build-future {
    padding: 0px 0px 50px 0px;
    background: none;
    background-repeat: no-repeat;
    background-size: cover;
}
.build-future .imgstltodrive {
    width: 554px;
}
.build-future .wrap-build-text {
    padding: 20px;
    z-index: 9;
    position: absolute !important;
    margin-top: 4%;
    right: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #0000001a;
    width: 65% !important;
}
.build-future .wrap-build-text .build-text h2 {
    font: normal normal bold 32px/43px Roboto;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    font-weight: 600;
    margin-top: -6px;
    margin-bottom: 12px;
}
.build-future .wrap-build-text .build-text .para-discription {
    font: normal normal normal 18px/24px Roboto;
    letter-spacing: 0px;
    color: #000000;
    font-size: 16px;
}
.usp {
    background: #F7F7F7;
    border-radius: 10px;
    padding: 30px 0px 20px!important;
    margin: 1px;
    width: 100%;
}
.both-side-padding {
    padding: 0px 65px 0px 65px!important;
}
.lat-updt {
    background-color: #FAFAFA;
    margin-top: 50px;
    padding: 30px 20px 50px;
}
.lat-updt .n1 {
    text-decoration: none;
    border: 1px solid!important;
    padding: 5px!important;
    display: block;
    width: 349px;
    border-radius: 3px;
    font-size: 18px;
    color: #7a7a7a;
    font-weight: bold;
    transition: 0.5s;
    margin-bottom: 30px;
    margin-top: 15px;
    font: normal normal bold 18px/19px Roboto;
    text-align: left;
}
.lat-updt .mynavactive{
  border-bottom: 0;
}
.tab-pane{
  display: none;
}
 .tab-pane.active{
  display: block;
}
.analyst-coverage-table {
    background-color: #F9F9F9;
    border-radius: 5px;
    padding: 23px 37px;
}
.wrap-analyst-details .table tbody tr td:nth-child(3) a {
    color: #3A53B0 !important;
}
.tp-page-content table{
  margin-bottom: 0;
}
.tp-page-content table th{
  text-align: left!important;
  font-size: 18px!important;
  font-weight: bold!important;
}
 .tp-page-content .contact_table table th,.tp-page-content .contact_table table td{
  border-color: transparent;
}
.build-future .build-text h3 {
    margin: 20px 0 5px;
}
.build-future .build-text .para-btn{
    padding-top: 15px;
}
.build-future .build-text .para-btn a.btn-read-more{
  color: #337ab7;
}
.bloglistlayout.blog__item-2-df{
  overflow: hidden;
}
.para-btn.viewall_btn a.btn-read-more{
    margin-top: 10px;
    display: inline-block;
    border: solid 1px #1b47c5;
    border-radius: 20px;
    color: #1b47c5;
    padding: 5px 15px;
    text-decoration: none;
    margin-top: 30px;
}
.para-btn.viewall_btn {
    text-align: center;
}
.pr_section .bloglistlayout .blog__btn-2{
   background: #fff;
}
.bloglistlayout.blog__item-2-df{
  margin-bottom: 30px;
}
.video_gallery_section img{
  border-radius: 15px!important;
}
.video_gallery_section h2.page-title {
    margin-bottom: 30px;
}
.video_gallery_section .feature__images:before{
  position: absolute;
  content: '';
  background: rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 15px;
  z-index: 1;
}
.video_gallery_section .vide-button{
  z-index: 1;
}
.video_gallery_section .image-box-wrap2{
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 4%;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.video_gallery_section .image-box-wrap2 h3{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.portfolio-image img,.portfolio-image::before,.portfolio-image::after{
  border-radius: 15px!important;
}
.elementor .portfolio-image img{
  min-height: 300px;
  max-height: 300px;
}
.box-imgs .keyFeatureBlock__icon img {
    border-radius: 15px;
}
@media(max-width: 768px){
  .slider-layout-third .slider-contant {
      max-width: 100%;
  }
  .slider-contant {
      margin-top: 39px;
  }
  .slider-layout-third .slider-contant .slider-title{
    line-height: 1.3;
  }
}
.story_blogger_profile {
    display: flex;
    align-items: center;
    margin: 20px 0px;
}
.story_blogger_profile span.p-by {
    font-size: .7em;
    line-height: 1.2;
    text-transform: uppercase;
    color: #333333;
    margin-right: 5px;
}
.story_blogger_profile .circle {
    border-radius: 999px !important;
    object-fit: cover;
        padding-right: 10px;
}
.story_blogger_profile .circle img {
    border-radius: 999px !important;
    object-fit: cover;
}
.story_blogger_profile .circle img.blogger-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.story_blogger_profile .post-author-container {
    display: inline-block;
}
.story_blogger_profile .post-author {
    font-size: 1em;
    line-height: 1.2;
    color: #333;
    display: block;
}
.story_blogger_profile .post-author-designation {
    font-size: .8em;
    line-height: 1.2;
    color: #333;
}
.portfolio__details img {
    border-radius: 15px;
    max-height: 400px;
    width: 100%;
    max-width: 100%;
}
.learning_resources.custom_resources .image-box-wrap2 p{
   color: #fff;
   line-height: 18px;
   margin-top: 7px;
   margin-bottom: 0;
}
.learning_resources.custom_resources h2.page-title{
   text-align: left;
   color: #343a40;
}
.date-aud {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid gainsboro;
    margin-bottom: 20px;
}
.contact-detail {
    background: #F8F8F8;
    padding: 15px 30px 30px 40px;
    border-radius: 10px;
    margin-top: 25px;
    margin-bottom: 50px;
}
.contact-detail p {
    margin: 0;
    line-height: 21px;
    color: #000000;
    font-size: 15px;
}
.contact-detail h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
}
.overlay_key_box .box-content{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}
.portfolio__details .overlay_key_box .box-content img{
    width: auto;
}
.collapsible,.collapsibletwo{
	display:none;
}
.collapsible img,.collapsibletwo img{ margin: 10px 0!important; }
.postbox__text .story_detail_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.aboutus_capabilities .box-text h3{color:#fff; text-transform:uppercase; font-size:20px;}
.aboutus_capabilities .box-text h4{color:#fff; text-transform:uppercase; font-size:20px; font-weight:400; line-height: 12px; margin-bottom: 15px;}
.aboutus_capabilities .box-text p{color:#fff; margin-bottom:0px; font-size: 16px; line-height: 20px;}
.about_hover_box .hover-box{cursor:pointer;}
.about_hover_box .hover-box h3,.about_hover_box .hover-box h4,.about_hover_box .hover-box p{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
.about_hover_box .hover-box h3{ font-size: 70px; font-weight: bold; color:#fff;}
.about_hover_box .hover-box h4{ font-size: 18px; margin-bottom: 0; color:#fff;}
.about_hover_box .hover-box p{ font-size: 16px; color:#fff;}
.about_solution .card-col, .about_initiatives .card-col{padding:0 15px !important; position: relative; transition: 0.3s; border-radius: 5px; margin-bottom: 20px; }
.about_solution .card-col:hover .elementor-widget-wrap, .about_initiatives .card-col:hover .elementor-widget-wrap{-ms-transform: translateY(-6px); transform: translateY(-6px); }
.about_solution .card-col>.elementor-widget-wrap, .about_initiatives .card-col>.elementor-widget-wrap{ transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s; border-radius:5px; overflow:hidden; background:#fff;}
.about_solution .card-inner,.about_solution .card-inner-text,.about_initiatives .card-inner-text{padding:15px; position:relative;}
.about_solution .card-inner a{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; color:#333;}
.about_solution .card-inner:hover a{text-decoration:underline; color:#337ab7;}
.about_solution .card-inner h3{font-size:18px; margin-bottom:10px;}
.about_solution .card-inner ul li{font-size:16px; list-style: disc;  margin-left: 20px; padding: 3px 0px; color:#333;}
.about_solution .card-inner-text p,.about_initiatives .card-inner-text{font-size:16px; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; color:#333; margin-bottom: 0; line-height:22px;}
.card-col-img img{ border-top-left-radius: 15px;border-top-right-radius: 15px; }
.stl-inner-col .elementor-widget-wrap{padding:0px !important; margin-right:15px;}
.years-heading h2{color: #bbb; font-family: Gotham, sans-serif !important; font-weight: bold; font-size: 2.6vw; margin-bottom: 5px;}
.years-heading h2 img{margin-left: 10px; margin-right: -10px; margin-top: -25px;}
.stl-inner-col .icon-box-text h3{font-size:40px; margin-bottom:0px; font-weight:300;}
.stl-inner-col .icon-box-text p{font-size:16px; color:#333 !important;}
.stl-inner-col .icon-box-text .elementor-widget-container{height:150px;}
.testimonial__item.testimonial__item-6{background:transparent; display:flex;}
.testimonial__item-6{padding: 25px 100px;}
.testimonial__item-6 .review__info{width:42%; margin:0px;}
.testimonial__item-6 .review__info .client__designation p,.testimonial__item-6 .review__info h5{font-size:18px; color:#fff;}
.testimonial__item-6 .testimonial_det{width:57%; position:relative; background:#fff; padding:20px 20px 20px 40px; border-radius:5px; }
.testimonial__item-6 .review__text{font-size:16px; color:#333; line-height:20px; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
.testimonial__item-6 .testimonial__icon-3{left:-25px; z-index:9; bottom:42px;}
.testimonial__item-6 .review__info a img{width:130px; height:130px;}
body .testimonial__left-info-6 .swiper-button-prev{left:45px; background:none;}
body .testimonial__left-info-6 .swiper-button-prev:after,body .testimonial__left-info-6 .swiper-button-next:after{font-size:40px;}
body .testimonial__left-info-6 .swiper-button-next{right:45px; background:none;}
.box-overflow .elementor-widget-container{overflow:hidden;}
.end-col-ab img,.end-col-ab .box-overflow{ border-top-left-radius: 15px!important;border-top-right-radius: 15px!important; }
.contact-form-box label{display:block; color:#33475b; font-family: arial, helvetica, sans-serif; font-size: 13px; text-transform:capitalize;}
.contact-form-box label.hs-error-msg{color:red;display: inline-block;width: 100%; }
.contact-form-box input { padding: 5px; }
.contact-form-box .wpcf7-form-control{padding: 0 15px; min-height: 27px; width:100%; background:#f5f8fa; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;  font-size: 16px; font-weight: normal; line-height: 40px; color: #33475b;
    border: 1px solid #cbd6e2; height:40px; margin-bottom:18px;}
.contact-form-box .wpcf7-form-control.wpcf7-submit{background: #ff7a59; border-color: #ff7a59; color: #ffffff; font-size: 12px; line-height: 12px; border-radius: 3px; padding:12px 24px; width:auto;}
.esg-tab .elementor-widget-container{max-width:1140px; margin:0 auto;}
.black-text p{color:#333;}
.white-text p{color:#fff;}
.esg-text p{font-size:18px; line-height:24px;}
.start-quote{margin-bottom:-10px !important;}
.end-quote{margin-top:-50px !important;}
.achi-col .elementor-widget-container{height:250px;}
.member-col h3{display:inline-block; border-bottom:1px solid #3a3a3a; margin-bottom:15px !important;}
.goal-image{position:relative;}
.goal-image h3.elementor-image-box-title{position: absolute; bottom: 30px; left: 0; width: 100%; padding: 10px 15px 0;}
.goal-image:hover h3{ -ms-transform: translateY(3px); transform: translateY(3px);}
.esg-post-col .bloglistlayout.blog__item-2-df{background:#fff;}
.esg-resource-col .learning_resources h2.page-title{font-size: 24px; color: #fff; font-weight: bold;  margin-bottom: 40px; text-align:left;}
.esg-resource-col .learning_resources .col-xs-12.slide-pr-40{width:100%; display:flex; padding:0px !important; margin-bottom:50px;}
.esg-resource-col .learning_resources .award-img{width: 25%; margin-left:30px; background:#fff; border-radius:15px 15px;}
.esg-resource-col .learning_resources:nth-last-col .award-img{margin-right:15px !important;}
.esg-resource-col .learning_resources .award-img img{border-radius:15px 15px 0px 0px;}
.esg-resource-col .learning_resources .image-box-wrap3{position:inherit; bottom:0px; margin-top:20px; padding-bottom:25px;}
.esg-resource-col .learning_resources .image-box-wrap3 h3{color:#333 !important; margin-bottom:25px !important;}
.esg-resource-col  .learning_resources .image-box-wrap3 .button-knwo-more{color:#1b47c5; border:none; padding-left:0px; padding-right:0px;}
.esg-resource-col  .learning_resources .image-box:before{display:none;}
.esg-resource-col .learning_resources .slide-brd-left{border:none; width:50%; background: #0b3793; padding: 35px 25px;
    border-radius: 15px 0px 0px 15px; position:relative;}
.esg-resource-col .learning_resources .slide-brd-left:after { content: ''; width: 1px; height: 87%; background: #fff;
  position: absolute; right: 10px;  top: 29px;}
.esg-resource-col .twiiter-col{width:50%; background: #0b3793;  padding: 35px 25px; border-radius: 0px 15px 15px 0px;}
.esg-resource-col .learning_resources .social-title{text-align:left;}
.esg-resource-col .learning_resources .award-img:hover{transform:none;}
.esg-resource-col .learning_resources .image-box-wrap3 .button-knwo-more:hover { font-size: 17px; transform: scale(1.1); text-decoration:underline;}

.cul-col{width:16.666% !important;}
.cul-text p{font-size:19px; color:#fff; line-height:20px;}
.cul-text p b{font-size:28px;}
.st-family-p{margin-bottom:0px !important;}
.st-family-p p{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; color: #828282; font-size: 14px;}
.border-heading h2:after{content:''; position:absolute; height:1px; top:50%; right:0; background:#b7b7b7; width:40%; margin-top:5px;}
.border-heading h2:before{content:''; position:absolute; height:1.5px; top:50%; left:0; background:#b7b7b7; width:40%; margin-top:5px;}
.breadcrumb-text p{margin-bottom:0px; font-size:14px; color:777777;}
.breadcrumb-text p a{color:#337ab7;}
.left-cool-text p{font-size:17px; color:#333; font-family:"Helvetica", Sans-serif;}
.testimonial__item-7{background-image: linear-gradient(to right,#3c41c4,#ba436f); padding: 20px; border-radius:0;}
.testimonial__left-info-7 .mb-40{margin-top:20px;}
.testimonial__left-info-7 .testimonial__item-7{display:flex; align-items: center;}
.testimonial__item-7 .review__info{display:inherit; width:33.333%;}
.testimonial__item-7 .review__info img{width:100%;}
.testimonial__item-7 .testimonial_det{width:66.6666%;}
.testimonial__item-7 .testimonial_det p.review__text{font-size: 1.2vw; line-height: 1.35; color:#fff; font-family:"Helvetica", Sans-serif;}
.testimonial__item-7  h5.client__name{font-size: 2vw; color:#fff; font-weight: 600; line-height: 1.5; font-family:"Helvetica", Sans-serif;}
.testimonial__item-7 .client__designation p{color:#fff; font-size: 1.2vw; line-height: 1.35; font-family:"Helvetica", Sans-serif;}
.testimonial__left-info-7 .swiper-button-prev,.testimonial__left-info-7 .swiper-button-next{background:none;}
.testimonial__left-info-7 .swiper-button-prev:after,.testimonial__left-info-7 .swiper-button-next:after{display:none;}
.testimonial__left-info-7 .glyphicon-chevron-left,
.testimonial__left-info-7 .glyphicon-chevron-right{position: absolute; top: 50%; width: 30px; height:30px; margin-top: -22px; z-index: 10; cursor: pointer;  background:#ffffffa3; border-radius:50%; text-align:center; line-height:30px; font-size:22px;}
.testimonial__left-info-7 .glyphicon:hover{background:#fff;}
.testimonial__left-info-7 .glyphicon-chevron-left{left:0px; right:auto;}
.testimonial__left-info-7 .glyphicon-chevron-right{left:auto; right:0px;}
.culture-heading h2:after{width:33%; right:10%; margin-top:0;}
.culture-heading h2:before{width:33%; left:10%; margin-top:0;}
.st-fam-heading h2:after{width:33%; right:6%; }
.st-fam-heading h2:before{width:33%; left:6%;}
.word-heading h2:after{width:30%; right:3%;}
.word-heading h2:before{width:30%; left:3%;}
@media (min-width: 1100px) and (max-width: 1900px){
    .loc-culture .elementor-widget-wrap {  min-height: 290px !important;}
    .culture-row .elementor-widget-image img{object-fit: cover;min-height: 290px;}
}
.cs_social_media i{ font-family: "FontAwesome";color: #00aeef;padding: 0 6px; }
.casestudy_tag p.author { margin-bottom: 0; }
.casestudy_tag,.casestudy_btn_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.ser__more-option a {
    color: #1b47c5;
    font-weight: 600;
}
.casestudy_date {
    background: #00aeef;
    border-radius: 6px;
    color: #fff;
    margin-right: 20px;
    padding: 5px;
}
.casestudy_tag p.author span {
    font-size: 12px;
    font-weight: 400;
    color: #00aeef;
}
.case-study-hd{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid gainsboro;
    margin-bottom: 20px;
}
.text-fade{
   background: -webkit-linear-gradient(#7d7d7d, #eaeaea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-height: 160px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block !important;
    display: -webkit-box;
    max-width: 100%;
    margin-bottom: 50px;
}
a.btn-case-study {
    background: #0459cd;
    color: #fff;
    border-radius: 5px;
    padding: 12px 25px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 40px;
    text-decoration: none;
}
h2.cs-hd-title {
    font-size: 25px;margin-bottom: 20px;
}
.awards_archive .tp-blog__thumb.m-img img{
    max-height: 224px;
}
.awards_archive .casestudy_btn_box{
    margin-bottom: 0;margin-right: 10px;
}
.awards_archive .tp-blog__title{
   font-size: 25px;
}
.awards_archive .tp-blog__content {
    min-height: 160px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}
.awards_archive .casestudy_tag{
   width: 100%;
}
.casestudy_date{
   display: inline-block;
    width: auto;
    text-align: center;
    margin-right: 0;
}
/*27Feb2023*/
/***photo page ***/

.image_box__area-2 .col-xl-3{display: flex; flex-wrap: wrap;}
.image_box__item{
    background: var(--tp-common-white);
    border-radius: 6px 6px 0px 0px;
  box-shadow: 0 1px 3px 0px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  position: relative; border: 1px solid var(--tp-border-2);
}
.text-box-col{padding:15px 15px;}
.text-box-col p{font-size: 1vw; color:#333; line-height:18px; font-family: 'Roboto';}
.text-box-col h5{ margin: 0; position: absolute; bottom: 1vh; right: 1vh; font-size: 10px; font-weight:400; font-family: 'Roboto';}
.page-id-4857 h2.page-title{font-size:28px;}
.page-id-4857 .page__title-overlay{background-attachment:fixed;}


/*** network-readiness-index-report-2021 ***/

.nri-text p{font: normal normal normal 18px/24px Roboto; letter-spacing: 0px; color: #000000 !important;}
.vd-cover .elementor-custom-embed-image-overlay{background-size:100% !important; background-repeat:no-repeat;}
.hover-text a:hover{text-decoration:underline !important; color:#23527c !important;}
.nri-box p{color: darkgrey; font-size: 16px; font-family: 'Roboto'; line-height: 22px;}
.nri-box .tp-custom-btn a{padding:0px; background:none; border:none; color: darkgrey; font-size:18px; font-weight:400;}
.nri-box .tp-custom-btn a:hover{color:#23527c; text-decoration:underline; background:none; border:none;}
.nri-box .tp-join-btn::after{display:none;}
.testimonial_et .testimonial__item{display: flex;} 
.testimonial_et .clinet-info-col{width:50%; padding:20px 40px;}
.testimonial_et .testimonial__item .review__info{ width: 50%; display:block; align-items:inherit; margin:0;}
.testimonial_et .review__info.mt-30 a img{width:100%; height:100%;}
.testimonial_et .testimonial__item .review__text{font: normal normal normal 16px/21px Roboto; letter-spacing: 0px; color: #000000; margin-top:20px;}
.testimonial_et .testimonial__item{padding:0px;}
.testimonial_et h5.client__name{font-size: 24px;font-weight: bold; color: #000; margin:0px;}
.testimonial_et .client__designation p{font-size:16px; line-height:24px; color:#000;}
.testimonial_et .container{max-width:95% !important;}
.testimonial_et .section__title{font-size:30px; text-align:center; color:#000; font-family: 'Roboto';}
.testimonial_et .client__content{position:absolute; bottom:40px;}
.testimonial_et .section__wrapper::before{display:none;}
.page-id-5253 h3.page__title {font-size:40px;}
.page-id-5253 .page_sbutitle{font-size:24px; max-width:100%; margin-top:25px;}
.page-id-5253 .container.breadcrumb_top{height:100vh;}
.page-id-5253 .page__title-overlay{background-attachment:fixed;}
div.testimonial__slider_1{margin-right:-400px;}



/*** glossary page ***/


.tab_section .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.tab_section .show-all-ilters .dropdown-menu {
    display: block;
    width: 100%;
    border: none;
    padding-top: 25px;
    margin-left: 0px;
    top: 60%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
}
.tab_section .dropdown-menu {
    box-shadow: none;
}
.tab_section .dropdown-menu {
    border-radius: 0;
    min-width: 250px;
}
.tab_section .dropdown-menu {
    margin-left: -1px;
}
.tab_section .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.tab_section .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tab_section .show-all-btn {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
    border: none;
    font-size: 16px;
    height: 45px;
    padding: 12px 15px;
    width: 100%;
    text-align: left;
    outline: 0;
}
.tab_section #filters a {
    color: #333;
}
.tab_section .dropdown,.tab_section  .dropup {
    position: relative;
}
.tab_section .dropdown-flex-box {
    display: flex;
    flex-flow: wrap;
}
.tab_section .dropdown-flex-box .letter {
    width: 20%;
    font-size: 20px;
    padding: 0px;
    border-right: solid 1px #aaaaaa;
    border-bottom: solid 1px #aaaaaa;
    text-align: center;
    cursor: pointer;
}
.tab_section .dropdown-flex-box .letter a {
    display: block;
    padding: 5px 15px;
    color: #333;
    text-decoration: none;
}
.tab_section .all-terms {
    padding-top: 9vw;
}
.tab_section .main-content-area {
    background: #ffffff;
    padding-top: 4vw;
    padding-bottom: 4vw;
}
.tab_section .sec-pad-lr {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
}

/* amit custom css */

.mega-menu-toggle{display:none !important;}


/* ----- */


/***esg css ***/
.page-id-3610 {font-family:"neue-haas-grotesk-display",sans-serif !important}
.esg-tab .elementor-widget-container{max-width:1140px; margin:0 auto;}
.black-text p{color:#333;}
.white-text p{color:#fff;}
.esg-text p{font-size:18px; line-height:24px;}
.start-quote{margin-bottom:-10px !important;}
.end-quote{margin-top:-50px !important;}
.achi-col .elementor-widget-container{height:250px;}
.member-col h3{display:inline-block; border-bottom:1px solid #3a3a3a; margin-bottom:15px !important;}
.goal-image{position:relative;}
.goal-image h3.elementor-image-box-title{position: absolute; bottom: 30px; left: 0; width: 100%; padding: 10px 15px 0;}
.goal-image:hover h3{ -ms-transform: translateY(3px); transform: translateY(3px);}
.esg-post-col .bloglistlayout.blog__item-2-df{background:#fff;}
.esg-resource-col .learning_resources h2.page-title{font-size: 24px; color: #fff; font-weight: bold;  margin-bottom: 40px; text-align:left;}
.esg-resource-col .learning_resources .col-xs-12.slide-pr-40{width:100%; display:flex; padding:0px !important; margin-bottom:50px;}
.esg-resource-col .learning_resources .award-img{width: 25%; margin-left:30px; background:#fff; border-radius:15px 15px;}
.esg-resource-col .learning_resources:nth-last-col .award-img{margin-right:15px !important;}
.esg-resource-col .learning_resources .award-img img{border-radius:15px 15px 0px 0px;}
.esg-resource-col .learning_resources .image-box-wrap3{position:inherit; bottom:0px; margin-top:20px; padding-bottom:25px;}
.esg-resource-col .learning_resources .image-box-wrap3 h3{color:#333 !important; margin-bottom:25px !important;}
.esg-resource-col  .learning_resources .image-box-wrap3 .button-knwo-more{color:#1b47c5; border:none; padding-left:0px; padding-right:0px;}
.esg-resource-col  .learning_resources .image-box:before{display:none;}
.esg-resource-col .learning_resources .slide-brd-left{border:none; width:50%; background: #0b3793; padding: 35px 25px;
    border-radius: 15px 0px 0px 15px; position:relative;}
.esg-resource-col .learning_resources .slide-brd-left:after { content: ''; width: 1px; height: 87%; background: #fff;
  position: absolute; right: 10px;  top: 29px;}
.esg-resource-col .twiiter-col{width:50%; background: #0b3793;  padding: 35px 25px; border-radius: 0px 15px 15px 0px;}
.esg-resource-col .learning_resources .social-title{text-align:left;}
.esg-resource-col .learning_resources .award-img:hover{transform:none;}
.esg-resource-col .learning_resources .image-box-wrap3 .button-knwo-more:hover { font-size: 17px; transform: scale(1.1); text-decoration:underline;}
.page-id-3610 .container.breadcrumb_top{height:95vh;}


/***nri-2020-report ***/

.page-id-5603 .container.breadcrumb_top{height:100vh;}
.page-id-5603 .breadcrumb_top h3.page__title ,.page-id-5603  .page__title-overlay::before{display:none;}
.nri-2020-text p{font-size:16px; color:#333; line-height:1.42857143;}
.pdf-file-container a{color:#1b47c5; font-size:20px; font-weight:bold;}
.pdf-file-container img{margin-right:15px!important;display:inline-block;max-width: 40px!important;}
.video-text-col{ background:#78818b; border-bottom-left-radius: 15px;  border-bottom-right-radius: 15px; padding: 25px; }
.video-text-col p{color: #fff; font-size: 25px; line-height:30px; margin:0px;}
.vd-text-col:hover a{text-decoration:underline; color :#23527c;}
.vd-text-col .vide-button .fa-play{font-size: 50px; color: #fff; border: 10px solid #ffffffdb; padding: 25px 30px; border-radius: 50%;}
.vd-text-col .vide-button{transform: translateY(-90%);}
.vd-text-col img{border-top-left-radius: 15px !important;  border-top-right-radius: 15px !important;}
.nri-2020-testimonial .testimonial__area{padding:0px;   background: transparent;}
.nri-2020-testimonial .testimonial__area .col-xl-6{width:100%;}
.nri-2020-testimonial h2.section__title{color: #1b47c5; font-size: 50px; margin:20px 0px;}
.nri-2020-testimonial .testimonial__item .review__info .client__content{margin-left:0px; }
.nri-2020-testimonial  .testimonial__item .review__info .client__name{color: #1b47c5; font-size: 17px;}
.nri-2020-testimonial  .testimonial__item .review__text{color:#000;}
.nri-2020-testimonial  div.testimonial__slider{margin-right:0px;}
.nri-2020-testimonial .testimonial__item{padding:30px; background:transparent; box-shadow:none;}
.width-100 a{width:100% !important;}
.width-100 a:hover{border-width:0 !important;}
.nri-2020-testimonial h2.section__title:before{display:none;}


/*** buy back ***/

.buy-back-col ol li{list-style:none; padding: 15px 0; border-bottom: 4px dotted #1b48c6;}
.buy-back-col ol li img,.buy-back-col ol li img.aligncenter{max-width: 30px; margin-right: 30px!important;display: inline-block;}
.buy-back-col ol li a{font-size: 18px; font-weight: bold; color: #222; letter-spacing: 0.3px; line-height: 32px;}
.buy-back-col ol{padding-left:0px!important;}
.buy-back-col h2.section__title{font-size:40px; color: #222; text-transform: uppercase; position: relative; line-height: 48px; padding-bottom:12px;}
.buy-back-col h2.section__title:before{ content: '';  position: absolute; top: 100%; left: 0; width: 6vw; height: 4px;
    background: #222;}
.buy-table-data table tbody tr td:first-child,
.buy-table-data table tbody tr td:first-child:hover{background: #1b48c6 !important; color: #fff !important;}


/***imc_2020***/
.imc-img{margin-bottom:0px !important;}
.imc-cover-text p{font-size: 28px; color: #fff;}
.imc-cover-text img{width: 35vw !important; margin-bottom:20px;}
.imc-cover-text h3{font-size:27.5px; color:#fff; margin-bottom:0px;}
.imc-cover-text h2{font-size:53px; color:#fff; margin-bottom:0px; line-height:53px;}
.imc-cover-text h4{font-size:24.5px; color:#fff;}
.video-text-col-3 { width:70%; margin:0 auto;}
.video-text-col-3 h2{color:#fff; font-size:5.2vw; line-height: 70px; margin-top: 24px;}
.vd-col-5 .vide-button-5 a{width:112px; height:112px; line-height:135px;}
.vd-col-5 .vide-button-5 a:before{display:none;}
.vd-col-5 .vide-button-5 a .fa-play{font-size:40px;}
.imc_image_box { margin-bottom:20px; position:relative;}
.imc_image_box .image-back{position:absolute;}
.content_imagebox_5{position:relative; padding:20px;}
.imc_image_box .services__item-content .text-box-col p{font-size:18.5px; color:#fff; line-height:28px;}
.imc_image_box .text-box-col{padding:15px 0px;}
.team__item-grid-thumb{background:#232599; border-radius:1.1vw;}
.team__info_display{padding:1.3vw;}
.team__info_display h3.m-name{font-size: 2vw; color:#fafafa; margin-bottom:.5vw; line-height:1;}
.team__info_display span{font-size: 1.3vw; color: #fafafa; font-weight:bold;}
.team__slider .team__item .team__item-grid::after{background:rgb(22 23 117 / 52%); top:auto; bottom:0;}
.hover_team_text{padding:0 20px;}
.hover_team_text p{ font-size:1.92vw; text-align:left; color:#fff; line-height:36px;}
.hover_team_text{top:80%;}
.team__area .swiper-button-prev:after,.team__area .swiper-button-next:after{display:none;}
.team__area .swiper-button-prev{background-image:url('http://45.249.108.101/development/stltech/wp-content/uploads/2023/02/left.png'); left:-80px; width:50px; height:52px;}
.team__area .swiper-button-next{background-image:url('http://45.249.108.101/development/stltech/wp-content/uploads/2023/02/right.png'); right:-80px; width:50px; height:52px;}
.testimonial-large .swiper-slide{height:440px;}
.testimonial-large .swiper-slide .elementskit-single-testimonial-slider{height:100%;}
.testimonial-large .client_right{ left:auto !important; right:30px; width:195px !important;}
.testimonial-large .elementskit-profile-info{text-align:right !important;}
.twitter-area-col .slide-brd-left,.twitter-area-col .slide-pr-40,.twitter-area-col .learningresourceslider{display:none;}
.twitter-area-col .twiiter-col{width:100% !important; padding-left:0px;}

/***cloud page***/


.trending_section .newsletter-box .btn-read-more{color:#000;}
.cloud-text p{font-size: 18px;}
.benefit-slider .image-box_1{padding-top:100px;}
.benefit-slider .image-box-wrap_1 h3{position:absolute; top:0px; font-size:22px; color:#000; margin-bottom:20px; font-weight:400;}
.image-box-wrap_1 p{height:65px; color:#525252; font-size:15px; line-height:18px; margin-top:15px;}
.image-box_1 a.button-knwo-more{font-size: 16px; letter-spacing: 0px; color: #0D62FE; margin-top: 35px;
    display: flex;  align-items: center; margin-bottom: 40px;}
.image-box_1 a.button-knwo-more .fa{margin-left:15px;}
.image-box_1 a.button-knwo-more:hover,.image-box_1 a.button-knwo-more:hover .fa{color:#23527c;}
.image-box_1 svg{display:block; height:75px;}
.benefit-slider .swiper-control,
.post-arrow.swiper-control{position: absolute; top: -25%; right: 10%; width: 80px;}
.benefit-slider .swiper-button-next,.benefit-slider .swiper-button-prev,
.post-arrow .swiper-button-next,.post-arrow .swiper-button-prev{background:none; font-size:28px;}
.benefit-slider .swiper-button-next:hover ,
.benefit-slider .swiper-button-prev:hover,
.post-arrow .swiper-button-next:hover,
.post-arrow .swiper-button-next:hover{color:#000;}
body .benefit-slider .swiper-button-next,body .post-arrow .swiper-button-next{right:0; left:auto; top:0; position:inherit;}
body .benefit-slider .swiper-button-prev,body .post-arrow .swiper-button-prev{left:0; right:auto; top:0; position:inherit;}
.image-post-box .image-box-wrap_2{padding:15px 25px;}
.image-post-box .image-box-wrap_2 h3{margin-top: 10px; font-size: 26px; line-height:26px; color: #000;}
.postslider .item.swiper-slide {background:#f6f6f6; height:100%; min-height:440px; border-radius: 15px; transition: all 0.5s;}
.postslider .item.swiper-slide:hover{transform: scale(1.02);}
.image-box-wrap_2 p{min-height:65px; font-size:16px; line-height:1.42857143; color:#000; margin-top:20px;}
.image-box-wrap_2 a.button-knwo-more {color: #1b47c5 !important; font-weight:600; margin-top: 25px;}
.image-box-wrap_2 a.button-knwo-more:hover{text-decoration:underline;}
.news-col .row{margin-top:0px;}
.news-col .image_box__item{padding:20px; border-radius:20px; background:#f6f6f6;}
.news-box{background:#f6f6f6; padding:20px; border-radius:20px; height:100%; margin-bottom:25px;}
.news-box .text-box-col{padding:0px; min-height:295px;}
.news-box .text-box-col p{font-size:24px; line-height:30px; color:#000;}
.news-box a{color: #1b47c5; font-weight: 600;}
.news-box a:hover{text-decoration:underline;}
#customtab div .row{margin:0px;}


/***fiber-deployment-solutions  */

.page-heading h4{display:inline-block; border-bottom:1px solid #fff; padding-bottom:10px;}
.fiber-text p{font-size:18px; color:#333;}
.fiber-text p a{color:#337ab7;}
.fiber-text p a:hover{text-decoration:underline;}
.read-text{display:none;  transition:1s all;}
.read-text.show-text{display:block;  transition:1s all;}
.fiber-box .text-box-col{padding:0px;}
.fiber-box .text-box-col h5{font-size:22px;}
.fiber-box-shadow{box-shadow: 0 10px 20px 0 rgb(70 70 70 / 20%), 0 6px 20px 0 rgb(70 70 70 / 19%); border-radius:20px;}
.fiber-right-list ul{padding:0px;}
.fiber-right-list ul li{font-size: 14px; width:31%; margin-right:10px; height:140px; float:left; padding-right:10px; font-weight:300; line-height:20px;}
.fiber-right-list ul li strong{font-weight:500;}
.list-left-col{margin-left:30px;}
.applicat-list-text h3{font-size: 18px;  margin-bottom: 5px;}
.applicat-list-text p{font-size: 16px; font-weight: 300;  margin-bottom: 20px; line-height:22px;  color: #333; font-family:'Roboto', sans-serif !important;}
.applicat-list-text ul{margin: 0px 0px 40px 15px; padding: 0px;}
.applicat-list-text ul li{font-weight:300; font-family:'Roboto', sans-serif !important; font-size:14px; line-height:20px;}
.applicat-list-text ul li a{color:#0b2b8a;}
.applicat-list-text ul li a:hover{text-decoration:underline;}
.post-box-col .image_box__area-2 .row{margin-top:0px;}
.post-box-col .tpsv__icon img{border-radius:15px 15px 0px 0px; position:relative;height: 162px;}
.post-box-col .ser__icon{position:relative;}
.post-box-col .ser__icon:after{content: '' ; position: absolute; background: rgba(0,0,0,0.4); top: 0; left: 0; width: 100%; height: 100%; border-radius:15px 15px 0px 0px;}
.post-box-col .imc_image_box .text-box-col{background:#fff; border-radius:0 0 15px 15px; padding:30px;}
.post-box-col .imc_image_box .services__item-content .text-box-col p{color:#000; font-size:16px; line-height:24px; margin-bottom:0px;}
.post-box-col .text-box-col h5{font-size:18px; font-weight:600; color:#fff; right:5%; left:6%; bottom:43%; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;}
.post-box-col .content_imagebox_5{padding:0px; border-radius: 15px; box-shadow: 0 8px 20px 0 rgb(0 0 0 / 20%);}
.post-box-col .imc_image_box .services__item-content .text-box-col p:hover{text-decoration:underline;}
.post-box-col h5.ser__title:hover{transform: translateY(2px);}
.key-text p{color:#fff; font-size:18px; margin-bottom:0px;}
.key-text h5{font-weight:bold; font-size:26px; color:#fff;}
.hover-image-team{position:relative; border-radius:15px;}
.hover-image-team a:before{    content: ''; position: absolute; background: rgba(0,0,0,0.4); top: 0; left: 0; width: 100%; height: 100%;  border-radius: 15px;}
.team__item-grid-img{position:relative;}
.team__info_5{position: absolute; left: 5%; right: 5%; bottom: 10%; z-index: 2; -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;}
.team__item-grid-img .hover-image-team img{border-radius:15px;}
.team__info_5 h2{margin-bottom:0px; color:#fff; font-size:18px;}
.team__info_5 h3.m-name,.team__info_5 .hover-text-col{font-size:16px; color:#fff; font-weight:400; margin-bottom:0px;}
.team__info_5 h3.m-name a:before{display:none;}
.team__info_5 h3.m-name a:hover{color:#fff;}
.hover-text-col{display:none;}
.team__item-grid-img:hover .hover-text-col{display:block;}
.hover-image-team a{display:block; height:100%; position:relative;}
.fiber-learnin-resource .blue-backg {background-image:linear-gradient(#0854aa, #0b2b8a); border-radius:15px;
  padding:20px 30px;}
.fiber-learnin-resource .learning_resources h2.page-title{font-size:28px;}

/***downloads ***/

.faq-sub-title p{font-size: 20px; color: #5D5D5D; margin-bottom:0px;}
.faq__area .faq__content .accordion-item .accordion-button.title-accordion{background-color: #fff; border: 1px solid #fff; box-shadow: 0 1px 1px rgb(0 0 0 / 5%); -webkit-box-shadow:0 1px 1px rgb(0 0 0 / 5%);}
.{color:transparent !important; box-shadow:0px 0px 15px #00000029 !important; clip-path:inset(-35px -35px 0px -35px); transition:0.4s;}
.faq__area .faq__content .accordion-button.title-accordion:after{color:#000;}
.custom-faq-conatiner .accordion-body ul{}
.custom-faq-conatiner .accordion-body li{list-style:none; position:relative; padding-right:20px;}
.custom-faq-conatiner .accordion-body li a {color:#1D1D1D; font-size:15px;}
.custom-faq-conatiner .accordion-body li a img{ position:absolute; right:0px;}
.custom-faq-conatiner .accordion-collapse.collapse.show{box-shadow: 0px 0px 15px 0px #00000029 !important;}
.custom-faq-conatiner .faq_col_1{display:flex; align-items: center;}
.custom-faq-conatiner .faq_col_1 p{font-size:25px !important; color:#5d5d5d !important; padding-left:23px;}
.custom-faq-conatiner .faq_col_2 img{padding-bottom:80px;}
.faq_col_3 p strong,.faq_col_4 p strong,.faq_col_5 p strong,.faq_col_6 p strong{font-size:15px; color:#1D1D1D !important}
.faq_col_3 p span{left: 15px; padding-top: 0px; color: white; padding-left: 4px; background: blue; width: 41px;
    height: 18px;  position: relative; display: inline-block;font-size: 9px;}
.faq_col_3 p span:after{content: ""; position: absolute; height: 10px; width: 0px; top: 0px; right: 41px; border-width: 9px; border-color: transparent blue transparent transparent; border-style: solid;}
.custom-faq-conatiner .accordion-button:not(.collapsed){box-shadow:0px 0px 15px #00000029 !important; clip-path:inset(-35px -35px 0px -35px) !important; transition:0.4s;}
.custom-faq-conatiner .accordion-button:not(.collapsed) p{opacity:0 !important; transition:all 0.3s;}
.custom-faq-conatiner .accordion-button p{margin-bottom:0px; opacity:1; transition:all 0.3s; font-size:25px; color:#1D1D1D;}


/***contact us***/

.page-id-43 .page__title-height{background-attachment:fixed;}
.page-id-43 .container.breadcrumb_top {height: 420px; align-items: end;}
.page-id-43 .container.breadcrumb_top .page__title{margin-bottom:30px; font-size: 37px; text-transform:uppercase;} 
.contact-heading .elementor-heading-title{display:inline-block; border-bottom:2px solid #74c500; padding-bottom:5px;}
.contact-form-box label{display:block; color:#33475b; font-family: arial, helvetica, sans-serif; font-size: 13px; text-transform:capitalize;}
.contact-form-box label.hs-error-msg{color:red;display: inline-block;width: 100%;float: left;}
.contact-form-box .wpcf7-form-control{padding: 0 15px; min-height: 27px; width:100%; background:#f5f8fa; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;  font-size: 16px; font-weight: normal; line-height: 40px; color: #33475b;
    border: 1px solid #cbd6e2; height:40px; margin-bottom:18px;}
.contact-form-box .wpcf7-form-control.wpcf7-submit{background: #ff7a59; border-color: #ff7a59; color: #ffffff; font-size: 12px; line-height: 12px; border-radius: 3px; padding:12px 24px; width:auto; margin-top:30px;}
.contact-form-box ul.list{width:100%;}
.select-tag .nice-select,.select-tag .nice-select ul.list,.country-select .country-list{width:100%;}
.ct-page-title-heading{position:absolute; bottom:90px; left:50px;}
.contact-info p{font-size: 15px; font-weight: 300; line-height: 20px; color:#000;}
.contact-info a{color:#337ab7;}
.contact-info a:hover{text-decoration:underline;}
.contact-info p strong{font-weight:700;}
.country-select .flag-dropdown,.country-select.inside .selected-flag{width:100%;}

.show{display:block !important;}


/***responsive***/

@media only screen and (max-width: 1280px) and (min-width: 1025px){
  
  
  .page-id-5603 .container.breadcrumb_top {height: 40vh;}
  .page-id-5253 .container.breadcrumb_top {height: 40vh;}
  .page-id-41 .container.breadcrumb_top {  height: 30vh;}
  .hover-box h3{font-size: 56px;}
  .box-text h3{font-size: 18px;}
  .box-text p{font-size: 14px}
  .hover-box h4{font-size: 16px;}
  .journey-text p{font-size:24px;}
  .years-heading h2{font-size: 2vw;}
  .years-heading h2 img{width:60px;}
  .icon-box-text h3{font-size: 36px;}
  .icon-box-text p{font-size: 14px;}
  .card-inner-text p{line-height: 18px;}
  .testimonial__item .review__info .client__name{font-size:18px;}
  .testimonial__item-6 .review__info .client__designation p, .testimonial__item-6 .review__info h5{font-size:16px;}
  .cul-text p{font-size:17px;}
  .cul-text p b{font-size:24px;}
  .text-box-col p{font-size:14px;}
  .testimonial_et .testimonial__item .review__info{display:inherit;}
}
@media only screen and (max-width: 1024px) and (min-width: 770px){
  .page-id-5603 .container.breadcrumb_top {height: 40vh;}
  .page-id-5253 .container.breadcrumb_top {height: 40vh;}
  .page-id-41 .container.breadcrumb_top {  height: 30vh;}
  .hover-box p{font-size:14px;}
  .hover-box h3{font-size:50px;}
  .card-inner h3{font-size: 15px;}
  .card-inner, .card-inner-text{padding:10px;}
  .card-inner ul li{margin-left:15px; font-size:14px; line-height:18px;}
  .icon-box-text h3{font-size:30px;}
  .icon-box-text p{line-height:16px;}
  .testimonial__item-6{padding:20px;}
  .testimonial__item-6 .review__info a img{width: 100px; height: 100px;}
  .testimonial__item-6 .review__info .client__designation p, .testimonial__item-6 .review__info h5 { font-size: 14px;    line-height: 18px;}
  .testimonial__item-6 .testimonial_det{padding: 15px 15px 15px 30px;}
  .testimonial__item .review__info .client__content {  margin-left: 15px;}
  body .testimonial__left-info-6 .swiper-button-next{right:0px;}
  body .testimonial__left-info-6 .swiper-button-prev{left:-5px;}
  body .testimonial__left-info-6 .swiper-button-prev, body .testimonial__left-info-6 .swiper-button-next{margin-top:-40px;}
  body .testimonial__left-info-6 .swiper-button-prev:after, body .testimonial__left-info-6 .swiper-button-next:after{font-size:30px;}
  .cul-text p{ font-size: 14px;  line-height: 10px; margin-bottom: 8px;}
  .cul-text p b{font-size: 16px;}
  .text-box-col p{font-size:14px;}
  .page-id-4857 .container.breadcrumb_top{height:30vh;}
  div.testimonial__slider_1 {  margin-right: 0;}
  .video-text-col p{font-size: 18px;}
  .team__area .swiper-button-prev{left:-15px;}
  .team__area .swiper-button-next{right:-15px;}
  .testimonial-large .swiper-slide{height:360px;}
  .testimonial-large .client_right{    right: 20px; width: 130px !important;}
  .benefit-slider .swiper-control, .post-arrow.swiper-control{    top: -30%;}
  
}

@media only screen and (max-width: 769px) and (min-width: 600px){
  .page-id-5603 .container.breadcrumb_top {height: 40vh;}
  .page-id-41 .container.breadcrumb_top,.container.breadcrumb_top{height: 50vh;}
  .page-id-3610 .container.breadcrumb_top {height: 50vh !important;}
  .page__title{font-size:30px; margin-top:100px;}
  .box-text h3 { font-size: 40px;}
  .box-text p { font-size: 22px; line-height:30px;}
  .box-col{padding:0 80px !important;}
  .box-col-1,.box-col-1 a,.box-col-1 img{width:100% !important;}
  .box-text{top: auto !important; bottom: 50px !important;}
  .card-col {width: 50% !important; margin: 0 auto 25px;}
  .card-inner ul li{font-size: 20px;}
  .stl-inner-col{width:100% !important;}
  .icon-box-text p{font-size: 20px;}
  .card-inner-text p{font-size:20px; line-height:24px;}
  .testimonial__item.testimonial__item-6{display:block;}
  .testimonial__item-6 .review__info{width:100%;}
  .testimonial__item-6 .testimonial_det{width:100%;}
  .end-col-ab,.end-col-ab img{width:100% !important;}
  .end-col-ab h3{font-size:24px !important;}
  .esg-resource-col .learning_resources .award-img{margin-left: 10px;}
  .cul-text p { font-size: 12px; line-height: 2px; margin-bottom: 10px;}
  .cul-text p b{font-size:14px;}
  .text-box-col p{font-size:14px;}
  .testimonial_et .testimonial__item .review__info{display:inherit;}
  div.testimonial__slider_1 { margin-right: 0;}
  .imc-cover-text img{    width: 30vw !important; margin-bottom:5px;}
  .imc-cover-text h2{font-size: 42px; line-height: 46px;}
  .imc-cover-text h3,.imc-cover-text h4{font-size:22px;}
  .video-text-col-3 h2{    font-size: 4.2vw;     line-height: 48px;}
  .team__area .swiper-button-prev{left:-10x;}
  .team__area .swiper-button-next{right:-10px;}
  .testimonial-large .swiper-slide{height:388px;}
}

@media only screen and (max-width: 769px){
  .page-id-5253 .container.breadcrumb_top {height: 40vh;}
  .testimonial__item.testimonial__item-6{display:block;}
  .testimonial__item-6 .review__info{width:100%;}
  .testimonial__item-6 .testimonial_det{width:100%;}
  .text-box-col p{font-size:14px;}
  .image_box__item{width:100%;}
  .image_box__item img{width:100%;}
  .nri-box{width:100% !important; padding:0 50px;}
  .tab-100{width:100% !important;}
  .testimonial_et .testimonial__item .review__info{display:inherit;}
  div.testimonial__slider_1 { margin-right: 0;}
  .testimonial_et .testimonial__item .review__info a{width:100%;}
  .pdf-wd-tab,.vd-wd-tab,.ft-bt-tb {width:100% !important;}
  .buy-back-col ol li img{margin-right: 15px;}
  .buy-back-col ol li a{font-size:16px;}
  .buy-back-col h2.section__title{font-size:28px;}
    .solution_list .services__item-tp{margin-bottom:50px;}
  .benefit-slider .swiper-control, .post-arrow.swiper-control{ top: -45%;}
  .news-col .col-12{margin-top:30px;}
  div.tclient__image img{height:auto;}
  .list-left-col{width:75% !important;}
  .left-img-list{width:20% !important; display: flex; align-items: center;}
  .fiber-right-list ul li{height:180px;}
  .post-box-col .text-box-col h5{bottom:56%;}
}
@media only screen and (max-width: 767px){
  .page-id-5603 .container.breadcrumb_top {height: 25vh;}
  .page-id-43 .container.breadcrumb_top{height: 50vh;}
  .page-id-43 .container.breadcrumb_top .page__title{font-size:24px;}
  /* .menu-area.menu-padding{display:none;} */

  .humburgar {
    border: none !important;
  }

  .header-area.header__sticky:hover {
    background: #343a40 !important;
  }

  .mega-sub-menu .mega-menu-item {
    padding: 2px 10px !important;
  } 
  .mega-menu-item a {
    font-size: 16px !important;
  }
  .mega-sub-menu .mega-menu-item a {
    font-size: 14px !important;
    line-height: 1.5!important;
  }

  .fixed-position {
    position: fixed;
  }


  .journey-year{display:block;}
  .journey-img{width:100%;}
  .journey-description{width:100%;}
  .cd-horizontal-timeline .events a{font-size:16px; padding-left:10px;}
  div.journey-description p.year{font-size: 10vw !important; margin-bottom: 0 !important;}
  .journey-description h2{font-size: 4.7vw !important; margin-left: 0; margin-bottom: 2vw; margin-top: 0;}
  .cd-horizontal-timeline .events-content p.normal-text{line-height:20px;}
  div.journey-description p.year{line-height:initial;}
  .testimonial__item-6{padding: 10px 45px;}
  body .testimonial__left-info-6 .swiper-button-next{right:-6px;}
  body .testimonial__left-info-6 .swiper-button-prev{left:-6px;}
  .page-id-3610 .container.breadcrumb_top { height: 60vh;}
  .page_sbutitle{font-size:20px;}
  .learningresourceslider .swiper-slide{width:100% !important;}
  .esg-resource-col .learning_resources .col-xs-12.slide-pr-40{display:block;}
  .esg-resource-col .learning_resources .award-img{width:90%; margin-left:auto; margin-right:auto;}
  .learning_resources .award-img img{max-height:250px;}
  .esg-resource-col .learning_resources .slide-brd-left,.esg-resource-col .twiiter-col{width:100%;}
  .esg-resource-col .learning_resources .slide-brd-left:after{display:none;}
  .testimonial__item-7 .review__info { display: block; width: 100%;}
  .testimonial__item-7 .testimonial_det{width:100%;}
  .testimonial__left-info-7 .testimonial__item-7{display:block;}
  .testimonial__item-7 .testimonial_det p.review__text{font-size:18px;}
  .testimonial__item-7 h5.client__name{font-size:20px;}
  .testimonial__item-7 .client__designation p{font-size:16px;}
  body .swiper-button-next{right:20px;}
  body .swiper-button-prev{left:20px;}
  .culture-heading h2:after{ right: 3%;}
  .culture-heading h2:before{left:3%;}
  .img-100 img{width:100%;}
  .cul-col{width:100% !important;}
  .cul-text p{font-size: 24px; line-height:26px;}
  .st-fam-heading h2:before{width: 30%; left: 3%;}
  .st-fam-heading h2:after{width:30%; right:3%;}
  .word-heading h2:before,.word-heading h2:after{width:13%;}
  .contact-form-box .wpcf7-form-control{font-size:14px;}
  .testimonial__item-6 .testimonial__icon-3{bottom: 37%;}
  body .testimonial__left-info-6 .swiper-button-prev:after, body .testimonial__left-info-6 .swiper-button-next:after{
    font-size:20px; background: #ffffffb0; padding: 5px;}
  .testimonial__item-6 .testimonial_det{padding: 15px 10px 10px 30px;}
  .testimonial__item-6 .review__info a img { width: 100px;  height: 100px;}
  .testimonial__item-6 .review__info .client__designation p, .testimonial__item-6 .review__info h5{font-size:14px; line-height:16px;}
  .testimonial__item-6 .review__text{font-size:14px;}
  .page-id-4857 h2.page-title { font-size: 24px;}
  .testimonial_et .clinet-info-col{padding:10px;}
  .testimonial_et .client__content{position:inherit;}
  .testimonial_et .testimonial__item .review__text{font:normal normal normal 12px/15px Roboto; margin-top:0px;}
  .testimonial_et h5.client__name{font-size:12px;}
  .testimonial_et .client__designation p{font-size:12px; line-height:14px;}
  .testimonial_et .section__title{margin-right:0px; padding-top:0px; margin-left:0px; font-size:24px;}
  .page-id-5253 h3.page__title{font-size:24px; margin-top:40px;}
  .page-id-5253 .page_sbutitle{font-size:16px; margin-top:12px;}
  .nri-box{padding:0px;}
  .nri-text p{font-size:16px;}
  .pdf-file-container{background-image:none !important;}
  .vd-text-col .vide-button .fa-play{font-size:36px;}
  .video-text-col p{font-size:22px;}
  .nri-2020-testimonial h2.section__title{font-size:24px; margin:0px;}
  .nri-2020-testimonial .testimonial__item{padding:10px;}
  .pdf-file-container a{font-size:18px;}
  .pdf-file-container img { margin-right: 15px;}
  .testimonial__item .review__text{ font-size: 16px; line-height: 22px;}
  .nri-2020-testimonial .testimonial__item .review__info .client__name{font-size:15px;}
  .buy-back-col h2.section__title{font-size: 24px;  line-height: 32px;}
  .imc-img img{height:326px !important;}
  .imc-cover-text h3,.imc-cover-text h4{font-size:4.0vw !important;}
  .imc-cover-text h2{font-size:5vw !important; line-height:32px;}
  .imc-cover-text p{font-size:18px; margin-bottom:5px;}
  .imc-cover-text img{margin-bottom:5px;}
  .vd-col-5 .vide-button-5 a{width:40px; height:40px; line-height:45px;}
  .video-text-col-3 h2{line-height: 32px;}
  .vd-col-5 .vide-button-5 a .fa-play{font-size: 24px;}
  .team__area .swiper-button-prev{left: -20px; width: 35px; height: 36px; background-size: cover;}
  .team__area .swiper-button-next{right: -20px; width: 35px; height: 36px; background-size: cover;}
  .team__info_display h3.m-name{font-size:8vw;}
  .team__info_display span{font-size:4vw;}
  .hover_team_text p{font-size:4vw;}
  .testimonial-large .swiper-slide{height:402px;}
  .testimonial-large .swiper-slide .elementskit-single-testimonial-slider{background-size:100% 402px !important;}
  .testimonial-large  .ekit-wid-con .elementskit-testimonial-slider .slick-prev,.testimonial-large .ekit-wid-con .elementskit-testimonial-slider .slick-next{display:block !important;}
  .imc_image_box{height: 190px;}
  .video-text-col-3{    width: 90%;}
  .testimonial-large .swiper-slide .slick-slide{margin-left:0px !important; margin-right:0px !important;}
  .benefit-slider .swiper-control, .post-arrow.swiper-control{display:none;}
  .left-img-list{width:100% !important;}
  .list-left-col{width:100% !important; margin-left:0px; margin-top:20px;}
  .fiber-right-list ul li{width:100%; height:auto; margin-bottom:30px;}
  .post-box-col .imc_image_box{height:auto;}
  .learning_resources .slide-brd-left{border-left:none; border-right:none; border-top:1px solid #fff; border-bottom:1px solid #fff; padding: 20px;  margin-bottom: 20px;}
}

@media only screen and (max-width: 400px){
  .box-text h3{font-size: 16px;}
  .box-text p{font-size: 14px;}
  .testimonial__item .review__info .client__name{font-size: 15px;}
  
}
@media only screen and (max-width: 370px){
  .page-id-5253 .page_sbutitle{ font-size: 12px;  }
  .page-id-5253 h3.page__title{font-size: 20px;}
  .pdf-file-container a { font-size: 15px;}
  .video-text-col p { font-size: 18px;}
  .testimonial-large .swiper-slide{height:310px;}
  .testimonial-large .elementskit-commentor-content p{line-height:15px;}
  .testimonial-large .swiper-slide .elementskit-single-testimonial-slider{background-size:100% 310px !important;}
}
/***application-notes***/


.filter-tab .nav-tabs{margin-bottom:30px; text-align:center;}
.filter-tab .nav-item{background: #24292d; color: white; text-transform: uppercase;sans-serif; letter-spacing: 1px; font-size: 12px; padding: 14px 40px; line-height: normal; display: inline-block; width: auto;margin-right: 5px; cursor:pointer;border-radius: 5px;margin-bottom: 10px;}
.filter-tab .active.nav-item{background: #0072b7;}
.filter-tab .fal{display:none}
.image_box_tab_item{text-align:center;}
.filter__bodyitem .image_box_tab_item{ text-align:left; }
.text-box-tab ul li{font-size:12px; line-height:16px; color:#000; font-weight:400;  display: inline-block; width: 24%;  padding: 20px;  vertical-align: top;}
.text-box-tab ul li img{display:block; margin:0 auto 10px;}
.filter-tab .tab-pane.active {
    display: block !important;
}
.tab-content.active>.tab-pane {
    display: block;
    opacity: 1;
}

/*Team Details*/
.download-bio a {
    border: 2px solid #1b48c6;
    padding: 10px 15px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    color: #1b48c6;
    margin-right: 20px;
    font-size: 18px;
    font-family: Roboto;
}
.download-bio {
    margin-top: 30px;
}
a#watch_now_btn::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 1px;
    background: #ffffff9c;
    left: 0;
    top: -4px;
}
/*Webinar Details*/
.box-common.Speak {
    border-radius: 8px;
    overflow: hidden;
    padding: 7px 30px 20px;
    margin: 0 0 30px;
    box-shadow: 0 0 31px rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0 31px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 31px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 31px rgb(0 0 0 / 10%);
}
.box-common.Speak .speak-box:nth-of-type(1) {
    width: 20%;
    float: left;
}
.box-common.Speak .speak-box:nth-of-type(2) {
    width: 80%;
    float: right;
}
.box-common.Speak .ceo {
    margin: 30px 0 0;
}
.box-common.Speak .avtarImg {
    border-radius: 100px;
    background-color: #ebebeb;
    overflow: hidden;
    width: 105px;
    height: 105px;
}
.box-common.Speak .ceo img {
    border: 1px solid #e0e0e0;
    width: 105px;
    height: 105px;
    border-radius: 50px;
}
.box-common.Speak .speak-box p {
    font-size: 14px!important;
}
#downloadpdfbutton{ display:none;}
button.csclose.close { font-size: 30px; }
.custom-modal .modal-header { display: block; }
.webinar_left_content .elementor-widget:not(:last-child) {
    margin-bottom: 10px;
}
.webinar_left_content .elementor-element.speaker_desc_para {
    margin-bottom: 20px;
}
.webinar_left_content ul {
    padding-inline-start: 20px;
}
.management_loop_box img {
    width: 118px!important;
    height: 118px!important;
    margin: 15px 0;
}
.elementor-element.whitepaper_box .elementor-widget-theme-post-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.elementor-element.whitepaper_box {
    height: 640px;
}
.elementor-element.box_loop_bottom {
    width: 100%;
    margin-top: 29px;
    position: absolute;
    bottom: 5px;
    right: 15px;
    left: 0;
    padding: 0 10px;
}

/*Aboutus Testimonial*/
.timeline-container {
    position: relative;
    height: 465px;
    z-index: 9;
}
.cd-horizontal-timeline a{
  text-decoration: none;
}
.cd-horizontal-timeline.loaded {
    opacity: 1;
}
.cd-horizontal-timeline {
    margin: 3em auto;
  -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline .timeline {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 1%;
    width: 10%;
    background: #181818;
}
.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline 
  content: '';*/
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0px;
    height: 100%;
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    width: 2px !important;
    background-image: linear-gradient(to bottom, #00adef, #1b47c4);
}
.cd-horizontal-timeline .events ol {
    position: relative;
  list-style:none;
  padding:0px;
}
.cd-horizontal-timeline .events ol li {
    margin-bottom: 15px !important;
  width:80px;
}
.cd-horizontal-timeline .events a {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-bottom: 15px;
    color: #fff;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    padding-left: 20px;
    font-family: Gotham, sans-serif !important;
    font-size: 20px;
    font-weight: 300;
}

.cd-horizontal-timeline .filling-line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fd8204;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    display: none;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #085796;
  border-color: #085796;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
  color:#23c3ff;
}
.cd-horizontal-timeline .events a.selected::after {
    content: url(https://dev.stl.tech/wp-content/uploads/2023/03/shining-ball.png);
    position: absolute;
    left: -12px;
    right: auto;
    /* bottom: -5px; */
    /* height: 12px; */
    /* width: 12px; */
    /* transition: background-color 0.3s, border-color 0.3s; */
    top: -3px;
}
.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  color: #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a.prev::before {
  content:  "\f053";
  font-family: FontAwesome;
  color: #ccc;
  font-size: 1.4rem;
  display: block;
  position:absolute;
  top: 9px;
  left: -22px;
  z-index: 10000;
  height: 100%;
  width: 100%;
  text-align: center;
}

.cd-timeline-navigation a.next::before {
  content:  "\f054";
  font-family: FontAwesome;
  font-size: 1.4rem;
  display: block;
  position:absolute;
  top: 9px;
  left: -18px;
  z-index: 10000;
  color: #ccc;
  height: 100%;
  width: 100%;
  text-align: center;
}
.cd-timeline-navigation a.next {
  right: 0;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}

.cd-timeline-navigation a:hover {
  border: 2px solid #005695;
  color: #005695;
}
.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
    z-index: -1;
}
.cd-timeline-navigation a:hover:before {
  color: #005695;
}


.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}

.journey-year{
  display: flex;
    max-width: 100% !important;
    padding-left: 14%;
}
.journey-img {
    position: relative;
    width: 50%;
    flex: 1;
    z-index: -1;
}
.journey-img img {
    width: 100%;
    height: 465px;
}
.journey-img:after {
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.journey-description {
    padding-left: 3vw;
    width: 50%;
    flex: 1;
}
.cd-horizontal-timeline .events-content p {
    display: block;
    margin-bottom: 10px;
  font-size: 1.1rem;
  color: #959595;
}
.cd-horizontal-timeline .events-content h2 {
    color: #005695;
    font-weight: bold;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.2;
}
.journey-description h2 {
    color: #fff !important;
    font-family: 'Roboto';
    font-size: 3vw !important;
    font-weight: bold !important;
    margin-left: -10vw;
    text-transform: uppercase;
    margin-bottom: 2vw;
}
.journey-description .line {
    background: #373737;
    /* margin: 0 !important; */
    height: 1.1px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.pdf_inline_row img {
    max-width: 30px!important;
    margin-right: 5px;
    margin-bottom: 0!important;
    margin-top: 0!important;
}
.pdf_inline_row {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 5px;
}
.elementor-element.excellence_box { max-width: 600px; }
.filter-tab-two li.tab-link.nav-item {
    cursor: pointer;
    text-align: center;
}
.filter-tab-two ul{ 
    list-style-type: none; 
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.filter-tab-two ul li.tab-link {
    display: inline-block;
    width: auto;
    cursor: pointer;
    text-align: center;
}
.filter-tab-two li.tab-link.nav-item .th-circle {
    background: #f9f9f9;
    border-radius: 50%;
    transition: all .5s;
    padding: 0 10px;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
}
.filter-tab-two li.tab-link.active.nav-item .th-circle,.filter-tab-two li.tab-link.nav-item .th-circle:hover {
    background: #f5f5f5;
}
.filter-tab-two .tab-content>.active {
    padding: 50px 50px;
    background: #fff;
    width: 98%;
    margin-top: 50px!important;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0 40px #ccc;
}
.filter-tab-two li.tab-link.nav-item::after {
    width: 0;
    height: 0;
    content: " ";
    position: absolute;
    top: 177px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 25px solid #fff;
    display: none;
    z-index: 2;
    left: 17%;
}
.filter-tab-two li.tab-link.active.nav-item::after { display: table; }
.filter-tab-two li.tab-link.tab-link-3.nav-item::after{ left: 42%; }
.filter-tab-two li.tab-link.tab-link-4.nav-item::after{ left: 68%; }

.four_tab_case .filter-tab-two li.tab-link.tab-link-3.nav-item::after{ left: 34%; }
.four_tab_case .filter-tab-two li.tab-link.tab-link-4.nav-item::after{ left: 55%; }
.four_tab_case .filter-tab-two li.tab-link.tab-link-5.nav-item::after{ left: 75%; }
@media(max-width: 768px){
    .filter-tab-two li.tab-link.nav-item .th-circle{
        width: 64px;height: 64px;font-size: 9px;line-height: normal;
    }
    .filter-tab-two li.tab-link.nav-item .th-circle img {
        max-width: 25px;
    }
    .filter-tab-two .tab-content>.active{ padding: 25px 25px; }
}
.onp_section .blog__item-2-content{ padding: 20px 15px; }
.onp_section .bloglistlayout .blog__btn-2 {  padding: 5px 15px 20px; }
.onp_section .blog__btn-2 a{ padding: 0;justify-content: start;border: 0; }
.onp_section .blog__btn-2 a i{ margin-left: 5px; }
.commoon-desc-css.tab-content>.tab-pane {
    background-color: #FAFAFA;
    padding: 15px;
    border-radius: 5px;
}
.video_gallery_section.video_style_two .image-box-wrap2{ position: relative;bottom: 0;padding: 15px;left: unset;right: unset;background: #fff;box-shadow: 0 0 5px #ccc;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;height: 188px;overflow: hidden; }
.video_gallery_section.video_style_two .image-box-wrap2 h3{ color: #000;text-align: left; }
.video_style_two .vide-button { top: 25%; }
.video-iframe { border-top-right-radius: 20px;border-bottom-right-radius: 20px; }
.commoon-desc-css .common-details-css .row > div { background-color: #fff;margin-bottom: 15px;margin-right: 18px;border-radius: 12px; }
.product_listing_slider .image-box{
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 20px 0 rgb(0,0,0,0.2);
    margin-top: 15px;
    margin-bottom: 15px;
}
.product_listing_slider .image-box-wrap2 {
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
}
.product_listing_slider a.button-knwo-more{
    padding: 4px 25px;
    line-height: 1px;
    background: #002184;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: #fff;
}
.product_listing_slider .blog__sm-title{ margin-bottom: 0;}
.right-box button.button-know-more1,.left-box button.button-know-more1 {
    font-size: 15px;
    border: 1px solid #1b47c5;
    padding: 5px 10px;
    border-radius: 25px;
    color: #1b47c5;
}
.right-box button.button-know-more1:hover,.left-box button.button-know-more1:hover {
    background: #1b47c5;
    border-color: #1b47c5;
    color: #fff;
}
.without_description_para .image-box {
    border-radius: 25px;
    padding: 25px 25px 25px 25px;
    opacity: 1;
    background: #f2f2f2;
}
.without_description_para .image-box-wrap2 {
    height: 114px;
    display: flex;
    align-items: end;
    margin-top: 15px;
}
.without_description_para .image-box-wrap2 h3.blog__sm-title { font-size: 18px; }
.without_description_para  h2.page-title{ margin-bottom: 40px; }
.customtabbing_product ul{ list-style-type: none;padding-bottom: 40px; }
.customtabbing_product li{     
    display: inline-block;
    width: 32%;
    padding: 15px 10px;
    margin: 0 5px 15px;
    border: 1px solid transparent;
    box-shadow: 1px 3px 3px #ccc;
    border-radius: 15px; 
}
.tab-newcontent{ display: none; }
/*** glossary page ***/
.glossary_tab .tab_section .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.glossary_tab .tab_section .show-all-ilters .dropdown-menu {
    display: block;
    width: 100%;
    border: none;
    padding-top: 25px;
    margin-left: 0px;
    top: 60%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
}
.glossary_tab .tab_section .dropdown-menu { box-shadow: none;}
.glossary_tab .tab_section .dropdown-menu { border-radius: 0; min-width: 250px;}
.glossary_tab .tab_section .dropdown-menu { margin-left: -1px;}
.glossary_tab .tab_section .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.glossary_tab .tab_section .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.glossary_tab .tab_section .show-all-btn { background: #fff; border-radius: 20px;box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
    border: none; font-size: 16px; height: 45px; padding: 12px 15px; width: 100%; text-align: left; outline: 0;}
.glossary_tab .tab_section .dropdown,.tab_section  .dropup { position: relative;}
.glossary_tab .tab_section .dropdown-flex-box { display: flex;  flex-flow: wrap; position:relative;}
.glossary_tab .tab_section .dropdown-flex-box .letter {width: 20%; font-size: 20px; padding: 0px; border-right: solid 1px #aaaaaa;
    border-bottom: solid 1px #aaaaaa; text-align: center; cursor: pointer;}
.glossary_tab .tab_section .dropdown-flex-box .letter:first-child, .glossary_tab .dropdown-flex-box .letter:nth-last-child(1) {
    border-bottom: none;
}
.glossary_tab .tab_section .dropdown-flex-box .letter:first-child{position:absolute; bottom: 0px; left: 60px;}
.glossary_tab .tab_section .dropdown-flex-box .letter a { display: block; padding: 5px 15px; color: #333; text-decoration: none;}
.glossary_tab .tab_section .all-terms { padding-top: 9vw;}
.glossary_tab .tab_section .main-content-area { background: #ffffff; padding-top: 4vw;padding-bottom: 4vw;}
.glossary_tab .tab_section .sec-pad-lr { padding-left: 6.25vw; padding-right: 6.25vw;}
.glossary_tab .def-text-title{padding-top:70px;}
.glossary_tab .def-text-title p{font-size: 7vw; color: #1b47c5; font-weight: 600; margin: 0px;}
.glossary_tab .all-terms{padding-top: 9vw;}
.glossary_tab .definitions-page-text h2:first-child{padding-top:0px;}
.glossary_tab .definitions-page-text h2:first-child:before{display:none;}
.glossary_tab .glossary_tab .definitions-page-text h2{font-size: 26pt; margin-bottom: 30px; padding: 0px; font-weight: 600; position:relative; padding-top:30px; margin-top:50px;}
.glossary_tab .definitions-page-text h2:before{content:''; position:absolute; top:0; left:0; width: 100%; border: 0; border-top: 1px solid #eee;}
.glossary_tab .definitions-page-text h2 a:hover{color:#343a40; cursor:text;}
.glossary_tab .definitions-page-text p{font-size: 16pt; line-height: 1.4; margin-top: 10px; margin-bottom: 20px; color:#000;}
.glossary_tab .definitions-page-text ul li{font-size: 16pt; line-height: 1.4;  margin-bottom: 20px; color:#000; margin-bottom:0px; list-style:none;}
.glossary_tab .definitions-page-text ul{margin-bottom:15px;}
.glossary_tab .sec-pad-lr.below-banner{margin-top:20px; padding-top: 2vw; background: #f6f6f6; padding-bottom: 4vw;}
.glossary_tab .sec-pad-lr { padding-left: 6.25vw; padding-right: 6.25vw; }
.glossary_tab .below-banner .search-form-group{position:relative;}
.glossary_tab .below-banner .search-form-group .form-control{display: block; width: 100%; padding: 6px 12px; font-size: 14px;line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc;
    border-radius: 4px; background:#fff; height:45px;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,
    -webkit-box-shadow ease-in-out .15s;
}
.glossary_tab .below-banner .search-btn2 { background: none; border: none; position: absolute; top: 10px; right: 14px; font-size: 20px;
    outline: 0; }
.glossary_tab .below-banner .search-btn2 .fa-search{color:#333;}
.glossary_tab hr.hr-margin{ width: 100%; position:relative; border: 0; border-top: 1px solid #a7a7a7;}
.glossary_tab .def-text-title {
    font-size: 7vw;
    color: #1b47c5;
    font-weight: 600;
    margin: 0px;
}
.application_notes_tabbing .filter-tab ul.tabs{text-align:center;}
.filter-tab ul.tabs { padding-bottom: 20px; }
.application_notes_tabbing .text-box-tab ul li img{ width: 60px;height: 60px; }
.application_notes_tabbing .text-box-tab ul li{ font-size: 14px;text-align:center; }
.join-vitually p{ margin-bottom: 15px; color: #FBFBFB;font-size:32px;font-weight: bold; }
.elementor .join-vitually img{ margin-right: 12px!important;display: inline-block; }
.single-card {text-align: center; border: 1px solid #251435; padding: 15px 20px; border-radius: 15px; margin-bottom: 15px;}
.single-card p,.inner-col p{font-weight: 300; color: #FFFFFF; margin: 10px auto;}
.single-card p:first-child,.inner-col p:first-child{margin-top:0px;}
.single-card p a:hover,.inner-col p a:hover{color:#fdfdfd;}
.large-5g-text p{ font-size: 380px; font-family: Manrope; font-weight: 800; color: #342748; opacity: 0.5; line-height: 400px; height: 415px;}
.large-text-vertical-text{position: absolute !important; top: 28%; right: -18%; -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); opacity: 0.5; width:auto !important;}
.large-text-vertical-text p{font-size: 42px; color: #4e405e; font-weight: bold; text-transform: uppercase; margin-bottom:0; }
.open-source-cm{position: absolute !important; top: 23%; left: 12vw; opacity: 1; width:auto !important;}
.open-source-cm p{font-size: 40px; color: #fff; text-transform: uppercase; margin-bottom:25px;}
.sec-testi p{font: normal normal normal 22px/38px Manrope; letter-spacing: 0px; color: #FBFBFB; margin-bottom: 40px;}
.testimonial_slide-9 div.testimonial__slider{margin-right:0px;}
.title-hide .testimonial_slide-9 .section__wrapper_9{display:none;}
.testimonial_slide-9 div.testimonial__slider{margin-right:0px;}
.title-hide .testimonial_slide-9 .section__wrapper_9{display:none;}
.clinet-info-col-9{position:absolute; z-index:1; top: 2.5vw; left: 2.8vw; right: 2.8vw; height:90%;}
.clinet-info-col-9 p.review__text{color: #fafafa; font-size: 14px;}
.clinet-info-col-9 .client__content{ justify-content: flex-end;  position: absolute; bottom: 2.0vw; right: 0; }
.clinet-info-col-9 h5.client__name{color: #fafafa; font-size: 18px !important;  text-align: right; line-height: 1; font-weight: bold !important;}
.clinet-info-col-9 .client__designation p{color: #fafafa; font-size: 10px !important; text-align: right; line-height: 20px; max-width: 100%; margin-left: auto; margin-top: 1.5vw;}
.testimonial_slide-9 .swiper-button-prev:after, .testimonial_slide-9 .swiper-button-next:after{display:none;}
.review__info_9 img{width:100%;}
/** stl-25 **/

.cirelce-logo-1{position: absolute !important; top: 63%; left: 48%; margin-left: -45px; width:auto !important;}
.cirelce-logo-2{position: absolute !important; top: 25%; left: 49%; margin-left: -45px; width:auto !important;}
.cirelce-logo-3{position: absolute !important; top: 40%; left: 60%; margin-left: -45px; width:auto !important;}
.cirelce-logo-4{position: absolute !important; top: 43%; left: 35%; margin-left: -45px; width:auto !important;}
.cirelce-logo-5{position: absolute !important; top: 18%; left: 60%; margin-left: -45px; width:auto !important;}
.cirelce-logo-6{position: absolute !important; top: 65%; left: 62%; margin-left: -45px; width:auto !important;}
.cirelce-logo-7{position: absolute !important; top: 75%; left: 52%; margin-left: -45px; width:auto !important;}
.cirelce-logo-8{position: absolute !important; top: 7.5%; left: 50%; margin-left: -45px; width:auto !important;}
.cirelce-logo-9{position: absolute !important; top: 18%; left: 42%; margin-left: -45px; width:auto !important;}
.cirelce-logo-10{position: absolute !important; top: 28%; left: 68%; margin-left: -45px; width:auto !important;}
.cirelce-logo-11{position: absolute !important; top: 52%; left: 70%; margin-left: -45px; width:auto !important;}
.cirelce-logo-12{position: absolute !important; top: 76%; left: 63%; margin-left: -45px; width:auto !important;}
.cirelce-logo-13{position: absolute !important; top: 84%; left: 50%; margin-left: -45px; width:auto !important;}
.cirelce-logo-14{position: absolute !important; top: 28%; left: 32%; margin-left: -45px; width:auto !important;}
.cirelce-logo-15{position: absolute !important; top: 8%; left: 69%; margin-left: -45px; width:auto !important;}
.cirelce-logo-16{position: absolute !important; top: 20%; left: 73%; margin-left: -45px; width:auto !important;}
.cirelce-logo-17{position: absolute !important; top: 40%; left: 77%; margin-left: -45px; width:auto !important;}
.cirelce-logo-18{position: absolute !important; top: 67%; left: 74%; margin-left: -45px; width:auto !important;}
.cirelce-logo-19{position: absolute !important; top: 62%; left: 25%; margin-left: -45px; width:auto !important;}
.cirelce-logo-20{position: absolute !important; top: 42%; left: 22%; margin-left: -45px; width:auto !important;}
.cirelce-logo-21{position: absolute !important; top: 14%; left: 30%; margin-left: 29px; width:auto !important;}
.cirelce-logo-22{position: absolute !important; top: 1%; left: 38%; margin-left: -45px; width:auto !important;}
.cirelce-logo-23{position: absolute !important; top: 60%; left: 34%; margin-left: -45px; width:auto !important;}
.cirelce-logo-24{position: absolute !important; top: 73%; left: 35%; margin-left: -45px; width:auto !important;}
.cirelce-logo-25{position: absolute !important; top: 26%; left: 23%; margin-left: -45px; width:auto !important;}
.tooltiptext pre{padding:0px; border:none;}
.tooltiptext>*{	position:relative;}
.tooltiptext p{ visibility: hidden; width: 250px; background-image: linear-gradient(#3daaff, #3e82ff); color: #fff; text-align: center; border-radius: 6px; padding: 10px 15px; position: absolute; z-index: 999 !important; bottom: 150%; left: 50%; margin-left: -125px; font-size: 13px; line-height:16px; font-weight: 300;}
.tooltiptext:hover p,.tooltiptext:hover p:after{visibility:visible;}
.tooltiptext p:after{ content: ""; position: absolute; top: 100%; left: 50%; margin-left: -10px; border-width: 10px; border-style: solid; border-color: #3e82ff transparent transparent transparent;  visibility: hidden; }
.year-heading-title h2{display: flex; justify-content: center; align-items: flex-end; font-size: 2.6vw; color: #bbb; margin-bottom: 5px}
.year-heading-title p{color: #bbbbbb; font-size: 1.6vw; margin-bottom: 2vw;}
.box-shad {box-shadow: 0px 20px 20px rgb(0 0 0 / 65%);}
.stl-custom-slider .learning_resources.custom_resources .image-box-wrap2 h3 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.stl-custom-slider .learning_resources.custom_resources .image-box-wrap2 p {
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
    line-height: 16px;
    display: none;
}
.stl-custom-slider .learning_resources.custom_resources .image-box:hover p {
    display: block;
    cursor: pointer;
}
.stl-year-testimonial .testimonial_slider_5,.stl-year-testimonial .grey-bg-5{padding-top:0; background:transparent;}
.stl-year-testimonial div.testimonial__slider{margin-right:0px;}
.stl-year-testimonial .section__wrapper::before{display:none;}
.stl-year-testimonial .testimonial__item{background:#101010; border-radius:10px; padding:15px 20px; min-height:45vh; text-align:center;}
body .stl-year-testimonial .testimonial_slider_5 .swiper-button-prev {background-image:url('http://45.249.108.101/development/stltech/wp-content/uploads/2023/03/left-arrow.png'); left: 4%; opacity:0.5;}
body .stl-year-testimonial .testimonial_slider_5 .swiper-button-next {background-image:url('http://45.249.108.101/development/stltech/wp-content/uploads/2023/03/right-arrow.png'); right: 4%; opacity:0.5;}
body .stl-year-testimonial .testimonial_slider_5 .swiper-button-prev:hover,
body .stl-year-testimonial .testimonial_slider_5 .swiper-button-next:hover{opacity:1;}
.stl-year-testimonial .testimonial__item .review__text{margin-top:30px; position:relative; color:#747474; font-size:1vw; min-height:135px; line-height:1.5vw;}
.stl-year-testimonial .testimonial__item .review__text:before{content:''; width:38px; height:28px; background-size:cover;
background-image:url('http://45.249.108.101/development/stltech/wp-content/uploads/2023/03/success-quotes.png'); background-repeat:no-repeat; position:absolute; top:-30px; left:0;}
.stl-year-testimonial .client__content{text-align:left;}
.stl-year-testimonial .client__content h5.client__name{color:#313a95; font-size:1.1vw; font-weight:bold;}
.stl-year-testimonial .client__content .client__designation p{color:#747474; font-size:1.1vw; line-height:1.5vw;}
.testimonial_slider_5 .swiper-pagination-d{display:none;}
.testimonial_slider_5 .swiper-pagination-bullet{width: 5px; height: 5px; margin: 0 12px; border-radius:50%; opacity:0.25;}
.stl-year-testimonial .testimonial_slider_5 .swiper-pagination-d,.arrow-side .postslider .item.swiper-slide{background:#101010; min-height:auto; border-radius:5px;}
.arrow-side .image-box-wrap_2 p a{color:#bbbbbb; font-size:16px; min-height:65px; display:block;}
.arrow-side .image-box-wrap_2 p a:hover{color:#bbbbbb; text-decoration:underline;}
.arrow-side .postslider .item.swiper-slide:hover{transform:initial;}
.arrow-side .image-post-box img{border-radius:5px 5px 0px 0px;}
.arrow-side .swiper-button-next,.arrow-side .swiper-button-prev{position: absolute !important;  top: 50% !important; width: 27px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; background-size: 27px 44px; background: no-repeat; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%);opacity:0.5;}
.arrow-side .swiper-button-next:hover,.arrow-side .swiper-button-prev:hover{opacity:1;}
.arrow-side .swiper-button-next:after,.arrow-side .swiper-button-prev:after{display:none;}
.arrow-side .swiper-button-next{right:-4% !important; background-image:url('http://45.249.108.101/development/stltech/wp-content/uploads/2023/03/right-arrow.png');}
.arrow-side .swiper-button-prev{left:-4% !important; background-image:url('http://45.249.108.101/development/stltech/wp-content/uploads/2023/03/left-arrow.png');}
.arrow-side .post-arrow.swiper-control{position:inherit; width:auto;}
.elementor-element.awardlisting_loop_title { display: inline-block;width: 100%;min-height: 115px; }
.tags-info { display: flex;align-items: center;padding: 15px 0; }
.tags-info .tags-title { font-size: 20px;font-weight: bold;margin-right: 8px;line-height: normal; }
.tags-info .tags a { padding: 8px 15px;background: #00000057;color: #fff;border-radius: 15px;line-height: normal;display: inline-block;width: auto;font-size: 14px;transition: 4s; }
.tags-info .tags a:hover{ background: #f48222; }
.style_two_events .event-image .w-img img {
    border-top-right-radius: 0;
}
.event-right-content {
    display: flex;
    align-items: center;
}
/*Event Filter page*/

.event_filtermenu_section form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.event_filtermenu_section ul {
    display: flex;
    align-items: center;
    list-style-type: none;
}
.event_filtermenu_section ul li{ margin-right: 10px; }
.event_filtermenu_section ul ul.list {
    display: block;
}
.event_filtermenu_section .nice-select {
    min-width: 140px;
}
.event_filtermenu_section input.btn {
    border: 0;
    padding: 0;
    color: #000;
    font-weight: 600;
}
.event_filtermenu_section input.btn:hover{ text-decoration: underline; }
.reset-btn-box a.reset-btn {
    border: 0;
    border-radius: 40px;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
input.btn.filter_submit_btn {
    margin-right: 20px;
}
.reset-btn-box a.reset-btn:hover {
    text-decoration: underline;
}
.event_listing_section .event-image p {
    background: #0de058;
    color: #fff;
    display: inline-block;
    width: auto;
    padding: 6px 14px;
    border-radius: 25px;
    margin: 0;
    line-height: normal;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    left: 15px;
    top: 15px;
}
.datebox p {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}
.datebox p span{ 
    font-size: 20px;
    font-weight: 500;
    color: #1b47c5;
    display: block;
}
.event-content.row {
    padding: 20px;
}
.event-content h5.event-title {
    font-size: 24px;
}
.locboxx p i {
    color: #1b47c5;
    font-size: 13px;
    margin-right: 3px;
}
.styleoneevent,.styletwolayout{
    box-shadow: 0px 4px 14px 0px #21252926;
    border-radius: 15px;
    overflow: hidden;
}
.row.styletwolayout .event-left-content {
    padding: 0;
}
.row.styletwolayout{
    margin-left: 0;
    margin-right: 0;
}
.post-box-col.solution-col-optical .text-box-col h5{ top: 44%; }
.award_listing_popup { display: none;}
.show_award_box .award_listing_popup{ display: block; }
.elementor-element.award_listing_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 22;
}
.elementor-element.award_listing_inner_popup{
    width: 80%!important;
    max-height: 100%;
    top: 23%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.elementor-element.award_popup_content_box {
    max-height: 170px;
    overflow-y: scroll;
}
span.award_list_readmore {
    color: #446084;
    background-color: #61CE7000;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #446084;
    border-radius: 10px 10px 10px 10px;
    padding: 6px 10px 6px 10px;
    line-height: normal;
    cursor: pointer;
}
span.close_award_popup {
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
    margin: 0 10px;
}
.lead-text p {
    font-size: 16px;
    width: 60%;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 1.2vw!important;
}
.lead-text a {
    color: #4c58c9;
    font-size: 15px;
    padding: 12px 20px;
    border: 1px solid #4c58c9;
    border-radius: 25px;
    display: inline-block;
    transition: all .5s;
}
.lt-image {
    float: left;
    width: 20%;
    margin-right: 50px;
}
.lead-text-a .tab-ul {
    width: 70%;
    margin-right: 0;
}
.simple-anchor {
    border: 0!important;
    background: 0 0!important;
    padding: 0!important;
    color: #666!important;
    text-decoration: none!important;
    font-size: 16px!important;
}
.lead-text-a .tab-ul.whitepaper {
    display: inline-block;
}
.li-see {
    background: 0 0 !important;
    text-align: right;
    text-decoration: none;
    list-style: none;
}
.lead-text-a .tab-ul.whitepaper .pdf_inline_row {
    margin-bottom: 15px;
    font-size: 16px;
    padding-left: 23px;
    font-weight: 600;
}
.tab-ul-sub-sec {
    max-height: 300px;
    overflow-y: overlay;
    overflow-x: unset;
    padding: 15px;
}
.opticalfubercabletabbing .filter-tab-two li.tab-link.tab-link-5.nav-item::after{
   left: unset;
   right: 20%;
}
.design-connect:after {
    position: absolute;
    content: '';
    background: #1B47C5;
    width: 125px;
    height: 5px;
    bottom: 0;
    left: 0;
}
img.banner-caption {
    max-height: 106px!important;
}
.slogan-text {
    color: #fff;
    font-size: 1.5vw;
    text-align: left;
    line-height: 1.3;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.slogan-text span {
    display: block;
    font-weight: bold;
    font-size: 2.8vw;
}
.bc-button {
    background: #fff !important;
    color: #000 !important;
    padding: 10px 20px;
    text-shadow: none;
    text-decoration: none !important;
    border-radius: 7px;
    font-weight: bold;
    font-size: 18px;
}
.tp-blog__thumb.m-img img{ width: auto;}
.build-future img {
    width: 100%;
}
.keylayout6box .bloglistlayout .blog__btn-2{ padding: 5px 25px 20px; }
.keylayout6box .bloglistlayout .blog__btn-2 a{ padding: 0;border: 0;justify-content: start;}
.keylayout6box .bloglistlayout .blog__btn-2 a i{ margin-left: 5px; }
.keylayout6box .bloglistlayout .blog__btn-2 a:hover{ color: #0d6efd; }
.wrap-analyst-details thead th,.wrap-analyst-details .table tbody tr td a { color: #2449BE; }
.elementor-element.quote-sec img{ object-fit: fill;width: 250px !important;height: 250px !important;border-radius: 50%; }
.elementor-element.quote-sec .ekit-wid-con .row { flex-direction: row-reverse; }
.elementor-element.quote-sec .ekit-wid-con .col-lg-6:last-child{ 
    -ms-flex: 0 0 30%;-webkit-box-flex: 0;flex: 0 0 30%;max-width: 30%;
}
.elementor-element.quote-sec .ekit-wid-con .col-lg-6:first-child{ 
    -ms-flex: 0 0 70%;-webkit-box-flex: 0;flex: 0 0 70%;max-width: 70%;
}
.elementor-element.quote-sec .ekit-wid-con .elementskit-single-testimonial-slider{ box-shadow: unset;padding: 0 30px; }
.lp_us .solution_list .services__item-tp{ margin-left: 10px;margin-right: 10px; }
.elementor-element.quote-sec .ekit-wid-con .elementskit-profile-image-card::before{ display: none; }
.zoom_slide_show_div figure.goOnZoom { position: relative;width: 500px;overflow: hidden;cursor: zoom-in; }
.zoom_slide_show_div figure.goOnZoom img { transition: opacity .5s;display: block;width: 100%;max-height: 300px; }   
.zoom_slide_show_div figure.goOnZoom img:hover { opacity: 0; }
.zoom_slide_show_div .leftsection { position: relative; }
.zoom_slide_show_div .bs-button-next i, .zoom_slide_show_div .bs-button-prev i{
   padding: 10px;
    margin-top: -22px;
    color: #ffffff;
    background-color: #000000a6;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}
.zoom_slide_show_div .bs-button-next, .zoom_slide_show_div .bs-button-prev{ z-index: 2; }
.zoom_slide_show_div .bs-button-next{ right: -12px; }
.zoom_slide_show_div .bs-button-prev{ left: -12px; }
.nalp_findout .learning_resources .image-box>img{ max-height: 320px; }

.quote-icon1 {
    position: fixed;
    bottom: 130px;
    z-index: 9;
    background: #fff;
    border-radius: 30px 0 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    transition: all .5s;
    cursor: pointer;
    box-shadow: 0px 0px 5px #c0c0c0;
    right: 0px;
    padding: 10px 20px;
}
.lead-form {
    position: fixed;
    right: 10px;
    bottom: 0;
    background: #fff;
    padding: 20px;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 0px 5px #ccc;
    z-index: 9999;
    transition: all .8s;
    overflow: overlay;
    max-height: 600px;
}
.lead-form .form-control { height: 34px; }
.lead-form .sbt-btn {
    background: #062699;
    border: none;
    padding: 10px 20px;
    color: #fff;
    margin-top: .5vw;
}
.lead-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.lead-minimize {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
}
.lead-controls span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
}
.lead-controls span i { cursor: pointer; }
.lead-form.hiddenlead {
    bottom: -190%;
    transition: all .8s;
}
.quote-icon {
    position: fixed;
    bottom: 50px;
    right: -120px;
    z-index: 9999;
    background: #fff;
    border-radius: 30px 0 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1b48c6;
    font-weight: bold;
    font-size: 20px;
    transition: all .5s;
    cursor: pointer;
    box-shadow: 0px 0px 5px #c0c0c0;
}
.quote-icon:hover { right: 0px; }
.quote-icon span:first-child {
    font-size: 3vw;
    line-height: 1;
    margin-right: 10px;
    margin-left: 30px;
    display: flex;
    margin-bottom: 3px;
}
.quote-icon span { margin-right: 10px; }
@media (max-width:767px) {
    .quote-icon {
        right: 0;
        font-size: 16px;
    }
    .quote-icon span:first-child {
        font-size: 10vw;
        line-height: 1;
        margin-right: 6px;
        margin-left: 15px;
        display: flex;
        margin-bottom: 0;
        padding: 10px 0;
    }
    .lead-form {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0
    }
}
@media (min-width:767px) {
    .lead-form { min-width: 20vw; }
}
iframe.hs-form-iframe .hs-input { height: 25px !important; }
.hs-fieldtype-text,.hs-phone,.hs_designation,.hs_region { padding-bottom: 15px; }
.hs-fieldtype-text label>span { font-size: 15px; }
.hs-field-desc { display: none !important; }
.hs-input { width: 100%;height: 38px; }
.hs-error-msgs { right: 0;bottom: 0;font-size: 11px;float: right;list-style: none;color: red; }
.actions { text-align: center;}
input.hs-button.primary.large {
    display: inline-block;
    background-color: #13BE6B;
    border: 0px solid #F8F8F8;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
    margin: 1px;
    font-weight: 600;
    font-family: 'Roboto';
    border-radius: 2px;
    padding: 8px 20px;
    color: #ffffff;
    margin-top: 20px;
    text-align: center;
}
.pop-outer { background-color: rgba(0, 0, 0, 0.5);position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99; }
.pop-outer .pop-inner { background-color: #fff;width: 500px;height: auto;padding: 40px 25px;margin: 5% auto;max-height: 85vh;overflow-y: scroll; }
.pop-outer .pop-insidesec { position: relative; }
.pop-outer .pop-inner label span { font-size: 13px !important;text-transform: uppercase;font-weight: 700; }
.pop-outer .hr_close {
    position: absolute;right: -20px;background: transparent;border-radius: 50%;border: 0;top: -25px;font-size: 27px;
}
.pop-outer .pop-inner::-webkit-scrollbar { width: 8px;height: 8px;-webkit-box-shadow: inset 0 0 6px #D9D9D9;-webkit-border-radius: 8px;border-radius: 8px; }
.pop-outer .pop-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px #959595;-webkit-border-radius: 8px;border-radius: 8px;
}
.pop-outer .pop-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;background: #ccc;height: 3px;
}
.hs-input{ padding: 5px 10px; }
input[type="file"].hs-input { padding: 5px 0px;margin-bottom: 15px; }
input[type="checkbox"].hs-input { width: 20px;margin-right: 10px; }
ul.inputs-list { list-style-type: none;margin: 10px 0; }
.customtabbing_product .product_listing_slider .image-box img {
    width: auto;
    height: 220px;
}
.customtabbing_product .product_listing_slider .blog__sm-title{ font-size: 18px; }
.customtabbing_product .product_listing_slider .image-box{  text-align: center; }
.search-results .tp-blog__thumb.m-img img{ width: 276px;height: 184px; }
img.store_logo_img { display: inline-block;max-width: 110px; }
.single-press_release .first-p,body.single-press_release,.single-press_release .elementor-widget-theme-post-content{
    font-size: 18px;
    font-family: "Roboto", Sans-serif ;
    margin-bottom: 15px;
    line-height: 25px;
}
.download_datasheet_btn img {
    width: 14px;
    margin-bottom: 3px;
    margin-left: 4px;
}
a.download_datasheet_btn {
    color: #4c58c9;
    font-size: 15px;
    padding: 12px 20px;
    border: 2px solid #4c58c9;
    border-radius: 25px;
    display: inline-block;
    transition: all .5s;
	margin-top: 15px;
	font-weight: 500;
}
a.download_datasheet_btn:hover {
    color: #fff;
    border: 2px solid #4c58c9;
    background: #4c58c9;
}
.logo-area .logo img{ padding: 10px 0;}
.nalp_list ul.tabs{ margin-bottom: 30px; }
.nalp_list ul.tabs li {
    display: inline-block;
    background-color: #F8F8F8;
    border: 0px solid #F8F8F8;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
    margin: 0px 5px 5px 0px;
    font-weight: 600;
    font-family: 'Roboto';
    border-radius: 10px;
    padding: 15px 30px;
}
.nalp_list ul.tabs li.active {
    background-color: #13BE6B;
    color: #fff;
}
.event_listing_section.style_two_events {
    position: relative;
    max-height: 800px;
    overflow: overlay;
    padding-right: 10px;
}
.event_listing_section.style_two_events::-webkit-scrollbar { width: 5px; }
.event_listing_section.style_two_events::-webkit-scrollbar-track { box-shadow: inset 0 0 5px grey;border-radius: 0; }
.event_listing_section.style_two_events::-webkit-scrollbar-thumb { background: gray;border-radius: 0; }
.event_listing_section.style_two_events::-webkit-scrollbar-thumb:hover { background: #0d6efd; }
.nalp_list .owl-nav {
    display: none;
}
.nalp_list .solution_list .featureslider .services__item-tp .ser__more-option{  position: absolute;bottom: 15px; }
.nalp_list p.cable_sub_title { margin-bottom: 10px; }
.anchorqotbtn.quote-icon { right: 0;padding: 10px 0; }
.anchorqotbtn.quote-icon span:first-child{ font-size: 16px; }
.anchorqotbtn.quote-icon:hover span{ text-decoration: underline; }
ul li h3 { display: inline-block; }
/*Estelan Page Style*/
.estelan_testimonials .slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.estelan_testimonials .slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.estelan_testimonials .slick-list:focus{ outline: none; }
.estelan_testimonials .slick-list.dragging{ cursor: pointer;cursor: hand; }
.estelan_testimonials .slick-slider .slick-track,
.estelan_testimonials .slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.estelan_testimonials .slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.estelan_testimonials .slick-track:before,.estelan_testimonials .slick-track:after{ display: table;content: ''; }
.estelan_testimonials .slick-track:after{ clear: both; }
.estelan_testimonials .slick-loading .slick-track{ visibility: hidden; }
.estelan_testimonials .slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .estelan_testimonials .slick-slide{ float: right; }
.estelan_testimonials .slick-slide img{ display: block; }
.estelan_testimonials .slick-slide.slick-loading img{ display: none; }
.estelan_testimonials .slick-slide.dragging img{ pointer-events: none; }
.estelan_testimonials .slick-initialized .slick-slide{ display: block; }
.estelan_testimonials .slick-loading .slick-slide{ visibility: hidden; }
.estelan_testimonials .slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.estelan_testimonials .slick-arrow.slick-hidden { display: none; }
.estelan_testimonials .center-slider .slick-slide{
  background-color: transparent;
  color: #FFF;
  height: auto;
  margin: 0;
  display: inline-block;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  margin-top: 22px;
}
.estelan_testimonials .center-slider .slick-slide { transform: scale(1);transition: all 0.4s ease-in-out; }
.estelan_testimonials .center-slider .slick-center {
  transform: scale(1.2);
  background-color: transparent;
  position: relative;
  z-index: 2;
}
.estelan_testimonials .center-slider .slick-current.slick-active{
  transform: scale(1.2);
  background-color: transparent;
  margin-top: 0;
  padding: 24px 0 25px;
}
.estelan_testimonials .slick-next, .slick-prev{ z-index: 5; }
.estelan_testimonials .slick-next{ right: 15px; }
.estelan_testimonials .slick-prev{ left: 15px; }
.estelan_testimonials .slick-next:before, .estelan_testimonials .slick-prev:before{ color: #000;font-size: 26px; }
.estelan_testimonials .outerreview{ display: none;margin-top: 15px; }
.estelan_testimonials .center-slider .slick-center .outerreview{ display: inline-block; }
.estelan_testimonials .slider_content_box {
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.estelan_testimonials .slider_content_box p,.estelan_testimonials .slider_content_box h3, .estelan_testimonials .slider_content_box h4{ color: #fff; margin-bottom: 5px; }
.estelan_testimonials .slider_content_box p{ margin:0; }
.estelan_testimonials .slick-slide.slick-center .slider_content_box{ bottom: 12%; }
.estelan_testimonials button.slick-arrow {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
}
.estelan_testimonials button.slick-prev.slick-arrow{ left: 8%; }
.estelan_testimonials button.slick-next.slick-arrow{ right: 8%; }
.estelan_testimonials button.slick-prev::before,.estelan_testimonials button.slick-next::before{ 
    font-family: 'Font Awesome 5 Pro';
    color: #0d6efd;font-size: 22px;
 }
.estelan_testimonials button.slick-prev::before{ content: "\f053"; }
.estelan_testimonials button.slick-next::before{ content: "\f054"; }
.estelan_testimonials button.slick-arrow:hover{ background: #0d6efd; }
.estelan_testimonials button.slick-prev:hover::before,.estelan_testimonials button.slick-next:hover::before{ color:#fff; }
/*.estelan_testimonials .center-slider.slick-slider{ min-height: 680px; }*/
/*Estelan Tabbing*/
.estelan_tab_section .owl-estelan figcaption {
  box-shadow: 0px 3px 6px #00000015;border-radius: 0;padding: 0;
}
.estelan_tab_section .owl-estelan .active-row .fig-caption { background: transparent;color: #000; }
.estelan_tab_section .owl-estelan figure { padding-bottom: 0;box-shadow: 0px 3px 6px #00000015;background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000015;border-radius: 14px;margin: 5px 10px 5px!important; }
.estelan_tab_section .owl-estelan .fig-caption { border-radius: 0;padding: 10px 5px; }
.wrapper.estelan_tab_section { margin: auto;margin-top: 80px; }
.estelan_tab_section .tab-wrapper { text-align: center;display: block;margin: auto;max-width: 500px; }
.estelan_tab_section .tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.estelan_tab_section .tab-link {
  margin: 0 0%;
  list-style: none;
  padding: 10px 40px;
  color: #676767;
  cursor: pointer;
  transition: all ease 0.5s;
  border-bottom: solid 3px rgba(255, 255, 255, 0);
  letter-spacing: 1px;
  border-radius: 0px 29px 29px 0px;
  background: #E5E5E5;
}
.estelan_tab_section .tab-link:hover { color: #999;border-color: #999; }
.estelan_tab_section .tab-link.active {
  background: #2449BE;color: #ffffff;border: none;
}
.estelan_tab_section .tab-link:nth-of-type(1) { border-radius: 29px 0px 0px 29px; }
.estelan_tab_section .tab-link:nth-of-type(1).active { border-radius: 29px 0px 0px 29px; }
.estelan_tab_section .tab-link:nth-of-type(2).active { border-radius: 0px 29px 29px 0px; }
.estelan_tab_section .tab-content {
  display: none;
  text-align: center;
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}
.estelan_tab_section .bio_image {
  display: inline-block;
  height: 250px;
  width: 250px;
  background: url('http://www.fillmurray.com/250/250');
  cursor: pointer;
}
.estelan_tab_section .hidecustom { display: none; }
.estelan_tab_section .active-slider { display: block; }
.estelan_tab_section .tab-content.active { display: block; }
@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}
.estelan_tab_section .owl-nav .owl-prev,.estelan_tab_section .owl-nav .owl-next{ 
  font-size:0;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  top: 40%; 
  box-shadow: 0px 3px 6px #00000015;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: absolute;
}
.estelan_tab_section .owl-nav .owl-prev{ left: -6%; }
.estelan_tab_section .owl-nav .owl-next{ right: -6%; }
.estelan_tab_section .owl-nav .owl-prev::before,.estelan_tab_section .owl-nav .owl-next::before{ 
    font-family: 'Font Awesome 5 Pro';
    color: #0d6efd;font-size: 22px;
 }
.estelan_tab_section .owl-nav .owl-prev::before{ content: "\f053"; }
.estelan_tab_section .owl-nav .owl-next::before{ content: "\f054"; }
.estelan_tab_section .owl-nav .owl-prev:hover,.estelan_tab_section .owl-nav .owl-next:hover{ background: #0d6efd; }
.estelan_tab_section .owl-nav .owl-prev:hover::before,.estelan_tab_section .owl-nav .owl-next:hover::before{ color:#fff; }
.estelan_tab_section .owl-estelan span{ color:#000; }
.estelan_tab_section .owl-estelan .active-row figure{ background: #2449BE 0% 0% no-repeat padding-box; }
.estelan_tab_section .owl-estelan .active-row h4,.estelan_tab_section .owl-estelan .active-row span{ color: #fff; }
.estelan_tab_section .owl-estelan figure img { height: 269px;width: 100%;background: #fff; }
.w-img { position: relative; }
.cricle-images .center-img img { max-width: 100px;}
.cricle-images { margin: 30px 7px 10px;text-align: left; }
.cricle-images h5, .cricle-images h5 a{ font-weight: 500;font-size: 15px;word-break: break-word;margin-top: 5px; }
.cricle-images h5 i { font-size: 13px;margin-left: 2px; }
.single.single-post a,.single.single-post #toc_container a:hover { color: #0a58ca; }
.single.single-post #toc_container a{ color: #000; }
.single.single-post a:hover{ text-decoration: underline; }
.footer-3-widget ul li a,.footer-copyright-top ul li a{ color: #b4b8bb!important;}
 .fibre_feature .solution_list .services__item-tp.key_feature_style1{ height: 415px; }
.fibre_benefits .solution_list .services__item-tp.key_feature_style1{ height: 354px; }
.gsb_feature .solution_list .services__item-tp{ height: 290px; }
.managed_benefits .solution_list .services__item-tp{ height: 280px; }
.dcn_features .solution_list .services__item-tp{ height: 240px; }
.ran_features .solution_list .services__item-tp{ height: 310px; }
/* Certificate Css */
span.close_certificate_popup {
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
    margin: 0 10px;
}
.certificate_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 22;
    margin: 0 auto;
    display: none;
}
.certifiate_popup_content{
    width: 80%!important;
    max-height: 100%;
    top: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
	  position: absolute;
	  background: #fff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,       box-shadow 0.3s;
    padding: 25px 25px 25px 25px;
    border-radius: 15px;
	  max-height: 610px;
	  overflow: hidden;
}
.certificate_popup.show_certificate_box { display: block; }
span.close_certificate_popup_btn {
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
    margin: 0 10px;
	  float: right;
}
.certifiate_popup_content h5.certificate-title {
    display: inline-block;
    font-size: 25px;
    margin-bottom: 30px;
}
@media(max-width: 768px){
    .certifiate_popup_content{           width: 96%!important; 
			max-height: 500px;
			overflow: scroll;
			padding: 15px 5px;
			position: relative;
	  }
	.certifiate_popup_content::-webkit-scrollbar,iframe#iframe4 embed::-webkit-scrollbar { width: 8px;height: 8px;-webkit-box-shadow: inset 0 0 6px #D9D9D9;-webkit-border-radius: 8px;border-radius: 8px; }
.certifiate_popup_content::-webkit-scrollbar-track,iframe#iframe4 embed::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px #959595;-webkit-border-radius: 8px;border-radius: 8px;
}
.certifiate_popup_content::-webkit-scrollbar-thumb,iframe#iframe4 embed::-webkit-scrollbar-thumb {
    border-radius: 10px;background: #ccc;height: 3px;
}
}
.elementor .certificate-image img { height: 200px;border-top-right-radius: 15px;border-top-left-radius: 15px; }
.styleonecertificate {
    box-shadow: 0px 4px 14px 0px #21252926;border-radius: 15px;
}
.certificate-content { padding: 15px; }
h5.certificate-title { font-size: 20px; }
.no_certificate .styleonecertificate{ box-shadow: none; }
.nalp_list.german_pro .solution_list .featureslider .services__item-tp {
    min-height: 825px;
}
.custom_icon_img .solution_list .services__item-tp img{ width: 50px;height: 50px; }
.background_portfolio .learning_resources.custom_portfolio_sec .image-box>img { height: 370px; }
.background_portfolio .learning_resources .image-box-wrap2{ bottom: 20px; }
.background_portfolio .learning_resources .lr-title{ top: 20px;padding: 0 15px 15px; }
.post-type-archive-optical-connectivity .breadcrumb_bottom,.post-type-archive-optical-connectivity .container.breadcrumb_top {
    display: none;
}
.solution_style_two .text-box-col p{
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.post-box-col.solution_style_two .content_imagebox_5{
    padding: 0px 15px 20px;
    box-shadow: none;
}
.solution_style_two .text-box-col {
    padding: 15px 15px;
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 20%);
	border-radius: 0 0 15px 15px;
}
.solution_style_two h5.ser__title {
    position: absolute;
    bottom: 0;
    left: 15px;
    color: #fff;
    z-index: 1;
}
.solution_contact ul{
    list-style-type: none;
    margin-bottom: 25px;
	margin-top: 15px;
}
.solution_contact ul li i {
    margin-right: 10px;
}
a.thm-btn:hover span.award_list_readmore{ background: #446084;color:#fff; }
.cricle-images .center-img img{ height: 100px;border-radius: 50%;width: 100px; }
/*Product List Style*/
.productcatlisting .owl-nav .owl-prev,.productcatlisting .owl-nav .owl-next{ 
  font-size:0;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  top: 40%; 
  box-shadow: 0px 3px 6px #00000015;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: absolute;
}
.productcatlisting .owl-nav .owl-prev{ left: -6%; }
.productcatlisting .owl-nav .owl-next{ right: -6%; }
.productcatlisting .owl-nav .owl-prev::before,.productcatlisting .owl-nav .owl-next::before{ 
    font-family: 'Font Awesome 5 Pro';
    color: #0d6efd;font-size: 22px;
 }
.productcatlisting .owl-nav .owl-prev::before{ content: "\f053"; }
.productcatlisting .owl-nav .owl-next::before{ content: "\f054"; }
.productcatlisting .owl-nav .owl-prev:hover,.productcatlisting .owl-nav .owl-next:hover{ background: #0d6efd; }
.productcatlisting .owl-nav .owl-prev:hover::before,.productcatlisting .owl-nav .owl-next:hover::before{ color:#fff; }
.productcatlisting figcaption img { height: 250px;border-radius: 15px 15px 0 0; }
.elementor .productcatlisting figure { 
  padding: 15px 15px;margin-bottom:15px!important; 
}
.productcatlisting li.item { padding: 0;box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 20%);border-radius: 15px;margin: 3px 1px 0; }
.productcatlisting figure h5{ margin: 0; }
.productcatlisting a:hover figure h5{ color: #0d6efd; }
.home_solution_section.custom_icon_img .solution_list .services__item-tp img {  width: 160px;height: 48px; }
.home_solution_section .bs-button-prev,.home_solution_section .bs-button-next{ display: none; }
.trending_section .kwna-box{ width: 25%;position:relative; }


.trending_section .whitepaper-box .flex-equal-height-content-box h2,.trending_section .whitepaper-box .btn-view-all,
.trending_section .award-box .flex-equal-height-content-box h2,.trending_section .award-box .btn-view-all{ color: #fff; }
.whitepaper-box .blog_slider__pagination .swiper-pagination-bullet,
.award-box .blog_slider__pagination .swiper-pagination-bullet{ border: 2px solid #fff; }
.whitepaper-box .blog_slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.award-box .blog_slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: #fff; }
.trending_section .knowledge_sec a.blog-thumbnail img{ height:154px;width:100%;object-fit: fill; }
.trending_section .knowledge_sec .flex-equal-height-content-box h2{ font-size: 18px!important;line-height: 26px; }
.trending_section .knowledge_sec a.blog-thumbnail::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}
.thumbnail_div { position: relative;border-top-right-radius: 15px;border-top-left-radius: 15px;overflow: hidden; }
/*OF Products*/
.estelan_tab_section.of_product_section .owl-estelan figure{
  display: inline-block;
  width: 96%;
  padding: 15px 10px;
  margin: 0 5px 15px;
  border: 1px solid transparent;
  box-shadow: 1px 1px 8px #ccc;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
}
.estelan_tab_section.of_product_section .owl-estelan .active-row figure{
  background: #002184 !important;
  color: #fff !important;
  border-color: #002184 !important;
}
.of_product_section.product_listing_slider .blog__sm-title{
  text-align: left;
    min-height: 90px;
    font-size: 18px;
    margin-bottom: 0;
}
.of_product_section.product_listing_slider .image-box img {
    width: 220px;
    height: 220px;
    margin: 0 auto;
}
.of_product_section.product_listing_slider .image-box {
    text-align: center;
}
.of_product_section.product_listing_slider .image-box-wrap2 {
    text-align: center;
    align-items: baseline;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
}
.estelan_tab_section.of_product_section.product_listing_slider .blog__sm-title{ min-height: 60px; }
.estelan_tab_section.of_product_section .owl-nav .owl-prev, .estelan_tab_section.of_product_section .owl-nav .owl-next{  top: 30%; }
.of_product_section .inside-slider.one { margin-top: 30px; }
.cloudservice_offering .offeringbox_bottom .page-sub-head { margin-top: 75px;position: absolute;bottom: 0; }
.of_product_section.product_listing_slider .image-box img{ width: 100%;height: 100%;padding: 10px; }
.photopage_section .elementor-image-gallery .gallery-item img { height: 260px; }
.photopage_section .photopage_section_five .elementor-image-gallery .gallery-item img{ height: 155px; }
.photopage_section .photopage_section_five .elementor-image-gallery .gallery-item .gallery-caption { margin-top: 10px; }
.contact-form-box ul.hs-error-msgs { display: inline-block;width: 100%;margin-bottom: 10px; }
.contact-form-box ul.inputs-list li.hs-form-booleancheckbox label { display: flex;align-items: center;justify-content: flex-start; }
.contact-form-box .legal-consent-container .hs-form-booleancheckbox-display input { float: left;display: inline-block;width: auto; }
.contact-form-box ul { list-style-type: none; }
.contact-form-box input.hs-button.primary.large{ float: left;}
nav.elementor-pagination a.page-numbers{ padding: 10px 15px;background: #333333;color: #fff;border-radius: 10px; }
nav.elementor-pagination span.page-numbers.current { padding: 10px 15px;background: #0a58ca;color: #fff;border-radius: 10px; }
nav.elementor-pagination { margin-top: 30px; }
nav.elementor-pagination a.page-numbers:hover{ background: #0a58ca; }

.productcatlist {
  max-height: 1200px;
  overflow: hidden;
  position: relative;
}
.lp_cat_product_list_sec .solution_list.liststyleone .services__item-tp{ height: unset; }
/*.solution_list.liststyleone li.item.swiper-slide{ height: 400px!important; }*/
.nalp_list .solution_list .productcatlist .ser__more-option{ position:relative; }
.solution_list .productcatlist .services__item{ 
  flex:unset;flex-direction:unset;box-shadow:0px 16px 32px 0px rgba(0, 0, 0, 0.03);background: #f6f6f6; 
}
.productcatlist .services__item{ padding: 35px 35px; }
.productcatlist .cricle-images { margin: 0;border-radius: 15px; }
.productcatlist .cricle-images .center-img img{ width: 100%;height:100%;max-width:100%; }
@media(max-width: 768px){
  .productcatlist{
    max-height: 768px;
  }
  .trending_section .kwna-box{ width: 100%; }
}
/* .imc_testimonial_style .elementskit-single-testimonial-slider {
    min-height: 480px;
} */
#formclickbtn {
    cursor: pointer;
}
.imc_solutions .learning_resources .image-box>img { min-height: 300px;height: 300px; }
.imc_solutions .learning_resources .image-box { background: #ffff;border-radius: 15px; }
.imc_testimonial_style .elementskit-single-testimonial-slider .elementskit-commentor-content {
    max-height: 180px!important;
	min-height: unset!important;
    overflow: overlay;
    min-height: unset;
}
.imc_testimonial_style .elementskit-single-testimonial-slider .elementskit-commentor-content::-webkit-scrollbar,
.key_feature_style1 .services__item-content::-webkit-scrollbar{ width: 3px; }
.imc_testimonial_style .elementskit-single-testimonial-slider .elementskit-commentor-content::-webkit-scrollbar-thumb,.key_feature_style1 .services__item-content::-webkit-scrollbar-thumb { background: #ddd; }
.imc_testimonial_style .elementskit-single-testimonial-slider .elementskit-commentor-content::-webkit-scrollbar-thumb:hover,.key_feature_style1 .services__item-content::-webkit-scrollbar-thumb:hover { background: #fff; }
.imc_testimonial_style .elementskit-profile-info { margin-left: 15px; }
.imc_testimonial_style .ekit-wid-con .elementskit-commentor-bio .elementskit-commentor-image>img{ max-width: 120px; }
.matrix-table{ position: relative;border-top-left-radius: 15px;border-top-right-radius: 15px; }
.matrix-table table td,.matrix-table table th{ vertical-align: middle; }
.matrix-table table th { padding: 15px; }
.matrix-table table td,.matrix-table table th{ text-align: center;border: 0; }
.matrix-table table td.featuretitle,.matrix-table table th.featuretitle{ text-align: left; }
.matrix-table table.table {
  width: 100%;
  height: 100%;margin: 0;
}
.matrix-table .table>:not(:first-child){ border: 0; }
.matrix-table table thead {
  position: sticky;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  line-height: 3em;
	background: #eee;
}
.key_feature_style1 .services__item-content { max-height: 280px;overflow: overlay; }
.security_services_cloud .post-readmore-btn {
    position: absolute;
    bottom: 15px;
}
.security_services_cloud.cloudservice_offering .offeringbox_bottom .page-sub-head {
    margin-top: 0;
    position: absolute;
    bottom: 45px;
    font-size: 20px;
}
.security_services_cloud.overlay_key_box .box-content img {
    display: none;
}
.security_title .without_description_para h2.page-title{ text-align: left; }
.security_box_icon img.light.img-responsive{ width: 50px;height: 50px; }
.whitebox .without_description_para .image-box{ background: #fff; }
.single-press_release.postid-166569 .elementor-element.customcontactbox { display: none; }
div#hr_cta { cursor: pointer; }
td:nth-child(even){ background-color: #f2f2f2a3;box-shadow: 0px 0px 10px 0px #f2f2f247; }
th:nth-child(even) { background-color: #e5e5e5;box-shadow: 0px 0px 10px 0px #f2f2f247; }
td span.checkblue,td span.crosred{ font-weight: bolder; }
td span.checkblue { color: #81e907; }
td span.crosred { color: #FF5722; }
.matrix-table::-webkit-scrollbar{ width: 5px;height: 5px;border-radius: 15px; }
.matrix-table::-webkit-scrollbar-thumb{ background: #1b47c5;border-radius: 15px; }
.matrix-table::-webkit-scrollbar-thumb:hover,{ background: #ddd;border-radius: 15px; }
.cc-window.cc-banner{ padding: 3em 1.8em!important; }
.productcatlist .cricle-images .center-img{ max-width: 160px;height: 100%; max-height: 160px; }
.productcatlist.horizonatal_layout .services__item { padding: 20px 10px; }
.lp_cat_product_list_sec .services__item p{
    overflow: hidden;
    display: -webkit-box;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;
}
.imc_pdf_data ul { list-style-type: none; }
.imc_pdf_data li a { display: flex;align-items: center;justify-content: flex-start; }
.imc_pdf_data li a img { width: 40px;height: 40px;margin-right: 10px; }
.imc_pdf_data li { margin-bottom: 20px; }
.prtable.table-responsive tbody, .prtable.table-responsive td, .prtable.table-responsive tfoot, .prtable.table-responsive th, .prtable.table-responsive thead, .prtable.table-responsive tr{ vertical-align: middle; }
ul.explortabs{ margin-left: 0; list-style: none; display: flex; align-items: center; }
ul.explortabs{ display: inline-table; }
.nalp_list .services__area .owl-nav{ display: block; }
.nalp_list .services__area .owl-nav .owl-prev,.nalp_list .services__area .owl-nav  .owl-next{
    position: absolute;
    top: 55%;
}
.nalp_list .services__area .owl-nav .owl-prev{ left: -50px; }
.nalp_list .services__area .owl-nav  .owl-next{ right: -50px; }

.nalp_list .services__area .owl-nav .owl-prev i,
.nalp_list .services__area .owl-nav  .owl-next i{
    font-size: 40px;
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    color: #999;
}

@media(max-width: 768px){
	.matrix-table table th h4 { font-size: 16px; }
    .matrix-table table td,.matrix-table table th{ min-width: 120px;font-size: 14px; }
	.matrix-table table .featuretitle { min-width: 250px; }
	.elementor-element.quote-sec .ekit-wid-con .col-lg-6:last-child,.elementor-element.quote-sec .ekit-wid-con .col-lg-6:first-child{
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.elementor-element.quote-sec .ekit-wid-con .elementskit-single-testimonial-slider{ padding: 0; }
	.customtabbing_product li.custom_tabbing{ width: 100%;padding: 6px 10px;margin: 0 5px 5px; }
	ul.explortabs li{ display: inline-table;width: auto; }
	.portfolio_section_slider .bs-button-next i,.portfolio_section_slider .bs-button-prev i,.zoom_slide_show_div .bs-button-next i,.zoom_slide_show_div .bs-button-prev i,.feature_slider_box .bs-button-prev i,.feature_slider_box .bs-button-next i{
	  font-size: 20px;
	}
	.nalp_list .services__area .owl-nav{ display: none; }
}
