/*---common css---*/
html {
    /*    font-size: 62.5%;*/
}

* {
    font-family: 'Poppins', sans-serif;
}

:root {
    --c-white: #fff;
    --c-gray: #989898;
    --c-green: #00aeff;
    --c-black: #000;
    --input-border: #d3d3d3;
    --bg-gray: #f6f6f6;
    --bg-black: #000;
    --bg-m-gray: #e7e7e7;
    --bg-dark-gray: #4d4d4d;
    --f-40: calc(2rem + 1vw);
    /*32px*/
    --f-36: calc(2rem + 1vw);
    /*32px*/
    --f-30: calc(1.625rem + .75vw);
    /*26px*/
    --f-24: calc(1.375rem + .5vw);
    /*22px*/
    --f-20: 1.25rem;
    --f-18: 1.125rem;
    --f-16: 1rem;
    --f-14: 0.875rem;
    --f-12: 0.75rem;
    --f-10: 0.625rem;
}

.c-white {
    color: var(--c-white);
}

.c-black {
    color: var(--c-black);
}

.c-gray {
    color: var(--c-gray);
}

.c-green {
    color: var(--c-green)
}

.bg-gray {
    background: var(--bg-gray);
}

.bg-black {
    background: var(--bg-black);
}

.bg-m-gray {
    background: var(--bg-m-gray);
}

.bg-dark-gray {
    background: var(--c-gray);
}

.bg-darker-gray {
    background: var(--c-dark-gray);
}

.f-12 {
    font-size: var(--f-12);
}

body,
p,
li,
a,
a.btn {
    font-size: var(--f-16);
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
    color: var(--c-dark-gray);
}

.heading{
    font-family: 'Poppins', sans-serif;
	font-weight: bold;
}


p {
    color: var(--c-dark-gray);
}

h1 {
    font-size: var(--f-40);
}

h2 {
    font-size: var(--f-36);
}

h3 {
    font-size: var(--f-30);
}

h4 {
    font-size: var(--f-24);
}

h5 {
    font-size: var(--f-20);
}

ul {
    padding-left: 1rem;
}

a {
    /*    font-size: var(--f-12);*/
    color: var(--c-blue);
    text-decoration: none;
}

section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

a.txt-line {
    text-decoration: underline;
}

a.btn {
    padding: 0.5rem 0.75rem;
}

.btn-primary {
    background: var(--c-green);
    border-color: var(--c-green);
    text-transform: uppercase;
    padding-left: 1.3rem !important;
    padding-right: 1.3rem !important;
}

.btn-primary:hover {
    color: var(--c-white);
    background: var(--c-black);
    border-color: var(--c-green);
}

.fnt-bold {
    font-weight: 700;
}

.box {
    border-radius: 28px;
    box-shadow: 0px 0px 25px 5px rgb(0 0 0 / 5%);
    padding: 1.5rem;
}

.img-circle {
    border-radius: 50%;
    overflow: hidden;
}

.txt-right {
    text-align: right;
}

/*---/common css---*/
.navbar {
    background: var(--c-white);
	border-bottom: 1px solid #ccc;

}

.navbar-nav .nav-link {
    color: var(--c-black) !important;
    font-size: 1rem;
}

.navbar-nav .nav-link:hover {
    color: var(--c-green) !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.banner {
    background: url('../images/banner.jpg') no-repeat;
    background-size: cover;
    color: var(--c-white);
}

.banner p:first-child {
    font-size: var(--f-40);
    margin-bottom: 0;
}

.banner p:first-child span {
    font-size: 5rem;
font-weight: 900;
text-transform: uppercase;
line-height: 4rem;
}

.banner p {
    font-size: var(--f-20);
	margin-bottom: 0px;
}

.banner h1 {
    font-size: var(--f-30);
    text-transform: uppercase;
}

.about {
    background: var(--c-white);
    color: var(--c-black);
	text-align:center;
	margin:2rem 0;
}

.job-desc .container.bg-black {
    background: var(--c-black)
}

.services h3 {
    color: var(--c-white);
    font-size: var(--f-36);

}

.services p {
    color: var(--c-gray);
}

.services .row {
    margin-bottom: 4rem;
}

.services .row:last-child {
    margin-bottom: 0;
}

.tech {
	background: var(--c-green);
    padding-top: 4rem;
    padding-bottom: 4rem;
	text-align:center;
	color:var(--c-white);
}

.tech h2 {
    font-size: var(--f-36);
    margin-bottom: 2rem;
}

.tech .item {
    width: 90%;
    height: auto;
    align-items: center;
	text-align:center;
    /*
    border: 1px solid #eee;
    padding: 1rem;
*/
}
.tech .item h2{
	font-size:18px;
	font-weight:bold;
    align-items: center;
	text-align:center;   
}

.tech img {
    width: auto !important;
    margin: 0 auto;
}
.owl-carousel {
  padding-top: 3rem;
}
.tech .owl-theme .owl-dots .owl-dot span {
    width: 45px;
    height: 4px;
}

.tech .owl-theme .owl-dots .owl-dot.active span,
.tech .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--c-black);
}

.tech .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}

.list-icon {
    padding-left: 1.75rem;
}

.list-icon li {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 12px;
    list-style: none;
    position: relative;
}

.list-icon li:marker {
    display: none;
}

.list-icon li:before {
    position: absolute;
    content: '';
    background: url(../images/arrow.png) no-repeat;
    width: 14px;
    height: 14px;
    top: 5px;
    left: -28px;
}

.job-desc h2 {
    font-weight: 400;
	text-align:center;
}

.job-desc h4 {
    font-weight: 500;
}

.desc-list h4 {
    margin-bottom: 1.5rem;
}

.desc-list {
    margin-bottom: 0;
}

.job-desc h4.c-green {
    border-bottom: 1px solid var(--c-green);
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
}

.locatn {
    font-size: var(--f-20)
}

.footer {
    background: #f2f2f2;
    padding: 18px 1px;
}

.footer p {
    margin-bottom: 0;
    color: var(--c-black);
    font-size: var(--f-14);
    line-height: 1.25rem;
}

span.purple {
    color: #6a38a0;
}

span.yellow {
    color: #d5800c;
}
.services {
       background: url('../images/bg.png') repeat-y;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }


/*-- media querry ---*/
@media (min-width: 991px) {
	 .services {
        padding-top: 4rem;
        padding-bottom: 4rem;
		padding-left: 4rem;
    }

 
    .job-desc {
        background: var(--c-white);
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
.services .container {
   
        padding:0  3rem;
    }
     .job-desc .container {
        background: var(--c-white);
        padding: 3rem
    }
}

@media (max-width: 767px) {

    .about img
{
        width: 100%;
    }


    .job-desc .container {
        background: var(--c-white);
        padding: 1rem
    }

    .tech .owl-theme .owl-dots .owl-dot span {
        width: 15px;
        height: 4px;
    }
    .services h3 {
        margin-top: 1.5rem;
    }
    .row1 {
        display: flex;
        flex-direction: column-reverse;
		margin-left: .5rem;
    }
    .desc-list {
    margin-bottom: 2rem;
}
.tech .item {
  width: 100%;
}
.navbar-brand img {
  width: 60%;
}
.banner p:first-child span {
  font-size: 3rem;
  line-height: 0rem;
}
.banner h1 {
  font-size: var(--f-20);
}
.banner p {
  font-size: var(--f-14);
}
h2 {
  font-size: var(--f-30);
}
.tech h2 {
  font-size: var(--f-30);

}
.services h3 {
  font-size: var(--f-30);
}
}

header.scrolled {

width: 100%;
float: left;
position: fixed;
z-index: 30;
top: 0;
}

.gallery_area{
    padding: 5.5vw 0;
}
.gallery_area h2{
	text-align:center;
}
.gallery_area .left_large_box{
    width: 100%;
    overflow: hidden;
}
.gallery_area .small_box{
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}
.gallery_area .small_box:last-child{
    margin-bottom: 0px;
}
.gallery_area .h_full_box{
    width: 100%;
    height: 378px;
    margin-top: 30px;
    overflow: hidden;
}
.gallery_area .r_large_box{
    width: 100%;
    height: 420px;
    margin-bottom: 30px;
    overflow: hidden;
}
.gallery_area .r2_large_box{
    width: 100%;
    height: 538px;
    overflow: hidden;
}
.screenshot .gallery{
    width: 100%;
    height: 100%;
    position: relative;
}
.screenshot .gallery .hover_icon{
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
}
.screenshot .gallery .hover_icon img{
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.screenshot .gallery:hover .hover_icon{
    opacity: 1;
}
.screenshot img{
    width: 100%;
}
.gallery .text_content{
    position: absolute;
    width: 100%;
    height: 100px;
    text-align: right;
    bottom: 0;
    background: linear-gradient(transparent, #000);
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    padding: 2em 1em;
}
.blank_space{
    height: 30px;
}