/* Set the color of the captions explicitly */
.carousel p,
.carousel h3 {
   color: white !important;
}

/* Space the circular slide indicators out a wee bit */
.carousel-indicators li,
carousel-indicators li.active {
   margin-left: 5px;
}
.sectionres{
  background:linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(https://galaxiestechgroup.com/banner1.jpg);
  height: 300px;
  background-repeat: no-repeat; 
  background-attachment: fixed;
  background-size: cover
}
#mainbox{
	margin: 40px;
}
#subbox{
	border-radius: 10px;
	text-align: justify;
	margin-bottom: 20px;
	background: #c4cfc7;
	color: black;
	height: auto;
}

.parares{
    font-size:17px !important;
    text-align:justify !important;
}
.mainhead{
  text-align:left!important;
  margin-bottom:10px!important;
}
.headingleft{
    text-align:left!important;
}
.bannerheading1{
    text-align:center; margin-top: 50px; padding-top: 100px; font-size: 70px; font-weight: 700; color:#fff;text-shadow: 0 2px 5px rgba(0,0,0,0.5); font-family: 'Grenze Gotisch';
}
.bannerheading2{
     text-align:center; color: #00f3ff; font-weight: 700; font-size: 50px;text-shadow: 0 2px 5px rgba(0,0,0,0.5); font-family: 'Grenze Gotisch';
}

.button {
  display: inline-block;
  margin-top: -20px !important;
  padding: 7px 20px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #00cfef;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px #999;
}

.button:hover {background-color: #00cfef;}

.button:active {
  background-color: #00cfef;;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
 .img1{
     border-radius:10px;
 }
/*wds2 page*/
.call{
    visible: hidden;
}
#wdsul {
   margin-top: 20px;
   text-align: justify;
   padding: 3px 75px;
   list-style-type: square;
}
#wdsul li {
    margin-top:15px;
    margin-bottom: 15px;
}
#services{
    margin-top:40px;
}

/*wds2 end*/
 /*influencing  page css*/
#infulececol1{
  background: #FFFAFA;
}

#influecerow{
  margin:70px 30px 0px 30px;
}

.influencehead{
  font-size: 30px;
  font-family: Lucida Console!important;
  background: linear-gradient(to right, #064497 0%, #ffd7f0 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color: transparent;
}
.influencehead2{
  font-size: 30px;
  font-family: Lucida Console!important;
  background: linear-gradient(to right, #064497 0%, #ffd7f0 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color: transparent;
}

#influececol2{
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.9);
border-radius: 10px;
margin-top: 60px;
font-family: Garamond;
}

.influpara{
  font-family:Copperplate;
  font-size: 60px;
  padding: 70px 0px;
}
.influimg{
    margin-top:60px;
    height:400px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.9);
}
/*end influencing*/
/*breadcrumbs*/
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-left:50px;
    font-size:20px;
    font-weight: 500
}
.breadcrumbs a:hover {
    color:red;
}
/*client*/

#clientcol2 .parares{
word-spacing: -1px;
}
#clientrow{
  margin:70px 30px 0px 30px;
}

.clienthead{
  font-size: 40px;
  border
  font-family: Lucida Console!important;
  background: linear-gradient(to right, #09009f 0%, #00ff95 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color: transparent;
}
.clienthead::after{
    content: '';
    position: relative;
    display: block;
    width: 20%;
    height: 3px;
    margin-top: 5px;
    background: #8e9ba1;
    border-radius: 2px;
    bottom: 0;
    left: calc(40%);
  }
.clienthead2{
  font-size: 30px;
  font-family: Lucida Console!important;
  background: linear-gradient(to right, #064497 0%, #ffd7f0 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color: transparent;
}

#clientcol2{
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.9);
margin-top: 60px;
margin: 50px;
font-family: Garamond;
border-radius: 20px;
  background-image: linear-gradient(to left,
    transparent,
    transparent 50%,
    #F5E3E6 50%,  #D9E4F5);
  background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
}

#clientcol2:hover{
 background-position: 0 0;
}
.clientimg{
  margin: 20px 0px;
}
.clientbutton {
  width: 50%;
  font-weight: bold;
  font-family: Garamond;
  display: inline-block;
  margin-top: 0px !important;
  margin-bottom: 10px;
  padding: 7px 20px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: black;
  background-image: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 51%, #a1c4fd 100%);
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px #999;
}

.clientbutton:hover {
  background-position: right center;
}

.clientbutton:active {
  background-color: #00cfef;;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
/*end client*/


/*CSS OF PORTFOLIO PAGE OF THE GGT*/
.portfoliobox{
  margin: 30px 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
}
.portfolio{
  width: 100%;
  height: 250px;
}

.portfoliocontent{
  text-align: justify;
  align-content: center;
  vertical-align: middle;
  color: #fff;
  background:rgba(0,0,0,0.8);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.5s;
}
.portfoliocontent h2{
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.portfoliobox:hover .portfoliocontent{
    left: 0;
}

.portfoliocontent h2:hover{
  color: black;
  text-shadow: 1px 1px #fff;
}

/*CSS OF PORTFOLIO PAGE OF THE GGT*/

/*faq css*/
.accordtionbox{
 margin: 10px 30px 10px 30px;   
}
.accordtion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;  
  border-color: #00cfef;
  border-width: thin;
  border-radius: 20px;
  box-shadow:0px 10px 20px 0px rgba(0,0,0,0.3); 
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordtion:hover {
  background-color: #f3f2f2;
}

.accordtion:after {
  content: '\002B';
  color: #00cfef;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

/*.active:after {
  content: "\2212";
  color: #00cfef;
}
*/
.panels {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panels p{
    text-align:justify;
}
/*end faq*/

 @media screen and (max-width: 768px) {

.navbar-brand {
	background: url("../ggtlogo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size: 190px 40px !important;
}
.navbar-brand {
    display: inline-block;
    vertical-align: middle;
    width: 190px;
	height: 40px;
	margin-left: 5px;
	margin-right: 20px;
	max-width: 200px;
	margin-bottom:0px!important;
	margin-top:4px;
}
.company-overview{
	padding: 0px !important;
	align-items: center;
}
 .call{
    visible: hidden;
}
.portfoliorow{
  margin: 0px !important;
}
.portfoliobox{
  margin: 30px 10px;
}
  #mainbox{
      margin:0px;
  }
  #imgbox{
      margin:0px;
      padding:0px;
      margin-top: 20px;
  }
  
  .box1 {
    margin: 0px !important;
    padding: 0px !important;
    word-spacing: 5px;
    font-size: 10px !important;
    text-align: justify;
    margin-bottom:10px!important;
  }
 .bannerres{
     background-size:100% 200px;
 }
 .quoteres{
 	width: 80% !important;
 }
 #paraquote{
  	padding: 32px 27px !important;
  }

#banner{
    width:100% !important;
    height:auto !important;
    margin-bottom:15px;
}
 
 
.imgres {

	height:250px;
	width:300px;
	justify-content:center; 

}
.heading{
	font-size: 25px !important;
	word-spacing: 0px !important;
}
.sectionres{
    margin-top:-60px;
	height: 200px !important;
}
.mainhead{
    margin-top:15px !important;
	font-size: 18px !important;
	word-spacing: 0px;
	font-weight:550;
	text-decoration-style:solid !important;
}
.parares{
	font-size: 16px !important;
	word-spacing: 0px !important;
}
.parares1{
	font-size: 18px !important;
	word-spacing: 0px !important;
}
.buttonres{
	margin-top: 30px !important;
	justify-content: center;
	text-align: center !important;
}
.buttonres2{
	width: 100% !important;
}
.breadcrumbs ol {
    margin-left:10px;
    }
#lastbox{
    margin-top:10px;
    height:auto;
	width: 100%;
	align-items: center;
}


.alllogo{
	align-content: center;
}
.conformres{
	padding-top: 0px !important;
}
.cardres1{

}
.afimgres{
	width: 100%;
}
.afres{
	height: 480px !important;
}

.cheading{
 		font-size: 30px !important;
 		word-spacing: 1px !important;
 	}
#wdsul{
    margin:0;
    padding:0;
} 	
.influpara{
  font-family:Copperplate;
  font-size: 30px;
  padding: 30px 0;
  text-align: center;
}

.influencehead{
  font-size: 21px;
  margin-top: 70px;
  word-spacing: -1px;
}

.influencehead2{
  font-size: 21px;
  word-spacing: -1px;
}

.clienthead{
  text-align: center;
  font-size: 20px;
  margin-top: 70px;
  word-spacing: 0;
}
.clienthead2{
  font-size: 16px;
}

#clientcol2{
  margin: 10px 0;
}

}
 @media screen and (max-width: 987px) and (min-width: 768px){
    .portfoliobox{
  width: 40%!important;    
  margin: 30px 36px;
}
  }
 @media screen and (max-width: 1352px) and (min-width: 768px){
#clientrow{
  margin:70px 20px 0px 20px;
}
#clientcol2{
  margin: 30px;
}
 	.bottombox{
 		display: flex !important;
 		flex-direction: column !important;
 		flex-wrap: wrap !important;
 		align-items: center !important;
 	}
 	.parares2{
 		font-size: 14px !important;
 	}
 	.cheading{
 		font-size: 30px !important;
 		word-spacing: 1px !important;
 	}
 	
 }
