body {
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
    padding-top: 175px;
}

ul,
ol {
    padding: 0px;
    margin: 0px;
}

.container {
    width: 1240px;
}

.eBtn_pop {
    position: fixed;
    top: 28%;
    right: -300px;
    width: 300px;
    z-index: 999;
    color: #fff;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.eBtn_pop.open {
    right: 0;
}

.eBtn_pop .eBtn {
    position: absolute;
    top: 60px;
    left: -105px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    background: #ff8b08;
    color: #fff;
    padding: 10px 15px;
    transition: all .5s;
    text-decoration: none;
    outline: 0px;
    font-size: 16px;
    font-weight: 400
}

.eBtn_pop .eBtn:hover {
    background: #df7905;
    transition: all .5s;
    color: #fff
}

.eBtn_box {
    float: left;
    position: relative;
    background: #243169;
    width: 100%;
    box-shadow: -5px 0px 14px 5px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    padding: 20px;
}

.eBtn_box h2 {
    margin: 0 0 20px 0;
    color: #fff;
    padding: 0 25px;
    padding-right: 50px;
    line-height: 22px;
    font-weight: 400;
    font-size: 16px;
}

.eBtn_box input.form-control,
.eBtn_box textarea.form-control {
    height: 32px;
    border-radius: 0px;
    margin-bottom: 7px;
}

.eBtn_box .form-group {
    margin-bottom: 0px;
}

.eBtn_box textarea.form-control {
    height: 90px;
}

.news_pop {
    width: 100%;
    display: block;
}

.news_pop a {
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 10px;
    display: block;
    transition: all 0.3s;
    width: 100%;
    clear: both;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.news_pop a:hover {
    opacity: 0.6;
}

.left_fixed {
    position: fixed;
    right: 0px;
    top: 26%;
    width: 38px;
    z-index: 9999;
    display: table;
}

.left_fixed ul {
    margin: 0px;
    display: table;
    padding: 0px;
}

.teluguword{
    float: right;
    display: inline-block;
    width: 115px;
    margin-left: 30px;
    opacity: 0.25;
    margin-top: 5px;
}
/* .s_icons li {
    display: inline-block;
    float: left;
}
.s_icons li a {
    color: #fff;
    display: block;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    width: 40px;
    text-align: center;
}

.l_in {
    border: 1px solid #006599;
    background-color: #006599;
}
.l_in:hover {
    color: #006599 ;
    background-color: #fff ;
}
.rss {
    border: 1px solid #FFAB72;
    background-color: #FFAB72;
}
.rss:hover {
    color: #FFAB72;
    background-color: #fff;
}
.fb {
    border: 1px solid #3b5999;
    background-color: #3b5999;
}
.fb:hover {
    color: #3b5999;
    background-color: #fff;
}
.tw {
    border: 1px solid #1daced;
    background-color: #1daced ;
}
.tw:hover {
    color: #1daced ;
    background-color: #fff ;
}
.gplus {
    border: 1px solid #ee1c1b;
    background-color: #ee1c1b ;
}
.gplus:hover {
    color: #ee1c1b;
    background-color: #fff ;
}
.insta {
     background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.insta:hover {
    color: #cc3188 ;
    background: #fff ;
} */

a.quickenq {
    width: 120px;
    height: 120px;
    vertical-align: middle;
    position: fixed;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    z-index: 99;
    right: 20px;
    bottom: 20px;
    vertical-align: middle;
    text-decoration: none;
    /* font-family: 'Brandon Grotesque Black'; */
    color: #fff;
    font-size: 14px;
    border: 4px solid #004893;
background-color: #0065cd;
    line-height: 18px;
    transition: all 0.3s;
    padding: 20px 15px 15px;
    animation: zoominoutsinglefeatured 1s infinite;
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}

a.quickenq:hover {
    background-color: #004893;
    color: #fff;
    border-color: #004893;
}

.header {
    width: 100%;
    display: table;
    position: fixed;
    height:175px;
    top: 0px;
    left: 0px;
    background-color: #fafb95;
    z-index: 9999;
    -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);
}

.logo {
    float: left;
    display: inline-block;
    padding: 10px 0px;
    width: 25%;
    text-align: left
}

.logo a {
    text-decoration: none;
}

.logo a img {
    /* display: table;
    margin: auto; */
    height: 95px;
}

.header_right {
    float: right;
    display: inline-block;
    width: 75%;
}

.hdtop {
    width: 100%;
    /* background-color: #fff; */
    display: table;
    position: relative;
    padding: 35px 0 0;
}

.hdtop ul {
    list-style: none;
    /* border-left: 1px solid #0065cd; */
    padding: 0 0px 0 20px;
    /* border-right: 1px solid #243169; */
    height: 44px;
    display: table;
    float: right;
}

.hdtop ul li {
    float: left;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    padding-bottom: 20px;
}

.hdtop ul li a {
    text-decoration: none;
    height: 44px;
    line-height: 40px;
    border: 2px solid #012169;
    padding: 0 20px;
    display: block;
    color: #012169;
    border-radius: 30px;
    transition: all 0.3s;
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 600;
    background-color: transparent;
}
.hdtop ul li a img{height: 15px; margin-right: 5px; position: relative; top: -3px;}
.hdtop ul li a i{ margin-right: 3px;}
.hdtop ul li a.phonebx {
    border-color: #e31c25;
    background-color: #e31c25;
    color: #fff;
}

.hdtop ul li a.mailbx {
    border-color: #012169;
    background-color: #012169;
    color: #fff;
}

.hdtop ul li a:hover {
    background-color: #012169;
    color: #fff;
}

.hdtop ul li:hover a.phonebx {
    border-color: #e31c25;
    background-color: #e31c25;
    color: #fff;
}

.hdtop ul li a.mailbx:hover {
    border-color: #007ab8;
    background-color: #007ab8;
    color: #fff;
}
.hdtop ul li a.anch11{border-color: transparent; letter-spacing: 0px; padding: 0px; 
    color: #000; font-size: 18px; background-color: transparent;}
/* .hdtop ul li a.anch11:hover{background-color: #fff; color: #888a8c;} */
.socialrt {
    float: left;
    display: inline-block;
    padding: 5px 20px 0;
}

.socialrt a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    float: left;
    display: inline;
    margin-right: 5px;
    transition: all 0.3s;
    font-size: 18px;
}

.socialrt a.fb {
    background-color: #4b69b0;
}

.socialrt a.tw {
    background-color: #37b1e1;
}

.socialrt a.li {
    background-color: #0678b6;
}

.socialrt a.wa {
    background-color: #2ba63a;
}

.menu_main {
    display: table;
    width: 100%;
    background-color: #012169;
}

.menu ul {
    list-style: none;
    float: left;
}

.menu>ul>li {
    display: inline-block;
    float: left;
    position: relative;
    margin-left: 25px;
}

.menu>ul>li>a {
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-size: 19px;
    display: block;
    transition: all 0.3s ease 0s;
    outline: 0px;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    letter-spacing: 1px;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
}
#header.fixed1 .menu>ul>li>a {
    color: #383838;
    height: 60px;
    line-height: 60px;
}

.menu>ul>li>a i {
    margin-left: 7px;
}

.menu ul>li:hover a,
.menu ul>li>a.active {
    color: #e7e86d;
}

/* .menu>ul>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #fff;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.menu>ul>li:hover>a:after {
    width: 100%;
}

.menu>ul>li>a.active:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 2px;
    width: 100%;
    content: "";
    background-color: #ff5304;
}

.fixed1 .menu>ul>li>a:after {
    background-color: #ff5304;
}

.fixed1 .menu>ul>li>a.active:after {
    background-color: #ff5304;
} */

.menu ul>li:hover ul.submenu1 {
    display: block !important;
}

ul.submenu1 {
    width: auto;
    min-width: 225px;
    /*max-width: 1000px;*/
    background-color: #fff;
    box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 100%;
    left: 0px;
    list-style: none;
    display: none;
    z-index: 9999999999;
    border-top: 0px;
}

ul.submenu1 li {
    display: table;
    clear: both;
    width: 100%;
}

ul.submenu1 li a {
    text-decoration: none;
    color: #000 !important;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px !important;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease 0s;
    text-align: left;
    text-transform: capitalize;
    border-bottom: 1px solid #f2f2f2;
}

ul.submenu1 li:last-child a {
    border-bottom: 0px;
}

ul.submenu1 > li:hover > a {
    color: #dc1129 !important;
}

ul.submenu1 li:last-child a {}


.menu ul ul.submenu1 >li:hover ul.submenu2 {
    display: block !important;
}

ul.submenu2 {
    width: auto;
    min-width: 225px;
    /*max-width: 1000px;*/
    background-color: #fff;
    box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0%;
    left: 100%;
    list-style: none;
    display: none;
    z-index: 9999999999;
    border-top: 0px;
}

ul.submenu2 li {
    display: table;
    clear: both;
    width: 100%;
}

ul.submenu2 li a {
    text-decoration: none;
    color: #333 !important;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px !important;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease 0s;
    text-align: left;
    text-transform: capitalize;
    /* border-bottom: 1px solid #ccc; */
}

ul.submenu2 li:last-child a {
    border-bottom: 0px;
}

ul.submenu2 li:hover a {
    color: #dc1129 !important;
}

ul.submenu2 li:last-child a {}


/*----------banner-----------*/

/* .mtop1 {
    height: 160px;
} */

.main_banner {
    /* height: 70vh; */
    overflow: hidden;
    width: 100%;
    display: block;
}

/* .main_banner:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.65);
    height: 100%;
    z-index: 9;
} */

.banner_txt {
    top: 25% !important;
    color: #fff;
    position: absolute;
    text-align: left;
    width: 100%;
    padding: 0 15% !important;
    margin: auto;
    left: 0%;
    margin: auto;
    text-align: center;
    font-family: 'Nunito', sans-serif;
}

.banner_hd,
.banner_cont,
.banner_r_more {
    width: 100%;
    float: left;
}

.banner_hd {
    color: #000;
    font-size: 38px;
    line-height: 52px;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
    visibility: visible !important;
}

.banner_hd span {
    color: #00ce10;
    font-family: 'Nunito', sans-serif;
    font-style: italic;
    font-size: 42px;
    font-weight: 300;
}

.banner_cont {
    color: #fff;
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
    margin: 10px 0;
    display: block;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.10) !important;
    padding: 0px;
    visibility: visible !important;
}

.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;
    background: url(../images/right-arrow-white.png) 85% 45% no-repeat, linear-gradient(to right, #88151e 0%, #f31d26 100%);

    border-radius: 30px;
    padding: 10px 40px 10px 30px;
    text-transform: capitalize;
    margin: auto;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease 0s;
    visibility: visible !important;
    outline: 0px;
    font-size: 18px;
}

.banner_r_more a img {
    width: 60px;
}

.banner_r_more a:hover {
    background: url(../images/right-arrow-white.png) 85% 45% no-repeat, linear-gradient(to right, #f31d26 0%, #88151e 100%);
}

.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: 5%;
    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.85;
}


/*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;
    }
}

.carousel-control.right {
    right: 25px !important;
}

.bannercontbx1 {
    width: 100%;
    display: table;
    position: absolute;
    left: 0px;
    top: 20%;
    z-index: 9;
}


/* .bannercontbx1 ul{
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding-left: 50px;
}
.bannercontbx1 ul li{width: 100%; clear: both; height: 64px; line-height: 64px; color: #fff;
margin-bottom: 13px; float: none; display: block;}
.bannercontbx1 ul li img{height: 64px; display: inline-block; margin-right: 20px; float: left;}
.bannercontbx1 ul li span{
    color: #fff;
    text-shadow: 2px 2px 1px #000;
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
} */

.bcx_bns {
    clear: both;
    width: 100%;
    display: table;
    margin-top: 40px;
    padding-left: 50px;
}

.bcx_bns a {
    text-decoration: none;
    float: left;
    display: inline-block;
    height: 43px;
    line-height: 43px;
    padding: 0 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 20px;
    background-color: #e10c0c;
    transition: all 0.3s;
}

.bcx_bns a:hover {
    background-color: #ff0000
}

.bcx_bns a:hover:last-child {
    background-color: #333
}

.bcx_bns a:last-child {
    background-color: #000;
}

.bannercontbx1 h2 {
    color: #fff;
    font-weight: 600;
    font-size: 46px;
    width: 50%;
    font-family: 'proxima', sans-serif;
}

.bannercontbx1 h2 span {
    color: #d9ff7a;
}

.bannercontbx1 p {
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    font-family: 'proxima', sans-serif;
    width: 45%;
}


/*----------banner-----------*/


/*bannerservices*/

.bannerservices {
    width: 100%;
    display: table;
    padding: 0px 0px 40px;
}

.bannerservices ul {
    list-style: none;
    width: 100%;
    clear: both;
    display: table;
}

.bannerservices ul li {
    float: left;
    display: inline;
    padding: 0px 10px;
    width: 33.33%;
}

.bannerservices ul li a {
    padding: 40px;
    text-align: center;
    margin-bottom: 1.75rem;
    box-shadow: 0 1em 1em rgba(0, 0, 0, 0.16);
    text-decoration: none;
    /* text-transform: uppercase; */
    font-weight: bold;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    letter-spacing: .05em;
    color: #0065cd;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 21px;
    transition: all 0.3s;
}
.bannerservices ul li a h3{margin:15px 0 0; font-size: 36px; font-weight: 900;}
.bannerservices ul li a:hover {
    background-color: #0065cd;
    color: #fff;
}

.bannerservices ul li a span {
    width: 50px;
    height: 50px;
    display: table;
    margin: auto;
    background-position: left bottom;
    background-size: 100%;
    margin-bottom: 20px;
}

.bannerservices ul li a:hover span {
    background-position: left top;
}


/* .bannerservices ul li a span{display: table-cell; vertical-align: middle; width: 100%;} */


/*bannerservices*/


/*-------section1---------*/

.section1 {
    /* background-color: #f5f5f7; */
    background-image: url('../images/big-wave-bg1.webp');
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    display: table;
    padding: 50px 0;
    position: relative;
}
.section1 h2{
    width: 100%;
    display: block;
    color: #ed3237;
    font-size: 32px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-family: 'proxima', sans-serif;
}
.section1 h2:before{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 157px;
    background-size: 100%;
    height: 4px;
    content: "";
    background-color: #012169;
    /* background-image: url('../images/border2.png'); */

    display: block;
}
.section2 h2{
    width: 100%;
    display: block;
    color: #0057b8;
    font-size: 38px;
    font-weight: 600;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 0px;
}
.section2 h2:before{
    position: absolute;
    left: calc(50% - 161px);
    bottom: 0px;
    width: 322px;
    height: 4px;
    content: "";
    /* background-color: #ff0000; */
    background-image: url('../images/border2.png');

    display: block;
}
.section1 p, .section2 p{font-size: 19px; line-height: 32px; font-weight: 400; 
    text-align: justify;}
.section1 h3{
    font-size: 23px;
    color: #ed3237;
    line-height: 32px;
    font-weight: 500;
}
.section1 ul, .innerpg2 ul, .jobdesc1 ul{
    list-style: none;
    width: 100%;
    display: block;
}
.section1 ul li, .innerpg2 ul li, .jobdesc1 ul li{
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    padding-left: 40px;
    position: relative;
}
.section1 ul li:before, .innerpg2 ul li:before, .jobdesc1 ul li:before{
    position: absolute;
    left: 14px;
    top: 12px;
    border-radius: 7px;
    width: 7px;
    height: 7px;
    background-color: #194560;
    content: "";
}
.section1 img{width: 95%; float: right; display: block; margin-top: 75px;}

.section2 img{margin-top: 0px; float: left;}
.section2 p{padding-left: 0px;}
/*-------section1---------*/

/*section3*/
.section3{
    width: 100%;
    display: table;
    padding: 40px 0 20px;
    background-color: #f7f7f7;
    background-image: url("../images/bgn-portfolio-1.png");
background-position: left 45%;
background-size: auto;
background-repeat: no-repeat;
}
.section3 h2{
    width: 100%;
    display: block;
    color: #012169;
    font-size: 38px;
    font-weight: 600;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 0px;
    font-family: 'proxima', sans-serif;
}
.section3 h2 span{color: #1d202c;}

.why1{
    width: 100%;
    clear: both;
    position: relative;
    display: block;
    -webkit-transition: 400ms ease all;
    -moz-transition: 400ms ease all;
    transition: 400ms ease all;
    overflow: hidden;
    margin-bottom: 30px;
}
.why1 img{width: 100%; display: block; transition: all 0.3s;}
.why1:hover img {
    transform: scale(1.1);
    transform: rotate(-3deg) scale(1.1);
}
.whycont{
    /* -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); */
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: 400ms ease all;
    -moz-transition: 400ms ease all;
    transition: 400ms ease all;
    padding: 10px 0px;
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 100%;
    /* height: 100%; */
    background-color: #c10e21;
    /* background: -webkit-linear-gradient(top,transparent 0%,rgba(255,255,255,.85) 50%);
    background: -moz-linear-gradient(top,transparent 0%,rgba(255,255,255,.85) 50%);
    background: linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.85) 50%); */
}
.why1:hover .whycont{background-color: #00225b;}
.whycont h5{}
.whycont p{
    font-size: 21px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    font-weight: 400;
    /* padding-top: 20px; */
    margin: 0;
    font-family: 'proxima', sans-serif;
}
/* .why1:hover .whycont{
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
} */


.viewall{
    clear: both;
    width: 100%;
    display: table;
    text-align: center;
    margin: 30px 0
}
.viewall a{
    text-decoration: none;
    color: #00225b;
    border: 1px solid #00225b;
    border-radius: 30px;
    padding: 12px 30px;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 18px;
    display: inline-block;
}
.viewall a:hover{background-color: #00225b; color: #fff; font-weight: 500;}
/*section3*/


/*section6*/
.section6{width: 100%; display: block; background-color: #fff; padding: 40px 0;
position: relative;}
/* .section6::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images/pattern_arrow.png") no-repeat top left;
} */
.section6 h2{text-align: center; font-size: 42px; color: #012169; font-weight: 600; 
    margin-bottom: 0px; margin-top: 0px; font-family: 'proxima', sans-serif;}
/* .section6 h2 span.light{
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #ec6217), color-stop(98%, #5373c1));
    background: linear-gradient(to right, #ec6217 20%, #3d93e0 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.section6 h2 span.dark{
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #5661be), color-stop(98%, #2861f0));
    background: linear-gradient(to right, #3d93e0 20%, #04549b 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
} */
.section6 p{font-size: 18px; line-height: 24px;
 color: #313449; text-align: center; margin-bottom: 20px;}


.main_serv{clear: both; width: 100%; display: block; }
.section6 .owl-stage-outer{padding: 20px 0 0 !important;}
.technology1{width: 100%; display: block; padding: 15px;}
.sec6bx1{float: left; display: inline-block; width: 25%;}
a.img-wrap{display: block; text-decoration: none; color: #000; position: relative; padding: 20px 10px 10px;
    width: 100%; transition: all 0.3s ease 0s; box-shadow: 0 2px 20px 0 rgba(0,0,0,.2);
    top: 0px; left: 0px;
}
a.img-wrap > .img1{width: 70px; display: table; margin: auto;
background-repeat: no-repeat; background-size: 70px; height: 70px;
background-position: left top;}
a.img-wrap:hover{box-shadow: -20px -21px 13px 0 rgba(0, 0, 0, .1);
 background-color: #04549b;  color: #fff; position: relative; top: 10px; left: 10px;
/* background-image: url('../images/blue_pattern.jpg') */
}
a.img-wrap:hover > .img1{background-position: left bottom;}

.icon1 img{width: 70px; position: absolute; top: 270px; background-color: #71a5bb;
padding: 10px;}

.techhd1{font-size: 16px; font-weight: 600; margin: 0; 
    position: relative; margin-top: 10px; margin-bottom: 10px;}
.technology1 p{position: relative; line-height: 21px; padding: 0px; text-align: left;
    overflow:hidden; transition: all 0.3s ease 0s; opacity: 1; 
    color: #000; opacity: 0.8; padding-right: 30px; font-size: 15px;}
a.img-wrap:hover .overlay1 p{}
.rmore1{border-bottom: 2px solid #ff7211; margin-top: 20px;
font-size: 14px; font-weight: 600; color: #000; 
background-color: #fff; position: relative; display: table; transition: all 0.3s;}
a.img-wrap:hover .rmore1{color: #ff7211;}
.techno{display: block; padding: 5px 0px 0; text-align: center;}

.section6 .owl-nav {
    position: absolute;
    top: 45%;
    left: 0px;
    width: 100%;
}
.date1{width: 100%; display: block; color: #999; margin-bottom: 15px; display: none;}
/*section6*/


/* .section4{background-color: #fff; background-repeat: repeat; 
  padding: 30px 0; clear: both; background-image: url(../images/box1_bg.png);
  background-attachment: fixed; box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15); position: relative;} */
.sec4bx1{text-align: center;/*  border-left: 1px solid #ccc; */}
.sec4bx1:first-child{border-left: 0px;}
.funfact-img {display: table; margin: auto; width: 120px; height: 120px; line-height: 120px;
text-align: center; background-color: #528dc3; border-radius: 100%;}
.funfact-count {display: table; width: 100%; margin-top: 20px; 
clear: both; text-align: center;}
.funfact-count h3, .funfact-count h2 {color: #000; 
  font-size: 16px; margin: 0 0 7px; font-weight: 400; letter-spacing: 2px;}
.funfact-count h2 span {font-size: 32px; font-weight: 700;}

/*section4*/

.section4 {
    /* padding: 60px 0 0px; */
    width: 100%;
    display: table;
    padding-bottom: 50px;
    background-color: #ffffff;
}
/* .section4 h2{
    color: #b73235;
    font-size: 36px;
    min-height: 90px;
    font-weight: 400;
    margin: 0;
    font-family: 'proxima', sans-serif;
    margin-bottom: 50px;
} */
.sec4bx{
    position: relative;
    width: 100%;
    padding-left: 120px;
    display: table;
    min-height: 90px;
    vertical-align: middle;
    margin-bottom: 50px;
}
.sec4bx span{
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 100%;
    background-color: #323743;
    text-align: center;
    line-height: 90px;
}
.sec4bx span img{width: 50px; display: inline-block;}
.sec4bx p{
    font-size: 24px;
    color: #000;
    display: table-cell;
    margin-top: 0px;
    line-height: 28px;
    vertical-align: middle;
}
.section4 a{
    text-decoration: none;
height: 44px;
line-height: 44px;
background: linear-gradient(to right, #620007 0%, #e81e28 100%);
padding: 0 50px;
display: block;
color: #fff;
border-radius: 30px;
transition: all 0.3s;
letter-spacing: 0px;
font-size: 18px;
font-weight: 600;
/* background-color: #323743; */
display: table;
margin: auto;
text-transform: uppercase;
letter-spacing: 1px;
margin-top: 30px;
}
.section4 a:hover{
    background: linear-gradient(to right, #e81e28 0%, #620007 100%);
}
/*section4*/

/*------------box6--------------*/
.box6{
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 60px 0;
    background-attachment: fixed;
    background-image: url(../images/touch.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}
.box6:before{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.65)
  /* background: linear-gradient(to top, rgba(253, 33, 62, 0.64) 0%,rgba(88, 85, 85, 0.3) 100%); */
}
.box6_left{
    float: left;
    display: inline-block;
    width: 40%;
    padding: 20px 20px 20px 0;
}
.box6_row1{
    width: 100%;
    display: table;
    clear: both;
    margin-bottom: 35px;
    padding-left: 50px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 32px;
}
.b6_cont1{
    float: left;
    display: inline-block;
    width: 70%;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
}
.b6_cont1 a{text-decoration: none; color: #fff;}
.b6_cont1 a:hover{text-decoration: underline; color: #fff;}
.box6_right{
    float: left;
    display: inline-block;
    width: 60%;
    padding: 20px 0 20px 50px;
}
.form_hd{
    width: 100%;
    margin-bottom: 30px;
    color: #fafb95;
    font-size: 28px;
    padding-bottom: 10px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-family: 'proxima', sans-serif;
}
/* .form_hd:after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 30px;
    background-color: #e31c25;
    content: "";
} */
/* .form_hd span{ color: #e31c25;} */
.box6_right .ft_txt, .box6_right .ft_txtarea{
    width: 100%;
    /* margin-right: 2%; */
    display: inline-block;
    float: left;
    margin-bottom: 15px;
    height: 46px;
    line-height: 46px;
    padding: 5px 15px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    letter-spacing: 2px;
    border: 1px solid #ccc;
    /* -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.15); */
}
.box6_right .ft_txtarea{height: 90px; width: 98%;}

.ft_sub1{
    padding: 10px 25px;
    background-color: #e31c25;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 0px;
    text-transform: uppercase;  
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border-radius: 0px;
}
.ft_sub1:hover{background-color: #fff !important; color: #e31c25;}
/*------------box6_end--------------*/

.footer{
    width: 100%;
    display: table;
    padding: 50px 0;
    background-image: linear-gradient(62deg,#012169,#000);
box-shadow: 1px 1px 9px 0 rgba(0,0,0,.56);
position: relative;
}
/* .footer::before {
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url('../images/desktop-overlay.svg');
    background-repeat: no-repeat;
    background-position: center center;
} */
.copyrights{
    color: #fff;
    letter-spacing: 2px;
    font-size: 14px;
}
.ftsocial {
    list-style: outside none none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.ftsocial li {
    display: inline-block;
    margin-right: 10px;
}
.ftsocial li a {
    color: #fff;
    display: block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 50px;
    /* opacity: 0.5; */
    position: relative;
}
.ftsocial li a img {
    width: 60px;
    display: inline-block;
    margin-left: -6px;
}
/* .ftsocial li a:hover{color: #fff; opacity: 1;} */
.ftsocial span{float: left; display: inline-block; color: #fff; letter-spacing: 2px; 
    font-size: 12px;}


.login_box{
  position: absolute;
  top: 100%;
  right: -10px;
  width: 325px;
  background-color: #fff;
  border: 1px solid #dadada;
  z-index: 99;
  border-radius: 3px;
  display: none;

  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); 
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); 
}
.login1:hover .login_box{
  display: block;
}
.login_box::before{
  width: 0; 
    height: 0; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ccc;
    position: absolute;
    top: -8px;
    right: 25%;
    content: "";
}

.error_box{ width:600px;margin-top:12%;text-align:center;color:#FF6600; }

.new_address1 .pop_content{margin-top: 10%; height: auto;}
input.ptxt, textarea.ptxt{max-width:100% !important;}

/*innerbanner*/
.inner_banner {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    background-color: #000;
}
.inner_banner img{
    width: 100%;
    opacity: 0.5;
    display: block; 
}
.innertxt1{
   position: absolute; width: 100%; text-align: left; 
    top: 120px; left: 0%; padding: 10px 35px;
}
.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: #fff;    
}
.innertxt1 ul li:last-child{padding-right: 0px;}
.innertxt1 ul li:after{
    content: "/";
    color: #fff;
    position: absolute;
    font-size: 14px;
    right: 8px;
    top: 0px;   
}
.innertxt1 ul li:last-child:after{display: none;}
.innertxt1 ul li a{color: #fff; text-decoration: none;}
.inner_banner h1{color: #fff;  font-size: 50px;  margin-bottom: 10px; margin-top: 0px;
text-align: center; font-weight: 600; font-family: 'proxima', sans-serif;}
.inner_banner h1 span{color: #ff6600;}
.inner_banner h1 p{font-size: 18px; font-weight: 400; margin-top: 5px; 
  letter-spacing: 2px; color: #fff; }
/*innerbanner*/


/*innerpg1*/
.innerpg1{
  width: 100%;
  display: block;
  padding: 40px 0;
  overflow: hidden;
  background-color: #fff;
}
.rightlinks{
  width: 100%;
  display: block;
  background-color: #19195b;
  padding: 10px 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .12);
}
.rightlinks ul{list-style: none; width: 100%; display: block;}
.rightlinks ul li{
  clear: both;
  width: 100%;
  display: block;
}
.rightlinks ul li a{
  text-decoration: none;
  color: #fff;
  clear: both;
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid #adadad;
  display: block;
  transition: all 0.3s;
  font-weight:500;
  font-size: 18px;
}
.rightlinks ul li:last-child a{border-bottom: 0px;}
.rightlinks ul li a:hover, .rightlinks ul li a.active{color: #d86410;}

.leftpgbx{
  width: 100%;
  display: block;
}
.leftpgbx h4{
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c71225;
  margin-bottom: 20px;
}
.leftpgbx h2{
  color: #012169;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 32px;
}
.leftpgbx h2 span{color: #ed3237;}
.leftpgbx p, .leftpgbx2 p{
  font-size: 18px;
  line-height: 28px;
}

.leftpgbx2{
  width: 70%;
  float: left;
  display: inline-block;
  margin: 55px 0;
  padding: 40px;
  background-color: #f7f7f7;
  position: relative;
}
.rightbx2{
  float: left;
  width: 30%;
  display: inline-block;
}
.rightbx2 img{width: 100%; display: block; box-shadow: 0 2px 18px 0 rgba(0,0,0,.3);
position: relative; z-index: 1;}
.leftpgbx2:before{
  position: absolute;
  left: -1000px;
  top: 0px;
  width: 1000px;
  height: 100%;
  background-color: #f7f7f7;
  content: ""
}
.leftpgbx3:before{
  position: absolute;
  left: auto;
  right: -1000px;
  top: 0px;
  width: 1000px;
  height: 100%;
  background-color: #f7f7f7;
  content: ""
}

.leftpgbx2 h2{margin-bottom: 10px; color: #c71225; text-transform: uppercase; 
    font-weight: 700;
font-size: 24px; letter-spacing: 2px;}

.visionbx{
  width: 100%;
  display: table;
  /* padding: 20px;
  background-color: #eef5ff;
  border-left: 4px solid #215da9; */
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.visionbx h5{
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 4px;
  margin-bottom: 10px;
  color: #ed3237;
  text-transform: uppercase;
}
.leftpgbx ul{margin-bottom: 40px;}
.visionbx ul li, .leftpgbx ul li{margin-bottom: 21px; padding-left: 25px; 
    background-image: url('../images/libox.png'); font-size: 18px; 
background-repeat: no-repeat; background-size: 10px; background-position: left 7px;}
.visionbx img{width: 100%; display: block; border-radius: 20px;}
/*innerpg1*/



/*servicespg*/
.innerserv{
    font-size: 18px;
    color: #000;
    text-align: justify;
    padding: 50px 0;
    line-height: 28px;
    display: table;
    width: 100%;
    background-color: #fff;
    display: block;
    width: 100%;
}
/*.page_content*/
.page_content {
    width: 68%;
    float: left;
    color: #333
}

.page_content h2 {
    width: 100%;
    float: left;
    margin: 15px 0;
    color: #c71225;
    font-size: 32px;
    font-family: 'proxima', sans-serif;
}

.page_ul ul {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    list-style: none;
}

.page_ul ul li {
    width: 100%;
    float: left;
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 400;
    color: #333;
}

.page_ul ul li:before {
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50px;
    border: 2px solid #c71225;
}

.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: 200px;
    right: 0;
}

.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: #012169;
}
.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: #c71225;
}

.innerserv h1 {
    width: 100%;
    display: block;
    color: #0057b8;
    font-size: 38px;
    font-weight: 600;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 40px;
}
.innerserv h1::before {
    position: absolute;
    left: calc(50% - 161px);
    bottom: 0px;
    width: 322px;
    height: 4px;
    content: "";
    background-color: #00bbf2;
    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{
    background-color: #ccc;
    border-radius: 0px;
    height: 40px;
    border: 0px;
    margin-bottom: 20px;
}
.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: #c8212f;
    transition: all 0.3s;
    margin: auto;
    display: table;
}
input.subres:hover{
    background-color: #117bd3;
}

.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;}

.pageTxt {
    display: table;
    width: 100%;
}
/*servicespg*/


.innersec1 {
    clear: both;
    width: 100%;
    display: block;
    padding: 40px 0px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    position: relative;
}

ul.careersul{list-style: none; width: 100%; display: table; padding: 0px;}
ul.careersul li {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 6px solid #e5e5e5;
}
ul.careersul li h2 {
    padding: 15px;
    color: #c71225;
    font-size: 21px;
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0px;
}
ul.careersul li h2 i {
    margin-right: 10px;
}
ul.careersul li .span, .job_nav .span {
    padding: 10px 15px;
}
ul.careersul li span, .job_nav span {
    float: left;
    width: 33.33%;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.job_nav span {
    width: 100%;
    line-height: 21px;
    font-size: 16px;
    margin-bottom: 0px;
}
ul.careersul li span b, .job_nav span b {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
ul.careersul li a {
    position: absolute;
    top: 8px;
    right: 15px;
    padding: 5px 15px;
    background: #07173c;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    transition: all .5s;
}
ul.careersul li a:hover {
    background: #c71225;
    transition: all .5s;
}

.job_dets {
    width: 100%%;
    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: 0px;
    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: #c71225;
    font-weight: 400;
}
.job_nav li span {
    display: block;
    font-size: 16px;
}
.job_nav li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #c71225;
}
.job_nav li:last-child {
    padding: 0;
}
.job_nav li:last-child a {
    width: 100%;
    float: left;
    margin-top: 10px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    background: #07173c;
    font-size: 16px;
    transition: all 0.3s;
}
.job_nav li:last-child a:hover{background-color: #c71225;}
.job_dets h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-weight: 400;
    color: #222;
}

.innerleft ul {
    margin-bottom: 27px;
    padding-left: 5px;
    font-size: 14px;
    line-height: 2;
    color: #666a6b;
    list-style: none;
}

.innerleft li {
    position: relative;
    padding: 4px 0 4px 17px;
    letter-spacing: .4px;
    color: #000;
    font-size: 16px;
}

.innerleft li:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 7px 7px;
    border-color: transparent transparent #c71225
}

.innersec1 {
    clear: both;
    width: 100%;
    display: block;
    padding: 40px 0px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    position: relative;
}

ul.careersul{list-style: none; width: 100%; display: table; padding: 0px;}
ul.careersul li {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 6px solid #e5e5e5;
}
ul.careersul li h2 {
    padding: 15px;
    color: #c71225;
font-size: 23px;
font-family: 'proxima', sans-serif;
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0px;
}
ul.careersul li h2 i {
    margin-right: 10px;
}
ul.careersul li .span, .job_nav .span {
    padding: 10px 15px;
}
ul.careersul li span, .job_nav span {
    float: left;
    width: 33.33%;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.job_nav span {
    width: 100%;
    line-height: 21px;
    font-size: 16px;
    margin-bottom: 0px;
}
ul.careersul li span b, .job_nav span b {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
ul.careersul li a {
    position: absolute;
    top: 8px;
    right: 15px;
    padding: 5px 15px;
    background: #012169;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    transition: all .5s;
}
ul.careersul li a:hover {
    background: #333;
    transition: all .5s;
}

.job_dets {
    width: 100%%;
    float: right;
    text-align: left;
}
.fixme {
  position: sticky;m
  -webkit-position: sticky;
  -moz-position: sticky;
  -o-position: sticky;
  -ms-position: sticky;
  top: 100px;
  right: 0;
}
.job_nav {
    margin-top: 0px;
    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: #c71225;
    font-weight: 400;
}
.job_nav li span {
    display: block;
    font-size: 16px;
}
.job_nav li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #c71225;
}
.job_nav li:last-child {
    padding: 0;
}
.job_nav li:last-child a {
    width: 100%;
    float: left;
    margin-top: 10px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    background: #012169;
    font-size: 16px;
    transition: all 0.3s;
}
.job_nav li:last-child a:hover{background-color: #c71225;}
.job_dets h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-weight: 400;
    color: #222;
}

.innerleft ul {
    margin-bottom: 27px;
    padding-left: 5px;
    font-size: 14px;
    line-height: 2;
    color: #666a6b;
    list-style: none;
}

.innerleft li {
    position: relative;
    padding: 4px 0 4px 17px;
    letter-spacing: .4px;
    color: #000;
    font-size: 16px;
}

.innerleft li:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 7px 7px;
    border-color: transparent transparent #c71225
}
.innersec1 b {
    color: #c71225;
    font-size: 28px;
    margin-bottom: 15px;
    width: 100%;
    display: block;
    line-height: 32px;
    color: #c71225;
font-size: 23px;
font-family: 'proxima', sans-serif;
font-weight: 600
}

/*career_form*/
.career_form {
    margin-top: 10px;
    background: #f5f5f5;
    padding: 20px;
    display: none;
}
.halfspan {
    width: 49%;
    float: left;
    position: relative;
    margin-bottom: 15px;
}
.fullspan{position: relative; width: 100%; display: table;}
.halfspan.right {
    float: right;
}
.career_form label {
    margin: 5px 0 5px 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
}
input.c-input, textarea.c-input {
    width: 100%;
    float: left;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    padding: 10px;
    color: #333;
    border: 1px solid #ccc;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    transition: 0.4s;
    background-color: #fff;
}
textarea.c-input {}
input.c-input[type=file] {
    padding: 0 10px;
}
input.c-input:hover, textarea.c-input:hover, input.c-input:focus, textarea.c-input:focus {
    border: 1px solid #ccc;
    outline: 0px;
    transition: all .5s;
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}
.effect-8{width: 100%; position: relative; display: table;}
.c-input ~ .focus-border:before,
.c-input ~ .focus-border:after{content: ""; position: absolute; top: 0; left: 0; width: 0; 
height: 2px; background-color: #07173c; transition: 0.3s;}
.c-input ~ .focus-border:after{top: auto; bottom: 0; left: auto; right: 0;}
.c-input ~ .focus-border i:before,
.c-input ~ .focus-border i:after{content: ""; position: absolute; top: 0; left: 0; 
width: 2px; height: 0; background-color: #07173c; transition: 0.4s;}
.c-input ~ .focus-border i:after{left: auto; right: 0; top: auto; bottom: 0;}
.c-input:focus ~ .focus-border:before,
.c-input:focus ~ .focus-border:after{width: 100%; transition: 0.3s;}
.c-input:focus ~ .focus-border i:before,
.c-input:focus ~ .focus-border i:after{height: 100%; transition: 0.4s;}

textarea.c-input {
    height: 80px;
}
input.c-btn {
    float: left;
    margin-top: 15px;
    padding: 10px 30px;
    background: #c71225;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0px;
    transition: all .5s;
}
/* input.c-btn:hover, input.c-btn:focus {
    background: #2c2b79;
    transition: all .5s;
} */


.contactpg {
    width: 100%;
    display: table;
    padding: 40px 0;
    background-color: #fff;
}


/*contact*/

.contleft {
    padding: 20px 0 0px 0;
    width: 100%;
    display: table;
    text-align: left;
}

.contleft h1 span {
    color: #429ce3;
}

.box5_left {
    float: left;
    display: inline-block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.box5_row1 {
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}

.b5_img1 {
    float: left;
    display: inline-block;
    width: 15%;
    text-align: center;
}

.b5_img1 img {
    width: 50%;
}

.b5_cont1 {
    float: left;
    display: inline-block;
    width: 80%;
    font-size: 24px;
}

.b5_top1 {
    position: relative;
color: #012169;
font-size: 18px;
font-weight: 600;
font-family: 'proxima', sans-serif;
margin-bottom: 10px;
letter-spacing: 2px;
margin-top: 0px;
text-transform: uppercase;
}

.b5_btm1.address {
    font-size: 18px;
    color: #333;
}

.b5_btm1 a {
    text-decoration: none;
    color: #333;
}

.b5_btm1 a:hover {
    text-decoration: underline;
}

.contact1 {
    margin-bottom: 35px;
    width: 100%;
    display: table;
}

.box5_row1 iframe {
    width: 100%;
    display: block;
    height: 320px;
}


/*contact*/


/*career_form*/

.career_form {
    clear: both;
    text-align: left;
    width: 100%;
    display: table;
}

.halfspan {
    width: 49%;
    float: left;
    position: relative;
    margin-bottom: 15px;
}

.fullspan {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    display: table;
}

.halfspan.right {
    float: right;
}
.loginbtns{margin-top: 20px; font-size: 16px; font-weight: 600;}

.career_form label {
    margin: 5px 0 0 0;
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.career_form h2 {
    text-align: center;
color: #012169;
font-family: 'proxima', sans-serif;
font-size: 38px;
font-weight: 600;
margin-top: 0px;
letter-spacing: 2px;
margin-bottom: 30px;
margin-top: 0px;
text-transform: capitalize;
}

input.c-input,
textarea.c-input,
select.c-input {
    width: 100%;
    float: left;
    height: 50px;
    border-radius: 0px;
    padding: 10px;
    color: #333;
    border: 1px solid #ccc;
    margin: 0;
    font-size: 14px;
    transition: 0.4s;
    background-color: #fff;
}

/* select.c-input {
    margin-top: 15px;
} */

textarea.c-input {}

input.c-input[type=file] {
    padding: 0 10px;
}

input.c-input:hover,
textarea.c-input:hover,
input.c-input:focus,
textarea.c-input:focus,
select.c-input:focus {
    border: 1px solid #ccc;
    outline: 0px;
    transition: all .5s;
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}

.effect-8 {
    width: 100%;
    position: relative;
    display: table;
}

.c-input~.focus-border:before,
.c-input~.focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #18b5ed;
    transition: 0.3s;
}

.c-input~.focus-border:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}

.c-input~.focus-border i:before,
.c-input~.focus-border i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #18b5ed;
    transition: 0.4s;
}

.c-input~.focus-border i:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.c-input:focus~.focus-border:before,
.c-input:focus~.focus-border:after {
    width: 100%;
    transition: 0.3s;
}

.c-input:focus~.focus-border i:before,
.c-input:focus~.focus-border i:after {
    height: 100%;
    transition: 0.4s;
}

textarea.c-input {
    height: 100px;
}

input.c-btn {
    padding: 10px 30px;
    background: #dc1129;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0px;
    margin: auto;
    display: table;
    transition: all .5s;
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

input.c-btn:hover,
input.c-btn:focus {
    background: #0065cd;
    color: #fff;
    transition: all .5s;
}

.career_form label {
    margin: 5px 0 5px 0;
    display: block;
    font-weight: 400;
    font-size: 16px;
}

.contactfm {
    width: 100%;
    display: table;
    padding: 40px 0;
    background-color: #f2f2f2
}




.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: 25px;
    background: #012169;
    height: 3px;
    position: relative;
    top: 8px;
    transition: width .2s ease-out;
    clear: both;
    margin-bottom: 4px;
}
/* #header.fixed1 .icon-bar {background: #ed171b;} */
.icon-bar:first-child {width:100%;}
.icon-bar:last-child {width:100%;}

.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: 9999999;  
  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: #fff;
  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;
}
.left1{right: 280px; z-index: 9999999; transition:ease all 0.8s}
.menu2{
  right: 280px;  
  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: 14px; 
    display: block; padding: 10px 15px; text-transform: uppercase; 
    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{
    width: 100%; display: block;
    height: 42px;
    background-color: #dc1129;
    text-decoration: none;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    padding: 0 25px;
    margin-bottom: 20px;
}


.section9 h2 {
    text-align: center;
    font-size: 42px;
    color: #012169;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: 'proxima', sans-serif;
}
.section9 ul {
    list-style: none;
    width: 100%;
    clear: both;
    display: inline-block;
    margin-top: 20px;
}
.section9 ul li {
    display: inline-block;
    width: 16.6%;
    text-align: center;
    float: left;
    margin-bottom: 30px;
}
.section9 ul li img {
    transition-property: filter;
    transition-duration: 1s;
    transition: all 0.3s ease 0s;
    width: 80%;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2);
    padding: 10px;
}
.pop_circlePic {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    display: none;
    z-index: 99999;
    background: rgba(0,0,0,0.7);
}
.circlePicBx {
    display: table;
    margin: 50px auto;
    width: 90%;
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    max-width: 1000px;
}
.circlePicBx img {
    width: 100%;
}
.cb_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    cursor: pointer;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */


/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
    body {
        overflow-x: hidden;
        padding-top: 75px;
    }
    .innertxt1{padding: 0}
    .bannersvg {
        display: block;
        overflow-x: hidden;
        min-height: 2000px;
    }
    .bannersvg3 {
        display: block;
        overflow-x: hidden;
        min-height: 1500px;
    }
    .container {
        width: 100%;
        display: block;
        max-width: 100%;
        min-width: 100%;
    }
    .header {
        height: auto;
    }
    .top_social,
    .top_social ul, .header_right {
        display: none;
    }
    .menu2 {
        display: block;
        top: 30px;
        right: 10px;
        /* z-index: 99999999999999; */
    }
    .logo{width: 80%}
    .logo a img{height: auto; width: 100%}
    .menu {
        display: none;
    }
    .header_right {
        padding: 0px;
    }
    .eBtn_pop {
        display: none;
    }
    a.scroll-down-link {
        bottom: 20px;
        display: none;
    }
    .bannercontbx1 {
        top: 15%;
        text-align: left;
        left: 0px;
        width: 100%;
        padding: 0 40px;
    }
    .section1{padding: 20px 0}
    .form_hd{font-size: 21px;}
    .bannercontbx1 h2 {
        /* text-align: center; */
        width: 100%;
        font-size: 21px;
        line-height: 32px;
        margin-bottom: 0px;
    }
    .bannercontbx1 p {
        font-size: 18px;
        line-height: 24px;
        width: 100%;
        display: none;
    }
    .banner_r_more a{font-size: 14px;}
    .pavcontentslider .carousel-control {
        top: 30% !important;
    }
    .carousel-control.right {
        right: 30px !important;
    }
    .carousel-control.left img {
        width: 30px;
    }
    .carousel-control.right img {
        width: 30px;
    }
    .main_banner {
        height: auto;
    }
    .section1 h2 {
        font-size: 21px;
        letter-spacing: 1px;
    }
    .section1 h3 {
        font-size: 18px;
    }
    .section1 p {
        font-size: 16px;
        line-height: 24px;
    }
    .section3 .col-sm-4 {
        padding: 0px !important;
    }
    .section3 .col-sm-8 {
        height: auto;
    }
    a.sec2bx {
        margin-bottom: 25px;
    }
    .section2 {
        padding-bottom: 30px;
    }
    .news-block .inner-box {
        margin-bottom: 30px;
    }
    .section4 {
        padding-bottom: 20px;
    }
    .sec4bx1{width: 50%; display: inline-block; clear: none; float: left;}
    .section6 h2{font-size: 28px;}
    .section6 p{font-size: 14px;}
    .sec6bx1{width: 50%;}
    .box6_left, .box6_right{width: 100%; padding: 0}
    .footer {
        background-size: cover;
    }
    .footer_menu,
    .footer_menu1 {
        width: 100%;
        clear: both;
        margin-bottom: 30px;
    }
    .home_addressleft {
        width: 100%
    }
    .innertxt1 {
        top: 20%;
    }
    .inner_banner h1 {
        font-size: 24px;
    }
    .page_left,
    .page_right {
        width: 100%;
        clear: both;
    }
    .page1 .sticky {
        position: relative;
        top: auto;
        margin-top: 30px;
    }
    .key_people img {
        width: 100%;
        display: block;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .box5_row1 {
        width: 100%;
        clear: both;
    }
    .career_form h2 {
        font-size: 28px;
    }
    .halfspan {
        width: 100%;
        clear: both;
    }
    .b5_img1 img {
        width: 60%;
    }
    .footer_hd {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .footer_menu1 img {
        width: 240px !important;
    }
    .sec3_bg {
        min-height: auto;
    }
    .section3 {
        padding: 30px 0
    }

    .rightbx2, .leftpgbx2, .page_content, .page_nav, ul.careersul li span, .job_nav span{width: 100%; clear: both;}
    .stickme {
        position: relative;
        -webkit-position: relative;
        -moz-position: relative;
        -o-position: relative;
        -ms-position: relative;
        top: 0px;
        right: 0;
    }
    ul.careersul li a{top: auto; bottom: 0px;}
    ul.careersul li h2{font-size: 18px;}
    .section9 ul li{
        width: 100%;
    }
}


/*------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) {
    .logo a img {
    height: 70px;
    width: auto;
}
.innertxt1{top: 50%}
    .bannercontbx1 {
        top: 25%;
        left: 0px;
    }
    .bannercontbx1 h2 {
        font-size: 42px;
        line-height: 55px;
    }
    .bannercontbx1 p {
        font-size: 18px;
        line-height: 24px;
        /* padding: 0 10%; */
        display: block;
    }
    .pavcontentslider .carousel-control {
        top: 40% !important;
    }
    a.sec2bx h3 {
        font-size: 20px;
    }
    /* .section4 {
        padding: 40px 15%;
    } */
    .section3 .col-sm-3{width: 50%;}
    .footer_menu,
    .footer_menu1,
    .home_addressleft {
        float: left;
        display: inline-block;
        width: 50%;
        clear: none;
        min-height: 250px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1210px) {
    .container {
        width: 100%;
        display: block;
        max-width: 100%;
        min-width: 100%;
    }
    .hdtop ul li{display: none}
}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
    .header_right {
        padding: 0px;
    }
    .menu>ul>li>a {
        font-size: 16px; padding: 0 15px;
    }
    a.scroll-down-link {
        bottom: 10%;
    }
    .bannercontbx1{padding-left: 60px;}
    .sec3_bg {
        min-height: auto;
    }
    a.sec2bx h3 {
        font-size: 24px;
    }
    .news-block {
        width: 33.33%;
        float: left;
        display: inline-block;
    }
    .section4 {
        padding: 20px 0px;
    }
}



@media only screen and (min-width: 1400px) and (max-width: 2400px) {
    .bannercontbx1{top: 32%}
}