:root {
    --primary-color: #B32523;
    --secondary-color: #2a4b7d;
    --white: #fff;
}

a {
    color: var(--primary-color);
}

a:hover {
    color:  var(--white);
}

@font-face {
    font-family: Basis-Bold;
    font-display: swap;
    src: url(../../fonts/basis-grotesque-pro/BasisGrotesquePro-Bold.ttf);
}
@font-face {
    font-family: Basis-Regular;
    font-display: swap;
    src: url(../../fonts/basis-grotesque-pro/BasisGrotesquePro-Regular.ttf);
}
@font-face {
    font-family: Poppins;
    src: url(../../fonts/Poppins-Regular.ttf);
}

body {
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    font-family: Poppins;
}

li, p {
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins;
    color: #000;
    line-height: 28px
}


body,
html {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Basis-Bold;
    font-weight: 900
}

a {
    text-decoration: none;
    -webkit-transition: all .4s;
    -webkit-transition: all .2s;
    transition: all .2s
}

img {
    width: auto
}

a:hover {
    text-decoration: none
}

a:focus {
    outline: 0;
    text-decoration: none
}

p {
    line-height: 28px
}

li,
ul {
    margin: 0;
    padding: 0
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0
}

.text-justify {
    text-align: justify;
}

.banner img {
    padding: 0px;
}
.header-top-area .header{
    padding: 0px;
}

.header-top-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
} 
.welcome-area {
    padding: 0px;
}
.banner .slider-text {
    position: absolute;
    float: left;
    top: 33%;
    left: 0
}
.header-text {
    margin-left: 100px;
}
.header-text p {
    font-family: Basis-Bold;
    /* color: #fff; */
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
}
.header-text h1{
    /* font-size: 40px; */
    font-size: 3vW;
    line-height: 55px;
    /* color: #ffffffe9; */
    color: var(--primary-color);
    letter-spacing: 1.5px;
}
.fixed-top {
    background: rgb(255 255 255 / 90%);
    box-shadow: 0 0px 10px #898989ba;
}

 
.logo {
    max-width: 100%;
    height: 100px;
    /* padding-top: 29px; */
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
img {
    width: auto; 
}
.social-media {
    padding: 22px 0 5px 0;
}
.header-phone {
    text-align: right;
}
.social-media p {
    margin-bottom: 0;
}

.header-phone p {
    color: #fff;
}
.social-media ul {
    list-style: none;
    float: right;
}
.navbar {
    margin: 0;
}
.navbar-collapse {
    padding: 0 !important;
}
.mainmenu .navbar-nav li {
    margin-right: 35px;
}
.navbar-light .navbar-nav .nav-link {
      color: black;
    width: max-content;
    font-family: Basis-Bold;
    text-transform: uppercase;
}
.navbar-light.fixed-top .navbar-nav .nav-link {
    color: #000;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 20px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}
li.nav-item.button{
    padding: 10px;
    margin: -10px 0px;
}

.dropdown-menu {
    background: #f9f9f9;
    border: 0px;
    min-width:14rem;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    color: #000;
}
.dropdown-menu li a{
    font-size: 16px;
    font-family: Basis-Bold;
}
.section-padding {
    padding: 9px;
    margin-top: 50px;
}

.section-title {
    color: var(--secondary-color);
}
.heading{
    color: var(--primary-color);
    font-size: 28px;
    line-height: 40px;
}
.sub-heading {
    color: #000;
    letter-spacing: 1px;
}
h3.sub-heading{
    font-size: 32px;
}
.list-data {
    border-left: 2px solid #DFDCD8;
}
.list-data ul {
    padding-left: 70px;
    list-style: none;
}
.list-data ul li {
    position: relative;
    padding: 5px 10px;
    color: #86521B;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 25px;
    font-family: Basis-Bold;
}
.list-data li::before{
    content: "\f058";
    font-size: 21px;
    position: absolute;
    color: var(--primary-color);
    font-family: FontAwesome;
    left: -15px;
}
.about-us p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
.about-us a::after {
    position: absolute;
    content: "\f105";
    font-family: 'FontAwesome';
    width: 30px;
    font-size: 18px;
    font-weight: 700;
}
.about-list ul {
    list-style-type: none;
}
.about-list li {
    position: relative;
}
.about-list li::before {
    content: "\f046";
    font-size: 15px;
    position: absolute;
    left: -25px;
    color: var(--primary-color);
    font-family: FontAwesome;
}

.outsourcing-works UL {
    padding-left: 35px;
    padding-top: 15px;
    list-style: none;
}

.outsourcing-works li.contract::before {
    content: "\f111";
    font-size: 10px;
    position: absolute;
    left: 55px;
    color: #F47F1C;
    font-family: FontAwesome;
}
.button, input[type='submit']{
    /* background: transparent linear-gradient(9deg, #EC571F 0%, #EC571F 1%, #DF4D17FE 100%, #DF4D17FE 100%) 0% 0% no-repeat padding-box; */
    background: transparent linear-gradient(9deg, #B32523 0%, #d82f2d 1%, #c01f1d 100%, #ab1310 100%) 0% 0% no-repeat padding-box;
    padding: 10px;
    width: 25%;
    margin:  20px 0;
    border: 0px;
}

.button a, input[type='submit'] {
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    font-family: Basis-Bold;
    letter-spacing: 0.8px
}
.icons{
    text-align: center;
    padding: 0 50px !important;
    margin-top: 10px;
}
.icons img{
    width: 80px;
}
.icons p{
    font-size: 17px;
    height: 40px;
    margin-top: 15px;
    color: #000;
    line-height: 20px;
    font-family: Basis-Bold;
}
.digital-stuff  {
    background: url('../../images/home-mid.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
}
.hire-resources {
    background: url('../../images/banner/home_hire resources1.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px;
}
.text-blue{
    color: #091DA8;
    line-height: 25px;
    letter-spacing: 0.7px;
    padding: 20px 0;
}
.hire-resources p{
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.7px;
    color: #000;
}
.digital-stuff h2{
    color: var(--primary-color);
    font-size: 31px;
    line-height: 25px;
    padding: 10px 0;
    position: relative;
}

.digital-stuff h4{
    font-size: 27px;
    line-height: 32px;
    padding: 10px 0;
}
.digital-stuff .text-center{
    padding-bottom: 35px;
}
.digital-stuff .text-center p {
    font-size: 16px;
    line-height: 25px;
    color: #000;
}

.enquiry-form h2{
    color: var(--primary-color);
    font-size: 27px;
    line-height: 58px;
    letter-spacing: 1.5px;
    padding-bottom: 20px;
}
.form-control {
    background: #F4F6F3;
    border: 2px solid #E0E1E4;
    border-radius: 4px;
    color: #000;
    font-size: 15px;
    line-height: 30px;
}
.footer-area {
    background: #000;   
    /* padding-bottom: 20px; */
}
.footer-area p{
    color: #dcdcdc;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.8px;
}
.fa {
    font-size: 28px;
}
.social-icons ul, .footer-links ul{
    display: inline-flex;
}
.social-icons ul li, .footer-links ul li {
    padding: 10px;
}
.social-icons .fa, .footer-links ul li a {
    color: #dcdcdc;
}
.footer-area span{
    color: #7D7D7D;
    font-size: 14px;
}
.footer-title h3 {
    color: #f0f8ff;
    margin-bottom: 20px;
}
.col-container {
  display: table;
  width: 100%;
}
.col {
  display: table-cell;
}
.hire-data {
    padding-bottom: 50px;
}
.hire-data p{
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 1px;
}
.node-dev .hire-icons p {
    min-height: 200px;
}
.php-dev .hire-icons p, .mobile-dev .hire-icons p, .angular-js .hire-icons p, .cloud-engineer .hire-icons p{
    min-height: 250px;
}
.hire-icons:hover {
    box-shadow: #3c6ebd66 0px 3px 8px;
    border: 1px solid transparent;
}
.hire-data h4{
    font-size: 32px;
    line-height:48px;
    letter-spacing: 0.5px;
    color: #000;
    padding: 5px 0;
}
.hire-data .heading {
    color: var(--primary-color);
}
.hire-data h3 {
   line-height: 48px;
   letter-spacing: 1px;
}
/* .python-dev p{
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.7px;
} */
.hire-icons {
    min-height: 463px;
    background: #3c6ebd66;
    border: 1px solid #3c6ebd;
    border-radius: 14px;
    cursor: pointer;
}
.hire-icons img {
    width: 110px;
    padding: 5px;
}
.hire-icons:hover img {
    padding: 0px;
}
.hire-icons h5{
    font-size: 18px;
    padding-top: 20px;
    font-weight: 500;
    line-height: 28px;
    min-height: 100px;
}
.hire-data .col-md-4 .hire-icons h5 {
    /*font-size: 22px;*/
    line-height: 30px;
    letter-spacing: 1px;
}
.node-dev .hire-icons h5 {
    min-height: 70px;
}
.java-dev .hire-icons h5, .react-dev .hire-icons h5{
    min-height: 50px;
}

.angular-js .hire-icons h5 {
    font-size: 18px;
}
.hire-icons p{
    font-size: 16px;
    line-height: 25px;
    min-height: 250px;
}
.hire-data .col-md-4 .hire-icons p {
    min-height: 140px;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.7px;
    padding-top: 10px;
}

.line-display {
  display: block;
  text-align: center;
  position: relative;
}

.line-display:after {
  content: "";
  width: 95%;
  position: absolute;
  right: -110px;
  top: 75%;
  height: 1px;
  border-bottom: 3px dashed #9ca39c;
  background: #fff;
  z-index: -1;
}
.spec-abilities{
    padding-top: 0px;
}
.spec-abilities .heading{
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 1px;
}
.spec-abilities h1{
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 1px;
}
.spec-abilities .list-data ul li {
    color: #000;
    line-height: 29px;
    font-family: Poppins;
}
.spec-abilities .list-data {
    border: 0;
}
label {
    font-size: 17px;
    line-height: 46px;
    font-family: Basis-Bold;
    color: #000000;
}
.contact_us .social-icons ul li {
    padding: 0;
}
.contact_us .social-icons .fa {
    color: var(--primary-color);
    font-size: 23px;
    line-height: 20px;
}
.contact_us .fa {
    color: var(--primary-color);
    font-size: 22px;
    line-height: 18px;
    padding: 10px;
}
.contact_us p, .contact_us a {
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.about-ours {
    margin: 0 10px;
    background: #F2F5F8;
    border-radius: 15px;
    /* min-height: 565px; */
}
.about-ours .heading {
    padding: 20px 0;
    font-size: 26px;
    line-height: 35px;
}
.about-ours p{
    font-size: 15px;
    line-height: 25px;
    color: #000;
}
.about .heading{
    font-size: 26px;
    line-height: 28px;
    padding: 10px;
    margin-top: 30px;
}
.about p{
    font-size: 16px;
    line-height: 25px;
    color: #000;
    padding: 0 100px;
}
.about h1 {
    font-size: 35px;
    line-height: 37px;
    color: #1E1E1E;
}
.about .how-to-work p{
    padding: 10px 150px;
}

.about-ours .content:nth-child(1), .about-ours .content:nth-child(2) {
    border-bottom: 1px solid #dcdbdb;
    border-right: 1px solid #dcdbdb;
}
.about-ours .content:nth-child(3) {
    border-bottom: 1px solid #dcdbdb;
}
.about-ours .content:nth-child(1) {
    border-bottom-left-radius: 20px;
}
.about-ours .content:nth-child(3) {
    border-bottom-right-radius: 20px;
}
.data-set {
    border: 1px solid #ffe7e7;
    background: #ffe7e7;
    border-radius: 10px;
    min-height: 260px;
}
.devops-eng .data-set {
    min-height: 350px;
}
.data-set img{
    width: 75px;
    border-radius: 100%;
    background: var(--primary-color);
    padding: 5px;
}
.data-set .heading {
    font-size: 22px;
    padding: 10px 0;
    line-height: 26px;
}
.data-set:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.data-set:hover img {
    padding: 4px;
}
.mobile-application {
    list-style-type: none;

  }




