
.contact-section {
  position: relative;
}

.contact-section {
  position: relative;
  padding: 120px 0 50px;
}

.contact-section .pattern-layer {
  position: absolute;
  left: 50px;
  bottom: 80px;
  width: 774px;
  height: 416px;
  background-repeat: no-repeat;
}

.contact-section .pattern-layer-two {
  position: absolute;
  right: 0px;
  top: 180px;
  width: 454px;
  height: 120px;
  background-repeat: no-repeat;
}

.contact-section .icon-layer-two {
  position: absolute;
  right: 230px;
  top: 380px;
  width: 69px;
  height: 69px;
  opacity: 0.6;
  background-repeat: no-repeat;
}

.contact-section .icon-layer-three {
  position: absolute;
  right: 230px;
  bottom: 230px;
  width: 69px;
  height: 69px;
  background-repeat: no-repeat;
}

.contact-section .info-column {
  position: relative;
  margin-bottom: 40px;
}

.contact-section .info-column .inner-column {
  position: relative;
  padding-top: 80px;
}

.contact-section .info-column .icon-layer {
  position: absolute;
  left: 170px;
  top: 40px;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
}

.contact-section .info-column .image {
  position: relative;
  margin-bottom: 35px;
}

.contact-section .info-column h5{position: relative; width: 100%; text-align: left; 
  color: #104A61; font-weight: 800;
  padding-bottom: 20px; margin-bottom: 30px; font-size: 36px;
}
.contact-section .info-column h5:before{
  position: absolute;
  left: 0;
  width: 70px;
  height: 1px;
  background-color: #21afa2;
  content: "";
  bottom: 0px;
}

.contact-section .info-column p {
  position: relative;
  color: #06092d;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 15px;
  margin-bottom: 18px;
}

.contact-section .info-column .contact-list {
  position: relative;
  margin-bottom: 20px;
  padding-left: 0;
  display: inline-block;
  list-style: none;
}

.contact-section .info-column .contact-list li {
  position: relative;
  margin-bottom: 10px;
}

.contact-section .info-column .contact-list li strong {
  position: relative;
  display: block;
  color: #00184f;
  font-size: 16px;
  margin-bottom: 3px;
}

.contact-section .info-column .contact-list li a {
  position: relative;
  color: #21afa2;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.contact-section .info-column .contact-list li a:hover {
  color: #111111;
}

.contact-section .form-column {
  position: relative;
  margin-bottom: 40px;
}

.contact-section .form-column .inner-column {
  position: relative;
  padding: 60px 50px;
  margin-left: 40px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.contact-section .color-layer {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 465px;
  height: 465px;
  z-index: -1;
  border-radius: 50%;
  background-color: #21afa2;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.default-form .form-group:last-child {
  margin-bottom: 0px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 20px;
  color: #777777;
  height: 50px;
  font-size: 14px;
  background: none;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #efefef;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder {
  color: #777777;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group textarea:focus {}

.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 25px;
  color: #777777;
  height: 140px;
  border-radius: 4px;
  border: 1px solid #efefef;
  resize: none;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-form .form-group .theme-btn {
  cursor: pointer;
}


/* Custom Select */

.form-group .ui-selectmenu-button.ui-button {
  width: 100%;
  font-size: 14px;
  font-style: normal;
  height: 50px;
  padding: 10px 20px 10px 20px;
  line-height: 30px;
  color: #777777;
  border: none;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #efefef;
}

.form-group .ui-button .ui-icon {
  background: none;
  position: relative;
  top: 3px;
  text-indent: 0px;
  color: #333333;
}

.form-group .ui-button .ui-icon:before {
  font-family: 'FontAwesome';
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 2px !important;
  top: 13px;
  width: 10px;
  height: 20px;
  display: block;
  color: #999999;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
  font-weight: 800;
}

.ui-widget.ui-widget-content {}

.ui-menu .ui-menu-item {
  font-size: 14px;
}

.ui-menu .ui-menu-item:last-child {
  border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #43b97e;
  border-color: #43b97e;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 24px;
}

.ui-menu-item:hover {
  background-color: #43b97e;
}

.sec-title h2 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #104A61;
}

.text {
  margin-bottom: 20px;
  font-size: 14px;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 17px 56px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 3px;
  overflow: hidden;
  background-color: #104a61;
  background-image: linear-gradient(315deg, #104a61 0%, #29aea1 74%);
  box-shadow: 6px 6px 15px rgba(0,0,0,0.3);
  border-radius: 30px;
  text-transform: uppercase;
  border: 0;
  transition: all 0.3s;
}

.btn-style-one:hover {
  background-color: #6d6e6e
}




/*careers*/
.careerspg{
    width: 100%;
    display: table;
    padding: 60px 0 0;
}
.careerspg h3{font-size: 55px; font-weight: 500; text-transform: uppercase;
line-height: 65px; }
a.carbx1{
    text-decoration: none;
    width: 100%;
    display: block;
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
}
a.carbx1 img {
    max-width: none;
    transform: translate3d(-40px, 0px, 0px);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: calc(100% + 40px);
}
a.carbx1:hover img{
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.stories-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.25);
}
a.carbx1 p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    line-height: 25px;
    font-size: 24px;
    font-weight: 600;
}
.careerspg h4{
    font-size: 36px;
    font-weight: 900;
    text-transform: capitalize;
    margin-top: 0px;
    clear: both; 
    margin-bottom: 40px;
    display: inline-block;
    color: #ec3104;
}
.jobsbx1{
    clear: both;
    width: 100%;
    display: table;
    padding-left: 100px;
    position: relative;
}
.jobsbx1 a{
    text-decoration: none;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #000;
    display: block;
}
p.offering-title{
    font-weight: 700;
    font-size: 18px;
    color: #34586a;
    margin-bottom: 0px;
    line-height: 32px;
}
.offerings-row{color: #29aea1; font-size: 14px;}
.offerings-row span{font-style: normal; color: #104a61; font-size: 16px; font-weight: 600;}
.sub{
    font-style: normal;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #104a61;
    border-radius: 3px;
    display: table; margin: auto; transition: all 0.3s;
    color: #104a61;
    font-weight: 600;
}
.border-left {
    width: 20px;
    height: 0%;
    top: 0px;
    position: absolute;
    left: 0;
    background: #ec3104;
    transition: all 0.5s;
}
.jobsbx1 a:hover .border-left {
    height: 100%;
}
.jobsbx1 a:hover .sub {
    background-color: #ec3104;
    color: #fff;
    transition: all 0.5s;
    border-color: #ec3104;
}


.jobdescription{
    width: 100%;
    display: table;
    padding: 40px 0;
    background-size: 100%;
background-image: url('../images/bg-tabs3.svg');
}
.jobdescription1{
    width: 100%;
display: table;
overflow: hidden;
padding: 50px 0;
background-image: url("../images/bg-right.png");
background-position: top right;
background-repeat: no-repeat;
background-color: #f8f8f8;
background-size: auto !important;
}
.jobdesinner{width: 100%;
display: table; padding: 30px 0;}
.jobdesinner h3{
    color: #000;
    font-size: 32px;
    font-weight: 600;
    margin-top: 0px;
}
.jobdesinner h3 span{
    margin: 6px;
    padding: 5px;
    font-size: 13px;
    border-radius: 5px;
    background-color: #f4f4f4;
}
.jobdesinner h4{
    font-size: 18px;
    font-weight: 500;
    color: #9e9e9e;
}
.jobdesinner p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 32px;
}
.jobdesinner p b{font-weight: 600;}
a.jobapply{
    padding: 10px 25px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #ec3104;
    border-radius: 3px;
    display: table;
    transition: all 0.3s;
    text-decoration: none;
    margin: auto;
    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;
    margin-top: 60px;
}
a.jobapply:hover{
    background-color: #fff;
    color: #ec3104;
}
.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: 45px; 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 h2{font-size: 24px; font-weight: 600;}
.jobdesc1 p{font-size: 18px; line-height: 28px;}
.jobdesc1 ul li{line-height: 28px;}

.jobdesinner h1{
    width: 100%;
    display: block;
    color: #ec3104;
    font-size: 38px;
    font-weight: 600;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
    text-align: center
}
.jobdesinner h1:before{
    position: absolute;
    left: calc(50% - 161px);
    bottom: 0px;
    width: 322px;
    height: 4px;
    content: "";
    background-color: #ececec;
    /* background-image: url('../images/border2.png'); */

    display: block;
}
.jobdescription label{
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block
}
.jobdescription label span{color: #ff7149; width: auto;}
.jobdescription input.form-control, .jobdescription textarea.form-control{
    background-color: #ccc;
    border-radius: 0px;
    height: 40px;
    border: 0px;
    margin-bottom: 20px;
}
.jobdescription textarea.form-control{height: 100px;}
.jobdescription .col-sm-12{
    display: table;
    width: 100%;
}
input.subres{
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border: 0px;
    background-color: #ec3104;
    transition: all 0.3s;
    margin: auto;
    display: table;
}
input.subres:hover{
    background-color: #f01f10;
    color: #fff;
}
/*careers*/




.innerserv{
    font-size: 18px;
    color: #000;
    text-align: justify;
    padding: 50px 0;
    line-height: 28px;
    background-color: #fff;
    display: table;
    width: 100%;
    background-size: 100%;
    overflow: hidden;
background-image: url('../images/bg-tabs3.svg');
}
/*.page_content*/
.page_content {
    width: 68%;
    float: left;
    color: #333
}

.page_content h2 {
    width: 100%;
    float: left;
    margin:  0;
    color: #104a61;
    font-weight: 900;
    font-size: 36px;
}
.pageTxt h3{margin-bottom: 0; color: #000; font-weight: 700;
width: 100%; margin-bottom: 15px;
    display: inline-block;}
.page_ul ul {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    list-style: none;
    
}

.page_ul ul li {
    width: 100%;
    float: left;
    font-family: 'Barlow', sans-serif;
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 400;
    color: #333;
}

.page_ul ul li:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50px;
    border: 2px solid #ec3104;
}

.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: 100px;
    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: 100px;
  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: #29aea1;
    font-weight: 400;
}
.job_nav li span {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
.job_nav li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #29aea1;
}
.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: #104a61;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s;
}
.job_nav li:last-child a:hover{background-color: #ec3104;}
.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: #1f1c66;
}
.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: #012c8a;
}
.innerserv p strong{font-weight: 600}
.innerserv h1 {
    width: 100%;
    display: block;
    color: #104a61;
    font-size: 38px;
    font-weight: 800;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 0px;
}
.innerserv h1::before {
    position: absolute;
    left: calc(50% - 161px);
    bottom: 0px;
    width: 322px;
    height: 4px;
    content: "";
    background-color: #29aea1;
    background-image: url('../images/border2.png');
    display: block;
}
.innerserv label{
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 400;
}
.innerserv label span{color: #ff7149;}
.innerserv input.form-control, .innerserv textarea.form-control{
    position: relative;
display: block;
width: 100%;
line-height: 24px;
padding: 15px 20px;
color: #777777;
height: 50px;
font-size: 18px;
background: none;
font-weight: 400;
border-radius: 4px;
border: 1px solid #efefef;
outline: 0;
margin-bottom: 10px;
background-color: #fff;
}
.innerserv textarea.form-control{height: 100px;}
.innerserv .col-sm-12{
    display: table;
    width: 100%;
}
input.subres{
    padding: 15px 40px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border: 0px;
    cursor: pointer;
    background-color: #ec3104;
    transition: all 0.3s;
    margin: auto;
    display: table;
}
input.subres:hover{
    background-color: #28aea1;
}

.jobloc_map {
    width: 100%;
    list-style-type: none;
    float: left;
    padding: 0px;
    margin: 10px 0px 20px 0;
}
.jobloc_map li, .page_ul .jobloc_map li {
    float: left;
    margin-right: 20px;
    font-size: 16px;
    color: #3b3b3b;
    clear: none;
    font-weight: 400;
    display: inline-block;
    width: auto;
    padding-left: 0px;
}


a.backbtn{
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 20px;
    background-color: #c8212f;
    color: #fff;
    text-decoration: none;
}
a.backbtn i{margin-right: 10px;}
img.deskno{display: none;}
.pageTxt {
        width: 100%;
    float: left;
    position: relative;
}
/*servicespg*/
#career_form {
    width: 100%;
    display: inline-block;
    padding: 60px 0 50px;
    background-color: #f7f9fa;
    overflow: hidden !important;
}
.circle-svg {
    position: absolute;
    right: 0px;
    top: 0px;
}

.circle-svg svg {
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}



.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder {
    color: #777777;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group textarea:focus {}

.default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px;
    color: #777777;
    height: 140px;
    border-radius: 4px;
    border: 1px solid #efefef;
    resize: none;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group .theme-btn {
    cursor: pointer;
}


/* Custom Select */

/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (min-width : 240px) and (max-width : 480px)
{
    .contact-section .info-column .inner-column{padding-top: 0;}
    .contact-section .icon-layer-two{display: none;}
    .contact-section .form-column .inner-column{width: 100%; margin: 0;
        padding: 20px;}
    .sec-title h2{font-size: 24px;}
    .careerspg h4{font-size: 24px;}
    .jobsbx1{padding-left: 30px;}
    .sub{float: right;}

    .page_content, .job_dets{width: 100%; clear: both;}
    .fixme {
        position: relative;
        -webkit-position: relative;
        -moz-position: relative;
        -o-position: relative;
        -ms-position: relative;
        top: 0px;
        right: 0;
    }
    .page_content h2{
        font-size: 24px; text-align: left;
    }
    .page_ul ul{padding-left: 0;}
    .innerserv h1{font-size: 24px;}
}
/*------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)
{
    
}