html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	font-size: 16px !important;
	font-family: poppins !important;
	background-color:#fff !important;
}
body a:hover{
	text-decoration:none;
	font-family: Poppins !important;
}

/*Check box bg color*/
Check box color onclicking table td{
  padding: 10px !important;
  background: #ccc;
}
td.selected {
  background: #E97053;
  color:#fff;
}
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 6px;
    cursor: pointer;
    font-size: px;
	
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	text-align:center;
}
/*Custome Check box*/

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/*------*/
.col-md-3:nth-child(4n+1){
	clear: left;
	
}
col-md-4:nth-child(4n+1){
	clear: left;
	
}
/*----card----*/
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  
  margin: auto;
  text-align: center;
  font-family: arial;
  margin-top:0px;
  width:100%;
  font-size:15px;
  color:#fff;
}




ul.nav.navbar li a:hover,ul.nav.navbar li a.active,ul.nav.navbar li a:focus{
    color: #008B8B;
    background: #fff;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
    transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
}


home-card:hover {
    box-shadow: 1px 8px 16px 2px rgba(0,0,0,0.2);
}
/** About Us**/


.about h2 {
    /*font-size: 50px;
    text-align: center;
    margin-bottom: 50px;
    color: #000;*/
}
.w3-agileits-team-title {
    margin-top: 50px;
}
section#team-section {
    padding: 5em 0em 0em;
}
.team-Info-agileits {
    float: left;
    width: 50%;
}
.about h3 {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 1.8em;
    color: #000;
}
.team-Info-agileits p {
    font-size: 15px;
    line-height: 1.8em;
    color: #777;
    padding: 5em;
}
.about {
    padding: 5em 0em 0em;
}
::-moz-selection{
	color:white;
	background:#ED7B5D;
}
::selection{
	color:white;
	background:#ED7B5D;
}

/*body design */
/*ribbon*/
/*checked*/


/*checked*/

/* About */
.about-3 {
    padding: 5em 0;
}
h3.center {
    text-align: center;
    font-weight: 700;
    /*font-size: 35px;*/
    text-transform: uppercase;
    margin-bottom: 30px;
    text-shadow: 0 2px 2px rgba(0,0,0,.6);
	    letter-spacing: 2px;
}
h3.center:after {
    border-top: 2px solid #FF5722;
    display: block;
    width: 100px;
    content: "";
    margin: 10px auto 0;
}
.d-flex {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about1, .about2 {
    flex: 1;
	  -ms-flex: 1;
}
.about1 {
    padding-right: 46px;
}
.about1 h4 {
    /*font-size: 35px;*/
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #0e51aa;
}
.about1 h5 {
    color: #f14156;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5em;
    font-style: italic;
}
.about-3 p {
    font-size: 14px;
    color: #777;
    line-height: 1.8em;
    margin: 0em 0;
	
}
ul.about-list li {
    margin: 20px 0px;
    display: block;
}
ul.about-list li span.fa {
    /*font-size: 50px;*/
	    height: 80px;
    width: 80px;
    vertical-align: top;
	color: #08f3d4;
}
.in-block {
    display: inline-block;
    width: calc( 100% - 100px);
}
.in-block h5 {
    font-weight: 600;
    text-transform: capitalize;
    /*font-size: 22px;*/
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #191826;
}
.about2 {
    background: url(../images/b2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
}
a.join-wthree {
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 17px;
    background: #f14156;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    margin-top: 30px;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    transition: .5s ease-in;
}
a.join-wthree:hover {
    background: #000;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    transition: .5s ease-in;
}
/***/
.heading-agileinfo {
    /*font-weight: 600;/
    letter-spacing: 4px;
    font-size: 40px;
    margin-bottom: 2.5em;
    text-align: center;
    color: #f14156;
    text-transform: uppercase;
    position: relative;
    margin-top: 0;
}
.heading-agileinfo-about3 {
    /*font-weight: 600;*/
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 1.5em;
    text-align: center;
    color: #191414;
    //text-transform: uppercase;
    position: relative;
    margin-top: 0;
}
.heading-agileinfo-about2 {
   
    letter-spacing: 4px;
    font-size: 18px;
    margin-bottom: 1.5em;
    text-align: center;
    color: #191414;
    //text-transform: uppercase;
    position: relative;
    margin-top: 0;
	
}
.heading-agileinfo span {
    display: block;
    font-size: 17px!important;
    margin-top: 1em;
    letter-spacing: 4px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 500;
}
.heading-agileinfo span:after {
    content: '';
    background: #212121;
    height: 2px;
    width: 70px;
    position: absolute;
    top: 132%;
    right: 47%;
}
.heading-agileinfo {
    letter-spacing: 2px;
    font-size: 36px;
    margin-bottom: 2em;
}
	.heading-agileinfo {
    font-size: 30px;
}
.heading-agileinfo span {
    font-size: 15px!important;
}
.heading-agileinfo {
    margin-bottom: 1.8em;
}
/* Media query */
/*Checked */
@media screen and (max-width: 320px){
.about-3 {
    padding: 2.5em 0;
}
.card-benefits {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  
  margin: auto;
  text-align: center;
  font-family: arial;
  margin-top:0px;
  
  height: 250px ;
  font-size:15px;
  color:#fff !important;
  background-color:#5dead7 !important;
  //padding-top:2em;
}
.small-size{
	padding-top: 1em;
}
}
@media screen and (max-width: 640px){
   .about-left {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	.about-right {
		width: 100%;
		float: none;
		margin-top: 1em;
	}
	.d-flex {
    flex-direction: column-reverse;
}
.about2 {
    height: 300px;
    margin-bottom: 30px;
}
.card-benefits {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  
  margin: auto;
  text-align: center;
  font-family: arial;
  margin-top:0px;
  
  height: 250px ;
  font-size:15px;
  color:#fff !important;
  background-color:#5dead7 !important;
  //padding-top:2em;
}
.small-size{
	padding-top: 1em;
}
}
@media screen and (max-width: 768px){
  .about-3 { padding: 3em 0;}
  .card-benefits { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
			  margin: auto;
			  text-align: center;
			  font-family: arial;
			  margin-top:0px;
			  height: 250px ;
			  font-size:15px;
			  color:#fff !important;
			  background-color:#5dead7 !important;
			  //padding-top:2em;
}
.small-size{
	padding-top: 1em;
}
}


/* //About */
/*---image icon extra fit---*/
.icon-contain{
	object-fit: cover;
}
/*----end of icon image*/
.footer-bg{
	background-image: url('image/bg/pattern.png');
	
}


ul.nav.navbar li a:hover,ul.nav.navbar li a.active,ul.nav.navbar li a:focus{
    color: #008B8B;
    background: #fff;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
    transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
}

.home-card {
    box-shadow: 1px 4px 8px 2px rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    margin: auto;
    margin-top:1%;
    margin-bottom:1.5%;

}

.home-card:hover {
    box-shadow: 1px 8px 16px 2px rgba(0,0,0,0.2);
}
/** About Us**/


.about h2 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 50px;
    color: #000;
}
.w3-agileits-team-title {
    margin-top: 50px;
}
section#team-section {
    padding: 5em 0em 0em;
}
.team-Info-agileits {
    float: left;
    width: 50%;
}
.about h3 {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 1.8em;
    color: #000;
}
.team-Info-agileits p {
    font-size: 15px;
    line-height: 1.8em;
    color: #777;
    padding: 5em;
}
.about {
    padding: 5em 0em 0em;
}
::-moz-selection{
	color:white;
	background:#ED7B5D;
}
::selection{
	color:white;
	background:#ED7B5D;
}

/*body design */
/*ribbon*/
.ribbon-header{
			text-align: center;
			border-radius: 0%;
			color: white;
			width:5em;
			font-size:1.2em;
			font-weight: bold;
			position: relative;
			
}
.ribbon-header:before {
			text-align: center;
			background: rgba(255, 0, 0, 0.5);;
			color: white;
			font-weight: bold;
			position: absolute;
			//background-image: url();
			z-index: -1;
}
.ribbon-card{
	box-shadow: 2px 16px 41px 15px rgba(255, 0, 0, 0.5);
    margin: auto;
	margin: auto;
	width:2em;
	text-align: center;
	font-family: arial;
	margin-top:0px;

  color:#fff !important;
  background-color:#B4502C !important;
}
.ribbon-card:hover {
    box-shadow: 10px 8px 16px 2px rgba(255,0,0,0.5);
	background-color: rgba(255, 0, 0, 0.5);;
}
/*---End of ribbon---*/

	.card-subject {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  
  margin: auto;
  text-align: center;
  font-family: arial;
  margin-top:0px;
  
  height:200px;
  font-size:15px;
  color:#fff !important;
  background-color:#5dead7 !important ;
  //padding-top:2em;
}
.card-subject:hover {
    box-shadow: 1px 8px 16px 2px rgba(255,0,0,0.2);
	background-color:#8c7563 !important;
}
.card-benefits {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  
  margin: auto;
  text-align: center;
  font-family: arial;
  margin-top:0px;
  
  height: 200px ;
  font-size:15px;
  color:#fff !important;
  background-color:#5dead7 !important;
  //padding-top:2em;
}
.card-benefits:hover {
    box-shadow: 1px 8px 16px 2px rgba(0,0,0,0.2);
	background-color:#fff;
}

/*checking from here */


/*----bigcard----*/
.card1-bg {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  // boy and girl card
  margin: auto;
  text-align: center;
  font-family: arial;
  margin-top:0px;
  width:100%;
  font-size:15px;
  //height:300px;
  color:#fff;
  background-color:white !important; // background color for category boy girl 
  padding-bottom:3em;
  //background:url('image/bg/educations.png'); boy and girls
}
.card-bg {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  
  margin: auto;
  text-align: center;
  font-family: arial;
  margin-top:0px;
  width:100%;
  font-size:15px;
  color:#fff;
   background-color:#eee !important; // background color for product feature and product slider 
  //background:url('image/bg/class.jpg');/* . url('image/bg/educations.png');*/
}

.card-bg:hover {
    box-shadow: 1px 8px 16px 2px rgba(0,0,0,0.2);
	background-color:#1BCDEF;
}

.card-bg-about1 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  
  margin: auto;
  text-align: center;
  font-family: arial;
  margin-top:0px;
  width:100%;
  font-size:15px;
  color:#fff;
  //background-color:#6b6967 !important;
  //background:url('image/bg/class.jpg');/* . url('image/bg/educations.png');*/
}

.card-bg-about1:hover {
    box-shadow: 1px 8px 16px 2px rgba(0,0,0,0.2);

}
.card-bg-about2 {
  //box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  
  margin: auto;
  text-align: center;
  font-family: arial;
  margin-top:0px;
  width:100%;
  font-size:15px !important;
  color:#fff;
  //background-color:#6b6967 !important;
  //background:url('image/bg/class.jpg');/* . url('image/bg/educations.png');*/
}

  /* Service */
  
  .main-box-service{
          float:left;
          width:100%;
          padding:20px 0px 20px 0px;
          background:#00aeef;}
.service_box{
         float:left;
         width:100%;
         padding:10px;
         border:1px solid #eee;
         display: flex;
         align-items: center;
         justify-content: center;
       }
.main-box-service i{
  color:#ffffff;
  margin:0;
  font-size:30px;
  width:40px;
  float:left;
         }
.main-box-service small{
  color:#ffffff;
  font-size:20px !important;
  font-weight:400;
  margin-top:5px;
  float:left;
  text-transform:capitalize;
      }
.formative_collection{
     float:left;
     width:100%;
     margin:0;
     padding:30px 0;}
  
  /* End of services*/
  /* Feature product  card Load Styles */
.card-image {
	display: block;
	min-height: 20rem; /* layout hack */
	background: #fff center center no-repeat;
	background-size: cover;
	-webkit-filter: blur(3px);
	        filter: blur(3px); /* blur the lowres image */
}

.card-image > img {
	display: block;
	width: 100%;
	opacity: 0; /* visually hide the img element */
}

.card-image.is-loaded {
	-webkit-filter: none;
	        filter: none; /* remove the blur on fullres image */
	-webkit-transition: -webkit-filter 1s;
	transition: -webkit-filter 1s;
	transition: filter 1s;
	transition: filter 1s, -webkit-filter 1s;
}




/* Layout Styles */


.card-list {
	display: block;
	margin: 1rem auto;
	padding: 0;
	font-size: 0;
	text-align: center;
	list-style: none;
}

.card {
	display: inline-block;
	width: 90%;
	max-width: 20rem;
	margin: 1rem;
	font-size: 1rem;
	text-decoration: none;
	overflow: hidden;
	box-shadow: 0 0 3rem -1rem rgba(0,0,0,0.5);
	-webkit-transition: box-shadow 0.1s, -webkit-transform 0.1s ease-in-out;
	transition: box-shadow 0.1s, -webkit-transform 0.1s ease-in-out;
	transition: transform 0.1s ease-in-out, box-shadow 0.1s;
	transition: transform 0.1s ease-in-out, box-shadow 0.1s, -webkit-transform 0.1s ease-in-out;
}

.card:hover {
	-webkit-transform: translateY(-0.5rem) scale(1.0125);
	        transform: translateY(-0.5rem) scale(1.0125);
	box-shadow: 0 0.5em 3rem -1rem rgba(0,0,0,0.5);
}

.card-description {
	display: block;
	padding: 1em 0.5em;
	color: #515151;
	text-decoration: none;
}

.card-description > h2 {
	margin: 0 0 0.5em;
}

.card-description > p {
	margin: 0;
}



 /*.title-bg{
  float:left;
  position: relative;
  width:100%;
  height:40%;
  /*height: 5em; */
  /* background-image: url('image/logo/icon/header-bg.png') 100px; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
  margin-bottom: 0px;
  margin-top: 0px;

}


@media(max-width: 768){
  .title-bg{
  
  display: none;
}
} */

/*#title-image{
    background-image:url(image/logo/icon/bg.png);
    background-position:center;
    max-width: 100%;
    background-size: cover;
    margin-bottom: 0px;
    margin-top: 0px;
    z-index:1000; margin-left:auto; margin-right:auto
    
}*/

.container {
  position: relative;
}
.container .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-align: center;
}
.container .img2 {
  padding-top: 10px;
  width: 100%;
  display: block;

}

@media(min-width: 768px){
  .container .img2{
  padding-top: 10px;
  width: 50%;
  display: block;
  margin-left: 25%;
  padding-top: 3%;
  margin-bottom: 20px;
  }
}

// End of feature product card load 

// Request Call back 

/* Стили для затемнения фона */
.popup-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 186, 0, 0.7);
  z-index: 100;
}
 
/* Основные стили для всплывающего окна */
.popWindow{
  display: none;
  background-color: #161613;
  color: #fff;
  width: 90%;
  max-width: 720px;
  padding: 40px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -360px;
  margin-top: -185px;
  text-align: center;
  box-shadow: 0 0 30px rgba(18, 17, 12, 0.5);
}
/* Стили для адаптивности всплывающего окна */
@media only screen and (max-width : 800px) {
  .popWindow {
    margin-left: -45%;
  }
}
/* Кнопка закрыть всплывающее окно */
.close-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 40px;
  line-height: 20px;
  cursor: pointer;
  color: #999;
  padding: 10px;
}
/* Просто текст */
.subscribe_window .subcsribe-text {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 40px;
  position: relative;
  padding: 0 50px;
  z-index: 10;
}
/* Текст */
.subscribe_window .req-fields {
  color: #676767;
  text-align: left;
}
/* Стили формы */
.subscribe-form {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.subscribe-form div {
  position: relative;
}
.subscribe-form input {
  border: 1px solid #3d3d3d;
  width: 100%;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  line-height: 32px;
  padding: 5px 20px;
  margin-bottom: 20px;
  outline: none;
  background: #2e2e2b;
  color: #fff;
  border-radius: 4px;
}
.btn {
  color: #161613;
  background-color: #ffba00;
  padding: 10px 50px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #ffba00;
  box-shadow: none;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn:hover, .btn:focus {
  background-color: #ffba00;
  color: #fff;
  text-decoration: none;
}
.subscribe-form .btn {
  font-size: 24px;
  line-height: 54px;
  border: none;
  width: 100%;
  padding: 10px;
  font-weight: 700;
  text-align: center;
  outline: none;
  border-radius: 4px;
}
.subscribe-form .btn:hover {
  background-color: #e6a700;
}
.subscribe-form .btn i {
  font-size: 28px;
  margin-right: 7px;
}
.subscribe-form label {
  color: #fff;
  position: absolute;
  top: 12px;
  left: 20px;
  -webkit-transition: 0.28s;
  transition: 0.28s;
}
.subscribe-form label span {
  color: #ffba00;
}
.subscribe-form input:focus + label {
  left: -62px;
  font-size: 12px;
}
.subscribe-form input:invalid {
  box-shadow: none;
}
.subscribe-form input:valid {
  border: 1px solid #161613;
}
.subscribe-form input:valid + label {
  left: -62px;
  font-size: 12px;
}
.subscribe-form input:invalid:not(:focus):not(:placeholder-shown) {
  border: 1px solid #d3362a;
}
.subscribe-form input:invalid:not(:focus):not(:placeholder-shown) + label {
  left: -62px;
  font-size: 12px;
}
@media only screen and (max-width : 480px) {
  .subscribe_window{
    top: 5%;
    margin-top: 0;
  }
  .subscribe_window .subcsribe-text{
    padding: 0;
  }
  .subscribe-form input:focus + label{
    left: 20px;
    top: -18px;
  }
  .subscribe-form input:valid + label{
    left: 20px;
    top: -18px;
  }
  .subscribe-form input:invalid:not(:focus):not(:placeholder-shown) + label{
    left: 20px;
    top: -18px;
  }
}
 
/* Стили для текста внутри благодарственного окна после успешной отправки */
.thank_you_window .thank_you_title {
  font-family: "Titillium Web", tisa !important;
  color: #fff;
  font-size: 32px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 10px;
}
.thank_you_window .thank_you_body {
  font-family: "Titillium Web", tisa !important;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

// End of Request Call back 


.card-bg-about2:hover {
    //box-shadow: 1px 8px 16px 2px rgba(0,0,0,0.2);
	
}
.card-benefit { //sevice 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  
  margin: auto;
  text-align: center;
  font-family: arial;
  margin-top:0px;
  width:100%;
  font-size:15px;
  color:#fff;
  background-color:#ffffff !important;
  //background:url('image/bg/brick.jpg') repeat;
}

.card-benefit:hover {
    box-shadow: 1px 8px 16px 2px rgba(0,0,0,0.2);
	background-color:#1BCDEF;
}
.small-size{
	
}



/* About */
.about-3 {
    padding: 5em 0;
}
h3.center {
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-shadow: 0 2px 2px rgba(0,0,0,.6);
	    letter-spacing: 2px;
}
h3.center:after {
    border-top: 2px solid #FF5722;
    display: block;
    width: 100px;
    content: "";
    margin: 10px auto 0;
}
.d-flex {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about1, .about2 {
    flex: 1;
	  -ms-flex: 1;
}
.about1 {
    padding-right: 46px;
}
.about1 h4 {
    font-size: 35px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #0e51aa;
}
.about1 h5 {
    color: #f14156;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5em;
    font-style: italic;
}
.about-3 p {
    font-size: 14px;
    color: #777;
    line-height: 1.8em;
    margin: 0em 0;
	
}
ul.about-list li {
    margin: 20px 0px;
    display: block;
}
ul.about-list li span.fa {
    font-size: 50px;
	    height: 80px;
    width: 80px;
    vertical-align: top;
	color: #08f3d4;
}
.in-block {
    display: inline-block;
    width: calc( 100% - 100px);
}
.in-block h5 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #191826;
}
.about2 {
    background: url(../images/b2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
}
a.join-wthree {
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 17px;
    background: #f14156;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    margin-top: 30px;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    transition: .5s ease-in;
}
a.join-wthree:hover {
    background: #000;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    transition: .5s ease-in;
}
/***/
.heading-agileinfo {
    /*font-weight: 600;/
    letter-spacing: 4px;
    font-size: 40px;
    margin-bottom: 2.5em;
    text-align: center;
    color: #f14156;
    text-transform: uppercase;
    position: relative;
    margin-top: 0;
}
.heading-agileinfo-about3 {
    /*font-weight: 600;*/
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 1.5em;
    text-align: center;
    color: #191414;
    //text-transform: uppercase;
    position: relative;
    margin-top: 0;
}
.heading-agileinfo-about2 {
   
    letter-spacing: 4px;
    font-size: 18px;
    margin-bottom: 1.5em;
    text-align: center;
    color: #191414;
    //text-transform: uppercase;
    position: relative;
    margin-top: 0;
	
}
.heading-agileinfo span {
    display: block;
    font-size: 17px!important;
    margin-top: 1em;
    letter-spacing: 4px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 500;
}
.heading-agileinfo span:after {
    content: '';
    background: #212121;
    height: 2px;
    width: 70px;
    position: absolute;
    top: 132%;
    right: 47%;
}
.heading-agileinfo {
    letter-spacing: 2px;
    font-size: 36px;
    margin-bottom: 2em;
}
	.heading-agileinfo {
    font-size: 30px;
}
.heading-agileinfo span {
    font-size: 15px!important;
}
.heading-agileinfo {
    margin-bottom: 1.8em;
}
/* Media query */
@media screen and (max-width: 320px){
.about-3 {
    padding: 2.5em 0;
}
.card-benefits {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  
  margin: auto;
  text-align: center;
  font-family: arial;
  margin-top:0px;
  
  height: 250px ;
  font-size:15px;
  color:#fff !important;
  background-color:#5dead7 !important;
  //padding-top:2em;
}
.small-size{
	padding-top: 1em;
}
}
@media screen and (max-width: 640px){
   .about-left {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	.about-right {
		width: 100%;
		float: none;
		margin-top: 1em;
	}
	.d-flex {
    flex-direction: column-reverse;
}
.about2 {
    height: 300px;
    margin-bottom: 30px;
}
.card-benefits {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  
  margin: auto;
  text-align: center;
  font-family: arial;
  margin-top:0px;
  
  height: 250px ;
  font-size:15px;
  color:#fff !important;
  background-color:#5dead7 !important;
  //padding-top:2em;
}
.small-size{
	padding-top: 1em;
}
}
@media screen and (max-width: 768px){
	
.about-3 {
    padding: 3em 0;
}
.card-benefits {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  
  margin: auto;
  text-align: center;
  font-family: arial;
  margin-top:0px;
  
  height: 250px ;
  font-size:15px;
  color:#fff !important;
  background-color:#5dead7 !important;
  //padding-top:2em;
}
.small-size{
	padding-top: 1em;
}
}
/* //About */
/*---image icon extra fit---*/
.icon-contain{
	object-fit: cover;
}
/*----end of icon image*/
.footer-bg{
	//background-image: url('image/bg/pattern.png');
	padd
	
}

/* margin slide show for small screen */
@media(max-width:768px){
  .show-banner{
 margin-top:7em;
}


@media(mix-width:768px){
  .img1{
height: 80px !important;}

}


<!---Image responive for All toys---->
/*Entregar imagem larga para browser com tela acima de 1024px*/
@media screen and (max-width:1024px){
  img.responsive {width: 200px;}
}

@media screen and (min-width:1025px){
  img.responsive{width: 300px;}
}

img.responsive{height: auto;}
/*End*/



