/* Table of Content
==================================================
	
	1. Body and Core Css
	2. Home
	3. Colours
	4. Dark


/*------------------------ 1 Body and Core Css ------------------------*/

body{
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 0px;
    font-weight: 500;
}

.full-open header{
    position: fixed;
}

header{
    padding: 3%;
    width: 100%;
    position: absolute;
    z-index: 5;
}

/* Preloader */


.preloader {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.preloader .loader {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 4px solid #013d7b;
    -o-animation:loader 2s infinite ease;
    -ms-animation:loader 2s infinite ease;
    -moz-animation:loader 2s infinite ease;
    -webkit-animation:loader 2s infinite ease;
    animation: loader 2s infinite ease;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.preloader .loader .loader-inner {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #ffc200;
    -o-animation:loader-inner 2s infinite ease-in;
    -ms-animation:loader-inner 2s infinite ease-in;
    -moz-animation:loader-inner 2s infinite ease-in;
    -webkit-animation:loader-inner 2s infinite ease-in;
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}

/* Margins */

.top_15{
    margin-top: 15px;
}

.top_30{
    margin-top: 30px;
}

.top_45{
    margin-top: 45px;
}

.top_60{
    margin-top: 60px;
}

.top_90{
    margin-top: 90px;
}

.top_120{
    margin-top: 120px;
}

.padding_30{
   padding: 30px 0; 
}

.padding_45{
   padding: 45px 0; 
}

.padding_60{
   padding: 60px 0; 
}

.padding_90{
   padding: 90px 0; 
}

.padding_120{
   padding: 120px 0; 
}

.bottom_15{
    margin-bottom: 15px;
}

.bottom_30{
    margin-bottom: 30px;
}

.bottom_45{
    margin-bottom: 45px;
}

.bottom_60{
    margin-bottom: 60px;
}

.bottom_90{
    margin-bottom: 90px;
}

.bottom_120{
    margin-bottom: 120px;
}

.padbot_15{
    padding-bottom: 15px;
}

.padbot_30{
    padding-bottom: 30px;
}

.padbot_45{
    padding-bottom: 45px;
}

.padbot_60{
    padding-bottom: 60px;
}



.subtitle{
    font-size: 22px;
    font-weight: bold;
}

.site-btn{
    font-size: 15px;
    font-weight: 600;
    color: #000;
    border: solid 2px #ea0026;
    border-radius: 50px;
    padding: 11px 45px;
    text-decoration: none;
    /* Old browsers */
    background-size: 202% 100%;
    background-position:right bottom;
    margin-left:10px;
    transition:all 1s ease;
    display: inline-block;
}

.site-btn:hover{
    background-position:left bottom;
    text-decoration: none;
    color: #515151 !important;
}

.site-btn.arrow{
    font-size: 14px;
    padding: 11px 22px;
}

.site-btn.arrow:after{
    font-family: 'Font Awesome 5 Free';
    content: "\f30b";
    font-weight: 900;
    float: right;
    margin-left: 32px;
}

.site-btn2{
    background: #212121;
    font-size: 15px;
    font-weight: 500;
    border: 0;
    border-radius: 50px;
    padding: 12px 60px;
    color: #515151;
    cursor: pointer;
    line-height: 25px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.site-btn2:hover{
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}


/*------------------------ 2 Home ------------------------*/

img.neo {
    width: 800px;
}

.wrapper{
    position: relative;
    z-index: 1;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.10);
    padding-bottom: 0px;
}

.cont{
    width: 70%;
    margin-left: 15%;
}

.home {
    display: table;
    width: 100%;
    padding: 0px 3% 0px 7%;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6;
}

.home .home-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.home .home-content .hero-title {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 70px;
}

.home .home-content p{
    font-size: 16px;
    color: #013d7b;
    font-weight: 500;
}

p.top_45 {
    padding-left: 20px;
}

.home .home-content p span{
    color: #000;
    font-weight: 900;
}

.home .home-content .social{
    right: 0;
    top: 0;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: -155px;
    z-index: 6;
}

.home .home-content .social a{
    display: block;
    color: #000;
    font-size: 13px;
    margin-top: 10px;
    float: left;
    margin-right: 15px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;    
    font-weight: 600;
}


.home .home-content .social a.text{
    margin-right: 0;
}

.home .home-content .social a i{
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.home .home-content .social a:hover i{
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.home .home-content .line{
    float: left;
    width: 72px;
    background: #bfbfbf;
    height: 1px;
    margin: 20px 17px;
}


/*------------------------ 2.2 Full Menu ------------------------*/

.full-menu{
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 4;
    transform: translateX(100%);
    transition: all ease 0.4s 0.6s;
}

.full-menu .full-inner{
    height: 100%;
}

.full-menu .full-inner nav{
    text-align: left;
    padding-left: 5%;
    display: table;
    height: 100%;
}

.full-menu .full-inner nav ul{
    display: table-cell;
    vertical-align: middle;
}

.full-menu .full-inner nav ul li{
    list-style: none;
    overflow: hidden;
}

.full-menu .full-inner nav ul li a{
    color: #4f535f;
    font-size: 40px;
    font-weight: 900;
    text-decoration: none;
    transform: translateY(47px);
    display: block;
    transition: all ease 0.4s 0.0s;
}


.full-menu .full-inner .full-contact{
    background: #f2f2f2;
}


.full-menu .full-contact{
    display: table;
    height: 100%;
}

.full-menu .full-inner .full-contact ul{
    display: table-cell;
    vertical-align: middle;
}


.full-menu .full-inner .full-contact ul li{
    list-style: none;
    transform: translateY(25px);
    opacity: 0;
    transition: all ease 0.4s 0.3s;
}


.full-menu .full-inner .full-contact ul li.title{
    font-size: 30px;
    font-weight: 900;
}

.full-menu .full-inner .full-contact ul li{
    font-size: 20px;
    color: #4f535f;
    font-weight: 600;
}

.full-menu .full-inner .full-contact ul li .social{
    margin-top: 10px;
}

.full-menu .full-inner .full-contact ul li .social a{
    font-size: 13px;
    color: #4f535f;
    text-decoration: none;
    margin-right: 10px;
}

.full-menu .full-inner .full-contact ul li .social a i:hover{
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}


/* Full Menu Animate */

.full-open .full-menu{
    transform: translateX(0);
    transition-delay: 0s;
}

.full-open .full-menu .full-inner nav ul li a{
    text-decoration: none;
    transform: translateY(0);
    transition: transform ease 0.7s 0.5s;
}

.full-open .full-menu .full-inner nav ul li a:hover{
    transition: all ease 0.3s;
}

.full-open .full-menu .full-inner .full-contact ul li:nth-child(1){
    transform: translateY(0);
    opacity: 1;
    transition: all ease 0.7s 1.0s;
}


.full-open .full-menu .full-inner .full-contact ul li:nth-child(2){
    transform: translateY(0);
    opacity: 1;
    transition: all ease 0.7s 1.2s;
}
.full-open .full-menu .full-inner .full-contact ul li:nth-child(3){
    transform: translateY(0);
    opacity: 1;
    transition: all ease 0.7s 1.4s;
}


/* Nav Icon */

.nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon:hover span:nth-child(3){
    width: 100%;
}

.nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-icon span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-icon span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;    
  width: 60%;
  right: 0 !important;
}

.nav-icon span:nth-child(3):hover {
    background: #ffc200;
}

/* Full Menu When Open */

.full-open .nav-icon span {
    width: 85%; 
}

.full-open:hover span:nth-child(3){
    width: 85%;
    background: #ffc200;
}

.full-open .nav-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

.full-open .nav-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.full-open .nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
  left: 8px;
}


.nav-icon {
    float: right;
    width: 30px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}


/*------------------------ 3 Colour ------------------------*/


.home .home-content .hero-title span, .widget-twitter a, footer .social a:hover, .full-menu .full-inner nav ul li a:hover, .full-menu .full-inner .full-contact ul li.title, .full-menu .full-inner .full-contact ul li .social a:hover, .home .home-content .social a:hover i, .titlebar .page-title span, .news-box small, .news-list:hover .news-box .title, .news-article .category, .article-comments .comment-content .reply, .widgets-title, .widget-latest-news ul li a:hover p, .widget-categories ul li a:hover{
    color: #0092ce;
}

.full-open .nav-icon:hover span, .owl-carousel.work-areas .area .line, .owl-theme .owl-controls .owl-page.active span, .site-btn2:hover, .cbp-item figure{
	background: #ffd334 !important;
}

.cbp-l-loadMore-link{
    border: solid 2px #ffd334 !important;

}

footer{
    border-bottom: solid 6px #ffd334;
}

input.inp:focus, textarea.form-message:focus{
	border-color: #ffd334;
}

.cbp-l-loadMore-link, .site-btn{
	background: linear-gradient(to right, #ffd334 50%, #ffffff00 50%);
}

/*------------------------ 4 Dark ------------------------*/

.home{
    background-size: 100%;
    position: relative;
}

.wrapper {
    background-image: url(../img/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#particles-js {
    opacity: .6;
}

.cbp-l-loadMore-link {
    color: #fff !important;
}

.site-btn {
    color: #fff;
}

.nav-icon span {
    background: #fff;
}

.home .home-content .social a {
    color: #013d7b;
}

.home .home-content .hero-title {
    color: #515151;
}

.home .home-content p span {
    color: #013d7b;
}


.classic-title {
    color: #515151;
}

footer {
    background: #000000;
}

footer .getintouch strong {
    color: #515151;
}

.full-menu {
    background: #1f1f1f;
}

.full-menu .full-inner nav ul li a {
    color: #ffffff;
}

.full-menu .full-inner .full-contact {
    background: #000000;
}

.full-menu .full-inner .full-contact ul li {
    color: #ffffff;
}

.full-menu .full-inner .full-contact ul li .social a {
    color: #989898;
}

.full-open .nav-icon span {
    background: #fff !important;
}

.titlebar .page-title {
    font-size: 120px;
    font-weight: 900;
    letter-spacing: -2px;
    color: #515151;
}

hr{
    background: #454545;
    height: 1px;
}

p {
    color: #e0e0e0;
}

.site-btn2 {
    background: #ffffff;
    color: #000 !important;
}

.site-btn2:hover{
    color: #fff !important;
}

.subtitle {
    color: #fff;
}


/*------------------------ Responsive ------------------------*/


@media (min-width: 768px) and (max-width: 1024px) {

    header {
        padding: 22px;
    }

.home .home-content .hero-title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 70px;
}

.home .home-content p {
    font-size: 18px;
    color: #013d7b;
    font-weight: 500;
}

    .titlebar .page-title, .titlebar .page-title span {
    font-size: 70px;
    }

    .titlebar {
        padding: 74px 0;
        height: 210px;
        text-align: center;
    }

    .titlebar #particles-js {
        height: 210px;
    }

    .owl-carousel.work-areas .area i:before{
        font-size: 70px;
    }

    .cont {
        width: 90%;
        margin-left: 5%;
    }

    .full-menu .full-inner nav ul li a {
        font-size: 32px;
    }

    .full-menu .full-inner .full-contact ul li.title {
        font-size: 26px;
    }

    .full-menu .full-inner .full-contact ul li {
        font-size: 16px;
    }

    .hero-inner .cont{
        width: 100%;
        margin-left: 0;
    }
  
}


@media (min-width: 481px) and (max-width: 767px) {

    header {
        padding: 18px;
    }
  
    .home .home-content .hero-title {
        font-size: 30px;
        line-height: 64px;
    }

    .home .home-content p {
        font-size: 20px;
        margin-top: 24px;
    }

    .cont {
        width: 90%;
        margin-left: 5%;
    }

    .titlebar .page-title, .titlebar .page-title span {
    font-size: 50px;
    }

    .titlebar {
        padding: 74px 0;
        height: 180px;
        text-align: center;
    }

    .titlebar #particles-js {
        height: 180px;
    }

    .owl-carousel.work-areas .area i:before{
        font-size: 55px;
    }
    
    .full-menu .full-inner nav ul li a {
        font-size: 32px;
    }

}


@media (max-width: 480px) {

    header {
        padding: 16px;
    }

    .titlebar .page-title, .titlebar .page-title span {
    font-size: 30px;
    }

    .titlebar {
        padding: 74px 0;
        height: 130px;
        text-align: center;
    }

    .titlebar #particles-js {
        height: 130px;
    }

    .owl-carousel.work-areas .area .title {
        font-size: 16px;
    }

    .owl-carousel.work-areas .area i:before{
        font-size: 55px;
    }

    .full-menu .full-inner nav ul li a {
        font-size: 27px;
    }

    body {
        font-family: 'Montserrat', sans-serif;
        padding-bottom: 218px;
    }

    .classic-title {
        font-size: 20px;
    }

    .widget-twitter .twitter-account{
        margin-top: 19px;
        display: block;
    }

    .home .home-content .hero-title {
        font-size: 30px;
        letter-spacing: -1px;
        line-height: 39px;
    }

    .home .home-content p {
        font-size: 15px;
        margin-top: 11px;
    }

    .home .home-content .social {
        display: none;
    }

    .cont {
        width: 90%;
        margin-left:5%;
    }

    .title.bottom_45.top_120 {
        margin-top: 3px;
        margin-bottom: 23px;
    }

    .wrapper {
        padding-bottom: 60px;
    }

  
}





