body{font-family: 'Poppins', sans-serif; overflow-x: hidden; font-weight: 300;}
ul,ol{padding: 0px; margin: 0px;}
.container{width: 1240px; max-width: 1240px;}
p{font-weight: 400;}
.micon,.mclose, .menu_nav {
        display: none;
    }

/*--------header-----------*/
.header{
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    width: 100%;
	padding:0 60px;
}

.header_top{
    width: 100%; 
    display: table; 
	margin-top: 10px;
    margin-bottom: 10px;
    /*background-color: #fff;
    background-image: url('../images/bg1.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;*/
}
#header.fixed1 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2) /* border-bottom: 1px solid #ccc; */;
	height: 100px;
}
/*#header.fixed1{
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}*/
.logo{
    float: left; 
    display: inline-block;
    margin-top: 15px;
    transition: all 0.3s ease 0s;
}
.logo a{transition: all 0.3s ease 0s; position: relative;}
.logo a img{
    height: 75px; display: block;
    transition: all 0.3s ease 0s;
}
/*#header.fixed1 .logo{margin-top: 12px;}
#header.fixed1 .logo a img{height: 30px; margin-top: 0px;}*/
.menu{
    float: right;
    text-align: right;
	margin-top: 10px;
}
.menu ul{
    list-style: none;   
    float: left;
    margin-right: 15px;
}
.menu > ul > li{
    display: inline-block;
    float: left;
    position: relative;
    padding: 0 12px;
}
.menu > ul > li > a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: block;
    transition: all 0.3s ease 0s;
    outline: 0px;
    padding: 0 2px;
    height: 79px;
    font-weight: 600;
    line-height: 79px;
    text-transform: uppercase;
}
/*.menu > ul > li > a:before{
    position: absolute;
    left: 0px;
    bottom: 25px;
    width: 0px;
    height: 2px;
    background-color: #e58e15;
    content: "";
    transition: all 0.5s;
}*/
.menu > ul > li:hover > a:before{width: 100%;}
/*#header.fixed1 .menu > ul > li > a{color: rgba(255, 255, 255, 0.7); height: 60px; line-height: 60px;}*/
.menu > ul > li > a i{margin-left: 5px;}
.menu ul > li:hover a,
.menu ul > li a.active{
    color: #0c6ca1;
}
#header.fixed1 .menu > ul > li > a {
    color: #000;
}
#header.fixed1 .menu > ul > li > a.active {
    color: #0c6ca1;
}
/*#header.fixed1 .menu > ul > li > a:before{bottom: 0px;}*/
.menu ul li.Enquirebtn a{
    background-color: #0a6ba0; padding: 0 25px;
    transition: background-color 0.3s, color 0.3s;
    color: #fff; margin-top: 24px; border-radius: 30px;
    height: 50px; line-height: 50px;
    transition: all 0.3s;
}
.menu ul li.Enquirebtn a:hover{background-color: #c13812;}
/*#header.fixed1 .menu > ul > li.Enquirebtn > a{margin-top: 10px; 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;
}
ul.submenu1 li{
    display: table;
    clear: both;
    width: 100%;    
}
ul.submenu1 li a{
    text-decoration: none;
    color: #000 !important;
    font-size: 14px;
    line-height: 21px;
    padding: 8px 20px !important;
    display: block;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    text-align:left;
    text-transform: capitalize;
}
ul.submenu1 li:last-child a{border-bottom: 0px;}
ul.submenu1 li:hover a{
    background-color: #17b6ee !important;
    color: #fff !important;
}
ul.submenu1 li:last-child a{
    
}
/*------header_end--------*/


/*----------banner-----------*/
/*.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;
}*/
.bannercu:after{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1;
    opacity: 0.3;
    background: #5597e8;
}
.banner_txt {
    top: 38%;
    color: #fff;
    position: absolute;
    text-align: left;
    width: 60%;
    padding: 0 20px;
    margin: auto;
    left: 4%;
    z-index: 999999;
    margin: auto;
	text-align: center;
    width: 92%;
}
.banner_hd {
    color: #fff;
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 0px;
    font-weight: 700;   
    padding-top: 0px;
    padding-left: 0%;
    margin-bottom: 20px;
    /*text-shadow: 0 0 2px rgba(255, 255, 255, 0.2) !important;*/
}
.banner_hd span{color: #2d9fda;}
.banner_cont {
    color: #fff;
    font-size: 25px;
    margin-bottom: 0px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}
.banner_r_more{
    clear: both;
    margin-top: 20px;
}
.banner_r_more a{
    background-color: #fff; font-weight: 500;
    transition: background-color 0.3s, color 0.3s;
    color: #213081; margin-top: 0px; border-radius: 30px;
    height: 40px; line-height: 40px; display: inline-block;
    text-decoration: none; /*padding: 0 20px;*/ transition: all 0.3s;
}
.banner_r_more img{margin-left: 5px;}
.banner_r_more a:hover{
    transition: all 0.3s;
    background-color: #0a6ba0; color: #fff; background-image: none;
}
.banner_r_more a i{margin-left: 5px;}


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

.bannercu{width: 100%; background-color: #000;height: 100vh;}

.videobx{position: relative; width: 100%; display: block;}
.bannercu video {
    width: 100%; display: block; opacity: 0.9; position: relative;
}
/* .bannercu .videobx::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1;
    background: transparent url(../images/header-overlay.png) repeat;
} */
/*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{
   -webkit-clip-path: polygon(50% 41%, 0% 100%, 100% 100%);
clip-path: polygon(50% 41%, 0% 100%, 100% 100%);
position: absolute;
bottom: 0px;
left: 45.5%;
width: 10%;
height: 150px;
background-color: #2baee8;
z-index: 9;
opacity: 0.8;
}
.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-----------*/


/*section1*/
.section1{width: 100%; display: table; background-color: transparent;
position: relative; margin-top: -70px; text-align: center;}
.section1 h2{width: 100%; margin: 0px;}
.section1 h2 span{position: relative; background-color: #0a6ba0; padding: 0px 25px;
color: #fff; font-weight: 600; height: 70px; line-height: 70px;
font-size: 18px; display: inline-block; position: relative; z-index: 9;}

.sec1inner{width: 100%; display: table; background-color: #0a6ba0;}
.sec1form{width: 100%; display: table; padding: 40px 0;}

.sec1form input.form-control{height: 70px; border-radius: 35px; border: 0px;
padding: 0 30px; font-size: 18px;}
.sec1form input.btn.btn-primary{height: 70px; line-height: 70px; width: 100%; text-align: center;
border: 0px; background-color: #fff; border-radius: 35px; color: #1b8fd9; transition: all 0.3s;
font-size: 18px; font-weight: 600; padding: 0px;}
.sec1form input.btn.btn-primary:hover{background-color: #444; color: #fff;}

.section1 ul{list-style: none; width: 100%; clear: both; display: table;}
.section1 ul li{float: left; display: inline-block; width: 50%; position: relative;}
.section1 ul li a{width: 100%; display: block; color: #fff; padding: 30px 20%;
background-color: #444446; transition: all 0.3s; text-align: center; font-size: 19px;
font-weight: 600; text-decoration: none;}
.section1 ul li a i{margin-right: 10px; font-size: 26px;}
.section1 ul li:first-child{border-right: 5px solid #0a6ba0;}
.section1 ul li a:hover{background-color: #0a6ba0;}





.section111 {
    clear: both;
    width: 100%;
    display: block;
    padding: 60px 0;
    position: relative;
    background-color: #e9eef0;
    overflow: hidden;
}

#circle-svg {
    position: absolute;
    top: 30px;
    right: 30px;
    /* z-index: -1; */
}

.sec1inner11 {
    /* background-color: #fff; */
    display: table;
    width: 100%;
    position: relative;
    /* margin-top: -120px; */
    z-index: 99;
}

.sec1inner11 h1 {
    font-size: 60px;
    font-weight: 800;
    color: #262057;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 40px;
}

.sec1inner11 h1 span {
    font-size: 80px;
    margin-left: 50px;
    margin-top: 6px;
    color: #4ed7a1;
    transform: translateY(-50%);
}

.sec1inner11 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sec1inner11 ul li {
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    margin: 12px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #525558;
}

.sec1inner11 ul li:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0a6ba0;
    content: "";
    position: absolute;
    left: 4px;
    top: 7px;
}
.aboutleft img {
    width: 100%;
    display: block;
    float: right;
    position: relative;
    z-index: 9;
}
/*section1*/

/*section2*/
.section2{width: 100%; display: table; background-color: transparent;
position: relative; margin-top: -70px;}
.section2 h2{width: 100%; margin: 0px; text-align: center;}
.section2 h2 span{position: relative; background-color: #0a6ba0; padding: 0px 25px;
color: #fff; font-weight: 600; height: 70px; line-height: 70px;
font-size: 18px; display: inline-block;}

.sec2inner{width: 100%; display: table; background-color: #0a6ba0;}
.sec1bx1{border-right: 1px solid rgba(255, 255, 255, 0.5);}

a.values-block {
    position: relative;
    width: 100%; display: inline-block;
    text-decoration: none;
    transition: all 0.3s;
    color: #fff;
    padding: 50px 50px 0;
    position: relative;
    min-height: 360px;
}
a.values-block:hover{border-color: #cbcde7;}
a.values-block i{
    color: #0a6ba0;
    position: absolute;
    right: 30px;
    top: 120px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.values-block:hover i{right: 15px;}
.thumbnail-logos {
    padding: 10px;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: block;
}
.thumbnail-logos img{
    display: table; margin: auto; width: 80px;
}
.section2 h3{margin-top: 30px; margin-bottom: 15px; font-size: 24px; color: #fff; 
    font-weight: 700;}
.section2 p{color: #e5e7f8; font-size: 14px; margin-top: 10px; display: inline-block;
font-weight: 500;}
.values-block h6{color: #0a6ba0; border-bottom: 2px solid #0a6ba0; font-weight: 600;
margin-bottom: 0px; width: auto; float: left;}
/*section2*/

.section2inner {
    padding: 50px 0;
    width: 100%;
    display: block;
    overflow: hidden;
    clear: both;
    position: relative;
}

.section2inner h2 {
    margin-top: 0px;
    font-size: 38px;
    color: #0a6ba0;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 48px;
    margin-bottom: 20px;
}

.section2inner p {
    color: #333;
    font-size: 18px;
    line-height: 32px;
    margin: 20px 0;
}

.section2inner a {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-decoration: none;
    transition: all 0.3s;
    padding-bottom: 5px;
    margin-top: 30px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .35);
    border-radius: 50px;
    padding: 20px 35px;
    text-transform: uppercase;
    display: table;
    background-color: #e6360d;
    color: #fff;
}

.section2inner a:hover {
    background-color: #262057;
}

.image-shadow {
    position: relative;
}

.dottedcircle img {
    width: 240px;
    top: 45px;
    right: inherit;
    left: -45px;
    position: absolute;
    bottom: 0;
    z-index: -1
}

.rounded-image img {
    /* border-radius: 50%; */
    width: 100%;
}

.image-shadow::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f1f1f9;
    border-radius: 50%;
    left: 20px;
    top: 0;
    z-index: -1;
}

.rounded-image.feature-image.image-shadow::after {
    content: "";
    background: #536eb5;
    background: -moz-linear-gradient(top, rgba(83, 110, 181, 1) 0, rgba(85, 101, 175, 1) 19%, rgba(85, 101, 175, 1) 19%, rgba(87, 91, 169, 1) 38%, rgba(88, 83, 164, 1) 58%, rgba(90, 75, 159, 1) 79%, rgba(91, 67, 155, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(83, 110, 181, 1) 0, rgba(85, 101, 175, 1) 19%, rgba(85, 101, 175, 1) 19%, rgba(87, 91, 169, 1) 38%, rgba(88, 83, 164, 1) 58%, rgba(90, 75, 159, 1) 79%, rgba(91, 67, 155, 1) 100%);
    background: linear-gradient(to bottom, rgba(83, 110, 181, 1) 0, rgba(85, 101, 175, 1) 19%, rgba(85, 101, 175, 1) 19%, rgba(87, 91, 169, 1) 38%, rgba(88, 83, 164, 1) 58%, rgba(90, 75, 159, 1) 79%, rgba(91, 67, 155, 1) 100%);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0;
    transition: all ease-out .3s;
}

.circle1 {
    position: absolute;
    width: 100%;
    top: 0
}

.circle1 svg {
    top: -75px;
}


/*bnr_top_make*/

@-webkit-keyframes rotating
/* Safari and Chrome */

{
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 8s linear infinite;
    -moz-animation: rotating 8s linear infinite;
    -ms-animation: rotating 8s linear infinite;
    -o-animation: rotating 8s linear infinite;
    animation: rotating 8s linear infinite;
}


/*section3*/
.section3{width: 100%; display: table; padding: 50px 0 30px; background-color: #e9e9e9;}
.section3 p.txt1{
	color: #313449;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 30px;
	text-align: center;
}
.section3 h2{color: #0a6ba0; font-weight: 600; margin-top: 0px; margin-bottom: 20px;}
.sec3bx1{width: 100%; display: table;}
.sec3bx{width: 100%; display: block; position: relative; padding: 20px 20px 70px; 
    border: 1px solid #eeeeee;	min-height: 150px; 
    background-color: #fff; margin-bottom: 20px;}
.sec3bx h4{margin: 0px; font-size: 15px; color: #333; margin-bottom: 10px; font-weight: 500;}
.sec3bx p{color: #2c2c3c; font-size: 14px; margin: 0px; margin-bottom: 10px;}
.sec3bx img{position: absolute; right: 15px; bottom: 15px; width: 70px;}
.sec3bx a{text-decoration: underline; color: #000; font-size: 14px; transition: all 0.3s;}
.sec3bx a:hover{text-decoration: none;}

.sec3bx2{width: 100%; display: table; background-color: #02ad88; height: 85px;
line-height: 85px; color: #fff; padding: 0 30px; font-size: 18px;}
.sec3bx2 a{float: right; display: inline-block; background-color: #fff; color: #000;
height: auto; line-height: normal; font-size: 14px; font-weight: 600; border-radius: 30px;
padding: 12px 30px; margin-top: 23px; transition: all 0.3s; text-decoration: none; box-shadow: 0 0 25px -14px #0d3885;}
.sec3bx2 a i{margin-right: 5px;}
.sec3bx2 a:hover{background-color: #008d6e; color: #fff;}
/*section3*/



/*section3*/
.section333{
    width: 100%;
    display: table;
    padding: 60px 0 40px;
    background-color: #fff;
    background-image: url('../images/bgn-industries.png');
    /* background-image: url('../images/h3-shape1.png'); */
    background-repeat: no-repeat;
    background-position: center top;
background-size: contain;
    /* background-size: cover; */
    /* background-image: url('../images/bg2.svg');
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat; */
    /* background-image: url("../images/bg-section-01_02.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
}
.section333 h2{
    text-align: center;
font-weight: 900;
color: #333;
font-size: 42px;
margin-bottom: 50px;
position: relative;
text-align: center;
margin-top: 0;
}
.serve-box {
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}

.serve-box:after,
.serve-box:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    opacity: .7;
    transition: .5s ease-out
}

.serve-box:after {
    background-color: #2b303a
}

.serve-box:before {
    background-color: #f04d39;
    transform: scale(0);
    transition: .5s ease-out;
    z-index: 1111111;
    visibility: hidden;
    opacity: .88
}

.serve-box:hover:before {
    visibility: visible;
    transition: .5s ease-out;
    transform: scale(.94)
}

.serve-box:hover:after {
    opacity: 0;
    transition: .5s ease-out
}
.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.serve-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    height: 100%;
    z-index: 1111111;
    padding: 35px
}

.serve-content img {
    color: #fff;
    width: 64px;
    margin-bottom: 10px;
    display: block
}

.serve-content h3 {
    font-weight: 700;
    color: #fff;
    font-size: 21px;
    margin-top: 10px;
    
}

.serv1{/* padding: 20px; */ background-color: #fff; 
    box-shadow: 5px 5px 15px 0px rgba(64,84,178,0.35);
    /* padding: 20px; */
    overflow: hidden;
    background: #e3e3e3;
    border-radius: 10px;
  /* box-shadow: 0 0 25px rgba(218, 218, 218, 0.5); */
margin-bottom: 20px;transition: all 0.3s}
.serv1 a img{width: 100%; display: block; transition: all 0.3s}
.serv1:hover a img{transform: scale(1.1); transform: rotate(-3deg) scale(1.1);}
a.simbbx{display: block; position: relative;}
span.hex a {
    display: block;
    /* overflow: hidden; */
}
.scont{
    padding: 20px; display: block;
    background-color: #fff;
    border-radius: 100% 0 0 0;
}
.imgico{
  /* background-color: #fff !important; */
font-size: 40px;
height: 90px;
line-height: 90px;
width: 70px;
text-align: center;
position: absolute;
bottom: -44px;
left: 10px;
}
.imgico::after {
    /* content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 130px 0 0 50px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    right: -50px; */
    position: absolute;
    content: "";
    background-image: url(../images/feature-shape.png);
    background-repeat: no-repeat;
    width: 69px;
    height: 61px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.imgico img{width: 30px !important; display: inline-block !important;
position: relative; z-index: 9;}
.serv1 h4{margin-bottom: 10px; margin-top: 30px;}
.serv1 h4 a {
   
margin-bottom: 0px;
margin-top: 0px;
color: #0a6ba0;
font-size: 16px;
font-weight: 600;
text-decoration: none;
}
/* .serv1 h4 a:hover{color: #e64209;} */
.serv1 p {
    color: #000; margin-top: 5px; height: 78px; overflow: hidden; 
font-size: 15px; line-height: 26px; font-weight: 400; margin-bottom: 15px;
}
span.icon:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.serv1 .col-sm-3{padding: 10px;}
a.serva{
    text-decoration: none;
    clear: both;
    display: table;
    background-color: #fff;
    color: #e64209;
    border: 1px solid #e64209;
    padding: 10px 25px;
    font-weight: 300;
    border-radius: 30px;
    transition: all 0.3s;
}
a.serva:hover{background-color: #e64209; color: #fff}
/*section3*/



.aboutbx22{
    background-color: #f7f6f1;
    padding: 60px 0;
    display: table;
    width: 100%;
    background-color: #EEF5FB;
background-image: url("../images/h9-bg-section-01.png");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.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;
}
.aboutbx22 h3{
    display: inline-block;
position: relative;
z-index: 1;
font-weight: 800;
letter-spacing: 3px;
font-size: 18px;
width: 100%;
color: #0a6ba0;
}
.aboutbx22 h3 span{position: relative;}
.aboutbx22 h3 span::before {
    content: "";
    width: 100%;
    height: 6px;
    background: #cecece;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    mix-blend-mode: difference;
}
.aboutbx22 h2{
    width: 100%;
display: block;
margin-bottom: 20px;
font-size: 42px;
margin-top: 0;
color: #333;
text-align: center;
font-weight: 800
}
.aboutbx22 h4{
    width: 100%;
display: block;
margin-bottom: 40px;
font-size: 18px;
margin-top: 0;
color: #000;
text-align: center;
font-weight:400
}
p.ptxt{
    color: #04206f;
font-size: 16px;
line-height: 26px;
margin: 20px 0;
padding-left: 60px;
}



/*section4*/
.section4{padding: 40px 0 80px; width: 100%; display: table; background-color: #f8f8f8;}
.section4 h2{color: #0a6ba0; font-weight: 700; margin-top: 0px; margin-bottom: 15px;}
.section4 p.txt1{
	color: #333;
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 40px;
    font-weight: 700;
    padding: 0 10%;
}
.sec4cont{margin-bottom: 40px;}
.sec4cont p{font-size: 15px; color: #333;}
/*section4*/


/*section6*/
.section6{width: 100%; display: block; background-color: #f5f5f5; padding: 40px 0 20px;}
.section6 h2{text-align: left; position: relative; font-size: 30px; color: #000; font-weight: 600; 
    margin-bottom: 30px; margin-top: 0px; float: left;}
.section6 h2:before{
    position: absolute;
    left: 40px;
    bottom: -10px;
    height: 5px;
    width: 31px;
    content: "";
    background-color: #0a6ba0;
}
.section6 p{font-size: 14px; color: #313449; text-align: center; margin-bottom: 0px;}
a.viewall{
    position: relative;
    background: #f5f5f5;
    padding: 18px 25px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    font-size: 15px;
    display: inline-block;
    color: #000;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    float: right;
}
a.viewall::after {
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 20px;
    color: #b9b9b9;
    content: "\f105";
    margin-left: 18px;
}
a.viewall:hover{background-color: #ebebeb;}


.main_serv{clear: both; width: 100%; display: block; padding: 0 10px;}
.section6 .owl-stage-outer{padding: 20px 0 0 !important;}
.technology1{width: 100%; display: block; margin-bottom: 20px;  padding: 12px;}
a.img-wrap{display: block; text-decoration: none; color: #000; position: relative; 
    width: 100%; transition: all 0.3s ease 0s; box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);}
a.img-wrap > img{width: 100%; display: block;}
a.img-wrap:hover{box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);}

.icon1 img{width: 70px; position: absolute; top: 270px; background-color: #71a5bb;
padding: 10px;}
.techhd1{font-size: 16px;line-height: 21px; font-weight: 600; margin: 0; 
    position: relative; margin-top: 20px; margin-bottom: 10px;height:42px; overflow:hidden;}
.technology1 p{position: relative; line-height: 21px; padding: 0px; text-align: left;
    overflow:hidden; transition: all 0.3s ease 0s; opacity: 1; 
    color: #000; padding-right: 30px; font-size: 14px; height:150px; overflow:hidden;}
a.img-wrap:hover .overlay1 p{}
.rmore1{ margin-top: 20px;  display: inline-block;
font-size: 14px; font-weight: 600; color: #fff; padding: 5px 20px;
background-color: #0a6ba0; position: relative; transition: all 0.3s;}
.info{margin-top: 20px; display: inline-block;
font-size: 14px; font-weight: 500; color: #0085b3; padding: 5px 20px;
 position: relative; transition: all 0.3s; text-transform: capitalize;}
a.img-wrap:hover .rmore1{background-color: #444446;}
.techno{display: block; padding: 40px 20px 20px; background-color: #fff;}

.techno .jtitile{
    float: left; display: inline-block; width: auto; font-size: 12px; color: #fff; 
    margin: 0px; padding: 5px 20px; background-color: #444446;
    position: absolute; left: 0px; top: 0px; font-weight: 500;
}
.section6 .owl-nav {
    position: absolute;
    top: 45%;
    left: 0px;
    width: 100%;
    display: none !important;
}
.date1{width: 100%; display: block; color: #999; margin-bottom: 15px; font-weight: 600;}
/*section6*/

/*home_industry*/
.home_industry {
    text-align: center;
    padding: 50px 0;
    background: #fff;
}
.home_industry h2 {
    color: #0a6ba0;
font-weight: 600;
margin-top: 0px;
margin-bottom: 20px;
}
.home_industry ul{list-style: none; width: 100%;}
.hi_nav li {
    display: inline-block;
    padding: 15px;
    font-size: 19px;
    font-weight: 600;
    color: #444;
    text-transform: uppercase;
    border-bottom: 3px solid #fff;
    cursor: pointer;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.hi_nav li.active,
.hi_nav li:hover {
    color: #ef4029;
    border-bottom: 3px solid #ef4029
}
.hi_data li {
    float: left;
    width: 25%;
    padding: 5px;
}
.hi_data li span {
    border: 1px solid #eee;
    padding: 15px;
    display: block;
    width: 100%;
}
.hi_data li img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: 100px;
}


/*home_careers*/
.home_careers {
    background-image: url(../images/bg3.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.home_careers h2 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 15px;
}
.home_careers h3 {
    font-size: 18px;
    font-weight: 300;
    padding: 0 15%;
    margin-bottom: 15px;
}
.home_careers a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #0a6ba0;
    padding: 10px 25px;
    margin-top: 20px;
    border-radius: 30px;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    text-decoration: none;
}
.home_careers a:hover {
    background: #218fd9;
}

/*footer*/
/* .footer{width: 100%; display: table; padding: 40px 0; background-color: #124084;
background-image: url('../images/footer-overlay.png'); background-position: left top;}
.ft_logo{text-align: center;}
.ft_logo a img{height: 50px;}
.ftmenu{clear: both; width: 100%; text-align: center; margin: 60px 0;}
.ftmenu ul{list-style: none; width: 100%;}
.ftmenu ul li{display: inline-block; padding: 0 20px;}
.ftmenu ul li a{text-decoration: none; color: #fff; font-size: 15px; font-weight: 600;
transition: all 0.3s;}
.ftmenu ul li a.active, .ftmenu ul li a:hover{color: #0a6ba0;}
.ftsocial{margin-top: 0px; margin-bottom: 30px;}
.ftsocial ul li a{font-size: 28px; color: #466ca5;}
.ftaddress{color: #fff;}

.ftaddress ul{list-style: none; width: 100%;}
.ftaddress ul li{width: 100%; display: block; padding-left: 25px; position: relative;
color: #fff; margin-bottom: 25px; font-weight: 500;}
.ftaddress ul li i{position: absolute; left: 0px; top: 3px; color: #0a6ba0;}
.ftaddress ul li a{color: #0a6ba0; text-decoration: none; font-weight: 500;}

.mFooter{width: 100%; display: table; padding: 15px 0; color: #fff; 
    background-color: #00093c; font-weight: 500; font-size: 14px;}
.mFooter a{float: right; display: inline-block; text-decoration: none; color: #0a6ba0; margin-left: 30px;}
 */

 /*footer*/
footer {
    background: #fff;
    color: #000;
    font-weight: 400;
}
.footer {
    padding: 35px 0;
}
.fbox {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    font-size: 14px;
    line-height: 1.4;
}
.fbox.fsocail {
    margin-right: 0;
    text-align: center;
}
.fbox img {
    max-width: 40%;
}
.fnav a span {
    margin-right: 5px;
    font-weight: 300;
}
.fnav a {
    margin-bottom: 5px;
    color: #000;
    display: block;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    text-decoration: none;
}
.fsocail a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #fff;
    color: #111;
    margin: 5px;
    line-height: 40px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.fsocail a:hover {
    background: #18bff3;
}
.copyrights {
    background: #0f6ea2;
    padding: 20px 0;
    font-size: 14px;
}
.copyrights span {
    text-align: center;
    display: block;
	color: #fff;
}
.copyrights a {
    color: #fff;
    float: right;
    font-weight: 600;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.copyrights a:hover, .fnav a:hover {
    color: #18bff3;
}

 /*footer*/


.chat{position: fixed; right: 20px; bottom: 20px; z-index: 999;}

/*section7*/
.section7{width: 100%; display: table; padding: 0px; }
.section7 h2{text-align: center; margin-bottom: 15px; color: #0a6ba0; margin-top: 40px;}
.section7 h3{text-align: center; margin-top: 0px; margin-bottom: 40px; color: #000;}
.section7 ul{list-style: none; width: 100%; display: block;}
.section7 ul li{float: left; display: inline-block; width: 33.33%; 
    border-right: 5px solid #fff; text-align: center;}
.section7 ul li:last-child{border-right: 0px;}
.section7 ul li a{position: relative;
    text-decoration: none; color: #000;
display: block;
width: 100%;
height: 100%;
padding: 30px 0 40px;
overflow: hidden;
background: #f8f8f8;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;}
.section7 ul li a:hover{background-color: #e4e4e4;}
.section7 .img1{text-align: center;margin-bottom: 15px;
    position: relative;
display: inline-block;
width: 200px;
height: 200px;
margin: 0 0 20px;
}
.section7 .img1 img{
    width: 100%;
height: 100%;
border-radius: 100%;
border: solid 8px #e7e7e7;
font-family: "object-fit: cover; object-position: 50% 50%;";
object-fit: cover;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.section7 ul li a:hover .img1 img{border-color: #c9c9c9;}
.section7 h5{
    color: #f47929;
    margin: 0 0 20px;
    font-weight: 700;
    display: block;
}
.section7 p{
    font-size: 25px;
    color: #333;
    min-height: 120px;
    font-weight: 700;
}
.section7 span.more{
    color: #f47929;
    padding: 3px 0;
    font-size: 14px;
    border-bottom: solid 3px #f47929;
    font-weight: 600;
}
/*section7*/


/*innerbanner*/
.inner_banner {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    background-color: #000;
    margin-top: 100px;
    height: 450px;
}
.inner_banner::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1;
    opacity: 0.6;
    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.75;*/
    display: block; 
}
.innertxt1{
   position: absolute; width: 100%; text-align: left; 
    top: 42%; left: 0%; padding: 10px 35px; z-index: 9;
}
.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: #7ed3ff;    
}
.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: 38px; text-shadow: 0px 0px 1px #333;
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*/



/*innerpg*/
.innerpgbx{
    width: 100%; display: table; padding: 40px 0; color: #333;
    background-color: #f8f8f8;
    /* background-image: url('../../images/bg1.jpg');  */
}
.innerpgbx p{font-size: 15px; line-height: 28px; font-weight: 400; text-align: justify;}
.innerpgbx ul{
    width: 100%; display: table; width: 100%; list-style: none;
}
.innerpgbx ul li{
    clear: both;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 28px;
    position: relative;
    padding-left: 30px;
    text-align: justify;
    font-weight: 400;
}
.innerpgbx ul li:before{
    position: absolute;
    left: 3px;
    top: 2px;
    content: "\f054";
    font-family: FontAwesome;
    font-size: 14px;
    color: #0a6ba0;
}
.innerpgbx h3{margin-bottom: 20px; color: #0a6ba0; font-size: 24px;}
/*innerpg*/


/*services*/
.innerpgbx1{padding: 40px 0; width: 100%; display: table; background-color: #fff;
}
.innerpgbx2{background-color: #e9e9e9;}
.pgleftbx{width: 100%; display: block; padding-right: 30px;}
.pgleftbx p{font-size: 15px; line-height: 28px; font-weight: 400; text-align: justify;}
.pgleftbx ul{list-style: none; padding: 0px; margin-top: 30px;}
.pgleftbx ul li{
    clear: both;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 28px;
    position: relative;
    padding-left: 30px;
    text-align: justify;
    font-weight: 400;
}
.pgleftbx ul li:before{
    position: absolute;
    left: 3px;
    top: 2px;
    content: "\f054";
    font-family: FontAwesome;
    font-size: 14px;
    color: #0a6ba0;
}
.pgleftbx ul li strong{font-weight: 600;}

.pgleftbx h3{
    margin-bottom: 20px; color: #0a6ba0; font-size: 24px;
}

.pgrightbx{background-color: #444446; width: 100%; padding: 30px; display: table; 
    position: relative; border-radius: 3px;}
.pgrightbx h3{color: #6da7c6; font-size: 20px;margin-top: 0px; margin-bottom: 15px; 
    padding-bottom: 10px;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.pgrightbx ul{list-style: none; width: 100%; display: block; clear: both;}
.pgrightbx ul li{clear: both; position: relative; margin-bottom: 5px;}
.pgrightbx ul li a{text-decoration: none; color: #fff; font-size: 15px; padding: 4px 0 4px 20px;
display: block; position: relative; transition: all 0.3s;}
.pgrightbx ul li a.active{border-left: 2px solid rgba(255, 255, 255, 0.3);color:#66cdff;}

.pgrightbx ul li a:hover{color: #66cdff;}
.innerpgbx2 .home_solutions img{border: 3px solid #662d91; width: 100%;}

.pgleftbx h4{font-size: 24px; margin: 30px 0; font-style: italic; font-weight: 600; color: #662d91;}
/*services*/


/*career_form*/
.career_form {
    border-top: 1px solid #ccc;
    background: #fff;
    clear: both;
    width: 100%; display: table;
}
.halfspan {
    width: 49%;
    float: left;
    position: relative;
    margin-bottom: 15px;
}
.fullspan{position: relative; width: 100%; display: table;}
.halfspan.right {
    float: right;
}
.career_form label {
    margin: 5px 0 0 0;
    display: block;
    font-weight: 400;
    font-size: 14px;
}
.career_form h2{color: #0a6ba0; text-align: center; margin-bottom: 20px;
 font-size: 32px; letter-spacing: 1px;}
input.c-input, textarea.c-input {
    width: 100%;
    float: left;
    border-radius: 0px;
    padding: 10px;
    color: #333;
    border: 1px solid #ccc;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    transition: 0.4s;
    background-color: #fff;
}
textarea.c-input {}
input.c-input[type=file] {
    padding: 0 10px;
}
input.c-input:hover, textarea.c-input:hover, input.c-input:focus, textarea.c-input:focus {
    border: 1px solid #ccc;
    outline: 0px;
    transition: all .5s;
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}
.effect-8{width: 100%; position: relative; display: table;}
.c-input ~ .focus-border:before,
.c-input ~ .focus-border:after{content: ""; position: absolute; top: 0; left: 0; width: 0; 
height: 2px; background-color: #18b5ed; transition: 0.3s;}
.c-input ~ .focus-border:after{top: auto; bottom: 0; left: auto; right: 0;}
.c-input ~ .focus-border i:before,
.c-input ~ .focus-border i:after{content: ""; position: absolute; top: 0; left: 0; 
width: 2px; height: 0; background-color: #18b5ed; transition: 0.4s;}
.c-input ~ .focus-border i:after{left: auto; right: 0; top: auto; bottom: 0;}
.c-input:focus ~ .focus-border:before,
.c-input:focus ~ .focus-border:after{width: 100%; transition: 0.3s;}
.c-input:focus ~ .focus-border i:before,
.c-input:focus ~ .focus-border i:after{height: 100%; transition: 0.4s;}

textarea.c-input {
    height: 120px;
}
input.c-btn {
    padding: 10px 30px;
    background: #0a6ba0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0px; margin:  auto;
    display: table;
    transition: all .5s;
    margin-top: 20px;
}
input.c-btn:hover, input.c-btn:focus {
    background: #0f1941;
    transition: all .5s;
}

.career_form label {
    margin: 5px 0 0 0;
    display: block;
    font-weight: 400;
    font-size: 14px;
}



/*contactpg*/
.contleft{padding: 20px 0 0px 0; width: 100%; display: table;}
.contleft h1 span{color: #429ce3;}
.box5_left{
    float: left;
    display: inline-block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;    
}
.box5_row1{
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 20px;    
}
.b5_img1{
    float: left;
    display: inline-block;
    width: 15%;
    text-align:center;
}
.b5_img1 img{width: 50%;}
.b5_cont1{
    float: left;
    display: inline-block;
    width: 80%;
    font-size: 24px;
}
.b5_top1{
    margin-bottom: 5px; 
    font-size: 18px;
    font-weight: 600;
    color: #0f1941; 
}
.b5_btm1.address{font-size: 16px; color: #000;}
.b5_btm1 a{text-decoration: none; color: #000;}
.b5_btm1 a:hover{text-decoration: underline;}
.contact1{margin-bottom: 35px; width: 100%; display: table; }

.box5_row1 iframe{width: 100%; display: block;height: 480px;}
/*contactpg*/


/*jobpositions*/
.jobpositions{
    padding: 40px 0; width: 100%; display: table; background-color: #f8f8f8;
}
.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: 41%;
    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: 12px 50px 12px 16px;
    float: right;
    text-align: right;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    background: url(../images/search.png) no-repeat right #0a6ba0;
    transition: ease all .5s;
    background-position: 11% 17px;
}
.formsubmit:hover {
    background: url(../images/search.png) no-repeat right #1b8fd9;
    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;
}




.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: 84%;
    float: right;
    position: relative;
}
.job_des h4 {
    color: #222;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.com_name {
    font-size: 14px;
        width: 79%;
    font-weight: 700;
    color: #1b8fd9;
}
.jobloc_map {
    width: 100%;
    list-style-type: none;
    float: left;
    padding: 0px;
    margin: 10px 0px;
}
.jobloc_map li {
    float: left;
    margin-right: 20px;
    font-size: 13px;
    color: #3b3b3b;
    clear: none;
    padding-left: 0px;
}
.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: 13px;
    font-weight: 400;
    color: #3b3b3b;
    line-height: 24px;
}
.fulltime, .parttime {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    font-size: 12px;
    padding: 4px 15px;
    border-radius: 3px;
    letter-spacing: 1px;
    background: #0a6ba0;
}
.parttime {
    background: #ff8800;
}
.left_num {
    width: 100%;
    background: #c1282d url(../images/banner3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
    background-size: auto;
    padding: 15px;
    float: left;
    height: 150px;
    position: relative;
    margin-top: 0px;
}
.left_num:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    content: '';
    background: rgba(0, 0, 0, .8);
}
.left_num h4 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    position: absolute;
    z-index: 9;
    left: 0px;
    right: 0px;
    margin: auto;
    width: auto;
    top: 40%;
}
.f_jobslist {
    width: 100%;
    float: left;
    margin-top: 0px;
    list-style-type: none;
    padding: 0px;
}
.f_jobslist li {
    border: 1px solid #ccc;
    padding: 20px 10px;
    width: 50%;
    float: left;
    margin-bottom: -1px;
    margin-left: -1px;
}
.f_jobslist li img {
    width: 100%;
}


.pagination{float: right;}
.innerpgbx1 p b{color: #333; font-weight: 700;}
/*jobpositions*/


.contactuspg{
    width: 100%;
    display: table;
    background-color: #fafafa;
    padding: 50px 0;
}


.gaddress{
    width: 100%;
    display: table;
    padding: 20px;
    background-color: #fff;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    box-shadow: 0 0px 15px rgba(30, 96, 178, 0.2);
}
.gaddress2{
    width: 90%;
    display: table;
    padding: 20px 0;
}
.gaddress3{
    width: 100%;
    display: table;
    padding: 0;
}
.gaddress h5{
    font-weight: 600; font-size: 21px; margin-top: 0px; color: #000;
    margin-bottom: 0px;
    color: #0a6ba0;
    text-transform: uppercase;
}
.gaddress .fa-phone{color: #0a6ba0}
.gaddress .fa-fax{color: #19bbf1}
.gaddress p{
    font-size: 18px;
    color: #000;
    /* font-weight: 300; */
    line-height: 28px;
    height: 84px;
}
.gaddress2 p, .gaddress3 p{
    font-size: 18px;
    color: #222;
    font-weight: 600;
    line-height: 24px;
}
.gaddress p i{margin-right: 10px;}
.gaddress a{text-decoration: none; color: #222}
.gaddress2 a{color: #0a6ba0; font-weight: 600;}
.gaddress3 a{
    text-decoration: none;
    color: #222;
    border: 1px solid #222;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    transition: all 0.3s;
    border-radius: 42px;
}
.gaddress3 a:hover{background-color: #222; color: #fff;}



.box5 {
    width: 100%;
    display: table;
    padding: 60px 0;
    background-image: url('../images/home1_bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.box5 h2 {
    text-align: center;
    font-weight: 600;
    color: #213f9a;
    font-size: 42px;
    margin-bottom: 50px;
    position: relative;
    text-transform: uppercase;
}

ul.technologies {
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
    display: table;
    clear: both;
    margin-bottom: 40px;
    background-color: #fff;
}

ul.technologies li {
    float: left;
    display: inline-block;
    width: 20%;
    padding: 10px 40px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

ul.technologies li:nth-child(5n) {
    border-right: 0px;
}

ul.technologies li:nth-child(11) {
    border-bottom: 0px;
}

ul.technologies li:nth-child(12) {
    border-bottom: 0px;
}

ul.technologies li:nth-child(13) {
    border-bottom: 0px;
}

ul.technologies li:nth-child(14) {
    border-bottom: 0px;
}

ul.technologies li:nth-child(15) {
    border-bottom: 0px;
}

ul.technologies li img {
    width: 100%;
    display: block;
}
.desk{
	display:block;
}
.mob{
	display:none;
}

@media screen and (max-width : 1279px) {
    .container {
        max-width: 980px;
        width: 100%;
    }
    .menu {
        display: none;
    }
    .micon,.mclose, .menu_nav {
        display: block;
    }
    .micon {
        float: right;
        font-size: 28px;
        color: #0a6ba0;
        cursor: pointer;
        margin-top: 15px;
        margin-right: 10px;
    }
    .menu_nav {
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 99999;
        background: #0a6ba0;
        overflow-y: auto;
        width: 300px;
        height: 100vh;
        padding: 15px;
        transition: all  ease-in-out .5s;
        -webkit-transition: all  ease-in-out .5s;
    }
    body.open {
        overflow: hidden;
    }
    .menu_nav.open {
        right: 0;
        box-shadow: -5px 0px 20px 5px rgba(0,0,0,0.15);
		z-index: 9999999999;
    }
    .mclose {
        width: 100%;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        background: #00aeef;
        color: #fff;
        padding: 0 20px;
        margin-bottom: 15px;
        border-radius: 30px;
    }
    .mclose i {
        float: right;
        line-height: 40px;
    }
    .mnav li, .mnav li a {
        width: 100%;
        float: left;
        list-style-type: none;
        position: relative;
    }
    .mnav li a i {
        float: right;
        color: #fff;
        font-size: 20px;
    }
    .mnav li a {
        color: #fff;
        text-decoration: none;
        padding: 8px 0;
        border-bottom: 1px solid rgba(255,255,255,0.05)
    }
    ul.mnav li.mobOlny {
        display: block;
    }
    ul.mnav li.mobOlny a.active {
        color: #00aeef
    }
    .hasmenu {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 42px;
        /*background: rgba(0,0,0,0.1);*/
        text-align: center;
        line-height: 42px;
        color: #fff;
    }
    .hasmenu:before {
        content: '\f107';
        font-family: 'FontAwesome'
    }
    .submenu {
        display: none;
        padding: 0 10px;
        background: rgba(255,255,255,0.05)
    }
    .top_section1 {
        height: auto;
        max-height: inherit;
    }
    .wrapper, .section1, .section2, .section3, .section4, .section5, .section6, 
    .footer, .mFooter, .innerpgbx, .innerpgbx1, .pgrightbx, .mainjobsbox, .contleft {
        width: 100%;
        float: left;
        display: block;
    }
    /*.logo, #header.fixed1 .logo {
        margin: 0;
        padding: 15px 0
    }*/
    .sec1form .col-sm-8.col-sm-offset-2 {
        margin-left: 0;
        width: 100%
    }
    .section4 p.txt1 {
        padding: 0
    }
    .section4 .col-sm-9 {
        width: 100%;
    }
    a.values-block {
        padding: 40px 30px 0;
    }
    .thumbnail-logos {
        padding: 0
    }
    .thumbnail-logos img {
        display: block;
        margin: 0;
        width: 70px;
    }
    .section2 h3 {
        margin-top: 0
    }
    a.values-block i {
        top: 100px
    }
    .sec3bx {
        min-height: 260px;
    }
    .ftaddress {
        padding: 0 20%
    }
    .inner_banner {
        margin-top: 68px
    }
    .innertxt1 {
        top: 50%;
        transform: translateY(-50%);
    }
    .inner_banner h1 {
        margin-top: 0
    }
    .pgrightbx {
        padding: 15px;
    }
    .banner_fields {
        width: calc(40% - 15px);
        margin: 0;
        margin-right: 15px;
    }
    .formsubmit {
        width: 20%;
        margin: 0;
    }
	.bannercu {
		height: auto;
	}
	.banner_hd {
		font-size: 42px;
		line-height: 52px;
	}
}
@media screen and (max-width : 979px) {
    .container {
        max-width: 768px;
    }
    .banner_hd {
        font-size: 30px;
        line-height: 36px;
    }
    .banner_cont {
        font-size: 16px;
        line-height: 1.4;
        font-weight: 400;
    }
    .pavcontentslider .carousel-control {
        top: 50%
    }
    .sec1form .col-sm-8.col-sm-offset-2, .section4 .col-sm-9 {
        padding: 0
    }
    a.values-block {
        padding: 40px 15px 0;
    }
    .sec3bx {
        min-height: 300px;
    }
    .innerpgbx1 .col-sm-9{
        width: 100%;
        padding: 0
    }
    .innerpgbx1 .col-sm-3{
        display: none;
    }
    .pgleftbx {
        padding: 0
    }
	.desk{
		display:none;
	}
	.mob{
		display:block;
	}
	.bannercu {
		height: auto;
	}
}
@media screen and (max-width : 767px) {
    .container {
        max-width: 550px;
    }    
    /*.logo, #header.fixed1 .logo {
        margin: 0;
        width: calc(100% - 80px)
    }*/
    .logo a img {
        /* height: auto;
        width: 100% */
    }
    .logo{margin: 10px 0}
    .header{padding: 0 20px;background-color: #fff;}
    .bannercu{
		margin-top: 95px;
		height: auto;
	}
	.bannercu video {
		width: 180%;
		left: -35%;
	}
	.banner_hd {
        font-size: 22px;
        line-height: 1.2;
    }
    .banner_cont {
        font-size: 14px;
        display: none;
    }
    .banner_r_more a{font-size: 12px;}
    .micon {
        font-size: 22px;
        margin-top: 30px;
        margin-right: 0px;
    }
    .section1 {
        margin-top: 0px;
        background: #1285c4
    }
    .banner_txt{width: 100%;}
    .footer{background-color: #fff;}
    .copyrights{display: table; width: 100%;}
    .section1 h2 span {
        padding: 0;
        height: 40px;
        line-height: 1;
    }
    .sec1form {
        padding: 0;
    }
    .sec1form input.form-control, .sec1form input.btn.btn-primary {
        height: 50px;
        padding: 0 15px;
        font-size: 16px;
        line-height: 50px;
        margin-bottom: 15px;
    }
    .section1 ul li {
        width: 100%;
    }
    .section1 ul li:first-child {
        border-right: 0px solid #0a6ba0;
        border-bottom: 5px solid #0a6ba0;
    }
    .section1 ul li a {
        padding: 15px 0
    }
    .section4 h2 {
        font-size: 26px;
        line-height: 1.2;
    }
    .section4 p.txt1 {
        font-size: 18px;
        line-height: 1.4;
    }
    .thumbnail-logos {
        margin-bottom: 10px;
        float: left;
    }
    a.values-block .col-sm-8 {
        padding: 0
    }
    a.values-block {
        padding: 20px;
        min-height: 100px;
    }
    a.values-block i {
        top: 110px;
    }
    .values-block h6 {
        margin-top: 10px;
    }
    .section3 {
        padding: 30px 0
    }
    .sec3bx {
        min-height: 100px;
    }
    .ft_logo a img {
        display: none;
    }
    .ftmenu {
        margin: 15px 0
    }
    .ftaddress {
        padding: 0;
        text-align: center;
    }
    .mFooter a {
        float: none;
        margin: 5px;
    }
    .inner_banner {
        margin-top: 100px;
		height: auto;
    }
    .inner_banner h1 {
        font-size: 22px;
        font-weight: 600
    }
    .innertxt1 {
        padding: 0
    }
    .innerpgbx, .innerpgbx1 {
        padding: 25px 0
    }
    .career_banner {
        height: 280px;
    }
    .career_banner img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .searchbox {
        margin-top: 0
    }
    .banner_fields {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .formsubmit {
        width: 100%;
        text-align: center;
    }
    .searchbox h3 {
        display: none;
    }
    .mainjobsbox {
        padding: 15px;
    }
    .companyimage {
        width: 80px;
    }
    .job_des {
        width: 100%;
        margin-top: 15px;
    }
    .com_name, .halfspan, .box5_row1, .box5_row1 {
        width: 100%
    }
    .fulltime, .parttime {
        top: -60px
    }
    .pgleftbx h3, .career_form h2 {
        margin-top: 0;
        line-height: 1
    }
    .contleft {
        padding: 0
    }
    .contact1 {
        margin-bottom: 15px;
    }
    .career_form h2 {
        font-size: 26px;
    }
    .ftaddress ul li {
        text-align: left;
    }
    .hi_data li {
        width:50%;
    }
    .home_careers h2 {
        font-size: 32px;
    }
    .home_careers h3 {
        padding:0;
    }
    .fbox {
        width:100%;
    }
    .fbox.flogo {
        display:none;
    }
    .fbox.fsocail a {
        text-align:center;
    }
    .fbox.fsocail {
        text-align:left;
        margin-top:15px;
    }

    .sec1inner11 h2, .section333 h2, .aboutbx22 h2, .section2inner h2{font-size: 21px; line-height: 32px;}
    .aboutbx22 h4, .section2inner p{font-size: 14px; line-height: 24px;}
    ul.technologies li{width: 50%; border:1px solid #ccc !important;}
    .gaddress h5{font-size: 16px;}
    .gaddress{margin-bottom: 30px;}
    .gaddress p{height: auto; font-size: 14px;}
    .gaddress3 a{width: 30px; line-height: 30px; height: 30px; font-size: 14px;}
	.desk{
		display:none;
	}
	.mob{
		display:block;
	}	
}
@media only screen and (min-width : 1300px) and (max-width : 1500px){
    .bannercu {
    	height: auto;
	}
}
@media only screen and (min-width : 1500px) and (max-width : 2500px){
	.bannercu {
		height: auto;
	}
	.banner_txt {
		top: 35%;
	}
}
