body {
    font-family: 'proxima', 'Montserrat', sans-serif;
    padding-top: 140px;
    overflow-x: hidden;
    font-size: 16px;
}

ul,
ol {
    padding: 0px;
    margin: 0px;
}

.container {
    max-width: 1180px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'proxima', 'Montserrat', sans-serif;
}


/*--------header-----------*/

.header {
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
    width: 100%;
}

#header.fixed1 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 999999;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}

.header_top {
    width: 100%;
    display: table;
    background-color: rgba(255, 255, 255, 0.95);
    height: 140px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 9;
    padding: 0 60px;
    background-image: url('../images/menu-bg.png');
    background-position: right top;
    background-repeat: no-repeat;
    /* background-size: 200px; */
}

.logo {
    float: left;
    display: inline-block;
    height: 140px;
    line-height: 140px;
    margin-left: 0px;
}

.logo a {
    vertical-align: middle;
    display: table;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    width: 200px;
    height: inherit;
    background-size: 100%;
}


/* #header.fixed1 .logo {
    height: 60px;
} */


/* #header.fixed1 .logo a {
    background-image: url(../images/logo.png);
    width: 90px;
    background-size: 100%;
    background-position: left 5px;
} */

.hd_right {
    float: right;
    display: inline-block;
    padding-top: 16px;
    margin-right: 175px;
}

.hd_right ul {
    list-style: none;
    display: inline-block;
    float: right;
}

.hd_right ul li {
    float: left;
    display: inline-block;
    padding-right: 20px;
    padding-left: 60px;
    margin-right: 20px;
    position: relative;
    /* background-attachment: scroll;
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: left center;
    border-right: 1px solid #cecece; */
    font-size: 16px;
    color: #5e5e5e;
    /* text-transform: capitalize; */
}

.hd_right ul li .icon-box {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    border-radius: 50px 0px 0px 50px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #499bd9;
    border: 1px dashed #499bd9;
}

.hd_right ul li:last-child {
    border-right: 0px;
    margin-right: 0px;
    padding-right: 0px;
}

.hd_right ul li .li1 {
    font-size: 15px;
    color: #499bd9;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 3px;
}

.hd_right ul li .li2 {
    font-size: 17px;
    margin-top: 2px;
    color: #000;
    font-weight: 500
}

.top1_left {
    display: inline-block;
    float: right;
    margin-top: 23px;
}

.top1_left ul li {
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    font-weight: 300;
    position: relative;
}

.top1_left ul li a {
    color: #000;
    display: inline-block;
    float: left;
    font-size: 19px;
    padding: 0 15px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease 0s;
}

.top1_left ul li:last-child a {
    padding-right: 0px;
}

.top1_left ul li a i {
    margin-right: 7px;
    font-size: 18px;
    color: #55b83f;
}

.top1_left ul li.whatsapp a i {
    color: #2751ab;
}

.top1_left ul li a:hover {
    color: #1c93c5;
}

.top1_left ul li:after {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 1px;
    height: 18px;
    content: "";
    background-color: #ccc;
}

.top1_left ul li:last-child:after {
    display: none;
}

.topsocial {
    float: right;
    display: inline-block;
    padding: 0 20px;
    background-color: #623a82;
    height: 58px;
    line-height: 58px;
}

.topsocial a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s;
    height: 30px;
    width: 30px;
    margin-left: 5px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
}

.topsocial a:hover {
    color: #e5cdf8;
}

.headerSocial {
    float: right;
    display: inline-block;
    padding-top: 14px;
}

.headerSocial a {
    text-decoration: none;
    font-size: 16px;
    margin-right: 2px;
    transition: all 0.3s;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    border-radius: 32px;
    background-color: #fff;
    /* color: #fff; */
}

.headerSocial a.fb {
    color: #4862a3;
}

.headerSocial a.tw {
    color: #49a6e8;
}

.headerSocial a.lin {
    color: #006699;
}

.main_menu {
    clear: both;
    width: 75%;
    display: table;
    background-color: #499bd9;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    float: right;
    padding: 0 50px 0 30px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 100px 0 0 0px;
}


/* .main_menu::before {
    width: 0;
    height: 0;
    border-bottom: 58px solid #499bd9;
    border-left: 58px solid transparent;
    content: "";
    position: absolute;
    left: -58px;
} */

.menu {
    clear: both;
    width: 100%;
}

.menu ul {
    list-style: none;
    float: right;
    margin-right: 15px;
}

.menu>ul>li {
    display: inline-block;
    float: right;
    position: relative;
}

.menu>ul>li>a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    transition: all 0.3s ease 0s;
    outline: 0px;
    padding: 0 30px;
    height: 58px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: 1px;
}

.menu>ul>li>a i {
    margin-left: 2px;
}

.menu ul>li:hover>a,
.menu ul>li>a.active {
    color: #222;
}

.menu ul>li:hover ul.submenu1 {
    display: block !important;
}

ul.submenu1 {
    width: auto;
    min-width: 260px;
    /*max-width: 1000px;*/
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0px;
    list-style: none;
    display: none;
    z-index: 9999999999;
    border-top: 0px;
    border-radius: 5px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1) !important;
}

ul.submenu1:before {
    position: absolute;
    top: -7px;
    left: 20px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #FFF transparent;
}

ul.submenu1 li {
    display: table;
    clear: both;
    width: 100%;
}

ul.submenu1 li a {
    text-decoration: none;
    color: #000 !important;
    font-size: 16px;
    line-height: 28px;
    padding: 10px !important;
    display: block;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    text-align: left;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
    font-weight: 500
}

ul.submenu1 li:last-child a {
    border-bottom: 0px;
}

ul.submenu1 li:hover a {
    color: #499bd9 !important;
    background-color: transparent;
}

ul.submenu1 li:last-child a {}


/*------header_end--------*/


/*----------banner-----------*/

.mbanner {
    background-color: #252161;
    position: relative;
}

.mbanner::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -30px;
    overflow: visible;
    width: 51%;
    height: 70px;
    z-index: 1;
    -webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    -o-transform: skewY(4deg);
    transform: skewY(4deg);
    background-color: #fff;
}

.mbanner::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -30px;
    overflow: visible;
    width: 50%;
    height: 70px;
    z-index: 1;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    transform: skewY(-4deg);
    background-color: #fff;
}


/* .mbanner:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #252161;
    opacity: 0.5;
    z-index: 1
} */

.banner_txt {
    top: 20% !important;
    color: #fff;
    position: absolute;
    text-align: left;
    width: 55%;
    padding: 20px 60px !important;
    margin: auto;
    left: 10%;
    margin: auto;
    border-left: 10px solid #499bd9;
}

.banner_txt::before {
    position: absolute;
    content: '';
    left: 10px;
    top: 20px;
    width: 5px;
    height: 100%;
    background: url(../images/lines.png) no-repeat;
    visibility: visible !important;
}

.banner_txt::after {
    position: absolute;
    content: '';
    left: -20px;
    top: 20px;
    width: 10px;
    height: 100%;
    border-left: 10px solid #499bd9;
    visibility: visible !important;
}

.banner_hd {
    color: #fff;
    font-size: 55px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 900;
    /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important; */
}

.banner_hd span {
    /* color: #499bd9; */
}

.banner_cont {
    color: #fff;
    font-size: 21px;
    margin-bottom: 15px;
    line-height: 32px;
    /* text-transform: uppercase; */
}

.banner_r_more {
    clear: both;
    margin-top: 40px;
}

.banner_r_more a {
    font-size: 18px;
    color: #1a1b1b;
    text-decoration: none;
    background-color: #fff;
    padding: 15px 30px;
    transition: all 0.3s ease 0s;
    text-transform: capitalize;
    font-weight: 600;
    border: 2px solid #fff;
}

.banner_r_more img {
    margin-left: 5px;
}

.banner_r_more a:hover {
    background-color: #fff;
    color: #499bd9;
}

.item img {
    transform: scale(1.10, 1.10);
    transition: transform 5000ms linear 0s;
}

.item.active img {
    transform: scale(1, 1);
    transition: transform 5000ms linear 0s;
}

.wave-shape {
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    transform: rotate(180deg);
    width: 100%;
    overflow: hidden;
    height: 65px;
    top: initial;
    bottom: 0;
    transform: rotate(0);
}

.river-wave {
    background: url(../images/wave.svg) repeat-x;
    position: absolute;
    top: 0;
    width: 6400px;
    height: 65px;
    animation: river-wave 35s cubic-bezier(.36, .45, .63, .53) infinite;
    transform: translate3d(0, 0, 0)
}

.river-wave:nth-of-type(2) {
    top: 0;
    animation: river-wave 20s cubic-bezier(.36, .45, .63, .53) -.125s infinite;
    opacity: 1
}

@keyframes river-wave {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: -1600px
    }
}


/* 
.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);
    }
}  */

.traingle1 {
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(27, 48, 114, 0.8);
}

.traingle2 {
    position: absolute;
    right: 50px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid rgba(255, 255, 255, 0.3);
}


/*----------banner-----------*/


/*section1*/

.section1 {
    width: 100%;
    display: table;
    padding: 50px 0 80px;
    position: relative;
    z-index: 9;
    background-color: #fff;
}

.about-section {
    position: relative;
    padding: 100px 0px 90px;
    overflow: hidden;
}

.about-section .pattern-layer {
    position: absolute;
    right: 0px;
    top: 200px;
    width: 821px;
    height: 605px;
    background-position: right top;
    background-repeat: no-repeat;
}

.about-section .image-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section .image-column .color-layer {
    position: absolute;
    left: -55px;
    top: -55px;
    width: 460px;
    height: 610px;
    z-index: -1;
    background-color: #ebebeb;
}

.about-section .image-column .inner-column {
    position: relative;
    padding-right: 45px;
}

.about-section .image-column .inner-column .image {
    position: relative;
    z-index: 1;
}

.about-section .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
    z-index: 10;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
}

.about-section .image-column .inner-column .color-layer-two {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    height: 104%;
    width: 100%;
    z-index: 1;
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
}

.about-section .image-column .inner-column .color-layer-three {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 108%;
    width: 100%;
    background-color: #ff000c;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
}

.about-section .image-column .title {
    position: absolute;
    right: -125px;
    top: 145px;
    color: #e5e5e5;
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
    transform: rotate(-90deg);
}

.about-section .image-column .inner-column .experiance {
    position: absolute;
    right: 0px;
    bottom: 250px;
    z-index: 11;
    padding: 16px 22px 16px;
    border-radius: 50px 0px 0px 50px;
    background-color: #222222;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.about-section .image-column .inner-column:hover .experiance {
    border-radius: 0px 50px 50px 0px;
}

.about-section .image-column .inner-column .experiance .inner {
    position: relative;
    color: #ffffff;
    padding-left: 75px;
    text-transform: uppercase;
}

.about-section .image-column .inner-column .experiance .inner .number {
    position: absolute;
    left: 0px;
    top: 13px;
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-left: 25px;
}

.sec-title {
    position: relative;
    margin-bottom: 20px;
}

.about-section .content-column .sec-title {
    margin-bottom: 20px;
}

.about-section .content-column .text {
    position: relative;
    margin-bottom: 50px;
}

.sec-title .separater {
    position: relative;
    width: 14px;
    height: 20px;
    margin-bottom: 24px !important;
    border-left: 2px solid #191a1a;
    border-right: 2px solid #191a1a;
}

.sec-title .separater::before {
    position: absolute;
    content: '';
    left: 4px;
    top: -5px;
    width: 2px;
    height: 20px;
    background-color: #499bd9;
}

.sec-title .title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: capitalize;
}

.sec-title h2 {
    position: relative;
    color: #222222;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: capitalize;
    font-size: 36px;
    margin-bottom: 0
}

.sec-title.style-two .title {
    color: #499bd9;
}

.about-section .content-column .text p {
    position: relative;
    color: #555555;
    font-size: 18px;
    line-height: 1.8em;
    text-align: justify;
}

.about-section .content-column .text p:last-child {
    margin-bottom: 0px;
}

.about-section .content-column .read-more {
    position: relative;
    font-weight: 600;
    color: #222222;
    font-size: 18px;
    width: 200px;
    padding: 8px 24px;
    text-decoration: none;
    display: inline-block;
    background: url(../images/pattern-12.png) no-repeat;
}

.about-section .content-column .read-more .plus {
    position: relative;
    right: -72px;
    bottom: -2px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    font-weight: 800;
    margin-top: 0px;
    display: inline-block;
    background-color: #ff000c;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-section .content-column .read-more:hover .plus {
    transform: translateY(-10px);
}

.about-section .content-column .phone {
    position: relative;
    color: #555555;
    font-size: 18px;
    font-weight: 600;
    margin-left: 80px;
}

.about-section .content-column .phone strong {
    position: relative;
    display: block;
    color: #222222;
    font-weight: 800;
    font-size: 30px;
    margin-top: 8px;
}

.about-section .content-column .signature {
    position: relative;
    margin-top: 40px;
}

.about-section.style-two {
    padding-bottom: 30px;
}

.about-section.style-two .content-column .read-more .plus,
.about-section.style-two .image-column .inner-column .color-layer-three {
    background-color: #499bd9;
}

.about-section .image-column .inner-column .experiance .inner .number {
    position: absolute;
    left: 0px;
    top: -7px;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
}

.section0 img{width: 100px; display: table; margin: 20px auto auto;}
.section0 h3{color: #000; font-weight: 600; font-size: 18px;}
/*section1_end*/


/*section2*/

.section2 {
    width: 100%;
    display: table;
    padding: 0;
    background-color: #ed4036;
    clear: both;
}


/*section2*/

footer {
    width: 100%;
    float: left;
    margin: 0;
    padding: 60px 0;
    background-image: url(../images/pattern-21.png);
}

.footer-left {
    width: 86%;
    float: left;
}

.footer-left .four-col {
    width: 22%;
    float: left;
    margin-right: 4%;
}

.footer-logo {
    max-width: 120px;
    display: block;
}

footer ul,
.footer-left li {
    margin: 0;
    list-style: none;
    padding: 0;
}

footer li {
    width: 100%;
    float: left;
}

footer li a {
    width: 100%;
    float: left;
    padding: 5px 0;
    color: #1b1c1c;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
    text-decoration: none;
    position: relative;
    left: 0
}

footer li a:hover {
    left: -5px;
    color: #499bd9;
    text-decoration: none;
}

.bold {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.bold2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}

.bold2 a,
.bold a {
    text-decoration: none;
}

.bold2 a:hover,
.bold a:hover {
    text-decoration: underline;
}

social {
    float: right;
    width: 50px;
}

social a {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

social a:before {
    width: 18px;
    height: 2px;
    background-color: #252936;
    position: absolute;
    left: -20px;
    top: 50%;
    content: '';
}

social a img {
    width: 100%;
    display: block;
}

social a:hover {
    background-color: #ccc;
}

.last {
    margin-right: 0 !important;
}

.four-col p {
    color: #499bd9;
}


/*section4*/

.mFooter {
    text-align: center;
    padding: 20px 0;
    background-color: #499bd9;
    width: 100%;
    display: table;
    color: #fff;
    font-size: 16px;
}

.news-section {
    position: relative;
    padding: 50px 0px 20px;
}

.news-section .owl-nav {
    display: none;
}

.news-section .owl-carousel {
    margin: 0px -15px;
    width: auto;
}

.news-section .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 589px;
    background-size: cover;
    background-position: center center;
}

.news-section .image-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(38, 39, 39, 0.9);
}

.news-block {
    position: relative;
    margin-bottom: 30px;
}

.news-block .inner-box {
    position: relative;
    padding-left: 30px;
}

.news-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 30px;
    right: 0px;
    bottom: 0px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.20);
}

.news-block .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #499bd9;
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.news-block .inner-box:hover .image img {
    opacity: 0.5;
}

.news-block .inner-box .lower-content {
    position: relative;
    padding-top: 22px;
    padding-bottom: 30px;
    padding-right: 30px;
}

.news-block .inner-box .lower-content .post-meta {
    position: relative;
}

.news-block .inner-box .lower-content .post-meta li {
    position: relative;
    color: #555555;
    font-size: 14px;
    margin-right: 10px;
    font-weight: 600;
    padding-left: 22px;
    display: inline-block;
}

.news-block .inner-box .lower-content .post-meta li .icon {
    position: absolute;
    left: 0px;
    top: 1px;
    color: #499bd9;
    font-size: 13px;
    margin-right: 6px;
}

.news-block .inner-box .lower-content .post-meta li:last-child {
    margin-right: 0px;
}

.news-block a {
    text-decoration: none;
}

.news-block .inner-box .lower-content h4 {
    position: relative;
    line-height: 1.4em;
    font-weight: 600;
    margin-top: 10px;
    font-size: 18px;
}

.news-block .inner-box .lower-content h4 a {
    position: relative;
    color: #191a1a;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block .inner-box .lower-content h4 a:hover {
    color: #499bd9;
}

.news-block .inner-box .lower-content .text {
    position: relative;
    color: #555555;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 10px;
}

.news-block .inner-box .lower-content .lower-box {
    position: relative;
    margin-top: 20px;
}

.news-block .inner-box .lower-content .lower-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 300px;
    height: 50px;
    background: url(../images/pattern-5.png) no-repeat;
}

.news-block .inner-box .lower-content .lower-box .read-more {
    position: relative;
    color: #191a1a;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 20px;
    display: inline-block;
}

.news-block .inner-box .lower-content .lower-box .plus-box {
    position: relative;
    color: #ffffff;
    width: 50px;
    top: 10px;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    background-color: #499bd9;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .inner-box:hover .lower-content .lower-box .plus-box {
    top: 0px;
}

.news-block.style-two .inner-box .lower-content h4 a:hover,
.news-block.style-two .inner-box .lower-content .post-meta li .icon {
    color: #499bd9;
}

.news-block.style-two .inner-box .lower-content .lower-box .plus-box {
    background-color: #499bd9;
}

.sec-title.light .separater {
    border-color: #ffffff;
}

.sec-title.text-center .separater {
    margin: 0 auto;
}

.sec-title.light .title,
.sec-title.light h2 {
    color: #ffffff !important;
}

.ftbx1 {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    background-color: #191a1a;
}

.contactForm__backgroundPattern {
    position: absolute;
    left: -199px;
    top: -359px;
    max-width: none;
    opacity: .25;
}

.contactForm h2 {
    color: #fff !important;
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 6.4px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.contactForm h3 {
    margin-top: 0px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    line-height: 1.45;
    margin-bottom: 70px;
}

.contactForm .form__columns {
    /*  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; */
    margin-bottom: 10px;
    width: calc(100% + 50px);
    margin-left: -25px;
}

.contactForm .form__column {
    width: 33.333333%;
    padding: 0 25px;
    float: left;
    display: inline-block;
}

.formField--label {
    margin-bottom: 39px;
    border-bottom: 2px solid #fff;
    transition: border-color .25s;
    line-height: 1;
    position: relative;
    color: #fff;
}

.formField--label .formField__label {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    font-size: 18px;
    font-weight: 300;
    transition: .25s;
    color: #fff;
}

.formField--label .formField__input {
    padding: 10px 0 5px;
    font-size: 24px;
    line-height: 1.15;
    color: #fff;
    background-color: transparent;
    -webkit-appearance: none;
    width: 100%;
    outline: 0px;
    border: 0px;
    font-weight: 300;
    font-size: 18px;
}

.formField--label.is-active .formField__label {
    -webkit-transform: translateY(-26px);
    transform: translateY(-26px);
    font-size: 15px
}

.formField--label .formField__input::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

.formField--label .formField__input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.formField--label .formField__input::placeholder {
    color: #fff;
}

.form__buttonHolder {
    text-align: center;
}

.secondaryBackground {
    background-color: #499bd9;
}

.primaryBackground {
    display: inline-block;
    padding: 21px 30px;
    position: relative;
    outline: none;
    min-width: 186px;
    border-radius: 0;
    color: #393939;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.15;
    text-decoration: none;
    border: 0px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    transition: .25s;
    letter-spacing: 2px;
    margin-top: 20px;
}

.primaryBackground:hover {
    background-color: #fff;
    color: #499bd9;
}


.counter-section{
	position:relative;
	z-index:1;
	padding:0px 0px 30px;
}

.counter-section .fact-counter-two .counter-column{
	float:left;
	padding:0px;
}

.counter-section .fact-counter-two .counter-column:nth-child(2) .inner{
	background-color:#499bd9;
}

.counter-section .fact-counter-two .counter-column:nth-child(2) .inner .lines:before{
	background-color:#111111;
	border-color:#111111;
}

.counter-section .fact-counter-two .counter-column:nth-child(2) .inner .lines{
	border-color:#111111;
}

.counter-section .fact-counter-two .counter-column:nth-child(2) .inner .icon{
	color:#111111;
}

.counter-section .fact-counter-two .counter-column:nth-child(3) .inner{
	background-color:#ebebeb;
}

.counter-section .fact-counter-two .counter-column:nth-child(3) .inner .lines:before{
	background-color:#499bd9;
	border-color:#499bd9;
}

.counter-section .fact-counter-two .counter-column:nth-child(3) .inner .lines{
	border-color:#499bd9;
}

.counter-section .fact-counter-two .counter-column:nth-child(3) .inner .icon{
	color:#fca144;
}

.counter-section .fact-counter-two .counter-column:nth-child(4) .inner{
	background-color:#111111;
}

.counter-section .fact-counter-two .counter-column:nth-child(4) .inner .lines:before{
	background-color:#ffffff;
	border-color:#ffffff;
}

.counter-section .fact-counter-two .counter-column:nth-child(4) .inner .lines{
	border-color:#ffffff;
}

.counter-section .fact-counter-two .counter-column:nth-child(4) .inner .count-box{
	color:#ffffff;
}

.counter-section .fact-counter-two .counter-column:nth-child(4) .inner .counter-title{
	color:#ffffff;
}

.counter-section .fact-counter-two .counter-column:nth-child(4) .inner .icon{
	color:#499bd9;
}

.fact-counter-two{
	position:relative;
}

.fact-counter-two .counter-column{
	position:relative;
}

.fact-counter-two .counter-column .inner{
	position:relative;
	padding:35px 35px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.fact-counter-two .counter-column .inner .lines{
	position:relative;
	width:32px;
	height:16px;
	border-top:2px solid #499bd9;
	border-bottom:2px solid #499bd9;
}

.fact-counter-two .counter-column .inner .lines:before{
	position:absolute;
	content:'';
	left:5px;
	top:5px;
	height:2px;
	width:32px;
	background-color:#499bd9;
}

.fact-counter-two .counter-column .inner .icon{
	position:absolute;
	right:40px;
	text-align:right;
	font-size:64px;
	line-height:1em;
	color:#499bd9;
	font-weight:400;
	margin-top:-20px;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.fact-counter-two .counter-column .inner:hover .icon{
	transform:rotateY(360deg);
}

.fact-counter-two .counter-column .inner .count-box{
	position:relative;
	color:#111111;
	font-size:26px;
	font-weight:600;
	line-height:1em;
    width: 75%;
	margin-top:25px;
	
}

.fact-counter-two .counter-column .inner .counter-title{
	position:relative;
	color:#111111;
	font-size:16px;
	/* font-weight:700; */
	line-height:1.4em;
    font-weight: 400;
	margin-top:20px;
}


/*innerbanner*/
.inner_banner {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    background-color: #000;
}
.inner_banner::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -30px;
    overflow: visible;
    width: 51%;
    height: 70px;
    z-index: 1;
    -webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    -o-transform: skewY(4deg);
    transform: skewY(4deg);
    background-color: #fff;
}

.inner_banner::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -30px;
    overflow: visible;
    width: 50%;
    height: 70px;
    z-index: 1;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    transform: skewY(-4deg);
    background-color: #fff;
}
.inner_banner img{
    width: 100%;
    opacity: 0.5;
    display: block; 
}
.innertxt1{
   position: absolute; width: 100%; text-align: left; 
    top: 40%; left: 0%; padding: 10px 35px; z-index: 9;
}
.searchbxtxt{top: 42%;}
.innertxt1 ul{list-style: none; text-align: left; margin-bottom: 0px;
padding-left: 0px; text-align: center}
.innertxt1 ul li{
    display: inline-block;
    position: relative;
    padding-right: 25px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #ff9ba1;    
}
.innertxt1 ul li:last-child{padding-right: 0px;}
.innertxt1 ul li:after{
    content: "/";
    color: #fff;
    position: absolute;
    font-size: 14px;
    right: 8px;
    top: 3px;   
}
.innertxt1 ul li:last-child:after{display: none;}
.innertxt1 ul li a{color: #fff; text-decoration: none;}
.inner_banner h1{color: #fff;  font-size: 36px; font-weight: 600; text-align: center;
text-transform: uppercase; margin-bottom: 10px; margin-top: 0px;}
.inner_banner h1 span{color: #fff;}
.inner_banner h1 p{font-size: 18px; font-weight: 400; margin-top: 5px; 
  letter-spacing: 2px; color: #fff; }
/*innerbanner*/

.aboutbx1{
    width: 100%;
    display: table;
    padding: 60px 0;
    background-color: #fff;
    background-size: 100%;
background-image: url('../images/bg-tabs3.svg');
}
.aboutbx1 h5{
    display: inline-block;
position: relative;
z-index: 1;
font-weight: 800;
letter-spacing: 3px;
font-size: 18px;
text-align: left;
width: 100%;
color: #0e74bc;
}
.aboutbx1 h5 span{position: relative;}
.aboutbx1 h5 span::before {
    content: "";
    width: 100%;
    height: 6px;
    background: #f7931e;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    mix-blend-mode: difference;
}
.aboutbx1 h1{
    width: 100%;
display: block;
margin-bottom: 20px;
font-size: 47px;
text-align: left;
margin-top: 0;
color: #499bd9;
}
.aboutbx1 img{width: 100%; display: block; margin-bottom: 30px;}
.aboutbx1 p{
    font-size: 18px;
    line-height: 32px;
}


.ph3{
    width: 100%;
display: table;
padding: 50px 0 0;
background-color: #fff;
position: relative;
background-size: cover;
background-image: url('../images/bg-tabs3.svg');
}
h1.large-heading{font-size:52px;line-height:70px;
    font-weight:600;margin:0 0 20px 0px;
    color:#499bd9;position:relative;}
h1.large-heading{}
.ph1 h1.large-heading{color: #fff;}
h1.large-heading:before{top:0;left:0; 
    content: attr(data-shadowtext);
    position:absolute;opacity:.05;font-size:110px; color: #000;}
.page-header1 h3{
    font-size: 24px;
font-weight: 700;
line-height: 34px;
color: #161616;
margin-bottom: 40px;
}
.page-header1 p{
    font-weight: 400;
    font-size: 18px;
    color: #212529;
    /* text-align: left; */
    line-height: 28px;
    opacity: 0.7
}
.ocv{transition: all 0.3s; margin-bottom: 40px;}
.ocv p{text-align: center; height: 168px; overflow: hidden; color: #fff; 
color: #fff; opacity: .9}
.thumbicon1{
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    border-radius: 100%;
    border: dashed .2rem #e8e8e8;
    display: table;
    margin:  auto;
    transition: all 0.3s;
    background-color: #fff;

}
.ocv:hover .thumbicon1{border-color: #3c92ca}
.thumbicon1 img{
        display: inline-block;
    vertical-align: middle;
    transition: all 0.3s;
}
.ocv:hover .thumbicon1 img{-webkit-transform:scale(1.1, 1.1);transform:scale(1.1, 1.1);}
.ocv h4, .wsg h4{margin: 20px 0; color: #fff;}
.wsg h4{color: #30398c}
.our-leadership-team {
    width: 58%;
    margin: 0 auto;
    padding: 30px 0
}

#leadership-team h4 {
    text-align: center;
    font-size: 36px;
    color: #161616;
    line-height: 47px;
    display: block;
    font-weight: 400;
    margin-bottom: 50px
}

.leader-profile {
    text-align: center;
    margin-bottom: 25px
}

#leadership-team .leader-profile .leader-name {
    font-size: 19px;
    line-height: 23px;
    margin: 10px 0;
    color: #000;
    font-weight: 600;
}

#leadership-team .leader-profile img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

#leadership-team .leader-profile:hover .leader-profile-hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

#leadership-team .leader-profile p {
    color: #5f5f5f;
    font-size: 14px;
    text-align: center;
    line-height: 18px
}

.visionbx{
    width: 100%;
display: table;
overflow: hidden;
padding: 70px 0 40px;
background-image: url("../images/bg-right.png");
background-position: top right;
background-repeat: no-repeat;
background-color: #f8f8f8;
background-size: auto !important;
}
.our-mission-vision-div{width:100%;float:left;margin:20px 0 0 0;}
.our-mission-div-left{width:50%;float:left;}
.our-mission-div-right{width:50%;float:left;}
.our-mission-div-left-text{width:80%;float:right;position:relative;}
.our-mission-div-right .our-mission-div-left-text{margin:35px 0 0 0;width:65%;}
.our-mission-div-left-text:before{content:"";width:240px;height:355px;
position:absolute;top:6px;left:-80px;background-repeat:no-repeat;
background-image:url("../images/Line-1.png");}
.our-mission-div-left-img{width:100%;float:left;text-align:center;margin:0;}
.our-mission-div-left-text h3{color:#499bd9;font-size:32px;margin:0 0 10px 0;font-weight:600;}

.our-mission-div-left-text p{color:#000;font-size:18px;margin:0;line-height:32px;}
.our-mission-div-right .our-mission-div-left-text:before{content:"";width:108px;
height:180px;position:absolute;top:6px;left:-115px;
background-repeat:no-repeat;background-image:url("../images/Line-2.png");}
.why-choose-us-section{padding:58px 0 62px 0;}

.page1, .ourevents {
    padding: 40px 0;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    display: table;
    width: 100%;
    /* overflow: hidden; */
}
.section123 {
    width: 100%;
    /* float: left; */
    display: table;
    /* position: relative; */
}
.page1 h2 {
    margin: 0 0 10px 0;
    font-size: 30px;
    font-weight: 600;
    color: #499bd9;
}
.page_ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}
.page_ul ul li {
    width: 100%;
    float: left;
    position: relative;
    padding: 6px 0 6px 25px;
}
.page_ul ul li:before {
    position: absolute;
    top: 6px;
    left: 5px;
    font-family: FontAwesome; font-weight: 900; content: "\f105";
    color: #499bd9;
}
.page_left {
    width: 72%;
    float: left;
    display: inline-block;
}
.page_right {
    width: 25%;
    float: right;
    background: #dfe3e2;
    display: inline-block;
}
.sticky {
    position: sticky;
    top: 150px;
    z-index: 1;
    display: inline-block;
}
.page_right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.page_right ul li, .page_right ul li a {
    width: 100%;
    float: left;
    position: relative;
}
.page_right ul li a {
    color: #333;
    font-weight: 400;
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    transition: all .5s;
}
.page_right ul li:last-child a {
    border-bottom: 0px solid #eee;
}
.page_right ul li a:hover, .page_right ul li a.active  {
    background: #262727;
    color: #fff;
    text-decoration: none;
    transition: all .5s;
}


.ourevents h2, .partnerspg h2, .page_left h2{
  font-size: 24px;
  padding-bottom: 10px;
  color: #499bd9;
  margin-bottom: 30px;
  line-height: 32px;
}
.partnerspg h2, .page_left h2{margin-bottom: 15px; font-size: 28px; font-weight: 600;
margin-bottom: 0px;}
.oe1{width: 100%; display: table; background-color: #f4f4f4; padding: 20px; margin-bottom: 20px;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);}
.oe1 img{width: 100%; display: block;}
.oe1 h3{color: #235a8a; margin-top: 0px; font-size: 26px; margin-top: 0px;}
.oe1 p{
  font-weight: 400;
}


/*jobpositions*/

.jobpositions {
    padding: 40px 0;
    width: 100%;
    display: table;
    position: relative;
    z-index: 9;
    background-color: #fff;
}

.page_left p strong {
    font-weight: 600
}

.jobpositions1 p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    text-align: left;
}

.jobpositions1 h2 {
    position: relative;
    margin-top: 40px;
    color: #499bd9 ;
    font-weight: 600;
    font-size: 32px;
    padding-bottom: 20px;
    text-align: left;
    margin-bottom: 30px;
}

.jobpositions1 h2:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 80px;
    height: 2px;
    background-color: #1a1b1b ;
    content: "";
}

.mainjobsbox {
    display: table;
    width: 100%;
    clear: both;
    font-size: 16px;
    padding: 20px 25px;
    margin-bottom: -1px;
    transition: all .3s;
    background-color: #fff;
    /* border: 1px solid #e1e1e1; */
    box-shadow: -1px 5px 15px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

.mainjobsbox a {
    width: 100%;
    height: 100%;
    display: table;
    outline: none;
    text-decoration: none;
    color: #000
}

.mainjobsbox:hover {
    background: #fff3f3;
    transition: all .3s;
}

.companyimage {
    width: 100px;
    float: left;
    background: #fff;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}

.companyimage img {
    width: 60%;
    display: table;
    margin: auto;
}

.job_des {
    width: 88%;
    float: right;
    position: relative;
}

.job_des h4 {
    color: #222;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: bold;
    
}

.com_name {
    font-size: 21px;
    width: 79%;
    color: #499bd9 ;
    margin-bottom: 0px;
    
    font-weight: 600;
    color: #499bd9 ;
    text-transform: uppercase;
}

.jobloc_map {
    width: 100%;
    list-style-type: none;
    float: left;
    padding: 0px;
    margin: 10px 0px 20px 0;
}

.jobloc_map li {
    float: left;
    margin-right: 20px;
    font-size: 18px;
    color: #000;
    clear: none;
    font-weight: 400;
    display: inline-block;
    width: auto;
    padding-left: 0px;
}

.jobloc_map li em img {
    vertical-align: inherit;
}

.pgleftbx ul.jobloc_map {
    margin: 0px;
}

.pgleftbx ul.jobloc_map li {
    padding: 0px;
    clear: none;
}

.jobloc_map li:before {
    display: none;
}

.jobloc_map li em {
    margin-right: 10px;
}

.job_des p {
    font-size: 18px;
    color: #000;
    line-height: 28px;
}

.job_des p b {
    font-weight: 600;
    color: #000;
    font-size: 14px;
}

.fulltime,
.parttime {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 15px;
    border-radius: 3px;
    letter-spacing: 1px;
    background: #1a1b1b ;
}

.parttime {
    background: #ff8800;
}

.left_num {
    width: 100%;
    background: #c1282d url(../images/banner3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
    background-size: auto;
    padding: 15px;
    float: left;
    height: 150px;
    position: relative;
    margin-top: 0px;
}

.left_num:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    content: '';
    background: rgba(0, 0, 0, .8);
}

.left_num h4 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    position: absolute;
    z-index: 9;
    left: 0px;
    right: 0px;
    margin: auto;
    width: auto;
    top: 40%;
}

.f_jobslist {
    width: 100%;
    float: left;
    margin-top: 0px;
    list-style-type: none;
    padding: 0px;
}

.f_jobslist li {
    border: 1px solid #ccc;
    padding: 20px 10px;
    width: 50%;
    float: left;
    margin-bottom: -1px;
    margin-left: -1px;
}

.f_jobslist li img {
    width: 100%;
}

ul.jobloc_map1 {
    margin-top: 0;
    margin-bottom: 20px;
}

ul.jobloc_map li {
    float: left;
    margin-right: 20px;
    font-size: 16px;
    color: #000;
    clear: none;
    font-weight: 400;
    display: inline-block;
    width: auto;
    padding-left: 0px;
}

.page_ul h3 {
    display: table;
    width: 100%;
    clear: both;
}

.pagination {
    float: right;
}

.innerpgbx1 p b {
    color: #1a99d5;
    font-weight: 600;
    font-size: 18px;
}

ul.fuf {
    padding-left: 30px;
}

.pgleftbx ul.fuf li {
    margin-bottom: 5px;
    padding-left: 25px;
}

.pgleftbx ul.fuf li a {
    color: #1a99d5;
}

.pgleftbx ul.fuf li:before {
    color: #1a99d5;
    font-size: 10px;
}


/*jobpositions*/

.careerform {
    padding: 20px 0;
background-image: url("../images/bg-right.png");
background-position: top right;
background-repeat: no-repeat;
background-color: #f8f8f8;
}

.careerform h2 {
    color: #499bd9 ;
    font-size: 36px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.careerform h2 span {
    color: #499bd9 ;
}

.careerform p {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    /* letter-spacing: 2px; */
    margin-top: 20px;
    padding: 0 10%;
    margin-bottom: 20px;
}

.contblocks {
    text-align: center;
    padding: 0 10%;
    clear: both;
}

.contblocks h4 {
    font-size: 19px;
    color: #888;
}

.careerform a {
    color: #033c75;
    text-decoration: none;
    padding-top: 5px;
    font-size: 21px;
    position: relative;
    /* font-family: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif; */
}

.careerform .form-group {
    padding: 0 7%;
    width: 100%;
    display: inline-block;
    clear: both;
    margin-top: 50px;
}

.careerform label {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
}

.careerform label span {
    color: #ff7149;
}

.careerform input.form-control,
.careerform select.form-control,
.careerform 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;
}

.careerform textarea.form-control {
    height: 120px !important;
}

.careerform .col-sm-12 {
    display: table;
    width: 100%;
}

.btn-primary{
    background-color: #499bd9 !important;
    color: #fff !important;
}

input.subres {
    padding: 14px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 0px;
    display: table;
    border-radius: 30px;
    letter-spacing: 2px;
    margin: auto;
    background-color: #499bd9;
    transition: all 0.3s;
    box-shadow: 1px 1px 3px 0 rgb(144, 168, 215) !important;
}

input.subres:hover {
    background-color: #499bd9;
    color: #fff ;
}

.careerform input.form-control::-webkit-input-placeholder,
.careerform textarea.form-control::-webkit-input-placeholder,
.modal input.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.careerform input.form-control::-moz-placeholder,
.careerform textarea.form-control::-moz-placeholder,
.modal input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.careerform input.form-control:-ms-input-placeholder,
.careerform textarea.form-control:-ms-input-placeholder,
.modal input.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.careerform input.form-control:-moz-placeholder,
.careerform textarea.form-control:-moz-placeholder,
.modal input.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.contactpg {
    width: 100%;
    display: table;
    padding: 50px 0;
    background-color: #fff;
}


.jobdescription{
    width: 100%;
    display: table;
    padding: 40px 0;
    background-size: 100%;
background-image: url('../images/bg-tabs3.svg');
}
.jobdescription1{
    width: 100%;
display: table;
overflow: hidden;
padding: 50px 0;
background-image: url("../images/bg-right.png");
background-position: top right;
background-repeat: no-repeat;
background-color: #f8f8f8;
background-size: auto !important;
}
.jobdesinner{width: 100%;
display: table; padding: 30px 0;}
.jobdesinner h3{
    color: #499bd9;
    font-size: 32px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
}
.jobdesinner h3 span{
    margin: 6px;
    padding: 5px;
    font-size: 13px;
    border-radius: 5px;
    background-color: #f4f4f4;
}
.jobdesinner h4{
    font-size: 18px;
    font-weight: 500;
    color: #9e9e9e;
    margin-bottom: 20px;
}
.jobdesinner p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 32px;
}
.jobdesinner p b{font-weight: 600;}
a.jobapply{
    padding: 10px 25px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #1e1f1f;
    border-radius: 3px;
    display: table;
    transition: all 0.3s;
    text-decoration: none;
    margin: auto;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 3px 1px -2px rgba(0,0,0,0.12);
    font-weight: 500;
    margin-top: 60px;
}
a.jobapply:hover{
    background-color: #fff;
    color: #1e1f1f;
}
.jobdesinner h6{
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing:1px;
    color: rgba(0, 0, 0, 0.54);
}
.isrtsoc a{float: none; display: inline-block; width: 40px; height: 40px;
text-align: center; line-height: 45px; clear: none; border-radius: 40px; color: #fff; 
transition: all 0.3s; margin-right: 5px;}
.isrtsoc a.fb{background-color: #4064ac;}
.isrtsoc a.lin{background-color: #0270ad;}
.isrtsoc a.twitter{background-color: #1c9bea;}

.isrtsoc a.fb:hover{background-color: #0D3583; color: #fff;}
.isrtsoc a.lin:hover{background-color: #004E7A; color: #fff;}
.isrtsoc a.twitter:hover{background-color: #006CAF; color: #fff;}

.line1{
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 25px 0;
    clear: both;
    display: table;
}
.jobdesinner h2{font-size: 24px; font-weight: 600; margin-bottom: 20px;
color: #499bd9;}
.jobdesc1 p{font-size: 16px; line-height: 24px;}
.jobdesc1 ul{list-style: none;}
.jobdesc1 ul li{line-height: 28px;}
.jobdesc1 ul li {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    padding-left: 40px;
    position: relative;
}
.jobdesc1 ul li::before {
    position: absolute;
    left: 14px;
    top: 12px;
    border-radius: 7px;
    width: 7px;
    height: 7px;
    background-color: #499bd9;
    content: "";
}


.contactpg {
    width: 100%;
    display: table;
    padding: 50px 0;
    background-color: #fff;
}

.adbxin {
    -webkit-box-shadow: 70px 70px 50px -70px rgba(0, 0, 0, .3);
    box-shadow: 70px 70px 50px -70px rgba(0, 0, 0, .3);
    padding: 20px;
    background-color: #fff;
    min-height: 500px;
    margin-bottom: 30px;
    text-align: left
}

.abouttab1 h2 {
    font-size: 21px;
    font-weight: 500;
    position: relative;
    line-height: 26px;
    padding-bottom: 10px;
    margin-bottom: 35px;
    color: #0e2b5c;
    margin-top: 20px;
    color: #0e2b5c;
}

.add1 {
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    width: 100%;
    padding: 10px 0;
    padding-left: 75px;
}

.add1:before {
    position: absolute;
    width: 40px;
    height: 40px;
    content: "";
    left: 0px;
    top: 20px;
    background-image: url('../images/placeholder.png');
    background-repeat: no-repeat;
    background-size: 40px;
}

.add2:before {
    background-image: url('../images/call.png')
}

.add3:before {
    background-image: url('../images/email.png')
}

.add1:after {
    position: absolute;
    width: 1px;
    height: 90%;
    content: "";
    left: 60px;
    top: 0px;
    background-color: #eee;
}

.add1 p {
    margin-bottom: 5px;
    padding: 0px;
    text-align: left;
}

.add1 h5 {
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #2d2a2a;
    font-weight: 400;
    line-height: 28px;
}

.adbxin h2 {
    font-size: 21px;
    font-weight: 600;
    position: relative;
    line-height: 26px;
    padding-bottom: 10px;
    margin-bottom: 35px;
    color: #191a1a;
text-transform: uppercase;
    margin-top: 0px;
    text-align: left;
}

/* .adbxin h2:before {
    position: absolute;
    left: 0px;
    bottom: -10px;
    content: "";
    height: 3px;
    background-color: #eda12f ;
    width: 80px;
} */

.abouttab2 h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
}

.abouttab2 p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #333;
}

.solbxx h2 {
    text-align: center;
    color: #F47F1F;
    font-weight: 600;
    font-size: 32px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 100px;
}

.solbxx h2:before {
    position: absolute;
    left: calc(50% - 30px);
    width: 60px;
    bottom: -10px;
    content: "";
    background-color: #1b21b5;
    height: 2px;
}

.adbxin a {
    color: #2d2a2a;
    text-decoration: none;
    padding-top: 5px;
    font-size: 21px;
    position: relative;
}

.contractvehibx {
    width: 100%;
    display: table;
    padding: 50px 0;
    background-color: #fff;
}