/* ========================================================================
 EXCLUSIVE ON themeforest.net
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Project Name		: anshuka - Responsive CV/Resume Template
 Author 			: pencil_themes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Copyright (c) 2017 - pencil_themes - https://themeforest.net/user/pencil_themes
===========================================================================
  Content Table
===========================================================================
[1] General
[2] Loading Animation
[3] NavBar
[4] Header
[5] About
[6] skills
[7] services
[8] Portfolio
[9] Happy (statistics)
[10] Pencil Testiomnials 
[11] Contact
[12] Footer
[13] Responsive
=========================================================================== */

/* ====================
[1] General
==================== */
html, body{
    height:100%;
}
body {
  color:#061539;
  font-family: Raleway, Arial, 'Comic Sans MS';
  overflow:hidden;
}
ul{
    margin:0;
    padding:0;
}
section {
  padding: 50px 0;
  position:relative;
}

blockquote {

  color:#061539;
  margin-left:5px;
  border-color:#061539;
  background:#e8e8e8;
}

section a.button{
   display: inline-block;
  padding: 15px 20px;
  border: 2px solid #333333;
    border: 2px solid #061539;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position:relative;
  z-index:2;
}
section a.button:hover {
  background-color: #333333;
    background-color: #061539;
}
h2.background {
  font-size: 80px;
  font-weight: 800;
  letter-spacing: 8px;
  color: #e8e8e8;
  text-align: center;
  position: relative;
  margin: 0 0 60px;
}
h2.background:after{
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000000;
    color: #061539;
  font-size: 20px;
  letter-spacing: 16px;
  font-weight: 800;
}
/* ====================
   General Margins to avoid big white space
==================== */
.margin-desktop{
    margin-bottom:30px;
}
@media(max-width:767px) {
/*mobile devices*/
.margin-mobile{
    margin-bottom:30px;
}

}
@media (min-width: 768px) and (max-width:991px){
/*tablet and small laptop*/
    .margin-tablet{
        margin-bottom:30px;
    }
}
@media (min-width: 992px) and (max-width:1199px){
  /*medium screen such as laptops*/
  .margin-laptops{
      margin-bottom:30px;
  }
}
/* =====================
   End General
===================== */

/* =====================
[2] Loading Animation
===================== */
.loading-overlay{

    color:#fff;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:99999;
    position:absolute;

  background-color:#222;
    background-color:#162955;
}
.spinner {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 100px auto;
  top:50%;
  margin-top:-50px;
  left:50%;
  margin-left:-50px;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    -moz-animation: sk-bounce 2.0s infinite ease-in-out;
    -o-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    -moz-animation-delay: -1.0s;
    -o-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0);
        -moz-transform: scale(0.0);
        -ms-transform: scale(0.0);
        -o-transform: scale(0.0);
        transform: scale(0.0);
    }
    50% {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@-moz-keyframes sk-bounce {
    0%, 100% {
        -moz-transform: scale(0.0);
        -ms-transform: scale(0.0);
        -o-transform: scale(0.0);
        -webkit-transform: scale(0.0);
        transform: scale(0.0);
    }
    50% {
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0);
        -moz-transform: scale(0.0);
        -ms-transform: scale(0.0);
        -o-transform: scale(0.0);
        transform: scale(0.0);
    }
    50% {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }
}
/* ======================
  End Loading Animation
====================== */

/* =====================
[3] NavBar
===================== */
.menu {
    width: 100%;
    min-height: 80px;
    margin:0;
    padding: 30px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background-color:transparent;
    font-family: Raleway,'Open Sans';
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.menu.scroll {
  min-height: 20px;
  padding:15px;


  background-color:#ffffff;
    background-color:#7887AB;
      background-color:#061539;

  border-bottom: 1px solid #dddddd;
    border-bottom: 1px solid #061539;

}
.menu .brand {
  max-width: 180px;
  float: left;
}
.menu .brand a {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration:none;
}
.menu .brand a img{
    max-width:100%;
    height:auto;
}
.nested-menu {
  min-width: 100px;
  position: relative;
  float: right;
  margin-top: 6px;
  padding:0 50px 0 0;
}

.nested-menu .menu-trigger {
  width:110px;
  position: absolute;
  top: 4px;
  right: 0;
  cursor:pointer;
}
.nested-menu .menu-trigger .menu-bar {
  display: inline-block;
  width: 30px;
  height: 18px;
  position: relative;
  margin-right:10px;
}

.nested-menu .menu-trigger .menu-bar span {
  display: block;
  width: 100%;
  border-bottom: 2px solid #fff;
  transition: all .4s ease-in-out;
  position: absolute;
  left: 0;
}

.nested-menu .menu-trigger .menu-bar span:nth-child(1) {
  top: 0px;
}

.nested-menu .menu-trigger .menu-bar span:nth-child(2) {
  top: 8px;
}

.nested-menu .menu-trigger .menu-bar span:nth-child(3) {
  top: 16px;
}

.nested-menu .menu-trigger .text {
  display: inline-block;
  width: 45px;
  height: 16px;
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
}

.nested-menu .menu-trigger .text span {
    color:#ffffff;
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nested-menu .menu-trigger .text span:first-child {
    top:0;
}

.nested-menu .menu-trigger .text span:last-child {
    opacity: 0;
}
.nested-menu .menu-items {
  margin-right:90px;
  display: none;
}
.nested-menu .menu-items li {
    display: inline-block;
    margin-right: 28px;
    opacity: 0;
    -moz-transform: translate(-10px, -10px) rotate(30deg);
    -ms-transform: translate(-10px, -10px) rotate(30deg);
    -o-transform: translate(-10px, -10px) rotate(30deg);
    -webkit-transform: translate(-10px, -10px) rotate(30deg);
    transform: translate(-10px, -10px) rotate(30deg);
    -moz-transition: transform 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
    -o-transition: transform 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
    -webkit-transition: transform 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
    transition: transform 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
}
.nested-menu ul.menu-items li.social{
    margin-right:8px;
}

.nested-menu .menu-items li:nth-child(2n) {
    -moz-transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
    -o-transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
    -webkit-transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
    transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
}

.nested-menu .menu-items li:nth-child(3n) {
    -moz-transition: transform 0.3s ease 0.3s, opacity 0.3s ease 0.3s;
    -o-transition: transform 0.3s ease 0.3s, opacity 0.3s ease 0.3s;
    -webkit-transition: transform 0.3s ease 0.3s, opacity 0.3s ease 0.3s;
    transition: transform 0.3s ease 0.3s, opacity 0.3s ease 0.3s;
}

.nested-menu .menu-items li:nth-child(4n) {
    -moz-transition: transform 0.3s ease 0.4s, opacity 0.3s ease 0.4s;
    -o-transition: transform 0.3s ease 0.4s, opacity 0.3s ease 0.4s;
    -webkit-transition: transform 0.3s ease 0.4s, opacity 0.3s ease 0.4s;
    transition: transform 0.3s ease 0.4s, opacity 0.3s ease 0.4s;
}

.nested-menu .menu-items li:nth-child(5n) {
    -moz-transition: transform 0.3s ease 0.5s, opacity 0.3s ease 0.5s;
    -o-transition: transform 0.3s ease 0.5s, opacity 0.3s ease 0.5s;
    -webkit-transition: transform 0.3s ease 0.5s, opacity 0.3s ease 0.5s;
    transition: transform 0.3s ease 0.5s, opacity 0.3s ease 0.5s;
}

.nested-menu .menu-items li:nth-child(6n) {
    -moz-transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.6s;
    -o-transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.6s;
    -webkit-transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.6s;
    transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.6s;
}

.nested-menu .menu-items li:nth-child(7n) {
    -moz-transition: transform 0.3s ease 0.7s, opacity 0.3s ease 0.7s;
    -o-transition: transform 0.3s ease 0.7s, opacity 0.3s ease 0.7s;
    -webkit-transition: transform 0.3s ease 0.7s, opacity 0.3s ease 0.7s;
    transition: transform 0.3s ease 0.7s, opacity 0.3s ease 0.7s;
}

.nested-menu .menu-items li:nth-child(8n) {
    -moz-transition: transform 0.3s ease 0.8s, opacity 0.3s ease 0.8s;
    -o-transition: transform 0.3s ease 0.8s, opacity 0.3s ease 0.8s;
    -webkit-transition: transform 0.3s ease 0.8s, opacity 0.3s ease 0.8s;
    transition: transform 0.3s ease 0.8s, opacity 0.3s ease 0.8s;
}

.nested-menu .menu-items li:nth-child(9n) {
    -moz-transition: transform 0.3s ease 0.9s, opacity 0.3s ease 0.9s;
    -o-transition: transform 0.3s ease 0.9s, opacity 0.3s ease 0.9s;
    -webkit-transition: transform 0.3s ease 0.9s, opacity 0.3s ease 0.9s;
    transition: transform 0.3s ease 0.9s, opacity 0.3s ease 0.9s;
}

.nested-menu .menu-items li:nth-child(10n) {
    -moz-transition: transform 0.3s ease 1s, opacity 0.3s ease 1s;
    -o-transition: transform 0.3s ease 1s, opacity 0.3s ease 1s;
    -webkit-transition: transform 0.3s ease 1s, opacity 0.3s ease 1s;
    transition: transform 0.3s ease 1s, opacity 0.3s ease 1s;
}
.nested-menu .menu-items li:nth-child(11n) {
    -moz-transition: transform 0.3s ease 1.1s, opacity 0.3s ease 1.1s;
    -o-transition: transform 0.3s ease 1.1s, opacity 0.3s ease 1.1s;
    -webkit-transition: transform 0.3s ease 1.1s, opacity 0.3s ease 1.1s;
    transition: transform 0.3s ease 1.1s, opacity 0.3s ease 1.1s;
}
.nested-menu .menu-items li a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 0 0 5px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.nested-menu .menu-items li.active a,
.nested-menu .menu-items li a:hover,
.nested-menu .menu-items li a:focus {
  color: #E8E8E8 !important;
  /*font-weight:800;*/
  text-decoration:none;
  outline:none;
}

.nested-menu .menu-items li:last-child {
  margin-right: 0;
}
.nested-menu.open .menu-trigger .menu-bar span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          top:8px;
}
.nested-menu.open .menu-trigger .menu-bar span:nth-child(2) {
  opacity: 0;
}
.nested-menu.open .menu-trigger .menu-bar span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top:8px;
}

.nested-menu.open .menu-trigger .text span:first-child {
  opacity: 0;
}

.nested-menu.open .menu-trigger .text span:last-child {
  opacity: 1;
}
.nested-menu.open .menu-items {
  display: block;
}
.nested-menu.open .menu-items.menu-visible li {
    opacity: 1;
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.menu.scroll .brand a,
.menu.scroll .nested-menu .menu-items li a,
.menu.scroll .nested-menu .menu-trigger .text span{

      color:#fff;
}
.menu.scroll .nested-menu .menu-trigger .menu-bar span{

      border-color:#fff;
}


/* =======================
 End Navbar
======================= */

/* =====================
     [4] Header
===================== */
#home {
  width: 100%;
  height:100%;
  position: relative;
  padding: 50px;
  background-image: url(../images/cover1.jpg);
  background-position:center center;
  background-size: cover;
}
#home .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.60);
    background-color:#162955;
    background-color: rgba(22, 41, 85, 0.70);
}
#home .text-content {
    width: 65%;
    margin: auto;
    padding: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
#home .text-content h1 {
  margin: 0 0 30px;
  position: relative;
  color: #ffffff;
  text-align: center;
  font-size: 80px;
  font-weight: 900;
  text-transform: capitalize;
}
#home .text-content p {
  margin: 0 0 30px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-weight: 300;
}
/* =====================
   End Header
===================== */
/* ====================
   [5] about
==================== */
#about-cimtos {
    background-color:#ffffff;
}
#about-cimtos .about-content .col-sm-12 h2.background{
    margin-top: 40px;
}
#about-cimtos .about-content h2.background::after{
    content:"Over CIMTOS";
}
#about-cimtos .about-content p{
    padding:0 0 0 20px;
    font-size:16px;
    line-height:25px;
    margin-bottom:20px;
}
#about-cimtos .about-content a.button{
    color:#000000;
    margin-left:20px;
}
#about-cimtos .about-content a.button:hover{
    color:#ffffff;
}
/* ====================
   End about
==================== */
/* ====================
   [6] skills
==================== */
#skills{
    width:100%;
    background-color:#ffffff;
}
#skills .skills-nested p{
    width:100%;
    margin:0 0 20px;
    padding:10px;
    color:#333333;
    font-size:20px;
}
#skills .skills-nested p span{
    float:right;
    font-weight:800;
}
#skills .skills-nested .progress-background{
    width:100%;
    padding: 2px 0;
    background-color:#e8e8e8;
}
#skills .skills-nested .progress-background .progress-a{
    width:92%;
    height:5px;
    background-color:#333333;
}
/* ====================
   end skills
==================== */
/* ====================
   [7] Services
==================== */
#services{
    background-color:#ffffff;
}
#services h2.background:after{
    content: 'Diensten';
}
#services .services-nested{
    padding:10px 0;
}
#services .services-nested i{
    font-size:80px;
}
#services .services-nested p{
    margin:0;
    padding:5px 0 0 5px;
    font-size:16px;
    line-height:25px;
}


#references {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  font-family: Raleway, Arial, 'Open Sans', sans-serif;
  text-align: center;
  background-color:#ffffff;
}
#references .heading-left{
    text-align:left;
}
#references h2{
    display:inline-block;
}
#references h2.background:after{
  content: 'Wat opdrachtgevers zeggen';
}
#references .carousel-indicators {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
#references .carousel-indicators > li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0;
  margin-right: 3px;
  background-color: #E8E8E8;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#references .carousel-indicators > li:last-child {
  margin-right: 0;
}
#references .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  background-color: #333333;
  margin-right: 3px;
}
#references .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#references .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#references .carousel-inner > .item{
  -webkit-transition-timing-function: cubic-bezier(.56,.27,0,.74);
  -moz-transition-timing-function: cubic-bezier(.56,.27,0,.74);
  -o-transition-timing-function: cubic-bezier(.56,.27,0,.74);
  transition-timing-function: cubic-bezier(.56,.27,0,.74);
}
@media all and (transform-3d), (-webkit-transform-3d){
  #references .carousel-inner > .item {
   -webkit-transition-timing-function: cubic-bezier(.56,.27,0,.74);
  -moz-transition-timing-function: cubic-bezier(.56,.27,0,.74);
  -o-transition-timing-function: cubic-bezier(.56,.27,0,.74);
  transition-timing-function: cubic-bezier(.56,.27,0,.74);
  }
}
#references .text-image{
    width: 70%;
    margin: auto !important;
    padding: 20px;
    text-align: center;
  color:#061539;
}
#references .text-image img {
  width: 80px;
  height: auto;
  display: inline-block;
  margin-bottom: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#references .text-image h3 {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 8px;
  margin: 0 0 30px;
  text-transform:uppercase;
}
#references .text-image h3 span{
    display:inline-block;
}
#references .text-image p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing:1px;
  line-height: 25px;
}
/* ====================
  End Pencil Testiomnials
==================== */

/* ====================
   [11] Contact
==================== */
#contact {
 width:100%;
 padding-bottom:0;
 background-color:#ffffff;
}
#contact h2.background:after {
  content: 'Contact';
}
#contact .contact-info{
    padding:5px 0 5px 50px;
    position:relative;
}
#contact .contact-info * { color:#061539; }
#contact .contact-info h4{
    font-size:20px;
    font-weight:800;

}
#contact .contact-info i{
    position:absolute;
    /*top:30px;*/
    top:15px;
    left:4px;
    display:inline-block;
    font-size:30px;
}
#contact .contact-me-nested {
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
}
#contact .contact-me-nested input,
#contact .contact-me-nested textarea {
  display: block;
  width: 100%;
  padding: 10px 10px;
  border: none;
  border-bottom: 2px solid #333333;
    border-bottom: 2px solid #061539;
  outline: none;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
}
#contact .contact-me-nested textarea {
  font-size: 16px;
  letter-spacing: 2px;
  resize: vertical;
  min-height: 100px;
}
#contact .contact-me-nested button {
    display: block;
    width: 150px;
    margin: auto;
    padding: 15px 20px;
    background-color: transparent;
    border: 2px solid #333333;
      border: 2px solid #061539;
    outline:none;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 3px;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
#contact .contact-me-nested button:hover{
    background-color:#333333;
      background-color:#061539;
    color:#fff;
}
#contact .contact-me-nested .form-filed-container{
    padding:20px 0 40px;
    position:relative;
}
#contact .contact-me-nested .form-filed-container [class^="error"]{
    position:absolute;
    top:5px;
    text-transform:uppercase;
    font-size:10px;
    letter-spacing:4px;
    display:none;
}
.success{
    width:100%;
    position:relative;
    /*background-color:#e8e8e8;*/
    color:#222222;
    font-size: 16px;
    display:none;
}
.success h4 {
    width:100%;
    text-align: center;
    padding: 20px;
    font-size: 40px;
    font-family: Raleway,Arial,'Open Sans';
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.success h4 span{
    display:inline-block;
}
#contact #map{
    width:100%;
    height:300px;
    margin-top:40px;
}
/* ====================
End Contact
==================== */

/* ======================
  [12] footer
====================== */
#footer{
    width:100%;
    padding:50px 0;
    background-color:#333333;
      background-color:#162955;
}
#footer p{
    margin-bottom:30px;
    color:#ffffff;
    font-size:16px;
}
#footer a {
    text-decoration:none;
    color:#636060;
      color:#7887AB;
}
#footer a:hover { color:#fff; }
#footer .social-icons a {
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
/* ======================
End footer
====================== */

/* ========================
Responsive [13]
======================== */
@media only screen and (max-width: 414px){
    /*General Styles*/
    h2.background{
        font-size:60px;
    }
    #home .text-content{
        width:100%;
    }
    #home .text-content h1{
        font-size:40px !important;
    }
    .portfolio .heading ul a{
        font-size:10px;
    }
}
@media only screen and (max-width: 480px) {
    #references .text-image{
        width: 95%;
        padding:10px;
    }
}
@media (min-width: 481px) and (max-width: 640px) {
    #references .text-image{
        width:85%;
    }
}
@media only screen and (min-width:415px) and (max-width:767px){
    #home .text-content{
        width:100%;
    }
    #home .text-content h1{
        font-size:40px !important;
    }
}
@media(max-width:991px) {
/*============== About h2 ==============*/
#about-cimtos .about-content h2.background{
    margin-top:40px;
}
}
/* ========================
Responsive For Navbar Only
======================== */
@media (max-width: 1000px) {


    .menu .nested-menu .menu-items li a {
      color:#061539 !important;
    }

.menu .brand {
    float: none;
  }
  .nested-menu {
    float: none;
    position: static;
    padding: 0;
    margin:0;
  }
  .nested-menu ul.menu-items {
   margin:25px 0 0 0;
   width:100%;
   padding:20px;
   background-color:#fff;
   text-align:center;
  }
  .nested-menu ul.menu-items  li {
    display: block;
    padding:10px 0;
    border-bottom: 1px solid #E6E6E6;
    margin-right:0;
  }
  .nested-menu ul.menu-items li.social{
      display:inline-block;
      margin-right:30px;
      border-bottom:none;
  }
  .nested-menu ul.menu-items li.social a{
      font-size:30px;
  }
    .nested-menu .menu-trigger {
        top: 38px;
        right: 10px;
    }
  .menu.scroll .nested-menu .menu-trigger {
    top: 20px;
  }
}