<style > @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');
</style >
/*google-font*/





* {
    margin: 0;
    padding: 0;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
p {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;

}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

button {
    cursor: pointer;
}

ul,
ol {
    list-style: none
}

/*comon css end*/

/*navbar_start*/

.acs_nav {
    padding-top: 0px;
    padding-bottom: 0px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 99;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    width: 100%;
    background-color: transparent;

}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    transition: -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s,
}


/*manu*/
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 15px;
    display: block;
    font-weight: 400;

}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ff9933;
}

.namber p {
    color: #fff;
    background-color: #ff9933;
    padding: 23px 60px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

/*mamu*/

/*logo*/
.navbar-light .navbar-brand {
    color: #ff9933;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.navbar-light .navbar-brand:hover {
    color: #ff9933;
}

/*logo*/

/*navbar_end*/


/*banner_part_shart*/
#acs_banner {
    background-image: url(../images/Banner-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 0;
    position: relative;
    z-index: 1;
}

#acs_banner:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    z-index: -1;
}

/*banner_text*/
.banner_text {
    padding: 50px 0;
}

.banner_text h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

/*banner_end_shart*/



/*about_part_start*/

#about_full {
    margin-top: 100px;
}

.about_text {
    padding-left: 40px;
}

.about_text h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #444;
    line-height: 24px;
    padding: 25px 51px;
}

.about_text p {
    font-size: 16px;
    color: #777;
    line-height: 24px;
    padding: 2px 50px;
}

.about_text ul {
    padding: 23px 0px 0px;
}

.about_text ul li {
    display: inline-block;
}

.about_text ul li a i {
    border: 1px solid #ff9933;
    width: 40px;
    height: 40px;
    color: #ff9933;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    transition: all linear 0.3s;
    margin: 11px -33px 0px 48px;
}

.about_text ul li a i:hover {
    background: #ff9933;
    color: #fff;
    transform: scale(1.1);
    border: 1px solid #f1f1f1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transform: scale(1.1);
}

.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}



#about_full .video {
    position: relative;
    z-index: 1;
}

#about_full .video .overly {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 29, 29, 0.4);
    position: absolute;
    z-index: 999;
    border-radius: 10px;

}

/*about_part_end*/



#products_part {
    margin-bottom: 100px;
}

.products_section_title h2 {
    font-size: 35px;
    color: #444;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 100px;
}


.products_item {
    margin-top: 75px;
}

.products_col {
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 30px 20px 30px;
    box-shadow: 0 0 20px rgba(48, 46, 77, 0.15);
    -webkit-box-shadow: 0 0 20px rgba(48, 46, 77, 0.15);

}

.products_col h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #444;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;

}

.products_col p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #444;
    font-weight: 400;
    line-height: 20px;
}

.products_col .main-products .icon-box i {
    font-size: 40px;
    margin-bottom: 25px;
    text-align: center;
    color: #ff9933;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
}

.products_col .main-products:hover .icon-box i {
    border-radius: 15px;
    padding: 15px;
    background-color: #ff9933;
    color: #fff;
    display: inline-block;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);

}

/*products_part_end*/

/*Service_part_end*/

#service_full {
    margin-top: 100px;
    margin-bottom: 100px;
}

.service_title h2 {
    font-size: 35px;
    color: #444;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 100px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.icon i {
    border-radius: inherit;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    color: #ff9933;
    display: inline-block;
    font-size: 50px;
    height: 80px;
    line-height: 80px;
    position: relative;
    text-align: center;
    width: 80px;
    margin-bottom: 30px;
    cursor: pointer;
}

.icon i:hover {
    transform: translateY(-10px);
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.info h4 {
    font-size: 20px;
    color: #444;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 10px;
    font-weight: 500;
}


.info p {
    color: #222;
    line-height: 24px;
    margin-bottom: 30px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

/*Service_part_end*/

/*Contact part start*/
#footer {
    background-image: url(../images/fotter-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

#footer:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    z-index: -1;
}

.fot_top {
    padding-bottom: 35px;
}

.fot_pad {
    margin-left: 40px;
}

.fot_top h2 {
    font-size: 19px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #ff9933;
    padding-top: 35px;
    padding-bottom: 10px;
}

.fot_top i {
    color: #ff9933;
    margin-left: -15px;
}

.acs h2 {
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
}

.acs p {
    font-size: 1px;
    font-family: 'Open Sans', sans-serif;
}

.fot_top p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    margin: 4px 0 0 -40px;
}

}

.fot_pad {
    margin: 0 0 5px -49px;
}

.fot_bot {
    border-top: 2px solid #fff;
}

.fot_bot p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    margin-top: 30px;
}

.fot_icon {
    text-align: right;
}

.fut_icon i {
    border: 1px solid #ffffff;
    width: 40px;
    height: 40px;
    color: #ff9933;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    transition: all linear 0.3s;
    margin: 40px 7px 0px;
}

.fut_icon i:hover {
    background: #ff9933;
    color: #fff;
    border: 1px solid #444;
}

/*Contact part end*/
.top i {
    background-color: #ff9933;
    color: #fff;
    width: 53px;
    height: 51px;
    cursor: pointer;
    font-size: 25px;
    text-align: center;
    position: fixed;
    bottom: 43px;
    right: 33px;
    padding: 9px 12px;
    border: 2px solid #fff;
    z-index: 99;
}

.top i:hover {
    background: #fff;

}

.top:hover i {
    color: #ff9933;
}

/*top end*
Home page css end
=========================================================================
==========================================================================
About page css Start

/**/

#pages_banner {
    background-image: url(../images/page.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0;
    position: relative;
    z-index: 1;
}

#pages_banner:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: -1;
}

.pages_banner_text h3 {
    font-size: 35px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;

}

.discript_spes {
    margin-top: 80px;
}

.discript h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: #444;
    margin-bottom: 60px;


}

.discript p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #222;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 100px;
}

/*
=========================================================================
==========================================================================
About page css end
*/


/*
=========================================================================
==========================================================================
*/
/*products page css Start*/

/*hosting_packages_start*/
/*hader_start*/
#host {
    background-color: #f1f1f1;
}

.pack_text {
    padding: 15px 0;
}

.packages_text {
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 30px 20px 30px;
    box-shadow: 0 0 20px rgba(48, 46, 77, 0.15);
    -webkit-box-shadow: 0 0 20px rgba(48, 46, 77, 0.15);
}


.host_detals_text {
    padding: 15px 0;
}

.pack_text h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    color: #ff9933;
}

.pack_title h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #222;
    margin: 50px
}

.pack_text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #444;
}

.host_detals_text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #444;
}

/*hader_end*/

/*hosting_packages_text_start*/
.paks h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    color: #f81515;
    margin: 30px 0px;
}

.paks h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #444;
    margin: 30px 0px;
}

/*hosting_packages_text_end*/

/*hosting_packages_end*/

/*website_development_start*/
/*hader_start*/
#web {
    background-color: #f1f1f1;
}

.adres_text {
    padding: 15px 0;
}

.detel_text {
    padding: 15px 0;
}

.adres_text h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    color: #ff9933;
}

.adres_text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #444;
}

.detel_text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #444;
}

/*hader_end*/

/*Detals_part_start*/

#detals {
    padding: 60px 0;
}

.title h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #444;
    margin-bottom: 30px
}

.paseg p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #222;
}

.paseg h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #444;
    margin-top: 30px;
}

/*packages_start*/
#packages {
    padding: 100px 0;
    background-color: #fff;
}

.packages_text h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 27px;
    color: #000;
    padding: 15px 0;

}

.packages_text h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #222;
    margin: 30px 0;

}

/*packages_end*/

/*=================================
========================*/


/*Stay_Tuned_start*/
#tuned_from {
    margin: 100px 0;
}



/*forms_start*/
.form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: transparent;
    box-sizing: border-box;

}

.form-control {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 15px;
    box-sizing: border-box;
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.submit a {
    display: inline-block;
    background-color: #ff9933;
    padding: 15px 50px;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 30px;
}

.submit a:hover {
    background-color: #ff8c19;
}

/*forms_end*/
