/*

 Theme Name:   QLSpace Theme

 Theme URI:    https://www.qltech.com.au/

 Description:  Qlspace website

 Author:       QL Tech

 Author URI:   https://www.qltech.com.au/

 Version: 1.0



*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-stretch: 18px;
}
h1, h2, h3, h4 , h5, h6{
 font-family: 'Montserrat', sans-serif;
   
}
img{
  width: 100%;
}
ul{
  padding: 0;
  margin: 0;
}
li{
list-style: none;
}
a{
  text-decoration: none;
}
p{
  padding: 0;
  margin: 0;
  font-size: 18px;
}

.pt_100{
padding-top: 100px;
box-sizing: border-box;
}
.pb_100{
padding-bottom: 100px;
box-sizing: border-box;
}
.pt_50{
  padding-top: 50px;
box-sizing: border-box;  
}
.pb_50{
  padding-bottom: 50px;
box-sizing: border-box;  
}
/*.section01{
height: 500px;
}*/
.main_header .navbar {
    background: transparent;
}

header#myHeader {
    position: fixed;
    width: 100%;
    z-index: 999999;
    background: #0000009e;
    padding: 12px 0px;
    box-sizing: border-box;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
}
.navbar-toggler:focus{
    outline: 0;
    box-shadow: none;
    text-decoration: none;
}
.navbar-expand-lg .navbar-nav li.nav-item {
    padding-left: 25px;
}

.our_top_htgnh h1 {
    color: #66FCF1;
    font-weight: 700;
    margin-bottom: 10px;
}
.our_top_htgnh h3 {
    margin-bottom: 10px;
    color: #fff;
    font-weight: 400;
    display: block;
}
.our_top_htgnh p {
    color: #fff;
}
.btn_th{
  padding-top:25px;
  box-sizing: border-box;
}

.btn_th a{ margin:0; color:#fff; position:relative; text-align:center;  padding: 12px 26px;  display: inline-block; font-size:16px; line-height:24px; background:#000; vertical-align:middle; border:2px solid #66FCF1; text-decoration: none; transition: all ease .4s; font-family: 'Lato', sans-serif; font-weight:500; opacity: 0.999; overflow: hidden; border-radius:5px; -webkit-transition-duration: 0.3s; transition-duration: 0.3s;}
.btn_th a:before{
    content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0;  background: #fff;
    -webkit-transform: scaleY(0);transform: scaleY(0); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;
}
.btn_th a:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.btn_th {
    display: inline-block;
}

/*sectiono2*/

.section02 {
    background: #0B0C10;
}
.section03 {
    background: #0B0C10;
        border-top: 1px solid #FFFFFF;
}
.main_img_top img {
    width: 100%;
}
.about_contne h2 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 0;
    font-size: 40px;
}

.our_title h2{
color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center;
    font-size: 40px;
}
.about_contne p {
    color: #fff;
    font-size: 18px;
}
.btn_demo {
    display: block;
}
.our_btn_main {
    display: inline-block;
}
.our_btn_main a {
    color: #66FCF1;
    border: solid 1px #66FCF1;
    padding: 10px 20px;
    margin-top: 10px;
    display: block;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
   
}
.our_title h2 {
    display: inline-block;
    margin-bottom: 0;
    background: #0B0C10;
    padding: 0 50px;
    position: relative;
    top: -25px;
}
.our_title {
    display: block;
    text-align: center;
}

.outr_tile {
    background: #2028331A;
    padding: 30px;
}

.slider_1 {
    display: block;
}


.outr_tile h4 {
    font-size: 21px;
}
.outr_tile  {
    font-size: 16px;
    background: rgba(32, 40, 51, 0.1);
    box-shadow: 0px 16px 42px rgb(112 144 176 / 10%);
    background: #2028331A;
    padding: 30px;
    box-sizing: border-box;
}
.section03 .container {
    max-width: 90%;
    margin-right: unset;
}
.section04{
background-color: #202833;
}
.clr{
  clear: both;
}
.about_contne h2 span {
    color: #66FCF1;
    font-weight: 400;
    font-size: 23px;
}
.about_contne.span_title {
    position: relative;
}
.span_title::before {
    content: "";
    background: #fff;
    height: 1px;
    width: 100%;
    display: block;
    bottom: 30px;
    position: absolute;
    left: 0;
}
.about_contne h2.span_title_wrap {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    background: #202833;
    display: inline-block;
    padding-left: 30px;
    padding-right: 25px;
    box-sizing: border-box;
}

.list_brands li {
    display: inline-block;
    width: 15%;
}

.list_brands li a {
    display: block;
}

/*.list_brands li a img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}*/

.list_brands ul {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.pt_25{
padding-top: 25px;
  box-sizing: border-box;
}
.pb_25{
  padding-bottom: 25px;
  box-sizing: border-box;
}
.section05{
 background: #0B0C10; 
}

.about_contne.nes_section {
    position: relative;
}
.nes_section::before {
    content: "";
    background: #fff;
    height: 1px;
    width: 100%;
    display: block;
    bottom: 60px;
    position: absolute;
    left: 0;
}
.nes_section h2 {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    background: #0B0C10;
    display: inline-block;
    padding-left: 30px;
    padding-right: 25px;
    box-sizing: border-box;
}

.cont_wrap_news {
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.news_img {
    width: 30%;
    flex-basis: 30%;
}

.news_cont {
    width: 70%;
    flex-basis: 70%;
}

.news_img img {
    width: 100%;
}
.news_our_sec a {
    color: #fff;
}
.our_ghf {
    display: flex;
    font-size: 12px;
    column-gap: 5px;
}
.our_date_list ul {
    display: flex;
    column-gap: 10px;
    padding: 10px 0px;
    box-sizing: border-box;
}
.news_cont h3 {
    font-size: 24px;
    margin-bottom: 0;
}
.con_main_news p {
    margin-bottom: 0;
    font-size: 16px;
}
.pb_50{
  padding-bottom: 50px;
  box-sizing: border-box;
}
.pt_50{
  padding-top: 50px;
  box-sizing: border-box;
}
.section06{
  background: #0B0C10; 
}
.about_contne.cont_rt {
    position: relative;
}

.about_contne.cont_rt h2 {
    margin-bottom: 0;
}

.about_contne.cont_rt::before {
    content: "";
    background: #fff;
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 18px;
}

.about_contne.cont_rt h2 {
    display: inline-block;
    background: #0B0C10;
    position: relative;
    z-index: 99999;
    padding-left: 30px;
    width: auto;
    padding-right: 30px;
    box-sizing: border-box;
}
.span_cont {
    text-align: center;
    color: #A2A9B0;
    font-size: 16px;
}
.form_get_touch label {
    color: #fff;
    display: block;
    margin-bottom: 15px;
}
.form_get_touch .form-control {
    background: #636D79;
    border: 1px solid #636D79;
    height: 50px;
}

.form_get_touch .form-control::placeholder {
    color: #CFD3D7;
}
.form_get_touch button.btn.btn-primary {
    background: #66FCF1;
    color: #0B0C10;
    border: solid 1px #66FCF1;
}
.form_get_touch .form-control:focus {
    outline: 0;
    box-shadow: none;
}
.form_get_touch textarea.form-control {
    height: 120px;
}
/*footer*/
footer {
    background: #202833;
}
.logo_footer img {
    max-width: 150px;
}
.footer_about {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    color: #C5C6C8;
}
.footer_about a {
    color: #66FCF1;
    font-weight: 700;
}
.social_list ul {
    text-align: left;
}

.social_list ul li {
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
}

.social_list ul li img {

    height: auto;
    object-fit: contain;
}

.social_list ul li a {
    display: block;
    width: 30px;
}

.our_call {
    display: flex;
    align-items: start;
    column-gap: 10px;
    justify-content: start;
}

.cont_gt span {
    color: #C5C6C8;
    font-size: 12px;
    line-height: 16px;
}

.cont_gt p {
    color: #66FCF1;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}
.cont_gt a {
    color: #66FCF1;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

 .icon_r {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: rgba(102, 252, 241, 0.23);
    text-align: center;
    border-radius: 100%;
}
.img_call img {
    width: auto;
}
.our_copy {
    color: #C5C6C8;
}

.table_wrap {
    display: table;
    width: 100%;
}

.our_top_htgnh {
    display: table-cell;
    height: 100vh;
    vertical-align: middle;
}
.pt_20{
padding-top: 20px;
}
.pb_20{
padding-bottom: 20px;
}

/*breadcumb*/



.page-header {
    position: relative;
    display: block;
    padding: 190px 0px;
    overflow: hidden;
    z-index: 1;
}
.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.page-header__bg::after {
    content: "";
    background: linear-gradient(180deg, rgba(2, 33, 64, 0) 0%, #022140 100%);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
}
.page-header__wrapper {
    position: relative;
    display: block;
    z-index: 2;
}
.page-header__content {
    position: relative;
    display: block;
    z-index: 999999999;
}
.page-header__content h2 {
    color: #ffffff;
    font-size: 80px;
    line-height: 1em;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 21px;
}
/*.page-header__content .subtitle{
	font-size: 3.4rem;
}*/
.page-header__menu {
    position: relative;
    display: block;
}
.page-header__menu ul {
    position: relative;
    display: block;
} 
.page-header__menu ul li {
    position: relative;
    display: inline-block;
    color: #7e7d7d;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    padding-left: 5px;
    padding-right: 15px;
}
.page-header__menu ul li:first-child {
    padding-left: 0;
}
.page-header__menu ul li::before {
    position: absolute;
    top: 16px;
    right: 0;
    width: 5px;
    height: 2px;
    background: #fff;
    content: "";
}
.page-header__menu ul li a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.page-header__menu ul li:last-child::before {
    content: "";
    display: none;
}

/*about us*/
.secaboutpart{
background-color: #0B0C10;
}

.secaboutpart .about_contne h2.span_title_wrap {
background-color: #0B0C10;
}


.hide_hover {
    background: #F2F4F5;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.social_h {text-align: center !important;padding: 10px 0;}
.social_h a img {
    width: auto;
    text-align: center !important;
}
.our_part_shor {
    padding-bottom: 10px;
    box-sizing: border-box;
}

.partner_wrap {
  
  position: relative;
  overflow: hidden;
  margin: 10px;
  
  width: 100%;
  color: #000000;
  text-align: left;
  -webkit-perspective: 50em;
  perspective: 50em;
}
.partner_wrap  {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.partner_wrap img {
  max-width: 100%;
  vertical-align: top;
}
.partner_wrap .cont_hover {
  top: 50%;
  left: 20px;
  right: 20px;
  position: absolute;
  opacity: 0;
  z-index: 1;
  
    
}
.our_partdr p {
    color: #fff !important;padding-bottom: 15px;
}
.our_partdr h4 {
    color: #fff;
}
.our_part_shor p {
    color: #77808B;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    min-height: 35px;
}
.our_part_shor h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0;
}
.our_part_shor .gtf {
    color: #fff;
    min-height: 160px;  
}
.partner_wrap:after {
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  content: "";
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
    border-bottom-left-radius: 8px;
    text-align: left;
    border-bottom-right-radius: 8px;
    padding: 50px 20px 50px 20px;
    box-sizing: border-box;
    color: #fff;
}

.partner_wrap:hover .cont_hover
{
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.partner_wrap:hover:after
 {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0.9;
}
.ontd_yh h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    color: #fff;
    margin-bottom: 10px;
}
.list_pera {
    color: #fff;
}
.list_pera p {
    margin-bottom: 10px;
    padding: 20px 0px;
    box-sizing: border-box;
}
.list_pera ul li {
    font-size: 18px;
    margin-bottom: 10px;
}
.list_imge .news_cont h3 {
    font-weight: 600;
    font-size: 17px;
    line-height: 150%;
}
.list_pera ul {
    padding-left: 20px;
}
.ontd_yh.sinle_blog h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 39px;
    margin-bottom: 0;
}
.ontd_yh.sinle_blog li.our_ghf {
    color: #fff;
    align-items: center;
}
.ontd_yh.sinle_blog p {
    margin-bottom: 0;
    padding-bottom: 0;
}
.ontd_yh.sinle_blog p {
    margin-bottom: 0;
    padding-bottom: 0;
}
.ontd_yh.sinle_blog .list_pera h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 20px;
}
.list_pera ul li {
    margin-top: 20px;
    margin-bottom: 0;
    list-style: auto;
}
.list_imge {
    margin-bottom: 20px;
}
.our_sidebar_n {
    height: 550px;
    overflow-y: scroll;
}

.our_sidebar_n::-webkit-scrollbar {
    width: 2px;
}
 
.our_sidebar_n::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(196, 196, 196, 1);
}
 
.our_sidebar_n::-webkit-scrollbar-thumb {
  background-color: #00AAA1;
}

.our_cont_gf {
    display: flex;
    flex: 1;
    column-gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.img_ctf {
    flex: 1;
}

.our_ghrd {
    flex: 2;
}
.our_ghrd h3 a {
    color: #DFF1F0;
    font-weight: 200;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
}
.our_ghrd h3 {
    color: #DFF1F0;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
}
.list_type_wrap {
    background: #202833;
    border-radius: 7px;
    padding: 25px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.our_date_list {
    color: #fff;
}
.cont_newsa {
    color: #fff;
}
.cont_newsa p{
      font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;  
}
.cont_newsa a{
    color: #66FCF1;
    font-weight: 300;
}

.our_pagination .pagination li.page-item.disabled a {
    color: #a1a1a1;
    background: #1c1c1c;
}
.our_pagination .pagination li a {
    color: #66FCF1;
    background: transparent;
    border: solid 1px #66FCF1;
    background: #202833;
}
.our_pagination .pagination li.page-item.active a {
    font-weight: 600;
    color: #fff;
    background: #66FCF1;
}
.our_pagination {padding-top: 50px;}
.our_pagination .pagination li.page-item span.current {
    font-weight: 600;
    color: #fff;
    background: #66FCF1;
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    outline: none;
}
.page-item span.current:focus{
	z-index: none;
    color:none;
    background-color: none;
    outline: 0;
    box-shadow: none;
}
.page-link:focus{
	z-index: none;
    color:none;
    background-color: none;
    outline: 0;
    box-shadow: none;
}
.page-item:not(:first-child) .current {
    margin-left: -1px;
}

.our_pagination .pagination li span.current {
    color: #66FCF1;
    background: transparent;
    border: solid 1px #66FCF1;
    background: #202833;
}
.our_grid_view{
  background-color: #0B0C10;
}
.grid_type {
    background: #202833;
    border-radius: 5px;
}
.space_cont {
    padding: 15px;
    box-sizing: border-box;
    min-height: 225px;
}
.our_grid_view h2.span_title_wrap {
    background: #0B0C10;
}
.cont_list_v {
    width: 100%;
    background: rgba(32, 40, 51, 0.1);
    box-shadow: 0px 16px 42px rgb(112 144 176 / 10%);
    backdrop-filter: blur(42px);
    max-width: 70%;
    margin-left: auto;
    
}
.cont_list_v .outr_tile h4 {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
}
.our_sdfr {
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.our_cont_nav p {
    margin-bottom: 20px;
}
.cont_list_v a {
    color: #fff;
}

/*new  Css Edit  Date  18-07-2022*/
.page-header__menu ul li:last-child{
    color: #66FCF1 !important;
}

.our_copy a {
    color: #C5C6C8;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}
.navbar-expand-lg .navbar-nav li.nav-item a {
    color: #fff;
    padding: 8px;
    box-sizing: border-box;
    display: block;
    font-family: 'Montserrat', sans-serif;
}
.about_contne h3{color: #66FCF1;padding: 10px 0;}
.about_contne ul li{color: #fff;list-style: square !important;font-size: 18px;}
.about_contne ul{padding-left:30px !important;padding-bottom: 20px;}
.linkclass a{color: #66FCF1;}
.our_copy p{font-size: 18px;}
.privacy p {text-decoration: none;}
.bottom_footer {
    padding: 20px 0px;
    border-top: solid 1.5px #ffffff4f;
    background: #3f4650;
    box-sizing: border-box;
}
.gform_wrapper.gravity-theme .gform_footer{display: inline-block;float: right;}
#gform_wrapper_1  input {
    display: block;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #636D79;
    border: 1px solid #636D79;
    height: 50px;
}
#gform_wrapper_1 input::placeholder{
    color: #CFD3D7;
}
#gform_wrapper_1 textarea::placeholder{

}
.ginput_container.ginput_container_textarea textarea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 120px !important;
    background: #636D79;
    border: 1px solid #636D79;
    min-height: calc(1.5em + 0.75rem + 2px);
}
/*#gform_wrapper_1 input {
    background: #66FCF1 !important;
    color: #0B0C10 !important;
    border: solid 1px #66FCF1 !important;
    padding: 6px 12px !important;
    height: auto !important;
}*/
.gform_confirmation_message_1{font-size: 22px;text-align: center;color: #66FCF1;}
input#gform_submit_button_1 {
    background: #66FCF1;
    color: #0B0C10;
    border: solid 1px #66FCF1;
}
textarea#input_1_8::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
  color: #C5C6C8;
}
textarea#input_1_8::-moz-placeholder { 
    /* Firefox 19+ */
  color: #C5C6C8;
}
textarea#input_1_8:-ms-input-placeholder {
    /* IE 10+ */
  color: #C5C6C8;
}
textarea#input_1_8:-moz-placeholder {
    /* Firefox 18- */
  color: #C5C6C8;
}
textarea:focus-visible {outline-offset: none;outline: none;}
input:focus-visible{outline-offset: none;outline: none;}

/*** Amit solution page css **/

.solution_sec01 {
    background: #0B0C10;
}
.solution_sec02 {
    background: #0B0C10;
}
.solution_sec03 {
    background: #0B0C10;
}
.solution_sec04 {
    background: #0B0C10;
}
.solution_sec01 .about_contne h2.span_title_wrap {
background-color: #0B0C10;
}
.solution_sec02 .about_contne h2.span_title_wrap {
background-color: #0B0C10;
}
.solution_sec03 .about_contne h2.span_title_wrap {
background-color: #0B0C10;
}
.solution_sec04 .about_contne h2.span_title_wrap {
background-color: #0B0C10;
}
.solution_cntbx ul{
    padding-left: 20px !important;
}
.solution_cntbx ul li{ 
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    color: #fff;
    padding-bottom: 10px; 
    position: relative;
    list-style: none !important;
}
.solution_cntbx ul li:before {
            content: "";
            position: absolute;
            left: -20px;
            top: 14px;
            width: 5px;
            height: 5px;
            background-color: #66FCF1;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
        }
.solution_cntbx h2{
    font-size: 26px;
    font-weight: 600;
}

/*form  error  Design*/
.instruction.validation_message {
    display: none !important;
}

div#gform_1_validation_container {
    padding: 10px 0 10px 48px !important;
    font-size: 12px !important;
}

.gfield_validation_message {
    padding: 3px 10px !important;
    font-size: 12px !important;
    border: 0 !important;
    border-radius: 5px !important;
}
.list_brands li{
    margin: 0 20px;
}
.list_brands li a {
    border: solid 5px #66fcf1;
    border-radius: 5px;
}

.list_brands li a img {
    width: 100%;
}

/*edit  22-07-2022*/

.solution_cntbx h2 a {
    color: #fff;
}
.sub_about {
    font-size: 25px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    color: #fff;
}
.cont_list.admin_img img {
    width: 11px;
}

/*Edit Date  25-07-2022*/
.cont_wrsf a {
    color: #939393;
}

/*Edit Date  25-08-2022*/
/*.news_cont h3 {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
}
.con_main_news p {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
}



.slider_1 .outr_tile .sub_head_for_ {
    display: none;
}*/
/*Edit Date 04-08-2022*/
.slider_1 .outr_tile h4 {
    font-size: 30px;
}

.btn_th a:hover {
    background: #ffffff;
    color: #000;
}

.our_btn_main a:hover {
     background: #66FCF1;
    color: #0B0C10;
    border: solid 1px #66FCF1;
}
input#gform_submit_button_1:hover {
    background: transparent;
    color: #66FCF1;
}

.img_ctf {
    flex: unset;
    width: 150px;
    height: 150px;
}
.img_ctf img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our_sidebar_n .news_img {
    width: 80px !important;
    flex-basis: 80px !important;
    border: solid 2px #fff;
}
.our_sidebar_n .news_img img {
    height: 50px;
    object-fit: cover;
}
.gform_wrapper.gravity-theme .gfield input {
    margin-bottom: 15px;
}

/*.modal-dialog.modal-dialog-centered.modalcss{
max-width: 80%;
width: 100%;
}*/
#staticBackdrop {
    z-index: 999999;
}
.modalcss .clors_btn {
    position: absolute;
    right: 15px;
    top:15px;
    width: 30px;
    height: 30px;
    background: #fff;
    line-height: 36px;
    text-align: center;
    color: #ffff;
    border-radius: 100%;
}

.modalcss .modal-body {
    background: #0B0C10;
}

.modalcss .btn-close {
    color: #fff !important;
}
.modalcss .section06 {
    padding-top: 25px;
    box-sizing: border-box;
}

button.btn.btn-primary.cnt {
    background-color: #66FCF1;
    border: solid 1px #66FCF1;
}
.cntbutton {
    margin-left: 35px;
}
button.btn.btn-primary.cnt:focus {
    box-shadow: unset;
}

.modalcss .about_contne h2{
font-size: 30px;
}
.section05 .news_our_sec .news_img img {
    width: 150px;
    height: 120px;
    object-fit: cover;
    border-radius: 10px !important;
}

/*animation tryryryryryry*/
.startTyper{
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    color: #66FCF1;
}
#typed-cursor{
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-ms-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

/*Edit Date  06-08-2022*/
.our_pages_link h4 {
    color: #66FCF1;
    font-weight: 600;
}

.list_pages li {
    margin-bottom: 10px;
}
.list_pages li  a {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    display: block;
    text-align: left;
}
.list_pages li:hover  a{
 font-weight: 600;   
}
.footer_about p {
    color: #fff;
}
.our_add_bar .our_call {
    margin-bottom: 30px;
}
/*Edit  08-08-2022*/
/*.cont_btn {
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}*/
button.btn.btn-primary.cnt {
    background: transparent;
}

button.btn.btn-primary.cnt:hover {
    background-color: #66FCF1;
}

.cont_btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  font-family: 'Montserrat', sans-serif;
}

.cont_btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.cont_btn:hover span {
  padding-right: 25px;
}

.cont_btn:hover span:after {
  opacity: 1;
  right: 0;
}
.our_btn_main span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.our_btn_main span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: -1px;
  right: -20px;
  transition: 0.5s;
}

.our_btn_main:hover span {
  padding-right: 25px;
}

.our_btn_main:hover span:after {
  opacity: 1;
  right: 0;
}
.our_part_shor p {
    min-height: 50px;
}
.social_list ul li a {
    width: 40px;
    height: 40px;
    background: transparent;
    text-align: center;
    line-height: 35px;
    color: #66FCF1;
    border-radius: 100%;
    border: solid 2px #66FCF1;
}
.social_list ul li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    box-sizing: border-box;
}
.social_list ul li a:hover {
    background: #66FCF1;
    color: #fff;
}

/****** amit css 8/9/2022 ************/
.navbar-expand-lg .navbar-nav li.current-menu-item a{color: #66FCF1 !important;}
.navbar-expand-lg .navbar-nav li.nav-item a:hover{color: #66FCF1 !important;}
.page-header__bg.gtsf::after{
    background: linear-gradient(180deg, rgba(2, 33, 64, 0) 50%, #022140 100%);
}

.our_solution_wr h5 {
    font-size: 20px;
    line-height: 23px;
    display: block;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
}
.hfgrs {
    border: solid 5px #66fcf1;
    border-radius: 5px;
}

.our_solution_wr ul li {
    list-style: disc;
}

.our_solution_wr ul {
    padding-left: 30px;
    box-sizing: border-box;
}
.cont_list_v.text-white .outr_tile {
    min-height: 560px;
}
   section.section02.pt_100.pb_100 {
    padding: 50px 0px 0;
    box-sizing: border-box;
}
.img_congdfdddd.for_mob14ile{
    display: none;
}

/*slider   Solution  Nav Icons */

.section03 .slider_gtf {
    position: relative;
}
.section03 .slider_gtf .owl-nav button {
    width: 40px;
    height: 40px;
    background: #fff;
    border: solid 1px #66FCF1;
    font-size: 25px;
    margin: 0;
    border-radius: 100%;
    display: block;
    line-height: 35px;

}
.section03 .slider_gtf .owl-nav button:hover{
   background: #fff; 
   border: solid 1px #66FCF1;
   color: #66FCF1;
}
.section03 .slider_gtf .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -55px;
    transform: translate(0px, -50%);
}
.section03 .slider_gtf .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0px, -50%);
}
.hde nav.navbar a.navbar-brand.logo {
    max-width: 200px;
}

.hfgrs {
    border: solid 5px #66fcf1;
    border-radius: 5px;
}
.listdgdgdfg ul  li{
list-style: none;
display: inline-block;
width: 20%;
margin-right: 20px;
}


.partentrd  .owl-nav button {
    height: 30px;
    width: 30px;
    border-radius: 100% !important;
    background: #66fcf1 !important;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}

.partentrd .test_on {
    position: relative;
}

.partentrd .owl-nav button.owl-prev {
    left: -15px;
}

.partentrd .owl-nav button.owl-next {
    right: -15px;
}
/*breadcumb*/
.page-header__menu {
    display: none;
}


/*Edit  Date  28-10-2022*/

.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 2% !important;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 6 !important;
}

.form_get_touch iframe#myIframe {
    width: 100%;
    min-height:380px;
    position: relative;
}

/*@media(max-width: 640px){
.form_get_touch iframe#myIframe {
    width: 100%;
    height: 500px;
}
.gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
    grid-column: 1/-1 !important;
}
}*/

img#gform_ajax_spinner_1 {
    width: 30px;
    height: 30px;
    /*position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50% , 0px);*/
    display: none;
}

.gform_confirmation_message_1{
   background: #0B0C10; 
}
.gform_confirmation_message_1 {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.ginput_container.ginput_container_textarea textarea:focus {
    background: #e8f0fe;
}
#gform_wrapper_1 input:focus {
    background: #e8f0fe;
}
.our_top_htgnh .sub_heading {
    font-size: 25px;
}

/*new  Css*/
h1,h2{
    font-weight: 200 !important;
}

.startTyper{
 font-weight: 200 !important;
 font-family: 'Montserrat', sans-serif;
 font-size: 3.4rem;
    letter-spacing: 0.2em;  
}
.our_title h2 {
    color: #fff;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
    font-size: 40px;
    font-size: 3.4rem;
    letter-spacing: 0.2em;
    font-weight: 200 !important;
}
.con_main_news p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    font-size: 18px;
}
.our_solution_wr ul li {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
}
.our_btn_main span {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
.cont_gt a{
    font-weight: 300;
}
.cont_gt p{
    font-weight: 300;
}
.list_pages li a{
  font-weight: 300;  
}
.list_pages li:hover a{
font-weight: 300;
}
.footer_about p{
 font-weight: 300;   
}
.our_copy p{
 font-weight: 300;     
}
.about_contne p{
  font-weight: 300;   
}
.btn_th a{
 font-weight: 300;    
}
.about_contne p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
}
.about_contne h2 {
    margin-bottom: 0;
    font-size: 3.4rem;
    color: #ffffff!important;
    font-weight: 200!important;
    text-transform: uppercase!important;
    font-size: 3.4rem;
    line-height: 1.2;
    letter-spacing: 0.2em;
    margin-bottom: 1.5rem;
    padding-bottom: 0;
    margin-bottom: 0;
}
.our_title h2 {
    display: inline-block;
    margin-bottom: 0;
    background: #0B0C10;
    padding: 0 50px;
    position: relative;
    top: -36px;
}
.our_title h2 {
    color: #fff;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
    font-size: 40px;
    font-size: 3.4rem;
    letter-spacing: 0.2em;
    font-weight: 200 !important;
    font-size: 3.4rem;
    line-height: 1.2;
    letter-spacing: 0.2em;
    margin-bottom: 1.5rem;
    top: -36px;
}
section#partner .about_contne.span_title h2.span_title_wrap {
    font-size: 53px;
}


/*Qls Cookes  Popup*/
.mfp-wrap.mfp-align-top.mfp-auto-cursor.mfp-ready {
    background-color: #000;
    background-image: url(https://www.qlspace.com.au/wp-content/uploads/2022/11/imgpsh_fullsize_anim-min-scaled.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 999999999999;
}
.wpdp-white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 1000px;
    margin: 20px auto;
    max-width: 640px;
    height: auto;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.takeover-modaal__content p {
    color: #fff;
    margin-bottom: 20px;
}
#wp-disclaimer-popup span#wpdp-close, #wp-disclaimer-popup #wpdp-decline {
    padding: 4px 25px;
    display: inline-block;
    border: 2px solid;
    border-color: #66fcf1 !important;
    margin-top: 1rem;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 1rem;
    color: #ffffff !important;
    font-weight: 600;
    text-decoration: none;
}
.mfp-auto-cursor .mfp-content {
    height: 100%;
}
#wp-disclaimer-popup span#wpdp-close, #wp-disclaimer-popup #wpdp-decline {
    background-color: #66fcf1 !important;
    cursor: pointer !important;
    color: #FFFFFF !important;
    border-color: #66fcf1 !important;
}
/*div#wp-disclaimer-popup {
    background-image: linear-gradient(to right,white 33.33333%,rgba(255,255,255,0) 0%);
    background-repeat: repeat-x;
    background-position: top;
    background-size: 6px 2px;
    font-size: 18rem;
    line-height: 1.6;
    max-width: 640px;
    padding-top: 25px;
    margin: 0 auto;
}*/
/*div#wp-disclaimer-popup {
    width: 100%;
}
div#wp-disclaimer-popup .takeover-modaal__content p {
    font-size: 14px;
}*/
.about_contne h2 {
    line-height: 1.4;
    margin: 0 0 1.5rem;
}
/*h4{
    font-weight: 400 !important;
}
h3{
    font-weight: 400 !important;
}*/

h3,h4,h5,h6{
font-weight: 400 !important;
font-family: 'Lato', sans-serif;
}

.wpdp-white-popup .takeover-modaal__content p {
    font-size: 20px;
    line-height: 30px;
}
/*.about_contne h2 {
    font-size: 40px;
}*/
.ontd_yh.sinle_blog p {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: 300;
}
.navbar-expand-lg .navbar-nav li.nav-item {
    padding-left: 25px;
    font-size: 28px;
    font-weight: 300!important;
}
.cntbutton button.btn.btn-primary.cnt.cont_btn {
    font-size: 20px;
    font-weight: 300 !important;
}
.our_top_htgnh .sub_heading {
    font-size: 25px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}
.about_contne.solution_cntbx h2 {
    font-size: 35px;
}
.cont_list_v a {
    color: #fff;
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
}
.our_solution_wr h5{
 font-weight: 300 !important;  
}