/****************************************TYPOGRAPHY ***************************************************/
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #999999;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
}
h1{
    font-size: 3.998em;
}
h2{
    font-size: 2.827em;
}
h3{
    font-size: 1.999em;
}
h4{
    font-size: 1.414em;
}
p{
    font-size: 1.7em;
    color: #999999;
    font-weight: 100;
}

.btn{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding:12px 40px;
    box-shadow: 0px 4px 10px 0px rgba(91, 91, 91, 0.45);
    line-height: 1;
    transition: all .5s ease;
    letter-spacing: 1px;
}

.btn-link{
    padding:0;
    box-shadow: none;
}
.icon-on-button{
    margin-left: 8px;
}
.icon-on-button i{
    font-size: 18px;
    vertical-align: middle;
}
.navbar{
    background-color: white;
    border-color: white;
    border:0px;
    padding-top: 80px;
    transition: all .5s ease;
}
.navbar-brand{
    padding: 0;
}
.navbar-brand img{
    max-height: 50px;
}
.navbar-default .navbar-nav>li>a {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #000;
}
.navbar-default .navbar-nav>li>a:hover{
    color: #ff7200;
}
.navbar-nav>li>a.btn-navbar:hover{
    color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ff7200;
    font-weight: bold;
    background-color: transparent;
}
.navbar-nav>li>a.btn-navbar{
    padding-left: 40px;
    padding-right: 40px;
}
.navbar-divider{
    width:100%;
    height: 1px;
    border:0px;
    background-color: rgba(255,255,255,0.1);
    transition: all .5s ease;
}
.colored-nav {
    padding-top: 15px;
    padding-bottom: 15px;
}
.colored-nav .navbar-divider{
    display: none;
}
.cta{
    color: #fff;
}
.cta-btn-group{
    margin-top: 15px;
}
.cta-btn-group .btn{
    margin: 10px;
}
.btn-orange.focus, .btn-orange:focus,.btn-orange.active, .btn-orange:active {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-white.focus, .btn-white:focus,.btn-white.active, .btn-white:active {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-violat.focus, .btn-violat:focus,.btn-violat.active, .btn-violat:active {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
/*******************************************HEADER***************************************************/
header{
    background-color: #b7b7b7;
    position: relative;
    display: block;
}
/*******************************************SLIDER HOME***************************************************/
.sliding-card-with-bottom-image .image-container img{
    position: relative;
    margin: 0 auto;
    padding-top: 90px;
}
.image-right-slide-bg{
    background-repeat: no-repeat !important;
    background-position-x: 100%!important;
    background-size: auto 100%!important;
    padding: 18rem 0;
}
.slider-para{
    font-size: 1.414em;
    font-family: 'Open Sans', sans-serif;
}
/*******************************************SLIDER***************************************************/
.slider-content-wraper{
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    color: #fff;
}

/*******************************************FEATURE**************************************************/
/*.feature{
    position: relative;
    overflow:hidden;
}
.feature-right-image{
    position: absolute;
    width: 100%;
    height: 100%;
}*/
.feature-wiget{
    padding-top: 15px;
    padding-bottom: 15px;
}
.feature-wiget h4, .feature-wiget i{
    color: #ff7200;
}
.feature-wiget i{
    font-size: 56px;
}
.feature-wiget h4{
    text-transform: uppercase;
}
.bottom-line{
    position: relative;
    margin-bottom: 20px;
}

.bottom-line:after{
    content: '';
    position: absolute;
    top: 100%;
    width: 35px;
    height: 2px;
    background-color: #0e153a;
    left: 0;
    margin-top: 7px;
    margin-bottom: 5px;
}
/*******************************************CARD*****************************************************/
.card{
    box-shadow: 0px 4px 15px 0px rgba(191, 195, 198, 0.29);
}
.card-title{
    color: #5a5a5a;
    text-transform: initial;
}
.card-block{
    padding:4rem;

}
/*******************************************TESTIMONIAL**********************************************/
.heading-wraper{
    margin-bottom: 120px;
}
.heading-wraper h3{
    color: #fff;
    text-transform: uppercase;
}
.heading-wraper .heading-devider{
    margin:0 auto;
    width: 100px;
    height: 2px;
    border:0px;
}
.testimonial-container{
    background-color: #fff;
    box-shadow: 0px 8px 21px 0px rgba(26, 31, 66, 0.29);
}
.testimonial-content{
    padding: 2rem 8rem;
    position: relative;
    top: -45px;
    color: #5a5a5a;
    font-weight: 600;
}
.testimonial-speech{
    font-size: 16px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #5a5a5a;
}
.testimonial-container .client-details{
    position: relative;
    top: -45px;
}
.testimonial-container .client-details img{
    border-radius: 50%;
    margin-bottom: 25px;
}
.client-designation{
    margin-bottom: 0px;
    font-size: 10px;
    text-transform: uppercase;
    color: #999999;
    font-family: 'Open Sans', sans-serif;
}
.client-name{
    margin-bottom: 0px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    font-weight: 400;
}
ul.social-list{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.social-list li{
    margin: 0;
    padding: 0;
    display: inline-block;
}
ul.social-list li a{
    display: block;
    font-size: 2rem;
    padding: 0.2rem;
    color: #999999;
}
ul.social-list li a:hover, ul.social-list li a:focus{
    color: #0e153a;
}

.owl-wrapper-outer{
    padding-top: 60px;
    margin-top: -60px;
}
/*******************************************CUSTOMER SUPPORT*****************************************/
.customer-support-content{
    padding-left: 15px;
    padding-right: 15px;
}
/*******************************************SUBSCRIPTION*********************************************/
.sunscription-wraper-outer{
    box-shadow: 0px 8px 21px 0px rgba(191, 195, 198, 0.29);
}
.subscription-wraper h3{
    text-transform: uppercase;
    color: #ff7200;
}
.subscription-wraper p{
    color: #5a5a5a;
}
.subscription-form .form-group{
    width: 65%;
    margin: 0 auto;
}
.subscription-form .form-control{
    border-radius: 50px;
    margin-bottom: 25px;
    margin-top: 25px;
    height: 40px;
}
.newsletter{
    background-color: #f1f6fa
}

/*******************************************FOOTER***************************************************/
.footer-list-wiget h4{
    color: #ff7200;
    text-transform: uppercase;
}
.footer-list-wiget .list-group-item{
    border: 0px;
    background-color: transparent!important;
    padding-left: 0;
    font-family: 'Open Sans', sans-serif;
    color: #999999;
}
.footer-devider{
    background-color: rgb(235, 235, 235);
}
.footer-end-line{
    height: 25px;
    background-color: #ff7200;
    width: 100%;
    margin: 0;
    padding: 0;

}
.logo-colored,.logo-white{
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.logo-colored img,.logo-white img{
    display: inline-block;
    text-transform: uppercase;
    max-height: 50px;
    padding-left: 15px;
}
.logo-white{
    color: #fff;
}
.logo-colored{
    color: #e8617d;
}
.footer-left-content{
    margin-bottom: 50px;
}
.footer-left-content .content{
    margin-top: 15px;
}
.footer-list-wiget .list-group{
    margin-top: 26px;
}
.padding-top-120{
    padding-top: 120px;
}
/*******************************************ELEMENT STYLES*******************************************/
.btn-orange,.btn-violat{
    color: #fff;
}
.btn-violat,.gradient-violat {
  background: #ff7200;
}
.btn-orange,.gradient-orange {
    background: #ff7200;
  box-shadow: 0px 8px 27px 0px rgba(116, 44, 69, 0.21);
}

.btn-white,.gradient-white{
    background-image:
    linear-gradient(125deg, #ffffff, #e1e1e1);
    color: #000;
}
.border-none{
    border: 0px !important;
}
.btn-rounded-corner{
    border-radius: 5px;
}
.btn-video{
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
}
.text-center{
    text-align: center;
}
.img-responsive{
    max-width:100%;
}
.text-violat{
    color: #6b6a8b;
}
.padding-top-bottom-120{
    padding-top: 120px;
    padding-bottom: 120px;
}
.padding-top-bottom-90{
    padding-top: 90px;
    padding-bottom: 90px;
}
.bg-image{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center!important;
}
.margin-bottom-30{
    margin-bottom: 30px;
}
.margin-top-30{
    margin-top: 3  0px;
}
.overflow-x-hidden{
    overflow-x: hidden;
}
.text-white{
    color: #fff;
}
.bg-fit{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.bg-image-fit-50{
    background-repeat: no-repeat !important;
    background-position-x: 100%!important;
    background-size: 50% 100% !important;
}
.btn-navbar{
    line-height: 1;
}
.btn-link i{
    font-size: 18px;
    vertical-align: middle;
}
.btn-video{
    text-transform: uppercase;
    transition: all .5s ease;
}
.btn-video:hover{
    text-decoration: none;
    color: #ff7200;
}
.btn-video:hover .icon-rounded{
  border-color: #ff7200;
  box-shadow: 0px 8px 27px 0px rgba(116, 44, 69, 0.21);
  color: #ff7200;
}
.btn.gradient-orange:hover{
    background-color: #ff7200!important;
    background-image: none!important;
}
.btn-orange.active, .btn-orange:active{
    color: #fff;
    background-image: -webkit-linear-gradient(125deg, rgb(244 155 44) 0%, rgb(244 155 44) 80%, rgb(244 155 44) 100%);
    background-image: -o-linear-gradient(125deg, rgb(244 155 44) 0%, rgb(244 155 44) 80%, rgb(244 155 44) 100%);
    background-image: linear-gradient(125deg, rgb(244 155 44) 0%, rgb(244 155 44) 80%, rgb(244 155 44) 100%);
    border:0px;
    border-color: transparent;
}
.btn-violat.active, .btn-violat:active{
    color: #fff;
    background: #ff7200;
    border:0px;
    border-color: transparent;
}
.btn-violat:hover,.btn-white:hover{
    background: #ff7200;
    border:0px;
    border-color: transparent;
}

.icon-rounded{
    width: 49px;
    height: 49px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
    position: relative;
    margin-right: 5px;
    transition: all .5s ease;
}
.icon-rounded i{
    font-size: 3rem;
    line-height: 30px;
    height:30px;
    width: 30px;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    margin-left: 12px;
    transition: all .5s ease;

}
/*******************************************BACKGROUND-STYLES****************************************/
.bg-transparent{
    background-color: transparent;
}
.max-width-100{
    max-width: 100% !important;
}
.italic{
    font-style: italic;
}
.blog-category{
    text-transform: uppercase;
    color: #ff7200 !important;
    font-weight: 600;
}
.margin-bottom-80{
    margin-bottom: 80px;
}
.margin-bottom-25{
    margin-bottom:25px;
}
.padding-top-90{
    padding-top: 90px;
}
.margin-top-bottom-30{
    margin-top: 30px;
    margin-bottom: 30px;
}
.bordered-ios{
    background-color: transparent;
    border-color: #fff;
    border:1px solid;
}

/*******************************************SCROLL TOP ICON*****************************************/
.display-none{
    display: none;
    transition: all .5s ease;
}
.scroll-top-div {
    position: fixed;
    width: 45px;
    height: 45px;
    top: calc(100vh - 70px);
    left: calc(100vw - 62px);
    cursor: pointer;
    transition: all .5s ease;
}
.scroll-top-icon-container{
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background-color: #ff7200;
    color: #fff;
}
.scroll-top-icon-container i{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 28px;
}
/*******************************************OVERLAY*************************************************/
@media screen and (max-width: 768px) {
    .sm-padding-top-bottom-50-75 {
        padding-top: 50px;
        padding-bottom: 75px;
    }
    .testimonial-content{
        padding:0.5rem 1rem;
    }
    .sm-display-none{
        display: none;
    }
    .image-right-slide-wraper .image-right-slide-content{
        text-align: center;
    }
    .image-right-slide-bg{
        background-image: none!important;
    }
    .image-right-slide-bg{
        padding:4rem 15px;
    }
    .home-slider h2{
        font-size: 1.999em;
    }
    .home-slider .slider-para{
        font-size: 1em;
    }
    .padding-top-bottom-120{
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .padding-top-bottom-90{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .padding-top-120{
        padding-top: 75px;
    }
    .padding-top-90{
        padding-top: 60px;
    }
    .card-block{
        padding: 2rem;
    }
    .navbar{
        background-image: -webkit-linear-gradient(305deg, rgb(255 255 255) 0%, rgb(255 255 255) 80%, rgb(255 255 255) 100%);
        background-image: -o-linear-gradient(305deg, rgb(255 255 255) 0%, rgb(255 255 255) 80%, rgb(255 255 255) 100%);
        background-image: linear-gradient(125deg, rgb(255 255 255) 0%, rgb(255 255 255) 80%, rgb(255 255 255) 100%);
    }
    .navbar-divider{
        display: none;
    }
    .navbar-toggle{
        margin-top: 2px;
    }
    .logo-colored img, .logo-white img{
        max-height: 40px;
    }
}
@media screen and (min-width: 769px){
    .image-right-slide-wraper{
        display: table;
        width: 100%;
    }
    .image-right-slide-wraper .image-right-slide-content{
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
    .image-right-slide-wraper .image-container{
        float: none;
        display: table-cell;
    }
}


/***************************************OWL CAROUSEL ******************************************************************/

.owl-theme .owl-controls .owl-page span{
    background: #fff;
}
.owl-theme .owl-controls .owl-buttons div{
    font-size: 45px;
    background-color: transparent;
    color: #fff;
}
.home-slider .owl-controls{
    position: absolute;
    width: 100%;
    top: calc(50% - 35px);
}
.home-slider .owl-buttons{
    position: relative;
}
.home-slider .owl-prev{
    position: absolute;
    left: 0;
}
.home-slider .owl-next{
    position: absolute;
    right: 0;
}
/*INDIVIDUELL*/
/*.gradient-white {*/
/*	background: white;*/
/*}*/
@media (min-width: 768px) {
    .navbar-right {
        float: right!important;
        margin-right: 25px;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.text-orange {
    color: #ff7200 !important;
}

/*
Pricing Section style
=======================*/
.main_blog,
.main_pricing{
    overflow: hidden;
    width:100%;
}
.pricing ul {
    list-style: none;
}
.pricing ul i {
    font-size: 20px;

}
.text-warning {
    color: #ff7200;
}
.pricing_top_border{
    height: 5px;
    width: 100%;
    background-color: #ff7200;
}

.pricing_item{
    position: relative;
    box-shadow: 2px 2px 5px rgba(0,0,0,.3);
}
.pricing_head{
    background-color: #f7f7f7;

}
.pricing_price_border{
    background-color: #ff7200;
    /* padding: 10px; */
    /* border-radius: 50%; */
    margin: 0 auto;
    width: 100%;
    height: 129px;
    position: absolute;
    top: 24.6%;
    /* left: 25%; */
    /* right: 25%;*/
    background: linear-gradient(90deg, rgba(255,114,0,1) 55%, rgba(255,255,255,1) 100%);
}
.pricing_price_border .pricing_price{
    /*background-color: #333;*/
    /*border: 2px solid;*/
    /*border-color: #fff;*/
    /*width: 180px;*/
    /*height: 130px;*/
    /*border-radius: 50%;*/
    /*padding-top: 8%;*/
}
.pricing_price_border .pricing_price h3{
    margin-bottom: 5px;
    font-size:2.822rem;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.pricing_price_border .pricing_price p{
    font-size:1.929rem;
}
.pricing_body{
    overflow: hidden;
}
.pricing_body ul{
    width: 80%;
    margin: 0 auto;
}
.pricing_body ul li{
    line-height: 3rem;
}
.pricing_body ul li i{
    margin-right: 10px;
}
/*
Extra height css
*/
.m-0{
    margin:0 !important;
}
.m-top-0{
    margin-top:0;
}
.m-r-0{
    margin-right: 0;
}
.m-l-0{
    margin-left: 0;
}
.m-b-0{
    margin-bottom: 0;
}

.m-r-15{
    margin-right: 15px;
}
.m-l-15{
    margin-left: 15px;
}
.m-top-10 {
    margin-top: 10px;
}
.m-top-20 {
    margin-top: 20px;
}
.m-top-30 {
    margin-top: 30px;
}
.m-top-40 {
    margin-top: 40px;
}
.m-top-50 {
    margin-top: 50px;
}
.m-top-60 {
    margin-top: 60px;
}
.m-top-70 {
    margin-top: 70px;
}
.m-top-80 {
    margin-top: 80px;
}
.m-top-90 {
    margin-top: 90px;
}
.m-top-100 {
    margin-top: 100px;
}
.m-top-110 {
    margin-top: 110px;
}
.m-top-120 {
    margin-top: 120px;
}

.m-t-b-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.m-t-b-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.m-bottom-10 {
    margin-top: 10px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}
.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.m-bottom-70 {
    margin-bottom: 70px;
}

.m-bottom-80 {
    margin-bottom: 80px;
}

.m-bottom-90 {
    margin-bottom: 90px;
}

.m-bottom-100 {
    margin-bottom: 100px;
}

.m-bottom-110 {
    margin-bottom: 110px;
}

.m-bottom-120 {
    margin-bottom: 120px;
}

.m_t__b{
    margin: 14rem 0;
}
.p_t__b{
    padding: 6rem 0;
}

p-0{
    padding:0 !important;
}

.p-l-15{
    padding-left: 15px;
}

.p-r-15{
    padding-right: 15px;
}

.p-top-10 {
    padding-top: 10px;
}
.p-top-20 {
    padding-top: 1.33rem;
}

.p-bottom-20 {
    padding-bottom: 1.33rem;
}

.p-top-30 {
    padding-top: 1.875rem;
}

.p-bottom-30 {
    padding-bottom: 1.875rem;
}

.p-top-40 {
    padding-top: 2.66rem;
}

.p-bottom-40 {
    padding-bottom: 2.66rem;
}

.p-top-60 {
    padding-top: 5rem;
}

.p-bottom-60 {
    padding-bottom: 5rem;
}

.p-top-80 {
    padding-top: 5.714rem;
}

.p-bottom-80 {
    padding-bottom: 5.714rem;
}

.p-top-90 {
    padding-top: 6.429rem;
}

.p-bottom-90 {
    padding-bottom: 6.429rem;
}
.p-top-100 {
    padding-top: 100px;
}

.p-bottom-100 {
    padding-bottom: 100px;
}
.p-top-110 {
    padding-top: 110px;
}

.p-bottom-110 {
    padding-bottom: 110px;
}

.p-bottom-0 {
    padding-bottom: 0;
}

.p_l_r{
    padding-left: 5.714rem;
    padding-right: 5.714rem;
}

/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}

/*border*/
.no-border-top{
    border-top:0px solid transparent !important;
}
.no-border-rigth{
    border-right:0px solid transparent !important;
}
/*
    Spacing & Alignment
------------------------------------------*/

.roomy-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.roomy-80 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.roomy-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.roomy-60 {
    padding-top: 100px;
    padding-bottom: 60px;
}

.roomy-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.roomy-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}


.service_tabe_menu{}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    border:0px;
}
.nav-tabs {
    border-bottom: 0px solid transparent;
}
.nav-tabs>li>a:hover{
    border-color:transparent;
}

/*.service_tabe .nav {
    padding-left: 30px;
    margin-bottom: 0;
    list-style: none;
    margin: top;
}*/

.nav-tabs>li>a{
    text-align: center;
    color: #444444;
    width: 18vw;
    height: 134px;
    margin-left: 20px;
    background: url('../img/stabmenubg.png') no-repeat bottom center;
    border: 0px;
    transition: all 0.6s;
    font-size: 2rem;
}
.service_tabe_menu.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background: url('../img/stabmenubghv.png') no-repeat top center;
    width:250px;
    height: 180px;
    color:#fff;

}
.service_tabe ul li a:hover{
    background: url('../img/stabmenubghv.png') no-repeat top center;
    color:#fff;
}
.service_tabe ul li a i{
    font-size:2rem;
    margin-top:40px;
    margin-bottom:25px;
}

.service .tab-content{
    margin-top:100px;
}

.service_tabe_menu .active a{
    background: url(../img/stabmenubghv.png) no-repeat top center;
    width: 250px;
    color: #fff !important;
    height: 189px;

}

@media (max-width: 991px) {
    .service_tabe .nav-tabs > li {
        width: 25%;
        font-size: 95%;
    }

    .service_tabe .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        width: 25%;
    }
}
@media (max-width: 480px) {
    .service_tabe .nav-tabs > li > a {
        width: 25%;
        font-size: 95%;
    }
}

@media (max-width: 480px) {
    .nav-tabs > li > a {
        text-align: center;
        color: #444444;
        width: 20vw;
        height: 134px;
        margin-left: 0px;
        background: url(../img/stabmenubg.png) no-repeat bottom center;
        border: 0px;
        transition: all 0.6s;
        font-size: 2rem;
    }
}


@media (min-width: 1180px) {
    .nav-tabs > li > a {
        width: 13vw;
    }
}

#feature ul, #customer-support ul, #pricing ul {
    font-size: 3rem;
    color: #ff7200;
    list-style: none;
}

#pricing ul {
    font-size: 2rem;
    color: #ff7200;
    list-style: none;
}

#pricing ul .textOrg {
    color: #999999;
}

footer .list-group-item {
    position: relative;
    display: inline;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

@media (max-width: 933px) {
    .dontShow {
        display: none;
    }
    .service_tabe {
        display: none;
    }
    h1 {
        font-size: 3.7rem;
    }
    h3 {
        font-size: 2.5rem;
    }
    .single_info_text p {
        font-size: 1.5rem;
    }
    .contact_contant.sections {
        padding-top: 20px;
    }
    h2 {
        font-size: 2.327em;
    }
    #feature ul, #customer-support ul, #pricing ul {
        font-size: 2rem;
        color: #ff7200;
        list-style: none;

        padding-inline-start: 10px;
    }

    footer .list-group-item {
        position: relative;
        display: block;
        padding: 10px 15px;
        margin-bottom: -1px;
        background-color: #fff;
        border: 1px solid #ddd;
    }
}
@media (min-width: 2000px) {
    .nav-tabs > li > a {
        width: 11vw;
    }
}

.top-right-separator {
    width: 0;
    position: absolute;
    top: -180px;
    right: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 180px 100vw;
    border-color: transparent transparent #fff transparent;
    z-index: 1;
}
.paralax1 {
    /* The image used */
    background-image: url("../img/svn/luemen-rutkowski-ZWbBxZ6zTwM-unsplash_1.jpg");

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.paralax1 .container{
    background: linear-gradient(rgba(20, 20, 20, 0.8), rgba(20, 20, 20, 0.1));
}

.paralax2 {
    /* The image used */
    background-image: url("../img/svn/timothy-eberly-XVE2eMZGrhk-unsplash.jpg");

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.paralax2 .container{
    background: linear-gradient(rgba(20, 20, 20, 0.8), rgba(20, 20, 20, 0.3));
}
.btn-warning {
    color: #fff;
    background-color: #ff7200;
    border-color: #fff;
}
a {
    color: #ff7200;
    text-decoration: none;
}

/*contact section css*/
.contact{
    background: url(../images/contactbg.png) no-repeat center center;
    background-size: cover;
}

.contact .single_contact_info{
    margin-bottom: 12px;
    overflow: hidden;
}

.contact .single_info_icon {
    width:15%;
    float: left;
    margin-right: 5%;
}
.contact .single_info_icon i{
    width:60px;
    height: 56px;
    line-height: 56px;
    color:#444;
    background: url(../images/info_iconbg.png) no-repeat;
    font-size: 1.5rem;
    padding-left: 15px;
}
.contact .single_info_text {
    float:left;
    width:80%;
}

.sections {
    padding-top: 85px;
    padding-bottom: 105px;
    overflow: hidden;
}
.lightbg {
    background-color: #f9f9f9;
}

/*portfolio2 section css*/
.btn-md:active, .btn-md.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
button.btn-md:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline:none;
    color:#ff7200;
}
button.btn-md {
    text-align: center;
    color: #444;
    letter-spacing: 1px;
    margin: 0;
    font-size: 0.8125rem;
    border-radius: 0px;
    margin-top: 0px;
    background-color: transparent;
    transition: .5s;
    border: 0px solid #ff7200;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
button.btn-md:hover {
    background-color: transparent;
    color: #ff7200;
    text-decoration: none;
    border: 0px solid #f4720a;
}
.portfolio .toolbar{
    margin-bottom:50px;
}
#portfoliowork {
    margin: 1rem 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
.tile {
    display: none;

}


.scale-anm {
    margin: 0 0 1.125rem;
    width: 100%;
}


.tile img {
    height: auto;
    display: block;
    width: 100%;
}

.single_portfolio{
    position: relative;

}
.single_portfolio:hover .grid_item_overlay{
    opacity: 1;
}

.grid_item_overlay{
    position: absolute;
    left:10%;
    top:10%;
    width:80%;
    height: 80%;
    background: rgba(255, 114, 0, 0.75);
    color:#fff;
    padding: 20px;
    opacity: 0;
    transition: 0.6s;
    text-align: center;
    padding-top:35%;
    z-index: 99;
}
.g_overlay_1{
    padding-top:16%;
}
.g_overlay_2{
    padding-top: 85%;
}
/*.grid_item_overlay h4{
    margin-bottom:0;
    margin-top:40px;
}
.grid_item_overlay p{

}
.grid_item_overlay .overlay_icon_area{
    overflow: hidden;
    display: block
}*/
.grid_item_overlay a i{
    width: 80px;
    height: 80px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    background: transparent;
    font-size: 46px;
}
.grid_item_overlay a:hover i{
    color:#ff7200;
    background: #fff;
}

/*.btn {
    font-family: Lato;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem 1rem;
    margin: 0;
    height: auto;
    border: 1px solid #ccc;
    vertical-align: middle;
    -webkit-appearance: none;
    color: #555;
    background-color: rgba(0, 0, 0, 0);
}*/


/*portfolio section css*/
/*.portfolio{
    overflow: hidden;
    width:100%;
}
.heading_filter_menu{
    overflow: hidden;
    height: 150px;
}
.main_portfolio .head_title h4{
    float:left;
    font-size:1.375rem;
}
.main_portfolio .head_title a{
    display: inline-block;
    float:right;
    color:#413d4b;
}

.main_portfolio_content{}

.grid{}

.grid-item {
    width: 23%;
}
.grid-item--width2{
    width:45%;
    height: 300px;
}
.grid-item img{
    width:100%;
    height: 100%;
}

.portfolio .grid-item{
    position: relative;
}

.portfolio .grid-item:hover .grid_item_overlay{
    opacity: 1;
}
.portfolio .grid_item_overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 33%;
    color: #fff;
    transition: all 0.6s;
    opacity: 0;
    background-color: rgba(76, 61, 114, 0.55)
}
.portfolio .grid_item_overlay p{
    color:#fff;
    margin-bottom:5px;
}
.portfolio .grid_item_overlay i{
    margin-bottom:10px;
    font-size:2rem;
    color:#FFF;
}*/



/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    list-style: none;
    margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    margin: 10px 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    transition: all 0.3s;
    padding: 8px 20px;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #47b2e4;
    color: #fff;
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
    overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
    transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 3;
    right: 15px;
    transition: all 0.3s;
    background: rgba(55, 81, 126, 0.8);
    padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
    color: #f9fcfe;
    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: #fff;
    transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
    transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #47b2e4;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #47b2e4;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

/*portfolio2 section css*/
.btn-md:active, .btn-md.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
button.btn-md:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
	outline:none;
	color:#ff7200;
}
button.btn-md {
	text-align: center;
	color: #444;
	letter-spacing: 1px;
	margin: 0;
	font-size: 1.8125rem;
	border-radius: 0px;
	margin-top: 0px;
	background-color: transparent;
	transition: .5s;
	border: 0px solid #ff7200;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
button.btn-md:hover {
	background-color: transparent;
	color: #ff7200;
	text-decoration: none;
	border: 0px solid #f4720a;
}
.portfolio .toolbar{
	margin-bottom:50px;
}
#portfoliowork {
	margin: 1rem 0;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	-webkit-column-width: 33.33333333333333%;
	-moz-column-width: 33.33333333333333%;
	column-width: 33.33333333333333%;
}
.tile {
	display: none;

}


.scale-anm {
	margin: 0 0 1.125rem;
	width: 100%;
}


.tile img {
	height: auto;
	display: block;
	width: 100%;
}

.single_portfolio{
	position: relative;

}
.single_portfolio:hover .grid_item_overlay{
	opacity: 1;
}

.grid_item_overlay{
	position: absolute;
	left:10%;
	top:10%;
	width:80%;
	height: 80%;
	background: rgba(255, 114, 0, 0.75);
	color:#fff;
	padding: 20px;
	opacity: 0;
	transition: 0.6s;
	text-align: center;
	padding-top:35%;
	z-index: 99;
}
.g_overlay_1{
	padding-top:16%;
}
.g_overlay_2{
	padding-top: 85%;
}
/*.grid_item_overlay h4{
    margin-bottom:0;
    margin-top:40px;
}
.grid_item_overlay p{

}
.grid_item_overlay .overlay_icon_area{
    overflow: hidden;
    display: block
}*/

.grid_item_overlay a:hover i{
	color:#ff7200;
	background: #fff;
}

.contact h3 {
    margin: 0px;
}
.contact .contact_contant i {
    font-size: 24px;
}
a:focus, a:hover {
    color: #ff7200;
    text-decoration: underline;
}
.navbar-default .navbar-nav>li>a.btn:focus, .navbar-default .navbar-nav>li>a.btn:hover {
    color: #333;
    background-color: #ff7200;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ff7200;
    border-color: white;
}