/**
 * Theme Name: Network Assistant
 * Template:   hello-elementor
 */

 h6{
  font-size: 16px;
  font-weight: 700;
  background-image: linear-gradient(#8236fb, #076ef4);
  color: transparent !important;
  background-clip: text;
 }

 h4{
  font-weight: 700;
  line-height: 1.3em;
  font-size: 36px;
 }

 h3{
  font-size: 46px;
  font-weight: bold;
 
 }

 a{
  color: #0060ff;
 }

.margin-width h3{
  margin-left: 15%;
  margin-right: 15%;
 }

 header{
   position: absolute;
   width: 100%;
 }

 .sticky-header .elementor-122 .elementor-element.elementor-element-7d4d8ab {
   position: fixed !important;
   top: 0;
   width: 100%;
   -webkit-animation: slide-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
   animation: slide-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
   background: #131E39;
 }

 .elementor-122 .elementor-element.elementor-element-085ffda .eael-simple-menu li ul{
  background-image: linear-gradient(to bottom, #131E39 0%, #0060ff 100%);
 }

 .first-footer{
  background-image: linear-gradient(to bottom, #131E39 0%, #0060ff 100%);
  padding-top: 60px;
 }

 .eael-simple-menu-container.preset-1 .eael-simple-menu li.current-menu-ancestor>a.eael-item-active, .eael-simple-menu-container.preset-1 .eael-simple-menu li:hover>a, .eael-simple-menu-container.preset-1 .eael-simple-menu li.current-menu-item>a.eael-item-active {
  background-color: transparent !important;
}

 .page-header{
   padding-top: 150px;
   padding-bottom: 90px;
   color: #fff;
   font-size: 37px;
   margin-bottom: 0px;
   text-transform: uppercase;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
 }

 .sec-padding{
    padding-top: 60px;
    padding-bottom: 60px;
 }

 .sec-padding-2{
  padding-top: 40px;
  padding-bottom: 40px;
}

 .sec-padding-top{
   padding-top: 60px;
 }

 .sec-padding-bottom{
   padding-bottom: 60px;
 }

.back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  z-index: 9999;
  opacity: 0.7;
}

.show-top {
  display: block;
}

.eael-simple-menu-toggle-text{
  display: none;
}

.networking-features .eael-infobox{
  border-radius: 0px 0px 15px 0;
  position: relative;
  text-align: center;
  padding: 50px 30px 80px;
  background-color: #ffffff;
}

.networking-features .eael-infobox-button{
    position: absolute;
    left: 100%;
    width: 50px;
    height: 50px;
    bottom: 0px;
    color: #ffffff;
    line-height: 50px;
    font-size: 20px;
    margin-left: -50px;
    border-radius: 0px 0px 15px 0px;
    background: #0060ff !important;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    justify-content: center;
}

.networking-features .eael-infobox:hover .eael-infobox-button{
  border-radius: 0px 0px 0px 15px;
  background: #ffffff  !important;
  left: 0%;
  margin-left: 0px;
}

.networking-features .eael-infobox:hover .eael-infobox-button svg{
  fill: #0060ff !important;
}

.networking-features .eael-infobox{
  height: 100%;
}

.networking-features .eael-infobox:hover{
  background-image: linear-gradient(to bottom, #131E39 0%, #0060ff 100%);
  border-radius: 0px 0px 0px 15px;
}

.networking-features .eael-infobox:hover .infobox-content p , .networking-features .eael-infobox:hover .infobox-content h2{
  color: #fff !important;
}

.networking-features .eael-infobox:hover img{
  filter: brightness(0) invert(1);
}

.what-we-do .eael-infobox{
  position: relative;
  padding: 45px 45px;
  border-radius: 20px;
  background-color: #fff;
  transition: color 0.40s ease-in-out;
  height: 100%;
}

.service-page .eael-infobox{
  background-color: #F6F7FF;
}

.service-page .eael-infobox-button{
  background: #0060ff  !important;
}

.service-page .eael-infobox img{
  width: 64px;
}

.service-page .eael-infobox:hover .eael-infobox-button{
  background: #000 !important;
  position: relative;
}

.what-we-do .eael-infobox:before{
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, #131E39 0%, #0060ff 100%);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  content: '';
  border-radius: 20px;

}

.what-we-do .eael-infobox:hover:before{
  bottom: 0;
  height: 100%;
}

.what-we-do .eael-infobox:hover .infobox-content p, .what-we-do .eael-infobox:hover .infobox-content h2{
  color: #fff !important;
  position: relative;
}

.what-we-do  .eael-infobox:hover img{
  filter: brightness(0) invert(1);
  position: relative;
}

.features-sec .elementor-icon-box-wrapper{
  border-left: solid 1px #EEE;
  border-bottom: solid 1px #EEE;
  padding: 30px;
  height: 100%;
}

.features-sec  .elementor-icon-box-icon{
  margin-bottom: 30px !important;
}

.features-sec .elementor-icon-box-wrapper:hover .elementor-icon{
  background-color:#fff !important;
}

.features-sec .elementor-icon-box-wrapper:hover .elementor-icon svg{
  fill: #076ef4  !important;
}

.features-sec .elementor-icon-box-wrapper:hover h3 , .features-sec .elementor-icon-box-wrapper:hover p{
  color: #FFF;
}

.features-counter .elementor-widget-counter{
  background-color: #F6F7FF;
  padding: 30px 20px;
  border-radius: 100px;
  margin-bottom: 20px !important;
}

.about-main-img{
  -webkit-animation:spin 15s linear infinite;
  -moz-animation:spin 15s linear infinite;
  animation:spin 15s linear infinite;
  position: absolute;
  left: -120px;
  top: -40px;
  background-repeat: no-repeat;
}

.about-us-image{
  position: relative;
}

.about-us-image .image2{
  position: absolute;
  bottom: 0;
  right: 25px;
}

.about-us-image .year-sec-about{
  position: absolute;
  z-index: 99;
  background-image: linear-gradient(to bottom, #131E39 0%, #0060ff 100%);
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
  border-radius: 50%;
  top: 50%;   
  left: 50%;  
  transform: translate(-50%, -50%);
  padding: 30px;
}

.process-step .eael-infobox{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}

.wpcf7-form .wpcf7-form-control-wrap input[type=text], .wpcf7-form .wpcf7-form-control-wrap input[type=number], .wpcf7-form .wpcf7-form-control-wrap input[type=email], .wpcf7-form .wpcf7-form-control-wrap input[type=tel], .wpcf7-form .wpcf7-form-control-wrap input[type=url], .wpcf7-form .wpcf7-form-control-wrap input[type=password], .wpcf7-form .wpcf7-form-control-wrap input[type=search], .wpcf7-form .wpcf7-form-control-wrap input[type=date], .wpcf7-form .wpcf7-form-control-wrap input[type=time], .wpcf7-form .wpcf7-form-control-wrap .input-text, .wpcf7-textarea{
    width: 100%;
    height: 100%;
    border-color: #e5e7ea;
    border-radius: 12px;
    background: #fff;
    padding: 14px 20px 15px;
}

.wpcf7-form .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.wpcf7-form .row [class*=" column-"], .wpcf7-form .row [class^=column-] {
  padding: 0 10px;
}

.column-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.column-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.contact-form-about{
  box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, .07);
  padding: 40px;
  border-radius: 20px;
}

.grey-bg{
	background: #F7F6F9;
}

.wpcf7-submit{
  background-image: linear-gradient(to bottom, #131E39 0%, #0060ff 100%);
  border: none;
  color: #fff;
  border-radius: 12px;
  padding: 10px 30px;
}

@-moz-keyframes spin { 
  100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
  100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
  100% { 
      -webkit-transform: rotate(360deg); 
      transform:rotate(360deg); 
  } 
}


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  /* CSS */
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  /* CSS */
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  /* CSS */
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
 
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
	.features-sec .elementor-icon-box-wrapper{
		border: solid 1px #EEE;
	}
	h3{
		font-size:32px !important;
	}
   .sec-padding{
    padding-top:30px;
    padding-bottom: 30px;
	}
	.margin-width h3{
  margin-left:0;
  margin-right:0;
 }
	
	.elementor-122 .elementor-element.elementor-element-085ffda .eael-simple-menu.eael-simple-menu-responsive li > a, .elementor-122 .elementor-element.elementor-element-085ffda .eael-simple-menu.eael-simple-menu-responsive li ul li a{
		background-color: #131E39;
	}
	.elementor-122 .elementor-element.elementor-element-085ffda .eael-simple-menu li .eael-simple-menu-indicator.eael-simple-menu-indicator-open, .elementor-122 .elementor-element.elementor-element-085ffda .eael-simple-menu li .eael-simple-menu-indicator:hover, .elementor-122 .elementor-element.elementor-element-085ffda .eael-simple-menu li .eael-simple-menu-indicator {
    background-color: #131E39 !important;
    border-color: #131E39 !important;
}
	
	.about-us-image .year-sec-about{
		padding: 20px;
		border-width: 5px;
	}
	
	.column-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
	.n2-ss-slider .n2-ss-text{
		font-size:22px !important;
	}
	
	.n2-ss-slider .n2-ss-section-main-content{
		padding-top:90px !important;
	}

}