body{font-family: 'Josefin Sans', sans-serif; padding-top: 0px; overflow-x: hidden;
background-color: #f9f9f9;}
ul,ol{padding: 0px; margin: 0px;}
.container{max-width: 1240px;}

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
font-family: 'Reso Regular 3';
font-style: normal;
font-weight: normal;
src: local('../fonts/Reso Regular 3'), url('../fonts/Reso Bold.woff') format('woff');
}


@font-face {
font-family: 'Reso Regular 2';
font-style: normal;
font-weight: normal;
src: local('../fonts/Reso Regular 2'), url('../fonts/Reso Light.woff') format('woff');
}


@font-face {
font-family: 'Reso Regular';
font-style: normal;
font-weight: normal;
src: local('../fonts/Reso Regular'), url('../fonts/Reso Regular.woff') format('woff');
}


@font-face {
font-family: 'Reso Regular 5';
font-style: normal;
font-weight: normal;
src: local('../fonts/Reso Regular 5'), url('../fonts/Reso SemiBold.woff') format('woff');
}


@font-face {
font-family: 'Reso Regular 4';
font-style: normal;
font-weight: normal;
src: local('../fonts/Reso Regular 4'), url('../fonts/Reso Thin.woff') format('woff');
}

.main_banner{
    width: 100%;
    position: relative;
    display: block;
    /* height: 100vh;
    min-height: 100vh;
    max-height: 100vh; */
    overflow: hidden;
}

h1,h2,h3,h4,h5,h6{font-family: 'Josefin Sans', sans-serif;}

/* ul.fsocial li a.fb, .fixed_social li a.fb {
    background: #4867AA;
}
ul.fsocial li a.tw, .fixed_social li a.tw {
    background: #1DA1F2;
}
ul.fsocial li a.gp, .fixed_social li a.gp {
    background: #DC473A
}
ul.fsocial li a.in, .fixed_social li a.in {
    background: #007BB6
}
ul.fsocial li a.scrollup {
    background: #555;
}
ul.fsocial li a.fb:hover {
    color: #4867AA;
    border: 1px solid #4867AA;
}
ul.fsocial li a.tw:hover {
    color: #1DA1F2;
    border: 1px solid #1DA1F2;
}
ul.fsocial li a.gp:hover {
    color: #DC473A;
    border: 1px solid #DC473A;
}
ul.fsocial li a.in:hover {
    color: #007BB6;
    border: 1px solid #007BB6;
}
ul.fsocial li a:hover {
    background: #fff;
    color: #333;
    border: 1px solid #333;
    transition: all .5s;
} */
.fixed_social {
    float: right;
    display: inline-block;
    z-index: 999999;
}
.fixed_social li {
    list-style: none;
    float: left;
    display: inline-block;
    margin-left: 4px;

}
.fixed_social li a {
    float: left;
    color: #fff;
    text-align: center;
    width: 26px; 
    height: 26px;
    border-radius: 0;
    line-height: 26px;
    margin-top: 8px;
    font-size: 16px;
    transition: all .5s;
}
.fixed_social li a:hover {
    border-radius: 0;
    transition: all .5s;
}
.fixed_social li:last-child a{
    margin-top: 0px;
    height: 40px;
    width: auto;
    text-decoration: none;
    font-weight: 500;
    padding: 0 20px;
    line-height: 40px;
    background-color: #007dc6;
    margin-left: 15px;
}

/*--------header-----------*/
.header{
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
}

.header_top{
    width: 100%; 
    display: table; 
    position: relative;
    padding: -1 20px;
    /* 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: #1d427a; */
    background: #3e3750;
    z-index: 999999;
    /* border-bottom: 1px solid #ccc; */
}
#header.fixed2{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    /* background-color: #1d427a; */
    background: #3e3750;
    z-index: 999999;
    /* border-bottom: 1px solid #ccc; */
}
.logo{
    float: left;
    display: inline-block;  
    height: 80px;
    line-height: 80px;
    margin-left: 0px;
}
.logo a{
    vertical-align: middle;
    display: table;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 250px;
    height: inherit;
    background-size: 100%;
}


.top1_left {
    display: inline-block;
    float: right;
}
.top1_left ul li {
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    font-weight: 300;
    position: relative;
}
.top1_left ul li a{
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 14px;
    padding: 0 10px;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0px;
    transition: all 0.3s ease 0s;
}
.top1_left ul li a i{margin-right: 7px; font-size: 14px; color: #fff; }
.top1_left ul li.whatsapp a i{color: #2751ab;}
/* .top1_left ul li a:hover{color: #e67716;} */
/* .top1_left ul li:after{
    position: absolute;
    right: 0px;
    top: 10px;
    width: 1px;
    height: 18px;
    content: "";
    background-color: #ccc;
} */
.top1_left ul li:last-child:after{display: none;}

.topsocial{float: right; display: inline-block; margin-top: 5px;}
.topsocial a{text-decoration: none; color: #fff; border: 1px solid #fff; font-size: 14px; 
    transition: all 0.3s; padding: 0 12px; height: 30px; margin-left: 7px; 
    display: inline-block; text-align: center; line-height: 28px;}
.topsocial a:hover{background-color: #fff; color: #1b3072;}
img.iso1{width: 80px; margin-top: 2px;}

.main_menu{
    clear: both;
    width: 100%;
    display: table;
    background-color: #002f44;
    box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.15);
}
.menu{
   float: right;
   display: inline-block;
}
.menu > ul{
    list-style: none;   
    float: left;
    margin-right: 0px;
}
.menu > ul > li{
    display: inline-block;
    float: left;
    /* position: relative; */
}
.menu > ul > li > a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    display: block;
    transition: all 0.3s ease 0s;
    outline: 0px;
    padding: 0 11px;
    height: 80px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    /* border-bottom: 1px solid #fff; */
}
#header.fixed2 .menu > ul > li > a{color: #fff;}
#header.fixed2 .menu > ul > li > a i{color: #fff;}
#header.fixed2 .menu > ul > li:last-child > a{color: #fff;}
.menu > ul > li > a i{margin-left: 2px;}
.menu > ul > li:hover > a, .menu ul > li > a.active{
    color: #6ad1e3;
    /* border-color: #6ad1e3; */
}
.menu > ul > li:last-child > a{
    /* background-color: #6ad1e3; */
    color: #fff;
    height: 38px;
    border-radius: 0px;
    line-height: 40px;
    margin-top: 20px;
    margin-left: 20px;

    background:radial-gradient(circle,#68af5a,#30aabf);
     background-size:400%;
     -webkit-animation:colorSpin 10s linear infinite;
     animation:colorSpin 10s linear infinite
}
@-webkit-keyframes colorSpin {
 0% {
  filter:hue-rotate(0deg)
 }
 25% {
  background-position:0 100%
 }
 50% {
  background-position:60% 80%;
  filter:hue-rotate(140deg)
 }
 75% {
  background-position:60% 100%
 }
 to {
  filter:hue-rotate(0deg)
 }
}
@keyframes colorSpin {
 0% {
  filter:hue-rotate(0deg)
 }
 25% {
  background-position:0 100%
 }
 50% {
  background-position:60% 80%;
  filter:hue-rotate(140deg)
 }
 75% {
  background-position:60% 100%
 }
 to {
  filter:hue-rotate(0deg)
 }
}

.menu ul li:hover ul.submenu1{
    display: block;  
}
ul.submenu1{
    width: auto;
    min-width: 100%;
    /*max-width: 1000px;*/
    background: #3e3750;
    box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 80px;
    left: 0px;
    list-style: none;
    display: none;
    padding: 20px 20px 30px;
    z-index: 9999999999;
}
ul.submenu1 li{
    float: left;
    display: inline-block;
    width: 33.33%;  
    height: 56px;
    line-height: 56px;
    padding: 0px 15px ;
    position: relative;  
}
ul.submenu1.submenufw li{width: 100%; display: block; clear: both; float: none;}
.submenufw h3{color: #1b4660; font-size: 18px; font-weight: 600; margin-top: 0px;}
ul.submenu1 li a{
    text-decoration: none;
    color: #fff !important;
    font-size: 18px;
    line-height: 22px;
    padding: 20px 20px !important;
    display: block;
    position: relative;
    padding-left: 30px;
    font-weight: 300;
    transition: all 0.3s ease 0s;
    text-align:left;
    text-transform: capitalize;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
ul.submenu1 li a:before{
    position: absolute;
    left: 0px;
    top: 15px;
    width: 10px;
    height: 30px;
    content: "";
    background-image: url('../images/arrow-red.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: left center;
}
ul.submenu1 > li:last-child > a{border-bottom: 0px;}
ul.submenu1 li:hover > a{
    color: #6ad1e3 !important;
    /* color: #000 !important; background-color: #f7f9fe; 
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; */
}
ul.submenu1 li:last-child a{
    /* border-bottom: 0px !important; */
}
ul.submenu2{display: none !important; border-top: 0px; min-width: 240px;}
.menu ul > li ul.submenu1 li:hover ul.submenu2{left: 100%; top: 0px; display: block !important;
background-color: #f3f3f3;}
ul.submenu2 li a{color: #000 !important;}


ul.submenu3{display: none !important; border-top: 0px; min-width: 240px;}
.menu ul > li ul.submenu2 li:hover ul.submenu3{left: 100%; top: 0px; display: block !important;
background-color: #fff;}
ul.submenu3 li a{color: #000 !important;}


a.enquirenow{
    position: relative;
    z-index: 1;
    padding: 10px 26px 6px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    margin: 22px 10px 0px 0;
    transition: all 0.3s;
}
a.enquirenow:before, a.enquirenow:after{
    position: absolute;
    top: 0;
    height: 100%;
    transform: skewX(-10deg);
    transition: all .2s ease-in-out;
    content: "";
}
a.enquirenow:before{
    right: 10px;
    left: 10px;
    z-index: -1;
    background-color: #e67716;
}
a.enquirenow1:before{background-color: #083e6e;}
a.enquirenow:after{
    background-color: rgba(245,134,52,.6);
    right: 0;
    left: 0;
    z-index: -2;
}
a.enquirenow1:after{background-color: rgba(8,62,110,.6);}
a.enquirenow:hover:before{background-color: #fa9b54;}
a.enquirenow1:hover:before{background-color: #0f62ac;}
/*------header_end--------*/

/* .main_banner::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    background: url(../images/mountain_header_home3.svg);
        background-size: auto;
    height: 19%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 21;
    pointer-events: none;

} */
.main_banner .item::after, .innerbanner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color:rgba(0, 0, 0, 0.35);
}
 .header-banner__network {
    position: absolute;
    right: auto;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 10;
    bottom: 0;
    transform: scaleX(-1);
    transform-origin: 50% 50%;
}
    .header-banner__network svg {
      /* height: 100%; */
      display: block;
      /* max-width: 9999%; */
      width: 100%; }
  .header-banner__path-svg {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 1; }
    .header-banner__path-svg polygon {
      opacity: 0;
      animation-fill-mode: forwards; }
    .header-banner__path-svg path, .header-banner__path-svg polyline {
      opacity: 0;
      stroke: #6ad1e3;
      stroke-dasharray: 2000;
      animation: dash 1.2s ease-in forwards 1s, fadeIn 0.3s linear forwards 1s;
      -webkit-animation: dash 1.2s ease-in forwards 1s, fadeIn 0.3s linear forwards  1s; }
    .innerbanner .header-banner__path-svg path, .innerbanner .header-banner__path-svg polyline {
        stroke: #00b5e1;
    }
    .header-banner__path-svg polygon {
      fill: #6ad1e3;
      animation: fadeInSemi 0.75s ease-in-out 1.5s;
      animation-fill-mode: forwards; }
     .innerbanner .header-banner__path-svg polygon {fill: #00b5e1;}
    .header-banner__path-svg circle {
      fill: #6ad1e3;
      opacity: 0;
      -webkit-animation: reveal 0.1s ease-in-out forwards;
      animation: reveal 0.1s ease-in-out forwards; }
     .innerbanner .header-banner__path-svg circle {fill: #00b5e1}
    .header-banner__path-svg .circle1 {
      -webkit-animation-delay: 1.9s;
      animation-delay: 1.9s; }
    .header-banner__path-svg .circle2 {
      -webkit-animation-delay: 1.7s;
      animation-delay: 1.7s; }
  .header-banner__network-svg path {
    /* animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-delay: 0.5s; */
    animation-timing-function: ease;
    animation-fill-mode: both;
    backface-visibility: hidden; }
  .header-banner__mask-wrapper {
    z-index: 7;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    height: calc(100% + 1px);
    width: 100%;
    padding-bottom: 0; }
  .header-banner__image {
    width: 100%;
    height: auto;
    display: block; }
  .header-banner__tint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;

    opacity: 0.2; }
  .header-banner__mask {
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 190px;
    width: 100%;
    z-index: 9; }

    .header-banner__mask svg {
    width: 100%;
    /* height: 190px; */
    overflow: visible;
    display: block;
    position: relative;
    top: 0px;
}
.HomeScene1-dcross{
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 9;
    width: auto;
}
.HomeScene1-dcross-line1, .HomeScene1-dcross-line2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 1;
    transition: opacity 2.2s cubic-bezier(.215,.61,.355,1);
    top: 0;
}
.HomeScene1-dcross img{width: auto; height: 100%;}
.banner_txt {
    top: 35% !important;
    color: #fff;
    position: absolute;
    text-align: left;
    width: 55%;
    padding: 0 20px !important;
    margin: auto;
    right: 10%;
    margin: auto;
    text-align: left;
}
.banner_hd, .banner_cont, .banner_r_more {
    width: 100%;
    float: left;
}
.banner_hd {
    color: #fff;
    font-size: 60px;
    line-height: 68px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
    font-weight: 700;   
    font-family: 'Josefin Sans', sans-serif;
    /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important; */
    visibility: visible !important;
}
.banner_hd span{color: #007dc6;}
.banner_hd1{
    position: relative;
    font-size: 18px;
    color: #007dc6;
    font-weight: 500;
    line-height: 42px;
}
.banner_hd1 span{width: 36px; height: 2px; background-color: #007dc6; display: inline-block;
position: relative; left: 10px; top: -5px;}
.banner_cont {
    color: #434650;
    font-size: 16px;
    line-height: 24px;
    width: 80%;
    font-weight: 400;
    margin: 10px 0;
    /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important; */
    visibility: visible !important;
}
.banner_cont span {
    margin: 0 10px;
    display: inline-block;
}
.banner_cont span i {
    margin-right: 5px;
}
.banner_r_more{
    clear: both;
    margin-top: 10px;
}
.banner_r_more a{
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    height: 54px;
    line-height: 54px;
    margin: auto;
    display: inline-block;
    border: 1px solid #007dc6;
    background-color: #007dc6;
    font-weight: 600;
    margin-right: 15px;
    padding: 0 20px;
    transition: all 0.3s ease 0s;
    visibility: visible !important;
    outline: 0px;
}
.banner_r_more a.contus{background-color: transparent; color: #007dc6;}
.banner_r_more img{margin-left: 5px;}
.banner_r_more a:hover{background-color: #1c2842; border-color: #1c2842; color: #fff;}
.banner_r_more a i{margin-left: 10px;}
.ban_but {
    top: 85%;
    text-align: right;
    z-index: 99;
}

.slideRight ul{list-style: none;}
.slideRight ul li{display: inline-block; position: relative; padding: 0 25px;}
.slideRight ul li:before{
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 21px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}
.slideRight ul li:first-child:before{display: none;}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    -webkit-animation: zoomin 15s ease-in infinite;
    animation: zoomin 15s ease-in infinite;
    transition: all .5s ease-in-out;
    /* filter: grayscale(100%); */
}
/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(1.2);}
    100% {transform: scale(1);}
  }
  @keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(1.2);}
    100% {transform: scale(1);}
  } /*End of Zoom in Keyframes */
  


/*section1*/

.section1 {
    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; */
}

.sec1inner {
    /* background-color: #fff; */
    display: table;
    width: 100%;
    position: relative;
    /* margin-top: -120px; */
    z-index: 99;
}

.sec1inner h1 {
    font-size: 60px;
    font-weight: 800;
    color: #262057;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 40px;
}

.sec1inner h1 span {
    font-size: 80px;
    margin-left: 50px;
    margin-top: 6px;
    color: #6ad1e3;
    transform: translateY(-50%);
}

.sec1inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sec1inner ul li {
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    margin: 12px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #525558;
}

.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: 100%;
    display: block;
    float: right;
    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: #000;
    font-weight: 600;
    line-height: 46px;
}

.section1 p {
    color: #333;
    font-size: 21px;
    line-height: 34px;
    margin: 20px 0;
}

.section1 a {
    color: #2e3192;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 21px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    text-decoration: none;
    border-bottom: 2px solid #009ee3;
    transition: all 0.3s;
    padding-bottom: 5px;
    margin-top: 30px;
}

.section1 a:hover {
    border-color: #eb5f05;
    color: #eb5f05;
}


/*section11*/
.section11{width: 100%; display: table; padding: 80px 40px 60px;
position: relative; background-color: #fff; /* background-image: url('../images/inner-bg.png');
background-repeat: repeat; background-position: left top;
background-attachment: scroll;  */}

.secleft1{float: left; display: inline-block; width: 100%;}
.secleft2{
    position: absolute;
    right: 0px; top: 0px;
    width: 34%; margin-top: -100px;
text-align: center; padding: 80px 0px; color: #fff; 
text-transform: uppercase;
background-image: url("../images/map.png");
background-color: #1387c2;
background-position: center;
background-repeat: no-repeat;
background-size: 100% auto;
z-index: 9;
}
.secleft2 h1{font-size: 240px; font-weight: 700; margin: 0px; 
line-height: 200px; color: #fff; }
.secleft2 h4{font-size: 90px; font-weight: 600; margin: 0px; 
line-height: 90px; letter-spacing: 2px;}
.secleft2 h5{font-size: 42px; font-weight: 300; margin: 0px;
color: #fff; letter-spacing: 2px;}

.secleft1 h2{
    font-size: 120px;
    line-height: 20px;
    font-weight: 700;
    color: #eee;
    margin-left: -50px;
}
.secleft1 h3{
    color: #101010;
    margin-bottom: 20px;
    margin-top: -10px;
    font-weight: 600;
    font-size: 32px;
}
.secleft1 p{font-size: 21px; line-height: 32px; color: #333; font-weight: 300;}
.secleft1 a{text-decoration: none;
text-transform: uppercase;
font-weight: 500; letter-spacing: 2px; font-size: 14px;
color: #fff;
background:radial-gradient(circle,#68af5a,#30aabf);
     background-size:400%;
     -webkit-animation:colorSpin 10s linear infinite;
     animation:colorSpin 10s linear infinite;
line-height: 1.3;
display: inline-block;
padding: 24px 80px;
position: relative;
transition: all 0.3s;
}
.secleft1 a:hover{background-color: #30398c; color: #fff;}

.sec1bx1{clear: both; width: 100%; display: inline-block; margin-top: 50px;}
.sec1bx1 img{width: 100%; display: block;}
.sec1bx1 .hd1{color: #011b34; font-weight: 800;
font-size: 32px; position: relative; padding-bottom: 10px; margin-bottom: 20px; margin-top: 50px;}
.sec1bx1 .hd1:before{
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 70px;
    content: "";
    background-color: #c3c3c3;
}
.sec1bx1 p{}
.sec1bx1.sec1bx2{margin-top: -50px;}
.sec1bx1.sec1bx2 .hd1{margin-top: 100px;}
/*section11*/


/*box4*/
.box4{
    position: relative;
    padding: 40px 0;
    display: table;
    clear: both;
    width: 100%;
    background-image: url('../images/banner3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.box4:before{
    content: '';
    height: 2.25rem;
    border-right: 2px solid #ed3d63;
    position: absolute;
    top: 0;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 1;
}
.image-wrapper-overlay{
    /* background: linear-gradient(rgba(45,45,45,0.85), rgba(0, 0, 0, 0.85)); */
    background-color: #16213d;
    opacity: 0.85;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.default-header {
    text-align: center;
    -ms-flex-preferred-size: 850px;
    flex-basis: 850px;
    max-width: 850px;
    display: table; margin: auto;
    position: relative;
}
.default-header h4 {
    font-size: 0.75rem;
    line-height: 150%;
    letter-spacing: 0.04rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #ed3d63;
    margin-bottom: 0.5rem;
}
.default-header h2{
    color: #fff;
    font-size: 36px;
    margin-top: 15px;
    font-weight: 700;
    margin-bottom: 50px;
}

.box4 a{
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
    position: relative;
    display: block;
    width: 100%;
    /* background-color: #30398C; */
    background: #5485b9;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.box4 a:hover{background: #ed3d63;}
.box4 a:before{
    position: absolute;
    right: -20px;
    top: -10px;
    opacity: 0.15;
    content: "";
    background-image: url('../images/check.png');
    background-repeat: no-repeat;
    background-size: 80px 80px;
    height: 80px;
    width: 80px;
}
.box4 a h3{
    color: #fff;
    font-size: 21px;
    height: 50px;
    overflow: hidden;
    font-weight: 500;
}
.box4 a img.hp-arrow{position: relative; transition: all 0.3s;}
.box4 a:hover img.hp-arrow{
    margin-left: 20px;
}
.hp-arrow {
    display: inline-block;
    width: 20px;
}

/*box4*/


/*section6*/
.section6{width: 100%; display: block; background-color: #fff; padding: 40px 0;
position: relative;}
.section6::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images/pattern_arrow.png") no-repeat top left;
}
.section6 h2{text-align: center; font-size: 42px; color: #000; font-weight: 600; 
    margin-bottom: 30px; margin-top: 0px;}
.section6 h2 span.light{
    background:radial-gradient(circle,#68af5a,#30aabf);
     background-size:400%;
     -webkit-animation:colorSpin 10s linear infinite;
     animation:colorSpin 10s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.section6 h2 span.dark{
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #5661be), color-stop(98%, #2861f0));
    background: linear-gradient(to right, #1387c2 20%, #2683d5 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}
.section6 p{font-size: 21px; line-height: 32px;
 color: #313449; text-align: center; margin-bottom: 20px;}


.section6 .main_serv{clear: both; width: 100%; display: block; }
.section6 .owl-stage-outer{padding: 20px 0 0 !important;}
.technology1{width: 100%; display: block; padding: 15px;}
.sec6bx1{float: left; display: inline-block; width: 16.33%;}
.section6 a.img-wrap{display: block; text-decoration: none; color: #000; position: relative; padding: 20px 10px 10px;
    width: 100%; transition: all 0.3s ease 0s; box-shadow: 0 2px 20px 0 rgba(0,0,0,.2);
    top: 0px; left: 0px;
}
.section6 a.img-wrap img{margin: auto; display: block; width: 100%}
.section6 a.img-wrap > .img1{width: 70px; display: table; margin: auto;
background-repeat: no-repeat; background-size: 70px; height: 70px;
background-position: left top;}
.section6 a.img-wrap:hover{/* box-shadow: -20px -21px 13px 0 rgba(0, 0, 0, .1);
 background-color: #2683d5;  color: #fff; position: relative; top: 10px; left: 10px; */
/* background-image: url('../images/blue_pattern.jpg') */
}
.section6 a.img-wrap:hover > .img1{background-position: left bottom;}

.icon1 img{width: 70px; position: absolute; top: 270px; background-color: #71a5bb;
padding: 10px;}

.techhd1{font-size: 16px; font-weight: 600; margin: 0; 
    position: relative; margin-top: 10px; margin-bottom: 10px;}
.technology1 p{position: relative; line-height: 21px; padding: 0px; text-align: left;
    overflow:hidden; transition: all 0.3s ease 0s; opacity: 1; 
    color: #000; opacity: 0.8; padding-right: 30px; font-size: 15px;}
a.img-wrap:hover .overlay1 p{}
.rmore1{border-bottom: 2px solid #6ad1e3; margin-top: 20px;
font-size: 14px; font-weight: 600; color: #000; 
background-color: #fff; position: relative; display: table; transition: all 0.3s;}
a.img-wrap:hover .rmore1{color: #ff7211;}
.techno{display: block; padding: 5px 0px 0; text-align: center;}

.section6 .owl-nav {
    position: absolute;
    top: 45%;
    left: 0px;
    width: 100%;
}
.date1{width: 100%; display: block; color: #999; margin-bottom: 15px; display: none;}
/*section6*/


/*section21*/
.section21{width: 100%; display: table; padding: 50px 0px 80px;
position: relative; background-image: url('../images/banner1.jpg');
background-repeat: repeat; background-position: left center;
background-attachment: fixed; margin-top: 0px;}
.hero__gradient {
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top,#000 0,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,#000 0,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,#000 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
}
.hero__pattern {
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 100%;
    background-image: url(../images/hero-pattern.png);
    background-size: cover;
    background-position: center;
}
.section21 h2 {
    width: 100%;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 42px;
    line-height: 60px;
    letter-spacing: 1px;
    text-transform: capitalize;
    position: relative;
    margin: 0px;
}
/*section2*/


.section2{
    display: block;
    width: 100%;
    position: relative;
    padding: 40px 0;
    background-color: #f9f9f9;
}
.section2 h2 {
    position: absolute;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    font-size: 18px;
    font-weight: 600;
    left: 10px;
    top: 100px;
    color: #1387c2;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.multi_tabs{
    clear: both;
    width: 100%;
    display: inline-block; 
    margin-top: 20px;
    position: relative;
    z-index: 1;
    padding-left: 30px;
}
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    position: relative;
    width: 30%;
    text-align: left;
    /* position: absolute; */
    left: 0px;
    z-index: 9;
    top: 0px;
}
ul.tabs li {
    width: 100%;
    display: block;
    margin: 0;
    cursor: pointer;
    padding: 15px 25px;
    border-left: none;
    font-size: 21px;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    color: #a1a1a1;
    position: relative;
    display: block;
    /* background-color: #d0eeff;
    border-bottom: 1px solid #fff; */
}
ul.tabs li:last-child{border-bottom: 0px;}
ul.tabs li:hover {
}   
ul.tabs li.active{
    /* background: #9fdcff; */
    color: #000;
    font-size: 32px;
    font-weight: 800;
    line-height: 42px;
}
ul.tabs li.active:before{
    content: '';
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: #6ad1e3;
    left: 25px;
    bottom: 0px;
    border-radius: 2px;
}
ul.tabs li:before{background-image: none;}
.tab_container {
    border: 0px;
    border-top: none;
    float: left; 
    width: 60%;
    position: relative;
}
.tab_content {    
    width: 98%;
    float: right;
    padding: 40px;    
    height: 500px;    
    background-color: #f7f9fa;
    background-size: cover;
    position: relative;
}
.sec2bxx{background-color: #fff; padding: 30px; width: 400px; position: relative;
right: -35%; float: right; top: 50px;}
.tab_content h3{font-size: 28px; font-weight: 700; line-height: 46px; color: #000;  
position: relative; text-transform: capitalize; padding-bottom: 15px; margin-bottom: 15px;}
.tab_content h3:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: #6ad1e3;
    left: 0px;
    bottom: 0px;
    border-radius: 2px;
}
.tab_content p{font-size: 21px; line-height: 32px; color: #555; font-weight: 300;}
.tab_content a{
    color: #6ad1e3;
    transition: all 0.3s;
    background-color: transparent;
    text-decoration: none;
    display: table;
    margin-top: 20px;
    clear: both;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #6ad1e3;
}
.tab_content a:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 15px;
    top: 5px;
    right: -20px;
    background-image: url(../images/link-arrow-orange.svg);
    background-repeat: no-repeat;
    background-position: center right;
}
.tab_content a:hover{background-color: rgba(255, 255, 255, 0.5);}



/*.home_bottom*/
.home_bottom {
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    text-align: center;
    color: #fff;
    position: relative;
    background-attachment: fixed;
}
/* .home_bottom:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #231834;
    opacity: 0.7;
} */
.home_bottom .fullpage {
    z-index: 2;
    position: relative;
}
.home_bottom h3 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 30px;
    display: block;
}
.home_bottom h5 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
    display: block;
}
.home_bottom a {
    display: inline-block;
    padding: 15px 50px;
    border-radius: 3px;
    color: #fff;
    background: #d01021;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.home_bottom a:hover {
    color: #fff;
    background: #a4010f;
    box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.2)
}


/*section3*/
.section3{
    padding: 40px 0;
    clear: both;
    width: 100%;
    background-color: #f4f4f4;
    display: table;
    /* display: block;
    background-color: #fff;
    margin-top: -15px; */
}
.section3 h2{
    text-align: center;
    font-size: 32px;
    color: #194560;
    font-weight: 500;
}
.hub-card__inner {
    background: #ffffff;
    color: #373A36;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    /* max-width: 345px; */
    border: 1px solid #ffffff;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    box-shadow: 0 2px 15px 0 rgba(176, 176, 176, 0.16);
    transition: box-shadow 0.3s linear;
}

.hub-card__inner div~div {
    flex-grow: 1;
    display: flex;
    flex-direction: inherit;
    justify-content: space-between;
}

.hub-card:hover .hub-card__inner,
.hub-card[data-active='true'] .hub-card__inner {
    transition-duration: 0.1s;
    box-shadow: 0 2px 15px 0 rgba(176, 176, 176, 0.5);
}

.hub-card:hover .hub-card__marker,
.hub-card[data-active='true'] .hub-card__marker {
    background: #6ad1e3;
}

.hub-card:hover__inner {
    border: 1px solid #E7E7E7;
}

.hub-card__icon {
    margin: 0 0 15px;
    display: block;
}

.hub-card__icon img {
    display: block;
    width: auto;
    height: 60px;
}

.hub-card__title {
    display: block;
    word-break: break-word;
}

.hub-card__summary {
    display: block;
    margin-bottom: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.hub-card__summary img {
    max-width: 100% !important;
    height: auto !important;
}

.hub-card__marker {
    display: block;
    width: 43px;
    height: 4px;
    background: #E7E7E7;
    position: relative;
    margin-bottom: 30px;
    transition: background-color 0.25s ease-in-out, opacity 0.25s linear;
}
.marker1{background: #11bae3;}
.marker2{background: #8a75d1;}
.marker3{background: #2dc84d;}
.marker4{background: #11bae3;}
.marker5{background: #8a75d1;}
.marker6{background: #2dc84d;}

.hub-card:hover .hub-card__marker.marker1{background: #70e3ff}
.hub-card:hover .hub-card__marker.marker2{background: #b19aff}
.hub-card:hover .hub-card__marker.marker3{background: #4bff70}
.hub-card:hover .hub-card__marker.marker4{background: #70e3ff}
.hub-card:hover .hub-card__marker.marker5{background: #b19aff}
.hub-card:hover .hub-card__marker.marker6{background: #4bff70}

.hub-card__link {
    display: block;
    position: relative;
    border-bottom: 1px solid #C7C8CA !important;
    font-weight: 400;
    padding: 6px 0;
    margin: 0;
    max-width: 100% !important;
    font-family: 'Roboto', sans-serif;
}
.sec3btm img{margin:15px 0; display: inline-block; width: 100%;}
.hub-card__link:before {
    border-left-color: #373A36 !important;
    display: none;
}
.hub-card:hover .hub-card__inner, .hub-card[data-active="true"] .hub-card__inner {
    transition-duration: 0.1s;
    box-shadow: 0 2px 15px 0 rgba(176, 176, 176, 1);
}
.section3 .owl-nav{top: 50% !important;}
.section3 .owl-prev{background-image: url('../images/prev3.png') !important; 
opacity: 1 !important; margin-left: -30px !important;}
.section3 .owl-next{background-image: url('../images/next3.png') !important; 
opacity: 1 !important; margin-right: -30px !important;}

.section3 .owl-theme .owl-nav{z-index: -1;}
.paddbx{padding: 15px;}
.sec3inner{padding: 0 100px;}
/*section3*/


/*section8*/
.section8{width: 100%; display: table; padding: 50px 0; background-color: #fff;}
.section8 h2{
    text-align: center;
    font-size: 32px;
    color: #6ad1e3;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 0px;
}
.section8 h2 span.light {
    
}
ul.technologies{width: 80%; display: block; padding: 0px; margin: auto; display: table;
clear: both;}
ul.technologies li{float: left; display: inline-block; width: 33.33%; padding: 10px 30px;
border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; text-align: center;}
ul.technologies li:nth-child(3n){border-right: 0px;}
ul.technologies li:nth-child(7){border-bottom: 0px;}
ul.technologies li:nth-child(8){border-bottom: 0px;}
ul.technologies li:nth-child(9){border-bottom: 0px;}
ul.technologies li img{width: 70%; display: table; margin: auto; padding: 10px;
filter: grayscale(100%); transition: all 0.3s;}
ul.technologies li img:hover{
    filter: grayscale(0);
transition: all .5s;
}
/*section8*/


/*--------section51--------*/
.section51{
    clear: both;
    width: 100%;
    display: block;
    margin-top: -70px;
    padding: 0px 0px 30px;
    position: relative;
    font-weight: 500;
    overflow: hidden;
}
.section51 h2{color: #000; margin-top: 0px; float: left; display: inline-block;}
.section51 .owl-nav{position: absolute; top: 45%; left: 0px; width: 100%;}
a.viewalls{text-decoration: none; color: #01a0e4; font-size: 18px; font-weight: 500;
position: relative; transition: all 0.6s;}
a.viewalls{float: right; margin-top: 0px;}
a.viewalls i{margin-left: 10px; font-size: 14px;}
a.viewalls:after{
    position: absolute;
    left: 0px;
    bottom: -5px;
    background-color: #01a0e4;
    height: 2px; 
    width: 100%;
    content: "";
    opacity: 0.2;
}
a.viewalls:before{
    position: absolute;
    left: 0px;
    bottom: -5px;
    background-color: #01a0e4;
    height: 2px; 
    width: 0%;
    content: "";
    transition: all 0.6s;
}
a.viewalls:hover:before{width: 100%;}
.technology1{width: 100%; display: block; padding: 10px;}
.section51 a.img-wrap{display: block; text-decoration: none; color: #000; position: relative; 
    width: 100%; transition: all 0.3s ease 0s; border: 2px solid #f1f1f1;
    background-color: #f0f0f0; text-align: center; overflow: hidden; transition: all 0.3s;
}
.section51 a.img-wrap .imgh img{object-fit: fill;width: 100%; height: 230px ; display: block; 
transform: scale(1, 1); transition: all 6s;}
.section51 a.img-wrap:hover{box-shadow: 0 0 10px #a5a5a5; border-color: #e4e4e4;}
.section51 a.img-wrap:hover .imgh img{transform: scale(1.1, 1.1);}
.section51 a.img-wrap .imgh{overflow:hidden; border-bottom: 2px solid #f1f1f1;}
.section51 a.img-wrap:hover .imgh{border-bottom: 2px solid #e4e4e4;}

.section51 .icon1 img{width: 70px; position: absolute; top: 245px; 
    background-color: #01a6ef;
padding: 10px; border-radius: 5px;}
.section51 .techhd1{font-size: 21px;line-height: 24px; font-weight: 700; margin: 0; 
    color: #ed3d63;
    position: relative; margin-top: 15px; margin-bottom: 10px; padding: 0 15px 15px 15px;
display: inline-block; overflow: hidden; width: 100%}
.section51 .techhd1:before{
    position: absolute;
    left: 45%;
    bottom: 0px;
    height: 2px;
    content: "";
    background-color: #6ad1e3;
    width: 10%;
}
.section51 .technology1 p{position: relative; line-height: 25px; padding: 0px 15px; 
    text-align: center; max-height: 100px; display: inline-block; overflow: hidden;
    overflow:hidden; transition: all 0.3s ease 0s; opacity: 1; font-weight: 400;
    color: #555; font-size: 19px; padding-bottom: 0px;}
.section51 .rmore1{width: 40px; height: 40px; line-height: 40px; 
text-align: center; margin:20px auto;
border-radius: 100%; font-size: 21px; font-weight: 600; color: #fff; display: table;
background-color: #ed3d63; position: relative; display: table; transition: all 0.3s;}
.section51 a.img-wrap:hover .rmore1{background-color: #141c33; color: #fff; }
.section51 .techno{display: block;}
.section51 .sec5top{clear: both; width: 100%; }
.section51 .owl-nav{top: 50% !important;}
.section51 .owl-prev{background-image: url('../images/prev3.png') !important; 
opacity: 1 !important; margin-left: -30px !important;}
.section51 .owl-next{background-image: url('../images/next3.png') !important; 
opacity: 1 !important; margin-right: -30px !important;}

.section3 .owl-theme .owl-nav{z-index: -1;}
/*--------section5_end--------*/



/*section5*/
.section5{
    min-height: 400px;
    /* background: url(../images/contactbg.jpg) no-repeat right top; */
    width: 100%;
    padding: 100px 0 40px;
    /* background-color: #200542; */
    background: #3e3750
    /* border-bottom: 2px solid #6ad1e3; */
}
.section5 h2{color: #fff; font-size: 23px; font-weight: 300; margin-top: 0px; text-transform: capitalize !important;}
.section5 h2 a.sec6an1{
    text-decoration: underline;
    color: #6ad1e3;
    font-weight: 700;
    transition: all 0.3s;
}
.section5 h2 a.sec6an1:hover{text-decoration: none;}
.section5 h3{color: #fff; font-weight: 700; margin-top: 50px; font-size: 24px;}
.section5 p{font-size: 18px; font-weight: 300; color: #fff;}
.section5 p span{color: #6ad1e3; font-weight: 700;}
.partnersbx{position: absolute; right: 15px; bottom: 0px;}
.partnersbx img{float: left; display: inline-block; margin-left: 15px;}

.ftsocial{clear: both; margin-top: 15px;}
.ftsocial a{text-decoration: none; color: #7f7f7f; font-size: 18px; margin-right: 10px; font-size: 26px;
transition: all 0.3s;}
.ftsocial a:hover{color: #6ad1e3;}

.ftbx{
    float: left; display: inline-block;
    width: 20%;
    padding: 0 10px;
}
.ftbx h3{
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    padding-top: 30px;
    margin-bottom: 25px;
    border-top: 2px solid #b1b9b8;
}
.ftbx a{
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
    font-size: 18px;
    width: 100%;
    display: block;
    font-weight: 300;
    clear: both;
    margin-bottom: 10px;
}
.ftbx a:hover{color: #555;}
/*section5*/


/*mFooter*/
.mFooter{
    width: 100%;
    display: table; 
    padding: 20px 0;
   background-color: #3e3750;
    border-top:1px solid  rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    text-align: center;
    font-weight: 300;
}
.mFooter span{color: #6ad1e3; font-weight: 500; font-size: 16px;}
/*mFooter*/

.bannerbtm1 {
    background-color: #454657;
    border-top: 1px solid rgba(255,255,255,.15);
    display: flex;
    overflow: hidden;
    color: #fff;
    position: relative;
    bottom: 0px;
    left: 0px;
    z-index: 9;
    width: 100%;
    min-height: 225px;
}
.bblt1{border-right: 1px solid rgba(255,255,255,.15);}
.bblt1, .bblt2{
    float: left;
    display: inline-block;
    width: 31%;
    
    padding: 20px;
}
.bblt2{width: 23%; padding: 0px;}
.bblt1 h4{
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    margin-top: 25px;
    margin-bottom: 20px;
}
.bblt2 h6{
    font-size: 21px;
    color: #fff;
    padding: 20px;
    line-height: 26px;
    border-right: 1px solid rgba(255,255,255,.15);
}
.bblt1 a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    position: relative;
    display: block;
    transition: all 0.3s;
}
.bblt1 a:before{
    position: absolute;
    right: 48%;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 40px;
    top: -10px;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s;

    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 21px;
}
/* .bblt1 a:hover:before{
    width: 45px;
    height: 45px;
    line-height: 45px;
    right: 47%;
    top: -12px;
} */
.bblt2 a{
    text-decoration: none;
    clear: both;
    width: 100%;
    padding: 15px;
    background-color: #222341;
    display: block;
    min-height: 133px;
}
.bblt3 a{
    background-color: #2d9cca;    
}
.bblt4 a{
    background-color: #ed3d63;
}
.bblt2 a .hd1{color: #fff; font-size: 17px; margin-bottom: 10px; position: relative;
width: 100%; display: block;}
.bblt2 a .hd1:before{
    position: absolute;
    right: 2%;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 25px;
    top: 0px;
    text-align: center;
    line-height: 25px;
    transition: all 0.3s;

    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 16px;
}
.bblt2 a p{color: rgba(255, 255, 255, 0.7); font-size: 15px; line-height: 21px;}


.inner_banner {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    background-color: #000;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: 80px;
}
.inner_banner::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1;
    opacity: 0.1;
    background: #000;
}
.inner_banner img{
    width: 100%;
    opacity: 1;
    display: block; 
}
.innertxt1{
   position: absolute; width: 100%; text-align: left; 
    top: 36%; left: 0%; padding: 10px 35px; z-index: 9;
}
.searchbxtxt{
position: relative; width: 100%; text-align: left; background-color: #f6f6f6;
    padding: 10px 35px; z-index: 9;}
.innertxt1 ul{list-style: none; text-align: left; margin-bottom: 0px;
padding-left: 0px; text-align: center}
.innertxt1 ul li{
    display: inline-block;
    position: relative;
    padding-right: 25px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #fff;    
    opacity: 1;
    font-size: 21px;
}
.innertxt1 ul li:last-child{padding-right: 0px;}
.innertxt1 ul li:after{
    content: "/";
    color: #fff;
    position: absolute;
    font-size: 14px;
    right: 8px;
    top: 0px;   
}
.innertxt1 ul li:last-child:after{display: none;}
.innertxt1 ul li a{color: #fff; text-decoration: none;}
.inner_banner h1{color: #fff;  font-size: 72px; font-weight: 800; text-align: center;
margin-bottom: 10px; margin-top: 0px; padding-bottom: 30px; position: relative}

.inner_banner h1 span{color: #fff;}
.inner_banner h1 p{font-size: 18px; font-weight: 400; margin-top: 5px; 
  letter-spacing: 2px; color: #fff; }
.innertxt1 h4{font-size: 60px; color: #fff; font-weight: 700; margin-top: 50px;
margin-bottom: 10px;}
.innertxt1 p{font-size: 18px; color: #fff;}
.innersec1 {
    clear: both;
    width: 100%;
    display: block;
    padding: 50px 0px;
    background-color: #f8faf9;
    position: relative;
    z-index: 1;
    color: #000;

    font-size: 21px;
    line-height: 32px;
    font-weight: 300;
}
.innersec1 b{color: #6ad1e3; font-size: 26px; font-weight: 400; margin-bottom: 15px; width: 100%;
display: block; line-height: 32px; font-weight: 700;}

.searchbox {
   width: 100%;
   margin-top: 0px;
}
.searchbox span {
    font-size: 12px;
    color: #30398c;
    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: 1px solid #ccc;
    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 #30398c;
    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;
}

.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  z-index: 9999;
  padding: 100px 0;
}
.parallax{padding: 50px 0;}
.parallax2{padding: 50px 0;}
.parallax2 p{text-align: center; color: #fff; font-size: 21px; line-height: 32px;
font-weight: 300; padding: 0 8%;}

.caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  /*-webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;*/

  height: 100%;
}

.caption .border {
  background-color: #111;
  color: #fff;
  width: 25%;
  padding: 20px;
}
.caption .border.bgcolor1{background-color: #0f74ab;}
.caption .border.bgcolor2{background-color: #e38917;}
.caption .border.bgcolor3{background-color: #29a43d;}

.caption .border{color: #003a59; font-size: 26px;}

.caption .border.bgcolor1 h3{color: #003a59;}
.caption .border h3{font-size: 32px;}
.caption .border.bgcolor2 h3{color: #754100;}
.caption .border.bgcolor3 h3{color: #00550e;}

.caption .border p{font-weight: 400; font-size: 16px; line-height: 24px;
color: rgba(255, 255, 255, 0.9); margin-bottom: 30px;}
.border a{
  text-decoration: none;
  background-color: transparent;
  color: #fff;
  transition: all 0.3s;
  padding: 10px 25px;
  border-radius: 30px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #fff;
}
.border a:hover{background-color: #fff; color: #000;}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .parallax {
    background-attachment: scroll;
  }
}

.parallax2 h3{color: #fff; position: relative; padding-bottom: 15px; margin-bottom: 40px;
font-size: 32px; font-weight: 700;}
.parallax2 h3:before{
  position: absolute;
  left: 47%;
  bottom: 0px;
  width: 6%;
  height: 2px;
  content: "";
  background-color: #b71f25;
}
.innercounters{width: 100%; display: table; padding: 20px;
background-color: #fff; border-radius: 10px;}
.counbx1{min-height: 208px; padding: 20px; border-right: 1px solid #d1d1d1;}
.counbx1 h5{font-size: 32px;}
.counbx1 p{font-size: 16px; color: #555;}
.counbx1 img{width: 60px; margin-bottom: 20px; margin-top: 15px; }
.counbx2{min-height: 104px; padding: 20px; border-right: 1px solid #d1d1d1;
border-bottom: 1px solid #d1d1d1; width: 100%; display: table;}
.counbx2 img{display: inline-block; width: 50px; float: right; margin: 0px;}
.counbx2 h5{font-size: 32px;}
.counbx2 p{font-size: 16px; color: #555;}

.inner-box {
    height: 350px;
    position: relative;
    padding: 0 20px;
    background-size: cover;
}
.inner-box .content {
    position: absolute;
    padding: 15px 30px;
    bottom: 0px;
    left: 20px;
    right: 20px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    text-align: center;
}
.inner-box:hover .content {bottom: 20px;}
.inner-box .content h4{color: #fff; font-size: 26px; margin-bottom: 10px;}
.inner-box .content p{color: #c7d0d8; font-size: 16px; font-weight: 300;}



.inner-box {
    height: 350px;
    position: relative;
    padding: 0 20px;
    background-size: cover;
}
.inner-box .content {
    position: absolute;
    padding: 15px 30px;
    bottom: 0px;
    left: 20px;
    right: 20px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    text-align: center;
}
.inner-box:hover .content {bottom: 20px;}
.inner-box .content h4{color: #fff; font-size: 26px; margin-bottom: 10px;}
.inner-box .content p{color: #c7d0d8; font-size: 18px; font-weight: 300;}



.page1 {
    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: #e9eef0;
position: relative;
padding: 50px 0
}
.section123 {
    width: 100%;
    float: left;
    position: relative;
}
.page1 h2 {
    margin: 0 0 10px 0;
    font-size: 30px;
    font-weight: 600;
    color: #30398c;
}
.page_ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 0px;
}
.page_ul ul li {
    width: 100%;
    float: left;
    color: #000;
    position: relative;
    padding: 6px 0 6px 25px;
}
.page_ul ul li:before {
    position: absolute;
    top: 6px;
    left: 5px;
    font-family: FontAwesome; font-weight: 900; content: "\f105";
    color: #6ad1e3;
}
.page_left {
    width: 72%;
    float: left;
}
.page_right {
    width: 25%;
    float: right;
    background: #cecece;
}
.page1 .sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 100px;
    z-index: 1;
    display: inline-block;
}
.job_dets {
    width: 26%;
    float: right;
    text-align: left;
}
.fixme {
  position: sticky;
  -webkit-position: sticky;
  -moz-position: sticky;
  -o-position: sticky;
  -ms-position: sticky;
  top: 100px;
  right: 0;
  background-color: #fff;
}
.job_nav {
    padding: 20px;
    border: 1px solid #ccc;
    display: table;
}
.job_nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.job_nav li {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 10px 30px;
}
.job_nav li b {
    color: #30398c;
    font-weight: 400;
}
.job_nav li span {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
.job_nav li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #30398c;
}
.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: #30398c;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s;
}
.job_nav li:last-child a:hover{background-color: #6ad1e3;}
.page_right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.page_right ul li, .page_right ul li a {
    width: 100%;
    float: left;
    position: relative;
}
.page_right ul li a {
    color: #333;
    font-weight: 400;
    padding: 8px 15px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    transition: all .5s;
    font-size: 18px;
}
.page_right ul li:last-child a {
    border-bottom: 0px solid #eee;
}
.page_right ul li a:hover, .page_right ul li a.active  {
    background: #6ad1e3;
    color: #fff;
    text-decoration: none;
    transition: all .5s;
}




.contactpg{
    width: 100%;
    display: table;
    padding: 40px 0;
    background-color: #fff;
}

.contactpg label{
    font-size: 14px;
    text-transform: uppercase;
}
.contactpg label span{color: #ff7149;}
.contactpg input.form-control, .contactpg textarea.form-control, .contactpg select.form-control{
    background-color: #ccc;
    border-radius: 0px;
    height: 40px;
    border: 0px;
    margin-bottom: 20px;
}
.contactpg textarea.form-control, .contactpg select.form-control{height: 120px;}
.contactpg .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: #6ad1e3;
    transition: all 0.3s;
}
input.subres:hover{
    background-color: #30398c;
}

.contactpg h3 {
    font-size: 42px;
    font-weight: 700;
    color: #5b5b5b;
    margin-bottom: 70px;
    font-style: italic;
}
.gaddress{
    width: 90%;
    display: table;
    padding: 20px 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.gaddress2{
    width: 90%;
    display: table;
    padding: 20px 0;
}
.gaddress3{
    width: 100%;
    display: table;
    padding: 0;
}
.gaddress h5{
    font-weight: 700; font-size: 21px; margin-top: 0px; color: #000
}
.gaddress p{
    font-size: 18px;
    color: #000;
    font-weight: 300;
    line-height: 28px;
}
.gaddress2 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: #6ad1e3; 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;}
.contactpg h2 {
    font-size: 24px;
    font-weight: 700;
    color: #6ad1e3;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    text-transform: uppercase;
}


.bancontbx p{text-align: center; font-size: 18px;}
.contactiframe{
    clear: both;
    width: 100%;
    display: table;
    position: relative;
    background-color: #fff;
}
.cformbx{
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    padding: 4rem;
    -webkit-box-shadow: 0 0 47px -1px rgba(153,153,153,.2);
    box-shadow: 0 0 47px -1px rgba(153,153,153,.2);
    border-radius: 5px;
    margin-top: -70px;
    padding-bottom: 30px;
}
.cformbx label{
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222;
}
.cformbx input.form-control, .cformbx textarea.form-control{
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    display: block;
    height: 43px;
    width: 100%;
    padding: 0 16px;
    color: #212425;
    font-size: 14px;
    line-height: 1.36;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e8e9ec;
    -webkit-box-shadow: 0 1px 1px 0 rgba(243,244,245,.65);
    box-shadow: 0 1px 1px 0 rgba(243,244,245,.65);
    border-radius: 3px;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    margin-bottom: 20px;
}
.cformbx textarea.form-control{height: 100px; padding: 10px;}
.cformbx .col-sm-12{display: table; width: 100%; clear: both;}

.contnewbx{
    clear: both; width: 100%; display: table; padding: 40px 0
}

input.subres1{
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border: 0px;
    background-color: #00a0e3;
    transition: all 0.3s;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(33,37,41,.15);
    box-shadow: 0 5px 15px 0 rgba(33,37,41,.15);
}
input.subres1:hover{
    background-color: #0081b7;
}
.adbxin{
 /*  box-shadow: 0 5px 23px 0 rgba(0,0,0,.09);
  padding: 20px;
  background-color: #fff; */
}
.adbxin h2{font-size: 21px; font-weight: 500; position: relative; line-height: 26px;
padding-bottom: 10px; margin-bottom: 35px; color: #101010; margin-top: 20px;
color: #2255ce;
}
.adbxin h2:before{
  position: absolute; left: 0px; bottom: -10px;
  content: ""; height: 3px; background-color: #f07472; width: 80px;
}


.add1:before{
  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  left: 15px;
  top: 25px;
  background-image: url('../images/placeholder.png');
  background-repeat: no-repeat;
  background-size: 40px;
}
.add2:before{
  background-image: url('../images/call.png')
}
.add3:before{
  background-image: url('../images/email.png')
}
.add1:after{
  /* position: absolute;
  width: 1px;
  height: 90%;
  content: "";
  left: 60px;
  top: 0px;
  background-color: #eee; */
}
.add1 p{margin-bottom: 5px;}

.add1 h5{font-size: 19px; margin-bottom: 15px; font-weight: 600;}

.add2{width: 30%;}
.add3{width: 30%;}

.insightstop{float: right;}
.insightpg h5{
    margin-top: 25px; 
    font-size: 42px;
    margin-bottom: 100px;
}
.insightpg h8, .insightstop h8{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #999;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: inline-block
}
.insightstop a{
    text-decoration: none;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 20px;
    position: relative;
    display: block;
    clear: both;
    width: 90%;
    font-weight: 300;
    transition: all 0.3s;
}
.insightstop .isrtsoc a{float: left; display: inline-block; width: 40px; height: 40px;
text-align: center; line-height: 40px; clear: none; border-radius: 40px; color: #fff; transition: all 0.3s; margin-right: 10px;}
.isrtsoc a.fb{background-color: #4064ac;}
.isrtsoc a.lin{background-color: #0270ad;}
.isrtsoc a.twitter{background-color: #1c9bea;}

.insightstop a span{border-bottom: 1px solid #ff7b56;}
.insightstop a:hover{color: #6ad1e3;}
.insightpg img.imgbx{
    filter: grayscale(100%);
}

.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;}


/*jobpositions*/
.jobpositions{
    padding: 40px 0; width: 100%; display: table;
    position: relative;
    z-index: 9;
    background-color: #fff;
}



.mainjobsbox {
    display: table;
    width: 100%;
    clear: both;
    font-size: 16px;
    padding: 20px 25px;
    margin-bottom: -1px;
    transition: all .3s;
    background-color: #fff;
    /* border: 1px solid #e1e1e1; */
    box-shadow: -1px 5px 15px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}
.mainjobsbox a {
    width: 100%;
    height: 100%;
    display: table;
    outline: none;
    text-decoration: none;
    color: #000
}
.mainjobsbox:hover {
    background: #fff6f7;
    transition: all .3s;
}
.companyimage {
    width: 100px;
    float: left;
    background: #fff;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}
.companyimage img {
    width: 60%;
    display: table;
    margin: auto;
}
.job_des {
    width: 88%;
    float: right;
    position: relative;
}
.job_des h4 {
    color: #222;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.com_name {
    font-size: 19px;
        width: 79%;
    font-weight: 600;
    color: #6ad1e3;
    margin-bottom: 15px;
}
.jobloc_map {
    width: 100%;
    list-style-type: none;
    float: left;
    padding: 0px;
    margin: 10px 0px 20px 0;
}
.jobloc_map li{
    float: left;
    margin-right: 20px;
    font-size: 16px;
    color: #000;
    clear: none;
    font-weight: 400;
    display: inline-block;
    width: auto;
    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: 21px;
    /* font-weight: 300; */
    color: #000;
    line-height:32px;
}
.job_des p b{font-weight: 600; color: #000; font-size: 18px;}
.fulltime, .parttime {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 4px 15px;
    border-radius: 3px;
    letter-spacing: 1px;
    background: #6ad1e3;
}
.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: #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*/

ul.jobloc_map{margin-top: 0px; margin-bottom: 20px;}
ul.jobloc_map li {
    float: left;
    margin-right: 20px;
    font-size: 16px;
    color: #000;
    clear: none;
    font-weight: 400;
    display: inline-block;
    width: auto;
    padding-left: 0px;

}


.careerspg h5{font-size: 28px; margin-bottom: 30px; color: #6ad1e3; font-weight: 700;}
.careerspg h6{font-size: 18px; font-weight: 300; margin-bottom: 30px;}
.careerspg a{
    text-decoration: none;
    width: 100%;
    display: block;
    color: #222;
}
.careerspg a img{width: 100%; display: block; margin-bottom: 10px;}
.careerspg a h4{
    font-size: 21px; 
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 29px;
    transition: all 0.3s;
}
.careerspg a p{
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    height: 100px;
    height: 48px;
    overflow: hidden;
}
.careerspg a .rmore1{
    text-transform: capitalize;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
    transition: all 0.3s;
}
.careerspg a .rmore1 svg{
    width: 18px;
    float: right;
    position: relative;
    top: 3px;
    color: #555;
    transition: all 0.3s;
}
.careerspg a:hover .rmore1{color: #e95228}
.careerspg a:hover .rmore1 svg{color: #e95228}
.careerspg a:hover h4{color: #e95228}
.careerspg label{
    font-size: 14px;
    text-transform: uppercase;
}
.careerspg label span{color: #ff7149;}
.careerspg input.form-control, .careerspg textarea.form-control{
    background-color: #ccc;
    border-radius: 0px;
    height: 40px;
    border: 0px;
    margin-bottom: 20px;
}
.careerspg textarea.form-control{height: 100px;}
.careerspg .col-sm-12{
    display: table;
    width: 100%;
}
.careerspg{background-color: #fff; display: table; width: 100%;}


.menu2{position: fixed; right: 30px; top: 50px; z-index: 9; display: none;}
.menu2 .menuicon1{position: relative; z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}
.sidemenu span{float: left;}
.bars-wrap {
    display: inline-block;
    margin-left:15px;
    position: relative;
    overflow: visible;
    top: 3px;
}
.icon-bar {
    transition: all 0.4s ease;
    width: 25px;
    background: #6ad1e3;
    height: 3px;
    position: relative;
    top: 8px;
    transition: width .2s ease-out;
    clear: both;
    margin-bottom: 4px;
}
/* #header.fixed1 .icon-bar {background: #ed171b;} */
.icon-bar:first-child {width:100%;}
.icon-bar:last-child {width:100%;}

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child{width: 100%;}

.cart_open{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;  
  display: none;
}
.cartbg1{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.cart_bx1{
  width: 90%;
  background-color: #fff;
  height: 100%;
  right: -100%;
  transition:ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1,2,2,.15);
  z-index: 99999;
  overflow-y:  auto;
}
.left1{right: 280px; z-index: 9999999; transition:ease all 0.8s}
.menu2{
  right: 280px;  
  position: fixed;
  transition:ease all 0.6s;
  top: 0px;
  z-index: 999999;
}
.menu2:before{border-top: 100px solid rgba(255, 255, 255, 1);}
.cart_bx1 ul{list-style: none; width: 100%; margin: 0px; padding: 0px; height: 100%; 
    vertical-align: middle; padding-top: 10px; text-align: right;}
.cart_bx1 ul li{float: none; width: 100%; display: block; clear: both;}
.cart_bx1 ul li a{text-decoration: none; color: #2b2a29; font-weight: 400; font-size: 14px; 
    display: block; padding: 10px 15px; text-transform: uppercase; 
    transition: all 0.3s ease 0s; text-align: center; outline: none;}
.cart_bx1 ul li a:hover, .cart_bx1 ul li a.active{color: #2e3192;}

a.closebtn{
    width: 100%; display: block;
    height: 42px;
    background-color: #6ad1e3;
    text-decoration: none;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    padding: 0 25px;
    margin-bottom: 20px;
}


.page-header1{padding-top:60px;padding-bottom:60px; background-color:#fff; }
.ph2{
    width: 100%;
display: table;
overflow: hidden;
padding: 50px 0px 50px;
background-image: url("../images/bg-right.png");
background-position: top right;
background-repeat: no-repeat;
background-color: #f8f8f8;
}
.ph1{
    padding: 40px 0;
    display: table;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.ph1:before{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.4
}
.ph3{
    width: 100%;
display: table;
padding: 50px 0;
background-color: #fff;
position: relative;
background-size: cover;
background-image: url('../images/bg-tabs3.svg');
}
h1.large-heading{font-size:52px;line-height:70px;
    font-weight:700;margin:0 0 40px 0px;
    color:#000;position:relative;}
h1.large-heading{}
.ph1 h1.large-heading{color: #fff;}
h1.large-heading:before{top:0;left:0; 
    content: attr(data-shadowtext);
    position:absolute;opacity:.05;font-size:110px; color: #000;}
.page-header1 h3{
    font-size: 24px;
font-weight: 700;
line-height: 34px;
color: #161616;
margin-bottom: 40px;
}
.page-header1 p{
    font-weight: 400;
    font-size: 18px;
    color: #212529;
    /* text-align: left; */
    line-height: 28px;
    opacity: 0.7
}
.ocv{transition: all 0.3s; margin-bottom: 40px;}
.ocv p{text-align: center; height: 168px; overflow: hidden; color: #fff; 
color: #fff; opacity: .9}
.thumbicon1{
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    border-radius: 100%;
    border: dashed .2rem #e8e8e8;
    display: table;
    margin:  auto;
    transition: all 0.3s;
    background-color: #fff;

}
.ocv:hover .thumbicon1{border-color: #3c92ca}
.thumbicon1 img{
        display: inline-block;
    vertical-align: middle;
    transition: all 0.3s;
}
.ocv:hover .thumbicon1 img{-webkit-transform:scale(1.1, 1.1);transform:scale(1.1, 1.1);}
.ocv h4, .wsg h4{margin: 20px 0; color: #fff;}
.wsg h4{color: #30398c}
.our-leadership-team {
    width: 58%;
    margin: 0 auto;
    padding: 30px 0
}

#leadership-team h4 {
    text-align: center;
    font-size: 36px;
    color: #161616;
    line-height: 47px;
    display: block;
    font-weight: 400;
    margin-bottom: 50px
}

.leader-profile {
    text-align: center;
    margin-bottom: 25px
}

#leadership-team .leader-profile .leader-name {
    font-size: 19px;
    line-height: 23px;
    margin: 0;
    color: #000
}

#leadership-team .leader-profile img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

#leadership-team .leader-profile:hover .leader-profile-hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

#leadership-team .leader-profile p {
    color: #5f5f5f;
    font-size: 14px;
    text-align: center;
    line-height: 18px
}


.pagebx1{
    padding: 60px 0;
    background-color: #fff;
    position: relative;
}
.sp1{
    background-color: #e9eef0;
    text-align: left;
}
.sp2{
    width: 100%;
display: table;
padding: 70px 0 40px;
background-color: #fff;
position: relative;
background-size: 100%;
background-image: url('../images/bg-tabs3.svg');
}
.servpgtop h2{
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 30px 0;
    color: #161616;
    position: relative;
}
.servpgtop p, .solbx p{
    font-weight: 400;
    font-size: 18px;
    color: #212529;
    line-height: 28px;
    opacity: 0.7;
    margin-bottom: 0px;
}
.servpgtop ul
{
    width:100%;
    float:left;
    list-style: none;
}
.servpgtop ul li {
    float: left;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    width: 100%;
    text-align: left;
}
.servpgtop ul li::after {
    color: #30398c;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 26px;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: -4px;
}
.solbx p{
    margin-bottom: 50px;
}
.solbx{
    padding-left: 100px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.solbx1{padding-right: 100px; padding-left: 0}
.solbx img{position: absolute; left: 0px; top: 0px;}
.solbx1 img{position: absolute; left: auto; right: 0; top: 0px;}
.solbx h3{
    position: relative;
    font-size: 23px;
    color: #30398c;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 5px;
}
.solbx1 h3{text-align: right;}
.solbx h3:before{
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0;
    max-width: 20%;
margin: 10px 0px;
height: 2px;
border: none;
background: #ccc;
min-width: 90px;
}
.solbx1 h3:before{left: auto; right: 0}

.servicespg{
   width: 100%;
display: table;
padding: 70px 0 40px;
background-color: #fff;
position: relative;
background-size: 100%;
background-image: url('../images/bg-tabs3.svg')
}
.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: #000;
    margin: 0;
    padding-top: 150px;
    position: relative;
    padding-right: 30px;
    margin-top: 100px;

    font-weight: 300;
    margin: 0px;
    font-size: 28px;
    line-height: 36px;
    margin-top: 30px;
    position: relative;
    color: #000;
}
/* .servidpg h3:before{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 120px;
    width: 1px;
    content: "";
    background-color: #000064;
} */
.servidpg h3 img{position: absolute; left: 0px; top:0px; width: 120px;}
.servidpg h4{
    color: #000; font-size: 21px; line-height: 28px;
}
.servidpg h1{
    font-weight: 700;
font-size: 32px;
margin-top: 0px;
margin-bottom: 30px;
color: #30398c;
display: inline;
border-bottom: 2px solid #6ad1e3;
line-height: 48px;
}
.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: #6ad1e3;
}
.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: "";
}




/*jobpositions*/
.jobpositions{
    padding: 40px 0; width: 100%; display: table;
    position: relative;
    z-index: 9;
    background-color: #fff;
}
.jp{
    width: 100%;
display: table;
padding: 70px 0 40px;
background-color: #fff;
position: relative;
background-size: 100%;
background-image: url('../images/bg-tabs3.svg');
}
.jobpositions1 p{
    font-size: 21px;
    color: #000;
    line-height: 32px;
    opacity: 0.7;
    text-align: left;
}
.jobpositions1 h2 {
    position: relative;
    margin-top: 40px;
    color: #000;
    font-weight: 700;
    font-size: 38px;
    padding-bottom: 20px;
    text-align: left;
    margin-bottom: 30px;
}
.jp h2{margin-top: 0px;}
.jobpositions1 h2:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 80px;
    height: 2px;
    background-color: #6ad1e3;
    content: "";
}

.mainjobsbox {
    display: table;
    width: 100%;
    clear: both;
    font-size: 16px;
    padding: 20px 25px;
    margin-bottom: -1px;
    transition: all .3s;
    background-color: #fff;
    /* border: 1px solid #e1e1e1; */
    box-shadow: -1px 5px 15px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}
.mainjobsbox a {
    width: 100%;
    height: 100%;
    display: table;
    outline: none;
    text-decoration: none;
    color: #000
}
.mainjobsbox:hover {
    background: #f9f9ff;
    transition: all .3s;
}
.companyimage {
    width: 100px;
    float: left;
    background: #fff;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}
.companyimage img {
    width: 60%;
    display: table;
    margin: auto;
}
.job_des {
    width: 88%;
    float: right;
    position: relative;
}
.job_des h4 {
    color: #222;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: bold;
}
.com_name {
    font-size: 21px;
        width: 79%;
    color: #dd1d24;
    margin-bottom: 20px;
    font-weight: 700;
    color: #30398c;
    text-transform: uppercase;
}
.jobloc_map {
    width: 100%;
    list-style-type: none;
    float: left;
    padding: 0px;
    margin: 10px 0px 20px 0;
}
.jobloc_map li{
    float: left;
    margin-right: 20px;
    font-size: 18px;
    color: #000;
    clear: none;
    font-weight: 400;
    display: inline-block;
    width: auto;
    padding-left: 0px;
}
.jobloc_map li em img{vertical-align: inherit;}
.pgleftbx  ul.jobloc_map{margin: 0px;}
.pgleftbx  ul.jobloc_map li{padding: 0px; clear: none;}
.jobloc_map li:before{display: none;}
.jobloc_map li em {
    margin-right: 10px;
}
.job_des p {
    font-size: 18px;
    color: #000;
    line-height:32px;
}
.job_des p b{font-weight: 600; color: #000; font-size: 18px;}
.fulltime, .parttime {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 4px 15px;
    border-radius: 3px;
    letter-spacing: 1px;
    background: #6ad1e3;
}
.parttime {
    background: #ff8800;
}
.left_num {
    width: 100%;
    background: #c1282d url(../images/banner3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
    background-size: auto;
    padding: 15px;
    float: left;
    height: 150px;
    position: relative;
    margin-top: 0px;
}
.left_num:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    content: '';
    background: rgba(0, 0, 0, .8);
}
.left_num h4 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    position: absolute;
    z-index: 9;
    left: 0px;
    right: 0px;
    margin: auto;
    width: auto;
    top: 40%;
}
.f_jobslist {
    width: 100%;
    float: left;
    margin-top: 0px;
    list-style-type: none;
    padding: 0px;
}
.f_jobslist li {
    border: 1px solid #ccc;
    padding: 20px 10px;
    width: 50%;
    float: left;
    margin-bottom: -1px;
    margin-left: -1px;
}
.f_jobslist li img {
    width: 100%;
}

ul.jobloc_map1{margin-top: 0; margin-bottom: 20px;}
ul.jobloc_map li {
    float: left;
    margin-right: 20px;
    font-size: 18px;
    color: #000;
    clear: none;
    font-weight: 400;
    display: inline-block;
    width: auto;
    padding-left: 0px;

}
.page_ul h3{display: table; width: 100%; clear: both;}


.pagination{float: right;}
.innerpgbx1 p b{color: #1a99d5; font-weight: 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*/

.searchbxtxt {
    margin-bottom: 30px;
}

.careerform {
    width: 100%;
display: table;
padding: 70px 0 40px;
background-color: #fff;
position: relative;
background-size: 100%;
background-image: url('../images/bg-tabs3.svg');
}

.careerform h2 {
    color: #30398c;
    font-size:36px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

.careerform h2 span {
    color: #30398c;
}
.careerform p{
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    letter-spacing: 2px;
    padding: 0 10%;
    margin-bottom: 60px;
}
.contblocks{
    text-align: center;
    padding: 0 10%;
    clear: both;
}
.contblocks h4{
    font-size: 19px;
    color: #888;
}
.careerform a {
    color: #033c75;
    text-decoration: none;
    padding-top: 5px;
    font-size: 21px;
    position: relative;
    /* font-family: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif; */
}

.careerform .form-group {
    padding: 0 7%;
    width: 100%;
    display: inline-block;
    clear: both;
    margin-top: 50px;
}

.careerform label {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
}

.careerform label span {
    color: #ff7149;
}

.careerform input.form-control,
.careerform textarea.form-control, .modal-body input.form-control,
.modal-body textarea.form-control{
    background-color: #fff;
    border-radius: 0px;
    height: 56px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
    padding-left: 20px;
    box-shadow: none;
}
.modal-body input.form-control{height: 45px;}
.careerform textarea.form-control {
    height: 120px !important;
}

.careerform .col-sm-12 {
    display: table;
    width: 100%;
}

input.subres {
    padding: 14px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 0px;
    display: table;
    border-radius: 30px;
    letter-spacing: 2px;
    margin:  auto;
    background-color: #30398c;
    transition: all 0.3s;
}

input.subres:hover {
    background-color: #fff;
    color: #30398c;
}


.contactpg {
    width: 100%;
display: table;
overflow: hidden;
padding: 50px 0 20px;
/* background-image: url("../images/bg-right.png");
background-position: top right;
background-repeat: no-repeat; */
background-color: #e9eef0;
position: relative;
}
.adbxin{
  -webkit-box-shadow: 70px 70px 50px -70px rgba(0,0,0,.3);
box-shadow: 70px 70px 50px -70px rgba(0,0,0,.3);
  padding: 40px;
  background-color: #fff;
    min-height: 500px; margin-bottom: 30px;
    text-align: left
}
.abouttab1 h2 {
    font-size: 21px;
    font-weight: 500;
    position: relative;
    line-height: 26px;
    padding-bottom: 10px;
    margin-bottom: 35px;
    color: #0e2b5c;
    margin-top: 20px;
    color: #0e2b5c;
}
.add1{position: relative; margin-bottom: 10px;
border-bottom: 1px solid #eee; width: 100%; padding: 10px 0; padding-left: 75px; }
.add1:before{
  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  left: 0px;
  top: 20px;
  background-image: url('../images/placeholder.png');
  background-repeat: no-repeat;
  background-size: 40px;
}
.add2:before{
  background-image: url('../images/call.png')
}
.add3:before{
  background-image: url('../images/email.png')
}
.add1:after{
  position: absolute;
  width: 1px;
  height: 90%;
  content: "";
  left: 60px;
  top: 0px;
  background-color: #eee;
}
.add1 p{margin-bottom: 5px; padding:0px; text-align: left;}
.add1 h5{font-size: 18px; margin-top: 0; color: #000; font-weight:400; line-height: 28px;}

.adbxin h2{font-size: 21px; font-weight: 700; position: relative; line-height: 26px;
padding-bottom: 10px; margin-bottom: 35px; color: #30398c; margin-top: 0px;
text-align: left;
color: #000;
}
.adbxin h2:before{
  position: absolute; left: 0px; bottom: -10px;
  content: ""; height: 3px; background-color: #6ad1e3; width: 80px;
}

.abouttab2 h4{font-size: 21px; font-weight: 600; 
margin-bottom: 20px;}
.abouttab2 p{
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #333;
}

.solbxx h2{
    text-align: center;
    color: #F47F1F;
    font-weight: 700;
    font-size: 32px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 100px;
}
.solbxx h2:before{
    position: absolute;
    left: calc(50% - 30px);
    width: 60px;
    bottom: -10px;
    content: "";
    background-color: #1b21b5;
    height: 2px;
}
.adbxin a {
    color: #2d2a2a;
    text-decoration: none;
    padding-top: 5px;
    font-size: 21px;
    position: relative;
}



.innerbx3{
    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
}
.innerbx3 h2 {
    color: #000;
    font-size: 38px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 700;
	/* font-family: 'NeuzeitGro Bold', 'NeuzeitGro-Bol', sans-serif; */
}
.innerbx3 h2: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: #009ee3;
    content: ""
}
.prbx2{
    /*background-image: url(../images/diag-t-b.svg);*/
    background-repeat: no-repeat;
    background-size: 100vw;
    background-position: center top;
}
.prbx2 h2{
    text-align: center;
    text-transform: uppercase;
    color: #1d8e1f;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 28px;
    margin-bottom: 50px;
}
.prbx2 h3{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #022e7e;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.prbx2 p {
    font-size: 18px;
    /* letter-spacing: 2px; */
    line-height: 28px;
    margin: 0px 0 10px;
    color: #555;
    text-align: center;
}
.prbx2 img{width: 90%; display: table; margin: auto;}

.prodb1{width: 100%; display: table; padding: 0px 0 0;}

.prodbbpgbx1{background-color: transparent; padding: 0px;}
.prodbbpgbx1 h2, .section4innerpg h2{
    text-align: center;
    text-transform: uppercase;
    color: #1d8e1f;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 28px;
    margin-bottom: 20px;
}
.section4innerpg h2 span{font-weight: 600;}
.prodbbpgbx1 ul li a{min-height: auto;}
.prodbbpgbx1 ul li h3{height: auto;}
.prodb1 ul{list-style: none; padding: 0px; margin-top: 15px;}
.prodb1 ul li{
font-size: 16px;
line-height: 22px;
position: relative;
margin-bottom: 10px;
padding-left: 30px;
}
.prodb1 ul li:before{
    content: "\f00c";
    width: 15px;
    height: 17px;
    /* background-image: url('../images/favicon1.png');
    background-repeat: no-repeat; */
    background-size: 100%;
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 1px;
   /*  opacity: 0.5 */
}
.sasa{
margin-top: 60px;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (min-width : 240px) and (max-width : 960px)
{
    .menu, .top_social{display: none;}
    .menu2{display: block; top: 22px; right: 10px;}
    .container{width: 100%; max-width: 100%;}
    .header{padding: 0 15px;}
    .main_banner, .topsection1{height: auto; min-height: auto;max-height: auto;}
    .main_banner{margin-top: 0px;}
    .header_top, .logo{padding: 0;}
    .banner_txt{top: 50% !important; width: 100%; padding: 0 5%; left: 0px;}
    .banner_hd{font-size: 18px; line-height: 28px;}
    .bannerbtm1{display: block;}
    .section11{display: block;}
    .bblt1, .bblt2{width: 100%; clear: both;}
    .section2, .section3{padding: 50px 0;}
    .section3 h5{width: 100%;}
    .section3 h2, .section2 h2, .sec3bx1 h3{font-size: 21px; line-height: 32px;}
    .sec3bx1{margin-bottom: 20px;}
    .myContentBox h2, #sectionBoxes .transparentBackground .myContentBox p{color: #fff;}
    #sectionBoxes .transparentBackground .myContentBox a{color: #fff !important;}
    #sectionBoxes .slideBoxes{margin:0px; background-size: cover !important;}
    .sec1inner{width: 100%; clear: both; height: 300px;}
    .sec1bb{width: 100%; clear: both; min-height: auto; padding: 50px 20px;}
    .section1 h2, .servpgtop h2{font-size: 24px; line-height: 34px;}
    .ftlinks{text-align: center;}
    .solbx h3{font-size: 18px; line-height: 26px;}
    .ftlinks a{font-size: 11px; letter-spacing: 0px;}
    a.ftnum{font-size: 26px;}
    a.ftm{font-size: 18px;}

    .inner_banner{margin-top: 80px;}
    .innertxt1{top: 25%; padding: 20px 10px;}
    .inner_banner h1{font-size: 21px;}
    .innertxt1 h4{font-size: 26px;}
    .innertxt1 p, .servpgtop p, .solbx p, .servidpg ul li{font-size: 14px; line-height: 21px;}
    .innertxt1 ul li{font-size: 14px; line-height: 21px;}
    .abtbx1 h2{font-size: 24px; margin-top: 0px;}
    .abtbx1 p, .servidpg p{font-size: 14px; line-height: 24px;}
    .fixme {
        position: relative;
        -webkit-position: relative;
        -moz-position: relative;
        -o-position: relative;
        -ms-position: relative;
        top: 0
    }

    h1.large-heading, .servidpg h1{font-size: 26px;}
    .com_name{font-size: 18px;}
    .fulltime, .parttime{top: -50px;}

    .section1 p{font-size: 16px; line-height: 26px;}
    .servidpg h3{font-size: 18px; line-height: 26px;}

    .whyleft h2, .jobpositions1 h2{font-size: 28px;}
    .whyUs .whyright{width: 100%; clear: both; display: table;}

    .whyright li{clear: both; width: 100%;}
    .team1{width: 50%; float: left; display: inline-block; margin-bottom: 20px;}
    .cart_bx2{width: 90% !important;}

    .team1 a h4 {
        font-size: 14px;
        height: 32px;
        line-height: 18px;
    }
    .abtbx1 .col-sm-6{padding-right: 10px !important;}

    .accordion .link{padding-left: 10px; font-size: 18px;}
    .accordion .submenu li{padding: 20px;}
    .accordion .submenu li p, .accordion .submenu ul li{font-size: 14px; line-height: 24px;}
    .form_hd{font-size: 32px;}
    .b6_cont1 p b{font-size: 18px;}
    .cntForm h2{font-size: 32px;}
    .span2{width: 100%;}

    .page_content, .page_nav{width: 100%; clear: both; position: relative; top: auto;}
    .bannerBtn a{right: 20px;}

    .tab_container{width: 100%;}
    .tab_content{display: block !important; width: 100%; padding: 0px; padding-top: 300px;
        background-size: 100% 300px; height: auto;}
    .sec2bxx{right: 0px; width: 100%;}
    .section51 .owl-prev{margin-left: 0px !important;}
    .section51 .owl-next{margin-right: 0px !important;}
    .sec6bx1{width: 33.33%;}
    .ftbx{width: 100%; clear: both; margin-bottom: 20px;}
    .section5 h2{font-size: 18px;}
    .ftbx h3{margin-top: 0px;}
    .mFooter{font-size: 14px;}
    .ftsocial{margin-bottom: 20px;}
    .logo a{width: 200px; height: 60px; margin-top: 7px;}

    .innerbx1 h2{padding-left: 0px; margin-bottom: 15px;}
    .innerbx1 p{font-size: 16px; line-height: 24px;}
    .innerbx2 li span, .innerbx2 li p{font-size: 32px;}
    .innerbx2 li{font-size: 14px;}
    .aboutVision .link .txt, .aboutVision .link .img, .pageLinks .link .txt, .pageLinks .link .img{width: 100%;
        padding:  20px;}
    .aboutVision .link .txt h3, .pageLinks .link .txt h3{font-size: 32px;}
    .aboutVision .link .img{padding-bottom: 0px;}

    .contact__content h3, .jobdesinner h1, .careerspg h4{font-size: 24px;}
    .jobdesinner{padding: 30px 15px;}
    .jobsbx1{padding-left: 40px;}
    .sub{float: right;}
    p.offering-title{font-size: 18px;}
    .jobdesinner h3{font-size: 21px;}
    .section11{padding: 80px 10px 20px;}
    .secleft1 h2{font-size: 80px;}
    .secleft1 h3{font-size: 28px;}
    .secleft1 p{font-size: 18px; line-height: 26px;}
    .secleft1 a{padding: 15px 22px;}
    .default-header h2{font-size: 24px;}
    .section6 h2{font-size: 36px;}
    .section6 p{font-size: 18px; line-height: 24px;}
    .section6::before{opacity: 0.5}
    .mFooter span{font-size: 14px;}

    .parallax2 h3{margin-top: 40px; font-size: 28px;}
    .parallax2 p{font-size: 18px; line-height: 24px;}
    .innersec1, .page1{font-size: 18px; line-height: 24px;}

    .page_left{width: 100%; clear: both;}
    .page_right{position: relative; width: 100%;}
    .contactpg h5, .adbxin a{font-size: 16px !important;}
    .insightstop{width: 100%; clear: both; display: none;}
    .contactpg .col-sm-10{width: 100%;}

    .job_des{width: 100%; clear: both; margin-top: 15px;}
    .job_des p{font-size: 14px; line-height: 21px;}
    .careerspg h5{font-size: 24px;}
    .page_right{margin-top: 20px;}
    .page_right ul li a{font-size: 14px;}
    .careerspg label{font-size: 12px;}
    .bblt1 a::before{right: 35%;}
    .searchbxtxt{padding: 5px 0}
    .searchbox{margin-top: 0px;}
    .searchbox .col-md-12{padding: 0px;}
    .banner_fields{height: 36px; padding: 5px; width: 37%;}
    .formsubmit{padding: 0px; height: 36px; margin: 0;
        background-position: center center; font-size: 0px;}
    .formsubmit:hover{background-position: center center;}
    .searchbox h3{margin-top: 10px; letter-spacing: 0; font-size: 21px;}

    .page1 h2{font-size: 24px;}
    .page_ul ul li, .section123 p{font-size: 16px; line-height: 24px;}

    .bblt1 h4{margin-top: 0px; font-size: 21px; line-height: 28px;}
    .bblt2 h6, ul.jobloc_map li{font-size: 16px;}
    .technology1{padding: 5px;}
    .section6 a.img-wrap{padding: 15px 5px;}
    .job_dets{width: 100%;}
    .fixme {
        position: relative;
        -webkit-position: relative;
        -moz-position: relative;
        -o-position: relative;
        -ms-position: relative;
        top: 0;
        margin-top: 20px;
    }

    .adbxin{padding: 20px;}
    .careerform h2, .adbxin h2{font-size: 21px !important;}
    input.subres{font-size: 14px;}
    .contactpg{display: block;}
	.sasa{    margin-top: 0px !important;}
}
/*------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)
{

}
@media only screen and (min-width : 960px) and (max-width : 1240px)
{
    .container{width: 100%; padding: 0 15px;}
  .top_social{display: none;}   
  .menu{float: right; padding: 0px;}
  .bannerpart h2{margin-top: 8%;}
  .bannerBtn a{right: 20px;}
  .bannerdn ul li{width: 31%;}
  .bannerpart::after{height: 21px;}
  .banner_hd{font-size: 42px; line-height: 55px;}

  .logo a{width: 150px; margin-top: 15px;}
  .menu > ul > li > a{font-size: 12px; padding-left: 8px; padding-right: 8px;}
  .bblt2 a .hd1{height: 42px; line-height: 21px;}
  .bblt1 a::before{right: 10%}
  #sectionBoxes .slideBoxes{background-size: cover !important;}
  .section5 .container{padding: 0 10px;}
}
@media only screen and (min-width : 960px) and (max-width : 1200px)
{
    
}
@media only screen and (min-width : 1200px) and (max-width : 1366px)
{
    
}
.financial-section {
  font-family: Arial, sans-serif;
  padding: 30px;
}

.financial-section h2 {
  margin-bottom: 20px;
}

.financial-section table {
  width: 100%;
  border-collapse: collapse;
}

.financial-section th,
.financial-section td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

.financial-section th {
  background-color: #f5f5f5;
}

.financial-section input[type="text"],
.financial-section select {
  padding: 5px;
  width: 90%;
}

.financial-section a.download {
  color: blue;
  text-decoration: none;
}

.financial-section button {
  margin-top: 10px;
  padding: 6px 12px;
  cursor: pointer;
}

.financial-section .fa {
  margin-left: 5px;
}
