

/*font face*/

@font-face {
    font-family: 'poppins_lightregular';
    src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
         url('../fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins_mediumregular';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'libre_caslon_textregular';
    src: url('../fonts/librecaslontext-regular-webfont.woff2') format('woff2'),
         url('../fonts/librecaslontext-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'poppins_semibolditalic';
    src: url('../fonts/poppins-semibolditalic-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppins_extraboldregular';
    src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



 
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

   html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

.clearfix{
  overflow:hidden;
  display: block;
  clear: both;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}




 /* ==========================================================================
   Author's custom styles
   ========================================================================== */



  body, html{
    font-family: 'poppins_lightregular';
    font-size: 16px;
    overflow-x:hidden;
    color: #000;
  }

  .pt-160{
    padding-top: 160px;
  }
  .pt-100{
    padding-top: 100px;
  }
  .pt-50{
    padding-top: 50px;
  }
  .pt-80{
    padding-top: 80px;
  }
  .pb-50{
    padding-bottom: 50px;
  }
  .pb-80{
    padding-bottom: 80px;
  }
  .pd-0{
    padding: 0px;
  }


  img{
    max-width: 100%;
    height: auto;
  }

  h1, .content-header{
      font-family: 'libre_caslon_textregular';
      margin: 0px 0px 30px;
      font-size: 4em;
      color: #0090f8;
      line-height: 1em;
  }
  h1 span,
  .content-header span{
    color: #002152;
  }
  a:hover{
    text-decoration: none;
  }
  .form-group {
      margin-bottom: 25px;
  }
  .form-control {
      display: block;
      width: 100%;
      height: 45px;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #000;
      background-color: #f2f2f2;
      background-image: none;
      border: 1px solid #f2f2f2;
      border-radius: 0px;
      box-shadow: none; 
      -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }
  .form-control:focus {
    border-color: #0090f8;
    outline: 0;
}
  .form-control::placeholder{
    color: #000;
  }
   .form-control::-webkit-placeholder{
    color: #000;
  }
  .form-control::-moz-placeholder{
    color: #000;
  }
   .form-control::-o-placeholder{
    color: #000;
  }
  button.btn-info {
      font-family: 'poppins_mediumregular';
      margin: 30px auto 25px;
      display: block;
      border-radius: 5px;
      background-color: #0090f8;
      color: #fff;
      border-color: #0090f8;
      font-size: 1.1em;
      transition: all .3s ease-in-out;
      width: 100px;
      height: 45px;
      border-radius: 0px;
      line-height: 2em;
  }
  button.btn-info:hover,
  button.btn-info:focus,
  .btn-primary:hover,
  .btn-primary:focus{
      background-color: transparent;
      border-color: #0090f8;
      color: #0090f8;
  }
  .btn-primary{
    background-color: #426ddb;
    border-color: #426ddb;
  }

  .animation-to{
      -webkit-transition: all .8s cubic-bezier(.165,.84,.44,1);
      transition: all .8s cubic-bezier(.165,.84,.44,1);
  }

  .animation-to{
      -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
      transform: translateY(50px);
      opacity: 0;
  }
  .animation-to.showed{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  label.error {
    display: inline-block;
    max-width: 100%;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-weight: 700;
    margin-top: 5px;
    color: red;
 }



  /*header css*/

  .navbar-default {
      background: url(../img/header-bg.png);
      background-position: center center;
      border: 0px solid transparent;
      background-size: cover;
      border-radius: 0px;
      z-index: 999;
      transition: all 550ms cubic-bezier(.5,0,.07,1);
      -moz-transition: all 550ms cubic-bezier(.5,0,.07,1);
      -moz-transition: all 550ms cubic-bezier(.5,0,.07,1);
  }
  .navbar-nav{
    float: none;
    margin: 0 auto;
    display: table;
  }

  .navbar-default .navbar-nav>li>a {
      color: #fff;
      text-transform: uppercase;
      font-family: 'poppins_mediumregular';
      padding-top: 42px;
      padding-bottom: 30px;
      margin-right: 20px;
      transition: height 550ms cubic-bezier(.5,0,.07,1);
  }
  .navbar-default .navbar-nav>li>a:before {
      position: absolute;
      content: "";
      top: 0;
      left: 50%;
      height: 35px;
      width: 2px;
      background: rgba(255,255,255,.3);
  }
  .navbar-default .navbar-nav>li>a:after {
      position: absolute;
      content: "";
      top: 0;
      left: 50%;
      height: 0px;
      width: 2px;
      background: rgba(255,255,255,1);
      transition: height 550ms cubic-bezier(.5,0,.07,1);
  }
  .navbar-default .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #fff;
  }
  .navbar-default .navbar-nav>li>a:hover:after,
  .navbar-default .navbar-nav>li.active>a:after{
    height: 35px;
  }
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
      color: #fff;
      background-color: transparent; 
  }
  .navbar-brand{
      display: table;
      margin: 9px auto 30px !important;
      width: 370px;
      float: none;
      transition: all 250ms cubic-bezier(.5,0,.07,1);
      -moz-transition: all 250ms cubic-bezier(.5,0,.07,1);
      -moz-transition: all 250ms cubic-bezier(.5,0,.07,1);
  }
  
  .nav-up {
      top: -250px;
  }
  .nav-down {
      top: 0px;
  }
  .navbar-default.nav-down{
    background: rgba(0,33,82,.9) !important;
  }
  .nav-down .navbar-brand,
  .nav-up .navbar-brand{
      float: left;
      display: block;
      width: 250px;
      position: absolute;
      top: 3px;
      transition: all 250ms cubic-bezier(.5,0,.07,1);
      -moz-transition: all 250ms cubic-bezier(.5,0,.07,1);
      -moz-transition: all 250ms cubic-bezier(.5,0,.07,1);
  }



  /*landing css*/
  .landing-area{
    position: relative;
    overflow: hidden;
  }
  .landing-area img{
    position: relative;
  }

  .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


.ipssl-slider .rslides_nav{
    color: #69a5ff;
    z-index: 9;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    left: 30px;
    text-shadow: 2px 2px 4px rgba(0,0,0,.3);
    transition: all 250ms cubic-bezier(.5,0,.07,1);
}
.rslides_nav:hover{
  color: #002152;
}


.ipssl-slider .rslides_nav.next{
  right: 30px;
  left: initial;
}

  
  .landing-bt-bg{
      position: absolute !important;
      bottom: -5.3%;
      width: 100%;
      z-index: 99;
      left: 0;
  }
  .landing-scrol{
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0%;
      height: 105px;;
      width: 74px;
      text-align: center;
      z-index: 3;
  }
  .landing-scrol span{
       font-family: 'poppins_mediumregular';
      text-transform: uppercase;
      font-size: 20px;
      color: #fff;
      text-shadow: 2px 2px 2px rgba(0,0,0, .3);
  }
  .scroll-line{
      width: 3px;
      height: 69%;
      left:50%;
      transform: translate(-50%);
      background: #fff;
      margin: 4px auto 0px;
      position: absolute;
      overflow: hidden;
  }
  .scroll-line:before{
    position: absolute;
    content: "";
    width: 3px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    left: 0;
    top:0;
    height: 15px;
    background:#0090f8; 
    -webkit-animation: scroll-indicatr  1.5s linear infinite;
    -moz-animation: scroll-indicatr 1.5s linear infinite;
    -ms-animation: scroll-indicatr  1.5s linear infinite;
    animation: scroll-indicatr  1.5s linear infinite;
  }

  .landing-svg {
      position: absolute;
      width: 60vw;
      height: 49vw;
      left: 0%;
      top: 22%;
      z-index: 1;
  }
  .landing-svg-2 {
      position: absolute;
      width: 89vw;
      height: 70vw;
      right: -13%;
      top: 3%;
      z-index: 1;
  }


  /*keyframe*/

   @keyframes scroll-indicatr {
    0% {
      transform: translateY(-15px);
       }
    100% {
      transform: translateY(70px); 
    }
  } 


  /*about us css  */
  .about-svg {
      position: absolute;
      width: 50vw;
      height: 45vw;
      top: -3%;
      left: 4%;
      z-index: 99;
  }
  .about-svg path{
    animation: about-rotation 4s infinite cubic-bezier(.5,0,.07,1);
    -webkit-animation: about-rotation 4s infinite cubic-bezier(.5,0,.07,1);
    -moz-animation: about-rotation 4s infinite cubic-bezier(.5,0,.07,1);
  }

  .custom-grid{
    width: 90%;
    margin:0 auto;
  }
  .about-us{
    position: relative;
  }
  .about-us:before{
    position: absolute;
    content: "";
    width: 3px;
    height: 10%;
    background: #0090f8;
    left: 50%;
    transform: translate(-50%);
    top:0;
  }
  .about-us-triangle{
    position: relative;
  }
   .about-us-triangle:before {
      position: absolute;
      content: "";
      left: 70.2%;
      top: 14.8%;
      border-right: 55px solid transparent;
      border-top: 0px solid transparent;
      border-bottom: 60px solid #0090f8;
  }
  .about-us-thumb img {
      width: 77%;
      float: right;
      margin-right: 3%;
      margin-top: 22.5%;
      position: relative;
  }
  .positioned-img img{
      position: absolute;
      top: -23%;
      left: -10.8%;
      width: 80%;
      z-index: 100;
  }

  .about-us-content {
      margin-left: 2%;
  }
  .about-us-content p{
    text-align: justify;
    width: 80%;
  }
  .about-us-content a{
      font-size: 17px;
      width: 80%;
      text-align: right;
      display: block;
      margin-top: 50px;
      color: #000000;
      position: relative;
      padding-right: 10px;
      transition: all 800ms cubic-bezier(.5,0,.07,1);
  }
  .about-us-content a:before {
        position: absolute;
        content: "";
        width: 42%;
        height: 3px;
        background: #e6e6e6;
        right: -43%;
        top: 50%;
  }
  .about-us-content a:after{
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    background: #0090f8;
    right: -43%;
    top: 50%;
    transition: all 800ms cubic-bezier(.5,0,.07,1);
  }
  .about-us-content a:hover:after{
    width: 42%;
     transition: all 800ms cubic-bezier(.5,0,.07,1);
  }


  /*our companier css*/

  .our-comapney-bg {
      position: relative;
      width: 100%;
      height: auto;
      padding-top: 14.12vw;
      background-image: url(../img/our-copany-circle.jpg);
      background-repeat: no-repeat;
      background-size: contain;
      background-color: #f2f5fa;
      padding-bottom: 8vw;
  }
  .our-comapney-bg:before{
    position: absolute;
    content: "";
    width: 3px;
    height: 25%;
    background: #0090f8;
    left: 50%;
    transform: translate(-50%);
    top:0;
  }

  .companies-svg {
      position: absolute;
      width: 60vw;
      height: 45vw;
      left: -35%;
      top: 10%;
      z-index: 0;
  }

  .companies-svg-xs {
      position: absolute;
      width: 51vw;
      height: 45vw;
      left: 48%;
      top: 46%;
      z-index: 0;
  }
  .companies-big-svg {
      position: absolute;
      width: 90vw;
      height: 45vw;
      left: -26%;
      top: 30%;
      z-index: 0;
  }
  .our-company-bg{
    width: 98%;
    margin:15px auto 0px;
  }

  .company-top-content{
    margin-top: -30%;
    position: relative;
  }

  .item{
    display: block;
    overflow: hidden;
    position: relative;
    transition: 1s cubic-bezier(.165,.84,.44,1);
    -moz-transition: 1s cubic-bezier(.165,.84,.44,1);
    -o-transition: 1s cubic-bezier(.165,.84,.44,1);

  }
  .item .col-md-4{
    z-index: 2;
  }
  .item .col-md-4:first-child{
    z-index: 5;
  }

  .col {
      background: #0090f8;
      color: #fff;
      width: 100%;
      height: 300px;
  }
  .col p{
      font-size: 13px;
      text-align: justify;
      width: 84%;
      line-height: 19px;
      margin: 0px auto;
      padding: 20px 0px;
  }
  .col ul{
    list-style:  none;
    margin: 0;
    padding: 0px;
    padding:3px 29px;
  }
  .col ul li{
    font-size: 13px;
    text-align:justify;
    padding-bottom: 3px;
  }
  .col--title{
     background: #002152;
    margin-top: -25px;
    height: 305px;
    position: relative;
  }
   .col--title:before {
      position: absolute;
      content: "";
      right: -7%;
      top: 50%;
      transform: translateX(-50%);
      border-top: 8px solid transparent;
      border-left: 20px solid #002152;
      border-bottom: 8px solid transparent;
      z-index: 2;
  }
  .col--title .table h3{
    font-family: 'libre_caslon_textregular';
    font-size: 2em;
    width: 30%;
    padding-left: 55px;
    padding-top: 60px;
  }
  .label-text{
      text-align: right;
      display: block;
      padding-right: 30px;
      padding-top: 68px;
      font-size: 1.3em;
  }
  
  .label-text-sd{
      padding-top: 25px;
  }
  .label-text.label-sm-id{
    padding-top: 30px
  }
  .col--title .table h3.last-child {
    width: 70%;
  }

  .company-hover .col{
    background: #c7d4ff !important;
  }
  .image-center img{
    width: 65%;
    margin: 0 auto;
    display: block;
    padding: 100px 0px;
  }
  .image-center img.img-2nd{
    padding: 116px 0px;
  }
  .image-center img.img-3rd{
      padding: 56px 0px;
      width: 52%;
  }
  img.img-4rth{
    padding: 58px 0px;
  }
  .image-center img.img-ssrth{
    padding: 120px 0px;
  }
  img.img-5th{
    padding: 59px 0px;
    width: 50%;
  }
  .image-center img.img-6th {
      width: 50%;
      padding: 80px 0px;
  }
  .image-center img.img-7nth {
      width: 50%;
      padding: 59px 0px;
  }
  .image-center img.img-8th {
      width: 55%;
      padding: 50px 0px;
  }
  .image-center img.img-9th {
      width: 54%;
      padding: 73px 0px;
  }

  .company-hover {
      z-index: 1 !important;
      transition: 1s cubic-bezier(.165,.84,.44,1);
      -moz-transition: 1s cubic-bezier(.165,.84,.44,1);
      -o-transition: 1s cubic-bezier(.165,.84,.44,1);
      position: absolute;
      left: 33%;
  }
  .item-indent .item-left{
      margin-left: 33.3%;
      z-index: 5;
  }
  .item-indent .company-hover{
    left: 34%;
  }

  .item:hover .company-hover{
      left:66.7%;
  }
  .item-indent:hover .company-hover{
      left:0%;
  }

  /*ipssl group*/

  .ipssl-details{
      background: #002152;
      color: #fff;
      padding: 70px 50px 80px 180px;
  }
  .ipssl-details p{
      text-align: justify;
      font-size: 16px;
      margin-bottom: 80px;
  }
  .ipssl-header{
      font-family: 'libre_caslon_textregular';
      color: #fff;
      font-size: 45px;
  }
  .ipssl-header.last-child-ipssl{
      width: 64%;
      line-height: 52px;
  }
  .smal-logo{
      width: 50%;
      margin: 100px auto 0px;
      display: block;
  }
  .ipssl-people-im{
      margin-top: -20.9%;
  }

  .js-tilt-imge{
      position: absolute;
      width: 29%;
      top: 31%;
      left: 24%;
  }
  .js-tilt-imge img{
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 25px 0 rgba(0,0,0,.25);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    min-width: 100%;
    height: auto;
  }
   .ipssl-svg {
      position: absolute;
      width: 90vw;
      height: 48vw;
      left: 3%;
      top: 57%;
      z-index: -1;
  }

  .ippssl-group-area {
      padding-top: 43%;
      margin-top: -100px;
      padding-bottom: 0%;
      position: relative;
  }
  .ipssl-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .tile-bg .bg{
      width: 150px;
      height: 150px;
      background: rgba(168,228,255, .3);
      right: -25px;
      position: absolute;
      transform: rotate(45deg) translateX(-50%);
      top: 50%;
  }
  /*.fadeInLeft{
    transform: rotate(45deg) translateX(-50%);
    top: 50%;
    position: absolute;
    right: 0%;
  }*/
  .tile-bg .bg.bg-1 {
      width: 220px;
      height: 220px;
      right: 37px;
      position: absolute;
      top: 49.5%;
  }
  .tile-bg .bg.bg-2 {
      width: 300px;
      height: 300px;
      right: 135px;
      position: absolute;
      top: 48.7%;
  }
   .tile-bg .bg.bg-3 {
      width: 350px;
      height: 350px;
      right: 195px;
      position: absolute;
      top: 48.5%;
  }
   .tile-bg .bg.bg-4 {
      width: 400px;
      height: 400px;
      right: 320px;
      position: absolute;
      top: 47.9%;
  }

  .tile-bg .bg.bg-5 {
      width: 600px;
      height: 600px;
      right: 514px;
      position: absolute;
      top: 45.8%;
  }
   .tile-bg .bg.bg-6 {
      width: 800px;
      height: 800px;
      right: 620px;
      position: absolute;
      top: 44.5%;
  }
  .tile-bg .bg.bg-7 {
      width: 1200px;
      height: 1200px;
      right: 766px;
      position: absolute;
      top: 40.6%;
  }

  .fr-bg{
      width: 20px;
      height: 20px;
      background: rgba(0,93,255, .4);
      right: 38%;
      position: absolute;
      transform: rotate(45deg) translateX(-50%);
      top: 51%;
  }
  .fr-bg.fr-bg-1 {
      width: 35px;
      height: 35px;
      right: 38.5%;
      top: 50.9%;
  }
   .fr-bg.fr-bg-2 {
      width: 50px;
      height: 50px;
      right: 39.3%;
      top: 50.7%;
  }
  .fr-bg.fr-bg-3 {
      width: 80px;
      height: 80px;
      right: 40.7%;
      top: 50.5%;
  }
  .fr-bg.fr-bg-4 {
      width: 150px;
      height: 150px;
      right: 42.3%;
      top: 49.8%;
  }
  .fr-bg.fr-bg-5 {
      width: 180px;
      height: 180px;
      right: 43.7%;
      top: 49.7%;
  }
  .fr-bg.fr-bg-6 {
      width: 250px;
      height: 250px;
      right: 45.4%;
      top: 49%;
  }
  .fr-bg.fr-bg-7 {
    width: 350px;
    height: 350px;
    right: 47.4%;
    top: 49%;
  }
  .fr-bg.fr-bg-7 {
    width: 350px;
    height: 350px;
    right: 52.2%;
    top: 48%;
  }
  .fr-bg.fr-bg-8 {
      width: 450px;
      height: 450px;
      right: 55.3%;
      top: 47.2%;
  }
  .fr-bg.fr-bg-9 {
      width: 550px;
      height: 550px;
      right: 62%;
      top: 46.3%;
  }
  .fr-bg.fr-bg-10 {
      width: 850px;
      height: 850px;
      right: 67%;
      top: 43.3%;
  }
  .fr-bg.fr-bg-11 {
    width: 850px;
    height: 850px;
    right: 69%;
    top: 43.3%;
    z-index: -1;
  }
  .small-bg-gr{
    width: 8px;
    height: 8px;
    background: #005dff;
    right: 37%;
    position: absolute;
    transform: rotate(45deg) translateX(-50%);
    top: 51%;
  }

  .small-bg-gr.small-1{
    width: 10px;
    height: 10px;
    right: 38.5%;
    top: 53%;
  }

  .small-bg-gr.small-2{
    width: 8px;
    height:8px;
    background: #66a4ee;
    right: 38.5%;
    top: 49.3%;
  }

  .small-bg-gr.small-3 {
      width: 8px;
      height: 8px;
      background: #66a4ee;
      right: 52.5%;
      top: 40.3%;
  }

  .small-bg-gr.small-4 {
    width: 7px;
    height: 7px;
    background: #00bbff;
    right: 53%;
    top: 42%;
  }

  .small-bg-gr.small-5 {
    width: 9px;
    height: 9px;
    background: #00bbff;
    right: 59.3%;
    top: 61%;
  }

  .small-bg-gr.small-6 {
    width: 7px;
    height: 7px;
    background: #00bbff;
    right: 61%;
    top: 61.2%;
  }

  .small-bg-gr.small-7 {
    width: 10px;
    height: 10px;
    right: 60%;
    top: 62.2%;
    background: #6eaaee;
  }

   .small-bg-gr.small-8 {
      width: 8px;
      height: 8px;
      right: 71%;
      top: 34.2%;
      background: #6eaaee;
  }
  .small-bg-gr.small-9 {
    width: 8px;
    height: 8px;
    right: 70%;
    top: 35.2%;
     background: #00bbff;
  }

  .small-bg-gr.small-10 {
      width: 11px;
      height: 11px;
      right: 90%;
      top: 26.2%;
      background: #00bbff;
  }
  .small-bg-gr.small-11 {
    width: 8px;
    height: 8px;
    right: 91.5%;
    top: 27.2%;
    background: #6eaaee;
  }
  .small-bg-gr.small-12 {
    width: 10px;
    height: 10px;
    right: 90.5%;
    top: 28.2%;
    background: #6eaaee;
  }

  .small-bg-gr.small-13 {
      width: 14px;
      height: 14px;
      right: 91%;
      top: 74.2%;
      background: #6eaaee;
  }
  .small-bg-gr.small-14 {
    width: 10px;
    height: 10px;
    right: 91.8%;
    top: 76%;
    background: #00bbff;
  }
  .small-bg-gr.small-15 {
      width: 13px;
      height: 13px;
      right: 89.8%;
      top: 76.1%;
      background: #00bbff;
  }


  .seccound-logo {
      width: 70%;
      margin: 100px auto 370px;
      display: block;
      z-index: 3;
  }


  footer .container{
    border-top: 2px solid #0090f8;
    padding:30px 0px 0px;
  }
  footer .container p{
    text-align: center;
    padding-bottom: 0;
    color: #000000;
    margin-bottom: 7px;
    font-size: 15px;
  }
  footer .container p a{
    color: #000;
  }


  /*about us page css code*/

  .ipssle-about-us-content{
      padding-top: 17em;
      position: relative;
  }
  .ipssle-about-us-content .landing-scrol{
    bottom:-33%;
  }
  .about-relative{
    position: relative;
    padding-bottom: 4em;
  }
  .about-us-header{
      font-size: 5em;
      padding-left: 1em;
  }
  .svg-about-page {
      position: absolute;
      top: -70%;
      width: 70%;
      left: -25%;
      z-index:-1;
  }
   .about-big-svg {
      position: absolute;
      width: 89vw;
      height: 60vw;
      right: -15%;
      top: 3%;
      z-index: -1;
  }

  .about-relative .landing-scrol span{
      color: #0090f8;
  }

  .about-relative .scroll-line{
    background: #e6e6e6;
    height: 50px;
  }
  .about-relative .scroll-line:before{
    background: #0090f8;
  }

  .the-overview{
      padding: 9em 0px 6em;
      position: relative;
      clear: both;
      overflow: hidden;
  }
  .the-overview-exception{
    padding-bottom: 24em;
  }
  
  .overview-text {
      width: 300px;
      height: 300px;
      background: #002152;
      display: inline-table;
      margin-left: 12%;
      z-index: 99;
  }

  h3.the-overview-line{
      font-family: 'libre_caslon_textregular';
      text-align: left;
      vertical-align: middle;
      color: #fff;
      font-size: 40px;
      display: table-cell;
      padding: 0px 40px;
  }
  .mission-statement-box{
      width: 50%;
      background: #0090f8;
      margin-top: 50px;
      padding: 65px 2em 65px 7em;
      color: #fff;
      position: absolute;
      font-size: 16px;
      text-align: justify;
      margin-left: 21%;
      z-index: -1;
      transition: all 1.5s cubic-bezier(.5,0,.07,1);
    -moz-transition: all 1.5s cubic-bezier(.5,0,.07,1);
    -moz-transition: all 1.5s cubic-bezier(.5,0,.07,1);
  }
  .overview-box {
      position: absolute;
      width: 45px;
      height: 83%;
      background: #0090f8;
      top: 12.5%;
      left: 24%;
      z-index: -1;
      visibility: visible;
      opacity: 1;
      transition: all 1.5s cubic-bezier(.5,0,.07,1);
      -moz-transition: all 1.5s cubic-bezier(.5,0,.07,1);
      -moz-transition: all 1.5s cubic-bezier(.5,0,.07,1);
  }
  .overview-box p,
  .mission-statement-box.box-state-ment p,
  .the-overview-exception .mission-statement-box p,
  .the-overview-exception .mission-statement-box ul,
  .ipssl-work-2 p{
    visibility: hidden;
    opacity: 0;
    color: #fff;
  }
  .overview-box.remove-hover {
    width: 50%;
    height: auto;
    background: #0090f8;
    top: 25.5%;
    left: 24%;
    z-index: -1;
    visibility: visible;
    opacity: 1;
    transition: all 1.5s cubic-bezier(.5,0,.07,1);
    -moz-transition: all 1.5s cubic-bezier(.5,0,.07,1);
    -moz-transition: all 1.5s cubic-bezier(.5,0,.07,1);
    padding: 45px 30px 15px 100px;
  }
  .overview-box.remove-hover p,
  .mission-statement-box.box-state-ment.remove-hover-2 p,
  .the-overview-exception .mission-statement-box.remove-hover-3 p,
  .the-overview-exception .mission-statement-box.remove-hover-3 ul,
  .ipssl-work-2.remove-hover-4 p,
  .last-hoverbox.remove-hover-5 p{
    visibility: visible;
    transition: 1s all .5s cubic-bezier(.5,0,.07,1);
    -moz-transition:1s all .5s cubic-bezier(.5,0,.07,1);
    -moz-transition:1s all .5s cubic-bezier(.5,0,.07,1);
    opacity:1;
    text-align: justify;
  }
  .overview-line{
      position: absolute;
      left: 50%;
      width: 3px;
      height: 100%;
      background: #0090f8;
      z-index: -3;
      top: 0px;
      transform: translate(-50%);
  }

  .mission-right{
      float: right;
      margin-right: 12%;
      margin-left: 0%;
  }
  .mission-statement-box.box-state-ment{
    width: 30px;
    right: 28%;
    margin-top: 50px;
    background: #0090f8;
    position: absolute;
    height: 37%;
    padding: 65px 2em 65px 2em;
    transition: all 1.5s cubic-bezier(.5,0,.07,1);
    -moz-transition: all 1.5s cubic-bezier(.5,0,.07,1);
    -moz-transition: all 1.5s cubic-bezier(.5,0,.07,1);
  }
  
  .mission-statement-box.box-state-ment.remove-hover-2{
      width: 50%;
      background: #0090f8;
      margin-top: 50px;
      position: absolute;
      padding: 65px 2em 65px 7em;
      color: #fff;
      font-size: 16px;
      text-align: justify;
      margin-left: 21%;
      z-index: -1;
      transition: all 1.5s cubic-bezier(.5,0,.07,1);
    -moz-transition: all 1.5s cubic-bezier(.5,0,.07,1);
    -moz-transition: all 1.5s cubic-bezier(.5,0,.07,1);
  }
  
  .beg-hover-state{
      width: 40px;
      height: 60%;
      margin-top: -22%;
      padding: 3em 6em 3em 5em;
      transition: all 1.5s cubic-bezier(.5,0,.07,1);
    -moz-transition: all 1.5s cubic-bezier(.5,0,.07,1);
    -moz-transition: all 1.5s cubic-bezier(.5,0,.07,1);
  }
  .mission-statement-box.beg-hover-state.remove-hover-3{
      width: 50%;
      background: #0090f8;
      color: #fff;
      position: absolute;
      font-size: 16px;
      height: 75%;
      text-align: justify;
      padding: 3em 6em 3em 7em;
      margin-top: -22%;
      margin-left: 24%;
      z-index: -1;
      transition: all 1.5s cubic-bezier(.5,0,.07,1);
    -moz-transition: all 1.5s cubic-bezier(.5,0,.07,1);
    -moz-transition: all 1.5s cubic-bezier(.5,0,.07,1);
  }

  .ipssl-work-2{
      width: 30px;
      height: 45%;
      margin-top: -13.5%;
      margin-left: 24%;
      z-index: -1;
      background: #0090f8;
    transition: all 1.5s cubic-bezier(.5,0,.07,1);
    -moz-transition: all 1.5s cubic-bezier(.5,0,.07,1);
    -moz-transition: all 1.5s cubic-bezier(.5,0,.07,1);
  }
  .ipssl-work-2.remove-hover-4{
      width: 52%;
      background: #0090f8;
      color: #fff;
      position: absolute;
      font-size: 16px;
      height:  45%;
      text-align: justify;
      padding: 2em 5em 2em 7em;
      margin-top: -13.5%;
      margin-left: 24%;
      z-index: -1;
      transition: all 1.5s cubic-bezier(.5,0,.07,1);
    -moz-transition: all 1.5s cubic-bezier(.5,0,.07,1);
    -moz-transition: all 1.5s cubic-bezier(.5,0,.07,1);
  }


  .begining-left{
      width: 50%;
      padding: 3em 6em 3em 7em;
      margin-top: -22%;
      margin-left: 24%;
  }
  .begining-left ul{
    padding-left: 17px;
   }


  .begining-left ul li{
    margin-bottom: 15px;
  }


  /*cronology-progress area*/

  .cronology-progress{
    position: relative;
  }

  .progress-box{
        width: 350px;
        height: 300px;
        margin: 0 auto;
        background: #002152;
        display: table;
  }
  .progress-box h3.the-overview-line{
    text-align: center;
  }

  .cronological-steps{
      width: 95%;
      margin: 120px auto;
      text-align: justify;
  }
  .cronological-steps .col-md-6{
    padding: 0px;
  }
  .single-steps{
    margin-bottom: 30px;
    display: block;overflow: hidden;
  }
  .single-steps p{
      width: 60%;
      text-align: justify;
      font-size: 16px;
      float: left;
  }
  .steps-year {
      font-family: 'poppins_semibolditalic';
      float: right;
      width: 30%;
      color: #0090f8;
      text-align: right;
      font-size: 25px;
      padding-right: 6%;
      border-bottom: 3px solid #0090f8;
  }

  .cronological-steps .col-md-6:nth-child(even) .single-steps,
  .cronological-steps .col-sm-12:nth-child(even) .single-steps{
    margin-top: 50px;
  }

  .cronological-steps .col-md-6:nth-child(even) .single-steps p,
  .cronological-steps .col-sm-12:nth-child(even) .single-steps p{
    float: right;
  }
  .cronological-steps .col-md-6:nth-child(even) .steps-year,
  .cronological-steps .col-sm-12:nth-child(even) .steps-year{
    float: left;
    text-align: left;
    padding-left: 6%;
    padding-right: 0px;
  }
  .stem-1999{
    margin-top: 20px;
  } 


  /*How ipssl function */

  .overview-xs-metter{
    padding: 1em 0em 7em;
    position: relative;
  }
  .overview-xs-metter .overview-line{
    top:0px;
    height: 100%;
  }
  .overview-xs-metter .begining-left {
      width: 50%;
      padding: 3em 3em 3em 2em;
      margin-top: -14%;
      margin-left: 27.5%;
  }
  .overview-xs-metter h3.the-overview-line{
    padding: 0px 45px;
  }
  .overview-ipssle .mission-statement-box.last-hoverbox {
      width: 80px;
      background: #0090f8;
      margin-top: -45px;
      padding: 65px 10em 65px 2em;
      color: #fff;
      position: absolute;
      font-size: 16px;
      text-align: justify;
      margin-left: 26%;
      z-index: -1;
      right: 20%;
      height: 53%;
  }
  .overview-ipssle .mission-statement-box.last-hoverbox.remove-hover-5 {
      width: 52%;
      position: absolute;
      background: #0090f8;
      margin-top: -45px;
      right: 23%;
      height: 80%;
      padding: 65px 10em 65px 3em;
      color: #fff;
      font-size: 16px;
      text-align: justify;
      margin-left: 26%;
      z-index: -1;
  }
  .overview-ipssle .mission-statement-box p{
    margin-bottom: 25px;
  }
  .overview-ipssle .overview-line{
    top:0px;
    height: 80%;
  }

  .management-area .about-us-header{
    padding-left: 0px;
  }

  .management-area p{
    text-align: justify;
  }
  .management-area p a{
    color: #000;
    transition: all .3s ease-in-out;
  }
  .management-area p a:hover{
    color: #0090f8;
  }
  .management-area img{
    width: 160px;
    height: auto;
    margin:40px 0px 20px;
  }


  /*our companies*/

  .ipssle-our-companies{
    padding: 17em 0em 0em;
  }

  /* swipe tab panel */
  .company-svg-page {
      position: absolute;
      top: 8%;
      left: -40%;
      width: 55vw;
      height: 85%;
      z-index: -1;
  }
  .company-big-svg {
      position: absolute;
      top: -10%;
      left: -6%;
      width: 85vw;
      height: 100%;
      z-index: -1;
  }

  .sub-header{
      display: block;
      overflow: hidden;
      width: 95%;
      margin: 80px auto 0px;
      z-index: 99;
  }
  .slick-initialized .swipe-tab-content {
      position: relative;
      min-height: 365px;
      z-index: 99;
    }
    .slick-initialized .swipe-tab {
      display: flex;
      font-family: 'poppins_mediumregular';
      align-items: center;
      justify-content: center;
      height: 50px;
      background: none;
      border: 0;
      color: #999999;
      cursor: pointer;
      text-align: center;
      transition: all 0.5s;
    }
    .slick-initialized .swipe-tab a{
      color: #999;
    }
    .slick-initialized .swipe-tab a:hover {
      color: #0090f8;
    }
    .slick-initialized .swipe-tab.active-tab,
     .slick-initialized .swipe-tab.active-tab a{
      color: #0090f8;
    }
    .slick-slide img{
        display: table;
        margin: 45px auto 40px;
        width: 220px;
    }
    .slick-slide img.marims-logo{
      width: 180px;
    }
    .slick-slide{
      font-size: 17px;
    }
    .slick-slide .tab-content p{
      text-align: justify;
      font-size: 16px;
    }
    .slick-slide .tab-content ul{
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .slick-slide .tab-content ul li {
        padding-left: 0px;
        padding-top: 0px;
        text-align: justify;
        font-size: 16px;
        padding-bottom: 10px;
    }

    .swipe-tabs .slick-prev{
      left:0px;
    }
    .swipe-tabs .slick-next{
      right:0px;
    }
  
    .slick-prev:before, .slick-next:before{
      color: #0090f8;
      display: none;
    }
    .slick-prev i, .slick-next i{
      color: #0090f8;
      font-size: 22px;
    }
    .slick-disabled i{
      opacity: .25;
    }


    /*gallery page*/

    .gallery-title {
        font-family: 'libre_caslon_textregular';
        margin:  20px 5px 5px;
        font-size: 2.4em;
        color: #002152;
        line-height: 1em;
    }
    .gallery-graph{
      margin-bottom: 20px;
      font-size: 1.1em;
      color: #0090f8;
    }

    .my-gallery {
      width: 100%;
      display: block;
      overflow: hidden;
    }
    .my-gallery img {
      width: 100%;
      height: auto;
      transition: all .9s ease-in-out;
      -moz-transition: all .9s ease-in-out;
      -moz-transition: all .9s ease-in-out;
    }
    .my-gallery figure {
        display: block;
        float: left;
        margin: 0 15px 15px 0;
        width: 31.33%;
        overflow: hidden;
        position: relative;
    }
    .my-gallery figure:hover img{
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
    }
    .my-gallery figure:hover .icon-search{
      bottom:50%;
      opacity: 1;
      visibility: visible;
    }
    .icon-search{
        position: absolute;
        bottom: -40%;
        left: 50%;
        opacity: 0;
        visibility: hidden;
        cursor: pointer;
        transform: translate(-50%);
        color: #fff;
        font-size: 1.5em;
        transition: all .6s ease-in-out;
      -moz-transition: all .6s ease-in-out;
      -moz-transition: all .6s ease-in-out;
    }
    .first-gallery figure:first-child{
      margin: 18px 15px 18px 0px;
    }
    .my-gallery figcaption {
      display: none;
    }
    .pswp__caption__center{
      text-align: center;
      color: #0090f8;
    }

    .gallery-line{
        background: #ddd;
        height: 1px;
        width: 40%;
        margin: 50px auto;
        display: block;
    }
    .thumbnail-none{
      display: none !important;
    }
    .more-image-section{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 1.5em;
    }
    .item-slide img{
      margin:0px;
    }





    /*contact page*/
    .contact-svg-page {
        position: absolute;
        top: 54%;
        left: 17%;
        width: 76vw;
        height: 76%;
        z-index: -1;
    }
    .contact-big-svg {
        position: absolute;
        top: 12%;
        left: 10%;
        width: 78vw;
        height: 76%;
        z-index: -1;
    }
    #googleMap{
      width: 100%;
      height: 450px;
    }
    form{
      margin-bottom: 80px;
    }
    .contact-details{
      list-style: none;
      margin: 0px;
      padding-left: 0px;
    }
    .contact-details .col-sm-12 .office-section{
        border-right: 1px solid #ddd;
        padding-bottom: 20px;
        padding-left: 40px;
        padding-top: 10px;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
    }
    .contact-details .col-sm-12:nth-child(1) .office-section{
      padding-bottom: 15px;
    }
    .contact-details .col-sm-12:nth-child(2) .office-section,
    .contact-details .col-sm-12:nth-child(3) .office-section{
      padding-bottom: 38px;
    }
    .contact-details .col-sm-12:nth-child(5) .office-section{
      padding-bottom: 42px;
    }
    .contact-details .col-sm-12:nth-child(3) .office-section,
    .contact-details .col-sm-12:nth-child(6) .office-section{
      border-right: 0px solid #ddd;
    }
    .contact-details .col-sm-12:nth-child(4) .office-section,
    .contact-details .col-sm-12:nth-child(5) .office-section,
    .contact-details .col-sm-12:nth-child(6) .office-section{
       border-bottom: 0px solid #ddd;
    }
    .office {
        font-family: 'poppins_extraboldregular';
        text-transform: uppercase;
        color: #0090f8;
        font-size: 20px;
    }
    .contact-details p,
    .contact-details p a{
      color: #000;
    }

    .pagination{
        margin: 30px auto 0px;
        display: table;
    }

    .pagination li a{
      color: #000;
      border: 1px solid #0090f8;
    }
    .pagination li a:hover,
    .pagination li a:focus{
      color: #fff;
      background: #0090f8;
      border: 1px solid #0090f8;
    }
    .pagination li.active-page a {
        color: #fff;
        background: #0090f8;
    }


    /*news page*/

    .news-area .content-header{
      padding-left: 0px;
    }
    .news-summit{
        width: 85%;
        display: block;
        overflow: hidden;
        position: relative;
    }
    .news-title{
        position: absolute;
        top: 56%;
        left: 54%;
        background: #0090f8;
        padding: 15px 10px;
        color: #fff;
        margin-right: 10px;
        border:2px solid #fff;
        transition: all 800ms cubic-bezier(.5,0,.07,1);
        -webkit-transition: all 800ms cubic-bezier(.5,0,.07,1);
        -moz-transition: all 800ms cubic-bezier(.5,0,.07,1);
    }
    .news-title:hover{
      background: #002152;
      color: #fff;
    }
    .single-news-section{
      margin-bottom: 100px;
      display: table;
    }
    .summit-title {
        font-size: 18px;
    }
    .summit-date{
      font-size: 14px;
    }
    .summit-date i{
        margin-right: 7px;
    }
    .news-content p{
      text-align: justify;
      width: 100%;
    }

    .news-details-section .news-summit{
        width: 60%;
        display: table;
        margin: 0 auto;
    }
    .news-details-section .news-title {
        position: absolute;
        top: 88%;
        left: 50%;
        background: #0090f8;
        padding: 25px 15px;
        border-width: 3px;
        color: #fff;
        margin-right: 0px;
        transform: translateX(-50%);
    }
    .news-details-section .about-us-content {
        margin-left: 0%;
        margin-top: 6.5em;
    }
    .news-details-section .summit-title {
        font-size: 20px;
    }



    /*@keyframes about-rotation{
      from{
        transform: rotate(0deg);
      }
      to{
        transform: rotate(359deg);
      }
    }*/


    /*--==============
    Responsive css
    ========================--*/


   @media ( max-width: 1800px) and ( min-width: 1600px){
      .about-us-triangle:before{
        top: 13.5%;
      }
      .ipssl-header.last-child-ipssl {
          width: 78%;
          line-height: 52px;
      }
      .ipssl-people-im {
          margin-top: -168px;
      }
      .overview-text{
        margin-left: 8%;
      }
      .mission-right{
        margin-right: 8%;
      }
      .overview-box.remove-hover{
        padding:45px 30px 15px 60px; 
      }
      .mission-statement-box.box-state-ment{
        right: 24%;
        padding: 3em 5em 3em 2em !important;
      }
      .mission-statement-box {
          padding: 3em 5em 3em 4em !important;
          margin-left: 18%;
      }
      .mission-statement-box.begining-left{
          margin-left: 22%;
          padding: 65px 2em 65px 8em;
      }
      .overview-xs-metter .begining-left {
          width: 50%;
          padding: 50px 2em 50px 7em;
          margin-top: -17.5%;
      }
      .about-big-svg {

      }

      .small-bg-gr.small-5{
        top:62%;
      }
      .small-bg-gr.small-6{
        top:62.2%;
      }
      .small-bg-gr.small-7{
        top:63.3%;
      }
      .small-bg-gr.small-8{
        top:33.3%;
      }
      .small-bg-gr.small-9{
        top:34.2%;
      }
      .small-bg-gr.small-10 {
        right: 92%;
        top: 25.2%;
      }
      .small-bg-gr.small-11 {
          right: 93.5%;
          top: 26.2%;
      }
      .small-bg-gr.small-12 {
          right: 91.5%;
          top: 27.2%;
      }
      .small-bg-gr.small-13 {
        right: 92%;
        top: 76.2%;
      }
      .small-bg-gr.small-14 {
          right: 92.8%;
          top: 78%;
      }
      .small-bg-gr.small-15 {
          right: 90.8%;
          top: 78.1%;
      }
   }

   @media (min-width: 1600px) and (max-width: 1680px){
     .small-bg-gr.small-5{
        top:63.5%;
      }
      .small-bg-gr.small-6{
        top:63.7%;
      }
      .small-bg-gr.small-7{
        top:64.2%;
      }
      .small-bg-gr.small-8{
        top:33.3%;
      }
      .small-bg-gr.small-9{
        top:34.2%;
      }
      .small-bg-gr.small-10 {
        right: 92%;
        top: 23.2%;
      }
      .small-bg-gr.small-11 {
          right: 93.5%;
          top: 23.2%;
      }
      .small-bg-gr.small-12 {
          right: 92.5%;
          top: 25.2%;
      }
      .small-bg-gr.small-13 {
        right: 94%;
        top: 76.2%;
      }
      .small-bg-gr.small-14 {
          right: 95.8%;
          top: 78%;
      }
      .small-bg-gr.small-15 {
          right: 93.8%;
          top: 78.1%;
      }
   }

    @media ( max-width: 1601px) and ( min-width: 1500px){
      .about-us-triangle:before{
        top: 12.8%;
      }
      .ipssl-header.last-child-ipssl {
          width: 78%;
          line-height: 52px;
      }
      .ipssl-people-im {
          margin-top: -20.9%;
      }
      .js-tilt-imge{
         top: 32%;
      }
      .overview-text{
        margin-left: 6%;
      }
      .mission-right{
        margin-right: 6%;
      }
      .overview-box.remove-hover{
        padding:45px 30px 15px 60px; 
      }
      .mission-statement-box {
          padding: 65px 2em 65px 3em;
          margin-left: 18%;
      }
      .mission-statement-box.box-state-ment{
        right: 22%;
      }
      .ipssl-work-2, .ipssl-work-2.remove-hover-4{
        margin-top: -15.5%;
      }
      .mission-statement-box.begining-left{
          margin-left: 22%;
          padding: 65px 2em 65px 8em;
      }
      .overview-xs-metter .begining-left {
          width: 50%;
          padding: 50px 2em 50px 7em;
          margin-top: -18.5%;
      }
      .begining-left{
        margin-top: -25%;
      }
      .top-overview{
        margin-top: -10%;
      }
      .landing-bt-bg{
        bottom:-57px;
      }
       .companies-svg {
          left: -18%;
          top: 3%;
      }
      .companies-big-svg{
        left: -10%;
      }
      .about-big-svg {

      }
      .company-big-svg {
          top: -2%;
          left: -6%;
          width: 78vw;
          height: 76%;
      }
      .contact-big-svg{
        height: 62%;
      }

      .fr-bg.fr-bg-1{
        right: 38.8%;
      }
      .fr-bg.fr-bg-2{
        right: 39.3%;
      }
      .fr-bg.fr-bg-3{
        right: 41.2%;
      }
      .fr-bg.fr-bg-4{
        right: 43%;
      }
      .fr-bg.fr-bg-5{
        right: 44.7%;
      }
      .fr-bg.fr-bg-6{
          right: 46.9%;
          top: 48.9%;
      }
      .fr-bg.fr-bg-7{
        right: 55.1%;
        top: 47.8%;
      }
      .fr-bg.fr-bg-8{
          right: 56.5%;
          top: 47%;
      }
      .fr-bg.fr-bg-9{
        right: 67.1%;
        top: 46%;
      }
      .fr-bg.fr-bg-10{
        right: 69%;
      }
      .fr-bg.fr-bg-11{
        right: 75%;
      }
      .small-bg-gr.small-5{
        top:64%;
      }
      .small-bg-gr.small-6{
        top:64.5%;
      }
      .small-bg-gr.small-7{
        top:64.9%;
      }
      .small-bg-gr.small-8{
        top:33.3%;
      }
      .small-bg-gr.small-9{
        top:34.2%;
      }
      .small-bg-gr.small-10 {
        right: 92%;
        top: 23.2%;
      }
      .small-bg-gr.small-11 {
          right: 93.5%;
          top: 23.2%;
      }
      .small-bg-gr.small-12 {
          right: 92.5%;
          top: 25.2%;
      }
      .small-bg-gr.small-13 {
        right: 94%;
        top: 76.2%;
      }
      .small-bg-gr.small-14 {
          right: 95.8%;
          top: 78%;
      }
      .small-bg-gr.small-15 {
          right: 93.8%;
          top: 78.1%;
      }
   }

    @media ( max-width: 1499px) and ( min-width: 1300px){
      .about-us-triangle:before {
          top: 11.5%;
      }
      .ipssl-header.last-child-ipssl {
          width: 82%;
          line-height: 52px;
      }
      .ipssl-people-im {
          margin-top: -20.9%;
      }
      .js-tilt-imge{
         top: 32%;
      }
      .ipssl-details {
          padding: 70px 30px 20px 140px;
      }
      .js-tilt-imge {
          width: 33%;
          top: 31%;
          left: 19%;
      }
      .overview-text{
        margin-left: 4%;
      }
      .overview-box{
        left: 13%;
      }
      .mission-statement-box {
          padding: 65px 2em 65px 3em;
          margin-left: 24%;
      }
      .mission-statement-box.begining-left{
          margin-left: 22%;
          padding: 65px 2em 65px 5em;
      }
     .overview-xs-metter .begining-left {
          width: 52%;
          padding: 40px 2em 40px 7em;
          margin-top: -20%;
      }
      .begining-left{
        margin-top: -29%;
      }
      .mission-right{
        margin-right: 4%;
      }
      .landing-bt-bg{
        bottom:-5%;
      }
       .companies-svg {
          left: -14%;
          top: 3%;
      }
      .companies-big-svg{
        left: 3%;
      }
      .about-big-svg {

      }
      .company-big-svg {
          top: 2%;
          left: 5%;
          width: 78vw;
          height: 66%;
      }
      .contact-big-svg {
        top: 20%;
        height: 50%;
      }
      .company-svg-page{
        list-style: -20%;
      }
      .overview-box.remove-hover,
      .mission-statement-box.box-state-ment.remove-hover-2{
        padding-left: 60px;
      }
      .mission-statement-box.box-state-ment{
        right: 26%;
      }
      .beg-hover-state{
        margin-top: -28%;
      }
      .mission-statement-box.beg-hover-state.remove-hover-3 {
        height: 85%;
        padding: 3em 3em 3em 4em;
        margin-top: -30%;
     }
     .ipssl-work-2{
      margin-top: -18.5%;
     }
     .ipssl-work-2.remove-hover-4{
      margin-top: -18.5%;
      padding: 2em 3em 3em 4em;
     }
     .fr-bg.fr-bg-1{
        right: 38.3%;
      }
      .fr-bg.fr-bg-2{
        right: 39.6%;
      }
      .fr-bg.fr-bg-3{
        right: 41.5%;
      }
      .fr-bg.fr-bg-4{
        right: 43.8%;
      }
      .fr-bg.fr-bg-5{
        right: 45%;
      }
      .fr-bg.fr-bg-6{
        right: 47.9%;
        top: 48.7%;
      }
      .fr-bg.fr-bg-7{
        right: 57.6%;
        top: 47.6%;
      }
      .fr-bg.fr-bg-8{
          right: 61.6%;
          top: 46.8%
      }
      .fr-bg.fr-bg-9{
        right: 67.1%;
        top: 46%;
      }
      .fr-bg.fr-bg-10{
        right: 68.2%;
        top: 42.4%;
      }
      .fr-bg.fr-bg-11{
        right: 73%;
      }
      .small-bg-gr.small-5{
        top:64%;
      }
      .small-bg-gr.small-6{
        top:64.5%;
      }
      .small-bg-gr.small-7{
        top:64.9%;
      }
      .small-bg-gr.small-8{
        top:33.3%;
      }
      .small-bg-gr.small-9{
        top:34.2%;
      }
      .small-bg-gr.small-10 {
        right: 92%;
        top: 23.2%;
      }
      .small-bg-gr.small-11 {
          right: 93.5%;
          top: 23.2%;
      }
      .small-bg-gr.small-12 {
          right: 92.5%;
          top: 25.2%;
      }
      .small-bg-gr.small-13 {
        right: 94%;
        top: 76.2%;
      }
      .small-bg-gr.small-14 {
          right: 95.8%;
          top: 78%;
      }
      .small-bg-gr.small-15 {
          right: 93.8%;
          top: 78.1%;
      }
      .seccound-logo {
          margin: 170px auto 315px;
      }
   }

   @media ( max-width: 1299px) and ( min-width: 1199px){
      .nav-down .navbar-nav,
      .nav-up .navbar-nav{
          display: block;
          float: right;
          margin-right: 4%;
      }
      .about-us-triangle:before {
          top: 10%;
      }
      .our-comapney-bg{
        padding-top: 19.12vw;
      }
      .seccound-logo{
        margin: 150px auto 0px;
      }
      .ipssl-header.last-child-ipssl {
          width: 82%;
          line-height: 52px;
      }
      .ipssl-people-im {
          margin-top: -20.9%;
      }
      .js-tilt-imge{
         top: 32%;
      }
      .ipssl-details {
          padding: 70px 25px 1px 98px;
      }
      .ipssl-details p{
        margin-bottom: 50px;
      }
      .js-tilt-imge {
          width: 32%;
          top: 32%;
          left: 19%;
      }
      .overview-text{
        margin-left: 4%;
      }
      .overview-box{
        left: 20%;
      }
      .overview-box.remove-hover{
        top:18%;
      }
      .mission-statement-box {
          padding: 65px 2em 65px 3em;
          margin-left: 18%;
          margin-top: -32%;
      }
      .mission-statement-box.begining-left{
          margin-left: 22%;
          width: 60%;
          padding: 65px 2em 65px 7em;
      }
     .overview-xs-metter .begining-left {
          width: 52%;
          padding: 40px 2em 40px 7em;
          margin-top: -24%;
      }
      .begining-left{
        margin-top: -29%;
      }
      .mission-right{
        margin-right: 4%;
      }
      .landing-bt-bg{
        bottom:-6%;
      }
       .companies-svg {
          left: -10%;
          top: 3%;
      }
      .companies-big-svg{
        left: 3%;
      }
      .about-big-svg {
          width: 100vw;
          height: 60vw;
          right: -20%;
      }
      .company-big-svg {
          top: 10%;
          left: 10%;
          width: 78vw;
          height: 63%;
      }
       .contact-big-svg {
        top: 30%;
        height: 40%;
      }
      .company-svg-page{
        left: -15%;
      }
      .mission-statement-box.beg-hover-state.remove-hover-3 {
          width: 60%;
          height: 85%;
          padding: 3em 4em 3em 5em;
          margin-top: -32%;
      }
      .ipssl-work-2,
      .ipssl-work-2.remove-hover-4{
         padding: 26px 1em 61px 3.2em;
          margin-left: 26%;
          margin-top: -22%;
      }

      .fr-bg.fr-bg-1{
        right: 38.5%;
      }
      .fr-bg.fr-bg-2{
        right: 39.8%;
      }
      .fr-bg.fr-bg-3{
        right:41.9%;
      }
      .fr-bg.fr-bg-4{
          right: 44.3%;
          top: 49.7%;
      }
      .fr-bg.fr-bg-5{
          right: 46%;
          top: 49.5%;
      }
      .fr-bg.fr-bg-6{
        right: 49.2%;
        top: 48.8%;
        width: 230px;
        height: 230px;
      }
      .fr-bg.fr-bg-7{
          right: 59.7%;
          top: 48%;
          width: 300px;
          height: 300px;
      }
      .fr-bg.fr-bg-8{
            right: 64.9%;
            top: 47.5%;
            width: 350px;
            height: 350px;

      }
      .fr-bg.fr-bg-9{
        right: 74.1%;
        top: 47%;
        width: 400px;
        height: 400px;
      }
      .fr-bg.fr-bg-10{
        right: 68.2%;
        top: 42.4%;
        display: none;
      }
      .fr-bg.fr-bg-11{
        right: 73%;
        right: 74%;
        top: 42.3%;
      }
      .small-bg-gr.small-5{
        top:64%;
      }
      .small-bg-gr.small-6{
        top:64.5%;
      }
      .small-bg-gr.small-7{
        top:64.9%;
      }
      .small-bg-gr.small-8{
        top:40.3%;
      }
      .small-bg-gr.small-9{
        top:41.2%;
      }
      .small-bg-gr.small-10 {
        right: 92%;
        top: 30.2%;
      }
      .small-bg-gr.small-11 {
          right: 94.5%;
          top: 31.2%;
      }
      .small-bg-gr.small-12 {
          right: 93.5%;
          top: 32.2%;
      }
      .small-bg-gr.small-13 {
        right: 94%;
        top: 70.2%;
      }
      .small-bg-gr.small-14 {
          right: 95.8%;
          top: 72%;
      }
      .small-bg-gr.small-15 {
          right: 93.8%;
          top: 72.1%;
      }
      .seccound-logo {
          margin: 170px auto 315px;
      }
      .tile-bg .bg.bg-7{
        display: none;
      }
   }

   @media ( max-width: 1198px) and ( min-width: 1024px){
      h1{
        font-size: 3em;
      }
      .nav-down .navbar-nav,
      .nav-up .navbar-nav{
          display: block;
          float: right;
          margin-right: 4%;
      }
      .navbar-brand{
          margin: -11px auto 20px !important;
          width: 300px;
      }
      .nav-down .navbar-brand, .nav-up .navbar-brand{
        top: 15px;
      }
      .about-us-triangle:before {
          top: 7%;
          left: 71%;
      }
      .about-us-content p{
        width: 95%;
      }
      .about-us-content a:before,
      .about-us-content a:after{
        right: -45%;
      }
      .our-comapney-bg{
        padding-top: 19.12vw;
      }
      .col p {
          width: 85%;
          padding: 11px 0px;
      }
      .col ul{
          padding:3px 20px;
        }
        .col ul li{
          font-size: 13px;
          padding-bottom: 2px;
        }
      .seccound-logo{
        margin: 115px auto 0px;
      }
      .ipssl-header{
        font-size: 32px;
      }
      .ipssl-header.last-child-ipssl {
          width: 82%;
          line-height: 52px;
      }
      .ipssl-people-im {
          margin-top: -20.9%;
      }
      .js-tilt-imge{
         top: 32%;
      }
      .ipssl-details {
          padding: 40px 25px 10px 98px;
      }
      .ipssl-details p{
        margin-bottom: 20px;
      }
      .js-tilt-imge {
          width: 32%;
          top: 32%;
          left: 19%;
      }

      .overview-text{
        margin-left: 4%;
      }
      .overview-box{
        left: 12%;
      }
      .mission-statement-box {
        padding: 65px 2em 65px 3em;
        margin-left: 20%;
        margin-top: -37%;
      }
      .mission-statement-box.beg-hover-state.remove-hover-3 {
          width: 60%;
          height: 90%;
          padding: 3em 2em 3em 6em;
          margin-top: -36%;
          margin-left: 24%;
      }
     .mission-statement-box.begining-left {
          margin-left: 26%;
          width: 63%;
          padding: 64px 2em 65px 6em;
      }
     .overview-xs-metter .begining-left {
          width: 61%;
          padding: 40px 2em 40px 6em;
          margin-top: -27.5%;
      }
      .begining-left {
          margin-top: -24%;
      }
      .mission-right{
        margin-right: 4%;
      }
      .overview-ipssle .mission-statement-box {
          width: 60%;
          padding: 65px 10em 65px 3em;
          margin-left: 18%;
      }
      .landing-bt-bg{
        bottom:-6%;
      }
      .companies-svg {
          left: -15%;
          top: 3%;
      }
      .companies-big-svg{
        left: 3%;
      }
      .about-big-svg {

      }
      .company-big-svg {
          top: 12%;
          left: 10%;
          width: 78vw;
          height: 58%;
      }
      .contact-big-svg {
        top: 30%;
        height: 40%;
      }
      .company-svg-page{
        left: -10%;
      }
      .ipssl-work-2,
       .ipssl-work-2.remove-hover-4{
          padding: 25px 2em 65px 3em;
          margin-left: 30%;
          margin-top: -23%;
      }
      .overview-ipssle .mission-statement-box.last-hoverbox.remove-hover-5 {
        padding: 65px 7em 65px 2em;
      }
      .mission-statement-box.box-state-ment.remove-hover-2{
        padding: 65px 4em 65px 2em;
      }
      .overview-box.remove-hover {
        width: 56%;
        height: 85%;
        top:15%;
      }
      .contact-details .col-sm-12 .office-section{
          border-right: 1px solid #ddd;
          padding-bottom: 20px;
          padding-left:10px;
          padding-top: 10px;
          border-bottom: 1px solid #ddd;
      }

      .fr-bg.fr-bg-1{
        right: 38.7%;
      }
      .fr-bg.fr-bg-2{
        right: 40.1%;
      }
      .fr-bg.fr-bg-3{
        right:42.6%;
      }
      .fr-bg.fr-bg-4{
        right: 45.3%;
        top: 49.6%;
      }
      .fr-bg.fr-bg-5{
          right: 47%;
          top: 49.5%;
      }
      .fr-bg.fr-bg-6{
           right: 51.7%;
          top: 49.3%;
          width: 180px;
          height: 180px;
      }
      .fr-bg.fr-bg-7{
        right: 57.7%;
        top: 49%;
        width: 220px;
        height: 220px;
      }
      .fr-bg.fr-bg-8{
        right: 63.8%;
        top: 47.8%;
        width: 300px;
        height: 300px;
      }
      .fr-bg.fr-bg-9{
        right: 73.1%;
        top: 46.7%;
        width: 400px;
        height: 400px;

      }
      .fr-bg.fr-bg-10{
        right: 68.2%;
        top: 42.4%;
        display: none;
      }
      .fr-bg.fr-bg-11{
          right: 72%;
          top: 41.3%;
          z-index: 1;
      }
      .small-bg-gr.small-5{
        top:64%;
      }
      .small-bg-gr.small-6{
        top:64.5%;
      }
      .small-bg-gr.small-7{
        top:64.9%;
      }
      .small-bg-gr.small-8{
        top:40.3%;
      }
      .small-bg-gr.small-9{
        top:41.2%;
      }
      .small-bg-gr.small-10 {
        right: 92%;
        top: 33.2%;
      }
      .small-bg-gr.small-11 {
          right: 94.5%;
          top: 34.2%;
      }
      .small-bg-gr.small-12 {
          right: 93.5%;
          top: 35.2%;
      }
      .small-bg-gr.small-13 {
        right: 94%;
        top: 70.2%;
      }
      .small-bg-gr.small-14 {
          right: 95.8%;
          top: 72%;
      }
      .small-bg-gr.small-15 {
          right: 93.8%;
          top: 72.1%;
      }
      .seccound-logo {
          margin: 239px auto 220px;
      }
      .tile-bg .bg.bg-7{
        display: none;
      }
      .slick-slide{
        font-size: 16px;
      }
   }

    @media ( max-width: 1024px) and ( min-width: 768px){
      .news-title {
        position: absolute;
        top: 44%;
        left: 40%;
      }
      .news-content.about-us-content{
        margin-top: 0px;
      }
      h1{
        font-size: 3em;
      }
      .nav-down .navbar-nav,
      .nav-up .navbar-nav{
          display: block;
          float: right;
          margin-right: 0%;
      }
      .navbar-default .navbar-nav>li>a {
          margin-right: 0px;
          padding-top: 36px;
          padding-bottom: 25px;
          font-size: 12px;
          padding-left: 10px;
          padding-right: 10px;
      }
      .ipssle-about-us-content {
          padding-top: 8em;
          position: relative;
      }
      .navbar-brand{
          margin: -18px auto 14px !important;
          display: table;
          width: 250px;
      }
      .nav-down .navbar-brand, .nav-up .navbar-brand{
        top: 30px;
        width: 190px;
      }
      .navbar-default .navbar-nav>li>a:before,
      .navbar-default .navbar-nav>li>a:hover:after,
      .navbar-default .navbar-nav>li.active>a:after{
        height: 27px;
      }

      .about-us-triangle {
          position: relative;
          margin-top: 45px;
      }
      .about-us-thumb img{
        margin-top:16.5%;
      }
      .positioned-img img{
        top: -14%;
      }
      .about-us-triangle:before {
          top: 7%;
          left: 70.5%;
      }
      .about-us-content {
          margin-left: 0%;
          margin-top: 4em;
      }
      .about-us-content p{
        width: 100%;
      }
      .about-us-content a:before,
      .about-us-content a:after{
        right: -45%;
      }
      .our-comapney-bg{
        padding-top: 19.12vw;
      }
      
      .col p {
          width: 85%;
          padding: 11px 0px;
      }
      .col ul{
        padding:3px 20px;
      }
      .col ul li{
        font-size: 13px;
        padding-bottom: 2px;
      }
      .ippssl-group-area{
        padding-top: 53%;
      }
      .seccound-logo{
        margin: 45px auto 0px;
        width:90%;
      }
      .ipssl-header{
        font-size: 32px;
      }
      .ipssl-header.last-child-ipssl {
          width: 82%;
          line-height: 52px;
      }
      .ipssl-people-im {
          margin-top: -20.9%;
      }
      .js-tilt-imge{
         top: 32%;
      }
      .ipssl-details {
          padding: 40px 25px 10px 98px;
      }
      .ipssl-details p{
        margin-bottom: 20px;
      }
      .js-tilt-imge {
          width: 32%;
          top: 32%;
          left: 19%;
      }

      .overview-text{
        margin-left: 3%;
      }
      .overview-box{
        left: 12%;
      }
  
      .begining-left {
          margin-top: -24%;
      }
      .mission-right{
        margin-right: 3%;
      }
      .overview-ipssle .mission-statement-box {
          width: 60%;
          padding: 65px 10em 65px 3em;
          margin-left: 18%;
      }
      .single-steps{
        margin-top: 20px;
      }
      .landing-bt-bg{
        bottom:-6%;
      }
      .companies-svg {
          left: -14%;
          top: 3%;
      }
      .companies-big-svg{
        left: 3%;
      }
      .about-big-svg {
          position: absolute;
          width: 89vw;
          height: 67vw;
          right: -15%;
          top: 3%;
          z-index: -1;
      }
      .company-big-svg {
          top: 11%;
          left: 3%;
          width: 78vw;
          height: 49%;
      }
      .contact-big-svg {
        top: 40%;
        height: 40%;
      }
      .company-svg-page{
        left: -3%;
      }
       .contact-details .col-sm-12 .office-section{
          border-right: 0px solid #ddd;
          padding-bottom: 20px;
          padding-left:0px;
          padding-top: 10px;
          border-bottom: 0px solid #ddd;
      }
      .tile-bg .bg{
        top:48%;
      }
      .tile-bg .bg.bg-1{
        top:47.5%;
      }
      .tile-bg .bg.bg-2{
        top:45.7%;
      }
      .tile-bg .bg.bg-3{
        top:45.5%;
      }
      .tile-bg .bg.bg-4{
        top:45.9%;
      }
      .tile-bg .bg.bg-5{
        top:43.8%;
      }
      .tile-bg .bg.bg-6, .tile-bg .bg.bg-7{
        display: none;
      }
      .fr-bg{
        right: 39%;
      }
      .fr-bg.fr-bg-1{
        right: 39.7%;
      }
      .fr-bg.fr-bg-2{
        right: 41.4%;
      }
      .fr-bg.fr-bg-3{
        right:44.6%;
      }
      .fr-bg.fr-bg-4{
        right: 48.3%;
        top: 49.3%;
      }
      .fr-bg.fr-bg-5{
            right: 52%;
            top: 49.3%;
      }
      .fr-bg.fr-bg-6{
           right: 56.7%;
          top: 49.3%;
          width: 180px;
          height: 180px;
      }
      .fr-bg.fr-bg-7{
        right: 65.7%;
        top: 49%;
        width: 220px;
        height: 220px;
      }
      .fr-bg.fr-bg-8{
        right: 72.8%;
        top: 47.1%;
        width: 300px;
        height: 300px;
      }
      .fr-bg.fr-bg-9{
        right: 77.1%;
        top: 46%;
        width: 400px;
        height: 400px;

      }
      .fr-bg.fr-bg-10{
        right: 68.2%;
        top: 42.4%;
        display: none;
      }
      .fr-bg.fr-bg-11{
          right: 72%;
          top: 41.3%;
          z-index: 1;
          display: none;
      }
      .small-bg{
        display: none;
      }
      .seccound-logo {
          margin: 85px auto 80px;
      }
   }

   @media (max-width: 1024px) and (min-width: 992px){
     .mission-statement-box.box-state-ment{
        right: 30%;
      }
      .mission-statement-box.box-state-ment.remove-hover-2 {
          width: 75%;
          margin-top: 50px;
          padding: 65px 4em 65px 7em;
          margin-left: 21%;
      }
      .mission-statement-box.beg-hover-state.remove-hover-3 {
          width: 80%;
          padding: 3em 4em 3em 7em;
          height: 77%;
          margin-top: -42%;
          margin-left: 24%;
      }
      .overview-box.remove-hover {
          width: 70%;
          top: 18.5%;
          left: 26%;
          height: 70%
      }
      .mission-statement-box {
          padding: 65px 2em 65px 3em;
          margin-left: 22%;
          margin-top: -42%;
      }
     .mission-statement-box.begining-left {
          margin-left: 18%;
          width: 79%;
          padding: 64px 1em 65px 11em;
      }
      .overview-xs-metter .begining-left {
          width: 70%;
          padding: 40px 2em 40px 11em;
          margin-top: -27.5%;
      }
      .ipssl-work-2,
      .ipssl-work-2.remove-hover-4{
          margin-left: 33%;
          margin-top: -26%;
          padding: 1em 1em 2em 2em;
      }
      .ipssl-work-2.remove-hover-4{
        width: 55%;
      }
      .overview-ipssle .mission-statement-box.last-hoverbox.remove-hover-5 {
        width: 60%;
        padding: 65px 8em 65px 3em;
        margin-left: 26%;
        z-index: -1;
      }
   }


   @media (max-width: 992px){

      .news-title {
          position: absolute;
          top: 75%;
          left: 8%;
          width: 71%;
      }
      .news-details-section .news-title{
        width: auto;
      }
      .news-details-section .news-content.about-us-content {
          margin-top: 6.5em;
      }
      .company-hover, svg, .landing-bt-bg{
        display: none;
      }
      .news-details-section .news-summit{
        width: 80%;
      }
      .news-details-section .summit-title{
        font-size: 16px;
      }
      .item .col-sm-6{
        margin-left: 0%;
        border-bottom: 1px solid #fff;
      }
      .pt-160{
        padding-top: 80px;
      }
      .js-tilt-imge{
        display: none;
      }
      .ipssl-people-im{
        margin-top: 0px;
      }
      .ipssl-details {
          padding: 40px 25px 10px 40px;
      }
      .smal-logo {
          width: 50%;
          margin: 75% auto 0px;
      }
      .ipssl-header.last-child-ipssl {
          width: 82%;
          line-height: 40px;
      }
      .overview-line{
        display: none;
      }
      .begining-left {
          margin-top: -7%;
      }
      .mission-statement-box.begining-left {
          margin-left: 18%;
          width: 79%;
          padding: 64px 2em 65px 2em;
      }
      .steps-year{
        padding-right: 2%;
        width: 25%;
        border-bottom: 0px solid #555;
      }
      .cronological-steps .col-md-6:nth-child(even) .steps-year, .cronological-steps .col-sm-12:nth-child(even) .steps-year{
        padding-left: 2%;
      }
      .single-steps p{
        width: 70%;
      }
      .overview-xs-metter .begining-left{
        margin-top: -6.5%;
      }
      .overview-ipssle .mission-statement-box {
          width: 75%;
          padding: 65px 10em 65px 3em;
          margin-left: 4%;
      }
      .cronological-steps{
        margin: 70px auto;
      }
      .about-us-header{
        font-size: 3em;
      }
      h3.the-overview-line{
        font-size: 30px;
      }
      .ipssle-our-companies {
          padding: 10em 0em 0em;
      }
      .contact-details h3,
      .contact-details p{
        text-align: center;
      } 
      .overview-box p,
      .mission-statement-box.box-state-ment p,
      .the-overview-exception .mission-statement-box p,
      .the-overview-exception .mission-statement-box ul,
      .ipssl-work-2 p{
        visibility: visible;
        opacity: 1;
        color: #fff;
      }
      .overview-box {
          left: 37%;
          width: 61%;
          padding: 2em 1em 2em 4em;
          height: auto;
          top: 10%;
          height: 90%;
      }
      .mission-statement-box.box-state-ment {
        width: 68%;
        right: 28%;
        height: auto;
        padding: 54px 8em 65px 2em;
      }
      .beg-hover-state {
          width: 78%;
          height: auto;
          margin-top: -25%;
          padding: 13em 2em 1em 1em;
      }
      .the-overview-exception {
          padding-bottom: 50em;
      }
      .overview-ipssle.the-overview-exception{
        padding-bottom: 32em;
      }
      .ipssl-work-2 {
          width: 69%;
          height: auto;
          margin-top: -44.5%;
          margin-left: 31%;
          z-index: -1;
      }
      .overview-ipssle .mission-statement-box.last-hoverbox {
        width: 78%;
        background: #0090f8;
        margin-top: -45px;
        padding: 65px 13em 65px 2em;
        color: #fff;
        position: absolute;
        font-size: 16px;
        text-align: justify;
        margin-left: 26%;
        z-index: -1;
        right: 20%;
        height: auto;
    }
    .contact-details .col-sm-12 .office-section{
        border-right: 0px solid #ddd;
        padding-bottom:10px;
        padding-left:0px;
        padding-top: 10px;
        border-bottom: 1px solid #ddd;
    }
     .contact-details .col-sm-12:nth-child(1) .office-section,
    .contact-details .col-sm-12:nth-child(5) .office-section{
      padding-bottom: 10px;
    }
    .contact-details .col-sm-12:nth-child(4) .office-section,
    .contact-details .col-sm-12:nth-child(5) .office-section{
       border-bottom: 1px solid #ddd;
    }
    .contact-details .col-sm-12:nth-child(6) .office-section{
       border-bottom: 0px solid #ddd;
    }
    .contact-details .col-sm-12:nth-child(2) .office-section,
    .contact-details .col-sm-12:nth-child(3) .office-section{
      padding-bottom: 10px;
    }
    .my-gallery figure{
      width: 45%;
    }


   }



    @media ( max-width: 767px){

      .news-summit{
        width: 100%;
      }
      .news-title {
          position: absolute;
          top: 88%;
          left: 50%;
          width: 80%;
          transform: translateX(-50%);
      }
      .news-content.about-us-content {
          margin-left: 0%;
          margin-top: 6em;
      }
      .news-details-section .news-summit {
          width: 100%;
      }
      .news-details-section .news-title {
          width: 80%;
      }


      .pt-100{
        padding-top: 60px;
      }
      .pt-80 {
          padding-top: 40px;
      }
      .pb-80 {
          padding-bottom: 40px;
      }
      .pb-50 {
          padding-bottom: 30px;
      }
      h1{
        font-size: 2.8em;
      }
      .navbar-default{
          padding-bottom: 30px;
      }
      .navbar-default.nav-down, .navbar-default.nav-up{
        padding-bottom: 0px;
      }
     .nav-down .navbar-nav, .nav-up .navbar-nav {
          display: block;
          float: left;
          margin-right: 0%;
          width: 100%;
      }
      .navbar-nav {
          float: none;
          margin: 0 auto;
          display: block;
          width: 100%;
      }
      .navbar-toggle {
          position: relative;
          float: right;
          padding: 8px 9px;
          margin-top: 8px;
          margin-right: 15px;
          margin-bottom: 8px;
          background-color: transparent;
          background-image: none;
          border: 1px solid transparent;
          border-radius: 0px;
      }
      .navbar-toggle .icon-bar {
          display: block;
          width: 18px;
          height: 2px;
          border-radius: 0px;
      }

      .navbar-default .navbar-collapse, .navbar-default .navbar-form {
          border-color: transparent;
          margin-top: 50px;
      }

      .navbar-default .navbar-nav>li>a {
          margin-right: 5px;
          padding-top: 10px;
          padding-bottom: 10px;
      }
      .navbar-brand {
          margin: 0px auto 9px !important;
      }
      .nav-down .navbar-brand, .nav-up .navbar-brand, .navbar-brand {
        top: -5px;
        width: 190px;
        float: left;
        position: absolute;
      }
      .navbar-header{
        float: right;
      }
      .navbar-default .navbar-nav>li>a:before,
       .navbar-default .navbar-nav>li>a:after  {
          display: none;
      }
     
      .navbar-default .navbar-nav>li>a:before,
      .navbar-default .navbar-nav>li>a:hover:after,
      .navbar-default .navbar-nav>li.active>a:after{
        display: none;
      }
      .navbar-default .navbar-nav>li.active>a{
        color: #0090f8;
      }
      .navbar-default .navbar-nav>li>a:focus, 
      .navbar-default .navbar-nav>li>a:hover{
        color: #fff;
      }

      .landing-scrol{
        height: 70px;
      }
      .scroll-line{
        height: 54%;
      }
      .about-us:before{
        height: 6%;
      }

      .about-us-triangle {
          position: relative;
          margin-top: 20px;
          overflow: hidden;
      }
      .about-us-thumb img{
        margin-top:16.5%;
      }
      .positioned-img img{
        top: -14%;
      }
      .about-us-triangle:before {
          display: none;
      }
      .company-top-content {
          margin-top: -36%;
      }
      .about-us-content {
          margin-left: 0%;
          margin-top: 4em;
      }
      .about-us-content p{
        width: 100%;
      }
      .about-us-content a:before,
      .about-us-content a:after{
        right: -45%;
      }
      .our-comapney-bg{
        padding-top: 19.12vw;
      }
      .item .col-sm-6 {
          margin-left: 0%;
          border-bottom: 0px solid #fff;
      }
      .col--title:before {
          position: absolute;
          content: "";
          left: 50%;
          transform: translateX(-50%);
          z-index: 2;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #002152;
          width: 20px;
          top: 100%;
      }
      .col {
          height: 310px;
      }
      
      .col p {
          width: 90%;
          padding: 80px 0px 15px;
      }
      .seccound-logo {
        margin: 50px auto 30px;
        width: 90%;
      }
      .ippssl-group-area{
        padding-top: 28%;
      }
      .smal-logo {
          margin: 0px auto 0px;
          display: none;
      }
      .ipssl-header {
          font-size: 32px;
          line-height: 40px;
      }
      .ipssl-header.last-child-ipssl {
          width: 97%;
      }
      .ipssl-people-im {
          margin-top: 0%;
      }
      .js-tilt-imge{
         top: 32%;
      }
      .ipssl-details {
          padding:40px 20px 10px 20px;
      }
      .ipssl-details p{
        margin-bottom: 20px;
      }
      .js-tilt-imge {
          width: 32%;
          top: 32%;
          left: 19%;
      }
      .about-us-header{
        font-size: 2.8em;
        padding-left: 0em;
      }
      .ipssle-about-us-content .landing-scrol{
        display: none;
      }
      .ipssle-about-us-content {
          padding-top: 8em;
      }
      .ipssle-about-us-content .about-relative{
      padding-bottom: 0;
      }
      .the-overview {
          padding: 3em 0px 10em;
          position: relative;
          clear: both;
      }
      .the-overview.about-us-overview {
        padding: 3em 0em 26em;
      }
      .overview-box {
          height: auto;
          width: 100%;
          left: 0%;
          top: 33%;
          padding: 30px 5px 4px 9px;
          font-size: 14px;
      }
      .overview-text {
          width: 250px;
          height: 190px;
          display: table;
          margin-left: 0%;
          margin: 0 auto;
      }
      h3.the-overview-line {
          font-size: 25px;
          text-align: center;
      }
      .mission-right{
        float: none;
      }
      .mission-statement-box {
          width: 100%;
          margin-top: -20px;
          padding: 45px 1em 45px 1em;
          margin-left: 0%;
          z-index: -1;
          font-size: 14px;
      }
      .mission-statement-box.begining-left {
          margin-left: 0%;
          width: 100%;
          padding: 45px 1em 45px 1em;
      }
      .progress-box {
          width: 250px;
          height: 190px;
          margin: 40px auto 0px;
      }
      .steps-year {          
        padding: 25px 0px;
      }
      .stem-1999 {
          margin-top: 60px;
      }
      .cronological-steps {
          margin: 50px auto 0px;
      }
      .single-steps {
          margin-bottom: 20px;
      }
      .overview-ipssle .mission-statement-box {
          width: 100%;
          padding: 45px 1em 45px 1em;
          margin-left: 0%;
          margin-top: 0;
      }
      .management-area .col-sm-12{
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 40px;
      }
      .ipssle-our-companies {
          padding: 8em 0em 0em;
      }
      .slick-slide{
        font-size: 16px;
      }
      .sub-header{
        margin:50px auto;
      }
      .slick-slide img {
          margin: 20px auto 30px;
          width: 200px;
      }
      .mission-statement-box.box-state-ment {
          width: 100%;
          right: 0%;
          height: auto;
          padding: 29px 10px 9px;
          top: 42%;
          z-index: -1;
          font-size: 14px;
      }
      .the-overview-exception{
          padding-bottom: 40em;
      }
      .ipssl-work-2{
        margin-top: -40px;
      }
      .overview-ipssle.the-overview-exception {
          padding-bottom: 38em;
      }
      .overview-ipssle .mission-statement-box.last-hoverbox {
        width: 100%;
        background: #0090f8;
        margin-top: -45px;
        padding: 60px 1em 40px;
        font-size: 14px;
        margin-left: 0%;
        z-index: -1;
        right: 0%;
        height: auto;
    }
    .gallery-title{
      font-size: 2em;
    }
    .gallery-graph{
      font-size: 15px;
    }
    .tile-bg, .tile-fr-bg{
      display: none;
    }
    .steps-year{
      width: 26%;
      margin-right: 15px;
    }
    .stem-1999{
      margin-right: 0px;
      margin-left: 10px;
    }
    .single-steps p {
        width: 65%;
        margin-top: 0px !important;
    }
   }


   @media (max-width: 475px){
     .landing-scrol span,
      .scroll-line{
          display:none;
      }
      .navbar-default{
          padding-bottom: 15px;
      }
      .col p {
          width: 90%;
          padding: 12px 0px;
      }
      .col ul{
        padding:2px 10px;
      }
      footer .container p{
        font-size: 13px;
        margin-bottom:2px;
      }
      .slick-slide{
        font-size: 14px;
      }
      .the-overview-exception{
          padding-bottom: 66em;
      }
      .overview-xs-metter{
        padding-bottom: 16em;
      }
      .my-gallery figure {
          width: 46%;
          margin: 0 10px 10px 0;
      }
      .gallery-title {
          font-size: 1.5em;
          line-height: 1.3em;
      }
      h1, .content-header{
        font-size: 3em;
      } 
      .col--title .table h3.last-child {
          width: 80%;
      }
      #googleMap{
        height: 220px;
      }
      .news-title{
        top:75%;
      }
      .summit-date {
          font-size: 13px;
      }
      .summit-title, .news-details-section .summit-title {
          font-size: 15px;
      }
      .news-details-section .news-title{
        padding:10px;
      }
   }

    @media screen and (min-width: 767px) {
      .slick-initialized .swipe-tab-content {
        min-height: 500px;
      }
    }


















 /* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

 .hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

 
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

   @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

 
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

   @media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


