@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  }

#mainsection {
background-color: #EAE5E5;
 background-repeat: no-repeat;
 background-size: cover;
 width: 100%;
padding-bottom: 30px;
}
.container {
	width: 800px;
	margin: 0 auto;
}


.footer {
	background-color: #3E3335;
	padding:30px;
	color: #fff;
	font-size: 16px;
	 font-family: 'Merriweather', serif;
	 margin-top: 100px;
	 margin-bottom: 30px;

}
.footer h3 {
	font-size: 18px;
}
.footer p {
	font-size: 14px;
}

.fa {
    background-color: #976300;
    padding: 5px;
    color: #fff;
}

.social-media-icons ul {
    list-style: none;
    padding: 3px;
}
.footer .fa {
    font-size: 22px;
}

.social-media-icons a {	
	display: inline-block;
	text-decoration: none;
	

}

.social-media-icons a:nth-child(1) i {
	color: #fff;
}

.social-media-icons a:nth-child(2) i {
	color: #fff;
}

.social-media-icons a:nth-child(3) i {
	color: #fff;
}

.social-media-icons a:nth-child(4) i {
	color: #fff;
}

.social-media-icons a i:hover{
	color: black;
}

.clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }



h2, h4 {

 font-family: 'Merriweather', serif;

}

h2 {
	font-size: 3rem;
	text-align: center;
	margin: 0 0 30px 0;
    font-family: 'Merriweather', serif;
}

/* NAV SECTION */

.companyName {
	padding: 0px 0px 18px 7%;
	margin: 0;
	float: left;
	color: #3E3335;
	width: 45%;
    font-family: 'Merriweather', serif;
     font-weight: 600;
	font-size: 38px;
	text-align: left;
    font-variant: small-caps;

}

nav {
	padding: 0;
	margin: 0;
	width: 55%;
	float: right;
}


header nav ul {
	float: right;
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 100%;

}

header nav ul li {
	float: left;
	margin: 0;
	display: inline;
	width: 25%;
	text-align: center;
		
}

	header nav ul li a:active {color: #22b8cf;}


	header nav ul li:hover {
	background: none;
  font-style: bold;
  transform: scale(1.2);
  color: #000;
}
nav a:hover {color: #976300;}

header nav ul li a {
	text-decoration: none;
	padding: 25px 20px;
	color: #3E3335;
	margin: 0;
	display: inline-block;
	text-transform: uppercase;
    font-family: 'Merriweather', serif;
	font-size: 14px;
	font-weight: 600;
	transition: 0.5s all ease-in-out;
}

header nav ul li a:focus {
	outline: none;
}

/* HEAD SECTION */

header {
	width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
}
	content { width: 800px;
	margin: 0 auto;
	}



.profile_img img{width: 250px; height: 250px;}

.profile_img {width: 40%; float: left; margin-left: 95px;
}

.content_head {width: 50%; float: right;}
.content_head h1 {font-size: 52px; font-family: 'Merriweather', serif; font-weight: bold; color: #3E3335;}
.content {padding-top: 70px;}
.sec {margin-top: 40px;}
.sec span {margin-right: 15px;}

.sec .sec11 {
	background-color: #E83556;
	padding:8px 10px 10px 20px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	width: 115px;
	margin-right: 5px;
	font-family: 'Merriweather', serif; 
    margin-left: 16px;
}

.sec .sec11:hover {
	background-color: #6F0014;
	color: #fff;
}

.sec .sec12:hover {
	background-color: #bb0101;
	color: #fff;
}

.sec .sec13:hover {
	background-color: #BBB309;
	color: #fff;
}

.sec .sec12 {
	background-color: #ee6363;
	padding:8px 10px 10px 20px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	width: 115px;
	margin-right: 5px;
	font-family: 'Merriweather', serif; 


}
.sec .sec13 {
	background-color: #D1C926;
	padding:8px 10px 10px 20px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	width: 115px;
	margin-right: 5px;
	font-family: 'Merriweather', serif; 


}
.sec11 a{color: #fff; cursor: pointer;}
.sec12 a{color: #fff; cursor: pointer;}
.sec13 a{color: #fff; cursor: pointer;}


.sec p 
{font-size: 14px; font-family: 'Merriweather', serif; padding-top: 15px;}


/*Resume Page*/
.timeline-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Open Sans';
    text-align: left;
    padding-top: 0px;}

    .timeline h3 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.timeline li:first-child i {
    float: left;
    border-radius: 165px;
    margin: -13px -45px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.timeline li {

    border-left: solid 1px #000;
    list-style: none;
    padding: 0 0 40px 30px;

}

.timeline li::before {
    content: "";
    border: solid 2px;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-size: 8px;
    margin-left: -35px;
    font-weight: 400;
    background: 
    #fff;
    display: block;
    position: absolute;
    margin-top: -1px;
}
.timeline li::before, ul.profile-information li::before {
    border-color: #3E3335 !important;
}
 /*----------------------------------------------------------*/


.section-title h2 {font-size: 24px; padding-bottom: 20px; text-align: left;
}

h2 {padding-top: 50px;}

.section-title1 h2 {text-align:center; font-size: 24px; padding-bottom: 20px;}

#portfolio #filters-container .cbp-filter-item {
    font-size: 15px;
    color: #787878;
    cursor: pointer;
    float: left;
    margin-right: 15px;
}

#portfolio .cbp-item figure img, .work figure {
    width: 100%;
}
.cbp img {
    display: block;
    border: 0;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

#portfolio .cbp-item figure .icon {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    display: table-cell;
    vertical-align: middle;
    top: 50%;
    margin-top: -20px;
    transition: all ease 0.3s;
}

#portfolio .cbp-item figcaption {
    padding: 20px;
    color: #000;
}

#js-loadMore-agency {margin: 0 auto; text-align: center; padding-bottom: 50px; margin-top: 90px;}


.cbp-l-loadMore-link.site-btn {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: 0 !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 1px 29px !important;
    line-height: 35px !important;
}
.cbp-l-loadMore-button .cbp-l-loadMore-link, .cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    border: 1px solid #DEDEDE;
    color: #7E7B7B;
    display: inline-block;
    font: 400 12px/36px "Open Sans", sans-serif;
    min-width: 80px;
    text-decoration: none;
    padding: 0 30px;
    outline: 0;
    margin-top: 40px;
    box-shadow: none;
    -webkit-transition: color .25s;
    transition: color .25s;
}




#portfolio .cbp-item-wrapper {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.08);
    -webkit-box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.08);
    -moz-box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.08);
}
.cbp-item-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.cbp-item{
	margin-top: 15px;
}

#portfolio .cbp-item .portfolio-image .icon i, #portfolio .cbp-item figure .icon i {
    background: rgb(255, 197, 1);
}
#portfolio .cbp-item figure .icon i {
    color: #fff;
    padding: 17px 0 16px;
    min-width: 50px;
    border-radius: 50px;
    text-align: center;
    transition: all ease 0.3s;
    text-align: center;
    background: rgba(3, 122, 249, 0.80);
}

.cbp-wrapper {width: 800px; margin: 0 auto;}

#content {width: 800px;  margin: 0 auto;}

ul.cform li.full {
    width: 100%;
    float: left;
}
ul.cform .form-control {
   background:#fafafa00;
    color:#fff;
    height: 35px;
    line-height: 30px;
    padding: 0px 10px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #ddd;
     border-radius: 0px;
}

ul.cform textarea.textarea-control {
    background: #fafafa00;
    color: #fff;
    padding: 12px;
    width: 100%;
    height: 85px;
    border-radius: 5px;
   font-size: 14px;
     border: none;
    border-bottom: 1px solid #ddd;
     border-radius: 0px;

}
.contact-map {
    padding-bottom: 40px;
}


.contact-form h3 {
    font-weight: 700;
    margin: 0 0 25px;
    font-size: 24px;
    padding-top: 20px;
}
.c-info {
    background: #fafafa00;
    border: 1px solid #dddddd4a;
    border-radius: 5px;
    padding: 14px;
}
.c-info:hover {
    box-shadow: 0 0 0 0.2rem rgba(102,187,106,.25);
}
.contact-map-info h6, .c-info h6 {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
}
.contact-map-info p, .c-info p {
    margin: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.contact-info {
    margin-top: 40px;
    padding-bottom: 30px;

}
.contact-info h3 {
    font-weight: 700;
    margin: 0 0 25px;
    font-size:20px;
}
.contact-form {
    width: 100%;
    float: left;

}


.mb60 {
    margin-bottom: 60px;
}
.contact-map-info {
  
    border-radius: 5px;
    width: 350px;
    position: absolute;
    right: 50px;
    top: 50px;
    padding: 30px;
}
.contact-map-info ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.contact-map-info ul li {
    margin-bottom: 30px;
}
.contact-map-info ul li:last-child {
    margin: 0px;
}

.site-input {
    overflow: visible;
    background: transparent;
     border: 0px;
     border-bottom: 1px solid#000;
    border-radius: 0px;
    margin-top: 10px;
    height: 40px;
}


textarea {
background: transparent;
border: none;
border-radius: 0px;
border-bottom: 1px solid#000;
height: 71px;
}

.contact-info ul {list-style-type: none;}

.site-btn{
    -webkit-appearance: button;
    background-color: #976300;
border: none;
color:#fff;
padding: 5px 20px 5px 20px;
 margin-top: 20px;
}



@media only screen and (max-width: 640px) and (min-width: 360px) {
header {width: 330px; margin: 0 auto; padding-top: 60px;}
.companyName {text-align: center; padding: 2% 2%; font-size: 30px; width: 100%;}
header nav ul li a {font-size: 12px;}
.content_head h1 {font-size: 36px;  width: 100%; text-align: center;}
.profile_img {width: 100%;text-align:center; margin-left: 0px;}
.content_head {width: 100%; text-align: center;}
.sec .sec12, .sec .sec11, .sec .sec13  {width:95%; margin-left: 10px; margin-right: 10px;}
nav {width: 100%; text-align: center;}
.footer {padding: 23px;margin-top: 33px; margin-bottom: 30px; text-align: center;}
.container {width: 275px; margin: 0 auto;}
.footer .fa {font-size: 11px;}
.cbp-wrapper {width: 360px; margin: 0 auto;}
.cbp-item {width:325px;}
#portfolio .cbp-item figcaption {padding: 6px;}
#content {width: 360px; margin: 0 auto;}
.section-title h2 {font-size: 18px;}
.contact-info {margin-top: 0px; padding-bottom: 0px; margin-left:-40px;}
.contact-map iframe {width: 300px;}

}
  

  @media only screen and (max-width: 667px) and (min-width: 375px) {
header {width: 330px; margin: 0 auto; padding-top: 60px;}
.companyName {text-align: center; padding: 2% 2%; font-size: 30px; width: 100%;}
header nav ul li a {font-size: 12px;}
.content_head h1 {font-size: 36px;  width: 100%; text-align: center;}
.profile_img {width: 100%;text-align:center; margin-left: 0px;}
.content_head {width: 100%; text-align: center;}
.sec .sec12, .sec .sec11, .sec .sec13  {width:95%; margin-left: 10px; margin-right: 10px;}
nav {width: 100%; text-align: center;}
.footer {padding: 23px;margin-top: 33px; margin-bottom: 30px; text-align: center;}
.container {width: 275px; margin: 0 auto;}
.footer .fa {font-size: 11px;}
.cbp-wrapper {width: 360px; margin: 0 auto;}
.cbp-item {width:325px;}
#portfolio .cbp-item figcaption {padding: 6px;}
#content {width: 350px; margin: 0 auto;}
.section-title h2 {font-size: 18px;}
.contact-info {margin-top: 0px; padding-bottom: 0px; margin-left:-40px;}
.contact-map iframe {width: 300px;}

}
  
  

.skills .skillList{
    display: flex;
}
.skills .skillLi  h5{
    font-size: 17px;
    font-weight: 500;
    width: 100%;
}
.skills .skillLi p{
    width: 50%;
}
.skills .skillLi .progressbar{
    width: 50%;
    height: 20px;
    background: #fff;
    border-radius: 5px;
}
.skills .skillLi .progressbar .percent{
    background: #976300;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
}












