body {
    font-family: 'Jost', sans-serif;
}
.container{width: 1280px}
ul,
ol {
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Jost', 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: 150px;
}

.logo:before {
    width: 0;
    height: 0;
    border-top: 150px solid #fff;
    border-right: 125px solid transparent;
    height: 150px;
    width: 150px;
    content: "";
    position: absolute;
    right: -125px;
    top: 0;
}

.logo a {
    text-decoration: none;
    display: block;
    text-align: center;
}

.logo a img {
    height: 130px;
    /* display: block; */
}

.hdbxr {
    float: right;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.25);
    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: #3da6ff;
    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: 20px 20px;
    line-height: 35px;
    color: #fff;
    font-size: 19px;
    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: 12px;
}

.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: #64b3f7;
}

.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 #3da6ff;
}

.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 #3da6ff;
}

.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: uppercase;
    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: 'Jost', 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;
}


/*----------banner-----------*/

.mtop1 {
    height: 75px;
}

.main_banner {
    background-color: #7b7b7b;
}

.carousel-control svg {
    width: 35px;
  }
/*.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: 42% !important;
    color: #fff;
    position: absolute;
    text-align: left;
    width: 100%;
    padding: 0 10% !important;
    margin: auto;
    left: 0%;
    margin: auto;
    text-align: center;
    font-family: 'Jost', sans-serif;
    visibility: hidden !important;
}

.banner_hd,
.banner_cont,
.banner_r_more {
    width: 100%;
    float: left;
}

.banner_hd {
    color: #fff;
    font-size: 55px;
    line-height: 65px;
    font-weight: 400;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
    font-family: 'Jost', 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: #3da6ff;
} */

.banner_hd span {
    /* color: #00ce10;
    font-family: 'Jost', 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: 'Jost', 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: uppercase;
    margin: auto;
    font-weight: 400;
    display: inline-block;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    outline: 0px;
    font-size: 14px;
    padding: 15px 30px;
    letter-spacing: 2px;
    background-color: #0077ff;
}

.banner_r_more a img {
    width: 60px;
}

.banner_r_more a:hover {
    background-color: #fff;
    color: #0077ff;
}

.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: 50px;
    position: absolute;
    left: 0px;
    bottom: 15%;
    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;
    background-image: url(../images/jj.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.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-left: 40px;
}

.section1 h6 {
    color: #17171a;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.section1 h6:before{
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 60px;
    height: 10px;
    content: "";
    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: 'Jost', sans-serif;
}

.section-title p,
.skills__text p {
    font-size: 19px;
    font-weight: 400;
    line-height: 36px;
    color: #595e5e;
    margin-bottom: 0;
}

.skills {
    position: relative;
}

.skills__text h6 {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
}

.theme_btn {
    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;
}

.theme_btn i {
    font-size: 18px;
    line-height: 1;
    margin-left: 5px;
    -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;
}

/* .theme_btn2 {
    background: #3da6ff;
} */

.theme_btn:hover {
    background-color: #001076;
    color: #fff;
    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---------*/


.section2{
    width: 100%; display: block;
    padding: 50px 0 0px;
    position: relative;
    overflow: hidden;
    background-image: url(../images/bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.section2:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    background-color: #002840;
    opacity: 0.88;
}
.section2in{
    position: relative;
    width: 100%;
    z-index: 9;
    padding-left: 100px;
}
.section2in h2{
    color: #fff;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.section2in h2:before{
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 60px;
    height: 10px;
    content: "";
    background-image: url(../images/line-heading3.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.section2in h3{
    color: #fff;
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Jost', sans-serif;
}
.section2in a {
    text-decoration: none;
    color: #fff;
    transition: all ease-in-out .5s;
    position: relative;
    display: block;
    padding-bottom: 20px;
    overflow: hidden;
}

.section2in a>img {
    width: 100%;
    display: block;
}

.indtxt {
    position: absolute;
    bottom: 50px;
    top: auto;
    width: 100%;
    padding: 0 30px;
    transition: all ease-in-out .5s;
}

.section2in a:hover .indtxt {
    bottom: 50px;
}

.indcont {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    display: block;
    padding: 20px 30px;
    transition: all ease-in-out .5s;
    overflow: hidden;
}

.section2in a:hover .indtxt .indcont {
    /* background-color: #028bc5c7 */
}

.indcont img {
    height: 50px;
}

.indcont h4 {
    color: #0077ff;
    font-size: 21px;
    margin: 10px 0 10px;
}

.indcont p {
    color: #194560;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    height: 0;
    opacity: 0;
    transition: all .5s;
}

.indcont span {
    font-size: 24px;
    /* padding: 10px 0 0; */
    width: 75%;
    display: block;
    color: #0077ff;
    height: 0;
    opacity: 0;
    transition: all .5s;
}

.section2in a:hover .indcont p {
    opacity: 1;
    height: auto;
    margin-bottom: 15px;
}
.section2in a:hover .indcont span {
    opacity: 1;
    height: auto;
}


.section2in .owl-stage {
    left: -75px;
    padding-bottom: 20px;
  }
  .section2in .owl-theme .owl-nav {
    width: auto;
    float: right;
  }
  .section2in .owl-theme .owl-nav [class*="owl-"] {
    width: 50px;
    height: 37px;
  }
  .section2in .owl-nav {
    top: 200px !important;
    width: auto;
    left: -29%;
  }
  .section2in .owl-prev {
    background-image: url("../images/prev2.jpg") !important;
    opacity: 1 !important;
    margin-left: -30px !important;
    background-size: 100%;
  }
  .section2in .owl-prev:hover {background-image: url("../images/prev2h.jpg") !important;}
  .section2in .owl-next {
    background-image: url("../images/next2.jpg") !important;
    opacity: 1 !important;
    margin-right: -30px !important;
    margin-left: 1px;
    right: 50px !important;
    background-size: 100%;
  }
  .section2in .owl-next:hover{background-image: url("../images/next2h.jpg") !important;}


  .section3{
      padding: 50px 0;
      background-color: #fff;
      display: table;
      width: 100%;
  }
  .section3 h2{
    color: #17171a;
    font-size: 38px;
    line-height: 1.1;
    font-weight: 600;
    position: relative;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 0;
}
.section3 h2:before{
    position: absolute;
    left: calc(50% - 30px);
    bottom: -20px;
    width: 60px;
    height: 10px;
    content: "";
    background-image: url(../images/line-heading3.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.section3 h3{
    color: #262626;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Jost', sans-serif;
}


.section4{
    background-color: #fff;
width: 100%;
display: table;
padding: 60px 0 40px;
position: relative;
background-image: url(../images/jj_co.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.section4 h2{
    color: #17171a;
    font-size: 38px;
    line-height: 1.1;
    font-weight: 600;
    position: relative;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 0;
}
.section4 h2:before{
    position: absolute;
    left: calc(50% - 30px);
    bottom: -20px;
    width: 60px;
    height: 10px;
    content: "";
    background-image: url(../images/line-heading3.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.section4 h3{
    color: #262626;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: center;
    font-family: 'Jost', sans-serif;
}
.section4 a{
    text-decoration: none;
    display: table;
    transition: all 0.3s;
    width: 100%;
    color: #fff;
    background-color: #447ea1;
}
.section4 a img{width: 100%; display: block;}
.sec4bx{
    padding: 30px;
    width: 100%; display: block;
}
.sec4bx h4{
    color: #fff;
    font-size: 18px;
    margin: 0px 0 15px;
}
.sec4bx p{
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 300;
}
.sec4bx i{
    font-size: 18px;
    transition: all 0.3s;
}
.section4 a:hover i{margin-left: 10px;}
a.sec4anch1{margin-bottom: 20px;}
a.sec4anch1 .sec4bx{padding: 30px 15px}
.section4 a.sec4anch1 img{height: 227px; object-fit: cover; object-position: center;}



.section5{
    width: 100%; display: block;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    background-image: url(../images/8.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.section5:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    background-color: #002840;
    opacity: 0.88;
}
.section5 h2{
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    line-height: 48px;
    margin: 0;
    position: relative;
}
.section5 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;
    position: absolute;
    right: 0;
    top: 0;
}

.section5 a:hover {
    background-color: #fff;
    color: #0077ff;
    text-decoration: none;
}





/*footer*/
.footer {
    width: 100%;
    display: table;
    padding: 30px 0 0;
    background-color: #00152b;
    /* 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: 50px 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: 25%;
    margin-bottom: 0px;
    border-left: 1px solid rgba(230, 230, 230, 0.2);
    
    padding: 50px 20px;
    min-height: 275px;
  }
  .footer_menu ul {
    list-style-type: none;
    width: 100%;
    float: left;
  }
  .footer_menu ul li {
    width: 100%;
    margin-bottom: 5px;
    float: left;
    margin-right: 20px;
    position: relative;
    line-height: 28px;
  }
  .footer_menu p {
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #a2a2a3;
    margin-bottom: 0px;
  }
  .footer_menu1 ul li {
    float: left;
    margin-right: 0px;
    display: inline-block;
    width: 33.33%;
  }
  .footer_menu ul li a {
    text-decoration: none;
    color: #ffffffb8;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    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: #007fff;
    font-size: 21px;
    font-weight: 700;
    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: 80%;
  }
  .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%;
    color: #2a2f33;
    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: 21px;
      margin-right: 15px;
      margin-top: 10px;
      display: inline-block;
  }
  .footer_menu1, .footer_menu2{padding: 30px 0}
  .ftbb{
      width: 100%; display: block;
      background-color: #001c3a;
      padding: 20px 25px;
      min-height: 212px;
  }
  .copy_right {
   padding: 20px;
   text-align: center;
   color: rgba(255, 255, 255, 0.5);
   background-color: #001c3a;
   width: 100%;
   display: table;
   font-size: 16px;
  }
  .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: #000;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.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;
    background-color: #fff;
    opacity: 0.1
}

.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: center; 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: #6cbbff;    
    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: inline; text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;}
.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: 'Jost', sans-serif;
}
.innersec1 h1 span{border-bottom: 2px solid #3da6ff;}
.innersec1 h3{
    color: #17171a;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
    font-family: 'Jost', 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: 'Jost', 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;
    margin-left: auto;
  margin-right: auto;
  width: 50%;
    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: 'Jost', 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: 'Jost', 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 #3da6ff;
}
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;
}*/



.formbox, .jobsposbx {
    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;
}
.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: 'Jost', sans-serif;
border-bottom: 2px solid #3da6ff;
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: #3da6ff;
    color: #fff;
    font-size: 12px;
    border: 2px solid #3da6ff;
    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: #0c3044;
/* 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: #fff;
    border-radius: 0px;
    height: 56px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #000;
    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;}



/*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: #3F95D0;
	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 #3F95D0;
} */

.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: #3F95D0;
	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: #1d2071;
}

.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: #1d2071;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.3s;
}

.job_nav li:last-child a:hover {
	background-color: #3F95D0;
}

.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: #3F95D0;
	/* 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 40px 8px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	border: 0px;
	background-color: #3F95D0;
	transition: all 0.3s;
	margin: auto;
	display: table;
    float: none;
}

input.subres:hover {
	background-color: #000;
    color: #fff;
}

.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: #353535;
}
.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 #49acff;
    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: #013064; font-size: 24px;
letter-spacing: 3px;}

.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: #07f;
    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: #00152b;
  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 #53C1FF;
    background-color: #53C1FF;
    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
}


    /* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (min-width : 240px) and (max-width : 960px)
{
    body{overflow-x: hidden;}
    .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: 28px; line-height: 32px; margin-bottom: 10px;}
    .banner_hd br{display: none;}
    .banner_txt{top: 25% !important; padding: 0 15%;}
    .banner_r_more a, .box6 a{font-size: 14px; padding: 8px 30px; }
    .pavcontentslider .carousel-control{top: 75% !important}
    .carousel-control svg{width: 20px;}
    .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;}

    .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: 200% !important; width: 200% !important;
        left: -50%; position: relative;}

    .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;}

    .section1 h6{font-size: 24px;}
    .section1 h2{font-size: 18px; line-height: 28px;}
    .chose-wrapper{padding-left: 0;}
    .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; border-bottom: 1px solid rgba(230, 230, 230, 0.2);}
    .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}
}
/*------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}
}