/*
1.helper
2.navbar
3.home
4.about
5.services
6.work
7.counter
8.testimonial
9.blog
10.contact
11.footer
12.responsive 
*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

a {
    text-decoration: none !important;
    outline: none;
}

p {
    line-height: 1.8;
}

/*****************
    1.helper
*****************/

.section {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    position: relative;
}

.bg-overlay {
    background-color: #242a35;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.btn-round {
    border-radius: 30px;
}

.btn {
    padding: 12px 25px;
}

.btn-sm {
    padding: 10px 22px;
}

.btn-custom {
    color: #fff;
    border: 1px solid;
    font-size: 14px;
    transition: all 0.5s;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    outline: none;
    background-color: transparent;
    border: 1px solid;
    text-decoration: none;
}

.btn-outline {
    background-color: transparent;
    border: 1px solid;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.5s;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active,
.btn-outline.focus,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover,
.open > .dropdown-toggle.btn-outline {
    color: #fff;
    outline: none;
    text-decoration: none;
}

.section-title:before {
    position: absolute;
    top: 51px;
    left: 0px;
    right: 0px;
    content: "";
    height: 39px;
    width: 2px;
    margin: 0px auto;
}

.title-header {
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 15px;
    font-weight: 900;
}

/******************
    2.navbar
*******************/

.navbar-custom {
    padding: 20px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
}

.navbar-custom .navbar-nav li a {
    line-height: 26px;
    color: #fff;
    font-size: 15px;
    transition: all 0.4s;
    text-transform: capitalize;
    transition: all 0.5s;
    background-color: transparent !important;
    padding: 6px 0;
    margin: 0 15px;
    font-weight: 500;
}

.navbar-custom .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.logo {
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 3px;
	font-family: 'Montserrat', sans-serif;
	background: url(../images/logo.png);
	width: 222px;
	height: 65px;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 800px) {
  .logo {
      color: #fff !important;
      font-weight: 700;
      letter-spacing: 3px;
      font-family: 'Montserrat', sans-serif;
      background: url(../images/logo_dark.png);
      width: 222px;
      height: 65px;
      background-repeat: no-repeat;
      background-size: cover;
  }
}

}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.navbar-custom .navbar-toggles {
    padding: .25rem .75rem;
    font-size: 18px;
    background: 0 0;
    border: 1px solid transparent;
    color: #fff;
    outline: 0;
}

.navbar-custom .navbar-toggles-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
}

.menu-toggle {
    padding: 4.5px 10px !important;
}

.menu-toggle span {
    line-height: 27px;
}


/*---NAVBAR STICKY--*/

.nav-sticky.navbar-custom {
    margin-top: 0px;
    padding: 10px 0px;
    background-color: #FFF;
    box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
    color: #fff !important;
}

.nav-sticky .navbar-nav li a {
    color: #000;
}

.nav-sticky.navbar-custom .navbar-toggles {
    padding: .25rem .75rem;
    border: 1px solid transparent;
    outline: 0;
}

.nav-sticky .navbar-nav {
    margin-top: 0px;
}

.nav-sticky .logo {
    color: #000 !important;
	background: url(../images/logo_dark.png) !important;
	width: 222px !important;
	height: 65px !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.footer .logo {
    color: #000 !important;
	background: url(../images/logo_dark.png) !important;
	width: 222px !important;
	height: 65px !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	margin:0 auto;
	margin-top:-10px;
}

/******************
    3.home
*******************/

.bg-home {
    position: relative;
    background-image: url(https://via.placeholder.com/2000X1333//88929f/5a6270C/O%20https://placeholder.com/);
    height: 100vh;
    background-size: cover;
    background-position: center center;
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.home-title .para-desc{
    font-size: 18px;
    max-width: 650px;
}

/********** bg-carousel ************/

.home-slider {
    position: relative;
}

.home-slider .carousel-control-next,
.carousel-control-prev {
    width: 6%;
}

.home-slider .carousel-item,
.home-slider .carousel {
    height: 100vh;
    width: 100%;
}

.home-slider .carousel-item {
    background-position: center center !important;
    background-size: cover !important;
}

/********** home-half ************/

.home-height-half {
    padding: 220px 0 150px 0;
    height: auto;
}

/********** home-video ************/

.video-bg-full {
    height: 100vh;
    position: relative;
    background: #000;
}

/********** home-particles ************/

.animation{
    position: relative;
    z-index: 1;
}

/********** home-gradient-overlay ************/

.bg-gradient-overlay {
    background: linear-gradient(to right, rgb(117, 153, 249), rgb(45, 20, 154));
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/********** home-gradient ************/

.bg-gradient{
    background: linear-gradient(to right, rgb(117, 153, 249), rgb(45, 20, 154));
}

/******************
    4.about
*******************/

.nav-tabs{
    background: #f8f9fa;
    border-color: transparent;
}

.nav-tabs .nav-link {
    text-transform: uppercase;
    color: #212121;
    padding: 16px 10px;
    border-radius: 0;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active {
    color: #ffffff;
    border-color: transparent; 
}

.nav-tabs .nav-link:hover {
    background-color: #242a35;
}

.about-img img {
    width: 200px;
	height:200px;
    border: 5px solid #fff;
    box-shadow: 1px 9px 31px -15px black;
}

.progress {
    height: 6px;
    background: #484848;
    overflow: visible;
}

.progress .progress-bar {
    position: relative;
    border-radius: 6px;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}

.progress .progress-value {
    display: block;
    position: absolute;
    top: -30px;
    right: -25px;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

/******************
    5.Services
*******************/

.services-flip-box {
  perspective: 1000px;
}

.services-front-flip,
.services-back-flip {
    transition: transform 0.5s;
    backface-visibility: hidden; 
}

.services-front-flip {
    box-shadow: 0 10px 50px rgba(20, 50, 47, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
    min-height: 218px;
    border-radius: 5px;
}
.services-back-flip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: rotateY(180deg);
    min-height: 218px;
    border-radius: 5px;
}

.services-flip-box:hover .services-front-flip {
    transform: rotateY(-180deg);
}

.services-flip-box:hover .services-back-flip {
    transform: rotateY(0deg);
}

/******************
     6.work
*******************/

.container-filter li {
    list-style: none;
    display: inline-block;
}

.container-filter li a {
    display: block;
    font-size: 11px;
    border: 1px solid #e0e0e0;
    color: #6c757d !important;
    padding: 0px 15px;
    margin: 5px 3px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    line-height: 34px;
    border-radius: 3px;
    transition: all 0.6s;
}

.container-filter li a.active {
    color: #fff !important;
    border: 1px solid;
}

.container-filter li a:hover {
    color: #fff !important;
    border: 1px solid;
}

.spacing{
    padding-left: 3px;
    padding-right: 3px;
}

.item-box {
    position: relative;
    overflow: hidden;
    display: block;
}

.item-box a {
    display: inline-block;
}

.item-box:hover .item-mask {
    transform: translateX(0%);
    visibility: visible;
}

.item-box:hover .item-mask .item-caption {
    opacity: 1;
}

.item-box:hover .item-container {
    transform: translateX(100%);
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}

.item-container {
    transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.item-mask {
    background: none repeat scroll 0 0 #242a35;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    visibility: hidden;
    overflow: hidden;
    transform: translateX(-100%);
}

.item-mask p {
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}

.item-mask .item-caption {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 0px;
    right: 0px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    opacity: 0;
}

/******************
    7.counter
*******************/

.bg-counter{
    position: relative;
    background-image: url(https://via.placeholder.com/2000X1333//88929f/5a6270C/O%20https://placeholder.com/);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

/******************
    8.testimonial
*******************/

.testimonial{
    border-top: 3px solid;
    box-shadow: 0 10px 50px rgba(20, 50, 47, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
}

.testi-img img{
    max-width: 84px;
}

.testi-icon i{
    position: absolute;
    right: 45px;
    bottom: -45px;
}

/******************
    9.blog
*******************/
.blog {
    border-radius: 3px;
}

/******************
    10.contact 
*******************/

.bg-contact{
    background: #242a35;
}

.contact-wrapper {
    color: #cacaca;
}

.custom-form .form-control {
    border: 2px solid #51586b;
    height: 48px;
    padding: 0.375rem 1.5rem;
    background: transparent;
    color: #fff;
}

.custom-form textarea.form-control {
    height: auto;
}

.custom-form .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid #f36270;
    color: #f36270;
    border-radius: 5px;
    font-size: 14px;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

#success_page h3 {
    color: #0dba26;
    font-size: 22px;
}

/*******************
    11.footer
********************/

.bg-footer{
    background: #ffffff;
}

.footer .social-icons li a {
    display: block;
    color: #757f8a;
    font-size: 15px;
    height: 38px;
    width: 38px;
    line-height: 34px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.4s;
    border: 2px solid #757f8a;
    border-radius: 50%;
}

.footer .social-icons li a:hover {
    color: #fff;
}

.footer .logo {
    font-weight: 700;
    letter-spacing: 3px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

/******************
    12.responsive
*******************/

@media (min-width: 200px) and (max-width: 768px) {
    .navbar-custom {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
        box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
        color: #000 !important;
    }
    .navbar-custom .navbar-nav li a {
        transition: all 0.4s;
        color: #000 !important;
        margin: 0px;
    }
    .navbar-custom>.container {
        width: 90%;
    }
    .navbar-custom .navbar-nav li.active a {
        border-color: transparent;
    }
    .navbar-nav {
        margin-top: 0px;
    }
    .navbar-toggler {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #000;
    }
    .navbar-custom .logo {
        color: #000 !important;
    }
    .bg-home , .home-height-half, .video-bg-full {
        height: auto;
        padding: 150px 0;
    }
    .home-title h1 {
        font-size: 44px;
    }
    .home-title h3 {
        font-size: 24px;
    }
}
