
body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    font-size: 14.5px;
    color: #696666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    font-weight: 500;
}

::selection {
    background: #1f201c;
    color: #ffffff;
}
::-moz-selection {
    background: #1f201c;
    color: #ffffff;
}

a {
    text-decoration: none !important;
}

p {
    letter-spacing: 0.02rem;
    line-height: 1.75;
}


.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    
}

.btn {
    padding: 9px 27px;
    outline: none;
    border-radius: 3px;
    text-decoration: none;
}

.logo{
    margin-left: 48px;
}

.logo a{
    position: absolute;    
    transform: translate(-50%,-50%);
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: sans-serif;
    box-sizing: border-box;
    background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
    background-size: 400%;
    border-radius: 30px;
    z-index: 1;
    animation: animate 8s linear infinite;
}
@keyframes animate
{
    0%{
        background-position: 0%;
    }
    100%{
        background-position: 400%;
    }
}

.logo a:before{
    content: '';
    position:absolute;
    top:-5px;
    left:-5px ;
    right:-5px ;
    bottom:-5px ;
    z-index:-1 ;
    background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
    background-size: 400%;
    border-radius: 30px;
    opacity: 0;
    transition: 0.3s;
    filter: blur(20px);
    opacity:1; 
    animation: animate 8s linear infinite;

}

.rounded-btn {
    border-radius: 30px;
}

.btn-custom {
    color: #fff;
    font-size: 13px;
    background: #152238;
    border: 0px;
    letter-spacing: 0.7px;
    transition: all 0.5s;
    border: 1px solid #152238;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-custom-white {
    border: 1px solid #ffffff !important;
    color: #ffffff;
}

.btn-outline-white {
    border: 1px solid #152238 !important;
    color: #152238;
}

.btn-outline-white, .btn-outline-custom, .btn-custom-white {
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 0.7px;
    transition: all 0.6s;
    text-transform: uppercase;
}

.btn-outline-custom {
    border: 1px solid #152238 !important;
    color: #152238;
    width: 100%;
}

.bg-overlay {
    background-image: url(/images/shape-a3.jpg);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.slick-slider {
    overflow-x: hidden !important;
    cursor: pointer;
}

/*****************
   2. TITLE
******************/
.section-title h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #696666;
    padding-bottom: 15px;
}

.bar {
    height: 1px;
    margin: 15px 0;
    display: block;
    background-color: #e5e5e5;
}

.section-title {
    z-index: 2;
    position: relative;
}

.section-subtitle-top {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #696666;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.1;
}

.section-title h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

.bg-animation-right:after, .bg-animation-left:after {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45%;
    height: 100%;
    content: "";
    background: #243b55 none repeat scroll 0 0;
    /*background: #e2f5be none repeat scroll 0 0;*/
    z-index: 2;
}

.bg-animation-left:after {
    left: 0px;
}

h4 {
    font-size: 17px;
}

.font-40 {
    font-size: 40px !important;
}
.font-36 {
    font-size: 36px !important;
}
.font-30 {
    font-size: 30px !important;
}
.font-26 {
    font-size: 26px !important;
}
.font-22 {
    font-size: 22px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-14 {
    font-size: 14px !important;
}

.pad-bot-0 {
    padding-bottom: 0;
}

.spacer-15 {
    height: 15px !important;
}

.spacer-30 {
    height: 30px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-20 {
    padding: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}


/********************
    5. Home
********************/
.bg-home {
    background-size: cover;
    background-position: center center;
    align-self: center;
    height: 100vh;
    position: relative;
}

.bg-fixed {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.title-heading {
    line-height: 26px;
}

.title-heading h1 {
    color: #fff;
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 700;
}

.title-heading h3 {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 700;
}

.title-heading p {
    margin-bottom: 30px;
}

.landing-3 {
    max-width: 700px;
}

.title-heading h4 {
    display: inline-block;
    background: #0b0f1b52;
    padding: 5px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 4px;
    margin-bottom: 15px;
}

.title-heading h4 span {
    position: relative;
    display: inline-block;
    padding: 5px 8px;
    margin-right: 5px;
    text-transform: uppercase;
}

.title-heading h4 span:last-of-type:after {
    content: "";
}

.bg-home-half {
    background-size: cover;
    background-position: center center;
    align-self: center;
    position: relative;
    padding: 280px 0 180px;
}

.bg-half {
    padding: 300px 0 210px;
    background-size: cover;
    background-position: center center;
    align-self: center;
    position: relative;
}

.title-particle{
    position: relative;
    z-index: 1;
}

/*******BUSINESS-4*******/
.business-home-shape {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -1px;
    left: 0;
}
.business-home-shape1 {
    display: block;
    /*position: absolute;*/
    width: 100%;
    height: auto;
    bottom: -1px;
    left: 0;
}
.business-home-shape img {
    width: 100%;
    height: auto;
}
.business-home-shape1 img {
    width: 100%;
    height: auto;
}

.home-height {
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f2f2f2;
    padding: 300px 0  200px;
}

.about-op-head {
    padding-top: 20px;
}
 


.about-img img {
    max-width: 200px;
    border: 5px solid #fff;
    box-shadow: 1px 9px 31px -15px black;
}

.iconmenu .social-icon{
margin-left: -50px;
 
 }

.footer-menu ul{
list-style: none;
text-align: center;
}
.footer-menu ul li{
display: inline-block;
margin: 8px; 
}
.footer-menu ul li a{
display: inline-block;
width: 40px;
height: 40px;
background: white;
border-radius: 50px;
color: #000;
font-size: 25px;
text-align: center;
}
.footer-menu ul li a:hover{
background: white;
color: rgb(5, 21, 252);
}

/*==============about ===============*/

.about p {
    line-height: 30px;
}

.about-list .title-head {
    max-width: 120px;
    width: 100%;
    display: inline-block;
}

.about-list{
    line-height: 35px
}

.about-list ul li{
    font-size: 16px;
}

.progress-box-two {
    margin-bottom: 20px;
}
.progress-box-two .progresses {
    overflow: visible;
    background: rgba(0,0,0,.1);
    margin: 0;
    padding: 0;
}

.progress-box-two .progresses, .progress-box-two .progresses-bar {
    height: 2px;
    box-shadow: none;
    border-radius: 0;
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.progress-box-two .progresses .progresses-bar {
    position: relative;
    background: rgba(0,0,0,.9);
    width: 30%;
    border: none;
    color: rgba(0,0,0,.9);
}

.progress-box-two .progresses .progresses-bar span {
    position: absolute;
    top: -23px;
    right: 0;
    font-size: 14px;
}
.progresses-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}

.bg-cta-img {
    background-image: url(/images/bg-counter.jpg);
    background-size: cover;
    align-self: center;
    background-position: center center;
    background-attachment: fixed;
}



.call-back-cta, .client-counter {
    z-index: 99;
    position: relative;
}

.call-back-cta .contact-form, .client-counter-border {
    background-color: transparent;
    border: 8px solid #ffffff;
}

.call-back-cta .contact-form h4 {
    font-size: 22px;
}

.container-filter {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    padding: 0;
}

.container-filter li {
    list-style: none;
    display: inline-block;
    margin-bottom: 15px;
}

.container-filter li a {
    display: block;
    font-size: 12px;
    border: 1px solid #e4e4e4;
    padding: 0px 12px;
    margin: 0px 4px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 30px;
    border-radius: 3px;
}

.container-filter li a:hover, .container-filter li a.active {
    color: #fff !important;
    background-color: #152238;
    border: 1px solid #152238;
}

.portfolio-box {
    overflow: hidden;
    position: relative;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.portfolio-overlay {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    top: 12px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #696666;
    transform: translateX(100px);
}

.portfolio-box:hover .portfolio-overlay {
    opacity: 0.6;
    transform: translate(0px);
}

.portfolio-box .portfolio-box-img {
    position: relative;
    overflow: hidden;
}

.portfolio-box:hover img {
    opacity: 0.85;
}

.portfolio-box .portfolio-box-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.portfolio-box .portfolio-box-img > img {
    transition: all 0.7s cubic-bezier(0.5, 0.5, 0.5, 0.5);
    border-radius: 0;
}

.portfolio-box .portfolio-box-detail {
    opacity: 0;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.portfolio-box .portfolio-box-detail h4 {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 16px;
}

.portfolio-box .portfolio-box-detail p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-weight: 500;
}

.portfolio-box:hover .portfolio-box-detail {
    z-index: 3;
    opacity: 1;
}

.portfolio-box:hover .portfolio-box-img:after {
    background: rgba(40, 40, 46, 0.55);
}

.portfolio-box:hover .portfolio-box-img > img {
    transform: scale(1.1);
}

.gallary-title {
    padding: 25px 0;
    background: #f5f5f5;
    box-shadow: 0 0 0 4px rgb(163, 200, 94, 0.5);
}

.gallary-title h3 {
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
}

.gallary-title span {
    font-size: 14px;
    text-transform: capitalize;
}

.gallary-title a {
    color: #696666;
}

.portfolio-box .gallary-title h6:hover a {
    color: #152238;
    transition: all 0.5s;
}



/****CHART*****/
.progress {
    height: 7px;
    background: rgb(163, 200, 94, 0.2);
    overflow: visible;
    border-radius: 0;
}

.progress .progress-bar {
    position: relative;
    background-color: #152238;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}

.progress .progress-bar:before, .timeline-two-content .timeline-two-box .timeline-two-date:before {
    content: "";
    position: absolute;
    height: 26px;
    width: 26px;
    background-color: rgb(163, 200, 94, 0.1);
    right: -8px;
}

.progress .progress-bar:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #152238;
    right: 0;
    box-shadow: 0 0 0 4px rgb(163, 200, 94, 0.5);
}

.progress .progress-value {
    display: block;
    position: absolute;
    top: -30px;
    right: -25px;
}

.fade:not(.show) {
    opacity: 1;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.processbar-two {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.skillbar-title, .skill-bar-percent {
    text-transform: uppercase;
}

.skillbar-title {
    display: inline-block;
    text-align: left;
    margin-bottom: 7px;
}

.skill-bar-percent {
    /* float: right; */
    display: inline-block;
    font-weight: 400;
    margin-top: 3px;
}

.skillbar-bar {
    background: #fff;
    border: 1px solid #e5e5e5;
    width: 100%;
    padding: 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.skillbar-bar-child {
    height: 8px;
    width: 0px;
    background: #152238;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}



.bg-counter {
    background-image: url('../images/1.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    align-self: center;
    padding: 100px 0;
}

.counter-icon {
    font-size: 64px;
    margin-bottom: 20px;
}

.left-border {
    border-left: 1px dotted rgba(255, 255, 255, 0.50);
}

.counter-funfact .counter-name {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
}




.form-control {
    transition: all 0.3s ease-out;
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    font-size: 14px;
}

.form-control:focus {
    border-color: #ffffff;
    border: 1px solid #152238;
    box-shadow: none;
    transition: all 0.3s ease-out;
}

.post .post-content blockquote {
    color: #525252;
    background-color: #f4f4f4;
    border-left: 5px solid #152238;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 30px 20px;
    margin: 15px 20px;
    border-radius: 5px;
}



.history {
    padding-left: 55px;
    position: relative;
}

.history-box {
    padding: 7px 30px 30px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.08);
    position: relative;
    margin: 0 0 5px;
    border: 1px solid #e4e4e4;
    z-index: 1;
    transition: all 0.3s ease;
    border-radius: 3px;
}

.history-box:hover {
    border-color: #152238;
}

.history-box:hover h5 {
    color: #152238;
}

.history-box .icon {
    font-size: 26px;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background-color: #152238;
    border-radius: 0;
    position: absolute;
    left: -56px;
    top: 0px;
    border: 7px solid #fff;
    box-shadow: -7px 0px 15px rgba(51, 51, 51, 0.08);
}

.history-box label {
    position: relative;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0px 0 10px -33px;
    padding: 0 14px 0 8px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    background-color: #152238;   
}

.history-box span {
    font-size: 14px;
    color: #888;
    letter-spacing: 1px;
    margin-left: 12px;
    padding-top: 15px;
    display: inline-block;
    vertical-align: top;
}

.history-box h5{
    margin: 0;
    padding: 8px 0 12px;
    font-size: 16px;
    color: #696666;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.history-box p {
    margin: 0;
    left: 1px;
}

.history-box .history-box-icon i {
    position: absolute;
    font-size: 150px;
    top: 30px;
    right: 30px;
    z-index: -1;
    opacity: 0;
    display: inline-block;
    overflow: hidden;
    transition: all 0.3s ease;
}

.history-box:hover .history-box-icon i {
    opacity: 0.05;
}

.history-box:after {
    content: "";
    left: -30px;
    width: 3px;
    background: #020300;
    position: absolute;
    top: 20px;
    bottom: -30px;
    z-index: -1;
    box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.08);
}

.history-box:last-child:after {
    display: none;
    margin-bottom: 0px;
}

.history-box:last-child {
    margin-bottom: 0px;
}


.main-icon i {
    border: 2px solid #eee;
    color: #152238;
    font-size: 25px;
}

.timeline-page {
    padding: 10px 0;
    position: relative;
}

.bg-grey { background: #f5f5f5!important }
.bg-grey-lighter { background: #f7f7f7 ; }
.bg-grey-lightest { background: #f9f9f9; }
.bg-dark-lighter { background: #1e1e1e; }
.bg-dark-lightest { background: #282828; }
.bg-black { background: #696666; }
.bg-black-9 { background: #191919 ; }
.bg-black-8 { background: #333333 ; }
.bg-black-7 { background: #4c4c4c ; }
.bg-black-6 { background: #666666 ; }
.bg-black-5 { background: #7f7f7f ; }
.bg-black-4 { background: #999999 ; }
.bg-black-3 { background: #b2b2b2 ; }
.bg-black-2 { background: #cccccc ; }
.bg-black-1 { background: #e5e5e5 ; }
.bg-white-9 { background: #e9e9e9 ; }
.bg-white-8 { background: #d2d2d2 ; }
.bg-white-7 { background: #bcbcbc ; }
.bg-white-6 { background: #a5a5a5 ; }
.bg-white-5 { background: #8f8f8f ; }
.bg-white-4 { background: #787878 ; }
.bg-white-3 { background: #626262 ; }
.bg-white-2 { background: #4b4b4b ; }
.bg-white-1 { background: #353535 ; }



.video-app-box {
  margin-bottom: 1rem;
  border-radius: 3px;
}

.video-app-box iframe {
    width: 100%;
    position: relative;
    padding: 0;
    height: 300px;
    border: none;
}

.audio-video iframe {
    width: 100%;
    height: 420px;
    border: none;
}

.bg-video {
    height: 70vh;
    background-color: #696666;
    align-self: center;
}



.icon-list-demo div {
    cursor: pointer;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    font-size: 14px;
    overflow: hidden;
}

.icon-list-demo i {
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 12px;
    color: rgba(49, 58, 70, 0.7);
    border-radius: 3px;
    display: inline-block;
    transition: all 0.2s;
    font-weight: 600;
}

.icon-list-demo div:hover i {
    font-size: 30px;
    text-shadow: 0px 10px 15px rgba(39, 38, 38, 0.3);
}

.icon-list-demo div:hover {
    color: #152238;
}


.btn-custom:not(:disabled):not(.disabled).active, .btn-custom:not(:disabled):not(.disabled):active, .show>.btn-custom.dropdown-toggle {
    color: #fff;
    background-color: #333332;
}


.nav-tabs .nav-link, .nav-pills .nav-link {
    color: #696666;
}
.nav-tabs .nav-link.active {
    color: #152238;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #152238;
}


.contact-form {
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}

.contact-form h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-form .send {
    display: inline-block;
}

.form-group {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.form-group .form-control {
    outline: none;
    box-shadow: none;
    border: 1px solid #efeeee;
    width: 100%;
    font-size: 14px;
    color: #696666;
    background: #fff;
    border-radius: 3px;
}

.form-group .form-control.form-xl {
    height: 55px;
    border: 1px solid #ddd;
    font-size: 16px;
    border-bottom: 2px solid #ddd;
}

.form-group textarea.form-control {
    height: 100px;
}

.form-group textarea.form-control.form-xl {
    height: 170px; 
}

.form-group .input-focus-effect {
    width: 0 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
    height: 2px;
}

.form-group textarea:focus:not([readonly]) + span.input-focus-effect,
.form-group input:focus:not([readonly]) + span.input-focus-effect,
.form-group select:focus:not([readonly]) + span.input-focus-effect {
    width: 100% !important;
}

.contact-details {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.contact-icon i {
    font-size: 35px;
    color: #152238;
    background-color: #ffffff;
    height: 80px;
    width: 80px;
    border: 1px solid #e5e5e5;
    line-height: 80px;
    border-radius: 50px;
}

.contact-icon {
    position: absolute;
    right: 0;
    left: 0;
    top: -50px;
    z-index: 2;
}

.contact-head {
    margin-top: 15px;
}

.contact-details:hover .info-title {
    color: #152238;
}

.info-title {
    font-size: 16px;
    transition: all 0.5s ease;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #f24734;
}

#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 #f24734;
  color: #f24734;
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #28d628;
  font-size: 22px;
}


.footer {
    background-color: #343a40;
}

.footer hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #40464c;
}

.footer-item li, .footer-contact li {
    margin-top: 10px;
}

.footer-item li a {
   
    color: #77828c;
    transition: all 0.3s ease;
}

.footer-item li i {
    font-size: 11px;
}

.footer-item li a:hover {
    margin-left: 2px;
    color: #152238;
}

.footer-head h5 {
    font-size: 14px;
    letter-spacing: 0.7px;
    font-weight: 400;
}

.section-30 {
    padding: 30px 0 !important;
    position: relative;
}

.section-two {
    padding: 60px 0 !important;
    position: relative;
}

.footer-alt {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.text-footer-clr {
    color: #77828c !important;
}

.copy-rights{
  margin: 2px 0px 30px 0px;
}
.copy-rights a{
font-size: 25px;
font-family: 'Bahianita', cursive;
color: #ffffff;
text-decoration: none;
}
.copy-rights .reserved a{
font-size: 14px;
font-family: 'Bahianita', cursive;
color: #a19f9f;
text-decoration: none;

}

.footer-three {
    padding: 36px ;
    position: relative;
}


/**BACK TO TOP**/

.back-to-top {
    width: 20px;
    height: 20px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: all 0.8s ease;   
     -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




.back-to-top i{
    position: absolute;    
    transform: translate(-50%,-50%);
    width: 25px;
    height: 25px;
    background: linear-gradient(-90deg, black, white, black, white, black);
    background-size: 400%;
    border-radius: 3px;
    z-index: 1;
    animation: animate 8s linear infinite;
}
@keyframes animate
{
    0%{
        background-position: 0%;
    }
    100%{
        background-position: 400%;
    }
}

.back-to-top i:before{
    content: '';
    position:absolute;
    top:-5px;
    left:-5px ;
    right:-5px ;
    bottom:-5px ;
    z-index:-1 ;
    background: linear-gradient(90deg, #03a4f4, #f491a5, #ffeb3b, #03a9f4);
    background-size: 400%;
    border-radius: 30px;
    opacity: 0;
    transition: 0.3s;
    filter: blur(20px);
    opacity:1; 
    animation: animate 8s linear infinite;

}






/*********************
    RESPONSIVENESS
**********************/
@media (min-width: 200px) and (max-width: 767px) {
    .home-title {
        font-size: 26px;
        line-height: 40px
    }
    .home-sub-title {
        font-size: 16px;
        line-height: 26px;
    }
    .pull-none {
        text-align: center !important;
        float: none !important;
    }
    .left-border {
        border-left: none;
    }
    .mt-sm-30, .feature-two, .member-head {
        margin-top: 30px !important;
    }
    .ab-sm-15 {
        margin-top: 15px !important;
    }
    .timeline-page::after {
        margin: 0;
    }
    .timeline-item .duration {
        float: left !important;
        margin: 0 0 30px 15px !important;
        text-align: left !important;
        position: relative;
    }
    .timeline-item .duration::after {
        left: -24px !important;
    }
    .timeline-item .event {
        text-align: left !important;
        margin-left: 15px;
    }
    .title-heading h4 span {
        display: block;
    }
    .contact-icon i {
        font-size: 20px;
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
    .contact-icon {
        top: 5px;
    }
}

@media (min-width: 200px) and (max-width: 768px) {
    .section, .feature-three, .section-two {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (max-width: 768px) {
    
    .section-subtitle-top {
        font-size: 44px;
    } 
    .about-video {
        top: 20%;
    }
    .bg-animation-right:after, .bg-animation-left:after {
        width: 50%;
    }
    .title-heading h1 {
        font-size: 45px;
    }
    .team-box:hover .team-members-overlay {
        transform: translateY(360px);
    }
    .team-members-overlay {
        transform: translateY(415px);
    }
    .footer-three {
        text-align: center;
        font-size: 10px;
    }
    .contact-icon i {
        font-size: 20px;
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
    .contact-icon {
        top: 5px;
    }
    .contact-head {
        margin-top: 0px;
    }
}

@media screen and (max-width: 425px) {
    .tagline {
        display: none;
    }
}

@media (min-width: 768px) {
    .title-heading h4 span:after {
        content: "|";
        position: absolute;
        top: 5px;
        left: 54%;
        width: 100%;
        height: 100%;
    }
}