.services .services__hero {position: relative;}
.services .services__hero:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #0d2b47;
	opacity: 0.6;
}

.case__hero_details h1{
	color: #000;
	font-weight: 800;
	font-size: 36px;
	line-height: 46px;
}
.case__hero_details p, .case__roadmap_schema p, ul.case__roadmap_list p, .talentscan__challenge p,
.service p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    letter-spacing: normal;
    color: #19233c;
}

.case__roadmap_list .tile img{width: 40px; position: absolute; right: 5px; top: 5px}

.serviceimg{
	float: right;
	width: 430px;
}
.serviceimg img{width: 100%; display: block;}

.homepage__achievements{clear: both; display: table; width: 100%}



/*careerscont*/

.careerscont {
    width: 100%;
    display: table;
    padding: 80px 0 40px;
    position: relative;
    background-color: #fff;
}

.jobsbx1 {
    width: 100%;
    /* margin: 0 1%; */
    display: inline-block;
    padding-left: 40px;
    float: left;
    position: relative;
}

.jobsbx1 a {
    text-decoration: none;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #000;
    display: block;
    display: block;
    margin: 10px 0;
}

p.offering-title {
    font-weight: 600;
    font-size: 18px;
    color: #003c76;
    margin-bottom: 0px;
    line-height: 28px;
    min-height: 60px;
}

.offerings-row {
    color: #435e6a;
    display: table;
    width: 100%;
    font-size: 14px;
}

.offerings-row span {
    font-style: normal;
    color: #003c76;
    font-size: 18px;
}

.sub {
    font-style: normal;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #003c76;
    border-radius: 3px;
    display: table;
    margin: auto;
    transition: all 0.3s;
    color: #003c76;
    font-weight: 600;
}

.border-left {
    width: 20px;
    height: 0%;
    top: 0px;
    position: absolute;
    left: 0;
    background: #f15d21;
    transition: all 0.5s;
}

.jobsbx1 a:hover .border-left {
    height: 100%;
}

.jobsbx1 a:hover .sub {
    background-color: #f15d21;
    color: #fff;
    transition: all 0.5s;
    border-color: #f15d21;
}

.jobdesinner {
    width: 100%;
    display: table;
    padding: 0;
}

.jobdesinner h3 {
    color: #002c3c;
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 600
}

.jobdesinner h3 span {
    margin: 6px;
    padding: 5px;
    font-size: 13px;
    border-radius: 5px;
    background-color: #d5eaff;
}

.jobdesinner h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.jobdesinner p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 32px;
}

.jobdesinner p b {
    font-weight: 600;
    color: #f15d21;
}

a.jobapply {
    padding: 10px 25px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #f5a362;
    border-radius: 3px;
    display: table;
    transition: all 0.3s;
    margin: auto;
    text-decoration: none;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
    font-weight: 500;
}

a.jobapply:hover {
    background-color: #fff;
    color: #f5a362;
}

.jobdesinner h6 {
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.54);
}

.isrtsoc a {
    float: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    clear: none;
    border-radius: 40px;
    color: #fff;
    transition: all 0.3s;
    margin-right: 5px;
}

.isrtsoc a.fb {
    background-color: #4064ac;
}

.isrtsoc a.lin {
    background-color: #0270ad;
}

.isrtsoc a.twitter {
    background-color: #1c9bea;
}

.isrtsoc a.fb:hover {
    background-color: #0D3583;
    color: #fff;
}

.isrtsoc a.lin:hover {
    background-color: #004E7A;
    color: #fff;
}

.isrtsoc a.twitter:hover {
    background-color: #006CAF;
    color: #fff;
}

.line1 {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 25px 0;
    clear: both;
    display: table;
}

.jobdesinner h6 {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 2px solid #002c3c;
    display: inline;
    padding-bottom: 10px;
    color: #f15d21;
    margin-bottom: 20px;
}

.jobdesc1 p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 25px;
}

.jobdesc1 ul li {
    line-height: 32px;
    font-size: 18px;
    position: relative;
    padding-left: 30px;
    color: #000;
    margin-bottom: 10px;
}

.jobdesc1 ul {
    list-style: none;
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-left: 20px;
    color: #000;
}

.jobdesc1 ul li::before {
    position: absolute;
    left: 0px;
    top: 15px;
    border-radius: 7px;
    width: 7px;
    height: 7px;
    background-color: #f15d21;
    content: "";
}


.servidpg h1 {
    color: #0d2b47;
    font-size: 42px;
    line-height: 66px;
    width: 100%;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 20px;
}

.servidpg h1:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 80px;
    height: 1px;
    background-color: #e26400;
    content: "";
}

.servidpg p {
    font-size: 18px;
color: #000;
text-align: left;
line-height: 28px;
}

.servidpg ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    clear: both;
}

.servidpg ul li {
    width: 100%;
    float: left;
    position: relative;
    padding: 6px 0 6px 25px;
    font-size: 16px;
    color: #000;
}

.servidpg ul li:before {
    position: absolute;
    top: 8px;
    left: 5px;
    font-family: FontAwesome;
    font-weight: 900;
    content: "\f105";
    color: #0b588f;
}

.col-sm-6{
	float: left;
	display: inline-block;
	width: 50%;
	padding: 0 10px;
}
/*careerscont*/




/*servicespg*/
.innerserv{
    font-size: 18px;
    color: #000;
    text-align: justify;
    padding: 80px 0 40px;
    line-height: 28px;
    display: table;
    width: 100%;
    background-color: #fff;
    display: table;
    width: 100%;
}
/*.page_content*/
.page_content {
    width: 68%;
    float: left;
    color: #333
}

.page_content h2{
    color: #f15d21;
    /* letter-spacing: 4px; */
    font-size: 34px;
    /* font-weight: 700; */
    /* text-transform: uppercase; */
    position: relative;
    margin-top: 0;
    margin-bottom: 40px;
}
.pageTxt h3{
    font-size: 21px;
font-weight: 500;
line-height: 46px;
color: #1eb1e4;
margin-bottom: 20px;
}
.page_ul ul {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    list-style: none;
}
.page_content p{font-size: 16px; line-height: 26px;}
.page_ul ul li {
    width: 100%;
    float: left;
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 400;
    color: #333;
    font-size: 16px;
    line-height: 26px;
}

.page_ul ul li:before {
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50px;
    border: 2px solid #71a642;
}

.page_ul ul li:last-child {
    margin-bottom: 0px;
}

.page_ul ol {
    width: 100%;
    float: left;
    list-style-type: decimal;
    padding-left: 20px;
    margin-bottom: 15px;
}

/*.page_nav*/
.page_nav {
    float: right;
    width: 25%;
    background: #fbfbfb;
    padding-bottom: 15px;
    border-radius: 3px;
    border: 1px solid #dfeaff;
}

.stickme {
    position: sticky;
    -webkit-position: sticky;
    -moz-position: sticky;
    -o-position: sticky;
    -ms-position: sticky;
    top: 120px;
    right: 0;
}
.job_dets {
    width: 26%;
    float: right;
    text-align: left;
}
.fixme {
  position: sticky;
  -webkit-position: sticky;
  -moz-position: sticky;
  -o-position: sticky;
  -ms-position: sticky;
  top: 120px;
  right: 0;
}
.job_nav {
    margin-top: 10px;
    padding: 20px;
    border: 1px solid #ccc;
    display: table;
}
.job_nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.job_nav li {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 10px 30px;
}
.job_nav li b {
    color: #000;
    font-weight: 600;
}
.job_nav li span {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
.job_nav li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #fb5507;
}
.job_nav li:last-child {
    padding: 0;
}
.job_nav li:last-child a {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #0d2b47;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s;
}
.job_nav li:last-child a:hover{background-color: #333;}
.job_dets h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-weight: 400;
    color: #222;
}
.page_nav h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 1.2;
    display: block;
    text-align: center;
    padding: 15px;
    background: #355c7d;
}
.page_nav ul{list-style: none;}
.page_nav ul li {
    width: 100%;
    float: left;
    text-align: left;
}

.page_nav ul li a {
    width: 100%;
    float: left;
    color: #333;
    text-decoration: none;
    font-size: 17px;
    padding: 10px 20px;
    font-weight: 400;
    border-top: 1px solid #dfeaff;
    transition: all ease-in-out .5s;
}

.page_nav ul li:first-child a {
    border-top: 0px;
}

.page_nav ul li a:hover,
.page_nav ul li a.active {
    color: #e67a1a;
}
.innerserv p strong{font-weight: 600}
.innerserv h1 {
    width: 100%;
    display: block;
    color: #1972ba;
    font-size: 60px;
    font-weight: 600;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 40px;
}
.innerserv h1::before {
    position: absolute;
    left: calc(50% - 80px);
    bottom: 0px;
    width: 160px;
    height: 4px;
    content: "";
    background-color: #3db54a;
    display: block;
}
.pageTxt {
    display: table;
    position: relative;
    padding: 0 30px;
}


.jobdescription{padding: 50px 0; display: table; width: 100%;}

h1#goBottom {
    text-align: center;
    font-size: 42px;
    color: #0d2b47;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 0px;
}
.jobdesc1 h2{font-size: 24px;}
.jobdescription label{
    font-size: 16px;
margin-bottom: 5px;
font-weight: 400;
width: 100%;
display: block;
}
.jobdescription label span{color: #ff7149;}
.jobdescription input.form-control, .jobdescription textarea.form-control{
    background-color: #fff;
    border-radius: 0px;
    border: 0px;
    margin-bottom: 20px;
    border: 1px solid #f8f8f8;
    font-weight: 400;
    width: 100%;
    padding: 15px ;
    box-shadow: none;
    display: block;
    box-shadow: 0 5px 15px 0px rgb(34 48 116 / 15%);
}
.jobdescription textarea.form-control{height: 80px;}
.jobdescription .col-sm-12{
    display: table;
    width: 100%;
    padding: 0 10px;
}
input.subres{
    padding: 15px 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 0px;
    background-color: #f37121;
    transition: all 0.3s;
    display: table;
    margin: auto;

    text-transform: uppercase;
}
input.subres:hover{
    background-color: #2a3542;
    color: #fff;
}

.popup-box-on {
    display: block !important;
}
.off {
    display: none;
}
.chat_box .chat_message_wrapper ul.chat_message > li + li {
    margin-top: 4px;
}
#search.open {
    opacity: 1;
    transform: translate(0px, 0px) scale(1, 1);
}
#search {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 99999999;
    
}
#search .close {
    color: #0b588f;
    font-size: 40px;
    opacity: 1;
    padding: 10px 17px;
    position: fixed;
    right: 15px;
    top: 15px;
}
#search .close:hover{background-color: #fff;}
button.close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
}
.close {
    float: right;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}

#search input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #333;
    font-size: 50px;
    font-weight: 300;
    margin: -51px auto 0;
    outline: medium none;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
#search .btn {
    left: 50%;
    margin-top: 60px;
    padding: 10px 50px;
    position: absolute;
    top: 50%;
    background-color: #0b588f;
    color: #fff;
    transform: translateX(-50%);
}

.jobdescription{padding: 50px 0; display: table; width: 100%;}

ul.contact__list li a p{
	color: #000;
	width: 50%;
	float: left; display: inline-block;
	font-weight: 400;
	line-height: 28px;
}
ul.contact__list li a p b{color: #e8452a;}


/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (min-width : 240px) and (max-width : 960px)
{
    .servidpg h1 {
        font-size: 21px;
    }
    .servicespg h2,
    .careerspg h2 {
        font-size: 26px;
    }
    .companyimage {
        width: 15%;
        padding: 5px;
    }
    .job_des {
        width: 80%;
        font-size: 14px;
    }
    .com_name {
        font-size: 18px;
    }
    .fulltime,
    .parttime {
        top: -20px;
    }
    .innerserv {
        padding: 40px 0
    }
    .page_content,
    .page_nav {
        width: 100%;
        clear: both;
    }
    .page_content h2 {
        font-size: 24px;
        text-align: left;
    }
    .page_ul ul li::before{top:3px;}
    .job_dets{width: 100%; clear: both;}
    h1#goBottom{font-size: 26px;}
    .page_ul h3 {
        font-size: 21px;
    }
    .page_ul ul li {
        font-size: 14px;
        line-height: 21px;
    }
    .section4 h2 {
        font-size: 26px !important;
        text-align: center;
    }
    input.subres {
        font-size: 14px;
    }
    .adbxin h2 {
        font-size: 21px !important;
        text-align: left;
    }
    .technologies {
        padding: 20px 0
    }
    .topEnquire {
        display: none;
    }
    .clientsbx h2 {
        font-size: 26px;
    }
    .clientsbx ul {
        padding: 0;
    }
    .clientsbx ul li {
        width: 31%;
        margin: 1%;
    }
    .counterbx h3 {
        font-size: 21px;
    }
    .counterbx p {
        font-size: 11px;
        letter-spacing: 0
    }
    .counterbx img {
        width: 70px;
    }
    .counterbx {
        padding-left: 65px;
    }
    .box4 .col-sm-3 {
        width: 50%;
        float: left;
    }
    .ov1 {
        padding: 20px;
    }
    .ovaluespg p {
        font-size: 16px;
        line-height: 24px;
    }
    .ovaluespg h2 {
        font-size: 24px;
    }
    .q_link1 .q_cont {
        width: 100%;
        padding: 0px;
    }
    .q_link1 .q_cont .hd {
        margin-top: 0px;
        font-size: 28px;
        margin-bottom: 15px;
        height: auto;
        line-height: normal;
    }
    .q_link1 .q_cont .cont {
        font-size: 16px;
        line-height: 24px;
    }
    .q_link1 .q_img {
        width: 100%;
        padding: 15px;
    }
    .servidpg p {
        font-size: 16px;
        color: #000;
        text-align: left;
        line-height: 24px;
    }
    .col-sm-6, .jobdescription .col-sm-12{clear: both; width: 100%; padding: 0}
    .sub{float: right;}
    .pageTxt{padding: 0}
    ul.contact__list li a p{width: 100%; text-align: left;}
}
/*------iphone----------------*/  
@media only screen and (min-width : 320px) and (max-width : 480px)
{
    
}
/*------smalltablet----------------*/  
@media only screen and (min-width : 480px) and (max-width : 768px)
{
    
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width : 768px) and (max-width : 960px)
{

}
@media only screen and (min-width : 960px) and (max-width : 1024px)
{
    
}
@media only screen and (min-width : 960px) and (max-width : 1200px)
{
    
}
@media only screen and (min-width : 1200px) and (max-width : 1366px)
{
    
}


