/*
To change this license header, choose License Headers in Project Properties.
*/
/* 
    Created on : May 20, 2021, 1:49:18 PM
    Author     : Er. AG
*/

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    background-color: #03A84E;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 0 2px #cbffa2;
    z-index: 100;
    left: 20px;
   
}

.my-float{
	margin-top:16px;
}

.footer  .box{
    border:1px gray solid;
    padding: 10px;
    padding-bottom: 20px;
    color:lightgray;
    margin: 5PX;
    margin-top: 20px;
}
.footer h4{
    margin-top:5px;
    color:white;
}
.footer p{
    color:lightgray;
}

.social a{
    color:skyblue;
}
.sidebar-nav {
    padding: 9px 0;
}


.service .service-box{
    margin: 50px 0 50px 0;
}

.service .service-box-title{
    font-size: 60px;
    
}
tle {
    color: #0B37AF;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
}

.section-heading{
    margin-top:50px;
  

.section-heading{
    margin-top:50px;
    font-size: 40px;
}




/**
 * Horizontal Type Line Behind Text
 * Inspired by this discussion @ CSS-Tricks: http://css-tricks.com/forums/topic/css-trick-for-a-horizontal-type-line-behind-text/#post-151970
 * Available on jsFiddle: http://jsfiddle.net/ericrasch/jAXXA/
 * Available on Dabblet: http://dabblet.com/gist/2045198
 * Available on GitHub Gist: https://gist.github.com/2045198
 */

 

p.background {
    position: relative;
    z-index: 1;
    
    &:before {
        border-top: 2px solid #dfdfdf;
        content:"";
        margin: 0 auto; /* this centers the line to the full width specified */
        position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 50%; left: 0; right: 0; bottom: 0;
        width: 95%;
        z-index: -1;
    }

    span { 
        /* to hide the lines from behind the text, you have to set the background color the same as the container */ 
        background: #fff; 
        padding: 0 15px; 
    }
}

p.double:before { 
    /* this is just to undo the :before styling from above */
    border-top: none; 
}

p.double:after {
    border-bottom: 1px solid blue;
    -webkit-box-shadow: 0 1px 0 0 red;
    -moz-box-shadow: 0 1px 0 0 red;
    box-shadow: 0 1px 0 0 red;
    content: "";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute;
    top: 45%; left: 0; right: 0;
    width: 95%;
    z-index: -1;
}

p.no-background {
    position: relative;
    overflow: hidden;
    
    span {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        position: relative;
        padding: 0 20px;

        &:before, &:after {
            content: '';
            display: block;
            width: 1000px;
            position: absolute;
            top: 0.73em;
            border-top: 1px solid red;
        }

        &:before { right: 100%; }
        &:after { left: 100%; }
    }
}

p.no-span {
    display: table;
    white-space: nowrap;
    &:before, &:after {
      border-top: 1px solid green;
      content: '';
      display: table-cell;
      position: relative;
      top: 0.5em;
      width: 45%;
    }
    &:before { right: 1.5%; }
    &:after { left: 1.5%; }
}


#cover-1{
 background:url(../../4.bp.blogspot.com/_AQ0vcRxFu0A/S9shDGGyMTI/AAAAAAAAAYk/kn3WTkY2LoQ/s1600/IMG_0714.JPG);
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
}

#cover-social{
 background:url(../images/banner/banner10.html);
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
}

#cover-contact{
    background:url(../images/contact.jpg);
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
}

.cover .inner{
     //background: rgba(255,255,255,0.5);
     background: rgba(0,0,0,0.7);
     color:white !important;
}
.cover h1, .cover h4, .cover p, .cover h2{
    color:white;
}

.contact-detail .con-icon{
    font-size: 60px;
}

.space-need{
    padding-top: 50px;
    padding-bottom: 50px;
}


.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}



.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.img-hover:hover .image {
  opacity: 0.1;
}

.img-hover:hover .middle {
  opacity: 1;
}

.text {
  
  
  font-size: 16px;
  
}

.no-padding{
    padding:0px!important
}






