/*
Theme Name: Chindwin
aungsoemin
*/
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "PT Serif";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/PT_Serif/PT_Serif-Web-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Myanmar3";
  font-style: normal;
  font-weight: normal;
  src:  url('fonts/myanmar3/Myanmar3.eot') format('embedded-opentype'),
    url('fonts/myanmar3/Myanmar3.ttf') format('truetype'),
    url('fonts/myanmar3/Myanmar3.woff') format('woff'),
    url('fonts/Myanmar3/Myanmar3.svg') format('svg');
}

/* Home Icons */
@font-face {
    font-family: "Iconmoon";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/home_fonts/icomoon.ttf") format("truetype");
}

@font-face {
  font-family: 'cdc';
  src:  url('fonts/home_fonts/cdc.eot?7jzt2g');
  src:  url('fonts/home_fonts/cdc.eot?7jzt2g#iefix') format('embedded-opentype'),
    url('fonts/home_fonts/cdc.ttf?7jzt2g') format('truetype'),
    url('fonts/home_fonts/cdc.woff?7jzt2g') format('woff'),
    url('fonts/home_fonts/cdc.svg?7jzt2g#cdc') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cdc' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cdc-ico-phone:before {
  content: "\e900";
}
.icon-cdc-ico-mapmarker:before {
  content: "\e901";
}
.icon-cdc-ico-direction:before {
  content: "\e902";
}
.icon-cdc-ico-arrow-right:before {
  content: "\e903";
}

.icon-cdc-ico-chevron-right:before {
  content: "\e904";
}

.icon-cdc-ico-quote-one:before {
  content: "\e905";
}

.icon-cdc-menu:before {
  content: "\e9bd";
  font-family: "Iconmoon", sans-serif;
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    background: #FFFFFF !important;
}

/* 
Material icons 
*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
  url(fonts/Material_Icons.woff2) format('woff2'),
  url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons, .contact_address i.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

* {
-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;  
  overflow-x: hidden;
}


a:focus, a:hover, :focus {
    outline: 0 !important;
    text-decoration: none !important;
    font-family: "Montserrat-Regular";
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

video {
  width: 100%;
}

img#imgmap_css_container_imgmap2018320115211 {
  max-width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  display: block;
  top: -300px;
}

p {
    font-family: "PT Serif", Myanmar3, sans-serif;
    font-size: 15px;
    line-height: 26px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", Myanmar3, sans-serif;
}

h1 {
  font-size: 38px;
  line-height: 52px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
}

h3 {
  font-size: 32px;
  line-height: 46px;
}

h4 {
  font-size: 30px;
  line-height: 44px;
}

h5 {
  font-size: 28px;
  line-height: 42px;
}

h6 {
  font-size: 26px;
  line-height: 40px
}

.vc_btn3.vc_btn3-size-md, .btn, .btn:hover {
  font-family: "Montserrat", sans-serif;
  font-size: 15px !important;
}

.hnd p, .global-text p, .new_events_bg p, .home_map_over_title p, .school_eng p {
  font-size: 18px;
  line-height: 28px;
}

* + address, * + dl, * + fieldset, * + figure, * + ol, * + p, * + pre, * + ul {
    margin-top: 0 !important;
}

.global-text h1 {
  color: #FFFFFF;
}

.new_events_bg p, .home_map_over_title p {
  color: rgba(0,0,0,.7);
}

.hnd_para_bg, .global-text p, .new_events_bg p {
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Page show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999999;
    background: url(images/loader-64x/Preloader_3.gif) center no-repeat #fff;
}

.entry-title {
    display: none;
}

.bellows.bellows-main .bellows-menu-item .bellows-target {
  font-family: "Montserrat", Myanmar3, sans-serif !important;
}

.blockquote01 ~ .vc_column-inner  {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.container {
  margin: 0 auto !important;
}
/*************
Home
**************/
.home_banner {
  width: 100%;
  height: 300px;
  margin-top: -34%;
  padding-bottom: 41%;
  position: relative;
  z-index: 1;
}

.home_banner p {
    color: #FFFFFF; 
    font-family: "PT Serif", Myanmar3, sans-serif;    
    font-size: 43px;  
    font-weight: bold;  
    line-height: 57px;
    text-align: center;
    font-style: italic;
}

.sticky-content video {
  z-index: -1;
}

img.logo {
  width: 25%;
  height: auto;
}

.hnd h1, .hnd p, .hnd h6 {
    color: #FFFFFF;
    text-align: center;
}

.hnd h6 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;  
}

.ceo_blockquote .vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** 
From front-end home 
** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** /
/* blockquote one  */
.testimonial-lg {
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  position: relative;
  padding-top: 65px;
  padding-bottom: 46px;
  text-transform: none;
  margin-top: -76px;
  margin-bottom: -76px !important;
}

.testimonial__avatar {
  max-width: 280px;
  max-height: 280px;
  min-width: 100px;
  min-height: 100px;
  width: 100%;
  height: 100%;
  display: table;
  margin: auto;
  background:#fff;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}

.testimonial__avatar img {
  width: 100%;
  height: 100%;
}

.testimonial-lg .vc_column-inner {
  padding: 0 !important
}

blockquote {
  z-index: 10;
}

blockquote.bg-one, blockquote.bg-two {
  color:#FFFFFF;
  margin-right: -30px;
}

blockquote.blockquotebg01 {
  background: #6A336C !important;
  z-index: 2;
}

blockquote.blockquotebg02 {
  background: #005CA8 !important;
  z-index: 2;
}

blockquote.blockquotebg03 {
  background: #9FCC3B !important;
}

blockquote.blockquotebg04 {
  background: #693BCC !important;
}

.bg-one .icon-cdc-ico-quote-one {
  float: left;
  margin-left: -3%;
}

.bg-two .icon-cdc-ico-quote-one {
  float: right;
}

.bg-one .icon-cdc-ico-quote-one:before {
  font-size: 130px;
  opacity: .2;
  transform: scale(-1);
  position: absolute;
}

.testimonial__cite:before {
  width: 33px;
  height: 2px;
  background-color: #FFFFFF;
  position: relative;
  left: -40px;
  bottom: -14px;
  content: "";
  display: block;
}

.testimonial__cite {
  font-family: "Montserrat", Myanmar3, sans-serif;  
  font-size: 18px;   
  line-height: 24px;  
  text-align: right;
  font-style: normal;
  float: right;
  max-width: 400px;
}

.testimonial__avatar__one, .testimonial__avatar__two {
  border-radius: 50%;
}

.testimonial__avatar__one img, .testimonial__avatar__two img {
    width: 300px;
    height: 300px;
    border-radius: 50% !important;
}

.testimonial__inner.pull-left p {
  text-align: left;
}

.testimonial__inner.pull-left p, 
.testimonial__inner.pull-right p {
  font-size: 22px !important;
  line-height: 28px !important;
  margin-bottom: 30px;
}

/*
Blockquote 2
*/

blockquote.bg-two {
  background: #005CA9;
}

.bg-two .icon-cdc-ico-quote-one:before {
  font-size: 140px;
  opacity: .2;
  position: absolute;
}

.testimonial__inner.pull-right p {
  text-align: left;
}

article.twentyseventeen-panel ~ article, .content-area ~ article {
  display: none;
}

.img-responsive {
  width: 100%;
}

.student-content {
  padding: 30px;
}

.student-content h1, .student-content h3 {
  color: #000000;
}

.uk-offcanvas-bar.detail_slide {
  width: 500px; 
  background: #FFFFFF !important; 
  color: #000000; 
  padding: 0; 
  margin: 0;
}

/* animate css blockquote */
.block img {
  border-radius: 50%;
  width:280px;
  height: 280px;
}
.hovicon {
    display: inline-block;
    font-size: 45px;
    line-height: 90px;
    cursor: pointer;
    margin: 20px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/* Effect 1 */

.hovicon.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 5px #FFFFFF;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: .2;
}
/* Effect 1a */
blockquote:hover .hovicon.effect-1:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 5px #fff;
    opacity: .2;
    margin-top:-10px;
}
blockquote:hover .block img {
    margin-top:-10px;
  transition: ease-in-out.2s;
}
.bg-one .hovicon.effect-1:after {
  box-shadow:  0 0 0 4px #8A6E8B !important;
}
.bg-one:hover .hovicon.effect-1:after {
  box-shadow:  0 0 0 3px rgba(0, 0, 0, .5)!important;
}
.bg-two .hovicon.effect-1:after {
  box-shadow:  0 0 0 4px #005CA9!important;
}
.bg-two:hover .hovicon.effect-1:after {
  box-shadow:  0 0 0 3px rgba(0, 0, 0, .5)!important;
}
.bg-three .hovicon.effect-1:after {
  box-shadow:  0 0 0 4px #9FCC3B !important;
}
.bg-three:hover .hovicon.effect-1:after {
  box-shadow:  0 0 0 3px rgba(0, 0, 0, .5)!important;
}
.bg-four .hovicon.effect-1:after {
  box-shadow:  0 0 0 4px #683BCC !important;
}
.bg-four:hover .hovicon.effect-1:after {
  box-shadow:  0 0 0 3px rgba(0, 0, 0, .5)!important;
}

/* blockquote animate css END */
/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** / 
From front-end home 
/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** /*/

/*
Infographic 
*/  

.infographic_cover_bg {
  background: url("images/infographic_bg.jpg") repeat center top;
  padding-bottom: 60px !important;
}

.global-text h1 {
  max-width: 850px;
  width: 100%;
  padding-top: 30px;
  text-align: center;
  margin: 0 auto;
}

.home_text_width {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
}

.global-text p {
  color: #FFFFFF;
  padding-bottom: 50px;
  text-align: center;
  margin: 30px auto 0;
}

.vc_btn3-container.vc_btn3-inline, .vc_general.vc_btn3 {
  display: block !important;
}

.infographic_slideout_btn {
  margin: 30px auto;
}

.infographic_slideout_btn a {
  text-align: left !important;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  color: #000000 !important;
  background: none !important;
  border: 3px solid #000000 !important;
  font-family: "Montserrat", Myanmar3, sans-serif;
}

.infographic_slideout_btn a:after {
  font-family: "cdc";
  font-size: 16px;
  content: "\e904";
  float: right;
}

.infographic_slideout_btn a:hover {
  text-decoration: none;
}

.info {
  /*background-color: #101523;*/
  height: auto;
  width:100%;
  z-index:3;
 
}

.one-circle {
  background-color: #6A336C;
  border: 2px solid #6A336C;
}

.two-circle {
  background-color: #0089D0;
  border: 2px solid #0089D0;
}

.three-circle {
  background-color: #91B61E;
  border: 2px solid #91B61E;
}

.four-circle {
  background-color: #58728C;
  border: 2px solid #58728C;
}

.five-circle {
  background-color: #9FCC3B;
  border: 2px solid #9FCC3B;
}

.six-circle {
  background-color: #005CA8;
  border: 2px solid #005CA8;
}

.circle:hover {
  background-color: #000000;
  transition: ease-in-out.2s;
  opacity: 1;
}

.circle h6 {
  color: #FFFFFF;
  transition: ease-in-out .2s;
  text-align: center;
  line-height: 24px;
}

.one-circle h6, .two-circle h6, .three-circle h6, .four-circle h6, 
.five-circle h6, .six-circle h6 {
  text-align:center;
  position: relative;
}

.uk-offcanvas-overlay::before {
  background: rgba(0, 0, 0, .9) !important;
  cursor: url(../images/cursorclosed.png), auto;
}

.banner-overlay {
  background: rgba(20, 65, 92, .7) !important;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 0;
}

.page_logo, .post_breadcrumb {
  z-index: 1 !important;
}

.uk-offcanvas-close {
  background: rgb(225,225,225,.1);
  padding: 20px;
  top: 0;
  right: 0;
}

.uk-icon [stroke*="#"]:not(.uk-preserve) {
  stroke: #FFFFFF;
  stroke-width: 2.2;
}

.uk-offcanvas-close:hover {
  background: rgb(225,225,225,.3);
}

.detail_slide > .uk-close {
  background: rgba(0,0,0,.7);
}

.detail_slide > .uk-close:hover {
  background: rgba(0,0,0,1) !important;
}

/*End of Infographic*/

.page_banner {
    width: 100%;
    height: auto;
}

p#breadcrumbs {
  line-height: 37px;
}

.page_breadcrumb #breadcrumbs {
  margin-top: -158px;
  position: absolute;
  z-index: 99999;
  opacity: .9;
}

.post_breadcrumb > #breadcrumbs {
  margin-top: -157px;
  position: absolute;
  z-index: 9;
}

#breadcrumbs span span {
    background: #000000;
    color: #FFFFFF;
    padding: 10px 5px 10px 15px;
    opacity: 1;
}

#breadcrumbs span, #breadcrumbs span a {
    color: #FFFFFF; 
    font-family: "Montserrat", Myanmar3, sans-serif;    
    font-size: 12px;   
    line-height: 34px;
    text-transform: uppercase;
}

#breadcrumbs span a:after {
  content: "\e903";
  font-family: 'cdc';
  font-size: 12px;
  color: #FFFFFF;
  padding: 0 0px 0 15px;
}

#breadcrumbs span a:hover {
    text-decoration: none;
}

.post_designbg {
  width: 50%;
  height: 50%; 
  margin-top: -120px; 
  background: #FFFFFF;
  left: 0;
  position: absolute;
}


/*css declaration only for Chrome/Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  /*.post_designbg {
      margin-top: -100px;
  }

  .page_breadcrumb #breadcrumbs {
    margin-top: -138px;
  }*/
}

.post_designbg_right {
  width: 50%;
  height: 50%;
  margin-top: 0;
  background: #FFFFFF;
  right: 0;
  position: absolute;
}

/* Menu Lists 
 /* Header */
.bellows-target-title {
  font-size: 16px;
}

.bellows-subtoggle-icon-expand.fa:before {
  font-size: 16px;
}

 .bellows-subtoggle.fa {
    font-size: 14px;
 }

 .uk-offcanvas-bar {
    background: #000000 !important;
 }

 .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
.header {
    width:100%;
    height:960px;
    background-image: url(../images/hero_bg_home.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding:0;
    margin:0;
}

#apply a, #apply-bottom a {
  font-family: "Montserrat";
  position: fixed;
  right: 0;
  background-color: #0087C8;
  color: white;
  z-index: 100;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

#apply a {  
  top: 25%;  
  padding: 10px 23px;
}

#apply-bottom a {
  bottom: 10%;
  padding: 0 20px;
}

.topMenu {
  position: fixed;
  display: none;
  right:0;
  text-align: center;
  color:white;
  font-size: 27px;
  z-index: 300;
  line-height: 45px;
}

.topMenu i {
  position: fixed;
  right:0;
  top:0;
  z-index: 300;
  color:white;
  font-size: 34px;
  padding: 15px 45px 15px 20px;
  width: 72px;
  height: auto;
  background-color: #000000;
  text-align: center;
}

.bottomMenu {
  top: 0;
  position: fixed;
  right:0;
  top:10%;
  z-index: 300;
  color:white;
  width: 135px;
  height: auto;
  background-color: #000000;
  text-align: center;   
  display: block;
  float:left;
}

.bottomMenu i {
  color:white;
  font-size: 34px;
  padding: 5px 30px 5px 10px;
  width: 60px;
  height: auto;
  text-align: center;   
  display: block;
  float:left;
}

#myBtn2 .uk-button {
  display: block !important;
  padding: 0 !important;
}

.bottomMenu span {
  font-family: "Montserrat";
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  display: block;
}
/**** End of Menu Lists ****/

/* Menu toggle bar */
.uk-offcanvas-overlay::before {
    background: rgba(0,0,0,.9)!important;
    cursor:url(images/cursorclosed.png),auto; 
}

.accordion_head {   
    color: white;
    cursor: pointer;
    font-family: arial;
    font-size: 14px;
    margin: 0 0 1px 0;
    padding: 7px 11px;
    font-weight: bold;
}
.accordion_body {
    list-style: none;
}
.accordion_body p {
    padding: 18px 5px;
    margin: 0px;
}
.plusminus {
    float:right;
}
.accordion {
    padding:20px;
}

/* Menu toggle bar end */

/*
Home 4 News Blogs
*/

.vc_btn3-icon-right
.row.home_4blogs {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.home_4blogs .col-md-3 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home_new_content {
  padding: 30px;
  background: #FFFFFF;
}

.home_new_content h3 {
  color: #000000; 
  font-family: "PT Serif", Myanmar3, sans-serif;  
  font-size: 18px;  
  line-height: 24px;
  font-weight: bold;  
}

p.type_of_news {
    font-family: "Montserrat", Myanmar3, sans-serif;  
    font-size: 12px;  
    line-height: 18px;
    opacity: 0.5; 
    color: #000000;
    text-transform: uppercase;
}

.view_insights {
  text-align: center;
}

.view_insights a {
  max-width:389px;
  text-align: left !important;
  width:100%;
  margin:0 auto;
  text-decoration: none;
  color: #000000 !important;
  background: none !important;
  border: 3px solid #000000 !important;
  font-family: "Montserrat", sans-serif;  
  font-size: 18px;
  line-height: 22px;
}
.arrow-right i {
  float: right;
  transform: rotate(-45deg);
}

.view_insights a:after {
  content: "\e903";
  font-family: "cdc", sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  width: 40px;
  right: 0;
}

/*
End of Home 4 News Blogs
*/

/* Campuses */

.map-title a {
  max-width: 450px;
  background: unset;
  width: 100%;
  color:#000000 !important;
  font-weight: bold;
  margin: 0 auto;
  text-align: left !important;
  padding-right: 150px;
}

.map {
  width:100%;
  position:relative;
  top:0;
  left:0;
  margin:0 auto;
  z-index: 0;
}

.map img {
  width:100%;
  height: auto;
  display: block;
  margin-top: -50px;
}
.pig-layer {
   width: 100%;
   height: 100%;
   position: absolute;
   top:0;
   left:0;
   z-index: 999;
}
.location-pin {
  position:absolute;
  z-index: 999999;
  top:0;
  left:0;
  
}

/*Map Position Adjust*/
.location-pin:nth-child(1) {
  left:46%;
  top:52%;
}

.location-pin:nth-child(2) {
  left:51%;
  top:51%;
}

.location-pin:nth-child(3) {
  left:47%;
  top: 67%;
}

.location-pin:nth-child(4) {
  left: 46.5%;
  top: 67%;
}
/*End of map position adjust*/

/*
Old Map Markers
*/
/* map  */
.map {
  width:100%;
  position:relative;
  top:0;
  left:0;
  margin:0 auto;
  z-index: 0 !important;
}

.map img:last-child {
  display: none;
}

.map img {
  width:100%;
  height: auto;
  display: block;
}
.pig-layer {
   width: 100%;
   height: 100%;
   position: absolute;
   top:0;
   left:0;
   z-index: 999;
}
.location-pin {
  position:absolute;
  z-index: 999999;
  top:0;
  left:0;
  width:20px;
  height: 20px;
}

.map-marker {
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.e-marker {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  position: relative;

}
.e-marker__icon {
  background-color: none !important;
}

.pin-one svg{
  fill:#EA5401;
}
.pin-two svg {
  fill:#862301;
}
.pin-three svg {
  fill:#6CA6F1;
}
.pin-four svg {
  fill:#8A008A;
}
.pig-layer .uk-button {
  padding:0;
}

.home_map_over_title h1 {
  margin-top: 40px;
}

.home_map_over_title > .vc_column_container {
  position: absolute;
  z-index: 1;
  padding-right: 10px;
}

.map-title h1 {
  font-family: "PTSerif", Myanmar3, sans-serif;
  color: #000000;
  font-size: 43.93px;
  font-weight: bold;
}

.map-title {
  max-width: 786px;
  width: 100%;
  padding-bottom: 50px;
  text-align: center;
  margin: 0 auto;
}

.map-title p {
  color: #000000;
  font-size: 17px;
  line-height: 25px;
  padding: 0 50px;
}

/* map-number  */

.number-text {
  padding: 20px 30px;
}

.map .container {
  width: 100% !important;
}

.number-text h1 {
  font-size: 74px;
  font-weight: bold;
  color: #1C5C8F;
  margin-top: 0px;
  margin-bottom: 20px;
}

.th {
  font-size: 44px !important;
}

.number-text p {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 22px;
}

/* Campuses */

.map-title a {
  max-width: 450px;
  background: unset;
  width: 100%;
  color:#000000 !important;
  font-weight: bold;
  margin: 0 auto;
  text-align: left !important;
  padding-right: 150px;
  border-radius: 0 !important;
  border: 3px solid #000000 !important;
}

/* map */
#mapmarker-one {
  position:absolute;
  right:50%;
  bottom:59%;
  font-size: 3rem;
  width:39px;
  height: auto;
  color:orangered;
  transform: translate(-50%,50%);
}
#mapmarker-two {
  position:absolute;
  right:48%;
  bottom:56%;
  font-size: 3rem;
  width:39px;
  height: auto;
  color:#9A6555;
  transform: translate(-50%,50%);
}
#mapmarker-three {
  position:absolute;
  right:50%;
  bottom:45%;
  font-size: 3rem;
  width:39px;
  height: auto;
  color:#9A559A;
  transform: translate(-50%,50%);
}
#mapmarker-foure {
  position:absolute;
  right:49%;
  bottom:46%;
  font-size: 3rem;
  width:39px;
  height: auto;
  color:#6CABFD;
  transform: translate(-50%,50%);
}

.myanmarmap {
  background-image: url(images/myanmarmap.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 1000px;
  margin-top: 100px;
  z-index: 6;
} 
/*Old Map*/

/* map hover show pointer wave */
.map-marker i {
  font-size: 32px;
  width:30px;
  height: 30px;
  line-height: 5px;
}
.map-marker:hover .pulse {
  display: block !important;
  background-color: #5d5d61;
  opacity: .9;
  transition: ease-in-out .2s !important;
}
.map-marker i:hover {
  font-size: 40px;
  transition: ease-in-out .2s;
  
}
.pulse {
  background: red;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 30px 0px 0px -7px;
  -webkit-transform: rotateX(55deg);
  -moz-transform: rotateX(55deg);
  -o-transform: rotateX(55deg);
  -ms-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index: -2;
}
.pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -20px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 1px 2px #89849b;
  box-shadow: 0 0 1px 2px #89849b;
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -o-animation-delay: .1s;
  -ms-animation-delay: .1s;
  animation-delay: .1 s;
}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: .3;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-o-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
.pin-one i {
  color:#EA5401;
}
.pin-two i {
  color:#862301;
}
.pin-three i {
  color:#6CA6F1;
}
.pin-four i {
  color:#8A008A;
}
.pig-layer .uk-button {
  padding:0;
}
/* End of map hover show pointer wave */

/*
End of Map Markers
*/

/*******************************************************
End of HOME
******************************************************/

/* courses */
/*Course Detail Slider*/
.course_student img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 20px 20px 0;
  display: inline-block;
  float: left;
}
.slick-list {
  min-height: 342px;
}

.slick-dots li button:before {
  font-size: 30px !important;
}

.slick-dots {
  bottom: 5px; 
}

.home_4blogs .slick-dots {
   margin-bottom: -35px !important;
}

.page_banner > img {
  width: 100%;
}

.courses {
  z-index: 7;
}

.courses_btn.vc_col-has-fill > .vc_column-inner {
  padding-bottom: 0 !important;
}

.courses_btn .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
  margin: 14% 0 23%;
  padding: 20px 20px;
}

.school_eng h1, .aboutus h1 {
  margin-top: 40px;
  margin-bottom: 10px;
}

button,
a {
  appearance: none;
}

.btn .btn-large {
  text-align: unset;
}

.btn {
  text-decoration: none;
  position: relative;
  border-width: 4px;
  margin: 10px auto;
  text-align: unset !important;
}

.btn-large {
  padding: 20px 30px;
  color: #000000;
  border: 4px solid #000000;
}

.btn-primary {
  padding: 15px 20px;
}

.w-100 {
  width: 100%;
  display: block;
}

.btn--primary {
  border: 3px solid #000000;
  color: #FFFFFF;
}

.btn--primary:after {
  content: '/e903';
  position: absolute;
  font-family: 'cdc';  
  transform: rotate(-45deg);
  width: 40px;
  color:#000000;
  top:15%;
  right:5%;
}

.btn--large {
  border: 4px solid #000000;
  color: #000000;
}

.btn-large:after {
  content: "\e903";
  font-family: 'cdc';    
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  width: 40px;
  right: 2%;
}

.courses {
  width: 100%;
  z-index: 11;
  background-color: #9FCC3B;
  padding: 60px 0 100px;
}
.courses a  {
  color:#000000!important;
}

.courses h1 {
  font-size: 43.92px;
  font-weight: bold;
  color:#000000;
}
.courses_btn-six a {
  color:#000000;
}

.equal-height{
  display: block;
  height: 113px;
}

.course_detail_equal-height{
  display: block;
  height: 275px;
}

/* footer */
.menu-footer-menu-container ul li a span:hover {
  color: #4A4A4A !important;
  transition: ease-in-out .3s;
}

.social-link li a i{
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-link li a i:hover {
  color:#FFFFFF;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); 
}
.footer-logo-one {
  width:226px;  
  padding: 0px 40px;
}
.footer-logo-two {
  width:250px;
  padding: 30px 40px;
}

.footer-logo-three {
  width:160px;
  padding: 20px 30px;
  margin-left: 30px;
}
.footer {
  background-color: #101523;
  height:auto;
}
.footer__inner {
  padding: 50px;  
}

.footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact ul li a {
  color: rgba(209, 208, 208, 0.8);
  font-size: 18px;
  text-transform: capitalize;
  text-decoration: none;
}

.footer-contact h6 a {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.social-link li {
  display: inline-block;
}

.social-link {
  min-width: 202px;
  float: right;
  margin-top: 20px !important;
  margin-right: 20px;
}

.social-link .fa {
  color: #4A4A4A; 
  font-size: 20px;  
  line-height: 24px;  
  text-align: center;
  padding: 0 7px;
}

.social-link .fa:hover {
  color: #FFFFFF !important;
}

.view_insights .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right {
  padding-right: 0 !important;
}

.copyright {
  width: 100%;
  background: #0C101C;
}

.copyright hr {
  border: 1px solid rgba(255,255,255,0.1);
  padding: 0 20px;
}

.copyright p {
  color: rgba(255,255,255,0.5); 
  font-family: "Montserrat-Regular";  
  font-size: 12px;  
  font-weight: 500; 
  line-height: 18px;
  padding-left: 30px;
  text-transform: uppercase;
}

.copyright .container .row:nth-child(2) p {
  padding-bottom: 20px;
}

p.chindwin-featured-in { 
  color: #FFFFFF; 
  font-family: "Montserrat", Myanmar3, sans-serif;  
  font-size: 16px;  
  line-height: 22px;
  text-transform: uppercase;
  padding: 0 0 30px 20px;
}

.featured_icons {
  padding-bottom: 50px;
}

.menu-footer-menu-container ul {
  list-style-type: none;
}

.menu-footer-menu-container ul li {
  display: block;
  float: left;
  padding: 10px 30px 0 0;
}

.menu-footer-menu-container ul li a span {
  color: #FFFFFF; 
  font-family: "Montserrat-Regular", Myanmar3, sans-serif;  
  font-size: 14px;  
  font-weight: 500; 
  line-height: 37px;
}

.menu-footer-menu-container ul li a:hover {
  text-decoration: none;
}

/* footer END */

/********************************
/*Courses
********************************/

article#post-53 ~ article {
    display: none;
}

.courses_btn button, .courses_btn a {
    background: none !important;
    border: 2px solid #FFFFFF !important;
    width: 100%;
    color: #FFFFFF !important;
}

.civil_eng a, .civil_eng button {
    background: none !important;
    border: 3px solid #000000 !important;
    width: 100%;
    color: #000000 !important;
}

.wpb_single_image.course_student {
  width: 140px;
  float: left;
}

.courses_btn .vc_btn3.vc_btn3-size-md, .civil_eng .vc_btn3.vc_btn3-size-md {
    text-align: left;
}

.civil_eng .vc_btn3-container.vc_btn3-inline {
    margin: 30px 0;
}

.civil_eng .vc_btn3.vc_btn3-size-md {
  text-transform: uppercase;
  font-weight: bold;
}

.school_eng, .aboutus {
  margin-top: -120px;
  background: #FFFFFF;
}

.school_eng, .civil_eng, .hr_line {
    border-bottom: 3px solid #000000;
}

.hr_line_above {
    border-top: 3px solid #000000;
}

.vc_row-fluid:last-child .civil_eng, .single_post_rightmenu a, 
.hr_line:last-child, .course .school_eng {
    border: 0 !important;   
}

.fa-angle-right:before {
    font-size: 30px;
}

.post_banner, .page_banner {
    width: 100%;
    height: auto;
}

.course h1 {
    font-weight: bold;
    color: #000000;
}

.course h2 {
    font-family: "Montserrat", Myanmar3, sans-serif;    
    font-size: 28px;   
    line-height: 34px;
    color: #000000;
}

.course p {
    color: #000000; 
}

.course button {
    font-family: "Montserrat", sans-serif;
}

.course_student_life_border {
    border: 3px solid #000000;
    padding: 50px 60px 10px;
}

.course_student_life_border h2:before {
    font-family: "FontAwesome", sans-serif;
    content: "\f10d";
    font-size: 90px;
    color: #e6e6e6;
    margin-right: -75px;
}

.course_student h3 {
    color: #000000; 
    font-family: "PT Serif", sans-serif;    
    font-size: 24px;    
    font-weight: bold;  
    line-height: 26px;
    padding-top: 30px;
}

.course_student h4 {
  opacity: 0.5;   
  color: #000000; 
  font-family: "Montserrat", Myanmar3, sans-serif;    
  font-size: 15px;   
  line-height: 20px;
  padding-top: 10px;
  text-transform: uppercase;
}

.course_studentlife_btn a {
    background: none !important;
    color: #000000; 
    font-family: "PT Serif", sans-serif;    
    font-size: 20px !important;    
    font-weight: bold;  
    line-height: 22px;
    margin-top: 20px;
}

.course .col-md-12 > p {
    display: none;
}

.footer_end, .footer_end .vc_row {
  padding: 0 !important;
}

.footer_end .wpb_content_element {
  margin-bottom: 0 !important;
}

.hnd_icon_text p {
  font-family: "Montserrat-Regular", Myanmar3, sans-serif !important;
  font-size: 15px !important;
  line-height: 25px !important;
}

/***********
About Us
***********/

.page_logo {
  width: 200px;
  height: auto;
  background: #0087C8;
  margin-bottom: -140px;
  position: relative;
}

.page_logo img {
  width: 100%;
  padding: 20px 30px 20px 10px;
}

.about_pdf_link a {
  font-family: "Montserrat", Myanmar3, sans-serif;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  text-align: right;
  display: block;
  padding-bottom: 35px;
}

.about_pdf_link a:hover {
  color: #0087C8;
}

.about_pdf_link a:before {
  content: "\e903";
  font-family: 'cdc';
  font-size: 16px;
  padding: 0 5px 0 0px;
}

.about_pdf_link img {
  margin-top: 35px;
}

.about_pdf_link .wpb_content_element {
  margin-bottom: 0 !important;
}

.message_president p {
  margin-bottom: 30px;
}

.message_president .president_name p {
  padding-bottom: 100px;
}
 
.president_name p strong:last-child {
  color: #999999 !important;
}

/*********
End of About Us
***********/

/************
Partnerships
***********/
.partner_logo {
  background: #FAFAFA;
}

.border_left_top {
  width: 180px;
  height: 180px;
  border-top: 10px solid #0087C7;
  border-left: 10px solid #0087C7;
  position: absolute;
  top: -4%;
}
/*******  
End of partnershps
**********/

/************************
Phone
*************************/
@media (max-width: 750px) {
h1 {
    font-size: 22px !important;
    line-height: 32px !important;
}

h2 {
  font-size: 20px !important;
  line-height: 30px !important;
}

h3 {
  font-size: 18px !important;
  line-height: 30px !important;
}

h4 {
  font-size: 16px !important;
  line-height: 28px !important;
}

h5 {
  font-size: 18px !important;
  line-height: 24px !important;
}

h6 {
  font-size: 16px !important;
  line-height: 32px !important;
}

.course_student h4 {
  font-size: 15px !important;
  line-height: 18px !important;
}

.course_student h3 {
  padding-top: 10px !important;
}

.course_studentlife_btn.vc_btn3-inline, .vc_general.vc_btn3 {
    display: inline-block !important;
}

.course_studentlife_btn .vc_btn3.vc_btn3-size-md {
  padding: 0 20px 0 0 !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
}

.course_studentlife_btn .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 0 !important;
}

.vc_btn3-container {
  margin-bottom: 0 !important;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 20px !important;
}

.featured_icons .wpsisac-slick-carousal-wrp img {
  width: 120px !important;
}

.contact_now .send_btn > button {
  border: 3px solid #000000 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.contact_address li {
    padding-left: 2.3em !important;
}

.page_breadcrumb, .post_breadcrumb {
  display: none;
}

.new_events_bg .view_insights {
  margin-top: 60px !important;
}

blockquote > .container {
  margin: 20px auto !important;
}

.border_left_top {
  width: 260px !important;
  height: 260px !important;
  border-top: 15px solid #0087C7 !important;
  border-left: 15px solid #0087C7 !important;
}

.school_eng, .civil_eng, .hr_line {
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}

.hr_line_above h2 {
  padding: 10px 0 !important;
}

.hr_line_above p {
  padding-bottom: 10px !important;
}

.course_student_life_border {
  margin-bottom: 60px;
}

.home_new_content {
  padding-left: 30px;
  padding-right: 30px;
}

.view_insights, .global-text h1, .global-text p {
  padding-left: 20px;
  padding-right: 20px;
}

.testimonial__inner p {
  font-size: 24px !important;
  line-height: 30px;
  margin-top: 30px;
}

.testimonial__cite {
  font-size: 18px !important;
  line-height: 24px;
  margin-top: 15px;
  max-width: 400px;
}

.testimonial-lg {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.testimonial__avatar__one img, .testimonial__avatar__two img {
  width: 250px !important;
  height: 250px !important;
}

.testimonial__inner {
  max-width: 100% !important;
}

.testimonial__avatar__one, .testimonial__avatar__two {
  position: relative !important;
}

.bg-one .icon-cdc-ico-quote-one:before, 
.bg-two .icon-cdc-ico-quote-one:before {
  top: 300px !important;
}

.testimonial__inner > p {
  line-height: 28px !important;
}

.icon-cdc-ico-quote-one {
  margin-left: -10px !important;
}

.bg-two .icon-cdc-ico-quote-one:before {
  left: 10px !important;
}

.bg-two .icon-cdc-ico-quote-one:before {
  left: 5%;
  transform: scale(-1);
}

.number-text h1:first-child {
  border: 0 !important;
  margin-top: 0 !important;
}

.number-text h1 {
  border-top: 3px solid #f0f0f0;
  padding: 20px 0 !important;
  margin: 30px 0 0 !important;
}

.home_map_bg .vc_col-sm-4 {
  margin-bottom: 40px;
}

.new_events_bg p {
  margin-top: 0;
}

.infographic .uk-button.uk-button {
  margin: 0 auto;
  display: block;
}

.home_text_width p {
  padding-top: 20px;
  padding-bottom: 20px;
}

.circle h6 {
  font-size: 14px;
  padding: 20px 0;
  margin: 0 auto !important;
}

.uk-button {
  padding: 10px 0 !important;
}

.home_map_bg .wpb_content_element {
  margin-bottom: 0 !important;
}

.circle {
  width: 100%;
}

.mobilemenu {
    width: 100px !important;
    top: 6% !important;
    display: block !important;
    position: fixed;
    right: 0;
    z-index: 300;
    color: white;
    height: auto;
    background-color: #000000;
    text-align: center;
    float: left;
}

.btn-large {
  padding: 10px 20px !important;
}

.btn--primary {
  border-radius: 0 !important;
}

.footer_courses {
  background: #9FCC3B;
}

.footer_courses.vc_row {
  padding-bottom: 0 !important;
}

.courses {
  height: auto !important;
  margin-top: 0 !important;
}
.bottomMenu i {
  font-size: 27px !important;
  padding: 5px 0px 5px 0px !important;
  width: 40px !important;
}

.bottomMenu span {
  font-size: 13px !important;
  padding: 0 !important;
}

.vc_custom_1521110354856 {
  margin-bottom: 0 !important;
}

.menu_apply_btn a {
  margin-top: 20px;
  color: #0088c9;
  border: 3px solid #0088c9 !important;
  padding: 10px !important;
  width: 100%;
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-family: "Montserrat";
}

.footer-logo-one {
  padding: 0 !important;
}

.footer-logo-two {
  padding: 30px 0px !important;
}

.footer-logo-three {
  padding: 20px 0px !important;
  margin-left: 5px !important;
}

.is-selected {
  width: 100% !important;
  height: auto;
}

.flickity-prev-next-button {
  top: 42% !important;
  width: 35px !important;
  height: 35px !important;
}

.flickity-page-dots {
  bottom: 0 !important;
  margin: 0 0 -30px !important;
}

.blogslider_mobile .view_insights {
  margin-top: 20px;
}

#sticky-two .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0px !important;
}

.blogslider_mobile {
  margin-top: -40px;
}

.menu_apply_btn a:hover {
  color: #FFFFFF;
  border-color: #FFFFFF !important;
  text-decoration: none;
}

.footer__inner {
  padding: 20px;  
}

.btn-large:after, 
.visible-desktop, 
.testimonial__cite:before, 
.blogslider {
  display: none;
}
.footer, .courses {
    padding: 0 !important;
}

.social-link {
  float: left !important;
}

.footer-logo-one, 
.footer-logo-two,
.featured_icons img {
  width: 150px !important;
}

.featured_icons img {
  margin: 10px auto;
}

.footer-logo-three {
  width: 80px !important;
}

.menu-footer-menu-container ul li a {
  text-align: center;
}

.menu-footer-menu-container ul li a span {
  line-height: 25px !important;
}

.social-link .fa {
  font-size: 22px !important;
}

#myBtn {
    background: none !important;
}

.civil_eng ~ .vc_column-inner, .container.civil_eng, .civil_eng .col-md-12 {
    padding: 0 !important;
}

#apply, 
#apply-bottom, 
.sticky-anchor, 
.sticky-anchor-one, 
.sticky-anchor-two,
.sticky-anchor-three, 
.sticky-anchor-four, 
.home_map{
  display: none !important;
}

.topMenu i {
  font-size: 27px !important;
  padding: 15px 6px 15px 4px !important;
  width: 58px !important;
}

.bottomMenu {
  width: 110px !important;
}

.home_banner {
  margin-bottom: -281px !important;
  padding-top: 255px;
}

.panel-image .scrolldown_icon {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}

.panel-image .fa.fa-angle-down:before {
  font-size: 30px !important;
  color: #FFFFFF !important;
}

.panel-image .vc_icon_element-icon {
  text-align: center !important;
  display: block;
  width: 60px;
  border: 1px solid #FFFFFF;
  height: 60px;
  border-radius: 50%;
  margin: -185px auto 0px;
  line-height: 60px;
}

img.logo {
  width: 65% !important;
}

.home_banner p {
  font-size: 17px !important;
}

.fixed {
  position: relative !important;
}

.vc_row {
  padding: 20px 0 !important;
}

.uk-offcanvas-bar.detail_slide {
  width: 100%;
}

.student-content p {
  font-size: 18px !important;
  margin-top: 15px !important;
}

.panel-image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

img.gwyn-image {
  max-width: 391px !important;
}

.vc_row.footer_end, .vc_row.hnd_icon_text {
  padding: 0 !important;
}

.hnd .vc_column-inner {
  padding-top: 0 !important;
}

.hnd .vc_row, .global-text p {
  padding-bottom: 0 !important;
}

.hnd:first-child {
  padding-top: 30px !important;
}

.wpb_content_element.hnd_para_bg {
  margin-bottom: 10px !important;
}

.hnd_icon_text .wpb_content_element {
  margin-bottom: 20px !important;
}

.hnd_icon_text .vc_column_container:last-child {
  margin-bottom: 30px !important;
}

.global-text h1 {
  margin: 90px auto 0px !important;
}

.infographic_cover_bg .wpb_content_element {
  margin-bottom: 0 !important;
}

img.gwyn-image {
  margin: 0 !important;
}

.map > .container {
  padding: 0 !important;
}

.map img:first-child {
display: none;
}

.map img:last-child {
display: block !important;
margin-top: -60px;
}

.pig-layer {
  margin-top: -22px !important;
}

.school_eng, .aboutus {
  margin-top: 0 !important;
}

.post_designbg {
  margin-top: 0 !important;
}

.page_logo {
  width: 145px !important;
  background: none !important;
}

.page_breadcrumb #breadcrumbs {
  margin-top: -35px !important;
  z-index: 1;
  position: relative;
  margin-left: -16px !important;
  line-height: 30px !important;
}

.page_banner > img {
  object-fit: cover;
  object-position: center;
  width: 100% !important;
  height: 200px !important;
}

.aboutus h1 {
  margin-top: 16px !important;
  margin-bottom: 20px !important;
}

.about_pdf_link a {
  font-size: 15px !important;
  font-weight: bold;
  padding-top: 15px !important;
  padding-bottom: 0 !important;
}

.civil_eng.vc_row, 
.message_president .vc_row {
  padding: 0 !important;
}

.school_eng, .hr_line, 
.message_president .wpb_content_element {
  margin-bottom: 0;
}

.message_president p {
  margin-top: 30px;
}

.message_president .president_name p {
  padding-bottom: 50px !important;
}

.school_eng h1, .aboutus h1 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.flickity-page-dots .dot {
  width: 10px !important;
}

.page_foot {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.featured_icons {
  padding-bottom: 20px !important;
}

.copyright p {
  font-size: 12px !important;
  padding-left: 0 !important;
  text-align: center;
}

.menu-footer-menu-container ul {
  display: inline-block !important;
  padding: 20px 0 0 !important;
  text-align: center;
}

.courses_btn .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
  margin: 0% 0 12% !important;
  padding: 10px 15px !important;
}

.menu-footer-menu-container ul li {
  display: inline !important;
  float: none !important;
  padding: 10px 10px 0 10px !important;
  text-align: center !important;
}

.social-link {
  float: none !important;
  text-align: center;
  padding: 0;
  margin: 0;
}

/*Map Position Adjust*/
  .location-pin:nth-child(1) {
    left: 42% !important;
    top: 55% !important;
  }

  .location-pin:nth-child(2) {
    left: 60% !important;
    top: 52% !important;
  }

  .location-pin:nth-child(3) {
    left:46% !important;
    top: 68% !important;
  }

  .location-pin:nth-child(4) {
    left: 44% !important;
    top: 68% !important;
  }
  /*End of map position adjust*/

  .post_breadcrumb > #breadcrumbs {
    margin-top: -31px !important;
    line-height: 30px !important;
  }

  .course h1 {
    padding-top: 30px !important;
  }

  .course > .col-xs-12 .vc_row {
    padding: 0 !important;
  }

  .message_president h2 {
    padding-bottom: 20px;
  }

  .hovicon {
    width: 250px;
    height: 250px;
  }

  .flickity-button {
    display: none;
  }

  .vc_row.vc_row-no-padding .vc_column-inner {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .container .footer__inner, .container .featured_icons {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .partner_btn .uk-button {
    width: 100% !important;
  }

  .partner_sub_container .row {
    margin-bottom: 40px;
  }

  .partner_sub_container h2 {
    margin-bottom: 20px;
  }

  .contact_now {
    margin-bottom: 30px !important;
  }
  
  .number-container {
    padding-bottom: 30px;
  }
  
  ul {
    margin-top: 0;
  }
  
  .contact_address li {
    font-size: 14px;
    line-height: 22px;
  }

  .contact_address li:before {
    font-size: 25px;
    line-height: 32px;
  }
  
  .banner-overlay {
    height: 50% !important;
  }

  .uk-offcanvas-flip .uk-offcanvas-bar {
    width: 100% !important;
  }

  .bellows .bellows-nav .bellows-target {
    padding: 12px 20px !important;
  }

  .menu_apply_btn {
    margin-top: 18px !important;
  }

  .bellows-target-title {
    font-size: 15px !important;
  }

  .view_insights a::after, .contact_now .send_btn > button::after {
    content: "\f105" !important;
    font-family: "Fontawesome", sans-serif !important;
    font-size: 31px !important;
    right: 0 !important;
    line-height: 19px !important;
    width: 20px;
  }

  .phone_slider {
    margin-top: 15px;
  }

  .phone_slider .wpb_content_element {
    margin-bottom: 0 !important;
  }

  .phone_slider .slick-dots {
    bottom: -30px !important;
  }

  .phone_slider .slick-dotted.slick-slider {
    margin-bottom: 60px !important;
  }

  .hnd_icon_text .wpb_single_image {
    margin-top: 20px;
  }

  .home_new_content {
    padding: 20px 30px !important;
  }

  .vc_row.new_events_bg {
    padding-bottom: 40px !important;
  }

  .vc_row-has-fill + .ceo_blockquote.vc_row > .vc_column_container > .vc_column-inner {
    padding-top: 0 !important;
  }

  .menu-footer-menu-container ul li a span, .number-text p {
    font-size: 16px !important;
  }

  .number-text h1 {
    font-size: 60px !important;
  }
}

/************************
Tablet
*************************/
@media (min-width: 751px) and (max-width: 800px) {
  /*Map Position Adjust*/
  .location-pin:nth-child(1) {
    left: 45.3% !important;
    top: 48% !important;
  }

  .location-pin:nth-child(2) {
    left:51% !important;
    top: 49% !important;
  }

  .location-pin:nth-child(3) {
    left:47% !important;
    top: 63.5% !important;
  }

  .location-pin:nth-child(4) {
    left: 46% !important;
    top: 63.5% !important;
  }
  /*End of map position adjust*/
}

@media (min-width: 751px) and (max-width: 950px) {
    .footer, .courses {
        padding: 0 !important;
    }

    .civil_eng ~ .vc_column-inner, .container.civil_eng, .civil_eng .col-md-12 {
        padding: 0 !important;
    }

    img.logo {
      width: 32% !important;
    }

    .home_banner p {
      font-size: 22px !important;
    }

    h1 {
      font-size: 34px !important;
    } 

    .hnd h6 {
      font-size: 20px !important;
      margin-bottom: 20px !important;
    }

    .testimonial__avatar__one img, .testimonial__avatar__two img {
      width: 200px !important;
      height: 200px !important;
    }

    .testimonial__avatar__one {
      top: 58% !important;
      right: 0% !important;
    }

    .testimonial__avatar__two {
      top: 58% !important;
      left: 0% !important;
    }

    .one-circle {
      right: 76% !important
    }

    .two-circle {
      top: 32% !important;
    }

    .three-circle {   
      top: 36% !important;
      right: 8% !important;
    }

    .five-circle {
      right: 30% !important;
    }

    .six-circle {
      right: -2% !important;
    }

    .home_map_over_title p, 
    .new_events_bg p {
      margin-top: 0 !important;
    }

    .courses .container {
      padding-top: 45px;
    }

    .courses {
      height: 434px !important;
    }

    .menu-footer-menu-container ul li {
      padding: 20px 20px 0 0 !important;
    }

    p.chindwin-featured-in {
      font-size: 16px !important;
    }

    footer p {   
      font-size: 13px !important;
    }

    img.gwyn-image {
      max-width: 100% !important;
    }

    /*Map Position Adjust*/
    .location-pin:nth-child(1) {
      left: 45% !important;
      top: 48% !important;
    }

    .location-pin:nth-child(2) {
      left:51% !important;
      top: 49% !important;
    }

    .location-pin:nth-child(3) {
      left:47% !important;
      top: 63.5% !important;
    }

    .location-pin:nth-child(4) {
      left: 46% !important;
      top: 63.5% !important;
    }
    /*End of map position adjust*/
}   

@media (min-width: 751px) {
  p {
    font-size: 16px;
  }

  .hnd p, .global-text p {
    font-size: 18px;
    line-height: 28px;
  }

  .testimonial__inner {
    max-width: 70%;
    vertical-align: middle;
  } 

  .testimonial__avatar__one {
    max-width: 300px;
    max-height: 300px;
    min-width: 100px;
    min-height: 100px;
    width: 100%;
    height: 100%;
    display: table;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 45%;
    right: 6%;
    transform: translateY(-50%);
}

.testimonial__avatar__two {
    max-width: 300px;
    max-height: 300px;
    min-width: 100px;
    min-height: 100px;
    width: 100%;
    height: 100%;
    display: table;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
}

.bg-one .icon-cdc-ico-quote-one:before {
  top: 20px;
}

.bg-two .icon-cdc-ico-quote-one:before {
  float: right;
  right: 10%;
  top: 20px;
}

.infographic {
  background-image: url(images/hexagon.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-width: 647px;
  min-height: 451px;
  margin: 48px auto;
}

.one-circle {
  position: absolute;
  top: 43%;
  right: 70%;
  width: 164px;
  height: 164px;
  border-radius: 50%;
}

.two-circle {
  position: absolute;
  top: 0%;
  right: 54%;
  width: 176px;
  height: 176px;
  border-radius: 50%;
}

.three-circle {
  position: absolute;
  top: 0%;
  right: 20%;
  width: 144px;
  height: 144px;
  border-radius: 50%;
}

.four-circle {
  position: absolute;
  bottom: 31%;
  right: 45%;
  width: 122px;
  height: 122px;
  border-radius: 50%;
}

.five-circle {
  position: absolute;
  top: 80%;
  right: 36%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

.six-circle {
  position: absolute;
  top: 40%;
  right: 12%;
  width: 215px;
  height: 215px;
  border-radius: 50%;
}

.circle h6 {
  font-size: 17px;
}

.circle:hover h6 {
  font-size: 17px;
}

.one-circle h6 {
  top: 20px;
  padding: 20px;
}

.two-circle h6 {
  top: 20px;
  padding: 30px;
}

.three-circle h6 {
  top: 20px;
  padding: 15px;
}

.four-circle h6 {
  top: 35px;
  padding: 15px;
}

.five-circle h6 {
  top: 30px;
  padding: 15px;
}

.six-circle h6 {
  top: 60px;
  padding: 15px;
}

blockquote.blockquotebg04 {
  margin-bottom: -170px !important;
}

.student-content p {
  font-size: 20px !important;
  margin-top: 20px;
  color: rgba(0,0,0,0.7);
}

  .mobile_home_banner, 
  .panel-image, 
  .menu_apply_btn, 
  .mobile_home_map, 
  .blogslider_mobile {
    display: none !important;
  }

  .footer-logo-one, 
  .footer-logo-two,
  .footer-logo-three {
    height: auto;
  }
  /* parallax css  */
  .sticky-content{
    height: auto;
  }

  /*Sticky one*/
  .sticky-content.fixed, 
  .sticky-content-one.fixed, 
  .sticky-content-two.fixed, 
  .sticky-content-three.fixed,
  .sticky-content-four.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }

  /*Sticky one*/
  .sticky-content-one {
    background: #002b40;
    margin: 0 auto;
    padding-bottom: 30%;
    z-index: 0;
  }

  #sticky-one.vc_row {
    padding: 0 !important; 
  }

  .sticky-element-one .vc_column-inner {
    padding-top: 0px !important;
  }

  /*Sticky two*/
  .infographic_cover_bg {
    margin-bottom: -40px;
    z-index: 1 !important;
  }

  .new_events_bg {
    margin-bottom: -41px;
  }

  .new_events_bg .vc_column_container, 
  .new_events_bg .vc_row {
    background-image: url("images/home_news_bg.png") !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    z-index: 1 !important;
    margin-bottom: 0 !important;
    padding: 20px 0 0 !important;
  }

  .new_events_bg .vc_column_container {
    margin-top: -80px !important;
  }

  .new_events_bg .vc_row {
    padding: 0 !important;
  }

  .new_events_bg .wpb_wrapper {
    margin: 30px 0;
  }

  .home_map_bg, .home_map_bg .vc_column_container {
    padding: 0 !important;
    margin-bottom: -30px !important;
    z-index: 2 !important;
  }

  .home_map_bg .vc_row:first-child {
    padding: 30px 0 0px !important;
  }

  .home_map_bg .vc_column_container:first-child {
    background: #FFFFFF;
    padding: 0 0 20px !important;
  }

  .home_map_over_title > .vc_column_container {
    background: none !important;
  }

  .home_map {
    max-width: 1440px;
    margin: 0 auto !important;
  }

  .courses_btn_six .col-md-6, 
  .footer__inner .col-md-3, 
  .footer__inner h6, 
  .footer__inner .footer-logo-one,
  .copyright p {
    z-index: 11 !important; 
  }

  .courses_btn_six .col-md-6 {
    background: #9FCC3B;
  }

  .footer__inner {
    display: table;
  }

  .footer__inner .col-md-3 {
    background: #101523;
    display: table-cell;
    vertical-align: middle;
  }

  .footer_courses .vc_column_container, .footer_end .vc_column_container {
    z-index: 2;
  }

  .footer_end .vc_column_container {
    margin-top: -80px;
  }
  
  .contact_address li {
    font-size: 18px;
    line-height: 22px;
  }

  .contact_address li:before {
    font-size: 22px;
    line-height: 30px;
  }
}

/************************
Only Desktop
*************************/

@media (min-width: 951px) {
  #sticky-one + .ceo_blockquote {
    margin-top: -310px !important;
  }

  .home_map_bg .vc_row {
    padding-bottom: 30px;
  }

  .home_map_over_title p {
    width: 500px !important;
    margin: 20px auto 0px;
  }

  .contact_address li {
    font-size: 18px;
    line-height: 28px;
  }

  .contact_address li:before {
    font-size: 18px;
    line-height: 28px;
  }
  
  .wpb_content_element.hr_line {
    margin-bottom: 0;
  }
  
  .hr_line p {
    padding-bottom: 25px;
  }
  
  .contact_now input, .contact_now textarea {
    font-size: 15px;
  }

  .partner_btn .uk-button {
    width: 80% !important;
    margin-top: 30px;
  }

  .partner_sub_container {
    margin: 40px 50px;
  }

  .partner_sub_container .row {
    margin-bottom: 80px;
  }

  .partner_sub_container h2 {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .course_details {
    margin-bottom: 80px !important;
  }

  .civil_eng > .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .civil_eng > .vc_col-sm-6 {
    display: table;
    height: 200px;
  }

  .civil_eng .vc_btn3-container {
    display: table-cell !important;
    vertical-align: bottom !important;
    width: 42%;
  }

  .civil_eng ~ .vc_column-inner, .container.civil_eng, .civil_eng .col-md-12 {
      padding: 0 !important;
  }

  .uk-offcanvas-bar {
    width: 520px !important;
  }

  .view_insights a {
    margin-top: 50px;
    margin-bottom: 50px !important;
  }

  .civil_eng h2,
  .message_president h2 {
    font-size: 28px;
    padding: 20px 0 !important;
  }
}

@media (min-width: 1440px) {
  blockquote .container {
    width: 1400px;
  }

  .testimonial__avatar__one {
    right: 15% !important;
  }

  .testimonial__avatar__two {
    left: 15% !important;
  }

  .location-pin:nth-child(1) {
    top: 53%;
  }

  .location-pin:nth-child(3) {
    left:47%;
    top:68%;
  }

  .location-pin:nth-child(4) {
    left: 46.5%;
    top: 68%;
  }
  /*End of map position adjust*/
}

.fa-arrow-right:before {
  content: "\e903" !important;
  font-family: 'cdc' !important;
  font-size: 18px;
  color: #FFFFFF !important;
}

/***********
Campus Life
*********/
.campus_life_address i {
  font-size: 40px;
  float: left;
  margin-right: 20px;
}

.masonry {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 20px;
  -moz-column-fill: initial;
  -webkit-column-fill: initial;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 20px;
  overflow: hidden;
}
.masonry .brick img {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.masonry .brick:hover img {
  opacity: .75;
}
.masonry.bordered {
  -moz-column-rule: 1px solid #eee;
  -webkit-column-rule: 1px solid #eee;
  column-rule: 1px solid #eee;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}

.span {
  -moz-column-span: all;
  -webkit-column-span: all;
  column-span: all;
  margin: 30px 0;
}

@media only screen and (min-width: 1024px) {
  .desc {
    font-size: 1.25em;
  }

  .intro {
    letter-spacing: 1px;
  }

  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {  
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.isotope-item a img {
  width: 100%;
}

.isotope-item:nth-child(1) a img, .isotope-item:nth-child(2) a img {
  object-fit: cover;
  object-position: center;
  height: 400px;
}

.isotope-item:nth-child(3) a img, .isotope-item:nth-child(6) a img {
  height: 500px;
  object-fit: cover;
  object-position: center;
}

.isotope-item:nth-child(4) a img, .isotope-item:nth-child(5) a img {  
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.wpb_image_grid .wpb_image_grid_ul .isotope-item {
  float: none !important;
}

.masonry li {
  list-style-type: none;
}

.js-img-viwer img {
  /*opacity: .3;*/
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  margin-bottom: 20px;
}

.js-img-viwer:hover img {
  -webkit-filter: grayscale(0%) !important; /* Safari 6.0 - 9.0 */
  filter: grayscale(0%) !important;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
}

.compus_map {
  margin-bottom: 40px;
}

@media (max-width: 750px) {
  .isotope-item a img {
    object-fit: cover;
    object-position: center;
    width: 100% !important;
    height: 300px !important;
  }

  .compus_map {
    margin-bottom: 30px !important;
  }

  .masonry_gallery.wpb_content_element {
    margin-bottom: 0 !important;
  }
}

/*********
End of Campus Life
***********/

/*********
Contact us
***********/

.contact_now input, .contact_now textarea {
  width: 100%;
  padding: 10px 20px;
  margin: 8px auto;
  font-family: "Montserrat-Regular", Serif;
  color: #505152;
  background: #e5eaed;
  border: 0;
}

.contact_now .send_btn > button {
  font-family: "Montserrat";
  text-align: left;
  color: #000000;
  border: 2px solid #000000;
  margin-top: 30px;
  text-transform: uppercase;
  width: 100%;
  padding: 14px 0px;
  background: none;
  margin-top: 40px;
}

.contact_now .send_btn > button:after {
  content: "\e903";
  font-family: "cdc", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  line-height: 22px;
}

.contact_address i {
  font-style: normal;
  font-family: "Montserrat-Regular";
}
/*********
End of Contact us
***********/

.content-area ~ .page_foot, .content-area ~ .footer,
.uk-offcanvas-content > .container > .col-lg-12 > article:first-child ~ article {
    display: none;
}

.contact_address li {
  list-style-type: none;
  font-family: "PT Serif", Myanmar3, sans-serif;
  color: #000000;
  opacity: .6;
}

.contact_address ul {
  padding-left: 0;
}

.contact_address li:before {
  font-family: "Material Icons";
  font-size: 24px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -1.3em; /* same as padding-left set on li */
}

.contact_address ul {
  list-style: none;
  padding: 0;
}

.contact_address li {
  padding-left: 1.3em;
}

.contact_address li:nth-child(1):before {
  content: "phone";
}

.contact_address li:before {
  content: "directions";
}

.wpsisac-slick-carousal-wrp .slick-image-slide-wrap {
  height: auto !important;
}

.wpsisac-slick-carousal-wrp .slick-list {
  min-height: auto !important;
}

.wpsisac-slick-carousal-wrp img {
  width: auto;
}

.wpsisac-slick-slider, .wpsisac-slick-carousal {
  opacity: 1;
  visibility: visible;
}

.wpsisac-slick-carousal.design-6 .slick-image-slide {
  width: 150px;
  float: left;
}

.smartphoto-header > .smartphoto-count, .featured_icons .slick-dots {
  display: none !important;
}

/*style*/