 /* Css For Konsteer */

 /************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/

 /*** 

====================================================================
  Reset
====================================================================

 ***/

 * {
     margin: 0px;
     padding: 0px;
     border: none;
     outline: none;
 }

 /*** 

====================================================================
  Global Settings
====================================================================

 ***/

 :root {
     --theme-color: #0dcaf0;
     --secondary-color: #121212;
     --text-color: #515151;
     --title-color: #121212;
     --text-font: "Inter", sans-serif;
     --title-font: "Inter", sans-serif;
 }

 body {
     font-size: 17px;
     color: var(--text-color);
     line-height: 30px;
     font-weight: 400;
     background: #ffffff;
     font-family: var(--text-font);
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center top;
     -webkit-font-smoothing: antialiased;
 }

 @media (min-width:1200px) {
     .container {
         max-width: 1230px;
         padding: 0px 15px;
     }
 }

 .large-container {
     max-width: 1840px;
     padding: 0px 15px;
     margin: 0 auto;
 }

 .container-fluid {
     padding: 0px;
 }

 .auto-container {
     position: static;
     max-width: 1230px;
     padding: 0px 15px;
     margin: 0 auto;
 }

 .small-container {
     max-width: 680px;
     margin: 0 auto;
 }

 .boxed_wrapper {
     position: relative;
     margin: 0 auto;
     overflow: hidden !important;
     width: 100%;
     min-width: 300px;
 }

 a {
     text-decoration: none;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 a:hover {
     text-decoration: none;
     outline: none;
 }

 input,
 button,
 select,
 textarea {
     font-family: var(--text-font);
     font-weight: 400;
     font-size: 18px;
     background: transparent;
 }

 ::-webkit-input-placeholder {
     color: inherit;
 }

 ::-moz-input-placeholder {
     color: inherit;
 }

 ::-ms-input-placeholder {
     color: inherit;
 }

 ul,
 li {
     list-style: none;
     padding: 0px;
     margin: 0px;
 }

 input {
     transition: all 500ms ease;
 }

 button:focus,
 input:focus,
 textarea:focus {
     outline: none;
     box-shadow: none;
     transition: all 500ms ease;
 }

 p {
     position: relative;
     font-family: var(--text-font);
     color: var(--text-color);
     font-weight: 300;
     margin: 0px;
     transition: all 500ms ease;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     position: relative;
     font-family: var(--title-font);
     font-weight: 700;
     color: var(--title-color);
     margin: 0px;
     transition: all 500ms ease;
 }

 /* Preloader */

 .handle-preloader {
     align-items: center;
     -webkit-align-items: center;
     display: flex;
     display: -ms-flexbox;
     height: 100%;
     justify-content: center;
     -webkit-justify-content: center;
     position: fixed;
     left: 0;
     top: 0;
     width: 100%;
     z-index: 9999999;
     background: var(--theme-color);
 }

 .handle-preloader .animation-preloader {
     position: absolute;
     z-index: 100;
 }

 .handle-preloader .animation-preloader .spinner {
     animation: spinner 1s infinite linear;
     border-radius: 50%;
     height: 150px;
     margin: 0 auto 45px auto;
     width: 150px;
 }

 .handle-preloader .animation-preloader .txt-loading {
     text-align: center;
     user-select: none;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
     animation: letters-loading 4s infinite;
     content: attr(data-text-preloader);
     left: 0;
     opacity: 0;
     top: 0;
     position: absolute;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading {
     font-family: var(--title-font);
     font-weight: 500;
     letter-spacing: 15px;
     display: inline-block;
     position: relative;
     font-size: 70px;
     line-height: 70px;
     text-transform: uppercase;
     color: transparent;
     -webkit-text-stroke-width: 1px;
     -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
     animation-delay: 0.2s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
     animation-delay: 0.4s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
     animation-delay: 0.6s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
     animation-delay: 0.8s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
     animation-delay: 1s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
     animation-delay: 1.2s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
     animation-delay: 1.4s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
     animation-delay: 1.6s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
     animation-delay: 1.8s;
 }

 .handle-preloader .loader-section {
     background-color: #fff;
     height: 100%;
     position: fixed;
     top: 0;
     width: calc(50% + 1px);
 }

 .preloader .loaded .animation-preloader {
     opacity: 0;
     transition: 0.3s ease-out;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
     color: #fff;
 }

 .handle-preloader .animation-preloader .spinner {
     border: 3px solid #fff;
     border-top-color: rgba(255, 255, 255, 0.3);
 }

 /* AnimaciÃ³n del preloader */

 @keyframes spinner {
     to {
         transform: rotateZ(360deg);
     }
 }

 @keyframes letters-loading {
     0%,
     75%,
     100% {
         opacity: 0;
         transform: rotateY(-90deg);
     }
     25%,
     50% {
         opacity: 1;
         transform: rotateY(0deg);
     }
 }

 @media screen and (max-width: 767px) {
     .handle-preloader .animation-preloader .spinner {
         height: 8em;
         width: 8em;
     }
 }

 @media screen and (max-width: 500px) {
     .handle-preloader .animation-preloader .spinner {
         height: 7em;
         width: 7em;
     }
     .handle-preloader .animation-preloader .txt-loading .letters-loading {
         font-size: 30px;
         letter-spacing: 5px;
     }
 }

 .centred {
     text-align: center;
 }

 .pull-left {
     float: left;
 }

 .pull-right {
     float: right;
 }

 figure {
     margin: 0px;
 }

 img {
     display: inline-block;
     max-width: 100%;
     height: auto;
     transition-delay: .1s;
     transition-timing-function: ease-in-out;
     transition-duration: .7s;
     transition-property: all;
 }

 .row {
     --bs-gutter-x: 30px;
     display:flex;
     justify-content: center;
     align-items: center;
 }

 /** button **/

 .theme-btn {
     position: relative;
     display: inline-block;
     overflow: hidden;
     vertical-align: middle;
     font-size: 15px;
     line-height: 26px;
     font-weight: 700;
     color: #fff !important;
     text-align: center;
     padding: 17px 40px;
     z-index: 1;
     text-transform: uppercase;
     letter-spacing: 1px;
     transition: all 0.5s ease-in-out 0.0s;
 }

 .theme-btn span {
     position: relative;
     padding-right: 26px;
 }

 .theme-btn span:before {
     position: absolute;
     content: '\e904';
     font-family: 'icomoon';
     font-size: 12px;
     top: -4px;
     right: 0px;
     font-weight: 400;
     transition: all 500ms ease;
 }

 .theme-btn:before {
     position: absolute;
     content: '';
     width: 0%;
     height: 100%;
     left: 0px;
     top: 0px;
     transform: translateX(0);
     transform-origin: left center;
     z-index: -1;
     background: var(--secondary-color);
     transition: all 500ms ease;
 }

 .theme-btn:after {
     position: absolute;
     content: '';
     width: 0%;
     height: 100%;
     right: 0px;
     top: 0px;
     transform: translateX(0);
     transform-origin: right center;
     z-index: -1;
     background: var(--secondary-color);
     transition: all 500ms ease;
 }

 .theme-btn:hover:before,
 .theme-btn:hover:after {
     transform: translateX(1);
     width: 50%;
 }

 .parallax-bg {
     position: absolute;
     left: 0px;
     top: -30%;
     width: 100%;
     height: calc(100% + 30%);
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
 }

 /** styled-pagination */

 .pagination {
     position: relative;
     display: flex;
     align-items: center;
 }

 .centred .pagination {
     justify-content: center;
 }

 .pagination li {
     position: relative;
     display: inline-block;
     margin: 0px 7.5px;
 }

 .pagination li a {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 17px;
     font-family: var(--title-font);
     color: var(--title-color);
     font-weight: 600;
     height: 60px;
     width: 64px;
     line-height: 60px;
     background: #ffffff;
     border: 1px solid #D9D9D9;
     text-align: center;
     z-index: 1;
     transition: all 500ms ease;
 }

 .pagination li a:hover,
 .pagination li a.current {
     color: #fff;
 }

 .sec-pad {
     padding: 142px 0px 150px 0px;
 }

 .mr-0 {
     margin: 0px !important;
 }

 /** scroll-to-top **/

 .scroll-to-top {
     position: fixed;
     right: 30px;
     bottom: 30px;
     height: 50px;
     width: 50px;
     cursor: pointer;
     display: block;
     box-shadow: inset 0 0 0 2px rgba(0, 46, 65, 0.2);
     border-radius: 50%;
     z-index: 90000;
     opacity: 0;
     visibility: hidden;
     -webkit-transform: translateY(15px);
     -ms-transform: translateY(15px);
     transform: translateY(15px);
     -webkit-transition: all 200ms linear;
     transition: all 200ms linear;
 }

 .scroll-to-top.scroll-top-active {
     opacity: 1;
     visibility: visible;
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     transform: translateY(0)
 }

 .scroll-to-top::after {
     position: absolute;
     content: "\f106";
     font-family: 'Font Awesome 5 Pro';
     text-align: center;
     line-height: 50px;
     font-size: 24px;
     color: var(--theme-color);
     left: 0;
     top: 0;
     height: 50px;
     width: 50px;
     cursor: pointer;
     display: block;
     z-index: 2;
     -webkit-transition: all 200ms linear;
     transition: all 200ms linear
 }

 .scroll-to-top:hover::after {}

 .scroll-to-top:hover::before {
     opacity: 1
 }

 .scroll-to-top .scroll-top-inner path {
     stroke-width: 4;
     fill: transparent;
     box-sizing: border-box;
     stroke: var(--theme-color);
     -webkit-transition: all 200ms linear;
     transition: all 200ms linear;
 }

 @-webkit-keyframes ripple {
     70% {
         -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
         box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
     }
     100% {
         -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
         box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
     }
 }

 @keyframes ripple {
     70% {
         -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
         box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
     }
     100% {
         -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
         box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
     }
 }

 .sec-title {
     position: relative;
     display: block;
 }

 .sec-title .sub-title {
     position: relative;
     display: inline-block;
     font-size: 16px;
     line-height: 26px;
     margin-bottom: 16px;
     padding-left: 16px;
     color: #0dcaf0;
 }

 /* .sec-title .sub-title:before {
     position: absolute;
     content: '';
     width: 6px;
     height: 6px;
     left: 0px;
     top: 10px;
     border-radius: 50%;
 } */

 .sec-title h2 {
     position: relative;
     display: block;
     font-size: 42px;
     line-height: 58px;
     text-transform: capitalize;
     
 }

 .sec-title.light h2,
 .sec-title.light .sub-title {
     color: #ffffff;
 }

 /*** 

====================================================================
                        Home-Page-One
====================================================================

***/

 /** main-header **/

 .main-header {
     position: relative;
     left: 0px;
     top: 0px;
     right: 0px;
     z-index: 999;
     width: 100%;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 .sticky-header {
     position: fixed;
     opacity: 0;
     visibility: hidden;
     left: 0px;
     top: 0px;
     width: 100%;
     z-index: 10;
     background-color: #fff;
     border-bottom: 1px solid rgba(0, 0, 0, 0.10);
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 .fixed-header .sticky-header {
     z-index: 999;
     opacity: 1;
     visibility: visible;
     -ms-animation-name: fadeInDown;
     -moz-animation-name: fadeInDown;
     -op-animation-name: fadeInDown;
     -webkit-animation-name: fadeInDown;
     animation-name: fadeInDown;
     -ms-animation-duration: 500ms;
     -moz-animation-duration: 500ms;
     -op-animation-duration: 500ms;
     -webkit-animation-duration: 500ms;
     animation-duration: 500ms;
     -ms-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
     -op-animation-timing-function: linear;
     -webkit-animation-timing-function: linear;
     animation-timing-function: linear;
     -ms-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
     -op-animation-iteration-count: 1;
     -webkit-animation-iteration-count: 1;
     animation-iteration-count: 1;
 }

 /** header-top **/

 .header-top {
     position: relative;
     width: 100%;
     border-bottom: 1px solid #D9D9D9;
     padding: 17px 0px;
 }

 .header-top .outer-container {
     position: relative;
     padding: 0px 100px;
 }

 .header-top .top-inner {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .header-top .text-box {
     position: relative;
     display: block;
     padding-left: 16px;
 }

 .header-top .text-box p {
     font-size: 14px;
     line-height: 24px;
     font-weight: 400;
 }

 .header-top .text-box:before {
     position: absolute;
     content: '';
     width: 6px;
     height: 6px;
     left: 0px;
     top: 9px;
     border-radius: 50%;
 }

 .header-top .text-box:after {
     position: absolute;
     content: '';
     background: #D9D9D9;
     width: 1px;
     height: 58px;
     top: -17px;
     right: -40px;
 }

 .header-top .info-list {
     position: relative;
     display: flex;
     align-items: center;
     gap: 81px;
 }

 .header-top .info-list li {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
     font-size: 14px;
     line-height: 24px;
 }

 .header-top .info-list li:before {
     position: absolute;
     content: '';
     background: #D9D9D9;
     width: 1px;
     height: 58px;
     top: -17px;
     left: -40px;
 }

 .header-top .info-list li i {
     font-size: 16px;
 }

 .header-top .info-list li a {
     display: inline-block;
     color: var(--text-color);
 }

 .header-top .info-list li a:hover {
     text-decoration: underline;
 }

 .main-header .outer-box {
     position: relative;
     padding: 0px 100px;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .main-header .outer-box .menu-column {
     position: relative;
     display: flex;
     gap: 90px;
     align-items: center;
 }

 .main-header .menu-right-content {
     position: relative;
     display: flex;
     align-items: center;
     gap: 70px;
     padding: 19px 0px;
 }

 .main-header .menu-right-content .theme-btn {
     background: var(--secondary-color);
 }

 .main-header .menu-right-content .theme-btn:before,
 .main-header .menu-right-content .theme-btn:after {}

 .main-header .support-box {
     position: relative;
     display: flex;
     align-items: center;
     gap: 14px;
 }

 .main-header .support-box .icon-box {
     position: relative;
     display: inline-block;
     width: 52px;
     height: 52px;
     line-height: 52px;
     text-align: center;
     font-size: 24px;
     color: #fff;
     text-align: center;
     border-radius: 50%;
     min-width: 52px;
 }

 .main-header .support-box span {
     position: relative;
     display: block;
     font-size: 14px;
     line-height: 26px;
     margin-bottom: 4px;
 }

 .main-header .support-box a {
     position: relative;
     display: inline-block;
     font-size: 24px;
     line-height: 29px;
     color: var(--title-color);
     font-weight: 700;
 }

 .main-header .support-box a:hover {
     text-decoration: underline;
 }

 .pulse-whatsapp {
    position: fixed;
    bottom: 130px;
    right: 25px;
    z-index: 1000000;
    border-radius: 50%;
    animation: pulse-animation 0.8s infinite;
}

.footers {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 9px;
    text-align: center;
    z-index: 9999999;
}

.footers b {
    color: #454545;
    padding:3px;
}
 /** main-menu **/

 .main-menu {
     float: left;
 }

 .main-menu .navbar-collapse {
     padding: 0px;
     display: block !important;
 }

 .main-menu .navigation {
     margin: 0px;
 }

 .main-menu .navigation>li {
     position: inherit;
     float: left;
     z-index: 2;
     margin: 0px 25px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .main-menu .navigation>li:last-child {
     margin-right: 0px !important;
 }

 .main-menu .navigation>li:first-child {
     margin-left: 0px !important;
 }

 .main-menu .navigation>li>a {
     position: relative;
     display: block;
     text-align: center;
     font-size: 17px;
     line-height: 26px;
     padding: 37px 0px;
     font-weight: 600;
     font-family: var(--text-font);
     opacity: 1;
     color: var(--title-color);
     z-index: 1;
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
 }

 .main-menu .navigation>li.current>a,
 .main-menu .navigation>li:hover>a {}

 .main-menu .navigation>li>a:after {
     position: absolute;
     content: '';
     width: 100%;
     height: 2px;
     left: 0px;
     bottom: 0px;
     transform: scale(0, 0);
     transition: all 500ms ease;
 }

 .main-menu .navigation>li:hover>a:after {
     transform: scale(1, 1);
 }

 .main-menu .navigation>li>ul,
 .main-menu .navigation>li>.megamenu {
     position: absolute;
     left: inherit;
     top: 100%;
     width: 230px;
     padding: 15px;
     z-index: 100;
     display: none;
     background: #fff;
     opacity: 0;
     transform: scaleY(0);
     transform-origin: top center;
     border-bottom: solid;
     border-width: 3px;
     visibility: hidden;
     box-shadow: 0 12px 12px rgba(0, 80, 191, 3%);
     border-radius: 0 0 6px 6px;
     transition: all .21s cubic-bezier(.3, .02, 0, .6);
 }

 .main-menu .navigation>li>ul.from-right {
     left: auto;
     right: 0px;
 }

 .main-menu .navigation>li>ul>li {
     position: relative;
     width: 100%;
 }

 .main-menu .navigation>li>ul>li>a,
 .main-menu .navigation>li>.megamenu li>a {
     position: relative;
     display: block;
     padding: 7px 16px;
     line-height: 24px;
     font-weight: 500;
     font-size: 15px;
     text-transform: capitalize;
     font-family: var(--text-font);
     color: var(--title-color);
     text-align: left;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li>a:before,
 .main-menu .navigation>li>.megamenu li>a:before {
     display: block;
     position: absolute;
     content: "";
     width: 100%;
     height: 0%;
     top: auto;
     left: 0%;
     bottom: 0%;
     z-index: -1;
     opacity: 0;
     visibility: hidden;
     transition: all .4s ease-in-out;
     border-radius: 5px;
 }

 .main-menu .navigation>li>ul>li>a:hover:before,
 .main-menu .navigation>li>.megamenu li>a:hover:before {
     top: 0;
     height: 100%;
     opacity: 1;
     visibility: visible;
 }

 .main-menu .navigation>li>.megamenu h4 {
     display: block;
     font-size: 20px;
     line-height: 30px;
     color: #ffffff;
 }

 .main-menu .navigation>li>ul>li>a:hover,
 .main-menu .navigation>li>.megamenu li>a:hover {
     color: #fff;
 }

 .main-menu .navigation>li>ul>li:last-child>a,
 .main-menu .navigation>li>.megamenu li:last-child>a {
     border-bottom: none;
 }

 .main-menu .navigation>li>ul>li.dropdown>a:after {
     font-family: 'Font Awesome 5 Pro';
     content: "\f105";
     position: absolute;
     right: 20px;
     top: 10px;
     display: block;
     line-height: 24px;
     font-size: 16px;
     font-weight: 800;
     text-align: center;
     z-index: 5;
 }

 .main-menu .navigation>li>ul>li>ul {
     position: absolute;
     left: 100%;
     top: 0%;
     margin-top: 15px;
     background: var(--secondary-color);
     border-top: solid;
     border-width: 2px;
     width: 230px;
     z-index: 100;
     display: none;
     border-radius: 0px;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li>ul.from-right {
     left: auto;
     right: 0px;
 }

 .main-menu .navigation>li>ul>li>ul>li {
     position: relative;
     width: 100%;
 }

 .main-menu .navigation>li>ul>li>ul>li:last-child {
     border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>ul>li>a {
     position: relative;
     display: block;
     padding: 10px 25px;
     line-height: 24px;
     font-weight: 500;
     font-size: 15px;
     text-transform: capitalize;
     font-family: var(--text-font);
     color: #fff;
     border-bottom: 1px solid rgba(255, 255, 255, 0.1);
     text-align: left;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li>ul>li:last-child>a {
     border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>ul>li>a:hover {
     padding-left: 35px;
 }

 .main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
     font-family: 'Font Awesome 5 Pro';
     content: "\f105";
     position: absolute;
     right: 20px;
     top: 12px;
     display: block;
     line-height: 24px;
     font-size: 16px;
     font-weight: 900;
     z-index: 5;
 }

 .main-menu .navigation>li.dropdown:hover>ul,
 .main-menu .navigation>li.dropdown:hover>.megamenu {
     visibility: visible;
     opacity: 1;
     transform: scaleY(1);
     top: 100%;
 }

 .main-menu .navigation li>ul>li.dropdown:hover>ul {
     visibility: visible;
     opacity: 1;
     top: 0%;
     margin-top: 0px;
 }

 .main-menu .navigation li.dropdown .dropdown-btn {
     position: absolute;
     right: -32px;
     top: 66px;
     width: 34px;
     height: 30px;
     text-align: center;
     font-size: 18px;
     line-height: 26px;
     color: #3b3b3b;
     cursor: pointer;
     display: none;
     z-index: 5;
     transition: all 500ms ease;
 }

 .main-menu .navigation li.current.dropdown .dropdown-btn,
 .main-menu .navigation li:hover .dropdown-btn {}

 .main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
     display: none;
 }

 .mobile-menu .nav-logo img {
     max-width: 160px;
 }

 .main-header .mobile-nav-toggler {
     position: absolute;
     display: inline-block;
     left: 48px;
     top: 32px;
     z-index: 9;
     cursor: pointer;
     font-size: 20px;
     color: rgba(81, 81, 81, 1);
     transition: all 500ms ease;
 }

 .main-header .mobile-nav-toggler:hover {}

 /** megamenu-style **/

 .main-menu .navigation>li.dropdown>.megamenu {
     position: absolute;
     width: 100%;
     padding: 30px 50px;
     left: 0px;
     padding-right: 360px;
     border-bottom: none;
     border: 1px dashed var(--theme-color);
     border-radius: 10px;
 }

 .main-menu .navigation li.dropdown .megamenu li h5 {
     font-size: 18px;
     line-height: 28px;
     margin-bottom: 15px;
     padding-left: 16px;
 }

 .main-menu .navigation>li.dropdown>.megamenu .advice-box {
     position: absolute;
     top: 0px;
     right: 0px;
     width: 330px;
     height: 100%;
     background: rgba(229, 45, 45, 1);
     padding: 34px 30px 40px 30px;
     border-radius: 0px 10px 10px 0px;
 }

 .main-menu .navigation>li.dropdown>.megamenu .advice-box .text {
     position: relative;
     display: block;
     font-size: 14px;
     line-height: 20px;
     color: #fff;
     margin-bottom: 12px;
 }

 .main-menu .navigation>li.dropdown>.megamenu .advice-box h3 {
     display: block;
     font-size: 28px;
     line-height: 30px;
     color: #fff;
     margin-bottom: 10px;
 }

 .main-menu .navigation>li.dropdown>.megamenu .advice-box h4 {
     display: block;
     font-size: 20px;
     line-height: 24px;
     color: #fff;
     font-weight: 800;
     margin-bottom: 110px;
 }

 .main-menu .navigation>li.dropdown>.megamenu .advice-box h4 span {
     position: relative;
     display: inline-block;
     font-weight: 400;
 }

 .main-menu .navigation>li.dropdown>.megamenu .advice-box .theme-btn {
     padding: 3px 22px;
 }

 /** mobile-menu **/

 .nav-outer .mobile-nav-toggler {
     position: relative;
     float: right;
     font-size: 40px;
     line-height: 50px;
     cursor: pointer;
     color: #3786ff;
     display: none;
 }

 .mobile-menu {
     position: fixed;
     right: 0;
     top: 0;
     width: 300px;
     padding-right: 30px;
     max-width: 100%;
     height: 100%;
     opacity: 0;
     visibility: hidden;
     z-index: 999999;
     transition: all 900ms ease;
 }

 .mobile-menu .navbar-collapse {
     display: block !important;
 }

 .mobile-menu .nav-logo {
     position: relative;
     padding: 50px 25px;
     text-align: left;
     padding-bottom: 100px;
 }

 .mobile-menu-visible {
     overflow: hidden;
 }

 .mobile-menu-visible .mobile-menu {
     opacity: 1;
     visibility: visible;
 }

 .mobile-menu .menu-backdrop {
     position: fixed;
     left: 0%;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: 1;
     transition: all 900ms ease;
     background-color: #000;
 }

 .mobile-menu-visible .mobile-menu .menu-backdrop {
     opacity: 0.70;
     visibility: visible;
     right: 100%;
     -webkit-transition: all .8s ease-out 0s;
     -o-transition: all .8s ease-out 0s
 }

 .mobile-menu .menu-box {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     max-height: 100%;
     overflow-y: auto;
     background: #141417;
     padding: 0px 0px;
     z-index: 5;
     opacity: 0;
     visibility: hidden;
     border-radius: 0px;
     -webkit-transform: translateX(100%);
     -ms-transform: translateX(100%);
     transform: translateX(100%);
     transition: all 900ms ease !important;
 }

 .mobile-menu-visible .mobile-menu .menu-box {
     opacity: 1;
     visibility: visible;
     -webkit-transition: all 0.7s ease;
     -o-transition: all 0.7s ease;
     transition: all 0.7s ease;
     -webkit-transform: translateX(0%);
     -ms-transform: translateX(0%);
     transform: translateX(0%);
 }

 .mobile-menu .close-btn {
     position: absolute;
     right: 25px;
     top: 10px;
     line-height: 30px;
     width: 24px;
     text-align: center;
     font-size: 18px;
     color: #ffffff;
     cursor: pointer;
     z-index: 10;
 }

 .mobile-menu .navigation {
     position: relative;
     display: block;
     width: 100%;
     float: none;
 }

 .mobile-menu .navigation li {
     position: relative;
     display: block;
     border-top: 1px solid rgba(255, 255, 255, 0.10);
 }

 .mobile-menu .navigation:last-child {
     border-bottom: 1px solid rgba(255, 255, 255, 0.10);
 }

 .mobile-menu .navigation li>ul>li:first-child {
     border-top: 1px solid rgba(255, 255, 255, 0.10);
 }

 .mobile-menu .navigation li>a {
     position: relative;
     display: block;
     line-height: 24px;
     padding: 10px 25px;
     font-size: 15px;
     font-weight: 500;
     color: #ffffff;
     text-transform: uppercase;
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
 }

 .mobile-menu .navigation li ul li>a {
     font-size: 16px;
     margin-left: 20px;
     text-transform: capitalize;
 }

 .mobile-menu .navigation li>a:before {
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     height: 0;
     border-left: 5px solid #fff;
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
 }

 .mobile-menu .navigation li.current>a:before {
     height: 100%;
 }

 .mobile-menu .navigation li.dropdown .dropdown-btn {
     position: absolute;
     right: 6px;
     top: 6px;
     width: 32px;
     height: 32px;
     text-align: center;
     font-size: 16px;
     line-height: 32px;
     color: #ffffff;
     background: rgba(255, 255, 255, 0.10);
     cursor: pointer;
     border-radius: 2px;
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
     z-index: 5;
 }

 .mobile-menu .navigation li.dropdown .dropdown-btn.open {
     color: #ffffff;
     -webkit-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     transform: rotate(90deg);
 }

 .mobile-menu .navigation li>ul,
 .mobile-menu .navigation li>ul>li>ul,
 .mobile-menu .navigation>li.dropdown>.megamenu {
     display: none;
 }

 .mobile-menu .social-links {
     position: relative;
     padding: 0px 25px;
 }

 .mobile-menu .social-links li {
     position: relative;
     display: inline-block;
     margin: 0px 10px 10px;
 }

 .mobile-menu .social-links li a {
     position: relative;
     line-height: 32px;
     font-size: 16px;
     color: #ffffff;
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
 }

 .mobile-menu .social-links li a:hover {}

 div#mCSB_1_container {
     top: 0px !important;
 }

 .mobile-menu .contact-info {
     position: relative;
     padding: 120px 30px 20px 30px;
 }

 .mobile-menu .contact-info h4 {
     position: relative;
     font-size: 20px;
     color: #ffffff;
     font-weight: 700;
     margin-bottom: 20px;
 }

 .mobile-menu .contact-info ul li {
     position: relative;
     display: block;
     font-size: 15px;
     color: rgba(255, 255, 255, 0.80);
     margin-bottom: 3px;
 }

 .mobile-menu .contact-info ul li a {
     color: rgba(255, 255, 255, 0.80);
 }

 .mobile-menu .contact-info ul li a:hover {}

 .mobile-menu .contact-info ul li:last-child {
     margin-bottom: 0px;
 }

 .owl-dots-none .owl-dots,
 .owl-nav-none .owl-nav {
     display: none !important;
 }

 .owl-nav button {
     background: transparent;
 }

 .float-bob-y {
     animation-name: float-bob-y;
     animation-duration: 2s;
     animation-iteration-count: infinite;
     animation-timing-function: linear;
     -webkit-animation-name: float-bob-y;
     -webkit-animation-duration: 2s;
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-timing-function: linear;
     -moz-animation-name: float-bob-y;
     -moz-animation-duration: 2s;
     -moz-animation-iteration-count: infinite;
     -moz-animation-timing-function: linear;
     -ms-animation-name: float-bob-y;
     -ms-animation-duration: 2s;
     -ms-animation-iteration-count: infinite;
     -ms-animation-timing-function: linear;
     -o-animation-name: float-bob-y;
     -o-animation-duration: 2s;
     -o-animation-iteration-count: infinite;
     -o-animation-timing-function: linear;
 }

 .float-bob-x {
     animation-name: float-bob-x;
     animation-duration: 15s;
     animation-iteration-count: infinite;
     animation-timing-function: linear;
     -webkit-animation-name: float-bob-x;
     -webkit-animation-duration: 15s;
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-timing-function: linear;
     -moz-animation-name: float-bob-x;
     -moz-animation-duration: 15s;
     -moz-animation-iteration-count: infinite;
     -moz-animation-timing-function: linear;
     -ms-animation-name: float-bob-x;
     -ms-animation-duration: 15s;
     -ms-animation-iteration-count: infinite;
     -ms-animation-timing-function: linear;
     -o-animation-name: float-bob-x;
     -o-animation-duration: 15s;
     -o-animation-iteration-count: infinite;
     -o-animation-timing-function: linear;
 }

 .progress-box .bar {
     position: relative;
     width: 100%;
     height: 8px;
     background: #E3E7EB;
     border-radius: 4px;
 }

 .progress-box .bar-inner {
     position: relative;
     display: block;
     width: 0px;
     height: 8px;
     border-radius: 4px;
     -webkit-transition: all 1500ms ease;
     -ms-transition: all 1500ms ease;
     -o-transition: all 1500ms ease;
     -moz-transition: all 1500ms ease;
     transition: all 1500ms ease;
 }

 .accordion-box .block .acc-content {
     position: relative;
     display: none;
 }

 .accordion-box .block .acc-content.current {
     display: block;
 }

 .tabs-box .tab {
     position: relative;
     display: none;
     transition: all 900ms ease;
     -moz-transition: all 900ms ease;
     -webkit-transition: all 900ms ease;
     -ms-transition: all 900ms ease;
     -o-transition: all 900ms ease;
 }

 .tabs-box .tab.active-tab {
     display: block;
 }

 .tabs-box .tab {
     transform: scale(0.9, 0.9) translateY(0px);
 }

 .tabs-box .tab.active-tab {
     transform: scale(1) translateY(0px);
 }

 /** banner-section **/

 .banner-section {
     position: relative;
 }

 .banner-section .social-links {
     position: absolute;
     left: 0px;
     top: 50%;
     transform: translateY(-50%);
     width: 100px;
     text-align: center;
 }

 .banner-section .social-links li {
     position: relative;
     display: block;
     margin-bottom: 60px;
 }

 .banner-section .social-links li:last-child {
     margin-bottom: 0px;
 }

 .banner-section .social-links li a {
     position: relative;
     display: inline-block;
     font-size: 20px;
     line-height: 20px;
     color: #D9D9D9;
 }

 .banner-section .social-links li a:hover {
     color: var(--text-color);
 }

 .banner-carousel .slide-item {
     position: relative;
     padding: 156px 0px 0px 0px;
 }

 .banner-carousel .slide-item:before {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     z-index: 1;
     background: linear-gradient(237.52deg, #F35F24 16.29%, rgba(18, 18, 18, 0.2) 55.3%);
     opacity: 0.8;
 }

 .banner-carousel .slide-item:after {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     z-index: 1;
     background: #000;
     opacity: 0.5;
 }

 .banner-carousel .content-box {
     position: relative;
     display: block;
     max-width: 600px;
     z-index: 5;
 }

 .banner-carousel .slide-item .bg-layer {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
     -webkit-transition: all 8000ms linear;
     -moz-transition: all 8000ms linear;
     -ms-transition: all 8000ms linear;
     -o-transition: all 8000ms linear;
     transition: all 8000ms linear;
 }

 .banner-carousel .active .slide-item .bg-layer {
     -webkit-transform: scale(1.25);
     -ms-transform: scale(1.25);
     transform: scale(1.25);
 }

 .banner-carousel .content-box .upper-text {
     position: relative;
     display: inline-block;
     font-size: 16px;
     line-height: 25px;
     color: #fff;
     margin-bottom: 16px;
     padding-left: 16px;
     opacity: 0;
     -webkit-transform: translateY(-50px);
     -moz-transform: translateY(-50px);
     -ms-transform: translateY(-50px);
     -o-transform: translateY(-50px);
     transform: translateY(-50px);
     -webkit-transition: all 1000ms ease;
     -moz-transition: all 1000ms ease;
     -ms-transition: all 1000ms ease;
     -o-transition: all 1000ms ease;
     transition: all 1000ms ease;
 }

 .banner-carousel .content-box .upper-text:before {
     position: absolute;
     content: '';
     width: 6px;
     height: 6px;
     left: 0px;
     top: 9px;
     border-radius: 50%;
 }

 .banner-carousel .active .content-box .upper-text {
     opacity: 1;
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
     -webkit-transition-delay: 1000ms;
     -moz-transition-delay: 1000ms;
     -ms-transition-delay: 1000ms;
     -o-transition-delay: 1000ms;
     transition-delay: 1000ms;
 }

 .banner-carousel .content-box h2 {
     position: relative;
     display: block;
     font-size: 60px;
     line-height: 73px;
     color: #fff;
     margin-bottom: 105px;
     opacity: 0;
     -webkit-transform: translateY(50px);
     -moz-transform: translateY(50px);
     -ms-transform: translateY(50px);
     -o-transform: translateY(50px);
     transform: translateY(50px);
     -webkit-transition: all 1000ms ease;
     -moz-transition: all 1000ms ease;
     -ms-transition: all 1000ms ease;
     -o-transition: all 1000ms ease;
     transition: all 1000ms ease;
 }

 .banner-carousel .active .content-box h2 {
     opacity: 1;
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
     -webkit-transition-delay: 700ms;
     -moz-transition-delay: 700ms;
     -ms-transition-delay: 700ms;
     -o-transition-delay: 700ms;
     transition-delay: 700ms;
 }

 .banner-carousel .active .content-box h2 span {}

 .banner-carousel .content-box .btn-box {
     opacity: 0;
     -webkit-transform: translateY(50px);
     -moz-transform: translateY(50px);
     -ms-transform: translateY(50px);
     -o-transform: translateY(50px);
     transform: translateY(50px);
     -webkit-transition: all 1000ms ease;
     -moz-transition: all 1000ms ease;
     -ms-transition: all 1000ms ease;
     -o-transition: all 1000ms ease;
     transition: all 1000ms ease;
 }

 .banner-carousel .active .content-box .btn-box {
     opacity: 1;
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
     -webkit-transition-delay: 1300ms;
     -moz-transition-delay: 1300ms;
     -ms-transition-delay: 1300ms;
     -o-transition-delay: 1300ms;
     transition-delay: 1300ms;
 }

 .banner-carousel .content-box .text-box {
     position: relative;
     display: block;
     padding: 50px 70px 45px 45px;
     opacity: 0;
     /* -webkit-transform: translateY(50px);
     -moz-transform: translateY(50px);
     -ms-transform: translateY(50px);
     -o-transform: translateY(50px);
     transform: translateY(50px);
     -webkit-transition: all 1000ms ease;
     -moz-transition: all 1000ms ease;
     -ms-transition: all 1000ms ease;
     -o-transition: all 1000ms ease;
     transition: all 1000ms ease; */
 }

 .banner-carousel .active .content-box .text-box {
     opacity: 1;
     /* -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
     -webkit-transition-delay: 1000ms;
     -moz-transition-delay: 1000ms;
     -ms-transition-delay: 1000ms;
     -o-transition-delay: 1000ms;
     transition-delay: 1000ms; */
 }

 .banner-carousel .content-box .text-box p {
     font-size: 28px;
     line-height: 36px;
     color: #fff;
     font-weight: 400;
     margin-bottom: 5px;
 }

 .banner-carousel .content-box .text-box .theme-btn {
     padding: 0px;
 }

 .banner-carousel .content-box .text-box .theme-btn:before,
 .banner-carousel .content-box .text-box .theme-btn:after {
     display: none;
 }

 .banner-section .content-box .rotate-box {
     position: absolute;
     display: flex;
     align-items: center;
     justify-content: center;
     right: -300px;
     top: 20px;
     width: 186px;
     height: 144px;
     line-height: 186px;
     border-radius: 50%;
     z-index: 5;
 }

 .banner-section .content-box .rotate-box .curved-circle {
     position: absolute;
     left: 93px;
     top: 7px;
     font-size: 12px;
     line-height: 20px;
     font-weight: 500;
     color: #fff;
     text-transform: uppercase;
 }

 .banner-section .content-box .rotate-box .icon-box img {
     display: inline-block;
     width: auto;
 }

 .banner-carousel .owl-dots {
     position: absolute;
     left: 40%;
     margin-left: 84px;
     bottom: 70px;
     counter-reset: slides-num;
 }

 .banner-carousel .owl-dots:before {
     position: absolute;
     content: '/';
     top: -3px;
     right: 10px;
     font-size: 15px;
     color: rgba(255, 255, 255, 1);
     font-weight: 700;
 }

 .banner-carousel .owl-dots::after {
     position: absolute;
     right: -4px;
     top: -2px;
     content: counter(slides-num);
     display: inline-block;
     font-size: 15px;
     color: rgba(255, 255, 255, 1);
     font-weight: 700;
 }

 .banner-carousel .owl-dots .owl-dot span {
     display: none !important;
 }

 .banner-carousel .owl-dots button {
     position: absolute;
     bottom: -2px;
     left: -30px;
     counter-increment: slides-num;
     font-size: 15px;
     line-height: 20px;
     font-weight: 700;
     color: #fff;
 }

 .banner-carousel .owl-dots button.active:before {
     position: absolute;
     content: counter(slides-num);
 }

 /** brands-section **/

 .brands-section {
     position: relative;
 }

 .brands-section .outer-container {
     position: relative;
     background: #F4F4F4;
     padding: 30px 100px;
 }

 .brands-section .brands-logo {
     position: relative;
     display: block;
     overflow: hidden;
 }

 .brands-section .brands-logo img {
     position: relative;
     display: block;
     width: auto;
     max-width: 100%;
     margin: 0 auto;
     opacity: 0.3;
     z-index: 1;
     transition: all 500ms ease;
 }

 .brands-section .brands-logo img:hover {
     opacity: 1;
 }

 .brands-section .owl-carousel .owl-stage {
     display: flex;
     align-items: center;
 }

 @-webkit-keyframes toBottomFromTop {
     49% {
         -webkit-transform: translateY(-100%);
         transform: translateY(-100%)
     }
     50% {
         opacity: 0;
         -webkit-transform: translateY(100%);
         transform: translateY(100%)
     }
     51% {
         opacity: 1
     }
 }

 @keyframes toBottomFromTop {
     49% {
         -webkit-transform: translateY(-100%);
         transform: translateY(-100%)
     }
     50% {
         opacity: 0;
         -webkit-transform: translateY(100%);
         transform: translateY(100%)
     }
     51% {
         opacity: 1
     }
 }

 /** feature-section **/

 .feature-section {
     position: relative;
 }

 .feature-section:before {
     position: absolute;
     content: '';
     background: #D9D9D9;
     width: 50%;
     height: 1px;
     left: 0px;
     bottom: 0px;
 }

 .feature-block-one .inner-box {
     position: relative;
     display: block;
     margin-bottom: 30px;
 }

 .feature-block-one .inner-box .icon-box {
     position: relative;
     display: block;
     overflow: hidden;
     margin-bottom: 50px;
 }

 .feature-block-one .inner-box .icon-box img {
     position: relative;
     transition: all 500ms ease;
 }

 .feature-block-one .inner-box:hover .icon-box img {
     filter: grayscale(0%);
     animation: toBottomFromTop .7s forwards;
 }

 .feature-block-one .inner-box h3 {
     display: block;
     font-size: 30px;
     line-height: 36px;
     font-weight: 600;
     margin-bottom: 30px;
 }

 .feature-block-one .inner-box h3 a {
     display: inline-block;
     color: var(--title-color);
 }

 .feature-block-one .inner-box h3 a:hover {}

 .feature-block-one .inner-box p {
     max-width: 320px;
     margin-bottom: 28px;
 }

 .link-box a {
     position: relative;
     display: inline-block;
     font-size: 15px;
     line-height: 26px;
     font-weight: 700;
     text-transform: uppercase;
     color: var(--text-color);
 }

 .link-box a:hover {}

 .link-box a span {
     position: relative;
     padding-right: 25px;
 }

 .link-box a span:before {
     position: absolute;
     content: '\e904';
     font-family: 'icomoon';
     font-size: 12px;
     top: -4px;
     right: 0px;
     font-weight: 400;
     transition: all 500ms ease;
 }

 .list-style-one li {
     position: relative;
     display: block;
     font-size: 17px;
     line-height: 40px;
     font-weight: 500;
     padding-left: 33px;
 }

 .list-style-one li:before {
     position: absolute;
     content: '\e905';
     font-family: 'icomoon';
     font-size: 14px;
     left: 0px;
     top: 0px;
 }

 /** about-section **/

 .about-section {
     position: relative;
 }

 .content_block_one .content-box {
     position: relative;
     display: block;
 }

 .content_block_one .content-box .image-box {
     position: relative;
     display: block;
 }

 .content_block_one .content-box .image-box img {
     max-width: none;
     float: right;
 }

 .funfact-block-one .inner-box {
     position: relative;
     display: block;
 }

 .funfact-block-one .inner-box .count-outer {
     position: relative;
     display: flex;
     font-size: 110px;
     line-height: 120px;
     font-family: var(--title-font);
     font-weight: 700;
     color:#d4eaef;
     -webkit-text-stroke-width: 2px;
     -webkit-text-stroke-color: #515151;
     overflow: hidden;
     max-height: 120px;
 }

 .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner {
     overflow: visible;
 }

 .funfact-block-one .inner-box p {
     font-size: 14px;
     line-height: 26px;
 }

 .funfact-block:first-child .funfact-block-one .inner-box,
 .funfact-block:nth-child(2) .funfact-block-one .inner-box {
     margin-bottom: 85px;
 }

 .content_block_two .content-box {
     position: relative;
     display: block;
 }

 .content_block_two .content-box .funfact-content .line-box .line-one {
     position: absolute;
     left: 50%;
     top: 90px;
     width: 1px;
     height: 200px;
     background: #D9D9D9;
 }

 .content_block_two .content-box .funfact-content .line-box .line-two {
     position: absolute;
     left: 0px;
     top: 52%;
     width: 100%;
     height: 1px;
     background: #D9D9D9;
 }

 .content_block_two .content-box .funfact-content .line-box:before {
     position: absolute;
     content: '';
     width: 30px;
     height: 30px;
     border-radius: 50%;
     border: 10px solid #fff;
     left: 50%;
     top: 52%;
     margin-left: -15px;
     margin-top: -15px;
     z-index: 1;
 }

 .about-section .pattern-layer {
     position: absolute;
     right: 84px;
     top: -20px;
     width: 341px;
     height: 478px;
     background-repeat: no-repeat;
 }

 /** service-section **/

 .service-section {
     position: relative;
     display: block;
 }

 .service-section .outer-container {
     position: relative;
     padding: 65px 100px;
 }

 .service-section .outer-container:before {
     position: absolute;
     content: '';
     background: #D9D9D9;
     width: 50%;
     height: 1px;
     right: 0px;
     bottom: 0px;
     z-index: 1;
 }

 .service-section .outer-container .bg-color {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: calc(100% - 0px);
     background:#e4e1de;
 }

 .service-section .big-text {
     position: relative;
     display: block;
     font-size: 48px;
     line-height: 120px;
     font-weight: 700;
     color: #0dcaf0;
     margin-bottom: 65px;
     -webkit-text-stroke-width: 2px;
     -webkit-text-stroke-color: #0dcaf0;
     text-transform: capitalize;
     opacity: 0.3;
     /* -moz-animation: scroll-right 120s linear infinite;
     -webkit-animation: scroll-right 120s linear infinite;
     animation: scroll-right 120s linear infinite; */
     text-align: center;
 }

  @-moz-keyframes scroll-right {
     0% {
         -moz-transform: translateX(0%);
     }
     100% {
         -moz-transform: translateX(100%);
     }
 }

 @-webkit-keyframes scroll-right {
     0% {
         -webkit-transform: translateX(0%);
     }
     100% {
         -webkit-transform: translateX(100%);
     }
 } 

 .service-block-one {
     position: relative;
     display: block;
     background: black;
     margin-bottom: 30px;
 }

 .service-block-one .inner-box {
     position: relative;
     padding: 50px 50px 35px 50px;
     overflow: hidden;
     z-index: 1;
 }

 .service-block-one .inner-box:before {
     position: absolute;
     content: '';
     width: 100%;
     height: 0px;
     left: 0px;
     bottom: 0px;
     z-index: -1;
     transition: all 500ms ease;
 }

 .service-block-one:hover .inner-box:before {
     top: 0px;
     height: 100%;
 }

 .service-block-one .inner-box h3 {
     display: block;
     font-size: 24px;
     line-height: 31px;
     margin-bottom: 18px;
  
 }

 .service-block-one .inner-box h3 a {
     display: inline-block;
     color: var(--title-color);
     color:#FFFFFF;
 }

 .service-block-one .inner-box h3 a:hover {
     text-decoration: underline;
 }

 .service-block-one:hover .inner-box h3 a,
 .service-block-one:hover .inner-box p {
     color: black;
 }

 .service-block-one .inner-box p {
     position: relative;
     padding-bottom: 33px;
     margin-bottom: 35px;
     transition: all 500ms ease;
     color:#FFFFFF;
 }

 .service-block-one .inner-box p:before {
     position: absolute;
     content: '';
     background: #D9D9D9;
     width: calc(100% + 50px);
     height: 1px;
     left: 0px;
     bottom: 0px;
 }

 .service-block-one .image-box {
     position: relative;
     display: block;
     overflow: hidden;
 }

 .service-block-one .image-box img {
     width: 100%;
     transition: all 500ms ease;
 }

 .service-block-one:hover .image-box img {
     opacity: 0.5;
     transform: scale(1.05);
 }

 .service-block-one .inner-box .link-box a{
    color:#FFFFFF;
 }

 .service-block-one:hover .inner-box .link-box a,
 .service-block-one:hover .inner-box .link-box a span:before {
     color: black;
 }
 
 .service-section .bg-color-2 {
     position: absolute;
     content: '';
     background: #fff;
     width: 100%;
     height: 387px;
     left: 0px;
     bottom: 0px;
 }

 .service-section .outer-container .lower-box {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 60px;
 }

 .service-section .outer-container .lower-box p {
     font-weight: 600;
     color: var(--title-color);
 }

 .service-section .outer-container .rotate-box {
     position: absolute;
     display: flex;
     align-items: center;
     justify-content: center;
     right: 250px;
     top: -100px;
     width: 186px;
     height: 186px;
     line-height: 186px;
     border-radius: 50%;
     z-index: 1;
 }

 .service-section .outer-container .rotate-box .curved-circle {
     position: absolute;
     left: 93px;
     top: 7px;
     font-size: 12px;
     line-height: 20px;
     font-weight: 500;
     color: #A7A7A7;
     text-transform: uppercase;
 }

 .service-section .outer-container .rotate-box .icon-box {
     position: relative;
     display: inline-block;
     width: 130px;
     height: 178px;
     line-height: 130px;
     text-align: center;
     border-radius: 50%;
     background:transparent;
 }

 /** process-section **/

 .process-section {
     position: relative;
     background-color: #ffffff;
 }


 .process-block-one .inner-box {
     position: relative;
     display: block;
     margin-bottom: 30px;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     transform: translateY(-10px); 
 }


 .process-block-one .inner-box .text {
     position: relative;
     display: block;
     font-size: 14px;
     line-height: 26px;
     text-transform: uppercase;
     margin-bottom: 11px;
 }

 .process-block-one .inner-box h2 {
     display: block;
     font-size: 110px;
     line-height: 80px;
     font-weight: 700;
     color: transparent;
     -webkit-text-stroke-width: 2px;
     -webkit-text-stroke-color:#0dcaf0;
     text-transform: capitalize;
     margin-bottom: 50px;
     
 }

 .process-block-one .inner-box h3 {
     display: block;
     font-size: 24px;
     line-height: 31px;
     margin-bottom: 26px;
 }

 .process-section .pattern-layer .pattern-1 {
     position: absolute;
     left: 45px;
     top: 0px;
     width: 197px;
     height: 197px;
     background-repeat: no-repeat;
 }

 .process-section .pattern-layer .pattern-2 {
     position: absolute;
     right: 184px;
     bottom: 240px;
     width: 192px;
     height: 192px;
     background-repeat: no-repeat;
 }

 /** video-section **/

 .video-section {
     position: relative;
     padding: 230px 0px;
     overflow: hidden;
 }

 .video-section .bg-layer:before {
     position: absolute;
     content: '';
     background: rgba(18, 18, 18, 1);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     opacity: 0.5;
 }

 .video-section .video-btn a {
     position: relative;
     display: inline-block;
     width: 142px;
     height: 142px;
     line-height: 146px;
     background: #fff;
     text-align: center;
     border-radius: 50%;
     font-size: 36px;
     color: var(--title-color);
 }

 .video-section .video-btn a:before,
 .video-section .video-btn a:after {
     width: 100%;
     height: 100%;
     border-radius: 50%;
     background: transparent;
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     -webkit-animation-delay: .9s;
     animation-delay: .9s;
     content: "";
     position: absolute;
     -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
     box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
     -webkit-animation: ripple 3s infinite;
     animation: ripple 3s infinite;
     -webkit-transition: all .4s ease;
     transition: all .4s ease;
 }

 .video-section .video-btn a:after {
     -webkit-animation-delay: .6s;
     animation-delay: .6s;
 }

 .bg-color-1 {
     background-color:#e1dede;
 }

 /** project-section **/

 .project-section {
     position: relative;
 }

 .project-section .title-box {
     position: relative;
     display: flex;
     justify-content: space-between;
 }

 .project-section .sec-title .sub-title{
    color:#0dcaf0;
    text-transform: uppercase;
    font-size: 16px;
 }

.project-section .sec-title h2{
    color:#454545;

 }
 .project-section .title-box .big-text {
     position: relative;
     display: block;
     font-size: 110px;
     line-height: 94px;
     font-weight: 700;
     color: transparent;
     -webkit-text-stroke-width: 2px;
     -webkit-text-stroke-color: #0dcaf0;
     text-transform: capitalize;
     opacity: 0.3;
     text-align: right;
 }

 .project-tab{
     background-color:#e1dede;
 }      

 .project-tab .p-tab {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: auto;
     opacity: 0;
     visibility: hidden;
 }

 .project-tab .p-tab.active-tab {
     position: relative;
     visibility: visible;
     opacity: 1;
     z-index: 5;
 }

 .project-tab .p-tabs-content {
     position: relative;
     display: block;
 }

 .project-tab .p-tab.active-tab .project-block-one {
     opacity: 1;
     top: 0px;
 }

 .project-tab .p-tab .project-block-one {
     position: relative;
     opacity: 0;
     top: 10px;
     -webkit-transition: all 700ms ease;
     -ms-transition: all 700ms ease;
     -o-transition: all 700ms ease;
     transition: all 700ms ease;
 }

 .project-tab .tab-btns {
     position: relative;
     display: flex;
     align-items: center;
     gap: 24px;
 }

 .project-tab .tab-btns li {
     position: relative;
     display: inline-block;
     cursor: pointer;
     font-size: 17px;
     line-height: 26px;
     color: #000;
     font-weight: 600;
     padding-left: 16px;
 }

 .project-tab .tab-btns li:before {
     position: absolute;
     content: '';
     width: 6px;
     height: 6px;
     left: 0px;
     top: 10px;
     border-radius: 50%;
     transform: scale(0, 0);
     transition: all 500ms ease;
 }

 .project-tab .tab-btns li.active-btn:before {
     transform: scale(1, 1);
 }

 .project-block-one .inner-box {
     position: relative;
     display: block;
     overflow: hidden;
     margin-bottom: 30px;
 }

 .project-block-one .inner-box .image-box {
     position: relative;
     display: block;
     overflow: hidden;
 }

 .project-block-one .inner-box .image-box img {
     width: 100%;
     transition: all 500ms ease;
 }

 .project-block-one .inner-box:hover .image-box img {
     transform: scale(1.05);
 }

 .project-block-one .inner-box .image-box:before {
     position: absolute;
     content: '';
     background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     z-index: 2;
     transition: all 500ms ease;
 }

 .project-block-one .inner-box:hover .image-box:before {
     opacity: 0.9;
 }

 .project-block-one .inner-box .image-box:after {
     position: absolute;
     content: '';
     background: linear-gradient(325.39deg, #F35F24 20.21%, rgba(18, 18, 18, 0.2) 52.69%);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     z-index: 1;
     opacity: 0;
     transition: all 500ms ease;
 }

 .project-block-one .inner-box:hover .image-box:after {
     opacity: 0.9;
 }

 .project-block-one .inner-box .content-box {
     position: absolute;
     left: 0px;
     bottom: 45px;
     width: 100%;
     padding-left: 45px;
     padding-right: 30px;
     z-index: 5;
 }

 .project-block-one .inner-box .content-box h3 {
     display: block;
     font-size: 24px;
     line-height: 31px;
     margin-bottom: 12px;
 }

 .project-block-one .inner-box .content-box h3 a {
     display: inline-block;
     color: #fff;
 }

 .project-block-one .inner-box .content-box h3 a:hover {
     text-decoration: underline;
 }

 .project-block-one .inner-box .content-box .link-box a,
 .project-block-one .inner-box .content-box .link-box a span:before {
     color: #fff;
 }

 .project-section .owl-dots {
     position: relative;
     display: block;
     text-align: center;
     margin-top: 20px;
 }

 .project-section .owl-dots .owl-dot {
     position: relative;
     display: inline-block;
     width: 10px;
     height: 10px;
     background: #515151;
     border-radius: 50%;
     cursor: pointer;
     margin: 0px 7.5px;
     transition: all 500ms ease;
 }

 .project-section .owl-dots .owl-dot.active {
     transform: scale(1.5);
 }

 .project-section .owl-dots .owl-dot span {
     display: none;
 }

 .project-section .p-tabs-content {
     position: relative;
     padding-bottom: 50px;
 }

 .project-section .lower-box {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 50px;
     border-top: 1px solid #444444;
 }

 .project-section .lower-box p {
     font-size: 17px;
     line-height: 26px;
     color: #000;
     font-weight: 600;
 }

 .project-section .lower-box .theme-btn:before,
 .project-section .lower-box .theme-btn:after {
     background: #fff;
 }

 .project-section .lower-box .theme-btn:hover {
     color: var(--theme-color) !important;
 }

 .image-hov-one {
     position: relative;
     display: block;
     overflow: hidden;
 }

 .image-hov-one::before {
     background: rgba(255, 255, 255, 0.5);
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     width: 0%;
     height: 100%;
     opacity: 1;
     z-index: 1;
     pointer-events: none;
 }

 .image-hov-one:hover::before {
     width: 100%;
     opacity: 0;
     -webkit-transition: all 400ms linear;
     transition: all 400ms linear;
 }

 .image-hov-two {
     position: relative;
     display: block;
     overflow: hidden;
 }

 .image-hov-two::before {
     background: rgba(255, 255, 255, 0.5);
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     width: 1000%;
     height: 0%;
     opacity: 1;
     z-index: 1;
     pointer-events: none;
 }

 .image-hov-two:hover::before {
     height: 100%;
     opacity: 0;
     -webkit-transition: all 400ms linear;
     transition: all 400ms linear;
 }

 /** chooseus-section **/

 .chooseus-section {
     position: relative;
 }

 .image_block_one .image-box {
     position: relative;
     display: block;
 }

 .image_block_one .image-box .image-content {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     right: 0px;
     width: 318px;
     padding: 50px 30px 50px 30px;
     z-index: 2;
 }

 .image_block_one .image-box .image-content .icon-box {
     position: relative;
     display: inline-block;
     font-size: 52px;
     line-height: 52px;
     color: var(--title-color);
     margin-bottom: 128px;
 }

 .image_block_one .image-box .image-content span {
     position: relative;
     display: block;
     font-size: 56px;
     line-height: 95px;
     font-weight: 700;
     color: transparent;
     -webkit-text-stroke-width: 2px;
     -webkit-text-stroke-color: #fff;
     text-transform: capitalize;
     text-align: right;
 }

 .image_block_one .image-box .image-content .shape {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
 }

 .content_block_three .content-box {
     position: relative;
     display: block;
 }

 .content_block_three .content-box .inner-box .single-item {
     position: relative;
     display: block;
     padding: 40px 0px;
     border-bottom: 1px solid #D9D9D9;
     padding-left: 107px;
 }

 .content_block_three .content-box .inner-box .single-item .icon-box {
     position: absolute;
     display: inline-block;
     left: 0px;
     top: 38px;
     filter: grayscale(100%);
     overflow: hidden;
     transition: all 500ms ease;
 }

 .content_block_three .content-box .inner-box .single-item:hover .icon-box {
     filter: grayscale(0%);
 }

 .content_block_three .content-box .inner-box .single-item:hover .icon-box img {
     animation: toBottomFromTop .7s forwards;
 }

 .content_block_three .content-box .inner-box .single-item h4 {
     display: block;
     font-size: 20px;
     line-height: 27px;
     margin-bottom: 8px;
 }

 .content_block_three .content-box .inner-box .single-item h4 a {
     display: inline-block;
     color: var(--title-color);
 }

 .content_block_three .content-box .inner-box .single-item h4 a:hover {}

 /** location-section **/

 .location-section {
     position: relative;
 }

 .location-section .inner-container {
     position: relative;
     width: 1010px;
     max-width: 100%;
     min-height: 600px;
     margin: 0 auto;
 }

 .location-section .inner-container .map-shape {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-repeat: no-repeat;
     background-position: center;
     background-position: center;
 }

 .location-section .single-location {
     position: absolute;
     cursor: pointer;
 }

 .location-section .single-location:first-child {
     left: 235px;
     top: 270px;
 }

 .location-section .single-location .pin {
     position: absolute;
     left: -15px;
     top: 0px;
     width: 30px;
     height: 30px;
     border-radius: 50%;
     background: rgba(243, 95, 36, 0.30);
     cursor: pointer;
 }

 .location-section .single-location .pin:after {
     width: 100%;
     height: 100%;
     border-radius: 50%;
     background: transparent;
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     -webkit-animation-delay: .9s;
     animation-delay: .9s;
     content: "";
     position: absolute;
     -webkit-box-shadow: 0 0 0 0 rgba(243, 95, 36, 0.30);
     box-shadow: 0 0 0 0 rgba(243, 95, 36, 0.30);
     -webkit-animation: ripple 3s infinite;
     animation: ripple 3s infinite;
     -webkit-transition: all .4s ease;
     transition: all .4s ease;
 }

 .location-section .single-location .pin:before {
     position: absolute;
     content: '';
     width: 18px;
     height: 18px;
     border: 5px solid #fff;
     border-radius: 50%;
     left: 6px;
     top: 6px;
 }

 .location-section .single-location .location-text {
     position: absolute;
     left: 50%;
     margin-left: -107px;
     width: 214px;
     background: #fff;
     padding: 22px 30px 21px 30px;
     bottom: 15px;
     box-shadow: 0px 4px 19.5px 0px rgba(18, 18, 18, 0.08);
     visibility: hidden;
     opacity: 0;
     transition: all 500ms ease;
 }

 .location-section .single-location:hover .location-text,
 .location-section .single-location:first-child .location-text {
     bottom: 30px;
     opacity: 1;
     visibility: visible;
 }

 .location-section .single-location .location-text:before {
     position: absolute;
     content: '';
     background: #515151;
     width: 32px;
     height: 15px;
     left: 50%;
     margin-left: -16px;
     bottom: -15px;
     clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
 }

 .location-section .single-location .location-text h6 {
     display: block;
     font-size: 16px;
     line-height: 25px;
     font-weight: 700;
     margin-bottom: 1px;
 }

 .location-section .single-location .location-text p {
     font-size: 14px;
     line-height: 26px;
 }

 .location-section .single-location:nth-child(2) {
     left: 390px;
     top: 123px;
 }

 .location-section .single-location:nth-child(3) {
     right: 233px;
     top: 132px;
 }

 .location-section .single-location:nth-child(4) {
     right: 420px;
     top: 220px;
 }

 .location-section .single-location:nth-child(5) {
     right: 434px;
     bottom: 114px;
 }

 .location-section .single-location:nth-child(6) {
     right: 127px;
     bottom: 88px;
 }

 .location-section .pattern-layer .pattern-1 {
     position: absolute;
     left: 120px;
     bottom: 275px;
     width: 182px;
     height: 182px;
     background-repeat: no-repeat;
 }

 .location-section .pattern-layer .pattern-2 {
     position: absolute;
     top: 0px;
     right: 140px;
     width: 144px;
     height: 144px;
     background-repeat: no-repeat;
 }

 .location-section .big-text {
     position: relative;
     display: block;
     width: max-content;
     font-size: 110px;
     line-height: 80px;
     text-transform: capitalize;
     font-weight: 700;
     opacity: 0.06;
     margin-top: 65px;
     -moz-animation: scroll-left 250s linear infinite;
     -webkit-animation: scroll-left 250s linear infinite;
     animation: scroll-left 250s linear infinite;
 }

 @-moz-keyframes scroll-left {
     0% {
         -moz-transform: translateX(0%);
     }
     100% {
         -moz-transform: translateX(-100%);
     }
 }

 @-webkit-keyframes scroll-left {
     0% {
         -webkit-transform: translateX(0%);
     }
     100% {
         -webkit-transform: translateX(-100%);
     }
 }

 /** cta-section **/

 .cta-section {
     position: relative;
     overflow: hidden;
 }

 .cta-section .bg-layer:before {
     position: absolute;
     content: '';
     background: #121212;
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     opacity: 0.5;
 }

 .cta-section .bg-layer:after {
     position: absolute;
     content: '';
     background: linear-gradient(262.53deg, rgba(243, 95, 36, 0.5) 6.39%, rgba(0, 0, 0, 0.5) 54.51%);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
 }

 .cta-section .sec-title {
     max-width: 670px;
 }

 .cta-section .sec-title .theme-btn:hover {
     color: var(--theme-color) !important;
 }

 .cta-section .sec-title .theme-btn:before,
 .cta-section .sec-title .theme-btn:after {
     background: #fff;
 }

 .cta-section .content-box .rotate-box {
     position: absolute;
     display: flex;
     align-items: center;
     justify-content: center;
     right: 150px;
     top: 20px;
     width: 186px;
     height: 150px;
     line-height: 186px;
     border-radius: 50%;
     z-index: 5;
 }

 .cta-section .content-box .rotate-box .curved-circle {
     position: absolute;
     left: 93px;
     top: 7px;
     font-size: 12px;
     line-height: 20px;
     font-weight: 500;
     color: #fff;
     text-transform: uppercase;
 }

 .cta-section .content-box .rotate-box .icon-box img {
     display: inline-block;
     width: auto;
 }

 /** news-section **/

 .news-section {
     position: relative;
 }

 .news-block-one {
     position: relative;
     padding-top: 20px;
 }

 .news-block-one .inner-box {
     position: relative;
     display: block;
     margin-bottom: 24px;
 }

 .news-block-one .inner-box .image-box {
     position: relative;
     display: block;
 }

 .news-block-one .inner-box .image-box .image {
     position: relative;
     display: block;
     overflow: hidden;
 }

 .news-block-one .inner-box .image-box .image img {
     width: 100%;
     transition: all 500ms ease;
 }

 .news-block-one .inner-box:hover .image-box .image img {
     transform: scale(1.05);
 }

 .news-block-one .inner-box .image-box .post-date {
     position: absolute;
     top: -20px;
     right: 20px;
     width: 82px;
     text-align: center;
     padding: 16px 0px 18px 0px;
 }

 .news-block-one .inner-box .image-box .post-date h3 {
     display: block;
     font-size: 24px;
     line-height: 24px;
     color: #fff;
 }

 .news-block-one .inner-box .image-box .post-date span {
     position: relative;
     display: block;
     font-size: 13px;
     line-height: 14px;
     color: #fff;
     font-weight: 700;
     text-transform: uppercase;
 }

 .news-block-one .inner-box .lower-content {
     position: relative;
     display: block;
     padding-top: 35px;
 }

 .news-block-one .inner-box .lower-content .category {
     position: relative;
     display: inline-block;
     font-size: 14px;
     line-height: 26px;
     text-decoration: underline;
     margin-bottom: 16px;
 }

 .news-block-one .inner-box .lower-content h4 {
     display: block;
     font-size: 20px;
     line-height: 27px;
     padding-bottom: 40px;
     border-bottom: 1px solid #D9D9D9;
     margin-bottom: 30px;
 }

 .news-block-one .inner-box .lower-content h4 a {
     position: relative;
     display: inline-block;
     color: var(--title-color);
 }

 .news-block-one .inner-box .lower-content h4 a:hover {}

 /** main-footer **/

 .main-footer {
     position: relative;
     background: var(--secondary-color);
 }

 .main-footer .image-box {
     position: relative;
     display: block;
 }

 .main-footer .image-box img {
     width: 100%;
 }

 .main-footer .logo-widget .footer-logo {
     position: relative;
     display: block;
     margin: 20px 41px 20px;

 }

 .main-footer .logo-widget p {
     font-size: 16px;
     line-height: 25px;
     color: #F4F4F4;
     font-weight: 700;
     padding-bottom: 40px;
     border-bottom: 1px solid #515151;
     margin-bottom: 34px;
 }

 .main-footer .logo-widget .support-box {
     position: relative;
     display: flex;
     align-items: center;
     gap: 14px;
 }

 .main-footer .logo-widget .support-box .icon-box {
     position: relative;
     display: inline-block;
     width: 52px;
     height: 52px;
     line-height: 52px;
     text-align: center;
     font-size: 24px;
     color: #fff;
     text-align: center;
     border-radius: 50%;
     min-width: 52px;
 }

 .main-footer .logo-widget .support-box span {
     position: relative;
     display: block;
     font-size: 14px;
     line-height: 26px;
     color: #fff;
     margin-bottom: 4px;
 }

 .main-footer .logo-widget .support-box a {
     position: relative;
     display: inline-block;
     font-size: 22px;
     line-height: 29px;
     color: #fff;
     font-weight: 700;
 }

 .main-footer .logo-widget .support-box a:hover {
     text-decoration: underline;
 }

 .main-footer .logo-widget {
     position: relative;
     margin-top: -15px;
 }

 .main-footer .widget-title {
     position: relative;
     display: block;
     margin-bottom: 32px;
 }

 .main-footer .widget-title h6 {
     font-size: 16px;
     line-height: 26px;
     color: #fff;
 }

 .main-footer .widget-title h6 span {}



 .main-footer .contact-widget .info-list li {
     position: relative;
     display: block;
     font-size: 17px;
     line-height: 24px;
     color: rgba(255, 255, 255, 0.60);
     padding-left: 30px;
     margin-bottom: 32px;
 }

 .main-footer .contact-widget .info-list li:last-child {
     margin-bottom: 0px;
 }

 .main-footer .contact-widget .info-list li i {
     position: absolute;
     left: 0px;
     top: 6px;
 }

 .main-footer .contact-widget .info-list li a {
     display: inline-block;
     color: rgba(255, 255, 255, 0.60);
     margin-bottom: 0px;
 }

 .main-footer .contact-widget .info-list li a:hover {}

 .main-footer .service-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 9px;
}

.main-footer .service-widget .links-list li:last-child {
    margin-bottom: 0px;
}

.main-footer .service-widget .links-list li a {
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.60);
}

.main-footer .service-widget .links-list li a:hover {
    text-decoration: none;
    color:#0dcaf0;
}


 .main-footer .links-widget .links-list li {
     position: relative;
     display: block;
     margin-bottom: 21px;
 }

 .main-footer .links-widget .links-list li:last-child {
     margin-bottom: 0px;
 }

 .main-footer .links-widget .links-list li a {
     display: inline-block;
     font-size: 17px;
     line-height: 26px;
     font-weight: 600;
     color: rgba(255, 255, 255, 0.60);
 }

 .main-footer .links-widget .links-list li a:hover {
     text-decoration: none;
     color:#0dcaf0;
 }

 .main-footer .newsletter-widget .subscribe-inner .form-group {
     position: relative;
     margin-bottom: 15px;
 }

 .main-footer .newsletter-widget .subscribe-inner .form-group:last-child {
     margin-bottom: 0px;
 }

 .main-footer .newsletter-widget .subscribe-inner .form-group input[type='email'] {
     position: relative;
     display: block;
     width: 100%;
     height: 65px;
     background: #fff;
     border: 2px solid #fff;
     font-size: 17px;
     color: #515151;
     padding: 10px 25px;
     transition: all 500ms ease;
 }

 .main-footer .newsletter-widget .subscribe-inner .form-group input:focus {}

 .main-footer .newsletter-widget .subscribe-inner .form-group button[type='submit'] {
     width: 100%;
     background: transparent;
     border: 1px solid #fff;
 }

 .main-footer .newsletter-widget .subscribe-inner .form-group button[type='submit']:hover {}

 .main-footer .newsletter-widget .subscribe-inner .form-group button[type='submit']:before,
 .main-footer .newsletter-widget .subscribe-inner .form-group button[type='submit']:after {
     display: none;
 }

 .main-footer .widget-section {
     border-bottom: 1px solid #515151;
 }

 .main-footer .footer-widget p{
    text-align: center;
 }

 .footer-bottom {
     position: relative;
     padding: 50px 0px 20px;
 }

 .footer-bottom .bottom-inner {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .footer-bottom .bottom-inner .copyright p {
     font-size: 14px;
     line-height: 26px;
     color: rgba(255, 255, 255, 0.60);
 }

 .footer-bottom .bottom-inner .copyright span {
    font-size: 14px;
    line-height: 26px;
    color:#0dcaf0;
}

 .footer-bottom .bottom-inner .copyright p a {
     display: inline-block;
     color: rgba(255, 255, 255, 0.60);
 }

 .footer-bottom .bottom-inner .copyright p a:hover {}

 .footer-bottom .social-links {
     position: relative;
     display: flex;
     align-items: center;
     gap: 25px;
     margin-bottom:40px;
 }

 .footer-bottom .social-links li a {
     display: inline-block;
     font-size: 20px;
     color: #D9D9D9;
 }

 .footer-bottom .social-links li a:hover {}

 .footer-bottom .right-column {
     position: relative;
     display: flex;
     align-items: center;
     gap: 70px;
     text-align: right;
 }

 .footer-bottom .counter-box .count-outer {
     position: relative;
     display: inline-block;
     overflow: hidden;
     font-size: 110px;
     line-height: 80px;
     font-weight: 700;
     color: transparent;
     -webkit-text-stroke-width: 2px;
     -webkit-text-stroke-color:#0dcaf0;
     opacity: 0.3;
 }

 .footer-bottom .counter-box .count-outer span {
     position: relative;
     top: 5px;
 }

 .footer-bottom .counter-box p {
     font-size: 14px;
     color: #fff;
     font-weight: 400;
 }

 /** header-style-two **/

 .header-style-two {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
 }

 .header-style-two .mobile-nav-toggler {
     position: relative;
     color: #fff;
     top: 0px;
     left: 0px;
 }

 .header-style-two .menu-right-content {
     gap: 35px;
 }

 .header-style-two .menu-right-content .theme-btn {
     border: 1px solid #fff;
     background: transparent;
     padding-top: 16px;
     padding-bottom: 16px;
 }

 .header-style-two .menu-right-content .theme-btn:hover {}

 .header-style-two .header-lower .main-menu .navigation>li>a {
     color: #fff;
 }

 /** banner-style-two **/

 .banner-style-two {
     position: relative;
 }

 .banner-style-two .banner-carousel .content-box h2 {
     font-size: 66px;
     line-height: 80px;
     text-transform: capitalize;
     max-width: 500px;
     margin-bottom: 45px;
 }

 .banner-style-two .banner-carousel .slide-item {
     padding: 220px 0px 280px 0px;
 }

 .banner-style-two .rotate-box {
     position: absolute;
     display: flex;
     align-items: center;
     justify-content: center;
     right: 100px;
     top: 240px;
     width: 186px;
     height: 186px;
     line-height: 186px;
     border-radius: 50%;
     z-index: 5;
 }

 .banner-style-two .rotate-box .curved-circle {
     position: absolute;
     left: 93px;
     top: 7px;
     font-size: 12px;
     line-height: 20px;
     font-weight: 500;
     color: #fff;
     text-transform: uppercase;
 }

 .banner-style-two .rotate-box .icon-box img {
     display: inline-block;
     width: auto;
 }

 .banner-style-two .bg-color {
     position: absolute;
     background: #121212;
     width: 100%;
     height: 70px;
     left: 0px;
     bottom: 0px;
     opacity: 0.7;
 }

 .banner-style-two .banner-carousel .owl-dots {
     left: 15%;
     margin-left: 100px;
     bottom: 49px;
 }

 .banner-style-two .owl-dots .owl-dot span {
     position: absolute;
     display: inline-block !important;
     width: 10px;
     height: 10px;
     background: rgba(255, 255, 255, 1) !important;
     margin: 0px 0px !important;
     left: 80px;
     top: 6px;
     border-radius: 50%;
 }

 .banner-style-two .owl-dots .owl-dot.active span {
     background: var(--theme-color) !important;
 }

 .banner-style-two .owl-dots .owl-dot:nth-child(2) span {
     left: 115px;
 }

 .banner-style-two .owl-dots .owl-dot:nth-child(3) span {
     left: 150px;
 }

 .banner-style-two .owl-dots .owl-dot:nth-child(4) span {
     left: 185px;
 }

 .banner-style-two .owl-dots .owl-dot:nth-child(5) span {
     left: 220px;
 }

 .banner-style-two .support-box {
     position: absolute;
     display: flex;
     align-items: center;
     gap: 14px;
     right: 0px;
     bottom: 0px;
     z-index: 2;
     background: #fff;
 }

 .banner-style-two .support-box .icon-box {
     position: relative;
     display: inline-block;
     width: 112px;
     height: 112px;
     line-height: 112px;
     text-align: center;
     font-size: 36px;
     color: #fff;
     text-align: center;
     min-width: 112px;
 }

 .banner-style-two .support-box span {
     position: relative;
     display: block;
     font-size: 14px;
     line-height: 26px;
     margin-bottom: 4px;
 }

 .banner-style-two .support-box a {
     position: relative;
     display: inline-block;
     font-size: 24px;
     line-height: 29px;
     color: var(--title-color);
     font-weight: 700;
 }

 .banner-style-two .support-box a:hover {
     text-decoration: underline;
 }

 /** highlight-section **/

 .highlight-section {
     position: relative;
     border-bottom: 1px solid #D9D9D9;
 }

 .highlight-block-one {
     position: relative;
     display: flex;
     align-items: center;
     padding: 41px 70px;
     gap: 15px;
 }

 .highlight-block:nth-child(2) .highlight-block-one {
     background: #F4F4F4;
     border-left: 1px solid #D9D9D9;
     border-right: 1px solid #D9D9D9;
 }

 .highlight-block-one .icon-box {
     position: relative;
     display: inline-block;
     min-width: 40px;
     filter: grayscale(100%);
     transition: all 500ms ease;
 }

 .highlight-block-one:hover .icon-box {
     filter: grayscale(0%);
     transform: rotateY(180deg);
 }

 .highlight-block-one h4 {
     display: block;
     font-size: 20px;
     line-height: 27px;
     margin-bottom: 5px;
 }

 .highlight-block-one p {
     font-size: 14px;
     line-height: 26px;
     font-weight: 400;
 }

 /** about-style-two **/

 .about-style-two {
     position: relative;
 }

 .about-style-two .left-content {
     position: relative;
     display: block;
 }

 .about-style-two .left-content .image-box {
     position: relative;
     display: block;
     padding-bottom: 65px;
 }

 .about-style-two .left-content .image-box .image {
     position: relative;
     display: block;
     overflow: hidden;
 }

 .about-style-two .left-content .image-box .image img {
     width: 100%;
     transition: all 500ms ease;
 }

 .about-style-two .left-content .image-box .image:hover img {
     transform: scale(1.05);
 }

 .about-style-two .left-content .image-box .image-content {
     position: absolute;
     left: 40px;
     bottom: -100px;
     width: 310px;
     padding: 42px 40px 144px 40px;
 }

 .about-style-two .left-content .image-box .image-content h4 {
     display: block;
     font-size: 20px;
     line-height: 27px;
     color: #fff;
     font-weight: 700;
     margin-bottom: 15;
 }

 .about-style-two .left-content .image-box .image-content h6 {
     display: block;
     font-size: 15px;
     line-height: 26px;
     color: #fff;
     text-transform: uppercase;
     padding-bottom: 35px;
     border-bottom: 1px solid #fff;
 }

 .about-style-two .left-content .big-text {
     position: relative;
     font-size: 30px;
     line-height: 95px;
     font-weight: 700;
     color:#fff;;
     text-transform: capitalize;
     text-align:center;
     margin: 0px 55px; 
     display: inline-block;
 }

 .about-style-two .right-content {
     position: relative;
     display: block;
 }

 .about-style-two .right-content h2{
    color:#0dcaf0;

 }

 .about-style-two .right-content .author-box {
     position: relative;
     display: flex;
     align-items: center;
     gap: 50px;
 }

 .about-style-two .right-content .btn-box .theme-btn {
     border: 1px solid #121212;
     background: transparent;
     color: var(--title-color) !important;
     padding-top: 16px;
     padding-bottom: 16px;
 }

 .about-style-two .right-content .btn-box .theme-btn:hover,
 .about-style-two .right-content .btn-box .theme-btn:hover span:before {
     color: #fff !important;
 }

 .about-style-two .icon-shape {
     position: absolute;
     right: 190px;
     bottom: 120px;
     -webkit-animation: service_hexagon_2 15s infinite linear;
     -moz-animation: service_hexagon_2 15s infinite linear;
     -o-animation: service_hexagon_2 15s infinite linear;
     animation: service_hexagon_2 15s infinite linear;
 }


 /** feature-style-two **/

 .feature-style-two {
     position: relative;
 }

 .feature-style-two .large-container {
     position: relative;
     max-width: 1570px;
     padding: 0px 15px;
     margin: 0 auto;
 }

 .feature-style-two .feature-block-one .inner-box {
     padding-left: 140px;
 }

 .feature-style-two .feature-block-one .inner-box .icon-box {
     position: absolute;
     left: 0px;
     top: 7px;
     margin-bottom: 0px;
 }

 .feature-style-two .feature-block-one .inner-box h3 {
     padding-bottom: 30px;
     border-bottom: 1px solid #D9D9D9;
 }

 .feature-style-two .feature-block-one .inner-box p {
     margin-bottom: 0px;
 }

 /** project-style-two **/

 .project-style-two {
     position: relative;
 }

 .project-style-two .project-block-two {
     float: left;
     width: 25%;
 }

 .project-block-two .inner-box {
     position: relative;
     display: block;
     overflow: hidden;
     margin-bottom: 30px;
 }

 .project-block-two .inner-box .image-box {
     position: relative;
     display: block;
     overflow: hidden;
 }

 .project-block-two .inner-box .image-box:before {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     z-index: 1;
     background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, #121212 93.57%);
 }

 .project-block-two .inner-box .image-box img {
     width: 100%;
     transition: all 500ms ease;
 }

 .project-block-two .inner-box:hover .image-box img {
     transform: scale(1.05);
 }

 .project-block-two .inner-box .content-box {
     position: absolute;
     right: 0px;
     bottom: -64px;
     width: calc(100% - 60px);
     background: #fff;
     z-index: 2;
     padding: 40px 40px 25px 50px;
     transition-duration: .31s;
     transition-timing-function: ease-in-out;
 }

 .project-block-two .inner-box:hover .content-box {
     bottom: 0px;
 }

 .project-block-two .inner-box .content-box h3 {
     position: relative;
     display: block;
     font-size: 24px;
     line-height: 31px;
     padding-bottom: 25px;
     margin-bottom: 18px;
 }

 .project-block-two .inner-box .content-box h3:before {
     position: absolute;
     content: '';
     background: rgba(255, 255, 255, 0.50);
     width: calc(100% + 50px);
     height: 1px;
     left: 0px;
     bottom: 0px;
 }

 .project-block-two .inner-box .content-box h3 a {
     display: inline-block;
     color: var(--title-color);
 }

 .project-block-two .inner-box:hover .content-box h3 a {
     color: #fff;
 }

 .project-block-two .inner-box .content-box .link-box a,
 .project-block-two .inner-box .content-box .link-box a span:before {
     color: #fff;
 }

 .project-block-two .inner-box .content-box h3 a:hover {
     text-decoration: underline;
 }

 /** cta-style-two **/

 .cta-style-two {
     position: relative;
 }

 .cta-style-two .content-box {
     position: relative;
     display: block;
 }

 .cta-style-two .content-box h2 {
     font-size: 110px;
     line-height: 120px;
     color: transparent;
     -webkit-text-stroke-width: 2px;
     -webkit-text-stroke-color: #D9D9D9;
     margin-bottom: 60px;
 }

 .cta-style-two .content-box .theme-btn {
     color: var(--title-color) !important;
     border: 1px solid #121212;
     background: transparent;
     padding-top: 16px;
     padding-bottom: 16px;
 }

 .cta-style-two .content-box .theme-btn:hover,
 .cta-style-two .content-box .theme-btn:hover span:before {
     color: #fff !important;
 }

 .cta-style-two .content-box .theme-btn span:before {}

 .cta-style-two .pattern-layer {
     position: absolute;
     right: 30px;
     bottom: 65px;
     width: 1134px;
     height: 494px;
     background-repeat: no-repeat;
     opacity: 0.15;
 }

 /** skills-section **/

 .skills-section {
     position: relative;
 }

 .skills-section .image-box {
     position: relative;
 }

 .skills-section .image-box img {
     position: relative;
     float: left;
     max-width: none;
 }

 .skills-section .content-box {
     position: relative;
     display: inline-block;
     width: 100%;
     padding: 115px 0px 80px 180px;
     background: #fff;
     margin-top: -125px;
 }

 .skills-section .content-box .upper-box {
     position: relative;
     display: flex;
     gap: 100px;
     margin-bottom: 84px;
 }

 .skills-section .content-box .upper-box h2 {
     display: block;
     font-size: 110px;
     line-height: 80px;
     color: rgba(243, 95, 36, 0.06);
     -webkit-text-stroke-width: 2px;
     -webkit-text-stroke-color: #515151;
     margin-bottom: 30px;
 }

 .skills-section .content-box .upper-box span {
     position: relative;
     display: block;
     font-size: 14px;
     line-height: 26px;
 }

 .skills-section .content-box .upper-box h3 {
     display: block;
     font-size: 30px;
     line-height: 36px;
     font-weight: 600;
     margin-bottom: 30px;
 }

 .progress-block-one {
     position: relative;
     display: block;
     margin-bottom: 40px;
 }

 .progress-block-one h6 {
     display: block;
     font-size: 16px;
     line-height: 25px;
     margin-bottom: 15px;
 }

 .progress-block-one .bar {
     position: relative;
     width: 100%;
     height: 10px;
     border-radius: 0px;
     background: #F4F4F4;
 }

 .progress-block-one .bar-inner {
     position: relative;
     display: block;
     width: 0px;
     height: 10px;
     border-radius: 0px;
     -webkit-transition: all 1500ms ease;
     -ms-transition: all 1500ms ease;
     -o-transition: all 1500ms ease;
     -moz-transition: all 1500ms ease;
     transition: all 1500ms ease;
 }

 .progress-block-one .bar .count-text {
     position: absolute;
     top: -42px;
     right: 0px;
     font-size: 17px;
     font-weight: 300;
     color: var(--text-color);
 }

 .skills-section .pattern-layer {
     position: absolute;
     left: 0px;
     bottom: 120px;
     width: 341px;
     height: 478px;
     background-repeat: no-repeat;
     z-index: 1;
 }

 .project-section .rotate-box {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top: 40px;
     width: 186px;
     height: 186px;
     line-height: 186px;
     border-radius: 50%;
     z-index: 5;
 }

 .project-section .rotate-box .curved-circle {
     position: absolute;
     left: 93px;
     top: 7px;
     font-size: 12px;
     line-height: 20px;
     font-weight: 500;
     color: #A7A7A7;
     text-transform: uppercase;
 }

 .project-section .rotate-box .icon-box img {
     display: inline-block;
     width: auto;
 }

 /** team-section **/

 .team-section {
     position: relative;
 }

 .team-section .inner-container {
     position: relative;
     display: flex;
     justify-content: center;
     margin: 0px -27.5px;
 }

 .team-section .team-block-one {
     padding: 0px 27.5px;
 }

 .team-block-one .inner-box {
     position: relative;
     display: block;
     max-width: 300px;
     margin: 0 auto;
     margin-bottom: 65px;
 }

 .team-block-one .inner-box .image-box {
     position: relative;
     display: block;
 }

 .team-block-one .inner-box .image-box .image {
     position: relative;
     display: block;
     overflow: hidden;
 }

 .team-block-one .inner-box .image-box .image img {
     width: 100%;
     transition: all 500ms ease-in-out;
 }

 .team-block-one .inner-box:hover .image-box .image img {
     transform: scale(1.05);
 }

 .team-block-one .inner-box .image-box .share-box {
     position: absolute;
     right: 0px;
     bottom: 0px;
 }

 .team-block-one .inner-box .image-box .share-box .share-icon {
     position: relative;
     display: inline-block;
     width: 60px;
     height: 60px;
     line-height: 60px;
     text-align: center;
     font-size: 20px;
     color: #fff;
     cursor: pointer;
     transition: all 500ms ease;
 }

 .team-block-one .inner-box .image-box .share-box .share-list {
     position: absolute;
     right: 0px;
     bottom: 70px;
     transform: scaleY(0);
     transform-origin: bottom center;
     transition: all 500ms ease-in-out;
 }

 .team-block-one .inner-box .image-box .share-box:hover .share-list {
     transform: scaleY(1);
 }

 .team-block-one .inner-box .image-box .share-box .share-list:before {
     position: absolute;
     content: '';
     background: transparent;
     width: 100%;
     height: 10px;
     left: 0px;
     bottom: -10px;
 }

 .team-block-one .inner-box .image-box .share-box .share-list li {
     position: relative;
     display: inline-block;
     margin-bottom: 5px;
 }

 .team-block-one .inner-box .image-box .share-box .share-list li:last-child {
     margin-bottom: 0px;
 }

 .team-block-one .inner-box .image-box .share-box .share-list li a {
     position: relative;
     display: inline-block;
     width: 60px;
     height: 60px;
     line-height: 60px;
     text-align: center;
     font-size: 16px;
     color: #fff;
 }

 .team-block-one .inner-box .lower-content {
     position: relative;
     padding-top: 45px;
     padding-bottom: 30px;
     border-bottom: 1px solid #D9D9D9;
 }

 .team-block-one .inner-box .lower-content h3 {
     display: block;
     font-size: 28px;
     line-height: 36px;
     font-weight: 400;
 }

 .team-block-one .inner-box .lower-content h3 a {
     display: inline-block;
     color: var(--title-color);
 }

 .team-block-one .inner-box .lower-content h3 a:hover {}

 .team-block-one .inner-box .lower-content .designation {
     position: relative;
     display: block;
     font-size: 14px;
     line-height: 26px;
 }

 .team-block-one .inner-box .image-box .text-box {
     position: absolute;
     left: 0px;
     bottom: 48px;
     width: 100%;
     text-align: center;
     z-index: 2;
     padding: 0px 15px;
 }

 .team-block-one .inner-box .image-box .text-box h3 {
     display: block;
     font-size: 24px;
     line-height: 31px;
     margin-bottom: 3px;
 }

 .team-block-one .inner-box .image-box .text-box h3 a {
     display: inline-block;
     color: var(--title-color);
 }

 .team-block-one .inner-box .image-box .text-box h3 a:hover {}

 /** contact-section **/

 .contact-section {
     position: relative;
     background: #F4F4F4;
 }

 .contact-section:before {
     position: absolute;
     content: '';
     background: #fff;
     width: 100%;
     height: 87px;
     left: 0px;
     bottom: 0px;
     z-index: 1;
 }

 .contact-section .pattern-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-repeat: repeat;
 }

 .contact-section .image-box {
     position: relative;
     display: block;
     z-index: 1;
 }

 .contact-section .image-box img {
     width: 100%;
 }

 .content_block_four .content-box {
     position: relative;
     display: block;
 }

 .content_block_four .content-box .form-group {
     position: relative;
     margin-bottom: 20px;
     padding: 0px 10px;
 }

 .content_block_four .content-box .form-group:last-child {
     margin-bottom: 0px;
 }

 .content_block_four .content-box .form-inner form {
     position: relative;
     margin: 0px 5px;
 }

 .content_block_four .content-box .form-group input[type='text'],
 .content_block_four .content-box .form-group input[type='email'],
 .content_block_four .content-box .form-group textarea {
     position: relative;
     display: block;
     width: 100%;
     height: 64px;
     background: #fff;
     border: 1px solid #FFFFFF;
     font-size: 17px;
     font-weight: 300;
     color: var(--text-color);
     padding: 10px 30px;
     transition: all 500ms ease;
 }

 .content_block_four .content-box .form-group textarea {
     height: 135px;
     resize: none;
 }

 .content_block_four .content-box .form-group input:focus,
 .content_block_four .content-box .form-group textarea:focus {}

 .content_block_four .content-box .form-group .symble {
     position: absolute;
     top: 20px;
     right: 30px;
     font-size: 12px;
     z-index: 1;
 }

 /** testimonial-section **/

 .testimonial-section {
     position: relative;
 }

 .testimonial-section .testimonial-content {
     position: relative;
     display: block;
     max-width: 1020px;
     width: 100%;
     margin: 0 auto;
 }

 .testimonial-section .testimonial-content .upper-text {
     position: relative;
     display: block;
     font-size: 15px;
     line-height: 26px;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 43px;
 }

 .testimonial-section .testimonial-content p {
     font-size: 28px;
     line-height: 46px;
     font-weight: 400;
     margin-bottom: 38px;
 }

 .testimonial-section .testimonial-content h6 {
     display: block;
     font-size: 17px;
     line-height: 26px;
     font-weight: 600;
     margin-bottom: 5px;
 }

 .testimonial-section .testimonial-content .designation {
     position: relative;
     display: block;
     font-size: 14px;
     line-height: 26px;
     margin-bottom: 60px;
 }

 .testimonial-section .testimonial-content .thumb-box {
     position: relative;
     display: flex;
     align-items: center;
     gap: 20px;
     justify-content: center;
 }

 .testimonial-section .testimonial-content .thumb-box .icon-box {
     position: relative;
     display: inline-block;
     width: 120px;
     height: 120px;
     line-height: 120px;
     text-align: center;
     border: 1px solid #515151;
     border-radius: 50%;
 }

 .testimonial-section .testimonial-content .thumb-box .icon-box img {
     display: inline-block;
 }

 .testimonial-section .testimonial-content .thumb-box .thumb {
     position: relative;
     display: inline-block;
     width: 120px;
     height: 120px;
     border-radius: 50%;
 }

 .testimonial-section .testimonial-content .thumb-box .thumb img {
     width: 100%;
     border-radius: 50%;
 }

 .testimonial-section .owl-nav {
     position: absolute;
     left: 50%;
     bottom: 72px;
     width: 260px;
     margin-left: -130px;
 }

 .testimonial-section .owl-nav button {
     position: absolute;
     top: 0px;
     display: inline-block;
     font-size: 24px;
     color: var(--title-color);
     cursor: pointer;
     transition: all 500ms ease;
 }

 .testimonial-section .owl-nav button:hover {}

 .testimonial-section .owl-nav button.owl-prev {
     left: -64px;
 }

 .testimonial-section .owl-nav button.owl-next {
     right: -64px;
 }

 .brands-section .large-container {
     padding: 100px 0px;
     border-top: solid;
     border-bottom: solid;
     border-width: 1px;
     border-color: #D9D9D9;
 }

 /** page-title **/

 .page-title {
     position: relative;
 }

 .page-title .bg-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
 }

 .page-title .bg-layer:before {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     background: linear-gradient(237.52deg, #F35F24 16.29%, rgba(18, 18, 18, 0.2) 55.3%);
     opacity: 0.8;
 }

 .page-title .bg-layer:after {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     background: #000;
     opacity: 0.5;
 }

 .page-title .content-box {
     position: relative;
     display: block;
 }

 .page-title .content-box h1 {
     display: block;
     font-size: 48px;
     line-height: 58px;
     color: #fff;
     text-transform: capitalize;
     margin-bottom: 25px;
 }

 .page-title .content-box .bread-crumb {
     position: relative;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     gap: 38px;
     padding: 15px 25px;
 }

 .page-title .content-box .bread-crumb li {
     position: relative;
     display: inline-block;
     font-size: 14px;
     line-height: 26px;
     font-weight: 700;
     text-transform: uppercase;
     color: #fff;
 }

 .page-title .content-box .bread-crumb li a {
     display: inline-block;
     color: #fff;
 }

 .page-title .content-box .bread-crumb li a:hover {
     text-decoration: underline;
 }

 .page-title .content-box .bread-crumb li:before {
     position: absolute;
     content: '\e904';
     font-family: 'icomoon';
     font-size: 12px;
     color: #fff;
     top: 0px;
     right: -24px;
 }

 .page-title .content-box .bread-crumb li:last-child:before {
     display: none;
 }

 .about-style-two .pattern-layer {
     position: absolute;
     right: 0px;
     bottom: 0px;
     width: 1054px;
     height: 579px;
     background-repeat: no-repeat;
 }

 .feature-section.light-section {
     background: var(--secondary-color);
 }

 .feature-section.light-section .pattern-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-repeat: repeat;
 }

 .feature-section.light-section .feature-block-one .inner-box .icon-box img {
     opacity: 0.7;
 }

 .feature-section.light-section .feature-block-one .inner-box:hover .icon-box img {
     opacity: 1;
 }

 .feature-section.light-section .feature-block-one .inner-box h3 a {
     color: #fff;
 }

 .feature-section.light-section .feature-block-one .inner-box h3 a:hover {}

 .feature-section.light-section .feature-block-one .inner-box p {
     color: #D9D9D9;
 }

 .feature-section.light-section .feature-block-one .inner-box .link-box a {
     color: #fff;
 }

 .feature-section.light-section .feature-block-one .inner-box .link-box a:hover {}

 .about-section .image-inner .image-content {
     position: absolute;
     right: 80px;
     width: 600px;
     padding: 50px 50px 45px 50px;
     bottom: 0px;
 }

 .about-section .image-inner .image-content p {
     font-size: 28px;
     line-height: 36px;
     color: #fff;
     font-weight: 400;
     margin-bottom: 57px;
 }

 .about-section .image-inner .image-content .link-box a {
     color: #fff;
 }

 .about-section .image-inner .image-content .link-box a span:before {
     color: #fff;
 }

 /** error-section **/

 .error-section {
     position: relative;
     padding: 150px 0px;
 }

 .error-section .content-box h1 {
     position: relative;
     display: block;
     font-size: 200px;
     line-height: 150px;
     color: #161616;
     font-weight: 700;
     margin-bottom: 15px;
 }

 .error-section .content-box h2 {
     position: relative;
     display: block;
     font-size: 44px;
     line-height: 52px;
     color: #444;
     font-weight: 600;
     margin-bottom: 21px;
 }

 .error-section .text a {
     color: #161616;
 }

 .error-section .text a:hover {
     text-decoration: underline;
 }

 .skills-section .border-shape {
     position: absolute;
     right: 0px;
     bottom: 0px;
     width: 50%;
     height: 1px;
     background: #D9D9D9;
     z-index: 1;
 }

 .bg-color-2 {
     background: #F4F4F4;
 }

 .testimonial-section .pattern-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-repeat: repeat;
 }

 /** project-page-section **/

 .project-page-section {
     position: relative;
 }

 .project-page-section .project-block-one .inner-box {
     margin-bottom: 60px;
 }

 .sortable-masonry .filter-tabs {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 24px;
 }

 .sortable-masonry .filter-tabs li {
     position: relative;
     display: inline-block;
     font-size: 17px;
     line-height: 26px;
     color: #515151;
     font-weight: 600;
     text-transform: capitalize;
     cursor: pointer;
     transition: all 500ms ease;
     padding-left: 16px;
 }

 .sortable-masonry .filter-tabs li:before {
     position: absolute;
     content: '';
     width: 6px;
     height: 6px;
     left: 0px;
     top: 10px;
     border-radius: 50%;
     transform: scale(0, 0);
     transition: all 500ms ease;
 }

 .sortable-masonry .filter-tabs li.active:before {
     transform: scale(1, 1);
 }

 .project-page-section .masonry-item {
     padding: 0px 12px;
 }

 .project-page-section .sortable-masonry {
     margin: 0px 3px;
 }

 .project-block-three .inner-box {
     position: relative;
     display: block;
     margin-bottom: 65px;
 }

 .project-block-three .inner-box .image-box {
     position: relative;
     display: block;
     overflow: hidden;
 }

 .project-block-three .inner-box .image-box:before {
     position: absolute;
     content: '';
     width: 100%;
     height: 70%;
     left: 0px;
     bottom: 0px;
     background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
     z-index: 1;
 }

 .project-block-three .inner-box .image-box img {
     width: 100%;
     transition: all 500ms ease;
 }

 .project-block-three .inner-box:hover .image-box img {
     transform: scale(1.05);
 }

 .project-block-three .inner-box .lower-content {
     position: relative;
     display: block;
     padding-top: 38px;
 }

 .project-block-three .inner-box .lower-content h3 {
     display: block;
     font-size: 24px;
     line-height: 31px;
     text-transform: capitalize;
     margin-bottom: 12px;
 }

 .project-block-three .inner-box .lower-content h3 a {
     display: inline-block;
     color: var(--title-color);
 }

 .project-block-three .inner-box .lower-content h3 a:hover {}

 .project-block-three .inner-box .lower-content .link-box a {
     font-weight: 400;
 }

 .project-page-section.page-two .items-container {
     margin: 0px -15px;
 }

 .page-title .pattern-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-repeat:no-repeat;
 }

 .page-title .content-box .dark-title {
     color:#ffffff;
 }

 .news-section .inner-container {
     margin: 0px -12px;
 }

 .news-section .inner-container .news-block {
     padding: 0px 27px;
 }

 .news-section .inner-container .news-block-one {
     padding-top: 0px;
 }

 .news-section .inner-container .news-block-one .inner-box .image-box .post-date {
     top: inherit;
     bottom: -20px;
 }

 .news-section .inner-container .news-block-one .inner-box {
     margin-bottom: 60px;
 }

 /** sidebar-page-container **/

 .sidebar-page-container {
     position: relative;
 }
 
 .sidebar-side {
     align-self: flex-start; /* Aligns the sidebar to the top */
 }

 .news-block-two .inner-box {
     position: relative;
     display: block;
     margin-bottom: 60px;
 }

 .news-block-two .inner-box .image-box {
     position: relative;
     display: block;
     overflow: hidden;
     background: #000;
 }

 .news-block-two .inner-box .image-box img {
     width: 100%;
     transition: all 500ms ease;
 }

 .news-block-two .inner-box:hover .image-box a img {
     opacity: 0.5;
     transform: scale(1.02);
 }

 .news-block-two .inner-box .lower-content {
     position: relative;
     display: block;
     padding-top: 45px;
 }

 .news-block-two .inner-box .lower-content .post-info {
     position: relative;
     display: flex;
     align-items: center;
     gap: 30px;
     margin-bottom: 25px;
 }

 .news-block-two .inner-box .lower-content .post-info li span {
     position: relative;
     display: inline-block;
     font-size: 14px;
     line-height: 20px;
     color: #fff;
     background: #515151;
     padding: 13px 21px;
 }

 .news-block-two .inner-box .lower-content .post-info li a {
     position: relative;
     display: inline-block;
     font-size: 14px;
     line-height: 26px;
     text-decoration: underline;
 }

 .news-block-two .inner-box .lower-content h2 {
     display: block;
     font-size: 36px;
     line-height: 44px;
     margin-bottom: 25px;
 }

 .news-block-two .inner-box .lower-content h2 a {
     display: inline-block;
     color: var(--title-color);
 }

 .news-block-two .inner-box .lower-content h2 a:hover {}

 .news-block-two .inner-box .lower-content p {
     margin:20px 0px;
 }

 .blog-sidebar {
    position:relative;
     
 }
 

 .blog-sidebar .category-widget{
    background-color: #f7f7f7;
    padding: 20px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
   
 }


 .blog-sidebar .widget-title {
     position: relative;
     display: block;
     text-transform: uppercase;

 }

 .blog-sidebar .widget-title h4 {
     display: block;
     font-size: 20px;
     line-height: 27px;
     color:#0dcaf0;
     text-align: center;
 }

 /* .blog-sidebar .search-widget .search-form .form-group {
     position: relative;
     margin-bottom: 0px;
 }

 .blog-sidebar .search-widget .search-form .form-group input[type='search'] {
     position: relative;
     display: block;
     width: 100%;
     height: 70px;
     border: 1px solid #D9D9D9;
     font-size: 14px;
     color: #515151;
     padding: 10px 20px 10px 65px;
     transition: all 500ms ease;
 }

 .blog-sidebar .search-widget .search-form .form-group input:focus {}

 .blog-sidebar .search-widget .search-form .form-group button[type='submit'] {
     position: absolute;
     left: 30px;
     top: 23px;
     font-size: 20px;
     cursor: pointer;
     transition: all 500ms ease;
 } */

 .blog-sidebar .category-widget .category-list li {
     position: relative;
     display: block;
     padding: 15px 0px;
     margin-bottom: 10px;
     background-color: #ffffff;
     border-radius: 8px;

 
 }

 .blog-sidebar .category-widget .category-list li a {
     position: relative;
     display: inline-block;
     font-size: 17px;
     line-height: 30px;
     color:#000;
     font-weight: 500;
     padding-left: 16px;
 }

 .blog-sidebar .category-widget .category-list li:hover{
    background-color: #0dcaf0;
    color:#ffffff;
 }
 .blog-sidebar .category-widget .category-list li:hover a {
    background-color: transparent;
    color:#ffffff;
 }


 .blog-sidebar .category-widget .category-list li a:before {
     position: absolute;
     background-color: transpa;
     width: 6px;
     height: 6px;
     left: 0px;
     top: 12px;
     border-radius: 50%;
     transition: all 500ms ease;
     
 }
 
.blog-sidebar .widget-banner{
    background-color:#0dcaf0;
    border-radius: 8px;
    margin-top:70px;
    padding: 52px 40px 55px;
}
.blog-sidebar .widget-banner .banner-content{
    text-align: center;
}
.banner-content h4 {
  
    font-size: 30px ;
    line-height: 40px;
    color: rgb(7, 7, 7);
    margin-bottom: 15px;
   
}
.banner-content h6 {
  
    font-size: 17px;
    line-height: 20px;
    color:  rgb(7, 7, 7);
    margin-bottom: 15px;
   
}
.widget-banner a {
    font-size: 20px;
    line-height: 42px;
    margin-bottom: 15px;
    color: rgb(7, 7, 7);
}


.widget-banner h3 {
    font-size: 25px;
    line-height: 42px;
    margin-bottom: 15px;
    color:  rgb(7, 7, 7);
}




 .blog-sidebar .post-widget .post {
     position: relative;
     display: flex;
     gap: 20px;
     margin-bottom: 25px;
 }

 .blog-sidebar .post-widget .post:last-child {
     margin-bottom: 0px;
 }

 .blog-sidebar .post-widget .post .thumb-box {
     position: relative;
     display: block;
     width: 80px;
     height: 80px;
     min-width: 80px;
 }

 .blog-sidebar .post-widget .post .thumb-box img {
     width: 100%;
     transition: all 500ms ease;
 }

 .blog-sidebar .post-widget .post:hover .thumb-box img {
     opacity: 0.5;
 }

 .blog-sidebar .post-widget .post h6 {
     display: block;
     font-size: 16px;
     line-height: 25px;
     margin-bottom: 12px;
 }

 .blog-sidebar .post-widget .post h6 a {
     display: inline-block;
     color: var(--title-color);
 }

 .blog-sidebar .post-widget .post h6 a:hover {}

 .blog-sidebar .post-widget .post .post-date {
     position: relative;
     display: block;
     font-size: 14px;
     line-height: 26px;
     color: #515151;
     opacity: 0.6;
 }

 .blog-sidebar .tags-widget .tags-list li {
     position: relative;
     display: inline-block;
     float: left;
     margin-right: 10px;
     margin-bottom: 10px;
 }

 .blog-sidebar .tags-widget .tags-list li a {
     position: relative;
     display: inline-block;
     font-size: 14px;
     line-height: 26px;
     color: #515151;
     border: 1px solid #D9D9D9;
     padding: 7px 13px;
 }

 .blog-sidebar .tags-widget .tags-list li a:hover {
     color: #fff;
 }

 .blog-sidebar .ads-widget {
     position: relative;
     display: block;
     background: #226EB6;
     text-align: center;
     padding: 50px 40px;
 }

 .blog-sidebar .ads-widget .shape {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
 }

 .blog-sidebar .ads-widget .image-box {
     position: relative;
     display: block;
     max-width: 224px;
     margin: 0 auto;
     margin-bottom: 35px;
 }

 .blog-sidebar .ads-widget .image-box img {
     width: 100%;
 }

 .blog-sidebar .ads-widget h3 {
     display: block;
     font-size: 28px;
     line-height: 34px;
     color: #fff;
     margin-bottom: 10px;
 }

 .blog-sidebar .ads-widget p {
     font-size: 17px;
     line-height: 30px;
     color: #fff;
     margin-bottom: 35px;
 }

 .blog-details-content {
     position: relative;
     display: block;
 }

 .blog-details-content blockquote {
     position: relative;
     display: block;
     margin: 0px;
     padding: 48px 80px 48px 153px;
     background: #F0F4FB;
     margin-bottom: 50px;
     border-left: solid;
     border-width: 6px;
 }

 .blog-details-content blockquote .icon-box {
     position: absolute;
     left: 63px;
     top: 59px;
 }

 .blog-details-content blockquote p {
     font-size: 28px;
     line-height: 42px;
     font-style: italic;
     font-weight: 400;
 }

 .blog-details-content .news-block-two .inner-box .lower-content p {
     margin-bottom: 0px;
 }

 .blog-details-content h3 {
     display: block;
     font-size: 24px;
     line-height: 31px;
 }

 .blog-details-content .content-one p {
     margin-bottom: 35px;
 }

 .blog-details-content .content-one .list-item li {
     position: relative;
     display: block;
     font-size: 17px;
     line-height: 30px;
     padding-left: 16px;
 }

 .blog-details-content .content-one .list-item li:before {
     position: absolute;
     content: '';
     background: #515151;
     width: 6px;
     height: 6px;
     left: 0px;
     top: 12px;
     border-radius: 50%;
 }

 .blog-details-content .two-column .image-box {
     position: relative;
     display: block;
     margin-right: 60px;
     margin-bottom: 40px;
 }

 .blog-details-content .two-column .image-box img {
     width: 100%;
 }

 .blog-details-content .two-column .text-box {
     position: relative;
     display: block;
     margin-left: -30px;
     margin-bottom: 40px;
 }

 .blog-details-content .post-share-option .post-tag {
     position: relative;
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .blog-details-content .post-share-option .post-tag h6 {
     font-size: 16px;
     line-height: 25px;
     padding-right: 20px;
 }

 .blog-details-content .post-share-option .post-tag li a {
     position: relative;
     display: inline-block;
     font-size: 14px;
     line-height: 26px;
     color: #515151;
     border: 1px solid #D9D9D9;
     padding: 7px 13px;
 }

 .blog-details-content .post-share-option .post-tag li a:hover {
     color: #fff;
 }

 .blog-details-content .post-share-option {
     border-bottom: 1px solid #D9D9D9;
 }

 .blog-details-content .comment-form .form-group {
     position: relative;
     padding: 0px 11px;
     margin-bottom: 22px;
 }

 .blog-details-content .comment-form .form-group:last-child {
     margin-bottom: 0px;
 }

 .blog-details-content .comment-form form {
     margin: 0px 4px;
 }

 .blog-details-content .comment-form .form-group input[type='text'],
 .blog-details-content .comment-form .form-group input[type='email'],
 .blog-details-content .comment-form .form-group textarea {
     position: relative;
     display: block;
     width: 100%;
     height: 65px;
     background: #F4F4F4;
     border: 1px solid #F4F4F4;
     font-size: 17px;
     color: #515151;
     padding: 10px 28px;
     transition: all 500ms ease;
 }

 .blog-details-content .comment-form .form-group textarea {
     height: 135px;
     resize: none;
 }

 .blog-details-content .comment-form .form-group input:focus,
 .blog-details-content .comment-form .form-group textarea:focus {}

 .google-map-section {
     position: relative;
     width: 100%;
 }

 .google-map-section .map-inner {
     position: relative;
     width: 100%;
     height: 550px;
     margin:0;
     padding:0;
 }

 .google-map-section .map-inner iframe {
     position: relative;
     width: 100%;
     height: 550px;
     border: none;
 }

 /** contact-style-two **/

 .contact-style-two {
     position: relative;
 }

 .contact-style-two .inner-container {
     position: relative;
     display: block;
     background: #F4F4F4;
 }

 .contact-style-two .contact-info {
     position: relative;
     display: block;
     padding: 60px;
 }

 .contact-style-two .sec-title h2 {
     font-size: 36px;
     line-height: 44px;
 }

 .contact-style-two .contact-info .info-list li {
     position: relative;
     display: block;
     padding-bottom: 30px;
     margin-bottom: 30px;
 }

 .contact-style-two .contact-info .info-list li:before {
     position: absolute;
     content: '';
     background: #D9D9D9;
     width: 75px;
     height: 1px;
     left: 0px;
     bottom: 0px;
 }

 .contact-style-two .contact-info .info-list li h4 {
     position: relative;
     display: flex;
     align-items: center;
     gap: 15px;
     font-size: 20px;
     line-height: 27px;
     margin-bottom: 8px;
 }

 .contact-style-two .contact-info .info-list li h4 span {
     position: relative;
     display: inline-block;
 }

 .contact-style-two .contact-info .info-list li h4 i {
     position: relative;
     display: inline-block;
     width: 40px;
     height: 40px;
     line-height: 40px;
     min-width: 40px;
     background: #fff;
     text-align: center;
     border-radius: 50%;
     font-size: 16px;
 }

 .contact-style-two .contact-info .info-list li p a {
     color: var(--text-color);
 }

 .contact-style-two .contact-info .info-list li p a:hover {}

 .contact-style-two .contact-info .social-links {
     position: relative;
     display: flex;
     align-items: center;
     gap: 20px;
 }

 .contact-style-two .contact-info .social-links li a {
     position: relative;
     display: inline-block;
     width: 40px;
     height: 40px;
     line-height: 42px;
     background: #fff;
     text-align: center;
     border-radius: 50%;
     font-size: 18px;
     color: #121212;
 }

 .contact-style-two .contact-info .social-links li a:hover {
     color: #fff;
 }

 .contact-style-two .form-inner {
     position: relative;
     display: block;
     background: #121212;
     padding: 65px;
 }

 .contact-style-two .form-inner h3 {
     font-size: 24px;
     line-height: 31px;
     color: #fff;
     text-transform: capitalize;
 }

 .contact-style-two .form-inner .form-group {
     position: relative;
     margin-bottom: 20px;
 }

 .contact-style-two .form-inner .form-group:last-child {
     margin-bottom: 0px;
 }

 .contact-style-two .form-inner .form-group input[type='text'],
 .contact-style-two .form-inner .form-group input[type='email'],
 .contact-style-two .form-inner .form-group textarea {
     position: relative;
     display: block;
     font-size: 17px;
     line-height: 30px;
     width: 100%;
     color: #D9D9D9;
     font-weight: 300;
     padding: 0px 15px;
     border-bottom: 1px solid #515151;
     height: 70px;
     transition: all 500ms ease;
 }

 .contact-style-two .form-inner .form-group input:focus,
 .contact-style-two .form-inner .form-group textarea:focus {}

 .contact-style-two .form-inner .form-group textarea {
     height: 146px;
     padding-top: 10px;
     resize: none;
 }

 .contact-style-two .form-inner .form-group .theme-btn:hover {
     color: var(--theme-color) !important;
 }

 .contact-style-two .form-inner .form-group .theme-btn:before,
 .contact-style-two .form-inner .form-group .theme-btn:after {
     background: #fff;
 }

 .service-bottom{
    margin-bottom: 720px;
 }

 @media screen and  (max-width:992px){
    .service-bottom{
        margin-bottom: 70px;
     }
 }
 