/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
 */

/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Header
    - Side Menu
    - Page Piling
    - Banner
    - About
    - Team
    - Portfolio
    - Blog
    - Contact
    - Loader
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100&display=swap');
.main-font{font-family: 'Montserrat', sans-serif;}
.alt-font{font-family: 'Roboto', sans-serif;}
.kr{font-family: 'Spoqa Han Sans Neo', 'sans-serif' !important; }
    .bg {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  margin: 0px auto;
  position: relative;
}
video {
object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
    top: 0;
    left: 0;
    filter:opacity(70%);
}
.texts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
}

.boxtext{
  font-size: 4rem !important;
  line-height: 4rem !important;
  color: #fff;
  font-weight: 500 !important;
  display: block;
  font-family: 'Roboto Mono', monospace !important;
}
@media (min-width: 634px) {
	.boxtext{
  		text-align: center !important;
	}
}
@media (max-width: 634px) {
	.boxtext{
  		text-align: left !important;
	}
}
/*
 *  STYLE 2
 */
#style-2{
  -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
    -webkit-overflow-scrolling: auto; /* Stops scrolling immediately */
  max-height: 400px; overflow-y: scroll; padding-right: 10px;

}
#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #dabd1d;
}
.line-1{

    border-right: 2px solid rgba(255,255,255,.75);
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);    
}

/* Animation */
.anim-typewriter{
  animation: typewriter 6s steps(40) 4s 1 normal both,
             blinkTextCursor 500ms steps(40) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 16em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}
.logos{
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.logos:hover img{
    transform: translateX(10px);
    transition: all .5s ease 0.2s;
}
#typewriter{
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
        width: 495px;
}
.var-highlight {
  color: #C0AD60;
}

.string-highlight {
  color: rgba(253, 149, 90, 0.8);
}

#typewriter {
  font-size: 1.6rem;
  margin: 0;
  font-family: "Courier New";
}
#typewriter:after {
  content: "|";
  -webkit-animation: blink 500ms linear infinite alternate;
          animation: blink 500ms linear infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ===================================
    General
====================================== */

body {font-family: 'Roboto', sans-serif; font-size: 18px;color: #ffffff!important;font-weight:300;line-height:25px;width: 100%; overflow-x: hidden}
a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
a {color:inherit;text-decoration: none;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important;}
p {
    margin: 0 0 15px;
}
.fa, .far, .fas{display: inline;}
li{list-style: none;text-decoration: none;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.hidden{display: none;}
section{padding:165px 0;
 display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 140px
}

/* transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}

/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* opacity */
.opacity-full{opacity: 1;}
.opacity-1{opacity: .1;}
.opacity-2{opacity: .2;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-200{font-weight: 200;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}
.font-weight-700{font-weight: 700;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 20px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Montserrat', sans-serif; font-weight: bold; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}
/* Transparent button */
.btn.btn-trans {background: transparent; border-color: #ffffff; color: #ffffff; text-decoration: none;}
.btn.btn-trans:hover {background: #ffffff !important; border-color: #ffffff; color: #232728 !important}
/* White button */
.btn.btn-white {background: transparent; border-color: #ffffff; color: #ffffff; text-decoration: none;}
.btn.btn-white:hover {background: #ffffff !important; border-color: #ffffff; color: #232728 !important}

/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:16px; padding: 10px 48px; line-height: 1.8em}
.btn.btn-large {font-size:16px;  padding: 14px 30px; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}

/* Text color */
.text-grey {color: #a6a6a6;}
.text-white {color: #ffffff;}
.text-light-black {color: #222;}

/* Background color */
.bg-green {background: #0c2925;}
.bg-pink {background: #9a004c;}
.bg-yellow {background: #fae100;}
.text-light-black {background: #232728;}
.bg-blue {background: #11769e;}
.bg-red {background: #790707;}
.bg-transparent {background: transparent;}

/* Social Icons Background */
.facebook-bg-hvr:hover{background:#4267B2 !important;color: #fff !important;border: 1px solid #4267B2 !important;}
.twitter-bg-hvr:hover{background:#1DA1F2 !important;color: #fff !important;border: 1px solid #1DA1F2 !important;}
.instagram-bg-hvr:hover{background:#C32AA3 !important;color: #fff !important;border: 1px solid #C32AA3 !important;}
.linkedin-bg-hvr:hover{background:#0077B5 !important;color: #fff !important;border: 1px solid #0077B5 !important;}
.pinterest-bg-hvr:hover{background:#BD081C !important;color: #fff !important;border: 1px solid #BD081C !important;}
.google-bg-hvr:hover{background:#DB4437 !important;color: #fff !important;border: 1px solid #DB4437 !important;}
.rss-bg-hvr:hover{background:#ee802f !important;color: #fff !important;border: 1px solid #DB4437 !important;}

/* ===================================
   Page Piling
====================================== */

#pp-nav li .active span, .pp-slidesNav .active span {
    background-color: #ffffff;
    z-index: 9999;
}

#pp-nav li .active span::before{
    content: "";
    height: 2px;
    width: 12px;
    background: #ffffff;
    display: block;
    transform: translate(-17.5px,6.5px);
    animation: fadeIn 1.6s;
    opacity: 1;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
}

#pp-nav li span::before{
    content: "";
    height: 2px;
    width: 12px;
    background: #ffffff;
    display: block;
    transform: translate(-17.5px,6.5px);
    opacity: 0;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    animation: zoomOut 1.6s;

}

#pp-nav li .active span::after{
    content: "";
    height: 2px;
    width: 12px;
    background: #ffffff;
    display: block;
    transform: translate(19px,5px);
    animation: fadeIn 1.6s;
    opacity: 1;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
}

#pp-nav li span::after{
    content: "";
    height: 2px;
    width: 12px;
    background: #ffffff;
    display: block;
    transform: translate(19px,5px);
    opacity: 0;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    animation: zoomOut 1.6s;
}

#pp-nav span, .pp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    box-shadow: inset 0 0 0 7px transparent;
    background: transparent ;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
}

#pp-nav li, .pp-slidesNav li {
    display: block;
    width: 12px;
    height: 12px;
    margin: 16px 8px 16px 8px;
    position: relative;
}

.pp-tooltip {
    color: #ffffff;
    background-color: #232728;
    margin-left: 25px;
    padding: 2px 8px;
    border-radius: 2px;
    z-index: 9999;
}

.pp-tooltip:after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid #232728;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -6px;
}

/* ===================================
    Sidebar Toggle Btn
====================================== */

.my_tog{
    padding: 20px 10px;
    /* margin-top: 20px; */
    /* margin-right: 10px; */
    cursor: pointer;
    transition: .8s ease;
    display: inline-block;
    float: right;
}

.my_tog:hover span:first-child{
    width: 16px;
}

.my_tog:hover span:last-child{
    width: 16px;
}

.my_tog span{
    display: block;
    height: 2px;
    width: 25px;
    background-color: #232728;
    margin-bottom: 4px;
    transition: .7s ease;
}

/* ===================================
    SideNav
====================================== */
.side_nav{
    display: block;
    background-color: #ffffff;
    width:200px;
    float: left;
    height: auto;
    box-shadow: 1px 1px 10px #535353;
    transition: .5s ease;
    position: relative;
}

.side_nav{
    position: fixed;
    top:0;
    left:-152px;
    z-index: 11;
    bottom: 0;
}

.brand-logo{
    color: black;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding-top: 13px;
    margin-top: 20px;
    padding-left: 30px;
    font-size: 30px;
    transition: .6s ease;
}

.sticky-logo {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.brand-logo span{
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
}

.my_nav_tog span{
    display: block;
    margin-bottom: 3px;
    height: 2px;
    background-color: #ffffff;
    width: 20px;
}

.side-nav-menu .nav-menu{
    font-family: 'Montserrat', sans-serif;
    padding-left: 25px;
    padding-top: 50px;
}

.broad .side-nav-menu ul{
    padding-top: 130px;
}

.side-nav-menu .nav-menu li,.broad .side-nav-menu ul li{
    list-style: none;
    font-size:16px;
    font-weight: 600;
    margin-bottom: 20px;
    transition: 1s ease;
    overflow: hidden;
    box-sizing: border-box;
    text-align: left !important;
}

.side-nav-menu .nav-menu li a,.broad .side-nav-menu ul li a{
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #232728;
    transition: .1s ease;
    overflow: hidden;
    position: relative;
    width: 70%;
    top: 7px;
    padding: 0;
    text-align: left;
}

.line:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0;
    content: " ";
    display: block;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.line:hover:after, .line.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #71911b;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

.side-nav-menu .nav-menu li a{
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    color: #232728;
    transition: .5s ease;
    width: auto;
}

/*broad nav*/
.side-nav-menu .side-icons ul{
    padding-top: 0 !important;
    padding-left: 21px !important;
}

.side-nav-menu .side-icons ul li{
    margin-bottom: 0 !important;
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}

.side-nav-menu .side-icons ul li a{
    color: #232728;
}

.side_nav.expand_nav .sticky-logo {
    opacity: 0;
    transition: .5s ease;
}

.side_nav .nav-item {
    display: block;
    margin: 20px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}

.side_nav.expand_nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side_nav.expand_nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side_nav.expand_nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side_nav.expand_nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side_nav.expand_nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side_nav.expand_nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side_nav.expand_nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side_nav.expand_nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side_nav.expand_nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side_nav.expand_nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

/* ===================================
    Nav-Bar css
====================================== */

.navbar{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #222 !important;
}

.navbar-brand {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight:normal;
    font-size: 30px;

}

.navbar-brand span{
    font-weight:bolder;
}

.side-nav-menu .social-icons span:hover i{
    cursor: pointer;
}

.social-icons span a{
    color: #202020;
}

.social-icons span i{
    font-size: 13px;
    margin-left: 0;
    background-color: transparent;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
    transition: .5s ease;
}

.social-icons span:last-child{
    margin-right: 70px;
}

/* ===================================
    Broad Nav-bar css
====================================== */

.broad{
    visibility: hidden;
    opacity: 0;
    transform: rotate(0deg);
}

.broad .side-nav-menu{
    display: none;
}

.broad-nav{
    transition: .5s ease-in-out;
    background-color: white;
    display: block;
    visibility: visible;
    /* position: fixed; */
    overflow: hidden;
    z-index: 111111;
    /* top:0;
    bottom: 0;
    right: 0;
    left:0; */
    position: absolute;
    opacity: 1;
    overflow: scroll;
   
}

.margin-manage {
    margin-top: 100px;
}

.broad-nav .side-nav-menu{
    display: block;
    width: 220px;
}

.broad-nav .side-nav-menu ul {
    position: relative;
    left: 20%;
    transform: translate(-20px, 0);
}

.broad-nav .side-nav-menu .social-icons span{
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    position: relative;
}

.broad-nav .side-nav-menu .nav-menu li a span,.broad .side-nav-menu ul li a span {
    display: inline-block;
    height: 2px;
    width: 0;
    background-color: #f73859;
    transition: .8s ease;
    position: absolute;
    top: 13px;
    margin-left: 9px;
}

.broad .side-nav-menu ul li a {
    margin-left: 9px;
}

.broad-nav .side-nav-menu ul li a.active span{
    width: 75%;
    display: inline-block;
    transition: .5s ease;
}

.fix-top{
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.broad-nav .side-nav-menu .social-icons span i{
    position: absolute;
    top: -1px;
    left: -5px;
    transition: .8s ease;
}

.broad-nav .side-nav-menu .social-icons span .fa-facebook-f{
    left: -5px;
}

.broad-nav .side-nav-menu .social-icons{
    transition: all 1s ease 500ms;
    animation-duration: 2s;
    font-size: 14px;
    animation-name: myan;
    animation-delay: .7s;
    animation-fill-mode: both;
    color: #d6d6d6;
    margin-top: -89px !important;
}

.broad-nav .side-nav-menu ul {
    position: relative;
    left: 15%;
    transform: translate(-25px, -175px);
}

.broad .side-nav-menu ul li{

    transition: all 2s ease 500ms;
    animation-duration: 1s;
}

/*side close btn*/
.broad .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 4px;
    cursor: pointer;
    color: #444444;
    z-index: 111;
    transition: .5s ease;
}

.broad.before-side .btn-close{
    display: none;
}

.broad .btn-close::before, .broad .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: black;
    top: 5px;
    transition: 0.5s ease;
}

.broad .btn-close:hover::before, .broad .btn-close:hover::after {
    height: 28px;
}

.broad .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.broad .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.broad.right-btn .btn-close{
    right: 47px;
    left: auto;
}

.broad .side-nav-menu ul li span{
    font-size: 30px;
    color: #d9d9d9;
}

.broad .social-icons i{
    font-size: 16px;
}

.broad .brand-logo{
    padding-top: 0;
    padding-left: 70%;
}

.rites-res {
    position: absolute;
    bottom: 30px;
    padding-left: 30px;
}

.broad .rites-res {
    margin-top: 28px;
    width: 95%;
    margin-left: 49px;
}

/* ===================================
    Expand Nav bar & body Shrink
====================================== */

.expand_nav{
    left:0;
    z-index: 9999;
}

.close_nav{
    padding-top: 25px;
}

.close_nav span:nth-child(2){
    display: none;
}

.close_nav span:first-child{
    margin-left: auto;
    transform: rotate(45deg);
    margin-bottom: -2px;
}

.close_nav span:last-child{
    margin-top: 0;
    transform: rotate(130deg);
}

.close_nav:hover span:first-child,.close_nav:hover span:last-child{
    width: 25px;
}

/* ===================================
   Banner
====================================== */

.slider-area{
    background-image: url("../images/banner.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* margin-left: 5%; */
}

.slider-image {
    position: relative;
    margin: 0 auto -80px auto;
    top: 100px;
}

.slider-image img {
    top: -90px;
    width: 100%;
    position: relative;
}

.slider-text {
    background-color: #ffffff;;
    color: #2b3033;
}

.slider-area h1 {
    font-size: 72px;
    line-height: 1.0;
}

.slider-area p {
    font-size: 18px;
    font-weight: normal;
}

.slider-area{
    align-items: center;
    display: flex;
    position: relative;
}

.slider-copyright {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1111;
}

.slider-bottom .slider-social {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1111;
}

.slider-bottom .slider-social a {
    color: #ffffff;
}

.fixed {
    position: fixed;
}

/*slider social*/
.side-nav-menu .slider-social{
    position: absolute;
    right: 50px;
    top: auto;
    z-index: 111;
}

.side-nav-menu .slider-social {
    right: auto;
    bottom: 80px;
    padding-left: 30px;
}

.slider-social ul>li{
    float: left;
}

.slider-social a {
    display: block;
    /* width: 30px; 
    height: 30px;*/
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin: 5px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

svg.slider-shape{
    overflow: visible;
}

/* ===================================
   About
====================================== */

.about2{
    background-image: url("../images/team-bg1.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* margin-left: 5%;  */
    
}

.about2 h2 {
    font-size: 48px;
    font-weight: bold;
}
.about{
    background-image: url("../images/team-bg1.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* margin-left: 5%; */ 
}

.about h2 {
    font-size: 48px;
    font-weight: bold;
}

.section-heading {
    margin-bottom: 1.5rem;
}

.feature-item .title {
    color: #ffffff;
    transition: .8s ease;
    font-size: 24px;
    font-weight: bold;
}

.feature-item p{
    color: #ffffff;
    font-weight: 300;
    font-size: 19px;
}
.feature-item .r-icon{
    font-size: 25px;
    font-weight: 900;
    display: block;
    text-align: right;
    color: #d5d3d3;
}

.feature-item > i.f-icon{
    font-size: 42px;
    line-height: 55px;
    color: #fff;
    transition: .8s ease;
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
}

.feature-item:hover > i.f-icon {
    background-color: #ffffff;
    color: #232728;
    text-align: center;
    border-radius: 50px;
    height: 55px;
    width: 55px;
    transition: .8s ease;
}

.about .box {
    padding: 30px;
}

.about .box h2 {
    font-size: 30px;
    font-weight: bold;
}

.about .box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: rgba(255, 255, 255, 0.2);
}
.about2 .box {
    padding: 30px;
}

.about2 .box h2 {
    font-size: 30px;
    font-weight: bold;
}

.about2 .box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: rgba(255, 255, 255, 0.2);
}
/* ===================================
   Our Team
====================================== */

team{
    background-image: url("../images/team-bg1.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* margin-left: 5%; */
} 

.team h2 {
    font-size: 48px;
    font-weight: bold;
}

.parallax-box{
    text-align: center;
}

.parallax-box h2{
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.parallax-box h5{
    font-weight: normal;
    font-size: 16px;
}

#team-slider{
    text-align: center;
}

.team-box{
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 10px;
    background-color:#ffffff;
    height: 430px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    position: relative;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.team-box .team-image{
    position: relative;
    overflow: hidden;
}

.team-box .team-text{
    text-align: center;
    font-size: 14px;
    padding: 1.3rem 0 0 0;
}

.team-box .team-text span, .team-box .team-text .team-social  {
    opacity: 0;
    transition: .25ms;
}

.team-box .team-text h5{
    font-size: 22px;
    color: #232728;
    font-weight: normal;
}

.team-box .team-text span {
    color: #212331;
    font-size: 14px;
    font-weight: normal;
}

#team-slider .owl-item.center .item{
    height: auto;
    transform: scale(1.0);
}

#team-slider .owl-item.center .team-box .team-text h5 {
    font-size: 24px;
}

#team-slider .owl-item.center .item .team-text span, #team-slider .owl-item.center .item .team-text .team-social  {
    opacity: 1;
    transition: .5s ease;
}

.team-social ul {
    margin: 0;
}

.team-social li{
    display: inline-block;
}

.team-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    font-size: 15px;
    margin: 5px 0;
    color: #232728;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

/* ===================================
   Portfolio
====================================== */

.portfolio-bg{
    background-image: url("../images/gallery_1.jpg"); */
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* margin-left: 5%; */
    
}

.main-heading h2 {
    font-size: 48px;
    font-weight: bold;
}

.team-classic .item {
    text-align: left;
}

.team-data-img {
    overflow: inherit;
}

.portfolio-content {
    background: transparent;
    margin-top: 2rem;
}

.portfolio-content h5 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

.portfolio-content p {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.search-icon {
    border: 1px solid white;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
    padding: 14px 14px;
    margin-bottom: 20px;
}

.single-work {
    overflow: hidden;
    position: relative;
    padding: 15px;
    background-color: #ffffff;
    transition: all .3s ease 0s;
}

.single-work img {
    width: 100%;
    height: auto;
}

.single-work .title {
    width: 80%;
    font-weight: normal;
    color: #ffffff;
    margin: 0 0 15px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Roboto', sans-serif;
}

.single-work .overlay-text {
    width: 100%;
    height: 100%;
    font-size: 26px;
    color: #fff;
    background-color: transparent;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.cases-image-inner {
    position: relative;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1111;
}
.cases-line {
    position: absolute;
    background: #ffffff;
}
.top {
    top: 15px;
    right: 15px;
    width: 100px;
    height: 2px;
}
.top-right {
    top: 15px;
    right: 15px;
    height: 100px;
    width: 2px;
}
.bottom {
    top: unset;
    bottom: 15px;
    left: 15px;
    width: 100px;
    height: 2px;
}
.bottom-left {
    top: unset;
    bottom: 15px;
    left: 15px;
    height: 100px;
    width: 2px;
}

.single-work .overlay-text:before, .single-work .overlay-text:after {
    opacity: 0.6;
    position: absolute;
    top: 0;
    content: "";
    width: 0;
    height: 100%;
    background-color: #000;
    -webkit-transition: all 0.45s ease-in-out 0s;
    transition: all 0.45s ease-in-out 0s;
    z-index: -1;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.single-work .overlay-text:before {
    right: 0;
}

.single-work .overlay-text:after {
    left: 0;
}

.item:hover .overlay-text {
    opacity: 1;
}

.item:hover .overlay-text:before,
.item:hover .overlay-text:after {
    width: 100%;
    transform: skewX(0);
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    -ms-transform: skewX(0);
    -o-transform: skewX(0);
    z-index: 1;
}

.item .img-responsive {
    max-width: 100%;
    transition: all .5s ease 0.2s;
}

.item:hover .img-responsive {
    transform: scale(1.2);
    transition: all .5s ease 0.2s;
}

.circle{
    position: relative;
    z-index: 1111;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.circle i {
    transition: 0.5s ease;
}

#team-circle-right {
    top: 40%;
    right: -8%;
    transition: .5s ease;
    position: absolute;
}

#team-circle-left{
    top: 40%;
    left: -8%;
    transition: .5s ease;
    position: absolute;
}

.circle i {
    font-size: 42px;
    color: #706f6f;
}

/* ===================================
   Blog
====================================== */

.blog-bg{
    background-image: url("../images/contact-bg.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* margin-left: 5%; */
}

.icon-quotes-left, .icon-quotes-right{
    color: #ffffff;
    font-size: 14px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    cursor: pointer;
    line-height: 1.3;
}

.icon-quotes-right {
    text-align: right;
}

.icon-quotes-left {
    padding-left: 10px;
}

.news-item{
    position: relative;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-item img{
    width: 100%;
    transition: all .5s ease 0.2s;
}

.news-item:hover{
    transform: translateY(-10px);
}

.image-holder-gallary{
    overflow: hidden;
}

.news-item:hover img{
    transform: scale(1.2);
    transition: all .5s ease 0.2s;
}

.news-text-box{
	  transition: transform .2s; /* Animation */
		padding: 0px 15px 0 ;
}
.news-text-box h4{
	  font-size: 1.4rem;
}
.news-text-box p{
	  font-size: 1rem;
	  height: 115px;
}

.news-text-box:hover {
  transform: scale(1.04); 
}
.news-item .news-text-box{
    padding: 20px 0;
    background-color: transparent;
}

.news-item .news-title{
    margin: 14px 0;
    font-size: 24px;
    font-weight: bold;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-item .news-title:hover {
    color: #ffffff;
}

.para {
    font-size: 18px;
    font-weight: 200;
}

.testimonial-img {
    display: flex;
    justify-content: center;
}

.testimonial-img img{
    border-radius: 50%;
    display: inline-block;
}

/* ===================================
   Contact
====================================== */

.contact-sec{
    background-image: url("../images/contact-bg.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* margin-left: 5%; */ 
}

.contact-sec .heading{
    color: #ffffff;
    font-size: 48px;
    margin-bottom: 40px;
    font-weight: bold;
}

.contact-sec .contact-form input{
    color: #ffffff;
    font-size: 16px;
    height: 40px;
    padding: 25px 0;
    background: transparent;
}

.contact-sec .contact-form .form-control{
    border: none;
    border-radius: 0;
    padding-left: 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.contact-sec .contact-form .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #ffffff;
}

.contact-sec .contact-form input::placeholder, .contact-sec .contact-form textarea::placeholder {
    color: #ffffff;
    font-size: 14px;
}

.contact-sec .contact-form textarea{
    padding-top: 20px;
    height: 150px;
    color: #ffffff;
    font-size: 16px;
    resize: none;
    background: transparent;
    margin-bottom: 40px;
}

.contact-sec .contact-form .purple-btn{
    margin-top: 15px;
}

.contact_btn {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

/*contact details*/
.contact-sec .contact-background{
    position: absolute;
    right: 0;
    top: -35px;
    z-index: -1;
}

.contact-sec .contact-details{
    font-family: Roboto, sans-serif;
    width: 90%;
    margin-left: 20px;
    padding-left: 20px;
}

.contact-sec .contact-details .heading{
    margin-bottom: 35px;
    font-size: 30px;
    font-weight: normal;
}

.contact-sec .contact-details .text{
    color: #ffffff;
    font-size: 17px;
    font-weight: normal;
}

.contact-sec .contact-details ul{
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 50px;
}

.contact-sec .contact-details ul li{
    color: #ffffff;
    list-style: none;
    margin-bottom: 22px;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.contact-sec .contact-details ul li:first-child{
    width: 80%;
}

.contact-sec .contact-details ul li span{
    display: inline-block;
    padding-right: 30px;
}

.contact-sec .contact-details ul li span:last-child{
    padding-right: 0;
}

.contact-sec .contact-details ul li i{
    font-size: 30px;
    margin-right: 20px;
    margin-bottom: 8px;
    color: #ffffff;
}

/* ===================================
    Cursor
====================================== */

#animated-cursor {
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}

.cursor-light:hover ~ #animated-cursor{
    display: inline-block;
}

#cursor {
    position: fixed;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    box-sizing: border-box;
}

#cursor:before {
    font-family: themify;
    content: "\e649";
    font-size: 6px;
    width: 4px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    position: absolute;
    left: -12px;
    top: 9px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#hold-event {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    background: rgba(255,255,255,0);
}

#cursor-loader {
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    border-radius: 50px;
    box-sizing: border-box;
    opacity: 0;
    transform: translate(-9px, -9px) rotate(0deg);
    -webkit-animation: rotating 0.8s ease-in-out infinite;
    animation: rotating 0.8s ease-in-out infinite;
    -webkit-transition: opacity 0s ease-in-out 0s;
    transition: opacity 0s ease-in-out 0s;
}

#cursor:after {
    font-family: themify;
    content: "\e649";
    font-size: 6px;
    width: 4px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    position: absolute;
    right: -10px;
    top: 9px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@keyframes rotating {
    0% {
        -webkit-transform: translate(-7px, -7px) rotate(0deg);
        transform:  translate(-7px, -7px) rotate(0deg);
    }

    95% {
        -webkit-transform:  translate(-7px, -7px) rotate(350deg);
        transform:  translate(-7px, -7px) rotate(350deg);
    }

    100% {
        -webkit-transform:  translate(-7px, -7px) rotate(360deg);
        transform:  translate(-7px, -7px) rotate(360deg);
    }
}

.header-appear.cursor-light:hover ~ #animated-cursor{
    display: none;
}

.header-appear .animated-wrap, .header-appear .animated-element {
    transform: none !important;
}

/* ===================================
        Preloader
   ====================================== */

.loader {
    background: #222;
    text-align: center;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.linear-activity {
    overflow: hidden;
    width: 100%;
    height: 4px;
    background-color: transparent;
    margin: 20px auto;
}

.determinate {
    position: relative;
    max-width: 100%;
    height: 100%;
    -webkit-transition: width 500ms ease-out 1s;
    -moz-transition: width 500ms ease-out 1s;
    -o-transition: width 500ms ease-out 1s;
    transition: width 500ms ease-out 1s;
    background-color: #03A9F4;
}

.indeterminate {
    position: relative;
    width: 100%;
    height: 100%;
}

.indeterminate:before {
    content: '';
    position: absolute;
    height: 100%;
    background-color: #ffffff;
    animation: indeterminate_first 1.5s infinite ease-out;
}

.indeterminate:after {
    content: '';
    position: absolute;
    height: 100%;
    background-color: #ffffff;
    animation: indeterminate_second 1.5s infinite ease-in;
}

@keyframes indeterminate_first {
    0% {
        left: -100%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 10%;
    }
}

@keyframes indeterminate_second {
    0% {
        left: -150%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 10%;
    }
}

/* ===================================
   Media Queries
====================================== */

@media (min-width: 1800px) {

    .expand-container {
        max-width: 1300px;
    }

    /* Side Nav */
    #pp-nav.left {
        left: 26px;
    }
    .sticky-logo {
        right: 20px;
    }
    /* .my_tog {
        margin-right: 18px;
    } */

    /* About */
    .about .section-heading {
        margin-bottom: 3rem;
    }
    .about .box {
        margin-top: 2rem;
    }

    /* Team */
    .team .section-heading {
        margin-bottom: 5rem !important;
    }
    .team-box {
        height: 480px;
        padding: 16px;
    }

    /* Portfolio */
    .portfolio-bg .section-heading {
        margin-bottom: 5rem;
    }
    .portfolio-content {
        margin-top: 5rem;
    }

    /* Blog */
    .blog-bg .section-heading {
        margin-bottom: 5rem;
    }

    /* Contact */
    .contact-sec .contact-form textarea {
        margin-bottom: 60px;
    }
}

@media (max-width: 1280px) and (min-width: 1210px) {
    /* .my_tog {
        margin-right: 0;
    } */
    .sticky-logo {
        right: 3px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {

    .h1, h1 {font-size: 60px;}
    section {padding: 10rem 0;}
    html {scroll-behavior: smooth;}
    .section-heading {margin-bottom: 3.5rem;}
    .about, .team, .portfolio-bg, .blog-bg, .contact-sec {height: auto;}

    /* Side Nav */
    /* .my_tog {
        padding: 20px 5px;
    } */
    .sticky-logo {
        display: none !important;
    }
    .side-nav-menu .nav-menu {
        padding-left: 25px;
        padding-top: 50px;
    }
    .rites-res {
        bottom: 0;
    }

    /* Banner */
    .slider-area h1 {
        font-size: 54px;
    }

    /* About */
    .about h2 {
        font-size: 38px;
    }

    /* Team */
    .team h2 {
        font-size: 42px;
    }
    .team-social a {
        height: 36px;
        width: 36px;
    }
    .team-box {
        height: 370px;
    }

    /* Portfolio */
    .main-heading h2 {
        font-size: 42px;
    }

    /* Contact */
    .contact-sec .heading {
        font-size: 42px;
    }

    .btn.btn-medium {
        padding: 10px 42px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px){

    .h1, h1 {font-size: 58px;}
    .h3, h3 {font-size: 32px;}
    section {padding: 7.5rem 0;}
    p {font-size: 14px;}
    html {scroll-behavior: smooth;}
    .about, .team, .portfolio-bg, .blog-bg, .contact-sec {height: auto;}
    .section-heading {margin-bottom: 3rem;}

    /* Side Nav */
    .my_tog {
        padding: 20px 0;
        margin-right: 8px;
    }
    .sticky-logo {
        display: none !important;
    }
    .side-nav-menu .nav-menu {
        padding-left: 25px;
        padding-top: 50px;
    }

    /* Banner */
    .slider-area h1 {
        font-size: 42px;
    }
    .slider-area p {
        font-size: 16px;
    }

    /* About */
    .about h2 {
        font-size: 36px;
    }
    .feature-item p {
        font-size: 14px;
    }

    /* Team */
    .team h2 {
        font-size: 36px;
    }
    .team-box {
        height: 290px;
    }

    /* Portfolio */
    .main-heading h2 {
        font-size: 36px;
    }

    /* Blog */
    .news-item .news-title {
        font-size: 22px;
    }
    .para {
        font-size: 16px;
    }

    /* Contact */
    .contact-sec .heading {
        font-size: 42px;
    }
    .contact-sec .contact-details .text {
        text-align: left;
    }

}

@media screen and (max-width: 767px) {

    body {text-align: center;overflow-y: hidden!important;}
    html {scroll-behavior: smooth;}
    section {padding: 5rem 0;}
    #career {height: 500px;}
    .h1, h1 {font-size: 36px;}
    .h2, h2 {font-size: 36px;}
    .h3, h3 {font-size: 24px;}
    p {font-size: 14px;line-height: 20px;}
    .about, .team, .portfolio-bg, .blog-bg, .contact-sec {height: auto; width: 100%; margin-left: 0;}
    .slider-area {width: 100%; margin-left: 0;}

    /* Side Nav */
    .side_nav {
        display: none;
    }
    .navbar-brand {
        margin-right: 0;
    }

    /* Nav-Bar */
    .navbar {
        padding: 8px 10px;
    }

    /* Banner */
    .slider-bottom .slider-social, .slider-copyright {
        display: none;
    }
    .slider-area h1 {
        font-size: 36px;
    }
    .slider-area p {
        font-size: 14px;
    }

    /* About */
    .about h2 {
        font-size: 26px;
    }
    .feature-item p {
        font-size: 16px;
    }
    .feature-item {
        padding: 20px 0;
    }
    .feature-item > i.f-icon {
        margin: 0 auto;
    }
    .about .box h2 {
        font-size: 26px;
    }
    .team-box {
        height: auto;
    }

    /* Team */
    .team h2 {
        font-size: 26px;
    }

    /* Portfolio */
    .main-heading h2 {
        font-size: 26px;
    }
    .parallax-box {
        padding: 10px;
    }
    .parallax-box h2 {
        font-size: 1.375rem;
    }
    .circle {
        display: none;
    }
    .single-work {
        padding: 10px;
    }

    /* Blog */
    .news-item {
        padding: 20px 0;
    }
    .icon-quotes-left {
        text-align: left;
    }
    .news-item .news-text-box {
        text-align: center;
    }
    .para {
        font-size: 14px;
    }
    .testimonial-img {
        margin: 15px 0 0 0;
    }

    /* Contact */
    .contact-sec .heading {
        font-size: 26px;
    }
    .contact-sec .contact-details {
        margin: 40px auto 0 auto;
    }
    .contact-sec .contact-details .text {
        font-size: 14px;
    }
    .contact-sec .contact-form {
        width: 100%;
        margin-left: 0;
    }
    .contact-sec .contact-details {
        width: 100%;
        margin-left: 0;
        margin-top: 80px;
    }
    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }
    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 30px;
    }
    .contact-sec .contact-details ul li i{
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }
}

@media (max-width: 575.98px) {
	#career {height: 500px;}
    .h1, h1 {
        font-size: 30px;
    }
    p {
        font-size: 17px;
        line-height: 24px;
    }
    .btn.btn-medium {
        font-size: 12px;
    }
    /* Banner */
    .slider-area h1 {
        font-size: 32px;
    }
    .slider-area p {
        font-size: 12px;
    }
    /* About */
    .about h2 {
        font-size: 22px;
    }
    .feature-item p {
        font-size: 17px;
    }
    .about .box h2 {
        font-size: 22px;
    }
    /* Team */
    .team h2 {
        font-size: 22px;
    }
    /* Portfolio */
    .main-heading h2 {
        font-size: 22px;
    }
    /* Contact */
    .contact-sec .heading {
        font-size: 22px;
    }
    .contact-sec .contact-details .heading {
        font-size: 24px;
    }
}


/* ===================================
   Testimonial
====================================== */

.testimonial-bg{
    /* background-image: url("../images/team-bg1.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover; */
}

.testimonial-img img {
    /* height: 300px; */
    width: auto;
    border-radius: 5%;
    display: inline-block;
}

.testimonial-owl .owl-item img {
    max-width: 250px;
    margin: 0 auto;
}

.icon-quotes{
    color: #dabd1d;
    font-size: 24px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    cursor: pointer;
    line-height: 1.3;
    margin: 0 auto;
}

.paragraph {
/*     font-weight: normal;
    line-height: 1.920;
    font-family: 'Roboto', sans-serif;
    font-size: 18px; */
    margin-bottom: 5px;
}
.paragraph2{
	font-size: 22px;
}
.paragraph3{
	font-size: 20px;
}
.testimonial-owl .owl-dots {
    margin-top: 40px !important;
    text-align: center;
}

.testimonial-owl .owl-nav button.owl-next, .testimonial-owl .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    height: 8px;
    width: 8px;
    background: #ffffff;
    margin: 10px 5px;
    border-radius: 10px;
    transition: 0.5s ease;
}

.testimonial-owl button.owl-dot.active {
    background-color: #dabd1d!important;
}

/* ===================================
    Portfolio
====================================== */

#content-scroll {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: visible;
    height: 100%;
    width: 100%;
}

#showcase-holder {
    width: 100%;
    height: 100vh;
    position: relative;
    perspective: 1000px;
}

#showcase-tilt-wrap {
    width: 100%;
    height: 100vh;
    position: absolute;
    perspective: 1000px;
    overflow: hidden;
}

#showcase-tilt {
    width: 100%;
    height: 100%;
    position: fixed;
/*     overflow: visible;
    transform-style: preserve-3d;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); */
}

#showcase-tilt.disabled {
    -webkit-transform: translate3d(0, 0, 0) scale(1.05) !important;
    transform: translate3d(0, 0, 0) scale(1.05) !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#showcase-slider {
    height: 100%;
    width: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
}

.swiper-slide::after {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff00000', endColorstr='#a6000000', GradientType=0);
}
.swiper-pagination-bullet .title{
	    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    position: relative;
    display: block;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-size: 3rem;
    line-height: 90px;
}
.img-mask {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: 1.2s ease-in-out;
    transition: 1.2s ease-in-out;
}

.section-image {
    position: relative;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
}
/* 
.title {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    position: relative;
    display: block;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-size: 3.5vw;
    line-height: 90px;
}

.swiper-pagination-bullet:first-child .title {
    opacity: 0;
    -webkit-transform: translateY(15vh) scale(1);
    transform: translateY(15vh) scale(1);
}

.title span {
    display: block;
    float: left;
    margin: 0;
    min-width: 20px;
    width: auto;
    line-height: 90px;
    height: 90px;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transform: translateX(100px) scale(1.1);
    transform: translateX(100px) scale(1.1);
}
 */
.swiper-pagination-bullet:first-child .title span {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
}

.subtitle {
    margin-bottom: 0;
    opacity: 1;
    line-height: 20px;
    position: relative;
    left: 0;
    display: block;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    opacity: 0;
    -webkit-transform: translateX(20px) scale(1);
    transform: translateX(20px) scale(1);
}

.swiper-pagination-bullet:first-child .subtitle {
    opacity: 0;
    -webkit-transform: translateY(15vh) scale(1);
    transform: translateY(15vh) scale(1);
}

#showcase-holder .showcase-pagination-wrap {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -13%;
    box-sizing: border-box;
    width: 100%;
    z-index: 100;
    height: 100%;
    display: table;
    pointer-events: none;
    transform: translateY(-30vh);
    -webkit-transform: translateY(-30vh);
}

#showcase-holder .showcase-pagination {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: bottom;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    pointer-events: none;
}

#showcase-holder .swiper-pagination-bullet {
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    border-radius: 0;
    background: transparent;
    box-sizing: border-box;
    text-align: center;
    bottom: 0;
    transition: opacity .3s ease-in-out;
}

#showcase-holder .swiper-pagination-bullet-active{
    transition: opacity .3s ease-in-out;
    opacity: 1;
}

#showcase-holder .swiper-pagination-bullet {
    color: #fff;
    text-align: center;
}

.light-content #showcase-holder .swiper-pagination-bullet {
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.showcase-counter {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.counter-wrap {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.counter {
    height: 20px;
    width: 50px;
    position: absolute;
    bottom: 38px;
    left: 230px;
    text-align: center;
    opacity: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    -webkit-transform: translateY(20px) scale(1);
    transform: translateY(20px) scale(1);
}

.light-content .counter, .light-content .showcase-counter span::after {
    color: #fff;
}

.showcase-counter span{
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    bottom: 38px;
    left: 300px;
    opacity: 1;
    font-weight: 500;
    color: #fff;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.showcase-counter span::after {
    content: attr(data-total);
    position: relative;
}

.showcase-counter::before {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    bottom: 44px;
    left: 282px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.light-content .showcase-counter::before {
    background-color: rgb(255, 255, 255);
}

.scale-up .counter-wrap, .scale-up .showcase-counter::after, .scale-up .showcase-counter::before {
    opacity: 0 !important;
}

.swiper-pagination-bullet:first-child .counter {
    opacity: 0;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
}

.caption-border {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    position: absolute;
    margin: 0 auto;
    bottom: 50px;
    transition: width 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.2s;
    -webkit-transition: width 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.2s;
}

.light-content .caption-border {
    background-color: rgba(255, 255, 255, 0.15);
}

.caption-border.left {
    left: 400px;
}

.caption-border.right {
    right: 400px;
}

.caption-border.left::before {
    content: '';
    width: 90px;
    height: 1px;
    position: fixed;
    left: 80px;
    bottom: 50px;
    background-color: rgba(255, 255, 255, 0.4);
}

.caption-border.right::after {
    content: '';
    width: 90px;
    height: 1px;
    position: fixed;
    right: 80px;
    bottom: 50px;
    background-color: rgba(255, 255, 255, 0.5);
}

.caption-border.left .btn-hold-progress-bar {
    right: 0;
}

.caption-border.right .btn-hold-progress-bar {
    left: 0;
}

.arrows-wrap {
    width: 160px;
    height: 80px;
    position: absolute;
    right: 200px;
    pointer-events: initial;
    bottom: 10px;
    opacity: 0;
}

.prev-wrap, .next-wrap {
    width: 80px;
    height: 80px;
    float: left;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.arrows-wrap .swiper-button-next, .arrows-wrap .swiper-button-prev {
    position: relative;
    top: auto;
    width: 40px;
    height: 40px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    background-size: 11px 20px;
    background-position: center;
    background-repeat: no-repeat;
    left: auto;
    right: auto;
    background-image: none !important;
}

.arrows-wrap .swiper-button-prev::before {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-family:LineIcons;
    content: "\EA44";

    color: #fff;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

.arrows-wrap .swiper-button-next::before {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-family:LineIcons;
    content: "\EA46";
    color: #fff;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

.swiper-thumbnails {
    position: absolute;
    left: 40%;
    bottom: 10%;
    transform: translateX(50%);
}

.bullet {
    height: 50px;
    width: 50px;
    cursor: pointer;
    border-radius: 50%;
    padding: 0px;
    border: 2px solid white;
}

.swiper-thumbnails .bullet img {
    width:100%;
    border-radius: 50%;
}

.swiper-thumbnails .bullet {
    background: transparent;
    height: 60px;
    margin: 0;
    position: relative;
    width: 60px;
    outline: none;
    border: 5px solid rgba(255,255,255,.3);
    margin-left: -30px;
    opacity: .65;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}

.swiper-thumbnails .bullet.is-active{
    background: transparent;
    height: 60px;
    margin: 0;
    position: relative;
    width: 60px;
    z-index: 99;
    border: 5px solid rgba(255, 255, 255, 1);
    margin-left: -30px;
    opacity: 1;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}

.swiper-thumbnails .bullet:hover {
    opacity: 0.8;
    border: 5px solid rgba(255, 255, 255, 0.66);
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}

.swiper-thumbnails .bullet.is-active:hover {
    opacity: 1;
    border: 5px solid rgba(255, 255, 255, 1);
}

div[data-title="THE QUEEN"] {
    font-size: 20px;
}

/* ===================================
   Media Queries
====================================== */

@media screen and (max-width:1199px) {

    .swiper-thumbnails { left: 24%;}
    .header-appear .side-nav-btn{left: 15px;}
    .side-logo-nav .social_icons{display: none}
    .top-fixed-nav .collapse .mr-0{margin-right: -30px !important;right: 0 !important;}
    .top-fixed-nav .side-nav-btn{left: 15px;}
    .slide-text{font-size:60px;font-weight: 700;}
    .side-logo-nav .side-nav-btn {
        position: inherit;
        top: 0;
        color: #000000;
        transition: all 0.3s ease;
        width: 28px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        cursor: pointer;
        z-index: 99;
        -webkit-transition: all linear 300ms;
        margin-bottom: 5px;
        margin-left: 10px;
    }
    #pp-nav {
        display: none!important;
    }
    /* .slider-social {
        display: none!important;
    } */
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    section {
        padding: 9rem 0;
    }
    html {
        scroll-behavior: smooth;
    }
    #aimated-cursor {
        display: none;
    }
    .bg-services, .bg-team, .bg-skills, .portfolio-sec, .bg-contact {
        height: auto;
    }
    .portfolio-sec , .slider , .bg-contact {
        padding: 0;
    }
    .arrows-wrap {
        right: 38%;
        top: 100%;
    }
    #content-scroll {
        position: relative;
    }
}

@media screen and (max-width:991px) {

    .swiper-thumbnails { left: 12%;}
    .inner-wrapper .navbar-nav {-ms-flex-direction: column;flex-direction: column;}
    .side-nav .navbar-nav .nav-item{margin: 9px auto;}
    .side-menu.side-btn-style2 .btn-close{left: auto;right: 47px;}
    .top-fixed-nav a.logo{position: relative;top: 0;left: 0;transform: translateX(0);}
    .top-fixed-nav .side-nav-btn{position: relative;top: 0;left: 0;}
    header.header-appear .top-center-logo a.logo{top: 0;position: relative;left: 0;transform: translateX(0);}
    .header-appear .side-nav-btn {position: inherit;top: 45px;left: 0;}
    .header-appear .side-menu .btn-close{right:47px;left: auto;}

}


@media screen and (max-width: 767px) {
    body {overflow: hidden!important;}
    html {scroll-behavior: smooth;}
    .portfolio-sec {height: auto; padding: 8rem 0; text-align: center;}
    .portfolio-sec {padding: 0; text-align: center;}
    .bg-contact {padding: 4rem 0; text-align: center;}
    .swiper-thumbnails {display: none;}
    #services_slider h1{font-size: 1.75rem;}
    .logo-dark {margin-left: 20px;}


    .services-item .testimonial-line{
        width: 5px;
        opacity: 0;
        height: 3px;
        left: auto;
        position: relative;
        text-align: center;
        margin-bottom: 40px;
        background-color: #d00520;
    }
    #services_slider .owl-dots {
        position: relative;
        bottom: 0;
        display: block;
        text-align: center;
        width: 100%;
    }
    .testimonial-quote {
        text-align: center;
    }
    .testimonial-quote h1 {font-size: 1.75rem}
    .team-img {margin: 0 auto;}
    .testimonial-line {margin:  0 auto;}
    #owl-thumbs.owl-dots {
        text-align: center;}
    .caption-border.left::before {
        background-color: rgba(255, 255, 255, 0);
    }
    .caption-border.right::after {
        background-color: rgba(255, 255, 255, 0);
    }
    #content-scroll {
        position: relative;
    }
    .showcase-counter::after {
        display: none;
    }
    .showcase-counter::before {
        display: none;
    }
    .showcase-counter span {
        display: none;
    }
    .counter-wrap {
        display: block;
    }
    .arrows-wrap {
        right: 38%;
        top: 100%;
    }
    .tparrows {top: 95%!important;}

    #page-scroll .section{
        height: 100%;
    }
    #aimated-cursor {display: none;}

    .max-width {
        width:50%;
    }
    .main-title {
        margin-bottom: 2.5rem;}
    .form-control.message {
        height: 90px;
    }
    .side-nav-btn {top: 25px;}
    .navbar-standard {padding: 18px 0;}
    .title {font-size: 2rem;}
}

@media screen and (max-width:479px) {
    .side-nav-btn {
        left: auto;
        right: 0;
        margin-right: 20px;
    }
    .side-menu .btn-close{right:47px;left: auto;}
    .side-logo-nav .logo .logo-dark, .side-logo-nav .logo .logo-light.default{margin-left: 10px}
	 .arrows-wrap { 
        right: 27%;
        top: 100%;
    }
	.news-text-box p{
		height: 175px;
	}
	
}

@media screen and (max-width:359px) {
    .team-progress .progress-item{
        margin-bottom: 1rem;
    }
    .counter,.showcase-counter span{
        pointer-events: initial;
    }
}