@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/*font-family: "Open Sans", sans-serif;*/

@font-face {
    font-family: 'Avant Garde Book BT';
    font-style: normal;
    font-weight: normal;
    src: local('Avant Garde Book BT'), url('../fonts/AVGARDN_2.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Avant Garde Demi BT';
    font-style: normal;
    font-weight: normal;
    src: local('Avant Garde Demi BT'), url('../fonts/AVGARDD_2.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Avant Garde Demi Oblique BT';
    font-style: normal;
    font-weight: normal;
    src: local('Avant Garde Demi Oblique BT'), url('../fonts/AVGARDDO_2.woff') format('woff');
    }
@font-face {
    font-family: 'Myanmar Text Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myanmar Text Regular'), url('../fonts/mmrtext.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myanmar Text Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myanmar Text Bold'), url('../fonts/mmrtextb.woff') format('woff');
    }
    @font-face {
        font-family: 'Market Deco';
        font-style: normal;
        font-weight: normal;
        src: local('Market Deco'), url('../fonts/Market_Deco.woff') format('woff');
    }
    @font-face {
        font-family: 'Open Sauce One Bold';
        font-style: normal;
        font-weight: normal;
        src: local('Open Sauce One Bold'), url('../fonts/OpenSauceOne-Bold.woff') format('woff');
        }
        @font-face {
            font-family: 'Open Sauce One Regular';
            font-style: normal;
            font-weight: normal;
            src: local('Open Sauce One Regular'), url('../fonts/OpenSauceOne-Regular.woff') format('woff');
            }
        @font-face {
            font-family: 'avantgarde_demi';
            src: url('../fonts/avantgarde_demi.eot');
            src: url('../fonts/avantgarde_demi.eot') format('embedded-opentype'),
                 url('../fonts/avantgarde_demi.woff2') format('woff2'),
                 url('../fonts/avantgarde_demi.woff') format('woff'),
                 url('../fonts/avantgarde_demi.ttf') format('truetype'),
                 url('../fonts/avantgarde_demi.svg#avantgarde_demi') format('svg');
        }
        @font-face {
            font-family: 'Josefin Sans SemiBold';
            font-style: normal;
            font-weight: normal;
            src: local('Josefin Sans SemiBold'), url('../fonts/JosefinSans-SemiBold.woff') format('woff');
            }
            @font-face {
                font-family: 'ZetafontsLovelaceTextRegular';
                src: url('../fonts/ZetafontsLovelaceTextRegular.eot');
                src: url('../fonts/ZetafontsLovelaceTextRegular.eot') format('embedded-opentype'),
                     url('../fonts/ZetafontsLovelaceTextRegular.woff2') format('woff2'),
                     url('../fonts/ZetafontsLovelaceTextRegular.woff') format('woff'),
                     url('../fonts/ZetafontsLovelaceTextRegular.ttf') format('truetype'),
                     url('../fonts/ZetafontsLovelaceTextRegular.svg#ZetafontsLovelaceTextRegular') format('svg');
            }

:root{
    --black:#000;
    --menu-bg:#020e60;
    --menu-text: 'Myanmar Text Regular';
    --menu-text-active: 'Market Deco';
    --menu-active-bg: #2f71b5;
    --slider-font-one: 'Open Sauce One Bold';
    --slider-font-two: 'avantgarde_demi';
    --normal-font: "Open Sans", sans-serif;
    --heading-font: 'Avant Garde Book BT';
    --heading-normal-font:'Open Sauce One Regular'; 
    --feature-sec-font: 'Josefin Sans SemiBold';
    --btn-font: 'ZetafontsLovelaceTextRegular';
	--border-rad-full: 50%;
    --slider-heading-color: #2d6099;
}
body{
    font-family: var(--normal-font);
}
h2,h3{
    font-family:var(--slider-font-two) ;
}
i{
    display: inline-block;
}
img{
    max-width: 100%;
}
.section-height{
    padding-top: 70px;
}
section{
    overflow-x: clip;
}
.navbar{
    background: var(--menu-bg);
}
.header-outr.fixed .navbar-brand img{
    width: 250px;
}
.header-outr.fixed .navbar{
    padding: 0px;
}
.navbar-nav .nav-link{
    color: var(--bs-body-bg) !important;
    font-family: var(--menu-text-active);
    text-transform: uppercase;
    line-height: 2.5;
    display: flex;
    align-items: center;
    padding: 0px 1.5rem !important;
}
.navbar-nav .nav-link.active{
    font-family: var(--menu-text-active);
    background: var(--menu-active-bg) !important;
}
#scrollspyHeading1{
    padding-top: 0px;
}
.carousel-caption h4{
    font-family: var(--slider-font-one);
    text-transform: uppercase;
    
}
.carousel-caption h2{
    font-family: var(--slider-font-two);
    text-transform: uppercase;
    color: var(--slider-heading-color);
    position: relative;
    padding-bottom: 25px;
}
.carousel-caption h2:before{
    content: "";
    width: 304px;
    height: 4px;
    background: #020e60;
    position: absolute;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
}
.carousel-caption{
    inset-block-start: 55%;
    inset-block-end: auto;
    transform: translateY(-50%);
}
.about-text-outr h3{
   font-family: var(--heading-font);
   color: var(--slider-heading-color);
}
.about-text-outr h5{
    font-family: var(--heading-font);
    margin-bottom: 2.5rem;
}
.about-text-outr p{
    text-align: justify;
    line-height: 1.8;
}
.about-sec{
    position: relative;
	padding-top:0px;
}
.about-sec:before{
    content: "";
    background: url("../images/about-sec-bg1.png") no-repeat;
    width: 272px;
    height: 368px;
    position: absolute;
    right:0;
    top:0;
	z-index: 1;
}
.about-content-outr{
    padding-bottom: 150px;
    position: relative;
	background:#f9f9f9;
	padding-top: 70px;
}
.about-content-outr:before{
    content: "";
    background: url("../images/about-sec-bg2.png") no-repeat;
    width: 948px;
    height: 140px;
    position: absolute;
    right:0;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
}
.about-img{
   position: relative;
   padding: 3rem 0px 0px 3rem;
}
.about-img:before{
    content:"";
    background: url("../images/about-pic-bg.png") no-repeat;
    width: 542px;
    height: 168px;
    position: absolute;
    left:0;
    top:0;
}
.carousel-item{
    aspect-ratio: 2.35 / 1;
}
.about-img-outr{
    aspect-ratio: 4 / 1;
}
.carousel-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-img-outr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-heading{
    position: relative;
    padding-bottom: 0.8rem;
}
.section-heading:before{
    content:"";
    position: absolute;
    inset-inline-start: 50%;
    inset-block-end: 0px;
    transform: translateX(-50%);
    width: 178px;
    height: 1px;
    background:var(--black) ;

}
.section-heading h2 span{
    font-family: var(--heading-font);
}
.heading-blue h2{
    color: var(--slider-heading-color);
}
.global-sec-inner{
    padding: 2rem 0;
}
.heading-white h2{
    color: var(--bs-body-bg);
}
.heading-white:before{
    background: var(--bs-body-bg);
}
.feature-box-outr h4{
    font-family: var(--feature-sec-font);
    color: var(--bs-body-bg);
    text-transform: uppercase;
	margin-bottom:0px
}
.feature-box-outr{
    background: rgba(72,72,72,0.5);
    height: 177px;
    max-width: 263px;
    margin: 0 auto;
    transition: all 0.5s ease-in-out 0s;
}
.feature-sec-outr{
    padding-bottom: 5rem;
}
.feature-box-outr:hover{
    background: var(--slider-heading-color);
    transform: scale(1.2 , 1.2);
}
.career-top-outr .row:nth-child(even) .career-pic-col{
    order:2
}
.career-top-outr .row:nth-child(odd) .career-pic-col{
     text-align: right;
}
.career-top-outr .row + .row{
   margin-top: 5rem;
}
.career-pic-col{
    width: 54%;
    position: relative;
}
.career-top-outr .row:nth-child(even) .career-pic-col:before{
     content:"";
     background: #333333;
     position: absolute;
     top: 50px;
     bottom:50px;
     width: 5000px;
     z-index: -1;
}
.career-top-outr .row:nth-child(odd) .career-pic-col:before{
    content:"";
    background: #2d6099;
    position: absolute;
    top: 50px;
    bottom:50px;
    width: 5000px;
    right:12px;
    z-index: -1;
}
.career-text{
   color: var(--slider-heading-color);
   position: relative;
   max-width: 371px;
   margin: 0 auto;
}
.career-text:before{
    content:"";
    position: absolute;
    inset-inline-start: 50%;
    inset-block-end: 0px;
    transform: translateX(-50%);
    width: 178px;
    height: 1px;
    background:var(--black) ;
}
.career-text h3{
    font-family: var(--heading-font);
}
.career-top-outr{
    position: relative;
    padding-bottom: 15rem;
}
.career-top-outr:before{
    content:"";
    position: absolute;
    width: 528px;
    height: 424px;
    background: url("../images/career-bg1.png") no-repeat;
    inset-inline-end: 0px;
    inset-block-start: -70px;
    z-index: -1;
}
.career-top-outr:after{
    content:"";
    position: absolute;
    width: 528px;
    height: 424px;
    background: url("../images/career-bg2.png") no-repeat;
    inset-inline-start: 0px;
    inset-block-end: 0px;
    z-index: -1;
}
.career-content-text-inner{
   color: var(--bs-body-bg);
}
.career-content-text-inner {
    padding: 5rem 0;
}
.career-content-text-inner p{
    line-height: 1.8;
}
.career-content-pic-col{
    position: relative;
}
.career-content-pic-outr{
    position: absolute;
    bottom:0px;
}
.contact-sec-outr h5{
    font-family: var(--heading-normal-font);
}
.contact-content-outr{
    padding-top: 5rem;
    position: relative;
}
.contact-content-outr:before{
   content:"";
   background: #f3f3f3;
   position: absolute;
   inset: 0px;
   height: 100%;
   width: 100%;
   z-index: -1;
}
.contact-box-outr{
    background: var(--bs-body-bg);
    height: 100%;
}
.form-floating > textarea.form-control{
    height:auto;
    resize: none;
}
.btn-contact{
    font-family: var(--btn-font);
    background: var(--slider-heading-color);
    color: var(--bs-body-bg);
    border: 1px solid transparent
}
.btn-contact:hover{
   border-color: var(--slider-heading-color);
   color: var(--slider-heading-color);
   background: var(--bs-body-bg);
}
.copyright-outr{
    background: #333;
}
.copyright-outr p{
    margin-bottom: 0px;
    color: var(--bs-body-bg);
}
.get-touch-outr{
    position: relative;
}
.get-touch-outr:before{
    content:"";
    position: absolute;
    width: 344px;
    height: 591px;
    background: url("../images/get-form-bg1.png") no-repeat;
    inset-inline-end: 0px;
    inset-block-start: -70px;
    z-index: -1;
}
.get-touch-outr:after{
    content:"";
    position: absolute;
    width: 319px;
    height: 435px;
    background: url("../images/get-form-bg2.png") no-repeat;
    inset-inline-start: 0px;
    inset-block-end: 0px;
    z-index: -1;
}
/*back to top*/
#back-top {
    position: fixed;
    bottom: 30px;
    right: 7px;
    z-index: 99999;
    margin-bottom: 0px;
}
#back-top a {
    display: block;
    text-align: center;
    font: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    /* background color transition */
    -webkit-transition: 0.5s all ease-in-out 0s;
    -moz-transition: 0.5s all ease-in-out 0s;
    transition: 0.5s all ease-in-out 0s;
}


/* arrow icon (span tag) */
#back-top span {
    width: 44px;
    height: 44px;
    display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
    background: var(--slider-heading-color);
    /* rounded corners */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /* background color transition */
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
    border: 1px solid transparent;
}
#back-top span i {
    font-size: 25px;
    color: var(--bs-body-bg);
}
#back-top a:hover span, #back-top a:focus span{
    color: #00dd8d !important;
	border-color: var(--slider-heading-color);
	background: #fff !important;
}
#back-top a:hover span i, #back-top a:focus span i{
	color:var(--slider-heading-color);
}
#back-top a:hover span {
  background: rgba(0, 0, 0, 0) url("../images/totop.png") no-repeat scroll center -30px;
}
.contact-box-outr a{
	color: var(--bs-body-color);
}
.contact-box-outr a:hover{
	color:var(--slider-heading-color);
}
.contact-box-outr h4{
	color:var(--slider-heading-color);
}
.carousel-control-prev-icon, .carousel-control-next-icon{
	background-color: #333;
	background-size: 20px;
	border-radius: var(--border-rad-full);
}
.carousel-control-prev, .carousel-control-next{
	width: 2rem;
	inset-block-end: auto;
	inset-block-start: 50%;
	inset-inline-start: 15%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%)
}
.carousel-control-prev{
	margin-top: 0px;
}
.carousel-control-next{
	margin-top: 50px;
}
.header-outr .navbar-brand img{
	width: 350px;
	transition: all 0.5s ease-in-out 0s;
	  transition: all 0.5s ease-in-out 0s;
	  transition: all 0.5s ease-in-out 0s;
}
.about-img-col{
	overflow-x: clip;
}
#animated-carousel h3 {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  
  #animated-carousel h4 {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .navbar-nav li a{
	  position: relative;
  }
  .navbar-nav li a::before {
	content: "";
	height: 3px;
	width: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: #2f71b5;
	width: 0;
	bottom: 0;
	transition: all 0.5s ease-in-out 0s;
}
.navbar-nav li:hover a::before {
	
	width: 50px;
	transition: all 0.5s ease-in-out 0s;
}
@media (min-width: 1200px) {
    .carousel-caption h2{
        font-size: 2rem;
    } 
	.carousel-caption h4{
		font-size: 1.3rem;
	}
    h2, .h2 {
        font-size: 1.5rem;
    }
	h3, .h3 {
	font-size: 1.4rem;
}
.feature-box-outr h4{
	
	font-size: 1.2rem;

}
}