/** --------------------------------------------------
Author       : Dreambuzz
Template Name: Rapoo - it solution landing template
Author URI : https://themeforest.net/user/dreambuzz/portfolio
Description: Rapoo,it, onepage,clean,bootstrap4,
Description: Rapoo,it, onepage,clean,bootstrap4, responsive,modern,agency,landing template.
Version      : 1.0
* -------------------------------------------------  */

/*-----------------------------
 CSS INDEXING
* --------------------------------------
* 01.GLOBAL CSS STYLE
* 02.TYPOGRAPHY CSS STYLE
* 03.BUTTONS STYLE
* 04.HOMEPAGE CSS STYLE
    -LOGO CSS
    -MENU CSS
    -BACKGROUND
* 05.FEATURES CSS STYLE
* 06.SERVICE CSS STYLE
* 07.ABOUT CSS STYLE
* 08.PRICING CSS STYLE
* 09.TESTIMONIAL STYLE
* 10.LATEST BLOG CSS STYLE
* 11.CONTACT CSS STYLE
* 12.FOOTER CSS STYLE
* ----------------------------------------
*/


@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,900');


@font-face {
    font-family: Objective;
    font-weight: 600;
    src: url(../fonts/Objective/Objective-Bold.woff2) format("woff2")
}

@font-face {
    font-family: Objective;
    font-weight: 500;
    src: url(../fonts/Objective/Objective-Medium.woff2) format("woff2")
}

@font-face {
    font-family: Objective;
    font-weight: 400;
    src: url(../fonts/Objective/Objective-Regular.woff2) format("woff2")
}


html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
    text-align: left;
    background-color: #fff;
    font-weight: 400;
    color: #6c757d;
}

/*--------------------
 TYPOGRAPHY
-----------------*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Objective, sans-serif;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: .5rem;
    color: #212529
}

.h1,
h1 {
    font-size: 2.125rem;
    line-height: 40px;
}

.h2,
h2 {
    font-size: 1.625rem;
}

.h3,
h3 {
    font-size: 1.375rem;
}

.h4,
h4 {
    font-size: 1.125rem;
}

.h5,
h5 {
    font-size: .9375rem;
}

.h6,
h6 {
    font-size: .75rem;
}

.lead {
    font-size: 1.0625rem;
    font-weight: 300;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.section-title {
    font-size: 35px;
    font-weight: 700;
}

.section-title-2 {
    font-size: 35px;
    font-weight: 700;
}

@media (max-width:767.98px) {
    h1 {
        font-size: 1.5rem
    }

    h2 {
        font-size: 1.375rem
    }

    h3 {
        font-size: 1.25rem
    }

    h4 {
        font-size: 1.125rem
    }

    h5 {
        font-size: .9375rem
    }

    h6 {
        font-size: .75rem
    }
}


p {
    margin-bottom: 0px;
}

a:hover,a:focus{
    outline: none;
}

.mb-6{
    margin-bottom: 2rem !important;
}

.section-heading{
    margin-bottom: 80px;
}


/*--------------------

-----------------*/


img {
    vertical-align: middle;
    border-style: none;

}

.img-thumbnail {
    padding: .25rem;
    border: 1px solid #dee2e6;
    background-color: #fff
}


.section {
    position: relative;
    padding: 8.125rem 0;
}

@media (min-width:768px) {
    .section {
        padding: 7.5rem 0
    }
}

.section-top {
    padding-top: 8.125rem;
}

.section-bottom {
    padding-bottom: 8.125rem;
}

@media (min-width:768px) {
    .section-top {
        padding-top: 10.3125rem
    }
}

.about-top .img-product{
        margin-top: 12rem !important;
}

.bg-grey {
    background: #F4F7FC;
}

/*-------------------
  BUTTONS STYLE
----------------=----*/

.btn {
    font-size: .6875rem;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    padding: 1rem 2.7rem;
    border: 0.1rem solid transparent;
    transition: all 0.2s ease-in-out;
}


.btn-trans-white {
    border-color: #fff;
    color: #fff;
}

.btn-white,
.btn-trans-white:hover {
    background: #fff;
    color: #111;
}

.btn-white:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn[class*=outline] {
    color: #212529
}

.p-btn-primary {
    color: #377dff;
    background: rgba(55, 125, 255, 0.1);
    border-color: transparent;
}

.btn-primary:hover {}

.btn-white:hover {
    background: #377dff;
    color: #fff;
}

.btn[class*=outline].dropdown-toggle,
.btn[class*=outline]:active,
.btn[class*=outline]:active:focus,
.btn[class*=outline]:focus,
.btn[class*=outline]:hover {
    background-color: transparent
}

.btn[class*=outline][class*=primary]:active,
.btn[class*=outline][class*=primary]:active:focus,
.btn[class*=outline][class*=primary]:focus,
.btn[class*=outline][class*=primary]:hover {
    color: #f5ba4b
}

.btn-circle {
    display: inline-flex;
    width: 4.20313rem !important;
    height: 4.20313rem !important;
    padding: 0 !important;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}


.btn-outline-dark {
    border: 1px solid#222;
}

.btn-outline-dark:hover {
    background: #222 !important;
    color: #fff !important;
}

.btn.btn-link {
    color: #212529
}

.btn:focus {
    box-shadow: none !important
}


/*-------------------
   MENU
----------------------*/

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    content: "";
    vertical-align: middle;
    background: no-repeat 50%;
    background-size: 100% 100%
}

.main-nav {
    margin-bottom: -30px;
    z-index: 999;
}

.navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
}

.navbar {
padding: 1rem;
position: relative;
}

.fixed-top {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
}

.navbar:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    transition: opacity .15s linear;
    opacity: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background-color: #fff;

}

.navbar-dark {
    color: #fff;
}

.navbar-light::before {
    opacity: 1;
}

.navbar-light {
    color: #212529;
}


.navbar .nav-item-divider {
    display: none;
}

@media (min-width:1200px) {
    .navbar .nav-item-divider {
        display: block
    }
}

.navbar .nav-item-divider .nav-link {
    opacity: .25
}

.navbar .nav-item-divider .nav-link > span {
    border-left: 1px solid
}

@media (max-width:1199.98px) {
    .navbar .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
        border: 0
    }
}

@media (min-width:1200px) {
    .navbar .dropdown-menu {
        transform: translateY(.5rem);
        opacity: 0
    }

    .navbar .dropdown-menu.show {
        animation: .2s forwards d
    }

    @keyframes d {
        to {
            transform: translateY(0);
            opacity: 1
        }
    }
}



.nav-item.dropdown .dropdown-menu{
    -webkit-transition: all 300ms ease;
    -o-transition:all 300ms ease;
    transition: all 300ms ease;
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 120%;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    border: 0px;
    padding: 0px;
    position: absolute;
}

.nav-item.dropdown:hover .dropdown-menu{
    opacity: 1;
    visibility: visible;
    top: 100%;
}


.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #194798;

}
.header-bar.fixed-header .main-navigation {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(20,27,40,.90);
    border-color: transparent;

}


/*-------------------
  DROPDOWN MENU
----------------------*/


.dropdown-menu {
    opacity: 0
}

.dropdown-menu.show {
    animation: .2s forwards b
}

@keyframes b {
    to {
        opacity: 1
    }
}

.dropdown-item {
    font-size: .6875rem;
    font-weight: 500;
    padding-top: .5rem;
    padding-bottom: .5rem;
    transition: background-color .1s;
    text-transform: uppercase
}

@media (min-width:1200px) {
    .dropdown-item {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

@media (min-width:1200px) {
    .dropdown-item + .dropdown-item {
        border-top: 1px solid rgba(0, 0, 0, .1)
    }
}








/*------------------------
 BACKGROUND
----------------------------*/


.bg-cover {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.bg-cover,
.bg-overlay,
.bg-overlay:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.bg-overlay:before {
    content: "";
    opacity: .55;
    background-color: #212529
}

.box-shadow {
    box-shadow: 0 25px 100px -5px rgba(0, 0, 0, .15)
}
.teams-card{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.teams-card img{
    transition: all .2s ease-in-out;
    overflow: hidden;
    width: 100%;
        aspect-ratio: 4 / 6;
    object-fit: cover;
    border-radius: 10px;
}
.teams-card h2{
        text-align: center;
    margin-bottom: unset !important;
    font-size: x-large !important;
}
.teams-card p{
        padding: unset !important;
    box-shadow: unset !important;
    text-align: center !important;
    margin: unset !important;
    line-height: 11px;
}
.about-top .contenst p{
    padding: unset !important;
    margin-top: unset !important;
    font-size: larger !important;
    font-weight: 400 !important;
    background-color: #fff !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
        margin-bottom: 0.5rem;
}
p.lead.text-black{
        font-size: larger !important;
}
/*----------------------
 HEADER STYLE
-----------------------*/
header {
  background: transparent none repeat scroll 0 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

.top-bar {
    padding: 10px 0px;
}

.header-socials {
    line-height: 22px;
    margin-bottom: 0px;
}

.header-socials li {
    padding: 8px;
}


/*-----------------
 LOGO BAR
-------------------*/

.logo-bar {
padding: 5px 0 19px;
}

.top-info-block {
    margin-right: 30px;
}


.icon-block {
    margin-right: 15px;
    color: #194798;
    font-size: 40px;
    line-height: 20px;
}
.top-info-block {
    padding: 15px 0;
}
#navbarCollapse .btn.btn-trans-white.btn-circled {
    padding: 10px 30px;
}
.top-info-block h5,
.top-info-block p {
    margin-bottom: 0px;
}

.top-info-block:last-child {
    margin-right: 0px;
}

.header-bar {
    overflow: visible;
    position: relative;
    padding-bottom: 30px;
}


.main-navigation {
    margin-top: -25px;
}



/*----------------------
 BANNER STYLE
-----------------------*/

.py-7 {
    padding: 7.5rem 0;
}

.py-8 {
    padding: 8.5rem 0;
}


.main-banner h5{
    margin-bottom: 20px;
}

.main-banner h1.display-4{
    line-height: 65px;
}


/*----------------------
 FEATURE STYLE
-----------------------*/
.img-icon-block {
    position: relative;
}

.img-icon-block:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 85px;
    background: url("../img/s-1.png")no-repeat;
    top: -34px;
    opacity: 0.3;
}


/*----------------------
 SERVICE
-----------------------*/
h5.subtitle {
    color: #194798;
	margin-bottom: 10px;
	font-weight: 300;
}

.service-heading{
    margin-bottom: 50px;
}

.service-img {
    margin-bottom: -200px;
    border: 10px solid#fff;
    z-index: 9999;
}

.service-content {
    padding-top: 70px;
    padding-left: 15px;
}


.service-icon {
    margin-right: 20px;
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    padding-top: 0px;
}
.service-icon > img {
  max-width: 100%;
}
.service-block {
    margin-bottom: 30px;
}
.service-content h1{
    margin-bottom: 20px;
    margin-top: 15px;
}



.mb-30{
    margin-bottom: 30px;
}


/*----------------------
 PROCESS
-----------------------*/
.process-block {
    text-align: center;
}

.process-block img {
    border-radius: 5px;
    margin-bottom: 30px;
}

.process-block h3 {
    margin-bottom: 6px;
}

/*----------------------
 WEB SERVICES
-----------------------*/

#services {
    position: relative;
    background: url("../img/bg/bg2.png")no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.web-service-block {
    text-align: center;
    padding: 35px 25px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
border: 1px solid rgba(255, 255, 255, 0.7);

}

.web-service-block i {
    font-size: 70px;
    margin-bottom: 30px;
    display: block;
}

.web-service-block i,
.web-service-block h3 {
    color: #000;
}

.web-service-block p {
    color: #000;
    margin: 15px 0px 25px;
}

.web-service-block:hover {
    background: rgba(25, 71, 152, 0.7) none repeat scroll 0 0;
    border-color: transparent;
}

.web-service-block:hover i {
    color: #000;
}

.web-service-block:hover h3 {
    color: #000;
}

.web-service-block:hover p {
    color: #000;
}

.web-service-block .btn {
    padding: .7rem 1.7rem;
    background: #fff;
    color: #194798;
}

.web-service-block:hover .btn {
    background: #fff !important;
    color: #000;
    border-color: #fff !important;
}



/*----------------------
 PRICING
-----------------------*/
#pricing {
    padding-bottom: 200px;
}

#pricing .section-heading {
    margin-bottom: 130px;
}

.pricing-block {
    text-align: center;
    padding: 40px 20px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

.pricing-block.zoom-in h3 {
    color: #194798;
}

.price-block {
    margin: 20px 0px 30px;
}

.price-block h2 {
    font-size: 80px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}


.price-block h2 small {
    color: #194798;
    position: absolute;
    top: 20px;
    font-size: 16px;
    left: -15px;
}

.price-block h6 {
    font-size: 14px;
    border-top: 1px solid#eee;
    border-bottom: 1px solid#eee;
    padding: 7px;
    text-transform: capitalize;
    width: 50%;
    margin: 10px auto;

}

.price-features {
    margin: 30px 0px;
}

.price-features li {
    font-size: 16px;
    padding: 5px 0px;
}


/*----------------------
 PRoject
-----------------------*/
#projects-wrap {
    position: relative;
    background: url("../img/bg/banner_bg.jpg")no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #000000d1, #0000008a);
}

.overlay-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(239, 243, 242, 0.89);
}

.testimonial-box .content p.lead, .client-info h5, .testimonial-box .slick-prev:before, .testimonial-box .slick-next:before {
    color: #222 !important;
}

.overlay.feature-overlay {
    background: linear-gradient(25deg, #796eff 0%, #21c87a 100%);
    opacity: .9;
}

#projects {
    margin-top: -60px;
}

.single-project img {
    border-radius: 10px;
}

.project-content {
    text-align: center;
    padding: 50px 20px;
    position: relative;
}

.project-content:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0px;
    width: 2px;
    height: 40px;
    background: #999;
}

.project-content:after {
    position: absolute;
    content: "";
    left: 45%;
    top: 38px;
    width: 37px;
    height: 2px;
    background: #999;

}

.project-content .btn {
    padding: .7rem 1.7rem;
    border-radius: 25px;
}

.project-content p {
    margin: 20px 0px 35px;
}

.project-content h4 {
    text-transform: capitalize;
}

.project-content-block {
    padding: 70px 40px;
    margin-left: -120px;
    background: #F4F7FC;
    position: absolute;
    bottom: -70px;
    border: 15px solid#fff;
    -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

.project-content-block h4 {
    color: #194798;
}

.project-content-block p {
    margin: 20px 0px 30px;
}

.btn-circled {
    border-radius: 25px;
}

/*----------------------
 TESTIMONIAL
-----------------------*/

#testimonial-2 {
    background: #000;
}

#testimonial-2 .section-heading {
    margin-bottom: 40px;
}
#testimonial-2 .section-heading p{
    color: rgba(255,255,255,.8);
}

.testimonial-box .content p.lead {
    color: #fff;
    line-height: 34px;
}

.testimonial-box .content {
    position: relative;
    padding: 0px 30px;
}

.testimonial-box .content i {
    position: absolute;
    content: "";
    font-size: 90px;
    opacity: 0.08;
    left: 20px;
    color: #eee;
}

.client-img-sm {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 5px solid#ddd;
}


.client-box {
    margin-top: 30px;
}

.testimonial-box .client-info {
    margin-left: 20px;
}

.client-info h5 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
}

.client-info span {
    font-size: 13px;
}

#testimonial-2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    background: url("../img/bg/quoat.jpg")no-repeat;
    background-size: cover;
    opacity: .7;

}

/*----------------------
 BLOG SECTION
-----------------------*/
.blog-box {
    position: relative;
}



.blog-box .blog-img-box img {
    border-radius: 5px;
    box-shadow: 0 7px 12px rgba(0, 0, 0, 0.08);
}

.single-blog {
    padding-top: 40px;
    position: relative;
}

.blog-content ul {
    margin-bottom: 10px;
}

.blog-footer-text {
    position: relative;
    padding-left: 40px;
    margin-bottom: 5px;
    display: block;
    color: #194798;
    display: block;
}

.blog-footer-text:after {
    background: #d1d1d1;
    content: "";
    height: 1px;
    left: 0px;
    position: absolute;
    top: 13px;
    width: 30px;
    margin: 0 auto;
}

.blog-content a h4 {
    text-decoration: underline;
    transition: all .3s ease 0s;
    margin: 15px 0px;
}

.blog-content:hover a h4 {
    color: #194798;
}


.bg-light .single-blog{
    padding: 40px;
    text-align: center;
    border-bottom: 1px solid#eee;
}


.blog-content h6 {
    text-transform: uppercase;
    color: #666;
}


/*----------------------
 FOOTER
-----------------------*/
#footer {
    padding: 80px 0px;
    position: relative;
    background: #1e212a;
}

#footer {
    background: url("../img/bg/10.jpg");
    -webkit-background-size: cover;
    background-size: cover;
}

.footer-overlay {
    background: #1e212a;
    opacity: .94;
}

.footer-brand {
    font-size: 30px;
}

.footer-links {
    padding-left: 0;
    list-style-type: none
}


.footer-widget p {
    color: #ddd;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 32px;
    font-size: 14px;
}

.footer-widget h3 {
    color: #fff;
    margin-bottom: 30px;
}


.footer-links a {
    color: #ddd;
    line-height: 38px;
    font-size: 14px;
    text-transform: Capitalize;
}

.footer-links i{
    width: 25px;
}

.footer-copy {
    color:#ddd;
    font-size: 16px;
    position: relative;
	text-align: center;
}

.current-year {
    color: #194798 !important;
}

.footer-copy:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 15px;
    width: 30%;
    height: 1px;
    background: #94959a;
}



/*-----------------------------
 SCROLL TO TOP
--------------------------------*/

.scroll-to-top{
    position: fixed;
    content: "";
    right: 30px;
    bottom: 50px;
    z-index: 999;
    background: #194798;
    color: #fff!important;
    border-radius: 100%;

}

.scroll-to-top i{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 60px;
    display: block;
     -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    box-shadow:0 7px 22px rgba(0, 0, 0, 0.08) ;
}

.scroll-to-top:hover, .scroll-to-top:focus{
    text-decoration: none;
}


/*-------------------------
 HOME -2
-----------------------------*/
#banner{
    position: relative;
    /*background: url("../img/bg/banner_bg.jpg")no-repeat;*/
    /*-webkit-background-size: cover;*/
    /*background-size: cover;*/
    overflow: hidden;
    max-width: 100%;
}

@media (min-width:1620px) {

.slide_image {
    max-width: 100%;
    position: absolute;
    }
}

@media (max-width:1620px) {

.slide_image {
    max-width: 1600px;
    position: absolute;
    }
}

#banner .slick-prev.slick-arrow {
  left: 20px;
  z-index: 9;
}
#banner .slick-next.slick-arrow {
  right: 20px;
  z-index: 9;
}


.banner-content {
    padding: 150px 0px;
}
.banner-content p{
    width: auto;
    color: #eee;
    padding-right: 80px;
    margin-bottom: 30px !important;
}
.banner-content .display-4{
    color: #fff;
    font-weight: 600;
}

#banner .overlay{
    opacity: .2;
}
.slides .container {
  position: relative;
  z-index: 999;
}
.banner-contact-form{
    padding:0px 40px;
    margin-top: 0px;
}
.banner-contact-form .form-control{
    border-radius: 0px;
    height: 45px;
}
.banner-contact-form textarea.form-control{
    height: auto;
}

/*--------------------------
ABOUT
---------------------------*/
#about .img-block{
    position: relative;
      -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}
#about .img-block img{
    border: 2px solid #194798;
}
.pt-6{
    padding-top: 4.5rem;
}



/*--------------------------
PRICING
---------------------------*/
.pricing-box{
    border: 1px solid#eee;
    padding: 60px;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:all 300ms ease-in-out ;
    transition:all 300ms ease-in-out ;
}

.pricing-box .price-block h2 span{
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
.pricing-box:hover .price-block h2 ,.pricing-box:hover h3{
    color: #fff;
}

.pricing-box:hover .price-features li{
    color: #eee;
}

.pricing-box:hover{
    background: #111;
    border-color: #111;
}
.pricing-box:hover .btn{
    border-color: #fff;
    color: #fff;
    background: transparent;
}
.pricing-box:hover .btn:hover{
    background: #fff!important;
    color: #000!important;
}



/*-------------------------
 PORTFOLIO
---------------------------*/

.single-work {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:  all 300ms ease-in-out;
    transition:  all 300ms ease-in-out;
}
.single-work img{
    max-height: 220px;
    width: 100%;
     -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    position: relative;
}
.single-work .work-img{
    position: relative;
}
.single-work .work-img:after{
    position: absolute;
    content:"";
    width: 100%;
    height: 100%;
    background:#0A4A8F;
    left: 0px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
}
.work-content{
    margin-top: 30px;
}

.work-content span {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #ddd;
    padding-top: 16px;
    margin-top: -50px;
    background: #0A4A8F;
    border-radius: 100%;
    border: 2px solid#fff;
    opacity: 0;
    visibility: hidden;
}

.single-work .work-img:after,.work-content span {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:  all 300ms ease-in-out;
    transition:  all 300ms ease-in-out;
}


.work-content a{
    color: #48A1FF;
}

.single-work:hover  .work-content span{
    opacity: 1;
    visibility: visible;
}
.single-work:hover .work-img:after{
    opacity: .5;
    visibility: visible;
}

.work-content h5{
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;
    color: #0A4A8F;
}
.work-content h5:after{
    position: absolute;
    content:"";
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 1px;
    background: #000;
}

.work-content h3{
    font-size: 18px;
}


/*----------------------
 TETSIMONIAL
-------------------------*/

.testimonial .content img{
    margin: 0 auto 30px;
    border: 3px solid#fff;
}

.img-md{
    width: 120px;
    height: 120px;
    border-radius: 100%;
}

/*------------------------
 BLOG
-------------------------*/

.blog-content h6 span{
    display: inline-block;
    padding-left: 10px;
}
.blog-content h6 span:after{
    display: none;
}
.blog-content p{
    margin: 20px 0px;
}




/*-----------------------
 HOME-3
---------------------------*/
header .navbar-brand{
    padding-top: unset;
    padding-bottom: unset;
}
.header-white{
    background: #194798;
    -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    box-shadow:0 7px 22px rgba(0, 0, 0, 0.08) ;
    border-radius: 0px;
}

.trans-navigation .navbar-brand h4,.site-navigation .navbar-brand h4{
    color: #fff;
}

#banner-3{
    position: relative;
    background: url("../img/banner/banner.jpg")no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner-content.style-2{
    padding-top: 200px;
}

.trans-navigation .navbar-brand {
    padding-top: 13px;
}


#banner-4{
    position: relative;
    background: url("../img/banner/banner-2.jpg")no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.site-navigation.header-white {
    border-bottom: 1px solid transparent;
}
.site-navigation {
    border-bottom: 1px solid #21c87a;
}


.site-navigation .navbar-brand {
    padding-top: 13px;
    margin-right: 20px;
}


.banner-content2{
    padding: 200px 0px;
}

.banner-content2 .display-4{
    color: #fff;
    font-weight: 600;
}

.banner-content2 p.lead{
    color: #fff;
}


/*--------------------------
PAGE BANNER
--------------------------*/

.page-banner-area{
    padding: 180px 0px;
}
.page-contact{
    position: relative;
    padding: 180px 0px;
    background: url("../img/banner/p-6.jpg")fixed 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size:cover ;
}
.page-service{
    position: relative;
    padding: 180px 0px;
    background: url("../img/banner/service.jpg")fixed 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size:cover ;
}

.page-about{
    position: relative;
    padding: 180px 0px;
    background: url("../img/banner/about.jpg")fixed 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size:cover ;
}

.page-pricing{
    position: relative;
    padding: 180px 0px;
    background: url("../img/banner/img2.jpg")fixed 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size:cover ;
}

.page-project{
    position: relative;
    padding: 180px 0px;
    background: url("../img/banner/p-4.jpg")fixed 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size:cover ;
}


.page-banner-content h1{
    color: #fff;
}
.page-banner-content p{
    color: #eee;
}

.form-control{
    border-radius: 0px;
    height: 45px;
}


/*---------------------------
CONTACT PAGE
-----------------------------*/
.contact-info-block{
    border: 1px solid #fff;
    padding: 0 20px 40px 20px;
    border-radius: 5px;
    background: #fff;
    margin-top: 180px;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.18);
    margin-bottom: -60px;
}
.contact-info-block h4{
    margin-bottom: 0px;
}
.contact-info-block i{
    font-size: 40px;
    margin-bottom: 20px;
    display: block;
    color: #194798;
}


.slides {
    padding-top: 50px;
}


.logo-img {
  /*max-width: 200px;*/
      aspect-ratio: 1 / 1;
    object-fit: contain;
}
.footer-logo-img {
  max-width: 250px;
}
.service-inner-content p, .process-block p {
  text-align: justify;
}
footer .form-control {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #495057;
  color: #fff;
}
footer .form-control:focus {
  background: transparent none repeat scroll 0 0;
  color: #fff;
}
p.lead.text-black {
  margin-bottom: 20px;
  font-size: 15px;
}
.sec-bg-1 {
    background-image: url("../img/bg/app_dev_bg.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-size: initial;
    margin-top: 147px;
}
@media (max-width:1200px) {
    .sec-bg-1 {
    background-size: 100%;
}
}
@media (max-width:991px) {
    .sec-bg-1 {
    background: url("../img/bg/app_dev_bg_md.jpg") no-repeat;
    background-size: 100%;
}
}
@media (max-width:767px) {
    .sec-bg-1 {
    background: url("../img/bg/app_dev_bg_sm.jpg") no-repeat;
    background-size: 100%;
}
}
@media (max-width:478px) {
    .sec-bg-1 {
       background: url("../img/bg/app_dev_bg_xs.jpg") no-repeat;
       background-size: 100%;
    }

    .text-mobile-center {
        text-align: center;
    }
}
.top-margin {
    margin-top: 270px;
}
.top-margin-2 {
    margin-top: 75px;
}
.left-border {
    list-style: none;
    border-left: 5px solid #194798;
    margin-left: 15px
}
.list-style li {
    display: block;
    float: left;
    padding: 10px 20px;
    margin: 15px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.18);
}
.img-dev {
    background: url("../img/bg/web_dev_bg_1.jpg") no-repeat;
    background-size: 100%;
    margin-top: 147px;
}
.img-dig {
    background: url("../img/bg/digital_bg_1.jpg") no-repeat;
    background-size: 100%;
    margin-top: 147px;
}
.img-dig img {
    margin-top: 60px;
    float: right;
}
.img-gra {
    background: url("../img/bg/graphic_bg.jpg") no-repeat;
    background-size: 100%;
    margin-top: 147px;
}
.img-mar {
    background: url("../img/bg/marketing_bg_1.jpg") no-repeat;
    background-size: 100%;
    margin-top: 147px;
}
.img-sof {
    background: url("../img/bg/software_bg_1.jpg") no-repeat;
    background-size: 100%;
    margin-top: 147px;
}
.section-2 {
    padding-bottom: 8.125rem;
}
.img-product {
    margin: auto;
    display: block;
    width: 80%;
    margin-top: 80px;
}
.rob {
    float: left;
    max-width: 200px;
    margin-top: -25px;
}

.mr-top {
    margin-top: 80px;
}

.mr-top-2 {
    margin-top: 50px;
}

.img-track {
    margin: auto;
    display: block;
    max-width: 70%;
    margin-top: 147px;
}
/*.about-top {
    background: url("../img/bg/about.png") no-repeat;
    background-size: 100%;
    min-height: 500px
}*/
.about-top p {
    padding: 25px 75px;
    margin-top: 15px;
    font-size: 15pt !important;
    font-weight: 400;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.18);
}
.about-us {
   margin-top: 75px;
}
.border-bo {
    width: 100%;
    height: 50%;
    border: none;
    border-top: 5px solid #194798;
    box-sizing: border-box;
    margin-top: 8px;
}
.contact-icon {
    background-color: #fff;
    width: 100px;
    height: 100px;
    padding: 30px;
    border-radius: 50%;
    margin: auto;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.18);
    margin-top: -55px;
}
.left-border-2 {
    border-left: 5px solid #194798;
}
.contact-top {
    background: url("../img/bg/contact-2.jpg") no-repeat;
    background-size: 100%;
    min-height: 285px;
    margin-top: 147px;
}
.img-slider {
    width: 100%;
    height: 100%;
}
.footer-copy:after {
    position: absolute;
    content: "";
    right: 0px;
    top: 15px;
    width: 30%;
    height: 1px;
    background: #94959a;
}
.search-btn {
    background-color: #194798;
    color: #fff;
    padding: 13px 30px;
    border-radius: 0 10px 10px 0;
    margin-left: -16px
}
.faq-cards {
    background-color: #fff;
    padding: 25px 15px 10px 15px;
    width: 100%;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.18);
    border-radius: 10px;
    margin-bottom: 10px;
}
.flag-country {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.link-white {
    color: #fff !important;
}
.address i {
    margin-right: 12px;
}
.address .fa-phone {
    margin-top: 25px;
}
.team-title {
    padding-top: 75px;
}
.team-cards {
    background-color: #fff;
    padding: 25px;
    width: 100%;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.18);
    border-radius: 10px;
    margin-bottom: 150px;
}
.team-cards:hover {
    background-color: #e7efff;
}
.team-cards:hover > .team-social p {
    background-color: #fff;
}
.team-member {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 50%;
    border: 8px solid #fff;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.18);
    margin-top: -130px;
}
.italic-italic {
    font-style: italic;
}
.position {
    margin-top: -8px;
}
.team-social p {
    list-style: none;
    margin:5px 5px 5px 0;
    padding: 5px 10px;
    color: #222;
    font-size: 13px;
    display: inline-block;
    background-color: #e7efff;
    border-radius: 8px;
}
.blink{
    font-size: 25px;
    color: #194798;
    animation: blink 2s linear infinite;
}

@keyframes blink{
    0%{opacity: 0;}
    25%{opacity: .5;}
    50%{opacity: 1;}
    75%{opacity: 1.5;}
    100%{opacity: 2;}
}
.urgent {
    background-color: #4caf50;
    color: #fff;
    padding: 10px 40px;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: -25px;
    float: right;
}
.careers-cards {
    background-color: #fff;
    padding: 25px;
    width: 100%;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.18);
    border-radius: 10px;
    margin: 25px 0;
}
.careers-cards:hover {
    background-color: #f1f1f1;
}
.team-member-2 {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 4px solid #fff;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.18);
    float: right;
}

@media (max-width:478px) {
    .team-member-2 {
        margin-top: -65px
    }
}
.des-items li {
    padding-bottom: 20px;
}

.info-image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 50px;
}
.grap-cards {
    background-color: #fff;
    padding: 25px;
    width: 100%;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.18);
    border-radius: 10px;
    margin-bottom: 100px;
}
.grap-img {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: -75px;
}
.bottom-margin-100 {
    margin-bottom: 100px;
}

.lg-md-hide {
  visibility: hidden;
}

.lg-md-show {
  visibility: visible;
}

.sec-bg-portfolio {
  background: url('../img/bg/portfolio-bg.jpg') no-repeat;
  background-size: 100%;
  height: 100%;
}

.pdd-top {
  padding-top: 100px;
}

.portfolio-img {
  border-radius: 30px;
}
/*---------------------------
Portfolio page
-----------------------------*/
.item-project {
    position: relative;
    margin-bottom: 30px;
  }
  .item-project img {
    width: 100%;
    max-width: 100%;
  }
  .overlay-project {
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(25, 71, 152, 0.6);
  }
  .overlay-project {
    text-align: center;
  }
  .overlay-project h4,
  .overlay-project a.cate {
    position: absolute;
    top: 40%;
    display: block;
    width: 100%;
    line-height: 30px;
  }
.overlay-project h4 a {
    color: #ffffff;
    font-size: 16px;
    display: block;
    position: relative;
      text-decoration: none;
  }
.overlay-project h4 a:before {
    transform: translateX(-50%);
    transition: all 0.5s ease-in-out;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0px;
    height: 2px;
    background: #ffffff;
    content: "";
    display: block;
  }
  .overlay-project h4 {
    transform: translateY(-55px);
    transition: all 0.5s ease-in-out;
  }
  .overlay-project h4 a:hover:before {
    width: 60%;
  }
  .overlay-project a.cate {
      text-decoration: none;
    color: #f7f7f7;
    font-size: 14px;
    transform: translateY(55px);
    transition: all 0.5s ease-in-out;
  }
  .overlay-project a.cate:hover {
    color: #fff;
  }
  .item-project:hover .overlay-project {
    opacity: 1;
  }
  .item-project:hover .overlay-project a.cate {
    transform: translateY(17px);
  }
  .item-project:hover .overlay-project h4 {
    transform: translateY(-17px);
  }
  .category-case-warp a {
      text-decoration: none;
      line-height: 42px;
      color: #fff;
      padding: 0 20px;
      background: #194798;
      display: inline-block;
      margin-bottom: 5px;
      border: 2px solid #E3DFF6;
  }
  .category-case-warp a:hover {
      background-color: #ffffff;
      color: #000000;
      border: 2px solid #194798;
  }
  .portfolio-title{
    padding-top: 0.75rem;
  }
  .item-project:hover .portfolio-title{
      padding-top: 0.75rem;
      color: #f7f7f7;
      position: relative;
      z-index: 9999;
  }
.category-case-warp a.current {
    background: #fff;
    color: #000000;
    border: 2px solid #194798;
}