body {
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.clearfix {
    clear: both;
}
a.navbar-mb {
    display: none;
}

.container {
    max-width: 1280px;
}

* {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
}
p{
    font-style: italic!important;
}

.mt-50 {
    margin-top: 50px;
}

.section-heading {
    padding: 40px 0px;
}

.section-heading span {
    font-size: 30px;
    color: #036;
    font-weight: 600;
    text-transform: uppercase;
}

header {
    position: fixed;
    background: #000;
    width: 100%;
    z-index: 9;
}

ul.navbar-nav li a {
    color: #fff;
    padding: 10px 12px;
    font-size: 16px;
    letter-spacing: 1.5px;
}

span.lnr.lnr-phone-handset{
     padding: 10px; 
    /*padding-left: 15px;*/
}





ul.navbar-nav li a.active,
ul.navbar-nav li a:hover {
    background: #ffff;
    color: #000;
    padding: 10px 15px;
}

button.navbar-toggler .lnr {
    color: #fff;
    font-size: 40px;
}

div#navbar1 .lnr-menu:before {
    content: "\e870";
}

ul.dropdown-menu.show li a {
    color: #000;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: -50px;
    top: 60px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: none;
}

.dropdown-menu::before {
    left: 0;
    position: absolute;
    content: "\f0d8";
    top: -35px;
    font-family: fontawesome;
    right: 0;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
}

.page-title.title-bg-1 {
    width: 100%;
    background-image: url(../img/data-security.jpg);
    height: 400px;
}

.page-title {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
}

.title-text.text-center {
    position: absolute;
    top: 50%;
    left: 41%;
}

.page-title .title-text h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-title .title-text ul li {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin: 0 5px;
}

.page-title .title-text ul li a {
    color: #a5a5a5;
}

.service-provide {
    border: 1px solid#ccc;
    padding: 30px 20px 50px 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.8s;
}

.service-provide:hover {
    transform: scale(1.1);
}

.service-img {
    width: 50%;
    display: table;
    margin: auto;
}

.service-contact h4 {
    padding: 25px 0 3px 0px;
}

.service-contact p {
    line-height: 30px;
    height: 100px;
}

.service-contact a {
    background: #036;
    color: #fff;
    padding: 12px 20px;
}


/*  services-provide*/

.services-provide h4 {
    font-size: 21px;
}

.services-provide h4::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    top: 5px;
    background: #000;
    transition: width .3s;
    margin: 10px 0px;
}

.services-provide h4:hover::after {
    width: 100%;
    //transition: width .3s;
}

.services-provide p {
    line-height: 32px;
    transition: 0.9s;
}

.services-provide:hover {
    border: 1px solid#036;
    transition: all 0.8s;
}

.services-provide {
    border: 1px solid#ccc;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.8s;
    margin-bottom: 50px;
    max-height: 400px;
    height: 500px;
    box-sizing: border-box;
}

.data_btn {
    float: right;
}

.data_btn a {
    background: #fff;
    display: inline-block;
    float: right;
    padding: 10px 40px;
    color: #036;
}

.data_se {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
}

.data_se::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
}

.data_se:hover::after {
    width: 100%;
    //transition: width .3s;
}

form#contactForm {
    text-align: left;
}

.form-group p {
    font-size: 14px;
}

a.button-btn2 {
    background: #036;
    color: #fff;
    padding: 10px 50px;
    display: inline-block;
    /* transition: .6s all;*/
}

a.button-btn2:hover {
    background: none;
    border: 1px solid#036;
    color: #036;
    display: inline-block;
}

.contact_form {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    padding: 30px;
    background: #fff;
}

.contact-contact span {
    font-size: 28px;
    font-weight: 600;
    color: #036;
}

.contact-contact h3 {
    margin: 15px 0;
    font-size: 21px;
}

.contact-contact h5 {
    line-height: 30px;
    font-size: 18px;
}

.contact-contact abbr {
    padding-bottom: 30px;
    color: #000;
    text-align: left;
    font-size: 24px;
    display: block;
    font-weight: 600;
}

.contact-contact {
    text-align: left;
    padding-left: 30px;
}

.contact-contact p {
    line-height: 30px;
    color: #000;
    padding-bottom: 20px;
}

.contact-contact h4 {
    color: #000;
}

 .contact-contact address {
    margin-bottom: 1rem;
    font-style: italic;
    line-height: inherit;
    color: #000!important;
    line-height: 32px;
}
.contact-contact span {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.contact-contact span a {
    color: #036;
}

.subscribe-sec .form-control {
    margin: auto;
    display: inline-block;
    padding: 25px 15px;
    width: 50%;
    border-radius: 0px;
    margin: 0 20px;
    background: none;
    border: 1px solid#fff;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff!important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff!important;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff!important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff!important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff!important;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: #fff!important;
}

.subscribe-sec a {
    background: #fff;
    color: #036;
    padding: 12px 50px;
    font-size: 18px;
    display: inline-block;
}

.copy-right {
    font-style: italic;
    background: #036;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

#webcoderskull {
    position: absolute;
    left: 0;
    top: 40%;
    padding: 0 20px;
    width: 100%;
    text-align: center;
}

canvas::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(60, 12, 112, 0.9)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(60, 12, 112, 0.5) 100%);
    top: 0;
    left: 0;
    z-index: 1;
}

.slider-bg {
    height: 88vh;
    width: 100%;
    background-image: url(../img/silder.jpg);
     background-position: center;
}

#webcoderskull h1 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

#webcoderskull p {
    color: #fff;
    line-height: 32px;
}

.blog {
    border: 1px solid#ccc;
}

.blog-img img {
    width: 100%;
}

.blog-contact h4 {
    font-size: 20px;
}

.blog-contact h5 {
    font-weight: 300;
    font-size: 15px;
}

.blog-contact p {
    font-size: 16px;
    padding-bottom: 10px;
}

.blog-contact {
    padding: 15px 15px 30px 15px;
}

.blog-contact a {
    color: #fff;
    background: #036;
    padding: 10px 15px;
}

h4.blog-heading {
    font-size: 20px;
}

h5.blog-date {
    color: #7d7d7d;
    font-size: 15px;
    padding-bottom: 10px;
}

.blog-details p {
    line-height: 30px;
    text-align: justify;
}

.blog-details {
    padding: 20px 0px;
}

.blog-post h5 {
    font-size: 14px;
    color: #808080;
}

.blog-post a h4 {
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.recent-blog {
    margin-bottom: 20px;
}