

/*
Author: Bootstrapthemes
Author URI: http://bootstrapthemes.co
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* @font-face {
    font-family: 'Malayalam';
    src: url('/fonts/MLKR0NTT.eot');
    src: url('/fonts/ML-TTKarthika Normal.ttf') format('truetype'),        
  
}   */
/* @font-face {font-family:"GayatriRegular";src:url("../fonts/Gayatri.eot?") format("eot"),url("../fonts/Gayatri.woff") format("woff"),url("../fonts/Gayatri.ttf") format("truetype"),url("../fonts/Gayatri.svg#GayatriRegular") format("svg");font-weight:normal;font-style:normal;} */
html,
body {
    background-color: #1976d2;
    font-size: 18px;
    color: #656565;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'GayatriRegular' !important;
}
span { 
    font-family: "GayatriRegular" !important;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}
.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
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;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.btn.extra-width {
    padding: 13px 40px;
}
.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;
}
a{}
.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;
}
.form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    height: 45px;
}
.form-control {
    display: inline-block;
    width: 60%;
    height: 35px;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #182e4c;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #5e9a28;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color:#000000;
}
h4,
h5 {
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}
h1 {
    font-size: 3.75rem;
    font-family: 'montserrathairline';
}
h2 {
    font-size:3rem;
    line-height: 3rem;
    font-family: 'montserratbold';
}
h3 {
    font-size:1.875rem;
    line-height: 2.5rem;
    font-family: 'montserratlight';
}
h4 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-family: 'montserratbold';
}
h5 {
    font-size: 0.89rem;
    margin-bottom: 1rem;
    margin-top: 2px;
    color:#223d61;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}
p {
    line-height: 0.96rem;
    margin-bottom:5px;
    text-align: justify;
}
p:last-child {
    margin-bottom: 0px;
}
.text {
    color: #333333;
}
.coloricon i {
    color: #5e9a28;
}
.colorsbg{
    background:#FFE1BD ;
}
.whitetext {
    color: #fff;
}
.blackbg{
    background: #000;
}
.lightbg {
    background: linear-gradient(90deg, #94719A, #3AC5C9);
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.box_shadow{
    box-shadow: 0 .15rem 1.75rem 0 rgba(33,37,41,.15) !important;
}

.mb-4, .my-4 {

    margin-bottom: .5rem !important;

}

.shadow, .bsa-cpc ._default_ {

    box-shadow: 0 .15rem 1.75rem 0 rgba(33,37,41,.15) !important;

}

.border-0 {

    border: 0 !important;

}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #e3dbe6;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .5rem;
}
.card-body {

    flex: 1 1 auto;
    padding: 0.55rem;

}

.item-preview a.item-preview-img {

    transition: .15s box-shadow,.15s transform;
    border-radius: .5rem;
    box-shadow: 0 2rem 1.5rem -1.5rem rgba(33,37,41,.15),0 0 1.5rem .5rem rgba(33,37,41,.05);
    overflow: hidden;

}
.progress-bar.progress-c-theme {
    background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.progress-bar {
    background-color: #04a9f5;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}
.progress {
    font-size: 10px;
}
.wave {
    position: absolute;
    top: 310px;
}
/*
Section
*/
.sections {
    /* padding-top: 35px; */
    /* padding-bottom: 35px;     */
    overflow: hidden
}
.sections.footer {
    padding-bottom: 80px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}

.heading {
    margin-bottom: 4rem;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
}
.home-overlay {
    background-color:rgba(255, 225, 189, 0.9);
    width: 100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
}
.home-overlay-fluid {
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}
.overlay-img {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}
.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    height: 2px;
    width: 60px;
    margin: 20px auto;
    background: #000;;
}
.separator2 {
    height: 2px;
    width: 60px;
    margin:10px 0px;
    background: #000;
}
.separator3 {
    height: 2px;
    width: 50px;
    margin:10px auto;
    background: #fff;
}
.separator4 {
    height: 2px;
    width: 30px;
    margin:20px 0px;
    background: #5e9a28;
}
/*section:nth-of-type(odd) {
    background-color: #F9F9F9;
}*/
/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #522bac;
    border-color: #522bac;
}

.btn {
    display: inline-block;
    min-width: 180px;
    padding: .4em;
    height: 45px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size: 1.125rem;
    border-radius: 50px;
    margin-top: 20px;
    background-color: #000;
    transition: .5s; 
    border:1px solid #000;

}
.btn:hover {
    background-color:#ffcb93;
    color: #000;
    text-decoration: none;
    border:1px solid #ffcb93;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover {
    color: #333;
    background-color: #fff;
    border-color:#000;
}

/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-top-120 {
    margin-top: 120px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #5e9a28;
    font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
    color: #555555;
}
input::-moz-placeholder {
    color: #555555;
}
input::-ms-input-placeholder {
    color: #555555;
}

/*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;
}*/
/* navbar section */
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color:#fff;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s;
    height: 90px;
    background-color: #2196F3 !important;
    /*    background-color: transparent;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;*/

}

.menu-scroll .main_menu_bg{
    margin-top: 0px;
    background-color: transparent;
    height: 80px;
}
.menu-scroll .main_menu_bg .nave_menu {
    margin-top:0px;
}
.main_menu_bg{
    margin-top: 0px;
    height: 105px;
    transition: all 0.3s;
    background-color: #2196F3 !important;
    color: #fff !important;
}
.main_menu_bg .navbar-default {
    background-color: transparent; 
    border-color: transparent; 
    transition: all .3s;
    margin: 15px auto;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color:#000000;
}
.main_menu_bg .nave_menu {
    margin-top:30px;
    transition: all 0.6s;
}

.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: #000000;
    background:url(../images/line.png) no-repeat scroll 15px 40px;
}

.main_menu_bg .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 20px;
    /* font-size: 0.875rem; */
    font-size: 14px;
    color: #fff;
}
.navbar-brand>img {
    max-width: 63%;
    margin-top: -20px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color:transparent;
    color:#ffe1bd;

}
.dropdown-menu>li>a{
    line-height: 4;
}
/*.navbar-nav>li>.dropdown-menu{
    margin-top:20px;
}*/


/*home section*/
.main_home{
    margin-top:85px;
    padding: 140px 0px;
    position: relative;

}
.main_home h1{
    color: #fff;
    padding-bottom: 25px;
}
.main_home p.subtitle{
    color: #000;
    padding-bottom: 25px;
    font-size:1.5rem;
    line-height: 2rem;
    margin:0 auto;
}
.main_home_slider{
    margin-top:70px;
}
.single_home_slider{
    margin-top:70px;
    background:url(../images/homebg.jpg) no-repeat top center;
    position: relative;
}
.main_home_slider .owl-controls{
    position: absolute;
    right:1%;
    top:50%;
    z-index: 99;
}
.home .owl-theme .owl-dots .owl-dot {
    display: block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border:0;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 2px 10px;
    background: transparent;
    border:1px solid #000;
    display: inline-block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 0px; 
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(45deg);
}


/*========================================================================
service section css
==========================================================================*/
.head_title{
    margin-bottom:60px;
}
.head_title h2{
    font-size:3.125rem;
    color:#223d61;
}
.head_title p{
    font-size:1rem;
}


/*=======================================================================
                        Work sectin style
=========================================================================*/
.main_mix_content{
    overflow: hidden;
}
.main_mix_content .single_mixi_portfolio{
    margin-bottom:30px;
}


/*====================================================================
 Team section Style
======================================================================*/

.main_team_area .single_team .team img{
    margin-bottom:20px;
    width:168px;
    height: 168px;
    margin:20px auto;
}
.main_team_area .owl-controls{
    margin-top:50px;
}
.main_team_area .owl-nav{
    position: absolute;
    top:15%;

}
.main_team_area .owl-carousel .owl-controls .owl-nav .owl-prev{
    float: left;
    position: absolute;
}
.main_team_area .owl-carousel .owl-controls .owl-nav .owl-next {
    float: right !important;
    position: relative;
    right:-1350%;
}
.main_team_area .owl-theme .owl-nav [class*='owl-'] {
    color: black;
    font-size: 3rem;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
}
.main_team_area .owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: white;
}


/*===================================================================
                    Clients Section Style
=====================================================================*/
.single_left_text{
}
.slider-pro .sp-slides.sps_slider{
    height: 200px !important;
}
.slider-pro p.sp-layer.right_sp_layer {
    padding-top: 40px;
}

/*===================================================================
                    Contact section style
=======================================================================*/
.contact{
    background: url(../images/tuchbg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}

.main_contact .head_title.whitetext h1{
    color:#fff;
}
.main_contact label{
    font-family: 'montserratlight';
    font-size:1.125rem;
    font-weight: 300;
    margin-bottom:10px;
}
.main_contact .form-control {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent; 
    background-image: none;
    border-top: 1px solid #555;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.main_contact .single_contant_left input[type="submit"]{

}

.main_contact textarea.form-control {
    height: auto;
    border-bottom: 1px solid #333;
}

.main_contact .single_message_right_info{
    display: inline-block;
    width: 100%;
    margin-top: 65px;
}

.single_message_right_info li{
    font-size: 1.125rem;
    display: block;
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
    line-height: 1.5rem;
}
.single_message_right_info li i{
    padding: 5px;
    font-size:1rem;
    float: left;
    width:8%;
    display: inline-block;
    text-align: center;
}
.single_message_right_info li span{
    display:inline-block;
    float: left;
    width:90%;

}
.contact_socail a i{
    font-size:0.8125rem;
    color:#000;
    background: #fff;
    text-align: center;
    width:40px;
    height: 40px;
    line-height: 40px;
    margin-left:10px;
}
.contact_socail a:hover i{
    background: #ffe1bd;
    color:#fff;
}



/*==================================================================
                    footer section
====================================================================*/
.footer{
    border-top:1px solid #d8d8d8;
}
.copyright_text p{
    color: #fff;
    font-size: 13px;    
    line-height: 25px;    
    padding: 40px 20px;    
    max-width: 100%;    
    text-align: center;    
    border-top: 1px solid #fff;    
    margin-top: 20px;
}
.copyright_text p i{
    padding:0px 10px;
    color:#ffcb93;
}
.copyright_text p a{
    padding:0px 10px;
    color:#ffcb93;
}


/* scrollup */

.scrollup{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    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:hover {
    background: #ffcb93;
    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;

}





/*====================================================================
                         About Page Style
======================================================================*/

.main_about_area .separator2{
    margin-top:0px;
    margin-bottom: 40px;
}
.main_about_area .single_about_left_text{
    width:80%;
    margin:40px auto;
}
.main_about_area .single_about_left_text h4{
    line-height: 3rem;
}


/*======================================================================
                    instagram Section
-=======================================================================*/
.instagram-thumbnails img{
    width: 18%;
    display: inline-block;
    margin: 5px;
}






/*========================================================================
                Service Page One Style
==========================================================================*/

.main_events_area{}
.main_events_area .single_events span{
    display: inline-block;
}
.main_events_area .single_events p{
    font-size:1.875rem;
    line-height: 2rem;
}
.main_events_area .single_events span.e_text{}
.main_events_area .single_events span.separator3{
    margin: 10px 50px;
}
.main_events_area .single_events span.e_price{
    font-family: 'montserratbold';
    font-size:2.5rem;
}
.main_events_area .single_events span.e_text1{
    margin-left:20px;
    color:#8e8e8e;
}
.main_events_area .single_events.events_btn .btn{
    margin-top:0px;
}





/*=====================================================================
                    Works page style
=======================================================================*/
.single_mixi_portfolio{
    position: relative;
}
.single_work_overlay{
    background: #FFE1BD;
    width:80%;
    height: 80%;
    left:10%;
    top:10%;
    position:absolute;
    padding-top: 15%;
    opacity: 0;
    transition: all 0.6s;
}
.single_work_overlay.single_work_overlay2{
    padding-top: 40%;
}
.single_mixi_portfolio:hover .single_work_overlay{
    opacity: 1;
}




/*=====================================================================
                    Work1 page style
=======================================================================*/

.main_work1_area{}
.main_work1_area .main_work1_content{
    padding-top:130px;
}
.main_work1_area .owl-theme .owl-nav [class*='owl-'] {
    color: #989898;
    background: transparent;
    font-size:1.125rem;
}
.main_work1_area .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    top: -880px;
}

.main_work1_area .owl-theme .owl-dots .owl-dot span{
    border-radius:50%;
}
.main_work1_area .owl-theme .owl-dots .owl-dot.active span{
    background: #000;
    border: 0;
}

.work_socail a i{
    background: #000;
    color:#fff;
    transition: all 0.6s;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
}

.work_socail a:hover i{
    background: #FFE1BD;
    color:#fff;
}

/* main work1 content section */

.main_work1_content_area{}

.main_work1_content_area .signle_work1_left {
    width: 80%;
    margin: 0px auto;
}


/*main work1 team section */
.main_work1_team_area{}
.main_work1_team_area .owl-theme .owl-dots .owl-dot span{
    border-radius:50%;
}
.main_work1_team_area .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #000;
}

.main_work1_team_area .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    top: 40px;
    position: relative;
}

.main_work1_team_area .single_work1_team .team{
    margin-top:30px;
}


/*==================================================================
                Blog Page Style
====================================================================*/
.blogmix .mix{
    display: none;
}
.blogmix in{
    overflow: hidden;
}
.single_service{
    min-height: 155px;
    border-top: 2px solid #e3e3e3;
}
.blog_readmore_btn{
    display: block;
    width:100%;
    overflow: hidden;
}
ul li.filter{
    cursor:pointer;
}

/*==================================================================
                BlogInner Page Style
====================================================================*/

.main_bloginner_area{}
.main_bloginner_content{}
.main_bloginner_content .single_bloginner img{
    width:100%;
}
.single_bloginner h1{
    font-size:3rem;
    margin-bottom: 1rem;
}
.single_bloginner.s_blogIner_4.single_bloginner_bottom_heading{
    width:80%;
}
.single_bloginner.s_blogIner_4.single_bloginner_bottom_heading h4{
    letter-spacing: 1px;
    line-height: 3rem;
}



/*=======================================================================
                    Cantact Us Page Style 
=========================================================================*/

.contactus .form-control{
    color:#333;
}
.ourmap {
    width: 100%;
    height: 700px;
}


#wrap {
    min-width: 100%;
    margin: 20px auto
  }
  
  #photos {
    position: relative;
    width: 100%;
    height: 264px;
    clear: both;
  }
  
  #photos img {
    display: inline-block;
    position: absolute;
    z-index: 0;
    left: 15px;
    width:100%;
  }
  
  #photos img.previous { z-index: 1; }
  
  #photos img.current { z-index: 2; }
  
  #switch { cursor: pointer; }
  
  #dots {
    padding: 0;
    margin-left: 160px;
  }
  
  #next,
  #prev,
  #dots li {
    background-image: url('dot.gif');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  
  #dots li {
    background-position: 0 0;
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
  }
  
  #dots li:hover,
  #dots li.selected { background-position: -20px 0; }
  
  #next,
  #prev {
    position: relative;
    z-index: 1;
    top: -40px;
  }
  
  #next {
    float: right;
    background-position: 0 -20px;
  }
  
  #prev {
    float: left;
    background-position: -20px -20px
  }
  .carousel-inner > .item{
    min-height : 450px;
    max-height : 250px;
    width : 100%;
  }
  .carousel .icon-next {

    width: 30px;
    height: 30px;
    margin-top: 40px;
    font-size: 46px;

}
.carousel .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: 40px;
    font-size: 46px;
}
.main_team{
    margin-top: 30px;
}
.img-circle {
border-radius: 0%;
max-height: 130px;
margin-bottom:1px;

}
.side-box{
border: 1px solid #776fc2;
margin:20px;
padding: 20px;
border-radius: 15px;
background: #e3e3e3;
margin-bottom: 0px;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px !important;
    font-size: 12px !important;
   height: 30px;
   margin: 15px;
}
/* .read-more{
border-bottom: 1px solid #e3e3e3;
} */
.navbar-collapse {
    max-height: 250px;
    overflow-y: scroll;
font-size:14px;
}
/* .sidebar-nav >.nav > li {
    background: #e3e3e3;
    position: relative;
    display: block;
    padding: 2px;
    border: 1px solid #776fc2;
    margin:2px;
} */

.latest-news{
    color: #23527c;
background: #e3e3e3;
position: relative;
display: block;
border: 1px solid #776fc2;
margin-right: -30px;
}
.str9 p{
    color:#1b1515;
}
.text-style{
    font-family: Arial,Helvetica,Sans Serif;
    font-size: 16px;
    color: rgb(10, 111, 201);
}
.carousel {

    position: relative;
    margin-top: 125px;

}
#service .row {
    margin-right: -15px;
    margin-left: -15px;
    background: #fff;
    /* background: url(../home/ert.jpg) no-repeat; */
}
.padding-in{
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top_nav{
font-size: 15px;
font-family:
 verdana;color:white;
 padding-top: 5px;
 padding-bottom: 5px;
 margin-right: -30px;
}
.top_nav > li {
 margin-right: 30px;
    float: left;

}
.navbar-top-section {
    position: absolute;
    top: 5%;
    left: 35%;
    
}
.navbar-right {

    float: right !important;
    margin-right: -15%;
    margin-top: -40px;

}
.language_drop{
    background:transparent;
     border:0px;
     color:white;
     font-size: 11px;
     font-family: verdana; 
     padding-top:2px;
}
#top_nav  a{
    padding: 1px;
    color: #fff;
}
#box1>ul>li:before {
    font-family: FontAwesome;
    content: "\f0f3";
    color: rgb(10, 111, 201); 
    font-size: 15px;
    padding:11px;
}
.str_move>p>a>span:before {
    font-family: FontAwesome;
    content: "\f192";
    color: rgb(10, 111, 201); 
    font-size: 15px;
    padding:11px;
    margin-left:10px;
}

.navbar-nav > li > ul{

    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;

}

.navbar-nav > li > ul {

    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
        margin-top: 2px;
    font-size: 11px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);

}
#box1 > ul > li {
	margin: 14px;
	color: #e3e3e3 !important;
	padding: 10px;
}

.clockbox_top{
    color: #ddd;
    font-size: 15px;
}
.sections_top {

    padding-top: 35px;
    padding-bottom: 35px;
    overflow: hidden;
    margin-top: 85px;

}

.content_service{
  
padding: 20px;
margin: 10px;
padding-top: 0px;
/* background-color: #e6f4ff;
border: 1px solid #776fc2; */
}

.news span {
    background: rgba(0,0,0,0) url(../images/yellow-band.png) no-repeat scroll right center;
}

.news span {
    padding: 7px 30px 7px 13px;
    margin: 0px 0;
    font-size: 100%;
    display: inline-block;
    color: #545454;
    font-family: open sans bold;
    color: #242424;
    width:100%;
}
.item-preview-img h5::after {
    content: "";
    display: block;    
    height: 8px;    
    width: 147px;    
    margin: 4px auto 0;    
    border-bottom: 3px solid #4d77b3;    
    background: url("../images/title-arrow.png") no-repeat scroll top center;
}
.breadcrumb {

    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #2196f3;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12px;

}
.dropdown-menu > li {

    border-top: 1px solid #e3e3e3;

}
.dropdown-menu > li > a {
	display: block;
	padding: 10px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.clear ul > li {

    padding: 10px;
    list-style-type: none !important;

}
.slider_image {
	width: 100%;
	object-fit: cover;
	min-width: 100%;
}
#photoGallery-container > p{
    line-height: 18px;
    margin-bottom: 17px;    
    font-size: 12px;
}
#photoGallery-container {
    width: 25%;
    margin: 13px auto;
    text-align: center !important;
    float: left;
    height: 25%;
    padding: 30px;
}
.photoGallery {

    width: 200px;
    height: 145px;
    -webkit-transition: all 0.5s;
    cursor: pointer;
    margin-top: 8px;
    margin: auto;

}
#photoGallery-container {

    width: 25%;
    margin: 13px auto;
    text-align: center;
    float: left;
    border: 1px solid #e3e3e3;
    margin: 0px;
    height: 300px;
    margin-bottom: 20px;
}

#side-menu{
    font-size: 0.89rem;
    margin-top: 10px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 350px;
}
.foot_style_bottom {
	font-size: 15px;
	color: #fff;
}
.bottom_nav.nav {

    padding: 19px;

}
#retroclockbox_counter{
    position: absolute;
}
.count_set {
    font-weight: 700;
    color: #e4c680;
}
.just_table p {
	text-align: center !important;
}
.team >h6{
    font-size: 12px;
    color: #776fc2;
} 
.img-circle {
    /* border-radius: 50%; */
    max-height: 80px;
    margin-bottom: 0px;  
    min-width: 80px;
}

.contact-us-seprator {
    margin-top: 20px;
    display: block; 
    background: url(../images/bg-top-arrow.png) top center no-repeat;
    width: 100%;
    height: 25px;
}
.team h5 {

    font-size: 1.125rem;
    margin-bottom: 0rem;
    margin-top: 0px;
    color: #223d61;

}
.team > h6 {

    font-size: 12px;
    color: #776fc2;
    margin-bottom: 0px;

}
.side-box {

    border: 1px solid #776fc2;
    margin: 20px;
        margin-bottom: 20px;
    padding: 10px;
    border-radius: 15px;
    background: #e3e3e3;
    margin-bottom: 0px;

}



.sidebar-nav ul {
	list-style:none;
	margin:0; 
	padding:0;
	width:100%;
	margin:0 auto;
	-moz-box-shadow: 0 0 5px #111;
	-webkit-box-shadow: 0 0 5px #111;
	box-shadow: 0 0 5px #111;
}

.sidebar-nav ul li label {
	background: #575e63; /* fallback colour */
	border-top:1px solid #878e98;
	border-bottom:1px solid #33373d;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	letter-spacing: 0.09em;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#575e63), to(#3f4347));
	background: -webkit-linear-gradient(top, #575e63, #3f4347);
    /* background: -moz-linear-gradient(top, #575e63, #3f4347);
     */
    background:linear-gradient(90deg, #2196F3, #A8D0EF);
	background: -ms-linear-gradient(top, #575e63, #3f4347);
	background: -o-linear-gradient(top, #575e63, #3f4347);
}

.sidebar-nav ul li input[type='checkbox'] {
	display: none;
}

.sidebar-nav ul li label {
	display:block;
	padding:12px;
	width:100%;
}

.sidebar-nav ul li i {
	font-size:18px;
	vertical-align: middle;
	width:20px;
	display:inline-block;
}

.sidebar-nav ul li span {
	display:inline;
	float:right;
	background:#48515c;
	border:1px solid #3c434c;
	border-bottom:1px solid #707781;
	padding:4px 6px;
	font-size:10px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: inset 0 0 10px #111;
	-webkit-box-shadow: inset 0 0 10px #111;
	box-shadow: inner 0 0 10px #111;
	position:relative;
}

.sidebar-nav ul li label:hover {
	background: #566f82; /* fallback colour */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#566f82), to(#3e505e));
	background: -webkit-linear-gradient(top, #566f82, #3e505e);
	background: -moz-linear-gradient(top, #566f82, #3e505e);
	background: -ms-linear-gradient(top, #566f82, #3e505e);
	background: -o-linear-gradient(top, #566f82, #3e505e);
}

.sidebar-nav ul li label:hover span {
	background:#3e505e;
}

.sidebar-nav ul li input[type='checkbox']:checked ~ label {
	background: #44c6eb; /* fallback colour */
	border-top:1px solid #878e98;
	border-bottom:1px solid #2799db;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#44c6eb), to(#2799db));
	background: -webkit-linear-gradient(top, #44c6eb, #2799db);
	background: -moz-linear-gradient(top, #44c6eb, #2799db);
	background: -ms-linear-gradient(top, #44c6eb, #2799db);
	background: -o-linear-gradient(top, #44c6eb, #2799db);
}

.sidebar-nav ul li input[type='checkbox']:checked ~ label span {
	background: #2173a1; /* fallback colour */
	border-top:1px solid #1b5f85;
	border-bottom:1px solid #4cb1e4;
	-moz-box-shadow: inset 0 0 5px #111;
	-webkit-box-shadow: inset 0 0 5px #111;
	box-shadow: inner 0 0 5px #111;
}

.sidebar-nav ul li input[type='checkbox']:checked ~ .options {
	height: auto;
	display:block;
	min-height:40px;
	max-height:400px;
}

.sidebar-nav ul ul {
	background:#fff; margin:0; padding:0;
	-moz-box-shadow: inset 0 2px 2px #b3b3b3;
	-webkit-box-shadow: inset 0 2px 2px #b3b3b3;
	box-shadow: inner 0 2px 2px #b3b3b3;
}

.sidebar-nav ul ul li a {
	display:block;
	padding:6px 12px;
	color:#999;
	text-decoration:none;
}

.sidebar-nav ul ul li a:hover {
	color:#44c6eb;
}

.sidebar-nav ul ul li a span {
	color:#999;
	background:none;
	border:1px solid #ccc; 
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sidebar-nav ul ul li {
	border-bottom:1px solid #ccc;
}

.sidebar-nav ul ul li:first-child {
	padding-top:6px;
}

.sidebar-nav ul ul li:last-child {
	padding-bottom:6px; border:0;
}

.sidebar-nav .options {
	height: 0;
	display: block;
	overflow: hidden;
}
	
/* Abridged icomoon font styles
/* (Hosted on Frecosse - Please don't hotlink!)
=============================================== */
@font-face {
	font-family: 'icomoon';
	src:url('http://www.frecosse.com/workshop/accordion_menu/icomoon.eot');
	src:url('http://www.frecosse.com/workshop/accordion_menu/icomoon.eot?#iefix') format('embedded-opentype'),
		url('http://www.frecosse.com/workshop/accordion_menu/icomoon.woff') format('woff'),
		url('http://www.frecosse.com/workshop/accordion_menu/icomoon.ttf') format('truetype'),
		url('http://www.frecosse.com/workshop/accordion_menu/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.sidebar-nav .icon-music:before, .icon-search:before, .icon-fire:before, .icon-dribbble:before, .icon-flickr:before, .icon-deviantart:before, .icon-picassa:before, .icon-reddit:before, .icon-android:before, .icon-users:before, .icon-film:before, .icon-eye:before, .icon-point-right:before, .icon-microphone:before, .icon-download:before, .icon-warning:before, .icon-images:before, .icon-movie:before, .icon-cloud:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-music:before { content: "\61"; }
.icon-search:before { content: "\62"; }
.icon-fire:before { content: "\63"; }
.icon-dribbble:before { content: "\64"; }
.icon-flickr:before { content: "\65"; }
.icon-deviantart:before { content: "\66"; }
.icon-picassa:before { content: "\67"; }
.icon-reddit:before { content: "\68"; }
.icon-android:before { content: "\69"; }
.icon-users:before { content: "\6a"; }
.icon-film:before { content: "\6b"; }
.icon-eye:before { content: "\6c"; }
.icon-point-right:before { content: "\6d"; }
.icon-microphone:before { content: "\6e"; }
.icon-download:before { content: "\6f"; }
.icon-warning:before { content: "\70"; }
.icon-images:before { content: "\71"; }
.icon-movie:before { content: "\72"; }
.icon-cloud:before { content: "\73"; }

.sidebar-nav .nav > li > a {

    position: relative;
    display: block;
    padding: 0;

}
.sidebar-nav label {

    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 700;

}

.item-preview-img .card-body {
    flex: 1 1 auto;
    padding: 0.95rem;
    background-color: #2196f3;
}

.progress-c-theme .layer{
    position:absolute;
    top:calc(100% - 2px);
    left:0;
    height:100%;
    width:100%;
    background:linear-gradient(#03a9f4, #92739b);
    z-index:1;
    transition:0.5s;
  }

  .progress-c-theme:hover .layer{
    top:0;
  }

  .progress-c-theme .content_hard{
    position:relative;
    z-index:2;
  }

  .progress-c-theme{
    position:relative;
    margin:0 auto;
    width:95%;
    background:#333;
    padding:20px;
    box-sizing:border-box;
    text-align:center;
    box-shadow:0 10px 40px rgba(0,0,0,.5);
    overflow:hidden;
  }

  .progress-c-theme .content_hard .img-circle {

    width: 128px;
    height: 128px;
    margin: 6px auto;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,.2);

}

.announcement_block {

    background:linear-gradient(90deg, #94719A, #3AC5C9);

}

.announcement_block #box {
    position: relative;
    height: 200px;
    font-size: 14px;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 5px solid #3d9de9;
    margin: 5px;
}

.announcement_block .contact-us-seprator {
    margin-top: -8px;
    display: block;
    background: url(../images/bg-top-arrow.png) top center no-repeat;
    width: 100%;
    height: 2px;
}

.announcement_block h5 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    margin-top: 2px;
    color: #fff;
    text-align: center;
}

.read-more{
    background-color: #e0dbdb99;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.progress-c-theme h6 {
    font-size: 0.89rem;
}

.content_block {
    background: linear-gradient(90deg, #94719A, #3AC5C9);
    padding-bottom: 1px;
    margin-bottom: 5px;
    max-height: 400px;
    overflow-y: scroll;
    min-height: 400px;
    border-top: 10px solid #8D6E94;
    border-bottom: 10px solid #39BABF;
}

.content_block .contact-us-seprator {
    margin-top: -8px;
    display: block;
    background: url(../images/bg-top-arrow.png) top center no-repeat;
    width: 100%;
    height: 2px;    
}

.content_block h5 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    margin-top: 2px;
    color: #fff;
    text-align: center;
}

.blog-slider__img {
    width: 70px;
    flex-shrink: 0;    
    position: absolute;    
    height: 70px;    
    background-image: linear-gradient(90deg, #94719A, #3AC5C9);    
    box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);    
    /* border-radius: 20px;     */
    overflow: hidden;    
    z-index: 99;    
    right: 0px;    
    top: -37px;
}

.announcement_block .blog-slider__img {
    width: 70px;
    flex-shrink: 0;    
    position: absolute;    
    height: 70px;    
    background-image: -moz-linear-gradient(top, #fff, #3f4347);    
    box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);    
    border-radius: 20px;    
    overflow: hidden;    
    z-index: 99;    
    right: 0px;    
  
}

.breadcrumb {
    width: 100%;
    margin-top: 5px;    
    margin-bottom: 20px;    
    background: linear-gradient(90deg, #94719A, #3AC5C9);    
    color: #fff;    
    padding: 10px 30px;    
    position: relative;    
    line-height: 1;
}
.padding_section{
    background-color: #fff;
    padding: 20px;    
    transform: translateY(5px);    
    border: 1px solid #2196f3;
}

.padding_section::before {

    content: "";
    border-top: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    left: 1px;
    top: -6px;
    transform: rotate(-45deg);

}

.padding_section::after {
    content: "";
    border-top: 7px solid #fff;    
    border-left: 7px solid transparent;    
    border-right: 7px solid transparent;    
    position: absolute;    
    right: 1px;    
    top: -6px;    
    transform: rotate(45deg);
}

.signle_service_left {

    margin-top: 20px;

}

/* .announcement_service .card {

    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #e3dbe6;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .5rem;
    min-height: 400px;

} */

.popover .error_div{
    margin-bottom: 10px;
}

.announcement_service .card {
    position: relative;
    display: inline-table;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #e3dbe6;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .5rem;
    min-height: 400px;
    width: 100%;
}
.announ_img{
width: 15%;
margin: 5px;
border: 1px solid #fff;
}
