/** --------------------------------------------------
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=Muli:300,400,500,700,900');



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: 'Muli', sans-serif;
    font-size: 15px;
    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: 'Muli', sans-serif;
    font-weight: 700;
    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;
    text-transform: capitalize;
    margin-bottom: 25px;
}


@media (max-width:767px) {
	.card_div{
		margin-bottom: 40px;
	}
	.card_div{
		height: auto !important
	}
	.div1 img, .div2 img, .div3 img {
		float: none !important;
		width: 100%;
		margin-bottom: 10px;
	}
	.detail-div img{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.p-0 {
		padding: 0 15px !important;
	}
    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;
    font-size: 15px;
}

a{
    color: #f36523;
}
a:hover,a:focus{
    outline: none;
    text-decoration:  none;
}

.mb-6{
    margin-bottom: 2rem !important;
}

.section-heading{
    margin-bottom: 40px;
}
.section-heading p{
    margin-bottom: 0px!important;
}

/*--------------------

-----------------*/


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: 5.5rem 0;
    }
}

.section-top {
    padding-top: 8.125rem;
}

.section-bottom {
    padding-bottom: 70px;
}

@media (min-width:768px) {
    .section-top {
        padding-top: 10.3125rem
    }
}


.bg-grey {
    background: #F4F7FC;
}

/*-------------------
  BUTTONS STYLE
----------------=----*/

.btn {
    font-size: .6875rem;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    padding: 1.2rem 2.7rem;
    border: 0.1rem solid transparent;
    transition: all 0.2s ease-in-out;
    letter-spacing: .5px
}



.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-white{
    background: #fff;
    color: #212529;
}
.btn-trans-white {
    border: 1px solid#fff;
    color: #fff;
}

.btn-outline-dark:hover {
    background: #222 !important;
    color: #fff !important;
}

.btn.btn-link {
    color: #212529;
}

.btn:focus {
    box-shadow: none !important
}

.btn-circled {
    border-radius: 75px;
}


.bg-primary,.btn-primary,.btn-white:hover{
    background:#f36523!important;
    border-color: #f36523!important;
    color: #fff;
}

.bg-dark,.btn-primary:hover{
    background: #232323!important;
    border-color: #232323!important;
    color: #fff;
}

/*-------------------
   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: -45px;
    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: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.navbar {
    position: relative;
    padding: 1rem 1rem;
    border-radius: 5px;
}

.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: #f36523;

}
.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)
}



/*----------------------
 HEADER STYLE
-----------------------*/

.header-socials {
    line-height: 22px;
    margin-bottom: 0px;
}

.header-socials li {
    padding: 8px;
}

.header-socials li a{
    color: #f36523;
}


/*-----------------
 LOGO BAR
-------------------*/

.logo-bar {
    padding: 30px 0px 60px;
}

.top-info-block {
    margin-right: 30px;
}


.icon-block {
    margin-right: 20px;
    color:#f36523;
    font-size: 40px;
    line-height: 20px;
    font-weight: 400;
}

.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: -40px;
}



/*----------------------
 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;
}

.main-banner p.lead,
.banner-content p.lead{
    margin-bottom: 2.5rem!important;
}


/*----------------------
 FEATURE STYLE
-----------------------*/
.img-icon-block {
    position: relative;
}

.img-icon-block:before {
    position: absolute;
    content: "";
    top: -27px;
    background-color: #f36523;
    opacity: .3;
    width: 80px;
    right: 70px;
    height: 80px;
    border-radius: 50%;
    z-index: 1;
}

.img-icon-block i{
    font-size: 58px;
    z-index: 2!important;
    color: #333;
    position: relative;
}

/*----------------------
 SERVICE
-----------------------*/
h5.subtitle {
    color: #f36523;
	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: 60px;
    padding-left: 15px;
}

.service-icon {
    margin-right: 20px;
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    padding-top: 5px;
}
.web-service-block img{
    width: 70px;
    background: #fff;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.service-block {
    margin-bottom: 50px;
}
.service-content h1{
    margin-bottom: 20px;
    margin-top: 15px;
}



.mb-30{
    margin-bottom: 30px;
}
.service-inner-content h4{
    text-transform: uppercase;
}


/*----------------------
 PROCESS
-----------------------*/
.process-block {
    text-align: center;
}

.process-block img {
    border-radius: 5px;
    margin-bottom: 30px;
}

.process-block h3 {
    margin-bottom:15px;
}

/*----------------------
 WEB SERVICES
-----------------------*/

#services-2 {
    position: relative;
    background: url("../img/bg/service-bg-photo.jpeg")no-repeat fixed 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}


#services-2:before{
    position: absolute;
    content:"";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /*background-image: linear-gradient(30deg, rgba(121, 110, 255, 0.95) 0%, rgba(33, 200, 122, 0.95) 100%);*/
	background-image: linear-gradient(30deg, rgba(243, 101, 35, 0.9) 0%, rgba(108, 119, 114, 0.95) 100%);
}
.web-service-block {
    text-align: center;
    padding: 35px 25px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.05);
    margin-bottom: 10px;
	height: 380px;
}

.web-service-block i {
    font-size: 70px;
    margin-bottom: 30px;
    display: block;
}

.web-service-block i,
.web-service-block h3 {
    color: #fff;
}

.web-service-block p {
    color: #eee;
    margin-top: 15px;
}

.web-service-block:hover {
    background: #fff;
    border-color: transparent;
	transform: scale(1.05);
}

.web-service-block:hover i {
    color: #f36523;
}

.web-service-block:hover h3 {
    color: #111;
}

.web-service-block:hover p {
    color: #111;
}




/*----------------------
 PRICING
-----------------------*/

.price-block {
    margin: 20px 0px 30px;
}

.price-block h2 {
    font-size: 80px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}


.price-block h2 small {
    position: absolute;
    top: 20px;
    font-size: 16px;
    left: -9px;
}

.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 50px;
}

.price-features li i{
	padding-right: 10px;
}
.price-features li {
    font-size: 16px;
    padding: 5px 0px;
    position: relative;
    /*padding-left: 30px;*/
}
/*.price-features li:before{
    position: absolute;
    content:"\f05d";
    font-family: "FontAwesome";
    left: 0px;
    top: 5px;
    color: #f36523;
}*/

.pricing-block .price-features li{
    padding-left: 0px;
}
.pricing-block .price-features li:before{
    display: none;
}

/*----------------------
 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: rgba(0, 0, 0, 0.83);
    /*background: rgba(0, 0, 0, .92);*/
}

.overlay.feature-overlay {
    background-image: linear-gradient(30deg, rgba(121, 110, 255, 0.95) 0%, rgba(33, 200, 122, 0.95) 100%);
    opacity: .9;
}

#projects-wrap p.lead{
    color: #a9a9a9!important;
}
#projects {
    margin-top: -60px;
}

.single-project img {
    border-radius: 10px;
}

.project-content {
    text-align: center;
    padding: 40px 20px;
    position: relative;
}

.project-content .btn {
    padding: .7rem 1.7rem;
    border-radius: 25px;
}

.project-content p {
   margin-top: 20px;
}

.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: #f36523;
}

.project-content-block p {
    margin-top: 25px;
}
/*------------------------------------
SECTION TESTIMONIAL
-------------------------------------*/
#section-testimonial{
    background: #F9FAFF;
}
.mb25{
    margin-bottom: 25px;
}
.test-inner{
    position: relative;
    padding: 30px;
    background: #fff;
    border-top-right-radius: 35px;
    margin-bottom: 25px;
    -webkit-transition: all .7s ease;
    -o-transition:all .7s ease ;
    transition:all .7s ease ;
	height: 460px;
}

.test-inner:hover h4{
	color: #fff;
	transition:all .7s ease ;
}
.test-inner:hover h6{
	color: #fff;
	transition:all .7s ease ;
}
.test-inner:hover{
    -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    box-shadow:0 7px 22px rgba(0, 0, 0, 0.08) ;
	background: #f36523;
    color: #fff;
}

.test-author-thumb{
    margin-bottom: 15px;
}
.test-author-thumb img{
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border: 1px dotted #ddd;
    padding: 5px;
}

.test-author-info{
    margin-left: 20px;
    margin-top: 20px;
}

.test-inner i{
    font-size: 60px;
    opacity: .09;
    position: absolute;
    right: 40px;
    bottom: 20px;
}








/*----------------------
 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: 25px;
    position: relative;
}

.blog-content ul {
    margin-bottom: 10px;
}



.blog-content a h3 {
    transition: all .3s ease 0s;
    margin: 15px 0px;
}

.blog-content:hover a h3 {
    color: #f36523;
}


.bg-light .single-blog{
    padding: 40px;
    text-align: center;
    border-bottom: 1px solid#eee;
}



/*----------------------
 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: #111;
    opacity: .94;
}

.footer-brand {
    font-size: 30px;
}

.footer-links {
    padding-left: 0;
    list-style-type: none
}


.footer-widget p {
    color: #fff;
    line-height: 30px;
    font-size: 14px;
}

.footer-widget h3 {
    color: #fff;
    margin-bottom: 30px;
}
.footer-widget h5{
	color: #fff;
    margin-bottom: 0;
    font-size: 15px;
}
.footer-widget i{
	padding-right: 5px;
}

.footer-links a:hover {
	padding-left: 5px;
    transition: 0.3s all;
}
.footer-links a {
    color: #fff;
	transition: 0.3s all;
    line-height: 38px;
    font-size: 14px;
    text-transform: Capitalize;
}

.footer-links i{
    width: 25px;
}

.footer-copy {
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding-top: 10px;
}

.current-year {
    color: #f36523 !important;
}

.footer-copy:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    width: 100%;
    height: 1px;
    background: #94959a;
}



/*-----------------------------
 SCROLL TO TOP
--------------------------------*/

.scroll-to-top{
    position: fixed;
    content: "";
    right: 30px;
    bottom: 50px;
    z-index: 999;
    background: #f36523;
    color: #fff!important;
    border-radius: 100%;
    opacity: 0;
    
}

.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;
}

.reveal{
    transition: all .3s;
    cursor: pointer;
    opacity: 1;
}


/*-------------------------
 HOME -2 
-----------------------------*/
#banner{
    position: relative;
    background: url("../img/bg/banner_bg.jpg")no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}


.banner-content {
    padding: 150px 0px;
    padding-right: 30px;
}
.banner-content p{
    color: #eee;
    padding-right: 80px;
    margin-bottom: 30px !important;
}
.banner-content .display-4{
    color: #fff;
    font-weight: 600;
}

#banner .overlay{
    opacity: .7;
}

.banner-contact-form{
    padding:45px 40px;
    margin-top: 30px;
}
.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: 5px solid #f36523;
}
.pt-6{
    padding-top: 4.5rem;
}
.img-icon i{
    font-size: 60px;
	color: #f36523;
}

/*--------------------------
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: capitalize;
}
.pricing-box:hover .price-block h2 ,.pricing-box:hover h3{
    color: #fff;
}

.pricing-box:hover .price-features li{
    color: #eee;
}

.pricing-box:hover{
    background: rgb(29, 28, 28);
    border-color: rgb(29, 28, 28);
}

.pricing-box:hover .btn{
    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;
}



.work-block{
    position: relative;
    border: 2px solid #eee;
	margin-bottom: 30px;
    
}
.work-block img{
    width: 250px;
    margin: auto;
    display: block;
    padding: 10px;
}

.overlay-content-block a{
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    border-radius: 100%;
    position: absolute;
    left: 30px;
    top: -23px;
    background: #f36523;
    color: #fff;
}


.overlay-content-block{
    position: absolute;
    content: "";
    bottom: 0px;
    width: 100%;
    padding: 30px 20px;
    background: #f5f5f5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:  all 300ms ease-in-out;
    transition:  all 300ms ease-in-out;
    border-radius: 5px 0px 0px 5px;
}

/*.work-block:hover .overlay-content-block{
    opacity: 1;
    visibility: visible;
}*/


.overlay-content-block h4{
    margin-bottom: 0px;
    margin-top: 10px;
}

/*----------------------
 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-white{
    background: #f36523 !important;
    -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,.site-navigation .navbar-brand h3,.trans-navigation .navbar-brand h3{
    color: #fff;
}

#banner-3{
    position: relative;
    background: url("../img/banner/home-back.jpeg")no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#services-3{
    position: relative;
    background: url("../img/banner/services.jpg")fixed 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#about-3{
    position: relative;
    background: url("../img/banner/about-us-bg.jpg")fixed 50% 0% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#whyus{
    position: relative;
    background: url("../img/banner/why-us-bg.jpg")fixed 50% 0% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#services{
    position: relative;
    background: url("../img/banner/services-bg.jpg")fixed 50% 0% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#portfolio{
    position: relative;
    background: url("../img/banner/Portfolio-bg.jpg")fixed 50% 0% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#project{
    position: relative;
    background: url("../img/banner/Projects-bg.jpg")fixed 50% 0% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#blog{
    position: relative;
    background: url("../img/banner/Blog-bg.jpg")fixed 50% 0% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#contactus{
    position: relative;
    background: url("../img/banner/contact.jpeg")fixed 50% 0% 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 .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/contact.jpeg")fixed 50% 100% 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{
    padding-top: 90px;
}
.contact-info-block{
    border: 1px solid#eee;
    padding: 40px 20px;
    border-radius: 5px;
}
.contact-info-block h4{
    margin-bottom: 0px;
}
.contact-info-block i{
    font-size: 40px;
    margin-bottom: 20px;
    display: block;
    color: #f36523;
}

.form-control:focus,.form-control:hover{
    border-color: #f36523;
    box-shadow: none;
}


/* --------------
    MAP
-----------------*/

#map{
    height: 400px;
    width: 100%;
}


/* ==============================
  SINGEL PROJECTS
=============================*/

.project-details-info{
   margin: 40px 0px;
}

.info-block-2{
    float: left;
    margin-right: 65px;
    margin-bottom: 40px;
}


.mt50{
    margin-top: 80px;
}
.project-info ul {
    margin-top: 40px;
}
.project-info ul li{
    margin-bottom: 30px;
    padding-right: 20px;
}

.project-lg-img img {
    width: 100%;
}


/* =========================
		ADDITIONAL
=======================*/
.navbar-dark .navbar-nav .nav-link:hover {
    /* color: rgba(191, 56, 56, 0.93); */
    color: #fff;
    font-weight: 700;
    transition: 0.3s all;
}
.heading_t{
	text-transform: capitalize;
}
.about-heading{
	color: #f36523;
    font-weight: 700;
    font-size: 35px;
}
.cont-frm{
	font-size: 14px !important;
    text-transform: capitalize !important;
}
.submit-btn{
	padding: 12px 30px;
    font-size: 14px;
	border-radius: 4px !important;
}
.center{
	text-align: center;
}
.justify{
	text-align: justify;
}
.abt-img{
	max-width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 12px #b1b1b1;
}
p{
	line-height: 28px;
}
.web_service i{
	font-size: 70px;
    margin-bottom: 30px;
    display: block;
	color: #f36523;
}
.web_service{
	text-align: center;
    padding: 35px 25px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.05);
    margin-bottom: 10px;
	transition: 0.3s all;
	border: 1px solid #eee;
}
.web_service:hover p{
	color: #ffffff !important;
}
.web_service:hover h3{
	color: #ffffff;
}
.web_service:hover{
	background: #f36523;
	transition: 0.3s all;
	transform: scale(1.05);
}
.web_service:hover i {
    color: #ffffff;
}
.web_service p{
	color: #333 !important;
}
.contact-info-block:hover {
    background: #f36523;
    color: #fff;
    transition: 0.3s all;
}
.contact-info-block:hover i {
    color: #fff;
}
.contact-info-block:hover h4 {
    color: #fff;
}
.contact-info-block:hover a {
    color: #fff !important;
}
.web_service H3{
    color: #333;
}
.webdevlop img{
	width: 100%;
}
.service_tab i{
	margin-right: 10px;
	color: #f36523;
	line-height: 25px;
	margin-bottom: 10px;
}
ul.service_tab li {
    display: flex;
    margin-bottom: 5px;
}
.service_tab{
	list-style: none;
    padding: 0;
}
.webdevlop  p{
	margin-bottom: 20px;
}
.img-div p{
	font-size: 18px;
}
.img-div h4{
	font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
}
.img-div{
	text-align: center;
}
.img-div img{
	width: 200px;
    margin-bottom: 20px;
    border: 2px dashed #f36523;
    border-radius: 10px;
    padding: 5px;
}
.about-div img{
	width: 100%;
	border: 1px solid #cacaca;
    padding: 5px;
    border-radius: 4px;
	margin-bottom: 10px;
}
.about-div h4{
	font-size: 20px;
    text-transform: capitalize;
}
.about-div{
	border: 2px dashed #cacaca;
    padding: 20px;
}
.service-block img{
	width: 60%;
    display: block;
    margin: auto;
    box-shadow:none;
}
.div1{
    padding: 20px;
    height: 200px;
}
.div2{
    padding: 20px;
    height: 200px;
}
.box-1{
	background-image: linear-gradient(to bottom right, #f36523, #f3ff3a);
}
.box-2{
	background-image: linear-gradient(to bottom right, #56ab2f, #a8e063);
}
.box-3{
	background-image: linear-gradient(to bottom right, #f84cd3, #5e2a52);
}
.box-4{
	background-image: linear-gradient(to bottom right, #614385, #516395);
}
.box-5{
	background-image: linear-gradient(to bottom right, #de6262, #ffb88c);
}
.box-6{
	background-image: linear-gradient(to bottom right, #02aab0, #00cdac);
}
.div3{
    padding: 20px;
    height: 200px;
}
.boxed-div{
	margin-bottom: 60px;
}
.modal-open {
    overflow: auto;
	padding-right: 0 !important;
}
.name_div h4, .name_div h6{
	color: #fff;
}
.single-blog-post {
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 15px 0 rgb(215, 215, 215);
    transition: .4s;
}
.single-blog-post .blog-image {
    display: block;
}
.single-blog-post .blog-post-content {
    padding: 25px;
}
.single-blog-post .blog-post-content span {
    font-weight: 600;
}
.single-blog-post .blog-post-content h4 {
    line-height: 1.4;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px;
}
.single-blog-post .blog-post-content p {
    margin-bottom: 20px;
}
.read-more-btn:hover {
	color: #333 !important;
}
.read-more-btn {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    color: #ff6d34;
    z-index: 1;
}
.read-more-btn::before {
    content: '';
    position: absolute;
    left: 50px;
    bottom: 11px;
    width: 55px;
    height: 2px;
    background: #ff6d34;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: -1;
}
.read-more-btn:focus::before, .read-more-btn:hover::before {
    left: -20px;
    opacity: 1;
    visibility: visible;
	top: 9px;
}
.detail-row img{
	width: 100%;
}
.detail-row{
	color: #fff;
	border: 1px solid #eee;
    padding: 20px;
    background-image: linear-gradient(to bottom right, #ff7e5f, #feb47b);
}
.abt-mdd h4{
	color: #fff;
}
.abt-mdd h6{
	color: #fff;
}
/* =========================
   
=======================*/

/*#page-loader {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1050;
}*/
.header-white .navbar-brand{
	background: #fff;
    padding: 5px;
    border-radius: 4px;
	margin: 0;
}
.navbar{
	padding: 5px !important;
	background: rgba(0, 0, 0, 0.92);
}
.navbar-dark .navbar-toggler {
    color: #fff !important;
    border-color: #fff !important;
}
.box{
	background: #fbfbfb;
    padding: 40px 10px;
    box-shadow: 0px 0px 12px gainsboro;
	border-radius: 4px;
}
.detail-div{
	text-align: justify;
	box-shadow: 0px 0px 10px gainsboro;
	padding: 20px;
	background: #f36523;
    border: 1px solid #f36523;
    border-radius: 4px;
	color: #fff;
}
.detail-div h4{
	color: #fff;
	font-size: 20px;
}
.detail-div h6{
	color: #fff;
	font-size: 16px;
}
  .loader-icon {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 3px solid rgba(19, 19, 19, 0.1) !important;
    border-left: 3px solid rgba(19, 19, 19, 0.1) !important;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-right: 3px solid #1453F2 !important;
    border-top: 3px solid rgba(19, 19, 19, 0.1) !important;
    height: 50px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  
  .colored-border {
    border-color: #fff; }
  
  .fa-spin {
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear; }
  
  @-webkit-keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg); } }
  
  @keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg); } }
  
  @media (max-width: 991px) {
    .section-title {
      font-size: 30px; }
    .background-text {
      font-size: 60px; } }
  
  @media (max-width: 576px) {
    .section-title {
      top: 0; }
    .background-text {
      display: none; 
	} 
	.scroll-to-top i{
		width: 50px;
		height: 50px;
		line-height: 50px;
		right: 10px;
	}
}
@media (max-width: 990px) and (min-width: 576px){
	.web-service-block{
		height: 420px;
	}
}
@media (max-width: 1199px) and (min-width: 991px){
	.test-inner {
		height: 550px;
	}
	.web-service-block{
		height: 380px;
	}
}
@media (max-width: 1199px){
	.navbar-nav .nav-link {
		padding-right: 8px !important;
		padding-left: 8px !important;
	}
	.div1, .div2, .div3{
		height: auto;
	}
	.div1 .name_div, .div2 .name_div, .div3 .name_div{
		position: unset;
		margin-top: 10px;
	}
	.div1 img, .div2 img, .div3 img{
		float: none;
		right: 0 !important;
		width: 100% !important;
		position: inherit !important;
	}
}
@media (min-width: 425px){
	.detail-div img{
		float: left;
		margin: 0 15px 0 0;
		width: 160px;
	}
}
.card_div img{
	position: absolute;
    right: 10px;
    width: 160px;
}
.name_div {
    position: absolute;
    bottom: 15px;
    left: 10px;
}
@media (max-width: 991px){
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
		padding-right: 30px !important;
		padding-left: 0;
	}
	.test-inner{
		height: auto !important;
	}
}


.popup-div {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-popup-div;
  text-align: center;
}

.pop-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.pop-overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 200px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 80%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06d85f;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.card_div{
	cursor: pointer;
	margin-bottom: 50px;
	position: relative;
}
.btn-more{
	cursor: pointer;
}
.cut{
	padding: 10px;
    background: #f36523;
    border: 1px solid #f36523;
    color: #fff;
}
.team-box-div p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.team-box-div img{
	width: 100%;
	margin-bottom: 10px;
}
.pt-0{
	padding-top: 0 !important;
}
.team-box-div{
    padding: 15px;
    border-radius: 2px;
    box-shadow: 0px 3px 10px gainsboro;
	margin-bottom: 40px;
	cursor: pointer;
}
.br-1{
    border-right: 5px solid #333;
}
.br-2{
    border-right: 5px solid #f36523;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #333;
}
::-webkit-scrollbar-thumb {
  background: #f36523;
}
@media (min-width: 576px){
	.modal-dialog {
		max-width: 700px;
		margin: 1.75rem auto;
	}
}
@media screen and (max-width: 700px) {
  .popup-div {
    width: 70%;
  }
  .popup {
    width: 70%;
  }
}
.service-block.media {
    border: 1px solid #f5a37f;
    padding: 15px;
    border-radius: 10px;
}
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}


.logo-slider {
    overflow: hidden;
    padding: 30px 0 40px 0;
    white-space: nowrap;
    position: relative;
}

.logo-slider:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 50s slide infinite linear;
}

.logos-slide .slide {
    display: inline-block;
}

.logos-slide img {
    max-width: 120px;
    margin: 40px 30px 0;
}

.slide h2 {
   font-size: 16px;
   text-align: left;
   font-family:'Arial';
   font-style: normal;
   margin: 5px 0;
}
.headingsldier {
    text-align: center;
}
@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.logo-slider p {
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    white-space: break-spaces;
}