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

*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

#mainsection {
	background-image: url("Images/low-angle-photo-of-four-high-rise-curtain-wall-buildings-830891.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 height: 750px;
 width: 100%;
  -webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
  filter: grayscale(80%);
}


.content h1 {
	color: #fff;
	font-size: 40px;
	padding-top: 5px;
	text-align: center;
	font-family: 'Merriweather', serif;
}

.content h2 {
	color: #fff;
	font-size: 32px;
	text-align: center;
	font-family: 'Merriweather', serif;
}

.content {
background-color:#041eaaed;
padding: 20px;
width: 600px;
height: 300px;
position: absolute;
left: 50%;
top: 65%;
transform: translate(-50%, -50%);
text-align: center;
border-radius: 15px;
font-family: 'Merriweather', serif;
}

.sub-content p {color: #fff; padding-left: 5px; font-family: 'Merriweather', serif;}

.fa {color: #fff;}
.sub-content i {padding: 5px; }

.section-two {background-color: #000A27;
padding: 5px;
font-family: 'Merriweather', serif;

}
 .nav li {color: #fff;
 	padding: 15px 25px 5px 25px;
 	list-style-type: none;
 	font-size: 18px;
 font-family: 'Merriweather', serif;
text-align: center;}

 .nav li a{ color: #fff; font-family: 'Merriweather', serif; text-align: center; padding:5px; }
  .nav li a:hover{ color: #000; font-family: 'Merriweather', serif; padding:5px;}
  .nav li a:active{ color: #000; font-family: 'Merriweather', serif;  padding:5px; }
 
   .tab-content { display: block;
    color: #fff;
    padding: 20px;
}
 .tab-content h2 {font-size: 32px; color: #fff; text-align: center;}
  .tab-content p {font-size: 14px !important; color: #fff; text-align: center;line-height: 26px;}

.nav-tabs > li {
    float:none;
    display:inline-block;
    zoom:1;
}

.nav-tabs {
    text-align:center;
}

.upload-btn-wrapper {

 margin: 0 auto;
 display: block;
}

.btn_upload {color: #fff;

color:#020219;
background-color:#FFF;
padding: 5px 14px;
font-size: 15px;
cursor: pointer;
margin-bottom: 15px;
border: 1px solid #100D37;
font-weight: bold;
margin: 0 auto;
display: block;
}

.upload-btn-wrapper input[type=file] {

  opacity: 0;
  cursor: pointer;

}


 .footer ul {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  margin:0;
  padding:0;
  display:flex;

}
 .footer ul li {
  list-style:none;
}
 .footer ul li a {
  display:block;
  position:relative;
  width:30px;
  height:30px;
  line-height:30px;
  font-size:15px;
  text-align:center;
  text-decoration:none;
  color:#404040;
  margin: 0 15px;
  transition:.5s;
}
 .footer ul li a span {
  position:absolute;
  transition: transform .5s;
}
 .footer ul li a span:nth-child(1),
 .footer ul li a span:nth-child(3){
  width:100%;
  height:3px;
background: #e0e1ff;
}
 .footer ul li a span:nth-child(1) {
  top:0;
  left:0;
  transform-origin: right;
}
 .footer ul li a:hover span:nth-child(1) {
  transform: scaleX(0);
  transform-origin: left;
  transition:transform .5s;
}

 .footer ul li a span:nth-child(3) {
  bottom:0;
  left:0;
  transform-origin: left;
}
 .footer ul li a:hover span:nth-child(3) {
  transform: scaleX(0);
  transform-origin: right;
  transition:transform .5s;
}

 .footer ul li a span:nth-child(2),
 .footer ul li a span:nth-child(4){
  width:3px;
  height:100%;
background: #e0e1ff;

}
 .footer ul li a span:nth-child(2) {
  top:0;
  left:0;
  transform:scale(0);
  transform-origin: bottom;
}
 .footer ul li a:hover span:nth-child(2) {
  transform: scale(1);
  transform-origin: top;
  transition:transform .5s;
}
 .footer ul li a span:nth-child(4) {
  top:0;
  right:0;
  transform:scale(0);
  transform-origin: top;
}
 .footer ul li a:hover span:nth-child(4) {
  transform: scale(1);
  transform-origin: bottom;
  transition:transform .5s;
}

.facebook:hover {
  color: #e0e1ff;
}
.facebook:hover span { 
background: #e0e1ff;}

.twitter:hover {
  color: #1da1f2;
}
.twitter:hover span { 
  background: #1da1f2;
}
.instagram:hover {
  color: #c32aa3;
}
.instagram:hover span { 
  background: #c32aa3;
}
.google:hover {
  color: #dd4b39;
}
.google:hover span { 
  background: #dd4b39;
}
 .footer ul li a .twitter {
  color: #1da1f2;
}
 .footer ul li a:hover:nth-child(3) {
  color: #c32aa3;
}
 .footer ul li a:hover:nth-child(4) {
  color: #dd4b39;
}

 .footer {
 background-color: #000A27;
padding: 5px;
font-family: 'Merriweather', serif;
padding-top: 40px;
 }

 .sub p {color:#fff; padding:50px; text-align: center; font-weight: 500; padding-bottom: 5px;}

 .profile_img {position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
margin-top: 30px;
}


.timeline li {
    border-left: solid 1px  #ddd;
    list-style: none;
    padding: 0 0 40px 30px;
}
.timeline-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Open Sans',;
    text-align: left;
}

.timeline li::before {
    content: "";
    border: solid 2px;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    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: #90a7f9 !important;
}
.timeline h3 {font-size: 18px; text-align: left;}
.timeline p {font-size: 14px; text-align: left;}
.little-text {text-align: left;}
.line-title {text-align: left;}

#content {
    min-height: 500px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 15px;
}

.bottom_15 {
    margin-bottom: 15px;
}
#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:330px;
}
.cbp img {
    display: block;
    border: 0;
    width: 100%;
    height: auto;
}

#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: 14px;
}

#js-loadMore-agency {margin: 0 auto; text-align: center; margin-bottom: 25px; margin-top: 30px;}


.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;
}


figcaption .title {
    color:  #fff;
    text-decoration: none;
    font-size: 16px;
}

figcaption .info:hover {
    text-decoration: none;
}
figcaption .info {
    color: 
    #fff;
    text-decoration: none;
}


.clients .client {
    background: #fff;
    padding: 18px;
    border-radius: 8px;
    box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.08);
    width: 100%;
    padding: 26px 16px;
}

.clients .client img {
    width: 100%;
}
.cbp-item-wrapper img {border-radius: 10px; width: 255px;}

.padding_30 {
    padding-top: 30px;
}
.padbot_45 {
    padding-bottom: 0px;
}

.section-title h2 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding: 0px 0px 10px 0px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-align: left;
}

.contact-info ul li {
    list-style: none;
    font-size: 14px;
    color: #fff;
    line-height: 34px;
}
.contact-info ul li span {
    color:  #fff;
}

.site-form .site-input {
    width: 100%;
    height: 45px;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    color: #fff;
    border-bottom: solid 1px #dfdfdf;
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 15px;
    outline: 0;
    background: transparent;
}

textarea {
    width: 100%;
    height: 100px;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    color: #fff;
    border-bottom: solid 1px #dfdfdf;
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 15px;
    outline: 0;
    background: transparent;
}

button {
background: #fff;
padding: 5px 15px 5px 15px;
border-radius: 0px;
color:#000;
font-size: 16px;}

.contact-info ul li{font-size: 16px;}

.fa {width: 30px;}
.section-title h2 {margin-top: 30px;}

.profile_img img {width:230px; height:230px; border-radius: 200px;}

@media only screen and (max-width: 640px) and (min-width: 360px) { 
.profile_img img {width:150px; height:150px; border-radius: 200px;}
.profile_img {position: absolute; top: 10%;  margin-top: 38px;}
.content h1 {font-size: 20px;}
.content h2 {font-size: 18px;}
.content {padding: 10px; width: 300px; height: 335px; position: absolute;
left: 50%; top: 65%;}
#mainsection {height: 545px;}
.nav li {padding: 6px 1px 0px 4px; font-size: 14px;}
.sub p {padding: 20px; font-size: 12px;}
.tab-content {padding: 0px;}
.tab-content h2 {font-size: 24px;}
#portfolio .cbp-item figure img, .work figure { width:300px;}
.section-two {padding-bottom: 30px;}
.upload-btn-wrapper {margin-left: 100px; left: 0px;}
}

@media only screen and (max-width: 740px) and (min-width: 360px) { 
.profile_img img {width:150px; height:150px; border-radius: 200px;}
.profile_img {position: absolute; top: 10%;  margin-top: 38px;}
.content h1 {font-size: 20px;}
.content h2 {font-size: 18px;}
.content {padding: 10px; width: 300px; height: 335px; position: absolute;
left: 50%; top: 65%;}
#mainsection {height: 545px;}
.nav li {padding: 6px 1px 0px 4px; font-size: 14px;}
.sub p {padding: 20px; font-size: 12px;}
.tab-content {padding: 0px;}
.tab-content h2 {font-size: 24px;}
#portfolio .cbp-item figure img, .work figure { width:300px;}
.section-two {padding-bottom: 30px;}
.upload-btn-wrapper {margin-left: 100px; left: 0px;}
}

@media only screen and (max-width: 731px) and (min-width: 411px) { 
.profile_img img {width:150px; height:150px; border-radius: 200px;}
.profile_img {position: absolute; top: 10%;  margin-top: 38px;}
.content h1 {font-size: 20px;}
.content h2 {font-size: 18px;}
.content {padding: 10px; width: 350px; height: 335px; position: absolute;
left: 50%; top: 65%;}
#mainsection {height: 545px;}
.nav li {padding: 6px 1px 0px 4px; font-size: 14px;}
.sub p {padding: 20px; font-size: 12px;}
.tab-content {padding: 0px;}
.tab-content h2 {font-size: 24px;}
#portfolio .cbp-item figure img, .work figure { width:300px;}
.section-two {padding-bottom: 30px;}
.upload-btn-wrapper {margin-left: 100px; left: 0px;}
}

@media only screen and (max-width: 568px) and (min-width: 320px) { 
.profile_img img {width:150px; height:150px; border-radius: 200px;}
.profile_img {position: absolute; top: 10%;  margin-top: 38px;}
.content h1 {font-size: 20px;}
.content h2 {font-size: 18px;}
.content {padding: 10px; width: 275px; height: 335px; position: absolute;
left: 50%; top: 65%;}
#mainsection {height: 545px;}
.nav li {padding: 6px 1px 0px 0px; font-size: 12px;}
.sub p {padding: 20px; font-size: 12px;}
.tab-content {padding: 0px;}
.tab-content h2 {font-size: 24px;}
#portfolio .cbp-item figure img, .work figure { width:300px;}
.section-two {padding-bottom: 30px;}
.upload-btn-wrapper {margin-left: 100px; left: 0px;}
}


.skills .skillList{
    display: flex;
}
.skills .skillLi  h5{
    font-size: 17px;
    font-weight: 500;
    width: 100%;
}
.skills .skillLi p{
    width: 30%;
}
.skills .skillLi .progressbar{
    width: 70%;
    height: 25px;
    background: #fff;
}
.skills .skillLi .progressbar .percent{
    background: #232c58;
    height: 100%;
    text-align: center;
}