
 body {
      position: relative; 
      padding: 0px;
      margin:0px;
      box-sizing: border-box;
      overflow-x: hidden;
  }

.navbar-brand {
    float: left;
    height: 100px;
    padding: 15px 15px;
    font-size: 26px;
    line-height: 55px;
    color: #fff;
}
.navbar-header a {color: #fff !important;}

.navbar-nav > li {
  text-align: center;
  list-style-type: none;
  padding: 20px;
  color: #000;
}

.nav > li > a:hover {
text-decoration: none;
background-color: #eee;
color:#182153;

}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0px;
    left: 0px;
    z-index: 1030;
}

.container-fluid{
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-nav {float: left;}

.navbar-nav li a {
    color: #fff;
    font-size: 18px;
    transition: color 0.4s ease 0s;
}

.nav .nav-item:active {
    font-size: 18px;
    transition: color 0.4s ease 0s;
    border-bottom: 1px solid #ddd;
}
.navbar {height: 100px;
background-color: #182153;}


header {height: 100px;}

.section_one {background-image: url("images/banner.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 520px;
  background-attachment: fixed;
  margin-top: 58px;

 
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn_upload {
    color:#fff;
    background-color:#182153;
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid #182153;
    margin: 5px 0px 10px 0px;

}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;

}

.content {
  margin-top: 130px;
}

.contact_info {
  background-color: #fff;
  padding: 50px;
  height: 390px;
}

.section_one .col-lg-6 {
  padding-right: 0px;
  padding-left: 0px;

}
.contact_info h2 {font-size: 28px; line-height: 30px;}
.contact_info h4 {font-size: 18px; line-height: 20px; }
.contact_info p {font-size: 14px; line-height: 20px;}

.social-icon{
    position: relative;
}

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

}
.social-icon ul li {
  list-style:none;
}
.social-icon ul li a {
    display: block;
    position: relative;
    width: 30px;
    height: 35px;
    line-height: 38px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin: 0 30px;
    transition: .5s;
}

.social-icon ul li a span {
  position:absolute;
  transition: transform .5s;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
background-color:#0c8bd7;

}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}



.facebook:hover {
  color: #3b5998;
}
.facebook:hover span { 
  background: #e7edf9;
}
.twitter:hover {
  color: #1da1f2;
}
.twitter:hover span { 
  background: #1da1f2;
}
.instagram:hover {
  color: #c32aa3;
}
.instagram:hover span { 
  background: #c32aa3;
}
.google:hover {
  color: #0072b1;
}
.google:hover span { 
  background: #0072b1;
}
.social-icon ul li a .twitter {
  color: #1da1f2;
}
.social-icon ul li a:hover:nth-child(3) {
  color: #fff;
}
.social-iconul li a:hover:nth-child(4) {
  color: #fff;
}
.social-icon .container {
  background-color: #182153;
  height: 55px;
  width: 900px;
}

#info h1 {text-align: center; font-size: 32px; padding: 40px 0px 10px 0px;}
#info p {text-align: center; font-size: 14px; padding: 0px 0px 40px 0px;}

.timeline li:first-child i {
    float: left;
    margin-left: -30px;
    padding: 14px 12px;
    border-radius: 165px;
    margin: -22px -54px;
    width: 36px;
    text-align: center;
}

.fa {
    display: inline-block;
        font-size: 20px !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
   
}
.contact-info .fa {
   color: #080042;
  font-size: 20px !important;
}
.timeline-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 6px;
    font-family: 'Open Sans', sans-serif;

}


.timeline li {
    border-left: solid 2px #ddd;
    list-style: none;
    padding: 0 0 40px 30px;
}

.timeline li::before, ul.profile-information li::before {
    border-color:  #182153 !important;
}

.timeline li:before {
    content: "";
    border: solid 2px;
    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;
}

#resume {
  background-color:#f1f1f1;
padding: 40px;
}

#resume h3 { font-size: 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;
    height: 300px;
}

#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;
}
#portfolio h2 {padding-top: 20px; padding-bottom: 20px; text-align: center;}
figcaption span {padding-top: 10px; padding-bottom: 10px; text-align: center; text-align:center; color: #000 !important;font-size: 16px;}


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


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

.site-form .site-input {
    width: 100%;
    height: 45px;
    border: 0;
    color: #000;
    border-bottom: solid 1px #dfdfdf;
    font-size: 13px;
    padding-left: 10px;
    margin-bottom: 15px;
    outline: 0;
}

.site-form .site-area {
    width: 100%;
    border: 0;
    border-bottom: solid 1px #dfdfdf;
    font-size: 13px;
    padding: 20px 0 0 10px;
    min-height: 100px;
    margin-bottom: 15px;
}
.site-form .site-area {
    width: 100%;
    border: 0;
    border-bottom: solid 1px #dfdfdf;
    font-size: 13px;
    padding: 20px 0 0 10px;
    min-height: 100px;
    margin-bottom: 15px;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.contact-info ul li span {
    color: #000;
}

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

.site-btn {
background-color:#080042;
color:#fff;
border: none;
padding: 3px 20px 4px 20px;
font-size: 18px;
}


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

#contact {
  background-color: #F1F1F1;
  padding: 20px;
}

.navbar-nav li a:active {
    color: red;
    font-size: 18px;
}

.navbar-nav ul li a{
    display: inline-block;
    padding: 0 10px;
    color: #182153;
    transition: color 0.4s ease 0s;
}

.navbar-toggler {display: none;}



@media only screen and (max-width: 640px) and (min-width: 360px) {
  .section_one {width: 100%; height: 390px; margin-top:50px;}
  header {height: 50px;}
.contact_info p {font-size: 13px; line-height: 13px;}
.contact_info {padding: 16px;height: 250px; text-align: center;}
.contact_info h4 {font-size: 14px; line-height: 18px;}
.social-icon ul {position: absolute;top: 12%;left: 0%; padding-top: 6px; 
  background-color:#182153; margin-left: 0px; transform: translate(0%,0%); margin-top: -58px;} 
.navbar-nav > li > a {padding-top: 7px; padding-bottom: 4px;}
.navbar-nav li a {font-size: 15px;}
.navbar-nav > li {padding: 4px;}
#info {margin-top: 200px;}
#info p {text-align: center; font-size: 14px;  padding: 0px 0px 16px 16px;}
.cbp img {width: 80%;}
.navbar-toggler {margin-top: 15px; width: 25px; height: 25px; float: right; margin-right: 20px;
background: #b5b5b5; border: none;}
.navbar-toggler-icon {color: #000;}
#js-loadMore-agency {margin-top: 0px;}
.row {margin-left: 0px; margin-right: 0px;}
.social-icon .container {background-color: #182153; height: 0px; width: 328px;}
.timeline-title {font-size: 16px; line-height: 30px;}
.content {margin-top: 50px;}
.navbar {height: 55px;}
.navbar-toggler {display: block;}
.navbar-brand {float: left; padding: 14px 15px; font-size: 20px; line-height: 21px; color: #fff;}
.navbar-inverse .navbar-nav > li > a {color: #130240;}
.section-title h2 {font-size: 22px;}


}



@media only screen and (max-width: 1024px) and (min-width: 768px) {
.social-icon .container {height: 80px; width: 545px;}
.contact_info p {font-size: 13px; line-height: 13px;}
.contact_info {padding: 16px;height: 250px;}
.contact_info h4 {font-size: 14px; line-height: 18px;}
.section_one {height: 390px;}
.social-icon ul {position: absolute;top: 12%;left: 48%; padding-top: 8px;}
.navbar-nav > li > a {padding-top: 7px; padding-bottom: 4px;}
.navbar-nav li a {font-size: 15px;}
.navbar-nav > li {padding: 3px;}
.navbar-nav {margin-top: 27px;}
#js-loadMore-agency {margin-top: 0px;}
.row {margin-left: 0px; margin-right: 0px;}
.container {width: 700px;}
.content img { height: 250px;}
.contact_info h2 {font-size: 23px; line-height: 11px;}
.content {margin-top: 140px;}

}


.skills{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.skills .SkillInner{
    margin-bottom: 10px;
    width: 45%;
}

.skills .SkillInner .progress{
    width: 100%;
    height: 20px;
    
}

.percent{
    background: #192152;
    color: #fff;
    padding-left: 20px;
    height: 100%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.all_rights p{
    margin: 10px 0 0 0;
    text-align: center;
    font-size: 12px;
}




