body {
    font-family: 'Poppins', sans-serif;
    padding-top: 90px;
}
.container{width: 1280px}
ul,
ol {
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

.header {
    width: 100%;
    display: table;
    position: fixed;
    top: 0px;
    left: 0px;
    /* background-color: #fff; */
    z-index: 99;
    /* -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15); */
}

.header.fixed {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.logo {
    float: left;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0;
    padding: 8px 0 0 5px;
    background-color: #fff;
    width: 25%;
    z-index: 99;
    height: 140px;
}

.logo:before {
    width: 0;
    height: 0;
    border-top: 140px solid #fff;
    border-right: 115px solid transparent;
    height: 140px;
    width: 150px;
    content: "";
    position: absolute;
    right: -115px;
    top: 0;
}

.logo a {
    text-decoration: none;
    display: block;
    text-align: center;
}

.logo a img {
    height: 120px;
    /* display: block; */
}

.hdbxr {
    float: right;
    display: inline-block;
    background-color:#162372;
    width: 100%;
    position: relative;
}
.header.fixed .hdbxr {background-color: rgb(0, 16, 118);}
.group-young-business-people-wo_i {
    position: absolute;
    overflow: visible;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    /* z-index: 9; */
}
#group-young-business-people-wo_i {
    opacity: 1;
    fill: url(#group-young-business-people-wo_i);
  }
/* .hdbxr:before {
    width: 0;
    height: 0;
    border-top: 106px solid #274888;
    border-left: 106px solid transparent;
    height: 106px;
    width: 106px;
    content: "";
    position: absolute;
    left: -106px;
    top: 0;
} */

.header_right {
    clear: both;
    width: 100%;
    display: table;
    padding: 0 20px;
}

.top_nav {
    clear: both;
    /* width: 60%; */
    float: right;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: table;
    padding: 5px 40px;
}

a.topph {
    float: right;
    display: inline-block;
    line-height: 20px;
    padding: 5px;
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
    font-weight: 600;
    padding-right: 20px;
}

a.topph i {
    color: #f64913;
    margin-right: 5px;
}

.top_nav ul.top_ul1 {
    list-style: none;
    float: right;
}

ul.top_ul1 li {
    float: left;
    display: inline-block;
}

ul.top_ul1 li a {
    text-decoration: none;
    color: #fff;
    padding: 5px 15px;
    line-height: 20px;
    font-size: 14px;
    display: inline-block;
    text-transform: none;
    font-weight: 400;
    position: relative;
}

ul.top_ul1 li:last-child a::before {
    display: none;
}

a.emplogin {
    float: right;
    display: inline-block;
    text-decoration: none;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5) !important;
    color: #fff;
    padding: 5px 15px;
    background-color: #013d84;
    margin-right: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

a.emplogin1 {
    background-color: #fff;
    color: #fff;
}

.headerSocial {
    float: right;
    display: inline-block;
}

.headerSocial a {
    text-decoration: none;
    font-size: 16px;
    margin-right: 2px;
    transition: all 0.3s;
    width: 45px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    /* border-radius: 30px; */
    -ms-transform: skew(-40deg);
    /* IE 9 */
    transform: skew(-40deg);
    /* Standard syntax */
    background-color: #fff;
    color: #fff;
}

.headerSocial a i {
    -ms-transform: skew(40deg);
    /* IE 9 */
    transform: skew(40deg);
    /* Standard syntax */
}

.headerSocial a.fb {
    color: #4862a3;
}

.headerSocial a.tw {
    color: #49a6e8;
}

.headerSocial a.lin {
    color: #006699;
}

.menu {
    float: right;
    display: inline-block;
    margin-right: 40px;
}

.menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: left;
    display: inline-block;
}

.menu>ul>li {
    float: left;
    position: relative;
    display: inline-block;
    margin-right: 2px;
}

.menu>ul>li>a {
    /*text-decoration: none;
    color: #455a64;
    text-transform: uppercase;
    font-size: 15px;
    height: 85px;
    line-height: 85px;
    padding: 0 12px;
    letter-spacing: 1px;
    font-weight: 600;
    display: block;*/
    padding: 30px 15px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    position: relative;
    font-weight: 400;
    transition: all 0.3s;
}

.menu>ul>li>a i {
    margin-left: 5px;
    font-size: 14px;
    position: relative;
    top: -2px;
}

.menu>ul>li.search>a i {
    margin-left: 0px;
    color: #228b24;
    font-size: 18px;
}

.menu>ul>li:last-child>a::before {
    display: none;
}

.menu>ul>li>a:hover,
.menu>ul>li>a.active {
    color: #f64913;
}
.menu > ul > li:last-child a {
    height: auto;
    line-height: normal;
    padding: 10px 15px 10px 45px;
    background-color: #f64913;
    border-radius: 10px;
    color: #fff;
    margin-top: 24px;
    margin-left: 25px;
    position: relative;
    font-size: 14px;
  }
  .menu > ul > li:last-child a:before{
      position: absolute;
      left: -5px;
      top: -5px;
      background-color: #f64913;
      width: 50px;
      height: 50px;
      border-radius: 50px;
      content: "";
      display: block;
  }
.Icon_material-local-phone {
    width: 21px;
    height: 28px;
    position: absolute;
    left: 10px;
    top: 6px;
  }
  #Icon_material-local-phone {
    fill: rgba(255,255,255,1);
  }
.megamenu {
    position: absolute;
    left: 0px;
    top: 100%;
    background-color: #fff;
    width: 275px;
    z-index: 9999;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.55);
    transition: all 0.1s ease-in-out 0s;
    visibility: hidden;
    transform: translateY(30px);
    opacity: 0;
    border-top: 3px solid #f64913;
}

.megamenu:before {
    position: absolute;
    left: 40px;
    top: -10px;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f64913;
}

.menu>ul>li:hover .megamenu {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

.megamenu ul {
    list-style: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.megamenu ul li {
    float: left;
    display: inline-block;
    width: 100%;
    margin-right: 0px;
    padding: 5px;
}

.megamenu ul li a {
    text-decoration: none;
    color: #455a64;
    padding: 7px 15px;
    line-height: 22px;
    display: block;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid #eaeaea;
}

.megamenu ul li:last-child a {
    border: 0;
}

.megamenu ul li a:hover {
    background-color: #ddd;
    color: #013d83;
    transition: all 0.3s ease 0s;
}

.menu form {
    float: right;
    display: inline-block;
}

.searchinput {
    position: relative;
    display: inline-block;
    float: left;
}

.searchinput input.sinput {
    padding-left: 42.5px;
    padding-right: 13px;
    width: 260px;
    resize: none;
    position: relative;
    vertical-align: top;
    background-color: #FFFFFF;
    border: 0 solid #B8E986;
    border-bottom-color: rgb(184, 233, 134);
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-radius: 2px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5) !important;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    height: 42px;
    outline: none;
    font-weight: 500;
    margin-top: 12px;
}

.searchinput input.sbtn {
    height: 42px;
    padding: 0 15px;
    line-height: 42px;
    outline: 0px;
    border: 0px;
    background-color: #228b24;
    border-radius: 2px;
    font-weight: 500;
    color: #fff;
    margin: 12px 0 0 5px;
    font-size: 16px;
    transition: all 0.3s;
    text-transform: uppercase;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5) !important;
}

.searchinput input.sbtn:hover {
    background-color: #08990b;
}

.searchinput:before {
    position: absolute;
    left: 13px;
    top: 22px;
    z-index: 9;
    content: "\f002";
    font-family: FontAwesome;
    color: #000;
    font-size: 16px;
}

a.product-finder-btn {
    position: fixed;
    bottom: 0;
    right: calc(0% - 38px);
    z-index: 300;
    overflow: hidden;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 150px;
    height: 38px;
    background: #f05423;
    border: none;
    border-radius: 0px;
    /* box-shadow: -3px -1px 8px 0px rgba(0, 0, 0, 0.3); */
    -webkit-appearance: none;
    cursor: pointer;

    top: 50%;
    bottom: auto;
    transform: rotate(90deg);
    transform-origin: bottom;
    border-radius: 0 0 10px 10px;
    transition: all 0.3s;
    text-decoration: none;
}
a.product-finder-btn:hover{background-color: #162372;}
.product-finder-btn__text {
    display: block;
    padding-left: 27px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 4px;
}
.product-finder-btn__icon {
    position: relative;
    display: block;
    width: 40px;
    height: 100%;
    text-align: center;
}
.product-finder-btn__icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-70px);
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 50%;
}
.product-finder-btn__icon img {
    position: relative;
    float: none;
    display: table;
    margin: auto;
    top: 9px;
    transform: rotate(90deg);
}

.bannerbtmtt{
    text-align: center;
    width: 100%;
    display: table;
    position: relative;
    padding: 40px 0 20px;
    color: #fff;
    font-size: 18px;
    background-color: #162372;
    text-transform: uppercase;
    font-weight: 500;
}
/*----------banner-----------*/

.mtop1 {
    height: 75px;
}

.main_banner {
    background-color: #000;
}

.carousel-control svg {
    width: 50px;
    height: 50px;
    padding: 12px;
    background-color: #444a50;
  }
/*.main_banner:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 100%;
    z-index: 1;
}*/

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    /* opacity: 0.47 */
}

.banner_txt {
    top: 21% !important;
    color: #fff;
    position: absolute;
    text-align: left;
    width: 50%;
    padding: 0 0 0 5% !important;
    margin: auto;
    left: 0%;
    margin: auto;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    visibility: hidden !important;
}

.banner_hd,
.banner_cont,
.banner_r_more {
    width: 100%;
    float: left;
}

.banner_hd {
    color: #fff;
    font-size: 52px;
    line-height: 65px;
    font-weight: 600;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 15px;
    /* margin-bottom: 15px; */
    position: relative;
}

/* .banner_hd:before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: '';
    display: block;
    width: 42%;
    height: 3px;
    background: #f64913;
} */

.banner_hd span {
    /* color: #00ce10;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-size: 42px;
    font-weight: 300; */
    font-weight: 600;
}

.banner_cont {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin: 10px 0;
    display: block;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.10) !important;
    padding: 0px;
    /* width: 60%; */
    font-family: 'Poppins', sans-serif;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    /* width: 110% !important;
    max-width: 110% !important; */
    width: 100%;
    max-width: 100%;
}

.banner_cont span {
    margin: 0 10px;
    display: inline-block;
}

.banner_cont span i {
    margin-right: 5px;
}

.banner_r_more {
    clear: both;
    margin-top: 10px;
}

.banner_r_more a {
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    margin: auto;
    font-weight: 500;
    display: inline-block;
    transition: all 0.3s ease 0s;
    outline: 0px;
    font-size: 16px;
}

.banner_r_more a img {
    width: 36px;
    margin-left: 10px;
}

.banner_r_more a:hover {
    /* background-color: #fff;
    color: #0077ff; */
    color: #f05423;
}

.ban_but {
    bottom: 10%;
}

.slideRight ul {
    list-style: none;
}

.slideRight ul li {
    display: inline-block;
    position: relative;
    padding: 0 25px;
}

.slideRight ul li:before {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #fff;
    font-size: 21px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}

.slideRight ul li:first-child:before {
    display: none;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control.right {
    background-image: none !important;
}

.carousel-control.left {
    background-image: none !important;
}

a.scroll-down-link {
    /* width: 60px; */
    position: absolute;
    left: 0px;
    top: -20px;
    color: #FFF;
    text-align: center;
    z-index: 90;
    text-decoration: none;
    /* text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-animation: move_fade_move_down 2s ease-in-out infinite;
    animation: move_fade_move_down 2s ease-in-out infinite; */
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    right: 0px;
    outline: 0px !important;
    border: 0px;
}

a.scroll-down-link img {
    /* opacity: 0.6; */
}


/*animated arrow animattion*/

@-webkit-keyframes move_fade_move_down {
    0% {
        -webkit-transform: translate(0, -5px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translate(0, 10px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0, -5px);
        opacity: 1;
    }
}

@keyframes move_fade_move_down {
    0% {
        transform: translate(0, -5px);
        opacity: 1;
    }
    50% {
        transform: translate(0, 10px);
        opacity: 1;
    }
    100% {
        transform: translate(0, -5px);
        opacity: 1;
    }
}


/*----------banner-----------*/


/*-------section1---------*/

.section1 {
    background-color: #fff;
    width: 100%;
    display: table;
    padding: 60px 0;
    position: relative;
    
}

.chose__img__three img {
    max-width: 100%;
    position: relative;
    left: -20px;
}

.chose__img__three {
    margin-top: 70px;
}

.chose__img__four {
    margin-bottom: 30px;
}

.chose-wrapper {
    padding: 60px;
    background-color: #f6f6f6;
    width: 100%;
    display: table;
    position: relative;

    background-image: url(../images/logotr.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 30px 180px;
}
.chose-wrapper:before{
    position: absolute;
    right: -20px;
    bottom: -60px;
    content: "+";
    color: #333333;
    font-weight: 700;
    font-size: 90px;
}
.section1 h6 {
    color: #333333;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    position: relative;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 50px;
}
.section1 h6:before{
    position: absolute;
    left: 10%;
    bottom: -20px;
    width: 70%;
    height: 1px;
    content: "";
    background-color: #f3a58d;
    /* background-image: url(../images/line-heading3.png);
    background-repeat: no-repeat;
    background-size: 100%; */
}
.section1 h2 {
    color: #17171a;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.section-title p,
.skills__text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #3d3d3f;
    margin-bottom: 0;
    width: 100%;
    padding-left: 20%;
    float: right;
    clear: both;
}

.skills {
    position: relative;
}

.skills__text h6 {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
}

.theme_btn {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    /* margin-top: 30px; */
    text-decoration: none;
    color: #162372;
    margin-top: 30px;
    margin-left: 20%;
}

.theme_btn img{
    width: 36px;
margin-left: 10px;
}

/* .theme_btn2 {
    background: #f64913;
} */

.theme_btn:hover {
    color: #f05423;
    text-decoration: none;
}

.multi_tabs {
    margin-top: 30px;
    display: table;
    width: 100%;
    clear: both;
}

.tab_container {
    padding: 40px 0 0;
    text-align: left;
    /* background-color: #f3f3f3; */
    /* box-shadow: 0 5px 15px 0px rgba(34,48,116,0.5); */
    display: inline-block;
    float: left;
    width: 100%;
}

ul.tabs {
    text-align: center;
    width: 100%;
    float: left;
}

ul.tabs li {
    display: inline-block;
    border: 0px;
    font-size: 18px;
    color: #17171a;
    width: auto;
    padding: 15px 40px;
    cursor: pointer;
    transition: all 0.3s;
    /* height: 90px;
  line-height: 90px; */
    font-size: 14px;
    background-color: #fff;
    /* border: 1px solid #c1c7d0; */
    transition: all 0.3s;
    position: relative;
    text-align: center;
    margin: 0 5px;
    font-weight: 600;
    border: 1px solid #17171a;
    /* background-color: #083261;
    border-right: 1px solid #f3f3f3; */
    border-radius: 30px;
}

ul.tabs li div {
    text-align: center;
}

ul.tabs li img {
    width: 40px;
    margin-bottom: 3px;
}

ul.tabs li.active,
ul.tabs li.active:hover {
    color: #fff;
    cursor: pointer;
    background-color: #0077ff;
    border-color: #0077ff;
    opacity: 1
}


/* ul.tabs li img {
    margin-right: 20px;
    width: 55px;
    position: absolute;
    z-index: 9;
    left: 10px;
    top: 20px;
} */

.tab_content h4 {
    line-height: 42px;
    color: #17171a;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 10px
}

.tab_content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    color: #595e5e;
    margin-bottom: 0;
}

.tab_content a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 15px 30px 15px 30px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    /* margin-top: 30px; */
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 30px;
    background-color: #0077ff;
}

.tab_content a:hover {
    background-color: #001076;
    color: #fff;
    text-decoration: none;
}


.tab_content ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0px;
}

.tab_content ul li {
    margin-bottom: 10px;
    padding-left: 50px;
    color: #333;
    font-size: 14px;
    position: relative;
    line-height: 32px;
    margin-bottom: 10px;
}

.tab_content ul li b {
    color: #000
}

.tab_content ul li::before {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    left: 0;
    background-image: url(../images/ico-list.svg);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    background-position: center center;
}

.chose-shape2 {
    left: 300px;
    top: 270px;
    animation: spin infinite 50s linear;
    position: absolute;
    opacity: 0.4
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/*-------section1---------*/



.homesolutions{
	width: 100%;
	display: table;
	padding: 60px 0 100px;
	clear: both;
	background-image: url(../images/ind-mfg-global-light-blue-arc-.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left bottom;
}
.homesolutions h3 {
    font-size: 32px;
    /* text-transform: uppercase; */
    color: #282828;
    margin-top: 0;
	margin-bottom: 20px;
	position: relative;
	font-weight: 300;
}
.homesolutions h3 span{font-weight: 600;}
/* .homesolutions h3:before{
	position: absolute;
	bottom: -20px;
	left: calc(50% - 30px);
	width: 60px;
	height: 3px;
	content: "";
	background-color: #81c90e;
} */

.homesolutions h2 {
    color: #9e9e9e;
	font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
	
}
span.bghddd{
	position: absolute;
	left: 0;
	top: 40px;
	color: rgba(248,248,248,1);
	font-weight: 700;
	font-size: 86px;
	text-transform: uppercase;
}
.accocontt{padding: 0 20px 0 50px}
.accocontt p{margin-bottom: 20px; color: rgba(61,61,63,1); font-size: 16px; line-height: 32px; margin-top: 20px;}



.section333{
    width: 100%;
    display: block;
    padding: 50px 0;
    background-color: #fff;
}
.nursingbox{
    position: relative;
    width: 100%;
    padding: 70px;
    background-color: #162372;
    display: block;
    background-image: url(../images/leaf-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 510px;
    background-position: 550px bottom;
    background-size: 60%;
}

.nursingbox::after {
    position: absolute;
    right: -20px;
    bottom: -50px;
    content: "+";
    color: #f05423;
    font-weight: 700;
    font-size: 70px;
}
.nursingbox:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    content: "";
    background-color: #fff;
}
img.nursingimg{
    position: absolute;
    left: 0;
    top: 50px;
    width: 45%;
}
.nursingbox h3{
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 40px;
    letter-spacing: 2px;
}
.nursingbox h3:before{
    position: absolute;
    left: -10%;
    bottom: 0;
    width: 40%;
    height: 1px;
    content: "";
    background-color: #fff;
}
.nursingbox h2{
    color: #fff;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}
.nursingbox p{
    color: #fff;
    position: relative;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 30px;
}
.nursingbox a{
    text-decoration: none;
    position: relative;
    left: 0;
    transition: all 0.3s;
}
.nursingbox a img{
    width: 36px;
}
.nursingbox a:hover{
    left: 20px;
}

#key-benefits .key-benefits__card__title, #key-benefits .why-us__card__title {
    display: block;
    font-size: 18px;
    margin: 30px 0 15px;
    font-weight: 600;
  }
  
.section444{
    width: 100%;
    display: table;
    padding-bottom: 60px;
}
.trainingbox{
    position: relative;
    width: 100%;
    padding: 70px 0 20px;
    background-color: #fff;
    display: table;
}
.trainingbox img{width: 100%; display: block;}
.trainingbox h3{
    color: rgba(18,18,18,1);
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    margin-top: 40px;
}
.trainingbox h3:before{
    position: absolute;
    left: -10%;
    bottom: 0;
    width: 40%;
    height: 1px;
    content: "";
    background-color: #f64913;
}
.trainingbox h2{
    color: rgba(18,18,18,1);
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.trainingbox p{
    color: rgba(61,61,63,1);
    position: relative;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
}
.trainingbox a{
    text-decoration: none;
    position: relative;
    left: 0;
    transition: all 0.3s;
}
.trainingbox a img{
    width: 36px;
}
.trainingbox a:hover{
    left: 20px;
}


.trainingbox  ul {
  padding-left: 0;
  list-style: none;
  margin-top: 0px;
}
.trainingbox  ul li {
  font-size: 18px;
  font-weight: 400;
  color: rgba(61,61,63,1);
  width: 100%;
  line-height: 32px;
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
}
.trainingbox ul li strong {
  color: #0f467a;
}
.trainingbox ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
  color: #f05423;
  content: "\f00c";
  font-family: FontAwesome;
}


.howcanwehelpbx{
    clear: both;
    display: table;
    width: 100%;
    padding: 60px 0;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a9443c+0,162372+100 */
    background: #a9443c; /* Old browsers */
    background: -moz-linear-gradient(left,  #a9443c 0%, #162372 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #a9443c 0%,#162372 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #a9443c 0%,#162372 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9443c', endColorstr='#162372',GradientType=1 ); /* IE6-9 */

}
.howcanwehelpbx h2{
    color: #fff;
    position: relative;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;

    margin-top: 0;

}
.howcanwehelpbx h2:before{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 15%;
    height: 1px;
    content: "";
    margin: auto;
    background-color: #fff;
}
.howcanwehelpbx input.form-control, .howcanwehelpbx textarea.form-control{
    height: 56px;
    border: 1px solid #fff;
    border-radius: 0;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
    padding-left: 20px;
    box-shadow: none;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.howcanwehelpbx textarea.form-control{height: 132px;}

/*footer*/
.footer {
    width: 100%;
    display: table;
    padding: 30px 0 0;
    background-color: #010730;
    position: relative;
    /* background-image: linear-gradient(
      135deg,
      #e7f5ff 41.67%,
      #d0dee8 0,
      #ebeef1 50%,
      #e7f5ff 0,
      #e7f5ff 91.67%,
      #d0dee8 0,
      #d0dee8
    );
    background-size: 8.49px 8.49px; */
    color: #fff;
    overflow: hidden;
    /* text-transform: uppercase; */
    /* background-image: url('../images/mega-footer-bg.jpg');
      background-repeat: no-repeat;
      background-position: right center; */
  }
  .home_addressleft {
    float: left;
    width: 25%;
    padding-right: 0px;
    /* border-left: 1px solid rgba(230, 230, 230, 0.2); */
    padding: 40px 20px;
    min-height: 275px;
    display: block;
  }
  
  .home_addressleft ul {
    list-style-type: none;
  }
  .home_addressleft li {
    color: #333;
    display: block;
    float: left;
    font-size: 15px;
    line-height: 26px;
    margin: 5px 0;
    width: 100%;
  }
  .home_addressleft li p {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    text-transform: capitalize;
  }
  .home_addressleft li span {
    color: #80bc04;
    float: left;
    font-size: 24px;
    height: 40px;
    text-align: center;
    width: 40px;
    position: relative;
    top: -3px;
  }
  
  .prodmenu {
    margin-top: 70px;
  }
  
  .footer_menu {
    float: left;
    width: 30%;
    margin-bottom: 0px;
    /* border-left: 1px solid rgba(230, 230, 230, 0.2); */
    
    padding: 30px 20px;
    min-height: 300px;
  }
  .footer_menu2{
      width: 20%;
  }
  .footer_menu3{width: 33%;
    position: absolute;
    right: 0;
    top: 0;
}
  .footer_menu ul {
    list-style-type: none;
    width: 100%;
    float: left;
  }
  .footer_menu ul li {
    width: 100%;
    margin-bottom: 0px;
    float: left;
    position: relative;
    line-height: 24px;
  }
  .footer_menu p {
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #fff;
    opacity: 0.5;
    margin-bottom: 0px;
    width: 80%;
  }
  .footer_menu p a{
      text-decoration: underline;
      color: #fff;
      font-weight: 500;
  }
  .footer_menu p a:hover{
      text-decoration: none;
  }
  .footer_menu1 ul li {
    float: left;
    margin-right: 0px;
    display: inline-block;
    width: 33.33%;
  }
  .footer_menu ul li a {
    text-decoration: none;
    color: #fff;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    transition: all 0.3s;
    font-weight: 300;
  }
  .footer_menu1 a{
      color: #fff;
      display: block;
      margin-bottom: 10px;
      font-size: 18px;
  }
  /* .footer_menu ul li a:before
  {
      position: absolute;
      left: 0px;
      top: 0px;
      color: #555;
      font-size: 16px;
      content: "\f105";
      transition: all 0.3s;
      font-family: FontAwesome;
  } */
  .footer_menu ul li a:hover {
    color: #f47435;
  }
  .footer_menu ul li a:hover:before {
    color: #f47435;
  }
  .footer_hd {
    position: relative;
    color: #f64913;
    font-size: 20px;
    font-weight: 400;
    display: table;
    width: 100%;
    margin: 0px 0 20px;
    text-transform: capitalize;
  }
  /* .footer_hd::before {
      width: 30px;
      height: 2px;
      background-color: #0195c5;
      content: "";
      position: absolute;
      left: 0%;
      bottom: -15px;
      z-index: 9;
  } */
  
  img.ftlogo{
      width: 175px;
      margin-bottom: 20px;
  }
  .footer_social {
    width: 18%;
    float: right;
  }
  .footer_social ul {
    float: left;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 5px;
    width: auto;
  }
  .footer_social ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .footer_social ul li a {
    background: #fff;
    border-radius: 100%;
    display: table;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    outline: medium none;
    text-align: center;
    transition: all 0.3s;
    text-decoration: none;
    width: 36px;
  }
  .footer_social ul li a:hover {
    background: #0195c5 none repeat scroll 0 0;
    color: #fff;
  }
  .footer_menu2 a{
      text-decoration: none;
      color: #fff;
      font-size: 26px;
      margin-right: 20px;
      margin-top: 10px;
      display: inline-block;
  }
  .footer_menu1, .footer_menu2{padding: 30px 0}
  .ftbb{
      width: 100%; display: block;
      background-color: #030a36;
      padding: 30px 50px;
      position: relative;
      /* min-height: 212px; */
  }
  .ftbb::after {
    position: absolute;
    left: -15px;
    top: -30px;
    content: "+";
    color: #f05423;
    font-weight: 700;
    font-size:46px;
  }
  .copy_right {
   
   text-align: center;
   color: rgba(255, 255, 255, 0.5);
   background-color: #010730;
   width: 100%;
   display: table;
   font-size: 14px;
   font-weight: 300   
  }
  .copyleft{
      width: 100%;
      border-top: 1px solid rgba(255, 255, 255, 0.5);
      padding: 20px;
  }
  .home_addressleft p {
    font-size: 14px;
  }
  .copy_right span {
    color: #f25123;
    font-weight: 400;
  }
  .copyleft {
    display: inline-block;
  }
  .copyleft1 {
    display: inline-block;
    margin-left: 15px;
    position: relative;
  }
  .copyleft1 a {
    text-decoration: none;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 40px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    background-color: #02a5f0;
    border: 1px solid #02a5f0;
    transition: all 0.3s;
  }
  .copyleft1 a:hover {
    background-color: transparent;
    color: #02a5f0;
  }
  
  .copyleft a {
    display: inline-block;
    text-decoration: none;
    padding: 0 10px;
    color: #fff;
    border-right: 1px solid #ccc;
    transition: all 0.3s;
    font-weight: 500;
  }
  .copyleft a:hover {
    color: #f47435;
  }
  .copyleft a:last-child {
    border-right: 0px;
  }
  .footer_social .form-control {
    margin-bottom: 10px;
    border-radius: 0px;
  }
  .footer_social .btn {
    width: 100%;
    border-radius: 0px;
    text-transform: capitalize;
    background-color: #0195c5;
    border: 0px;
    transition: all 0.3s;
  }
  .footer_social .btn:hover {
    background-color: #006a8c;
  }
  
  .ft_soc {
    clear: both;
    display: block;
  }
  .ft_soc a {
    text-decoration: none;
    color: #202125;
    font-size: 23px;
    margin-right: 15px;
    transition: all 0.3s;
  }
  .ft_soc a:hover {
    color: #0195c5;
  }
  
  .ft_qt {
    clear: both;
    width: 80%;
    margin: auto;
    display: table;
    text-align: center;
    margin-top: 15px;
  }
  .ft_qt p {
    line-height: 21px;
    color: #b9eaff;
  }
  
  a.ft_sub {
    clear: both;
    width: 100%;
    margin-top: 15px;
    background-color: transparent;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    text-align: center;
    border: 2px solid #228b24;
    transition: all 0.3s;
    font-size: 15px;
  }
  a.ft_sub:hover {
    background-color: #228b24;
  }
  /*footer*/

  


.jobdescription label {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #fff;
}

.jobdescription label span {
    color: #d96511;
}

.jobdescription input.form-control,
.jobdescription textarea.form-control {
    background-color: #fff;
    border-radius: 0px;
    height: 42px;
    border: 0px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 400;
    box-shadow: none;
    border: 1px solid #D5D5D5;
}

.jobdescription textarea.form-control {
    min-height: 120px;
}

.jobdescription .col-sm-12 {
    display: table;
    width: 100%;
}

input.subres {
    padding: 15px 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 0px;
    background-color: transparent;
    transition: all 0.3s;
    border: 1px solid #fff;
    float: left;
    text-transform: uppercase;
}

input.subres:hover {
    background-color: #fff;
    color: #19195b;
}

.section-title1 h2 {
    font-size: 46px;
    text-transform: capitalize;
    margin-top: 0px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.copyrights {
    text-align: center;
    padding: 15px;
    color: #fff;
    background-color: #002f20;
}


/*innerbanner*/
.inner_banner {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    background-color: #000;
}

.inner_banner::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1;
    opacity: 0.4;
    background: #000;
}
.inner_banner img{
    width: 100%;
    /* opacity: 0.4; */
    display: block; 
}
img.innerbannerf{
    position: absolute;
    left: 0px;
    top: 20%;
    width: 350px;
    opacity: 0.5;
    z-index: 9
}
.innertxt1{
   position: absolute; width: 100%; text-align: left; 
    top: 50%; left: 0%; padding: 10px 35px; z-index: 9;
}
.searchbxtxt{top: 42%;}
.innertxt1 ul{list-style: none; text-align: left; margin-bottom: 0px; margin-top: 20px;
padding-left: 0px;}
.innertxt1 ul li{
    display: inline-block;
    position: relative;
    padding-right: 25px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #f64913;    
    font-size: 18px;
}
.innertxt1 ul li:last-child{padding-right: 0px;}
.innertxt1 ul li:after{
    content: "/";
    color: #fff;
    position: absolute;
    font-size: 14px;
    right: 8px;
    top: 5px;   
}
.innertxt1 ul li:last-child:after{display: none;}
.innertxt1 ul li a{color: #fff; text-decoration: none;}
.inner_banner h1{color: #fff;  font-size: 38px; font-weight: 600; 
text-transform: uppercase; margin-bottom: 10px; /* border-bottom: 2px solid #e97051; */
display: table; width: 100%;; text-align: left;}
.inner_banner h1 span{color: #fff;}
.inner_banner h1 p{font-size: 18px; font-weight: 400; margin-top: 5px; 
  letter-spacing: 2px; color: #fff; }



.innertxt1{
   position: absolute; width: 100%; text-align: center; 
    top: 50%; left: 0%; padding: 10px 35px; z-index: 9;
}
.searchbxtxt{top: 42%;}
.searchbox {
   width: 100%;
   margin-top: 30px;
}
.searchbox span {
    font-size: 12px;
    color: #fff;
    margin: 0px 0px 10px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: table;
}
.banner_fields {
    width: 40%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 2px;
    padding: 15px;
    float: left;
    border: none;
    margin: 0px 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.formsubmit {
    margin: 0px 6px;
    width: 15%;
    height: 100%;
    color: #fff;
    border-radius: 2px;
    padding: 15px 20px 15px 16px;
    float: right;
    text-align: right;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    background: url(../images/search.png) no-repeat right #e76f52;
    transition: ease all .5s;
    background-position: 11% 17px;
}
.formsubmit:hover {
    background: url(../images/search.png) no-repeat right #f4a363;
    transition: ease all .5s;
    background-position: 11% 17px;
}
.searchbox h3 {
    color: #fff;
font-size: 38px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 10px;
border-bottom: 2px solid #e97051;
display: inline;
}
.searchbox form{display: table; margin-bottom: 20px; width: 100%;}
/*innerbanner*/

/*innersec1*/
.innersec1{
    padding: 50px 0;
    background-color: #fff;
    display: table;
    width: 100%;
    position: relative;
}

.innersec1 hr{
    display: inline-block;
    width: 100%;
    margin: 50px 0;
}
.innersec1 h1{
    color: #002f8b;
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 50px;
    margin-top: 0;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}
.innersec1 h1 span{border-bottom: 2px solid #f64913;}
.innersec1 h3{
    color: #17171a;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
    font-family: 'Poppins', sans-serif;
}
.innersec1 p{
    font-size: 19px;
font-weight: 400;
line-height: 36px;
color: #595e5e;
margin-bottom: 0;
}
.visionimg{
    width: 100px;
    height: 100px;
    border-radius: 5px;
    background-color: #fff3c5;
    padding: 20px;
    text-align: center;

float: left;
margin-right: 30px;
}
.visionimg img{width: 100%; display: block; }

.cv{
    width: 100%;
    text-align: center;
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
margin-bottom: 20px;
border-radius: 10px;
}
.cv img{width: 100px; margin-bottom: 0px;}
.cv h4{
    text-align: center;
    font-weight: 600;
    color: #17171a;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.cv p{
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    min-height: 72px;
    display: inline-block;
}
.image-column1{
    position: relative;
}
.image-column1 .inner,.image-column1 .image{
    position: relative;
    display: block;
    width: 100%;
 }
 .image-column1 .image img {
    display: block;
    width: 90%;
    position: relative;
}
.image-column1 .icon-box {
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -60px;
    width: 120px;
    height: 120px;
    font-size: 54px;
    line-height: 120px;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
 .image-column1 .icon-box img {
    width: 70px;
}
/*innersec1*/


.innersec1{clear: both; width: 100%; display: block;
  background-color: #fff; position: relative; z-index: 1; overflow: hidden;
  font-size: 19px;
  font-weight: 400;
  line-height: 36px;
  color: #595e5e;
  margin-bottom: 0; }
.innersec1 b{color: #242424; font-size: 26px; font-weight: 400; margin-bottom: 15px; width: 100%;
display: block; line-height: 32px; font-weight: 700;}
.innerleft{padding: 50px 50px 50px 0 !important;}
.innerleft p b {
    text-align: left;
    float: left;
    width: 100%;
    display: table;
    clear: both;
    color: #137ab1;
    margin-bottom: 20px;
    font-size: 21px;
}
.innerleft ul li {
    display: block;
    text-align: left;
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
    color: #595e5e;
    margin-bottom: 30px;
    position: relative;
}
.innerleft ul li{text-align: left; padding-left: 30px; width: 100%; clear: both;
margin-bottom: 20px; }
.innerleft ul li:before, .service_page1 ul li:before, .page_ul ul li:before{
  position: absolute;
  left: 0px;
  top: 8px;
  content: "";
  background-image: url('../images/arrow.png');
  width: 20px;
  height: 14px;
  background-size: 100%;
}
.innerleft h3{
    color: #17171a;
font-size: 26px;
line-height: 36px;
font-weight: 600;
margin-bottom: 20px;
margin-top: 0;
font-family: 'Poppins', sans-serif;
}

.parallax2 img{width: 70%; margin: auto; display: table; margin-top: 50px;}

.job1bx{width: 100%; display: table; padding: 15px 0;
clear: both; transition: all 0.3s;}
.job1bx:last-child{border-bottom: 0px;}
.job1bx a{text-decoration: none; color: #000; width: 100%; display: block; 
    position: relative; min-height: 100px; transition: all 0.3s;}
.job1bx img{width: 90%; display: block; border: 1px solid #fff; padding: 10px;
margin: 0px; border-radius: 100%; transition: all 0.6s;}
.job1bx:hover img{/* transform: scale(1.1, 1.1); transform: rotate(360deg);
background-color: rgba(255, 255, 255, 0.2); */ border: 3px solid #f49941;}
.job1bx h5{font-size: 24px; font-weight: 700; margin: 0px; color: #e38917;
transition: all 0.3s; margin-bottom: 10px;}
.job1bx h6{font-size: 14px; margin-top: 5px; font-weight: 400;
margin-bottom: 15px; color: #777;}
.job1bx p{font-size: 16px; line-height: 24px; color: #fff;}
.ltjb p{width: 80%;}



.innerright{position: absolute; right: 0px; padding: 50px 30px !important; 
  background-color: #efefef; width: 27%; height: 100%;}
.sticky1{
  position: sticky;
  left: 0px; 
  top: 100px;
}
.innerright:before{
  position: absolute; right: -500px; width: 500px; height: 100%; content: "";
  background-color: #efefef; top: 0px;}
.innerright h4{font-size: 24px; font-weight: 700; color: #002f8b; padding-bottom: 15px; margin-bottom: 15px;
border-bottom: 2px solid #ccc;}
.innerright ul{list-style: none; width: 100%; clear: both; display: block;}
.innerright ul li{width: 100%; display: block; margin-bottom: 10px; position: relative;}
.innerright ul a{text-decoration: none; color: #000; padding: 3px 10px 3px 20px; display: block; 
  font-size: 16px; position: relative; z-index: 1; position: relative;}
.innerright ul ul a{font-size: 14px;}
.innerright ul a:hover:before, .innerright ul a.active:before{
  width: 3px; height: 100%; left: 0px; top: 0px; content: ""; 
  background-color: #17171a; position: absolute; z-index: 9;
}
.innerright ul ul a.active:before, .innerright ul ul a:hover:before{display: none !important;}
.innerright ul a.active:before{width: 3px;}
.innerright ul a.active{color: #17171a; font-weight: 600}
.innerright ul ul a.active, .innerright ul ul a:hover{color: #ff5e00; font-weight: bold;}
.innerbx1 img{width: 100%; display: block; margin-bottom: 60px;}
.innerbx1{padding-bottom: 20px; width: 100%;}
.width40{float: left; display: inline-block; width: 40%;}
.width60{float: left; display: inline-block; width: 60%;}
.innerbx1 h2{text-transform: uppercase; font-size: 26px; margin-bottom: 15px;}

.bimg{clear: both; width: 100%; display: table;padding: 40px 0;}
.bimg img{display: inline-block; width: 25%; padding: 0 25px; float: left;}

.innerleft img{
    /* width: 150px;
    height: 150px; */
    text-align: center;
    /* line-height: 150px; */
    background-color: #fff;
    border-radius: 20px;
    float: right;
    padding: 40px;
    margin-left: 40px;
    width: 100%;
    /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); */
}
.innerpg h2, .innersec1 h2 {
    color: #002f8b;
font-size: 32px;
line-height: 36px;
font-weight: 600;
text-transform: capitalize;
position: relative;
font-family: 'Poppins', sans-serif;
margin-bottom: 40px;
margin-top: 0
}
.innersec1 h2 img{
    position: absolute;
    right: 0;
    height: 40px;
    width:auto; top: 0;
    padding: 0; margin:0;
    border-radius: 0;
}
.innersec1 h2 span{
    border-bottom: 2px solid #f64913;
}
ul.innerul1 {
    float: left;
    list-style-type: none;
    margin: 30px 0;
    padding: 0;
    width: 100%;
    padding-left: 0px;
}
ul.innerul1 li {
    float: left;
    margin-bottom: 15px;
    position: relative;
    width: 25%;
    text-align: center;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    transition: all 0.3s;
    font-size: 16px;
    cursor: pointer;
    padding: 0px;
    clear: none;
    display: inline-block;
}
ul.innerul1 li:before{display: none;}
ul.innerul2 li {width: 33.33%}
.dashed-circle {
    width: 150px;
    height: 150px;
    border: 2px dotted #c5ced5;
    border-radius: 50%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120px;
    background-color: #fff;
    position: relative;
    z-index: 9;
    margin-bottom: 15px;
    background-color: #fff;
    transition: all 0.3s;
}
ul.innerul1 li:hover .dashed-circle {background-color: #f8f8f8;}

ul.innerul1 li p{
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
    height: 42px;
    overflow: hidden;
}
/*ul.innerul1 li::after {
    color: #3b7bc5;
    content: "\f0a4 ";
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 0;
}*/

.jobsposbx {
    padding: 50px 0 40px
}

.formbox{
    width: 100%;
    display: table;
    padding: 50px 0 20px;
    /* background-color: #fff; */
    /* background-image: url(../images/jj_co.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center; */

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a9443c+0,162372+100 */
background: #a9443c; /* Old browsers */
background: -moz-linear-gradient(left,  #a9443c 0%, #162372 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #a9443c 0%,#162372 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #a9443c 0%,#162372 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9443c', endColorstr='#162372',GradientType=1 ); /* IE6-9 */

}
.jobsposbx h2 {
    color: #333333;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    position: relative;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 50px;
    margin-top: 0;
  }
  .jobsposbx p.ppp{
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #3d3d3f;
    margin-bottom: 0;
    width: 100%;
    padding-left: 10%;
    float: right;
    margin-bottom: 40px;
    clear: both;
  }
.jobp1{
    text-decoration: none;
    color: #000;
    padding: 30px;
    width: 100%;
    display: block;
    background-color: #fff;
    position: relative;
    box-shadow: 0 8px 16px 0 rgba(0,11,18,.1);
    /* border-top: 3px solid #44cb47; */
    text-align: left;
    margin-bottom: 30px;
    display: table;
    transition: all 0.3s;
}
.jobp1 h4{
    color: #002f8b;
font-size: 24px;
line-height: 32px;
font-weight: 600;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
border-bottom: 2px solid #f64913;
padding-bottom: 10px;
margin-bottom: 20px;
}
.jobp1 a{
    display: table;
    height: 32px;
    text-decoration: none;
    line-height: 32px;
    margin: auto;
    padding: 0 20px;
    /* font-weight: 700; */
    /* letter-spacing: 2px; */
    transition: all 0.3s;
    background-color: #f64913;
    color: #fff;
    font-size: 12px;
    border: 2px solid #f64913;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    float: left;
    letter-spacing: 2px;
}
.jobp1 a:hover{background-color: #fff; color: #000;}
ul.jobloc_map{margin-top: 0px; margin-bottom: 20px;}
ul.jobloc_map li {
    float: left;
    width: 100%;
    /* margin-right: 20px; */
    font-size: 16px;
    color: #666;
    /* clear: none; */
    font-weight: 400;
    display: block;
    clear: both;
    /* width: auto; */
    margin-bottom: 15px;
    padding-left: 0px;

}
ul.jobloc_map li span{float: right; color: #666}
ul.jobloc_map li:after{display: none;}
.jobloc_map li em {
    margin-right: 10px;
}
ul.jobloc_map p{color: #000; font-weight: 600}

.formbox h2 {
    font-size: 36px;
line-height: 48px;
color: #fff;
/* font-weight: 700; */
margin-bottom: 20px;
margin-top: 0;
text-align: center;
}

.formbox h2 span {
    color: #db2234;
}
.formbox p{
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    letter-spacing: 2px;
    padding: 0 10%;
    margin-bottom: 60px;
}
.contblocks{
    text-align: center;
    padding: 0 10%;
    clear: both;
}
.contblocks h4{
    font-size: 19px;
    color: #888;
}
.formbox a {
    color: #033c75;
    text-decoration: none;

    padding-top: 5px;
    font-size: 21px;
    position: relative;
    /* font-family: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif; */
}

.formbox .form-group {
    padding: 0 7%;
    width: 100%;
    display: inline-block;
    clear: both;
    margin-top: 50px;
}

.formbox label {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
}

.formbox label span {
    color: #ff7149;
}

.formbox input.form-control,
.formbox textarea.form-control, .modal-body input.form-control,
.modal-body textarea.form-control{
    background-color:transparent;
    border-radius: 0px;
    height: 56px;
    border: 1px solid #fff;
    border-radius: 0;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
    padding-left: 20px;
    box-shadow: none;
}
.modal-body input.form-control{height: 45px;}
.formbox textarea.form-control {
    height: 120px !important;
}

.formbox .col-sm-12 {
    display: table;
    width: 100%;
}

.jobsposbx input.subres{
    display: table; height: 48px; text-decoration: none;
    line-height: 48px; margin:  auto; padding: 0 50px;
    font-weight: 600; letter-spacing: 2px; transition: all 0.3s;
    background-color: #d96511; color: #fff; font-size: 16px; border: 2px solid #d96511;
    text-transform: uppercase; text-align: center; border-radius: 5px;
    margin: auto; float: none;
}
.jobsposbx input.subres:hover{background-color: #fff; color: #d96511;}



ul.jobloc_map1{margin-top: 0px; margin-bottom: 20px; width: 100%; display: table;}
ul.jobloc_map1 li {
    float: left;
    margin-right: 20px;
    font-size: 16px;
    color: #000;
    clear: none;
    font-weight: 400;
    display: inline-block;
    width: auto;
    padding-left: 0px;
}
.jobloc_map1 li em {
    margin-right: 10px;
}
ul.jobloc_map1 li:before{display: none}
.jobloc_map1 li em img{padding: 0px; background-color: transparent;
width: auto; height: auto; line-height: normal; margin-right: 5px; border-radius: 0;}
.job_des p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height:26px;
}
.job_des p b{font-weight: 600; color: #000; font-size: 18px;}

#content{background-color: #f8f8f8;}
#content section > section {
    padding: 75px 0 40px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  
.hex-bg {
	position: absolute;
	top: -70vw;
	left: 50%;
	transform: translateX(-55%) rotate(35deg);
	width: 90vw;
	z-index: 1;
	opacity: 0.2;
	pointer-events: none
}
#why-us .key-benefits__list,
#why-us .why-us__list,
#key-benefits .key-benefits__list,
#key-benefits .why-us__list {
	margin: 90px -10px 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

#why-us .key-benefits__card,
#why-us .why-us__card,
#key-benefits .key-benefits__card,
#key-benefits .why-us__card {
	flex: 1;
	margin: 0 10px;
	border-radius: 10px;
	padding: 0 30px 45px;
	cursor: context-menu;
	-webkit-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	transition: all .3s linear 0s
}

#why-us .key-benefits__card__badge,
#why-us .why-us__card__badge,
#key-benefits .key-benefits__card__badge,
#key-benefits .why-us__card__badge {
	margin-top: -60px;
	height: 200px;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center
}

#why-us .key-benefits__card__badge__background,
#why-us .why-us__card__badge__background,
#key-benefits .key-benefits__card__badge__background,
#key-benefits .why-us__card__badge__background {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	filter: drop-shadow(0 1px 0px rgba(0, 0, 0, 0.2))
}

@supports (display: grid) {
	#why-us .key-benefits__card__badge__background,
	#why-us .why-us__card__badge__background,
	#key-benefits .key-benefits__card__badge__background,
	#key-benefits .why-us__card__badge__background {
		display: block
	}
}

#why-us .key-benefits__card__badge__background span,
#why-us .why-us__card__badge__background span,
#key-benefits .key-benefits__card__badge__background span,
#key-benefits .why-us__card__badge__background span {
	clip-path: polygon(0 50%, 25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
	display: block;
	width: 165px;
	height: calc(165px * 0.866);
	background: #fff;
	transform: rotate(10deg)
}

#why-us .key-benefits__card__badge__icon,
#why-us .why-us__card__badge__icon,
#key-benefits .key-benefits__card__badge__icon,
#key-benefits .why-us__card__badge__icon {
	z-index: 2;
	text-align: center
}

#why-us .key-benefits__card__title,
#why-us .why-us__card__title,
#key-benefits .key-benefits__card__title,
#key-benefits .why-us__card__title {
	display: block;
	font-size: 18px;
	margin: 30px 0 15px
}

#why-us .key-benefits__card__description p,
#why-us .why-us__card__description p,
#key-benefits .key-benefits__card__description p,
#key-benefits .why-us__card__description p {
	font-size: 16px;
	opacity: 0.5;
	line-height: 28px
}
#key-benefits .key-benefits__card__description p{color: #333; opacity: 0.7;}
@media (min-width: 767px) {
	#why-us .key-benefits__card:hover,
	#why-us .why-us__card:hover,
	#key-benefits .key-benefits__card:hover,
	#key-benefits .why-us__card:hover {
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
		background: rgba(223, 223, 223, 0.5)
	}
}
.key-benefits__card__badge__icon img{width: 60px;}
#key-benefits h2 {
    color: #001076;
    font-size: 38px;
    line-height: 1.1;
    font-weight: 300;
    position: relative;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 50px;
    margin-top: 0;

  }


  
.background {
	position: absolute;
	top: 0;
	right: calc(50% - 50vw);
	bottom: 0;
	left: calc(50% - 50vw);
	z-index: -1
}

.background img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

#our-services {
	position: relative;
	z-index: 10;
	padding-left: 8% !important;
	padding-right: 8% !important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#our-services>* {
	flex: 1
}

#our-services.clients .our-services__content {
	padding-left: 40px
}

#our-services .our-services__images img {
	width: 100%;
	height: 113%;
	object-fit: cover
}

#our-services .our-services__content {
	margin-top: 40px
}

#our-services .our-services__title {
	font-weight: lighter
}

#our-services .our-services__description {
	margin: 10px 0 30px;
	font-size: 16px
}

#our-services .our-services__description p {
	color: #00000050;
	line-height: 28px;
	font-size: 18px;
}

#our-services .our-services__list {
	font-size: 22px
}

#our-services .our-services__list ul {
	list-style: none;
	padding-left: 30px
}

@media (min-width: 1366px) {
	#our-services .our-services__list ul.split {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr
	}
}

#our-services .our-services__list li {
	position: relative;
	margin-bottom: 10px
}

#our-services .our-services__list li,
#our-services .our-services__list li * {
	color: #001e60
}

#our-services .our-services__list li a,
#our-services .our-services__list li p,
#our-services .our-services__list li::before {
	-webkit-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	transition: all .3s linear 0s
}

#our-services .our-services__list li::before {
	content: "\f058";
	font-family: fontAwesome;
	position: absolute;
	left: -30px;
	font-size: 20px;
	top: 3px
}

#our-services .our-services__list li a {
	background: none;
	position: relative
	text-decoration: none;
}
/*
#our-services .our-services__list li a::after {
	-webkit-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-right: 2px solid #1ea8da;
	border-bottom: 2px solid #1ea8da;
	transform: rotate(-45deg) translateY(-50%) scale(0.9);
	position: absolute;
	right: -22px;
	top: 50%;
	opacity: 0
}

#our-services .our-services__list li:hover,
#our-services .our-services__list li:hover * {
	color: #1ea8da
}

#our-services .our-services__list li:hover a::after {
	opacity: 1;
	right: -27px;
	transform: rotate(-45deg) translateY(-50%) scale(1)
}*/

#our-services .hex-bg {
	top: -20vw;
	left: 110%;
	transform: translateX(-55%) rotate(65deg) scaleX(-1);
	width: 1800px
}

@media (max-width: 767px) {
	#our-services .our-services__images {
		display: none
	}
}

body:not(.edit) .our-services__images {
	position: relative
}

body:not(.edit) .our-services__image {
	position: relative;
	margin: auto
}

body:not(.edit) .our-services__image__shadow {
	filter: drop-shadow(-2px 2.3px 2px rgba(0, 0, 0, 0.6))
}

body:not(.edit) .our-services__image__shadow-1 {
	margin-left: -210px
}

body:not(.edit) .our-services__image__shadow-2 {
	position: absolute;
	top: 0;
	right: 0
}

body:not(.edit) .our-services__image-1 {
	transform: rotate(42deg);
	clip-path: polygon(0 50%, 25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
	display: block;
	width: 570px;
	height: calc(570px * 0.866);
	background: transparent
}

body:not(.edit) .our-services__image-1 img {
	transform: translate(-50%, -50%) rotate(-42deg);
	width: 570px
}

body:not(.edit) .our-services__image-2 {
	transform: rotate(5deg);
	clip-path: polygon(0 50%, 25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
	display: block;
	width: 305px;
	height: calc(305px * 0.866);
	background: transparent
}

body:not(.edit) .our-services__image-2 img {
	transform: translate(-50%, -50%) rotate(-5deg);
	width: 305px
}

body:not(.edit) .our-services__image img {
	position: absolute;
	top: 50%;
	left: 50%
}


/*careers*/

.innerserv {
	font-size: 18px;
	color: #595e5e;
	text-align: justify;
	padding: 50px 0;
	line-height: 32px;
	background-color: #fff;
	display: table;
	width: 100%;
	/* overflow: hidden; */
	background-image: url('../images/bg1.jpg');
background-size: 50%;
background-repeat: repeat-x;
background-position: left top;
}


/*.page_content*/

.page_content {
	width: 68%;
	float: left;
}

.page_content h2 {
	width: 100%;
	float: left;
	margin: 0;
	color: #333;
	font-weight: 700;
	font-size: 36px;
}

.pageTxt h3 {
	display: table;
	margin-bottom: 20px;
	color: #000;
	font-weight: 700
}

.page_ul ul {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	list-style: none;
}

.page_ul ul li {
	width: 100%;
	float: left;
	padding-left: 35px;
	margin-bottom: 10px;
	position: relative;
	font-weight: 400;
	color: #595e5e;
}

/* .page_ul ul li:before {
	position: absolute;
	top: 10px;
	left: 0;
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50px;
	border: 2px solid #333;
} */

.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: #333;
	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: #f64913;
}

.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: #f64913;
	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: #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: #414141;
	font-size: 38px;
	font-weight: 800;
	position: relative;
	padding-bottom: 30px;
	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: #333;
	/* 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: 10px 25px 8px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	border: 0px;
	background-color: #F64913;
	transition: all 0.3s;
	margin: auto;
	display: table;
    float: none;
    letter-spacing: 2px;
    border-radius: 30px;
}

input.subres:hover {
	background-color: #fff;
    color: #F64913;
}

.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;
}



/*Contact us*/
.container1_inner {
    max-width: 1240px;
    min-width: 240px;
    height: auto;
    margin: auto;
    position: relative;
}
.contactpg{
    width: 100%;
    display: table;
    padding: 40px 0;
    background-color: #fff;
}
.contactpg h2{
    font-size: 46px; 
    color: #013064;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 700
}
.contactpg h1{
    position: relative;
    padding: 21px 80px 21px 40px;
    width: 100%;
    display: block;
    color: #fff;
    font-size:24px;
    margin: 0px;
    letter-spacing: 0px;
    background-color: #001076;
}
.contactpg .icon_wrapper {
    width: 80px;
    bottom: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5;
    overflow: hidden;
}
.contactpg .icon {
    background-color: #fff;
    color: #fff;
}
.contactpg .icon {
    width: 60px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    display: block;
    color: #353535;
    border: 1px solid #353535;
}
.contactpg .icon svg {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    color: #353535;
    fill: #353535;
    left: 50%;
    margin: -15px 0px 0px -15px;
}
.contactpg .icon {
    color: #fff;
}
.contactpg p a{
    border-bottom: 2px solid #001076;
    font-size: 18px;
    margin-bottom: 5px;
    transition: all 0.3s;
    display: inline-block;
    text-decoration: none;
    color: #333
}
.contactpg p a:hover{text-decoration: none; border-bottom: 2px solid #424243;}
.contactpg h3{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 28px;
    font-weight: 300;
}
.contactpg h4 b{color: #f64913; font-size: 24px;
letter-spacing: 1px;}

.contactpg h4{
    margin-top: 0px;
    font-size: 18px;
    line-height: 34px;
    display: block;
    clear: both;
    background-color: #f3f3f3;
    padding: 20px;
    color: #333;
}
.contactpg a.gd{
    padding: 15px 40px;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    border: 0px;
    background-color: #43c0e3;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    margin-top: 25px;

}
.contactpg a.gd:hover{
    background-color: #64c0ad;
    color: #fff;
}
.jobdescription label {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 400;
}
.jobdescription input.form-control, .jobdescription textarea.form-control {
    background-color: #f2f2f4;
    border-radius: 0px;
    padding: 15px;
    border: 0px;
    display: block;
    height: 46px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 400;
    box-shadow: none;
}
.jobdescription textarea.form-control {
    height: 120px;
}

.secservv img{
    width: 100%; display: block;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.secservv h6{
    margin-bottom: 50px; font-size: 24px;
}
.secservv p{font-size: 18px; line-height: 32px;}
.secservv1{background-image: none;}

.secservv ul{margin-top: 30px;}
.secservv ul li{
    display: block;
    text-align: left;
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
    color: #595e5e;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
}
.secservv ul li:before{
      position: absolute;
      left: 0px;
      top: 8px;
      content: "";
      background-image: url('../images/arrow.png');
      width: 20px;
      height: 14px;
      background-size: 100%;
    }


    
.menu2{position: fixed; right: 30px; top: 50px; z-index: 9; display: none;}
.menu2 .menuicon1{position: relative; z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}
.sidemenu span{float: left;}
.bars-wrap {
    display: inline-block;
    margin-left:15px;
    position: relative;
    overflow: visible;
    top: 3px;
}
.icon-bar {
    transition: all 0.4s ease;
    width: 26px;
    background: #ef5423;
    height: 2px;
    position: relative;
    top: 8px;
    transition: width .2s ease-out;
    clear: both;
    margin-bottom: 7px;
}
#header.fixed1 .icon-bar {background: #53C1FF;}
/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child{width: 100%;}

.cart_open{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;  
  display: none;
}
.cartbg1{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.cart_bx1{
  width: 90%;
  background-color: #162371;
  height: 100%;
  right: -100%;
  transition:ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1,2,2,.15);
  z-index: 99999;
  overflow-y:  auto;
  background-image: url('../images/hpat.png');
}
.left1{right: 2100px; z-index: 9999999; transition:ease all 0.8s}
.menu2{
  right: 2100px;  
  position: fixed;
  transition:ease all 0.6s;
  top: 0px;
  z-index: 999999;
}
.menu2:before{border-top: 100px solid rgba(255, 255, 255, 1);}
.cart_bx1 ul{list-style: none; width: 100%; margin: 0px; padding: 0px; height: 100%; 
    vertical-align: middle; padding-top: 10px; text-align: right;}
.cart_bx1 ul li{float: none; width: 100%; display: block; clear: both;}
.cart_bx1 ul li a{text-decoration: none; color: #2b2a29; font-weight: 400; font-size: 16px; 
    display: block; padding: 10px 15px; text-transform: capitalize; 
    transition: all 0.3s ease 0s; text-align: center; outline: none;}
.cart_bx1 ul li a:hover, .cart_bx1 ul li a.active{color: #2e3192;}

a.closebtn{
    display: block;
    height: 42px;
    float: right;
    text-decoration: none;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    padding: 10px 25px;
    margin-bottom: 20px;
    /* background-image: url('../images/hpat.png'); */
}
a.closebtn img{width: 26px;}
a.mobilecont{
    padding: 12px 28px 10px;
    margin-left: 20px;
    border: 1px solid #ef5423;
    background-color: #ef5423;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 35px;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    display: inline-block;
}
    .mobno{display: block;}


    
.servicesbox1 ul{list-style: none; width: 100%;}
ul.accordion > li{margin-bottom: 20px; padding-left: 0;}
ul.accordion > li:before, .servicesbox1 .submenu > li:before{display: none;}
.servicesbox1 .accordion {
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 30px;
  padding: 0
}

.servicesbox1 .accordion .link {
  cursor: pointer;
  display: block;
  padding: 20px 15px 20px 135px;
  color: #000;
  font-size: 28px;
  background-color: #fff;
  border: 1px solid #c4bebe;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
.servicesbox1 .accordion .link:before{
    position: absolute;
    left: -20px;
    top: 0;
    width: 100px;
    height: 100%;
    background-color: #eee;
    content: "";
    transform: skewX(20deg);

}
.servicesbox1 .accordion li.open .link:before{background-color: #a7cced;}
/* .servicesbox1 .accordion li:last-child .link { border-bottom: 0; } */

.servicesbox1 .accordion li i {
  /* position: absolute;
  top: 16px;
  left: 12px; */
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 10px;
  position: absolute;
  left: 20px;
  top: 24px;
}
.servicesbox1 .accordion li.open i{color: #00416e;}
.servicesbox1 .accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.servicesbox1 .accordion li.open .link { color: #fff; background-color: #5a6166; border-color: #5a6166;}

/* .servicesbox1 .accordion li.open i { color: #fff; } */

.servicesbox1 .accordion li.open i.fa-long-arrow-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.servicesbox1 .submenu {
  display: none;
  background: transparent;
  font-size: 14px;
  padding:0
}

.servicesbox1 .submenu > li {
padding: 30px; color: #000; position: relative;
border: 1px solid #c4bebe; background-color: #fff; border-top: 0;}
.servicesbox1 .submenu li h3{color: #ea1b38; font-size: 36px; font-weight: 700; margin-bottom: 15px;
font-family: 'Candara-Bold';}
/* .submenu li p{color: #000; font-size: 18px; text-align: justify;
line-height: 28px; font-weight: 300; width: 65%}
.submenu a {
  clear: both;
  display: table;
  padding: 10px 100px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 30px;
  font-size: 16px;
  margin-top: 25px;
  text-transform: uppercase;
  font-weight: 300;
}

.submenu a:hover {
  background: #fff;
  color: #000;
} */


.submenu ul{list-style: none; padding-bottom: 0px;}
.submenu ul li{
    font-size: 18px;
    line-height: 24px;
    color: #000;
    position: relative;
    padding: 0px;
    border: 0px;
    margin-bottom: 15px;
    padding-left: 30px;
    text-align: justify;
}
.submenu ul li:before{
    content: "";
    width: 20px;
    height: 17px;
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 7px;
}


ul.submenu li img{position: absolute; width: 30%; right: 0px; bottom: 0px;}


ul.resp-tabs-list1 li h5{
    margin: 50px 0
}

.careertopbx{
	width: 100%;
display: table;
padding: 0px 0 30px;
clear: both;
position: relative;
margin-top: 50px;
}
.careertopbx::before {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	width: 25%;
	height: 100%;
	background-color: #e8e8e8;
  }
  .careertopbx img.hss{
	  width: 45%
  }
  .careertopbx h2{
	color: #003180;
	font-size: 30px;
	font-weight: 600;
	line-height: 42px;
	margin-top: 0;
	margin-bottom: 20px;
  }
  .careertopbx p{
	font-size: 18px;
line-height: 38px;
width: 100%;
clear: both;
font-style: normal;
color: #282828;
margin-bottom: 30px;
  }
  img.hss {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    width: 35%;
    display: block;
  }
  .transformationpg img.hss {
    width: 43%;
  }
  .abtt1 img{
      width: 60%;
      margin: auto;
      display: table;
  }
  .abtt1{
      margin-bottom: 40px;
  }

  .jobdescripp{
    background-color: #fff;
    padding: 50px 70px;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
    border-radius: 0px;
}
.jobtop{
    clear: both; width: 100%;
    margin-bottom: 50px;
}
.jobtop span{
    float: left;
    display: inline-block;
    margin-right: 25px;
    color: #4A4A4A;
    font-size: 16px;
}
.jobtop span img{width: 17px; margin-right: 20px}
.accordion-content .jobdescripp p{
    font-weight: 400;
    font-size: 16px;
    margin: 0px;
    color: #4A4A4A;
    line-height: 32px;
    margin-bottom: 15px;
    clear: both;
    width: 100%;
    padding: 0;
    background-color: transparent;
}
.jobdescripp h3{
    color:#012d7e;
    text-align: left;
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 600;
}
.jobdescripp ul{
    list-style: none;
    margin-bottom: 20px;
}
.accordion-content .jobdescripp ul li{
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    margin-bottom: 0px;
    background-image: url('../images/png_1_c.png');
background-repeat: no-repeat;
background-position: 12px 12px;
background-size: 13px;
    color: #4A4A4A;
    margin-bottom: 7px;

}
.jobdescripp a{
    background-color: #f64913;
    border-radius: 10px;
    padding: 8px 30px;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    transition: all 0.3s;
    display: inline-block;
}
.jobdescripp a:hover{
    color: #f64913;
    background-color: #ccc;
}

.jobtop span img {
    width: 20px;
    margin-right: 10px;
    float: left;
    display: inline-block;
    margin-top: 5px;
}
/* .careersmainpg h1{
  text-align: center;
  color: #0B2E4F;
font-size: 34px;
line-height: 42px;
  font-weight: 400;
  margin-bottom: 20px;
}
.careersmainpg h1 span{font-weight: 600;} */

.careersmainpg h1 {
  position: relative;
  width: 100%;
  text-align: center;
  color: #000;
  font-weight: 300;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 50px;
  font-size: 36px;
}
.careersmainpg h1 span{font-weight: 600;}
.careersmainpg h1:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 150px;
  height: 2px;
  background-color: #f64913;
  content: "";
  bottom: 0px;
  margin: auto;
  display: table;
}


h5.modal-title{font-size: 24px; text-align: center; width: 100%;
text-transform: uppercase; color: #113062; font-weight: 700; letter-spacing: 2px;}
button.close{
    position: absolute;
    right: -15px;
    top: -15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ef4924;
    transition: all 0.3s;
    border-radius: 40px;
    opacity: 1;
    padding: 0px;
    margin: 0 !important;
}
button.close:hover{opacity: 1; background-color: #1070b9;}
.close span{font-size: 21px; color: #fff;}

.modal-dialog{left: 0 !important;}

h5.modal-title{font-size: 24px; text-align: center; width: 100%;
  text-transform: uppercase; color: #113062; font-weight: 600; letter-spacing: 2px;}
  button.close{
      position: absolute;
      right: -15px;
      top: -15px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background-color: #f64913;
      transition: all 0.3s;
      border-radius: 40px;
      opacity: 1;
      padding: 0px;
      margin: 0 !important;
  }
  button.close:hover{opacity: 1; background-color: #000;}
  .close span{font-size: 21px; color: #000;}
  button.close:hover span{color: #fff;}

  button.close{
    position: absolute;
    right: -15px;
    top: -15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f64913;
    transition: all 0.3s;
    border-radius: 40px;
    opacity: 1;
    padding: 0px;
    margin: 0 !important;
}
button.close:hover{opacity: 1; background-color: #000;}
.close span{font-size: 21px; color: #fff;}
button.close:hover span{color: #fff;}
  
  .btmcontright form input.form-control, .modal-body form input.form-control{
      border: 0px;
      border-bottom: 2px solid #ccc;
      color: #000;
      box-shadow: none;
      border-radius: 0px;
      font-size: 14px;
      margin-bottom: 25px;
      width: 100%;
  }
  .btmcontright form input.form-control:focus, .btmcontright form textarea.form-control:focus,
  .modal-body form textarea.form-control:focus, .modal-body form input.form-control:focus{border-color: #00aaff;}
  .btmcontright form textarea.form-control, .modal-body form textarea.form-control{
      border: 0px;
      border-bottom: 2px solid #ccc;
      color: #000;
      box-shadow: none;
      border-radius: 0px;
  
  }
  
  form input.btn-1{
      width: auto;
      height: auto;
      text-transform: uppercase;
      font-size: 14px;
      color: #fff;
      background-color: #ef4924;
      padding: 12px 60px;
      border-radius: 56px;
     margin-top: 25px;
     font-weight: 600;
     transition: all 0.3s;
     border: 0px;
  }
  form input.btn-1:hover{
      background-color: #FF8800;
  }
  .modal-body input.btn-1{display: table; margin: auto; margin-top: 20px;}
  .modal-body input.btn-1:hover{background-color: #f64913; color: #000;}
  .modal-body{width: 100%;}
  .modal-dialog{}
  .modal-header{border-bottom: 0px;}
  .modal-body{display: table;}
  .modal-header .close{padding: 0px; opacity: 1;}
  .modal-header .close:hover{padding: 0px; opacity: 1;}
  .modal-backdrop.show {
    opacity: .5;
  }
  label{font-weight: 300; font-size: 14px;}

  .consultancypgbx:before{display: none;}
  .consultancypgbx p{padding: 0 10%}


  .mobno{display: block;}
  .opadd50{padding: 0 50px;}

  .careersmainpg {
    background-color: #fbfbfb;
    display: table;
    padding: 60px 0;
    width: 100%;
  }

    /* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (min-width : 240px) and (max-width : 960px)
{
    body{overflow-x: hidden; padding-top: 0;}
    .container{width: 100%; display: block; max-width: 100%; min-width: 100%;}
    /* .header{padding: 0px 15px; position: relative;} */
    .menubar{display: none;}
    .top_social, .top_social ul{display: none;}
    .menu2{display: block; top: 25px; right: 10px; z-index: 99999999999999;}
    .menu{display: none;}
    .top_left{text-align: center; width: 100%;}
    .top_left ul li{display: none;}
    .top_left ul li.mobbtn{display: inline-block; float: none; margin: 0 2px;}
    .top_left ul li.mobbtn a{
        background-color: #012168; padding: 6px 10px;
        color: #fff; text-decoration: none; text-transform: uppercase;
    }
    .top_left ul li.mobbtn:last-child a{background-color: #019cde}
    .top_header{background-color: #fff;text-align: center;}
    .logo a{}
    .banner_hd{font-size: 18px; line-height: 26px; margin-bottom: 10px;}
    .banner_cont{font-size: 12px; line-height: 24px;}
    .banner_hd br{display: none;}
    .banner_txt{top: 25% !important; padding: 0 15%; width: 100%;}
    .banner_r_more a, .box6 a{font-size: 14px; padding: 0px; }
    .pavcontentslider .carousel-control{top: 85% !important}
    .carousel-control svg{}
    .carousel-control.left{right: 50px;}
    .carousel-control.right{right: 0px !important;}
    .box2{padding: 20px 0;}
    .box2 h2{font-size: 32px; margin-bottom: 10px;}
    .box2 ul li{width: 100%; clear: both;}
    .box2cont{padding-left: 0px;}
    .box2img{position: relative; clear: both;}
    .box2cont h4{width: 100%; clear: both; display: inline-block; margin-top: 15px; font-size: 21px;}
    .box6 h2{font-size: 28px; line-height: 36px;}
    .box6{padding: 60px 20px;}
    .mFooter{font-size: 14px;}
a.product-finder-btn{display: none;}

    .inner_banner ul{padding: 0px; margin-top: 0;}
    .inner_banner ul li{font-size: 12px;}
    .inner_banner ul li::after{top: -1px;}
    .innertxt1{top: 40%; z-index: 99}
    .inner_banner h1{font-size: 16px;}

    .innerbx1 img{margin-bottom: 15px; width: 100%;}
    .innerbx1 h3{font-size: 26px;}
    .innerbx2{padding: 40px 0}
    .mission-about{margin-top: 65px;}
    .contact-form{margin-top: 20px; padding: 0 10px;}
    .reglogo img{width: 200px;}
    .regform{padding: 20px;}
    .regformbx h3{font-size: 28px;}
    .loginformbx{width:96%; margin:0 2%;}
    .loginpg h4{font-size: 16px; margin-bottom: 40px;}
    img.f1{width: auto; height: 100%}
    .banner_hd h2{font-size: 24px; line-height: 36px; width: 100%}
    .banner_cont p{font-size: 14px; line-height: 21px;}
    .carousel-inner > .item > img, .carousel-inner > .item > a > img{max-width: 100% !important; width: 100% !important;
        left: 0%; position: relative; height: 400px !important; object-fit: cover; object-position: center;}

    .sec3bx1 a:hover .service-box-content{background-color: rgba(1, 1, 32, 0.9); border-radius: 0px;
padding: 15px;}
.item-box p{font-size: 10px; line-height: 16px;}
    .aboutcontent h4{font-size: 18px;}
    img.asecimg, img.asec4imgabs{position: relative; left: auto; right: auto; width: 100%;}
    ul.tabs li{font-size: 14px; margin: 10px; width: 100%;}
    .tab_content p{font-size: 14px; line-height: 24px;}
    .asection3{padding-bottom: 70px;}
    .asection4 h2{font-size: 21px;}
    .asection4 h3{font-size: 14px; line-height: 24px;}
    .asec4bx1{text-align: center; padding: 25px}
    .asec4bx1 h4{padding: 15px 0; font-size: 18px;}
    .tab_container .col-sm-6{padding-left: 10px !important;}
    .tab_content h4{font-size: 21px; line-height: 32px;}

    .section4 h2{font-size: 24px;}
    .section4 .col-sm-7{margin-top: 20px;}
    .section5 a{position: relative;}



    .section3{background-size: cover; background-position: left top; padding: 50px 15px }

    .section1{padding-bottom: 50px; padding-top: 30px;}
    .aboutcontent h2{font-size: 18px; line-height: 26px;}
    .aboutcontent h3{font-size: 14px; line-height: 21px;}

    .section2 h1, .section3 h1{font-size: 21px; line-height: 26px;}
    .section2 h2, .section3 h2{font-size: 18px; line-height: 21px;}
    .section2 h2 a{position: relative; top: auto; font-size: 14px; margin-top: 20px; margin-bottom: 20px;}
    .top50{top: 0}

    .section3 .owl-next, .section3 .owl-prev{width: 20px; background-size: 20px; background-repeat: no-repeat;}
    .clientsbx h1, .contact h2, .section4 h1{font-size: 21px;}
    .section4 h1{margin-bottom: 15px; margin-top: 20px;}
    .clientsbx{padding-bottom: 50px;}
    .ftbottom{padding-left: 0;}
    img.ftlogo{width: 155px;}

    .ftbottom p a{clear: both; display: block; font-size: 14px;}
    .ftsocial a{font-size: 21px;}
    .footerlinks ul li a{font-size: 10px; margin: 0 5px;}
    .copyrights{text-align: center; font-size: 12px;}
    .contact .php-email-form input, .contact .php-email-form select,
    .contact .php-email-form textarea{font-size: 12px;}

    .service-box-content h3{font-size: 16px;}
    .overlay{padding: 15px;}

    .aboutcontent p, .abox1 p, a.serbx1 p, .serv1 p{font-size: 14px; line-height: 24px;}
    .aboutcontent a{font-size: 14px; padding: 10px 24px;}
    a.serbx1 h3,.serv1 h4 a{font-size: 18px;}
    .clientsbx .owl-prev, .section1 .owl-prev{left: 0}
    .clientsbx .owl-next, .section1 .owl-next{right: 0}
    .clientsbx .owl-nav, .section1 .owl-nav{top: 95%}
    .section5{background-position: center center; padding: 40px 0}
    .section5 h2{font-size: 21px; margin-top: 0px; line-height: 32px;}
    .ftleft1{width: 100%; clear: both; margin-bottom: 20px;}
    .mFooter{height: auto; line-height: 32px; padding: 15px 0; font-size: 12px;}
    .mFooter a::before{top: 10px;}
    .footer::before{background-size: 50%; background-position: right 85%;}

    .inner_banner img{width: 100%; left: 0%; height: 200px; object-fit: cover; object-position: center center;}
    .inner_banner{margin-top: 90px;}
    img.innerbannerf {
        position: absolute;
        left: 0px;
        top: 40%;
        width: 150px;
        opacity: 0.5;
        z-index: 9;
    }
    .asection2 h2, .aboutbx2 h2, .ab3bx1 h2, .careerspg1 h2{font-size: 16px; line-height: 24px;}
    .asection2 p{font-size: 14px !important; line-height: 24px !important;}
    .ab3bx1 p, .aboutbx2 p, .abtbtm1 p, .servidpg p{font-size: 14px !important;}
    .inner-four-sec{margin-bottom: 30px;}
    .abtbtm1 h4{font-size: 16px;}
    .servidpg h3{font-size: 18px; line-height: 32px;}
    .servidpg h4{font-size: 16px;}
    .servidpg h1, .box1_left h2{font-size: 21px; line-height: 38px;}
    .servidpg ul li{font-size: 14px;}
    .servidpg ul li::before{top: 7px;}
    .servidpg h3 img{width: 85px; top: 20px;}
    .clientsbx ul li{width: 50%;}
    .careerspg1 p{font-size: 14px !important;}
    .companyimage{width: 16%;}
    .job_des{width: 84%; padding-left: 2%}
    .com_name{font-size: 16px;}
    ul.jobloc_map li{font-size: 12px;}
    .fulltime, .parttime{top: -20px; font-size: 12px; padding: 8px 10px; right: -25px; border-radius: 0;}
    .box1_left, .box1_right{width: 100%; clear: both; position: relative; top: 0; margin-bottom: 15px;}
    .innerul ul li{font-size: 14px; line-height: 21px;}
    .formbox h2{font-size: 21px;}
    .formbox input.form-control1, .formbox textarea.form-control1, .modal-body input.form-control1, .modal-body textarea.form-control1{font-size: 12px;}
    input.subres1{font-size: 14px;}
    .adbxin h2{font-size: 21px !important;}
    .contactpg{padding: 20px 0}
    .add1 h5, .adbxin a{font-size: 16px;}
    .add1 h5{font-size: 14px !important;}
    .section-hero_cont h1{font-size: 18px;}
    span.go_animation{padding: 0px 10px}
    .home-hero-content{font-size: 14px !important; width: 90%; bottom: 30px}
    .why-choose-block .inner-box h4{font-size: 18px;}
    .four-sec-title{font-size: 16px;}
    .home_link{height: 70vh;}
    .social{display: none;}
    .header{padding: 0 20px; height: 100px; width: 100%; background-color: #fff;}
    .logo{position: relative; height: auto; width: auto;}
    .logo::before{display: none;}
    .logo a img{height: 80px;}
    .clientsbx img{padding: 0}
    .ftaddress{padding-left: 0;}
    .deskno{display: block;}
    .mobno{display: none;}
    .contact img{width: 150px !important; clear: both; display: inline-block; margin-top: 0; position: relative; top: -10px}

    .ftaddress b{font-size: 18px;}
    .ftaddress{font-size: 14px; line-height: 28px;}
    .ftaddress strong{font-size: 16px;}
    .ftsec2 h3{font-size: 18px; margin-top: 20px;}
    .ftsec2 a{font-size: 14px;}
    .copyrights{display: inline-block;}

    .semicondbx2 h1{font-size: 21px; margin-top: 30px; display: inline-block;}
    .semicondbx2 ul li{font-size: 14px; line-height: 24px;}
    a.backbtn{top: -25px; font-size: 14px; padding: 5px 15px}
    .box1_left h4{font-size: 18px; line-height: 28px;}

    ul.tabs1{position: relative; width: 100%; display: block; bottom: auto;}
    ul.tabs1 li{font-size: 14px; padding: 10px;}
    .tab_content1{width: 100%; display: block;}
    .tab_content1 p, .tab_content1 ul li{font-size: 14px; line-height: 24px;}
    .tab_content1 ul li{width: 100%; float: none; display: block; background-position: left 4px;}
    .inner_banner h1 br{display: none;}
    ul.tabs1{padding: 0}
    ul.tabs1 li{float: left; width: 50%; display: inline-block; font-size: 12px;}
    ul.tabs1 li:first-child{padding-top: 10px;}
    .tab_content1{padding: 20px}
    ul.tabs2 li{width: 50%; font-size: 14px;}
    .tab_content2 h4{font-size: 21px;}
    .tab_content2 p{font-size: 14px; line-height: 24px; margin-bottom: 40px;}
    img.contacttt{position: relative; width: 100%; display: block; height: auto; left: auto; bottom: auto; top: -120px;}
    .formbox1{margin-top: -75px;}
    .adbxin{padding: 20px;}
    .main_banner{margin-top: 100px;}
    .chose-wrapper::before{font-size: 60px; bottom: -40px; right: -10px;}

    ul.quickacc{width: 100% !important;}

    .section1 h6{font-size: 18px;}
    .section1 h2{font-size: 18px; line-height: 28px;}
    .chose-wrapper{padding: 40px;}
    .section-title p, .skills__text p{font-size: 14px; line-height: 24px;}
    .theme_btn{font-size: 12px;}

    .section2in{padding: 0 30px}
    .owl-carousel .owl-stage{left: 0;}
    .section2in a:hover .indcont p{height: 63px; overflow: hidden; line-height: 21px;}
    .section2in .owl-theme .owl-nav{display: none;}
    .section2in .owl-theme .owl-dots{display: block; bottom: 10px}

    .footer_menu, .home_addressleft{width: 100%; clear: both; min-height: auto;
    border-left: 0;  padding: 0; margin-bottom: 30px;}
    .footer_menu1, .footer_menu2{padding: 0}
    .footer_menu2{margin-bottom: 30px; border-bottom: 0;}
    .ftbb{min-height: auto;}
    .copy_right{font-size: 12px;}

    .innersec1 h1{font-size: 21px;}
    .innersec1 h3{font-size: 18px; margin-top: 20px;}
    .innersec1 p, .innersec1, .innerleft ul li, .innerserv{font-size: 14px; line-height: 24px;}
    .image-column1 .icon-box{left: 0;}
    .innerleft{padding-right: 10px !important;}
    .innerpg h2, .innersec1 h2, .page_content h2{font-size: 21px;}
    ul.jobloc_map li .col-sm-6{width: 50%; clear: none; float: left;}
    .jobp1 h4{font-size: 16px;}
    .page_content{width: 100%; clear: both;}
    .fixme {
        position: relative;
        -webkit-position: relative;
        -moz-position: relative;
        -o-position: relative;
        -ms-position: relative;
        top: 0;
        right: 0;
        width: 100%;
      }
      .contactpg h2{font-size: 21px;}
      .innerright{width: 100%;;}
      .servicesbox1 .accordion .link{font-size: 16px; padding-left: 100px;}
      .innersec1 h2 img{top: -40px}

      ul.quickacc > li > a{padding: 15px 10px !important; font-size: 14px !important;}
      .accocontt p{font-size: 14px; line-height: 24px;}
      ul.quickacc > li > a.expanded::before{display: none;}

      .footer_menu3{position: relative; left: auto; right: auto; top: auto; bottom: auto;}

      .footer{padding: 40px 20px}
      .howcanwehelpbx h2{font-size: 21px;}
      .howcanwehelpbx input.form-control, .howcanwehelpbx textarea.form-control{
          font-size: 12px;
      }

      .trainingbox h3, .nursingbox h3{font-size: 14px;}
      .trainingbox h2, .nursingbox h2{font-size: 18px;}
      .trainingbox p, .nursingbox p{font-size: 14px; line-height: 21px;}
      .trainingbox img{margin-top: 30px;}

      .nursingbox::before{display: none;}
      img.nursingimg{
          position: relative;
          width: 100%;
          left: 0;
          top: 0;
      }
      .nursingbox{display: table; min-height: auto; padding: 40px;}
      .trainingbox{padding: 0px 0}

      .bannerbtmtt{font-size: 14px;}
      #key-benefits .key-benefits__list{display: block;}

      .jobsposbx h2{font-size: 21px;}
      .jobsposbx p.ppp{font-size: 14px; line-height: 21px;}
      .formbox input.form-control, .formbox textarea.form-control, .modal-body input.form-control, .modal-body textarea.form-control{font-size: 12px;}

      .careertopbx{padding: 40px 20px !important; margin-top: 0;}
	.transformbxxx{margin-bottom: 30px;}
	.bpmpgbx33{padding: 40px 0}

	.keyofferings h2{padding-bottom: 0; font-size: 21px;}
	.hwdibx{margin-bottom: 40px;}
	.keyofferings{padding-bottom: 20px;}
	.e33953-124.x-col{padding: 0 !important}
	.keyoffbx img{width: 70px;}
	.keyoffbx h3{font-size: 16px;}

	.bpmpgbx33 h2{font-size: 21px;}

	.modal-body{display: block;}

	.qlinksmiddlebox h5{font-size: 14px; padding-left: 20px;}
	.qlinksmiddlebox{width: 100%}
	.qlinksmiddlebox img{width: 80px;}
	.qlinksmiddlebox .col-sm-2 span{display: block; margin-left: 0; text-align: center;}

    .contact-section{padding: 40px 20px}
    .contact-section .form-column .inner-column{margin: 0}
    .contact-section .form-column .inner-column{display: block; padding: 20px;}
    .transformationpg img.hss {
        width: 43%;
        position: relative;
        width: 100%;
        left: 0;
      }
      .careertopbx h2{font-size: 21px; line-height: 32px;  margin-top: 40px;
        display: inline-block;}

        .careersmainpg h1{font-size: 24px;}
        
	.careertopbx p{font-size: 16px; line-height: 24px;}
	.jobdescripp{padding: 20px}
	.jobtop{display: inline-block; margin-bottom: 20px;}
	.consultancypgbx p{padding: 0}
	.servsec2{background-image: none !important; padding: 30px; display: inline-block;}
	.mobimg{display: block; width: 100%;}
	.mobimg img{width: 100%; display: block; margin-bottom: 20px;}
	.servsec2 h3{font-size: 18px; line-height: 28px;}
	/* .careertopbx{padding-left: 0 !important;} */
    .careertopbx{padding: 40px 20px !important; margin-top: 0;}
	.transformbxxx{margin-bottom: 30px;}
	.bpmpgbx33{padding: 40px 0}
    .careertopbx::before{display: none;}
    .accordion-content .jobdescripp p, .accordion-content .jobdescripp ul li, .careertopbx p{
        font-size: 14px; line-height: 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)
{
    .banner_txt{top: 35% !important;}
    .banner_hd{font-size: 48px; line-height: 52px;}
    .box2 ul li{float: left; display: inline-block; clear: none; width: 50%;}
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        max-width: 100% !important;
        width: 100% !important;
        left: 0%;
        position: relative;
    }
    .banner_hd h2{font-size: 36px;}
    .aboutimg{height: 500px; display: block;}
}
@media only screen and (min-width : 960px) and (max-width : 1240px)
{
    .container{width: 100%; display: block; max-width: 100%; min-width: 100%;}
    .menu > ul > li{margin:0;}
    .menu > ul > li > a{font-size: 14px; padding: 20px 10px;}
    .logo{margin:0; padding: 0}
    .banner_hd h2{font-size: 42px;}
    .menu ul{margin-right: 0}
    .header{padding: 0}
    .section2in .owl-stage{left: 0;}
    .section2in{padding-left: 0;}
    .section2in .owl-nav{top: 260px !important;}
    .section2in a:hover .indcont p{height: 63px; overflow: hidden; line-height: 21px;}
}
@media only screen and (min-width : 960px) and (max-width : 1140px)
{
    .container{width: 100%; display: block;}
    .top_header, .header .wrapper{padding: 0 20px;}
    .banner_hd{font-size: 55px; line-height: 60px;}
    .box2cont p{min-height: 78px;}
    .aboutcontent h2{font-size: 24px; line-height: 32px;}
    .aboutcontent p{font-size: 14px; line-height: 24px;}
}
@media only screen and (min-width : 1170px) and (max-width : 1320px)
{
    .container{width: 100%; display: block;}
    .banner_hd h2{font-size: 42px;}
    .header{padding: 0}
}