@charset "utf-8";

/***********************
***** Custom Css *******
***********************/

/******* General ******/
body{
    font-family: 'Montserrat' !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat';
    color: #ff8329;
}
p, b, a{
    font-family: 'Montserrat';
}
/**** End of General ***/


/******* Menu *******/
.sf-menu {
    padding-top: 33px;
}

.nav_logo {
    background: rgba(255, 255, 255, 1);
    padding: 15px 0 !important;
}

.sf-menu li a {
    color: #1c88db;
    font-family: 'Montserrat';
    font-weight: 500;
}
.sf-menu li a:hover {
    color: #ffffff;
}
.sf-menu li li a {
    color: #1c88db;
    background: rgba(255, 255, 255, 1);
}
.sf-menu li li a:hover {
    color: #ffffff;
    background: rgba(28, 136, 219, 1);
}
/***** End of menu *****/

/***** Section Work Flow *****/
.service-process {
    background-image: none;
}
.opacy_bg_05{
    bottom: 0px;
    left: 0;
    color: #dedede !important;
    width: 100%;
    position: relative;
    height: auto;
    z-index: 2;
    background:rgba(255,255,255,0.1)
}
/***** End of Section work flow ****/

/******* Slider *******/
.slider-caption h1{
    font-family: 'Montserrat';
    font-weight: 700 !important;
    font-size: 45px !important;
    line-height: 50px !important;
}
.slider-caption h1 span{
    color: #ff8329 !important;
    font-weight: 700 !important;
    font-size: 45px !important;
    line-height: 50px !important;
}

.slider-details p{
    font-family: 'Montserrat';
    font-size: 25px !important;
    line-height: 28px !important;
    width: 100% !important;
}
.slider-button .button, .slider-button .button:hover{
    box-shadow: none !important;
    background: none !important;
    background-color: #27ccdc !important;
    text-shadow: none !important;
    padding-left: 35px !important;
    border-radius: 10px !important;
    padding-right: 35px !important;
}
/**** End of Slidee ***/

/***** Services ******/
.service-01 .head-service-01 i {
    font-size: 60px;
}

/** End of Services **/

/*** First Video Section ****/
.results i {
    color: #fff;
}
.results h2 span {
    color: #fff;
}
/** End of First Video Section **/

/****** Newsletter Form ******/
.holder input{
    box-sizing: border-box;
    width: 40%;
    /*height: 4.8rem;*/
    padding: .9375rem;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: none;
    font-family: inherit;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
}
/*** End of Newsletter Form ***/
