  /*mystyle*/
  /*==========================================================*/
  /*.hed{
  background: var(--pgblue);;
  height: 60px;
}*/

  /*
*
* ==========================================
* FONTS
* ==========================================
*
*/

  /*.dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}*/
  /*html {
  scroll-behavior: [ auto | smooth ];
  margin: 0;
}
body{
  margin: 0;
  padding: 0;
}*/

  :root {
    /* --pggreen: #98c0ec; */
    --pgblue: #dbebfd;
  }

  .abc {
    padding: 20px;
    background: red;
  }

  .abc:hover {
    background: blue;

  }

  .visb {
    display: none !important;
  }

  html,
  body {
    width: 100%;
    overflow-x: hidden;
    margin: 0px ! important;
    padding: 0px ! important;
  }

  .txt-msg {

    /*height: 260px ! important;*/
    height: 395px ! important;

  }

  .fullpagecontainer {
    width: 98%;
    margin-right: 2%;
    margin-left: 2%;
  }

  .sticky>.navbar>.navbar-collapse::before {

    content: url(../img/DET.png);

  }

  .call-box {
    position: fixed;
    right: 20px;
    bottom: 10px;

    z-index: 1000;

  }

  .call-bg {

    width: 60px;
    height: 60px;
    background: var(--pggreen);
    border-radius: 50%;

  }

  .call-box>.call-bg>i {
    color: #fff;
    /*background: #fff;*/
    font-size: 42px;
    padding-top: 10px;
    padding-left: 10px;

  }

  .call-box>.cbox-main::before:hover {
    background: #000;
  }


  .call-box>.cbox-main>p::before {
    font-family: FontAwesome;
    content: "\f068";
    font-size: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #0000003d;

    top: -7px;
    right: -7px;
    background: #fff;
    /*background:blue;*/
    position: absolute;
    box-shadow: 0 0 14px 1px rgb(0 0 0 / 20%);
    border-radius: 50px;
    z-index: 1000;

  }

  .call-box>.cbox-main>p {
    margin: 0px ! important;

  }

  .call-box>.cbox-main>p:hover::before {
    margin: 0px ! important;
    color: #000;
    cursor: pointer;

  }

  .call-bg:hover {
    cursor: pointer;
  }


  .cbox-main {
    position: fixed;
    right: 47px;
    width: 320px;
    bottom: 38px;
    padding-right: 15px;
    padding-left: 15px;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 25%);
    display: none;
    /*transition: all .5s;
    transform-origin: right bottom;*/
  }

  .hbox {

    width: 100%;
    height: 160px;
    background: var(--pggreen);
  }

  .hbox i {

    position: absolute;
    bottom: 30%;
    left: 24%;
    font-size: 62px;
    color: #fff
  }

  .htxt:hover {
    color: var(--pggreen);
    cursor: default;
  }

  .bdy-cont {
    /*width:  190px;*/
    height: 160px;
    background: #fff;
    padding: 10px;
  }

  .bdy-cont span {
    display: block;
  }

  .bdy-cont span.htxt {
    font-family: 'Source Sans Pro', sans-serif;

    font-weight: 600;
  }


  .state-success {
    color: green;
  }

  .state-error {
    color: red;
  }




  .btn-green {
    background: #2d3e50;
    color: #fff;
  }

  .main-container {
    position: relative;
  }

  .ann-brown span::before {
    font-family: FontAwesome;
    content: "\f0a1";
    color: #fff;
    padding-right: 10px;
  }

  .enq-gre span::before {
    font-family: FontAwesome;
    content: "\f2a0";
    padding-right: 10px;

    color: #fff;
  }

  /*.ann-brown-clicked span::before{
  font-family: FontAwesome;
content: "\f0a1";
color: #501b1d ! important;
}*/
  .ann-brown {

    position: fixed;
    background: #501b1d;
    /*width:120px;*/
    padding: 10px 16px 10px 10px;
    width: 34px;
    /*padding-left: 5px;*/
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;


    right: 0;
    z-index: 1000;
    top: 280px;
    box-shadow: -2px 5px 6px 1px rgb(0 0 0 / 49%);
    -webkit-box-shadow: -2px 5px 6px 1px rgb(0 0 0 / 49%);
    -moz-box-shadow: -2px 5px 6px 1px rgb(0 0 0 / 49%);
    transition-property: padding, width;
    transition-duration: 1s;

  }


  .main-container>.ann-brown:hover span {
    color: #fff ! important;


  }

  .main-container>.enq-gre:hover span {
    color: #fff ! important;


  }

  /*.main-container > .ann-brown-clicked:hover span{
  color: #fff ! important;

}
.main-container > .enq-gre-clicked:hover span{
  color: #fff ! important;

}
*/
  .main-container>.ann-brown:hover {

    position: fixed;
    background: #5a191c;
    cursor: pointer;
    /*width:120px;*/
    width: 150px;
    padding-left: 10px;

    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;

    right: 0;
    z-index: 1000;
    top: 280px;

    transition-property: padding, width;
    transition-duration: 1s;
    box-shadow: -2px 5px 26px 1px rgb(0 0 0 / 49%);
    -webkit-box-shadow: -2px 5px 26px 1px rgb(0 0 0 / 49%);
    -moz-box-shadow: -2px 5px 26px 1px rgb(0 0 0 / 49%);
  }


  .main-container>.ann-brown-clicked {
    position: fixed;
    background: #5a191c;
    cursor: pointer;
    /*width:120px;*/
    width: 150px;
    padding-left: 10px;

    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;

    right: 0;
    z-index: 1000;
    top: 280px;


    box-shadow: -2px 5px 26px 1px rgb(0 0 0 / 49%);
    -webkit-box-shadow: -2px 5px 26px 1px rgb(0 0 0 / 49%);
    -moz-box-shadow: -2px 5px 26px 1px rgb(0 0 0 / 49%);
  }


  .enq-gre {

    position: fixed;
    background: #116466;
    /*width:120px;*/
    overflow: hidden;
    padding-left: 10px;

    width: 34px;
    height: auto;
    /*padding: 10px 17px 10px 23px;*/
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    right: 0;
    z-index: 1000;
    top: 350px;
    box-shadow: -2px 5px 6px 1px rgb(0 0 0 / 49%);
    -webkit-box-shadow: -2px 5px 6px 1px rgb(0 0 0 / 49%);
    -moz-box-shadow: -2px 5px 6px 1px rgb(0 0 0 / 49%);
    transition: .8s;
  }

  .enq-gre:hover {

    position: fixed;
    background: #0d6e71;
    /*padding: 10px 17px 10px 23px;*/
    color: #fff ! important;

    padding-top: 10px;
    padding-bottom: 10px;
    width: 150px;
    right: 0;
    z-index: 1000;
    top: 350px;
    box-shadow: -2px 5px 26px 1px rgb(0 0 0 / 49%);
    -webkit-box-shadow: -2px 5px 26px 1px rgb(0 0 0 / 49%);
    -moz-box-shadow: -2px 5px 26px 1px rgb(0 0 0 / 49%);

    cursor: pointer;

  }

  .ann-brown-clicked span {
    color: #fff ! important;
  }

  .enq-gre-clicked span {
    color: #fff ! important;

  }

  .ann-brown span {
    color: #5a191c;
    transition-duration: 1s;


  }

  .enq-gre span {
    color: #0d6e71;
    transition-duration: 1s;

  }

  .enq-gre-clicked {
    position: fixed;
    background: #0d6e71;
    /*padding: 10px 17px 10px 23px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    width: 150px;
    right: 0;
    z-index: 1000;
    top: 350px;
    box-shadow: -2px 5px 26px 1px rgb(0 0 0 / 49%);
    -webkit-box-shadow: -2px 5px 26px 1px rgb(0 0 0 / 49%);
    -moz-box-shadow: -2px 5px 26px 1px rgb(0 0 0 / 49%);
    transition: .8s;
    cursor: pointer;
  }



  /*.enq-gre span::before{

clear: both;
  position: relative;

  color:#fff;
  padding-right: 6px;


  padding-top: 11px;
  padding-bottom:  11px;


  margin-right: 17px;

}*/
  /*
-----------------------------------------------------------------------------------
boublechat
---------------------------------------------------------------------------------------*/

  .talktext {
    padding: 1em;
    text-align: left;
    line-height: 1.5em;
  }

  .talktext>.content>ul>li>a {
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;

  }

  .talktext>.content>ul>li>p {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;

  }

  .talktext>.content>hr {
    background: #0000000d;
  }

  .talktext p {
    /* remove webkit p margins */
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-weight: 300;
    padding-top: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
  }

  .talktext>p.a {
    content: "X";
    position: absolute;
    top: 5px;
    right: 3px;
    color: #fff;
    /*background: #2233222e;*/
    border-radius: 45px;
    padding: 2px 10px 2px 10px;
    transition: .5s;
  }

  .talktext>.a:hover {
    content: "X";

    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 3px;
    color: #000;
    background: #22332259 ! important;
    border-radius: 45px;
    padding: 2px 10px 2px 10px;
  }

  .content {
    overflow: hidden;
    height: 380px;
  }

  .talk-bubble {
    position: fixed;
    margin: 40px;
    display: inline-block;
    top: 220px;
    right: 141px;
    z-index: 1000;
    width: 320px;
    height: 450px;
    background-color: #537598f5;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 25%);
    /*border: 1px solid #000;*/
  }

  .border {
    border: 8px solid #f8f82b;
  }

  /* .round {
    border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;

  } */

  .tri-right.right-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -24px;
    top: 38px;
    bottom: auto;
    border: 12px solid;
    border-color: #537598f5 transparent transparent #537598f5;
  }

  /*
.tri-right.border.btm-right-in:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 30px;
  bottom: -40px;
  border: 20px solid;
  border-color: #666 #666 transparent transparent;
}
.tri-right.btm-right-in:after{
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 38px;
  bottom: -20px;
  border: 12px solid;
  border-color: lightyellow lightyellow transparent transparent;
}*/


  /**.enq-gre{
  position: fixed;
  background: #116466;
  width:120px;
  padding: 20px 32px 20px 32px;
  right: 0;
  z-index: 1000;
  top :380px;
}*/

  .dropdown-divider {
    height: 0;
    margin: .5rem 0;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
  }

  .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border: none ! important;
  }

  .dropdown-toggle ha::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
  }

  .dropdown-toggle ha2::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-bottom : .255em;
    /*vertical-align: .255em;*/
    content: "";
    border-left: .3em solid;
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
  }

  .sticky {
    position: fixed;
    top: 0;

    background-color: rgba(255, 255, 255, 92%);
    box-shadow: 0 1px 30px #3d454a;
    z-index: 999;
    -webkit-animation: .8s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .8s ease-in-out 0s normal none 1 running fadeInDown;
    transition: padding 300ms ease;
    /*padding: 10px ! important;*/
  }

  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }


  .dropdown-menu>li:hover,
  .dropdown-menu>li.show {
    background: var(#0000000d);
    color: #fff ! important;
  }

  .dropdown-menu>li a:hover,
  .dropdown-menu>li.show {
    background: #2d3e50;
    color: #fff ! important;
  }

  .sticky+.content {
    padding-top: 60px;
  }

  /*effect-box*/
  .bbox {
    width: 80px;
    height: 80px;
    /*padding: 30%;*/
    background: var(--pgblue);
    position: relative;
    ;

  }

  .gbox {
    position: absolute;
    left: 0;
    top: 43px;
    /* bottom: 10px; */
    width: 45px;
    height: 45px;
    margin-right: 0;
    background: var(--pggreen);
  }

  .bbox h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    position: absolute;
    color: #fff;
    padding: 5px 0px 0px 0px;
    margin-right: 10px;
    top: 0;


  }

  .gbox h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-top: 15%;
  }

  .smtitle {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #000;
  }

  .cont-desc {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: var(--pgblue);
  }


  .cb {
    clear: both;
  }

  .extlight-f {

    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
  }

  .light-f {

    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
  }

  .regular-f {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
  }

  .sembol-f {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
  }

  .bol-f {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
  }

  .black-f {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
  }




  /*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
  }

  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
  }

  .f-news-bg {

    padding: 260px 50px;
    background-image: url(../img/hnews.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    /*min-height: 728px;*/
    height: 100%;
    width: 100%;

  }

  .f-titile {
    width: 84%;
    bottom: 24px;
    /*height: 183px;*/
    background: #2d3e50;
    position: absolute;
    right: auto;
    left: 8%;
    overflow: hidden;
  }

  .f-titile h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    padding: 10px 0px 10px 20px;
    border-bottom: 1px solid #fbfbfb;
  }

  .f-titile p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 15px;

    justify-content: center;
    padding: 10px 20px 10px 20px;
  }


  /*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/

  /*---------------------------------------*/

  .section-title-wrapper:before {
    background: var(--pgblue) none repeat scroll 0 0;
    bottom: -4px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 85px;
  }

  .section-title-wrapper:after {
    background: var(--pggreen);
    font-family: FontAwesome;
    color: #000;
    bottom: -14px;
    ;
    /*color: #1bb4b9;*/
    content: "\f19d";
    font-size: 14px;
    height: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 35px;
    z-index: 9;
  }

  .section-title {
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 20px;
  }

  .section-dep {
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    color: var(--pgblue);
    font-size: 20px;
  }

  .section-title-wrapper-dep:before {
    background: var(--pgblue) none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 130px;
  }

  .section-title-wrapper-dep:after {
    background: #fff;
    font-family: FontAwesome;
    color: #000;
    bottom: -20px;
    ;
    /*color: #1bb4b9;*/
    content: "\f19d";
    font-size: 14px;
    height: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 35px;
    z-index: 9;
  }





  .lfdist-top-left {
    font-size: 22px;
  }

  .lfdist {
    background: var(--pgblue) none repeat scroll 0 0;
    color: #b4dce6;
    font-size: 13px;
    position: relative;
  }

  .lfdist-top-left {
    float: left;
    padding-top: 0px;
  }

  .dtclg {
    background: #d4dce5;
    /*height: 120px;*/
    padding-top: 15px;
  }
/*
  .lfdist:before {
    background: var(--pggreen) none repeat scroll 0 0;
    content: "";
    height: 56px;
    position: absolute;
    left: 0;
    /*bottom: 0px;
    top: -10px;

    width: 25%;
  }

  .lfdist:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;

    border-color: transparent transparent var(--pggreen) var(--pggreen);
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 28px 13px;
    content: "";
    height: 5px;
    position: absolute;
    left: 25%;
    top: -10px;

    bottom: 0px;
    width: 0;
  } */

  .lfdist .lifdist-text {
    padding: 12px;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
    color: #0e0d0d;
    font-size: 18px;
    text-align: justify;
    text-justify: inter-word;
    line-height: 35px;


  }

  .about-area:before,
  .header-top:before,
  .newsletter-area:before {
    /*  background: var(--pggreen); none repeat scroll 0 0;
    content: "";
    height: 48px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 40%;*/
    background: var(--pggreen) none repeat scroll 0 0;
    content: "";
    height: 48px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 30%;
  }

  .header-info a,
  .top-bar-left-content a {
    color: #fff;
  }

  .header-info span+span {
    margin-left: 8px;
    padding-left: 8px;
  }


  .header-top .header-info span a {
    text-decoration-line: none;
    color: #fff;
    font-size: 10pt;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
  }


  .header-top span {
    display: inline-block;
    padding: 14px 0px 0px 0px;
  }

  .header-top span a {
    text-decoration-line: none;
    color: #fff;

    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    z-index: 700;
    position: relative;
  }

  .header-info span {
    position: relative;
  }

  *,
  .kc-col-container,
  .kc-container,
  .kc-elm {
    box-sizing: border-box;
  }

  .header-info span+span::before {
    background: rgba(255, 255, 255, .2) none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: -2px;
    position: absolute;
    top: 15px;
    width: 1px;
  }

  .header-top-right {
    float: right;
    padding-top: 17px;
  }

  .about-area:after,
  .header-top:after,
  .newsletter-area:after {
    /* -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent var(--pggreen); var(--pggreen); transparent;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 24px 10px;
    content: "";
    height: 5px;
    position: absolute;
    right: 40%;
    top: 10px;
    width: 0;*/
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent var(--pggreen) var(--pggreen) transparent;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 24px 10px;
    content: "";
    height: 5px;
    position: absolute;
    right: 30%;
    top: 10px;
    width: 0;
  }

  .header-top-right .content-right-menu ul li {
    display: inline-block;
    line-height: inherit;
    position: relative;
  }

  .header-top-right>.content-right-menu a {
    color: #fff;
  }

  /*.header-top-right .content-right-menu ul li:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 10px;
    position: absolute;
    top: 6px;
    width: 2px;
}*/
  .header-top-right .content-right-menu ul .line:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 10px;
    position: absolute;
    top: 6px;
    width: 2px;
  }

  .header-top-right .content-right-menu ul li a i,
  .header-top-right>.content i {
    font-size: 14px;
    margin-right: 8px;
  }

  .header-top-right .content-right-menu ul li a,
  .header-top-right>.content {
    display: block;
    font-family: 'Source Sans Pro', sans-serif ! important;
    margin-left: 13px;
    padding-left: 17px;
    position: relative;
    font-weight: 600;
  }

  .zmdi {
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif ! important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .header-top {
    background: var(--pgblue) none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    position: relative;
  }

  .header-top-area {
    background: var(--pgblue) none repeat scroll 0 0;
  }

  .admtxt {
    padding-right: 50px ! important;

  }

  hr {
    background: #d8d8d8;
    height: 1px;
    margin: 10px 0px 0px 0px;
  }

  #navbar {
    z-index: 1000;
    margin-right: 0;
    width: 100%;
    padding: 0;
    margin: 0;

  }

  .navbar .nav-item a {
    font-family: 'Source Sans Pro', sans-serif ! important;
    font-weight: 400 ! important;
    color: #000 ! important;
    padding-top: 0 ! important;
    padding-bottom: 0 ! important;

  }

  .navbar-nav .nav-link {
    bottom: 50%;
    border-bottom: 3px solid transparent;

  }

  /*.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:  var(--pggreen); ! important;
     border-bottom: 3px solid var(--pggreen);;
     transform: scaleX(1);

}*/
  .navbar-nav .nav-item a:after {
    display: block;
    content: '';

    width: 70%;
    border-bottom: solid 3px var(--pggreen) !important;
    transform: scaleX(0) !important;
    transition: transform 500ms ease-in-out !important;
    transform-origin: 0% 50% !important;

  }

  .navbar-nav>.dropdown>ul>li>a:after {

    border-bottom: solid 3px transparent !important;
  }






  .navbar-nav .nav-item a:hover:after {
    transform: scaleX(1) !important;
  }


  /*.navbar-light .navbar-nav .nav-item:hover:before { transform-origin:  50% 0% ; }*/

  /*.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }*/

  /*.ima{
  position: absolute;
  z-index: 1000;
}*/
  /*h1:after {
  display:block;
  content: '';
  border-bottom: solid 3px var(--pggreen);;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
h1:hover:after { transform: scaleX(1); }

h1.fromLeft:after{  transform-origin:  0% 50%; }*/
  /*

------------------------------------------------------
======================================================*/
  .whtsepr {
    height: 35px;
    background: #fff;
    width: 100%;
  }

  .tet {
    position: relative;
    width: 100%;
    height: 720px;
    background: #453;
  }







  .kc-col-container {
    clear: both;
    display: block;
    width: 100%;
  }

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

  .kc-elm {
    float: left;
    width: 100%;
    margin-top: 40px;
  }

  .single-item {
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 3px solid var(--pggreen);
    padding: 0 35px;
    transition: all .3s ease 0s;
    margin-bottom: 20px;
  }

  .single-item-image {
    overflow: hidden;
    position: relative;
    text-align: center;
    top: -35px;
  }

  .overlay-effect a {
    position: relative;
  }

  .single-item-image a {
    display: inline-block;
  }

  .single-item-text h4,
  .single-item-text h4 a {
    color: #0c0b0b;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif ! important;


    margin: 0;
  }

  .button-bottom {
    margin-bottom: -19.5px;
    text-align: center;
  }

  .single-item .button-default {
    background: var(--pggreen) none repeat scroll 0 0;
    padding: 8px 33px;
  }

  .single-item:hover .overlay-effect a:before {
    opacity: 1;
  }

  .overlay-effect a:before {
    background: rgba(45, 62, 80, .2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
  }

  .single-item:hover {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 20px rgb(34 30 31 / 40%);
  }

  .single-item:hover .button-default {
    background: var(--pgblue) none repeat scroll 0 0;
  }

  .single-item .button-default {
    background: var(--pggreen) none repeat scroll 0 0;
    padding: 8px 33px;
  }

  .button-default {
    background: var(--pgblue) none repeat scroll 0 0;
    color: #fff;
    display: inline-block;

    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif ! important;


    font-size: 14px;
    margin: 0;
    padding: 15px 35px;
    text-transform: uppercase;
    font-weight: 400;
  }

  .single-item-text h4 a:hover {
    color: var(--pggreen);
    outline: 0 none;
    text-decoration: none;
  }

  a:active,
  a:focus,
  a:hover {
    outline: 0 none;
    text-decoration: none;
  }

  .button-default:hover {
    background: var(--pggreen);
    color: #fff;
  }

  *,
  .kc-col-container,
  .kc-container,
  .kc-elm {
    box-sizing: border-box;
  }

  .course-introduce p {
    color: #000;
    font-weight: 300;
    text-align: justify;
    font-family: 'Source Sans Pro', sans-serif ! important;
    font-size: 18px;
    line-height: 28px;

  }

  .hed3 {
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif ! important;
    color: #fff;
    float: right;
    padding: 10px;
    font-size: 22px;
  }

  .bgblue {
    clear: both;

    background: var(--pgblue);
  }

  .f-head {
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif ! important;
    color: var(--pgblue);
    font-size: 20px;
  }

  .f-desc {
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif ! important;
    color: var(--pgblue);
    font-size: 20px;
  }

  .single-footer-widget span {
    display: block;
    margin-bottom: 11px;
  }

  .single-footer-widget span i {
    font-size: 18px;
    width: 30px;
  }

  .textwidget .a {
    margin-bottom: 0px;
  }

  .textwidget .b {
    margin-bottom: 0px;
  }

  .f-icons img {
    margin-right: 15px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    /*box-shadow: 10px 10px 5px grey;*/

    cursor: pointer;
  }

  .f-icons img:hover {
    margin-right: 15px;
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transition: .4s;
  }

  .footer {
    background: var(--pgblue);
    padding: 10px;

  }

  .footer span {
    color: #0c0c0c;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif ! important;
    font-size: 18px;


  }

  .mtcls {
    margin: 0px;
  }

  /*.mtcls{
  margin: 0px;
}*/
  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }



  @media (min-width: 768px) and (max-width: 991px) {
    .header-top::before {
      width: 48%;
    }

    .header-top::after {
      right: 48%;
    }
  }

  @media (max-width: 767px) {
    .header-top::after {
      right: 81%;
    }

    .header-top::before {
      width: 81%;
    }
  }

  @media (max-width: 576px) {

    .sticky>.navbar>.navbar-collapse::before {

      content: "";

    }

    .call-bg {
      width: 48px;
      height: 48px;
      background: var(--pggreen);
      border-radius: 50%;
    }

    .call-box>.call-bg>i {
      color: #fff;
      /* background: #fff; */
      font-size: 30px;
      padding-top: 9px;
      padding-left: 10px;
    }

    .cbox-main {
      position: fixed;
      right: 47px;
      width: 240px;
      bottom: 38px;
      padding-right: 15px;
      padding-left: 15px;
      box-shadow: 0 0 5px 1px rgb(0 0 0 / 25%);
      display: none;
    }

    .hbox i {
      position: absolute;
      bottom: 28%;
      left: 15%;
      font-size: 60px;
      color: #fff;
    }

    .hbox {
      width: 100%;
      height: 130px;
      background: var(--pggreen);
    }

    .bdy-cont {
      /* width: 190px; */
      height: 130px;
      background: #fff;
      padding: 10px;
    }

    .bdy-cont span {
      font-size: 14px;
      font-weight: 400;
      font-family: 'Source Sans Pro', sans-serif ! important;
    }


    .talk-bubble {
      position: fixed;
      margin: 40px;
      display: inline-block;
      top: 220px;
      right: 128px;
      z-index: 1000;
      width: 181px;
      height: 306px;
      background-color: #537598f5;
      /* border: 1px solid #000; */
    }

    .txt-msg {

      height: 260px ! important;
      /*height: 395px ! important;*/

    }



    .mtcls {
      margin-left: 20px;
    }

    .navbar button {
      float: right;
    }

    .section-title {
      font-weight: 600;
      font-family: 'Source Sans Pro', sans-serif;
      color: #fff;
      font-size: 18px;
    }

    .section-title-wrapper:before {
      background: var(--pgblue) none repeat scroll 0 0;
      bottom: -4px;
      content: "";
      height: 2px;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      text-align: center;
      width: 40%;
    }

    .section-title-wrapper:after {
      background: var(--pggreen);
      font-family: FontAwesome;
      color: #000;
      bottom: -16px;
      /* color: #1bb4b9; */
      content: "\f19d";
      font-size: 10px;
      height: 20px;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      text-align: center;
      width: 35px;
      z-index: 9;
    }

    .lfdist:before {
      background: var(--pggreen) none repeat scroll 0 0;
      content: "";
      height: 56px;
      position: absolute;
      left: 0;
      /* bottom: 0px; */
      top: -10px;
      z-index: 0;
      width: 45%;
    }

    .lfdist:after {
      -moz-border-bottom-colors: none;
      -moz-border-left-colors: none;
      -moz-border-right-colors: none;
      -moz-border-top-colors: none;
      border-color: transparent transparent var(--pggreen) var(--pggreen);
      ;
      -o-border-image: none;
      border-image: none;
      border-style: solid;
      border-width: 28px 13px;
      content: "";
      height: 5px;
      position: absolute;
      left: 45%;
      top: -10px;
      z-index: 2;
      bottom: 0px;
      width: 0;
    }

    .dtclg {
      background: white;
      /* height: 120px; */
      padding-top: 15px;
      padding-right: 10px;
    }

    .lfdist .lifdist-text {
      padding: 12px;
      font-weight: 300;
      font-family: 'Source Sans Pro', sans-serif;
      color: #fff;
      font-size: 16px;
      text-align: justify;
      text-justify: inter-word;
      line-height: 27px;
    }

  }



  @media (max-width: 768px) {
    .mtcls {
      margin: 20px;
    }
  }


















  /*/................................................/*/
  .nivo-caption {
    z-index: 99;
  }

  .banner-content {

    height: 100%;
    margin: auto;
  }

  .kc-elm {
    float: left;
    width: 100%;
  }

  .kc-container {
    max-width: 1200px;
  }

  .kc-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  @media screen and (min-width: 999px) {

    .kc-row-container.kc-container .kc-wrap-columns,
    .kc_row_inner {
      width: calc(100% + 30px);
    }
  }

  .kc-row-container.kc-container .kc-wrap-columns,
  .kc_row_inner {
    margin-left: -15px;
    margin-right: -15px;
    clear: both;
  }

  @media screen and (min-width: 999px) {

    .kc-row-container .kc-wrap-columns,
    .kc_row_inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      flex-wrap: wrap;
    }
  }

  .kingcomposer div.kc_column,
  .kingcomposer div.kc_column_inner {
    clear: none;
  }

  .kc-css-4597 .kc_column {
    padding-left: 0px;
    padding-right: 0px;
  }

  .kc_column>.kc-col-container,
  .kc_column_inner>.kc-col-inner-container {
    height: 100%;
  }

  .kc-elm {
    float: left;
    width: 100%;
  }

  .slider-area .text-content {
    display: table-cell;
    vertical-align: middle;
  }

  .banner-content .text-content-wrapper {
    display: table;
    float: right;
    margin-right: -50px;
  }

  .banner-content h1 {
    -webkit-animation: 1.5s ease-in-out 0s normal none 1 running fadeInUp;
    animation: 1.5s ease-in-out 0s normal none 1 running fadeInUp;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 41px;
    position: relative;
    margin: 0;
  }

  .banner-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .nivo-caption p {
    padding: 5px;
    margin: 0;
  }

  .nivo-caption a {
    display: inline !important;
  }

  .button-default {
    background: var(--pgblue) none repeat scroll 0 0;
    color: #302b2b;
    display: inline-block;
    font-family: Montserrat;
    font-size: 14px;
    margin: 0;
    padding: 15px 35px;
    text-transform: uppercase;
    font-weight: 400;
  }

  a {
    transition: all .3s ease 0s;
    text-decoration: none;
    color: #000;
  }

  .single-item-text {
    max-height: 224px;
    overflow: hidden;
  }

  .dropdown-menu>li {
    padding: 5px;
  }

  .btnnext {
    border-radius: 4px;
    background-color: #d35400;
    border: none;
    padding: 15px;
    width: 200px;
    transition: all 0.5s;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
  }

  .btnnext span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

  .btnnext span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }

  .btnnext:hover span {
    padding-right: 25px;
  }

  .btnnext:hover span:after {
    opacity: 1;
    right: 0;
  }




  /*
-------------------------------------------------------------------
-------------------------------------------------------------------*/
  @media (min-width: 1922px) {
    .banner-txt {
      visibility: hidden;
    }

    .txt-b>h2 {
      visibility: hidden;

    }

    .banner p {
      visibility: hidden;


    }
  }

  @media (max-width: 768px) {
    .banner-txt {
      visibility: hidden;
    }

    .txt-b>h2 {
      visibility: hidden;

    }

    .banner p {
      visibility: hidden;


    }
  }

  @media (min-width: 768px) {
    .banner-txt {
      width: 115% !important;
    }

    .txt-b>h2 {
      color: #fff;
      font-size: 30px ! important;
      line-height: 30px ! important;
      padding-bottom: 30px ! important;
    }

    .banner p {
      font-size: 14px;
      line-height: 17px ! important;

    }
  }

  @media (min-width: 992px) {
    .banner-txt {
      width: 90% !important;
    }

    .txt-b>h2 {
      color: #fff;
      font-size: 35px ! important;
      line-height: 34px ! important;
      padding-bottom: 30px ! important;
    }

    .banner p {
      font-size: 14px;
      line-height: 17px ! important;

    }
  }




  @media (min-width: 1200px) {
    .banner-txt {
      width: 70% !important;
    }

    .txt-b>h2 {
      color: #fff;
      font-size: 40px ! important;
      line-height: 40px ! important;
      padding-bottom: 30px ! important;
    }

  }


  @media (min-width: 1366px) {

    .banner-txt {
      width: 61% !important;
    }

    .txt-b>h2 {
      color: #fff;
      font-size: 40px ! important;
      line-height: 43px ! important;
      padding-bottom: 35px ! important;
    }

    .banner p {
      font-size: 14px !important;
      line-height: 19px !important;
      margin-bottom: 24px !important;
    }

  }


  @media (min-width: 1600px) {

    .banner-txt {
      width: 50% !important;
    }

    .txt-b>h2 {
      color: #fff;
      font-size: 60px ! important;
      line-height: 60px ! important;
      padding-bottom: 40px ! important;
    }

    .banner p {
      font-size: 16px !important;
      line-height: 23px !important;
      margin-bottom: 24px !important;
    }

  }

  @media (max-width: 991px) {

    .sticky {

      padding: 0px ! important;
    }
  }
