
/************ 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: #0274be;
--secondary-color: #131615;
--theme-color-2: #E4753D;
--text-color: #666666;
--title-color: #111111;
--text-font: "Roboto", Sans-serif;
--title-font: "Roboto", Sans-serif;

}

body {
font-size:16px;
color: var(--text-color);
line-height:26px;
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: 1200px;
padding: 0px 15px;
}
}

.large-container{
max-width:100%;
/*padding: 0px 15px;*/
margin: 0 auto;
}

.container-fluid{
padding: 0px;
}

.auto-container{
position:static;
max-width:1320px;
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: 400;
font-size: 16px !important;
margin: 0px;
transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
position:relative;
font-family: var(--title-font);
font-weight: 500;
color: var(--title-color);
margin: 0px;
transition: all 500ms ease;
}




.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;
}

/** button **/


.theme-btn{
position: relative;
display: inline-block;
overflow: hidden;
vertical-align: middle;
font-size: 16px;
line-height: 30px;
font-weight: 500;
font-family: var(--title-font);
color: #fff !important;
text-align: center;
border-radius: 30px;
padding: 10px 30px;
z-index: 1;
transition: all 0.5s ease-in-out 0.0s;
}

.theme-btn:hover{
background: var(--secondary-color);
color: #fff !important;
}

.theme-btn.btn-two{
background: #fff;
color: #000 !important;
padding: 9px 40px;
}

.theme-btn.btn-two:before,
.theme-btn.btn-two:after{

}

.theme-btn.btn-two:hover{
color: #fff !important;
}

.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%;
}

.theme-btn span{
position: relative;
padding-right: 22px;
color: #fff;
}

.theme-btn span:before{
position: absolute;
content: '\e901';
font-family: 'icomoon';
font-size: 14px;
top: -3px;
right: 0px;
font-weight: 400;
}


.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;
justify-content: center;
}

.pagination li{
position: relative;
display: inline-block;
margin: 0px 5px;
}

.pagination li a{
position: relative;
display: inline-block;
font-size: 12px;
font-family: var(--title-font);
color: var(--title-color);
height: 44px;
width: 44px;
line-height: 44px;
background: #ffffff;
border: 1px solid #E5E5E5;
text-align: center;
border-radius: 50%;
z-index: 1;
transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current{
color: #fff;
}

.pagination li a.dot-link{
position: relative;
width: 8px;
height: 8px;
line-height: 8px;
background: rgba(11, 3, 3, 0.40);
border-radius: 50%;
border: none;
}

.pagination li a.dot-link:hover,
.pagination li a.dot-link.current{

}

.pagination li a.dot-link:before{
position: absolute;
content: '';
width: 20px;
height: 20px;
border: solid;
border-width: 2px;
opacity: 0;
border-radius: 50%;
left: -6px;
top: -6px;
transition: all 500ms ease;
}

.pagination li a.dot-link:hover:before,
.pagination li a.dot-link.current:before{
opacity: 1;
}

.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: "\e907";
font-family: 'icomoon';
text-align: center;
line-height: 50px;
font-size: 20px;
color: var(--theme-color);
left: 0;
top: 0;
height: 50px;
width: 50px;
cursor: pointer;
display: block;
z-index: 2;
transform: rotate(-180deg);
-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 h2{
position: relative;
display: block;
font-size: 48px;
line-height: 53px;
font-weight: 700;
}

.sec-title.light h2{
color: #fff;
}

.sec-title .sub-title{
position: relative;
display: inline-block;
font-size: 12px;
line-height: 20px;
font-family: var(--text-font);
font-weight: 600;
padding: 4px 21px 2px 21px;
border-radius: 40px;
text-transform: uppercase;
z-index: 1;
}

.sec-title .sub-title:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0px;
top: 0px;
border-radius: 40px;
z-index: -1;
opacity: 0.05;
}

.sec-title .sub-title:after{
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0px;
top: 0px;
border-radius: 40px;
z-index: -1;
opacity: 0.2;
border: solid;
border-width: 1px;
}




/*** 

====================================================================
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:0;
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;
box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1019607843) !important;
}

.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;
}


/** language-switcher **/

.language-picker label{
display: none;
}

.language-picker .nice-select{
display: none;
}


.language-picker {
position: relative;
display: inline-block;
}

.language-picker__button .icon {
display: none;
}

.language-picker__dropdown {
position: absolute;
left: 0;
top: 100%;
width: 70px;
background-color: #fff;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
padding: 15px 15px;
visibility: hidden;
opacity: 0;
z-index: 2;
border-radius: 5px;
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
text-align: left;
transition: visibility 0s .2s, opacity .2s, -webkit-transform .2s ease-out;
transition: visibility 0s .2s, opacity .2s, transform .2s ease-out;
transition: visibility 0s .2s, opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

.language-picker__list{
text-align: center;
}

.language-picker__list .language-picker__flag{
padding: 0px !important;
width: 20px;
height: 20px;
display: inline-block;
}

.language-picker__button[aria-expanded=true]+.language-picker__dropdown {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(4px);
-ms-transform: translateY(4px);
transform: translateY(4px);
transition: opacity .2s, -webkit-transform .2s ease-out;
transition: opacity .2s, transform .2s ease-out;
transition: opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

.language-picker__item span {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}

.language-picker__item:hover {

}

.language-picker__button{
position: relative;
border: none !important;
padding: 0px;
padding-right: 4px;
}

.language-picker__button:before{
position: absolute;
content: '\e905';
font-family: 'icomoon';
font-size: 6px;
top: 8px;
right: 0px;
color: #fff;
}

.language-picker__flag {
position: relative;
font-size: 14px;
line-height: 16px;
font-family: var(--title-font);
font-weight: 400;
color: var(--title-color);
padding-left: 33px;
text-transform: uppercase;
}

.language-picker__list .language-picker__flag{
padding: 4px 0px 4px 33px;
}

.language-picker__list

.language-picker__flag.language-picker__label:after {
position: absolute;
content: '';
background-image: url(../images/icons/icon-1.png);
width: 10px;
height: 6px;
top: 6px;
right: 0px;
background-repeat: no-repeat;
}

.language-picker__flag.language-picker__label{
padding-left: 26px;
padding-right: 0px;
padding-right: 16px;
}

.language-picker__flag em{
font-style: normal;
}

.language-picker__flag::before {
position: absolute;
content: '';
height: 20px;
width: 20px;
top: 4px;
left: 0px;
border-radius: 50%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

.language-picker__flag.language-picker__label:before{
top: -3px;
left: 0px;
}

.language-picker__dropdown .language-picker__flag::before {
margin-right: .5rem;
margin-right: var(--space-xs);
top: -1px;
}

.language-picker__flag--deutsch::before {
background-image: url(../images/icons/flag-deutsch.png);
}

.language-picker__flag--english::before {
background-image: url(../images/icons/flag-english.png);
}

.language-picker__flag--francais::before {
background-image: url(../images/icons/flag-francais.png);
}

.language-picker__flag--italiano::before {
background-image: url(../images/icons/flag-italiano.png);
}

.language-picker--hide-label .language-picker__button .icon {
margin-left: 0
}

.language-picker--hide-label .language-picker__button em {
display: none
}

.language-picker--hide-label .language-picker__button .language-picker__flag::before {
margin-right: .25rem;
margin-right: var(--space-xxxs)
}

.language-picker__flag.language-picker__label{
padding-right: 7px;
}

.nice-select{
position: relative;
display: block;
width: 100%;
font-size: 16px;
line-height: 26px;
color: var(--text-color);
font-family: var(--text-font);
padding-right: 14px;
}

.nice-select:before{
position: absolute;
content: '\e914';
font-family: 'icomoon';
font-size: 7px;
top: 0px;
right: 25px;
}

.nice-select .list{
min-width: 100px;
}

.nice-select .list li{
color: var(--text-color);
}

.nice-select .list{
max-height: 160px;
overflow-x: hidden;
overflow-y: auto;
}


.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;
}


/** rtl-switcher **/

.demo-rtl{
position: fixed;
top: 390px;
left: 10px;
z-index: 9999;
}

button.rtl{
background: var(--theme-color);
display: block;
text-indent: inherit;
font-size: 12px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-weight: 700;
margin: 0px;
color: #fff !important;
border-radius: 50%;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
transition: all 500ms ease;
}

.demo-ltr{
position: fixed;
top: 390px;
left: auto;
right: 10px;
z-index: 9999;
}

button.ltr {
background: var(--theme-color);
display: block;
text-indent: inherit;
font-size: 12px;
font-weight: 700;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
margin: 0px;
color: #fff !important;
border-radius: 50%;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
transition: all 500ms ease;
}

.boxed_wrapper.ltr .demo-rtl{
display: block;
}

.boxed_wrapper.ltr .demo-ltr{
display: none;
}

.boxed_wrapper.rtl .demo-rtl{
display: none;
}

.boxed_wrapper.rtl .demo-ltr{
display: block;
}

.nav-style-one .owl-nav button{
position: relative;
display: inline-block;
overflow: hidden;
width: 70px;
height: 70px;
line-height: 74px;
background: #fff;
text-align: center;
border-radius: 50%;
cursor: pointer;
font-size: 16px;
z-index: 1;
transition: all 500ms ease;
}

.nav-style-one .owl-nav .owl-prev{
margin-right: 10px;
}

.nav-style-one .owl-nav button:hover{
background: transparent !important;
}

.nav-style-one .owl-nav button:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0px;
top: 0px;
border-radius: 50%;
transform-origin: top center;
transform: scaleY(0);
z-index: -1;
transition: all 500ms ease;
}

.nav-style-one .owl-nav button:hover:before{
transform: scaleY(1);
}

.accordion-box .block .acc-content {
position: relative;
display: none;
}

.accordion-box .block .acc-content.current {
display: block;
}

.nice-select .option{
padding-left: 15px;
padding-right: 15px;
}

.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);
}

.border-animation {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
border: 1px dashed rgba(255, 255, 255, 0.50);
animation: squares 2.9s linear 0s infinite;
-webkit-animation: squares 2.9s linear 0s infinite;
-ms-animation: squares 2.9s linear 0s infinite;
-o-animation: squares 2.9s linear 0s infinite;
-webkit-animation-play-state: running;
-moz-animation-play-state: running;
-o-animation-play-state: running;
animation-play-state: running;
opacity: 0;
}

.border-animation.border-2 {
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
-o-animation-delay: 1s;
animation-delay: 1s;
}

.border-animation.border-3 {
-webkit-animation-delay: 2s;
-moz-animation-delay: 2s;
-o-animation-delay: 2s;
animation-delay: 2s;
}


.search-popup {
position: fixed;
left: 0;
top: 0px;
width: 100%;
height: 100%;
z-index: 99999;
visibility: hidden;
opacity: 0;
overflow: auto;
background: rgba(0, 0, 0, 0.80);
-webkit-transform: translateY(101%);
-ms-transform: translateY(101%);
transform: translateY(101%);
transition: all 700ms ease;
-moz-transition: all 700ms ease;
-webkit-transition: all 700ms ease;
-ms-transition: all 700ms ease;
-o-transition: all 700ms ease;
}

.search-popup.popup-visible {
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
visibility: visible;
opacity: 1;
}

.search-popup .popup-inner{
width: 100%;
height: 100%;
background: #fff;
}

.search-popup .upper-box{
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
padding: 70px 70px;
}

.search-popup .overlay-layer {
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
display: block;
}

.search-popup .close-search {
position: relative;
font-size: 20px;
color: var(--title-color);
cursor: pointer;
z-index: 5;
transition: all 500ms ease;
}

.search-popup .close-search:hover {
color: red;
}

.search-popup .search-form {
position: relative;
width: 100%;
padding: 100px 0px 250px 0px;
}

.search-popup .search-form .form-group{
position: relative;
margin: 0px;
}

.search-popup .search-form fieldset input[type="search"] {
position: relative;
height: 90px;
padding: 20px 0px;
background: #ffffff;
line-height: 30px;
font-size: 24px;
color: #808080;
font-family: 'Inter', sans-serif;
border: none;
border-radius: 0px;
padding-right: 50px;
border-bottom: 1px solid #e5e5e5;
}

.search-popup .search-form fieldset button[type="submit"] {
position: absolute;
top: 30px;
right: 0px;
font-size: 22px;
color: #141417;
cursor: pointer;
transition: all 500ms ease;
}

.search-popup .search-form fieldset input[type="search"]:focus{
border-color: #141417;
}

.search-popup .form-control:focus{
box-shadow: none !important;
}

.banner-btn{
background: #fff;
}

.banner-btn:hover,
.banner-btn:before,
.banner-btn:after{

}

.list-style-one li{
position: relative;
display: block;
font-size: 16px;
line-height: 26px;
margin-bottom: 8px;
padding-left: 35px;
}

.list-style-one li:last-child{
margin-bottom: 0px;
}

.list-style-one li:before{
position: absolute;
content: '\e91d';
font-family: 'icomoon';
font-size: 10px;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border-radius: 4px;
left: 0px;
top: 0px;
color: #fff;
background-color: #0274be !important;
}


.slide-text{
position: relative;
display: block;
}

.slide-text .text-inner{
position: relative;
display: block;
padding: 25px 0px;
transform: rotate(-5deg);
}

.slide-text .text-inner:before{
position: absolute;
content: '';
left: -50px;
top: 0px;
width: calc(100% + 100px);
height: 100%;
}

.slide-text .text-inner .text-list{
position: relative;
display: flex;
align-items: center;
width: max-content;
-moz-animation: scroll-left 400s linear infinite;
-webkit-animation: scroll-left 400s linear infinite;
animation: scroll-left 400s linear infinite;
}

.slide-text .text-inner .text-list li{
position: relative;
display: inline-block;
font-size: 32px;
line-height: 40px;
font-family: var(--title-font);
color: var(--title-color);
margin-right: 280px;
}

.slide-text .text-inner .text-list li:last-child{
margin: 0px;
}

@-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%); }
}

.slide-text .text-inner .text-list li:before{
position: absolute;
content: '';
background-image: url(../images/icons/icon-1.png);
width: 37px;
height: 37px;
top: 2px;
right: -145px;
background-repeat: no-repeat;
}


.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;
}


.check-box input {
display: none;
}

.check-box label {
position: relative;
font-size: 16px;
line-height: 26px;
color: var(--title-color);
padding-left: 24px;
display: inline-block;
cursor: pointer;
margin-bottom: 0px;
}

.check-box label:before{
position: absolute;
content: '';
left: 0px;
top: 6px;
width: 16px;
height: 16px;
border-radius: 2px;
border-style: solid;
border-width: 1px;
border-color: #DDDDDD;
background: transparent;
}

.check-box label:after {
position: absolute;
content: '\e91d';
font-family: 'icomoon';
left: 4px;
top: 1px;
opacity: 0;
font-size: 8px;
color: #fff;
}

.check-box input:checked + label:after {
opacity: 1;
}

.check-box input:checked + label:before{

}


.dots-style-one .owl-dots span{
display: none !important;
}

.dots-style-one .owl-dots button{
position: relative;
display: inline-block;
width: 9px;
height: 9px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.30);
cursor: pointer;
margin: 0px 5px;
transition: all 500ms ease;
}

.dots-style-one .owl-dots button.active,
.dots-style-one .owl-dots button:hover{
background: #fff;
transform: scale(1.45);
}




.select_wrap{
position: relative;
margin-bottom: 20px;
}

.select_wrap .default_option{
position: relative;
}

.select_wrap .default_option li{
position: relative;
border: 1px solid #E5E5E5;
border-radius: 10px;
padding: 24px 24px;
cursor: pointer;
}

.select_wrap .default_option:before{
position: absolute;
content: "\e905";
font-family: 'icomoon';
top: 30px;
right: 24px;
font-size: 10px;
color: var(--title-color);
}

.select_wrap .select_ul{
position: absolute;
top: 100%;
left: 0;
width: 100%;
background: #fff;
border-radius: 5px;
transform: scaleY(0);
transform-origin: top center;
z-index: 9;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
border-radius: 10px;
transition: all 500ms ease;
}

.select_wrap.active .select_ul{
transform: scaleY(1);
}

.select_wrap .select_ul li{
padding: 10px 20px;
cursor: pointer;
}

.select_wrap .select_ul li:first-child:hover{
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.select_wrap .select_ul li:last-child:hover{
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}

.select_wrap .select_ul li:hover{
background: #fff4dd;
}

.select_wrap .option{
display: flex;
align-items: center;
}

.select_wrap .option p{
font-size: 16px;
line-height: 30px;
font-weight: 500;
color: var(--title-color);
}

.select_wrap .option .icon{
position: relative;
display: inline-block;
width: 28px;
height: 28px;
border-radius: 50%;
margin-right: 12px;
}

.select_wrap .option .icon img{
width: 100%;
border-radius: 50%;
}

.dark_home{
background: #000;
position: relative;
}

.boxed_wrapper.home_5{
background: #F7F7F7;
}

.clear-bg{
background: transparent !important;
}

.contact_link i{
padding-right: 10px;
}
.dark_home .main-footer {
background: transparent;
margin-top: -53px;
}
/*banner css*/
.home_banner {
height: 577px;
position: relative;
overflow: hidden;
}

.home_banner video {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
z-index: 1;
}

.home_banner::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #00000091;
z-index: 2;
}

.home_banner .home-content {
position: relative;
padding-top: 150px;
color: #fff !important;
z-index: 5;
text-align: left;
}

.home_banner .home p {
font-size: clamp(25px, 4vw, 40px);
margin-top: 10px;
color: #fff !important;
}

.home_banner .home-content button {
display: block;
font-size: 18px;
border: 1px solid #f1f1f1;
border-radius: 5px;
background: transparent;
color: #fff !important;
margin-top: 20px;
padding: 12px 20px;
cursor: pointer;
}
.banner_heading, .text_new{
color: #fff !important;
}

.home_banner .content-column{
z-index: 5
}
.home_banner .content-box {
padding-top: 150px;
}
.home_banner .content-box h2 {
font-size: 60px;
line-height: 64px;
color: #fff;
font-weight: 700;

}
.highlight_new{
text-decoration: underline;
color: #0274be;
font-size: 45px;
}

.abtimg img{
height: 450px;
width: 100%;
object-position: bottom;
object-fit: cover;
}

.account-block-one .joinbtn {
color: #000;
font-size: 16px;
font-weight: 700;
}

.account-block-one .fa-arrow-right {
margin-left: 5px;
background: #0274be;
width: 25px;
height: 25px;
line-height: 26px;
text-align: center;
border-radius: 50px;
color: #fff;
font-size: 11px !important;
}

.account-block-one .inner-box:hover .joinbtn {
color: #0274be;
font-size: 16px;
font-weight: 700;
}
.joinbtn:hover{
letter-spacing: 1px;
}

.account-block-one .inner-box:hover .fa-arrow-right {
margin-left: 5px;
background: #131615;
width: 25px;
height: 25px;
line-height: 26px;
text-align: center;
border-radius: 50px;
color: #fff;
font-size: 11px !important;
}
.new_parasec{
max-width: 66%;
margin:0 auto;
}

.project-tab .newsectabs li{
padding:11px 20px !important;
}

.box-image-banner-3-1 {
margin-top: 150px;
}

.about-section{
background-image: url(../images/new/service-bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.logo_images {
width: 100%;
}
.new_cont_img {
display: flex;
gap: 20px;
align-items: center;
}
.new_cont_img {
display: flex;
gap: 20px;
align-items: center;
justify-content: center;
margin-top: 21px;
}
.new_cont_img img {
width: 100%;
max-width: 160px;
/* margin: 0 auto; */
}
.newadded_rowsec{
padding-top: 30px;
border-top:1px solid rgba(255, 255, 255, 0.20);
}

.row1footer{
border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.breadcrumb_img{
background-image: url(../images/new/breadcrumbnew2.jpg) !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 100px 0 !important;
z-index: 1;
}
.breadcrumb_img:before{
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #00000091;
z-index: -1;
}
/** working-section **/

.working-section{
position: relative;
}

.content_block_nine .content-box{
position: relative;
display: block;
}

.content_block_nine .content-box .inner-box .single-item{
position: relative;
display: block;
padding-bottom: 45px;
padding-left: 48px;
z-index: 1;
}

.content_block_nine .content-box .inner-box .single-item:last-child{
padding-bottom: 0px;
}

.content_block_nine .content-box .inner-box .single-item:before{
position: absolute;
content: '';
background: #EBEDF0;
width: 1px;
height: 100%;
left: 16px;
top: 0px;
z-index: -1;
opacity: 0.2;
}

.content_block_nine .content-box .inner-box .single-item:after{
position: absolute;
content: '';
width: 1px;
height: calc(50% + 20px);
left: 16px;
top: 0px;
z-index: -1;
opacity: 0;
transition: all 500ms ease;
}

.content_block_nine .content-box .inner-box .single-item:hover:after{
opacity: 1;
}

.content_block_nine .content-box .inner-box .single-item:last-child:before,
.content_block_nine .content-box .inner-box .single-item:last-child:after{
display: none;
}

.content_block_nine .content-box .inner-box .single-item .count-text{
position: absolute;
display: inline-block;
left: 0px;
top: 0px;
width: 30px;
height: 30px;
line-height: 30px;
background: #fff;
border-radius: 4px;
font-size: 18px;
font-weight: 700;
color: var(--title-color);
text-align: center;
transition: all 500ms ease;
}

.content_block_nine .content-box .inner-box .single-item:hover .count-text{
color: #0274be;
}

.content_block_nine .content-box .inner-box .single-item h3{
position: relative;
display: block;
font-size: 24px;
line-height: 32px;
font-weight: 500;
margin-bottom: 9px;
}

.content_block_nine .content-box .inner-box .single-item h3 a{
display: inline-block;
color: #fff;
font-size: 20px;
font-weight: 700;
}

.content_block_nine .content-box .inner-box .single-item p{
font-size: 18px;
line-height: 24px;
color: #fff;
}

.dark_home .video_block_one .video-box:before{
position: absolute;
content: '';
background: rgba(255, 255, 255, 0.1);
width: calc(100% - 50px);
height: calc(100% - 50px);
left: 0px;
bottom: 0px;
border-radius: 10px;
}

.working-section .pattern-layer{
position: absolute;
left: -100px;
bottom: -450px;
width: 1422px;
height: 1770px;
background-repeat: no-repeat;
opacity: 0.8;
}


/** rtl-css **/

.rtl .content_block_nine .content-box{
margin-left: 0px;
margin-right: 70px;
}

.rtl .content_block_nine .content-box .inner-box .single-item{
padding-left: 0px;
padding-right: 48px;
}

.rtl .content_block_nine .content-box .inner-box .single-item:before{
left: inherit;
right: 16px;
}

.rtl .content_block_nine .content-box .inner-box .single-item:after{
left: inherit;
right: 16px;
}

.rtl .content_block_nine .content-box .inner-box .single-item .count-text{
left: inherit;
right: 0px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
.content_block_nine .content-box{
margin-left: 0px;
margin-top: 30px;
}

.rtl .content_block_nine .content-box{
margin-right: 0px;
}
}

@media only screen and (max-width: 767px){
.working-section{
padding: 70px 0px;
}
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
.video_block_one .video-box{
padding: 0px;
}
}

.image-box .image-shape .shape-1 {
position: absolute;
left: 41px;
top: -37px;
width: 570px;
height: 570px;
background: #f5f8f7;
border-radius: 50%;
}
.image-box .image-shape .shape-2 {
position: absolute;
left: 41px;
top: -37px;
width: 570px;
height: 570px;
border-radius: 50%;
background-repeat: no-repeat;

}
.image-box .rotate-me{
animation-name: rotateme;
animation-duration: 30s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes rotateme {
from {
transform: rotate(0deg);
}
to { 
transform: rotate(360deg);
}
}


.service-4 .signle-service-item {
width: 100%;
height: auto;
padding: 75px 40px 30px 40px;
position: relative;
margin-top: 10px;
border-radius: 6px;
text-align: center;
background-color: #fff;
z-index: 1;
box-shadow: 0px 10px 20px 6px rgba(0, 0, 0, 0.1019607843) !important;
}
.service-4 .signle-service-item h4 a {
color: #000;
font-size: 22px;
line-height: 24px;
font-weight: 500;
}

.service-4 .signle-service-item .icon {
position: absolute;
top: -35px;
left: 41%;
-webkit-transform: translate(-50%);
transform: translate(-50%);
width: 70px;
height: 70px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
border-radius: 12px;
background: #0274be;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--white);
font-size: 33px;
overflow: hidden;
}

@media (max-width: 1199px) {
.service-4 .signle-service-item .icon {
left: 42%;
}
}

.service-4 .signle-service-item .icon i {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: relative;
z-index: 2;
display: inline-block;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.service-4 .signle-service-item .line {
width: 130px;
height: 4px;
margin: 0 auto;
background: #0274be;
}

.service-4 .signle-service-item .service-bg {
position: relative;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 0%;
z-index: -1;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
overflow: hidden;
border-radius: 12px;
}

.service-4 .signle-service-item .service-bg::after {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
content: "";
background: rgba(0, 3, 37, 0.56);
}

.service-4 .signle-service-item:hover .icon i {
-webkit-animation: iconTranslateX 0.4s forwards;
animation: iconTranslateX 0.4s forwards;
}

.service-4 .signle-service-item:hover h4 a {
color: #fff !important;
}

.service-4 .signle-service-item:hover p {
color: #fff !important;
}

.service-4 .signle-service-item:hover {
height: 100%;
background-color: #000 !important;
}
.signle-service-item .icon img {
width: 100%;
max-width: 41px;
transform: rotate(45deg);
}


/** contact-section **/

.contact-section{
position: relative;
}

.contact-section .single-info{
position: relative;
display: block;
padding: 15px 15px 15px 95px;
margin-bottom: 15px;
/* box-shadow: 0px 10px 20px 6px rgba(0, 0, 0, 0.1019607843) !important; */
}

.contact-section .single-info .icon-box {
position: absolute;
display: inline-block;
left: 10px;
top: 5px;
width: 62px;
height: 62px;
line-height: 62px;
font-size: 30px;
color: #fff;
text-align: center;
border-radius: 50%;
}
.form-inner {
background: #fff;
box-shadow: 0px 10px 20px 6px rgba(0, 0, 0, 0.1019607843) !important;
padding: 30px;
height: 100%;
}

.contact-section .single-info h4{
display: block;
font-size: 20px;
line-height: 30px;
font-weight: 700;
margin-bottom: 5px;
color: #fff;
}

.contact-section .single-info p{
position: relative;
display: block;
/* max-width: 170px; */
color: #fff ;
}

.contact-section .single-info p a{
display: inline-block;
color: #fff;
}


.contact-section .form-inner .form-group{
position: relative;
display: block;
margin-bottom: 12px;
}

.contact-section .form-inner .form-group label{
position: relative;
display: block;
font-size: 16px;
line-height: 26px;
color: var(--title-color);
margin-bottom: 8px;
font-weight: 600;
}

.contact-section .form-inner .form-group input[type='text'],
.contact-section .form-inner .form-group input[type='email'],
.contact-section .form-inner .form-group input[type='file'],
.contact-section .form-inner .form-group input[type='date'],
.contact-section .form-inner .form-group textarea,
.contact-section .form-inner .form-group select{
position: relative;
display: block;
width: 100%;
height: auto;
border: 1px solid rgba(229, 229, 229, 1);
/* border-radius: 50px; */
font-size: 16px;
color: var(--title-color);
padding: 10px;
transition: all 500ms ease;
}

.contact-section .form-inner .form-group textarea{
height:auto;
resize: none;
/* border-radius: 20px; */
}

.contact-section .form-inner .form-group .theme-btn{
border-radius: 40px;
}

.contact-section .map-inner{
position: relative;
display: block;
height: 500px;
border-radius: 10px;
overflow: hidden;
}

.contact-section .map-inner iframe{
position: relative;
width: 100%;
height: 100%;
}


/** responsive-css **/

@media only screen and (max-width: 767px){
.contact-section{
padding: 65px 0px 70px 0px;
}
}

.contact-section .info-inner {
background-image: url(https://ideasandsignals.com/public/webassets/assets/images/new/feature-bg.png);
background-position: left;
background-repeat: no-repeat;
background-size: cover;
padding: 30px 30px 50px 30px;
height: 100%;
}
.bg-over{
background-image: url('https://ideasandsignals.com/public/webassets/assets/images/new/re.jpg') !important;
background-position: left;
background-repeat: no-repeat;
background-size: cover;
height: 100%;
}

.bg-over:before{
background: #000000a6;
content: '';
height: 100%;
width: 100%;
position: absolute;
top: 0;

}

.account-section {
position: relative;
background: #F7F7F7;
overflow: hidden;
}
.account-section .pattern-layer {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.content-one h3{
font-size: 22px;
margin-top: 20px;
}



/** account-section **/

.account-section{
position: relative;
background: #F7F7F7;
border-radius: 40px;
overflow: hidden;
}

.account-section .pattern-layer{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.account-block-one{
margin-top: 28px;
}

.account-block-one .inner-box{
position: relative;
display: block;
background: #000;
box-shadow: 0px 4px 50px 10px rgba(0, 0, 0, 0.04);
border-radius: 10px;
padding: 51px 20px 30px 20px;
margin-bottom: 30px;
transition: all 500ms ease;
}

.account-block-one .inner-box:hover{
box-shadow: 0px 10px 80px 10px rgba(0, 0, 0, 0.15);
}

.account-block-one .inner-box .icon-box{
position: absolute;
display: inline-block;
left: 30px;
top: -28px;
width: 56px;
height: 56px;
line-height: 56px;
border-radius: 10px;
text-align: center;
font-size: 24px;
color: #fff;
overflow: hidden;
z-index: 1;
}

.account-block-one .inner-box .icon-box:before{
position: absolute;
content: '';
background: var(--secondary-color);
width: 100%;
height: 0%;
left: 0px;
top: 0px;
border-radius: 10px;
z-index: -1;
transition: all 500ms ease;
}

.account-block-one .inner-box:hover .icon-box:before{
height: 100%;
}

.account-block-one .inner-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 30px;
margin-bottom: 11px;
}

.account-block-one .inner-box h3 a {
color: #0274be;
font-weight: 600;
font-size: 20px;
}
.account-block-one .inner-box p {
color: #fff;
}

.account-style-three{
background-image: url(../images/new/shape-42.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}


/** account-style-two **/

.account-style-two{
position: relative;
background: #191919;
}

.account-block-two{
position: relative;
margin-top: 30px;
}

.account-block-two .inner-box{
position: relative;
display: block;
background: #fff;
border-radius: 10px;
padding: 15px 30px 0px 30px;
margin-bottom: 30px;
z-index: 1;
height:210px;
}
.account-block-two .inner-box .icon-box img {
width: 100%;
max-width: 39px;
line-height: 39px;
}

.account-block-two .inner-box:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0px;
top: 0px;
transform: scaleX(0);
transform-origin: center;
z-index: -1;
border-radius: 10px;
transition: all 500ms ease;
}

.account-block-two .inner-box:hover:before{
transform: scaleX(1);
}
.account-block-two .inner-box:hover .icon-box img {
filter: invert(1);
}
.account-block-two .inner-box .icon-box{
position: absolute;
left: 50%;
top: -30px;
margin-left: -32px;
width: 64px;
height: 64px;
line-height: 50px;
text-align: center;
font-size: 36px;
color: #fff;
border-radius: 50%;
transition: all 500ms ease;
}

.account-block-two .inner-box:hover .icon-box{
background: #fff;
box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
}

.account-block-two .inner-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 30px;
font-weight: 500;
margin-bottom: 10px;
}

.account-block-two .inner-box h3 a{
display: inline-block;
color: var(--title-color);
font-size: 20px;
font-weight: 600;
line-height: 27px;
}

.account-block-two .inner-box h3 a:hover{
text-decoration: underline;
}

.account-block-two .inner-box:hover h3 a,
.account-block-two .inner-box:hover p{
color: #fff;
}

.account-block-two .inner-box p{
margin-bottom: 16px;
transition: all 500ms ease;
}

.account-block-two .inner-box:hover .btn-box .theme-btn{
background: #fff;
color: var(--theme-color) !important;
}

.account-style-two .pattern-layer .pattern-1{
position: absolute;
left: 0px;
top: -1px;
width: 100%;
height: 43px;
background-size: 100% 100%;
}

.account-style-two .pattern-layer .pattern-2{
position: absolute;
left: 0px;
bottom: -1px;
width: 100%;
height: 43px;
background-size: 100% 100%;
}


/** account-style-three **/



.feature-account .inner-container{
position: relative;
display: block;
background: #fff;
box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.06);
border-radius: 10px;
overflow: hidden;
}

.feature-account .inner-container .single-item{
position: relative;
float: left;
width: 20%;
}

.feature-account .single-item{
position: relative;
display: block;
padding: 46px 25px 40px 30px;
border-right: 1px solid #e5e5e5 !important;
min-height: 385px;
}

.feature-account .single-item:last-child{
border-right: none;
}

.feature-account .single-item .icon-box{
position: relative;
display: inline-block;
font-size: 46px;
line-height: 46px;
margin-bottom: 12px;
padding-top: 12px;
}

.feature-account .single-item h4{
display: block;
font-size: 20px;
line-height: 28px;
font-weight: 500;
margin-bottom: 12px;
}

.feature-account .single-item h4 a {
display: inline-block;
color: #fff;
font-size: 24px !important;
line-height: 32px;
font-weight: 600;
}
.feature-account .single-item .list-style-one li{
margin-bottom: 13px;
}

.feature-account .single-item .list-style-one li:last-child{
margin-bottom: 0px;
}

.feature-account .single-item .list-style-one li:before {
width: 20px;
height: 20px;
line-height: 8px;
border-radius: 50%;
font-size: 18px;
border: 1px solid #0274be !important;
background: transparent !important;
padding-top: 3px;
padding-left: 3px;
}
.feature-account .inner-container .shape{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

/** responsive-css **/


@media only screen and (max-width: 991px){
.account-block.pt_75{
padding-top: 0px;
}

.content_block_eight .content-box{
margin-left: 0px;
}

.rtl .content_block_eight .content-box{
margin-right: 0px;
}

.content_block_eight .content-box.mr_60{
margin-right: 0px;
margin-bottom: 30px;
}

.feature-account .inner-container .single-item{
width: 50%;
}
}

@media only screen and (max-width: 767px){
.account-section{
padding: 70px 0px 40px 0px;
}

.account-style-two{
padding: 110px 0px 80px 0px;
}

.account-style-three{
padding: 70px 0px;
}

.account-style-two.clear-bg{
padding: 50px 0px 40px 0px;
}

.feature-account{
padding-bottom: 70px;
}
}

@media only screen and (max-width: 599px){
.feature-account .inner-container .single-item{
width: 100%;
border: none !important;
}
}

.main_new_single {
background: #0274be;
padding: 12px;
margin-bottom: 20px;
border-radius: 10px;
}
.feature-account .single-item .icon-box .icon-32 {
color: #fff;
}

/* pricing css */

.pricing-1.style-2 {
position: relative;
padding: 30px;
}
.pricing-1.style-2 .single-pricing-item {
background-color: #fff;
padding: 36px 20px;
padding-bottom: 0;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
transition:all 0.5s ease-in-out 0.0s ;
/* margin-top: 30px; */
gap: 20px;
height: 790px !important;
padding-bottom: 29px;
}
.pricing-1.style-2 .single-pricing-item:hover{
background-color:#0274be;
}
.pricing-1.style-2 .single-pricing-item:hover .theme-btn {
background: #000;
}
.pricing-1.style-2 .single-pricing-item:hover h4, .pricing-1.style-2 .single-pricing-item:hover .price, .pricing-1.style-2 .single-pricing-item:hover .price span, .pricing-1.style-2 .single-pricing-item:hover .pricing-1 .list-style-one li{
color: #fff !important;
}
.pricing-1.style-2 .single-pricing-item:hover li {
color: #fff;
}
.pricing-1.style-2 .single-pricing-item:hover .list-style-one li:before {
background: #000 !important;
}
.mainetop {
width: 100%;
background: #0274be;
padding: 20px;
border-radius: 10px;
}
.pricing-1.style-2 .single-pricing-item:hover .mainetop {
background: #fff;
}
.pricing-1.style-2 .single-pricing-item:hover .mainetop h4, .pricing-1.style-2 .single-pricing-item:hover .mainetop .price, .pricing-1.style-2 .single-pricing-item:hover .mainetop span{
color: #000 !important;
}
.pricing-1.style-2 .single-pricing-item .mainetop h4, .pricing-1.style-2 .single-pricing-item .mainetop .price, .pricing-1.style-2 .single-pricing-item .mainetop span{
color: #fff ;
}

.pricing-1.style-2 .single-pricing-item::after {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
content: "";
border: 1px solid #000;
height: 0;
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
border-radius: 4px;
}

@media (max-width: 1199px) {
.pricing-1.style-2 .single-pricing-item.border-style {
height: auto;
}
}

.pricing-1.style-2 .single-pricing-item.border-style:hover::after {
display: none;
}

.pricing-1.style-2 .single-pricing-item .price-btn {
background-color: #F2F2F3;
padding: 5px 13px;
border: 1px solid #000;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 22px;
letter-spacing: 0.24px;
position: absolute;
top: -15px;
right: 20px;
cursor: pointer;
}

.pricing-1.style-2 .single-pricing-item .header h4 {
color: #000;
text-align: center;
font-size: 22px;
font-weight: 600;
}

.pricing-1.style-2 .single-pricing-item .header span {
color:#000;
}

.pricing-1.style-2 .single-pricing-item .price {
border-bottom: none;
}

.pricing-1.style-2 .single-pricing-item .price span {
color: #000;
}

.pricing-1.style-2 .single-pricing-item .list {
margin-top: 30px;
width: 100%  !important;
}

.pricing-1.style-2 .single-pricing-item .list li {
color: #000;
}

.pricing-1.style-2 .single-pricing-item .theme-btn {
width: calc(100% - 80px);
text-align: center;
margin-top: 0;
background: #0274be;
}

.pricing-1.style-2 .single-pricing-item .price-img {
width: 100%;
height: 102px;
margin-top: 20px;
}

.pricing-1.style-2 .single-pricing-item .price-img img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
object-fit: cover;
border-radius: 12px 12px 0px 0px;
}

.pricing-1.style-2 .single-pricing-item:hover::after {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
content: "";
border: 1px solid var #000;
height: 100%;
opacity: 1;
}
.pricing-1 .single-pricing-item .price {
padding: 0;
font-size: 45px;
font-weight: 800;
text-align: center;
line-height: 69px;
letter-spacing: -1.2px;
background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.pricing-1 .single-pricing-item .price span {
color: rgba(255, 255, 255, 0.75);
font-weight: 500;
line-height: 26px;
font-size: 16px;
letter-spacing: 1px;
}

.pricing-1 .list-style-one li{
position: relative;
display: block;
font-size: 15px !important;
line-height: 24px;
margin-bottom: 8px;
padding-left: 35px;
}

.pricing-1.style-2 .indices_pg {
/* border: 1px solid #000; */
height: 620px !important;
}
.pricing-1.style-2 .crypto_pg {
height: 670px !important;
}
.single-pricing-item.activenew {
background: #0274be !important;
}
.single-pricing-item.activenew .mainetop{
background-color: #fff;
}
.single-pricing-item.activenew .mainetop h4, .single-pricing-item.activenew .mainetop .price, .single-pricing-item.activenew .mainetop span{
color: #000 !important;
}

.single-pricing-item .header h4 {
color: #fff !important;
}
.price span {
color: #fff !important;
}
.activenew li {
color: #fff;
}
.activenew .list-style-one li::before{
background-color: #000 !important;
}
.activenew .black-btn{
background-color: #000 !important;
}
.new_pricingsec{
background-color: #EFF1FF !important;
z-index: 1;
}
.new_pricingsec .elements30 {
position: absolute;
top: 0;
right: 0;
}

/* end pricing css */

/** history-section **/

.history-section{
position: relative;
}

.history-block-one .inner-box{
position: relative;
display: block;
background: #F7F7F7;
border-radius: 20px;
overflow: hidden;
margin-bottom: 30px;
padding: 35px 50px 40px 50px;
transition: all 500ms ease;
}

.history-block-one .inner-box:hover{
background: #fff;
box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, 0.08);
}

.history-block-one .inner-box h3{
display: block;
font-size: 32px;
line-height: 40px;
font-weight: 700;
margin-bottom: 15px;
}

.history-block-one .inner-box p{
font-size: 18px;
line-height: 28px;
margin-bottom: 45px;
}

.history-block-one .inner-box .text-box{
max-width: 310px;
float: left;
}

.history-block-one .inner-box .btn-box .theme-btn{
border-color: var(--secondary-color);
color: var(--title-color) !important;
padding: 9px 30px;
}

.history-block-one .inner-box .image-box{
position: absolute;
top: 0px;
right: 0px;
}


/** rtl-css **/

@media only screen and (max-width: 767px){
.history-section{
padding-top: 70px;
}
}

@media only screen and (max-width: 599px){
.history-block-one .inner-box .image-box{
display: none;
}
}
.tp-about-shape {
position: absolute;
bottom: 62px;
right: 0;
z-index: -1;
}

.pop-in{
position: relative;
display: block;
width: 100%;
height: auto;
border: 1px solid rgba(229, 229, 229, 1);
/* border-radius: 50px; */
font-size: 16px;
color: var(--title-color);
padding: 10px;
transition: all 500ms ease;
}

.lab{
position: relative;
display: block;
font-size: 16px;
line-height: 26px;
color: var(--title-color);
margin-bottom: 8px;
font-weight: 600;
}


.sub{
position: absolute;
top: 8px;
right: 8px;
background-color: #0274be;
opacity: 1;
border-radius: 0;
}
.sub:hover{
background-color: #fa661c;
opacity: 1;
}


.trading-style-four .single-info .icon-box img {
width: 100%;
max-width: 40px;
line-height: 40px !important;
height: 40px;
filter: invert(1);
}
.trading-style-four .single-info .icon-box {
line-height: 45px !important;
}

.nice-select{
display: none !important;
}
select{
display: block !important;
}
/*.radio-group {*/
/*     display: flex;*/
/*     gap: 20px;*/
/*     margin-top: 8px;*/
/*   }*/

.new_abtsec1 .inner-box h3 {
padding-top: 25px;
}
.new_abtsec1 .inner-box {
height: 220px;
}
.brokers_secnew  .btn-box .theme-btn.btn-one {
position: absolute;
top: 19px;
left: 55px;
text-align: center;
}
.brokers_secnew .btn-box {
position: relative;
}
.brokers_secnew .inner-box {
height: 100%;
padding-bottom:50px;
}
.brokers_secnew p{
margin-bottom:0 !important;
}
.new_brokerpara{
height: 130px;
overflow-y: auto;

}

@media (max-width:1280px) and (min-width:1200px){
.brokers_secnew  .btn-box .theme-btn.btn-one {
left: 45px;
}
}
@media (max-width:1200px) and (min-width:1024px){
.header-style-one .menu-area {
order: 1;
}  
.header-style-one .header-lower .logo-box {
width: 77%;
}
.main-header .menu-right-content {
margin-right: 20px;
}
.project-tab .tab-btns {
max-width: 55% !important;
}
.brokers_secnew .inner-box {
height: 100%;
padding:15px 20px 50px 20px;
}
.experience-section .inner-box .single-item h2 {
font-size: 52px !important;
line-height: 52px !important;
}
.apps-section .inner-container {
padding: 50px 59px !important;
}
.new_abtsec1 .inner-box {
    height: 245px;
}
.career_pgsec .black_cont {
    padding: 20px 30px !important;
}
.contact-section .single-info {
    padding: 12px 15px 15px 85px;
}
}
@media (max-width:1024px) and (min-width:992px){
.header-style-one .menu-area {
order: 1;
}  
.header-style-one .header-lower .logo-box {
width: 77%;
}
.main-header .menu-right-content {
margin-right: 20px;
}
.project-tab .tab-btns {
max-width:65% !important;
margin: 0 auto;
}
.home_banner {
height: 475px;
}
.home_banner .content-box {
padding-top: 122px;
}
.history-block-one .inner-box {
padding: 35px 20px 40px 20px;
}
.history-block-one .inner-box h3 {
font-size: 25px;
line-height: 40px;
}
.history-block-one .inner-box p {
max-width: 77%;
}
.brokers_secnew .inner-box {
height: 100%;
padding:15px 20px 50px 20px;
}
.experience-section .inner-box .single-item h2 {
font-size: 52px !important;
line-height: 52px !important;
}
.apps-section .inner-container {
padding: 50px 59px !important;
}
.brokers_secnew  .btn-box .theme-btn.btn-one {
top: 19px;
left: 30px;
}
.new_abtsec1 .inner-box {
    height: 300px;
    padding-bottom: 30px;
}
.service-wrapper.service-4 {
    padding-bottom: 0;
}
.working-section .image-box {
    padding: 0 !important;
}
.working-section .image-1 {
    text-align: center;
}
.account-style-three .content-box {
    margin-left: 20px;
}
.trading-style-six .tab-btns {
    max-width: 74% !important;
}
.trading-style-six .tab-btns li{
   padding:11px 47px !important; 
}
.career_pgsec .black_cont {
    padding: 20px 30px !important;
}
.contact-section .single-info {
    padding: 12px 15px 15px 85px;
}
}
@media (max-width:992px) and (min-width:768px){
.header-style-one .menu-area {
order: 1;
}  
.header-style-one .header-lower .logo-box {
width: 77%;
}
.main-header .menu-right-content {
margin-right: 20px;
}
.account-block-two .inner-box p {
font-size: 16px !important;
}
.header-style-one .header-lower .logo-box img {
width: 100%;
max-width: 200px;
}
.project-tab .tab-btns {
max-width: 65% !important;
}
.history-block-one .inner-box {
padding: 35px 20px 40px 20px;
}
.history-block-one .inner-box h3 {
font-size: 25px;
line-height: 40px;
}
.history-block-one .inner-box p {
max-width: 77%;
}
.new_parasec {
max-width: 75%;
margin: 0 auto;
}
.brokers_secnew .inner-box {
height: 100%;
padding:15px 20px 50px 20px;
}
.experience-section .inner-box .single-item h2 {
font-size: 52px !important;
line-height: 52px !important;
}
.apps-section .inner-container {
padding: 50px 59px !important;
}
.sec-title h2 {
font-size: 42px;
line-height: 56px;
}
.home_banner {
height: 485px;
}
.home_banner .content-box {
padding-top: 116px;
}
.new_lastfooter {
padding-left: 0;
}
.brokers_secnew  .btn-box .theme-btn.btn-one {
position: relative;
top: 0;
left: 0;
text-align: center;
}
.brokers_secnew .inner-box {
height: 220px;
padding: 15px 20px 26px 20px;
}
.new_brokerpara {
height: auto;
padding-bottom:20px;
}
.subscribe-section  .text-box {
text-align: center;
padding-bottom: 25px;
}
.subscribe-section .form-column {
text-align: center !important;
}
.account-block-one .inner-box h3 a {
    font-size: 18px;
    line-height: 20px;
}
.account-style-three {
    padding-bottom: 70px;
}
.platform-section .content-box h2 {
    font-size: 24px !important;
    line-height: 33px !important;
}
.platform-section .sec-title {
    padding-bottom: 30px;
}
.trading-style-six .tab-btns {
    max-width: 90% !important;
}
.trading-style-six .tab-btns li {
    padding: 11px 40px !important;
}
.pricing-1 .single-pricing-item .price {
    font-size: 38px !important;
    line-height: 50px !important;
}

}

@media (max-width:768px) and (min-width:599px){
    .platform-section .sec-title {
    padding-bottom: 30px;
}
.account-block-two .inner-box p {
font-size: 16px !important;
}
.header-style-one .menu-area {
order: 1;
}  
.header-style-one .header-lower .logo-box {
width: 77%;
}
.main-header .menu-right-content {
margin-right: 10px;
}
.new_lastfooter {
padding-left: 20px;
}
.project-tab .p-tabs-content .p-tab {
flex-direction: column;
}
.trading-block-two .inner-box {
margin-bottom: 0 !important;
}
.sec-title h2{
font-size: 36px ;
line-height: 44px;
}
.header-style-one .header-lower .logo-box img {
width: 100%;
max-width: 200px;
}
.menu-right-content .theme-btn.btn-one {
margin-left: 4px !important;
padding: 5px 18px;
}
.menu-right-content .fa-whatsapp {
padding: 8px !important;
font-size: 22px !important;
}
.home_banner .container {
max-width: 100%;
}
.home_banner {
height: 369px;
}
.trading-style-four {
padding: 50px 0px;
}
.home_banner .content-box h2 {
font-size: 52px;
}
.trading-style-two {
padding: 30px 0px 40px 0px;
}
.new_parasec {
max-width: 100%;
}
.project-tab .tab-btns {
max-width: 100% !important;
}
.project-tab .tab-btns li {
padding: 7px 42px !important;
}
.project-tab .p-tabs-content .p-tab {
flex-direction: column;
}
.account-style-two {
padding: 60px 0px 80px 0px;
}
.new_cont_img {
flex-wrap: wrap;
}
.new_cont_img img {
max-width: 112px;
}
.account-style-two  .sec-title {
padding-bottom: 15px;
}
.account-block-two .inner-box {
margin-bottom: 0 !important;
}
.experience-section .inner-box .single-item h2 {
font-size: 45px !important;
line-height: 46px !important;
}
.experience-section .inner-box .single-item {
padding-left: 0 !important;
border-left: none !important;
}
.apps-section {
padding-top: 40px;
}
.apps-section .inner-container {
padding: 20px 30px 34px 30px !important;
}
.news-block-one .image img {
width: 100%;
}
.main-footer .links-list {
justify-content: flex-start !important;
padding-top: 16px;
}
.social_linksbottom .social-links {
justify-content: flex-start !important;
margin-top: 0 !important;
}
.mob_hide {
display: none;
}
.brokers_secnew  .btn-box .theme-btn.btn-one {
position: relative;
top: 0;
left: 0;
text-align: center;
}
.brokers_secnew .inner-box {
height: 220px;
padding: 15px 20px 26px 20px;
}
.new_brokerpara {
height: auto;
padding-bottom:20px;
}
.subscribe-section  .text-box {
text-align: center;
padding-bottom: 25px;
}
.subscribe-section .form-column {
text-align: center !important;
}
.working-section .image.image-2 {
    display: none;
}
.working-section .content-one {
    display: none;
}
.working-section .image-column {
    display: none;
}
.working-section {
    padding: 50px 0px;
}
.breadcrumb_img {
padding: 60px 0 !important;
}
.breadcrumb_img h1 {
    font-size: 34px !important;
}
.service-wrapper.service-4 {
    padding-bottom: 0;
}
.form_sidesec{
    margin:50px 0 0 0;
}
.platform-section .content-box h2 {
    font-size: 24px !important;
    line-height: 33px !important;
}
.trading-style-six .tab-btns {
    max-width: 100% !important;
}
.trading-style-six .tab-btns li {
    padding: 11px 40px !important;
}
.pricing-1 .single-pricing-item .price {
    font-size: 34px !important;
    line-height: 44px !important;
}
.pricing-1.style-2 .single-pricing-item{
    align-items: flex-start !important;
    height:auto !important;
}
.pricing-1.style-2 .single-pricing-item .theme-btn {
    width: auto !important; 
}
.career_pgsec .row {
    padding: 0 20px;
}
.career_pgsec .content_block_three {
    margin-bottom: 20px !important;
}
.career_pgsec .black_cont {
    padding: 20px !important;
}
.left_officesec {
    padding: 0 20px 40px  !important;
}
.form_rowsec{
    padding:0 !important;
}
.formmainsec{
    margin:30px 0 60px 0;
}
.pricing-1 .list-style-one {
    margin-bottom: 0 !important;
}
.content_block_three .content-box h2 {
    font-size: 30px !important;
    line-height: 35px !important;
}
.policies_detailnew  h3 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 18px;
}
.policies_detailnew a {
    word-break: break-word;
}
}

@media (max-width:599px) and (min-width:320px){
.header-style-one .menu-area {
order: 1;
}  
.header-style-one .header-lower .logo-box {
width: 77%;
}
.main-header .menu-right-content {
margin-right: 8px;
}
.menu-right-content .theme-btn.btn-one {
margin-left: 4px !important;
padding: 5px 18px;
}
.header-lower .menu-area .mobile-nav-toggler .icon-bar{
width:24px;
}
.menu-area .mobile-nav-toggler {
padding: 9px 7px;
}
.menu-right-content .fa-whatsapp {
/*padding: 8px !important;*/
/*font-size: 20px !important;*/
display:none;
}
.header-style-one .header-lower .logo-box img {
width: 100%;
max-width: 124px;
}
.main-footer .links-list {
justify-content: flex-start !important;
padding-top: 16px;
}
.new_lastfooter {
padding-left: 20px;
}
.mob_hide{
display:none;
}
.social_linksbottom .social-links {
justify-content: flex-start !important;
margin-top: 0 !important;
}
.newadded_rowsec .links-list {
flex-direction: column;
align-items: flex-start !important;
padding-top: 0;
}
.main-footer .widget-section {
padding-bottom: 10px !important;
}
.home_banner .content-box h2 {
font-size: 42px;
line-height: 50px;
}
.highlight_new {
font-size: 32px;
}
.home_banner {
height: 493px;
}
.project-tab .tab-btns {
max-width: 100% !important;
}
.project-tab .tab-btns li {
padding: 7px 13px !important;
}
.project-tab .p-tabs-content .p-tab {
flex-direction: column;
}
.trading-block-two .inner-box {
margin-bottom: 0 !important;
}
.new_parasec {
max-width: 100%;
}
.history-block-one .inner-box p {
margin-bottom: 0;
}
.account-style-two {
padding: 70px 0px 80px 0px !important;
}
.account-block-two .inner-box p {
font-size: 16px !important;
}
.experience-section .inner-box .single-item h2 {
font-size: 42px !important;
line-height: 48px !important;
margin-bottom: 9px;
}
.experience-section .inner-box .single-item {
border-left: none !important;
}
.experience-section .inner-box .single-item {
padding-left: 0 !important;
}
.apps-section {
position: relative;
padding-top: 40px;
}
.news-section .sec-title {
padding-bottom: 25px;
}
.new_cont_img img {
max-width: 110px;
/* margin: 0 auto; */
}
.new_cont_img {
gap: 15px;
flex-wrap: wrap;
}
.account-style-two .sec-title {
padding-bottom: 20px;
}
.sec-title h2 {
font-size: 30px !important;
line-height: 40px !important;
}
.news-block-one .inner-box h3 {

font-size: 20px !important;
line-height: 28px !important;
}
.apps-section .inner-container {
padding: 20px 30px 34px 30px !important;
}
.history-block-one .inner-box h3 {
font-size: 26px !important;
line-height: 34px !important;
}
.history-block-one .inner-box {
padding: 35px 30px 40px 30px !important;
}
.mobile-menu .nav-logo {
padding: 14px 25px !important;
padding-bottom: 29px !important;
}
.brokers_secnew  .btn-box .theme-btn.btn-one {
position: relative;
top: 0;
left: 0;
text-align: center;
}
.brokers_secnew .inner-box {
height: 220px;
padding: 15px 20px 26px 20px;
margin:0;
}
.new_brokerpara {
height: auto;
padding-bottom:20px;
}
.subscribe-section  .text-box {
text-align: center;
padding-bottom: 25px;
}
.subscribe-section .form-column {
text-align: center !important;
}
.working-section .image.image-2 {
    display: none;
}
.working-section .content-one {
    display: none;
}
.working-section .image-column {
    display: none;
}
.working-section {
    padding: 50px 0px;
}
.breadcrumb_img {
padding: 60px 0 !important;
}
.breadcrumb_img h1 {
    font-size: 34px !important;
}
.service-wrapper.service-4 {
    padding-bottom: 0;
}
.service-wrapper.service-4 .sec-title {
    padding-bottom: 20px;
}
.trading-style-four {
    padding-bottom: 0 !important;
}
.form_sidesec{
    margin:50px 0;
}
.platform-section .content-box h2 {
    font-size: 24px !important;
    line-height: 33px !important;
}
.trading-style-six .tab-btns {
    max-width: 100% !important;
}
.trading-style-six .tab-btns li {
    padding: 11px 40px !important;
}
.pricing-1 .single-pricing-item .price {
    font-size: 30px !important;
    line-height: 40px !important;
}
.pricing-1.style-2 .single-pricing-item{
    align-items: flex-start !important;
    height:auto !important;
}
.pricing-1.style-2 .single-pricing-item .theme-btn {
    width: auto !important; 
}
.trading-style-six .tab-btns, .trading-style-six .tab-btns li {
    border-radius: 0 !important;
}
.pricing-1 .row .col-xl-4 {
    padding: 0 !important;
}
.new_pricingsec .sec-title {
    padding-bottom: 32px !important;
}
.career_pgsec .row {
    padding: 0 20px;
}
.career_pgsec .content_block_three {
    margin-bottom: 20px !important;
}
.career_pgsec .black_cont {
    padding: 20px !important;
}
.left_officesec {
    padding: 0 20px 40px  !important;
}
.form_rowsec{
    padding:0 !important;
}
.formmainsec{
    margin:30px 0 60px 0;
}
.pricing-1 .list-style-one {
    margin-bottom: 0 !important;
}
.content_block_three .content-box h2 {
    font-size: 30px !important;
    line-height: 35px !important;
}
.portfolio_managesec{
    padding:50px 0 70px 0 !important;
}
.policies_detailnew  h3 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 18px;
}
.policies_detailnew a {
    word-break: break-word;
}
}