/* ----------------------------------

Name: main.css
Version: 1.0

-------------------------------------

Table of contents
        
    01. Navbar
    02. Slider
    03. Features
    04. Some Facts
    05. Project
    06. Video
    07. Portfolio
    08. Benifits
    09. Team
    10. Get Started
    11. Testimonials
    12. Project-2
    13. Our Price
    14. Clients
    15. Contact Us
    16. Footer
    17. Page Loading
    18. Media Query
*/

body {
    font-family: source sans pro,sans-serif;
    font-weight: 400;
    line-height: 1.64em;
    font-size: 17px;
    color: #5f6973;
}

.btn {
    font-family: montserrat,sans-serif;
    font-weight: 700;
    line-height: 16px;
    font-size: 16px;
    color: #184341;
}

li,ul{
    list-style: none;
}
/*
.lqd-post-content,.lqd-post-header .entry-excerpt {
font-family:inherit;
font-weight:400;
line-height:2;
font-size:18px;
color:#737373
}*/

.h1,h1 {
    font-family: montserrat,sans-serif;
    font-weight: 700;
    line-height: 1.25em;
    font-size: 42px;
    color: #484848;
}

.h2,h2 {
    font-family: montserrat,sans-serif;
    font-weight: 700;
    line-height: 1.25em;
    font-size: 40px;
    color: #484848;
}

.h3,h3 {
    font-family: montserrat,sans-serif;
    font-weight: 700;
    line-height: 1.25em;
    font-size: 35px;
    color: #484848;
}

.h4,h4 {
    font-family: montserrat,sans-serif;
    font-weight: 400;
    line-height: 1.25em;
    font-size: 28px;
    color: #484848;
}

.h5,h5 {
    font-family: montserrat,Arial,Helvetica,sans-serif;
    font-weight: 700;
    line-height: 1.25em;
    font-size: 20px;
    color: #484848;
}

.h6,h6 {
    font-family: montserrat,Arial,Helvetica,sans-serif;
    font-weight: 700;
    line-height: 1.5em;
    font-size: 16px;
    color: #484848;
}



.heading h1
{
	font-weight:bold;
}







.navbar.scrolled .nav-link {
  color:#555;
}

.foot_logo
{
	width:200px;
}

.foot_logo img
{
	width:100%;
}

.box img
{
	
	height:50px;
}


/*--------------------------------------------------
[1. Start Navbar]
--------------------------------------------------*/
.navbar {
        padding: 0px 0 0px;
 
   transition: background-image 1s ease-in-out !important;
  background-color: rgb(0 0 0 / 40%);
   flex-direction: column; 
    z-index: 9;
    width: 100%;

        position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* background-color: rgb(0 0 0 / 50%); */
    transition: all .5s !important;
}

@keyframes stickySlideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.navbar.scrolled {
 background-color: #000;
 

}


.navbar.scrolled {
    animation: stickySlideDown .65s cubic-bezier(0.23,1,0.32,1) both;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: -2px 3px 90px -20px rgb(0 0 0 / 25%);
    background-color: #000;
}

.navbar.scrolled .top-header {
    display: none;
}



.navbar .nav-item {
    padding: 0;
    margin: 0;
}
.navbar .nav-item .nav-link {
    padding: 0;
    margin: 0 0 0 45px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}
.navbar .nav-item .nav-link:hover {
    color: rgb(207, 205, 206);
}
.navbar .btn-1 {
    background: #ffffff;
    box-shadow: 1px 1px 30px 0 rgba(231,61,89,0.2);
    border: 1px solid rgba(0,0,0,0);
    text-decoration: none;
    color: #604AE6;
    border-radius: 65px;
    padding: 10px 45px;
    font-size: 15px;
    font-weight: 600;
    margin-left: 45px;
    transition: all 0.2s ease-in;
    display: inline-block;
}
.navbar .btn-1:hover {
    background: transparent;
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 30px 0 rgba(0,0,0,0);
    color: #ffffff;

}


.overlay
{
	position:absolute;
	background:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
}


/*--------------------------------------------------
[2. Start Slider]
--------------------------------------------------*/
.slider {
    background: url('../img/bg1.jpg') center center no-repeat;
    background-size: cover;
    height: 100vh;
	background-attachment:fixed;
}
.slider .content {
    margin-top: 50px;
}
.slider .content .left h1 {
    font-size: 66px;
    line-height: 73px;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: -1px;
}
.slider .content .left p {
    font-size: 23px;
    color: rgba(255,255,255,0.7);
    margin-bottom: .5em;
    font-weight: 400;
    margin-bottom: 10px;
}
.slider .content .left .btn-1 {
    background: linear-gradient(to right, #5b6be8 0%,#4e77ec 100%);
    box-shadow: 1px 1px 30px 0 rgba(0,0,0,0.9);
    text-decoration: none;
    color: #fff;
    border-radius: 65px;
    padding: 10px 45px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}
.slider .content .left .btn-2 {
    background: transparent;
    border: 1px solid #ffffff;
    text-decoration: none;
    color: #ffffff;
    border-radius: 65px;
    padding: 10px 45px;
    margin-left: 15px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}


.logo
{
	width:146px;
}

.logo img
{
	max-width:100%;
}

/*--------------------------------------------------
[3. Start Features]
--------------------------------------------------*/
.features {
    /*background: url("../img/feature-bg.png") top center no-repeat;*/
    background-size: cover;
    padding: 70px 0;
}
.features .heading {
    font-size: 30px;
    color: #3b566e;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0;
}
.features .line {
    background-image: linear-gradient(135deg, #E73D59 0%, #604AE6 100%);
    height: 2px;
    width: 50px;
    margin-bottom: 50px;
    display: inline-block;
}
.features .box {
    background: #ffffff;
    box-shadow: 1px 1px 25px 0 rgb(0 0 0 / 5%);
    border-radius: 15px;
    padding: 47px 30px;
    transition: all .4s ease-in-out;
    margin-bottom: 0;
    height: 100%;
}

.line {
    background-image: linear-gradient(135deg, #E73D59 0%, #604AE6 100%);
    height: 2px;
    width: 50px;
    margin-bottom: 50px;
    display: inline-block;
    display: none;
}

.white-color{
    color: #fff;
}

.nopad
{
	padding:0 !important;
}


.features .box:hover {
    transform: translateY(-15px);
    box-shadow: 1px 1px 25px 0 rgba(0,0,0,0.09);
}
.features .box h3 {
    font-size: 22px; 
    font-weight: 600;
    margin: 25px 0 15px;
  
}
.features .box p {
    font-size: 16px;
    font-weight: 400;
    color: #919aaf;
    line-height: 26px;
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------
[4. Start Some Facts]
--------------------------------------------------*/
.some-facts {
    background: url("../img/some-facts.html") center center no-repeat;
    background-size: cover;
    padding: 120px 0;
}
.some-facts .items h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    padding: 0;
    margin: 20px 0 2px;
}
.some-facts .items h4 {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

/*--------------------------------------------------
[5. Start Project]
--------------------------------------------------*/
.project {
    padding: 120px 0;
}
.project .right span {
    font-size: 16px;
    color: #E73D59;
    font-weight: 600;
}
.project .right h2 {
    font-size: 25px;
    color: #3b566e;
    font-weight: 600;
    line-height: 32px;
}
.project .right p {
    font-size: 16px;
    font-weight: 400;
    color: #919aaf;
    line-height: 26px;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 40px;
}
.project .right .btn-1 {
    background-image: linear-gradient(135deg, #E73D59 0%, #604AE6 100%);
    text-decoration: none;
    color: #ffffff;
    border-radius: 65px;
    padding: 10px 45px;
    font-size: 15px;
    font-weight: 600;
}

/*--------------------------------------------------
[6. Start Video]
--------------------------------------------------*/
.video {
    background: url("../img/video-bg.html") center center no-repeat;
    background-size: cover;
    padding: 120px 0;
}
.video-icon .icon {
    background: #ffffff;
    color: #E73D59;
    display: inline;
    font-size: 20px;
    padding: 22px 28px;
    border-radius: 200px;
    position: relative;
}

/* Pulse Animation */
.pulse {
    animation: pulse 1s infinite;
    animation-duration: 2s;
}

/* Keyframes */
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
    70% {
        -moz-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/*--------------------------------------------------
[7. Start Portfolio]
--------------------------------------------------*/
.portfolio .single-portfolio-item {
    position: relative;
    padding: 0;
}

.portfolio .single-portfolio-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    color: #333333;
    opacity: 0;
    transition: all 0.7s ease-in-out;
}

.portfolio .single-portfolio-item .overlay .content {
    font-size: 20px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    transition: all 0.2s ease-in;

}

.portfolio .single-portfolio-item .overlay .content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #444444;
    padding: 0;
    margin: 0;
}

.portfolio .single-portfolio-item .overlay .content p {
    font-size: 14px;
    font-weight: 400;
    color: #E73D59;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

.portfolio .single-portfolio-item .overlay .content a {
    color: #555555;
    text-decoration: none;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.portfolio .single-portfolio-item:hover .overlay {
    opacity: 0.95;
}

/*--------------------------------------------------
[8. Start Benefits]
--------------------------------------------------*/
.benefits {
    padding: 120px 0;
    background: #f1f7ff;
}
.benefits .heading {
    font-size: 30px;
    color: #3b566e;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0;
}
.benefits .line {
    background-image: linear-gradient(135deg, #E73D59 0%, #604AE6 100%);
    height: 2px;
    width: 50px;
    margin-bottom: 50px;
    display: inline-block;
}
.benefits .box {
    padding: 0 30px;
}
.benefits .box h3 {
    font-size: 20px;
    color: #3b566e;
    font-weight: 600;
    margin: 20px 0 10px;
    padding: 0;
}
.benefits .box p {
    font-size: 15px;
    font-weight: 400;
    color: #919aaf;
    line-height: 26px;
    margin: 0;
    padding: 0;
}
.benefits .mb-30 {
    margin-bottom: 40px;
}

/*--------------------------------------------------
[9. Start Team]
--------------------------------------------------*/
.our-team {
    padding: 120px 0;
}
.our-team .heading {
    font-size: 30px;
    color: #3b566e;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0;
}
.our-team .line {
    background-image: linear-gradient(135deg, #E73D59 0%, #604AE6 100%);
    height: 2px;
    width: 50px;
    margin-bottom: 50px;
    display: inline-block;
}
.our-team .box {
    box-shadow: 1px 1px 25px 0 rgba(0,0,0,0.05);
    background: #ffffff;
    border-radius: 5px;
}
.our-team .box .image {
    position: relative;
}
.our-team .box .image img {
    width: 100%;
}
.our-team .box .image .social-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: linear-gradient(135deg, #E73D59 0%, #604AE6 100%);
    box-shadow: 1px 1px 30px 0 rgba(0,0,0,0.2);
    padding: 13px 20px 10px;
    border-radius: 35px;
    margin-top: 100px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.our-team .box .image .social-icon i {
    font-size: 20px;
    text-transform: none;
    color: #ffffff;
    padding: 0 10px;
}
.our-team .box:hover .social-icon {
    opacity: 1;
    margin-top: 0;
}
.our-team .info {
    padding: 30px 0;
}
.our-team .info h3 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #3b566e;
}
.our-team .info span {
    font-size: 14px;
    font-weight: 400;
    color: #8c9399;
}

/*--------------------------------------------------
[10. Start Get Started]
--------------------------------------------------*/
.get-started {
    background: url("../img/get-started.png") center center no-repeat;
    background-size: cover;
    padding: 70px 0;
    color: #ffffff;
        background-attachment: fixed;
}
.get-started span {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.get-started h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 10px 0 13px;
    color: #fff;
}
.get-started .btn-1 {
    background: #ffffff;
    box-shadow: 1px 1px 30px 0 rgba(0,0,0,0.1);
    text-decoration: none;
    color: #1e3056;
    border-radius: 65px;
    padding: 10px 45px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 25px;
    display: inline-block;
}

/*--------------------------------------------------
[11. Start Testimonials]
--------------------------------------------------*/
.testimonials {
    padding: 120px 0;
}
.testimonials .heading {
    font-size: 30px;
    color: #3b566e;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0;
}
.testimonials .line {
    background-image: linear-gradient(135deg, rgb(231, 61, 89) 0%, rgb(96, 74, 230) 100%);
    height: 2px;
    width: 50px;
    margin-bottom: 50px;
    display: inline-block;
}
.testimonials .box {
    background: #ffffff;
    border-radius: 8px;
    background: linear-gradient(to left, rgba(96, 74, 230) 0%, rgba(96, 74, 230) 12%, rgba(96, 74, 230,1) 47%, rgb(231, 61, 89) 100%) left bottom #fff no-repeat;
    background-size: 100% 5px;
    box-shadow: 1px 1px 25px 0 rgba(0,0,0,0.05);
    position: relative;
    margin: 48px 15px 0;
    padding: 90px 30px 50px;
}
.testimonials .box img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -47px;
}
.testimonials .box h3 {
    font-size: 20px;
    color: #3b566e;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.testimonials .box span {
    font-size: 14px;
    color: #8c9399;
    font-weight: 400;
}
.testimonials .box p {
    font-size: 15px;
    font-weight: 400;
    color: #919aaf;
    line-height: 26px;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.slick-list {
    outline: none !important;
}
.slick-slide:focus {
    outline: none;
}
.slick-dots li button:before {
    font-family: 'slick';
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-image: linear-gradient(135deg, #E73D59 0%, #604AE6 100%);
    text-indent: -9999px;
    margin-top: 40px;
}

/*--------------------------------------------------
[12. Start Project-2]
--------------------------------------------------*/
.project-2 {
    padding: 80px 0 120;
}
.project-2 .left span {
    font-size: 16px;
    color: #E73D59;
    font-weight: 600;
}
.project-2 .left h2 {
    font-size: 25px;
    color: #3b566e;
    font-weight: 600;
    line-height: 32px;
}
.project-2 .left p {
    font-size: 16px;
    font-weight: 400;
    color: #919aaf;
    line-height: 26px;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 40px;
}
.project-2 .left .btn-1 {
    background: linear-gradient(to right, #6f5be8 0%,#4e77ec 100%);
    box-shadow: 1px 1px 30px 0 rgba(0,0,0,0.2);
    text-decoration: none;
    color: #ffffff;
    border-radius: 65px;
    padding: 10px 45px;
    font-size: 15px;
    font-weight: 600;
}

/*--------------------------------------------------
[13. Start Our Price]
--------------------------------------------------*/
.our-price {
    padding: 120px 0;
}
.our-price .heading {
    font-size: 30px;
    color: #3b566e;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0;
}
.our-price .line {
    background-image: linear-gradient(135deg, #E73D59 0%, #604AE6 100%);
    height: 2px;
    width: 50px;
    margin-bottom: 50px;
    display: inline-block;
}
.our-price .box {
    background: #ffffff;
    border-radius: 7px;
    box-shadow: 1px 1px 25px 0 rgba(0,0,0,0.05);
    padding: 50px 0;
    position: relative;
    transition: all .5s ease-in-out;
}
.our-price .box:hover {
    transform: translateY(-15px);
    box-shadow: 1px 1px 25px 0 rgba(0,0,0,0.09);
}
.our-price .box-center {
    box-shadow: 2px 2px 35px 0 rgba(0,0,0,0.1);
}
.our-price .box h3 {
    font-size: 18px;
    font-weight: 700;
    color: #604AE6;
    text-transform: uppercase;
}
.our-price .box h4 {
    font-size: 16px;
    font-weight: 500;
    color: #a8acaf;
    margin-bottom: 20px;
    margin-top: 20px;
}
.our-price .box h4 span {
    font-size: 50px;
    font-weight: 700;
    color: #3b566e;
}
.our-price .box span.blue {
    color: #604AE6;
}
.our-price .box ul {
    margin: 0;
    padding: 0;
}
.our-price .box ul li {
    list-style: none;
    font-size: 15px;
    font-weight: 600;
    color: #5b7388;
    border-bottom: 1px solid #f6f6f7;
    padding: 20px 0;
}
.our-price .box .btn-2 {
    background: transparent;
    border: 1px solid #1e3056;
    text-decoration: none;
    color: #1e3056;
    border-radius: 65px;
    padding: 10px 45px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 40px;
    display: inline-block;
}

.our-price .box .top-btn {
    background-image: linear-gradient(135deg, #E73D59 0%, #604AE6 100%);
    box-shadow: 1px 1px 30px 0 rgba(0,0,0,0.2);
    text-decoration: none;
    color: #ffffff;
    border-radius: 65px;
    padding: 10px 0;
    width: 60%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -17px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
}
.our-price .box .btn-1 {
    background-image: linear-gradient(135deg, #E73D59 0%, #604AE6 100%);
    box-shadow: 1px 1px 30px 0 rgba(0,0,0,0.2);
    text-decoration: none;
    color: #ffffff;
    border-radius: 65px;
    padding: 10px 45px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-top: 42px;
}

/*--------------------------------------------------
[14. Start Clients]
--------------------------------------------------*/
.clients {
    padding: 120px 0;
    background: url("../img/clients.png") center center no-repeat;
    background-size: cover;
}

.clients .item {
    margin: 0 20px;
}

/***************************************Gyan***************************************/
input.error,textarea.error,select.error{
    border:1px solid #ff4444 !important;
}

/***************************************Gyan***************************************/

/*--------------------------------------------------
[15. Start Contact Us]
--------------------------------------------------*/
.contact {
    padding: 120px 0;
}

.contact .heading h2 {
    font-size: 30px;
    color: #3b566e;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0;
}
.contact .line {
    background-image: linear-gradient(135deg, #E73D59 0%, #604AE6 100%);
    height: 2px;
    width: 50px;
    margin-bottom: 50px;
    display: inline-block;
}

.contact .form-control {
    padding: 25px;
    font-size: 16px;
    margin-bottom: 10px;
    background: #fff;
    border: 0;
    border-radius: 10px;
}

.contact button.btn {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    background: #0c006c;
    color: #fff;
    border-color: #0c006c;
    border: none;
    padding: 17px 19px;
    border-radius: 5px;
    font-family: montserrat,sans-serif;
    transition: all .3s;
}

.contact .title h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.contact .title p {
    font-size: 15px;
    font-weight: 400;
    color: #999;
    line-height: 1.6;
    margin: 0 0 40px;
    color: #fff;
}

.contact .content .info {
    margin-top: 30px;
}

.contact .content .info i {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #fff;
    margin-right: 20px;

}

.contact .content .info h4 {
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
        font-weight: 600;
}

.contact .content .info h4 span {
     font-size: 14px;
    font-weight: 400;
    color: #fff;
}

/*--------------------------------------------------
[16. Start Footer]
--------------------------------------------------*/
.footer {
    padding: 60px 0;
    background: #000;
}
.footer p {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    margin: 20px 0 0;
}

/*--------------------------------------------------
[17. Start Page Loading]
--------------------------------------------------*/
.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../img/Preloader_2.gif") center no-repeat #fff;
}
 
    .banner-section {
    background-attachment: fixed;
    padding-top: 135px;
    padding-bottom: 35px;
    background-size: cover;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}


.slick-slider-home {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
}
  

.home-banner-item {
    background-image: url(img/home-banner-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
}

.slider{
    background: none;
}

.liquid-row-overlay {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    transition: background 0.3s,opacity .3s;
    background: rgb(0 0 0 / 46%);
}

.slider .content{
    margin-top: 0;
}

 

.our-team-section {
    padding: 14vh 0;
}

.team-wr figure {
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
        max-height: 200px;
}

.team-wr h3 {
       font-size: 17px;
    margin-bottom: 10px;
    font-weight: 700;
}

.team-wr .designation {
    display: inline-block;
    color: rgb(144, 145, 151);
    background: rgb(241, 244, 245);
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 3px 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.team-wr p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 26px;
    display: none;
}

img{
        max-width: 100%;
    height: auto;
}
.team-header-text{
    max-width: 900px;
    margin: 0 auto;
    text-align: center;  
}
 
 

 .blue-btn{
    background: #006ef3;
    padding: 22px 35px;
    font-family: montserrat,sans-serif;
    font-weight: 600;
    color: #184341;
    font-size: 17px;
    border-radius: 5px;
    display: inline-flex;
    line-height: 17px;
    text-decoration: none !important;
 }

.blue-btn span {
    display: inline-block;
    vertical-align: middle;
    transition: all .3s;
    color: #fff;
}

.blue-btn i {
    visibility: hidden;
    transition: all .3s;
    opacity: 0;
}

.blue-btn:hover {
    background: #0c006c;
    color: #fff;
    border-color: #0c006c;
}

.blue-btn:hover .btn-text {
    transform: translateX(-10px);
}

.blue-btn:hover i {
    transform: translateX(10px);
    visibility: visible;
    opacity: 1;
}

.navigation,.top-header{
    width: 100%;
}
.navbar-header{
    flex-direction: column;
    width: 100%;
}

.top-header{
       border-bottom:1px solid rgba(255,255,255,0.1);
}

.top-header li {
    padding: 2px 22px;
    position: relative;
    list-style: none;
}

.top-header li:last-child{
    padding-right: 0;
}

.top-header li a{
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
}



.footer-sec {
    padding: 9vh 0 0vh;
    background-color: #000;
   /* background-size: inherit;
    background-image: url(../img/worldmap2.png);
    background-repeat: no-repeat;
    background-position: center center;*/
    color: rgba(255,255,255,0.483);
 
    z-index: 0;
    min-height: 50vh ;
    display: flex;
    align-items: center;
    width: 100%;
}

.footer-left-wr {
    max-width: 310px;
}

.footer-logo {
    margin-bottom: 16px;
    max-width: 178px;
}

.footer-left-wr p {
    margin-bottom: 10px;
    color: #ccc;
}

.footer-social-media {
    display: flex;
    align-items: center;
    margin-top: 8vh;
}

.footer-social-media li {
    margin-right: 36px;
}

.footer-social-media li a {
    color: rgba(255,255,255,0.48);
    font-size: 23px;
    transition: all .5s;
}

.footer-social-media li a:hover {
    color: #fff;
}

p.staff-comitted-msg span {
    display: inline-block;
}

.footer-sec h3 a {
    font-size: 16px;
    margin-bottom: 2rem;
    color: #fff;
    text-decoration: none;
}

.bottom-link li a:hover, .usful-link li a:hover {
    color: #fff;
}
.usful-link{
    margin-left: 0;
    padding-left: 0;
}
.usful-link li a {
    color: #ccc;
    font-size: 13px;
}

.copyright {
    text-align: right;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.35);
}

.footer-botom-sec {
    margin-top: 4vh;
    border-top: 1px solid #1b1b1b;
    padding: 17px 0 10px;
}

.contact{
        background: url(../img/get-started.png) center center no-repeat;
    background-size: cover;
    padding: 70px 0;
    color: #ffffff;
    background-attachment: fixed;

}

.our-team{
    padding: 70px 0;
}

.sec-height{
    min-height:100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.our-team-outer{
        max-width: 850px;
    margin: 0 auto;
}
/*--------------------------------------------------
[18. Start Media Query]
--------------------------------------------------*/
@media (max-width: 383.98px) {
    .slider .content .left .btn-1 {
        margin-bottom: 20px;
    }
    .slider .content .left .btn-2 {
        margin-left: 0;
    }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    /* Navbar */
    .navbar {
        padding: 15px 20px;
    }
    .navbar .nav-item .nav-link {
        margin: 20px 0 10px;
    }
    .navbar .btn-1 {
        margin: 20px 0;
        display: inline-block;
    }

    /* Slider */
    .slider {
        height: auto;
        padding: 120px 0;
    }
    .slider .content {
        text-align: center;
    }
    .slider .content .left {
        margin-bottom: 40px;
    }

    /* Features */
 
    .features .box {
        margin-bottom: 30px;
    }

    /* Some Facts */
    .some-facts {
        padding: 80px 0 30px;
    }
    .some-facts .items {
        margin-bottom: 50px;
    }

    /* Some Project */
    .project .right {
        margin-top: 40px;
    }

    /* Some Benefits */
    .benefits {
        padding: 120px 0 80px;
    }
    .benefits .box {
        margin-bottom: 40px;
    }

    /* Our Team */
 
    .our-team .box {
        margin-bottom: 30px;
    }

    /* Some Project-2 */
    .project-2 .left {
        margin-bottom: 40px;
    }

    /* Some Our Price */
    .our-price {
        padding: 120px 0 90px;
    }
    .our-price .box {
        margin-bottom: 30px;
    }

    /* Some Contact Us */
    .contact .content {
        margin-bottom: 40px;
    }
    .team-wr figure img{
        width: 100%;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    /* Navbar */
    .navbar-light .navbar-toggler{
            border-color: rgb(255 255 255);
            float: right;
    }


#navbarNavDropdown{
        position: absolute;
    width: 100%;
    background: #000;
    margin-top: 56px;
    width: 100%; 
    right: 0;
    left: 0;
    padding: 0px 30px;
}

    .top-header{
        display: none
    }
    .navbar {
        padding: 15px 20px;
		/*background-image:linear-gradient(to right, #5b6be8 0%,#4e77ec 100%) !important;*/
    }
    .navbar .nav-item .nav-link {
        margin: 20px 0 10px;
    }
    .navbar .btn-1 {
        margin: 20px 0;
        display: inline-block;
    }
	
	
	#team .d-flex
	{
		display:block !important;
	}

    /* Slider */
    .slider {
        height: auto;
        padding: 120px 0;
    }
    .slider .content {
        text-align: center;
    }
    .slider .content .left {
        margin-bottom: 40px;
    }

    /* Features */
  
    .features .box {
        margin-bottom: 30px;
    }

    /* Some Facts */
    .some-facts {
        padding: 80px 0 30px;
    }
    .some-facts .items {
        margin-bottom: 50px;
    }

    /* Some Project */
    .project .right {
        margin-top: 40px;
    }

    /* Some Benefits */
    .benefits {
        padding: 120px 0 80px;
    }
    .benefits .box {
        margin-bottom: 40px;
    }

    /* Our Team */

    .our-team .box {
        margin-bottom: 30px;
    }
    /* Team */
    .our-team .box .image .social-icon {
        width: 40%;
    }

    /* Some Project-2 */
    .project-2 .left {
        margin-bottom: 40px;
    }

    /* Some Our Price */
    .our-price {
        padding: 120px 0 90px;
    }
    .our-price .box {
        margin-bottom: 30px;
    }

    /* Some Contact Us */
    .contact .content {
        margin-bottom: 40px;
    }

    .mb-mobi-3{
    margin-bottom: 1rem;
}

.mb-mobi-4{
    margin-bottom: 1.5rem;
}

.mb-mobi-5{
    margin-bottom: 3rem;
}

}


/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    /* Navbar */
    .navbar {
        padding: 15px 20px;
    }
    .navbar .nav-item .nav-link {
        margin: 20px 0 10px;
    }
    .navbar .btn-1 {
        margin: 20px 0;
        display: inline-block;
    }
    /* Slider */
    .slider {
        height: auto;
        padding: 120px 0;
    }
    .slider .content .left h1 {
        font-size: 43px;
        line-height: normal;
    }

     .slider .content .left h1 br{
        display: none
     }
    .slider .content .left p {
        font-size: 15px;
    }

    /* Some Facts */
    .some-facts {
        padding: 80px 0 30px;
    }
    .some-facts .items {
        margin-bottom: 50px;
    }

    /* Team */
    .our-team .box .image .social-icon {
        width: 70%;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}
