

/*
Author: Bootstrap Themes
Author URI: http://bootstrapthemes.co
*/

/*==========================================
 01.  PREDIFINEED (FROM 1 TO 780 )
 02.  PRELOADER - LINE NO 786
 03.  NAVIGATION - LINE NO 930
 04.  HOME - LINE NO 1150
 05.  THU FEATURE - LINE NO 1280
 06.  THU FLIDE - LINE NO 1355
 07.  THU SERVICE - LINE NO 1385
 08.  PORTFOLIO - LINE NO 1444
 09.  THU SOLUTION - LINE NO 1620
 10.  THU TEAM - LINE NO 1658
 11.  THU CLIENTS FEEDBACK - LINE NO 1730
 12. THU BLOG - LINE NO 1848
 13. THU SUBCRIBS - LINE NO 1935
 14. FOOTER - LINE NO 2020
==========================================*/


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    font-size: 14px;
    color: #797979;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    width:100%;
    font-family: 'Raleway', sans-serif;
}

/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*
    Page Content
------------------------------------------*/

.page-content, 
section { overflow: hidden; }

/*
    On Scroll Animations 
------------------------------------------*/

/*.animated { visibility: hidden; }
.visible { visibility: visible; }*/

/*
    Spacing & Alignment 
------------------------------------------*/

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

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

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

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

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

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


/*text color*/

.text-muted{}
.text-primary{color: #3f92d1 !important;;}
.text-finence{color:#13A0B2 !important;;}
.text-mega{color:#3f92d1 !important;;}
.text-white{color:#fff !important;;}
.text-black{color:#000 !important;}
.text-warning{}
.text-danger{}
.disabled{
    cursor: not-allowed;
}

/*bacground color*/
.lightbg {
    background-color: #f2f2f2;
}
.bg-primary{background-color: #3f92d1;}
.bg-blue{background-color:#3f92d1;}
.bg-mega{background-color:#1b1b1b;}
.bg-grey{background-color: #f5f5f5;}
.bg-black{background-color: #222222;}
.bg-white{background-color: #fff;}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    -webkit-user-drag: none;
    -user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	color:#ff8f21;
}
a:hover {
	color:#ff8f21;
}

.btn:focus,
.btn:active {
    outline: inherit;
    background-color: transparent;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    /*    direction: rtl;*/
}

p {
    margin: 0 0 15px;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: rgb(0, 0, 0);
}

.form-control{
    border-radius: 0px;
    border:1px solid #ccc;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    width: 100%;
    height: 50px;
}

.form-control:focus {
    border-color: #bcefeb;
    outline: 0;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    color:#1a1a1a;
    margin-bottom: 10px;
}

h1 {
    font-size: 3rem;
    line-height: 4rem;
}
h2 {
    font-size: 2.5rem;
    line-height: 3rem;
}
h3 {
    font-size: 1.500rem;
    line-height: 2rem;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
}
h5 {
    font-size: 1.125rem;
    line-height: 1.575rem
}
h6 {
    font-size: 1rem;
}



h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
p span{
    color:#3f92d1;
}

p {
    line-height: 1.5rem;
}
p:last-child {
    margin-bottom: 0px;
}
/*colors*/
.w100 {
    font-weight: 100;
}

.w200 {
    font-weight: 200;
}

.w300 {
    font-weight: 300;
}

.w400 {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.w600 {
    font-weight: 600;
}

.w700 {
    font-weight: 700;
}

.w800 {
    font-weight: 800;
}


/*
Section
*/

.parallax-section {
    max-width: 100%;
    color: #ffffff;
}

ul{
    margin:0;
    padding:0;
    list-style:none;
}

/*all overlay*/

.overlay {
    background-color: rgba(41, 39, 34, 0.25);
    width: 100%;
    height:100%;
    position: absolute;
    left:0;
    top: 0;
}
.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.left-no-padding {
    padding-left: 0 !important;
}
.right-no-padding {
    padding-right: 0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}


/*
Separator
*/
.separator_left{
    width:85px;
    height:2px;
    margin:20px 0px;
    background: #3f92d1;
}
.separator_auto{
    width:85px;
    height:2px;
    margin:20px auto;
    background: #3f92d1;
}
.separator_small{
    width:30px;
    height:2px;
    margin:20px 0px;
    background: #3f92d1;
}

/*
Button
*/
.btn{
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size:14px;
    font-weight: 600;
    border:1px solid;
    padding: 1rem 4rem;
}
.btn-primary{
    color: #fff;
    background-color: #3f92d1;
    border:1px solid;
    border-color: #3f92d1;

}
.btn-primary:hover{
    background-color: #eee;
    border-color: #eee;
    color:#3f92d1;
}

.btn-default{
    color: #fff;
    background-color: transparent;
    border:1px solid;
    border-color: #b6b6b6;
}
.btn-default:hover{
    color: #fff;
    background-color: #3f92d1;
    border-color: #3f92d1;
}

.btn-orange{
    color: #fff !important;
    background-color: #ff8f21 !important;
    border:1px solid !important;
    border-color: #ff8f21 !important;
	box-shadow: 0px 0px 0px 0px #fff !important;
	padding:11px 55px !important;
}
.btn-orange:hover {
    background-color: #ff8f21 !important;
    border-color: #ff8f21 !important;
    color: #ffffff !important;
}


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

/*for placeholder changes*/

input[type="email"].form-control::-webkit-input-placeholder {
    color: #5a5a5a;
    background-color: transparent;
}

input::-webkit-input-placeholder {
    color: #cdcdcd;
}

input::-moz-placeholder {
    color: #cdcdcd;
}

input:-ms-input-placeholder {
    color: #cdcdcd;
}

input::placeholder {
    color: #cdcdcd;
}
input::-webkit-input-placeholder {
    color: #cdcdcd;
}
input::-moz-placeholder {
    color: #cdcdcd;
}
input::-ms-input-placeholder {
    color: #cdcdcd;
}
textarea::-webkit-input-placeholder{
    color: #cdcdcd;
    padding: 5px;
}
textarea::-moz-input-placeholder{
    color: #cdcdcd;
    padding: 5px;
}
textarea::-ms-input-placeholder{
    color: #cdcdcd;
    padding: 5px;
}

/*for image bg*/
/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/


.transform_scal_rotate:hover img{ 
    -webkit-transform: scale(1.1) rotate(4deg); 
    transform: scale(1.1) rotate(4deg); 
}

.culmn{
    width:100%;
    overflow: hidden;
}
.fix{
    overflow: hidden;
}
/*heading title all area*/
.head_title{
    padding-bottom: 2.143rem;
    overflow: hidden;
}
.head_title h2{
    font-weight: 100;
    font-size:2.250rem;
}
.head_title h5{
    font-weight: 400;
    font-size:1.125rem;
    color:#333;
}

/*End off pridifain css*/



/*Preloader*/
#loading{
    background-color: #3f92d1;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left:0;
    z-index: 9999;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite;

}
.object{
    width: 25px;
    height: 25px;
    background-color: #FFF;
    float: left;

}


#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}
#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
}
#object_four {
    -webkit-animation: object_four 1.5s infinite;
    animation: object_four 1.5s infinite;
}


@-webkit-keyframes loading-center-absolute {
    100% { -webkit-transform: rotate(-45deg); }

}

@keyframes loading-center-absolute {
    100% { 
        transform:  rotate(-45deg);
        -webkit-transform:  rotate(-45deg);
    }
}



@-webkit-keyframes object_one {
    25% { -webkit-transform: translate(0,-50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }

}

@keyframes object_one {
    25% { 
        transform: translate(0,-50px) rotate(-180deg);
        -webkit-transform: translate(0,-50px) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_two {
    25% { -webkit-transform: translate(50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_two {
    25% { 
        transform: translate(50px,0) rotate(-180deg);
        -webkit-transform: translate(50px,0) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}

@-webkit-keyframes object_three {
    25% { -webkit-transform: translate(-50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_three {
    25% { 
        transform:  translate(-50px,0) rotate(-180deg);
        -webkit-transform:  translate(-50px,0) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: rtranslate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_four {
    25% { -webkit-transform: translate(0,50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_four {
    25% { 
        transform: translate(0,50px) rotate(-180deg); 
        -webkit-transform: translate(0,50px) rotate(-180deg);  
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}
/*End off Preloader*/


/*
Nav Menu style
==================*/


.navbar-brand > img {
    display: block;
    width: 50%;
}

nav.navbar.bootsnav ul.nav li.active > a{
    color:#ff8f21;
}

nav.navbar.bootsnav ul.nav li a:hover{
    color:#ff8f21;
}
.navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 20px;
    max-width: 160px;
    max-height: 100px;
    text-align: center;
}

/*
Home Section style
==================*/

.home {
    background: url(../images/home_bg_dsk.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding-top: 250px;
    width:100%;
    height: 100vh;
}
.main_home .home_text h2{
    font-size:32px;
    font-weight: 400;
    line-height: 1;
}
.main_home .home_text h1{
    font-size:45px;
    font-weight: 700;
    line-height: 1;
}
.main_home .home_text h3{
    font-size:24px;
    font-weight: 400;
}

.main_home:before{
    content: "";
    position: absolute;
    left:0;
    bottom:0;
    width: 0;
    height: 0;
    border-bottom: 140px solid #f5f5f5;
    border-right: 690px solid transparent;
}

.main_home:after{
    content: "";
    position: absolute;
    right:0;
    bottom:0;
    width: 0;
    height: 0;
    border-bottom: 140px solid #f5f5f5;
    border-left: 690px solid transparent;
}

.home_btns{
    margin-left:-10px;
}
.home_btns .btn{
    margin-left:10px;
}


/*
Featured section style
========================*/

.features_item .f_item_icon{
    float: left;
    width:15%;
    display: inline-block;
    margin-right: 15px;
}
.features_item .f_item_icon i{
    font-size: 1.9rem;
    color: #454545;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #454545;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.features_item .f_item_text{
    display: inline-block;
    width:75%;
}
.main_features h1 {
	text-align:center;
}

.features_item .f_item_text p{
    font-size:14px;
}
.features_item:hover .f_item_icon i{
    background-color: #2c82c9;
    border-color:#2c82c9;
    color:#fff;
}
.features_item:hover .f_item_text h3{
    color:#2c82c9;
}


/*dialogue section style*/

.main_dialogue{}
.main_dialogue h3{
    font-size:36px;
    font-weight: 300;
    line-height: 3.5rem;
}



/*Business Section*/

.business{
    background: url(../images/business-bg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}
.business_overlay{
    background-color: rgba(0,0,0,0.60);
    width:100%;
    height: 100%;
    left:0;
    top:0;
    position: absolute;
}
.main_business{
	padding:20px 0;
	display:inline-block;
}
.business_item{}
.business_item h2{
    font-size:26px;
    font-weight: 800;
}
.business_item li{
    font-size:18px;
    font-weight: 300;
    line-height: 2rem;
}
.business_item li i{
    font-size:12px;
    margin-right: 5px;

}
.business_item p{
    color:#333333;
    line-height: 2rem;
    font-size:14px;
    font-weight: 500;
}
.business_item .business_btn{
    margin-left:-10px;
}
.business_item .business_btn a{
    margin-left:10px;
}
.business_item .business_btn .btn-default{
    color:#444444;
}


/*
work Section style
=====================*/

.main_product .carousel-control{
    background-image: none;
    color:#ddd;
    width:50px;
    height: 50px;
    line-height: 50px;
    font-size:3rem;
    text-align: center;
    top:30%;
}

.main_product .carousel-control.left{
    left:-4%;
}
.main_product .carousel-control.right {
    right:-4%;
}

.main_product .port_img{
    position: relative;
    overflow: hidden;
}

.main_product .port_img img{
    width:100%;
}
.main_product .port_overlay{
    width:100%;
    height: 100%;
    background-color: rgba(0,168,133,0.60);
    position: absolute;
    left:0;
    top:0;
    padding-top: 50%;
    opacity: 0;
    transition: all 0.2s;
}
.main_product .port_overlay a{
    width:40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    color:#fff;
    border:1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size:2rem;
    bottom: -150px;
    position: relative;
    margin-top:-20px;
}
.main_product .port_img:hover .port_overlay a{
    bottom:0;
}
.main_product .port_img:hover .port_overlay{
    opacity: 1;
}

.tab-pane ul li {
	list-style: none;
	position: relative;
	padding-left: 25px;
	margin-top: 5px;
	text-align: left;
}
.tab-pane ul li::before {
    content: '\f00c';
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'fontawesome';
    color: orange;
}


/*Team Section
======================*/
.team_item{}
.main_team .team_item .team_author{}
.main_team .team_item .team_author h4{
    font-size:24px;
    font-weight: 800;
    margin-bottom: 0px;
}
.main_team .team_item .team_author p{
    font-size:14px;
    font-weight: 500;
}

.main_team .team_skill_title h5{
    font-size:18px;
    font-weight: 800;
}

.main_team .team_content h4{
    font-size:24px;
    font-weight: 300;
}
.main_team .team_content h5{
    font-size:18px;
    font-weight: 500;
}
.main_team .team_socail .team_socail h5{
    font-size:18px;
    font-weight: 800;
}

.divider{
    width:100%;
    height: 1px;
    background-color: #ddd;
    display: inline-block;
    margin:30px 0px;
}

.main_team .team_socail li a i{
    font-size:20px;
    color:#ddd;
    padding: 5px;
    transition: all 0.6s;
}
.main_team .team_socail li a:hover i{
    color:#2c82c9;
}
.main_team .carousel-indicators{
    bottom:-40px;
    width:64%;
}
.main_team .carousel-indicators li{
    background-color: #c1c1c1;
}
.main_team .carousel-indicators .active{
    background-color: #2c82c9;
}

/* Skill bar*/

.teamskillbar {
    position:relative;
    display:block;
    margin-bottom:15px;
    width:100%;
    background: #ddd;
    height:3px;
    -webkit-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    transition-property:width, background-color;
}
.teamskillbar h6{
    position: absolute;
    top:-25px;
    left:0;
}
.teamskillbar-bar {
    height:3px;
    width:0px;
    background:#2c82c9;
    position: absolute;
    left:0px;
    top:0px;
}


/*Brand Section
======================*/
.brand_item {
    height: 80px;
}


/*Test Section
======================*/
.test{
    background: url(../images/test-bg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}
.main_test{
    width: 100%;
    display: block;
}
.main_test{}
.main_test .test_item{}
.main_test .test_item .test_text{
    width:80%;
    margin: 30px auto;
}
.main_test .test_item .test_text em{
    font-size:18px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;

}
.main_test .carousel-control{
    background-image: none;
    top:50%;
    font-size:3rem;
}





/*call to action
=========================*/
.business_btn .btn,
.maine_action .btn{
    background-color: #fff;
    box-shadow: 0px 3px 0px 1px #ddd;
    border:0px;
    color:#555;
    font-size:14px;
    padding: 1rem 2rem;
}
.business_btn .btn-default:hover,
.action_btn .btn-default:hover{
    background-color: #fff;
    color:#3f92d1;
}
.action-lage{
    position: relative;
    width:100%;

}
/*
.action-lage:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #3f92d1;
    left:50%;
    top:0%;
    z-index: 3;
    margin-left:-15px;

}



Footer section*/

.widget_ab_item_text h6{
    margin-bottom:5px;
}
.widget_item h5{
    font-weight: 700;
}
.widget_item .btn:hover{
    background-color: #3f92d1;
}
.widget_item li a{
    color:#aaa;
}
.widget_item li a:hover{
    color:#fff;
}
.widget_latst_item_text p{
    margin-bottom: 0px;
    color:#aaaaaa;
}
.widget_service li i,
.widget_latst_item_text a{
    font-size:12px;
    color:#aaaaaa;
}
.widget_service li i{
    margin-right: 5px;
}
.widget_service li{
    font-size:13px;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 10px;
}
.widget_newsletter li a:hover i,
.widget_latst_item_text:hover p,
.widget_service li:hover,
.widget_service li:hover i{
    color:#fff;
}

.widget_ab_item .item_icon,
.widget_latst_item .item_icon{
    float: left;
    width: 20%;
    display: inline-block;
    margin-right: 15px;
}
.widget_ab_item .widget_ab_item_text,
.widget_latst_item .widget_latst_item_text {
    display: inline-block;
    width: 70%;
}
.widget_ab_item .item_icon{
    float: left;
    width: 10%;
    display: inline-block;
    margin-right: 15px;
    margin-top: -5px;
}
.widget_ab_item .widget_ab_item_text {
    display: inline-block;
    width: 80%;
}
.widget_newsletter .form-inline .form-group{
    display: block;
}
.widget_newsletter .form-control{
    width:80%;
    height: 40px;
    background-color: #1a1a1a;
    border-color:#333333;
    display: inline-block;
}
.widget_newsletter .btn{
    width: 20%;
    padding: 0.65rem 1.2rem;
    background-color: #444444;
    border-color:#444444;
    color:#fff;
    border-radius: 0;
    margin-left:-4px;
    display: inline-block;
}
.widget_brand a{
    font-size:30px;
    font-weight: 800;
    color:#aaa;
}
.widget_newsletter li a i{
    color:#aaa;
}


.main_footer i {
    padding: 0px 5px;
    color: #ff0000;
}

.locatari {
	    padding-top: 100px;
    	padding-bottom: 40px;
	    background-color: #3b4c5c;
}

.locatari .content {
	padding:100px 0;
}

.locatari .content h2 {
	color:#ffffff;
	font-size:50px;
	line-height:1.1em;
}

.locatari .content p {
	color:#b8c9d8;
	font-size:20px;
	margin-bottom: 40px;
}

.appstore-btn {
    font-family: Arial,Helvetica,sans-serif;
    color: #fff;
    background-color: #000;
    border-radius: 4px;
    padding: 13px 20px 10px 60px;
    position: relative;
    display: inline-block;
    font-size: 25px;
    line-height: 1.2;
    margin: 4px;
    text-align: left;
}

.appstore-btn i {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 45px;
}
.appstore-btn small {
    display: block;
    font-size: 12px;
    padding-left: 2px;
}
section.cheltuieli {
	padding:30px 0;
}
section.cheltuieli h2 {
	font-size:30px;
}

section.cheltuieli .list-2 li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}
section.cheltuieli .list-2 li>i {
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #8BCE7B;
    top: 0px;
}
section.plata {
	padding:80px 0;
	position: relative;
    overflow: hidden;
}
section.plata .container {
	position:relative;
}
section.plata h2 {
	font-size:30px;
	color:#ffffff;
}
section.plata .list-2 li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
	color:#ffffff;
}
section.plata .list-2 li>i {
    position: absolute;
    left: 0;
    font-size: 20px;
    color: orange;
    top: 0px;
}
section.graph {
	padding:40px 0;
	position: relative;
    overflow: hidden;
}
section.graph img {
	display:block;
	margin:0 auto;
}
section.graph .container {
	position:relative;
}
section.graph h3 {
	font-size:30px;
	
	text-align:center;
}
section.access-simplu {
	padding:80px 0;
	position: relative;
    overflow: hidden;
	border-top:1px solid rgba(0,0,0,0.06)
}
section.access-simplu .container {
	position:relative;
}
section.access-simplu h2 {
	font-size:30px;
}
section.access-simplu .list-2 li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
	color:#797979;
}
section.access-simplu .list-2 li>i {
    position: absolute;
    left: 0;
    font-size: 20px;
    color: orange;
    top: 0px;
}

section.download-section {
	padding:100px 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}
section.download-section h2 {
   color:#ffffff; 
}
section.download-section .bg-section {
    top: 0;
}
section.download-section .container {
    position: relative;
    z-index: 1;
}
.full-wh>.full-wh, .bgslider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.4);
    height: 100%!important;
}
.z1 {
    z-index: 1;
}
.full-wh {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
[data-bg-align*="center-center"], .bg-cc {
    background-position: center center;
}
[data-bg-align*="-cover"], .bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
}

.nav-other {
	float:right;
}

nav.navbar.bootsnav ul.nav > li.login > a {
	background-color: #ff6858 !important;
}

nav.navbar.bootsnav ul.nav > li > a {
    font-family: 'Raleway', sans-serif !important;
}

li.login a, li.non-highlight a {
    border: 2px solid #ff6858;
    color: #fff  !important;
	font-size: 13px !important;
    /* margin:23px 10px 0 10px; */
    margin: 0 10px;
	padding: 5px 15px !important;
    border-radius: 6px;

}
section.autentificare {
	padding:160px 0 60px 0;
}

li.non-highlight a {
    color: #ff6858 !important;
    padding: 20px 15px;
}

section.autentificare .btn-register {
	background:#ff6858 !important;
	color:#ffffff;
}

/* added classes ----------------------------------------------- */
li.login a:hover {
    background-color: #fff !important;
    color: #ff6858 !important;
}

nav.navbar.bootsnav ul.nav li a:hover{
    background-color: #fff !important;
    color: #ff6858 !important;
}

nav.navbar.bootsnav ul.nav li.non-highlight a:hover {
    background-color: #ff6858 !important;
    color: #fff !important;
}

nav.navbar.bootsnav ul.nav > li > a {
	padding: 20px 15px;
}

.top-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.ebloc-header {
    max-width: 150px;
}

.ebloc-logo {
    width: 100% !important;
}

.footer-qr {
    text-align: right;
    padding-top: 30px;
}

.home-text-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: -50px;
}

.home-text-subcontainer {
    width: 50%;
    padding: 20px;
}

.home-text-h1 {
    font-size: 45px;
    font-weight: 700
}

.home-text-h2 {
    font-size: 28px;
    font-weight: 400;
}

.home-text-separator {
    width: 3px;
    height: 55vh;
    max-height: 400px;
    background-color: #fff;
}

.icons-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.icons-container img {
    z-index: 3;
    margin: 3px;
}

.offer-btn-mobile {
    display: none;
    background:#ff6858 !important;
	color:#ffffff;
    border: 2px solid #ff6858;
    color: #fff !important;
    font-size: 13px;
    margin: 0 10px;
    padding: 5px 15px !important;
    border-radius: 6px;
    float: right;
}

.info-box5 {
    margin-bottom: 30px;
    position: relative;
    text-align: left;
}

.info-box5 .img {
    width: 40px;
    height: 40px;
    position: relative;
    float: left;
    color: #8BCE7B;
}

.info-box5 .img i {
    font-size: 35px;
    color: inherit;
}

.info-box5 .info .hd {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 1.1;
}

.info-box5 .info {
    position: relative;
    margin: 10px 0 0 60px;
}

.title-sub {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 300;
    color: #6893BD;
}

.navbar {
    border-bottom: none !important;
}

.mobile-app-container {
    text-align: right;
}

.mobile-app-container img {
    width: 70%;
}

.organize-your-sales-content {
    margin-bottom: 20px;
}

.appstore-btn:hover {
    font-family: Arial,Helvetica,sans-serif;
    color: #ff8f21;
    background-color: #000;
    border-radius: 4px;
    padding: 13px 20px 10px 60px;
    position: relative;
    display: inline-block;
    font-size: 25px;
    line-height: 1.2;
    margin: 4px;
    text-align: left;
}

.appstore-btn i:hover {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 45px;
}
.appstore-btn small:hover {
    display: block;
    font-size: 12px;
    padding-left: 2px;
}

.info-box1 img {
    height: 75px;
    object-fit: contain;
}

.modal-backdrop.in {
    opacity: 0;
}

.modal-content {
    width: 100%;
}

.app-screenshot img {
    height: 300px;
    object-fit: contain;
}

/* active point */
.active-li-menu {
    /* background: #ff6858; */
    background-color: #ff8f21;
    border-radius: 10px 10px 0 0;
    align-self: flex-end;
    height: 100%;
    /* margin-bottom: -2px; */
}

.active-li-menu a {
    color: #fff !important;
}

.active-li-menu-oneliner {
    padding: 30px 15px !important;
}

.contact-container {
    background: url(../../img/bg19.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding-top: 150px;
    padding-bottom: 50px;
    width: 100%;
    /* height: 100vh; */
}

.servicii-container-1 {
    background: url(../images/ser_bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding-top: 200px;
    padding-bottom: 50px;
    width: 100%;
}

.full-height {
    height: 100vh;
}

.servicii-title {
    font-size: 38px !important;
    padding-bottom: 30px;
}

.servicii-subtitle {
    font-size: 22px;
    padding-bottom: 20px;
}

.servicii-list {
    font-size: 18px !important;
}

.ebloc-contact-form {
    border-radius: 8px;
    padding: 40px;
}

.ebloc-contact-form input, .ebloc-contact-form textarea {
    background-color: transparent;
    border-color: rgba(255,255,255,0.05);
    color: #fff;
    border-radius: 7px;

    box-shadow: none;
    border: 1px solid #3b4c5c;
    font-size: 16px;
    height: auto;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.ebloc-contact-form input:focus, .ebloc-contact-form textarea:focus {
    border: 2px solid #eceef0;
}

.ebloc-contact-form button {
    border: 2px solid #3b4c5c;
    background-color: #3b4c5c;
    color: #f3f4f5;

    border-radius: 4px;
    font-weight: 600;
    padding: 8px 20px;
    font-size: 16px;

    display: block;
    width: 100%;
}

.ebloc-contact-form p {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.contact-title {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #fff;
}

.contact-title-h3 {
    font-weight: 500;
    color: #fff;
}

.contact-row {
    display: flex;
    align-items: center;
}

.contact-overlay {
    background-color: rgb(0 0 0 / 62%);
    width: 100%;
    height:100%;
    position: absolute;
    left:0;
    top: 0;
}

.info-contact-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.info-contact-container i {
    font-size: 60px;
    color: #8BCE7B;
    line-height: inherit;
}

.info-contact-container h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
}

.info-contact-container p {
    /* font-size: 13px;
    line-height: 1.6; */
    margin-bottom: 20px;
}

.ebloc-bottom-menu p:hover {
    color: #ff8f21;
}

.ebloc-bottom-menu .active {
    color: #ff8f21;
}

.ebloc-bottom-menu .active:hover {
    color: #fff;
}

.serv-title {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #3b4c5c;
}

.serv-subtitle {
    margin-top: 0px;
    margin-bottom: 40px;
    color: rgb(104, 147, 189);
    font-size: 19px;
    font-weight: 300;
    font-style: normal;
}

.list-3 li, .list-2 li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.list-2 i {
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #8BCE7B;
    top: 3px;
}

.list-2 {
    font-size: 16px;
    font-family: 'Open Sans',sans-serif;
    color: #8392a0;
    line-height: 1.5;
}

.calltoaction-section-2 {
    background-color: #FF7900;
    color: #fff;
    padding: 50px 0;
}

.calltoaction-section-2 .btn {
    border: none;
    display: block;
    color: #3b4c5c;
    position: relative;
}

.serv-call-toaction-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.serv-call-toaction-container .btn {
    padding: 16px 30px;
    font-size: 20px;
    background-color: #fff;
}

.serv-call-toaction-container .btn:hover {
    background-color: #3b4c5c;
    color: #fff;
}

.platforma-container {
    background: url(../images/appl-back.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 200px;
}

.decenoi-container {
    background: url(../images/dece_bg.jpg) no-repeat center center;
    background-size: cover;
}

.cum-schimb-container {
    background: url(../images/apart_3.jpg) no-repeat center center;
    background-size: cover;
}

.intrebari-container {
    background: url(../images/ava_bg.jpg) no-repeat center center;
    background-size: cover;
}

.panel-body p {
    font-size: 16px;
}

.panel-body p span {
    font-size: 16px !important;
}

.contact-after {
    padding-top: 15px;
    font-size: 14px !important;
    font-style: italic;
}

#contactLoader {
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
    
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(0 0 0 / 50%);
}

footer p {
    font-size: 14px;
    line-height: 1.5rem;
}

.ebloc-bottom-menu a p {
    margin-bottom: 7px;
}

.scroll-top-button {
    position: fixed;
    width: 30px;
    height: 30px;
    bottom: 50px;
    right: 50px;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff8f21;
    border-radius: 50%;
    cursor: pointer;
}

.home-h2-ru {
    line-height: 1.2;
}

.menuitem-toolarge-ru {
    font-size: 12px;
}

.menuitem-toolarge-ru:hover {
    font-size: 12px !important;
}

.home-ru {
    height: unset !important;
    min-height: 100vh;
}

.offer-btn-mobile-ru a {
    font-size: 10px;
}

@media only screen and (max-height: 600px){
    .offer-btn-mobile-ru a {
        font-size: 7px;
    }
}



@media only screen and (max-width: 900px){

    .home {
        background: url(../images/home_bg_mob.jpg) no-repeat center center;
        background-size: cover;
        padding-top: 100px !important;
        padding-bottom: 80px !important;
        height: unset;
    }

    .menuitem-toolarge-ru {
        font-size: unset;
    }

    .top-menu {
        display: block;
        height: unset;
    }

    .navbar-nav > li > a {
        max-width: unset;
        text-align: left;
    }

    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: unset;
    }

    .footer-qr {
        text-align: center;
        /* padding-top: unset; */
    }

    .active-li-menu {
        background-color: transparent;
    }
    
    .active-li-menu a {
        color: #ff8f21 !important;
        font-weight: 700;
    }

    .active-li-menu-oneliner {
        padding: 20px 15px !important;
    }

    li.non-highlight {
        margin-bottom: 10px;
    }

    li.non-highlight a {
        margin: 0px !important;
    }

    nav.navbar.bootsnav .navbar-nav > li.non-highlight > a {
        border-bottom: unset;
        border-top: unset;
        border: 2px solid #ff6858;
    }

    .home-text-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: unset;
    }
    
    .home-text-subcontainer {
        width: 100%;
        padding: 10px;
    }

    .home-text-h1 {
        font-size: 28px;
    }

    .home-text-h2 {
        font-size: 20px;
    }

    .home-text-h1, .home-text-h2, .home-text-subcontainer {
        text-align: center !important;
        line-height: 1.4;
        z-index: 3;
    }

    .home-text-separator {
        display: none;
        width: 100%;
        height: 3px;
        z-index: 3;
    }

    .about_us_text_area {
        text-align: center;
    }

    .app-screenshot img {
        height: unset;
        object-fit: contain;
    }

    .contact-row {
        display: unset;
    }

    .navbar-brand img {
        height: 40px;
		width: auto !important;
		object-fit: contain;
    }

    .ebloc-header {
        max-width: unset;
    }

    .offer-btn-mobile {
        display: block;
        margin-top: 10px;
    }

    .offer-btn-mobile-ru {
        margin-top: 15px;
    }

    .offer-btn-desktop {
        display: none !important;
    }

    .servicii-container-1 {
        padding: 100px 20px 10px;
    }

    .serv-call-toaction-container {
        flex-direction: column;
        align-items: unset;
    }

    .platforma-container {
        background-position: left;
        padding-top: 170px !important;
    }

    .platforma-home-text h1{
        line-height: 1.1 !important;
        font-size: 32px !important;
    }

    .scroll-top-button {
        right: 20px;
        bottom: 25px;
    }

    .home-ru {
        height: unset !important;
    }

}


/* iPhone 5 in portrait & landscape */
@media (min-device-width: 320px) and (max-device-width: 568px) {
	.offer-btn-mobile a {
        font-size: 11px;
    }
}

/* iPhone 6 in portrait & landscape */
@media (min-device-width: 375px) and (max-device-width: 667px) {
	.offer-btn-mobile a {
        font-size: 14px;
    }
}

/* iPhone 5 in portrait & landscape */
@media (min-device-width: 320px) and (max-device-width: 568px) {
	.offer-btn-mobile-ru a {
        font-size: 7px;
    }
}

/* iPhone 6 in portrait & landscape */
@media (min-device-width: 375px) and (max-device-width: 667px) {
	.offer-btn-mobile-ru a {
        font-size: 11px;
    }
}

/* iPhone 6 PLUS in portrait & landscape */
@media (min-device-width: 411px) and (max-device-width: 823px) {
	.offer-btn-mobile-ru a {
        font-size: 14px;
    }
}



/* end added classes ----------------------------------------------------- */

section.termeni-si-conditii p {
	font-size:14px;
}
section.termeni-si-conditii ul {
	padding-left:15px;
	margin-bottom:20px;
}
section.termeni-si-conditii ul li {
	font-size:14px;
	list-style:circle;
	line-height:1.58;
	margin-bottom:10px;
}

section.politica-de-confidentialitate p {
	font-size:14px;
}
section.politica-de-confidentialitate ul {
	padding-left:15px;
	margin-bottom:20px;
}
section.politica-de-confidentialitate ul li {
	font-size:14px;
	list-style:circle;
	line-height:1.58;
	margin-bottom:10px;
}
section.politica-de-confidentialitate ol {
	padding-left:15px;
	margin-bottom:20px;
}
section.politica-de-confidentialitate ol li {
	font-size:14px;
	list-style-type:lower-alpha;
	line-height:1.58;
	margin-bottom:10px;
}


/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  padding-top: 40px;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  right: 275px;
  color: #f54242;
  font-size: 80px;
  font-weight: bold;
  transition: 0.3s;
  opacity: .9;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/* general styles override */
body {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

p {
    line-height: 1.7rem;
    font-size: 16px;
}
