@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
	font-size:16px;
	overflow-x: hidden;

    .container-fluid {
        margin: 0;
        padding: 0;
    }
}

img {
    border:none;
    max-width:100%; 
    height:auto;
}

/* ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}

ul li {
	list-style: none;
	
} */

select,input,textarea,button{
    box-shadow:none;outline:0!important;
}

button {
    background: transparent;border: 0;
}

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s 0.3s ease; 
    -moz-transition: opacity 0.3s 0.3s ease; 
    -ms-transition: opacity 0.3s 0.3s ease; 
    -o-transition: opacity 0.3s 0.3s ease; 
    transition: opacity 0.3s 0.3s ease; 
    opacity: 0;
}

/* .fix{
    position: relative;
    clear: both;
} */

.navbar {
    background-color: #fff !important;
    border-bottom: transparent;
    box-shadow: 0 3px 15px rgba(0,0,0,.2);
    padding: 10px 20px;
}

a.navbar-brand, a.navbar-brand:hover {
    text-transform: uppercase;
    color: #d92cf9;
    font-size: 20px;
    font-weight: 600;
}

.navbar-nav {
    .nav-link {
        font-size: 16px;
        font-weight: 400;
        text-transform:uppercase;
        -webkit-transition: 0.3s linear; 
        -moz-transition: 0.3s linear; 
        -ms-transition: 0.3s linear; 
        -o-transition: 0.3s linear; 
        transition: 0.3s linear;

        &:hover {
            color: #d92cf9;
        }

        &:focus {
            color: #d92cf9;
        }
    }
}

.welcome-container {
    position:relative;
    background: url(../img/welcome-img.jpg) no-repeat;
    background-size:cover;
    background-position: center;
    height:690px;
}

.overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    content: "";
    top:0;
    left:0;
    background:rgba(31,44,108,.65);
    width:100%;
    height:100%;
}

.header-text h2 {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
}

.header-text h2 span {
    color: #d92cf9;
}

.header-text p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px 0 60px;
    letter-spacing: 1px;
}

.header-text p span {
    color: #d92cf9;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;

    .color-change {
        color: #fff;
    }
}

.download-btn {
    background: #b636ff !important;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;

    &:hover {
        cursor: pointer;
        box-shadow: 0 5px 20px rgba(0,0,0,.4);
        background-color:#9f00ff;
        border: 1px solid #9f00ff;
    }
}

.section-heading {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5ebf2;
}

.about-container {
    padding: 50px 0 100px;
}

.about-content {
    padding-top: 100px;
}

.single-about-txt {
    h3 {
        font-size:16px;
        color: #3c4258;
        text-transform: initial;
        line-height: 1.8;
    }

    p {
        font-size: 16px;
        color: #999fb3;
        padding: 35px 0 43px;
        border-bottom: 1px solid #999fb3;
    }
}

.single-about-add-info {
    /* margin: 35px 0; */

    h3 {
        color: #636a82;
        font-size: 16px;
        text-transform: capitalize;
    }

    p {
        font-weight:  300;
        border:  0;
        padding: 0;
        margin-top: 3px;
    }
}

.single-about-img {
    position: relative;
    box-shadow: 0 5px 20px rgba(14,25,80,.30);
    width: 450px;
}

.single-about-img img {
    max-width: 450px;
    height: 468px;
}

/* .single-about-img:before {
    position:  absolute;
    content: " ";
    top: 0;
    left:  0;
    width: 111%;
    height:  100%;
    background: rgba(31,44,108,.3);
} */

.about-list-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: #1f2c6c;
}

.about-list-icon ul {
    display: flex;
    list-style: none;
}

.about-list-icon  ul li a {
    padding-right: 22px;
    cursor: pointer;
    color: #fff;

    i {
        font-size: 2rem; 
        color: #fff;
        margin-left: 6px;
    }

    &:hover {
        i {
            color: #b636ff;
        }
    }
    
}

.skill-content{
    padding: 50px 0 80px;
}

.single-skill-content {
    padding-top: 100px;
}

.single-progress-txt {
    display: flex;
}

.single-progress-txt h3 {
    width: 10%;
    color: #a606c3;
    position: relative;
    top: 6px;
    left: 20px;
    font-size: 16px;
}

.barWrapper {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.progress {
    border-radius:3px;
    overflow: visible;
    background: #e6ecf3;
    height:8px;
    margin-top: 15px;
    width: 85%;
    margin-bottom: 37px;
}
.progress-bar {
   background: #b636ff;
    border-radius: 3px;
   -webkit-transition: width 1.5s ease-in-out;
   -ms-transition: width 1.5s ease-in-out;
   -moz-transition: width 1.5s ease-in-out;
   -o-transition: width 1.5s ease-in-out;
   transition: width 1.5s ease-in-out;
}

.services-container {
    padding: 50px 0 100px;
    border-top: 1px solid #e5ebf2;
}

.services-content {
    padding-top: 100px;

    .col-sm-3, .col-sm-4 {
        padding: 0 !important;
        /* border-right: 1px solid #b2c1ce; */
    }
}

.service-txt {
    display: flex;
    align-items: center;
    flex-direction: column;

    i {
        font-size: 2rem;
    }
}

.single-service {
    position: relative;
    height: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #b2c1ce;
    overflow:hidden;
    -webkit-transition:background 0.5s linear; 
    -moz-transition:background 0.5s linear; 
    -ms-transition:background 0.5s linear; 
    -o-transition:background 0.5s linear; 
    transition:background 0.5s linear;
}

.single-service.profile-no-border{
    border-right:transparent;
}

.service-border {
    border-bottom: 1px solid #b2c1ce;
}

.service-description {
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
}

.single-service-overlay{
    display:flex;
    align-items:center;
    text-transform: capitalize;
    justify-content:center;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width:100%;
    height: 100%;
    background: #d92cf9;
    background: -moz-linear-gradient(left, #d92cf9 0%, #b636ff 100%);
    background: -webkit-linear-gradient(left, #d92cf9 0%,#b636ff 100%);
    background: linear-gradient(to right, #d92cf9 0%,#b636ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d92cf9', endColorstr='#b636ff',GradientType=1 );
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single-service:hover .single-service-overlay{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    top:0;
}

.portfolio-container {
    padding:  50px 0 100px;
    border:  1px solid #e5ebf2;
}

.portfolio-content {
    padding-top: 100px;
}

.isotope:after {
    content: '';
    display: block;
    clear: both;
}

.isotope .item {
    position:relative;
    overflow:hidden;
    margin-bottom: 30px;
}

.isotope .item img{
    width:100%;
    height:100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.isotope .item:hover  img{
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -o-transform:scale(1.5);
    transform:scale(1.5);
}

.isotope-overlay{
    position:absolute;
    height:100%;
    width:100%;
    background:rgba(31,44,108,.5);
    display:flex;
    align-items:center;
    text-transform: uppercase;
    justify-content:center;
    flex-direction:row;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.isotope-overlay a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.isotope .item:hover .isotope-overlay{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    top:0;
}

.coming-soon-container {
    height: 300px;
    width: 100%;
    background-color: gray;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-container {
    background: #f9fbfd;
    padding: 50px 0 100px;
}

.single-contact-box {
    padding-top: 100px;
}

.contact-form  .form-group {
    margin-bottom: 20px;
    
}

.contact-form .form-control {
    padding: 25px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 0px;
    box-shadow: none;
    outline: 0!important;
    background: #fff;
    color: #636a82;
    resize: none;
}

.contact-form .single-contact-btn {
    display: flex;
    align-items: center;
    justify-content:center;
    height:50px;
    text-transform: capitalize;
    margin-top: 3px;
    background: #b636ff;
    border: 1px solid #b636ff;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
     -webkit-transition: .5s; 
    -moz-transition: .5s; 
    -ms-transition: .5s; 
    -o-transition: .5s;
    transition: .5s;
}

.contact-form .single-contact-btn .contact-btn ,
.contact-form .single-contact-btn .contact-btn:focus {
    margin-top:0px;
    outline: 0 !important;
    border:0;
    color: #fff;
    border-radius: 0px;
    font-size:14px;
    text-decoration: none;
    -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
    
}

.single-contact-btn:hover{
    background: #9f00ff;
    border: 1px solid #9f00ff;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
}

.contact-add-head h3 {
    font-size:  20px !important;
    color:  #3c4258;
}
.contact-add-head p {
    font-size:  16px;
    text-transform: capitalize;
    color:  #636a82;
    font-weight:  300;
    margin-top:  6px;
}

.contact-add-info { 
    margin: 42px 0 52px;
}

.single-contact-add-info h3 {
    font-size:  20px !important;
    color:  #636a82;
    font-weight:  500;
    text-transform: capitalize;
}

.single-contact-add-info p {
    color:  #999fb3;
    font-size:  16px;
    margin-top:  18px;
}

.single-contact-add-info {
    margin-bottom:  26px;
}

.hm-foot-icon ul {
    list-style: none;

    li {
        float:left;
    }
}

.hm-foot-icon ul li>a {
    color: #636a82;
    margin-right:18px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;

    i {
        font-size: 1.5rem;
    }
}

.hm-foot-icon ul li>a:hover{
    color: #b636ff;
}

.hm-footer-copyright p {
    color: #888ea5;
    text-transform: capitalize;
    padding: 30px 0;
}

.hm-footer-copyright p a {
    color: #888ea5;
}

#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#b636ff;
	border:1px solid #b636ff;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}

#scroll-Top  .return-to-top:hover {
    background:#fff;
    color: #b636ff;
	border:1px solid #b636ff;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i {
    position: relative;
    font-size: 2rem;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}

@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}

