@font-face
{
font-family: bold;
src: url(../fonts/bold.ttf)
}
@font-face
{
font-family: xbold;
src: url(../fonts/xbold.ttf)
}
body
{
padding: 0px;
margin: 0px;
background-color: #fff;
font-family:bold;
}
html
{
scroll-behavior: smooth;
}
.home-page
{
background-image: url("../images/bk.png");
height: auto;
background-size: 100% 100%;
padding-top: 30px;
margin-bottom: 30px;
}
.home-page .head img
{
width: auto;
}
.home-page .menu ul
{
list-style: none;
padding: 0px;
margin: 0px;
float: left;
margin-top: 15px;
}
.home-page .menu ul li
{
display: inline-block;
margin-left: 15px;
}
.home-page .menu ul li a
{
    transition: all .6s ease-in-out;
color: #fff;
text-decoration: none;
}
.home-page .menu ul li a:hover
{
    color: #000;
}
.home-page .intro
{
padding-top: 40px;
color: #fff;
}
.home-page .intro h3
{
font-weight: bolder;
margin-bottom: 25px;
}
.home-page .intro p
{
font-weight: bolder;
margin-bottom: 25px;
line-height: 30px;
}
.home-page .intro img
{
width: 130px;
margin-left: 10px;
}
.home-page .mob-pic
{
margin-top: 30px;
}
.home-page .mob-pic img
{
width: 380px;
display: block;
margin: 0 auto;
height: 400px;
}
.benefits .head
{
text-align: center;
}
.benefits .head h3
{
margin-bottom: 20px;
}
.benefits .head p
{
margin-bottom: 25px;
}
.benefits .mobile img
{
width: 300px;
display: block;
margin: 0 auto;
height: 500px;
}
.benefits .content h3
{
color: #224597;
font-size: 16px;
}
.benefits .content h3 i
{
margin-left: 10px;
}
.benefits .content p
{
line-height: 25px;
color: #707070;
padding-right: 20px;
font-size: 14px;
}
.benefits .info
{
padding-top: 40px;
}
.vedio .head
{
text-align: center;
}
.vedio .head h3
{
margin-bottom: 20px;
}
.vedio .head p
{
margin-bottom: 25px;
}
.vedio iframe
{
margin-bottom: 30px;
}
.pic-app .head
{
text-align: center;
}
.pic-app .head h3
{
margin-bottom: 20px;
}
.pic-app .head p
{
margin-bottom: 25px;
}
.pic-app .col-sm-12
{
padding: 0px;
}
.pic-app .pic-slider .the-pic img
{
width: 100%;
height: 397px;
}



.pic-app .pic-slider .owl-nav
{
position: relative;
width: 85px;
top: 146px;
right: 0px;
color: #f4ba00;
left: 0px;
margin: 0 auto;
}
.pic-app .pic-slider .owl-prev
{
position: absolute;
right: 0px;
display: block!important;
top: -125px;
font-size: 37px;
transition: all .6s ease-in-out ;
}
.pic-app .pic-slider .owl-prev:hover
{
color: #0b251a;
}
.pic-app .pic-slider .owl-next
{
position: absolute;
left: 0px;
display: block!important;
top: -125px;
transition: all .6s ease-in-out ;
font-size: 37px;
}
.pic-app .pic-slider .owl-next:hover
{
color: #0b251a;
}
.vedio h4{
    text-align: center;
}
.contact-us
{
    margin-top: 100px;
    background-image: url("../images/bk-2.png");
    padding-top: 30px;
    padding-bottom: 50px;
}
.contact-us h4
{
    color: #fff;
    margin-bottom: 20px;
}
.contact-us form input
{
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
    border: none;
    padding: 8px;
    border-radius: 5px;
    outline: none;
    text-align: right;
}
.contact-us form textarea
{
    width: 100%;
    outline: none;
    background-color: #fff;
    border: none;
    padding: 10px;
    resize: none;
    height: 150px;
}
input.wpcf7-form-control.wpcf7-submit
{
    transition: all .6s ease-in-out;
    background-color: #f4ba00;
    width: 125px;
    border: none;
    padding: 8px;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}
.contact-us form button:hover
{
    background-color: #000;
}
.contact-us .pic img
{
    width: 350px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}
.copyright
{
    background-color: #333333;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #fff;
}
.copyright p
{
    color: #959595;
}
.copyright ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.copyright ul li
{
    display: inline-block;
    margin-left: 10px;
}
.copyright ul li i
{
    color: #959595;
    font-size: 18px;
    transition: all .6s ease-in-out;
}
.copyright ul li i:hover
{
    color: #fff;
}


/*****************/

#mySidenav a {
    position: absolute;
    right: 0px;
    transition: 0.3s;
    padding: 10px;
    text-decoration: none;
    font-size: 12px;
    color: white;
    z-index: 999999999;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}
#mySidenav a i{
font-size: 15px;
}
#mySidenav a:hover {
    right: 0;
}

#sec-1 {
    top: 90px;
    background-color: #2a6496;
}

#sec-2 {
    background-color: #f4ba00;
    top: 130px;
}

#sec-3 {
    top: 170px;
    background-color: #2a6496;
}

#sec-4 {
    background-color: #f4ba00;
    top:210px;
}

#sec-5{
    background-color: #2a6496;
    top: 250px;
}

.fast
{
    display: none;
    background-color: red;
    position: fixed;
    width: 100%;
    right: 0px;
    z-index: 999999999;
    top: 0px;
}


.scroll-top {
    display: block;
    width: 40px;
    background: rgb(244, 186, 0);
    position: fixed;
    bottom: 10px;
    left: 15px;
    cursor: pointer;
    z-index: 99;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 150px;
}
.scroll-top p {
    margin-top: 8px;
    font-size: 23px;
}
