
body {
  font-family:'Roboto', sans-serif,'Battambang', cursive !important;
  position: relative;
  background: #ECF0F1;
  overflow-x: hidden;
  font-size: 14px;
}
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
    
  font-family: 'Poppins', sans-serif,'Battambang', cursive;
  font-weight: 600;
  color: #1f1f1f;
}
ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
.pd-0{
  padding: 0px;
}
.left{
  float: left;
}
.right{
  float: right;
}


/*===============================================
=================================================
                  waraper-header
=================================================
================================================= */
.waraper-mobile{
  display: none;
}
.wrapper-header{
  width: 100%;
  float: left;
  padding: 5px 0px 5px;
  background: #CEA531;
}
.layout-menu li{
  display: inline-block;
  margin: 40px 5px 0px;
}
.layout-menu a{
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.layout-menu a:hover{
  color: #8e6b0b;
  transition-duration: 2s;
}
.layout-phone{
  margin: 30px 10px 0px;
  color: #fff;
}
.layout-phone p{
  display: inline-block;
  padding: 5px 15px;
  border: solid 2px #FFF;
  border-radius: 18px;
  background: #CEA531;
  float: right;
  font-weight: bold;
}


/* #Navigation
================================================== */
.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 0px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
  height: 60px;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navigation-wrap{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar{
  padding: 0;
}
.navbar-brand img{
  height: 80px;
  width: auto;
  display: block;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 2px solid #fff;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link{
  color: #fff !important;
  font-weight: 600;
  transition: all 200ms linear;
  text-transform: uppercase;
}
.nav-item:hover .nav-link{
  color: #124b80 !important;
}
.nav-item.active .nav-link{
  color: #777 !important;
}
.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}
.nav-item:after{
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #124b80;
  opacity: 0;
  transition: all 200ms linear;
}
.nav-item:hover:after{
  bottom: 0;
  opacity: 1;
}
.nav-item.active:hover:after{
  opacity: 0;
}
.nav-item{
  position: relative;
  transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
  background-color: #CDA530 !important;
  transition: all 200ms linear;
}
.section {
  position: relative;
  width: 100%;
  display: block;
}
.full-height {
  height: 100vh;
}
.over-hide {
  overflow: hidden;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}
#switch,
#circle {
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear; 
} 
#switch {
  width: 60px;
  height: 8px;
  border: 2px solid #8167a9;
  border-radius: 27px;
  background: #000;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  transform: translate(0);
  transition: all 300ms linear;
  transition-delay: 1900ms;
}
body.hero-anime #switch{
  opacity: 0;
  transform: translateY(40px);
  transition-delay: 1900ms;
}
#circle {
  position: absolute;
  top: -11px;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
}
.switched {
  border-color: #000 !important;
  background: #8167a9 !important;
}
.switched #circle {
  left: 43px;
  box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
  background: #fff;
}
.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
  padding: 10px!important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
  color: #fff;
  background-color: rgba(129,103,169,.6);
}

/* #Media
================================================== */
@media (max-width: 767px) {
  .nav-item:after{
    display: none;
  }
  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #fff;
    vertical-align: 0;
  }
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"]::after{
    transform: rotate(90deg);
    opacity: 0;
  }
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  body.dark .nav-item::before {
    background-color: #fff;
  }
  body.dark .dropdown-toggle::after {
    background-color: #fff;
  }
  body.dark .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
  }
}


/* ------- Slide  ------ */
.wrapper-slide{
  width: 100%;
  float: left;
}
header .item {
  height: 100vh;
  position: relative;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .item .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.6);*/
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
  position: relative;
  padding: 150px;
  overflow: hidden;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
header .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
header .item .cover .header-content h3 {
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
header .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.dd{
  font-family: 'Moul', cursive;
}

/*===============================================
=================================================
                  wrapper-about-nso
=================================================
================================================= */
.wrapper-about-nso{
  width: 100%;
  float: left;
  padding: 100px 0px 90px 0px;
}
.about-nso-dec{
  font-size: 18px;
}
.about-nso-name-nso{
  color: #183A67;
  font-size: 50px;
}
.about-nso-name-nso-te{
  color: #CEA531;
  font-size: 50px;
}
.about-nso-name-nso-p{
  color: #58627B;
  font-size: 50px;
}

/*===============================================
=================================================
                wrapper-about-page
=================================================
================================================= */
.wrapper-about-page{
  width: 100%;
  float: left;
  padding: 30px 0px 0px;
}
.wrapper-about-page p{
  font-size: 18px;
}
.wrapper-about-vission{
  width: 100%;
  float: left;
  padding: 30px 0px;
  font-size: 18px;
}

/*===============================================
=================================================
                  wrapper-service
=================================================
================================================= */
.wrapper-service{
  width: 100%;
  float: left;
  /*padding: 10px 0px;*/
}
.wrapper-service h2{
  color: #183A67;
  text-transform: uppercase;
  font-size: 50px;
}
.list-service-title{
  background: url('../images/dot-pattern.png') repeat scroll 0 0 #ffffff;
  float: none;
  display: table-cell;
  padding: 195px 50px;
  height: 540px;
  width: 100%;
  float: left;
}
.list-service h5{
  color: #cea531;
  margin: 15px;
  line-height: 10px;
}
.list-service{
  text-align: center;
  background: #fff;
  padding: 75px 50px;
  width: 100%;
  float: left;
  border: solid 1px #eee;
  height: 270px;
}
.list-service img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: solid 5px #CEA531;
  padding: 5px;
}

/*Animations*/
[data-animate-in] {
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease
}
[data-animate-in="up"] {
  transform: translate3d(0, 24px, 0)
}
[data-animate-in="left"] {
  transform: translate3d(-25%, 0, 0)
}
[data-animate-in="right"] {
  transform: translate3d(25%, 0, 0)
}
[data-animate-in="down"] {
  transform: translate3d(0, -24px, 0)
}
[data-animate-in="fadeIn"] {
  transform: translate3d(0, 0, 0)
}
[data-animate-in].in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: transform 0.6s ease, opacity 0.6s ease
}
.fade-in {
  opacity: 0;
  transition: opacity 1s ease
}
.page-loaded .fade-in,.page-loaded.fade-in {
  opacity: 1
}
.isSafari.isTouch [data-animate-in],.isSafari.isTouch [data-animate-in="up"] {
  opacity: 1;
  transition: none;
  transform: none
}

/*===============================================
=================================================
              wrapper-service-page
=================================================
================================================= */
.wrapper-service-page{
  width: 100%;
  float: left;
  padding: 0px 0px;
}
.layout-service-page{
  background: #fff;
  float: left;
  padding: 20px;
  width: 100%;
  border-right: #eee 1px solid;
  border-bottom: #eee 1px solid;
}
.layout-service-page .c{
  float: left;
  display: inline-block;
}



/*===============================================
=================================================
              wrapper-how-we-work-with-you
=================================================
================================================= */
.wrapper-how-we-work-with-you{
  width: 100%;
  float: left;
  padding: 50px 0px 60px;
}
.wrapper-how-we-work-with-you h2{
  text-align: center;
  padding: 20px 0px;
  color: #183A67;
  text-transform: uppercase;
}
.list-how-we-work-with-you{
  padding: 10px 10px 10px 0px;
  background: #fff;
  margin-bottom: 25px;
  box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.4);
  background: #183A67;
  border-radius: 50px;
  border: solid 5px #CEA531;
}
.list-how-we-work-with-you h5{ 
  margin: 0px 10px;
  font-size: 20px;
  color: #fff;
}
.list-how-we-work-with-you img{
  background: #fff;
  border-radius: 50px;
  padding: 2px;
  margin: 0px 5px;
  box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.4);
}

/*===============================================
=================================================
              wrapper-our-video
=================================================
================================================= */
.wrapper-our-video{
  width: 100%;
  float: left;
  padding: 30px 0px 0px;
  background: #fff;
}
.wrapper-our-video h2{
  text-transform: uppercase;
  color: #183A67;
  font-size: 40px;
}
.layout-video p{
  font-size: 17px;
}
.adhd-top-video {
  width: 100%;
  height: 100%;
  max-width: 1034px;
  max-height: 543px;
  margin: 0 auto;
}
.adhd-top-video .adhd-top-video2 {
  position: relative;
  padding-bottom: 67.5%;
  height: 0;
}
.adhd-top-video iframe {
  box-sizing: border-box;
  background: url(https://www.adhdcentre.co.uk/wp-content/uploads/2018/02/macbook.png) center center no-repeat;
  background-size: contain;
  padding: 11.9% 15.5% 14.8%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layout-video{
  padding:100px 0px;
  float: left ;
}


/*===============================================
=================================================
             wrapper-our-portfolios
=================================================
================================================= */
.wrapper-our-portfolios{
  width: 100%;
  float: left;
  padding: 30px 0px;
}
.wrapper-our-portfolios h2{
  text-align: center;
  color: #183A67;
  text-transform: uppercase;
}

.gallery-wrap,
#gallery {
  overflow: hidden;
}
#filters {
  margin: 1%;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#filters li {
  display: inline-block;
}
#filters li span {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
  text-transform: uppercase;
  transition: all ease-in-out 0.25s;
}
#filters li:hover span {
  color: #000;
}
#filters li span.active {
  background: #183a67;
  color: #fff;
}
.gallery-item {
  float: left;
  width: 33.333%;
  padding: 10px;
  position: relative;
  z-index: 10;
  display: none;
}
.inside {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.details,
.overlay-portfolios {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.details {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.details h2 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
}
.details p {
  color: #fff;
  font-size: 1em;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.logo-portfolios{
  width: 60px;
  height: 60px !important;
  border-radius: 50px;
}

.inside img {
  float: left;
  width: 100%;
}
.overlay-portfolios {
  background: rgba(24, 58, 103, 0.8);
  z-index: 1;
  transition: all 0.7s ease-in-out;
}
.gallery-item:hover .details,
.gallery-item:hover .overlay-portfolios {
  opacity: 1;
}
@media (max-width: 30em) {
  .wrap {
    padding-left: 1em;
    padding-right: 1em;
  }
  .gallery-item {
    float: none;
    width: 100%;
  }
}

/*===============================================
=================================================
             wrapper-our-client
=================================================
================================================= */
.waraper-our-client{
  width: 100%;
  float: left;
  padding: 40px 0px 60px 0px;
  background: #fff;
}
.waraper-our-client h2{
  text-align: center;
  color: #183A67;
  text-transform: uppercase;
}
.desc-our-client{
  text-align: center;
}
.items {
  margin: 0px auto;
}
.slick-slide{
  width: 100%;
  height:80px;
  border: 0px solid #fff;
  background: #fff;
  border-radius: 2px;
}
.slick-slide{
  width: 100%;
  height: 50px;
  object-fit: cover;
}
.slick-prev, .slick-next{
  width: 25px !important;
  height: 25px !important;
  background: #ddd !important;
  display: none !important;
}
.slick-slide img{
  background: #fff;
  padding: 20px;
  border: solid 2px #D8E3E8;
  border-radius: 5px;
}

/*===============================================
=================================================
            wrapper-menu-page-deatil
=================================================
================================================= */
.wrapper-menu-page-deatil{
  width: 100%;
  float: left;
  box-shadow: #ccc 3px 3px 5px 0px;
  padding:60px 0px 0px;
  background: url('../images/dot-pattern.png') repeat scroll 0 0 #ffffff;
  display: table-cell;
}
.wrapper-menu-page-deatil h3{
  color: #183A68;
  text-align: center;
   padding:50px 0px 15px;
}

/*===============================================
=================================================
            wrapper-client-page
=================================================
================================================= */
.wrapper-client-page{
  width: 100%;
  float: left;
  padding: 60px;
}
.wrapper-client-page img{
  background: #fff;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 5px;
  border-radius: 15px;
  box-shadow: #eee 3px 0px 5px 0px;
  border: solid 5px #D8E3E8;
}

/*===============================================
=================================================
             waraper-meet-consultant
=================================================
================================================= */
.waraper-meet-consultant{
  width: 100%;
  float: left;
  padding: 0px 0px 0px 0px;
}
.waraper-meet-consultant h1{
  color: #fff;
  text-align: center;
  padding: 40px 0px 0px 0px;
  text-transform: uppercase;
}
.waraper-meet-consultant h2{
  color: #fff;
  text-align: center;
}
.text-consultant{
  font-size: 22px;
}
.showcase {
  width: 100%;
  height: 340px;
  position: relative;
  color: white;
  text-align: center;
}
.showcase img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index:99;
  background-size: cover;
  background-attachment:fixed;
  object-fit: cover;
}
.showcase .overlay {
  width: 100%;
  height: 340px;
  background: rgba(24, 58, 103, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index:999
}
.showcase h1{
  padding: 80px 0px 0px 0px;
}

/*===============================================
=================================================
              wrapper-contact
=================================================
================================================= */
.wrapper-contact{
  width: 100%;
  float: left;
  padding: 70px 0px 70px 0px;
}
.layout-contact{
  width: 100%;
  float: left;
  background: url('../images/dot-pattern.png') repeat scroll 0 0 #ffffff;
  float: none;
  display: table-cell;
  width: 100%;
  float: left;
  padding: 50px 30px;
  box-shadow: #ccc 2px 2px 5px 0px;
  margin-bottom: 20px;
}
.layout-contact li{
  line-height: 28px;
  font-size: 16px;
  text-align: center;
}


/*===============================================
=================================================
              wrapper-telegram
=================================================
================================================= */
.wrapper-telegram{
  width: 100%;
  float: left;
  padding: 60px 0px 60px 0px;
  background: #CDA530;
}
.wrapper-telegram h3{
  text-align: center;
  padding: 0px 0px 0px 0px;
  color: #fff;
}
.wrapper-telegram button{
  text-align: center;
  background: #183A67;
  border: solid 1px #183A67;
  color: #fff;
  border-radius: 30px;
  padding: 10px 50px;
}
.wrapper-telegram button:hover{
  background: #0c2647;
  border: solid 1px #0c2647;
  transition-duration: 2s;
}
.wrapper-telegram a:hover{
  color: #fff;
}

/*===============================================
=================================================
             wrapper-footer
=================================================
================================================= */
.wrapper-footer{
  width: 100%;
  float: left;
  padding: 70px 0px 70px 0px;
  background: #263238;
  color: #fff;
}
.layout-footer h5{
  color: #fff;
  text-transform: uppercase;
}
.layout-footer li{
  line-height: 28px;
}
.follow-us li{
  display: inline-block;
  width: 40px;
  height: 40px;
  border: solid 2px #183A67;
  border-radius: 20px;
  background: #a48426;
  box-shadow: #ccc 0px 0px 3px 0px;
  padding: 5px 0px;
}
.follow-us a{
  font-size: 23px;
  color: #fff;
  text-align: center;
}
.follow-us li{
  text-align: center;
}

/*===============================================
=================================================
             wrapper-footer-copy
=================================================
================================================= */
.wrapper-footer-copy{
  width: 100%;
  float: left;
  padding: 20px 0px 0px 0px;
  background: #354349;
  color: #fff;
}
.nso-color{
  color: #CEA531;
  font-weight: bold;
}
.layout-copy-right p{
  text-align: center;
}











