/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/* home page toggle */
.toggle-cls-vv .elementor-accordion-item{
 background: #FFFFFF;
    border: 1px solid #F3F4FE;
    box-sizing: border-box;
    box-shadow: 0px 20px 95px rgb(201 203 204 / 30%);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
  padding:15px 5px;
}
.toggle-cls-vv  .elementor-tab-content{
  border:none;
  padding-left:60px;
}
.toggle-cls-vv  .elementor-accordion-icon i{
  font-size:20px
}
.toggle-cls-vv .elementor-accordion-title{
      display: flex;
    padding-left: 13px;
}
.redmore a{
  font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #2278D4;
    text-align: right; 
}
.redmore a:hover{
  opacity: 0.5;
}
.redmore{
  margin-top:10px
}
/* end toggle css */


/* blogs*/
.blogs_css .elementor-image-box-img img{
  width:100%;
  border:1px solid #f1f1f1;
  height:100%;
  
}
.blogs_css .elementor-image-box-wrapper{
  box-shadow:none!important;
}
.blogs_css .elementor-image-box-content{
  border: 2px solid ;
      bottom: 0;
    background: #293896;
    color: #f1f1f1;
    width: 100%;
  padding: 20px 20px 10px 20px;
  margin: 0px;
  height: 97px;
	text-align:left;
}
.blogs_css .elementor-image-box-content:hover{
  opacity:0.5
}
.blogs_css .elementor-position-top .elementor-image-box-img{
  margin-bottom:0px !important;
  
}
.blogs_css .elementor-image-box-content,.elementor-image-box-content
{
  margin-top: -10px !important;
}
/* map hom e cs */
#gps_ring2 {
    border: 6px solid #60e1c3;
    height: 50px;
    width: 50px;
    border-radius: 30px;
    position: absolute;
    top: 192px;
    left: 269px;
    -webkit-animation: pulsate;
    -moz-animation: pulsate;
    -khtml-animation: pulsate;
    -ms-animation: pulsate;
    animation: pulsate;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -khtml-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0;
    -ms-animation-delay: 0;
    -moz-animation-delay: 0;
    -khtml-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -khtml-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -khtml-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -ms-filter: "alpha(Opacity=100)";
    -moz-filter: "alpha(Opacity=100)";
    -khtml-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
#gps_ring3 {
    border: 6px solid #60e1c3;
    height: 50px;
    width: 50px;
    border-radius: 30px;
    position: absolute;
    top: 287px;
    left: 730px;
    -webkit-animation: pulsate;
    -moz-animation: pulsate;
    -khtml-animation: pulsate;
    -ms-animation: pulsate;
    animation: pulsate;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -khtml-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0;
    -ms-animation-delay: 0;
    -moz-animation-delay: 0;
    -khtml-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -khtml-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -khtml-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -ms-filter: "alpha(Opacity=100)";
    -moz-filter: "alpha(Opacity=100)";
    -khtml-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.map-custom-cc-cls .map-pointer {
    display: inline-block;
    background-color: red;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    border: solid 1px #fff;
    opacity: 0;
}
.map-custom-cc-cls #map-pointer-usa {
    top: 305px;
    left: 748px;
    display: block;
}
.map-custom-cc-cls #map-pointer-bhr {
    top: 210px;
    left: 287px;
}
.map-custom-cc-cls .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
  position: absolute;
}
.map-custom-cc-cls  .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
  font-size: 12px;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
@keyframes pulsate {
         0% {
    -webkit-transform: scale(0.1,.1);
    -ms-transform: scale(0.1,.1);
    transform: scale(0.1,.1);
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
           opacity: 0;}
  
          50% {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
  
          100% {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
        }
/* end home css */
.header-menu-cc-cls a{
  font-family: "Nunito", Sans-serif;
}
/* footer home */
.design-ccls .glb-cc{
  margin-bottom: -8px;
}
.design-ccls .fls-cc{
  margin-bottom: -5px;
}
.design-ccls a{
  color:#fff;
  font-family: "Nunito", Sans-serif;
	font-size:14px;
}
/* end footer honm e*/

/* footer hide */
.page-id-116 .site-footer-cus, .page-id-23 .site-footer-cus{
  display:none
}
body.page-id-116  , body.page-id-23   {
  overflow-y: hidden; /* Hide vertical scrollbar */

}
/* end footer hide */
@media (max-width: 767px){
	body.page-id-116  , body.page-id-23   {
  overflow-y: visible; /* Hide vertical scrollbar */

}
.map-custom-cc-cls #map-pointer-usa {
    top: 278px;
    left: 20%;
}
.map-custom-cc-cls  #gps_ring2 {
    top: 259px;
    left: 213px;
}
.map-custom-cc-cls  #gps_ring3 {
    top: 259px;
    left: 48px;
}
 .map-custom-cc-cls #map-pointer-bhr {
    top: 278px;
    left: 70%;
}
	.col-nt-match-ct .elementor-element-populated{
  padding:15px !important;
}
	.css-paddin-iss .elementor-widget-container{
		padding:0px !important;
	}
	.home-sec1-dd .elementor-column-gap-default{
  padding-top:120px
}
.home-sec1-dd .elementor-element-populated{
  padding:0px !important
}
.sec-1-img-bx .elementor-image-box-content{
  padding-top:10px
}
	.mob-cc-footer{
  padding-left:15px !important;
  padding-right:15px !important;
}
	.policy-pag-cc{
  margin-top:-20px !important;
}
	.decor-left,.decor-right,.decor-right span,.decor-left span {
		display: none !important;
	}
	
	
	body.page-id-23 {
    overflow-x: hidden;
}
	.header-cc-cls-mk .elementskit-menu-hamburger, .header-cc-cls-mk  .elementskit-menu-close{
  border:none !important;
}
.header-cc-cls-mk button:hover {
  background-color:transparent;
}

}
@media(max-width:1024px){
	.team-show-case-cc .eihe-box img {
    height: auto !important;
}
	.premium-vscroll-dots{
  display:none
}
}

/* contact us PAge */
.cc-txt-mk .decor-left:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #ffa500;
    border-radius: 50%;
    content: "";
}
.cc-txt-mk .decor-left {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}
 .cc-txt-mk p {
    position: relative;
    display: inline-block;
    padding: 0 15px;   
}
 .cc-txt-mk .decor-left span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #ffa500;
    content: "";
    margin: 2px 0;
}
.cc-txt-mk .decor-left:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #ffa500;
    border-radius: 50%;
    content: "";
}
.cc-txt-mk .decor-right:after {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #ffa500;
    border-radius: 50%;
    content: "";
}
.cc-txt-mk .decor-right:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #ffa500;
    border-radius: 50%;
    content: "";
}
.cc-txt-mk .decor-right {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}
.cc-txt-mk .decor-right span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #ffa500;
    content: "";
    margin: 2px 0;
}
.map-cc iframe{
  border-radius:30px
}
/* end cc page */
/* team page */
.team-show-case-cc .eihe-box img{
  height:287px
}
/* end teheme */
/*news & events*/
.event_css .elementor-image-box-content{
  text-align:left;
      bottom: 0;
    background: #293896;
    color: #f1f1f1;
    width: 100%;
  padding: 20px;
  margin: 0px;
  width:100%;  
}
.event_css .elementor-image-box-img{
	padding-bottom:20px;
}
.events_css .elementor-image-box-wrapper{
    box-shadow: none !important;
    padding-left: 20px;
  padding-top: 20px;
  margin-left:20px;
}
.events_css-new  .elementor-button{
      width: 100% !important;
    border-bottom: none !important;
  border-left:none !important;
  border-right: none !important;
    border-radius: 0px 0px 10px 10px;
} 
.events_css-new .elementor-image-box-content{
  height:180px
}
.team-show-case-cc .elementor-image-box-img, .pg-img-bx .elementor-image-box-img{
  float:right;
}

.carer .wpcf7-file:before {
    content:"";
background-image: url('/wp-content/uploads/2021/08/icons8-upload-file-48.png');
  background-repeat: no-repeat;
display: inline-block;
background-size: 20px 20px;
width:25px;
height:25px;
 vertical-align: middle;
}
/* blog page Css */
.blog-bx-cc .elementskit-entry-header a{
  padding:0px!important;
}
.blog-bx-cc .elementskit-post-body {
  margin-top:-10px;
  
  height:100px
}
.blog-bx-cc .elementskit-post-body:hover{
  opacity:0.5;
} 
.blog-bx-cc .elementskit-post-image-card{
  border-radius:0px !important;
}
@media(min-width:768px){
.blog-bx-cc .col-lg-6{
  padding:5px 35px  !important;
  }
}
/*end blog css*/

/* events nd nws */
.news-bx-cc .elementskit-entry-header{
  border: 1px solid #C0BCBC;
    border-radius: 8px 8px 0px 0px;
}
.news-bx-cc .elementskit-entry-header img{
      width: auto !important;
    margin: 0 auto;
  display:block;
  padding:20px 10px
}
@media(max-width:1024px){
.page-id-415 .elementor-widget-elementskit-blog-posts .col-md-6, .page-id-229 .elementor-widget-elementskit-blog-posts .col-md-6{
      flex: 0 0 100%;
    max-width: 100%;
	padding-left:15px !important;
	padding-right:15px !important;
  }

}
.news-bx-cc .elementskit-post-body {  
  height:100px
}
.news-bx-cc .elementskit-post-body:hover{
  opacity:0.5;
} 
.events-bx-cc  .elementskit-post-body {
 border: 1px solid #293896 !important;
    border-radius: 8px;
}
.events-bx-cc .entry-title{
  padding:30px 50px 50px;
  height:200px;
  background-color: #FFFFFF;
    background-image: url(/wp-content/uploads/2021/08/bg1-2.png);
    background-repeat: no-repeat;
}
.events-but{
  width:100%
}

.events-bx-cc .col-lg-6{
  background-image: url(https://a5gnet.com/wp-content/uploads/2021/08/vector.png);
    background-repeat: no-repeat;
    background-size: cover;
  padding-top:50px;
	margin-top:25px;
}
.events-bx-cc .elementskit-entry-header{
  display:none !important;
}
.news-bx-cc .elementskit-entry-header{
  height:210px;
}
.news-bx-cc .elementskit-entry-header img{
  height:187px !important;
}

 .design-ccls span  {
 color:#fff;
}

/* end events and news */
/* search button */


.search-field{
    background: transparent;
    position: relative;
    margin-left: 0;
    width: 100% !important;
    float: left;
    border-radius: 0;
    border: none !important;;   
    box-shadow: none;
    font-weight: normal;
    font-size: 16px;
    line-height: 50px;
    text-align: left;
    color: rgba(33, 119, 255, 0.74);
    padding-left: 20px;
    height: 50px;
  
}
.search-field::placeholder{
  color:#2177ff;
 font-family: "Nunito", Sans-serif;
}
.search-form label:before{
   content: "";
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #E8F1FF;
    border-radius: 6px;
    -webkit-transition: all 3s ease;
    transition: all 3s ease;
}
.search-form label:hover:before {
    width: 85%;
    -webkit-transition: all 3s ease;
    transition: all 3s ease;
}
.search-form {
  display:flex;
}
#searchsubmit {
    line-height: 36px;
    border-radius: 0;
    color: #2177ff;
    background: transparent;
  font-size: 20px;
border:none;
padding:0px !important;}
#searchsubmit:focus{
  outline:none;
} 
/* end search form */
.single-post .site-main{
  padding-top:130px;
	padding-bottom:50px;
}
.single-post .page-header img{
      object-fit: contain !important;
}
@media(min-width:768px){
.page-id-415 .site-footer-cus div:first-child {
  z-index:99999;
	}}
.contat4 .Mobile, .carer4 .tel{
  z-index:999;
}
body.search .site-main{
  margin-top:130px
}
@media(max-width:767px){
.terms-sec p {
	padding-top: 0px !important;
}
}
/* mobile header */

.mob-menu-mk .eicon-menu-bar:before {
    content: "\eab8" !important;
    font-family: 'elementskit';
font-size: 30px;
}
  
.mob-menu-mk .elementor-menu-toggle{
  color:#3b49ff !important;
background-color:transparent !important;
}
.mob-menu-mk .menu-item-object-gs_sim{
  margin:10px 15px;
}.mob-menu-mk .menu-item-object-gs_sim label {
  width:100%;
}
.mob-menu-mk .elementor-widget-container{
  padding:0px !important;
}
.footerlogo_csss img{
  width:72% !important;
}


/* end mobile header
.site-footer-cus .elementor-element-populated {
  padding: 0px !important;
}
*/

/* tab content for team */
@media(min-width:768px) and (max-width:1024px){
  .team-sec-01 .elementor-heading-title{
    padding-top:80px
  }
.team-sec-01 .elementor-column.elementor-col-50{
    width:50% !important;
  }
	#5guse_cases{
    margin-bottom:250px
  }
  #Industry_4{
    margin-bottom:350px
  }
   #augmentedreality_virtualreality{
    margin-bottom:320px
  }
   #connected_vehicles{
    margin-bottom:380px
  }
	.mob-cc-footer{
		padding:20px !important;
	}
}

/* end tab css */
@media(max-width:768px){.mob-cc-col-t .elementor-element-populated{
  padding:25px 15px !important
  }
  .txt-cc-mk .elementor-widget-container{
    padding:0px !important;
  }
  .tech-2-cc-spac .elementor-element-populated{
    padding-top:30px !important;
  }

  .tech-2-cc-mk{
    padding:15px !important;
  }
.tech-2-cc-spac section{
    padding:30px 15px!important;
 margin-top:0px !important;
  }
  .tech-2-cc-spac .elementor-widget-container, .tech-2-cc-spac .elementor-element-populated, .tech-sec-1-mc-k .elementor-element-populated{
    padding:0px !important
  }}
/* home sec 1 mob res*/
.home-sec-1-res-cc .elementor-widget-image{
 margin-bottom:0px !important; 
}
.home-sec-1-res-cc .elementor-image-box-content{
  padding:10px !important;
}
.home-sec-1-res-cc .elementor-image-box-title{
  margin-top:0px !important;;
  margin-bottom:10px !important;
}
@media(max-width:1024px){
  .mob-resposive-cc {
    padding:0px !important;
  }
  .mob-resposive-cc section{
    margin-top:0px !important;
  }
  .tdx-arow-res{
    padding-bottom:20px !important;
  }.team-loc-cc-res .elementor-widget-container{
    padding-top:0px !important;
    padding-bottom:70px !important;
  }
	.tech-sec-1-mc-k{
		margin-top:-50px !important; 
	}
	.tech-sec-1-mc-k section{
		padding-top:0px !important;
	}
	}
@media(min-width:767px) and (max-width:1024px){
  .col-nt-match-ct .elementor-element-populated{
  padding:30px 20px !important;
}
/* end mob res */
	
.search-form label:before {
    content: "";
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #E8F1FF;
    border-radius: 6px;
    -webkit-transition: all 3s ease;
    transition: all 3s ease;
}