@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    font-weight: 300;
    padding-top: 90px;
}

ul,
ol {
    padding: 0px;
    margin: 0px;
}

.container {
    width: 1240px;
    max-width: 1240px;
}

p {
    font-weight: 400;
}

.top_section1 {
    overflow: hidden;
    position: relative;
    /*height: calc(100vw * .56);*/
    /* height: calc(100vw);
  max-height: 100vh; */
    /*background-image: url('../images/video.jpg');
    background-size: 100%;*/
}

p {
    font-family: 'Poppins', sans-serif;
}

#preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 999999;
    /* makes sure it stays on top */
}

#status {
    width: 250px;
    height: 100px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../images/logo.png);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: -50px 0 0 -125px;
    /* is width and height divided by two */
    animation: zoominoutsinglefeatured 2s infinite;
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}


/*--------header-----------*/

.header {
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    /* background-color: #fff; */
    padding: 0 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(71, 83, 102, .2);
    box-shadow: 0 0 40px rgba(71, 83, 102, .2);
    /* background-image: url('../images/hpat.png'); */
    /*border-bottom: 1px solid rgba(255,255,255,0.2); */
}


/* #header.fixed1{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
    border-bottom: 0px;
    -webkit-box-shadow: 0 5px 10px -5px rgba(11,11,17,.05),0 20px 60px -20px rgba(11,11,17,.2);
    box-shadow: 0 5px 10px -5px rgba(11,11,17,.05),0 20px 60px -20px rgba(11,11,17,.2);
} */

.logo {
    float: left;
    display: inline-block;
    padding-top: 18px;
    transition: all 0.3s ease 0s;
}

.logo a {
    transition: all 0.3s ease 0s;
    position: relative;
}

.logo a img {
    /*  width: 135px; display: block;
    transition: all 0.3s ease 0s; */
    height: 55px;
    transition: all 0.3s ease 0s;
}


/* #header.fixed1 .logo{margin-top: 0px; height: 60px; padding-top: 0px;} */


/* #header.fixed1 .logo a img{height: 55px;} */

.menu {
    float: right;
    /* padding-left: 4%; */
    /* text-align: right; */
}

.menu ul {
    list-style: none;
    float: left;
    margin-right: 15px;
}

.menu>ul>li {
    display: inline-block;
    float: left;
    position: relative;
    padding: 0 20px;
}

.menu>ul>li:before {
    position: absolute;
    right: 0;
    top: 25px;
    content: "";
    height: 40px;
    width: 1px;
    background-color: #D8D8D8;
}

.menu>ul>li:last-child:before {
    display: none;
}

.menu>ul>li>a {
    text-decoration: none;
    color: #394F8A;
    text-transform: capitalize;
    font-size: 16px;
    display: block;
    transition: all 0.3s;
    outline: 0px;
    font-weight: 600;
    position: relative;
    height: 90px;
    line-height: 90px;
    /* letter-spacing: 1px; */
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.menu>ul>li:last-child>a {
    padding-right: 0;
}

.menu>ul>li>a:before {
    /* position: absolute;
    left: 0px;
    bottom: 15px;
    width: 0px;
    height: 2px;
    background-color: #d93f87;
    content: "";
    transition: all 0.5s; */
    transition: transform .3s ease-in-out;
    content: "";
    position: absolute;
    bottom: 25px;
    left: 0px;
    right: 0px;
    height: 2px;
    transform: scaleX(0);
    transform-origin: center center;
    background-color: #f17000;
}

.menu>ul>li:hover>a:before,
.menu>ul>li>a.active:before {
    /* width: 100%; */
    transform: scaleX(100%);
}


/* #header.fixed1 .menu > ul > li > a{color: #000;} */


/* .menu > ul > li > a i{margin-left: 0px; color: #fff;} */

#header.fixed1 .menu ul>li:hover a,
#header.fixed1 .menu ul>li>a.active,
.menu ul>li:hover a,
.menu ul>li a.active {
    /* color: #60aed8; */
}


/* .menu > ul > li:hover > a i, #header.fixed1 .menu > ul > li:hover > a i{margin-left: 0px; color: #d93f87;} */


/* #header.fixed1 .menu>ul>li>a:before {
    background-color: #117bd3;
} */

.menu ul li.Enquirebtn a {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5cacd7+0,7db9e8+100 */
    background: #5cacd7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #5cacd7 0%, #7db9e8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5cacd7 0%, #7db9e8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5cacd7 0%, #7db9e8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cacd7', endColorstr='#7db9e8', GradientType=0);
    /* IE6-9 */
    border-radius: 40px;
    padding: 0 25px;
    color: #394F8A;
    margin-top: 17px;
    height: 40px;
    line-height: 42px;
    margin-left: 15px;
    position: relative;
}


/* .menu ul li.Enquirebtn a:after {
 content:attr(data-hover);
 color:inherit;
 position:absolute;
 top:-50px;
 left:50%;
 white-space:nowrap;
 transform:translateX(-50%)
} */

.menu ul li.Enquirebtn a:before {
    display: none;
}

.menu ul li.Enquirebtn a:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,5cacd7+100 */
    background: #7db9e8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #7db9e8 0%, #5cacd7 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7db9e8 0%, #5cacd7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7db9e8 0%, #5cacd7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#5cacd7', GradientType=0);
    /* IE6-9 */
}


/* #header.fixed1 .menu > ul > li.Enquirebtn > a{height: 40px; line-height: 40px;
color: #fff; } */

.menu ul>li:hover ul.submenu1 {
    display: block !important;
}

ul.submenu1 {
    width: auto;
    min-width: 260px;
    /*max-width: 1000px;*/
    background-color: #fff;
    box-shadow: 0 20px 40px 0 rgba(26, 35, 94, .2);
    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: #616a7d !important;
    font-size: 16px;
    /* line-height: 21px; */
    padding: 12px !important;
    display: block;
    font-weight: 400;
    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 {
    background-color: #f8f8f8
}

ul.submenu1 li:last-child a {}

.top_social {
    position: absolute;
    right: 30px;
}

.top_social,
.top_social ul {
    float: right;
    list-style: none;
}

.top_social ul li {
    float: left;
    padding: 15px 0 0;
    transition: all 0.3s;
}

.top_social ul li a {
    display: block;
    height: 220px;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.icon-ctn {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: #60aed8;
    border-radius: 50%;
}

.icon-ctn svg {
    position: absolute;
    top: 18px;
    left: 15px;
    width: 18px;
    height: 16px;
    fill: #fff;
}

.top_social ul li a .txt {
    position: absolute;
    top: 92px;
    right: -7px;
    white-space: nowrap;
    transform-origin: 100% 50%;
    transform: rotate(-90deg) translateY(-2.33vw);
    opacity: 0.6;
    transition: all 0.3s;
    color: #fff;
}

.top_social ul li a:hover .txt {
    opacity: 1;
    color: #60aed8;
}

.top_social ul li a .txt::after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: -40px;
    width: 31px;
    height: 5px;
    background-image: url('../images/arrow.html');
    background-size: 31px 5px;
}


/* .top_social ul li a:hover {
    color: #991050;
    transition: all .5s;
}
.top_social ul li a img{height: 30px; display: inline-block; margin-right: 5px; 
    position: relative; top: -3px;} */


/* #header.fixed1 .top_social ul li {padding-top: 15px;} */


/*------header_end--------*/


/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #232741;
    background-image: url("http://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/NASA_logo.svg/1237px-NASA_logo.svg.png");
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 50% 50%; */
    top: 0px;
    left: 0;
    z-index: 1;
}


/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/*particles*/


/*----------banner-----------*/

.carousel-control.left {
    left: 15px;
}

.carousel-control.right {
    right: 15px;
}

.bannercu {
    background-color: #003172;
    height: calc(100vh - 90px);
    overflow: hidden;
}

.bannercu:before {
    /*-webkit-clip-path: polygon(0 0, 100% 0%, 41% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 41% 100%, 0% 100%);
    background-image: url('../images/body-bg.svg');
    background-position: right 150px;
    background-repeat: no-repeat;
    background-size: 60%;
    background-color: #fff;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 92%;
    height: 100%;
    z-index: 1;
    overflow: hidden;*/
}


/*.bannercu:after{    
    width: 0;
    height: 0;
    border-top: 489px solid #f9f9f9;
    border-left: 402px solid transparent;
    position: absolute;
    top: 11rem;
    z-index: 99;
    content: "";
    transform: rotate(5deg);
    right: 170px;
}*/

.banner_txt {
    bottom: 70px !important;
    color: #fff;
    position: absolute;
    text-align: left;
    width: 55%;
    padding: 35px 50px 50px 75px !important;
    margin: auto;
    left: 0%;
    z-index: 999999;
    margin: auto;
    visibility: visible !important;
    background-color: #394F8A;
    overflow: hidden;
}

.banner_txt svg {
    position: absolute;
    left: -150px;
    top: -40px;
    width: 40%;
}


/* .banner_txt:before{
    position: absolute;
    left: -20px;
    top: 50px;
    width: 358px;
    height: 412px;
    content: "";
    background-image: url('../images/grad.png');
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    z-index: -1;

} */

.banner_hd {
    color: #fff;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 40px;
    padding-top: 0px;
    position: relative;
    /* padding-left: 6%; */
    width: 100%;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    /* padding-left: 3%; */
    /*text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;*/
}

.banner_hd:before {
    content: "";
    height: 3px;
    background-color: #f17000;
    width: 100%;
    position: absolute;
    left: -75px;
    bottom: -35px;
}

.banner_hd span {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.carousel-control1 {
    width: 100px;
    bottom: 17%;
    left: 43%;
    position: absolute;
    z-index: 999;
}

.carousel-control1 a img {
    width: 35px;
    margin-right: 10px;
}


/* .banner_hd:before{
    left: 0;
    width: 12.5%;
    height: 1px;
    background: rgba(255,255,255,.8);
    content: "";
    position: absolute;
    top: 28px;
}
.banner_hd:after{
    left: 13%;
    width: 9px;
    height: 9px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    content: "";
    top: 24px;
} */

.banner_cont {
    color: #fff;
    font-size: 21px;
    margin-bottom: 0px;
    line-height: 24px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.banner_r_more {
    clear: both;
    margin-top: 20px;
}

.banner_r_more a {
    font-size: 16px;
    transition: background-color 0.3s, color 0.3s;
    color: #fff;
    margin-top: 0px;
    border-radius: 40px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
}

.banner_r_more img {
    margin-left: 5px;
}

.banner_r_more a:hover {
    transition: all 0.3s;
    color: #f17000;
}

.banner_r_more a i {
    margin-left: 5px;
}

.bannercu .carousel-inner>.item>img {
    opacity: 1;
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
}

a.scroll-down-link {
    width: 50px;
    position: absolute;
    left: 0px;
    bottom: 20px;
    color: #FFF;
    text-align: center;
    z-index: 90;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-animation: move_fade_move_down 2s ease-in-out infinite;
    animation: move_fade_move_down 2s ease-in-out infinite;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    right: 0px;
    outline: 0px !important;
    border: 0px;
}

a.scroll-down-link img {
    opacity: 0.6;
}


/*animated arrow animattion*/

@-webkit-keyframes move_fade_move_down {
    0% {
        -webkit-transform: translate(0, -5px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translate(0, 10px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0, -5px);
        opacity: 1;
    }
}

@keyframes move_fade_move_down {
    0% {
        transform: translate(0, -5px);
        opacity: 1;
    }
    50% {
        transform: translate(0, 10px);
        opacity: 1;
    }
    100% {
        transform: translate(0, -5px);
        opacity: 1;
    }
}

.shape1 {
    display: block !important;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    /* background-image: url("../images/banner-over-large.png");
background-repeat: no-repeat;
background-position: right top;
background-size: auto 100%;
opacity: 0.85; */
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: 11.5vw;
    z-index: 1;
    /* mix-blend-mode: multiply; */
}

.shape1 .line svg {
    opacity: 0.5;
}

.points {
    width: 210px;
    position: absolute;
    top: 250px;
    right: 300px;
    z-index: 99999;
}

.points img {
    width: 100%;
}

.shape2 {
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    position: absolute;
    bottom: 0px;
    right: 0%;
    width: 18%;
    height: 220px;
    background-color: #2baee8;
    opacity: 0.8;
}


/*----------banner-----------*/

.hometechnologies {
    width: 100%;
    display: inline-block;
    padding: 50px 0 80px;
    background-color: #fff;
    position: relative;
}

.hometechnologies h2 {
    width: 100%;
    text-align: center;
    color: #394F8A;
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    margin-top: 0;
    position: relative;
    margin-bottom: 55px;
}

.hometechnologies h2:before {
    background-color: #F17000;
    position: absolute;
    left: 0%;
    bottom: -15px;
    height: 1px;
    width: 58%;
    content: "";
}


/*footer*/

.footer {
    width: 100%;
    display: table;
    padding: 30px 0;
    background-color: #141e3a;
}

.home_addressleft {
    float: left;
    width: 25%;
    padding-right: 0px;
}

.home_addressleft ul {
    list-style-type: none;
}

.home_addressleft li {
    color: #333;
    display: block;
    float: left;
    font-size: 15px;
    line-height: 26px;
    margin: 5px 0;
    width: 100%;
}

.home_addressleft li p {
    color: #fff;
    float: right;
    font-size: 14px;
    line-height: 26px;
    width: 85%;
}

.home_addressleft li span {
    color: #d81324;
    float: left;
    font-size: 24px;
    height: 40px;
    text-align: center;
    width: 40px;
}

.prodmenu {
    margin-top: 70px;
}

.footer_menu {
    float: left;
    width: 25%;
    margin-bottom: 10px;
}

.footer_menu1 {
    padding-left: 25px;
}

.footer_menu ul {
    list-style-type: none;
    width: 100%;
    float: left;
}

.footer_menu ul li {
    width: 100%;
    margin-bottom: 5px;
    float: left;
    position: relative;
    line-height: 28px;
}

.footer_menu ul.qlinks1 li {
    width: 50%;
    float: left;
    display: inline-block;
}

.footer_menu ul.ftsocul li {
    padding-left: 30px;
}

.footer_menu ul.ftsocul li a i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #F17000
}

.footer_menu ul li a {
    text-decoration: none;
    color: #fff;
    padding-left: 0px;
    display: block;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s;
}


/* 
.footer_menu ul li a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #fff;
    font-size: 16px;
    content: "\f101";
    transition: all 0.3s;
    font-family: FontAwesome;
} */

.footer_menu ul li a:hover {
    color: #F17000;
}

.footer_menu ul li a:hover:before {
    color: #F17000;
}

.footer_hd {
    position: relative;
    color: #F17000;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0;
    letter-spacing: 1px;
    text-transform: capitalize;
}


/* .footer_hd::before {
    width: 30px;
    height: 2px;
    background-color: #0195c5;
    content: "";
    position: absolute;
    left: 0%;
    bottom: -15px;
    z-index: 9;
} */

.footer_social {
    width: 25%;
    float: right;
}

.footer_social ul {
    float: left;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 5px;
    width: auto;
}

.footer_social ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.footer_social ul li a {
    background: #fff;
    border-radius: 100%;
    color: #2a2f33;
    display: table;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    outline: medium none;
    text-align: center;
    transition: all 0.3s;
    text-decoration: none;
    width: 36px;
}

.footer_social ul li a:hover {
    background: #0195c5 none repeat scroll 0 0;
    color: #fff;
}

.copy_right {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px 0px 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    clear: both;
    width: 100%;
    margin-top: 20px;
    display: inline-block;
    letter-spacing: 0.5px;
}

.copy_right span {
    color: #d81324;
    font-weight: 400;
}

.footer_social .form-control {
    margin-bottom: 10px;
    border-radius: 0px;
}

.footer_social .btn {
    width: 100%;
    border-radius: 0px;
    text-transform: capitalize;
    background-color: #0195c5;
    border: 0px;
    transition: all 0.3s;
}

.footer_social .btn:hover {
    background-color: #006a8c;
}

.ft_soc {
    clear: both;
    display: block;
}

.ft_soc a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    margin-right: 20px;
    transition: all 0.3s;
    text-align: center;
    transition: all 0.3s;
    border-radius: 100%;
    display: inline-block;
}
.ft_soc1 a{
    width: 40px; height: 40px; line-height: 40px; margin-right: 5px;
    margin-top: 15px;
}
.ft_soc a:hover {
    color: #F17000;
}

.ft_qt {
    clear: both;
    width: 80%;
    margin: auto;
    display: table;
    text-align: center;
    margin-top: 15px;
}

.ft_qt p {
    line-height: 21px;
    color: #b9eaff;
}

a.ft_sub {
    clear: both;
    width: 100%;
    margin-top: 15px;
    background-color: transparent;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    text-align: center;
    border: 2px solid #228b24;
    transition: all 0.3s;
    font-size: 15px;
}

a.ft_sub:hover {
    background-color: #228b24;
}

.footer_social p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7)
}

.mailchimp-inputbox {
    margin: 22px 0 12px;
    position: relative;
}

.mailchimp-email {
    width: 100%;
    position: relative;
}

.mailchimp-inputbox .mailchimp-email i {
    position: absolute;
    left: 15px;
    bottom: 17px;
    top: auto;
    color: rgba(255, 255, 255, .48);
}

.mailchimp-inputbox input[type="email"] {
    border: 1px solid rgba(46, 56, 77, 1);
    background-color: rgba(34, 44, 64, 1);
    height: 47px;
    width: 100%;
    font-size: 14px;
    outline: none;
    padding: 9px 40px;
    color: rgba(255, 255, 255, 1);
}

.mailchimp-inputbox .btn[type="submit"] {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    font-size: 16px;
    border-radius: 0;
    height: 47px;
    width: 55px;
    background-color: #F17000;
    transition: all 0.3s;
    color: #fff;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.mailchimp-inputbox .btn[type="submit"]:hover {
    background-color: #fff;
    color: #F17000;
}

.footer span {
    float: right;
    color: #fff;
    font-size: 12px;
    opacity: 0.5;
    position: absolute;
    right: 40px;
    bottom: 0;
}


/*footer*/

.footer img {
    height: 60px
}


.footer p {
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    margin-top: 10px;
    line-height: 24px;
}


/*section1*/

.section1 {
    clear: both;
    width: 100%;
    display: block;
    padding: 60px 0;
    position: relative;
    /* background-color: #e9eef0; */
    background-image: url('../images/aboutshape.png');
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
    background-size: 60%;
}

#circle-svg {
    position: absolute;
    top: 30px;
    right: 30px;
    /* z-index: -1; */
}

.sec1inner {
    /* background-color: #fff; */
    display: table;
    width: 100%;
    position: relative;
    /* margin-top: -120px; */
    z-index: 99;
}

.sec1inner h1 {
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
    color: #F17000;
    text-transform: uppercase;
    /* padding-bottom: 30px; */
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
}

.sec1inner h1:before {
    position: absolute;
    left: -78%;
    bottom: -10px;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #F17000;
}

.sec1inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sec1inner ul li {
    position: relative;
    padding-left: 30px;
    font-weight: 400;
    margin: 12px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

.sec1inner ul li:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #03acee;
    content: "";
    position: absolute;
    left: 4px;
    top: 7px;
}

.section11 ul {
    list-style: none;
    width: 100%;
    padding-left: 60px;
}

.section11 ul li {
    width: 100%;
    display: block;
    clear: both;
    position: relative;
    padding-left: 40px;
}

.section11 ul li a {
    width: 100%;
    display: block;
    clear: both;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
}

.section11 ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 10px;
}

.section1 .col-sm-12 {
    clear: both;
    width: 100%;
    display: table;
}

.aboutleft img {
    width: 80%;
    display: table;
    margin: auto;
    position: relative;
    z-index: 9
}

.section1 h4 {
    color: #2e3192;
    letter-spacing: 1px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    font-weight: 600;
    display: table;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0
}

.aboutleft {
    position: relative;
}

.section1 h2 {
    margin-top: 0px;
    font-size: 32px;
    color: #394F8A;
    font-weight: 700;
    margin-bottom: 15px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}

.section1 p {
    color: #000;
    font-size: 18px;
    line-height: 32px;
    margin: 10px 0;
    font-family: 'Poppins', sans-serif;
}

.section1 a {
    color: #F17000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    position: relative;
    text-decoration: none;
    transition: all 0.3s;
    padding-bottom: 5px;
    margin-top: 30px;
}

.section1 a svg {
    position: relative;
    left: 10px;
    top: 1px;
    transition: all 0.3s;
}

.section1 a:hover svg {
    left: 5px;
}


/*section5*/

.section5 {
    clear: both;
    width: 100%;
    display: block;
    position: relative;
    padding: 60px 0 185px;
    background-color: #394F8A;
}

svg.svgcode1 {
    position: absolute;
    left: 0;
    top: 15%;
    width: 300px;
}

svg.svgcode2 {
    position: absolute;
    right: 0;
    top: 5%;
    width: 250px;
}

.servleftbx {
    padding-left: 15%;
    position: relative;
}

.servleftbx1 {
    padding-left: 10%;
}

.servleftbx:before {
    position: absolute;
    left: 14%;
    bottom: -15px;
    height: 1px;
    width: 86%;
    content: "";
    background-color: #fff;
}

.servleftbx1::before {
    position: absolute;
    left: 16%;
    bottom: -15px;
    height: 1px;
    width: 84%;
    content: "";
    background-color: #2688D5;
}

.servleftbx .owl-stage {
    left: -55px;
    padding-bottom: 20px;
}

.servleftbx .owl-theme .owl-nav [class*="owl-"] {
    width: 40px;
    height: 18px;
}

.servleftbx .owl-dots {
    display: none;
}

.servleftbx .owl-theme .owl-nav {
    width: auto;
    float: right;
}

.servleftbx .owl-nav {
    bottom: -25px !important;
    width: auto;
    left: -100px;
    top: auto !important
}

.servleftbx .owl-prev {
    background-image: url('../images/lefta.png') !important;
    opacity: 1 !important;
    margin-left: -30px !important;
    background-size: 100%
}

.servleftbx .owl-next {
    background-image: url('../images/righta.png') !important;
    opacity: 1 !important;
    margin-right: -30px !important;
    margin-left: 5px;
    background-size: 100%
}

.servleftbx1 .owl-nav {
    bottom: -25px !important;
    width: auto;
    left: 0px;
    top: auto !important;
    opacity: 0.5
}

.servleftbx1 .owl-prev {
    background-image: url('../images/lefta1.png') !important;
    opacity: 1 !important;
    margin-left: -30px !important;
    background-size: 100%;
    margin-right: 10px
}

.servleftbx1 .owl-next {
    background-image: url('../images/righta1.png') !important;
    opacity: 1 !important;
    margin-right: -30px !important;
    margin-left: 5px;
    background-size: 100%
}

.section5:before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 150px;
    content: "";
    background-image: url(../images/shape1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.section5 h2 {
    font-family: 'Poppins', sans-serif;
    margin-top: 0px;
    font-size: 32px;
    position: relative;
    text-align: left;
    color: #fff;
    clear: both;
    width: 100%;
    letter-spacing: 1px;
    position: relative;
    z-index: 9;
}

.section5 h2 span {
    color: #F17000
}

.sec5btn a {
    text-decoration: none;
    color: #fff;
    padding: 13px 65px 13px 30px;
    background-color: #4595d1;
    border: 1px solid #4595d1;
    display: inline-block;
    font-size: 18px;
    transition: all 0.3s;
    position: relative;
    border-radius: 0px;
}

.sec5btn a:hover {
    transition: all 0.3s;
    background-color: transparent;
    color: #fff;
    background-image: none;
    border-color: #13113c;
    background-color: #13113c;
}

.sec5btn a svg {
    width: 1.1875rem;
    height: 0.875rem;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 26px;
}

.newssec1 {
    /* padding: 20px; */
    display: table;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
    width: 100%;

}

.newssec1 img {
    width: 100%;
    display: block;
}

.servleftbx1 .newssec1 img {
    width: 90%
}


/* .newssec1 img.smimg{width: 100%; height: 200px} */


/* .newssec1 span{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-right: 8px;
    color: #13113c;
    background: #00d0f2;
    padding: 0 15px;
}
.newssec1 span:before {
    position: absolute;
    content: '';
    background: #00d0f2;
    height: 10px;
    width: 8px;
    left: 0;
    bottom: -9px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
} */

.newscont {
    position: relative;
    transition: all 0.3s;
    padding: 20px 10px;
}

.newssec1:hover .newscont {}

.newssec1 h3 {
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    width: 100%;
    margin-top: 0px;
    transition: all 0.3s;
}
a.newssec1:hover h3{color: #f17000}

.newssec1 p {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 300;
}

.newssec1 .nbtn {
    text-decoration: none;
    color: #000;
    padding: 8px 20px;
    display: inline-block;
    font-size: 14px;
    transition: all 0.3s;
    position: relative;
    border-radius: 0px;
    height: 34px;
    line-height: 34px;
}

.newssec1 .nbtn span {
    opacity: 0;
    height: 18px;
    line-height: 18px;
    width: 0px;
    display: none;
}

.newssec1:hover .nbtn {
    transition: all 0.3s;
    background-color: transparent;
    color: #e67817;
    background-image: none;
    padding: 8px 45px 8px 20px;
}

.newssec1:hover .nbtn span {
    display: block;
    color: #e67817;
    opacity: 1;
    width: auto;
}

.newssec1 .nbtn svg {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 10px;
}

.newssec1:hover .nbtn svg {
    margin-top: -12px;
}

.solutionsbxh {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    padding: 50px 0 0;
    background-color: #fff;
}

.solutionsbxh h2 {
    width: 100%;
    text-align: center;
    color: #394F8A;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    margin-top: 0;
    position: relative;
    margin-bottom: 55px;
    font-weight: 700
}

.solutionsbxh h2:before {
    background-color: #F17000;
    position: absolute;
    left: 42%;
    bottom: -15px;
    height: 1px;
    width: 58%;
    content: "";
}

a.solbx1 {
    padding: 20px;
    text-align: left;
    overflow: visible;
    /* box-shadow: 0 0 40px rgba(0,0,0,0.1); */
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    transition: box-shadow .3s;
    font-size: 18px;
    line-height: 28px;
    /* min-height: 370px; */
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 10%);
    box-shadow: 0px;
    width: 100%;
    display: block;
    z-index: 9;
    text-decoration: none;
    color: #444A5A;
    transition: all 0.3s;
    margin-bottom: 30px;
    background-image: url(../images/1/pattern1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%;
    /* min-height: 252px; */
}

a.solbx1:hover {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 30%);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 30%);
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98);
}


/* a.solbx1:before {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    content: "";
    right: 0;
    width: 245px;
    height: 175px;
    background-image: url("../images/services-desktop-pattern.png");
    background-position: left top;
    pointer-events: none;
} */


/* a.solbx2:before {bottom: auto; top: 0; transform: scaleY(-1);} */


/* a.solbx1::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -2px;
    height: 4px;
    width: 100%;
    border-radius: 2px;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s;
    will-change: transform;
    background-color: #da2032;
}
a.solbx1:hover:after {transform: scaleX(1); transform-origin: left;} */

a.solbx1 h3 {
    font-size: 16px;
color: #394F8A;
line-height: 32px;
margin-bottom: 15px;
}

a.solbx1 p {
    position: relative;
    text-decoration: none;
    margin-bottom: 0px;
    margin-top: 20px;
    text-align: center;
    color: #444A5A;
    display: block;
    font-size: 14px;
    width: 100%;
    line-height: 21px;
    height: 63px;
    overflow: hidden;
}

a.solbx1 span {
    text-transform: uppercase;
    color: #F17000;
    display: none;
    font-size: 14px;
    letter-spacing: 2px;
}

a.solbx1 span svg {
    position: relative;
    left: 5px;
    top: 1px;
    transition: all 0.3s;
}


/* a.solbx1 p:before {
    position: absolute;
    content: '';
    top: 38%;
    right: 0;
    transform: translate(0, -50%);
    height: 2px;
    width: 40px;
    background-color: #D9D9D9;
} */


/* a.solbx1 p:after {
    position: absolute;
    content: '';
    top: 38%;
    right: 20px;
    transform: translate(0, -50%);
    height: 4px;
    width: 20px;
    border-radius: 2px;
    background-color: #da2032;
    transition: .35s ease;
} */


/* a.solbx1 p:hover:after {right: 0} */


/* a.solbx1 p span {
    position: relative;
    display: table;
    margin: auto;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #da2032;
    overflow: hidden;
    transition: .35s ease;
} */


/* a.solbx1 p span:before, a.solbx1 p span:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #da2032;
    transition: .35s ease;
}
a.solbx1 p span:before {
    transform: translateY(0);
}
a.solbx1 p span:after {
    transform: translateY(-200%);
} */

a.solbx1 img {
    width: 70px;
    transition: all 0.3s
}

a.solbx1:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.homeproductbx {
    clear: both;
    width: 100%;
    display: block;
    position: relative;
    padding: 100px 0 60px;
    background-color: #394F8A;
    overflow: hidden;
}

.homeproductbx:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 150px;
    content: "";
    background-image: url(../images/shape2.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.homeproductbx svg.hmpsvg1 {
    position: absolute;
    left: -18%;
    top: 30%;
    width: 30%;
}

.homeproductbx svg.hmpsvg2 {
    position: absolute;
    right: -18%;
    top: -20%;
    width: 30%;
}

.hmpimg {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.hmpimg:before {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 230px;
    height: 230px;
    background-color: #10427b;
    display: block;
    border-radius: 100%;
    content: "";
    z-index: -1;
}

.hmpimg img {
    width: 230px;
    display: block;
}

.homeproductbx h2 {
    width: 100%;
    color: #F17000;
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    margin-top: 0;
    position: relative;
    margin-bottom: 35px;
    font-weight: 300;
}

.homeproductbx h2::before {
    background-color: #fff;
    position: absolute;
    left: 0%;
    bottom: -15px;
    height: 1px;
    width: 150%;
    content: "";
}

.homeproductbx h3 {
    color: #fff;
    font-size: 26px;
    margin: 0 0 15px;
    font-weight: 300;
}

.homeproductbx h3 img {
    height: 30px;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: -5px
}

.homeproductbx p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.homeproductbx a {
    color: #F17000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    position: relative;
    text-decoration: none;
    transition: all 0.3s;
    padding-bottom: 5px;
    margin-top: 0px;
}

.homeproductbx a svg {
    position: relative;
    left: 10px;
    top: 1px;
    transition: all 0.3s;
}

.homeproductbx a:hover svg {
    left: 5px;
}


/*innerbanner*/

.inner_banner {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    background-color: #000;
}

.inner_banner::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1;
    opacity: 0.5;
    background: #000;
}
/* .inner_banner::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1;
    background: transparent url(../images/header-overlay.png) repeat;
} */

.inner_banner img {
    width: 100%;
    /* opacity: 0.4; */
    display: block;
}

.innertxt1 {
    position: absolute;
    width: 100%;
    text-align: left;
    top: 50%;
    left: 0%;
    padding: 10px 35px;
    z-index: 9;
}

.searchbxtxt {
    top: 42%;
}

.innertxt1 ul {
    list-style: none;
    text-align: left;
    margin-bottom: 0px;
    padding-left: 0px;
}

.innertxt1 ul li {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #F17000;
    font-size: 16px;
}

.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: 48px;
    font-weight: 400;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
}

.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*/


/*innerbx1*/

.pageTxt {
    display: table;
    width: 100%;
}

.innerbx1 {
    background-color: #f2f5fa;
    position: relative;
    padding: 40px 0;
    display: table;
    width: 100%;
}

.aboutVision {
    clear: both;
    width: 100%;
    display: table;
    padding: 40px 0;
    background-color: #fff;
}


/* .innerbx1:before{
    position: absolute;
    left: 15px;
    top: 5%;
    height: 90%;
    content: "";
    width: 40px;
    background-color: #dbdbdb;
} */

.innerbx1 h2 {
    font-size: 42px;
    line-height: 55px;
    margin-top: 0;
    font-weight: 500;
    color: #394F8A;
    width: 75%;
}

.innerbx1 p {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    padding-left: 25%;
}

.innerbx1 a {
    text-decoration: none;
    color: #070721;
    font-size: 21px;
    height: 46px;
    line-height: 46px;
    padding: 0 25px;
    display: inline-block;
    background-color: #fff;
}

.innerbx2 {
    width: 100%;
    display: table;
    padding: 40px 0;
    text-align: center;
    background-color: #117bd3;
}

.innerbx2 ul {
    list-style: none;
    width: 100%;
    display: table;
}

.innerbx2 li {
    width: 33.33%;
    float: left;
    font-size: 21px;
    color: #fff;
}

.innerbx2 li p {
    font-size: 42px;
}

.innerbx2 li span {
    margin-left: 10px;
    font-size: 46px;
    line-height: 1;
    font-weight: 600;
}

.aboutVision .link:before,
.pageLinks .link:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    content: '';
    border-top: 2px solid #111;
    border-right: 2px solid #111;
}

.aboutVision .link:nth-child(even):before,
.pageLinks .link:nth-child(even):before {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 200px;
    content: '';
    border-top: 0px solid #111;
    border-right: 0px solid #111;
    border-left: 2px solid #F17000;
    border-bottom: 2px solid #F17000;
}

.link {
    position: relative;
    cursor: pointer;
    color: #373A36;
    display: inline-block;
    font-weight: 400;
}

.aboutVision .link .txt,
.pageLinks .link .txt {
    padding: 40px;
    font-size: 18px;
    line-height: 32px;
}

.pageLinks .link .txt a {
    float: left;
    margin-top: 15px;
    border: 2px solid #222;
    color: #222;
    padding: 5px 25px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.pageLinks .link .txt a i {
    margin-left: 10px;
}

.pageLinks .link .txt a:hover {
    background: #222;
    color: #fff;
}

.aboutVision .link .txt,
.aboutVision .link .img,
.pageLinks .link .txt,
.pageLinks .link .img {
    float: left;
    width: 50%;
    position: relative;
    text-align: left;
}

.aboutVision .link:before,
.pageLinks .link:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    content: '';
    border-top: 2px solid #F17000;
    border-right: 2px solid #F17000;
}

.aboutVision .link .txt h3,
.pageLinks .link .txt h3 {
    font-size: 32px;
    color: #394F8A;
    margin-bottom: 20px;
    margin-top: 30px;
}

.aboutVision .link img,
.pageLinks .link img {
    width: 100%;
}

.aboutVision ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top:20px;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
    clear: both;

}
.aboutVision ul li {
    width: 100%;
    float: left;
    position: relative;
    padding: 6px 0 6px 25px;
    font-size: 16px;
    line-height: 24px;
color: #000;
}
.aboutVision ul li:before {
    position: absolute;
    top: 5px;
    left: 5px;
    font-family: FontAwesome; font-weight: 900; content: "\f105";
    color: #F17000;
}

.aboutVision .link:nth-child(even) .img,
.pageLinks .link:nth-child(even) .img {
    float: right;
}

.link.active::after,
.link:hover::after {
    display: none;
}


/*innerbx1*/


/*section3*/

.section33 {
    width: 100%;
    display: table;
    padding: 50px 0;
    background-color: #f9f9f9;
    overflow: hidden;
    background-image: url('../images/pattern-10.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.section333 {
    clear: both;
    width: 100%;
    display: block;
    padding: 60px 0 40px;
    position: relative;
    background-color: #fff;
    background-image: url('../images/aboutshape.png');
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
    background-size: 60%;
}
.sec-title {
    position: relative;
    /* margin-bottom: 55px; */
}

.sec-title .sub-title {
    color: #F17000;
}

.sec-title .sub-title {
    position: relative;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
    padding: 0 30px;
}

.sec-title .sub-title:before {
    font-family: FontAwesome;
    content: "\f053";
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 16px;
    z-index: 5;
    font-weight: 400;
    /* transform: rotate(180deg); */
}

.sec-title .sub-title:after {
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    right: 0;
    top: -1px;
    font-size: 16px;
    z-index: 5;
    font-weight: 400;
}

.sec-title h2 {
    position: relative;
    font-size: 50px;
    line-height: 56px;
    font-weight: 400;
    margin-top: 0;
    color: #394F8A;
}


/*  Why Choose Us */

.Whychooseus-section {
    position: relative;
    padding: 120px 0 90px;
}

.why-choose-block .inner-box {
    position: relative;
    padding: 15px 30px 15px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    transition: .5s;
    align-items: center;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.why-choose-block1 .inner-box{min-height: 625px; display: block;}
.why-choose-block .inner-box .icon {
    position: relative;
    font-size: 40px;
    margin-right: 30px;
    transition: .5s;
    line-height: 70px;
    width: 70px;
    height: 70px;
    text-align: center;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    float: left;
    display: inline-block;
}

.why-choose-block .inner-box .icon:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    border: 2px solid #e9e5df;
    background-color: #fff;
    top: -30px;
    left: -20px;
    transition: .5s;
}

.why-choose-block .inner-box .icon:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    border: 2px solid #e9e5df;
    background-color: #fff;
    border-radius: 50%;
    top: 0;
    left: 0;
    transition: .5s;
}

.why-choose-block .inner-box .icon .ico1 {
    position: relative;
    z-index: 9;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    display: table;
    margin: auto;
    margin-top: 14px;
}

.why-choose-block .inner-box:hover .icon {
    color: #fff;
}

.why-choose-block .inner-box:hover .icon::after {
    background-color: #394f8a;
    border-color: #394f8a;
}

.why-choose-block .inner-box:hover .icon::before {
    border: 2px solid #394f8a;
}

.why-choose-block .inner-box:hover .icon .ico1 {
    background-position: left bottom;
}

.why-choose-block .inner-box .count {
    position: absolute;
    top: -38px;
    left: -27px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    background: #fff;
    padding: 2px 6px;
}

.why-choose-block .inner-box .content {
    max-width: 385px;
    float: left;
    display: inline-block
}
.why-choose-block1 .inner-box .content{
    max-width: 100%;
}
.why-choose-block1 .inner-box h3{font-size: 16px; color: #f17000; margin: 10px 0}

.why-choose-block .inner-box h4 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    transition: .5s;
    color: #394F8A;
    padding-bottom: 12px;
    margin-bottom: 20px;
    margin-top: 0;
}

.why-choose-block .inner-box h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
    background-image: url(../images/border-shape-2.png);
}
.why-choose-block1 .inner-box h4{margin-bottom: 0; padding-bottom: 0;}
.why-choose-block1 .inner-box h4:before{display: none;}
.why-choose-block .inner-box .text {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-weight: 500;
    font-style: normal;
    color: #6d7a8c;
    font-family: 'Poppins', sans-serif;
    height: 135px;
}

.why-choose-block1 .inner-box .text{height: auto; color:  #000; font-weight: 400; }
.why-choose-block .inner-box .count {
    color: #394f8a;
}


/*section3*/


/*indutriesbx*/

.indutriesbx {
    width: 100%;
    display: table;
    background-color: #f2f5fa;
    padding: 0 0 40px 0;
    position: relative;
}

.sec4imgbx {
    position: absolute;
    right: 52%;
    bottom: 0px;
}

.sec4imgbx:before {
    position: absolute;
    top: -20px;
    left: -60px;
    width: 320px;
    height: 320px;
    background-color: #82779f;
    content: "";
    opacity: 0.8;
    border-radius: 100%;
    z-index: 9;
}

.sec4imgbx img {
    width: 325px
}


/* .pad15{position: relative; right: -15px;} */

.flowbx {
    position: relative;
}


/* .flowbx:before{
    position: absolute;
    width: 90%;
    top: 25%;
    height: 300px;
    border: 2px solid #82779f;
    border-left: 0px;
    content: "";
    opacity: 0.5
} */

.fl1 svg {
    position: absolute;
    right: -13px;
    top: calc(55% + 2px);
    fill: #82779f;
    opacity: 0.5
}

.fl2 svg {
    top: calc(43% + 1px);
    fill: #82779f;
}

.fl3 svg {
    top: auto;
    bottom: -15px;
    fill: #82779f;
    transform: rotate(90deg);
    right: calc(21% - 0px);
}

.fl4 svg {
    right: auto;
    left: -13px;
    transform: rotate(180deg);
    top: 63.9%;
}

.fl5 svg {
    right: auto;
    left: -13px;
    transform: rotate(180deg);
    top: 52.9%;
}

.indlt {
    width: 100%;
    display: table;
    padding: 0 40px;
    font-size: 18px;
    line-height: 26px;
}

.indutriesbx h2 {
    font-size: 26px;
    margin: 0px;
    line-height: 32px;
    color: #60aed8;
    font-weight: 600;
    margin-bottom: 30px;
}

.indutriesbx h2 a {
    text-decoration: none;
    color: #82779f;
    padding: 10px 25px;
    border: 1px solid #82779f;
    border-radius: 30px;
    transition: all 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}

.indutriesbx h2 a:hover {
    background-color: #82779f;
    color: #fff;
}

.pflow1 {
    width: 100%;
    display: table;
    background-color: #fff;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 5px 0px 10px 0px rgba(64, 84, 178, 0.59);
    overflow: hidden;
}

.pfm1 {
    margin-bottom: 20px;
}

.pfm2 {
    margin: 30px 0 20px 0;
}

.pfn {
    color: #6f6f6f;
    position: relative;
    padding-bottom: 10px;
    font-weight: 100;
    display: none;
}

.pfn span {
    border-bottom: 1px solid #6f6f6f;
    opacity: 0.8
}

.pfimg {
    width: 100%;
    clear: both;
    text-align: center
}

.pfimg img {
    width: 100%;
    display: inline-block;
}

.pflow1 h3 {
    color: #000;
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/*indutriesbx*/

.searchbox {
    width: 100%;
    margin-top: 30px;
}

.searchbox span {
    font-size: 12px;
    color: #fff;
    margin: 0px 0px 10px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: table;
}

.banner_fields {
    width: 40%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 2px;
    padding: 15px;
    float: left;
    border: none;
    margin: 0px 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.formsubmit {
    margin: 0px 6px;
    width: 15%;
    height: 100%;
    color: #fff;
    border-radius: 2px;
    padding: 15px 20px 15px 16px;
    float: right;
    text-align: right;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    background: url(../images/search.png) no-repeat right #60aed8;
    transition: ease all .5s;
    background-position: 11% 17px;
}

.formsubmit:hover {
    background: url(../images/search.png) no-repeat right #117bd3;
    transition: ease all .5s;
    background-position: 11% 17px;
}

.searchbox h3 {
    color: #fff;
    z-index: 9;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 5px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 30px;
    clear: both;
    width: 100%;
    display: inline-block;
}


/*jobpositions*/

.jobpositions {
    padding: 40px 0;
    width: 100%;
    display: table;
    background-color: #f8f8f8;
}

.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;
}

.mainjobsbox a {
    width: 100%;
    height: 100%;
    display: table;
    outline: none;
}

.mainjobsbox:hover {
    background: #f7f7f7;
    transition: all .3s;
}

.companyimage {
    width: 100px;
    float: left;
    background: #fff;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}

.companyimage img {
    width: 100%;
}

.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;
    font-family: 'Poppins', sans-serif;
}

.com_name {
    font-size: 18px;
    width: 79%;
    font-weight: 600;
    color: #117bd3;
}

.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: 16px;
    font-weight: 400;
    color: #3b3b3b;
    line-height: 24px;
}

.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: #60aed8;
}

.parttime {
    background: #ff8800;
}

.left_num {
    width: 100%;
    background: #c1282d url(../images/banner3.html);
    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%;
}

.pagination {
    float: right;
}

.innerpgbx1 p b {
    color: #1a99d5;
    font-weight: 700;
    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*/

.servicespg {
    width: 100%;
    display: table;
    padding: 40px 0 40px;
    background-color: #fff;
    position: relative;
   background-image: url('../images/aboutshape.png');
background-repeat: no-repeat;
background-position: left top;
background-size: 60%;
}

.servicespg h2 {
    position: relative;
    margin-top: 0px;
    color: #000064;
    font-size: 32px;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.servicespg h2:before {
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0px;
    width: 80px;
    height: 1px;
    background-color: #6cb148;
    content: "";
}

.servicespgbx {
    border-radius: 17px;
    box-shadow: 0 21px 39px -16px rgba(34, 48, 116, 0.5);
    width: 100%;
    padding: 20px;
    background-color: #fff;
    display: table;
    margin-bottom: 30px;
    text-align: center;
}

.servicespgbx img {
    max-width: 100%;
    display: table;
    margin: auto auto 30px;
    display: none;
}

.servicespgbx h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #6cb148;
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 38px;
    /* font-family: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif; */
}

.servicespgbx p {
    color: #626c84;
    font-size: 16px;
    line-height: 25px;
    height: 100px;
    padding: 0 20px;
    overflow: hidden;
    margin: 0 auto 40px 0;
}

.servicespgbx a.cta_button {
    bottom: auto;
    left: auto;
    margin: auto;
    display: table;
    float: none;
    right: auto;
    width: auto;
}

.servidpg h3 {
    color: #394F8A;
    margin: 0;
    padding-top: 150px;
    position: relative;
    padding-right: 30px;
    margin-top: 100px;
    font-weight: 300;
    margin: 0px;
    font-size: 32px;
    line-height: 42px;
    margin-top: 30px;
    position: relative;
}


.servidpg h3:before{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 120px;
    width: 1px;
    content: "";
    background-color: #000064;
}

.servidpg h3 img {
    position: absolute;
    left: 30px;
    top: 0px;
    width: 125px;
    opacity: 0.5;
}

.servidpg h4 {
    color: #000;
    font-size: 21px;
    line-height: 28px;
}

.servidpg h1 {
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #30398c;
    display: inline;
    border-bottom: 2px solid #F17000;
    line-height: 48px;
}
.djalkdja h3 {
    font-weight: 700;
    font-size:24px;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #30398c;
    display: inline;
    border-bottom: 2px solid #F17000;
    line-height: 48px;
    padding-right: unset;
}
.djalkdja h3:before {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 120px;
    width: 1px;
    content: "";
    background-color: unset;
}
.servidpg p {
    font-size: 18px;
    color: #000;
    margin-top: 20px;
    line-height: 32px;
}

.servidpg ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    clear: both;
}

.servidpg ul li {
    width: 100%;
    float: left;
    position: relative;
    padding: 6px 0 6px 25px;
    font-size: 18px;
    line-height: 32px;
    color: #000;
}

.servidpg ul li:before {
    position: absolute;
    top: 5px;
    left: 5px;
    font-family: FontAwesome;
    font-weight: 900;
    content: "\f105";
    color: #F17000;
}

.productsbx h2 {
    position: relative;
    margin-top: 0px;
    color: #000061;
    font-size: 32px;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 800;
    position: relative;
}

.productsbx h2:before {
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0px;
    width: 80px;
    height: 1px;
    background-color: #6cb148;
    content: "";
}


/*careers*/

.careerspg {
    width: 100%;
    display: table;
    background-image: url('../images/aboutshape.png');
background-repeat: no-repeat;
background-position: left top;
background-size: 60%;
    padding: 40px 0;
}

.careerspg h3 {
    font-size: 55px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 65px;
}

a.carbx1 {
    text-decoration: none;
    width: 100%;
    display: block;
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
}

a.carbx1 img {
    max-width: none;
    transform: translate3d(-40px, 0px, 0px);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: calc(100% + 40px);
}

a.carbx1:hover img {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.stories-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
}

a.carbx1 p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    line-height: 25px;
    font-size: 24px;
    font-weight: 600;
}

.careerspg h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 0px;
    clear: both;
    margin-bottom: 40px;
    display: inline-block;
    color: #282359;
}

.jobsbx1 {
    clear: both;
    width: 100%;
    display: table;
    padding-left: 100px;
    position: relative;
}

.jobsbx1 a {
    text-decoration: none;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #000;
    display: block;
}

p.offering-title {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
    line-height: 32px;
}

.offerings-row {
    color: #555;
    font-size: 18px;
}

.offerings-row span {
    font-style: normal;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.sub {
    font-style: normal;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 3px;
    display: table;
    margin: auto;
    transition: all 0.3s;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.border-left {
    width: 20px;
    height: 0%;
    top: 0px;
    position: absolute;
    left: 0;
    background: #F17000;
    transition: all 0.5s;
}

.jobsbx1 a:hover .border-left {
    height: 100%;
}

.jobsbx1 a:hover .sub {
    background-color: #F17000;
    color: #fff;
    transition: all 0.5s;
    border-color: #F17000;
}

.jobdescription {
    width: 100%;
    display: table;
    padding: 40px 0;
}

.jobdesinner {
    width: 100%;
    display: table;
    padding: 30px 0;
}

.jobdesinner h3 {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    margin-top: 0px;
}

.jobdesinner h3 span {
    margin: 6px;
    padding: 5px;
    font-size: 13px;
    border-radius: 5px;
    background-color: #f4f4f4;
}

.jobdesinner h4 {
    font-size: 18px;
    font-weight: 500;
    color: #9e9e9e;
}

.jobdesinner p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 32px;
}

.jobdesinner p b {
    font-weight: 600;
}

a.jobapply {
    padding: 10px 25px;
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    background-color: #F17000;
    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: #F17000;
}

.jobdesc1 ul {
    list-style: none;
    width: 100%;
    display: block;
    padding-left: 0px;
}

.jobdesc1 ul li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding-left: 40px;
    /* font-family: 'Poppins', sans-serif; */
    position: relative;
}

.jobdesc1 ul li::before {
    position: absolute;
    left: 14px;
    top: 10px;
    border-radius: 7px;
    width: 7px;
    height: 7px;
    background-color: #F17000;
    content: "";
}

.jobdesinner h6 {
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.54);
}

.isrtsoc a {
    float: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 45px;
    clear: none;
    border-radius: 40px;
    color: #fff;
    transition: all 0.3s;
    margin-right: 5px;
}

.isrtsoc a.fb {
    background-color: #4064ac;
}

.isrtsoc a.lin {
    background-color: #0270ad;
}

.isrtsoc a.twitter {
    background-color: #1c9bea;
}

.isrtsoc a.fb:hover {
    background-color: #0D3583;
    color: #fff;
}

.isrtsoc a.lin:hover {
    background-color: #004E7A;
    color: #fff;
}

.isrtsoc a.twitter:hover {
    background-color: #006CAF;
    color: #fff;
}

.line1 {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 25px 0;
    clear: both;
    display: table;
}

.jobdesinner h2 {
    font-size: 24px;
    font-weight: 600;
}

.jobdesc1 p {
    font-size: 18px;
    line-height: 28px;
}

.jobdesc1 ul li {
    line-height: 28px;
    margin-bottom: 10px;
}

.jobdesinner h1 {
    width: 100%;
    display: block;
    color: #F17000;
    font-size: 38px;
    font-weight: 600;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
    text-align: center
}

.jobdesinner h1:before {
    position: absolute;
    left: calc(50% - 161px);
    bottom: 0px;
    width: 322px;
    height: 4px;
    content: "";
    background-color: #ececec;
    /* background-image: url('../images/border2.png'); */
    display: block;
}

.jobdescription label {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block
}

.jobdescription label span {
    color: #ff7149;
    width: auto;
}

.jobdescription input.form-control,
.jobdescription textarea.form-control {
    background-color: #ccc;
    border-radius: 0px;
    height: 40px;
    border: 0px;
    margin-bottom: 20px;
}

.jobdescription textarea.form-control {
    height: 100px;
}

.jobdescription .col-sm-12 {
    display: table;
    width: 100%;
}

input.subres {
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border: 0px;
    background-color: #F17000;
    transition: all 0.3s;
    margin: auto;
    display: table;
}

input.subres:hover {
    background-color: #f01f10;
    color: #fff;
}


/*careers*/

.innersec1 {
    clear: both;
    width: 100%;
    display: block;
    padding: 0px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.innersec1 b {
    color: #242424;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 15px;
    width: 100%;
    display: block;
    line-height: 32px;
    font-weight: 700;
}

.innerleft {
    padding: 50px 20px !important;
    font-family: 'Poppins', sans-serif;
}

.innerleft p b {
    text-align: left;
    float: left;
    width: 100%;
    display: table;
    clear: both;
    color: #137ab1;
    margin-bottom: 20px;
    font-size: 21px;
}

.innerleft ul li {
    display: block;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    /* font-weight: 400; */
    color: #000;
    margin-bottom: 30px;
    position: relative;
}

.innerleft ul li {
    text-align: left;
    padding-left: 30px;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
}

.innerleft ul li:before,
.service_page1 ul li:before,
.page_ul ul li:before {
    position: absolute;
    left: 0px;
    top: 5px;
    content: "";
    background-image: url('../images/arrow.html');
    width: 20px;
    height: 14px;
    background-size: 100%;
}

.innerleft h3 {
    color: #19195b;
    margin: 10px 0;
    font-size: 24px;
}

.parallax2 img {
    width: 70%;
    margin: auto;
    display: table;
    margin-top: 50px;
}

.job1bx {
    width: 100%;
    display: table;
    padding: 15px 0;
    clear: both;
    transition: all 0.3s;
}

.job1bx:last-child {
    border-bottom: 0px;
}

.job1bx a {
    text-decoration: none;
    color: #000;
    width: 100%;
    display: block;
    position: relative;
    min-height: 100px;
    transition: all 0.3s;
}

.job1bx img {
    width: 90%;
    display: block;
    border: 1px solid #fff;
    padding: 10px;
    margin: 0px;
    border-radius: 100%;
    transition: all 0.6s;
}

.job1bx:hover img {
    /* transform: scale(1.1, 1.1); transform: rotate(360deg);
background-color: rgba(255, 255, 255, 0.2); */
    border: 3px solid #f49941;
}

.job1bx h5 {
    font-size: 24px;
    font-weight: 700;
    margin: 0px;
    color: #e38917;
    transition: all 0.3s;
    margin-bottom: 10px;
}

.job1bx h6 {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #777;
}

.job1bx p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.ltjb p {
    width: 80%;
}

.innerright {
    position: absolute;
    right: 0px;
    padding: 50px 30px !important;
    background-color: #efefef;
    width: 27%;
    height: 100%;
}

.sticky1 {
    position: sticky;
    left: 0px;
    top: 0px;
}

.innerright:before {
    position: absolute;
    right: -500px;
    width: 500px;
    height: 100%;
    content: "";
    background-color: #efefef;
    top: 0px;
}

.innerright h4 {
    font-size: 32px;
    font-weight: 600;
    color: #394F8A;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #ccc;
    margin-top: 0;
}

.innerright ul {
    list-style: none;
    width: 100%;
    clear: both;
    display: block;
}

.innerright ul li {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.innerright ul a {
    text-decoration: none;
    color: #000;
    padding: 3px 10px 3px 20px;
    display: block;
    font-size: 21px;
    position: relative;
    z-index: 1;
    position: relative;
}

.innerright ul ul a {
    font-size: 14px;
}

.innerright ul a:hover:before,
.innerright ul a.active:before {
    width: 3px;
    height: 100%;
    left: 0px;
    top: 0px;
    content: "";
    background-color: #394F8A;
    position: absolute;
    z-index: 9;
}

.innerright ul ul a.active:before,
.innerright ul ul a:hover:before {
    display: none !important;
}

.innerright ul a.active:before {
    width: 3px;
}

.innerright ul a.active {
    color: #394F8A;
    font-weight: 600
}

.innerright ul ul a.active,
.innerright ul ul a:hover {
    color: #ff5e00;
    font-weight: bold;
}

.innerbx1 img {
    width: 100%;
    display: block;
    margin-bottom: 60px;
}

.innerbx1 {
    padding-bottom: 20px;
    width: 100%;
}

.width40 {
    float: left;
    display: inline-block;
    width: 40%;
}

.width60 {
    float: left;
    display: inline-block;
    width: 60%;
}


/* .innerbx1 h2{text-transform: uppercase; font-size: 26px; margin-bottom: 15px;} */

.bimg {
    clear: both;
    width: 100%;
    display: table;
    padding: 40px 0;
}

.bimg img {
    display: inline-block;
    width: 25%;
    padding: 0 25px;
    float: left;
}

.innerleft img {
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    background-color: #394F8A;
    border-radius: 20px;
    float: left;
    padding: 40px;
    margin-right: 40px;
}

.innerpg h2 {
    color: #0071c5;
    width: 100%;
    float: left;
    padding: 10px 10px 10px 15px;
    border-radius: 3px;
    font-size: 21px;
    font-weight: 600;
    margin: 30px 0px 0px;
    background: #fff;
    background-color: rgb(255, 255, 255);
    position: relative;
    border-left: 3px solid #f2830f;
    letter-spacing: 0px;
    background-color: #f2f2f2;
}

ul.innerul1 {
    float: left;
    list-style-type: none;
    margin: 30px 0;
    padding: 0;
    width: 100%;
    padding-left: 0px;
}

ul.innerul1 li {
    float: left;
    margin-bottom: 15px;
    position: relative;
    width: 25%;
    text-align: center;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    transition: all 0.3s;
    font-size: 16px;
    cursor: pointer;
    padding: 0px;
    clear: none;
    display: inline-block;
}

ul.innerul1 li:before {
    display: none;
}

ul.innerul2 li {
    width: 33.33%
}

.dashed-circle {
    width: 150px;
    height: 150px;
    border: 2px dotted #c5ced5;
    border-radius: 50%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120px;
    background-color: #fff;
    position: relative;
    z-index: 9;
    margin-bottom: 15px;
    background-color: #fff;
    transition: all 0.3s;
}

ul.innerul1 li:hover .dashed-circle {
    background-color: #f8f8f8;
}

ul.innerul1 li p {
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
    height: 42px;
    overflow: hidden;
}


/*ul.innerul1 li::after {
    color: #3b7bc5;
    content: "\f0a4 ";
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 0;
}*/


/*contactpg*/

.contactpg {
    width: 100%;
    display: table;
    padding: 40px 0;
    background-color: #fff;
}

.contactpg 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;
}

.contactpg h2::before {
    position: absolute;
    left: calc(50% - 161px);
    bottom: 0px;
    width: 322px;
    height: 4px;
    content: "";
    background-color: #F17000;
    background-image: url('../images/border2.html');
    display: block;
}

.contactpg p a {
    border-bottom: 2px solid #117bd3;
    font-size: 21px;
    margin-bottom: 5px;
    transition: all 0.3s;
    display: inline-block;
    text-decoration: none;
    color: #000;
}

.contactpg p a:hover {
    text-decoration: none;
    border-bottom: 2px solid #fff;
}

.contactpg h3 {
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.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: #282359;
    font-size: 32px;
    font-weight: 600;
    margin-top: 0px;
}

.jobdesinner h3 span {
    margin: 6px;
    padding: 5px;
    font-size: 13px;
    border-radius: 5px;
    background-color: #f4f4f4;
}

.jobdesinner h4 {
    font-size: 18px;
    font-weight: 500;
    color: #9e9e9e;
}

.jobdesinner p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 32px;
}

.jobdesinner p b {
    font-weight: 600;
}

a.jobapply {
    padding: 10px 25px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #F17000;
    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: #F17000;
}

.jobdesinner h6 {
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.54);
}

.isrtsoc a {
    float: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 45px;
    clear: none;
    border-radius: 40px;
    color: #fff;
    transition: all 0.3s;
    margin-right: 5px;
}

.isrtsoc a.fb {
    background-color: #4064ac;
}

.isrtsoc a.lin {
    background-color: #0270ad;
}

.isrtsoc a.twitter {
    background-color: #1c9bea;
}

.isrtsoc a.fb:hover {
    background-color: #0D3583;
    color: #fff;
}

.isrtsoc a.lin:hover {
    background-color: #004E7A;
    color: #fff;
}

.isrtsoc a.twitter:hover {
    background-color: #006CAF;
    color: #fff;
}

.line1 {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 25px 0;
    clear: both;
    display: table;
}

.jobdesinner h2 {
    font-size: 24px;
    font-weight: 600;
}

.jobdesc1 p {
    font-size: 16px;
    line-height: 26px;
}

.jobdesc1 ul li {
    line-height: 28px;
}

.jobdesinner h1 {
    width: 100%;
    display: block;
    color: #F17000;
    font-size: 38px;
    font-weight: 600;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
    text-align: center
}

.jobdesinner h1:before {
    position: absolute;
    left: calc(50% - 161px);
    bottom: 0px;
    width: 322px;
    height: 4px;
    content: "";
    background-color: #ececec;
    /* background-image: url('../images/border2.png'); */
    display: block;
}

.jobdescription label {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block
}

.jobdescription label span {
    color: #ff7149;
    width: auto;
}

.jobdescription input.form-control,
.jobdescription textarea.form-control {
    background-color: #ccc;
    border-radius: 0px;
    height: 40px;
    border: 0px;
    margin-bottom: 20px;
}

.jobdescription textarea.form-control {
    height: 100px;
}

.jobdescription .col-sm-12 {
    display: table;
    width: 100%;
}

input.subres {
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border: 0px;
    background-color: #F17000;
    transition: all 0.3s;
    margin: auto;
    display: table;
}

input.subres:hover {
    background-color: #f01f10;
    color: #fff;
}

.leaverep h1 {
    color: #1a1665;
    font-size: 36px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    /* font-family: 'NeuzeitGro Bold', 'NeuzeitGro-Bol', sans-serif; */
}

.leaverep h1:before {
    display: block;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #F17000;
    content: ""
}


/*contactpg*/


/*trainingpg*/

.trainingpg {
    position: relative;
    background-image: url('../images/banner3.html');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.timg {
    width: 120px;
    height: 120px;
    position: relative;
    text-align: center;
    line-height: 120px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    border: 2px solid #60aed8;
}

.timg img {
    display: inline-block;
    margin: auto;
    height: 80px;
}

.trainingpg h2 {
    color: #71cdff;
    margin: 0px;
    font-size: 36px;
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    height: 80px;
    display: table;
    vertical-align: middle;
}

.trainingpg h2 span {
    vertical-align: middle;
    height: 80px;
    display: table-cell;
}

.trainbx1 {
    position: relative;
    width: 100%;
    display: table;
    margin-bottom: 40px;
}

.traincont {
    width: 100%;
    display: block;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    min-height: 120px;
}

.traincont:before {
    position: absolute;
    left: -50px;
    width: 50px;
    height: 30px;
    content: "";
    top: 60px;
    background-image: url('../images/ar.html');
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.9
}

.trainingpg h3 {
    color: #fff;
    text-align: center;
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 50px;
    position: relative;
}

.trainingpg ul {
    list-style-type: none;
}

.trainingpg ul li {
    position: relative;
    font-size: 21px;
    font-weight: 400;
    padding: 10px 0;
    padding-left: 40px;
    background-image: url('../images/secure.html');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 23px;
}

.trainingpg ul li:last-child {
    margin-bottom: 0px;
}


/*trainingpg*/


/*contact*/

.contact_block {
    padding: 30px 0;
    background-color: #fff;
}

.footer_address ul li {
    list-style: none;
    border-right: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    float: left;
    max-height: 250px;
    min-height: 250px;
    padding: 50px 0;
    width: 33.3%;
}

.footer_address ul li:last-child {
    border-right: 0 none;
}

.add_icon {
    display: table;
    margin: auto;
    text-align: center;
    width: 100px;
}

.add_icon img {
    max-width: 100%;
    height: 50px;
    display: inline-block;
}

.footer_address ul li h4 {
    color: #60aed8;
    font-size: 20px;
    letter-spacing: 0px;
    margin: 20px 0 10px;
    font-weight: 500;
    text-align: center;
}

.footer_address ul li p {
    color: #3b3b3b;
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 26px;
    padding: 0 30px;
    height: 100px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 400;
}


/*contact_adr:*/

.contact_adr {
    padding: 20px 0;
    background: #f5f5f5;
}

.adr_block {
    background: #fff;
    border: 1px solid #eee;
    padding: 25px;
    margin: 10px 0;
    display: table;
    width: 100%;
}

.address_bx {
    width: 30%;
    float: left;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
}

.address_map {
    width: 65%;
    float: right;
    height: 300px;
}

.address_map iframe {
    width: 100%;
    height: 100%;
    border: 0px;
}

.contsoc {
    /* position: absolute;
    right: 0px;
    top: 100px;
    text-align: right; */
    margin-top: 40px;
    display: inline-block;
}

.contsoc span {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
}

.contsoc a {
    float: left;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 43px;
    clear: none;
    border-radius: 40px;
    color: #fff;
    transition: all 0.3s;
    margin-right: 10px;
}

.contsoc a.fb {
    background-color: #4064ac;
}

.contsoc a.lin {
    background-color: #0270ad;
}

.contsoc a.insta {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.contsoc a.twitter {
    background-color: #1c9bea;
}

.contsoc a.fb:hover {
    background-color: #0D3583;
    color: #fff;
}

.contsoc a.lin:hover {
    background-color: #004E7A;
    color: #fff;
}

.contsoc a.twitter:hover {
    background-color: #006CAF;
    color: #fff;
}

.site-footer__details-col1 {
    width: 50%;
}

.site-footer__details-col1 ul li {
    float: left;
    display: inline-block;
    width: 33.33%;
}

.menu2 {
    position: fixed;
    right: 30px;
    top: 50px;
    z-index: 9;
    display: none;
}

.menu2 .menuicon1 {
    position: relative;
    z-index: 999;
    padding: 0 15px;
    height: 42px;
    line-height: 42px;
    border-radius: 20px 0 0 20px;
    text-decoration: none;
    color: #2b2a29;
    display: block;
    font-size: 16px;
    display: block;
    outline: 0px;
    transition: all 0.3s;
}

.sidemenu span {
    float: left;
}

.bars-wrap {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    overflow: visible;
    top: 3px;
}

.icon-bar {
    transition: all 0.4s ease;
    width: 26px;
    background: #F17000;
    height: 2px;
    position: relative;
    top: 8px;
    transition: width .2s ease-out;
    clear: both;
    margin-bottom: 7px;
}

#header.cloned .icon-bar {
    background: #000;
}


/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child {
    width: 100%;
}

.cart_open {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    display: none;
}

.cartbg1 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.cart_bx1 {
    width: 90%;
    background-color: #141e3a;
    height: 100%;
    right: -100%;
    transition: ease all 0.4s;
    top: 0px;
    position: fixed;
    display: block;
    box-shadow: 0 10px 50px rgba(1, 2, 2, .15);
    z-index: 99999;
    overflow-y: auto;
    /* background-image: url('../images/CCM-Grid-2.png');
    background-size: 100%; */
}

.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: 16px;
    display: block;
    padding: 10px 15px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    text-align: center;
    outline: none;
}

.cart_bx1 ul li a:hover,
.cart_bx1 ul li a.active {
    color: #2e3192;
}

a.closebtn {
    display: block;
    height: 42px;
    float: right;
    text-decoration: none;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    padding: 10px 25px;
    margin-bottom: 20px;
    /* background-image: url('../images/hpat.png'); */
}

a.closebtn img {
    width: 26px;
}

a.mobilecont {
    padding: 12px 28px 10px;
    margin-left: 20px;
    border: 1px solid #F17000;
    background-color: #F17000;
    color: #fff;
    font-size: 14px;
    border-radius: 35px;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    display: inline-block;
}

.contact-section {
    position: relative;
}

.contact-section {
    position: relative;
    padding: 40px 50px;
    background-image: url('../images/aboutshape.png');
background-repeat: no-repeat;
background-position: left top;
background-size: 60%;
}

.contact-section .pattern-layer {
    position: absolute;
    left: 50px;
    bottom: 80px;
    width: 774px;
    height: 416px;
    background-repeat: no-repeat;
}

.contact-section .pattern-layer-two {
    position: absolute;
    right: 0px;
    top: 180px;
    width: 454px;
    height: 120px;
    background-repeat: no-repeat;
}

.contact-section .icon-layer-two {
    position: absolute;
    right: 230px;
    top: 380px;
    width: 69px;
    height: 69px;
    opacity: 0.6;
    background-repeat: no-repeat;
}

.contact-section .icon-layer-three {
    position: absolute;
    right: 230px;
    bottom: 230px;
    width: 69px;
    height: 69px;
    background-repeat: no-repeat;
}

.contact-section .info-column {
    position: relative;
    margin-bottom: 40px;
}

.contact-section .info-column .inner-column {
    position: relative;
    /* padding-top: 80px; */
}

.contact-section .info-column .icon-layer {
    position: absolute;
    left: 170px;
    top: 40px;
    width: 69px;
    height: 69px;
    background-repeat: no-repeat;
}

.contact-section .info-column .image {
    position: relative;
    margin-bottom: 35px;
}

.contact-section .info-column h5 {
    position: relative;
    width: 100%;
    text-align: left;
    color: #1f1c66;
    font-weight: 800;
    margin-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 32px;
}

.contact-section .info-column h5:before {
    position: absolute;
    left: 0;
    width: 70px;
    height: 1px;
    background-color: #F17000;
    content: "";
    bottom: 0px;
}

.contact-section .info-column p {
    position: relative;
    color: #06092d;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.7em;
    margin-top: 15px;
    margin-bottom: 18px;
}

.contact-section .info-column .contact-list {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    list-style: none;
}

.default-form .form-group {
    display: table;
    outline: 0
}

.contact-section .info-column .contact-list li {
    position: relative;
    margin-bottom: 10px;
}

.contact-section .info-column .contact-list li strong {
    position: relative;
    display: block;
    color: #F17000;
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 600
}

.contact-section .info-column .contact-list li a {
    position: relative;
    color: #21409a;
    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;
    font-size: 18px;
}

.fthd1 {
    font-size: 18px;
}

.contact-section .info-column .contact-list li a:hover {
    color: #111111;
}

.contact-section .form-column {
    position: relative;
    margin-bottom: 40px;
}

.contact-section .form-column .inner-column {
    position: relative;
    padding: 60px 50px;
    margin-left: 40px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.contact-section .color-layer {
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 465px;
    height: 465px;
    z-index: -1;
    border-radius: 50%;
    background-color: #F17000;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.default-form .form-group:last-child {
    margin-bottom: 0px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 20px;
    color: #777777;
    height: 50px;
    font-size: 18px;
    background: none;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #efefef;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    outline: 0
}

.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder {
    color: #777777;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group textarea:focus {}

.default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px;
    color: #777777;
    height: 140px;
    border-radius: 4px;
    border: 1px solid #efefef;
    resize: none;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group .theme-btn {
    cursor: pointer;
}


/* Custom Select */

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    height: 50px;
    padding: 10px 20px 10px 20px;
    line-height: 30px;
    color: #777777;
    border: none;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #efefef;
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 3px;
    text-indent: 0px;
    color: #333333;
}

.form-group .ui-button .ui-icon:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 2px !important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #999999;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
    font-weight: 800;
}

.ui-widget.ui-widget-content {}

.ui-menu .ui-menu-item {
    font-size: 14px;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #43b97e;
    border-color: #43b97e;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 24px;
}

.ui-menu-item:hover {
    background-color: #43b97e;
}

.sec-title h2 {
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 32px;
    line-height: 42px;
    color: #1f1c66
}

.text {
    margin-bottom: 20px;
    font-size: 14px;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 17px 56px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    background-color: #21409a;
    border-radius: 30px;
    text-transform: uppercase;
    border: 0;
    transition: all 0.3s;
}

.btn-style-one:hover {
    background-color: #F17000
}

.a2bb {
    text-decoration: none;
    width: 100%;
    display: block;
    transition: all 0.3s;
    padding: 40px 25px 20px;
    background-color: #fff;
    position: relative;
    border: 1px solid #e8e8e8;
    text-decoration: none;
    color: #04206f;
    font-size: 14px;
    box-shadow: 0 30px 30px #eee;
    margin-bottom: 20px;
}

.a2bb::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #e8e8e8 transparent;
    position: absolute;
    right: 4px;
    bottom: 4px;
}

.a2bb h3 {
    margin-top: 0;
    text-transform: uppercase
}

.a2bb p {
    font-size: 16px;
    line-height: 26px;
    color: #000
}


/* ===========================
   ====== Media Queries ====== 
   =========================== */


/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
    body {
        overflow-x: hidden;
        padding-top: 65px;
    }
    .container {
        width: 100%;
        display: block;
        max-width: 100%;
        min-width: 100%;
    }
    .header {
        padding: 0 5px;
    }
    .menubar {
        display: none;
    }
    .top_social,
    .top_social ul {
        display: none;
    }
    .menu2 {
        display: block;
        top: 10px;
        right: 10px;
        z-index: 9999;
    }
    .menu {
        display: none;
    }
    .logo {
        padding: 10px 0 10px 10px;
    }
    .logo a img{height: 45px}
    /* .carousel-inner > .item > img, .inner_banner img{
        width: 100%;
        height: calc(100vh - 100px) !important;
        object-position: center;
        object-fit: cover;
    }   */
    .bannercu,
    .inner_banner {
        margin-top: 0px;
        height: auto;
    }
    .hdright {
        margin-right: 100px;
    }
    .banner_txt {
        width: 100%;
        left: 0px;
        top: 100% !important;
        position: relative !important;
        padding: 20px !important;
        bottom: 0 !important;
    }
    .banner_hd {
        font-size: 24px;
        line-height: 32px;
        /* padding-left: 62px; */
    }
    .carousel-control1{left: auto; right: 20px; bottom: 5%}
    /* .banner_hd::before {
        width: 55px;
        left: -10px;
    } */
    .banner_hd::after {
        left: 50px;
    }
    .carousel-control.right {
        right: 5px !important;
    }
    .carousel-control.left {
        left: 5px !important;
    }
    .banner_r_more a {
        height: 42px;
        line-height: 42px;
        font-size: 16px;
        padding: 0 10px;
    }
    .icon--large {
        max-width: 85px;
    }
    .ban_but,
    /* .pavcontentslider .carousel-indicators {
        width: 100%;
        right: auto;
        text-align: center;
        bottom: 10px;
    }
    .pavcontentslider .carousel-indicators li {
        display: inline-block;
        margin: 0 5px;
    } */
    .box3 h2,
    .box4 h2 {
        line-height: 32px;
        font-size: 28px;
        text-align: center
    }
    .box3 p,
    .box4 p {
        font-size: 16px;
        line-height: 24px;
        text-align: center
    }
    .bp-solutions-boxes a {
        width: 98%;
        margin-bottom: 20px;
    }
    .bp-solutions-boxes {
        padding: 0px;
    }
    .section21 h2 {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }
    .home_solutions ul li {
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
    }
    .box2 h2,
    .sec-title h1 {
        font-size: 32px;
    }
    .box2 ul li a {
        width: 48%;
        padding: 10px;
    }
    .news-block .inner-box .lower-content h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .allBtn a {
        font-size: 12px;
    }
    .box6 h4 {
        text-align: center;
        line-height: 24px;
        font-size: 18px;
    }
    .box6 a {
        float: none;
        display: table;
        margin: auto;
        margin-top: 30px;
        font-size: 16px;
    }
    .ftleft1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .ftleft1 .fthd1 {
        text-align: left !important;
    }
    .ftaddress {
        text-align: left !important;
    }
    .mFooter {
        height: auto;
        line-height: normal;
        padding-top: 15px;
        line-height: 28px;
        text-align: center;
    }
    .mFooter .col-sm-6 {
        text-align: center !important;
    }
    .innertxt1 {
        top: 15%;
    }
    .inner_banner h1 {
        margin-top: 0px;
        font-size: 18px;
    }
    .innertxt1 ul li{font-size: 14px;}
    .innerbx1 h2 {
        width: 100%;
        text-align: center;
        font-size: 21px;
        line-height: 28px;
        padding: 0px;
    }
    .innerbx1 p {
        padding: 0px;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }
    .innerbx2 li {
        font-size: 14px;
    }
    .innerbx2 li p {
        font-size: 32px;
    }
    .innerbx2 li p span {
        font-size: 32px;
    }
    .aboutVision .link .txt,
    .aboutVision .link .img,
    .pageLinks .link .txt,
    .pageLinks .link .img {
        float: none;
        width: 100%;
        clear: both;
    }
    .aboutVision .link .txt h3,
    .pageLinks .link .txt h3 {
        margin-top: 0px;
        font-size: 28px;
    }
    .aboutVision .link .txt,
    .pageLinks .link .txt {
        padding: 20px;
    }
    .aboutVision .link .txt,
    .pageLinks .link .txt {
        font-size: 16px;
        line-height: 24px;
    }
    .page_content,
    .page_nav {
        width: 100%;
        clear: both;
    }
    .stickme {
        position: relative;
        top: auto;
    }
    .trainingpg h3 {
        font-size: 21px;
    }
    .trainingpg h2 {
        width: 100%;
        text-align: center;
        font-size: 24px;
        height: auto;
        line-height: normal;
    }
    .trainingpg h2 span {
        height: auto;
    }
    .trainingpg h2 span br {
        display: none;
    }
    .trainingpg ul li {
        font-size: 16px;
    }
    a.backbtn {
        font-size: 16px;
        padding: 6px 10px;
    }
    .searchbox {
        margin-top: 0px;
    }
    .searchbox .col-md-12 {
        padding: 0px;
    }
    .banner_fields {
        height: 36px;
        padding: 5px;
        width: 37%;
    }
    .formsubmit {
        padding: 0px;
        height: 36px;
        background-position: center center;
        font-size: 0px;
    }
    .formsubmit:hover {
        background-position: center center;
    }
    .searchbox h3 {
        display: none;
    }
    .companyimage {
        width: 50px;
        padding: 5px;
    }
    .job_des {
        width: 78%;
    }
    .mainjobsbox {
        margin-bottom: 30px;
    }
    .searchbxtxt {
        top: 20px;
        padding: 0px;
    }
    .innerserv h1,
    .contactpg h2 {
        font-size: 28px;
    }
    .contactpg h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .innerserv {
        padding: 35px 0;
    }
    .footer_address ul li {
        border-right: 0px;
        width: 100%;
        clear: both;
    }
    .sec1inner h1 {
        font-size: 21px;
    }
    .sec1inner h1 span {
        font-size: 40px;
    }
    .section1 h2 {
        font-size: 18px;
    }
    .section1 p{font-size: 16px; line-height: 24px;}
    .section5 h2{font-size: 21px;}
    .text-75 {
        font-size: 40px;
        line-height: 46px;
    }
    .text-30 {
        font-size: 16px;
    }
    .allBtn {
        margin-bottom: 20px;
    }
    .text-40-1 {
        font-size: 28px;
        line-height: 36px;
    }
    .locationbx {
        width: 65%;
    }
    .phnum a {
        width: 100%;
    }
    .footer_menu,
    .footer_social {
        width: 100%;
        clear: both;
    }
    .innerleft img {
        width: 90px;
        height: 90px;
        padding: 20px;
    }
    .innersec1,
    .servidpg p {
        font-size: 16px;
        line-height: 28px;
    }
    .innerleft ul li,
    .servidpg ul li {
        font-size: 16px;
    }
    .careerspg p,
    .jobdesc1 p,
    .jobdesc1 ul li {
        font-size: 16px !important;
    }
    .jobsbx1 {
        padding-left: 40px;
    }
    .servidpg h3,
    .careerspg h4 {
        font-size: 24px !important;
        line-height: 32px;
    }
    .sub {
        float: right;
    }
    .leaverep h1 {
        font-size: 32px;
    }
    .contact-section {
        display: block;
        padding: 20px;
        overflow: hidden;
    }
    .contact-section .form-column .inner-column {
        margin: 0;
        padding: 20px;
    }
    .sec-title h2 {
        font-size: 21px;
        line-height: 32px;
    }
    .default-form .form-group {
        width: 100%;
    }

    .contact-section .info-column h5{font-size: 24px;}
    .footer img{height: 42px;}
    .footer_menu1{padding-left: 0}
    .footer span{position: relative; width: 100%; display: block; font-size: 12px;
        left: auto; right: auto; margin-top: 20px;}
        .footer{padding: 40px 15px;}
        .jobdesinner{padding: 0}
        .jobdesinner h3{font-size: 21px;}
        .servleftbx .owl-stage{left: 0}
        .servleftbx .owl-nav{left: 0}
        .servleftbx::before{left: 40%; width: 60%}
        /* .section5{padding-bottom: 60px;} */
        .solutionsbxh{padding: 0}
        .solutionsbxh h2, .hometechnologies h2{font-size: 24px;}
        .solutionsbxh .col-sm-3{margin: 0 !important;}
        .hmpimg img{width: 150px;}
        .hmpimg::before{width: 150px; height: 150px;}
        .homeproductbx h2{font-size: 24px; margin-top: 30px;}
        .homeproductbx h3{font-size: 18px;}
        .homeproductbx p{font-size: 16px; line-height: 24px;}
        .homeproductbx a, .section1 a{font-size: 16px;}
        #status{width: 150px; margin-left: -75px;}

        .banner_txt svg{left: 0; width: 50%}
        svg.svgcode1{width: 200px; left: -100px;}
        svg.svgcode2{width: 150px;}
        a.solbx1 h3 br{display: none;}

        .bannercu .carousel-inner > .item > img{width: 100%; height: auto;}
        .why-choose-block1 .inner-box{height:auto;  min-height: auto; display: table; clear:both; margin-bottom: 20px;}
}


/*------iphone----------------*/

@media only screen and (min-width: 320px) and (max-width: 480px) {}


/*------smalltablet----------------*/

@media only screen and (min-width: 480px) and (max-width: 768px) {}


/*--------iPad - Portrait--------------*/

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .banner_hd {
        font-size: 42px;
        line-height: 55px;
    }
    .bp-solutions-boxes a {
        width: 31.33%;
    }
    .bp-solution-head {
        font-size: 19px;
    }
    .box4 a {
        padding: 5px;
    }
    .box4 a h3 {
        font-size: 16px;
        line-height: 21px;
    }
    .home_solutions ul li {
        width: 31%;
        margin: 1%;
    }
    .home_solutions ul li .txt span {
        font-size: 12px;
        letter-spacing: 0px;
    }
    .box2 ul li a {
        width: 23%;
    }
    .news-block {
        width: 33.33%;
        float: left;
        display: inline-block;
    }
    .news-block .inner-box .lower-content {
        padding: 0 15px;
    }
    .news-block .inner-box .lower-content .text {
        height: 100px;
        overflow: hidden;
    }
    .box6 h4 {
        text-align: left;
    }
    .box6 a {
        padding: 15px 20px;
        margin-top: 0px;
    }
    .ftleft1 {
        width: 50%;
        padding-right: 50px;
    }
    .aboutVision .link .txt,
    .aboutVision .link .img,
    .pageLinks .link .txt,
    .pageLinks .link .img {
        width: 50%;
        float: left;
        clear: none;
    }
    .pflow1 h3 {
        font-size: 14px;
    }
    .searchbox h3 {
        display: inline-block;
        font-size: 18px;
        margin-top: 30px;
    }
    .companyimage {
        width: 100px;
    }
    .footer_address ul li {
        clear: none;
        width: 33.33%;
        border-right: 1px solid #e8e8e8;
    }
    .footer_address ul li p {
        font-size: 16px;
    }
    .footer_address ul li p br {
        display: none;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
    .container {
        width: 100%;
        display: block;
        max-width: 100%;
        min-width: 100%;
    }
    .logo a img{height: 75px;}
    .banner_hd{font-size: 32px; line-height: 42px;}
    .menu2 {
        display: block;
        top: 18px;
        right: 10px;
        z-index: 99999999999999;
    }
    .menu {
        display: none;
    }
    .top_social,
    .top_social ul {
        display: none;
    }
    .cart_bx1 {
        width: 420px;
    }
    .ftaddress {
        font-size: 13px !important;
    }
    .ftaddress img {
        height: 36px !important;
    }
    .ftaddress h2 {
        font-size: 26px;
    }
    .aboutVision .link .txt h3,
    .pageLinks .link .txt h3 {
        margin-top: 0px;
    }
    .aboutVision .link .txt,
    .pageLinks .link .txt {
        font-size: 16px;
        line-height: 24px;
    }
    .banner_fields {
        width: 40%;
    }
    .formsubmit {
        padding: 0px;
        height: 50px;
        background-position: center center;
        font-size: 0px;
    }
    .formsubmit:hover {
        background-position: center center;
    }
    .hmpimg img{width: 150px;}
    .hmpimg::before{width: 150px; height: 150px;}
    .footer img{height: 42px;}
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
    .news-block {
        width: 33.33%;
        float: left;
        display: inline-block;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
    .container {
        width: 100%;
        display: block;
    }
    .header {
        padding: 0px;
    }
    .menu {
        padding-left: 1%;
    }
    .menu>ul>li>a {
        font-size: 14px;
        padding: 0px 10px;
    }
    .aboutVision .link .txt h3,
    .pageLinks .link .txt h3 {
        margin-top: 0px;
    }
    .aboutVision .link .txt,
    .pageLinks .link .txt {
        font-size: 16px;
        line-height: 24px;
    }
    .formsubmit {
        padding: 0px;
        height: 50px;
        background-position: center center;
        font-size: 0px;
    }
    .formsubmit:hover {
        background-position: center center;
    }
    .menu > ul > li{padding: 0 12px;}
    .banner_hd{font-size: 24px; line-height: 32px; padding-right: 50px;}
}

@media only screen and (min-width: 1400px) and (max-width: 2800px) {
    .carousel-control1{bottom: 15%}
}