@import url(https://fonts.googleapis.com/css?family=Lato:100,400,300,700);
 @import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,100);
@import url(https://fonts.googleapis.com/css?family=Lora:400italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/* ==================
 *
 *google fonts 
 *
 *===================*/

/* ==================
 *
 *var section 
 *
 *===================*/
/*****  font size  ******/
/*****  Colors  ******/
/* ==================
 *
 *  Reset Class Css
 *
 *===================*/
body {
  line-height: 30px;
  font-size: 16px;
  color: #141414;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
@font-face {
  font-family: 'Telenor';
  src: url(../fonts/gp/telenor-bold-hinted-webfont.eot);
  src: url(../fonts/gp/telenor-bold-hinted-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/gp/telenor-bold-hinted-webfont.woff) format('woff'), url(../fonts/gp/telenor-bold-hinted-webfont.ttf) format('truetype'), url(../fonts/gp/telenor-bold-hinted-webfont.svg#telenorbold) format('svg');
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: 'Telenor';
  src: url(../fonts/gp/telenormedium-webfont.eot);
  src: url(../fonts/gp/telenormedium-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/gp/telenormedium-webfont.woff) format('woff'), url(../fonts/gp/telenormedium-webfont.ttf) format('truetype'), url(../fonts/gp/telenormedium-webfont.svg#telenormedium) format('svg');
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: 'Telenor';
  src: url(../fonts/gp/telenorlight-webfont.eot);
  src: url(../fonts/gp/telenorlight-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/gp/telenorlight-webfont.woff) format('woff'), url(../fonts/gp/telenorlight-webfont.ttf) format('truetype'), url(../fonts/gp/telenorlight-webfont.svg#telenormedium) format('svg');
  font-weight: 300;
  font-style: normal
}
body.bn{
  font-family: 'Telenor'!important;
}
body.bn h1, h2, h3, h4, h5, h6, p{
  font-family: 'Telenor'!important;
}
body.en{
  font-family: 'Roboto', sans-serif!important;
}
body.en h1, h2, h3, h4, h5, h6, p{
  font-family: 'Roboto', sans-serif!important;
}
.wrapper {
  margin-top: 86px;
}
#scrollUp {
  background-image: url("../img/top.png");
  bottom: 30px;
  right: 20px;
  width: 38px;    /* Width of image */
  height: 38px;   /* Height of image */
  text-indent: -9999px;
}
.design-01 ul {
  list-style: none;
  padding: 0;
}
.design-01 li {
  padding-left: 1.3em;
}
.design-01 li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
h1 {
  font-size: 37px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
p {
  margin: 0px;
}
h1, h2, h3, h4, h5, h6, p {
  font-family: 'Roboto', sans-serif;
  margin: 0px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a, a:active, a:focus, a:active {
  text-decoration: none !important;
}
/* ==================
 *
 *  Global Class 
 *
 *===================*/
.btn {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 12px 25px;
  border-radius: 0;
  font-weight: 500;
}
.nav > li > a:hover, .nav > li > a:focus {
  background: transparent;
}
.title {
    text-align: center;
    padding-bottom: 70px;
}
#contact-form .title {
    padding-bottom: 30px;
    text-align: left;
}
.title h2 {
  color: #333;
  font-size: 25px;
  padding-bottom: 25px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.title p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
#mixed-items .mix {
  display: none;
}
/* animation keyfrem */
@-webkit-keyframes wiggle {
 from {
 top: 10px;
}
to {
  top: 20px;
}
}
@-moz-keyframes wiggle {
 from {
 top: 10px;
}
to {
  top: 20px;
}
}
@-o-keyframes wiggle {
 from {
 top: 10px;
}
to {
  top: 20px;
}
}
@keyframes wiggle {
 from {
 top: 10px;
}
to {
  top: 20px;
}
}
/* ==================
 *
 *  section Class 
 *
 *===================*/
/* header style */
header {
  padding: 8px 0;
  background: #fff;
}
header .navbar {
  height: auto;
  margin-bottom: 0;
}
.is-sticky #navigation {
  background: #fff;
  z-index: 1000;
  transition: 0.3s;
  width: 100%;
  padding: 0;
}
.navbar-brand {
  padding: 0;
  height: auto;
}
.navbar-toggle {
  border-color: #333;
  transition: 0.3s;
}
.navbar-toggle .icon-bar {
  background: #333;
  transition: 0.3s;
}
.navbar-toggle:hover {
  border-color: #80d6a3;
}
.navbar-toggle:hover .icon-bar {
  background: #80d6a3;
}
.menu a {
  color: #333;
  transition: 0.3s;
  position: relative;
  font-size: 16px;
  margin-right: 5px;
  padding-top: 8px!important;
  padding-bottom: 8px!important;
  text-transform: lowercase;
}
.menu a.active{
  background-color: #489352;
  color: #fff;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.menu a:focus{
    background-color: #489352!important;
  color: #fff!important;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.menu a:hover{
  background-color: #489352!important;
  color: #fff!important;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.menu a:hover {
  background: transparent;
  color: #80d6a3;
}
.menu .active a {
  color: #80d6a3;
}
/* =================
   Home page style
   ================= */
#banner {
}
#banner .block {
color: #fff;
}
#banner .block h1 {
  padding-bottom: 0px;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0px;
  font-style: italic;
}
#banner .block h2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
#banner .block .btn-learn {
  background: #489352;
  margin: 5px 0px;
  transition: 0.3s;
  color: #fff;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#banner .block .btn-learn:hover {
  background: #398843;
}
#banner .block .buttons {
  margin-top: 15px;
}
#banner .block .buttons a:first-child {
  margin-left: 0;
}
#banner .scrolldown {
  position: absolute;
  left: 50%;
  bottom: 18%;
}
#banner .scrolldown .scroll {
  border-radius: 100px;
  width: 25px;
  height: 45px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -15px;
  display: inline-block;
  border: 1px solid #fff;
  z-index: 99;
}
#banner .scrolldown .scroll:after {
  background: #fff;
  border-radius: 300px;
  width: 4px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -2px;
  display: block;
  content: " ";
  -webkit-animation: wiggle 0.5s linear 0s infinite alternate;
  -moz-animation: wiggle 0.5s linear 0s infinite alternate;
  -o-animation: wiggle 0.5s linear 0s infinite alternate;
  animation: wiggle 0.5s linear 0s infinite alternate;
}
#welcome {
  padding: 50px 0 50px;
  background: #f7f7f7;
  overflow: hidden;
}
#welcome .title p {
  font-size: 30px;
  line-height: 40px;
}
#contact-form {
  padding: 50px 0;
  background: #fff;
}
#contact-form form input, #contact-form form textarea {
  padding: 24px 20px 0;
  border-color: #80d6a3;
  border-radius: 5px;
  font-size: 14px;
  color: #97a0af;
  box-shadow: none;
}
#contact-form form input {
  margin-bottom: 15px;
  padding: 24px 27px;
}
#contact-form form textarea {
  margin-bottom: 28px;
  min-height: 172px;
  resize: none;
}
#contact-form form button {
  float: right;
  color: #fff;
  font-size: 16px;
  padding: 17px 43px;
  background: #489352;
  border-radius: 5px;
  font-weight: 600;
  border-color: transparent;
  transition: 0.3s;
}
#contact-form form button:hover {
  background: none;
  color: #489352;
  border-color: #80d6a3;
}
/* ================ Home end ========================= */
/* =====================
   contact page style
   ===================== */
#global-header {
  background-size: cover;
  background-position: center;
  background-color: #489352;
  padding: 20px 0px;
  text-align: center;
  position: relative;
}
/*#global-header:before {
  position: absolute;
  z-index: 99;
  background: rgba(60, 59, 72, 0.69);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 1;
}*/
.media-list-content{
    height:135px;
    overflow:hidden;
    padding:0px 22px 17px 21px;
}
#global-header .block {
  position: relative;
  z-index: 10;
  color: #fff;
}
#global-header .block h1 {
  font-size: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  text-align:center;
  text-transform: lowercase;
}
#global-header .block p {
  font-size: 15px;
  padding-top: 10px;
  font-family: 'Lora', serif;
}
#global-header .breadcrumb{
  background: none;
  margin-bottom: 0px;
  padding: 0px;
}
#global-header .breadcrumb li a{
  color: #fff;
  font-size: 14px;
  text-transform: lowercase;
}
.breadcrumb > .active {
  color: #ccc;
}
.register-panel {
  text-align: center;
}
.register-panel h2 {
  text-transform: uppercase;
  font-weight: bold !important;
  font-size: 30px !important;
}
.register-panel h1 {
  text-transform: uppercase;
  font-weight: bold !important;
  font-size: 50px !important;
  padding-bottom: 0px!important;
  color: #fdae1d;
}
/* ================ Footer ========================= */
.footer1 {
  background: #479252;
  padding-top: 40px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
  overflow: hidden;
}
.footer1 p{
  color: #fff;
}
.footer1 .information{
  padding-left: 50px;
}
.title-widget {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 25px;
  margin-left: 0;
  padding-left: 0px;
  text-transform: lowercase;
}
.widget_nav_menu ul {
  list-style: outside none none;
  padding-left: 0;
}
.widget_nav_menu ul li {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  margin-bottom: 7px;
  padding-bottom: 7px;
  width: 95%;
}
.widget_nav_menu ul li a{
  color: #fff
}
.title-median {
  color: #636363;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
}
.footerp p {
  font-family: 'Gudea', sans-serif;
}

.nomargin {
  margin: 0px;
  padding: 0px;
}
.footer-bottom {
  background-color: #2f6d38;
  min-height: 30px;
  width: 100%;
  font-size: 14px;
}
.copyright {
  color: #fff;
  line-height: 30px;
  min-height: 30px;
  padding: 7px 0;
}
.design {
  color: #fff;
  line-height: 30px;
  min-height: 30px;
  padding: 7px 0;
  text-align: right;
}
.design a {
  color: #fff;
}

.coder71 {
    text-align: left;
    padding-left: 12px !important;
}
.coder71 img {
    margin-left: 12px;
    margin-top: -6px;
}

.icon-button {
  background-color: white;
  border-radius: 3.6rem;
  cursor: pointer;
  display: inline-block;
  font-size: 2.0rem;
  height: 3.6rem;
  line-height: 3.6rem;
  margin: 0 5px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 3.6rem;
}

/* Circle */
.icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  width: 0;
}
.icon-button:hover span {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 3.6rem;
  margin: -1.8rem;
}
.twitter span {
  background-color: #4099ff;
}
.facebook span {
  background-color: #3B5998;
}
.linkedin span {
  background-color: #28437b;
}

.youtube span {
  background-color: red;
}

/* Icons */
.icon-button i {
  background: none;
  color: white;
  height: 3.6rem;
  left: 0;
  line-height: 3.6rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  width: 3.6rem;
  z-index: 10;
}
.icon-button .fa-twitter {
  color: #4099ff;
}
.icon-button .fa-facebook-f {
  color: #3B5998;
}
.icon-button .fa-linkedin-in {
  color: #28437b;
}
.icon-button:hover .fa-twitter,
.icon-button:hover .fa-facebook-f,
.icon-button:hover .fa-youtube
.icon-button:hover .fa-linkedin-in {
  color: white !important;
}
.grey-bg{
  background-color: #f2f2f2;
  overflow: hidden;
}
.default-bg{
  background-color: #fff;
  overflow: hidden;
}
.equal {
  display: flex;
  flex-wrap: wrap
}
.equal>div[class*=col-] {
  flex-direction: column
}
.contact-info .info .icon {
    float: left;
    width: 60px;
    font-size: 30px;
    height: 42px;
    line-height: 48px;
    color: #489352;
    text-align: center;
    padding-right: 12px;
}
.contact-info .info{
  margin-bottom: 20px;
}
.gmap{
  margin-bottom: -10px;
}
/*------------------login-start----------------*/
.login-form-container{
  width: 100%;
  display: inline-block;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 6px #ccc;
}
.login-form-container h2 i{
  color: #666;
  font-size: 20px;
}
.btn-submit .btn{
  width: 100%;
  font-weight: bold;
  letter-spacing: 1px;
}
.login-note{
  margin-bottom: 12px;
  color: #999;
  text-align: left;
}
.login-form-container input.form-control{
  border-radius: 0px;
  height: 45px;
  font-size: 16px;
}
.login-form-container span.forget{
  cursor: pointer;
  color: #2693ae;
}
/*------------------login-end----------------*/
/* The container */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border:1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #489352;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.list-view .pager{
  text-align: center!important;
  margin-top: 30px;
}
ul.yiiPager{
  margin: 20px auto;
}
ul.yiiPager li{
}
ul.yiiPager li a{
  padding: 6px 12px!important;
}
ul.yiiPager li a:hover{
  background-color: #2e6ab1;
  border:1px solid #2e6ab1!important;
  color: #fff;
}
ul.yiiPager li.next a{
  -webkit-border-radius: 0px 3px 3px 0px;
-moz-border-radius: 0px 3px 3px 0px;
border-radius: 0px 3px 3px 0px;
}
ul.yiiPager li.previous a{
  -webkit-border-radius: 3px 0px 0px 3px;
-moz-border-radius: 3px 0px 0px 3px;
border-radius: 3px 0px 0px 3px;
}
ul.yiiPager a{
  border-color: #DEDEDE!important;
}
ul.yiiPager .selected a{
  border-color: #2e6ab1!important;
}
.pager .next > a, .pager .next > span{
  float: inherit!important;
}
.pager li > a, .pager li > span{
  border-radius: 0px!important;
}
ul.yiiPager .selected a{
  background-color: #489352!important;
}
.container-ex ul.yiiPager .selected a{
  border-color: #489352!important;
}
ul.yiiPager li.next a{
  color: #666!important;
}
ul.yiiPager li a:hover{
  background-color: #489352!important;
  color: #fff!important;
  border-color: #fff!important;
}
#ContactForm_verifyCode{
  width: 200px!important;
}
.errorMessage{
  color: red;
}
.contact-form #contact-form{
  padding-top: 0px!important;
}
.feature-section .subscribeMail{
  height: 46px;
}
.subscrib{
  padding: 15px 12px;
  background-color: #f2f2f2;
  text-align: center;
}

.link {
  text-decoration: underline !important;
}

.widget_nav_menu {
  text-transform: lowercase !important;
}


.fixed-youtube {
  background-color: red ;

 }
 .fixed-youtube span{
  background-color:red;
 }

 .fa-youtube {
  color: red;
 }

 .fa-youtube-alt {
  color: white;
 }

 .fa-youtube-red {
  color: red !important;
 }
.fa-instagram-blue {
     color: #3f729b !important;
 }

 .icon-button:hover .fa-youtube-red, .icon-button:hover .fa-instagram-blue {
  color: white !important;
}
.instagram span {
  background-color: #3f729b;
}
