/* #PRELOADER  ============================================== */
/* This only works with JavaScript, 
if it's not present, don't show loader */
#loader-overflow{
  display:block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: 99999;   
}
.loader-cont{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loader3 {
  will-change: transform;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background-color: #b6b6b7;
  border-radius: 50%;  
  -webkit-animation: scaleout 1.1s infinite ease-in-out;
  animation: scaleout 1.1s infinite ease-in-out;
  
  text-indent: -99999px;
  z-index: 999991;
}
@-webkit-keyframes scaleout {
  0% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% { 
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
#notification_container{
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    width: 320px;
    text-align: center;
    margin: 0 auto;
    z-index: 99;
}
/*
==============================================================
    SECTION HEADING CSS START
==============================================================
*/
.oscar-section-heading-1{
    float: left;
    width: 100%;
    margin-bottom: 53px;
}
.oscar-section-heading-1 .title{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 18px;
}
.oscar-section-heading-1 .heading-icon{
    clear: both;
    width: 215px;
    height: 12px;
    display: block;
    margin: 0 auto 18px;
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;   
    background-image:url("../images/heading-bg.png"); 
}
.oscar-section-heading-1 .heading-icon:last-child{
    margin-bottom: 7px;
}
.oscar-section-heading-1 p{
    float: none;
    display: block;
    margin: 0 auto;
    max-width: 750px;
}
/*LEFT ALIGN*/
.text-left.oscar-section-heading-1 .small-title{
    padding-left: 0;
}
    .text-left.oscar-section-heading-1 .small-title::before{
        display: none;
    }   
/*RIGHT ALIGN*/
.text-right.oscar-section-heading-1 .small-title{
    padding-right: 0;
}
    .text-right.oscar-section-heading-1 .small-title::after{
        display: none;
    }  
.white.oscar-section-heading-1 *{
    color: #fff !important;
}
.white.oscar-section-heading-1 *::before,
.white.oscar-section-heading-1 *::after{
    background-color: #fff !important;
} 
/*
==============================================================
    SECTION HEADING CSS START
==============================================================
*/
.oscar-section-heading-2{
    float: left;
    width: 100%;
    margin-bottom: 72px;
}
.oscar-section-heading-2 .sub-heading{
    margin: 0;
    z-index: 2;
    font-size: 14px;
    font-weight: 800;
    line-height:32px;
    position: relative;
    text-transform: uppercase;
}
.oscar-section-heading-2 .sub-heading::before{
    height: 2px;
    width: 70px;
    content: "";
    margin-right:10px; 
    background: #0f1025;
}
.oscar-section-heading-2 .title{
    z-index: 1;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 16px; 
    position: relative;
    text-transform:capitalize;
}
.oscar-section-heading-2 .title::before{
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.05;
    display: block;
    font-size: 150px;
    font-weight: 800;
    line-height: 0.8;
    position: absolute;
    content: attr(title);
    bottom: calc(100% - 40px);
    text-transform: uppercase;
}
.oscar-section-heading-2 .title:first-child{
    font-size: 60px;
}
.oscar-section-heading-2 .title:first-child::before{
    bottom: 10px;
    font-size: 150px;
    font-weight: 600;
    text-transform: capitalize;
}
.oscar-section-heading-2.text-left .title::before{
    left: -13px
}
.oscar-section-heading-2 p{
    max-width: 600px;
    float: none;
    display: block;
    margin: 0 auto;
}
section.th-bg .oscar-section-heading-2 .title{
    color: #fff;
}
section.th-bg .oscar-section-heading-2 p{
    color: #cbc9e1;
}
/*Social List Css Start*/
.social-list{
    float: left;
    width: 100%;
}
.social-list li{
    float: left;
    width: auto;
    margin: 0 0 0 15px;
}
.social-list li:first-child{
    margin-left:0; 
}
.social-list li a{
    float: left;
    width: 31px;
    height: 31px;
    color: #000;
    font-size: 14px;
    line-height: 31px;
    border-radius: 100%;
    text-align: center;
    border: 1px solid #000;
}
.social-list.simple li a{
    border:none;
    padding: 0;
    width: inherit;
    height: inherit;
    font-size: 14px;
    line-height: normal;
}
.th-bg .social-list.simple li a{
    color: #fff;
}
/*
============================================================
  Button Css Start
============================================================
*/
.submit-btn,
.btn{
    z-index: 1;
    color: #8689a3;
    line-height: 1;
    background:none;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
    font-weight: 500;
    text-align: center;
    position: relative;
    border-radius: 0px;
    letter-spacing: 1px;
    display: inline-block;
    background: transparent;
    padding: 22px 40px 21px;
    border: 2px solid #e7e7e7;
    text-transform: uppercase;
    min-width: 225px;
}
.btn.white-bg:hover,
.btn:hover{
    color: #fff !important;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15)
}
.btn.border{
    color: #333;
    border: 1px solid #333;
    background-color: transparent;
}
.btn.border.th-bdr:hover{
    color: #fff;
}
.btn.th-bg{
    color: #fff;
}
.readmore-btn{
    color: #a4a4a4;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.readmore-btn::before {
    left: 0;
    bottom: 0;
    content: '';
    right: 100%;
    height: 1px;
    position: absolute;
    background-color: #a4a4a4;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.readmore-btn:hover::before {
    right: 0;
}
.icon-btn::after{
    font-weight: 900;
    content:"\f30b";
    margin: 0 0 0 10px;
    font-family: fontawesome;
}
.white-bg.btn{
    background-color: #fff;
}
.white-bg.btn:hover{
    color: #fff;
}

.ti-btn{
    border-radius: 0;
}
/*
============================================================
    Rating Css Start
============================================================
*/
.rating_down {
    float: none;
    width: 80px;
    height: 14px;
    display: inline-block;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-image: url("../images/stars.png");
}
.rating_up {
    float: left;
    height: 100%;
    display: inline-block;
    background-repeat: repeat-x;
    background-position: 0px -17px;
    background-image: url("../images/stars.png");
}
/*
      ============================================================
          Blog Meta Css Start
      ============================================================
*/
.blog-meta {
    margin: 0;
    padding: 0;
    width: auto;
    display: inline-block;
}
    .blog-meta li {
        width: auto;
        margin: 0 5px;
        line-height: 1;
        color: #696fa2;
        font-size: 15px;
        position: relative;
        display: inline-block;
    }
    .blog-meta li:first-child {
        margin-left: 0 !important;
    }
    .blog-meta li:last-child {
        margin-right: 0 !important;
    }
        .blog-meta li i {
            margin: 0 5px 0 0;
        }
        .blog-meta li a {
            position: relative;
            font-weight: normal;
            display: inline-block;
            text-transform:capitalize;
        }
        .blog-meta li a::before{
            float: left;
            width: auto;
            content: ",";
        }
        .blog-meta li a:first-of-type::before{
            display: none;
        }
        .blog-meta li a {
            color: currentColor;
        }


/*
      ============================================================
          Input Field Css Start
      ============================================================
*/
.form-group,
.input-field{
    float: left;
    width: 100%;
    position: relative;
    /* margin-bottom: 30px; */
}
.form-control, 
.enter-email input[type="text"]{
    float: left;
    width: 100%;
    color: #858b93;
    font-size: 14px;
    min-height: 48px;
    text-align: left;
    box-shadow: none;
    position: relative;
    -moz-appearance:none;
    padding: 2px 15px 1px;
    -webkit-appearance:none;
    border: 1px solid #dfe5ea;
    text-transform: capitalize;
    background-color: transparent;
}
textarea.form-control{
    resize: none;
    height: 110px; 
    padding-top:15px;
    /* border-radius: 30px; */
}
.form-group .form-control,
.input-field .form-control{
    margin-bottom: 0 !important;
}
/*Submit Button Css Start*/
input[type="submit"].submit-btn{
    float: left;
    width: auto;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
}
input[type="submit"].submit-btn{
    border: none;
    padding: 14px 45px;
}
.form-control:-moz-placeholder { color: #bbc8ce; opacity: 1; }
.form-control::-moz-placeholder { color: #bbc8ce; opacity: 1; }
.form-control:-ms-input-placeholder {color: #bbc8ce; opacity: 1;}
.form-control::-webkit-input-placeholder {color: #bbc8ce; opacity: 1;}
/*
      ============================================================
          Pagination Css Start
      ============================================================
*/

.osr-pagination {
    float: left;
    width: 100%;
    margin: 0px auto 30px;
}
.gcsc-branding{
    display: none !important;
}
.gsc-results .gsc-cursor-box{
    width: auto;
    text-align: center;
    margin:30px 0 !important; 
}
    .gsc-results .gsc-cursor-box .gsc-cursor-page,
    .osr-pagination .page-numbers {
        color: #b7bdc5;
        float: none;
        width: 40px;
        height: 40px;
        margin: 0 2px;
        padding: 0 0;
        font-size: 14px;
        line-height: 40px;
        text-align: center;
        display: inline-block;
        border: 1px solid #eaebec;
        border-radius: 100%;
        display: inline-block !important;
        text-decoration: none;
    }
    .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page,
    .gsc-results .gsc-cursor-box .gsc-cursor-page:hover,
    .osr-pagination .page-numbers.current,
    .osr-pagination .page-numbers:hover {
        color: #fff;
    }
    .page-numbers.border_none:hover,
    .page-numbers.border_none {
        border: none !important;
        color: inherit !important;
        background-color: transparent !important;
    }
/*Kenburns top ffect */
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
} */

/* Use a different font family for search results */
.gs-title, .gs-snippet {
    font-family: courier;
}

/* Add a border between individual search results */
.gs-webResult {
    border: none;
    padding: 1em;
    
}
.gsc-above-wrapper-area-container td{
    border: none !important;
}
/* Do no display the count of search results */    
.gsc-result-info {
    /* display: none; */
}

/* Hide the Google branding in search results */
.gcsc-branding {
    display: none; 
}

/* Hide the thumbnail images in search results */
.gsc-thumbnail {
    display: none;
}
.gsc-table-cell-snippet-close{
    border: none;
}   
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top{
    padding: 0 !important;
}
.gs-webResult.gs-result{
    border:1px solid rgba(0,0,0,0.09) ;
    box-shadow:0 1px 20px -11px rgba(0, 0, 0, 0.5) !important;
}
.gsc-webResult .gsc-result {
    padding: 30px 0 !important;
    border-color:rgba(0,0,0,0.09) !important;
    border-style:solid!important;
    border-width:1px 0 !important;
}
/* Hide the snippets in Google search results */
.gs-snippet { 
    /* display: none; */
    border: none;
}

/* Change the font size of the title of search results */
.gs-title a { 
    font-size: 16px;  
}

/* Change the font size of snippets inside search results */
.gs-snippet {
    font-size: 14px;
}

/* Google Custom Search highlights matching words in bold, toggle that */
.gs-title b, .gs-snippet b {
    font-weight: normal;
}

/* Do no display the URL of web pages in search results */
.gsc-url-top, .gsc-url-bottom {
    display: none;
}
.gcsc-branding{
    display: none;
}
/* Highlight the pagination buttons at the bottom of search results */
.gsc-cursor-page {
    font-size: 1.5em;
    padding: 4px 8px;
    border: 2px solid #ccc;
}
.gsc-adBlock{
    display: none !important
}
#contactSuccess,
#contactError,
#notification_container{
    margin: 0;
    left: 20px;
    z-index: 11;
    bottom: 20px;
    height: auto;
    position: fixed;
    max-width: 350px;
    clear: both;
    top: auto;
}
#notification_container{
/*     top: 20px;
    left: auto;
    right: 20px;
    bottom: auto;
    z-index: 9999;
    margin: 0 auto;
    position: fixed;
    max-width: 310px;
    text-align: center; */
}
#notification_container .alert-dismissable, 
#notification_container .alert-dismissible{
    margin: 0;
    z-index: 2;
    word-wrap: break-word;
    position: relative;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 480px) {
    #contactSuccess,
    #contactError,
    #notification_container{
        max-width: 310px;
        right: 20px;
    }
}



/*list-group-icon Start*/
.list-group-icon{
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
}
.list-group-icon li{
    float: left;
    clear: both;
    padding: 0;
    margin: 0 0 20px;
    border:none;
    border-radius: 0 !important;
}
.list-group-icon li:last-child{
    margin: 0;
}
.list-group-icon li i{
    width: 50px;
    height: 50px;
    line-height: 46px;
    border-radius: 100%;
    text-align: center;
    margin-right:20px; 
    border:2px solid #ffe7e8;
}
.list-group-icon li span{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px);
}