/*

Easy Profile Template
http://www.templatemo.com/tm-467-easy-profile

*/

html, body {
  margin:0;border:0;padding:0;
  font-size:16px;
  font-family:'Avenir-Medium';
  overflow-x:hidden;
  position: relative;
  vertical-align: baseline;
}

html {
    -webkit-font-smoothing: antialiased;
}

h1 {font-size:40px;}
h2 {font-size:36px;}
h3 {font-size:30px;}
h4 {font-size:24px;}
h5 {font-size:20px;}
h6 {font-size:18px;}

h2 {
  padding-bottom: 14px;
}

.accent {
  font-family: 'Proxima Bold';
  line-height: 14px;
  color: #454545; /* NAME, COLLEGE NAME, RECENT PROJECT NAMES*/
}

.bold {
	font-weight: bold;
}

.tm-border {
	border: 5px solid #fff;
	box-shadow: 0px 0px #000; /* was previously ----  box-shadow: 2px 2px #000; */
}

.shadow {
	text-shadow: 1px 1px #000;
}

.tm-title {
	color: #ffffff;
}

.white {
  color: #fff;
}

.about,.skills,
.education,.languages,
.contact, .experience {
  padding: 40px;
  min-height: 330px;
  border-radius: 5px; /* AMG To add corner Radius */
  /* text-align: center; */
}

.education, .languages,
.contact, .experience {
  margin-top: 30px;
}

@font-face {
    font-family: 'Proxima';
    src: url(../fonts/ProximaNova-Regular.otf);
}

@font-face {
    font-family: 'Proxima Bold';
    src: url(../fonts/ProximaNova-Bold.otf);
}

/* CSS for the overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the alpha (last value) for the opacity */
  z-index: 1; /* Ensure it's above the background image */
}

/* preloader section */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
   width: 100%;
  height: 100%;
   z-index: 99999;
   display: -webkit-flex;
    display: -ms-flexbox;
   display: flex;
   -webkit-flex-flow: row nowrap;
   -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
     -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
    background: none repeat scroll 0 0 #fff;
  background: none repeat scroll 0 0 #f9f9f9;
}
.sk-spinner-wordpress.sk-spinner {
  background-color: #3373CD;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  -webkit-animation: sk-innerCircle 1s linear infinite;
          animation: sk-innerCircle 1s linear infinite; }
.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px; }

@-webkit-keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* header section */
header {
  text-align: center;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  padding-top: 160px;
  padding-bottom: 140px;
  z-index: 100;
}
header img {
  display: inline-block !important;
}
header h2 {
  padding-top: 40px;
}
header hr {
  border-color: #3373CD;
  width: 100px;
}

/* about section */
.about {
  background: #fff;
  box-shadow: 0px 1px 5px rgba(50,50,50,0.08);
  position: relative;
  z-index: 100;
}

/* skills section */
.skills {
  background: #3373CD;
  color: #f5f5f5;
  position: relative;
  z-index: 100;
}
.skills .progress {
  border-radius: 0px;
  height: 4px;
}
.skills .progress .progress-bar-primary {
  background: #383838;
}
.skills strong {
  display: inline-block;
  font-weight: normal;
  padding-bottom: 6px;
}

/* education section */
.education {
  background: #3373CD;
  color: #f5f5f5;
  position: relative;
  z-index: 100;
}
.education .education-content {
  padding-bottom: 14px;
}
.education h5 {
  display: inline-block;
}
.education span {
  padding-right: 10px;
  padding-left: 20px;
}

/* languages section */
.languages {
  background: #fff;
 box-shadow: 0px 1px 5px rgba(50,50,50,0.08);
 position: relative;
 z-index: 100;
}
.languages ul {
  padding: 10px;
}
.languages ul li {
  padding-bottom: 6px;
}

/* contact section */
.contact {
  background: #fff;
 box-shadow: 0px 1px 5px rgba(50,50,50,0.08);
 position: relative;
 z-index: 100;
}
.contact .fa {
  padding-right: 6px;
}

/* experience section */
.experience {
  background: #3373CD;
  color: #f5f5f5;
  position: relative;
  z-index: 100;
}
.experience .experience-content {
  padding-bottom: 14px;
}
.experience h5 {
  display: inline-block;
}
.experience span {
  padding-right: 10px;
  padding-left: 20px;
}

/* footer section */
footer {
  color: #f9f9f9;
  text-align: center;
  padding-top: 140px;
  padding-bottom: 100px;
  position: relative;
  z-index: 100;
}

/* social icon section */
.social-icons {
  padding: 0;
  margin: 0;
}
.social-icons li {
  display: inline-block;
  list-style: none;
}
.social-icons li a {
  background: #3373CD;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.4s ease-in;
  position: relative;
  bottom: 10px;
  top: 10px;
}
.social-icons li a:hover {
  background: #202020;
  color: #fff;
}

@media ( max-width: 980px ) {
  .skills {
    margin-top: 30px;
  }
}

@media ( max-width: 360px ) {
  header h1 {
    font-size: 30px;
  }
  .about h2 {
    font-size: 24px;
  }
  .education h4,
  .experience h4 {
    font-size: 20px;
  }
}



/* CAMTURE SECTION */

.camture {
  padding: 40px;
  min-height: 330px;
  border-radius: 5px;
  margin-top: 30px;
  background: #3373CD;
  color: #f5f5f5;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 100;

}

.camture .camture-content {
  padding-bottom: 14px;
}
.camture h5 {
  display: inline-block;
}
.camture span {
  padding-right: 10px;
  padding-left: 20px;
}

/* Contact Form SECTION */

input[type="text"],
textarea {
  color: black; 
}

input[type="email"],
textarea {
  color: black; 
}

.contactForm {
    padding: 40px;
    min-height: 530px;
    border-radius: 5px;
    margin-top: 30px;
    background: #3373CD;
    color: #f5f5f5;
    text-align: left;
    text-decoration: none;
    position: relative;
    z-index: 100;
}

.contactForm .contactForm-content {
    padding-bottom: 14px;
}

.contactForm h5 {
    display: inline-block;
}

.contactForm span {
    padding-right: 10px;
    padding-left: 20px;
}

.input-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.input-group .input-half {
    width: calc(50% - 10px);
}

.input-group label {
    display: block;
    margin-bottom: 5px;
}

.input-group input,
.input-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.input-group textarea {
    height: 150px;
}

button[type="submit"] {
    background: #fff;
    color: #3373CD;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

button[type="submit"]:hover {
    background: #f5f5f5;
}






/* GALLERY HOLDER */

.galleryHolder {
  padding: 20px; /* switch distance from left and right it was 40 px */
  min-height:  330px;
  /* border-radius: 100%; */

  margin-top: 30px;
  /* background: #FFFFFF;
  color: #FFFFFF; */
  background-color: none;
  text-align: center;

  position: relative;
  z-index: 100;
}

.galleryHolder .galleryHolder-content {
  padding-bottom: 14px;
}
.galleryHolder h5 {
  display: inline-block;
}
.galleryHolder span {
  padding-right: 10px;
  padding-left: 20px;
}




/* GALLERY HOLDER END *

/* GALLERY ALIGNMENT */

.columnGallery {
  float: left;
  width: 33.33%;
  padding: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}



/* END GALLERY */



/* change link color */

a:link, a:visited {
  /* background-color: #f44336; */
  color: white;
  /* padding: 15px 5px; */
  text-align: center;
  text-decoration: underline;
  display: inline-block;
}

/* a:hover, a:active {
  background-color: white;
  color: black;
} */


/* END */



/* .color-overlay {
  width: 100%;
  height: 100%;
  opacity: .4;
  position: absolute;
  background: white;
} */



/* @media screen and (max-width: 531px) {
    .container { display: flex; flex-flow: column; }
    .languages { order: 1; }
    .education { order: 2;  }
    .three { order: 3; }
    .two { order: 4; }
    .one { order: 5 }
} */




/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #FFFFFF;
}

/* Slides */
.mySlides {
  display: none;
  padding: 40px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
/* .prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
} */

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #3373CD;
  border-radius: 15px;

}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;

}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #808080;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}

/* brands logos above company name*/
.logo-title-wrapper {
  display: flex; /* Use flexbox to control the layout */
  align-items: left; /* Center items vertically */
  justify-content: center; /* Center items horizontally */
  flex-direction: column; /* Arrange items in a column */
}

.logo {
  width: 50px; /* Adjust the size of the logo */
  height: auto;
}