/*======================================
        Basic Properties starts
=========================================*/
*
{
    margin: 0 ;
    padding: 0;
}
  
body
{
    overflow-x: hidden;
    
}


.pace-running .entire-content
{
    opacity: 0;
}



.pace-done .entire-content
{
    opacity: 1;
    transition: all 1s ease-in;
}





/*=======================================
         Basic Properties Ends
=========================================*/
  


/*======================================
           Navigation starts
=========================================*/


.navbar
{
    padding: 24px 0px;     
    border-bottom: none !important;
    transition: all 0.5s ease-in-out;
}

.nvabar a img{
 padding: 10px;
}
.navbar ul li a
{
    color: white !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px; 
    font-size: 13px;
    transition: all 0.5s ease-in;
    background: transparent !important;
}

.navbar ul li a:hover, .navbar ul li a:focus
{
    color: deepskyblue !important;
    background: none !important;
}

.navbar-toggle
{
    border: 1px solid white !important;
    color: white !important;
    transition: all 0.5s ease-in;
}

.icon-bar
{
    color: white !important;
    background-color: white !important;
}
.navbar-toggle:hover
{
    background-color: deepskyblue !important;
}

 
.navbar-inverse .navbar-collapse
{
  border-color: transparent !important;  
       
}

  
.location
{
    border: 1px solid white;
    border-radius: 50px;
    
}

.navbar-inverse
{
    background-color: transparent !important;
}  



/*======================================
            Navigation Ends
=========================================*/

/*=======================================
 Sticky Navigation with background color
=========================================*/
 
.secondary
{
    background-color:#34495e;
}


/*======================================
            Slider Starts
=========================================*/

.slider
{
    width: 100%;
    height: 700px;
    background-image: url(..//img/slider.jpg);
    background-size: cover;
    background-position: center;
    color: white;
    
    
}

.slider-overlay
{
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.65);
    position: relative;
}


.slider-content
{
    position: absolute;
    top: 37%;
    width: 100%;
}

.icons .fa
{
    font-size: 35px;
    margin-right: 7px;
    
}


.cta-div
{
    margin-top: 30px;
     
}


.btn1
{
    padding: 13px 18px;
    background-color: transparent;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    border: 2px solid white;
    border-top-left-radius: 15px;
    transition: all 0.5s ease-in;
    margin-right: -6px;
    
}



.btn1:hover
{
    text-decoration: none;
    color: white;
    background-color: deepskyblue;
    border-color: deepskyblue;
    
}


.btn2
{
    padding: 13px 18px;
    background-color: transparent;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    border: 2px solid white;
    border-bottom-right-radius: 15px;
    transition: all 0.5s ease-in;
    margin-right:10px;
}



.btn2:hover
{
    text-decoration: none;
    color: white;
    background-color: orangered;
    border-color: orangered;
    
}

.social-networks a.fa
{
    border: 1px solid white;
    padding: 10px;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    margin-right: 2px;
    transition: all 0.5s ease-in;
    
}


.social-networks a.fa:hover
{
    text-decoration: none;
    background-color: deepskyblue;
    color: white;
    border: 1px solid deepskyblue;
    
}


 
.slider .text, .slider .typed-cursor
{
    display: inline;
    font-size: 3rem;
    text-transform: uppercase;
}
.text h1{
    font-size: 3.75rem;
}
#typewriter{
    color: #f89406;
    font-weight: bold;
}
#cursor{
    color: black;
    animation: blink 1s linear infinite;
}
@keyframes blink
{
    0%
    {
        opacity: 100%;

    }
    50%
    {
        opacity: 0%;
    }
}
/*=======================================
            Slider Ends
=========================================*/



/*=======================================
            Services styles
=========================================*/

.service-area
{
    margin-top: 1.9rem;
}

.service-area p
{
   margin-bottom: -0.5rem;
}




.service-wrap {
    box-shadow: 0 .3rem .5rem rgba(0,0,0,0.2);
    overflow: hidden;
    padding: 1.6rem 1.6rem;
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 9;
    margin-top: 1.3rem;
    
}

.service-wrap::before, .service-wrap::after {
    content: "";
    height: 300%;
    position: absolute;
    transform: rotate(45deg);
    width: 120%;
    z-index: -9;
    transition: all 0.5s;
    opacity: 0;
    background: #34495e;    
    
}

.service-wrap::before{
    top: -2.3rem;
    left: 100%;  
    
}

.service-wrap:hover:before{    
    left: -1.6rem;
    opacity: 1;
    
}


.service-wrap::after{
     right: 100%;
     bottom: -2.3rem;
    
}

.service-wrap:hover:after{
     right: -1.6rem;
     opacity: 1;
    
}

.service-wrap:hover{
     color: white;    
}

.service-wrap:h3{
     color: white;    
}


.service-wrap:hover h3{
     color: white;    
}


.service-wrap:hover h3:after{
     background-color: white;    
}

.service-icon i{
    font-size: 1.9rem;
    margin-bottom: 1.9rem;
    transition: all 0.5s;
    
}


.service-wrap:hover .service-icon i{
    
    transform:rotate(360deg);
}

.service-wrap h3
{
    font-size: 1.7rem;
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
    
}

.service-wrap p
{
    font-size: 1.2rem;
    margin-bottom: 0;
}


/*=======================================
            Work styles
=========================================*/

.work
{
    margin-top: 25px;
}

.row.no-gutters [class*=col-]
{
    padding-left: 0;
    padding-right: 0;
}


.img-wrapper
{
    overflow: hidden;
}

.img-wrapper img
{
   transition: transform 0.5s ease;
   width: 100%;
    
    
}

.img-wrapper img:hover
{
    transform: scale(1.5);
    cursor: zoom-in;
}


/*=======================================
            Work style ends
=========================================*/

 
/*=======================================
              Team styles
=========================================*/  
.team-member
{
    margin-top: 50px;
}

.team-member
{
    margin:0 15px;
}
 
.team-member-info
{
    padding: 10px 0 30px 0;
}


h4.team-member-name
{
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 2px;
}

h4.team-member-designation
{
    color: #34c6d3;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 5px;
    text-transform: capitalize;
    font-style: italic;
    
}

.social-list
{
    padding-left: 0;
}

.social-list li
{
 list-style: none;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 6px;
    margin-top: 10px;
}

.social-list i
{
    font-size: 17px;
}

.icon-gray i
{
    color: #64707b;    
    
}
  

 
/*=======================================
            FAQs style start
=========================================*/ 



.carousel-inner img
{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 3px solid white;
    padding: 5px;
}

.testimonials
{
    background-image: url(..//img/reviews.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    padding-top: 80px;
    padding-bottom: 150px;
}

.testimonials .carousel-indicators
{
    bottom: -60px;
}

.border-bottom
{
    width: 40px;
    height: 2px;
    background-color: white;
    margin:0 auto;
}

.carousel-inner p
{
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 30px;
    
         
}

#accordian .panel
{
   box-shadow: none;
   border: none;
    border-radius: 10px;
    margin-bottom: 10px;
  
}

#accordian .panel-heading
{
    padding: 0;
    border: none;
    border-radius: 10px;
}


#accordian .panel-title a
{
    display: block;
    padding: 25px 35px;
    font-size: 20px;
    font-weight: 400;
    color: white;
    background: #34495e;
    border: none;
    position: relative;
    transition: all 0.3s ease 0s;
}


#accordian .panel-title a:after,
#accordian .panel-title a.collapsed:after
{
    content: "\f068";
    font-family: fontawesome;
    width: 40px;
    height: 40px;
    line-height: 32px;
    border-radius: 50%;
    background: #34495e;
    text-align: center;
    font-size: 15px;
    color: white;
    border: 5px solid white;
    position: absolute;
    top: 10px;
    left: -20px;
    transition: all 0.3s ease 0s;
 
}

#accordian .panel-title a.collapsed:after
{
    content: "\f067";
}


#accordian .panel-title a:hover:after,
#accordian .panel-title a.collapsed:hover:after 
{
    transform: rotate(360deg);
}


#accordian .panel-body
{
    padding: 15px 25px;
    background-color: #ebebeb;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 25px;
    border-top: none;
    position: relative;
       
    
}

.panel-heading a
{
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: normal;
}


.freeimage img
{
    margin-top: -45px;
}

 
/*=======================================
            FAQs style Ends
=========================================*/  

 
/*=======================================
            Video style Starts
=========================================*/ 

.video-area
{
    background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.9)),url(..//img/video.jpg);
    padding-top: 180px;
    padding-bottom: 180px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    overflow: hidden;
    margin-top: 40px;
    background-attachment: fixed;
 
    
}

.play
{
    background:#fff url(..//img/play-btn.png) no-repeat  60% 50%;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 70px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 0px  20px rgba(0,167,221,0.5);
    -webkit-box-shadow: 0px 0px 0px  20px rgba(0,167,221,0.5);
    -moz-box-shadow: 0px 0px 0px  20px rgba(0,167,221,0.5);
    -o-box-shadow: 0px 0px 0px  20px rgba(0,167,221,0.5);
    transition: all .4s ease-in
    -webkit-transition: all .4s ease-in
    -moz-transition: all .4s ease-in
    -o-transition: all .4s ease-in
    -ms-transition: all .4s ease-in
 
}

.play:hover
{
    box-shadow: 0px 0px 15px  20px rgba(0,84,111,0.5);
    -webkit-box-shadow: 0px 0px 15px  20px rgba(0,84,111,0.5);
    -moz-box-shadow: 0px 0px 15px  20px rgba(0,84,111,0.5);
   
}

.video-container
{
   position: relative;
    padding-bottom: 54.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: -130px;
    display: none;
    
    
}


/*=======================================
            Blog style Start
=========================================*/

.latest-news-area
{
    margin-top: 40px;
}

.latest-news-wrap
{
    
    box-shadow: 0px 3px 10px rgba(0,0,0,.1);
    
}

.news-img
{
    position: relative;
}

.news-img:before
{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: #000;
    content:"";
    opacity: 0;
    transform: scale(.8);
    transition: all 0.5s; 
    
}


.latest-news-wrap:hover .news-img:before
{
    opacity: .5;
    transform: scale(1);
 
}


.deat
{
    background: #f89406 none repeat scroll 0 0;
    height: 70px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px;
    padding: 10px;
   
}

.deat span
{
    display: block;
    color: white;
    font-weight: 700;
    font-size: 16px;
 
}


.news-content
{
    padding: 20px;
    margin-left:3px;
}



.news-content  i
{
    font-size: 18px;
    display: inline-block;
 
}
 

.news-content .fa
{
    padding: 10px 10px;
    cursor: pointer;
 
}


.news-content .fa-facebook
{
    color: #3b5995;    
    
}

.news-content .fa-twitter
{
    color: #0084b4;    
    
}

.news-content .fa-linkedin
{
    color: #0077b5;    
    
}


.news-content .fa-youtube
{
    color: red;    
    
}
.news-content .fa-whatsapp
{
    color: #34af23;    
    
}

.news-content p
{
    margin-bottom: 15px;
    text-align: justify;
    margin-top: 20px;
    
}

.news-content a
{
    font-size: 14px;
    background-color: #34495e;
    padding: 10px 20px;
    color: white;
    transition: all 0.5s  ease-in;
}

.news-content a:hover
{
    font-size: 14px;
    border: 1px solid #34495e;
    border-top-right-radius: 20px;
    background-color: transparent;
    color: #34495e;
    margin-right: 0;
    text-decoration: none;
    
    
}

/*=======================================
            Blog style Ends
=========================================*/



/*=======================================
        Counter stat style starts
=========================================*/


.stat
{
    background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.6)),url(..//img/cover-bg-1.jpg);
    background-position: center;
    padding-top: 180px;
    padding-bottom: 200px;
    color: white;
    background-attachment: fixed;
    margin-top: 100px;
    
}


.stat i
{
    font-size: 85px;
}
 


.stat-items h2
{
    font-weight: bolder;
    font-size: 42px;
    color: deepskyblue;
}



.stat p
{
    font-weight: bold;
    letter-spacing: 1px;
}


/*=======================================
        Counter stat style Ends
=========================================*/



/*=======================================
        Contact area style starts
=========================================*/




.form-control
{
    border-radius: 0px !important;
    border: 1px solid #34495e !important;
    
}


.contact-form button.btn
{
    font-size: 1.8rem;
    font-weight: 700;
    padding: 12px 43px;
    border: 1px solid black;
    border-radius: 0px;
}

.border-bottom-now
{
    width: 40px;
    height: 2px;
    background: black;
    margin: 0 auto;
}

.contact-infos
{
    float: left;
    width: 100%;
    
    margin-bottom: -30px;
    background: darkcyan;
    padding-top: 35px;
    padding-bottom: 35px;
 
    
}

.contact-infos .fa
{
    color: white;
    font-size: 26px;
    border: 1px solid white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    
}

.contact-infos p
{
    color: white;
    margin-top: 15px;
    
}
 
/*=======================================
        Contact area style End
=========================================*/



/*=======================================
        Map area style starts
=========================================*/

.maps
{
    margin-top: 20px;
}


/*=======================================
        Map area style Ends
=========================================*/


/*=======================================
        Footer area style starts
=========================================*/


.footer
{
    background: url(..//img/Black-Wood-Footer-Background.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    padding-top: 145px;
    padding-bottom: 120px;
    background-attachment: fixed;
    color: white;
   
}

.social-icon a
{
    margin: 0 16px 20px 16px;
    display: inline-block;
    
}


.footer .fa
{
    font-size: 30px;
    color: deepskyblue;
    width: 80px;
    height: 80px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: white;
    line-height: 2;
    border: 10px solid #34495e;
    text-align: center;
    transition: all 0.7s ease-in;
    
    
}

.social-icon a:hover .fa
{
    
    border: 10px solid white;
    transform: rotate(360deg);
  
}

.bordernow
{
    width: 40px;
    border-bottom: 2px solid white;
    margin: 0 auto;
    margin-top: 20px;
    
}































