* {
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

a {
    list-style: none;
}

li {
    list-style: none;
}

h2 {
    font-size: 0.9rem;
    margin: 20px 0 15px 0;
    font-weight: bold;
    line-height: 1.1;
    word-spacing: 4px;
}

.f_heading {
    width: 100%;
    background-color: #0d0d0e;
    padding-left: 50px;
    padding-right: 50px;
}

.navbar-header {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 1px;
}

.logo {
    height: 110px;
    width: 1100px;
    margin-left: 20px;
}

nav ul li a {
    color: white;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: 'Arbutus Slab', serif;
    -webkit-text-size-adjust: 100%;
    text-transform: uppercase;
    font-weight: 400;
    word-spacing: 1px;
}

nav ul li a:hover {
    text-decoration: none;
    font-weight: bold;
    border-radius: 30px;
}

.div_wall {
    width: 300px;
    height: 60px;
}

.pic {
    color: black;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    margin-top: 600px;
}


/*----------P1 section start-----------*/

.btn-c {
    color: black;
    text-align: center;
}

.h1-c {
    color: #000;
    text-align: center;
}

.more {
    display: none;
}


/*
.extra-div {
    width: 100%;
    border: medium none;
    padding: 40px !important;
    transition: 0.3s;
    border-radius: 2px;
    color: blue;
    text-align: center;
    background-color: rgb(248, 48, 48);
    letter-spacing: .5px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}*/

.read {
    color: white;
    background-color: red;
    display: block;
    text-transform: capitalize;
    padding: 8px 20px;
    cursor: pointer;
    font-size: 16px;
    border: none;
}

.clientname {
    background-image: linear-gradient(blue, white);
    height: 150px;
}

.clientname h3 {
    font-size: 18px;
    color: #0a0a0a;
    font-style: italic;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
}

.clientname h2 {
    font-size: 25px;
    color: #ece9e9;
    font-family: 'roboto', sans-serif;
    letter-spacing: 1px;
    line-height: 31px;
    font-weight: 700;
}

.extra-div {
    text-align: left !important;
    font-size: 18px !important;
    color: #f3e9e9;
    padding: 15px;
    font-style: italic;
    font-family: 'Source Sans Pro' !important;
    letter-spacing: .5px !important;
    text-align: justify;
}

.form-p1 {
    background-color: #e07575;
    border-radius: 15px;
}

.form-p2 {
    background-color: #b4a6a6;
    border-radius: 15px;
}

.extra-div2 {
    font-size: 18px !important;
    color: #0e0d0d;
    font-family: 'Source Sans Pro' !important;
    letter-spacing: .5px !important;
    text-align: justify;
    padding: 10px;
}

.extra-div3 {
    text-align: left !important;
    font-size: 18px !important;
    color: #f8f4f4;
    font-style: italic;
    padding: 15px;
    font-family: 'Source Sans Pro' !important;
    letter-spacing: .5px !important;
    text-align: justify;
}

.extra-h2 {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    font-family: 'Arbutus Slab', sans-serif;
    line-height: 32px;
    letter-spacing: .5px;
    color: #000;
}

.iconp {
    text-align: center;
    justify-content: center;
    color: blue;
}


/*----------P1 end-----------*/


/*----------Image-----------*/


/*---------- Image P1 end-----------*/

@charset "utf-8";
@font-face {
    font-family: "Gidole Regular";
    src: url("../fonts/Gidole-Regular.eot?") format("eot"), url("../fonts/Gidole-Regular.woff") format("woff"), url("../fonts/Gidole-Regular.ttf") format("truetype"), url("../fonts/Gidole-Regular.svg#Gidole-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}


/*---------- Staffing part-----------*/

.container1 {
    width: 100%;
    float: left;
    position: relative;
}

.container1_inner {
    max-width: 1170px;
    min-width: 240px;
    height: auto;
    margin: auto;
    position: relative;
}

.wrapper {
    width: 100%;
    float: left;
}


/*----------Staffing part end------------*/


/*----------Box 1------------*/

.box1 {
    width: 100%;
    display: table;
    padding: 10px 0;
    background-color: #fff;
    text-align: center;
    font-family: sans-serif;
}

.box1_hd1 {
    color: rgb(0, 1, 12);
    font-size: 35px;
    line-height: 35px;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 20px;
    letter-spacing: .5px;
}

.box1_hd1 span {
    color: #12202e;
    -webkit-animation: super-rainbow 10s infinite alternate linear;
    -moz-animation: super-rainbow 10s infinite alternate linear;
    animation: super-rainbow 10s infinite alternate linear;
    color: #e54a36;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

@-webkit-keyframes super-rainbow {
    0% {
        color: #970f00;
    }
    20% {
        color: #032b09;
    }
    40% {
        color: #660ff1;
    }
    60% {
        color: #000501;
    }
    80% {
        color: #970f00;
    }
    100% {
        color: #8e44ad;
    }
}

@-moz-keyframes super-rainbow {
    0% {
        color: #970f00;
    }
    20% {
        color: #6812f3;
    }
    40% {
        color: #3504a7;
    }
    60% {
        color: #050505;
    }
    80% {
        color: #f6f9fc;
    }
    100% {
        color: #8e44ad;
    }
}

.box1_cont1 {
    font-size: 18px;
    color: #999999;
    font-style: italic;
    letter-spacing: 2px;
    line-height: 16px;
    padding: 5px;
    font-family: 'Source Sans Pro' !important;
}

@-webkit-keyframes super-rainbow1 {
    0% {
        background-color: #970f00;
    }
    30% {
        background-color: #1abc9c;
    }
    80% {
        background-color: #3498db;
    }
    100% {
        background-color: #8e44ad;
    }
}

@-moz-keyframes super-rainbow1 {
    0% {
        background-color: #970f00;
    }
    35% {
        background-color: #1abc9c;
    }
    80% {
        background-color: #3498db;
    }
    100% {
        background-color: #8e44ad;
    }
}

.box1_rmore {
    padding: 10px 20px;
    background-color: #aa1000;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    transition: all 0.3s ease 0s;
    font-weight: 400;
    -webkit-animation: super-rainbow1 10s infinite alternate linear;
    -moz-animation: super-rainbow1 10s infinite alternate linear;
    animation: super-rainbow1 10s infinite alternate linear;
}

.box1_rmore:hover {
    background-color: #4c4c52 !important;
    transition: all 0.3s ease 0s;
}


/*----------slider-----------*/


/*----------box1 End------------*/


/*----------box2 start------------*/

.img-1 {
    margin: 5px 45px;
}

.card-text {
    padding: 5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
}

.b2-h5 {
    margin-left: 0;
}

.order-list {
    list-style-type: circle;
}

.about-img {
    color: black;
    font-weight: bold;
    font-size: 14px;
    float: left;
    margin-left: 50px;
    margin-top: 70px;
    font-size: 24px;
}

.car-img {
    width: 100%;
    margin: 0;
}


/*----------box2_end------------*/


/*----------contact us start------------*/


/*-----------------------------*/

.map-container-section {
    overflow: hidden;
    position: relative;
    height: 0;
    border-width: 2px;
}

.map-container-section iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

col.card-1 {
    background-color: blueviolet;
    color: white;
}

.loc-3 {
    line-height: 8px;
}

.section hr {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.btn-1 {
    border-radius: 30px;
    background-color: rgb(10, 123, 236);
    border: none;
    color: #f7f1f1;
    text-align: center;
    letter-spacing: 2px;
    font-size: 18px;
    padding: 10px;
    width: 125px;
    cursor: pointer;
    font-family: sofia;
}

.btn-1:hover {
    color: white;
    background-color: #030303;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}


/*----------P3_end------------*/

.p-3 {
    width: 150px;
    margin: 5px;
    padding: 10px;
}


/*----------box4------------*/

.box4 {
    width: 100%;
    display: table;
    padding: 40px 0;
    background-color: #fff;
}

.box4_left {
    float: left;
    display: inline-block;
    width: 23%;
    padding: 0 15px;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
}

.news {
    width: 250px;
    overflow: hidden;
    clear: both;
}

.slider {
    width: 100%;
    margin: auto;
}

.slick-slide {
    margin: 0px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.ndt1 {
    width: 100%;
    display: table;
    font-size: 13px;
    color: #777;
    margin-bottom: 5px;
}

.nhd1 {
    width: 100%;
    display: table;
    font-size: 21px;
    color: #940e00;
    margin-bottom: 10px;
    line-height: 28px;
    font-weight: 600;
}

.ncont1 {
    width: 100%;
    display: table;
    font-size: 16px;
    color: #666;
    line-height: 24px;
}

.box4_right {
    float: right;
    display: inline-block;
    width: 100%;
    padding: 0 15px;
}

.box4_hd {
    font-family: "Gidole Regular";
    font-size: 50px;
    color: #555;
    margin-bottom: 20px;
}

.box4_right ul {
    list-style: none;
    clear: both;
    display: table;
}

.box4_right ul li {
    float: left;
    display: inline-block;
    border: 1px solid #EBEBEB;
    padding: 0px;
    width: 18%;
    margin: 6px 1%;
    text-align: center;
}

.box4_right ul li img {
    display: inline-block;
    width: 100%;
}


/*----------box4_end------------*/


/*----------footer-----------*/

.map {
    float: left;
    display: inline-block;
    width: 50%;
    height: 420px;
}

.map iframe {
    display: block;
}

.link-f {
    color: blue;
}

.footer-copy {
    background-color: #0a0a0a;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.footersection {
    background-color: #0a0a0a;
}

.f-1 {
    text-align: center;
}

.navi {
    text-align: left;
}


/*----------footer_end-----------*/


/*---- Career ------ */


/*----------IT Staffing -----------*/

.b2_hd1 {
    color: #000;
    display: table;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
    font-family: "Gidole Regular";
}

.text-div {
    font-size: 14px;
    font-family: Verdana, sans-serif;
    color: #777474;
    letter-spacing: 1px;
}

.b2_hd2 {
    font-size: 22px;
    line-height: 30px;
    font-family: "Gidole Regular";
    color: rgb(7, 0, 0);
    font-weight: bold;
}

.b2_hd1 span {
    color: #575555;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.right_content {
    float: left;
    padding: 0px 25px;
    width: 23%;
    border-left: thin dotted #d8d8d8;
    min-height: 300px;
}

.ser_list ul {
    list-style: outside none none;
    padding-left: 0;
    width: 100%;
    margin-top: 10px;
}

.p-3 {
    list-style: circle;
}

.it-skill {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    letter-spacing: .5px;
}

.ser_list ul li {
    background-color: rgb(95, 95, 97);
    background-position: 0 15px;
    background-repeat: no-repeat;
    border-bottom: thin dotted #d8d8d8;
    line-height: 20px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-top: 8px;
    width: 100%;
    letter-spacing: 1px;
    color: rgb(247, 245, 239);
}

.img-2 {
    margin: 0;
    border-style: none;
    border: none;
}


/*----------It Staffing end-----------*/


/*----------Contaus form-----------*/

.contact-us {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(12, 12, 12);
    letter-spacing: 2px;
    font-style: italic;
}

.F-title {
    padding-top: 10px;
    font-family: "Trirong", serif;
    color: rgb(243, 247, 241);
    letter-spacing: 2px;
    font-style: oblique;
    font-size: 26px;
}

.form_contact {
    padding: 20px;
    margin: 20px;
}

.form-icon {
    color: rgb(12, 11, 11);
}

.form-control {
    border: none;
    text-shadow: #d8d8d8;
}

.conact-f {
    color: blue;
}

.invalid-feedback {
    font-size: 12px;
    color: white;
    letter-spacing: 2px;
}


/*----------contact form end-----------*/


/* mobile starts here */

X-Small devices (portrait phones,
less than 576px)
/* No media query for `xs` since this is the default in Bootstrap*/

Small devices (landscape phones,
576px and up) @media (min-width: 576px) {
    ...
}

Medium devices (tablets,
768px and up) @media (min-width: 768px) {}

Large devices (desktops,
992px and up) @media (min-width: 992px) {}

X-Large devices (large desktops,
1200px and up) @media (min-width: 1200px) {
    ...
}

XX-Large devices (larger desktops,
1400px and up) @media (min-width: 1400px) {
    ...
}