/* main variable */
/* transition function */
/* rotate-transform function */
/* border-radius function */
/* aanimate function */
/* margin */

#projectsDetails section{
    position: relative;
}

#projectsDetails #banner2.small {
    height: 300px;
}

#projectsDetails #banner2 {
	display: flex;
	/*align-items: center;*/
    flex-direction: column;
    justify-content: center;
	width: 100%;
    background-image: url(../../Images/Projects/Projects.jpg);
	background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}

#projectsDetails .patteren {
	display: table;
    background: url(../../Images/Projects/Projects.jpg) repeat;
	background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#projectsDetails .patteren .title{
	display: table-cell;
	vertical-align: middle;
    text-align: left;
	padding-top: 100px;
}

#projectsDetails .patteren h2 {
	margin-left: 100px;
	line-height: 33px;
	font-weight: 500;
	display: inline-block;
	color: #fff;
	font-family: "Lucida Calligraphy";
}

#projectsDetails {
  overflow: hidden;
  margin: 0px 0px 0px 0px; }
  
  #projectsDetails .Sections {
    background: #fff;
    padding: 60px 0px 90px 0px; 
  }
	#projectsDetails .Sections h2 {
		font-weight: bold;
		text-align: center;
		/*font-family: 'Oswald';*/
		color: #555;
		/*text-transform: uppercase;*/
		animation-delay: 0.1s;
		line-height: 50px;
		font-family: Andalus;
		color: #E21E25 !important;
	}

      #projectsDetails .Sections h2 p {
        font-size: 17px;
        font-weight: 300;
        /*text-transform: capitalize;*/
        /*font-family: 'tahoma';*/
        line-height: 23px;
        color: #666;
        animation-delay: 0.3s; 
      }

    #projectsDetails .Sections .conteent-block {
      background: #fafafa;
      padding: 15px 20px 10px 20px;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
      height: 280px;
      margin-top: 100px;
      text-align: center;
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      animation-delay: 0.4s;
      border-radius: 10px 10px 10px 10px;
      -moz-border-radius: 10px 10px 10px 10px;
      -webkit-border-radius: 10px 10px 10px 10px;
      -o-border-radius: 10px 10px 10px 10px;
      -ms-border-radius: 10px 10px 10px 10px; 
    }

      #projectsDetails .Sections .conteent-block h4 {
        font-weight: bold;
        text-transform: uppercase;
        color: #1f7ce5;
		font-size: 18px;
      }

      #projectsDetails .Sections .conteent-block i {
        background: #f3fafe;
        border: 4px solid #1eaaf3;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
        width: 120px;
        height: 120px;
        display: block;
        text-align: center;
        line-height: 110px;
        color: #1eaaf3;
        font-size: 55px;
        margin-top: -75px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        border-radius: 100% 100% 100% 100%;
        -moz-border-radius: 100% 100% 100% 100%;
        -webkit-border-radius: 100% 100% 100% 100%;
        -o-border-radius: 100% 100% 100% 100%;
        -ms-border-radius: 100% 100% 100% 100%; 
      }

        #projectsDetails .Sections .conteent-block i:after {
          border: 2px solid #1eaaf3;
          content: '';
          position: absolute;
          left: 0px;
          right: 0px;
          top: 0px;
          bottom: 0px;
          opacity: 0;
          visibility: hidden;
          z-index: 15;
          transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -webkit-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          -ms-transition: all 0.4s ease-in-out;
          border-radius: 100% 100% 100% 100%;
          -moz-border-radius: 100% 100% 100% 100%;
          -webkit-border-radius: 100% 100% 100% 100%;
          -o-border-radius: 100% 100% 100% 100%;
          -ms-border-radius: 100% 100% 100% 100%; 
        }

      #projectsDetails .Sections .conteent-block p {
        font-size: 14px;
        line-height: 21px;
        text-align: justify;
        text-align-last: center;
        -moz-text-align-last: center;
        -o-text-align-last: center; 
      }

      #projectsDetails .Sections .conteent-block:hover {
        box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.25); 
      }

        #projectsDetails .Sections .conteent-block:hover i {
          background: #1eaaf3;
          color: #fff;
          transform: rotate(360deg);
          -moz-transform: rotate(360deg);
          -webkit-transform: rotate(360deg);
          -o-transform: rotate(360deg);
          -ms-transform: rotate(360deg); }

          #projectsDetails .Sections .conteent-block:hover i:after {
            left: -12px;
            right: -12px;
            top: -12px;
            bottom: -12px;
            opacity: 1;
            visibility: visible; 
          }

@media only screen and (max-width: 400px) {
	#projectsDetails .Sections .conteent-block {
		height: auto;
	}
}

@media (max-width: 992px) {
	#projectsDetails .patteren h2 {
		margin-left: 20px;
		font-size: 30px;
	}
}

@media (max-width: 678px) {
	#projectsDetails .patteren h2 {
		margin-left: 20px;
		font-size: x-large;
	}
}

@media (min-width: 993px) and (max-width: 1199px) {
	#projectsDetails .Sections .conteent-block p {
		line-height: 17px;
	}
}

#projectsDetails .actions {
	text-align: center;
}

#projectsDetails .actions .btn-request {
	 background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}



/*Responsive For Mob*/

@media only screen and (max-width: 600px) {
	#projects .Sections h2, #SystemImg h2{
		font-size: 30px;
		line-height: 30px;
	}
	#projects .Sections h2 p{
		margin-top: 10px;
	}
	#projects .actions .btn-request{
		font-size: 15px;
	}
	#projects .Sections .conteent-block h4{
		font-size: 17px;
	}
}