

/*
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: 20px;
    padding-bottom: 30px;
}

.roomy-70 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.roomy-60 {
    padding-top: 20px;
    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: #3E9EE6 !important;;}
.text-finence{color:#13A0B2 !important;;}
.text-mega{color:#3E9EE6 !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: #6b58cd ;}
.bg-finence{background-color:#13A0B2;}
.bg-mega{background-color:#1b1b1b;}
.bg-grey{background-color: #335382;}
.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;
}

.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:#3E9EE6;
}

p {
    line-height: 1.5rem;
}
p:last-child {

color: #fff;    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.50);
    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: #3E9EE6;
}
.separator_auto{
    width:85px;
    height:2px;
    margin:20px auto;
    background: #3E9EE6;
}
.separator_small{
    width:30px;
    height:2px;
    margin:20px 0px;
    background: #3E9EE6;
}

/*
Button
*/
.btn{
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size:14px;
    font-weight: 600;
    border:1px solid;
    padding: 0.7rem 4rem;
}
.btn-primary{
    color: #fff;
    background-color: #fe4641;
    border:1px solid;
    border-color: #fe4641;

}
.btn-primary:hover{
    background-color: #3E9EE6;
    border-color: #3E9EE6;
    color:#ffffff;
}

.btn-default{
    color: #fff;
    background-color: transparent;
    border:1px solid;
    border-color: #b6b6b6;
}
.btn-default:hover{
    color: #fff;
    background-color: #3E9EE6;
    border-color: #3E9EE6;
}


/*
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: 10px;
}
.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: 0.1rem;/*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: #797979;
    background-color: transparent;
}

input::-webkit-input-placeholder ,
input::-moz-placeholder ,
input:-ms-input-placeholder ,
input::placeholder ,
input::-webkit-input-placeholder ,
input::-moz-placeholder ,
input::-ms-input-placeholder {
    color: #cdcdcd;
}
textarea::-webkit-input-placeholder,
textarea::-moz-input-placeholder,
textarea::-ms-input-placeholder{
    color: #cdcdcd;
    padding: 5px;
}

.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: 700;
    font-size:2.250rem;
}
.head_title h5{
    font-weight: 400;
    font-size:1.125rem;
    color:#999999;
}

/*End off pridifain css*/



/*Preloader*/
#loading{
    background-color: #3E9EE6;
    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;
}
.navbar-brand > img {
    display: block;
    /*width: 80%;*/
}

.navbar-callus li a{
    font-size:14px;
    padding: 10px;
    color:#ffffff;
    display: inline-block;
}
.navbar-callus li a i{
    font-size:13px;
    color:#1abc9c;
    margin-right: 5px;
}
.navbar-socail li a{
    font-size:16px;
    padding: 10px;
    color:#f1f1f1;
    display: inline-block;
}
.navbar-socail li a:hover{
    background-color: #3765a3;
    color:#fff;
}


/*
Home Section style
==================*/

.home{
    background: url(../images/main3.jpg) no-repeat scroll  center center;
	
    background-size: cover;
    position: relative;
    padding-top: 200px;
    padding-bottom: 100px; 
    width:100%; 
}
.main_home .home_text h2{
    font-size:36px;
    font-weight: 400;
}
.main_home .home_text h1{
    font-size:48px;
    font-weight: 700;
}
.main_home .home_text h3{
    font-size:18px;
    font-weight: 400;
	line-height:20px;
}
.main_home .slick-dots li button::before {
    font-family: slick;
    font-size: 8px;
    line-height: 7px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    content: "";
    text-align: center;
    opacity: 0.9;
    color: white;
    border:1px solid #fff;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}
.main_home .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.main_home .slick-dots li.slick-active button:before{
    opacity: 1;
    background-color: #3E9EE6;
}
.main_home .slick-dots{
    bottom: -200px;
}

.work_container .slick-arrow ,
.main_home .slick-arrow{
    font-size:3rem;
    color:#fff;
    top:30%;
    position: absolute;
    z-index: 90;
    cursor: pointer;  
}
.main_home .nextprevleft{
    left:-3%;
}
.main_home .nextprevright{
    right:-3%;
}
.home_btns{
    margin-left:-10px;
}
.home_btns a{
    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:4rem;
    color:#3E9EE6;
}
.features_item .f_item_text{
    display: inline-block;
    width:75%;
}
.features_item .f_item_text p{
    font-size:14px;
}

/*Business Section*/
.main_business{}
.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:#ffffff;
    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;
}


.slid_shap{
    height: 40px;
    border-radius: 4px 4px 0px 0px;
    width:100%;
}
.business_slid {
    box-shadow: 0px 0px 8px -1px;
    border-radius: 4px 4px 0px 0px;
	height:290px; overflow:hidden;
}
.fontx{font-size:22px!important; color:#CC0000; font-weight:bold;}
.forgot{ color:#CC0000; font-weight:bold;}
.business_slid .business_items{
    background-color: #fff;
    margin: 0;
}

.business_slid .slick-arrow{
    position: absolute;
    top:29%;
    z-index: 1;
    cursor:pointer;
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size:20px;
    transition: all 0.6s;
    color:#fff;
}
.business_slid .nextprevleft{
    left:5.9%;
}
.business_slid .nextprevright{
    right:6%;
}
.business_slid .nextprevleft:hover,
.business_slid .nextprevright:hover{
    /*    width:25px;
        height: 25px;
        line-height: 25px;*/
    /*text-align: center;*/
    background-color: #ddd;
    border-radius: 50%;
}

.business_slid .slick-dots {
    position: absolute;
    top: -36px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}



/*
work Section style
=====================*/

/*.slides{
    width:100%;
    height: auto;
}*/
/*#owl-demo .item{
    width:350px;
    height:350px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: 300px;
}*/



.main_product .carousel-control{
    background-color: #fff;
    color:#333;
    border-radius: 50%;
    width:50px;
    height: 50px;
    line-height: 50px;
    font-size:1rem;
    text-align: center;
    top:30%;
}
.main_product .carousel-control:hover{
    background-color: #3E9EE6;
    color:#fff;
}
.main_product .carousel-control.left{
    left:-1.4%;
    box-shadow: -1px 0px 0px 0px;
}
.main_product .carousel-control.right {
    right:-1.4%;
    box-shadow: 1px 0px 0px 0px;
}

.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: 35%;
    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;
}
.main_product .port_img:hover .port_overlay a{
    bottom:0;
}
.main_product .port_img:hover .port_overlay{
    opacity: 1;
}




/*Test Section
======================*/
.main_test{
    width: 100%;
    display: block;
}
.test_item{
    padding: 40px;
    transition: all 0.6s;
    border:1px solid transparent;
}
.test_item:hover{
    border:1px solid #ddd;
    background-color: #fff;
}
.test_item:hover .item_img i{
    color:#fff;
    background-color: #3E9EE6;
}

.main_test .item_img{
    float: left;
    display: inline-block;
    width:20%;
    margin-right: 10%;
}
.main_test .item_text{
    display: inline-block;
    width:70%;
}
.item_img{
    position: relative;
}
.item_img i{
    background-color: #fff;
    position: absolute;
    right: -25%;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ddd;
    border-radius: 50%;
    box-shadow: 1px 0px 0px 0px #ddd;
}

/*Brand Section
=========================*/
.brand_item img{
    /*-webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 
    filter: grayscale(100%);*/
    transition: all 0.6s;
}
.brand_item img:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}




/*call to action
=========================*/

.action_btn .btn-default:hover{
    background-color: #fff;
    color:#3E9EE6;
}
.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 #3E9EE6;
    left:50%;
    top:0%;
    z-index: 3;
    margin-left:-15px;

}



/*Footer section*/
.divider{
    width:100%;
    height: 1px;
    background-color: #434769;
    display: inline-block;
}
.widget_ab_item_text h6{
    margin-bottom:5px;
}
.widget_item h5{
    font-weight: 700;
}
.widget_item .btn:hover{
    background-color: #0ec9a2;
}
.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;
}
.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: #3E9EE6;
    border-color:#3E9EE6;
    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;
}

.main_footer a {
    color: #ddd;
    padding: 5px;
}
.welcome{font-size:18px;}



/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
   padding: 6px 10px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
 }

/* Set a style for all buttons */
.button {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
 width: 100%;
}

.button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: 200px;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.containerm {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width:700px; /* Full width */
  height: 600px; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 25% auto 5% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 70%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}


.logmainc{margin-top:20px;}
#jumpMenu {
  width: 50%;
   padding: 6px 10px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#dropdown, #country_id {
  width: 100%;
  padding: 6px 10px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.dropdown {
  width: 50%;
   padding: 6px 10px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.error{
    padding: 15px;
    position: relative;
    display: block;
    margin: 5px 0;
    border-radius: 3px;
	color: #990000; font-weight:bold;
    background-color: #FBDBCF!important;
    font-size:16px;
}
.error2{
    padding: 15px;
    position: relative;
    display: block;
    margin: 5px 0;
    border-radius: 3px;
	color: #990000;font-weight:bold;
    background-color: #FBDBCF!important;
    font-size:16px;
}

.messge{
    padding: 15px;
    position: relative;
    display: block;
    margin: 5px 0;
    border-radius: 3px;
    color: #336633;font-weight:bold;
    background-color: #d2f7ad!important;
    font-size:16px;
}
.success{
    padding: 15px;
    position: relative;
    display: block;
    margin: 5px 0;
    border-radius: 3px;
    color: #336633;font-weight:bold;
    background-color: #d2f7ad!important;
    font-size:16px;
}
#welcomesd {
  width: 50%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.msg{color:#06F; font-weight:bold;}
.requestm{padding-left:5px;    width: 100%;  border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
        padding-left: 0px;
    background: #eee;
    margin-bottom: 10px;}
	
.appyholder{width:60%!important; margin:0 auto!important;}
.applypg{color:#000000!important; font-size:15px!important; text-align:left!important;}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.classheader{color:#FFFFFF; font-size:20px!important;}

.demo-error {
	color:#FF0000;
    font-size: 0.95em;
}
.demo-input {
    width: 100%;
    border-radius: 5px;
    border: #CCC 1px solid;
    padding: 12px;
    margin-top: 5px;
}
.demo-btn {
	    padding: 12px;
    border-radius: 5px;
    background: #232323;
    border: #284828 1px solid;
    color: #FFF;
    width: 100%;
    cursor: pointer;
    margin-top: 4px;
}
.demo-table {
    border-radius: 3px;
    padding: 10px;
    border: #E0E0E0 1px solid;
}
.demo-success {
    margin-top: 5px;
    color: #478347;
    background: #e2ead1;
    padding: 10px;
    border-radius: 5px;
}
.captcha-input {
	background: #FFF url(./../../captchaImageSource.php) repeat-y left center;
    padding-left: 85px;
	background-image: url("../../images/sort_both.png")
}
.demo-errorcaptcha{color:#F00; font-size:18px; font-weight:bold;}
.statsholder {
    margin-top: 5px;
    
    
  }
  
  .statsholder h4 {
    padding-top: 20px;
    color: #ffffff !important;
    font-size: 17px;
  }
  
  @media screen and (max-width: 992px) {
    /* Styles for mobile browsers smaller than 480px; (iPhone) */
    .nrimsbox1,
    .nrimsbox2,
    .nrimsbox3,
    .nrimsbox4 {
      background: #607d8b;
      width: 98%;
      height: 110px;
      float: left;
      margin: 0 auto;
      color: #ffffff;
      border-radius: 12px; /* Rounded corners */
    }
  }
  
  @media only screen and (min-device-width: 993px) and (max-device-width: 4440px) and (orientation: landscape) {
    /* For landscape layouts only */
    .nrimsbox1,
    .nrimsbox2,
    .nrimsbox3,
    .nrimsbox4 {
      background: #335382;
      width: 280px;
      height: 110px;
      float: left;
      color: #ffffff !important;
      border-radius: 12px; /* Rounded corners */
    }
  }
  
  .btn1 {
    height: 180px;
    line-height: 180px;  
    width: 180px;  
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 50%;
    background-color: #4CAF50;
    color: white;
    text-align: center;
    padding: 0;
    cursor: pointer; margin:0 auto;
  }
  
  
  .btn2 {
    height: 180px;
    line-height: 180px;  
    width: 180px;  
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 50%;
    background-color: rgb(255, 90, 44);
    color: white;
    text-align: center;
    padding: 0;
    cursor: pointer;margin:0 auto;
  }
  
  .btn3 {
    height: 180px;
    line-height: 180px;  
    width: 180px;  
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 50%;
    background: #2E3192;
    color: white;
    text-align: center;
    padding: 0;
    cursor: pointer;margin:0 auto;
  }
  .btn4 {
    height: 180px;
    line-height: 180px;  
    width: 180px;  
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 50%;
    background-color: rgb(255, 90, 44);
    color: white;
    text-align: center;
    padding: 0;
    cursor: pointer;margin:0 auto;
  }

  .about_top_wrapper .story_about {
    margin-top: 0; /* Remove negative margin to prevent overlap */
    position: relative;
    display: flex; /* Enable flexbox */
    justify-content: space-around; /* Distribute space evenly */
    align-items: flex-start; /* Align items to the start to avoid vertical centering issues */
}

.about_top_wrapper .story_about > div {
    flex: 1; /* Allow buttons to grow and fill space */
    width: 330px; /* Set a max width to prevent overflow */
    min-height: 300px; /* Minimum height for all frames */
    margin: 10px; /* Add some margin between buttons */
    position: relative; /* Ensure each button div is positioned relative */
    display: flex; /* Use flexbox to align items */
    flex-direction: column; /* Stack children vertically */
    justify-content: center; /* Center content vertically */
    border-radius: 1rem; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional shadow */
    transition: all 0.3s ease; /* Transition for hover effects */
}

.about_top_wrapper .story_about > div:hover {
    transform: translateY(-3px); /* Hover effect */
}


        .rounded-2xl {
            border-radius: 1rem; /* Adjust for more or less rounding */
        }

        .p-30 {
            padding: 5px; /* Padding */
        }

        .bg-bg-2 {
            background-color: #EDE7F6; /* Background color */
        }

        .bg-bg-3 {
            background-color: #E0F7FA; /* Background color */
        }

        .bg-bg-4 {
            background-color: #E8F5E9; /* Background color */
        }

        .bg-bg-5 {
            background-color: #FFEBEE; /* Background color */
        }

        .w-full {
            width: 100%; /* Full width */
        }

        .max-w-400 {
            max-width: 600px; /* Maximum width */
        }

        .mx-auto {
            margin-left: auto;
            margin-right: auto; /* Center horizontally */
        }

        .shadow {
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional shadow */
        }

        .transition {
            transition: all 0.3s ease; /* Transition for hover effects */
        }

        .hover-translate-y {
            transition: transform 0.3s ease; /* Ensure smooth transition */
        }

        .hover-translate-y:hover {
            transform: translateY(-3px); /* Hover effect */
        }

        .icon-container {
            background-color: white; /* Background color for the circle */
            border-radius: 50%; /* Makes the container circular */
            width: 80px; /* Width of the circle */
            height: 80px; /* Height of the circle */
            display: flex; /* Use flexbox to center the image */
            align-items: center; /* Center vertically */
            justify-content: center; /* Center horizontally */
            margin: 0 auto 16px; /* Center the circle and add margin below */
            overflow: hidden; /* Hide overflow to maintain circular shape */
        }

        .icon-container img {
            width: 80%; /* Make the image fill the container */
            height: auto; /* Maintain aspect ratio */
            object-fit: cover; /* Cover the container without distortion */
        }

        .content {
            text-align: center; /* Center the text content */
        }

        .content h4 {
            color: #4A4A4A; /* Dark gray color for the heading */
        }
        
        .content p {
            color: #7D7D7D; /* Lighter gray color for the paragraph */
        }

        /* Media Queries for Small Screens */
@media (max-width: 768px) {
    .about_top_wrapper .story_about {
        justify-content: center; /* Center items on small screens */
    }

    .about_top_wrapper .story_about > div {
        max-width: 90%; /* Allow frames to take up more width on small screens */
        margin: 10px 0; /* Adjust margin for vertical stacking */
    }
}

.navbar {
    background-color: #343a40; /* Dark background */
    border: none; /* Remove border */
    padding: 15px 20px; /* Add padding */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Add shadow for depth */
}
.navbar a {
    color: #ffffff; /* White text color */
    font-family: 'Raleway', sans-serif; /* Use Google Font */
    font-weight: 500; /* Medium font weight */
    transition: color 0.3s, background-color 0.3s; /* Smooth transitions */
    padding: 10px 5px; /* Add padding to links */
    border-radius: 5px; /* Rounded corners */
}
.navbar a:hover {
    color: #343a40; /* Dark text color on hover */
    background-color: #ffc107; /* Yellow background on hover */
}
.navbar .navbar-brand img {
    max-height: 50px; /* Adjust logo size */
}
.navbar .navbar-toggle {
    border-color: #ffffff; /* White toggle button */
}
.navbar .navbar-toggle .icon-bar {
    background-color: #ffffff; /* White bars */
}
.navbar .navbar-nav > li > a {
    margin: 0 0px; /* Space between links */
}
.navbar .navbar-nav > li.active > a {
    background-color: #ffc107; /* Active link background */
    color: #343a40; /* Active link text color */
}

#myTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
  }
  
  #myTable th, #myTable td {
    text-align: left;
    padding: 12px;
  }
  
  #myTable tr {
    border-bottom: 1px solid #ddd;
  }
  
  #myTable tr.header, #myTable tr:hover {
    background-color: #f1f1f1;
  }
  

  /*=======[ Index Up Comming Events ]========*/
.events-area {
    background: #ffffff;
    padding: 15px 0; }
    .events-area .event_title_wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0px 0 60px; }
      .events-area .event_title_wrapper .sub_title {
        margin: 0px;
        text-align:center!important; }
        .events-area .event_title_wrapper .sub_title p {
          padding: 25px 10% 0 0; }
      .events-area .event_title_wrapper .envent_all_view a {
        background: #092ace;
        font-weight: 500;
        border-radius: 0;
        color: #ffffff;
        display: inline-block;
        font-size: 16px;
        text-transform: uppercase;
        text-decoration: none;
        height: 46px;
        line-height: 46px;
        padding: 0 32px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .events-area .event_title_wrapper .envent_all_view a:hover {
          background: #ff5a2c; }
    .events-area .events_full_box {
      margin-bottom: 50px; }
      .events-area .events_full_box:last-child {
        margin-bottom: 0px; }
    .events-area .events_single_left .event_info {
      width: 60%;
      padding: 45px 30px 45px 90px !important; }
    .events-area .events_single_left .event_dete {
      left: 0; }
    .events-area .events_single {
      position: relative;
      min-height: 180px;
      -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.05);
              box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.05);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .events-area .events_single:hover {
        -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
                box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .events-area .events_single .event_banner {
        width: 44%; }
        .events-area .events_single .event_banner img {
          width: 100%; }
      .events-area .events_single .event_info {
        width: 90%;
        /*padding: 45px 30px 45px 70px;*/
        padding: 25px 20px 25px 40px; }
        .events-area .events_single .event_info h3 {
          line-height: 26px; }
          .events-area .events_single .event_info h3 a {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            font-weight: 700;
            color: #333146;
            font-size: 20px; }
            .events-area .events_single .event_info h3 a:hover {
              color: #ff5a2c; }
        .events-area .events_single .event_info .events_time {
          padding: 5px 0 8px; }
          .events-area .events_single .event_info .events_time span {
            color: #333146;
            font-size: 15px;
            margin-right: 25px; }
            .events-area .events_single .event_info .events_time span i {
              padding-right: 10px;
              color: #092ace;
              font-size: 16px; }
              .events-area .events_single .event_info .events_time span i:before {
                margin: 0;
                font-size: 13px;
                font-weight: 700; }
          .events-area .events_single .event_info .events_time .time {
            text-transform: uppercase; }
        .events-area .events_single .event_info p {
          margin: 0;
          font-size: 15px;
          color: #6a7a83; }
      .events-area .events_single .event_dete {
        position: absolute;
        top: 0;
        right: 0;
        background: #ff5a2c;
        height: 60px;
        width: 60px;
        padding: 10px 0;
        text-align: center; }
        .events-area .events_single .event_dete span {
          display: inherit;
          color: #ffffff;
          line-height: 20px;
          font-size: 15px;
          font-family: "Rubik", sans-serif; }
        .events-area .events_single .event_dete .date {
          font-size: 20px;
          font-weight: 600;
          font-family: "Poppins", sans-serif; }

          .link-frame {
            cursor: pointer; /* Change cursor to pointer to indicate it's clickable */
        }
        
        /* Optional: Add hover effect */
        .link-frame:hover .rounded-2xl {
            transform: translateY(-3px); /* Hover effect */
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Enhance shadow on hover */
        }

        .roomy-90 {
            padding-top: 180px;
            padding-bottom: 10px;
            
        }
        .bg-grey1{background-color: #335382; border-radius: 12px;}

        #c-signup-submit3{ padding:5px; border-style:solid; border-width:1px; color:#FFFFFF; cursor:pointer; _overflow:visible; 
        font-family: 'Segoe UI', Segoe, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        -moz-border-radius:4px; /*add some nice CSS3 round corners*/
        -webkit-border-radius:4px;
        border-radius:4px; width:150px;

        }
        #c-signup-submit3{background: #090; border-color: #090;}
        #c-signup-submit3:hover{ background:#FF9900; border:1px solid #FF9900; }


        
.nav-sections ul {

list-style: none;

margin: 0;

padding: 0;

}



.nav-sections ul li {

float: left;

margin: 0;

padding: 0;

}



.nav-sections ul li a {

color: #777;

display: block;

padding: 80px 10px 15px;

margin-right:5px;

text-align: center;

text-decoration: none;

width:95px;

background-color: #f8f2eb;

-moz-border-radius:5px;

-webkit-border-radius:5px;

border-radius:5px;

}

.navbar-brand img.logo{
  height:34px;
  margin-top:15px;
}

