/*
------------------------------------------------------------------------------------------
* Template Name    : Shuvo | Bootstrap 4 HTML5 Multi Purpose One/Multi Pages Template   *
* Author           : Abusayed SHuvo                                  				 *
* Version          : 1.0.0                                              				 *
* File Description : Main Css file of the template                      				 *
*-----------------------------------------------------------------------------------------
*/

/************************************
    1.BASIC             			*
    2.HELPER            			*
    3.NAVBAR            			*
    4.HOME              			*
    5.ABOUT US          			*
    6.COUNTER           			*
    7.HOW DOES IT WORK  			*
    8.JUMBOSTRON        			*
    9.TESTIMONIAL       			*
    10.PRICING          			*
    11.FAQ's            			*
    12.CONTACTUS        			*   
    13.FOOTER           			*
									*				
	 +++OTHER PAGES+++				*
    --------------------------------*
    14.SERVICES                     *
	15.PORTFOLIO                    *
	16.SIGN IN/UP                   *
    17.BLOG                         *
									*
    +++RESPONSIVE CSS+++			*
    --------------------------------*
    18.RESPONSIVE                   * 
************************************/

/*======================
        1.BASIC
========================*/

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    font-weight: 400;
    background-color: #fff;
    animation: pageAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes pageAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.theme-text {
    color: #009dd4;
}

.theme-bg {
    color: #009dd4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}


p {
    line-height: 1.6;
    font-size: 15px;
    font-weight: 500;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

.back_top {
    background: #fff;
    border: 2px solid #009dd4;
    text-align: center;
    position: fixed;
    bottom: 20px;
    height: 45px;
    width: 45px;
    display: none;
    border-radius: 3px;
    right: 20px;
    transition: all 0.5s;
    border-radius: 45px !important;
    z-index: 99;
}

    .back_top i {
        line-height: 40px;
        font-size: 32px;
        display: block;
        color: #009dd4;
    }

    .back_top:hover {
        background: #fa5b0f;
        border: 2px solid #fa5b0f;
    }

        .back_top:hover i {
            color: #fff;
        }

.z-index {
    position: relative;
    z-index: 9;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/*==========================
        2.HELPER
============================*/
.form-control {
    padding: 7px 20px;
}

.section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
    overflow: hidden;
}

.title-txt {
    font-size: 40px;
    font-weight: 600;
}

.box-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.box-description {
    font-size: 15px;
    color: #333;
	font-weight: 500;
}

.animated-btn {
    transition: all .25s ease-in-out;
}

    .animated-btn:hover {
        transform: scale(1) translateY(-4px) translateZ(20px);
    }

.btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #333;
    border-radius: 30px;
    padding: 12px 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

    .btn-white:hover {
        background: transparent;
        color: #ffffff;
    }

.btn-theme {
    background: #009dd4;
    border-color: #009dd4;
    color: #fff;
    border-radius: 30px;
    padding: 12px 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

    .btn-theme:hover {
        background: transparent;
        color: #009dd4;
    }

.btn-theme-border {
    background: #ffffff;
    border-color: #009dd4;
    color: #009dd4;
    border-radius: 30px;
    padding: 12px 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

    .btn-theme-border:hover {
        background: #009dd4;
        color: #ffffff;
    }
	
.inner-pg-banner{
	max-height:200px;	
}

.inner-pg-banner .lead{
	color: #fff;
	font-size:16px;
}	

.breadcrumb {
    margin-bottom: 1rem;
    background: none;
	font-size:14px;
}	

.breadcrumb-item.active {
    color: #b9b8b8;
}

	.breadcrumb-item a {
		color: #fff;
	}
	
	.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
	}
/*==========================
        3.NAVBAR
============================*/
.logo-dark {
    display: none;
}

.sticky-header .logo-dark {
    display: block;
}

.sticky-header .logo-light {
    display: none;
}

.custom-nav {
    background-color: transparent;
    width: 100%;
    padding: 10px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    z-index: 999;
    transition: all 0.2s;
}

    .custom-nav .container-fluid {
        width: 90%;
    }

    .custom-nav.sticky-header {
        background-color: #fff;
        box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
    }

    .custom-nav .navbar-nav li > a {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        padding: 20px !important;
        opacity: .8;
    }

    .custom-nav .navbar-nav li.active a {
        color: #fff;
        opacity: 1;
    }

    .custom-nav.sticky-header .navbar-nav li a {
        color: #3776ea;
    }

.navbar-toggler {
    font-size: 28px;
    margin-top: 2px;
    margin-bottom: 0px;
}

.navbar-toggle {
    color: #ffffff;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.custom-nav .navbar-brand.brand-logo img {
    height: 45px;
}

.menu-close-btn {
    display: none;
}
	
.dropdown-menu {
    padding: 0;
    margin: 0;
    overflow: hidden;
	border-radius: 0;
}

.dropdown.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.custom-nav .dropdown-menu .dropdown-item {
    color: #000;
	font-size: 15px;
    font-weight: 500;
}

.custom-nav .dropdown-menu .dropdown-item:focus, .custom-nav .dropdown-menu .dropdown-item:hover {
    background-color: #fa5b0f;
    color: #fff;
}

.custom-nav .dropdown-toggle::after {
    vertical-align: .2em;
}

/*.custom-nav li.dropdown:hover > .dropdown-menu {
    display: block;
}	*/
	
/*==========================
        4.HOME
============================*/
.home-section {
    position: relative;
}

.home-bg {
    margin: 0 0 0;
    height: 100vh;
    background: url('../images/slider-img/banner_bg.jpg')no-repeat center center;
    background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

    .home-bg::before {
        position: absolute;
        content: '';
        background-image: linear-gradient(to left, rgba(0, 67, 139, 0.85), rgba(74, 84, 232, 0.88));
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.banner-content-left, .banner-img-right {
    position: relative;
    z-index: 9;
}

    .banner-content-left h1 {
        font-weight: 700;
        font-size: 40px;
    }

    .banner-content-left .lead {
        font-size: 16px;
        line-height: 30px;
    }

.shape-bottom img {
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 1;
}

/*==========================
        5.ABOUT US
============================*/
.help-box {
    margin-top: 30px;
    text-align: center;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 8px;
    transition: all .2s cubic-bezier(.02,.54,.58,1);
}

    .help-box i {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 20px;
    }

    .help-box:hover {
        background-color: #fff;
        -webkit-transform: translate3d(0,-20px,0);
        -moz-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
        box-shadow: 0 10px 40px 5px rgba(137,173,255,.2);
    }

        .help-box:hover i, .help-box:hover .box-title {
            color: #fa5b0f;
        }

.about-text-block {
    margin-top: 30px;
}

.feature-box {
    position: relative;
    padding: 50px 30px 30px;
    margin-top: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 18px rgba(52, 58, 64, 0.05);
    box-shadow: 0 4px 18px rgba(52, 58, 64, 0.05);
    transition: all .2s cubic-bezier(.02,.54,.58,1);
}

    .feature-box:hover, .feature-box.active {
        background-color: #fff;
        -webkit-transform: translate3d(0,-20px,0);
        -moz-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
        box-shadow: 0 10px 40px 5px rgba(137,173,255,.2);
    }

    .feature-box .feature-ico {
        position: relative;
        z-index: 1;
        font-size: 40px;
    }

    .feature-box .feature-title {
        margin-top: 40px;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .feature-box p {
        font-size: 14px;
        font-weight: 500;
    }

    .feature-box .feature-ico::after {
        content: "";
        background: linear-gradient(45deg, transparent, rgba(109, 98, 253, 0.06));
        height: 70px;
        width: 70px;
        position: absolute;
        border-radius: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 0px;
        top: -16px;
    }

    .feature-box:hover .feature-title, .feature-box:hover .feature-ico {
        color: #fa5b0f;
    }

/*==========================
        6.COUNTER
============================*/
.parallax {
    min-height: 120px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background: transparent;
}

    .parallax:before {
        content: '';
        background-image: linear-gradient(to left, rgba(0, 67, 139, 0.85), rgba(74, 84, 232, 0.88));
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

.parallax-mirror {
    z-index: 1 !important;
}

.counter-box {
    margin: 20px 0;
}

    .counter-box p {
        color: #fff;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        margin: 0;
    }

    .counter-box h3.number {
        font-size: 40px;
        line-height: 40px;
        color: #fff;
        text-align: center;
        margin: 0;
        font-weight: 500;
    }

.counter-ico {
    background: #fff;
    color: #009dd4;
    font-size: 40px;
    margin-bottom: 10px;
    height: 80px;
    width: 80px;
    border-radius: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .05), 0 4px 15px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .05), 0 4px 15px 0 rgba(0, 0, 0, .05);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
/*==========================
        7.HOW DOES IT WORK
============================*/
.color-1-bg {
    background: rgba(255, 22, 78, 0.15);
}

.color-3-bg {
    background: rgba(52, 19, 247, 0.15);
}

.color-2-bg {
    background: rgba(145, 35, 255, 0.15);
}

.color-4-bg {
    background: rgba(255, 124, 63, 0.15);
}

.color-1 {
    color: #ff164e;
}

.color-2 {
    color: #9123ff;
}

.color-3 {
    color: #3413f7;
}

.color-4 {
    color: #ff7c3f;
}

.single-work-process {
    margin-top: 40px;
}

.work-icon-wrap {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
}

    .work-icon-wrap i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.icon-md {
    font-size: 40px;
    line-height: 40px;
}

.work-icon-wrap .process-step {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: -20px;
    font-size: 20px;
    font-weight: 700;
}
/*==========================
        8.JUMBOSTRON
============================*/

.bg-gradient {
    background: -webkit-gradient(to left, rgba(0, 67, 139, 1), rgba(74, 84, 232, 1));
    background: linear-gradient(to left, rgba(0, 67, 139, 1), rgba(74, 84, 232, 1))
}

.bg-jumbstron-overlay {
    background-image: url("../images/jubstron-bg.png");
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
/*==========================
        9.TESTIMONIAL
============================*/
.client-Testimonials {
    position: relative;
}

    .client-Testimonials .pattern-img-2 {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 500px;
        z-index: 0;
    }

    .client-Testimonials .client-slider {
        margin: 30px 0 0;
    }

        .client-Testimonials .client-slider .client {
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            border-bottom: 2px solid transparent;
            padding: 30px;
            -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
            margin: 15px;
        }


            .client-Testimonials .client-slider .client .client-image {
                width: 80px;
                height: 80px;
                margin: 0 auto 10px;
            }

                .client-Testimonials .client-slider .client .client-image img {
                    width: 100%;
                    border-radius: 50%;
                    box-shadow: 0 5px 12px rgba(109, 98, 253, 0.2);
                }

            .client-Testimonials .client-slider .client .client-say {
                margin-bottom: 0;
                font-size: 15px;
                margin-top: 10px;
                text-align: center;
            }

            .client-Testimonials .client-slider .client .client-name {
                color: #242424;
                font-size: 20px;
                font-weight: 600;
                line-height: 28px;
                margin-bottom: 0px;
                margin-top: 30px;
            }

            .client-Testimonials .client-slider .client .designation {
                color: #555;
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0px;
                font-weight: 300;
            }

.owl-theme .owl-dots {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
}

    .owl-theme .owl-dots span {
        display: block;
        width: 14px;
        height: 4px;
        background-color: #009dd4;
        margin: 5px 7px;
        filter: Alpha(Opacity=50);
        opacity: 0.5;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        transition: all 0.5s;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        width: 20px;
        height: 4px;
        opacity: 1;
        background-color: #009dd4;
    }

/*==========================
        10.PRICING
============================*/
.package-box {
    position: relative;
    margin-top: 30px;
    z-index: 1;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .package-box .btn {
        max-width: 165px;
        margin: auto;
        z-index: 1;
    }

    .package-box .p-box-inner {
        position: relative;
        background-color: #ffffff;
        text-align: center;
        overflow: hidden;
        cursor: pointer;
    }


    .package-box .try-now-btn {
        margin: 40px 0;
    }

    .package-box:hover {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .package-box .ribbon {
        position: absolute;
        left: 20px;
        top: 0px;
        background: #fa5b0f;
        padding: 8px 4px 16px 4px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
        z-index: 1;
    }

        .package-box .ribbon p {
            font-size: 12px;
        }

    .package-box .plan-icons {
        display: flex;
        margin: auto;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        font-size: 40px;
        justify-content: center;
        align-items: center;
        color: #009dd4;
        background: #fff;
        position: relative;
        margin: 40px auto;
        -webkit-box-shadow: 0 0 30px 0px rgba(109, 98, 253, 0.12);
        box-shadow: 0 0 30px 0px rgba(109, 98, 253, 0.12);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .package-box:hover .plan-icons {
        color: #fff;
        background: #009dd4;
    }

    .package-box .p-box-inner h2 {
        position: relative;
        font-size: 36px;
        font-weight: 700;
        line-height: 36px;
        color: #009dd4;
        margin: 20px 0 20px;
        display: flex;
        justify-content: center;
    }

        .package-box .p-box-inner h2 em {
            font-size: 16px;
            font-style: normal;
        }

    .package-box .p-box-inner .package-list-data {
        margin: 0;
        padding: 0 20px;
    }

        .package-box .p-box-inner .package-list-data li {
            position: relative;
            color: #404040;
            padding: 0px 30px;
            font-size: 16px;
            width: 100%;
            height: 35px;
            display: flex;
            justify-content: center;
            border-bottom-width: 3px;
        }

/*==========================
        11.FAQ's
============================*/
.faq-accordion-panel {
    margin-top: 30px;
}

.question-card {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background: #fff;
    border-radius: 0;
}

    .question-card .card-header {
        background: #fff;
        border: none;
    }

    .question-card .btn-link {
        position: relative;
        background: #fff;
        text-align: left;
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        width: 100%;
        border: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
    }

    .question-card h4:hover {
        color: #009dd4;
    }

    .question-card .card-body {
        padding: 1.5rem 0;
    }

        .question-card .card-body p {
            margin-bottom: 0;
        }

    .question-card .btn-link.collapsed {
        color: #009dd4 !important;
    }

    .question-card.active .btn-link {
        color: #009dd4;
    }

    .question-card.active h4::after {
        top: 14px;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

.caret-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    line-height: 20px;
    width: 25px;
}

.question-card.active .btn-link .caret-icon {
    transform: rotateZ(-180deg);
}

/*==========================
        12.CONTACTUS
============================*/
.contact-box {
    margin-top: 30px;
    text-align: center;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 8px;
    transition: all .2s cubic-bezier(.02,.54,.58,1);
}

    .contact-box i {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 20px;
    }

    .contact-box:hover {
        background-color: #fff;
        -webkit-transform: translate3d(0,-20px,0);
        -moz-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
        box-shadow: 0 10px 40px 5px rgba(137,173,255,.2);
    }

        .contact-box:hover i, .contact-box:hover .contact-box-title {
            color: #fa5b0f;
        }

	.contact-box-title {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 5px;
	}		

.contact_form {
    padding: 30px;
    background: #fff;
    margin-top: 30px;
}

    .contact_form .form-group {
        margin: 0;
    }

.contact-img {
    margin-top: 30px;
}

.contact_form .form-control {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    color: #009dd4;
    margin-top: 30px;
    font-weight: 400;
    border: none;
    background: #f4fafe;
}

.contact_form textarea {
    min-height: 137px;
    padding: 15px 20px;
    resize: none;
}

.contact_form .form-control:focus {
    border-color: #009dd4;
}

.contact-txt a {
    margin: 0;
    font-weight: 400;
    color: #000;
}

.contact_form .form-control:focus {
    border: 1px solid red;
    box-shadow: none;
}

.send-btn, .map {
    margin-top: 30px;
}
/*==========================
        13.FOOTER
============================*/
.footer {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    z-index: 2;
}

    .footer .footer_menu_list {
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

        .footer .footer_menu_list li {
            margin-bottom: 10px;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            transition: all 0.2s;
        }

            .footer .footer_menu_list li:hover {
                -webkit-transform: translateY(-3px);
                transform: translateY(-3px);
            }

            .footer .footer_menu_list li a {
                display: inline-block;
                font-size: 14px;
                color: #fff;
                -webkit-transition: all 0.2s;
                -moz-transition: all 0.2s;
                transition: all 0.2s;
                font-size: 16px;
                font-weight: 400;
                padding: 0 20px;
            }

                .footer .footer_menu_list li a:hover {
                    color: #fa5b0f;
                }

.copyrights {
    padding-top: 20px;
}

    .copyrights p {
        color: #fff;
    }

.contact-menu-list li {
    display: flex;
    align-items: flex-start;
    line-height: normal;
}

.social-icons {
    color: #fff;
    font-size: 50px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
    line-height: 50px;
    margin-top: 20px;
    padding: 0 15px;
}

    .social-icons:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        color: #fff;
    }

/*==========================
        14.SERVICES
============================*/
.service-text-block {
    margin-top: 30px;
}

.sr-feature-box {
    position: relative;
    padding: 50px 30px 30px;
    margin-top: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 18px rgba(52, 58, 64, 0.05);
    box-shadow: 0 4px 18px rgba(52, 58, 64, 0.05);
    transition: all .2s cubic-bezier(.02,.54,.58,1);
}

    .sr-feature-box:hover, .sr-feature-box.active {
        background-color: #fff;
        -webkit-transform: translate3d(0,-20px,0);
        -moz-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
        box-shadow: 0 10px 40px 5px rgba(137,173,255,.2);
    }

    .sr-feature-box .sr-feature-ico {
        position: relative;
        z-index: 1;
        font-size: 40px;
    }

    .sr-feature-box .sr-feature-title {
        margin-top: 40px;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .sr-feature-box p {
        font-size: 14px;
        font-weight: 500;
    }

    .sr-feature-box .sr-feature-ico::after {
        content: "";
        background: linear-gradient(45deg, transparent, rgba(109, 98, 253, 0.06));
        height: 70px;
        width: 70px;
        position: absolute;
        border-radius: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 0px;
        top: -16px;
    }

    .sr-feature-box:hover .sr-feature-title, .sr-feature-box:hover .sr-feature-ico {
        color: #fa5b0f;
    }

/*==========================
        15.PORTFOLIO
============================*/
.portfolio #portfolio-flters {
	padding: 0;
	margin: 0 auto 35px auto;
	list-style: none;
	text-align: center;
	border-radius: 50px;
	padding: 2px 15px;
}

.portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px 12px 20px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	color: #313030;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
	border-radius: 50px;
}

	.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
	  color: #ffffff;
	  background: #ff5821;
	}

	.portfolio #portfolio-flters li:last-child {
	  margin-right: 0;
	}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

	.portfolio .portfolio-item .portfolio-info {
	  opacity: 0;
	  position: absolute;
	  left: 30px;
	  right: 30px;
	  bottom: 0;
	  z-index: 3;
	  transition: all ease-in-out 0.3s;
	  background: rgba(255, 255, 255, 0.9);
	  padding: 15px;
	}

	.portfolio .portfolio-item .portfolio-info h4 {
	  font-size: 18px;
	  color: #fff;
	  font-weight: 600;
	  color: #473d3a;
	}

	.portfolio .portfolio-item .portfolio-info p {
	  color: #7f6d68;
	  font-size: 14px;
	  margin-bottom: 0;
	}

	.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
	  position: absolute;
	  right: 40px;
	  font-size: 24px;
	  top: calc(50% - 18px);
	  color: #635551;
	}

	.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
	  color: #ff5821;
	}

.portfolio .portfolio-item .portfolio-info .details-link {
	right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
	opacity: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 3;
	position: absolute;
	transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
	color: #fff;
	margin: 0 2px;
	font-size: 28px;
	display: inline-block;
	transition: 0.3s;
}

	.portfolio .portfolio-item .portfolio-links a:hover {
	  color: #ffa587;
	}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*==========================
        16.SIGN IN/UP
============================*/
:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: .75rem;
}

body {
  background: #007bff;
  background: linear-gradient(to right, #0062E6, #33AEFF);
}

.signin-sec {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.signin-sec .signin-title {
  margin-bottom: 2rem;
  color: #009dd4;
}

.signin-sec .signin-body {
  padding: 2rem;
}

.signin-form {
    background: #fff;
    margin-top: 30px;
}

    .signin-form .form-group {
        margin: 0;
    }

.signin-form .form-control {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    color: #009dd4;
    margin-top: 30px;
    font-weight: 400;
    border: none;
    background: #f4fafe;
}

.signin-form .form-control:focus {
    border: 1px solid red;
    box-shadow: none;
}

/*==========================
        17.BLOG
============================*/
.blog-single {
    margin-bottom: 30px;
}

.blog-sec {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 5px 20px rgba(105,106,119,.05);
    box-shadow: 0 5px 20px rgba(105,106,119,.05);
	font-size: 15px;
}

    .blog-sec figure {
        padding: 10px 10px 0;
        position: relative;
        margin: 0;
    }

        .blog-sec figure figcaption {
            position: absolute;
            left: 25px;
            bottom: 15px;
        }

            .blog-sec figure figcaption a {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background: #fa5b0f;
                color: #fff;
                display: flex;
                -webkit-box-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                align-items: center;
                font-size: 22px;
            }

    .blog-sec .blog-sec-body {
        padding: 0.7rem;
    }
	
	.blog-sec .blog-sec-body h5 a {
        color: #314584;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

        .blog-sec .blog-sec-body h5 a:hover {
            color: #fa5b0f;
        }

    .blog-sec .blog-sec-body .post-meta {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #e4e8ed;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-weight: 400;
    }

        .blog-sec .blog-sec-body .post-meta li {
            color: #9192a3;
            margin-right: 1rem;
        }

            .blog-sec .blog-sec-body .post-meta li a {
                color: #314584;
                -webkit-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease;
            }

                .blog-sec .blog-sec-body .post-meta li a:hover {
                    color: #fa5b0f;
                }

.sidebar .search-widget {
    margin-bottom: 2rem;
}

    .sidebar .search-widget .input-group input {
        width: 100%;
        border-radius: 0.3rem;
        background: #f5f4f7;
        border: 0 none;
        height: 3.33333rem;
        padding: 0 4rem 0 1.66667rem;
    }

    .sidebar .search-widget .input-group button {
        padding: 0 1.33333rem;
        border-radius: 1.66667rem;
        position: absolute;
        right: 0;
        top: 0;
        height: 3.33333rem;
        background: 0 0;
        border: 0;
        cursor: pointer;
    }

.sidebar .widget-default {
    -webkit-border-radius: .26667rem;
    border-radius: .26667rem;
    border: 1px solid #e4e8ed;
    margin-bottom: 2rem;
}

.sidebar .widget-header .widget-title {
    margin: 0;
    border-bottom: 1px solid #e4e8ed;
    padding: 15px;
}

.sidebar .widget-content {
    padding: 15px;
}

.sidebar .category-widget li {
    margin-bottom: 5px;
    position: relative;
}

.sidebar .category-widget ul li a {
    color: #202428;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .sidebar .category-widget ul li a:hover {
        color: #fa5b0f;
    }

.sidebar-post .post-single {
    margin-bottom: 15px;
}

    .sidebar-post .post-single P {
        margin: 0 0 0 1rem;
    }

        .sidebar-post .post-single P span {
            display: block;
            line-height: 1.46667rem;
        }

            .sidebar-post .post-single P span a {
                color: #314584;
            }

    .sidebar-post .post-single .post-title {
        margin-top: .66667rem;
        display: block;
        font-weight: 500;
        color: #202428;
    }

.tags-widget ul {
    display: flex;
    flex-wrap: wrap;
}

    .tags-widget ul li {
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .tags-widget ul li a {
            line-height: 1.73333rem;
            display: block;
            border: 1px solid #e4e8ed;
            border-radius: 3px;
            padding: 2px .66667rem;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            color: #5a6671;
            font-size: .86667rem;
        }

            .tags-widget ul li a:hover {
                color: #fff;
                background: #fa5b0f;
                border-color: #fa5b0f;
            }

/*==========================
        18.RESPONSIVE
============================*/
@media (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .logo-dark {
        display: block;
    }

    .logo-light {
        display: none;
    }

    .header_btn {
        display: flex;
        align-items: center;
    }

    .btn {
        height: 45px;
    }

    .header_btn .white-btn {
        background: #009dd4;
        color: #fff;
    }

    .navbar-toggler i {
        font-size: 28px;
        color: #fa5b0f;
    }

    .custom-nav {
        background-color: #fff !important;
        margin-top: 0px;
        padding: 10px 0px !important;
    }

        .custom-nav .navbar-nav li a {
            text-align: center;
            margin: 0 0px;
            padding: 10px !important;
            font-size: 24px;
        }

        .custom-nav.sticky-header .navbar-nav li a {
            color: #fff;
        }

            .custom-nav.sticky-header .navbar-nav li a::before, .custom-nav.sticky-header .navbar-nav li a::after {
                background: #fff;
            }

        .custom-nav .navbar-nav li.active a,
        .custom-nav .navbar-nav li:hover a {
            border-radius: 0;
        }

        .custom-nav > .container {
            width: 90%;
        }

        .custom-nav .brand-logo {
            padding: 0px;
        }

        .custom-nav .navbar-brand.brand-logo img {
            height: 36px;
        }

    .navbar-collapse {
        background: rgba(0,0,0,0.8);
        border-top: 2px solid #eee;
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
        padding: 0;
        height: 100% !important;
        z-index: 99;
        transition: all 0.5s;
        display: flex;
        align-content: center;
    }

    .navbar-nav {
        margin-top: 0px;
        width:100%;
    }

    .custom-nav {
        padding: 12px 0;
    }

    .menu-close-btn {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 40px;
        color: #fff;
        cursor: pointer;
    }

    .card-body p {
        text-align: left;
    }

    .footer .footer_menu_list li a {
        padding: 0 10px;
    }
	
	.custom-nav .dropdown-menu .dropdown-item {
		color: #fff;
		font-size: 15px;
		font-weight: 500;
	}
}

@media only screen and (max-width: 767px) {
    .single-work-process, .feature-box, .sr-feature-box{
        text-align: center;
    }
	.home-section{
        margin-top:60px;
    }
    .shape-bottom img{
        bottom:-2px;
    }
    .home-bg{
        overflow:visible;
    }
    .banner-img-right {
        width: 70%;
        margin: 30px auto 0;
    }
    .banner-content-left{
        text-align:center;
        padding-top:50px;
    }
	.feature-box .feature-ico::after {
		left: -15px;
		top: -15px;
	}
	.sr-feature-box .sr-feature-ico::after {
		left: -15px;
		top: -15px;
	}
    .section {
        padding: 60px 0;
    }
    .title-txt, .banner-content-left h1 {
        font-size: 30px;
    }
    .about-text-block {
        display: table;
        margin: 30px auto 0;
    }

    .footer .footer_menu_list {
        margin-top: 20px;
        display: table;
        text-align: center;
    }

        .footer .footer_menu_list li {
            width: 25%;
            float: left;
        }
}

@media (max-width: 575px) {
    .btn {
        height: 40px;
        font-size: 12px;
        min-width: 120px;
    }

    .footer .footer_menu_list li {
        width: 50%;
    }

    .custom-nav .brand-logo {
        margin: 0 !important;
    }

    .custom-nav .navbar-brand.brand-logo img {
        height: 30px;
    }
}

