﻿
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body{
  min-height: 100vh;
}

/*************GLOBAL STYLE**************/

a{
  text-decoration: none;
}

ul li{
  list-style: none;
}
p{
font-size: 14px;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif;
}

.reveal{
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: all 2s ease;
}

.reveal.active{
  transform: translateY(0px);
  opacity: 1;
  background-color: #101d48;

}
/*******Header Section Start****************/
header{
  width:100%;
  display:flex;
  font-family: 'poppin' sans-serif;
  position:fixed;
  top:0;
  left:0;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  background-color: #fff;
  padding: 5px 30px 2px 30px;
  transition: 0.6s;
}

header .brand img{
  width:200px
}

header .menu a{
color:rgb(122, 120, 120);
font-size: 16px;
font-weight: 500;
text-decoration: none;
margin: 0 30px;
padding: 0 10px;
border-radius: 7px;
transition: 0.3s;
transition-property: color, background; 
}
header .menu-btn{
color:rgb(105, 104, 104);
}

header .menu a:hover{
color: #fff;
background:#1483D5;
transition: ease-in 0.5s;
}

header .menu-btn{
color:rgb(116, 115, 115);
}

header .btn{
color: rgb(97, 94, 94);
font-size: 25px;
cursor: pointer;
display: none;
}

header .close-btn{
color: rgb(219, 218, 218);
}

/*********header responsive*********/
@media (max-width: 1060px){
header .btn{
  display: block;
}

header .menu{
  position: fixed;
  background: rgb(3, 75, 143);
  flex-direction: column;
  min-width: 400px;
  height: 100vh;
  top: 0;
  right: -100%;
  padding: 80px 50px;
  transition: 0.5s;
  transition-property: right;
}

header .menu a{
color:rgb(226, 222, 222);
}

header .menu.active{
  right: 0;
}

header .menu .close-btn{
  position: absolute;
  top: 0;
  left: 0;
  margin: 25px;
}

header .menu a{
  display: block;
  font-size: 20px;
  margin: 20px;
  padding: 0 15px;
}
}

@media (max-width: 400px){
header .menu {
  flex-direction: column;
  min-width: 400px;
  height: 100vh;
  top: 0;
  right: -100%;
  padding: 80px 50px;
  transition: 0.5s;
  transition-property: right;
}
}

/*******Header Section End****************/

/********main section start********/
.section-main{
background: url("../images/solar-banner-slide.jpg") no-repeat;
width: 100%;
min-height: 100vh;
background-size: cover;
background-position: center;
display: flex;
justify-content: center;
align-items: center;
padding: 20px 100px;
position: relative;
}

.section-main .overlay{
  width: 100%;
  min-height: 100vh;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.5); /* Black w/opacity/see-through */
  position: absolute;
  top:0;
  left:0;
  
}

.section-main h1{
color: #fff;
font-size: 40px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 70px;
  z-index: 2;
}

.section-main h1 span{
  color:#37c517;
  font-family: 'Pacifico', cursive;
}

.section-main img{
width: 550px;
  position: absolute;
  bottom: 0;
  right: 0;
}

/*****main section responsive**********/
@media (max-width: 630px){
.section-main h1{
  font-size: 35px;
  line-height: 50px;
}
}

@media (max-width: 400px){
.section-main h1{
  line-height: 40px;
}
}
/********main section End********/

/***********HOME PAGE************/

 /**********Welcome section***********/
 .section-one{
  min-height: 80vh;
  /****background: rgb(241, 241, 241);***/
  padding: 0px 40px;
  background-color: #101d48!important;
}
.welcome-container{
    padding:30px ;
  }

  .welcome-container .content{
    display: flex;
    width: 100%;
    margin-top: 100px;
  }

  .welcome-container .content .left{
    width:50%;
    padding: 0 40px;
  }

  .welcome-container .text{
    position:relative;
  }

  .welcome-container .text h2{
  margin-bottom: 10px;
  margin-top: 20px;
  color: #1131fe;
  font-size: 30px;
  text-transform: uppercase;
  }

 

  .welcome-container .text h3{
    margin-bottom: 15px;
    color:#37c517;
    position:relative;
    padding-bottom: 10px;
    }

    .welcome-container .text h3::after {
      background-color:#efff11;
      content: "";
      display: inline-block;
      left: 0;
      bottom: 0;
      position: absolute;
      height: 4px;
      width: 60px;
    }

    .welcome-container .text h4{
      margin-bottom: 20px;
      color: rgb(239, 239, 240);
      font-size: 17px;
      }

      .welcome-container .text a{
        color:rgb(221, 221, 221);
        background-color: none;
        border:2px solid rgb(221, 221, 221);
        padding:15px 30px;
        border-radius: 7px;
        font-size: 16px;
        font-weight: bold;
       }
      
       .welcome-container .text a:hover{
        background-color:rgb(221, 221, 221);
        color: #101d48!important;
        transition: ease-in 0.4s;
        border:none;
       }

      .welcome-container .content .left p{
      font-size: 14px;
      color: rgb(239, 239, 240);
        line-height: 1.6;
        margin-bottom: 100px;
        font-family: 'Poppins', sans-serif;
      }

  
  .welcome-container .content .right{
    width:50%;
    position: relative;
    padding:0 0 0 20px ;
  }

  .welcome-container .content .right img{
        width: 100%;
        margin-top: 20px;
        border-radius: 2px;
      }
      

      @media(max-width: 1130px){
        .welcome-container .content .right img{
          width: 100%;
        }
      }

  @media(max-width: 985px){

    .welcome-container .content{
    display: block;
  }

    .welcome-container .content .left{
    width:100%;
    margin-bottom:40px;
  }
  
  .welcome-container .content .right{
    width:100%;
  }

  .welcome-container .content .right img{
        width: 95%;
        max-width: 750px;
        max-width:fit-content;
      }
  }

  @media(max-width: 785px){

    .section-main h1{
      font-size: 30px;
      line-height: 40px;
      margin-top:-40px;
    }

    .welcome-container{
    padding:75px 0px;
  }

  .welcome-container .content{
    margin-top: 80px;
  }

  .welcome-container .content .left{
    padding: 0 20px;
  }
}

@media(max-width: 600px){
  .section-one{
    padding: 20px 0px;
  }
  .welcome-container .content{
    margin-top: 0px;
  }

  .welcome-container .content .left p{
      margin-bottom: 50px;
    }

  
}

/**********Welcome section End***********/

/**************Section two**************/
.section-two{
  min-height: 80vh;
  background-color: #101d48!important;
 
}

.section-two h2{
  font-size: 37px;
  line-height: 52px;
  text-align: center;
  padding:80px 0 20px 0;
  color:#fff;
}

.section-two h2 span{
color:#37c517;
}

.section-two .main-sec{
  min-height: 50vh;
  width: 100%;
  padding:30px 0;
  display:flex;
}

.section-two .main-sec .best-services{
  width: 33.33%;
  min-height: 50vh;
}

.section-two .main-sec .best-services img{
  width:100%;
}


.section-two h3{
  color: rgb(239, 239, 240);
  text-transform: uppercase;
  margin: 30px 30px 0 30px;
}

.section-two p{
  margin: 30px 30px 0 30px;
  color: rgb(239, 239, 240);
}

@media(max-width:985px){
  .section-two .main-sec{
    min-height: 50vh;
    width: 100%;
    display: block;
  }

  .section-two .main-sec .best-services{
    width: 100%;
    padding: 0 100px ;
  }

  .section-two p{
    margin-bottom: 30px;
  }
}

@media(max-width:600px){
  .section-two .main-sec .best-services{
    padding: 20px ;
  }

  .section-two h2{
    padding:0px 0 0px 0;
  }
}
/**********Section Two End********/


      /**********Section Three********/
.section-three{
  min-height: 80vh;
  padding: 35px 100px 20px 100px;
  background-color: #101d48!important;
}

.section-three h2{
  font-size: 37px;
  line-height: 52px;
  text-align: center;
  padding:80px 0 20px 0;
  margin-bottom: 30px;
  color:#fff;
}

.section-three h2 span{
color:#37c517
}

.section-three .services-container{
  display: flex;
  width:100%;
}

.section-three .services-container .contentserv-one{
  width:35%;
  min-height: 35vh;
  margin: 10px;
  padding: 20px;
  text-align: center;
  background:#fff;
  color:#3d3d3d;
  border-radius: 10px;
}

.section-three .services-container .contentserv-two{
  width:35%;
  min-height: 35vh;
  margin: 10px;
  padding: 20px;
  text-align: center;
  background:#fff;
  color:#3d3d3d;
  border-radius: 10px;
}

.section-three .services-container .contentserv-three{
  width:35%;
  min-height: 35vh;
  margin: 10px;
  padding: 20px;
  text-align: center;
  background:#fff;
  color:#3d3d3d;
  border-radius: 10px;
}

.section-three .services-container .contentserv-one h3{
  padding-top:30px;
  padding-bottom:20px;
}

.section-three .services-container .contentserv-two h3{
  padding-top:30px;
  padding-bottom:20px;
}

.section-three .services-container .contentserv-three h3{
  padding-top:30px;
  padding-bottom:20px;
}

.section-three .services-container .icon-services{
  font-size: 50px;
  color:#1131fe;
  padding-bottom:10px;
}

.section-three .services-container .build{
  font-size: 40px;
}

@media(max-width:985px){

  .section-three .services-container{
    display: block;
  }

  .section-three .services-container .contentserv-one{
    width:100%;
  }
  
  .section-three .services-container .contentserv-two{
    width:100%;
  }
  
  .section-three .services-container .contentserv-three{
    width:100%;
  }
}

@media(max-width:600px){
  .section-three{
    padding: 20px 0px;
  }

  .section-three h2{
    font-size: 37px;
    line-height: 52px;
    text-align: center;
    padding:0;
    margin-bottom: 30px;
    color:#fff;
  }

  .section-three .services-container .contentserv-one{
    width:95%;
    
  }
  
  .section-three .services-container .contentserv-two{
    width:95%;
  }
  
  .section-three .services-container .contentserv-three{
    width:95%;
  }
}
/*************section three End*********************/


/***********Section Four for team**************/
.section-four{
  min-height:80vh;
  background-color: #101d48!important;
}

.section-four h2{
  font-size: 37px;
  line-height: 52px;
  text-align: center;
  padding:90px 0 20px 0;
  margin-bottom: 30px;
  color:#fff;
}

.section-four h2 span{
color:#37c517
}

.section-four .team-wraper{
  position:relative;
}

.section-four .team-wraper .next{
  color:#ebe9e9;
  font-size:25px;
  position:absolute;
  top:50%;
  right:30px;
  cursor: pointer;
}

.section-four .team-wraper .prev{
 color:#ebe9e9;
 font-size:25px;
 position:absolute;
 top:50%;
 left:30px;
 cursor: pointer;
}


.section-four .team-wraper .team-post-silder{
  width: 84%;
  margin: 0 auto;
  overflow: hidden;
  height: 500px;
}

.section-four .team-wraper .team-post-silder .team-post{
  display: inline-block;
  background-color: #f7f7f7;
  width: 350px;
  height: 450px;
  margin:0 10px;
}

.section-four .team-wraper .team-post-silder .team-post .team-image-slide{
  width: 100%;
  height:350px;
  border-bottom-left-radius: 30%;
}

.section-four .team-wraper .team-post-silder .team-post .team-slider-content .team-name{
  color: #1134ff;
  text-align: center;
  margin: 10px 0;
}

.section-four .team-wraper .team-post-silder .team-post .team-slider-content .team-position{
  color: #3cf419;
  text-align: center;
}

@media (max-width:985px){
  .section-four .team-wraper .team-post-silder .team-post{
    overflow: hidden;
    height: 420px;
  }

  .section-four .team-wraper .team-post-silder .team-post .team-image-slide{
    height:260px;
  }
}

@media (max-width:756px){
  .section-four .team-wraper .team-post-silder .team-post{
    overflow: hidden;
    height: 410px;
  }

  .section-four .team-wraper .team-post-silder .team-post .team-image-slide{
    height:240px;
  }
}

@media (max-width:480px){
  .section-four .team-wraper .team-post-silder .team-post .team-image-slide{
    height:330px;
  }

  .section-four .team-wraper .next{
    top:50%;
    right:20px;
  }
  
  .section-four .team-wraper .prev{
   top:50%;
   left:20px;
  }
}

/************HOME PAGE END******************/



/******************ABOUT PAGE*************************/

.about-main-sec{
  /* The image used */
  background-image: url("../images/about-bg\ probes.jpg");
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Full height */
  min-height: 100vh;
  width: 100%; 
}

.about-bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.6); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
}

.about-bg-text h1{
  font-size: 50px;
}

.about-bg-text h2 span{
  color:#37c517;
}

/*******about-sec-one*********/
.about-sec-one{
  min-height:100vh;
  background-color: #101d48!important;
  width: 100%;
  display: flex;
}

.about-sec-one .about-company{
   width: 45%;
   margin: 100px 30px 0 30px;
   height: 510px;
}

.about-sec-one .abouttext{
 color:rgb(221, 221, 221);
}

.about-sec-one .abouttext h2{
  margin-bottom: 15px;
  color: #1131fe;
  position:relative;
  padding-bottom: 10px;
  }

  .about-sec-one .abouttext h2::after {
    background-color:#e6ff17ed;
    content: "";
    display: inline-block;
    left: 0;
    bottom: 0;
    position: absolute;
    height: 4px;
    width: 60px;
  }

 .about-sec-one .abouttext a{
  color:rgb(221, 221, 221);
  background-color: none;
  border:2px solid rgb(221, 221, 221);
  padding:15px 30px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: bold;
 }

 .about-sec-one .abouttext a:hover{
  background-color:rgb(221, 221, 221);
  color: #101d48!important;
  transition: ease-in 0.4s;
  border:none;
 }

video {
  width: 100%;
  height: 400px;
}
/********RESPONSIVE**********/

@media(max-width:985px){
  .about-sec-one{
    display: block;
  }
  
  .about-sec-one .about-company{
     width: 98%;
     margin:0;
     padding: 30px; 
  }
}

/*******about-sec-two*********/
.about-sec-two{
  min-height:80vh;
  background-color: #ccd0dd!important;
  width: 100%;
}

.about-sec-two h2{
  font-size: 37px;
  line-height: 52px;
  text-align: center;
  padding:80px 0 20px 0;
  color:#101d48!important;
}

.about-sec-two h2 span{
color:#37c517;
}

.about-sec-two .main-content{
  min-height: 50vh;
  width: 100%;
  padding:30px 0;
  display:flex;
}

.about-sec-two .main-content .about-servic{
  width: 23%;
  min-height: 50vh;
  margin: 10px;
}

.about-sec-two .main-content .about-servic img{
  width:100%;
}

.about-sec-two .main-content .about-servic{
  width: 23%;
  min-height: 50vh;
  margin: 10px;
}

.about-sec-two .main-content .about-servic img{
  width:100%;
}

/********RESPONSIVE**********/

@media(max-width:985px){

  .about-sec-two .main-content{
    min-height: 50vh;
    width: 100%;
    display:flex;
    flex-wrap: wrap;
  }

  .about-sec-two .main-content .about-servic{
    width: 100%;
    padding: 0 100px ;
  }

  .section-two p{
    margin-bottom: 30px;
  }
}

@media(max-width:600px){
  .about-sec-two .main-content .about-servic{
    padding: 20px ;
  }

  .section-two h2{
    padding:0px 0 0px 0;
  }
}


/*********/

.about-sec-two .row {
  margin: 0px 0px;
}

/* Add padding BETWEEN each column */
.about-sec-two .row,
.about-sec-two .row > .column {
  padding: 2px;
}

/* Create four equal columns that floats next to each other */
.about-sec-two .row .column {
  float: left;
  width: 25%;
}

/* Clear floats after rows */ 
.about-sec-two .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.about-sec-two .row .column .content {
  padding: 10px;
  transition:ease-in 0.7s;
  cursor: pointer;
}

.about-sec-two .row .column .content:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}

/* Responsive layout - makes a two column-layout  */
@media screen and (max-width: 900px) {
  .about-sec-two .row .column {
    width: 50%;
  }

  .about-sec-two .row .column .content {
    transition:none;
    cursor:initial;
  }
  
  .about-sec-two .row .column .content:hover {
    -ms-transform:none;
    -webkit-transform:none;
    transform:none;
  }
}

/* Responsive layout - makes the two columns stack on top of each other  */
@media screen and (max-width: 600px) {
  .about-sec-two .row .column {
    width: 100%;
  }
}
/******************ABOUT PAGE END*************************/



/******************SERVICES PAGE*************************/
/*****services main sec*****/
.services-main-sec{
  /* The image used */
  background-image: url("../images/HeaderTen.png");
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Full height */
  min-height: 100vh;
  width: 100%; 
}

.services-bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.6); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding:40px 20px;
  text-align: center;
}

.services-bg-text h1{
  font-size: 50px;
}
/*****services main sec End*****/

/******services sec-one from home page********/

/**********servicesexpanded section*************/
.services-expand-sec{
  min-height:100vh;
  background-color: #ccd0dd!important;
  width: 100%;
  display: flex;
  padding: 50px 30px 0 30px;
}

.services-expand-sec .distributed{
  width: 33.33%;
  padding: 30px;
}

.services-expand-sec .distributed h2{
  font-weight: bold;
  padding:0px 0 20px 0;
  color:#7f8081!important;
}

.services-expand-sec .distributed ul li{
  color:#58595a!important;
  list-style: square;
}

.services-expand-sec .distributed img{
  width: 100%;
  max-width: 350px;
}

/*******responsive************/
@media (max-width:1100px){
  .services-expand-sec .distributed img{
    max-width: 450px;
  }
}


@media (max-width:1090px){

  .services-expand-sec .distributed{
    padding: 10px;
  }

  .services-expand-sec .distributed img{
    max-width: 550px;
  }
}

@media (max-width:985px){

  .services-expand-sec{
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .services-expand-sec .distributed{
    padding: 10px;
  }

  .services-expand-sec .distributed img{
    max-width: 550px;
  }

  .services-expand-sec .distributed ul li{
    list-style: none;
  }
}

@media (max-width:985px){
  .services-expand-sec .distributed ul li{
    text-align: justify;
  }
}

/*******safari tech project section from about page bg change*********/
.bg-change{
  background-color:#101d48!important;
}

.bg-change h2{
  color: #fff !important;
}



/******************SERVICES PAGE END*************************/



/******************GALLERY PAGE*************************/
/*****gallery main sec*****/
.gallery-main-sec{
  /* The image used */
  background-image: url("../images/light-bulbs-2.jpg");
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Full height */
  min-height: 100vh;
  width: 100%; 
}

.gallery-bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.6); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding:40px 20px;
  text-align: center;
}

.gallery-bg-text h1{
  font-size: 50px;
}
/*****gallery main sec End*****/


/*****GALLERY SECTION ONE ***/
.gallery-sec-one img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.gallery-sec-one .container {
  position: relative;
  width: 70%;
  margin: 0 auto;
}

/* Hide the images by default */
.gallery-sec-one .container .mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.gallery-sec-one .container .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.gallery-sec-one .container .prev,
.gallery-sec-one .container .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.gallery-sec-one .container .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.gallery-sec-one .container .prev:hover,
.gallery-sec-one .container .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.gallery-sec-one .container .caption-container {
  text-align: center;
  background-color: #222;
  padding: 10px 16px;
  color: white;
}

.gallery-sec-one .container .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.gallery-sec-one .container .row .column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.gallery-sec-one .container .row .column .demo {
  opacity: 0.4;
}

.gallery-sec-one .active,
.gallery-sec-one .container .row .column .demo:hover {
  opacity: 1;
}

/*******gallery .section-one responsive*********/

@media screen and (max-width: 600px){
  .gallery-sec-one .container {
    width: 96%;
  }
}

/*****gallery sec-TWO ***/
.gallery-sec-two{
  width: 100%;
 
}

.gallery-container{
  padding-left: 50px;
}

.gallery-sec-two .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.gallery-sec-two .row .column {
  flex: 25%;
  max-width: 24%;
  padding: 0 4px;
}

.gallery-sec-two .row .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  border-radius: 2%;
}

/*******gallery .section-two responsive*********/
@media screen and (max-width: 800px){
  .gallery-sec-two .row .column {
    flex: 50%;
    max-width: 48%;
}
}

@media screen and (max-width: 600px){
  .gallery-sec-two .row .column {
    flex: 100%;
    max-width: 100%;
}

.gallery-container{
  padding-left: 2px;
}
}
/*****gallery sec-two End*****/

/******************GALLERY PAGE END*************************/



/******************TEAM PAGE*************************/

.team-main-sec{
  /* The image used */
  background-image: url("../images/SafPicThirteen.jpg");
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Full height */
  min-height: 100vh;
  width: 100%; 
}

.team-bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.6); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding:40px 20px;
  text-align: center;
}

.team-bg-text h1{
  font-size: 50px;
}

.team-bg-text h1 span{
  color:#37c517;
}

/******team-sec-one***********/
.team-sec-one{
  background-color: rgb(226, 228, 238);
}

.team-sec-one .row{
  padding: 80px 80px;
}

/* Create two columns that floats next to each other */

.team-sec-one .row .founder-photo {
  float: left;
  width: 30%;
}

.team-sec-one .row .founder-text {
  float: left;
  width: 68%;
  padding: 30px 20px;
}

/* Clear floats after rows */ 
.team-sec-one .row:after {
  content: "";
  display: table;
  clear: both;
}

.team-sec-one .row .column img{
  vertical-align: middle;
  width:100%;
  max-width: 300px;
  border: 4px double #fff;
  border-radius: 50%;
}

.team-sec-one .row .column h1{
 padding-bottom: 20px;
    color: #1134ff;
}

.team-sec-one .row .column h3{
  padding-bottom: 20px;
    color: #3cf419;
 }
 
/*******team sec-one-responsive**********/
@media screen and (max-width: 900px) {
  .team-sec-one .row .founder-photo {
    width: 50%;
  }
  
  .team-sec-one .row .founder-text {
    width: 48%;
    padding: 30px 20px;
  }
}

@media screen and (max-width: 820px) {
  .team-sec-one .row{
    padding: 80px 30px;
  }
}

@media screen and (max-width: 685px) {
  .team-sec-one .row .founder-photo {
    width: 100%;
  }
  
  .team-sec-one .row .founder-text {
    width: 96%;
    padding: 30px 20px;
  }
}

/******team-sec-two***********/
.team-sec-two{
  background-color: #9aa6ee;
}

.team-sec-two .row{
  padding: 80px 80px;
  display: flex;
}

/* Create two columns that floats next to each other */

.team-sec-two .row .co-founder-photo {
  float: left;
  width: 30%;
}

.team-sec-two .row .co-founder-text {
  float: left;
  width: 68%;
  padding: 30px 20px;
}

/* Clear floats after rows */ 
.team-sec-two .row:after {
  content: "";
  display: table;
  clear: both;
}

.team-sec-two .row .column img{
  vertical-align: middle;
  width:100%;
  max-width: 300px;
  border: 4px double #fff;
  border-radius: 50%;
}

.team-sec-two .row .column h1{
  padding-bottom: 20px;
     color: #1134ff;
 }
 
 .team-sec-two .row .column h3{
   padding-bottom: 20px;
     color: #3cf419;
  }

  /*******team sec-one-responsive**********/
@media screen and (max-width: 900px) {
  .team-sec-two .row .co-founder-photo {
    width: 50%;
  }
  
  .team-sec-two .row .co-founder-text {
    width: 48%;
    padding: 30px 20px;
  }
}

@media screen and (max-width: 820px) {
  .team-sec-two .row{
    padding: 80px 30px;
  }
}

@media screen and (max-width: 685px) {
  
  .team-sec-two .row .co-founder-photo {
    width: 100%;
  }
  
  .team-sec-two .row .co-founder-text {
    width: 96%;
    padding: 30px 20px;
  }

  .team-sec-two .row  {
    flex-direction: column-reverse;
   }
}

/******team-sec-three***********/
.team-sec-three{
  background-color: rgb(226, 228, 238);
}

.team-sec-three .row{
  padding: 80px 80px 80px 130px;
}

/* Create two equal columns that floats next to each other */
.team-sec-three .row .column {
  float: left;
  width: 33.33%;
}

/* Clear floats after rows */ 
.team-sec-three .row:after {
  content: "";
  display: table;
  clear: both;
}

.team-sec-three .row .column img{
  vertical-align: middle;
  width:100%;
  max-width: 300px;
  border: 4px double #fff;
  border-radius: 50%;
}

.team-sec-three .row .column h1{
  padding: 20px 0;
     color: #1134ff;
 }
 
 .team-sec-three .row .column h3{
   padding-bottom: 20px;
     color: #3cf419;
  }

  /*******team sec-one-responsive**********/
  @media screen and (max-width: 1130px) {
    .team-sec-three .row{
      padding: 80px 10px 80px 20px;
    }
  }

@media screen and (max-width: 998px) {
  .team-sec-three .row .column {
    float: left;
    width: 48%;
  }
  
}

@media screen and (max-width: 710px) {
  .team-sec-three .row .column {
    float: left;
    width: 98%;
  }

  .team-sec-three .row .column:nth-child(2){
    padding-top: 40px;
  }

  .team-sec-three .row .column:nth-child(3){
    padding-top: 40px;
  }
}

@media screen and (max-width: 685px) {
  
  .team-sec-two .row .co-founder-photo {
    width: 100%;
  }
  
  .team-sec-two .row .co-founder-text {
    width: 96%;
    padding: 30px 20px;
  }
}

/******************TEAM PAGE END*************************/



/******************CONTACT PAGE*************************/
.contact-section-one{
  background: url("../images/computer.jpg") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.contact-section-one .row{
  width: 90%;
  justify-content: center;
  align-items: center;
  margin-top: 170px;
  
}

.contact-section-one .row .column{
  width: 48%;
  float: left;
}

.contact-section-one .row .contact-text-area{
  min-height: 50vh;
}

.contact-section-one .row .contact-text-area h1{
 color:#fff;
 font-size:40px;
 text-align:center;
 margin-bottom: 10px;
}

.contact-section-one .row .contact-text-area h1 span{
  color: #3cf419;
 }

.contact-section-one .row .contact-text-area p{
  color:#fff;
  padding: 0 20px;
}

/* Clear floats after rows */ 
.contact-section-one .row:after {
  content: "";
  display: table;
  clear: both;
}

.contact-section-one .row .column .contact-form .text-box{
  background: #000;
  color: #fff;
  border: none;
  width: calc(50% - 10px);
  height: 50px;
  padding: 12px;
  font-size: 15px;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  opacity: 0.9;
}

.contact-section-one .row .column .contact-form .text-box:first-child{
  margin-right: 15px;
}

.contact-section-one .row .column .contact-form textarea{
  background: #000;
  color: #fff;
  border: none;
  width: 100%;
  padding: 12px;
  font-size: 15px;
  min-height: 200px;
  max-height: 400px;
  resize: vertical;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  opacity: 0.9;
}

.contact-section-one .row .column .contact-form .send-btn{
  float: right;
  background: #2E94E3;
  color: #fff;
  border: none;
  width: 120px;
  height: 40px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  transition-property: background;
}

.contact-section-one .row .column .contact-form .send-btn:hover{
  background: #0582E3;
}

/*******.contact-section-one responsive*******/

@media screen and (max-width: 950px){
  .contact-section-one .row{
    display: block;
  }
  
  .contact-section-one .row .column{
    width: 98%;
  }

  .contact-section-one .row .contact-text-area{
    min-height: 30vh;
  }
}



/*******Contact sec-two************/

.contact-section-two .row{
width: 90%;
margin: 50px auto;
}

.contact-section-two .row .column{
width: 30%;
float: left;
text-align: center;
padding: 30px 20px;
}

.contact-section-two .row .column h3{
  padding: 20px 0;
  color:#9e9b9b
  }

  .contact-section-two .row .column address{
    color:#9e9b9b;
    font-size:14px
    }

  .contact-section-two .row .column a{
    color:#ffb617;
    font-size: 14px;
    }

/* Clear floats after rows */ 
.contact-section-two .row:after {
  content: "";
  display: table;
  clear: both;
}


.contact-section-two .row .column .map-icon{
  padding: 30px 40px;
  color:#ffb617;
  background-color: #ededed;
  border-radius: 50%; 
  font-size: 40px;
}

.contact-section-two .row .column .phone-icon{
  padding: 30px 35px;
  color:#ffb617;
  background-color: #ededed;
  border-radius: 50%; 
  font-size: 40px;
}

.contact-section-two .row .column .email-icon{
  padding: 35px;
  font-size: 30px;
  color:#ffb617;
  background-color: #ededed;
  border-radius: 50%; 
}


/*******.contact-section-two responsive*******/

@media screen and (max-width: 950px){
  
  .contact-section-two .row .column{
    width: 98%;
  }

  .contact-section-one .row .contact-text-area{
    min-height: 30vh;
  }
}
/******************CONTACT PAGE END*************************/


/**********FOOTER************/
footer .footer-main{
  background-color: #232323;
  padding-top: 80px;
  padding-bottom: 80px;
  display:flex;
}

footer .footer-main .container{
  margin-right: auto;
    margin-left: auto;
    display:flex;
}


footer .footer-main .footer-distributed{
 width:25%;
 margin: 0 20px;
 overflow: hidden;
}

footer .footer-main h3{
    color: #e9e7e7;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    letter-spacing: 0.72px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}

footer .footer-main h3::after {
  background-color: #ffb617;
  content: "";
  display: inline-block;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 3px;
  width: 30px;
}

footer .footer-main .widget-one p{
  color: #777;
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 24px;
    margin: 0 0 50px;
}

footer .footer-main .widget-one .footer-social{
    list-style:none;
    margin-bottom: 0;
    padding-left: 0;
}

footer .footer-main .widget-one .footer-social li{
  display: inline-block;
  margin-right: 10px;
}

footer .footer-main .widget-one .footer-social li a{
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 25px;
  text-align: center;
  transition: all 1s ease 0s;
}

footer .footer-main .widget-one .footer-social li a:hover{
  border: none;
  color: #fff;
  background: rgb(3, 75, 143);
  border-radius: 2px;
}

/************footer quick links*****/
.footer-distributed .footer-quick-links{
 list-style: none;
}

.footer-distributed .footer-quick-links li {
  margin: 5px 0;
  list-style:none;
 }

.footer-distributed .footer-quick-links li a{
  color:#ededed;
  font-family: 'Leckerli', sans-serif;
  font-size: 15px;
    letter-spacing: 0.52px;
    line-height: 24px;
    display: inline-block;
 }

 .footer-distributed .footer-quick-links li a:hover{
  color: rgb(3, 75, 143);
 }

 /************footer Our Services*****/
.footer-distributed .footer-services{
  list-style: none;
 }

 .footer-distributed .footer-services li {
  margin: 8px 0;
 }
 
 .footer-distributed .footer-services li a{
   text-decoration:none;
   color:#ededed;
   letter-spacing: 0.1em;
   font-size:16px;
   font-family: 'Poppins', sans-serif;
   display: inline-block;
  }
 
  .footer-distributed .footer-services li a:hover{
   color: rgb(3, 75, 143);
  }

 /************footer Infos*****/
.footer-distributed .footer-infos{
  list-style: none;
 }

 .footer-distributed .footer-infos li {
   color:#ededed;
   letter-spacing: 0.1em;
   font-size:14px;
   display: inline-block;
 }
 
 .footer-distributed .footer-infos i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
    
 }

 .footer-distributed .footer-infos .email {
  font-size: 20px;
}

.footer-distributed .footer-infos .myemail {
  text-decoration: none;
  color:#ffb617;
  font-size: 16px;
}

.footer-distributed .footer-infos .footer-telephone-num{
  color:#ffb617;
}

footer .footer-bottom{
background-color: #333;
    padding: 13px 0;
    text-align: center;
}
footer .footer-bottom p{
  color: rgb(201, 200, 200);
  font-size: 13px;
  letter-spacing: 0.52px;
  margin-bottom: 0;
}

/****footer mediaquery****/

@media(max-width: 850px){
footer .footer-main .container{
    display:block;
}

footer .footer-main .footer-distributed{
  margin: 30px 20px;
 }
}
@media(max-width: 785px){
  footer .footer-main .footer-distributed{
    width:50%;
   }
}

/****footer End****/