

/*
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 {
    /*background:url(../images/bodybg.png) repayet-y;*/
    background-image: url("../images/bodybg.png");
    background-repeat: repeat-y;
    font-size: 16px;
    color: #797979;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    width:100%;
    font-family: 'Ubuntu', 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: 100px;
    padding-bottom: 80px;
}

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

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

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

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

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


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

/*text color*/

.text-muted{}

.text-primary{color: #fc6a42 !important;;}
.text-finence{color:#13A0B2 !important;;}
.text-mega{color:#fc6a42 !important;;}
.text-white{color:#fff !important;;}
.text-black{color:#000 !important;}
.text-red{color:#F00 !important;;}
.text-blue{color:#00F !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:#6a6b6c;}
.bg-grey{background-color: #f5f5f5;}
.bg-black{background-color: #353854;}
.bg-white{background-color: #fff;}
.bg-red{background-color:#F00;}
.bg-yellow{background-color:#FF0;}
.bg-cyan{background-color:#00AFEF;}

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[type="text"],
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;
    font-size: 1rem;
	font-weight:500;
	border:1px solid #000;
    background-color:rgba(255,255,255,.1);
	color:#000;
}

.form-control{
    width: 100%;
    height: 35px;
	margin-bottom:15px;
}




h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Ubuntu', 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:#EF7F1A;
}

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_dot{
    background: url(../images/overlay-img.png) no-repeat top center;
    background-color: rgba(51,51,51,0.75);
    background-size: cover;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
}
.home-overlay {
    background-color: rgba(41, 39, 34, 0.90);
    width: 100%;
    height:100%;
    position: absolute;
    left:0;
    top: 0;
}

.video_overlay {
    background-color: rgba(41, 39, 34, 0.80);
    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: #fc6a42;
}
.separator_auto{
    width:85px;
    height:2px;
    margin:20px auto;
    background: #fc6a42;
}
.separator_small{
    width:30px;
    height:2px;
    margin:20px 0px;
    background: #fc6a42;
}

/*
Button
*/
.btn{
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size:16px;
    font-weight: 600;
}
.btn-primary{
    color: #fff;
    background-color: #000;
	border:none;
    padding: .75rem 1.5rem;
}
.btn-primary:hover{
    background-color: #eee;
    border-color: #eee;
    color:#000;
}

.btn-primary:focus{
    background-color: #eee;
    border-color: #eee;
    color:#000;
}

.btn-danger{
    color: #fff;
    background-color: #EF7F1A;
    padding: .75rem 1.5rem;
	border:none;
}

.btn-danger:hover{
    color: #EF7F1A;
    background-color: #eee;
    border-color: #eee;
}

.btn-danger:focus{
    color: #EF7F1A;
    background-color: #eee;
    border-color: #eee;
}



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

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

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

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

textarea::-webkit-input-placeholder{
    color: #FFF;
    font-style:italic;
    padding: 5px;
}
textarea::-moz-input-placeholder{
    color: #FFF;
    font-style:italic;
    padding: 5px;
}
textarea::-ms-input-placeholder{
    color: #FFF;
    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: 5.143rem;
    overflow: hidden;
}

.head_title h1{
	font-weight: 600;
    font-size:3.250rem;
    color:#EF7F1A;
}

.head_title h2{
    font-weight: 600;
    font-size:3.250rem;
    color:#EF7F1A;
}
.head_title h5{
    font-weight: 400;
    font-size:1.375rem;
    color:#666;
}

/*End off pridifain css*/



/*Preloader*/
#loading{
    background-color: #fdef02;
    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 {
    padding: 15px 15px;
}


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

.home{
    background: url(../images/homebg.png) no-repeat top center;
    background-size:cover;
    position: relative;
}


.home .carousel-control i{
	display:none;
}

.home .left{
    left:4%;
}
.home .right {
    right:4%;
}


.home:hover i, .home:focus i{
	display:inline-block;
}



.main_home{
    overflow: hidden;
    padding-top:14%;
    padding-bottom:14%;	
}




.home_text h1{
    font-family: 'Ubuntu', sans-serif;
    font-size:3rem;
    font-weight: 600;
    line-height: 4rem;
}

.home_text p{
    font-family: 'Ubuntu', sans-serif;
    font-size:1.7rem;
    font-weight: 500;
    line-height: 2.2rem;
}


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

.scrooldown{
    position: absolute;
    left: 48.5%;
    bottom: 10%;
    width: 40px;
    height: 40px;
    line-height: 37px;
    background: #f4f5f9;
    border-radius: 50%;
    text-align: center;
    z-index: 3;
}
.scrooldown a i{
    font-size:0.775rem;
    color:#e74c3c;
}






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

.about{}

.about p{ 
    font-size:1.7rem;
    line-height:1.75rem;
}

.main_features{}
.features_item{}
.features_item .f_item_icon{
    float: left;
    width:20%;
    display: inline-block;
    margin-right: 15px;
}
.features_item .f_item_icon i{
    font-size:4rem;
    color:#EF7F1A;
}
.features_item .f_item_text{
    display: inline-block;
    width:70%;
}


/*
Testimonial Section style
=====================*/
.main_drag{
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 20px auto;
}
.swiper-slide {
    text-align: center;
    background-position: center;
    background-size: cover;
    width: 340px;
    height: 606px;


    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: 0px 0px 15px 0px #ddd;
}


/*
Screen01 Section style
=====================*/

.screen02,
.screen01{
    overflow: hidden;
    width: 100%;
}

.screen02_img,
.screen01_img{
    position: relative;
}

.screen02_img img,
.screen01_img img{
    position: relative;
    z-index: 1;
}

.top{
  position:absolute; top:0; opacity:0; left:0; right:0; margin-left:auto; margin-right:auto;
  padding-left:15px; 
  padding-right:15px;   
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -transition: opacity 1s ease-in-out;  
}
.bottom{
   position:relative;opacity:1;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -transition: opacity 1s ease-in-out;
 }
.top:hover{opacity:1;}
.bottom:hover{opacity:0;}


.text-first,
.text-second{
    font-weight: 300;
    transform: rotate(90deg);
    position: absolute;
    color: #ddd;
    z-index: 0;
    font-size: 6rem;	
}


.text-first{
    top: 190px;
    right: -110px;
}

.text-second{
    top: 215px;
    right: -140px;
}



.circle-1,
.circle-2,
.circle-3,
.circle-4{
    position: absolute; 
    width:100px;
    height: 100px;
	line-height:100px;
    display: inline-block;
    border-radius: 50%;
}

.circle-1{ 
    top: 20%;
    right: 14%;
    background-color: #EF7F1A;
    z-index: 4;
}
.circle-2{ 
    top:60%;
    left:15%;
    background-color:#000;
    z-index: 4;
}

.circle-3{ 
    top: 20%;
    right: 14%;
    background-color: #000;
    z-index: 4;
}
.circle-4{ 
    top:60%;
    left:15%;
    background-color:#EF7F1A;
    z-index: 4;
}





.screen01_content{}
.screen02_content p,
.screen01_content p{
    font-size:1.25rem;
    line-height:1.75rem;
}


.screen02_content h2,
.screen01_content h2{
    font-size:2.25rem;
    line-height:2rem;
}

.screen02_content ul li,
.screen01_content ul li{
    font-size:1.25rem;
    line-height:1.75rem;
	list-style-position: outside;
	list-style:circle;
	margin-left: 1.25rem;
	padding-bottom:1.25rem;
}

.screen02_content ul,
.screen01_content ul{
	padding-top:1.25rem;
	padding-bottom:1rem;
}


.screen02_content table,
.screen01_content table { 
	font-size:1.25rem;
}

.screen02_content th,
.screen01_content th {
  text-align: center;
  background-color: #CCC;
  color:#000;
}

.screen02_content td, .screen02_content th,
.screen01_content td, .screen01_content th {
  border: 1px solid #000;
  padding: 8px;
}

.screen02_content tr:nth-child(odd){background-color: #F4F4F4;}
.screen01_content tr:nth-child(odd){background-color: #F4F4F4;}



/*
breadcrumb style
=====================*/

.breadcrumb{
	font-size:1.1rem;
    margin-top:-50px;
    margin-bottom:50px;	
	display:block;
    font-family: 'Ubuntu', sans-serif;
	font-weight:500;
	padding-top:6px;
	padding-bottom:6px;
	border-top:1px solid #EBECEC;
	border-bottom:1px solid #EBECEC;	
}

.breadcrumb ul {
  list-style-type:none; 
  padding-left:15px;
}

.breadcrumb ul li {
  display:inline-block;
}


.breadcrumb li i {
  padding-left:15px;
  padding-right:15px;
  color:#1a1a1a;
}

.breadcrumb a {
  color:#1a1a1a;
}


.breadcrumb li a.active {
  color: #264796;
}

/*
People Section style
=====================*/

.main_reviews .head_title{
    padding-bottom:1rem;
}
.reviews_content{}
.reviews_item{
    position: relative;
    width:100%;
}
.reviews_item h3,
.reviews_item h5{
    color:#353854;
}
.reviews_item_icon{
    display: block;
    width: 100%;
    font-size: 6rem;
    color: #F7A806;
    height: 55px;
    margin-bottom: 20px;
}
.reviews_item_icon1{
    display: inline-block;
    width: 80px;
    font-size: 6rem;
    color: #F7A806;
    height: 55px;
    position: absolute;
    right: 0;
    bottom: -45px;
    transform: rotate(-180deg);
}



/*
Contact Section style
=====================*/
.contact{    
	background-color:#F7A806;
}

.contact .item_icon{
    float: left;
	padding-right:20px;
    display: inline-block;
	font-size:20px;
	margin-top:3px;
}
.contact .item_text{
    display: inline-block;
}

.contact .form-control:focus{
	border:1px solid #FFF;
}



/*
Footer Section style
=====================*/
.footer{
	background-color:#000;
	padding:6px 0 9px 0;
}




/*Scroll Up*/
.scrollup{
    width: 40px;
    height: 40px;
    position: fixed;
    top: 45%;
    right: 10px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;	
}

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

.scrollup span {
    font-size: 14px;
	font-weight:600;
    display:block;
    height: 40px;
	padding-top:10px;
	width:100px;;
	background-color:#EF7F1A;
    color: #fff;
    position: relative;
    right: -100px;
    transition: all ease-in 0.3s;
    text-transform: uppercase;
}

.scrollup:hover span{
	right:100px;
}



/*
screen_area
=====================*/
.screen_area .btn-danger{
    color: #fff;
    background-color: #264796;
    padding: .75rem 1.5rem;
	border:none;
}

.screen_area .btn-danger:hover{
    color: #264796;
    background-color: #eee;
    border-color: #eee;
}



.screen_area .btn-danger1{
    color: #fff;
    background-color: #264796;
	line-height:1.75rem;
	padding-bottom:.75rem;
	border:none;
	font-size: 2.5rem;
}

.screen_area .btn-danger1:hover{
    color: #264796;
    background-color: #eee;
    border-color: #eee;
}

.screen_area table tr td{
	padding-right:15px;
	padding-left:15px;
}



/*
popup_area
=====================*/
.white-popup-1 {
  position: relative;
  width: auto;
  max-width: 700px;
  margin: auto;
}

.white-popup-2 {
  position:relative;
  background: #FFF;
  padding: 20px;
  max-width: 700px;
  margin: auto;
  border:1px solid #CCC;
  -webkit-box-shadow: 8px 11px 35px -14px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 8px 11px 35px -14px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 8px 11px 35px -14px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 8px 11px 35px -14px rgba(0, 0, 0, 0.6);
  box-shadow: 8px 11px 35px -14px rgba(0, 0, 0, 0.6);  
}

.white-popup-2 p{
    font-size: 1.7rem;
    line-height: 2rem;
	font-weight:500;
}

.white-popup-2 .btn-danger{
	background-color:#264796;
}


.white-popup-2 form p{
	display:inline;
    font-size: 1rem;
    line-height: 2rem;
	font-weight:500;
	padding-left:5px;
	padding-right:20px;
	color:#000;
}

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content1{
        display: none;
    }
    
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content1 ul.menu-col li a{
        text-align: left;
        padding: 5px 0;
        display: block;
        width: 100%;
        margin-bottom: 0;
        border-bottom: 1px solid #EBECEC;
        color: #000;	
	    font-size: 1rem;
		font-weight:500;		
    }
	
	
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content1 ul.menu-col li a:hover{
        color: #EF7F1A;		
    }	
	
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .content1:last-child ul.menu-col li:last-child a{
        border-bottom: none;
    }	
    
    nav.navbar.bootsnav.on ul.dropdown-menu.megamenu-content .content1{
        display: block !important;
        height: auto !important;
    }
	
	
	
    .border_bottom{
        border-bottom: 1px solid #EBECEC;
    }	