

/*
//Rage Template
//Designerd by: 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 {
    background-color: #fff;
    font-size: 14px;
    color: #ffffff;
    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: 115px;
    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;
}


/*text color*/

.text-muted{}

.text-primary{color: #0f4d9a !important;;}
.text-finence{color:#13A0B2 !important;;}
.text-mega{color:#ff6863 !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: #1E8BC3;}
.bg-finence{background-color:#13A0B2;}
.bg-mega{background-color:#f2f2f2;}
.bg-grey{background-color: #f5f5f5;}
.bg-black{background-color: #0e0e0e;}
.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;
}

.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;
    /*color:#fff;*/
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    /*color:#fff;*/
}

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

.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);
    /*color:#fff;*/
}

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

h1 {
    font-size: 3rem;
    line-height: 4rem;
}
h2 {
    font-size: 2.286rem;
    line-height: 3rem;
	color: #ffffff;
}
h3 {
    font-size: 2.1rem;
    line-height: 2.5rem;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
}
h5 {
    font-size: 1.3rem;
}
h6 {
    font-size: 1rem;
}



h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
p span{
    color:#0f4d9a;
}

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{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
}



.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:10px 0px;
    background: #0f4d9a;
}
.separator_auto{
    width:85px;
    height:2px;
    margin:20px auto;
    background: #0f4d9a;
}
.separator_small{
    width:30px;
    height:2px;
    margin:20px 0px;
    background: #0f4d9a;
}

/*
Button
*/
.btn{
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    text-transform: uppercase;
    font-size:14px;
    font-weight: 600;
    border-radius: 0;
    border:1px solid;
}

.btn:hover{
    color:#fff;
    border:1px solid;
}

.btn-default{
    border: 1px solid;
    border-color:#f5f5f5;
    background-color: transparent;
    color:#fff;
    padding:1rem 2rem;
    border-radius: 0;
}
.btn-default:hover{
    border-color:#ff6863;
    background-color: #ff6863;
}

.btn-primary{
    color: #fff;
    background-color: #0f4d9a;
    border:1px solid;
    border-color: #0f4d9a;
    padding: 10px 25px;
	border-radius: 40px;
}
.btn-primary:hover{
    background-color: #eee;
    border-color: #eee;
    color:#0f4d9a;
}

.btn-success{}
.btn-info{}
.btn-warning{}
.btn-danger{}
.btn-link{}



/*
socail icon
--------------------------------*/
/*a i.share{
    color:#1E8BC3;
    -webkit-transition: all .6s;
    transition: all .6s;
}*/


/*
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: #fff;
    background-color: transparent;
}

input::-webkit-input-placeholder {
    color: #cdcdcd;
    font-style:italic;
}

input::-moz-placeholder {
    color: #cdcdcd;
    font-style:italic;
}

input:-ms-input-placeholder {
    color: #cdcdcd;
    font-style:italic;
}

input::placeholder {
    color: #cdcdcd;
    font-style:italic;
}
input::-webkit-input-placeholder {
    color: #cdcdcd;
    font-style:italic;
}
input::-moz-placeholder {
    color: #cdcdcd;
    font-style:italic;
}
input::-ms-input-placeholder {
    color: #cdcdcd;
    font-style:italic;
}
textarea::-webkit-input-placeholder{
    color: #cdcdcd;
    font-style:italic;
    padding: 5px;
}
textarea::-moz-input-placeholder{
    color: #cdcdcd;
    font-style:italic;
    padding: 5px;
}
textarea::-ms-input-placeholder{
    color: #cdcdcd;
    font-style:italic;
    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;
}
/*heading title all area*/
.head_title{
    padding-bottom: 1.143rem;
    overflow: hidden;
}
.head_title h2{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size:2.286rem;
    color:#181918;
}
.head_title p{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size:1rem;
    color:#4a4a4a;
}

/*End off pridifain css*/


/*Preloader css*/

#loading{
    background-color: rgba(189,190,220,1);
    height: 100%;
    width: 100%;
    position: fixed;
    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: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;	
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 

}
.object{
    width: 20px;
    height: 20px;
    background-color: #070a76;
    position: absolute;
    left: 65px;
    top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}
.object:nth-child(2n+0) {
    margin-right: 0px;

}
#object_one {
    -webkit-animation: object_one 2s infinite;
    animation: object_one 2s infinite;
    -webkit-animation-delay: 0.2s; 
    animation-delay: 0.2s; 
}
#object_two {
    -webkit-animation: object_two 2s infinite;
    animation: object_two 2s infinite;
    -webkit-animation-delay: 0.3s; 
    animation-delay: 0.3s; 
}
#object_three {
    -webkit-animation: object_three 2s infinite;
    animation: object_three 2s infinite;
    -webkit-animation-delay: 0.4s; 
    animation-delay: 0.4s; 
}
#object_four {
    -webkit-animation: object_four 2s infinite;
    animation: object_four 2s infinite;
    -webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s; 
}
#object_five {
    -webkit-animation: object_five 2s infinite;
    animation: object_five 2s infinite;
    -webkit-animation-delay: 0.6s; 
    animation-delay: 0.6s; 
}
#object_six {
    -webkit-animation: object_six 2s infinite;
    animation: object_six 2s infinite;
    -webkit-animation-delay: 0.7s; 
    animation-delay: 0.7s; 
}
#object_seven {
    -webkit-animation: object_seven 2s infinite;
    animation: object_seven 2s infinite;
    -webkit-animation-delay: 0.8s; 
    animation-delay: 0.8s; 
}
#object_eight {
    -webkit-animation: object_eight 2s infinite;
    animation: object_eight 2s infinite;
    -webkit-animation-delay: 0.9s; 
    animation-delay: 0.9s; 
}

#object_big{

    position: absolute;
    width: 50px;
    height: 50px;
    left: 50px;
    top: 50px;
    -webkit-animation: object_big 2s infinite;
    animation: object_big 2s infinite;
    -webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s; 
}	


@-webkit-keyframes object_big {
    50% { -webkit-transform: scale(0.5); }

}

@keyframes object_big {
    50% { 
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    } 

}

@-webkit-keyframes object_one {
    50% { -webkit-transform: translate(-65px,-65px)  ; }

}

@keyframes object_one {
    50% { 
        transform: translate(-65px,-65px) ;
        -webkit-transform: translate(-65px,-65px) ;
    } 

}


@-webkit-keyframes object_two {
    50% { -webkit-transform: translate(0,-65px) ; }
}

@keyframes object_two {
    50% { 
        transform: translate(0,-65px) ; 
        -webkit-transform: translate(0,-65px) ; 
    } 

}

@-webkit-keyframes object_three {
    50% { -webkit-transform: translate(65px,-65px) ; }
}

@keyframes object_three {
    50% { 
        transform: translate(65px,-65px) ;
        -webkit-transform: translate(65px,-65px) ;
    } 
}

@-webkit-keyframes object_four {

    50% { -webkit-transform: translate(65px,0) ; }

}

@keyframes object_four {
    50% { 
        transform: translate(65px,0) ;
        -webkit-transform: translate(65px,0) ;
    } 

}

@-webkit-keyframes object_five {

    50% { -webkit-transform: translate(65px,65px) ; }

}

@keyframes object_five {
    50% { 
        transform: translate(65px,65px) ;
        -webkit-transform: translate(65px,65px) ;
    } 

}

@-webkit-keyframes object_six {

    50% { -webkit-transform: translate(0,65px) ; }

}

@keyframes object_six {
    50% { 
        transform:  translate(0,65px) ;
        -webkit-transform:  translate(0,65px) ;
    } 

}

@-webkit-keyframes object_seven {

    50% { -webkit-transform: translate(-65px,65px) ; }

}

@keyframes object_seven {
    50% { 
        transform: translate(-65px,65px) ;
        -webkit-transform: translate(-65px,65px) ;
    } 

}

@-webkit-keyframes object_eight {

    50% { -webkit-transform: translate(-65px,0) ; }

}

@keyframes object_eight {
    50% { 
        transform: translate(-65px,0) ;
        -webkit-transform: translate(-65px,0) ;
    } 

}

/*End off Preloader*/


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

.cart-list li h6 a{
    color:#000;
}
.btn-cart{
    background-color: #ff6863;
    padding: 2px 10px;
    color:#fff !important;
    border:0px solid;
    display: inline-block;
}
.btn-cart:hover{
    border:0px solid;
    background-color: #ff7854 !important;
}

/*
Home Section style
==================*/
.home{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/introbg.jpg) center center / cover no-repeat rgba(20, 24, 30, .8);
    background-size: 100% 100%;	
    position: relative;
}
.home_other{
    background: url(../img/introbg.jpg) center center / cover no-repeat rgb(20, 24, 30);
    position: relative;
}
.main_home{
    padding: 23.2% 0;
    z-index: 1;
	text-align: center;
}
.main_other{
	padding-top: 150px;
    padding-bottom: 100px;
    z-index: 1;
	text-align: center;
}
.other_header{
	background: #0f4d9a;
	margin-top: 95px;
	border-radius: 2px;
	
}
.colormenu li a{
	color: #666!important;
}

.home_text h1{
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 6.5rem;
	text-align: center;
}
.other_home_text h1{
	font-size: 30px;
	line-height: 60px;
}


/*
About section style
====================*/
.main_about{
    display: table;
    width:100%;
}

.about_bottom_content{}
.about_bottom_content .about_bottom_item{}
.ab_head{
    width:100%;
    display: table;
}
.ab_head .ab_head_icon{
    float: left;
    margin-right: 20px;
}
.ab_head .ab_head_icon .icofont,
.ab_head .ab_head_icon .icon{
    line-height: 50px;
    font-size:30px;
   
    color:#e40000;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
   

}



/*
FAQ Page
--------*/

.faq_main_content h6{
    margin-bottom: 0rem;
    border: 1px solid;
    border-color:#eee;
    position: relative;
}

.faq_main_content h6 + div {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    display: block!important;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    border:0px solid #cdcdcd;
}

.faq_main_content h6 + div.open {
    height: 133px;
    border:1px solid;
    border-top:0;
    border-color: #eee;
}

.faq_main_content h6 a{
    display: block;
    color: #6a6a6a;
    text-decoration: none;
    font-weight: normal;
    overflow: hidden;
}

.faq_main_content h6 span{
    font-weight: 600;
}

.faq_main_content h6 a i{
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #eeeeee;
    text-align: center;
    color:#444444;
    margin-right: 15px;
    font-size:1.5rem;
}

.faq_main_content h6.open a{
    color:#444;
}

.faq_main_content h6.open a i{
    color:#fff;
    background-color: #444444;
}


.faq_main_content h6.open a i{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq_main_content .content {
    padding: 25px;
    color:#4a4a4a;
}


/*
Video Section style
======================*/
.video{
    background-size: cover;
    position: relative;
}
.main_video{
    display: block;
    /*z-index: 2;*/
    /*position: relative;*/
}
.main_video i,
.main_video span.fa,
.main_video span.icon{
    color:#fff;
    font-size:3rem;
    border:2px solid #fff;
    width:80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    position: relative;
}


/*
Featured section style
========================*/
.main_featured .head_title{
    width:70%;
    margin:0 auto;
}

.slick-center .featured_img{
    position: relative;
}
.slick-center .featured_img:before{
    content:"+";
    width:50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left:43.5%;
    right:43.5%;
    top:35%;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    font-size:3rem;
    z-index: 2;
    cursor: pointer;
}
.slick-center .featured_img a{
    position: absolute;
    left:43.5%;
    right:43.5%;
    top:35%;
    display: block;
    width:50px;
    height: 50px;
    z-index: 3;
}
.featured_img a{
    display: none;
}
.featured_slider{
    width: 100%;  
    height:250px;
    margin: 20px auto;    
    text-align: center;
}
.featured_img img{
    width:100%;
    height: 100%;
}
.featured_slider div{
    margin-right: 5px;
}
.slick-slide{
    opacity: .6;
}
.slick-center{
    display: block;
    max-width: 10% !important;
    max-height:20% !important;
    opacity: 1;


}


/*
service section style
========================*/

#service{
	/*background:url(../img/whybck.jpg) no-repeat center center; */
    background-size: cover;
	background-attachment: fixed;
    position: relative;
}
.transparentcolor{
	/*background: rgba(0,0,0,.9); */
}
.main_featured,
.main_service{
    display: table;
    overflow: hidden;
    width:100%;
}


.service_item{
    width:100%;
    overflow: hidden;
}
.service_item i.icofont,
.service_item i.fa,
.service_item span.icon{
    font-size:3rem;
}
.service_item h6{}
.service_item p{}


/*
Impress section style
========================*/

.impress{
    background:url(../images/background/work-together.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
.main_impress h2{
    font-size:2.286rem
}
.impress_btns .btn{
    padding: 1rem 4rem;
}



/*
Portfolio section style
========================*/

.main_portfolio{
    width:100%;
    overflow: hidden;
}
.portfolio_item{
    position: relative;
    overflow: hidden;
}
.portfolio_item:hover img{
    
}
.portfolio_item img{
    width:100%;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}
.portfolio_hover{
    position: absolute;
    left:0%;
    right:0%;
    top:0%;
    width:100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.30); 
    padding-top: 12%;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.portfolio_item:hover .portfolio_hover{
    opacity: 1;
}
.portfolio_item2 .portfolio_hover{ 
    padding-top: 25%;
}
.portfolio_item3 .portfolio_hover{ 
    padding-top: 65%;
}

.home_btns ,
.impress_btns ,
.portfolio_hover_icon{
    margin-left: -10px;
}
.subscribe_btns button.btn,
.home_btns a,
.impress_btns a,
.portfolio_hover_icon a{
    margin-left: 10px;
}

.portfolio_hover_icon a i{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border:1px solid;
    border-color:#fff;
    display: inline-block;
    color:#fff;
    border-radius: 50%;
	position: absolute;
	margin: auto auto;
	top: 0; left: 0; bottom: 0; right: 0;
	
	-webkit-transform: rotate(0deg);
        -webkit-transition: -webkit-transform 0.25s ease-in-out;
}
.portfolio_hover_icon a i:hover{
-webkit-transform: rotate(350deg);
           -webkit-transition: -webkit-transform 0.25s ease-in-out;
}




/*
Skill Section style
=======================*/

/* Skill bar*/

.teamskillbar {
    position:relative;
    display:block;
    margin-bottom:15px;
    width:100%;
    background: #f2f2f2;
    height:10px;
    -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:10px;
    width:0px;
    background:#ff6863;
    position: absolute;
    left:0px;
    top:0px;
}


.skill_bottom_content{}
.skill_bottom_item .separator_small{
    margin: 20px auto;
}


/*
Testimonial Section style
=======================*/
.testimonial{
    
}
.testiimage{
	text-align: center;
	width: 100px;
	height: 100px;
	margin: auto;
	margin-bottom: 20px;
	border-radius: 50%;
	border: 2px solid #0f4d9a;
	bacground: #0f4d9a;
}
.main_testimonial{
    position: relative;
    z-index: 1;
}
.main_testimonial .testimonial_slid{
    width:90%;
    display: block;
    margin: 0 auto;
}
.main_testimonial .testimonial_item{
    width:90%;
    margin: 0 auto;
}
.main_testimonial .testimonial_slid .slick-arrow{
    border:1px solid #fff;
    width:45px;
    height: 45px;
    line-height:  45px;
    text-align: center;
    color:#fff;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}
.main_testimonial .testimonial_slid .slick-arrow.nextprevleft{
    float: left;
    top:20px;
    left:-6%;
}
.testimonial_slid .slick-arrow.nextprevright{
    float: right;
    top:-130px;
    right:-6%;
}
.main_testimonial .testimonial_item .test_authour i{
    color:#ffbf00;
}


/*
Pricing Section style
=======================*/
.main_blog,
.main_pricing{
    overflow: hidden;
    width:100%;
}
.pricing_top_border{
    height: 4px;
    width:100%;
    background-color: #0f4d9a;
}

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

}
.pricing_price_border{
    background-color: #004080;
    padding: 10px;
    border-radius: 50%;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 18.6%;
    left: 25%;
    right: 25%;
}
.pricing_price_border .pricing_price{
    background-color: #e40000;
    border: 2px solid;
    border-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding-top: 10%;
}
.pricing_price_border .pricing_price h3{
    margin-bottom: 0px;
    font-size:2rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.pricing_price_border .pricing_price p{
    font-size:0.929rem;
}
.pricing_body{
    overflow: hidden;
}
.pricing_body ul{
    width:70%;
    margin: 0 auto;
}
.pricing_body ul li{
    line-height: 3rem;
}
.pricing_body ul li i{
    margin-right: 10px;
}


/*
Brand Section style
=====================*/
.main_cbrand{
    overflow: hidden;
    width:100%;
}
.cbrand_item {
    height: 70px;
    overflow: hidden;
}
.cbrand_item img{
    width:70%;
    /*margin: 10px;*/
}
.cbrand_item img.img_apple{
    width:25%;
    padding: 10px;
}

/*
Subscribe Section style
=====================*/
.subscribe{
    background: url(../images/background/subscribe.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
.main_subscribe{
    width:100%;
    display: block;
}
.main_subscribe .subscribe_btns .form-group{
    width:60%;
    display: inline-block;
}
.main_subscribe .subscribe_btns .form-group #inputEmail2{
    width:100%;
    background-color: transparent;
    color:#fff;
}
.main_subscribe .subscribe_btns button.btn{
    /*width:15%;*/
}


/*
Blog Section style
=====================*/
.blog_item{
    overflow: hidden;
    width:100%;
}
.blog_item_img{
    overflow: hidden;

}
.blog_item_img img{
    width:100%;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}
.blog_item:hover .blog_item_img img{
    -webkit-transform: scale(1.1) rotate(2deg);
    -moz-transform: scale(1.1) rotate(2deg);
    -o-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}
.blog_text{
    border: 1px solid #eee;
}
.blog_text p a{
    color:#666666;
    padding: 5px;
}


/*
Maps Section style
=====================*/

.main_maps{
    background: url(../images/maps.jpg) no-repeat center center;
    position: relative;
    width:100%;
    overflow: hidden;
}

.maps_text{
    position: relative;
    z-index: 1;
}
.maps_text h3{
    top:20%;
    position: relative;
    margin-top: 95px;
}
.maps_text h3 i{
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background-color: #ff6863;
    font-size: 1rem;
    display: inline-block;
    top: -5px;
    position: relative;
    margin-left: 10px;
}



/*
Contact Section style
=====================*/

.main_contact{
    overflow: hidden;
}
.main_contact a.btn{
    width:100%;
}

.widget_socail{}
.widget_socail ul li a i{
    background-color: #434343;
    width:40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color:#fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.widget_socail ul li a:hover i{
    background-color: #0f4d9a;
}


/*
Footer Section style
=====================*/

.main_footer{
    overflow: hidden;
}

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



/*maps*/
.main_maps{
    width:100%;
    height: 100%;
}
.main_maps .map_canvas_icon{
    position:absolute;
    left:45%;
    top:35%;
    cursor:pointer;
    /*z-index: 2;*/
}
.main_maps i{
    font-size:2.5rem;
    color:#f38181;

}
.main_maps  h2{
    color:#f38181;
}

.mapheight{
    height: 100px; 
    width: 100%;
}


/* scrollup */

.scrollup{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .8;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #777;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
    background: #ff7f00;
    opacity: 1;
}

.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}

.navbar-right{
	margin-top: 25px;
}

@media (min-width: 1024px) {
nav.navbar.bootsnav.navbar-fixed.no-background .logo-display {
	width: 120px;
}
nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
    display: block;
	width: 120px;
}
}
nav.navbar.bootsnav .navbar-right{
	margin-top: 10px;
}
.uppercase{
	text-transform: uppercase;
}
.checkin{
	z-index: 999;
}


.widget_socail .footericons li a i {
    background-color: #8888;
    width: 50px;
    height: 50px;
	
    font-size: 20px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.widget_socail .footericons li {
    color: #141415;
    font-size: 16px;
    /*font-weight: bold;*/
}
.feature-box a i{
	/*font-size: 20px; */
	border: 2px solid #fff;
	color: #fff;
	background: #0f4d9a;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 45px;
}
.feature-box a .rounded{
	background: #0f4d9a;
	padding: 20px 10px;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	
	
}
.specialmenu{
	
}
p{
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.2px;
	line-height: 25px;
	font-weight: 100;
	font-size: 16px;
}

.feature-box{
	margin: 45px 0px;
	color: #000;
}
.featuresimage{
	
	
text-align:center;
	width: 80%;
	border-radius: 8px;
	margin-left: 10%;
	height: 350px;
	margin-top: 40px;
	
}

a.nav-active {
    color: blue;
}

.feature-box p a{
	color: #0e0e0e;
	font-size: 20px;
}

.abcdef h4{
	margin-top: 0px;
}
.abcdef p{
	text-align: justify;
}
.other_features .widget_socail ul li a i{
	background: #C0C0C0;
	margin-right: 5px;

}
.other_features .widget_socail ul li a:hover i{
	background: #0f4d9a;

}
.other_features .widget_socail ul .active a i{
	background: #0f4d9a;

}
.other_features .widget_socail ul .active{
border: none!important

}
.portfolio_item img{
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	
	border: 10px solid #f9f9f9;
	border-radius: 20px;
}
.aboutlist ul li:before{
	content: "\f0a4"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.3em; /* same as padding-left set on li */
  font-size: 15px;
  color: #0f4d9a;
  display: table-cell; /* aha! */
}
.aboutlist ul li li:before{
	content: "\f192"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.3em; /* same as padding-left set on li */
  font-size: 12px;
  color: #0f4d9a;
  display: table-cell; /* aha! */
}
.aboutlist .listinsidelist li ul li:before{
	content: "\f192"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.3em; /* same as padding-left set on li */
  font-size: 12px;
  color: #0f4d9a;
  display: table-cell; /* aha! */
}
.aboutlist .listinsidelist li:before{
	content: ""; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.6em; /* same as padding-left set on li */
  font-size: 12px;
  color: #0f4d9a;
  display: table-cell; /* aha! */
}
.aboutlist ul li{
	font-family: 'Raleway', sans-serif;
    letter-spacing: 0.2px;
    line-height: 26px;
    font-weight: 100;
    font-size: 16px;
	counter-increment: foo;
    display: table-row;
	margin-top: 0px;

	text-align: justify;
	
}
.aboutlist ul{
	counter-reset: foo;
    display: table;
	margin-right: 0px;
}
.aboutlist ul li ul{
	counter-reset: foo;
    display: table;
	margin-right: 0px;
}

.attr-navg{
	margin-top: 15px;
	font-weight: 600;	
}
.attr-navg > ul > li > a{

	text-transform: uppercase;
}
.aboutlistleftspace ul{
	margin-left: 0px;
}
ul.cart-list > li {
    position: relative;
    border-bottom: solid 1px #efefef;
     padding: 0px !important; 
}

.colormenu .activemenu a{
	color: #0f4d9a!important;
}
.attr-navg > ul > li > a {
    padding: 7px 25px!important;
	font-size: 12px;
	color: #888;
	line-height: 14px;
}
.attr-navg > ul > li{
    /*background: #199c10;*/
	border-radius: 40px;
	margin: 0 5px;
}
.attr-navg > ul{
    margin-top: 20px;
}
.active{
	/*border-bottom: 1px solid #0f4d9a;*/
	color: #0f4d9a!important;
}

@media (min-width: 1024px){
nav.navbar.bootsnav ul.nav > li > a {
    padding: 10px 15px;
    font-weight: 600;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /*   Font Change*/
}
}
@media (min-width: 1024px){
nav.navbar.bootsnav ul.nav{
    padding: 20px 0;
}
}

.blacktransparent{
	background: rgba(0,0,0,0.5);
}

.popup-img{
	-webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
}
.portfolio_item img{
	-webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
}
.gifimageclass{
	border: 4px solid #0f4d9a;
	padding: 2px;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
-webkit-box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
-o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	border-radius: 8px;
}

/* Pricing Page */

.pagepricingbox{
	background: #0f4d9a;
	border-radius: 6px;
	border: 3px solid #0f4d9a;
	border-bottom: 5px solid #0f4d9a;
}
.pagepricingboxwhite{
	background: #fff;
	margin-top: 15px;
}
.grayboder{
	border-right: 2px solid #0f4d9a;

}
.pagepricingboxwhite h3{
	font-size: 16px;
}
.maintext{
	margin-left: -4px;
}
.subtext{
	margin-left: 1px;
}
.pagepricingboxwhite h2{
	color: #0f4d9a;
}
.pagepricingboxwhite button{
	width: 80%;
	margin: 20px 0;
	background: #0f4d9a;
	color: #fff;
	border: none;
	padding: 10px 5px;
	border-radius: 4px;
}
.pricingcontent{
	background: #fff;

}
.pricingcontentgray{
	background: #f1f1f1;
	color: #fff;
}
.pricingboxtext{
	padding: 15px 0;
	margin-top: 7px;
}
.pricingboxsubtext{
	padding: 10px 0;
	
}
.col-xs-2 .pricingboxsubtext{
	text-align: center;
}

.col-xs-4 .pricingboxsubtext{
	padding-left: 20px;
	margin-bottom: 2px;
}
.collapse .row:hover{
	background: #f9f9f9;
}
.collapse .row{
	padding: 0px;
	margin: 0px;
}
.pagepricingbox .row .row{
	margin: 0px;
}

.span4 .fa-check{
	color: green;
	font-size: 20px;
}
.span4 .fa-times{
	color: red;
	font-size: 20px;
}
.pagepricingbox{
	
	color: black;
}
.pagepricingbox .row{
	color: black;
}

.pagepricingbox .row .span4 .btn .col-xs-4{
	text-align: left;
	margin-top: -1px;
}
.pagepricingbox .row .span4 .btn .col-xs-2{
	
	margin-top: -1px;
}
.pagepricingbox .btn{
	width: 100%;
	padding: 0px;
	margin-bottom: -6px;
	margin-left: 4px;
}


.pricingtags a:hover{
	border: 1px solid transparent;
	
	
}
.pricingtags a:hover .grayboder{
	
	
}


.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}


@media (min-width: 1024px) {
nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
    display: block;
    width: 150px;
}

nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-scrolled, nav.navbar.bootsnav.navbar-fixed.no-background .logo-scrolled {
    display: none;
	   width: 150px!important;
}
}
.navbar-brand img{
    width: 140px!important;
    height: auto;/*95px*/
	margin-bottom: 15px;
	
}
.about_bottom_content .other_features .widget_socail{
	margin-top: 0px;
}
.fafared{
	color: red!important;
}
.fafahalfred{
	color: green!important;
}


.testimonialscustom {
  padding: 16px;
  margin: 16px 0;
  margin-left: 25px;
}

.testimonialscustom::after {
  content: "";
  clear: both;
  display: table;
}

.testimonialscustom .icon img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-top: 10px;
  padding: 4px;
  border: 4px solid #f1f1f1;
}

.testimonialscustom .rating img{
	width: 15px;
	height: 15px;
	margin-left: 5px;
}
.testimonialscustom
{
  position: relative;
  
  width: 100%;
   box-shadow: 5px 5px 5px #888888; 
   border-radius: 10px;
}
.testimonialscustom:before, .testimonialscustom:after
{
  /*z-index: -1;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px; 
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg); */
 
}
.testimonialscustom:after
{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}


.testimonialscustom span {
  font-size: 20px;
  margin-right: 15px;
}

@media (max-width: 500px) {
  .testimonialscustom {
      text-align: center;
  }
  .testimonialscustom img {
      margin: auto;
      float: none;
      display: block;
  }
}


@media (max-width: 700px) {
.navbar-brand img{
width: 80px!important;
}
.attr-navg{
	margin-top: 0px;
	font-weight: 600;
}
.fronticons{
	display: inline!important;
}
.textright{
	text-align: left!important;
}
.aftericons{
	display: none;
}
.gif-feature{
	display: none;
}
}

.textright{
	text-align: right;
}
.fronticons{
	display: none;
}
.visionright{
	margin-right: 40px;
}

@media (max-width: 380px) {
.home{
	height: 360px!important;
}
.visionright{
	margin-right: 0px;
}


}

.mfp-close: hover
{
	cursor: pointer; 
}
.mfp-close-btn-in .mfp-close{
	margin-top: -20px;
}
img.mfp-img {
margin-top: -25px;
}
.testimonialscustom{
	background: #fff;
}




.mfp-container{

    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
			
	
	-webkit-animation: fadeout 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeout 3s; /* Firefox < 16 */
        -ms-animation: fadeout 3s; /* Internet Explorer */
         -o-animation: fadeout 3s; /* Opera < 12.1 */
            animation: fadeout 3s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


@keyframes fadeout {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadeout {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadeout {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadeout {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.centeralign{
	text-align : center;
}
.topmargin{
	margin-top: 25px;
}
.loginbox{
	border-radius: 10px;
	padding: 40px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #0474b7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#0474b7));
    background: -webkit-linear-gradient(top, #ffffff 0%,#0474b7 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#0474b7 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#0474b7 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#0474b7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0474b7',GradientType=0 );

}
.logintext{
	background: #fff;
	border: 1px solid #000;
	border-radius: 10px;
	padding: 30px 20px;
}
.loginboxpadding{
	padding: 10px 50px;
}
.logintext input[type="radio"]{
	margin-left: 0px;
	margin-top: 2px;
}
.loginradio{
	margin-right: 30px;
}
.logintextbox{
	width: 100%;
	height: 40px;
	background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
	border-radius: 4px;
	padding: 10px;
}
.loginbutton{
	padding-top: 20px;
	padding-bottom: 50px;
	margin-left: -15px;
	margin-right: -15px;
}
.rightalign{
	text-align: right;
}
.loginbutton .forgot a{
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}
.loginbutton .forgot{
	margin-top: 30px;
}

/* Forgot Password page CSS*/
#forgotPasswordForm{
	background: #f1f1f1;
	padding: 40px;
	border-radius: 4px;
	min-width: 350px;
}
.forgotfafa{
	
    color: #fff;
    margin-right: -4px;
    font-size: 15px;
	padding: 14px;
    background: #0f4d9a;
    border-radius: 4px 0px 0px 4px;
}
.useridclass input[type="text"] {
    width: 80%;
    height: 44px;
    border: 1px solid #e5e9ea;
    box-shadow: none;
	padding-left: 10px;
    border-radius: 0px 4px 4px 0px;
}
.useridclass{
	margin-top: 20px;
}
.useridclass select {
    width: 80%;
    height: 45px;
    border: 1px solid #e5e9ea;
    box-shadow: none;
	padding-left: 10px;
    margin-top: -5px;
    border-radius: 0px 4px 4px 0px;
}
.wrongcredentialstext{
	color: red;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.forgotlogo{
	width: 75%;
}
.forgotkey{
	font-size: 250px;
	z-index: 999;
	margin-top: 60px;
	
}
.graybackground{
	background: #f1f1f1;
}

@media (max-width: 500px) {
	.forgotkeydiv{
	display: none;
	}
	#forgotPasswordForm{
		margin-left: -40px;
	}
}
.leftmargin20{
	margin-left: 20px;
}
@media (min-width: 1024px){
	.attr-navg > ul > li.dropdown ul.dropdown-menu {
		margin-top: 5px;
		margin-left: 55px;
		width: 150px!important;
		left: -70px;
	}
}

.successMessage{
	background: #fff;
	border-radius: 4px;
	
}
.loginbox2{
	background: #3f71ae;
	padding: 2px;
	border-radius: 4px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 20px 10px -6px #c3d2e6;
}
.smtitle{
	background: #5c52a3;
	color: #fff;
}
.smtitle h2{
	color: #fff;
	padding: 7px;
	padding-left: 25px;
	text-transform: uppercase;
	font-size: 25px;
}
.smtitle i{
	background: #fff;
	color: #5c52a3;
	border-radius: 50%;
	padding: 10px 25px;
	font-size: 50px;
	position: absolute;
	margin-top: -20px;
	border: 4px solid #5c52a3;
}
.smtitle span{
	padding-left: 85px;
	color: #fff;
}
.successMessage .smbody{
	padding: 25px;
}.dropdownMenu li:hover{
	background: #5c52a3;
	color: #fff!important;
}
.dropdownMenu li:hover a{
	color: #fff!important;
}

ul.dropdownMenu:after {
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -10px;
    width: 0;
    height: 0;
    content:'';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000000;
}
.divborder {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;  
}
.career { 
  color:#0f4d9a;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.collapsible { 
  cursor: pointer;
  color:#0f4d9a;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.act, .collapsible:hover {
  background-color:#efefef;
  color:#151414;
}

.collapsible:after {
  content: '\002B';
  font-size: 200%;
  color:#181918;
  font-weight: bold;
  float: right;
  margin-left: 1px;
}

.act:after {
  content: "\2212";
}

.contenty {  
  max-height: 0;
  color:#0f4d9a;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

.floating-menu { width: auto; height: auto; position: fixed; right: 10px; z-index: 9; top: 33%;}
.floating-menu-item { width: 50px; height: 50px; float: right; overflow: hidden; clear: both; background: #e40000; margin-bottom: 10px; transition: width 0.5s; -moz-transition: width 0.5s; -webkit-transition: width 0.5s; -o-transition: width 0.5s; border-radius:25px; }
.floating-menu-item:hover { width: 260px; }
.floating-menu-image { width: 50px; height: 50px; float: left; overflow: hidden; margin-right: 2px; }
.floating-menu-content { width: auto; height: 50px; float: left; /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/ font-family: Arial, Helvetica, sans-serif; font-size: 16px; text-transform: uppercase; color: #fff;  background: #e40000; padding: 14px 0 0 0px; display: block; }

.floating-menu-content a { color: #FFF; text-decoration: none;}
.floating-menu-content a:hover { color: #FFF; text-decoration: underline;}

.android-cont-main {
    padding-top: 60px;
}
.no-left-padding {
    padding-left: 0!important;
}
.no-left-right-padding {
    padding-left: 0!important;
    padding-right: 0!important;
}

.choose_item_text h6 {
    font-weight: 700;
    font-size: 16px;
}

.paralax-mf {
    position: relative;
    padding: 8rem 0;
}

.bg-image {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.box-shadow, .paralax-mf, .service-box, .work-box, .card-blog {
    box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.overlay-mf {
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .7;
}

.overlay-mf {
    background-color: #0078ff;
}

@media (min-width: 992px){
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (min-width: 576px){
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (min-width: 577px){
	.counter-box {
		margin-bottom: 1.8rem;
	}
}
.counter-box {
    color: #e73030;
    text-align: center;
}

@media (min-width: 768px){
	.pt-md-0, .py-md-0 {
		padding-top: 0!important;
	}
}

.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}
.counter-ico {
    margin-bottom: 1rem;
}

.counter-ico .ico-circle {
    height: 60px;
    width: 60px;
    line-height: 2.3;
    box-shadow: 0 0 0 10px #004080;
}
.ico-circle {
    height: 100px;
    width: 100px;
    font-size: 2rem;
    border-radius: 50%;
    line-height: 1.55;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 0 0 10px #0078ff;
    display: block;
}

.counter-num .counter {
    font-size: 2rem;
    margin-bottom: 0;
	line-height: 1.7;
	font-weight: 400;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}



.how-work-wrapper { padding-bottom: 60px;}
.no-left-right-margin{margin-left:0!important;margin-right:0!important}
.how-work-main { padding: 50px 0px 50px 0px;}
.no-left-right-padding{padding-left:0!important;padding-right:0!important}
.welcome-icon-box {}
.welcome-icon-box:hover .welcome-icon  { background: #004080; color: #FFF; border: 2px solid #004080;}
.welcome-icon { width: 80px; height: 80px; margin: 0 auto; border-radius: 50%; font-size: 30px; color:#199c10; text-align: center; padding-top: 15px; border: 2px dotted #e40000; }
.welcome-icon-content {}
.welcome-icon-content h5 { padding: 15px 0px 10px 0px;}
.welcome-icon-content  p { padding-top: 0px;}
.text-green{color:#199c10 !important}
.text-center{text-align:center}
.app-download-wrapper { background: url(../images/app-bg.png) repeat-x top left #fdfbf7; padding-bottom: 20px; border-bottom: 1px solid #f2f2f1;}
.app-download-main {}
.app-download-text {}
.app-download-text h3 { color: #666 !important;}
.app-download-img {}
.no-left-right-padding{padding-left:0!important;padding-right:0!important}
.app-download-text {}
.app-download-text h3 { color: #666 !important;}
.app-download-img {}
.app-big-text { /*font-family:'Lato-Bold',Sans-Serif;*/ font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 40px; text-transform: uppercase;}
.pc-view-only{display:block !important}
.app-green-arrow { text-align: center; margin-top: 50px;}
.app-icon-big { width: 80%;}
.app-icon-set {}
.app-icon-set p { font-size: 14px; line-height: 20px; text-align: left; padding-top: 15px;}
.app-icon-set p a { color: #e40000;}
.app-green-arrow { text-align: center; margin-top: 50px;}
.no-left-padding{padding-left:0!important}
.android-cont-main { padding-top: 60px;}
.android-cont-main p { font-size: 14px; line-height: 20px; text-align: left; }
.qr-code img { width: 85%;}
.mob-app-but {}
.app-but { width: 110px; padding-bottom: 7px;}
.no-right-padding{padding-right:0!important}
.hide-only-415 { display: block;}
.hide-only-320 { display: block;}

@media all and (max-width: 767px) and (min-width: 415px) {
	.how-work-wrapper { padding-bottom: 0;}
	.how-work-main, .how-work-wrapper { padding-bottom: 0px;}
	.welcome-icon-box { padding-bottom: 50px !important;}
	.col-md-8.col-sm-8.app-download-text.no-left-padding, .col-md-4.col-sm-4.app-download-img.no-right-padding.view-only-415.view-only-320, .col-md-6.col-sm-6.quick-con-form-right.no-right-padding { padding-left: 0px !important; padding-right: 0px !important;}
	.app-download-text h3 { text-align: center;}
	.app-big-text { font-size: 30px;}
	.app-download-img { padding-top: 50px;}
	.app-download-img img { width: 70%; margin: 0 auto; text-align: center;}
	.hide-only-415 { display: none;}
	
}

@media all and (max-width: 414px) and (min-width: 320px) {
	.how-work-main, .how-work-wrapper { padding-bottom: 0px;}
	.col-md-4.col-sm-3.col-xs-3.qr-code.no-left-right-padding { width: 130px; float: none; margin: 0 auto;}
    .welcome-icon-box { padding-bottom: 50px !important;}
	.wrapper-main { overflow: hidden;}
	.app-download-img { padding-top: 50px;}
	.col-md-4.col-sm-3.col-xs-3.qr-code.no-left-right-padding { width: 130px; float: none; margin: 0 auto;}
	.col-md-8.col-sm-9.col-xs-9.no-left-right-padding { width: 100%;}
	.welcome-icon-box { padding-bottom: 50px !important;}
	.app-download-text h3 {color: #666; font-size: 25px;}
	.app-download-text h3 { text-align: center;}
	.col-md-8.col-sm-8.app-download-text.no-left-padding, .col-md-4.col-sm-4.app-download-img.no-right-padding.view-only-415.view-only-320, .col-md-6.col-sm-6.quick-con-form-right.no-right-padding { padding-left: 0px !important; padding-right: 0px !important;}
	.app-big-text { font-size: 25px;}
	.android-cont-main p, .ios-cont-main p { font-size: 14px; line-height: 20px; text-align: center;}	
	.col-md-4.col-sm-3.col-xs-3.qr-code.no-left-right-padding { width: 130px; float: none; margin: 0 auto;}
	.qr-code img { width: 100%;}
	.app-but {  width: 130px; padding-bottom: 7px; margin: 0 auto;}
	.app-download-img { padding-top: 50px;}
	.hide-only-320 { display: none;}
}
@media all and (max-width: 991px) and (min-width: 320px) {
	.pc-view-only{display:none !important;}
	.col-md-6.col-sm-12.ios-cont-main.no-right-padding, .col-md-6.col-sm-12.android-cont-main.no-left-padding, .col-md-8.col-sm-12.newsletter-form-main.no-right-padding, .col-md-12.col-sm-12.footer-right-head.no-right-padding, .col-md-6.col-sm-6.quick-con-form-left.no-right-padding, .col-md-12.col-sm-6.quick-con-form-left.no-right-padding, .col-md-12.col-sm-12.quick-con-form-left.no-right-padding, .col-md-6.col-sm-12.quick-con-form-left.no-right-padding { padding-left: 0px !important; padding-right: 0px !important;}
}

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

@media screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
		display: block;
	}
	.dropdown-menu{
		margin-top: 0;
	}
	.dropdown-toggle{
		margin-bottom: 2px;
	}
	.navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
		margin-bottom: 0;
	}
}