@import url(../fonts/fonts.css);
* {
  padding: 0px;
  margin: 0px;
}

body {
  font-size: 14px;
  color: #ccc;letter-spacing: 0.3px;
  background-size: 50%;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}
// @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet" rel="stylesheet');
// @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@800&display=swap" rel="stylesheet" rel="stylesheet');
// font-family: 'Poppins', sans-serif;
// @font-face {
// 	font-family: 'HandelGothic Reguler';
// 	src: url('../fonts/HandelGothic Regular.ttf');
// 	font-weight: normal;
// 	font-style: normal;
// }

img {
  max-width: 100%;
}

  input:focus, textarea:focus, select:focus {
    outline: none;
  }

  a, a:hover {
    text-decoration: none;
  }

  ul {
    margin: 0;
  }

  li, ol {
    list-style: none;
  }
  .spacer{
    width: 100%;
    margin:0;
    padding: 0;
    display: block;
    clear: both;
  }

  header.sticky {
    width: 100%;
    z-index: 999;
    position: fixed;
    background: #fff;
  }

  header {  
    width: 100%;
    padding: 0px 0;
    z-index: 999;
    position: relative;
    height: 106px;
    margin-top: 40px !important;
    .logo-part{  
      position: absolute;
      top: 13px;
      left: 0;
      z-index: 99;
      img{
        width: 390px;
      }
    }
    .main_menu_area{
      padding: 0;
    }
    .top_menu_right{
      font-size: 0;
      padding-top: 10px;
      ul{
        padding: 10px 30px;
        li{
          display: inline-block;
          font-size: 16px;
          list-style: none;
          margin-left: 14px;;
          a{
            color: #313131;
            line-height: 35px;
            display: inline-block;
            font-family: 'Poppins',sans-serif;
            i{
              color: #8abc47;
              margin-right: 5px;
            }
          }
          a.elig_but{
            color: #fff;
            padding: 0 20px;
            background: #8abc47;
            border-radius:4px;
          }
          a:hover{
            color: #8abc47;
            text-decoration: none;
          }
          a.elig_but:hover{
            color: #fff;
            background: #000;
          }
        }
      }
    }
    
@keyframes blinkingText{
  0%{   color: #eca65a;  }
  49%{  color: #eca65a; }
  50%{  color: #fff; }
  99%{  color:transparent;  }
  100%{ color: #eca65a;  }
}
  
   .menu-part {
     background: #003a66;
     padding: 10px 30px;
      ul {
        padding-right: 40px;
        li { display: inline-block;position: relative;

          a {
           color: #fff;
            font-size: 11px; 
            font-weight: 400;
            line-height: 19px;
            font-weight: 600;
            padding: 10px 0;
            margin-left: 6px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-family: 'Poppins',sans-serif;
          }
          a:hover{
            color: #9fdc4e;
            text-decoration: none;
          }
        }
        ul.sub-menu{  
                position: absolute;
                background: #003a66;
                margin: 9px 0 0;
                width: 265px;
                padding: 2px;
                text-align: left;
                top: 100%;
                left: 0;
                z-index: 1000;
                /* font-size: 6px; */
                    -webkit-transform: scaleY(0);
                -ms-transform: scaleY(0);
                transform: scaleY(0);
                -webkit-transition: all 400ms ease-out;
                -o-transition: all 400ms ease-out;
                transition: all 400ms ease-out;
                -webkit-transform-origin: 50% 0;
                -ms-transform-origin: 50% 0;
                transform-origin: 50% 0;
    

            li{display: block;
              a{    display: block;    background: none;
                color: #ffffff;
                margin: 0;
                font-weight: 400;    padding: 11px 14px;
                font-size: 12px;}
                a:hover{background-color: #678e32;color: #ffffff; margin-left: 0 !important;}
                }
          }
          ul.sub-menu:before {
              position: absolute;
              left: 0;
              top: 0;
              height: 100%;
              width: 100%;
              padding: 10px;
              outline-offset: -10px;
              content: "";
              z-index: -1;
                ul.sub-menu:before {
                    position: absolute;
                    left: 0;
                    top: 0;
                    height: 100%;
                    width: 100%;
                    padding: 10px;
                    outline: 1px solid #555555;
                    outline-offset: -10px;
                    content: "";
                    z-index: -1;
                }
          }


          ul.sub-menu li ul.sub-menu {  
                position: absolute;
                background: #141414;
                margin: 0;
                width: 200px;
                padding: 2px;
                text-align: left;
                 top: -4%;
                left: 100%;
                z-index: 1000;
                /* font-size: 6px; */
                    -webkit-transform: scaleY(0);
                -ms-transform: scaleY(0);
                transform: scaleY(0);
                -webkit-transition: all 400ms ease-out;
                -o-transition: all 400ms ease-out;
                transition: all 400ms ease-out;
                -webkit-transform-origin: 50% 0;
                -ms-transform-origin: 50% 0;
                transform-origin: 50% 0;
    

            li{display: block;
              a{    display: block;    background: none;
                color: #ffffff;
                font-size: 14px;
                font-weight: 400;    padding: 7px 14px;
                font-size: 9px; margin-left: 0;}
                a:hover{background-color: #678e32;color: #ffffff;}
                }
          }
        li:hover ul.sub-menu{display: block;  transform: scaleY(1);}

        li ul.sub-menu li:hover ul.sub-menu {display: block;  transform: scaleY(1);}



        /* li.current-menu-item a {
          border: 1.5px solid #fff;
        } */

      }

    }  
  }
  .main_slider{
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    .social_info{
      position: absolute;
      bottom: 364px;
      left: -100px;
      z-index: 9;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
     /*  filter: progid:DXImageTransform.Microsoft.BasicImag; */
      .social_link_con{
        float: left;
        span{
          width: 50px;
          height: 1px;
          background: #000;
          margin: 0 10px;
          float: left;
          margin-top: 9px;
        }
        ul{
          float: left;
          li{
            list-style: none;
            display: inline-block;
            a{
              color: #000;
              font-size: 11px;
              font-weight: 400;
              margin: 0 5px;
            }
            a:hover{
              color: #2c774b;
            }
          }
        }
        label{
          color: #000;
          font-size: 15px;
          float: left;
          font-weight: 400;
          letter-spacing: 2px;
        }
      }
    }
    .owl-nav{
      width: 90% !important;
      bottom: 40px;
      right: 0;
    }
    .owl-dots {
      display: none;
    }
    .owl-controls{
      text-align: left !important;
      margin-top: -15px !important;
    }
    .owl-prev{
      width: 38px;
      display: inline-block;
      margin-right: 5px;
      span.prev{
        i{
          height:36px;
          background: #8abc47;
          line-height: 36px;
          color: #fff;
          width: 36px;
          font-size: 18px;
          text-align: center;
        }
      }
    }
    .owl-next{
      width: 38px;
      display: inline-block;
      span.next{
        i{
          height:36px;
          background: #8abc47;
          line-height: 36px;
          color: #fff;
          width: 36px;
          font-size: 18px;
          text-align: center;
        }
      }
    }
  }
  .banner {
    position: relative;
    .banner_pic_con{
      width: 100%;
      float: right;
      padding: 0 10%;
      margin-bottom: 100px;
    }
    .bantext{
      position: absolute;
      width: 70%;
      top: 250px;
      right: 10%;
      background: #fff;
      padding: 20px;
      h2{
        color: #003a66;
        font-size: 30px;
        margin: 0 0 10px;
        line-height: 30px;
        font-weight: 600;
        text-transform: uppercase;
      }
      h3{
        color: #000;
        font-size: 15px !important;
        margin: 0 0 10px;
        padding-left: 45px;
        font-weight: 300;
        position: relative;
        span{
          width: 30px;
          height: 1px;
          position: absolute;
          left: 0;
          top: 10px;
          background: #000;
        }
      }
      p{
        color: #000;
        font-size: 14px;
        line-height: 20px;
        margin: 0;
        padding-left: 45px;
        position: relative;
        font-weight: 300;
        span{
          width: 30px;
          height: 1px;
          position: absolute;
          left: 0;
          top: 10px;
          background: #000;
        }
      }
      a{
        color: #000;
        font-size: 15px;
        padding: 15px 40px;
        background: #fff;
        display: inline-block;
        margin-top: 30px;
      }
      a:hover{
        color: #fff;
        background: #d55500;
      }
    }
  .owl-pagination{
    display: none;
  }
}
.single_sidebar{
  background: #fff;
    box-shadow: 0 0 10px -3px #000;
  label{
    display: none;
  }
  select{
    width: 100%;
    padding: 10px;
    height: 40px;
    border: solid 1px #999;
    color: #666;
  }
  .tagcloud{
    padding: 10px 15px 20px;
    a{
      font-size: 14px !important;
      color: #222;
      margin: 0 5px 5px 0;
      display: inline-block;
    }
    a:hover{
      color: #666;
    }
  }
}
.tagcat{
  padding-bottom: 30px;
  h3{
    margin: 0 0 15px !important;
    color: #003a66;
  }
  ul{
    li{
      display: inline-block;
      margin: 0 3px 5px 0 !important;
      padding: 0 !important;
      a{
        padding: 3px 6px;
        background: #c7d8e4;
        color: #003a66;
        display: inline-block;
      }
      a:hover{
        background: #ccc;
      }
    }
    li:before{
      content: '';
      width: 0 !important;
      height: 0 !important;
    }
  }
}
.ban_main{
  position: relative;
  padding-top: 80px;
  .ban_dot{
    position: absolute;
    top: 0;
    right: 0;
  }
}
.ban_still{
  position: relative;
  img{
    width: 100%;
    max-height: 567px;
  }
  .ban_still_over{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 0 60px;top: -76px;
    h3{
      color: #fff;
      font-size: 28px;
      font-weight: 300;
      margin: 0 0 10px;
      text-transform: capitalize;
    }
    h4{
      color: #fff;
      text-shadow: 0 0 10px #000;
      font-size: 32px;
      padding-right: 22%;
      margin: 20px 0;
      line-height: 30px;
      font-weight: 600;
      span{
        display: block;
        font-size: 20px;
        font-weight: 400;
      }
    }
    h1{
      color: #fff;
      font-size: 50px;
      margin: -5px 0 15px;
      font-weight: 800;
      text-transform: uppercase;
    }
    a{
      color: #fff;
      background: #a5d268;
      font-size: 13px;
      display: inline-block;
      width: 200px;
      text-align: center;
      text-transform: uppercase;
      height: 50px;
      line-height: 50px;
      position: relative;
      margin-top: 5px;
      font-weight: 600;
      i{
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        position: absolute;
        right: -51px;
        top: 0;
        background: #8abc47;
      }
    }
    a.s_con_but{
      margin-right: 70px;
    }
    a:hover{
      background: #666;
    }
    a:hover i{
      background: #333;;
    }
  }
}
.our_service_arae{
  padding: 0px 0 40px;
  h2{
    color: #003a66;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    margin: 0 0 30px;
    span{
      display: block;
      background: #8abc47;
      width: 60px;
      height: 2px;
      margin: 10px auto 0;
    }
  }
  .os_info{
    height: 86px;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 10px -3px #000;
    margin: 15px 0;
    .os_info_pic{
      width: 76px;
      height: 86px;
      background: #003a66;
      display: flex;
      align-items: center;
      justify-content: center;
      float: left;
    }
    .os_info_con{
      float: left;
      width: 78%;
      padding: 14px 0 0 4%;
      height: 86px;
      h3{
        color: #151c32;
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 5px;
      }
      p{
        color: #444;
        font-size: 13px;
        line-height: 16px;
        margin: 0;
      }
    }
  }
  .os_info:hover{
    background: #003a6629;
  }
}
.why_choose_main_area{
  padding: 40px 0 0;
  h2{
    color: #003a66;
    font-size: 40px;
    margin: 0 0 30px;
    font-weight: 600;
    text-align: center;
    span{
      display: block;
      width: 60px;
      height: 2px;
      background: #8abc47;
      margin: 10px auto 0;
    }
  }
  .why_choose_main_left{
    h3{
      color: #222;
      font-size: 24px;
      margin-bottom: 15px;
    }
    p{
      color: #444;
      font-size: 15px;
      line-height: 24px;
      margin-bottom: 20px;
      text-align: left;
    }
  }
  .why_choose_main_right{
    .accordion_icon_div{
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px;
      background: #003a66;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .accordion__header {
      background-color: #f5f5f5;
      color: #222;
      cursor: pointer;
      padding: 10px 10px 10px 65px;
      height: 50px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      position: relative;
      margin-top: 10px;
    }
    .accordion__header:hover{
      background-color: #3987c2;
      color: #fff;
      h2{
        color: #fff;
      }
    }
    .accordion__header > * {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 18px;
      text-align: left;
      line-height: 30px;
      color: #222;
      font-weight: 400;
    }
    .accordion__header.is-active {
      background-color: #3987c2;
      color: #fff;
      h2{
        color: #fff;
      }
    }
    
    .accordion__toggle {
      height: 3px;
      background-color: #fff;
      width: 13px;
      display: block;
      position: relative;
      flex-shrink: 1;
      border-radius: 2px;
    }
    
    .accordion__toggle::before {
      content: "";
      width: 3px;
      height: 13px;
      display: block;
      background-color: #fff;
      position: absolute;
      top: -5px;
      left: 5px;
      border-radius: 2px;
    }
    
    .is-active .accordion__toggle {
      background-color: #fff;
    }
    .is-active .accordion__toggle::before {
      display: none;
    }
    
    
    .accordion__body {
      display: none;
      padding: 0 18px;
      background-color: #f5f5f5;
      p{
        color: #444;
        font-size: 14px;
        padding: 15px 0;
        margin: 0;
        text-align: left;
      }
    }
    .accordion__body.is-active {
      display: block;
    }
  }
}
.why_choose_area{
  padding: 0;
  .con_first_class{
    padding: 0;
    margin-top: 40px;

    .how_area{
      background: #003a66;
      padding: 40px 0;
      .con_first_class_left{
        padding-right: 40px;
      }
    }
    h2{
      color: #003a66;
      font-size: 40px;
      font-weight: 800;
      text-align: center;
      margin: 0 0 30px;
      span{
        width: 60px;
        height: 2px;
        display: block;
        margin-top: 10px;
        background: #8abc47;
        margin: 14px auto 0;
      }
    }
    p{
      color: #fff;
      font-size: 16px;
      line-height: 24px;
      text-align: left;
    }

    ul{column-count: 2;
      li{
        display: block;
        position: relative;
        color: #fff;
        font-size: 16px;
        line-height: 17px;
        padding-left: 20px;
        margin-bottom: 13px;
        border: 1px solid #dedede;
        padding: 10px;
            padding-left: 10px;
        border-radius: 5px;
        padding-left: 60px;
        span{
          width: 30px;
          float: left;
          position: absolute;
          left: 10px;
          background: #fff;
          color: #003a66;
          text-align: center;
          border-radius: 50%;
          height: 30px;
          line-height: 30px;
        }
        b{display: block;

        }
        i{
          position: absolute;
          top: 5px;
          left: 0;
        }
      }
    }
    a.fclass{
    color: #fff;
    background: #a5d268;
    font-size: 16px;
    display: inline-block;
    width: 240px;
    text-align: center;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin-top: 15px;
    font-weight: 500;
      i{
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        position: absolute;
        right: -51px;
        top: 0;
        background: #8abc47;
      }
    }
    a.fclass:hover{
      background: #666;
    }
    a.fclass:hover i{
      background: #333;
    }
  }
  .h_yt_vid_con{
    position: relative;
    padding: 0;
    img{
      width: 100%;
    }
    .h_yt_vid_over{
      position: absolute;
      top: 10px;
      left: 0;
      width: 100%;
      height: 100%;
      
      .h_yt_vid_over_info{
        a{
          display: inline-block;
          border-radius: 50%;
          background: #a5d268;
          color: #fff;
          font-size: 16px;
          border-radius: 8px;
          padding: 0 0 0 10px;
          overflow: hidden;
          text-transform: uppercase;
          span{
            background: #76a33c;
            display: inline-block;
            padding: 7px 10px;
            margin-left: 7px;
          }
          i{
            font-size: 12px;
            color: #fff;
            text-align: center;
            line-height: 23px;
            width: 26px;
            height: 26px;
            border: solid 2px #fff;
            border-radius: 50%;
          }
        }
        a:hover{
          background: #777;
          box-shadow: 0 0 10px -3px #000;
          span{
            background: #333;
          }
        }
        p{
          font-size: 12px;
          margin-top: 15px;
        }
      }
    }
  }
  .commit_bussiness{
    padding: 30px 15px 030px 280px;
    position: relative;
    h2{
      color: #003a66;
      font-size: 30px;
      margin: 0 0 10px;
      font-weight: 600;
      padding-bottom: 10px;
      border-bottom: solid 1px #003a66;
    }
    p{
      color: #003a66;
      font-size: 15px;
      margin: 15px 0 5px;
      text-align: left;
    }
    img.commit_bussiness_pic{
      position: absolute;
      bottom: 29px;
      left: 0;
      width: 240px;
    }
    a{
      color: #fff;
      font-size: 17px;
      background: #003a66;
      padding: 12px;
      font-weight: 500;
      text-transform: uppercase;
      display: inline-block;
      margin-top: 10px;
    }
    a:hover{
      background: #000;
    }
  }
}
.world_anywhere_area{
  padding: 40px 0;
  h3{
    color: #003a66;
    font-size: 30px;
    font-weight: 600;
    margin: 0 5% 20px 0;
    line-height: 36px;
    span{
      display: block;
      margin-top: 10px;
      width: 60px;
      height: 2px;
      background: #5d9315;
    }
  }
  p{
    color: #444;
    font-size: 14px;
    line-height: 24px;
    margin: 0 5% 0 0;
  }
  .world_anywhere_pic{
    .world_anywhere_pic_hold{
      min-height: 230px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    img{
      width: 100%;
    }
    h2{
      color: #003a66;
      font-size: 20px;
      font-weight: 400;
      text-align: center;
      text-transform: uppercase;
      margin: 15px 0;
    }
  }
}
.site_review_area{
  padding: 30px 0;
  background: url(../images/siter_back.png) no-repeat center;
  background-size: cover !important;
  .site_review_con{
    text-align: center;
    width: 20%;
    float: left;
    border-right: solid 1px  #158ad5;
    padding: 20px 0;
    h2{
      color: #fff;
      font-size: 48px;
      font-weight: 600;
      margin: 0;
      display: inline-block;
      img{
        display: inline-block;
        margin-left: 10px;
        float: right;
        margin-top: 5px;
      }
    }
    h3{
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      margin: 10px 0 0;
      font-weight: 400;
    }
  }
  .site_review_con2{
    border: none;
  }
}
.h_blog_area{
  padding: 40px 0;
  img{
    width: 100%;
    height: 130px;
  }
  h2{
    color: #003a66;
    font-size: 40px;
    margin: 0 0 30px;
    font-weight: 600;
    text-align: center;
    span{
      display: block;
      width: 60px;
      height: 2px;
      background: #8abc47;
      margin: 10px auto 0;
    }
  }
  a.view_hb{
    border: solid 1px #151c32;
    font-size: 16px;
    color: #151c32;
    display: inline-block;
    margin-top: 40px;
    padding: 10px 35px;
  }
  a.view_hb:hover{
    border: solid 1px #73a430;
    color: #73a430;
  }
  .hb_info{
    background: #f5f5f5;
    padding: 20px;
    h3{
      color: #003a66;
      font-weight: 600;
      font-size: 16px;
      margin: 0 0 10px;
      height: 32px;
      overflow: hidden;
    }
    p{
      color: #444;
      font-size: 14px;
      line-height: 20px;
      text-align: left;
      height: 56px;
      overflow: hidden;
    }
    ul{
      padding-top: 20px;
      margin-top: 30px;
      border-top: solid 1px #ddd;
      li{
        display: inline-block;
        margin-right: 10px;
        color: #444;
        font-size: 12px;
        i{
          margin-right: 5px;
        }
        span{
          color: #5e9b4b;
        }
      }
    }
  }
}
.blog_test_area{
  padding: 0 0 50px;
  .blog_test_area_info{
    padding-top: 30px;
    border-top: solid 1px #baec77;
  }
  h2{
    color: #000;
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 600;
    span{
      background: #a5d268;
      font-size: 13px;
      padding: 6px 10px 3px 10px;
      margin-bottom: 10px;
      font-weight: 300;
      display: inline-block;
      text-transform: uppercase;
    }
  }
  .ht_con{
    h4{
      color: #00325a;
      font-size: 18px;
      font-weight: 600;
      margin: -10px 0;
      height: 40px;
      overflow: hidden;
      text-transform: uppercase;
    }
    .tyt_vid_con{
      position: relative;
      height: 240px;
      margin: 0 5px;
      img{
        height: 100%;
      }
      .tyt_vid_over{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #00000073;
        img{
          width: 70px;
          height: auto;
        }
      }
      .tyt_vid_over:hover{
        background: #000000c4;
        transition: all 500ms ease-in-out 0ms;
      }
    }
    .tyt_vid_con_inner{
      height: auto;
    }

    p{
      color: #616161;
      font-size: 14px;
      line-height: 20px;
      text-align: left;
      overflow: hidden;
    }
    img.su_pic{
      margin-bottom: 20px;
    }
    a{
      padding: 15px;
      background: #eee;
      display: block;
      margin: 10px 0;
    }
    a:hover{
      background: #ddd;
    }
    h5{
      color: #00325a;
      font-size: 20px;
      margin: 0;
      span{
        font-weight: 600;
      }
    }
    .htesti_name{
      position: relative;
      padding-bottom: 10px;
      padding-top: 20px;
      img{
        width: 90px;
      }
      h4{
        color: #616161;
        font-size: 15px;
        margin: 0;
        font-weight: 300;
        label{
          color: #000;
          font-weight: 600;
          text-transform: uppercase;
        }
        span{
          display: block;
          width: 50px;
          height: 3px;
          background: #a5d268;
          margin-bottom: 15px;
          margin-top: 15px;
        }
      }
    }
    .ht_info{
      position: relative;
      img.comma{
        width: auto !important;
        position: absolute;
        top: 0;
        left: -20px;
        z-index: -1;
      }
    }
    .owl-prev{
      position: absolute;
      top: -54px;
      right: 40px;
      i{
        color: #fff;
        font-size: 18px;
        background: #003a66;
        height: 40px;
        line-height: 40px;
        width: 40px;
      }
      i:hover{
        background: #5e5c5c;
        color: #fff;
      }
    }
    .owl-next{
      position: absolute;
      top: -54px;
      right: 0;
      i{
        color: #fff;
        font-size: 18px;
        background: #003a66;
        height: 40px;
        line-height: 40px;
        width: 40px;
      }
      i:hover{
        background: #5e5c5c;
        color: #fff;
      }
    }
    .case-study{
      img{
        height: 135px;
      }
    }
  }
  .news_con{
    padding: 40px 30px 70px 30px;
    background: #f2f2f2;
    margin-top: 30px;
    position: relative;
    .sub_mail_icon{
      position: absolute;
      right: 20px;
      bottom: 0;
    }
    input:not([type=submit]){
      background: #fff;
      padding: 10px;
      color: #000;
      height: 44px;
      width: 80%;
      border: none;
      float: left;
    }
    input:not([type=submit])::placeholder{
      color:#000;
    }
    input[type=submit]{
      background: #fff;
      height: 44px;
      color: #000;
      width: 20%;
      float: left;
      border: none;
    }
    input[type=submit]:hover{
      background: #a5d268;
    }
    p{
      color: #000;
      line-height: 26px;
      margin-top: 20px;
    }
  }
}
footer{
  position: relative;
  .footer_over{
    position: absolute;
    top: 0;
    left: 0;
    img{
      width: 88%;
      min-height: 504px;
    }
  }
}
.inner_ban_con{
  position: relative;
  padding: 30px;
  img{
    width: 100%;
    min-height: 250px;
  }
  .inner_bantext{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    .inner_bantext_con{
      text-align: center;
      h1{
        margin: 0 30px 10px;
        font-size: 42px;
        font-weight: 600;
      }
      ul{
        margin: 0 30px;
        li{
          display: inline-block;
          color: #fff;
          font-size: 16px;
          span{
            margin: 0 10px;
            color: #fff;
          }
          a{
            color: #8abc47;
          }
          a:hover{
            color: #fff;
          }
        }
      }
    }
  }
}
.nz_prob_details_area{
  padding: 50px 0;
  background: #f5faff;
  .nz_prob_details_link_left{
    ul{
      li{
        display: block;
        a{
          padding: 10px 25px 10px 15px;
          display: block;
          background: #fff;
          font-size: 16px;
          position: relative;
          color: #000;
          margin-bottom: 10px;
          box-shadow: 0 0 13px -6px #000;
          i{
            color: #a5a6b4;
            position: absolute;
            top: 12px;
            right: 14px;
          }
        }
        a:hover{
          background: #003a66;
          color: #fff;
          transition: all 300ms ease-in-out 0ms;
        }
        a:hover i{
          color: #6689a3;
        }
      }
    }
  }
  .free_asses_con{
    padding-top: 20px;
    h2{
      color: #003a66;
      font-size: 26px;
      margin: 0 0 20px;
      font-weight: 600;
      span{
        color: #1e1e1e;
        font-size: 20px;
        display: block;
        font-weight: 300;
      }
    }
    ul{
      li{
        display: block;
        a{
          padding: 15px 15px 15px 80px;
          display: block;
          font-size: 19px;
          position: relative;
          background: #003a66;
          color: #fff;
          margin-bottom: 10px;
          box-shadow: 0 0 13px -6px #000;
          font-weight: 600;
          span{
            color: #fff;
            font-size: 16px;
            display: block;
            font-weight: 300;
          }
          i{
            color: #0067ed;
            position: absolute;
            top: 15px;
            left: 22px;
            font-size: 50px;
          }
        }
        a.fees_a{
          padding: 25px 15px 25px 80px;
          i{
            top: 19px;
            left: 16px;
            font-size: 40px;
            color: #003a66;
          }
        }
        a:hover{
          background: #003a66;
          color: #fff;
          transition: all 300ms ease-in-out 0ms;
        }
        a:hover span{
          color: #fff;
        }
        a:hover i{
          color: #6689a3;
        }
      }
    }
    .free_ass_vid_con{
      position: relative;
      .free_ass_vid_over{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .free_ass_vid_over:hover img{
        transform: scale(1.5);
        transition: all 500ms ease-in-out 0ms;
      }
    }
    .yt_vid_con{
      margin-top: 30px;
    }
  }
  .nz_prob_details_form_left{
    padding: 20px;
    background: #8abc47;
    margin-top: 20px;
    h2{
      color: #fff;
      font-size: 20px;
      margin: 0 0 10px;
      padding-left: 15px;
      position: relative;
    }
    h2:before{
      content: '';
      width: 3px;
      height: 30px;
      position: absolute;
      left: 0;
      top: 0px;
      background: #003a66;
    }
    .en_box{
      padding: 10px;
      border-radius: 5px;
      height: 46px;
      color: #aaaaaa;
      border: none;
      width: 100%;
      margin-top: 15px;
    }
    .en_sel_box{
      padding: 10px;
      border-radius: 5px;
      height: 100px;
      color: #aaaaaa;
      border: none;
      width: 100%;
      option{
        margin: 6px 0;
      }
    }
    p{
      color: #fff;
      font-size: 15px;
      margin: 15px 0;
    }
    .en_but{
      padding: 10px 40px;
      color: #fff;
      background: #003a66;
      margin-top: 10px;
      border: none;
    }
    .en_but:hover{
      background: #000;
    }
    ul{
      list-style: none;
      margin: 0;
      padding: 0;
      overflow: auto;
      padding-bottom: 15px;
      margin-left: -5px;
      margin-top: -10px;
    }
    
    ul li{
      color: #fff;
      display: block;
      position: relative;
      float: left;
      margin-right: 20px;
    }
    
    ul li input[type=radio]{
      position: absolute;
      visibility: hidden;
    }
    
    ul li label{
      display: block;
      position: relative;
      font-weight: 300;
      font-size: 16px;
      padding: 15px 0 15px 40px;
      margin: 0 auto;
      height: 30px;
      z-index: 9;
      cursor: pointer;
      -webkit-transition: all 0.25s linear;
    }
    
    ul li:hover label{
      color: #FFFFFF;
    }
    
    ul li .check{
      display: block;
      position: absolute;
      border: 4px solid #fff;
      border-radius: 100%;
      height: 25px;
      width: 25px;
      top: 12px;
      left: 9px;
      z-index: 5;
      transition: border .25s linear;
      -webkit-transition: border .25s linear;
    }
    
    ul li:hover .check {
      border: 4px solid #FFFFFF;
    }
    
    ul li .check::before {
      display: block;
      position: absolute;
      content: '';
      border-radius: 100%;
      height: 15px;
      width: 15px;
      top: 0;
      left: 0x;
      margin: auto;
      transition: background 0.25s linear;
      -webkit-transition: background 0.25s linear;
    }
    
    input[type=radio]:checked ~ .check {
      border: 5px solid #fff;
    }
    
    input[type=radio]:checked ~ .check::before{
      background: #fff;
    }
    
    input[type=radio]:checked ~ label{
      color: #fff;
    }
    
  }
  .complex_details{
    .details_bpic{
      margin-bottom: 20px;
    }
    .fees_table_con{
      .fees_table_main{
        box-shadow: 0 0 6px -3px #000;
        margin-bottom: 30px;
      }
      a{
        color: #fff;
        background: #a5d268;
        font-size: 13px;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        height: 40px;
        padding: 0 30px;
        line-height: 40px;
        position: relative;
        margin-bottom: 15px;
        font-weight: 600;
      }
      a:hover{
        background: #222;
      }
      .price_result{
        width: auto;
        background: #666;
        padding: 10px 20px;
        border-radius: 5px;
        h5{
          position: relative;
          margin: 0;
          color: #fff;
          font-size: 24px;
          letter-spacing: 2px;
          font-weight: 600;
          display: inline-block;
          label{
            font-size: 14px;
            font-weight: 400;
            height: 0;
            position: absolute;
            top: 6px;
          }
        }
        h6{
          font-weight: 400;
          font-size: 18px;
          margin: 0 0 0 10px;
          display: inline-block;
        }
        p{
          font-weight: 400;
            font-size: 14px;
            display: block;
            margin: 0;
            padding: 0;
            color: #fff;
            span{
              font-size: 12px;
            }
        }
        p.ext_p{
          font-size: 14px !important;
          line-height: 20px !important;
          font-weight: 400 !important;
          span{
            margin: 0 !important;
          }
        }
      }
    }
    h2{
      color: #003a66;
      font-size: 29px;
      margin: 0 0 10px;
      font-weight: 600;
      // span{
      //   color: #000;
      // }
    }
    h4{
      color: #003a66;
      font-size: 22px;
      margin: 20px 0 20px;
      font-weight: 600;
    }
    p{
      color: #726f6f;
      font-size: 16px;
      line-height: 34px;
      margin-bottom: 15px;
      text-align: left;
      a{
        color: #003a66;
        font-weight: 600;
      }
      a.hlt_cls{
        color: #003a66;
        font-weight: 600;
        padding: 1px 0px;
        border-bottom: 4px solid #003a66;
      }
      a.hlt_cls:hover{
        background: #666;
      }
    }
    a.fees_but{
      color: #fff;
      background: #a5d268;
      font-size: 13px;
      display: inline-block;
      width: 235px;
      text-align: center;
      text-transform: uppercase;
      height: 50px;
      line-height: 50px;
      position: relative;
      margin-top: 5px;
      margin-bottom: 25px;
      font-weight: 600;
      i{
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        position: absolute;
        right: -51px;
        top: 0;
        background: #8abc47;
      }
    }
    a.fees_but1{
      margin-right: 70px;
    }
    a.fees_but:hover{
      background: #666;
      i{
        background: #333;
      }
    }
    table{
      width: 100%;
      background: #fff;
      tr.fees_table_head{
        background: #003a66;
        color: #fff;
        display: block;
        padding: 0 10px;
        th{
          padding: 10px 10px 10px 20px;
          font-size: 20px;
          font-weight: 400;
        }
        th.fees_table_head1{
          width: 29%;
        }
        th.fees_table_head2{
          width: 28%;
        }
        th.fees_table_head3{
          width: 18%;
        }
      }
      tr.fees_table_info{
        padding: 15px 10px;
        display: block;
      }
      td.t_visa_name{
        color: #003a66;
        font-size: 20px;
        font-weight: 400;
        border: solid 1px #ebebeb;
        padding: 10px 10px 10px 20px;
        width: 27%;
      }
      td.t_visa_info{
        color: #000;
        font-size: 15px;
        font-weight: 400;
        padding: 0 0 0 5px;
        width: 27%;
        table{
          tr{
            td{
              padding: 10px 10px 10px 20px;
              border: solid 1px #ebebeb;
              margin-bottom: 5px;
              display: flex;
              align-items: center;
              height: 46px;
            }
          }
        }
      }
      td.t_visa_info2{
        width: 20%;
      }
    }
    ol{
      |li{
        text-align: left !important;
      }
    }
    ul.devide_cls{
      column-count: 2;
      padding-bottom: 15px;
    }
    ul{
      li{
        color: #726f6f;
        font-size: 16px;
        line-height: 34px;
        margin-bottom: 15px;
        margin: 0 0 10px;
        position: relative;
        padding-left: 25px;
        span{
          color: #003a66;
          font-weight: 600;
        }
        a{
          color: #003b67;
          text-decoration: underline;
        }
        a:hover{
          color: #8abc47;
        }
        ol{
          padding-top: 10px;
          li{
            margin-left: 15px;
            list-style: decimal;
            padding-left: 10px;
          }
          li:before{
            content: '';
            width: 0;
            height: 0;
          }
        }
      }
      li:before{
        content: '';
        width: 10px;
        height: 10px;
        background: #003b67;
        position: absolute;
        left: 0;
        top: 13px;
      }
    }
    .newz_logo{
      float: right;
      margin: 0 0 20px 20px;
    }
    .study_visa_right_pic{
      float: right;
      width: 100%;
      img{
        margin: 20px 0 0;
        width: 100%;
      }
    }
    .call_us_div{
      float: right;
      background: url(../images/detail_call_us_back.png) no-repeat;
      background-size: cover;
      margin: 0 0 20px 20px;
      padding: 25px 40px;
      h3{
        color: #fff;
        font-size: 23px;
        margin: 0 0 20px;
        span{
          font-size: 30px;
          display: block;
        }
      }
      a{
        color: #003a66;
        font-size: 17px;
        font-weight: 600;
        padding-left: 40px;
        position: relative;
      }
      a:before{
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 35px;
        height: 1px;
        background: #003a66;
      }
    }
    .visa_study_icon{
      margin: 0 -5px;
      .visa_study_icon_con{
        padding: 15px 15px 15px 70px;
        display: block;
        background: #fff;
        font-size: 13px;
        position: relative;
        color: #003a66;
        margin-bottom: 10px;
        box-shadow: 0 0 13px -6px #000;
        font-weight: 600;
        width: 31%;
        float: left;
        height: 64px;
        margin: 0 5px 10px;
        border: solid 1px #003965;
        display: flex;
        align-items: center;
        img{
          color: #0067ed;
          position: absolute;
          top: 10px;
          left: 14px;
          font-size: 50px;
        }
        h4{
          color: #003a66;
          margin: 0;
          font-weight: 600;
          font-size: 13px;
          line-height: 20px;
        }
      }
      .visa_study_icon_con:hover{
        background: #9ad3fe;
      }
    }
  }
  .investment_info_area{
    padding: 15px 15px;
    background: url(../images/invest_back.png) no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    .invest_info{
      padding: 20px 10px 25px;
      margin: 15px 0;
      background: #0000001f;
      border: solid 1px #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      img{
        margin: 0 auto;
        display: block;
      }
      h3{
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        margin: 15px 0 0;
      }
    }
  }
  .family_visa_info{
    .family_visa_info_con{
      padding: 20px;
      background: #eee;
      margin-bottom: 20px;
      h2{
        color: #222;
        font-size: 24px;
        font-weight: 600;
        margin: 0 0 10px;
      }
      p{
        color: #666;
        font-size: 15px;
        line-height: 24px;
        a{
          color: #003a66;
          font-size: 15px;
          padding: 0;
          font-weight: 600;
          background: none;
        }
        a:hover{
          color: #8abc47;
          background: none;
        }
      }
      a{
        color: #003a66;
font-size: 15px;
display: inline-block;
font-weight: 600;
border-bottom: 2px solid #003a66;
      }
      a:hover{
        background: #8abc47;
      }
    }
  }
  .work_visa_info{
    h3{
      margin: 30px 0 0;
      font-size: 20px;
      color: #003a66;
      font-weight: 600;
      position: relative;
      padding-left: 26px;
      img{
        position: absolute;
        top: -4px;
        left: -15px;
        width: 30px;
      }
    }
    ul{
      padding-left: 26px;
      li{
        color: #003a66;
        font-size: 16px;
        margin-top: 10px;
        position: relative;
        padding-left: 20px;
        span{
          font-size: 15px;
          margin-top: 10px;
          padding-left: 20px;
          color: #3b3b3b;
          display: block;
          position: relative;
        }
        span:before{
          content: '';
          width: 15px;
          height: 1px;
          background: #3b3b3b;
          position: absolute;
          left: 0;
          top: 8px;
        }
      }
      li:before{
        content: '';
        width: 10px;
        height: 10px;
        background: #003b67;
        position: absolute;
        left: 0;
        top: 6px;
      }
    }
  }
  .affil_area{
    padding: 20px 0;
    font-size: 0;
    h2{
      color: #003a66;
      font-size: 27px;
      margin: 0 0 10px;
      font-weight: 600;
    }
    ul{
      li{
        display: inline-block;
        margin: 0 1.9% 20px 0;
        width: 18%;
        border: solid 1px #222;
      }
    }
  }
  .sumnmary_con1{
    margin-bottom: 30px;
  }
  .summary_right{
    float: right;
    width: 40%;
    margin-left: 20px;
  }
  .sumnmary_con{
    padding: 15px;
    background: #003a66;
    h2{
      color: #fff;
      font-size: 27px;
      margin: 0 0 15px;
    }
    p{
      color: #fff;
      font-size: 15px;
      font-style: italic;
      line-height: 26px;
    }
    h3{
      color: #fff;
      font-size: 15px;
      margin: 0;
      font-weight: 600;
      letter-spacing: 1.5px;
      a{
        color: #fff;
      }
      a:hover{
        color: #8abc47;
      }
    }
    h4{
      color: #fff;
      font-size: 16px;
      margin: 20px 0 10px;
    }
  }
  .book_apt{
    padding: 30px 40px;
    background: #003a66;
    position: relative;
    h2{
      color: #fff;
      font-size: 26px;
      font-weight: 600;
      margin: 0;
    }
    a{
      position: absolute;
      top: 23px;
      right: 40px;
      color: #fff;
      font-size: 14px;
      padding: 12px 20px;
      border-radius: 30px;
      background: #8abc47;
    }
    a:hover{
      background: #fff;
      color: #000;
    }
  }
  .lang_area{
    padding-top: 60px;
    h2{
      font-size: 26px;
      font-weight: 600;
      color: #003366;
      margin: 0 9% 20px;
      padding-bottom: 30px;
      border-bottom: solid 1px #c4d114;
    }
    ul{
      li{
        list-style: none;
        display: inline-block;
        margin: 4px 3px;
        width: 55px;
      }
    }
  }
}
.nz_prob_area{
  padding: 50px 0;
  background: #e6e6e6;
  .nz_prob_con{
    background: #fff;
    padding: 30px 15px;
    box-shadow: 0 0 13px -6px #000;
    img{
      height: 460px;
      width: 100%;
    }
    .nz_prob_info{
      h3{
        color: #181818;
        font-size: 27px;
        margin: 0;
      }
      h2{
        color: #003a66;
        font-size: 40px;
        margin: 0 0 10px;
        font-weight: 600;
        span{
          color: #000;
        }
      }
      p{
        color: #726f6f;
        font-size: 16px;
        line-height: 34px;
        margin-bottom: 15px;
        text-align: left;
      }
      .accordion {
        color: #726f6f;
        cursor: pointer;
        background: #fff;
        padding: 12px 0 12px 36px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
        text-transform: capitalize;
        position: relative;
      }
      
      .active, .accordion:hover {
        background-color: #fff;
      }
      
      .accordion:after {
        content: '\002B';
        color: #fff;
        background: #599cf3;
        font-weight: bold;
        position: absolute;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        text-align: center;
        line-height: 26px;
        top: 9px;
        left: 0;
      }
      
      .active:after {
        content: "\2212";
      }
      
      .panel {
        padding: 0 18px;
        background-color: #f2f2f2;
        border: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        p{
          color: #a09692;
          font-size: 15px;
          line-height: 24px;
          margin: 10px 0;
        }
      }
    }
  }
}
.visa_value_area{
  background: url(../images/visa_value_back.png) no-repeat;
  background-size: cover;
  padding: 40px 0 80px;
  text-align: center;
  h3{
    color: #fff;
    font-size: 16px;
    margin: 0 0 5px;
  }
  h2{
    font-size: 45px;
    color: #fff;
    margin: 0 0 40px;
    span{
      display: block;
      font-size: 32px;
    }
  }
  .visa_value_bot_con{
    padding-top: 40px;
    margin-top: 25px;
    border-top: dashed 1px #565656;
  }
  .visa_value_con{
    padding: 0;
    .visa_value_icon{
      width: 76px;
      height: 76px;
      border-radius: 10px;
      background: #8abc47;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
    }
    .visa_value_info_bord{
      border-right: dashed 1px #565656;
    }
    .visa_value_info{
      padding: 20px 20px 15px;
      h4{
        color: #fff;
        font-size: 17px;
        line-height: 24px;
        margin: 0;
        min-height: 36px;
        font-weight: 600;
      }
      p{
        color: #fff;
        font-size: 13px;
        line-height: 22px;
        margin: 0;
        min-height: 66px;
      }
    }
    a{
      color: #fff;
    }
    a:hover{
      color: #8abc47;
    }
  }
  .visa_value_con:hover .visa_value_icon{
    background: #02487d;
  }
}
.prob_enquiry_area{
  background: #fff;
  padding-bottom: 60px;
  .prob_enquiry_hold{
    background: #fff;
    box-shadow: 0 0 10px -3px #000;
    margin-top: -40px;
    margin-left: 5%;
  }
  .lang_area {
    padding-top: 60px;
    padding-left: 14%;
    h2{
      font-size: 26px;
      font-weight: 600;
      color: #003366;
      margin: 0 9% 20px;
      padding-bottom: 30px;
      border-bottom: solid 1px #c4d114;
    }
    ul{
      li{
        list-style: none;
        display: inline-block;
        margin: 4px 3px;
        width: 55px;
      }
    }
  }
  .prob_enquiry_left{
    padding: 30px 20px;
    background: #8abc47;
    h2{
      color: #fff;
      font-size: 22px;
      margin: 0 0 20px;
    }
  }
  .prob_enquiry_form{
    padding: 0 25px;
    h2{
      color: #003a66;
      font-size: 35px;
      text-align: center;
      margin: 30px 0 20px;
      font-weight: 600;
      span{
        color: #000;
      }
    }
    input:not([type=submit]), textarea{
      border: solid 1px #cdcdcd;
      height: 50px;
      padding: 20px 15px 10px;
      width: 100%;
      margin-bottom: 15px;
      color: #222;
    }
    textarea{
      height: 80px;
    }
    input[type=submit]{
      padding: 15px 35px;
      color: #000;
      font-size: 14px;
      border-radius: 25px;
      background: #8abc47;
      border: none;
      font-weight: 600;
    }
    input[type=submit]:hover{
      background: #000;
      color: #fff;
    }
  }
}
.adviser_area{
  padding: 60px 0;
  h3{
    font-size: 15px;
    color: #003366;
    margin: 10px 0;
    font-weight: 300;
    padding: 0 0 0 45px;
    position: relative;
  }
  h3:before{
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    top: 7px;
    left: 0;
    background: #003366;
  }
  h2{
    color: #003366;
    font-size: 33px;
    font-weight: 600;
    margin: 0 0 15px;
  }
  p{
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
    text-align: left;
  }
  ul{
    padding-top: 15px;
    li{
      float: left;
      width: 50%;
      color: #000;
      font-size: 15px;
      font-weight: 300;
      line-height: 22px;
      margin: 0 0 8px;
      padding-left: 20px;
      padding-right: 10px;
      position: relative;
      i{
        position: absolute;
        top: 4px;
        left: 0;
        color: #003a66;
      }
      a{
        padding: 20px 15px 20px 80px;
        display: block;
        position: relative;
        color: #003366;
        font-size: 18px;
        font-weight: 600;
        .adv_pic_con{
          position: absolute;
          top: 15px;
          left: 0;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          background: #ccc;
          display: flex;
          align-items: center;
          justify-content: center;
          img.adv_actual_h{
            display: none;
          }
        }
      }
      a:hover .adv_pic_con{
        background: #003366;
        transition: all 500ms ease-in-out 0ms;
        img.adv_actual_h{
          display: block;
        }
        img.adv_actual{
          display: none;
        }
      }
    }
    // li:before{
    //   content: '';
    //   position: absolute;
    //   top: 10px;
    //   left: 5px;
    //   width: 13px;
    //   height: 2px;
    //   background: #036;
    // }
  }
  .adv_right{
    .csk_won{
      margin: 35px 35px 0 0;
      box-shadow: 35px -35px 0px 0px #003366;
      position: relative;
      img{
        width: 100%;
        height: 350px;
      }
      .work_vdo{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        a{
          width: 80px;
          height: 80px;
          display: inline-block;
          border-radius: 50%;
          background: #a5d268;
          text-align: center;
          i{
            font-size: 26px;
            color: #fff;
            line-height: 80px;
          }
        }
        a:hover{
          background: #666;
        }
      }
    }
  }

}












.video_testimonial_area{
  padding: 50px 0 30px;
  h2{
    color: #003a66;
    font-size: 30px;
    margin: 0 0 20px;
    font-weight: 600;
  }
  h4{
    color: #222;
    font-size: 16px;
    margin: 10px 0 0;
    height: 55px;
  }
  .vid_con_hold{
    margin-bottom: 20px;
    text-align: center;
    .vid_con{
      position: relative;
      img{
        width: 100%;
      }
      a{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #00000014;
        img{
          width: 50px;
        }
      }
      a:hover{
        background: #0000004a;
        transition: all 500ms ease-in-out 0ms;
      }
    }
  }
  img{
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0 0 13px 2px #000;
    margin-bottom: 10px;
  }
}

.licenced_ad_area{
  background: url(../images/licenced_ad_back.png) no-repeat center;
  background-size: cover;
  padding: 20px 0 80px;
  text-align: center;
  h3{
    color: #003366;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    position: relative;
    display: inline-block;
  }
  h3:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #084d81;
    top: 9px;
    left: -30px;
  }
  h3:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #084d81;
    top: 9px;
    right: -30px;
  }
  h2{
    color: #003366;
    font-size: 45px;
    font-weight: 600;
    margin: 15px 0 25px;
    width: 100%;
    text-transform: uppercase;
  }
  .licenced_info{
    background: #fff;
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
    .licenced_author_pic{
      float: left;
      width: 260px;
      position: relative;
      img.licenced_author_over{
        position: absolute;
        left: 0;
        bottom: 0;
      }
    }
    .licenced_author_info{
      float: left;
      width: 75%;
      padding-left: 2%;
    }
    h4{
      color: #000;
      font-size: 26px;
      margin: 10px 0 5px;
      font-weight: 600;
    }
    h5{
      color: #000;
      font-size: 17px;
      margin: 0 0 15px;
    }
    p{
      color: #000;
      font-size: 14px;
      text-align: left;
      line-height: 26px;
      span{
        color: #084d81;
      }
    }
  }
}
.licenced_bot_area{
  padding: 0 0 140px;
  margin: -15px 0 0;
  .licenced_bot_info{
    position: relative;
    img{
      width: 100%;
    }
    .licenced_bot_info_con{
      padding: 20px 10px;
      background: #fff;
      position: absolute;
      text-align: center;
      width: 90%;
      margin: 0 5%;
      bottom: -80px;
      box-shadow: 0 2px 10px -3px #000;
      z-index: 9;
      h3{
        color: #003366;
        font-size: 16px;
        margin: 0 0 6px;
        font-weight: 600;
      }
      p{
        color: #000;
        font-size: 14px;
        margin: 0;
        a{
          color: #000;
        }
      }
    }
  }
}
.support_area{
  padding: 80px 0 150px;
  background: url(../images/log_support_back.png) no-repeat center;
  background-size: cover;
  .csk_vs_mi {
    width: 18%;
    margin: 0 1%;
    float: left;
    img{
      height: 160px;
    }
  }
  h3{
    color: #fff;
    font-size: 20px;
    margin: 0 0 7px;
    font-weight: 400;
    text-align: center;
  }
  h2{
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-weight: 600;
    text-align: center;
    span{
      display: block;
      margin: -7px 0 0;
      text-align: center;
    }
  }
  .log_info_con{
    padding: 10px 50px 10px 10px;
    background: #fff;
    position: relative;
    margin-bottom: 20px;
    .log_info_pic{
      position: relative;
      img{
        height: 225px;
        width: 195px;
      }
      .log_info_over{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50px;
        height: auto;
      }
    }
    .log_info_hold{
      position: absolute;
      top: 97px;
      right: -97px;
      transform: rotate(-90deg);
      text-align: center;
      height: 50px;
      display: flex;
      width: 244px;
      align-items: center;
      justify-content: center;
      h4{
        color: #000;
        font-size: 18px;
        margin: 0 5px 5px;
        font-weight: 600;
      }
      h5{
        color: #000;
        font-size: 14px;
        text-transform: uppercase;
        margin: 0;
      }
    }
  }
}
.section-inner {
  text-align: center;
  padding: 50px 0;
  h1{
    font-weight: bold;
    margin: 0 0 15px;
  }
  p{
    color: #666;
  }
  form {
    width: 30%;
    margin: 30px auto;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px -3px #000;
    box-shadow: 0 0 10px -3px #000;
    label {
      width: 100%;
    }
    input:not([type=submit]) {
      height: 40px;
      padding: 10px;
      border: solid 1px #999;
      width: 100%;
      display: block;
      margin: 20px 0 10px;
    }
    input[type=submit] {
      width: 100%;
      padding: 12px 0;
      border: none;
      color: #fff;
      background: #003a66;
      height: 40px;
    }
    input[type=submit]:hover{
      background: #222;
    }
  }
}
.free_cont_area{
  padding: 0 0 30px;
  .free_cont_hold{
    margin: 0 5%;
    .feel_free{
      background: #fff;
      padding: 70px 30px 70px 230px;
      position: relative;
      border-bottom: solid 3px #003366;
      margin-top: -90px;
      margin-bottom: 20px;
      h2{
        color: #20242b;
        font-size: 30px;
        font-weight: 600;
        margin: 0 0 7px;
      }
      p{
        color: #20242b;
        font-size: 15px;
        margin: 0;
      }
      .feel_free_icon{
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: #003366;
        position: absolute;
        top: 48px;
        left: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      a{
        color: #fff;
        font-size: 15px;
        padding: 12px 40px;
        position: absolute;
        top: 70px;
        right: 80px;
        background: #003366;
        i{
          margin-left: 5px;
        }
      }
    }
    .ff_bot_info{
      padding: 10px 0;
      h2{
        color: #003366;
        font-size: 22px;
        margin: 0 0 20px;
        font-weight: 600;
        span{
          display: block;
          margin-top: -5px;
        }
      }
      .career_guide_info{
        padding: 10px;
        position: relative;
        border-bottom: solid 1px #d4d4d4;
        box-shadow: 0 0 10px -3px #000;
        img{
          width: 100%;
          height: 245px;
          margin-bottom: 10px;
        }
        h3{
          color: #000;
          font-size: 16px;
          margin: 0;
          height: 40px;
          font-weight: 600;
          display: flex;
          align-items: center;
          justify-content: center;
        }
        h4{
          color: #999;
          font-size: 15px;
          line-height: 22px;
          margin: 0;
          a{ 
            color: #222;
          }
      }
    }
    }
  }
}
.contact_area{
  padding: 80px 0 50px;
  .contact_left{
    padding-right: 50px;
    h2{
      color: #003366;
      font-size: 30px;
      margin: 0 0 15px;
      font-weight: 600;
    }
    p{
      color: #000;
      font-size: 15px;
      line-height: 24px;
    }
    h3{
      margin: 20px 0;
      padding-bottom: 20px;
      border-bottom: solid 1px #888;
      a{
        color: #000;
        font-size: 15px;
        line-height: 24px;
        margin: 0 30px 0 0;
        i{
          color: #82c537;
          font-size: 20px;
          margin: 0 10px 0 0;
        }
      }
      a:hover{
        color: #82c537;
      }
    }
    form{
      label{
        color: #000;
        font-size: 15px;
        font-weight: 400;
      }
      input:not([type=submit]), textarea{
        border: solid 1px #003366;
        height: 44px;
        color: #000;
        padding: 10px;
        width: 100%;
        margin-bottom: 15px;
      }
      textarea{
        height: 80px;
      }
      input[type=submit]{
        background: #003366;
        padding: 12px 40px;
        border: none;
        color: #fff;
        font-size: 16px;
      }
      input[type=submit]:hover{
        background: #000;
      }
    }
  }
  .contact_right{
    .add_con{
      padding-top: 20px;
      margin-top: 36px;
      border-top: solid 1px #415870;
      .cont_border{
        border-top: solid 1px #415870;
        width: 100%;
        padding-top: 20px;
        margin-top: 20px;
      }
      .add_con1_info{
        border-right: solid 1px #415870;
      }
      h2{
        color: #003366;
        font-size: 30px;
        margin: 0 0 25px;
        font-weight: 600;
      }
      h3{
        color: #000;
        font-size: 14px;
        line-height: 20px;
        margin: 0;
        position: relative;
        padding-left: 30px;
        i{
          position: absolute;
          top: 0;
          left: 0;
          color: #003366;
          font-size: 20px;
        }
      }
    }
  }
}
.contact_bot_area{
  padding: 30px 0 20px;
  background: #222;
  h2{
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin: 0 9% 8px 0;
    padding-bottom: 8px;
    border-bottom: solid 1px #3d3d3d;
  }
  ul{
    li{
      list-style: none;
      display: inline-block;
      margin: 4px 3px;
      width: 55px;
    }
  }
}
.blog_details_menu{
  background: #eaebed;
  padding-top: 10px;
  margin-bottom: 30px;
  text-align: center;
  li{
    width: 16%;
    display: inline-block;
  }
  a{
    color: #000;
    font-size: 15px;
    display: block;
    font-weight: 600;
    text-align: center;
    line-height: 80px;border-right: 1px solid #dedede;
  }
  a:hover{
    background: #fff;
    color: #000;
  }
}
.blog_details_slider{
  padding: 15px 0 40px;
  background: #eaebed;
  .bl_details_slider_pic{
    width: 55%;
    float: left;
    height: 375px;
    img{
      height: 100% !important;
    }
  }
  .bl_details_slider_info{
    width: 45%;
    float: left;
    background: #fff;
    padding: 50px 30px 30px 30px;
    min-height: 375px;
    h3{
      color: #003366;
      font-size: 15px;
      margin: 0 0 20px;
    }
    h1{
      color: #000;
      font-size: 30px;
      margin: 0 0 15px;
      font-weight: 5;
      max-height: 168px;
      overflow: hidden;
    }
    p{
      color: #000;
      font-size: 15px;
      line-height: 28px;
    }
  }
  .owl-prev {
    position: absolute;
    right: 41%;
    bottom: 0;
    i{
      color: #000;
      font-size: 36px;
    }
  }
  .owl-next {
    position: absolute;
    right: 39%;
    bottom: 0;
    i{
      color: #000;
      font-size: 36px;
    }
  }
}
.blog_list_area{
  padding: 50px 0 20px;
  .blog_list{
    padding: 0 10px;
    .blog_list_con{ 
      padding: 0 10px 15px;
      background: #fff;
      box-shadow: 1px 3px 6px 0 #000;
      margin-bottom: 40px;
      .row{
        margin: 0 -11px;
      }
      img{
        height: 160px;
        width: 100%;
        margin-bottom: 10px;
      }
      h3{
        color: #003366;
        font-size: 13px;
        margin: 15px 0 5px;
      }
      h2{
font-size: 15px;
color: #000;
font-weight: 600;
line-height: 8px;
padding-top: 4px;
margin: 0;
height: 39px;
overflow: hidden;
        a{
          font-size: 15px;
color: #000;
font-weight: 600;
line-height: 18px;
padding-top: 4px;
        }
      }
      ul{
        margin: 10px 0;
        li{
          list-style: none;
          display: inline-block;
          margin-right: 5px;
          font-size: 13px;
          color: #000;
          font-weight: 400;
          i{
            margin-right: 3px;
          }
        }
      }
      p{
        color: #000;
font-size: 13px;
line-height: 22px;
height: 40px;
overflow: hidden;
      }
      .read_more_con{
        margin: 20px -15px 0;
        border-top: solid 1px #ccc;
      }
      a.readmore{
        color: #000;
        font-size: 15px;
        display: inline-block;
        margin-top: 20px;
        margin-left: 15px;
      }
      a.readmore:hover{
        color:#666
      }
    }
  }
  .pagination{
    a{
        background: #dedede;
    color: #084d81;padding: 6px 11px;
    display: inline-block;
    text-align: center;
    }
    .page-numbers.current {
    background: #084d81;
    color: #fff;padding: 6px 11px;
    display: inline-block;
    text-align: center;
}
  }
}

.fees_table_con{
  padding: 40px 40px 25px;
  background: #003a66;
  margin-bottom: 15px;
  select{
    border: none;
    height: 44px;
    background: #12598e;
    color: #fff;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
  }
}
.footer_ex_top{
  padding: 15px 0;
  background: #084d81;
  .footer_ex_top_con{
    position: relative;
  }
  h2{
    color: #fff;
    font-size: 20px;
    margin: 15px 0 0;
    float: left;
  }
  a{
    float: right;
    color: #fff;
    background: #a5d268;
    font-size: 13px;
    display: inline-block;
    width: 160px;
    text-align: center;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    position: relative;
    font-weight: 600;
    i{
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      position: absolute;
      right: -51px;
      top: 0;
      background: #8abc47;
    }
  }
  a:hover{
    background: #666;
    color: #fff;
  }
  a:hover i{
    background: #222;
    color: #fff;
  }
}
.footer_top_slim{
  background: #222222;
  .footer_top_slim_info{
    padding: 30px 0;
    border-bottom: solid 1px #2d2d2d;
    border-top: solid 1px #2d2d2d;
    h4{
      color: #868686;
      font-size: 14px;
      margin: 0;
      padding-left: 55px;
      position: relative;
      a{
        color: #868686;
      }
      i{
        position: absolute;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        background: #595959;
        font-size: 16px;
        border-radius: 50%;
        top: -12px;
        left: 0;
      }
    }
  }
}
.footer_top{
  background: #222;
  padding: 0 0 30px;
  .f_block2{
    // padding-left: 30px;
  }
  .f_block{
    padding-top: 30px;
    color: #868686;
    .menu-social-menu-container{
      float: left;
      margin-right: 3px;
    }
    img{
      width: 80%;
      margin-bottom: 20px;
    }
    h3{
      color: #fff;
      font-size: 20px;
      margin:15px 0 36px;
      font-weight: 600;
      position: relative;
    }
    h3:after {
      content: '';
      position: absolute;
      top: 35px;
      left: 0;
      background: #247abb;
      height: 4px;
      width: 60px;
    }
    ul.social_link{
      padding-top: 20px;
      li{
        display: inline-block;
        img{
          margin: -3px 0 0 5px;
          width: auto;
        }
        i{
          color: #fff;
          font-size: 16px;
          width: 34px;
          height: 34px;
          line-height: 34px;
          text-align: center;
          background: #2d2d2d;
          margin-right: 2px;
        }
        i:hover{
          border-radius: 50%;
          transition: all 500ms ease-in-out 0ms;
        }
      }
    }
    // h3.stay_head{
    //   margin: 15px 0 36px;
    // }
    p{
      line-height: 20px;
      font-size: 14px;
      color: #868686;
    }
    h4{
      color: #b9b9b9;
      font-size: 14px;
      text-transform: uppercase;
      margin: 15px 0 0;
      span{
        color: #fff;
      }
    }
    .footer_tag{
      column-count: 2;
      li{
        list-style: none;
        display: block;
        margin-bottom:15px;
        padding-left: 14px;
        position: relative;
        i{
          position: absolute;
          left: 0;
          top: 4px;
        }
        a{
          color: #868686;
          font-size: 14px;
          display: inline-block;
        }
        a:hover{
          color:#8abc47;
        }
      }
    }
    .address_con{
      ul{
        li{
          list-style: none;
          margin-bottom: 20px;
          position: relative;
          padding-left: 24px;
          color: #b8b8b8;
          font-size: 14px;
          a{
            color: #b8b8b8;
          }
          a:hover{
            color: #8abc47;
          }
          a:hover i{
            color: #8abc47;
          }
          i{
            font-size: 18px;
            position: absolute;
            left: 0;
            top: 0px;
          }
        }
      }
    }

    input:not([type=submit]){
      background: #2d2d2d;
      padding: 10px;
      height: 46px;
      width: 100%;
      font-size: 14px;
      float: left;
      border-radius: 0;
      color: #727272;
      border: none;
      float: left;
    }
    input:not([type=submit])::placeholder{
      color: #727272;
    }
    input[type=image] {
      margin-top: 20px;
      height: 34px;
      width: 100px;
    }
    input[type=submit]{
      background: #247abb;
      line-height: 40px;
      height: 40px;
      text-align: center;
      font-size: 14px;
      color: #fff;
      border: none;
      float: left;
      padding: 0 20px;
      margin-top: 15px;
    }
    input[type=submit]:hover{
      background: #000;
    }
    span.wpcf7-not-valid-tip{
      position: absolute;
      top: 45px;
    }
  }
}

.footer_bottom{
  background: #181818;
  padding: 25px 0;
  p{
    margin:0;
    font-size: 14px;
    color: #868686;
  }
  ul{
    text-align: right;
    li{
      margin-left: 10px;
      display: inline-block;
      a{
        font-size: 14px;
        color: #868686;
      }
      a:hover{
        color: #fff;
      }
    }
  }
}


.main-slider {
  width: 100%;
  
  .owl-item {
    padding: 0;
    position: relative;
    opacity: .5;
    img {
    object-fit: cover;
    object-position: center;
    height: 450px;
    }
  }
  .center {
      opacity: 1;
      transform: scale(1.005);
      transition: .5s ease-in-out;
      z-index: 9999;
   }
  
  .owl-controls .owl-nav {
    position: absolute;
    width: 100%;
    
    .prev {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .next {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }

}

.overlay {
  width: 100%;
  height: 100%;
  display: block;
  background-color: black;
}

.modal {
  display: none;
  position: fixed;
  margin: 70px auto 0;
  top: 0;
  right: 0;
  max-width: 800px;
  height: 450px;
  z-index: 999999;
}
.modal-content{
  padding: 30px 60px;
  border-radius: 0;
  border-bottom: solid 8px #0b4383;
}
.modal-dialog{
  width: 100% !important;
  margin: 0 !important;
  p{
    text-align: left;
    color: #000;
    font-size: 16px;
    line-height: 28px;
  }
}
.modal-footer{
  padding: 15px 0;
}
.modal-body{
  text-align: center;
  padding: 0 0 15px;
  img{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: solid 8px #dfe7ef;
  }
  h4{
    color: #0c2b6b;
    font-size: 26px;
    font-weight: 700;
    margin: 20px 0 10px;
  }
  h5{
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 400;
  }
}
.modal-header {
  padding: 00;
  border-bottom: none;
}
img.for-open-modal{
  cursor: pointer;
}

/* The Close Button */
.close {
  color: #000;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 35px;
  font-weight: 400;
  opacity: .9;
  z-index: 99;
  margin-top: 0 !important;
}














.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.md_prev,
.md_next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.md_next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.md_prev:hover,
.md_next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

@media (max-width:767px){



  #nav-icon0 {
       width: 30px;
    height: 24px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
  }

  #nav-icon0 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);   
  }

  #nav-icon0 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
  }

  #nav-icon0 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
  }

  #nav-icon0 span:nth-child(1), #nav-icon0 span:nth-child(2) {
    top: 0px;
  }

  #nav-icon0 span:nth-child(3), #nav-icon0 span:nth-child(4) {
    top: 10px;
  }

  #nav-icon0 span:nth-child(5), #nav-icon0 span:nth-child(6) {
    top: 20px;
  }

  #nav-icon0.open span:nth-child(1), #nav-icon0.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav-icon0.open span:nth-child(2), #nav-icon0.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav-icon0.open span:nth-child(1) {
    left: 0px;
    top: 9px;
  }

  #nav-icon0.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 9px;
  }

  #nav-icon0.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }

  #nav-icon0.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }

  #nav-icon0.open span:nth-child(5) {
    left: 0px;
    top: 19px;
  }

  #nav-icon0.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 19px;
  }

  a#clickme {
      width: 100%;
    height: auto;
    cursor: pointer;
    display: block !important;
    background: #111;
    padding: 13px 15px;
  }
span.pr-ct {
    float: right;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    letter-spacing: 0.5px;
    line-height: 25px;
}
  div.mydiv {
   width: 100%;
    position: absolute;
    left: -100%;
    z-index: 999999999;
    top: 0;
  }
  .cata {
    position: unset;
}
.open {
    position: absolute !important;
    z-index: 999999999999;
    top: 7px;
    right: 0;
        overflow: hidden;
}
.open span {
    background: #fff !important;
}

  }

  a#clickme {
    display: none;
}




.st-container,
.st-pusher,
.st-content {
  height: 100%;
}
.st-content,
.st-content-inner {
  position: relative;
  z-index: 999999;
}

.st-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.st-pusher{
  p{
    color: #fff;
    font-size: 14px;
    padding: 0 .5em 0 .5em;
  }
  h3{
    font-size: 16px;
    margin: 20px 0 10px;
    color: #fff;
  }
  form{
    padding: 0 .5em 0 .5em;
    label{
      color: #fff;
      input[type=radio]{
        float: left;
        margin-right: 10px;
        width: auto;
        height: auto;
      }
    }
    input:not([type=submit]), textarea{
      width: 100%;
      background: #fff;
      height: 36px;
      border-radius: 5px;
      padding: 5px 10px;
      border: none;
      margin-bottom: 10px;
    }
    textarea{
      height: 60px;
    }
    input[type=radio]{
      width: 20px;
      height: 20px;
      margin: -2px 10px 15px 0;
      float: left;
    }
    input[type=submit]{
      background: #000;
      padding: 6px 10px;
      color: #fff;
      border: none;
      border-radius: 5px;
    }
    span.wpcf7-list-item{
      margin: 0;
    }
    .col-md-6, .col-md-12{
      padding: 0 4px;
    }
  }
}
.st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  transition: transform 0.5s;
  width: 0;
}

.st-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0;
}

.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.st-menu {
  position: absolute;
  top: 18%;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 300px;
  height: 82%;
  background: #696a6d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: auto;
}

.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
  width: 0;
  height: 0; 
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */

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

.st-menu h2 {
  margin: 0;
  padding: .5em .3em;
  color: #8abc47;
  text-shadow: 0 0 1px rgba(0,0,0,0.1);
  font-weight: 300;
  font-size: 2em;
}

.st-menu ul li a {
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  box-shadow: inset 0 -1px rgba(0,0,0,0.2);
  color: #f3efe0;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255,255,255,0.1);
  letter-spacing: 1px;
  font-weight: 400;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}

.st-menu ul li:first-child a {
  box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}

.st-menu ul li a:hover {
  background: rgba(0,0,0,0.2);
  box-shadow: inset 0 -1px rgba(0,0,0,0);
  color: #fff;
}

/* Individual effects */


/* Effect 7: 3D rotate in */

.st-effect-7.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

.st-effect-7 .st-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.st-effect-7.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.st-effect-7.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.st-effect-7.st-menu-open .st-effect-7.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

/* Effect 8: 3D rotate in */

.st-effect-8.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

.st-effect-8 .st-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.st-effect-8.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.st-effect-8.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.st-effect-8.st-menu-open .st-effect-8.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

/* Effect 9: 3D rotate in */

.st-effect-9.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

.st-effect-9 .st-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.st-effect-9.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.st-effect-9.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.st-effect-9.st-menu-open .st-effect-9.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

/* The styling */

a {
  text-decoration: none;
  color: #48a770;
  outline: none;
}

a:hover, a:focus {
  color: #2c774b;
  outline: none;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}
.over_icon_main{
  margin-top: 210px;
  i {
    border: none;
    width: 70px;
    height: 50px;
    line-height: 50px !important;
    text-align: center;
    background: #8abc47;
    color: #fff;
    font-size: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    display: block !important;
    border-radius: 0 25px 25px 0;
    margin: 10px 0;
  }

  i:hover {
    background: #2c774b;
  }
}
.sidebar_social_feed{
  h3{
    color: #fff;
    font-size: 20px;
    margin: -5px 0 20px;
    font-weight: 600;
  }
  iframe{
    width: 100% !important;
  }
}
.fb_iframe_widget span {
  width: 100% !important;
}









#menuToggle
{
  display: block;
  position: absolute;
  top: 65px;
  right: 24px;
  
  z-index: 1;
  padding: 9px 6px 11px;
  background: #8abc47;
  border-radius: 5px;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span.sp_bar
{
  display: block;
  width: 28px;
  height: 3px;
  margin-top: 4px;
  position: relative;
  
  background: #fff;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(1px, 0px);
  background: #fff;
  margin-right: 266px;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, 2px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: fixed;
  width: 300px;
  overflow: auto;
  margin: -100px 0 0 0;
  height: 100%;
  padding-top: 15px;
  right: -0px;
  padding-right: 0;
  background: #414956;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  font-size: 16px;
  color: #fff;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}


*{box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}.content{width: 100%;}.colors{width: 260px; float: left; margin: 20px auto;}.colors a{width: 43.3px; height: 30px; float: left;}.colors .default{background: #414956;}.colors .blue{background: #4A89DC;}.colors .green{background: #03A678;}.colors .red{background: #ED5565;}.colors .white{background: #fff;}.colors .black{background: #292929;}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);.jquery-accordion-menu,.jquery-accordion-menu *{font-family:'Open Sans',sans-serif;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;outline:0}.jquery-accordion-menu{min-width:260px;float:left;position:relative;box-shadow:0 20px 50px #333}.jquery-accordion-menu .jquery-accordion-menu-footer,.jquery-accordion-menu .jquery-accordion-menu-header{width:100%;height:50px;padding-left:22px;float:left;line-height:50px;font-weight:600;color:#f0f0f0;background:#414956}.jquery-accordion-menu ul{margin:0;padding:0;list-style:none}.jquery-accordion-menu ul li{width:100%;display:block;float:left;position:relative}.jquery-accordion-menu ul li a{width:100%; font-weight:600; padding:14px 22px;float:left;text-decoration:none;color:#f0f0f0;font-size:13px;background:#414956;white-space:nowrap;position:relative;overflow:hidden;-o-transition:color .2s linear,background .2s linear;-moz-transition:color .2s linear,background .2s linear;-webkit-transition:color .2s linear,background .2s linear;transition:color .2s linear,background .2s linear}.jquery-accordion-menu>ul>li.active>a,.jquery-accordion-menu>ul>li:hover>a{color:#fff;background:#3b424d}.jquery-accordion-menu>ul>li>a{border-bottom:solid 1px #3b424d}.jquery-accordion-menu ul li a i{width:34px;float:left;line-height:18px;font-size:16px;text-align:left}.jquery-accordion-menu .submenu-indicator{float:right;right:22px;position:absolute;line-height:19px;font-size:20px;-o-transition:transform .3s linear;-moz-transition:transform .3s linear;-webkit-transition:transform .3s linear;-ms-transition:transform .3s linear}.jquery-accordion-menu ul ul.submenu .submenu-indicator{line-height:16px}.jquery-accordion-menu .submenu-indicator-minus>.submenu-indicator{-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.jquery-accordion-menu ul ul.submenu,.jquery-accordion-menu ul ul.submenu li ul.submenu{width:100%;display:none;position:static}.jquery-accordion-menu ul ul.submenu li{clear:both;width:100%}.jquery-accordion-menu ul ul.submenu li a{width:100%;float:left;font-size:11px;background:#383838;border-top:none;position:relative;border-left:solid 6px transparent;-o-transition:border .2s linear;-moz-transition:border .2s linear;-webkit-transition:border .2s linear;transition:border .2s linear}.jquery-accordion-menu ul ul.submenu li:hover>a{border-left-color:#414956}.jquery-accordion-menu ul ul.submenu>li>a{padding-left:30px}.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>a{padding-left:45px}.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>ul.submenu>li>a{padding-left:60px}.jquery-accordion-menu ul li .jquery-accordion-menu-label,.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label{min-width:20px;padding:1px 2px 1px 1px;position:absolute;right:18px;top:14px;font-size:11px;font-weight:800;color:#555;text-align:center;line-height:18px;background:#f0f0f0;border-radius:100%}.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label{top:12px}.ink{display:block;position:absolute;background:rgba(255,255,255,.3);border-radius:100%;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.animate-ink{-webkit-animation:ripple .5s linear;-moz-animation:ripple .5s linear;-ms-animation:ripple .5s linear;-o-animation:ripple .5s linear;animation:ripple .5s linear}@-webkit-keyframes ripple{100%{opacity:0;-webkit-transform:scale(2.5)}}@-moz-keyframes ripple{100%{opacity:0;-moz-transform:scale(2.5)}}@-o-keyframes ripple{100%{opacity:0;-o-transform:scale(2.5)}}@keyframes ripple{100%{opacity:0;transform:scale(2.5)}}.blue.jquery-accordion-menu .jquery-accordion-menu-footer,.blue.jquery-accordion-menu .jquery-accordion-menu-header,.blue.jquery-accordion-menu ul li a{background:#4A89DC}.blue.jquery-accordion-menu>ul>li.active>a,.blue.jquery-accordion-menu>ul>li:hover>a{background:#3e82da}.blue.jquery-accordion-menu>ul>li>a{border-bottom-color:#3e82da}.blue.jquery-accordion-menu ul ul.submenu li:hover>a{border-left-color:#3e82da}.green.jquery-accordion-menu .jquery-accordion-menu-footer,.green.jquery-accordion-menu .jquery-accordion-menu-header,.green.jquery-accordion-menu ul li a{background:#03A678}.green.jquery-accordion-menu>ul>li.active>a,.green.jquery-accordion-menu>ul>li:hover>a{background:#049372}.green.jquery-accordion-menu>ul>li>a{border-bottom-color:#049372}.green.jquery-accordion-menu ul ul.submenu li:hover>a{border-left-color:#049372}.red.jquery-accordion-menu .jquery-accordion-menu-footer,.red.jquery-accordion-menu .jquery-accordion-menu-header,.red.jquery-accordion-menu ul li a{background:#ED5565}.red.jquery-accordion-menu>ul>li.active>a,.red.jquery-accordion-menu>ul>li:hover>a{background:#DA4453}.red.jquery-accordion-menu>ul>li>a{border-bottom-color:#DA4453}.red.jquery-accordion-menu ul ul.submenu li:hover>a{border-left-color:#DA4453}.white.jquery-accordion-menu .jquery-accordion-menu-footer,.white.jquery-accordion-menu .jquery-accordion-menu-header,.white.jquery-accordion-menu ul li a{background:#fff;color:#555}.white.jquery-accordion-menu>ul>li.active>a,.white.jquery-accordion-menu>ul>li:hover>a{background:#f0f0f0}.white.jquery-accordion-menu>ul>li>a{border-bottom-color:#f0f0f0}.white.jquery-accordion-menu ul ul.submenu li:hover>a{border-left-color:#f0f0f0}.white.jquery-accordion-menu ul ul.submenu li a{color:#f0f0f0}.white.jquery-accordion-menu>ul>li>a>.ink{background:rgba(0,0,0,.1)}.black.jquery-accordion-menu .jquery-accordion-menu-footer,.black.jquery-accordion-menu .jquery-accordion-menu-header,.black.jquery-accordion-menu ul li a{background:#292929}.black.jquery-accordion-menu>ul>li.active>a,.black.jquery-accordion-menu>ul>li:hover>a{background:#222}.black.jquery-accordion-menu>ul>li>a{border-bottom-color:#222}.black.jquery-accordion-menu ul ul.submenu li:hover>a{border-left-color:#222}


.blog_details{
  .blog_desc_inner{
    h2{color: #000;font-size: 30px;margin-bottom: 10px;}
    h3{color: #000;font-size: 22px;margin-bottom: 8px;}
    h4{color: #000;font-size: 28px;margin-bottom: 6px;}
    ul{
      padding-bottom: 10px;
      li{
        color: #3e3e3e;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
        text-align: left;
        margin: 0 0 3px;
        position: relative;
        padding-left: 20px;
      }
      li:before {
        content: '';
        width: 7px;
        height: 7px;
        background: #003b67;
        position: absolute;
        left: 0;
        top: 8px;
      }
    }
    ol{
      padding-bottom: 10px;
      padding-left: 15px;
      li{
        color: #3e3e3e;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
        text-align: left;
        margin: 0 0 3px;
        position: relative;
        list-style: decimal;
      }
    }
    p{
      color: #3e3e3e;
      font-size: 14px;
      line-height: 24px;
      padding: 10px 0;
      text-align: left;
      a{
        color: #003b67;
        font-style: italic;
      }
      a:hover{
        text-decoration: underline;
      }
    }
    .post_meta{color: #000;padding: 0;
      i{margin-right: 20px;}
    }
    .post_img{
      img{width: 100%;}
    }
  }
  .right_sidebar{
    .single_sidebar{margin-top: 20px;
      h2{background: #003a66 none repeat scroll 0 0;
          color: #fff;
          font-size: 21px;
          font-weight: 500;
          letter-spacing: 0.5px;
          margin-top: 0;
          padding: 10px 0;
          text-align: center;
          text-transform: uppercase;}
      ul{margin-bottom: 30px;
margin-top: 0;
box-shadow: 0 4px 12px #ccc;
        li{list-style: outside none none;
position: relative;
border-bottom: 1px dashed;
          a{color: #212121;
font-size: 16px;
text-decoration: none;
padding: 15px;
display: table;
}
        }
      }
    }
  }
}
.right-form h3 {
    color: #fff;
    font-size: 20px;
    margin: -5px 0 20px;
    font-weight: 600;
}
.error404-content{padding-bottom: 30px;
  .entry-title{
color: #000;
  }
  .intro-text{
    p{color: #000;}
  }
  .search-form{
    .screen-reader-text {
    color: #000;
}
    input{
          border: 1px solid #444;
color: #000;
font-size: 16px;
font-weight: 2;
padding: 0 9px;
    }
    .search-submit {
    background-color: #000 !important;
    border: none;
    padding: 3px 20px;
}
  }
}
.txt_hlt {
    color: #003a66;
    border-bottom: 1px solid;
    font-weight: 600;
}
.free_assessment{padding: 30px;
  h4{
    text-align: center;
    color: #003a66;
    font-size: 32px;
    font-weight: 600;
  }
  p{color: #333;margin: 0 0 10px; font-size: 15px;}
  p{color: #333;margin: 0 0 10px; font-size: 15px; font-weight: 400;}
   input:not([type="submit"]),  textarea, select{
    border: solid 1px #cdcdcd;
    height: 50px !important;
    padding: 15px 15px 10px;
    width: 100% !important;
    margin-bottom: 15px;
    color: #222;
    font-size: 14px;
   }
   input[type="checkbox"], input[type="radio"]{
    display: inline-block;width: auto;height: auto;
   }
   input[type="submit"] {
    padding: 15px 35px;
    color: #000;
    font-size: 14px;
    border-radius: 25px;
    background: #8abc47;
    border: none;
    font-weight: 600;
}
}

.fees_form{
  input:not([type=submit]), select, textarea{
    border: solid 1px #003366;
    height: 44px;
    color: #000;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
  }
  textarea{
    height: 100px;
  }
  label{
    color: #222;
  }
  input[type=submit]{
    background: #003366;
    padding: 12px 40px;
    border: none;
    color: #fff;
    font-size: 16px;
  }
  input[type=submit]:hover{
    background: #222;
  }
}

.res_mobile_menu{
  display: none;
}
.how_we_img{
  margin: -65px 0 20px;
  img{
    width: 100%;
  }
}
.addtoany_list a, .widget .addtoany_list a {
  padding: 0 8px 0 0 !important;
}
.share_btn{
  padding-bottom: 10px;
}

.buttonizer.buttonizer-desktop-has-1 .buttonizer-button.button-desktop-1{
  width: 45px;
  height: 45px;
}
[data-buttonizer="buttonizer-ByGNK4EeutikeZk"] [data-buttonizer="buttonizer-button-t4tJqKwGYJO8olW"] i{
  font-size: 34px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
}
.ctct-disclosure sub{
  display: none;
}
.acso_menu{
  text-align: center;
  clear: both;
  padding-bottom: 30px;
  label{
    margin: 20px 0px;
    font-size: 20px;
    position: relative;
  }
  label:after{
    content: '';
    position: absolute;
    top: 35px;
    background: #247abb;
    height: 3px;
    width: 50px;
  }
  ul{
    li{
      display: inline-block;
      width: auto;
      float: none;
      margin: 0 10px;
      a{
        float: none;
        padding: 0;
        i{
          width: auto;
        }
      }
    }
  }
}
.zsiq_flt_rel6 {
  font-size: 12px !important;
  width: 170px !important;
  padding: 10px 10px 8px 64px !important;
  height: 54px !important;
  margin-top: 10px !important;
}
.zsiq_float6 .siqico-chat:before {
  font-size: 16px !important;
  height: 36px !important;
  width: 36px !important;
  line-height: 36px !important;
}
.zsiq_flt_rel6 em {
  font-size: 17px !important;
}
.in_social_area{
  padding: 40px 0;
  background: #e9fbd2;
  a{
    width: 100%;
    display: block;
    height: 60px;
    line-height: 60px;
    color: #000;
    border: solid 1px #003a66;
    font-size: 16px;
    font-weight: 600;
    background: #ffffff57;
    position: relative;
    border-radius: 5px;
    padding: 0 20px 0 70px;
    i{
      height: 44px;
      width: 44px;
      background: #003a66;
      border-radius: 50%;
      line-height: 46px;
      font-size: 20px;
      position: absolute;
      top: 7px;
      left: 10px;
      text-align: center;
      color: #8abc47;
    }
  }
  a:hover{
    background: #8abc47;
    i{
      transition: all 500ms ease-in-out 0ms;
      transform: rotate(360deg);
    }
  }
}
.sec_heading{
  h2{
    color: #003366;
    font-size: 24px;
    margin: 20px 0 10px 15px;
    font-weight: 600;
    span{
      display: block;
      margin-top: -5px;
    }
  }
}
.nz_address{
  padding: 15px;
  background: #ececec;
  margin-bottom: 15px;
  h4{
    margin: 0 0 20px;
    color: #000;
    font-weight: 600;
  }
}


.menu-part.affix {  top: 50px;}
   .headerfixed{text-align: center;    z-index: 9;
    box-shadow: 2px 3px 4px #dedede;    top: 0;
    margin-bottom: 8px;
    position: fixed;
    background: #fff;
    width: 100%;}
    .headerfixed h3{    font-weight: 400;
    font-size: 18px;
    color: rgb(0, 0, 0);
    display: inline-block;
    font-family: Lato, sans-serif;
    vertical-align: middle;
    text-align: center;
    display: block;
    width: 100%;
    margin: 15px;}
            .headerfixed h3 span{color: rgb(251, 160, 38);font-weight: 600;}
            .headerfixed a{  color: #FFFFFF;
    background-color: #fc3a2c;
    border: 0px solid #4A47F2;
    border-radius: 0px;
    font-size: 15px;
    padding: 12px 25px;
  border-radius: 4px;}
    header {
    margin-top: 40px;
    }
    img.custom-logo {
				height: 93px;
      }
      

      .webiner_ban_con{
        position: relative;
        margin-top: 15px;
        .webiner_bantext{
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          .webiner_bantext_con{
            padding: 30px;
            margin-left: 5%;
            background: #003a66db;
            width: 60%;
            h2{
              font-size: 34px;
              letter-spacing: 3px;
              margin: 0;
              color: #fff;
            }
            h3{
              font-size: 22px;
              margin-top: 7px;
              color: #fff;
              span{
                font-size: 30px;
              }
              i{
                margin-right: 10px;
              }
            }
          }
        }
      }
      .weniner_info_area{
        padding: 50px 0;
        h4{
          color: #000;
          font-size: 15px;
          margin: 0 0 25px;
          font-weight: 600;
          position: relative;
          padding-left: 7px;
        }
        h4:before{
          content: '';
          height: 16px;
          width: 3px;
          background: #003a66;
          top: -2px;
          left: 0;
          position: absolute;
        }
        p{
          color: #000;
          font-size: 15px;
          line-height: 30px;
          margin-bottom: 20px;
        }
        ul{
          padding-left: 40px;
          padding-bottom: 25px;
          li{
            color: #000;
            font-size: 15px;
            line-height: 30px;
            margin-bottom: 10px;
            position: relative;
          }
          li:before{
            content: '';
            width: 10px;
            height: 10px;
            border-radius: 50%;
            position: absolute;
            top: 8px;
            left: -20px;
            background: #000;
          }
        }
        h2{
          color: #003a66;
          font-size: 30px;
          margin: 0 0 20px;
          font-weight: 600;
        }
        .bot_s_info{
          h3{
            font-size: 16px;
            color: #000;
            font-weight: 600;
            margin: 15px 0 5px;
          }
          h5{
            color: #003a66;
            font-size: 14px;
            margin-bottom: 8px;
            line-height: 18px;
          }
          img{
            width: 100%;
          }
          p{
            line-height: 24px;
          }
        }
        .web_form{
          background: #003a66;
          padding: 40px 20px 1px;
          h2{
            color: #fff;
            text-align: center;
          }
          input:not([type=submit]), select{
            width: 100%;
            border: none;
            background: #f2f6f8;
            height: 50px;
            padding: 10px;
            color: #000;
            margin-bottom: 20px;
          }
          input:not([type=submit])::placeholder{
            color: #000;
          }
          input[type=submit]{
            width: 100%;
            border: solid 1px #fff;
            color: #fff;
            font-size: 25px;
            line-height: 48px;
            height: 50px;
            background: none;
          }
          input[type=submit]:hover{
            background: #222;
          }
        }
        .web_info_mid{
          padding-top: 40px;
        }
        .upcoming_web{
          .upcoming_web_info{
            position: relative;
            margin-bottom: 20px;
            width: 31.33%;
            float: left;
            margin-right: 2%;
            img{
              width: 150px;
              height: 160px;
            }
            h3{
              display: none;
              color: #000;
              font-size: 15px;
              margin: 15px 0 0;
              line-height: 22px;
              height: 40px;
              span{
                font-size: 18px;
                font-weight: 600;
              }
            }
            p{
              line-height: 24px;
              margin: 0 0 8px;
            }
            h5{
              color: #000;
              font-size: 15px;
              line-height: 22px;
              margin: 0;
            }
            h5.w_left{
              float: left;
            }
            h5.w_right{
              float: right;
            }
            a{
              color: #003a66;
              font-size: 14px;
              font-weight: 600;
              display: inline-block;
              margin-top: 10px;
            }
          }
          .sujay_khali{
            width: 100%;
            margin: 0;
            a{
              display: block;
              img{
                width: 100%;
                height: auto;
              }
            }
          }
        }
        .past_Web{
          padding-top: 40px;
          h2{
            margin-bottom: 30px;
          }
          img{
            width: 100%;
          }
          h3{
            color: #000;
            font-size: 14px;
            padding: 10px 20px;
            margin: 7px 0 10px;
            display: inline-block;
            background: #e5e5e5;
          }
          p{
            margin: 15px 0 0;
            line-height: 24px;
          }
          a{
            color: #003a66;
            font-size: 15px;
            display: inline-block;
          }
        }
      }


.zf-templateWidth {
  width: 100% !important;
  margin: 0 !important;
}
.zf-tempHeadContBdr{
  background: none !important;
  padding: 0 !important;
}
.zf-templateWrapper{
  border: none !important;
  box-shadow: none !important;
}
.zf-namemedium .zf-nameWrapper {
  width: 100% !important;
}
.zf-tempHeadContBdr{
  border: none !important;
}
.zf-address .zf-tempContDiv span.zf-addtwo, .zf-geolocation .zf-tempContDiv span.zf-addtwo {
  width: 100% !important;
  margin: 0 !important;
}
.zf-tempFrmWrapper {
  padding: 10px 0 !important;
  margin: 0 !important;
}
.zf-tempFrmWrapper .zf-labelName {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.zf-tempContDiv input[type=file]{
  padding: 15px 15px 10px !important;
}
.zf-submitColor{
  padding: 15px 35px !important;
  color: #000 !important;
  font-size: 14px !important;
  border-radius: 25px !important;
  background: #8abc47 !important;
  border: none !important;
  font-weight: 600;
}
.zf-submitColor:hover{
  color: #9ea19a !important;
  background: #000 !important;
}
.zf-twoColumns .zf-tempContDiv span input[type=radio]{
  width: 30px !important;
  height: 30px !important;
  float: left !important;
  margin: 0 10px 0 0 !important;
}
.zf-twoColumns .zf-tempContDiv span label{
  font-size: 14px !important;
  color: #333 !important;
  line-height: 30px !important;
}
.zf-twoColumns .zf-tempContDiv span{
  width: 100px !important;
}
.zf-address .zf-tempContDiv span label, .zf-geolocation .zf-tempContDiv span label {
  padding-top: 0 !important;
}
.zf-tempContDiv input[type=text], .zf-tempContDiv textarea, .zf-tempContDiv .zf-pdfTextArea{
  border: solid 1px #cdcdcd !important;
}
.zf-namemedium .zf-tempContDiv span, .zf-small .zf-phwrapper {
  width: 100% !important;
}
.ln{
  margin-top: 15px !important;
}
.will_box{
  margin-top: 32px !important;
}
.zf-fmFooter {
  padding: 15px 0 !important;
  text-align: left !important;
  margin-left: -5px !important;
}


      


.disclaimer{padding-top: 40px;
  h3{color: #000;
font-size: 15px;
margin: 0 0 25px;
font-weight: 600;
position: relative;
padding-left: 7px;
background: #ffcfcf;
padding: 10px;} 

  p{color: #c11c1c;
font-size: 15px;
line-height: 30px;
margin-bottom: 20px;}
}

.desktop_menu{
  .slim-container .slim-bar, .slim-container .slim-bar *{
    display: none;
  }
}

.buttonizer-group-0-0-1{
  z-index: 99 !important;
}
.zsiq_float6 {
  z-index: 111 !important;
}

.head_scroll{
  padding: 15px 0 0;
  border-bottom: solid 1px #003a664d;
  p{
    color: #003a66;
    font-size: 14px;
    margin: 5px 0;
  }
}

.case_info{
  padding: 50px 0;
  .pagination{
    width: 100% !important;
    margin: 0 !important;
    text-align: center;
    span{
      line-height: 30px;
      padding: 0 13px;
      color: #fff;
      background: #003a66;
      display: inline-block;
      border: solid 1px #003a66;
    }
    a{
      line-height: 30px;
      padding: 0 13px;
      color: #003a66;
      background: #fff;
      display: inline-block;
      border: solid 1px #003a66;
    }
    a:hover{
      background: #003a66;
      color: #fff;
    }
  }
  .case_info_con{
    padding: 20px;
    margin-bottom: 30px;
    min-height: 350px;
    box-shadow: 0 0 17px -5px #000;
    h2{
      color: #121212;
      font-size: 20px;
      margin: 0 0 15px;
      padding-bottom: 10px;
      border-bottom: solid 1px #e9e9e9;
    }
    h4{
      color: #003a66;
      font-size: 13px;
      margin: 0 0 2px;
      line-height: 18px;
      span{
        color: #73af20;
        font-weight: 600;
      }
    }
    p{
      color: #000;
      font-size: 13px;
      line-height: 21px;
      margin-top: 15px;
    }
    a{
      color: #003a66;
      font-size: 13px;
      margin: 0;
      display: inline-block;
      font-weight: 600;
    }
    a:hover{
      color: #000;
    }
  }
}
.case_study_details{
  padding: 50px 0;
  .case_study_left{
    h3{
      color: #003a66;
      font-size: 16px;
      margin: 0 0 10px;
      font-weight: 600;
      span{
        color: #73af20;
      }
    }
    p{
      color: #000;
      font-size: 16px;
      line-height: 28px;
      margin-top: 20px;
    }
  }
  .case_study_right{
    padding-right: 40px;
    input:not([type=submit]){
      border: none;
      padding: 10px;
      text-align: center;
      color: #003a66;
      font-size: 15px;
      font-weight: 600;
      border-bottom: solid 2px #003a66;
      width: 100%;
    }
    .case_details_right_box{
      background: #fff;
      box-shadow: 0 0 10px -3px #000;
      margin-top: 20px;
      h2{
        background: #003a66 none repeat scroll 0 0;
        color: #fff;
        font-size: 21px;
        font-weight: 500;
        letter-spacing: .5px;
        margin-top: 0;
        padding: 10px 0;
        text-align: center;
        text-transform: uppercase;
      }
      ul{
        li{
          position: relative;
          border-bottom: 1px dashed;
          a{
            color: #212121;
            font-size: 16px;
            text-decoration: none;
            padding: 15px;
            display: block;
          }
          a:hover{
            color: #666;
          }
        }
      }
    }
  }
}

.submit_query_form{
  padding: 50px 0;
  h2{
    font-size: 26px !important;
    color: #003a66 !important;
    font-weight: 600;
    margin: 0 0 15px !important;
  }
  p{
    color: #666 !important;
  }
  input:not([type=submit]), textarea, select {
    border: solid 1px #036 !important;
    height: 44px;
    color: #000;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
  }
  .zf-medium .zf-tempContDiv input[type=text], .zf-medium .zf-tempContDiv textarea, .zf-medium .zf-mSelect select, .zf-medium .zf-tempContDiv .zf-sliderCont, .zf-medium .zf-tempContDiv .zf-pdfTextArea{
    width: 100% !important;
  }
  textarea{
    height: 100px;
  }
  .zf-twoColumns .zf-tempContDiv span input[type=checkbox]{
    margin-top: 9px !important;
  }
  .zf-termsAccept label{
    color: #666;
  }
  .zf-small .zf-tempContDiv .zf-form-sBox {
    width: 100% !important;
  }
  .zf-small .zf-tempContDiv input[type=text], .zf-small .zf-tempContDiv textarea, .zf-small .zf-mSelect select, .zf-small .zf-tempContDiv .zf-sliderCont, .zf-small .zf-tempContDiv .zf-pdfTextArea {
    width: 100% !important;
}
  .zf-tempContDiv input[type=file]{
    width: 100% !important;
  }
  .zf-sideBySide .zf-tempContDiv span label{
    color: #666 !important;
  }
  input[type=checkbox], input[type=radio]{
    width: auto;
    height: auto;
    margin: 0 10px 0 0;
  }
  .zf-twoColumns .zf-tempContDiv span{
    width: 19% !important;
  }
}

.licenced_bot_area .licenced_bot_info {
    position: relative;
    margin-top: 96px;
}

.new-naim-tab{
	    margin-bottom: 15px;
	    text-align:center;
	ul{
		li{
			display:inline-block !important;
			a{
				background:#8abc47;
				color:#fff;
			}
		}
	}
}