body{
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}
/*==============Menus Start============================ */
.navbar{
    padding: 22px 0px;
    border-bottom: none ! important;
}

.navbar ul li a{
    color: rgb(74, 11, 248) !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    transition: all 0.5s ease-in;
}

.navbar ul li a:hover .navbar ul li a:focus{ 
    color: deepskyblue !important;
}

.navbar-toggle{
    border: 1px solid white !important;
}
.navbar-toggle:hover{
    background-color: deepskyblue !important;
    transition: all 0.5s ease-in;
}

.navbar-inverse .navbar-collapse{
    border-color:transparent !important;
}

.navbar-inverse{
    background-color: transparent !important;
}
/*================== Menus Ends ====================*/


/*================== Navigation Starts ====================*/
.location{
    border: 1px solid white;
    border-radius: 50px;
}

/*================== Navigation Ends ====================*/

/*================== Slider Starts ====================*/

.slider{
    width: 100%;
    height: 700px;
    background-image: url(..//img/slider.png);
    background-size: cover;
    background-position: center;
    color: #ffff
}

.slider-overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    position: relative;
}

.slider-content{
    position: absolute;
    top: 39%;
    width: 100%;
}

.icons .fa{
    font-size: 35px;
    margin-right: 7px;
}

.btn1{
    padding: 10px 18px;
    background-color: transparent;
    color: #ffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    border: 2px solid #ffff;
    border-top-left-radius: 15px;
    transition: all 0.5s ease-in;
    margin-right: -6px;
    
    
}

.btn1:hover{
    text-decoration: none;
    color: #ffff;
    background-color: deepskyblue;
    border-color: deepskyblue;
}


.btn2{
    padding: 10px 18px;
    background-color: transparent;
    color: #ffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    border: 2px solid #ffff;
    border-bottom-right-radius: 15px;
    transition: all 0.5s ease-in;
    
    
}

.btn2:hover{
    text-decoration: none;
    color: #ffff;
    background-color: orangered;
    border-color: orangered;
}

.social-networks a.fa{
    border: 1px solid #ffff;
    padding: 10px;
    color: #ffff;
    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: #ffff;
    border: 1px solid deepskyblue;
}



.slider .text, .slider .typed-cursor{
    display: inline;
    font-size: 50px;
    text-transform: uppercase;
    
}


.primary{
    color: orangered;
}

.typed-cursor{
    opacity: 1;
    animation: blink 0.7s infinite;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
}

@keyframes blink{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }


}

@-webkit-keyframes blink{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }


}

@-moz-keyframes blink{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }


}

/*================== Slider Ends====================*/


/*================== Services Styles====================*/ 

.service-area{
    margin-top: 30px;
}

.service-area p{
   margin-bottom: -5px;
}

.service-wrap{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 25px 35px;
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 9;
    margin-top:  20px;
}

.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: -37px;
    left: 100%;
}

.service-wrap:hover::before{
    left: -27px;
    opacity: 1;
}

.service-wrap::after{
    right: 100%;
    bottom: -37px;
}

.service-wrap:hover:after{
    right: -27px;
    opacity: 1;
}

.service-wrap:hover{
    color: white;
}
.service-wrap:h3{
    color: white;
}

.service-wrap:hover h3{
    color: white;
}

.service-wrap:hover h3:after{
    color: white;
    background-color: white;
}

.service-icon i{
    font-size: 30px;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.service-wrap:hover .service-icon i{
    
    transform:rotate(360deg);
}

.service-wrap h3{
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    
}

.service-wrap p{
    font-size: 14px;
    margin-bottom: 0;
}

/*================== Services Styles====================*/ 

/*==================Work Styles====================*/

.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 Styles End====================*/ 


/*==================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-desgination{
    color: deepskyblue;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 5px;
    text-transform: capitalize;
}

.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{
    color: #64707b;
}

/*==================Team Styles Ends====================*/ 


/*==================Testimonials Styles====================*/ 
.carousel-inner img{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 3px solid #ffff;
    padding: 5px;
}

.testimonials{
    background-image: url(../img//reviews.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #ffff;
    padding-top: 80px;
    padding-bottom: 155px;
    
}

.testimonials .carousel-indicators{
    bottom: -60px;
}

.border-bottom{
    width: 40px;
    height: 2px;
    background-color: #ffff;
    margin: 0 auto;
}

.carousel-inner p{
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 30px;
}


/*==================Testimonials Styles Ends====================*/ 


/*==================FQAs Styles Start====================*/ 
#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: 600;
    color: #ffff;
    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: 50px;
    background: #34495e;
    text-align: center;
    font-size: 15px;
    color: #ffff;
    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: none;
}

.freeimage img{
    margin-top: -45px;
}



/*==================FQAs Styles Ends====================*/ 


/*==================Video Styles Start====================*/ 
.video-area{
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.8)), 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;
}


/*==================Video Styles Ends====================*/ 


/*==================Blog Styles Starts====================*/ 
.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);
 
}


.date{
    background: #f89406 none repeat scroll 0 0;
    height: 70px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px;
    padding: 10px;
   
}
.date 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 Styles Ends====================*/ 


/*==================Counter Stat Sytle Starts====================*/ 
.stat{
    background-image:linear-gradient(rgba(0,0,0,0.7),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 h2{
    font-weight: bolder;
    font-size: 42px;
    color: deepskyblue;
}

.stat p{
    font-weight: bold;
    letter-spacing: 1px;
}

/*==================Counter Stat Sytle Ends====================*/ 



/*================== Form Style Starts====================*/ 
.contact-area{
    margin-top: 60px;
}

.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{
    width: 40px;
    height: 2px;
    background-color: black;
}

.contact-infos{
    float: left;
    width: 100%;
    margin-top: 90px;
    margin-bottom: -30px;
    background-color: darkcyan;
    padding-top: 35px;
    padding-bottom: 35px;
}

.contact-infos .fa{
    color: #fff;
    font-size: 26px;
    border: 1px solid white;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
}

.contact-infos p{
    color: #fff;
    margin-top: 15px;
}
/*================== Form Style Ends====================*/ 



/*================== 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: #fff;
}

.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: #ffff;
    line-height: 2;
    border: 10px solid #24495e;
    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;
}


/*==================Footer area style Ends====================*/ 