@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

:root {
    scroll-behavior: initial;
}

*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
}


a:hover,
a:focus,
a:active{
    text-decoration: none;
}

ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
body{
    font-family: 'Gilroy';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

a{
    transition: .4s linear;
    -webkit-transition: .4s linear;
    text-decoration: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{max-width: 1100px;}

/* **** Header **** */
header{
    position:relative;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 120;
    transition: .4s linear;
    -webkit-transition: .4s linear;
} 
.navbar>.container .navbar-brand, 
.navbar>.container-fluid .navbar-brand{
    margin-left: 0;
}
.navbar-brand{
    float: none;
    height: auto;
    padding: 0;
}
.navbar{
    background:#fff;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin:0;
    padding:25px 0px;
    z-index: 120;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.navbar .navbar-nav{
    margin-left: auto;
}
.navbar .navbar-nav>li{
    margin-right: 40px;
}
.navbar .navbar-nav>li:last-child{
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link,
.navbar .navbar-nav>li>a{
    padding: 10px 10px;
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.navbar .navbar-nav>li>a:focus, .navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:hover{
    color: #FF7F00;
}
.navbar .navbar-nav>li a.nav-link.active {
    color: #FF7F00;
}
.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:focus, .navbar .navbar-nav>.active>a:hover{
    color: #FF7F00;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #FF7F00;
}

ul.cnt-nav{
    margin-left: auto;
    display: flex;
    align-content: center;
}
ul.cnt-nav li{
    margin: 0;
}
ul.cnt-nav li a{
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    display: block;
}
ul.cnt-nav li a img{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
ul.cnt-nav li a:hover{
    color: #FF7F00;
}

.navbar-toggler{
    background-color: transparent;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
}
.navbar-toggler:focus{box-shadow: none;}

.navbar-light .navbar-toggler-icon{
    background-image:unset;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
    position: relative;
    padding: 0;
    height: 40px;
    width: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #333;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #333;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

header.nav-new{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
header.nav-new .navbar{
    border-radius: 0;
    box-shadow: none;
}
/* **** End Header **** */

/* **** Smart Security **** */
.smart-wrp{
    padding: 30px 0 45px;
    width: 100%;
}
.smart-title h1{
    margin: 0;
    font-size: 55px;
    font-weight: bold;
    color: #1A1A1A;
    line-height: 65px;
}
.smart-dt p{
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    line-height: 25px;
    margin: 0 0 30px;
}
.btn-main{
    padding: 12px 35px;
    background: #FF7F00;
    display: table;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.btn-main:hover{
    background: #000;
    color: #fff;
}
.banner-img{padding: 0 0 30px;}
.banner-img img{width: 100%;}
/* **** End Smart Security **** */


.our-features-wrp{
    padding: 35px 0;
    width: 100%;
}
.our-features-wrp h2{
    margin: 0 0 35px;
    font-size: 37px;
    font-weight: bold;
    color: #1A1A1A;
}
.features-block{
    display: flex;
    padding: 15px 0;
}
.features-ic img{

}
.feature-dt{
    padding-left: 15px;
}
.feature-dt h3{
    font-size: 24px;
    font-weight: 600;
    color: #1A1A1A;
    margin: 0 0 15px;
}
.feature-dt p{
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    line-height: 24px;
}

.servers-wrp{
    padding: 35px 0;
    width: 100%;
    background: #f5f5f5;
}
.service-title{
    margin: 0 0 35px;
}
.service-title .row{
    align-items: center;
}
.service-title h2{
    font-size: 36px;
    font-weight: bold;
    color: #1A1A1A;
    margin: 0;
}
.service-title .btn-main{
    float: right;
    padding: 15px 30px;
}
.servers-wrp .features-block{
    padding: 30px;
    border: 1px solid rgba(112,112,112,0.15);
    border-radius: 10px;
    margin: 0 0 0px;
    display: block;
}
.servers-wrp .features-block img{margin: 0 0 25px;}
.servers-wrp .features-block .feature-dt{
    padding-left: 0px;
}

.testimonial-wrp{
    padding: 35px 0;
    width: 100%;
}
.testimonial-wrp .slick-slide {
    margin: 0 15px;height: auto;
}
.testimonial-wrp .slick-list {
    margin: 0 -15px;
}

.testimonial-wrp h2{
    font-size: 37px;
    font-weight: bold;
    color: #1A1A1A;
    margin: 0 0 35px;
}
.testimonial-box{
    padding: 35px;
    background: #F5F5F5;
}
.testimonial-box img{
    margin: 0 0 15px;
}
.testimonial-box h3{
    font-size: 24px;
    font-weight: 600;
    color: #1A1A1A;
    margin: 0 0 10px;
}
.testimonial-box p{
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    line-height: 24px;
    margin: 0 0 30px;
}
.test-bx{
    display: flex;
    align-items: center;
}
.test-bx img{
    width: 45px;
    height: 45px;
    margin: 0;
}
.test-bx h5{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1A1A1A;
    padding-left: 15px;
}
.test-bx h5 span{
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #666666;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next{
    position: absolute;
    right:0px;
    border: none;
    color: transparent;
    background-color: transparent;   
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top:-85px;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before {
    width: 45px;
    height: 45px;
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    background: rgba(255,127,0,0.05);
    color: #FF7F00;
    font-weight:400;
    line-height: 45px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size:20px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.testimonial-slider .slick-prev {
    right:60px;
}
.testimonial-slider .slick-prev:before {
    content:"\f060";
}
.testimonial-slider .slick-prev:hover:before,
.testimonial-slider .slick-next:hover:before{
    color: #fff;
    background: #FF7F00;
}
.road-img img{width: 100%;margin: 35px 0 0;}

footer{
    width: 100%;
    background: #F5F5F5;
}
.footer-top{
    padding: 45px 0;
}
.footer-top img{
    margin: 0 auto 35px;
}
.footer-top ul{
    margin: 0 auto 30px;
    display: table;
}
.footer-top li{
    display: inline-block;
    margin-right:50px;
}
.footer-top li:last-child{margin: 0;}
.footer-top li a{
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    display: block;
}
.footer-top li a:hover{
    color: #FF7F00;
}

.foot-contact ul{margin: 0;}
.foot-cntbx{
    display: flex;
    align-items: center;
}
.foot-cntbx img{
    margin: 0;
}
.foot-cntbx h4{
    padding-left: 25px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #9F9F9F;
    line-height: 26px;
}
.foot-cntbx h4 span{
    display: block;
    color: #333333;
    font-weight: 600;
}
.copyright{
    padding: 20px 0;
    border-top: 1px solid rgba(112,112,112,0.15);
}
.copyright p{
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    text-align: center;
}

#myBtn{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(112,112,112,0.15);
    font-size:24px;
    color: #FF7F00;
    display: block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #F5F5F5;
    display: none;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
#myBtn:hover{
    background: #FF7F00;
    color: #fff;
}
button.show{
    display: block !important;
}