@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');

body{font-family: 'Poppins', sans-serif; overflow-x:hidden;}

.scrollup{
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    bottom: 50px;
    right: 15px;
    display: none;
    z-index: 2222222;
    background-image: url(../images/icon_top.png);
    background-repeat: no-repeat;
    opacity: 0.95;
}
.header{
    width: 100%; 
    display: table;
    padding: 0px 0 0 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100px;
    background-color: rgba(255,255,255, 1);
    z-index: 999;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
}
.logo{
    float: left;
    display: inline-block;
    margin: 2px 0 0 0px;
}
.logo a{text-decoration: none;}
.logo a img{ display: block;}

.header_right{float: right; display: inline-block; /*width: 70%;*/}
.header_top{
    height: 40px;
    line-height: 40px;
    text-align: right;
    float: right;
    display: block;
    background-color: #e2f1fa;
    padding-right: 50px;
    position: relative;
}
.header_top:before{
    position: absolute;
    left: -40px;
    top: 0px;
    width: 0; 
    height: 0; 
    border-bottom: 40px solid #e2f1fa; 
    border-left: 40px solid transparent; 
    content: "";
    display: block;
}
.header_top ul{padding: 0px; margin: 0px; list-style: none;}
.header_top ul li{display: inline-block; padding: 0 15px; font-size: 13px; position: relative;}
.header_top ul li:last-child{}
.header_top ul li a{text-decoration: none; color: #000;}
.header_top ul li:first-child:after{
    position: absolute;
    right: -5px;
    top: 3px;
    content: "/";
}
.header_top ul li span{color: #0c7557; font-weight: 500;}

.menu{
    float: right;
    display: inline-block;
    clear: both;
    margin-right: 50px;
}
.menu ul{list-style: none; padding: 0px; margin: 0px;}
.menu > ul > li{float: left; position: relative; display: inline-block; margin-right: 2px;}
.menu > ul > li > a{
    text-decoration: none;
    color: #455a64;
    text-transform: capitalize;
    font-size: 17px;
    height: 60px;
    padding: 17px 30px 0;
    font-weight: 400;
    display: block;
}
.menu > ul > li:hover > a:before, .menu > ul > li.active > a:before{
       position: absolute;
    left: 33px;
    top: 80%;
    width: 50%;
    height: 1px;
    content: "";
    background-color: #198667;
}
.menu > ul > li:hover > a:after, .menu > ul > li.active > a:after{
    position: absolute;
    left: 45%;
    top: 73%;
    width: 9px;
    height: 9px;
    background-color: #198667;
    content: "";    

    /*width: 0; 
    height: 0; 
    border-bottom: 10px solid #f18401; 
    border-left: 5px solid transparent; 
    border-right: 5px solid transparent; */
}

.menu > ul > li.subcat:hover > a:after, .menu > ul > li.subcat.active > a:after{
    /*position: absolute;
    left: 45%;
    top: 72%;
    width: 9px;
    height: 9px;
    background-color: #f18401;
    content: "";    

    width: 0; 
    height: 0; 
    border-bottom: 0px;
    border-top: 10px solid #f18401; 
    border-left: 5px solid transparent; 
    border-right: 5px solid transparent; */
}
/*.menu > ul > li.active > a, .menu > ul > li:hover > a{border-bottom: 3px solid #f26522;}*/

.megamenu{
    position: absolute;
    left: 0px;
    top: 100%;
    background-color: #fff;
    width: 260px;
    z-index: 9999;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.55);
    
    transition: all 0.15s ease-in-out 0s;
    visibility: hidden;
    transform: translateY(10px);
    opacity: 0px;
}
.menu > ul > li:hover .megamenu{
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}
.megamenu ul{
    list-style: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.megamenu ul li{
    float: left;
    display: inline-block;
    width: 100%;
    margin-right: 0px;
}
.megamenu ul li a{
    text-decoration: none;
    color: #455a64;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 13px;
    width: 100%;
    text-transform: capitalize;
    /*border-bottom: 1px solid #eaeaea;*/
}
.megamenu ul li a:hover{
    background-color: #ddd;
    color: #000;
    transition: all 0.3s ease 0s;
}



.banner1{position: relative;  height: 656px; overflow: hidden; background-size: cover;
background-image: url(../img-new/banners/5.jpg); background-repeat: no-repeat; }
.innerbanner{height: auto;}
.banner1:before{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  /*background:linear-gradient(90deg,#0096e8 0,#0096e8 1%,#e031f7);*/
  opacity: 0.6;
  z-index: 1;
  content: ""; 
}
.banner1 video{
    display: block;
}
.bancont{
  position: absolute;
  top: 35%;
  left: 0px;
  z-index: 99;
  width: 100%;
  padding: 0 50px;
  text-align: left;
}
.bancont h2{color: #fff; font-size: 55px; font-weight: 800; 
    margin-bottom: 20px; line-height: 70px; font-family: 'Lato', sans-serif;
    -webkit-animation: super-rainbow 10s infinite alternate linear;
    -moz-animation: super-rainbow 10s infinite alternate linear;
    animation: super-rainbow 10s infinite alternate linear;
}

@-webkit-keyframes super-rainbow {
 0% {
color: #bcccec;
}
 40% {
color: #bbdefb;
}
 80% {
color: #4db6ac;
}
 100% {
color: #88bcde;
}
}
 @-moz-keyframes super-rainbow {
 0% {
color: #bcccec;
}
 40% {
color: #bbdefb;
}
 80% {
color: #4db6ac;
}
 100% {
color: #88bcde;
}
}

.section1{
    background-color: #f4f4f4;
    padding: 70px 0;
}
.side-image{
    position: relative;
}
.side-image .image-container {
    overflow: hidden;
    position: absolute;
    height: 100%;
    padding: 0px;
    top: 0px;
}
.background-image-holder{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    z-index: 0;
    background-position: 50% 50% !important;
}
.side-image .image-container.pull-right {
    right: 0px;
}
h2.sec1hd{
    font-weight: 300;
    line-height: 44px;
    font-size: 28px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 40px;
}


.btn-primary {
    border-radius: 25px;
    display: inline-block;
    padding: 14px 28px 13px 28px;
    line-height: 1;
    border: 2px solid #278a6e;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #278a6e;
    background-color: transparent;
    margin-right: 20px;
    transition: all 0.3s ease 0s;
}
.btn-secondary {
    border-radius: 25px;
    display: inline-block;
    padding: 14px 28px 13px 28px;
    line-height: 1;
    border: 2px solid #014169;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #014169;
    margin-right: 20px;
    transition: all 0.3s ease 0s;
}
.btn.btn-primary:hover{border: 2px solid #278a6e; background-color: #278a6e; color: #fff;}
.btn.btn-secondary:hover{border: 2px solid #014169; background-color: #014169; color: #fff; }



.section2{
    clear: both;
    width: 100%;
    display: block;
    position: relative;
    background-image: url(../images/bg1.png);
    /*padding-bottom: 40px;*/
    background-size: cover;
    overflow: hidden;
}
.ser-resp {
    width: 36%;
    position: absolute;
    left: 0;
}
.sec2_hd{
    padding: 30px 0;
    width: 100%;
    display: table;
    background-color: #278a6e;
}
.sec2_hd h2{
    font-weight: 600;
    font-size: 38px;
    padding: 5px 20px;
    color: #fff;
}
.sec2_hd p{
    padding: 0 20px;
    color: #fff;
}
.sec2_bx{
    clear: both;
    width: 100%;
    display: table;
}
.sec2_bxs{
    clear: both;
    width: 100%;
    padding-left: 30px;
  /*  padding-top: 30px;*/
}
.lin-rd {
    background-image: url(../images/services-box.png);
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    width: 190px;
    margin-right: 10px;
    padding: 10px 10px;
    padding-bottom: 70px;
    transition: all 0.5s ease 0s;
}
.lin-rd:hover{background-color: #02436b; border-radius: 13px;}
.lin-rd h3 {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-top: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    height: 75px;
    line-height: 25px;
    overflow: hidden;
}
.lin-rd p{
    font-size: 13px;
    line-height: 23px;
}
.arwstyle {
    position: absolute;
    bottom: 0;
    margin: auto;
    z-index: 9;
    transition: all 0.5s ease 0s;
}
.lin-rd:hover .arwstyle {bottom: 20px;}
.lin-rd:hover h3{color: #fff;}
.lin-rd:hover p{color: #fff;}
.lin-rd:hover .arwstyle {color: #fff;}



.section3{
    width: 100%;
    display: table;
    padding: 60px 0;
    background-color: #fafafa;
}
.sec3_tec{
    width: 100%;
    padding: 0 30px;
}
.sec3_bx{
    padding: 25px 20px;
    box-shadow: 0px 0px 1px 1px #e8ebf1;
    transition: all 0.3s ease-in-out;
    text-align: center;
    width: 98%;
    margin: 0 1%;
    position: relative;
    background-color: #fff;
}
.sec3_bx:hover{
  margin-top:-20px !important;
  padding-top:45px;
 box-shadow:1px 0px 34px 1px rgba(0, 0, 0, 0.13), 0px 15px 34px 1px rgba(0, 0, 0, 0.13);
}

.sec3_bx img{display: inline-block;}
h3.sec3_h3{
    font-size: 19px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: 500;
}
.sec3_bx p{
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}
.sec3_btn{
    border-radius: 2px;
    background: #ffffff;
    border:1px solid #278a6e;
    transition: all .3s;
    padding: 10px 25px;
    font-size: 14px;
    margin: auto;
    display: table;
    text-decoration: none;
    color: #278a6e;
}
.button-icon-right {
    margin-left: 10px;
}
.sec3_btn:hover{background-color: #278a6e; color: #fff; text-decoration: none;}


.section4{
    width: 100%;
    display: block;
    clear: both;
}
.section4 h2{text-align: center; margin-bottom: 25px; width: 100%; margin: 0px; padding: 30px 0;}
.section4 ul{
    list-style: none;
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
}
.section4 ul li{
    width: 100%;
}
.section4 ul li div{
    float: left;
    width: 33.33%;
    height: 225px;
    text-align: center;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-box-align: center;
    -ms-box-pack: center;
    align-items: center;
    justify-content: center;
}
/*.section4 ul li  > div:nth-child(2n+1){background-color: #a1b1bc;}
.section4 ul li  > div:nth-child(2n) {background-color: #b7cbd8;}
.section4 ul li  > div:nth-child(2) {background-color: #3a4c5d;}*/

.section4 ul li  > div:nth-child(2n+1){background-color: #9fbed4;}
.section4 ul li  > div:nth-child(2n) {background-color: #b9aa99;}
.section4 ul li  > div:nth-child(2) {background-color: #00416a;}


.section5{
    width: 100%;
    display: table;
    padding: 50px 0;
    background-color: #1e735a;
    background-image: url(../images/bg1.png);
}
.section5 h2{color: #fff; text-align: center; font-size: 32px; position: relative;
font-weight: 300; padding-bottom: 30px; margin-bottom: 50px;}
.section5 h2:after{
    position: absolute;
    width: 6%;
    height: 3px;
    background-color: #fff;
    content: "";
    left: 47%;
    bottom: 0px;
    z-index: 9;
    display: table;
}
.martb20{
    margin: 20px 0;
}
.section5 .form-control{
    background-color: transparent;
    color: #fff;
    border: 0px;
    border-radius: 0px;
    outline: 0px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    box-shadow: none;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
    resize: none;
}
.section5 .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.5);
  opacity: 1;
}
.section5 .form-control:-ms-input-placeholder {
  color: rgba(255,255,255,0.5);
}
.section5 .form-control::-webkit-input-placeholder {
  color: rgba(255,255,255,0.5);
}
.section5 .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.section5 .form-control:focus {
  border-color: rgba(255,255,255,0.6);
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.btn-sub{
    margin: auto;
    background-color: transparent;
    display: table;
    color: #fff;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    border-radius: 0px;
    margin-top: 30px;
    padding: 12px 30px;
    font-weight: 400;
}
.btn-sub:hover{color: #00436d;}



.footer{
    width: 100%;
    display: table;
    height: 50px;
    line-height: 50px;
    background-color: #006145;
}
.copyrights{
    color: #fff;
    letter-spacing: 2px;
    font-size: 12px;
}
.ftsocial {
    list-style: outside none none;
    padding: 0px;
    margin: 0px;
}
.ftsocial li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.ftsocial li a {
    color: #fff;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.ftsocial li a:hover{color: #eb4a15;}
.ftsocial span{float: left; display: inline-block; color: #fff; letter-spacing: 2px; 
    font-size: 12px;}
/*inner pages*/
.innerbanner {
    position: relative;
    max-height: 400px;
    overflow: hidden;
    margin-top: 100px;
}
.fullbody h1, .fullbody h2, .fullbody h3, .fullbody h4, .fullbody h5, .fullbody ul {
    margin: 0;
    padding:0;
    font-family: 'Poppins', sans-serif;
    list-style: none;
}
/*.innerbanner img {
    width: 100%;
}*/
.fullbody {
    width: 100%;
    float: left;
}
.fullbody a {
    text-decoration: none;
}
.fullbody a:hover, .fullbody a:focus {
    text-decoration: none;
    outline-width: 0px;
}
.breads {
    background: rgba(255,255,255,0.8);
    padding: 2px 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.breads h1 {
    color: #1e8d6d;
    font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
    float: left;
}
.breads ul {
    width: auto;
    float: right;
    list-style: none;
    margin-top: 10px;
}
.breads ul li {
    float: left;
    padding-left: 15px;
    margin-left: 15px;
    color: #666;
    font-weight: 400;
    position: relative;
}
.breads ul li a {
    color: #666;
    font-weight: 400;
    transition: all .5s;
}
.breads ul li a:hover {
    color: #F18500;
    transition: all .5s;
}
.breads ul li:first-child:before {
    display: none;
}
.breads ul li img {
    width: 20px;
    margin-top: -2px;
}
.breads ul li:before {
    position: absolute;
    content: "/";
    width: 20px;
    height: 20px;
    background: none;
    left: 0;
    top: 2px;
}
.page {
    padding: 50px 0;
    background: url(../images/pattern1.html) repeat;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    font-family: Roboto;
    text-align: justify;
}
.page p {
    display: block;
    margin-bottom: 10px;
}
.page h2 {
    font-size: 26px;
    color: #333;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 20px;
    display: block;
}
.page_text {
    text-align: center;
    padding: 0 10%;
}
.page_ul ul {
    list-style: none;
    width: 100%;
    float: left;
}
.page_ul ul li {
    width: 100%;
    float: left;
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative;
}
.page_ul ul li:before {
    position: absolute;
    top: -3px;
    left: 5px;
    content: '\f105';
    font-family: 'FontAwesome';
}
.key_links {
   
    padding: 20px 0;
}
.key_links h2 {
    display: block;
    text-align: center;
    font-size: 26px;
    color: #333;
    font-weight: 400;
    line-height: 36px;
    margin: 20px 0;
}
.key_links li {
    list-style: none;
    position: relative;
    padding: 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    border: 1px solid #ddd;
    border-right: 0px solid #ddd;
}
.key_links li:last-child {
    border-right: 1px solid #ddd;
}
.key_links li .img {
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 20px;
}
.key_links li .img img {
    max-width: 100%;
}
.key_links li .txt {
    width: 100%;
    float: right;
    text-align: center;
}
.key_links li .txt h3 {
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #278a6e;
}
.key_links li .txt h3 span {
    color: #333;
}
.process h2 {
    display: block;
    text-align: center;
}
.page_nav {
    width: 25%;
    float: right;
    background: #eee;
    padding: 10px;
}
.sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 100px;
    z-index: 1;
    display: inline-block;
}
.page_nav ul {
    list-style: none;
    background: #fff;
    margin-bottom: 20px;
}
.page_nav li {
    float: left;
    width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #eee;
    margin: 0;
}
.page_nav li:last-child {
    border-bottom: 0px solid #eee;
}
.page_nav li a {
    float: left;
    width: 100%;
    padding: 8px 15px 8px 20px;
    position: relative;
    color: #333;
    display: block;
    overflow: hidden;
    z-index: 1;
    transition: all .5s;
}
.page_nav li a::before {
    position: absolute;
    top: 8px;
    left: 8px;
    content: '\f0da';
    font-family: 'FontAwesome';
}
.page_nav li a::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0%;
    height: 100%;
    z-index: -1;
    background: #198667;
    transition: all .5s;
}
.page_nav li a i {
    float: right;
    margin-top: 3px;
}
.page_nav li a:hover, .page_nav li a.active, .page_nav li.active a {
    text-decoration: none;
    outline: 0px none;    
    color: #fff;
    transition: all .5s;
}
.page_nav li a.active::after,.page_nav li.active a::after,
.page_nav li a:hover::after{
    width: 100%;
    transition: all .5s;
}
.page_cnt {
    width: 72%;
    float: left;
    text-align: justify;
}
.service {
    margin-bottom: 10px;
}
.service h4 {
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}
.page_text {
    text-align: center;
    padding: 0 10%;
}
.page_text h2 {
    font-weight: 400;
    line-height: 40px;
    font-size: 30px;
}
/*technologies*/
.techns li {
    float:left;
    list-style: none;
    width:25%;
    padding:25px;
    text-align:center;
    border:1px solid #ccc;
    border-top:0px solid #ccc;
    border-right:0px solid #ccc;
}
.techns li img {
    max-width:100%;
}
.clients li {
    padding: 35px 25px;
}
.clients li img {
    max-width:100%;
    height: 50px;
}
.techns li:nth-child(1) ,
.techns li:nth-child(2) ,
.techns li:nth-child(3) ,
.techns li:nth-child(4) {
    border-top:1px solid #ccc;
}
.techns li:nth-child(4n+4), .techns li:last-child {
    border-right:1px solid #ccc;
}
/*career_links*/
.career_links {
    padding: 30px;
    background: #f5f5f5;
}
.career_link {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    padding: 20px;
    margin: 10px 0;
    font-size: 15px;
    line-height: 26px;
    background : #fff;
}
.career_link .txt {
    max-height: 80px;
    overflow: hidden;
}
.career_link h3 {
    display: block;
    font-size: 22px;
    font-weight: 400;
    color: #333;
    margin-bottom: 15px;
}
.career_link a {
    float: left;
    margin-top: 15px;
    padding: 5px 30px;
    color: #fff;
    background: #F18500;
    transition: all .5s;
}
.career_link a:hover {
    background: #333;
    transition: all .5s;
}
/*job_text*/
.job_text {
    width: 70%;
    float: left;
    position: relative;
}
.job_text h2, .job_dets h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 400;
}
.job_dets h2 {
    border-bottom: 0px solid #eee;
}
.job_dets {
    width: 26%;
    float: right;
}
.job_nav {
    margin-top: -10px;
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #ccc;
}
.job_nav li {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 20px 30px;
}
.job_nav li b {
    color: #F18500;
    font-weight: 500;
}
.job_nav li span {
    display: block;
    font-size: 14px;
}
.job_nav li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #F18500;
}
.job_nav li:last-child {
    padding: 0;
}
.job_nav li:last-child a {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #F18500;
}
/*career_form*/
.career_form {
    margin-top: 10px;
    background: #f5f5f5;
    padding: 20px;
    display: none;
}
.halfspan {
    width: 49%;
    float: left;
}
.halfspan.right {
    float: right;
}
.career_form h2 {
    color: #F18500;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: block;
    font-size: 24px;
    font-weight: 400;
    border-bottom:1px solid #eee;
}
.career_form label {
    margin: 5px 0 0 0;
    display: block;
    font-weight: 400;
}
input.c-input, textarea.c-input {
    width: 100%;
    float: left;
    height: 40px;
    padding: 10px;
    color: #333;
    border: 1px solid #ccc;
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 300;
    transition: all .5s;
}
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 #333;
    outline: 0px;
    transition: all .5s;
}
textarea.c-input {
    height: 80px;
}
input.c-btn {
    float: left;
    margin-top: 15px;
    padding: 10px 30px;
    background: #26866b;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0px;
    transition: all .5s;
}
input.c-btn:hover, input.c-btn:focus {
    background: #333;
    transition: all .5s;
}
/*contact*/
.address {
    width: 33%;
    float: left;
    padding: 20px;
    background: #f8f8f8;
    min-height: 354px;
    text-align: center;
    border: 1px solid #eee;
}
.address h3 , .contact_from h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
}
.contact_from {
    width: 65%;
    float: right;
    background: #f8f8f8;
    padding: 20px 25px;
    border: 1px solid #eee;
}
.address h3 span, .contact_from h3 span {
    color: #0a9b70;
}
.map {
    height: 300px;
    overflow: hidden;
}
.map iframe {
    height: 100%;
    width: 100%;
    border: 0px;
}
.halfdiv {
    width: 48%;
    float: left;
}
.halfdiv.right, .right {
    float: right;
}




.mobile_menu_icon {
    float: right;
    font-size:32px;
    font-weight: 600;
    color: #02436b;
    margin:7px 15px 0px 0px;
    cursor: pointer;
	display:none;
	border-radius:2px;
}
.mobile_menu_icon p{
	text-align:center;
	font-size:11px;
	font-weight:400;
	color:#000;
	letter-spacing:0px;
	margin-top:0px;
	line-height:0px;
	padding-top:5px;
}

.mobile_menu
{
	width:100%;
	height:100%;
	background:#fff;
	overflow-y: auto;
	z-index:99999;
	position:fixed;
	display:block;
	top:-100%;
	transition:ease all .5s;
	/*border-right:2px solid #2259da;*/
}
.mslidemenu_close
{
	width:100%;
	float:left;
	padding:20px 15px;
	cursor:pointer;
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	background:#02436b;
}
.mslidemenu_close i
{
	float:right;
}

ul.parent {
	list-style: none;
	width: 100%;
	float: left;
	padding:0px;
	margin-top:0px;
}
ul.parent li{
	width: 100%;
	float: left;
	position: relative;
}
ul.parent li a{
	display: inline;
	width: 100%;
	outline:none;
	display:table;
	border-bottom:1px solid #f0f0f0;
	padding:10px 12px; 
	color: #333745;
	font-size: 14px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: 500;;
}

ul.parent li span{
	color: #333745;
	font-size:20px;
	font-weight:bold;
	margin-top:0px;
	padding:0px;
	line-height:0px;
}
ul.parent li a:hover, .hpl_cats ul.parent li a:hover span {
	text-decoration: none;
	color: #2259da;
}
ul.parent ul {
	padding-right: 0px;
	list-style: none;
	display:none;
	padding:0px;
	background-color: #f1f1f1;
}
ul.parent ul li{
	background-color: #f1f1f1;
	position:relative;
}
ul.parent ul ul li{
	background-color: #fff;
}
ul.parent ul li:last-child{
	border-bottom: 0px dotted #ccc;
}
.menul li a span
{
	position:relative;
	float:right;
}
.menul li a span:before {
	position: absolute;
	top: 6px;
	right: 15px;
	font-size: 18px;
	content: '\f105';
	font-family: "FontAwesome";
	transition: all .5s;
}
.menul li.open a span:before {
	content: '\f107';
	transition: all .5s;
}



@media only screen and (min-width :980px) and (max-width :1279px) {
.header {
    padding: 0px 0 0 0px;
}
.logo {
	margin-left:10px;
}
.header_right {
    width: 73%;
}
.menu > ul > li > a {
    font-size: 14px;
    padding: 17px 12px 0;
}
.banner1 {
    height: 525px;
}
.btn-primary, .btn btn-secondary, .btn btn-primary
{
	margin-right: 10px;
	padding: 14px 22px 13px 22px;
}
.sec2_hd {
    padding: 30px 0px 30px 0px;
    width: 100%;
	float:right;
}
.sec2_bxs {
    padding-left: 0px;
    padding-top: 30px;
}
.lin-rd
{
	width:100%;
	margin-bottom:20px;
}
.lin-rd h3
{
	height:50px;
}
.sec3_bx
{
	height:340px;
	margin-bottom:30px;
}
.sec3_bx:hover{
  margin-top:0px !important;
  padding-top:45px;
}
.copyrights {
    letter-spacing: 0px;
}
.ftsocial span {
    letter-spacing: 0px;
}
h2.sec1hd {
    line-height: 32px;
    font-size: 22px;
    margin-bottom: 23px;
}
.ser-resp
{
	display:none;
}
.page_text {
    padding: 0 0%;
}
.mobile_menu_icon {
	display:none;
}
.technologies li img
{
    width:100%
}



}


@media only screen and (min-width :768px) and (max-width :979px)  {
.header {
    padding: 0px 0 0 0px;
}
.logo {
    width: 25%;
	margin-left:10px;
}
.logo img{
    width:100%;
}
.header_right {
    width:69%;
}
.menu > ul > li > a {
    font-size: 13px;
	padding: 17px 6px 0;
}	
.menu {
    margin-right: 0px;
}
.header_top::before
{
	display:none;
}
.banner1 {
    height:405px;
}
.section1 {
    padding: 20px 0 40px;
}
.bancont h2 {
    font-size: 42px;
    line-height: 56px;
}
h2.sec1hd {
    line-height: 32px;
    font-size: 22px;
}
.btn-primary, .btn btn-secondary, .btn btn-primary
{
	margin-right: 10px;
	padding: 14px 22px 13px 22px;
}
.ser-resp {
    width: 20%;
}
.sec2_hd {
    padding: 30px 0 30px 135px;
}
.sec3_bx
{
	height:340px;
	margin-bottom:30px;
}
.sec3_bx:hover{
  margin-top:0px !important;
  padding-top:45px;
}
.copyrights {
    letter-spacing: 0px;
}
.ftsocial span {
    letter-spacing: 0px;
}
.lin-rd
{
	width:100%;
}
.sec2_bxs {
    padding-left: 0px;
}
.page_text {
    padding: 0 0%;
}
.job_text, .job_dets {
    width:100%;
}
.mobile_menu_icon {
	display:none;
}
.technologies li img
{
    width:100%
}

	
}

@media only screen and (min-width :360px) and (max-width :767px)  {
     .breads {

    padding: 2px 0;
}
.header_top, .desktop_menu, .ser-resp
{
	display:none;
}
.header {
    padding: 0px 0 0 0px;
	height: 67px;
}
.logo {
	margin-left:10px;
	margin-top:10px;
}
.logo a img {
    height: 50px;
}
.banner1 {
    height:195px;
	margin-top: 35px;
}
.bancont {
	top: 14%;
    padding: 0 10px;
}
.bancont h2 {
    font-size: 22px;
    line-height:30px;
}
.section1 {
    padding: 30px 0;
}
h2.sec1hd {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 17px;
}
.btn-primary, .btn btn-secondary, .btn btn-primary, .btn-secondary
{
	margin-right: 0px;
	width:100%;
	margin-bottom:10px;
}
.sec2_hd h2 {
    font-size: 31px;
	margin-top:0px;
}
.lin-rd
{
	width: 88%;
	margin: 10px auto 20px;
}
.sec2_bxs {
    padding-left: 0px;
}
.sec3_bx
{
	margin-bottom:30px;
}
.section4 h2 {
    padding: 19px 0;
	font-size: 19px;
}
.section4 ul li div {
    width: 50%;
	border:1px solid #ccc;
}
.section5 .form-control
{
	height:50px;
}
.copyrights {
    letter-spacing: 0px;
}
.ftsocial span {
    letter-spacing: 0px;
}
.ftsocial {
    padding: 0px;
    margin: 0px auto;
    width: auto;
    float: none !important;
    display: table;
}




.page_nav
{
	display:none;
}
.innerbanner {
    margin-top: 65px;
}
.breads h1 {
    font-size: 14px;
}
.page_cnt {
    width: 100%;
}
.page {
    padding: 25px 0;
}
.page_text {
    text-align: justify;
    padding: 0 0%;
}
.page_text h2 {
    line-height: 26px;
    font-size: 18px;
}
.section4 ul li div {
    padding: 0px 20px;
}
.career_link h3 {
    font-size: 15px;
    font-weight: 600;
}
.job_text, .job_dets {
    width:100%;
}
.job_text h2, .job_dets h2 {
    font-size: 18px;
    line-height: 28px;
}
.address, .contact_from {
    width: 100%;
}
.menu
{
	margin-right:10px;
	margin-top:5px;
}
.mobile_menu_icon {
	display:block;
}
.tech_img
{
   width:100%; 
}
.breads ul {
    display: none;
}
.technologies li img
{
    width:100%
}


}

@media only screen and (min-width : 240px) and (max-width :359px) {

    .breads {

    padding: 2px 0;
}
.header_top, .desktop_menu, .ser-resp
{
	display:none;
}
.header {
    padding: 0px 0 0 0px;
	height: 67px;
}
.logo {
	margin-left:10px;
	margin-top:10px;
}
.logo a img {
    height: 50px;
}
.banner1 {
    height:195px;
	margin-top: 35px;
}
.bancont {
	top: 14%;
    padding: 0 10px;
}
.bancont h2 {
    font-size: 22px;
    line-height:30px;
}
.section1 {
    padding: 30px 0;
}
h2.sec1hd {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 17px;
}
.btn-primary, .btn btn-secondary, .btn btn-primary, .btn-secondary
{
	margin-right: 0px;
	width:100%;
	margin-bottom:10px;
}
.sec2_hd h2 {
    font-size: 31px;
	margin-top:0px;
}
.lin-rd
{
	width: 88%;
	margin: 10px auto 20px;
}
.sec2_bxs {
    padding-left: 0px;
}
.sec3_bx
{
	margin-bottom:30px;
}
.section4 h2 {
    padding: 19px 0;
	font-size: 19px;
}
.section4 ul li div {
    width: 50%;
	border:1px solid #ccc;
}
.section5 .form-control
{
	height:50px;
}
.copyrights {
    letter-spacing: 0px;
	font-size: 10px;
}
.ftsocial span {
    letter-spacing: 0px;
}
.ftsocial {
    padding: 0px;
    margin: 0px auto;
    width: auto;
    float: none !important;
    display: table;
}

.page_nav
{
	display:none;
}
.innerbanner {
    margin-top: 65px;
}
.breads h1 {
    font-size: 14px;
}
.page_cnt {
    width: 100%;
}
.page {
    padding: 25px 0;
}
.page_text {
    text-align: justify;
    padding: 0 0%;
}
.page_text h2 {
    line-height: 26px;
    font-size: 18px;
}
.section4 ul li div {
    padding: 0px 20px;
}
.career_link h3 {
    font-size: 15px;
    font-weight: 600;
}
.job_text, .job_dets {
    width:100%;
}
.job_text h2, .job_dets h2 {
    font-size: 18px;
    line-height: 28px;
}
.address, .contact_from {
    width: 100%;
}
.menu
{
	margin-right:10px;
	margin-top:5px;
}
.mobile_menu_icon {
	display:block;
}
.tech_img
{
   width:100%; 
}
.breads ul {
    display: none;
}
.technologies li img
{
    width:100%
}

}

.bg-white li:hover{
    background-color:#fff!important;
    
}
.bg-white li{
transition: all 0.5s ease 0s !important;
cursor: pointer;
}

.product1 {
    clear: both;
    width: 100%;
    display: table;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    padding: 15px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
}

.headingg{
    font-size: 24px;
    color: #198667;
    letter-spacing: 0px;
    line-height: 36px;
    width: 100%;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}
.overlay{
    background: #0000004a;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
}
.text-hilight{
    color: #333;
    font-weight: 500;
}
.col-gren{
    color:#198667;
}
.produtcs{
    padding: 0px 5px;
}

.blink{
 height: 0px!important;
    margin-top: 9px !important;
    padding-top: 12px!important;
    padding-bottom: 30px !important;
    color: #fff !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  animation: color-me-in 2s infinite; /* other keywords like "infinite alternate" can be useful here */
}


@keyframes color-me-in {
  /* You could think of as "step 1" */
  0% {
    background: #ff5f03;
  }
  /* You could think of as "step 2" */
  50% {
    background: #d62842;
  }
  100% {
    background: #000;
  }
}