@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');

body {
    color: #666;
    /*font-family: "Calibri",Raleway, Arial, Helvetica, sans-serif;*/
    font-family: 'Oxygen', sans-serif;
    font-size: 12pt;
    font-weight: 400;
    line-height: 1.5em;
}




@media (min-width: 1100px){
.newspro .container {
    width: 1000px;
}}

.burapha-outer{
    position: relative;
    width: 100%;
    height: auto;
}

.top-address{
    position: relative;
    width: 100%;
    background: #000;
    min-height: 30px;
    padding: 5px 0;
}
.top-address p{
    color: #fff;
    font-size: 12px;
    margin: 0;
        line-height: 18px;
}
.top-address p span{
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding-right: 50px;
}

.top-address a{
    float: right;
    color: #fff;
}






.burapha-outer a{
    text-decoration: none;
}


.burapha-outer h1, .burapha-outer h2, .burapha-outer h3, .burapha-outer h4, .burapha-outer h5, .burapha-outer h6 {
    color: #484848;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 .5em 0;
    /*text-transform: inherit;*/
}
.burapha-outer h2 {
        font-size: 2.0em;
        color: #484848;
    font-weight: 700;
    margin-top: 0;
}

/*========================= Add New ========================*/
@media (min-width: 320px) and  (max-width:992px){
 .ccm-block-hero-image-text h1{
    color: #62995f;
    font-size: 28px !important;
    background: #fdfdfd73;
    padding: 15px;
    border-radius: 8px;
 }
}
.secondary-link{
    color: #62995f;
}

.secondary-link:hover{
    color: #addb79;
}

.download-link{
    color: #fff;
    background: #62995f;
    padding: 10px 20px;
    border-radius: 8px;
    transition: 0.3s;
}

.download-link:hover{
    color: #fff;
    background: #addb79;
    padding: 10px 20px;
    transition: 0.3s;
}

.sidebar-title{
    color: #5A5A5A !important;
    text-transform: inherit !important;
    margin-top: -30px !important;
}

.sidebar-title a{
    color: #62995f !important;
}

.sidebar-title a:hover{
    color: #addb79 !important;
}

.ccm-block-hero-image-text h1{
    color: #000;
    font-size: 72px;
    background: #fdfdfd73;
    padding: 15px;
    border-radius: 8px;
}

.ccm-captcha-image{
    margin-top: 20px;
}

.btn-main-primary{
    color: #fff;
    background-color: #4AAAEC;
    border: 1px solid #4AAAEC;
}

.seperate1{
    width: 60%;
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #a2a2a2;
}

.seperate-f{
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #a2a2a2;
}

.form-select{
    width: 100%;
    height: 40px;
    border-radius: 5px;
}
/*========================= End Add New ========================*/

.menu-main{
    position: relative;
    width: 100%;
    background-color: #f2f2f2;
}
.menu-main .navbar-default .navbar-nav>li>a {
    color: #4e3d40;
    font-weight: 600;
    font-size: 15px;
}

.menu-main  .navbar-default {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}

.menu-main  .navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #ffffff;
    border: 0;
    padding: 20px 10px;
}
 .menu-main li.active a {
    color: #689c65 !important;
}

.menu-main .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 600;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 15px;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: transparent;
}


.menu-main .navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-left: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media (min-width: 768px){
.navbar-nav {
    float: left;
    margin: 0;
    width: 100%;
  justify-content: space-around;
    display: flex;
}
.menu-main .navbar-default .navbar-nav>li>a {
    color: #4e3d40;
    font-weight: 600;
    font-size: 16px;
}

}

@media (min-width:992px) and  (max-width:1200px){
.menu-main .navbar-default .navbar-nav>li>a {
    color: #4e3d40;
    font-weight: 600;
    font-size: 14px;
    padding: 17px 8px;
}}

@media (min-width: 768px) and  (max-width:992px){
.menu-main .navbar-default .navbar-nav>li>a {
    color: #4e3d40;
    font-weight: 600;
    font-size: 12px;
    padding: 17px 5px;
}}


.menu-main li>a:hover {
    color:#689c65 !important;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777 !important;
}
.header-top {
    position: relative;
    width: 100%;
    padding: 50px 0 20px;
    background: rgb(208,207,213);
    background: linear-gradient(0deg, rgba(216, 216, 216, 0.12) 0%, rgba(255,255,255,0) 56%);
}
.header-top  img{
        margin-bottom: 40px;
}
.header-top  h2 {
    font-size: 2.5em;
        color: #484848;
    font-weight: 700;
    margin-top: 0;
}

.header-top  span {
    color: #aaa;
    position: relative;
    margin: 0 0 1.5em 0;
    text-transform: uppercase;
}

.header-top p {
    color: #666;
    position: relative;
    font-size: 14px;
    line-height: 21px;

}

@media (min-width: 900px){
.header-top .container {
    width: 850px;
    }}



.three-box{
    position: relative;
    width: 100%;
    padding: 80px 0px;
    background: #f6f6f6;


}

.burapha-outer  .three-box h2 {
    font-size: 2.5em;
    color: #484848;
    font-weight: 700;
    margin-top: 0;
    text-align: center;
    margin-bottom: 80px;
}
.inner-content-page h3 {
    font-size: 18px;
    line-height: 1.5em;
    border-bottom: 1px solid #62995F;
    padding: 1.5em 0 0 0;
    margin-bottom: 20px;
}
.inner-content-page.teams p span {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}
.item-bx{
       position: relative;
    background: #fff;
    border-bottom: 1px solid #62995F;
    margin-bottom: 30px;

        -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    overflow: hidden;
}

.item-bx:hover{
      box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.item-bx:hover img {
  box-shadow: 0 0 11px rgba(33,33,33,.2);
      transform: scale(1.1);
     transition: all 200ms ease-in;
}
.item-bx img{
    max-width: 100%;
            -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    margin: auto;
}

.item-bx h3 {
background-color: #fff;

    display: block;
    padding: 2em 30px;
    font-size: 1em;
    color: #666;
    text-align: center;
    line-height: 28px;

    float: left;

}

.item-bx h3  a {
    color: #666;
    text-decoration: none;
    text-align: center;
    width: 100%;
      min-height:86px;
    float: left;

}




.bg-parallax{
    position: relative;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    min-height: 600px;
        background-position: center;
}
.bg-parallax:after{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
       background-color: rgba(0, 0, 0, 0.20);
    content: "";
     top: 0;
}


.newspro{
    position: relative;
    width: 100%;
    background-color: #323037;
    padding: 80px 0;
}
.newspro h2 {
    color: rgb(246, 246, 246);
    text-align: center;
    margin-bottom: 50px;
}


.news-bx {
    background: #ffff;
    width: 100%;
    position: relative;
    margin-top: 20px;
    float: left;
        -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    overflow: hidden;
}
.news-bx:hover img {
  box-shadow: 0 0 11px rgba(33,33,33,.2);
      transform: scale(1.1);
}

 .news-bx:hover{
       box-shadow: 1px 2px 11px rgba(175, 173, 173, 0.19), -1px 2px 10px rgba(144, 143, 143, 0.23);
}


.news-bx img{
    max-width: 100%;
            -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
.news-bx h3 {
    background-color: rgb(255, 255, 255);
    color: #323037;
    font-size: 1.2em;
    padding: 2em 1em;
        float: left;
    width: 100%;
}


.news-bx h3 a {
    color: #323037;
    min-height: 67px;
    float: left;
    width: 100%;
    text-decoration: none;

}


.contact-parallax{
    position: relative;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    min-height: 400px;
        background-position: center;
}
.contact-parallax:after{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
       background-color: rgba(0, 0, 0, 0.20);
    content: "";
    top: 0;
    float: left;

}
.contact-parallax a{

background-color: #62995F;
    color: #ffffff !important;
    margin: 15px 0 0 0px;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase;

}

.contact-parallax a:hover{
    background-color: #62995F;}

.contact-parallax  h3 {
    color: #ffffff;
    font-size: 35px;
}
.flx {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    z-index: 10;
    position: relative;
}

.footer {
    padding: 100px 0;
    background-image: url(../img/footer_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
    color: #aaa;
    text-align: center;
    border-bottom: 2px solid #62995F;
    -webkit-box-shadow: 0px -2px 13px -2px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px -2px 13px -2px rgba(0,0,0,0.8);
    box-shadow: 0px -2px 13px -2px rgba(0,0,0,0.8);
}

.socialicons{
    position: relative;
    width: 100%;
    text-align: center;
}
.socialicons ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.socialicons ul li a {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #aaa;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 2em;
}

.socialicons ul li a:hover{
    color: #62995F;
}
.bottom-bx-ftr{
    position: relative;
    width: 100%;
        margin: 2em 0;
}
.bottom-bx-ftr ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom-bx-ftr ul li  {
        border-left: solid 1px rgba(144, 144, 144, 0.25);
    display: inline-block;
    list-style: none;
    margin-left: 1.5em;
    padding-left: 1.5em;
      color: #aaa;
}

.bottom-bx-ftr ul li:first-child{
    border: 0;
}
.bottom-bx-ftr ul li a {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #aaa;
    text-decoration: none;
}

.bottom-bx-ftr ul li  a:hover{
    color: #62995F;
}


.closebtn{
  display: none;
}
.dropdown{
      display: flex!important;
}
.caret {

    width: 10px;
    height: 10px;
    position: relative;

    top: 23px;
  }

@media (max-width:767px){

  .caret {

      width: 10px;
      height: 10px;

      position: relative;
      top: 15px;
    }
.burapha-outer .three-box h2 {
    font-size: 25px;
    color: #484848;
    font-weight: 700;
    margin-top: 0;
    text-align: center;
    margin-bottom: 50px;
}
.three-box {
    position: relative;
    width: 100%;
    padding: 50px 0px;
    background: #f6f6f6;

}
.closebtn {
    display: block;
    float: right;
    position: relative;
    top: 47px;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
    color: #689c65 !important;
}
#navbar{
  width:0px;
}
 .item-bx h3 a {

    min-height: 50px;

}
 h3 br {
    display: none;
}
 .newspro h2 {
    color: rgb(246, 246, 246);
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
}

 .contact-parallax h3 {
   color: #ffffff;
    font-size: 30px;
    width: 100%;
    text-align: center;
}
 .bottom-bx-ftr ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bottom-bx-ftr ul li {
    margin: 8px 0;
    border-left: 0;}

.footer {
    padding: 40px 0 50px;}
.news-bx h3 {
    font-size: 20px;
    padding: 1.5em 1em;
    line-height: 28px;
}

.news-bx h3 a {

    min-height: 2px;

}
  .top-address p span {
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding-right: 50px;
    display: none;
}

 .top-address {
    position: relative;
    width: 100%;
    background: transparent;
    min-height: 0;
    padding: 0px 0;
}

.top-address a {
    float: right;
    color: #444;
    position: absolute;
    right: 15px;
    z-index: 10;
    font-size: 18px;
    top: 17px;
}

}

.team-bx {
    display: block;
    margin: 0 0 2em 0;
    width: 100%;
    min-height: 520px;
}
.dropdown-menu a{
  background-color: #fff!important;
}
.dropdown-menu a:hover{
  background-color: #e7e7e7!important;
}


@media (min-width:520px) and  (max-width:767px){
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 500px;
}

.footer   .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}



}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

@media screen and (max-width: 767px) {




  .navbar-nav {
    margin-top: 90px;
  }
  /* General styles for all menus */
  .cbp-spmenu {
    background: #f8f8f8;
    position: fixed;
    padding:0;
    margin:0 !important;
    overflow-x:hidden;
    overflow-y:visible;
    display:block;
  }
  .cbp-spmenu h3 {
    color: #afdefa;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #0d77b6;
  }
  .cbp-spmenu a {
    display: block;
  }
  /* Orientation-dependent styles for the content of the menu */
  .cbp-spmenu-vertical {
    width: 35%;
    height: 100%;
    top: 0;
    z-index: 1000;
  }
  .cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
  }
  .cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
  }
  .cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
  }
  /* Vertical menu that slides from the left or right */

  .cbp-spmenu-right {
    right: -260px;
  }
  .cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
      background: #222222;
    padding: 20px;
  }
  .cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
  }
  /* Horizontal menu that slides from the top or bottom */
  .cbp-spmenu-top {
    top: -150px;
  }
  .cbp-spmenu-bottom {
    bottom: -150px;
  }
  .cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
  }
  .cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
  }
  /* Push classes applied to the body */
  .cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
  }
  .cbp-spmenu-push-toright {
    left: 0px;
  }
  .cbp-spmenu-push-toleft {
    left: -260px;
  }
  /* Transitions */
  .cbp-spmenu,
  .cbp-spmenu-push {
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

.menu-main .navbar-default .navbar-nav>li>a {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
        width: 75%;
}

.menu-main .navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;

    border: 0;
    padding: 20px 10px;
    position: absolute;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
      color: #689c65 !important;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #689c65!important;
}


}

.header-top p {
    color: #aaa;
    position: relative;
    margin: 0 0 1.5em 0;
    text-transform: uppercase;
}

.text-center img{
  display: inline-block;
}
.center-category{
  margin-left: 0px;
  margin-right: 0px;
}
.contact-parallax a:hover{
  text-decoration: none;
}
.major{
  display: flex;
  justify-content: center;
}
.major h2{
  text-align: center;
 margin: 0.5em 0 0.5em 0;
}
.wrapper.style2, .wrapper.style4, .wrapper.style5 {
    padding: 0.3em 0 0.3em 0;

}

.style2{
  background-color: #f6f6f6;
}
.style4{
  background-color:#323037
}
.wrapper.style4 h3, .wrapper.style4 p, .wrapper.style4 strong {
    color: white;
}
h3 {
    font-size: 1.35em;
    line-height: 1.5em;

    padding: 1.5em 0 0 0;
}
p {
    margin: 0 0 10px 0;
}
.container table {
    /*margin: 2em 0 3em 0;*/
    margin: 0;
    width: 100%;
    text-align: center;
}
.shadow {
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.6);
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.6);
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.tabledarkbg tbody tr:nth-child(2n + 1) {
    /* background-color: rgba(144, 144, 144, 0.075); */
    background-color: #62995F;
    color: white;
}
.tabledarkbg tbody tr {
    border: solid 1px rgba(128,128,128, .6);
    color: white;
}
table td:first-child {
    text-align: left;
    width: 40%;
}
table td {
    vertical-align: middle;
    border-right: solid 1px rgba(128,128,128, .6);
    text-align: center;
    padding: 0.5em 1em 0.5em 1em;
}
.wrapper.style4 p, .wrapper.style3 p, .wrapper.style2 p, .wrapper.style5 p {
    text-align: justify;
}
.wrapper .style4 img{
  display: block;
margin-left: auto;
margin-right: auto;
}
.shadow {
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.6);
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.6);
}
.image.fit img {
    width: 50%;
    height: auto;
}
.content_contact{
  margin-left: 0px!important;
  margin-right: 0px!important;
}
.team-bx {
    display: block;
    margin: 0 0 40px 0;
    width: 100%;
}
#breadcrumb a {
    color: #62995F;
    font-size: 14px;
    text-transform: uppercase;
}

#breadcrumb{

    font-size: 14px;
}
.imageright {
    float: right;
    margin: 0.5em 0 .5em 1.5em;
    top: 0.25em;
    width: 50%;
}
.shadow {
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.6);
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.6);
}
.imageleft {
    float: left;
    margin: 0.5em 1.5em .5em 0;
    top: 0.25em;
    width: 50%;
}
.img100 {
    width: 100%;
    height: auto;
}
.wrapper iframe{
  width:100%;
}
.contact_form label{
    color: #484848;
    display: block;
    font-size: 0.9em;
    font-weight: 700;
    margin: 15px 0 0 0;
    float: left;
    width: 200px;
}
.contact_form{
  display:flex;
}
.contact_form{
      padding: 0 0 2em 0;
}
.contact_form label:after{
  content:"*";
  color:red;
}
.contact_form span{
  display:none;
}
.form-actions button{
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: #62995F!important;
    border-radius: 4px;
    border: 0;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 3.15em;
    line-height: 3.25em;
    padding: 0 2.2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.burapha-outer img {
    max-width: 100%;
}
.content_contact{
  display: flex;
flex-wrap: wrap;
}
.content_contact p{
    margin:0px!important;
}
.captioned{
  margin:0 0 3em 0;
}
