.site-navbar {
display: flex;
position: relative;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding-top: 0px;
}
.brand-logo,
.default-logo,
.responsive-logo {
max-width: 128px;
transition: all 0.4s;
position: relative;
margin-right: 35px;
}
.brand-logo{
max-width: 220px; 
}
@media (min-width: 576px) {
.site-navbar {
padding-top: 0px;
}
}
@media (min-width: 992px) {
.site-navbar {
flex-flow: row nowrap;
justify-content: flex-start;
}
}
.site-navbar .menu-block-wrapper {
flex-grow: 1;
align-items: center;
}
@media (min-width: 992px) {
.site-navbar .menu-block-wrapper {
display: flex !important;
flex-basis: auto;
}
}
.site-header--absolute {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 999;
}
.site-header--sticky:not(.mobile-sticky-enable) {
position: absolute !important;
top: 0;
right: 0;
width: 100%;
z-index: 999;
}
@media (min-width: 992px) {
.site-header--sticky:not(.mobile-sticky-enable) { transition: 0.4s;
}
.site-header--sticky:not(.mobile-sticky-enable).scrolling {
transform: translateY(-100%);
transition: 0.4s;
}
.site-header--sticky:not(.mobile-sticky-enable).reveal-header {
transform: translateY(0%);
box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
z-index: 1000;
}
}
.site-header--sticky.mobile-sticky-enable {
top: 0;
right: 0;
width: 100%;
z-index: 999;
position: fixed !important;
transition: 0.4s;
}
.site-header--sticky.mobile-sticky-enable.scrolling {
transform: translateY(-100%);
transition: 0.4s;
}
.site-header--sticky.mobile-sticky-enable.reveal-header {
transform: translateY(0%);
box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
z-index: 9999;
}
.site-header--menu-center .container {
position: relative;
}
.site-header--menu-center .menu-block-wrapper {
position: static;
}
@media (min-width: 992px) {
.site-header--menu-center .menu-block {
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 992px) {
.site-header--menu-left .container-fluid .sub-menu.megamenu {
left: 0%;
transform: translateX(0%) translateY(10px);
}
}
@media (min-width: 992px) {
.site-header--menu-left .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
transform: translateX(0%) translateY(-10px);
left: 0%;
margin-left: 20px;
}
}
.site-header--menu-left .menu-block .site-menu-main {
justify-content: flex-start;
padding-left: 15px;
}
@media (min-width: 1200px) {
.site-header--menu-left .menu-block {
width: 100%;
}
}
.site-header--menu-right .menu-block-wrapper {
position: static;
}
.site-header--menu-right .menu-block {
margin-left: auto;
margin-right: 70px;
}
@media (min-width: 992px) {
.site-header > .container-fluid .sub-menu.megamenu {
left: 50%;
transform: translateX(-50%) translateY(10px);
}
}
@media (min-width: 992px) {
.site-header > .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
transform: translateX(-50%) translateY(-10px);
left: 50%;
}
}
@media (min-width: 768px) {
.container-fluid .site-navbar {
padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 992px) {
.container-fluid .site-navbar {
padding-left: 48px;
padding-right: 48px;
}
}
@media (min-width: 480px) {
.header-btns {
margin-right: 15px;
}
}
@media (min-width: 992px) {
.header-btns {
margin-right: 0;
}
}
.top-contact-menu-wraper .header-btn {
order: 3;
}
.top-contact-menu-wraper .mobile-menu-trigger {
order: 4;
}
@media (min-width: 992px) {
.top-contact-menu-wraper .nav-link-item {
color: #fff !important;
}
.top-contact-menu-wraper .site-menu-main .nav-link-item {
padding-top: 19px !important;
padding-bottom: 19px !important;
}
.top-contact-menu-wraper .navbar {
flex-wrap: wrap;
padding: 30px 0px 0px 0px;
}
.top-contact-menu-wraper .brand-logo {
min-width: 50%;
order: 1;
padding-bottom: 30px;
}
.top-contact-menu-wraper .header-btn {
order: 4;
}
.top-contact-menu-wraper .menu-block-wrapper {
min-width: calc(100% - 256px);
order: 3;
background: #1d263a;
border-radius: 0px 0px 0px 5px;
}
.top-contact-menu-wraper .top-contact-block {
order: 2;
min-width: 50%;
display: flex !important;
justify-content: flex-end;
padding-bottom: 8px;
}
.top-contact-menu-wraper .menu-block {
margin-left: initial;
}
}
.top-contact-block ul {
display: flex;
align-items: center;
}
.top-contact-block ul li {
display: inline-flex;
align-items: center;
}
.top-contact-block span {
height: 30px;
width: 1px;
background: rgba(29, 36, 58, 0.12);
margin: 0px 35px;
}
.top-contact-block img {
margin-right: 12px;
}
.top-contact-block a {
display: flex;
align-items: center;
font-weight: 600;
font-size: 17px;
line-height: 30px;
color: #1d263a;
}
@media (min-width: 992px) {
.row-lg {
display: flex;
}
}
@-webkit-keyframes slideLeft {
0% {
opacity: 0;
transform: translateX(100%);
}
100% {
opacity: 1;
transform: translateX(0%);
}
}
@keyframes slideLeft {
0% {
opacity: 0;
transform: translateX(100%);
}
100% {
opacity: 1;
transform: translateX(0%);
}
}
@-webkit-keyframes slideRight {
0% {
opacity: 1;
transform: translateX(0%);
}
100% {
opacity: 0;
transform: translateX(100%);
}
}
@keyframes slideRight {
0% {
opacity: 1;
transform: translateX(0%);
}
100% {
opacity: 0;
transform: translateX(100%);
}
}
.site-menu-main {
margin-bottom: 0;
padding-left: 0;
}
@media (min-width: 992px) {
.site-menu-main {
display: flex;
margin-bottom: 0;
padding-left: 0;
}
}
.site-menu-main li {
list-style: none;
}
.site-menu-main ul {
list-style: none;
margin-left: 0;
}
.site-menu-main a {
text-decoration: none;
}
.navbar {
padding-top: 0;
padding-bottom: 0;
}
@media (min-width: 992px) {
.navbar {
padding-top: 0;
padding-bottom: 0;
}
}
.site-menu-main .nav-item {
display: inherit;
}
.site-menu-main .nav-link-item {
color: var(--heading-color);
font-weight: 500;
position: relative;
letter-spacing: -0.01em;
}
.light-color .site-menu-main .nav-link-item {
color: var(--white-color);
}
.optech-header2 .site-menu-main .nav-link-item {
color: var(--heading-color2);
}
.optech-header4 .site-menu-main .nav-link-item {
color: var(--heading-color3);
}
.optech-header5 .site-menu-main .nav-link-item {
color: var(--light-color4);
}
@media (min-width: 992px) {
.site-menu-main .nav-link-item {
padding-top: 30px !important;
padding-bottom: 30px !important;
padding-left: 10px !important;
padding-right: 10px !important;
}
}
@media (min-width: 992px) and (max-width: 1099px) {
.site-menu-main .nav-link-item {
padding-left: 10px !important;
padding-right: 10px !important;
}
}
.dark-mode-texts .nav-link-item {
color: #fff;
}
.site-menu-main .sub-menu {
z-index: 500;
background-color: #fff;
box-shadow: -2px 2px 70px -25px rgb(0 0 0 / 30%);
position: absolute;
left: 0;
top: 90px;
margin: 0;
padding: 12px 0;
transition: 0.4s;
z-index: 4;
transform: translatey(20px);
opacity: 0;
visibility: hidden;
min-width: 240px;
border-radius: 6px;
} .sub-menu.megamenu:before {
content: none;
}
.site-menu-main .sub-menu.shape-none:before {
content: none;
} @media (min-width: 992px) {
.site-menu-main .sub-menu .sub-menu {
top: 0 !important;
left: 100%;
}
}
.site-menu-main .sub-menu--item {
font-weight: 500;
}
@media (max-width: 992px) {
.site-menu-main .sub-menu--item {
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
}
@media (min-width: 992px) {
.site-menu-main .sub-menu--item {
color: #0a165e;
}
}
.site-menu-main .sub-menu--item > a {
color: inherit;
padding: 4px 20px;
font-weight: 400;
color: #0a165e;
position: relative;
}
.site-menu-main .sub-menu--item > a .menu-item-text {
position: relative;
transition: all 0.3s ease;
}
.site-menu-main .sub-menu--item > a .menu-item-text::after {
content: '';
position: absolute;
bottom: 0;
left: auto;
right: 0;
height: 2px;
width: 0;
background-color: #0a165e;
transition: all 0.3s ease;
}
.site-menu-main .sub-menu--item > a:hover .menu-item-text::after {
left: 0;
right: auto;
width: 100%;
}
.active .site-menu-main .sub-menu--item > a .menu-item-text::after {
bottom: -5px;
}
@media (min-width: 992px) {
.site-menu-main .sub-menu--item > a {
transition: 0.4s;
}
} @media (min-width: 992px) {
.site-menu-main .sub-menu.megamenu {
background-color: #fff;
}
}
.site-menu-main .sub-menu.megamenu .dropdown-image-block {
max-height: 336px;
}
@media (min-width: 320px) and (max-width: 992px) {
.site-menu-main .sub-menu.megamenu {
border: 0;
}
}
@media (min-width: 992px) {
.site-menu-main .sub-menu.megamenu {
padding: 30px;
min-width: 925px;
left: 50%;
transform: translateX(-50%) translateY(10px);
will-change: transform;
top: 100%;
box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
border: 1px solid #e7e9ed;
border-radius: 8px;
visibility: hidden;
z-index: -99;
opacity: 0;
pointer-events: none;
}   }
@media (min-width: 1200px) {
.site-menu-main .sub-menu.megamenu {
min-width: 1100px;
}
}
@media (min-width: 1366px) {
.site-menu-main .sub-menu.megamenu {
min-width: 900px;
}
}
.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
padding-top: 8px;
padding-bottom: 8px;
display: block;
}
.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
padding-top: 2.5px;
padding-bottom: 2.5px;
font-size: 15px;
font-weight: 600;
transition: 0.4s;
color: #000;
}
@media (min-width: 320px) and (max-width: 992px) {
.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
color: var(--color-headings);
border-top: 1px solid var(--border-color-3);
padding-left: 20px;
padding-bottom: 13px;
padding-top: 13px;
}
}
@media (min-width: 992px) {
.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
padding-left: 0px;
padding-right: 10px;
}
.site-menu-main .sub-menu.megamenu .mega-drop-menu-item:hover {
color: #ffc947 !important;
}
}
@media (min-width: 320px) and (max-width: 992px) {
.site-menu-main .sub-menu.megamenu [class*='col-'] {
padding-left: 0;
padding-right: 0;
}
.site-menu-main .sub-menu.megamenu [class*='row-'] {
margin-left: 0;
margin-right: 0;
}
}
@media (min-width: 992px) {
li.nav-item-has-children:not(.has-megamenu) {
position: relative;
}
}
@media (min-width: 992px) {
li.nav-item-has-children:hover > .sub-menu {
visibility: visible;
opacity: 1;
z-index: 99;
pointer-events: visible; transform: translateY(0);
}
}
.site-menu-main > li .sub-menu > ul > li > a {
display: inline-block;
padding: 10px 0;
font-size: 15px;
color: #555;
transition: color 0.3s ease;
text-decoration: none;
text-transform: capitalize;
}
.site-menu-main > li .sub-menu.mega-menu {
left: 50%;
transform: translateX(-50%);
}
.mobile-menu-head,
.mobile-menu-trigger {
display: none;
} @media (max-width: 991px) {
.nav-search-section{
max-width: 29px !important;
}
.site-header .mobile-menu-trigger {
display: flex;
height: 30px;
width: 30px;
margin-left: 10px !important;
cursor: pointer;
align-items: center;
justify-content: center;
}
.site-header .mobile-menu-trigger span {
display: block;
height: 2px;
background-color: #13111a;
width: 24px;
position: relative;
}
.reveal-header .mobile-menu-trigger span {
background-color: #13111a !important;
}
.site-header .mobile-menu-trigger span:before,
.site-header .mobile-menu-trigger span:after {
content: '';
position: absolute;
left: 0;
width: 100%;
height: 100%;
background-color: #13111a;
}
.reveal-header .mobile-menu-trigger span:before,
.reveal-header .mobile-menu-trigger span:after {
background-color: #13111a !important;
}
.dark-mode-texts .mobile-menu-trigger span {
background-color: #13111a;
}
.dark-mode-texts .mobile-menu-trigger span:before,
.dark-mode-texts .mobile-menu-trigger span:after {
background-color: #13111a;
}
.site-header .mobile-menu-trigger span:before {
top: -8px;
}
.site-header .mobile-menu-trigger span:after {
top: 8px;
}
.site-header .item-right {
align-items: center;
}
.site-header .menu-block {
position: fixed;
width: 320px;
background-color: #ffffff;
left: 0;
top: 0;
height: 100%;
overflow: hidden;
transform: translate(-100%);
transition: all 0.5s ease;
z-index: 10999;
}
.site-header .menu-block.active {
transform: translate(0%);
}
.site-menu-main > li {
line-height: 1;
margin: 0;
display: block;
}
.site-menu-main > li > a {
line-height: 50px;
height: 50px;
padding: 0 50px 0 15px;
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.site-menu-main > li > a i {
position: absolute;
height: 50px;
width: 50px;
top: 0;
right: 0;
text-align: center;
line-height: 50px;
transform: rotate(-90deg);
}
.site-header .menu-block .mobile-menu-head {
display: flex;
height: 50px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
justify-content: space-between;
align-items: center;
position: relative;
z-index: 501;
position: -webkit-sticky;
position: sticky;
background-color: #ffffff;
top: 0;
}
.site-header .menu-block .mobile-menu-head .go-back {
height: 50px;
width: 50px;
border-right: 1px solid rgba(0, 0, 0, 0.1);
cursor: pointer;
line-height: 50px;
text-align: center;
color: #000000;
font-size: 16px;
display: none;
}
.site-header .menu-block .mobile-menu-head.active .go-back {
display: block;
}
.site-header .menu-block .mobile-menu-head .current-menu-title {
font-size: 15px;
font-weight: 500;
color: #000000;
visibility: hidden;
text-transform: capitalize;
}
.site-header .menu-block .mobile-menu-head.active .current-menu-title {
visibility: visible;
}
.site-header .menu-block .mobile-menu-head .mobile-menu-close {
height: 50px;
width: 50px;
border-left: 1px solid rgba(0, 0, 0, 0.1);
cursor: pointer;
line-height: 50px;
text-align: center;
color: #000000;
font-size: 25px;
}
.site-header .menu-block .site-menu-main {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
.site-menu-main > li .sub-menu.mega-menu,
.site-menu-main > li .sub-menu {
visibility: visible;
opacity: 1;
position: absolute;
box-shadow: none;
margin: 0;
padding: 15px 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding-top: 50px;
max-width: none;
min-width: auto;
display: none;
transform: translateX(0%);
overflow-y: auto;
overflow-x: hidden;
}
.site-menu-main > li .sub-menu.active {
display: block;
}
.site-menu-main > li .sub-menu > ul > li > a,
.site-menu-main > li .sub-menu.mega-menu > .list-item > ul > li > a {
display: block;
}
.site-menu-main > li .sub-menu.mega-menu > .list-item > ul {
margin-bottom: 15px;
}
.menu-overlay {
position: fixed;
background-color: rgba(0, 0, 0, 0.5);
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1098;
visibility: hidden;
opacity: 0;
transition: all 0.5s ease;
}
.menu-overlay.active {
visibility: visible;
opacity: 1;
}
} @media (min-width: 992px) {
.has-megamenu ul {
margin-left: auto;
}
.site-menu-main a {
display: flex;
align-items: center;
}
.site-menu-main i {
margin-left: 2px;
font-size: 20px;
}
}
@media (min-width: 1200px) { .site-header--menu-center .menu-block-wrapper {
position: absolute !important;
left: 50%;
transform: translateX(-50%);
}
}
.nav-item-has-children a {
display: flex;
justify-content: space-between;
text-transform: capitalize;
}
.reveal-header {
background: #0d152e !important;
}
.reveal-header .nav-link-item {
color: #fff !important;
}
.reveal-header .btn {
color: #fff !important;
}
.reveal-header .btn:hover {
color: #fff !important;
}
.reveal-header .dark-version-logo {
display: block !important;
}
.reveal-header .light-version-logo {
display: none !important;
}
@media (min-width: 992px) {
.reveal-header li.nav-item-has-children:hover > .sub-menu {
top: 100%;
}
.reveal-header li.nav-item-has-children:hover > .megamenu {
top: 112%;
}
}
.menu-block.active .nav-link-item {
color: #000 !important;
}
@media (min-width: 480px) {
.d-xs-inline-flex {
display: inline-flex !important;
}
}
ul.site-menu-main .nav-item i {
transition: all 0.4s ease-in-out;
}
ul.site-menu-main .nav-item:hover i {
transform: rotate(-180deg);
}
li.sub-menu--item.nav-item-has-children:hover i {
transform: rotate(-180deg) !important;
}
li.sub-menu--item.nav-item-has-children i {
transform: rotate(-90deg) !important;
transition: all 0.4s ease-in-out;
}
.single-dropdown-block h3 {
opacity: 0.5;
color: #000;
font-size: 13px;
font-weight: 700;
font-style: normal;
letter-spacing: 1.1px;
line-height: normal;
text-align: left;
text-transform: uppercase;
margin-bottom: 25px;
display: none;
}
@media (min-width: 992px) {
.single-dropdown-block h3 {
display: block;
}
}
.landing-2-menu .navbar {
border-bottom: 1px solid rgba(29, 36, 58, 0.12);
}
.btn {
position: relative;
z-index: 5;
border-radius: 6px;
border: 0;
font-size: 16px;
font-weight: 700;
height: 40px;
min-width: 130px;
line-height: 28px;
letter-spacing: -0.53px;
padding: 15px;
display: inline-flex;
align-items: center;
justify-content: center;
transition: all 0.4s ease-in-out;
}
.log-in-btn {
width: 160px;
height: 50px;
background: #fd4c5c;
border-radius: 3px;
display: inline-block;
text-align: center;
padding: 10px;
color: #fff;
font-weight: 600;
transition: all 0.4s;
margin-left: 30px;
position: relative;
overflow: hidden;
z-index: 0;
}
.log-in-btn:after {
content: '';
background: #0f1a54;
position: absolute;
transition: all 0.3s ease-in;
z-index: -1;
height: 100%;
left: -35%;
top: 0;
transform: skew(30deg);
transition-duration: 0.4s;
transform-origin: top left;
width: 0;
}
a.log-in-btn:hover:after {
height: 100%;
width: 135%;
}
.log-in-btn.red-btn {
color: #fff;
background-color: #fd4c5c;
}
.log-in-btn.yellow-btn {
color: #0f1a54;
background-color: #fbc21d;
}
.log-in-btn.yellow-btn:hover {
background-color: #fff;
} .sub-title{
padding-left: 30px !important;
}
.curve-image{
border:solid  8px #ffffff;
border-radius:  70px 40px;
} .services-section {
padding: 120px 0 0;
position: relative;
overflow: hidden;
}
.bulid_team:before {
content: "";
width: 100%;
height: 30px;
border-bottom: solid 30px #fff;
border-right: solid 30px #fff;
border-left: solid 33.33vw transparent;
border-top: solid 0px transparent;
position: absolute;
z-index: 4;
top: 0;
left: 0;
transform: rotateX(180deg);
}
.bulid_team {
width: 100%;
background-color: #f1f1f1;
padding: 70px 72px 50px 40px;
height: calc(100% + 50px);
position: relative;
margin-top: -50px;
}
.bulid_team h2,
.block-detail h2 {
font-size: 40px;
font-weight: 600;
line-height: 55px;
letter-spacing: 0.04em;
margin-bottom: 10px;
}
.bulid_team p,
.block-detail p {
font-weight: 500;
color: #626262 !important;
}
.custom_learning:before {
content: "";
width: 100%;
height: 20px;
position: absolute;
z-index: 4;
top: 0;
left: 0;
border-bottom: solid 20px transparent;
border-right: solid 66.66vw transparent;
border-left: solid 66.66vw #fff;
border-top: solid 20px #fff;
top: 0;
}
.custom_learning {
width: 100%;
background-size: cover;
display: flex;
justify-content: center;
height: 800px;
position: relative;
}
.services-box {
width: 100%;
height: 100%;
position: relative;
left: 0;
top: 0;
}
.services-slider-holder {
display: block;
position: relative;
overflow: hidden;
height: 100%;
}
.services-slider-holder .swiper {
height: 100%;
}
.services-slide-box {
height: 100%;
background-size: cover;
background-position: center;
position: relative;
}
.services-slide-text {
width: calc(100% - 250px);
bottom: 40px;
left: 250px;
position: absolute;
padding: 0 20px;
border-left: 1px solid #fff;
z-index: 4;
}
.services-slider-nav {
position: absolute;
left: 20px;
bottom: 40px;
}
.swiper-button-prev,
.swiper-button-next {
background-image: url(//toptalentlearning.com/wp-content/themes/TTL/images/arrow-right.svg);
width: 32px;
height: 32px;
background-size: cover;
right: 0;
position: absolute;
}
.swiper-button-prev {
left: 0;
transform: rotate(180deg);
}
.swiper-button-holder {
position: relative;
width: 84px;
}
.swiper-button-prev {
left: 0; }
.services-slide-box h3 {
line-height: 32px;
margin-bottom: 10px;
}
.services-counter {
position: absolute;
left: -60px;
font-size: 14px;
line-height: 20px; 
color: #ffffff; }
.services-slide-text h3, .services-slide-text p{
color: #ffffff ; 
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
display: none;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-prev:after {
display: none;
} .accordion-page h2{
margin-bottom: 60px;
text-align: center;
}
.optech-accordion-body p{
color:#585b6f !important;
}
.services-slide-box:after {
content: "";
background: linear-gradient( 180.59deg, rgba(28, 28, 28, 0) 23.47%, rgba(28, 28, 28, 0.8) 52.88% );
width: 100%;
height: 60%;
position: absolute;
bottom: 0;
left: 0;
display: block;
z-index: 2;
transition: all 0.3s ease;
}
.services-slide-text p{
line-height: 1.2;
}
@media (max-width: 1100px) {
.bulid_team h2,
.block-detail h2 {
font-size: 30px;
line-height: 45px;
margin-bottom: 30px;
}
.custom_learning {
height: 600px;
}
.services-slide-box h3 {
line-height: 24px;
margin-bottom: 8px;
}
}
@media (max-width: 990px) {.bulid_team:before {
width: 100vw;
height: 20px;
border-bottom: solid 20px #fff;
border-right: solid 20px #fff;
border-left: solid 100vw transparent;
}
.custom_learning:before {
border-bottom: solid 20px transparent;
border-right: solid 100vw transparent;
border-left: solid 100vw #f1f1f1;
border-top: solid 20px #f1f1f1;
}
.bulid_team {
width: 100%;
padding: 70px 20px 50px 15px;
}
.services-slide-text {
width: 100%;
bottom: 80px;
left: 0;
padding: 0 15px;
border: 0px;
}
.services-slider-nav {
left: 15px;
bottom: 25px;
}
.services-counter {
left: 15px;
font-size: 12px;
line-height: 16px;
top: -30px;
}
.bulid_team h2,
.block-detail h2 {
font-size: 26px;
line-height: 36px;
margin-bottom: 20px;
}
.brand-logo {
max-width: 160px;
}
} .contact-section {
width: 100%;
background: linear-gradient(228.19deg, #0070e1 -37.8%, #003087 41.5%);
padding-top: 150px;
padding-bottom: 100px;
}
.contact-section h2 {
letter-spacing: 1.5px;
}
.contact-detail li {
display: flex;
align-items: center;
margin-bottom: 28px;
}
.contact-detail li img {
width: 52px;
margin-right: 15px;
}
.contact-form p{margin: 0px;}
.contact-form input,
.contact-form textarea {
width: 100% !important;
padding: 7px 20px !important;
background: rgba(98, 127, 179, 0.5)!important;
background: #ffffff3d!important;
height: auto !important;
border-radius: 12px !important;
border: 2px solid #627fb3!important;
font-weight: 500!important;
line-height: 22px!important;
color: #fff!important;
font-family: "Noto Sans", sans-serif;
border-bottom:solid 1px  transparent !important;
}
::placeholder {
color: white;
}
.contact-form {
margin-left: -10px;
margin-right: -10px;
display: flex;
flex-wrap: wrap;
}
.contact-form .from-field {
padding-left: 10px;
padding-right: 10px;
margin-bottom: 30px;
position: relative;
z-index: 20;
}
.contact-form .from-field input{
padding: 13px 20px !important;
border-bottom: none!important; }
.wpcf7-spinner {
position: absolute;
top: calc(50% - 12px);
left: calc(50% - 12px);
margin: 0;
}
.contact-form textarea {
padding: 27px 20px !important;
height: 80px !important ;
font-size: 16px;
}
.custom-redio-butns {
display: flex;
align-items: center;
margin-top: 10px;
}
.contact-form input.btn-1 {
color: #fff !important;
background-color: #14c69e!important;
padding: 10px 20px!important;
border: none!important;
border-radius: 12px!important;
font-weight: 700!important;
border: 2px solid #14c69e!important;
transition: all 0.2s ease!important;
font-size: 16px!important;
line-height: 21px!important;
transition: all 0.2s ease!important;
cursor: pointer;
}
.contact-form input.btn-1:hover {
background-color: transparent;
color: #14c69e;
transition: all 0.2s ease;
}
.radio {
position: relative;
margin-right: 40px;
}
.radio input[type="radio"] {
position: absolute;
opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
content: "";
background: transparent;
border-radius: 100%;
display: inline-block;
width: 24px;
height: 24px;
position: relative;
vertical-align: top;
margin-right: 12px;
cursor: pointer;
text-align: center;
transition: all 250ms ease;
border: 1px solid rgb(98, 165, 233);
}
.radio input[type="radio"] + .radio-label:after {
content: "";
width: 0px;
height: 0px;
border-radius: 50%;
background: var(--Colors-Primary-2-60, rgba(98, 165, 233, 1));
position: relative;
display: inline-block;
position: absolute;
left: 12px;
top: 12px;
transition: all 0.2s ease;
}
.radio input[type="radio"]:checked + .radio-label:after {
width: 14px;
height: 14px;
transition: all 0.2s ease;
left: 5px;
top: 5px;
} .all-white-text, .all-white-text * {
color: #ffffff !important;
}
.mb-20 {
margin-bottom: 20px;
}
.contact-section .lines,
.testimonial-section .lines,
.about-section .lines {
position: absolute;
max-width: 100%;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.contact-section,
.testimonial-section {
position: relative;
z-index: 10;
}
.contact-section linse {
left: 0;
transform: none;
}
svg.lines.blue-amin * {
stroke: #93c0ed;
stroke-width: 5;
fill-opacity: 0;
stroke-dasharray: 400;
stroke-dashoffset: 440;
}
svg.lines.blue-amin * {
stroke: #fff;
}
svg.lines.blue-amin * {
-webkit-animation-name: dash;
-moz-animation-name: dash;
-o-animation-name: dash;
animation-name: dash;
-webkit-animation-duration: 4s;
-moz-animation-duration: 4s;
-o-animation-duration: 4s;
animation-duration: 4s;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
-o-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
-o-animation-delay: 0.5s;
animation-delay: 0.5s;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
@-webkit-keyframes dash {
70%,
80% {
stroke-dashoffset: 0;
fill-opacity: 0;
}
85% {
fill-opacity: 0;
stroke-opacity: 1;
}
95% {
stroke: #fff;
stroke-dashoffset: -301;
stroke-opacity: 0;
}
100% {
fill-opacity: 1;
stroke-dashoffset: -301;
}
}
@media (max-width: 1100px) {
.contact-detail li img {
width: 40px;
margin-right: 10px;
}
.contact-form .from-field {
margin-bottom: 25px;
z-index: 20;
}
.contact-form input,
.contact-form textarea {
font-size: 14px;
line-height: 21px;
}}
@media (max-width: 990px) {
.contact-section {
padding-top: 100px;
padding-bottom: 100px;
}
.contact-form {
margin-left: -5px;
margin-right: -5px;
margin-top: 30px;
}
.contact-form .from-field {
padding-left: 5px;
padding-right: 5px;
margin-bottom: 20px;
}
.contact-form textarea {
padding: 27px 20px;
height: auto;
}
}@media (max-width: 768px) {
.contact-section .wpcf7 form .wpcf7-response-output{
color: #fff;
}
.wpcf7 form .wpcf7-response-output {
margin: 0px !important;
margin-top: 15px !important;
font-size: 14px;
}
.wpcf7-not-valid-tip {
font-size: 12px;
position: absolute;
bottom: -30px;
margin: 0;
left: 0;
}
.contact-section .wpcf7 form .wpcf7-response-output{
color: #fff;
}} .optech-portfolio-data p{
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
line-height: 1.4
}
}
.optech-blog-wrap{
max-height: 500px;
}
.optech-blog-content h4{
overflow: hidden;
max-width: 400px;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}