:root{
	--white: #ffffff;
	--black: #222222;
	--main-dark: #262D33;
	--secondary-light: #ED7A26; 
	--color1:#262D33;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size:62.5%;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
	/* font-family: 'Lato', sans-serif; */
	overflow-x:hidden;
	font-family: 'Montserrat', sans-serif;
}
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body::-webkit-scrollbar {
    width: .7rem;
    background-color: #f2f2f2;
}
body::-webkit-scrollbar-thumb {
    background: #d87817;
}

a {
    outline: 0;
    text-decoration: none;
    color: var(--black);
    
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
figure {
    margin: 0;
    padding: 0;
}
dl,ol,ul {
    list-style: outside none none;
    padding-left: 0;
    margin-bottom: 0;
}
ul li {
    padding: 0;
    margin: 0;
}
a img {
    border: none;
    max-width: 100%;
}
img,svg {
    max-width: 100%;
    vertical-align: middle;
    border: none;
}
table,
td,
th {
    border-collapse: collapse;
}
table tbody tr td {
    padding: .8rem !important;
    color: var(--black);
    font-size: 1.5rem;
}
p {
    padding: 0;
    margin: .6rem 0;
    font-size: 1.5rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--bblack);
    padding: 0;
}
button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}
input,
textarea,
select,
button {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.5rem;
}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}


 /* button */
 .btn-theme1{
	 color: #fff;
	 font-size: 15px;
	 text-transform: capitalize;
	 padding: 5px 29px;
	 transition: all 0.3s ease 0s;
	 position: relative;
	 z-index: 2;
	 border-radius: 3px;
	 background: linear-gradient(45deg, #0c1a5aed, #2369a2d6) !important;
	 border: none;
	}
 .btn-theme1:before{
	     content: "";
	     position: absolute;
	     top: -4px;
	     left: 9px;
	     right: 9px;
	     bottom: -4px;
	     border-radius: 10px;
	     -webkit-transform: translateZ(-1px);
	     transform: translateZ(-1px);
	     border: 1px solid var(--color-theme1);
	     z-index: -1;
	     background: linear-gradient(45deg, #0c1a5aed, #2369a2d6) !important;
}

 /* button */
 .btn-theme2{
	 color: #222;
	 font-size: 15px;
	 text-transform: capitalize;
	 padding: 5px 29px;
	 transition: all 0.3s ease 0s;
	 position: relative;
	 z-index: 2;
	 border-radius: 3px;
	 background: linear-gradient(45deg, #ffffffed, #ffffffed) !important;
	 border: none;
	 font-weight: bold;
	}
 .btn-theme2:before{
	     content: "";
	     position: absolute;
	     top: -4px;
	     left: 9px;
	     right: 9px;
	     bottom: -4px;
	     border-radius: 10px;
	     -webkit-transform: translateZ(-1px);
	     transform: translateZ(-1px);
	     border: 1px solid var(--color-theme1);
	     z-index: -1;
	     background: linear-gradient(45deg, #ffffffed, #ffffffed) !important;
}
 
 
 
 /* Header Section */
 .header-nav {
	padding: 7px 0 !important;
	background: linear-gradient(45deg, #0c1a5aed, #2369a2d6) !important;
	/* background: linear-gradient(90deg, #ffb84d, #ff9100); */
}
.header-left ul li {
    display: inline-block;
    color: #fff;
    padding: 0px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}
.header-left ul li a {
    font-size: 1.5rem;
    color: #fff
}
.header-left ul{
	padding-left:0;
}
.header-left ul li a i {
    padding-right: 6px;
    font-size: 1.5rem
}
.navigations {
	box-shadow: 0px 0px 4px rgb(0 0 0 / 12%);
	}

.fixed {
    padding: 20px 0px;
    position: fixed;
    top: -67px;
    -webkit-transform: translateY(66px);
    transform: translateY(66px);
    -webkit-transition: background-position 1s .6s, -webkit-transform .6s;
    transition: background-position 1s .6s, -webkit-transform .6s;
    transition: transform .6s, background-position 1s .6s;
    transition: transform .6s, background-position 1s .6s, -webkit-transform .6s;
    width: 100%;
    z-index: 9999;
    background: linear-gradient(45deg, #0b1f7b, #ad1f1f) !important;
}
.fixed .navbar-links li a{
	color:#fff;
}
/* .header-nav { */
	/* padding: 7px 0 !important; */
	/* background: linear-gradient(45deg, #0c1a5aed, #2369a2d6) !important; */
/* } */
.header-left ul li {
    display: inline-block;
    color: #fff;
    padding: 0px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}
.header-left ul li a {
    font-size: 1.5rem;
    color: #fff
}
.header-left ul{
	padding-left:0;
}
.header-left ul li a i {
    padding-right: 6px;
    font-size: 1.5rem
}
 
  /* Button  */
 .button-custom {justify-content: end;display: flex;}
.button-custom span:last-child {
   margin-right: 0;
}
.button-custom span {
   color: #fff;
   font-size: 15px;
   text-transform: capitalize;
   padding: 7px 29px;
   transition: all 0.3s ease 0s;
   position: relative;
   z-index: 2;
   border-radius: 3px;
   background: linear-gradient(45deg, #0c1a5aed, #2369a2d6) !important;
}
.button-custom span:before {
   content: "";
   position: absolute;
   top: -4px;
   left: 9px;
   right: 9px;
   bottom: -4px;
   border-radius: 10px;
   -webkit-transform: translateZ(-1px);
   transform: translateZ(-1px);
   border: 1px solid var(--color-theme1);
   z-index: -1;
   background: linear-gradient(45deg, #0c1a5aed, #2369a2d6) !important;
}


.contai {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: right;
    -ms-flex-align: right;
    align-items: right
}

.contai ul li {
    display: inline-block;
    list-style: none;
    padding-left: 10px;
}

.contai ul li:nth-child(1)a {
    color: #3b5988
}

.contai ul li:nth-child(2)a {
    color: #00aced
}

.contai ul li:nth-child(3)a {
    color: #dd4b39
}

.contai ul li:nth-child(4)a {
    color: #007bb6
}

.contai ul li:nth-child(5)a {
    color: #00aff0
}

.contai ul li a {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    font-size: 18px;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #fff;
}

.contai ul li a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: #231f20
}

.contai ul li a:hover::before {
    left: 0;
    color: #fff
}

.contai ul li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1) rotateY(0deg);
    transform: translate(-50%, -50%) scale(1) rotateY(0deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff
}


.navbars-menus {
    position: relative
}

.fixedheader a img {
    height: 88px;
    /* position: absolute; */
    /* top: -11px; */
    /* z-index: 99; */
    /* background: red; */
    /* padding: 5px; */
    /* border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
    /* background: var(--color-theme2); */
}

.menusbars {
    padding: 0;
    position: relative
}

.navbar-links li {
    padding: 0px 1px;
}

.navbar-links li a {
    padding: 6px 8px !important;
    font-size: 14px;
    position: relative;
    z-index: 2;
    font-weight: 600;
    margin: 0 6px;
    background: red;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
}

.navbar-links li a:hover::before{
	    opacity: 1;
    bottom: 3px;
	    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-links li a:hover::after {
      opacity: 1;
    width: 100%;
	    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-links li a::before {
   content: '';
   position: absolute;
  
}
.navbar-links li a::after{
      content: "";
      position: absolute;
    
}
.navbar-links li .inner-menus a {
    /* padding: 5px 8px !important; */
    /* background-color: #d87817; */
    /* color: #fff; */
    /* border-bottom: 1px solid #d5c4c4; */
    /* margin: 0; */
    /* font-size: 13px; */
    padding-left: 0;
    margin-left: 0;
    border-radius: 0;
}

.navbar-links li .inner-menus a::before {
    display: none
}

.navbar-links li .inner-menus a::after {
    display: none
}

.navbar-links li .inner-menus {
   display: block !important;
   top: 100%;
   left: 0;
   width: 260px;
   z-index: 9;
   text-align: left;
   white-space: nowrap;
   text-align: left;
   border-radius: 0 0 3px 3px;
   border: none;
   visibility: hidden;
   opacity: 0;
   -webkit-box-shadow: 0 3px 12px rgb(27 31 35 / 15%);
   -moz-box-shadow: 0 3px 12px rgba(27,31,35,.15);
   box-shadow: 0 3px 12px rgb(27 31 35 / 15%);
   -webkit-transition: opacity .35s,-webkit-transform .35s;
   -moz-transition: opacity .35s,-webkit-transform .35s;
   -ms-transition: opacity .35s,-webkit-transform .35s;
   -o-transition: opacity .35s,-webkit-transform .35s;
   transition: opacity .35s,-webkit-transform .35s;
   -webkit-transform: translate3d(0,-15px,0);
   -moz-transform: translate3d(0,-15px,0);
   -o-transform: translate3d(0,-15px,0);
   transform: translate3d(0,-15px,0);
   padding: 0px;
   z-index: 99999;
}

.navbar-links li:hover .inner-menus {
       display: block;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
}

.get-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: right;
    -ms-flex-align: right;
    align-items: right
}

.get-btn .comman-btn {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
    padding: 8px 39px;
    border-radius: 5px;
    color: #fff;
    background: var(--color-theme1);
    overflow: hidden;
    position: relative
}

	
/*---------------------------------------
   Sliders      
 -----------------------------------------*/
.slider-main .carousel-control-next, .carousel-control-prev{
	width: 0%;
	}
.slider-main .carousel-control-prev,
.slider-main .carousel-control-next {
   opacity: 1;
   width: auto;
   bottom: 25%;
   top: auto;
}
.slider-main .carousel-control-prev {
   left: 50px;
}
.slider-main .carousel-control-next {
   right: auto;
   /* left: 110px; */
   right: 50px;
   }
.slider-main .carousel-control-prev span {
   height: 50px;
   width: 50px;
   line-height: 50px;
   font-size: 25px;
   border-radius: 50px;
   transition: all 300ms ease;
   color: #fff;
   background: #131730;
   background: linear-gradient(45deg, #0c1a5aed, #2369a2d6) !important;
}
.slider-main .carousel-control-next span {
   height: 50px;
   width: 50px;
   line-height: 50px;
   font-size: 25px;
   border-radius: 50px;
   transition: all 300ms ease;
   color: #fff;
   background: #131730;
   background: linear-gradient(45deg, #0c1a5aed, #2369a2d6) !important;
}

.slider-area .slider-content .item-subtitle {
   font-size: 15px;
   font-weight: 700;
   color: #ff9933;
   width: 40%;
   padding-left: 20px;
   font-family: "Barlow", sans-serif;
}

#slider-section .carousel-item {
    position: relative
}

#slider-section .carousel-control-next,
#slider-section .carousel-control-prev {
    opacity: 1
}

#slider-section .slider-main .carousel-control-prev {
    left: 50px
}

#slider-section .slider-main .carousel-control-prev span,
#slider-section .slider-main .carousel-control-next span {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 25px;
    border-radius: 3px;
    background-color: #0eabe3;
    color: #fff
}

#slider-section .slider-main .carousel-control-prev,
#slider-section .slider-main .carousel-control-next {
    opacity: 1
}
#slider-section .carousel-item{
	position:relative;
}
#slider-section .carousel-item:before{
	    content: "";
	    position: absolute;
	    top: 0;
	    height: 100%;
	    width: 100%;
	   
	    overflow: hidden;
}
.book-form{
	position: relative;
	background: #42485a;
	padding: 50px 0 !important;
	background: linear-gradient(#42485aed, #42485ad9), url(../images/silder-1.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.minus, .plus {
    width: 54px;
    height: 43.5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    padding: 2px 0;
    font-size: 22px;
}
.ticket-book .modal-body .type-input {
    border: 1px solid #ddd;
    width: 34px;
}
/* heading */
.heading.left {
    text-align: left;
}
.heading {
    font-weight: 800;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    padding: 0px 0px 0px 0px;
    color: #343a40;
    font-family: 'Kanit', sans-serif;
}
.heading.left::before {
    right: auto;
}
.heading::before {
    content: "";
    position: absolute;
    height: 4px;
    width: 100px;
    background: #132738;
    border-radius: 4px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: none;
}
.heading::after {
    display: none;
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    background: #fff;
    border: 8px solid #132738;
    border-radius: 50%;
    left: 0;
    bottom: -6px;
    right: 0;
    margin: auto;
}
.heading.left::after {
    right: auto;
    -webkit-animation: headings_left 3s linear infinite;
    animation: headings_left 3s linear infinite;
}
.heading span b {
    background: linear-gradient(135deg, #11394a 0, #fd590c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
}

/* About Section */
.about-section, .pt-6,.pb-6{
	padding:80px 0;
	position: relative;
}
.about-section:before {
    content: "";
    /* background: url(../images/h1-background-2.jpg); */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: left top;
    z-index: -1;
    filter: brightness(0.94);
    background-size: 44px;
}
.about-section .about-activities{
    border: 1px solid rgb(196, 196, 196);
    padding: 10px 25px;
    width: 16%;
    margin: 0px 4px 0px 3px;
}

.most-type{
  background-size: cover;
  background-position: 19% 27%;
}

.icon-box-block {
  background-color: #ffffff;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #f0f0f0;
  padding: 30px 25px 30px 25px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
}
.icon-box-block:after {
  background: url(../images/1.png);

   opacity:0.2;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: -35px;
  background-repeat: no-repeat;
  left: 0;
  z-index: -1;
  content: "";
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.icon-box-block img {
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.icon-box-block:hover img {
  -moz-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.icon-box-block:hover:after {
  -moz-transform: scale(1.08) translate(0px, -8px);
  -o-transform: scale(1.08) translate(0px, -8px);
  -ms-transform: scale(1.08) translate(0px, -8px);
  -webkit-transform: scale(1.08) translate(0px, -8px);
  transform: scale(1.08) translate(0px, -8px);
}

.icon-box-two .icon {
  background: #E41F7A;
  border-radius: 6px;
  width: 84px;
  height: 84px;
  line-height: 84px;
  float: left;
  text-align: center;
}
.icon-box-two .icon span:before {
  font-size: 48px;
  color: #fff;
}
.icon-box-two .icon-details {
  margin-left: 110px;
}
/* offer-section */
.offer-section{
	    background: linear-gradient(#f69159c9, #f69159cf), url(../images/bg-newlleter.jpg);
}
.offer-section h2{
	    font-size: 250px;
    font-family: 'Kanit', sans-serif;
}
.ftl{
	 font-family: 'Kanit', sans-serif;
}
.why-box{
	    text-align: center;
	    padding: 20px 40px;
	    box-shadow: 0px 5px 20px -10px rgb(0 0 0 / 20%);
	    border-radius: 7px;
	    background: #f6fcff;
	    background-image: url(../images/bg-service2-1.png) !important;
	    background-position: bottom right !important;
	    background-repeat: no-repeat !important;
}
.pb-50 ,.pt-50{
	padding: 50px 0 !important;
}
.maps{
	    /* position: absolute; */
	    /* height: 40px; */
	    /* top: -62px; */
	    /* width: 164px; */
	    /* transform: rotateZ(348deg); */
}
/* Special-Activities*/
.Special-Activities{
	    /* background: linear-gradient(#181810ab, #31221acf), url(../images/silder-1.png); */
	    background-size: cover;
	    background-repeat: no-repeat;
}
.Special-Activities .heading::before {
    background: #ffffff;
	border-color: #fff;
}
.Special-Activities .heading::after {
    background: #ffffff;
	border-color: #fff;
}
.Special-Activities 
.team-item {
    width: 100%;
    align-items: center;
    justify-content: center;
    /* background-color: #fff; */
    text-align: center;
    border-radius: 1px;
    padding: 15px 15px;
    overflow: hidden;
    position: relative;
    border: 1px solid #f7f7f7;
    box-shadow: 0 0 10px rgb(0 0 0 / 21%);
}

.team-item .item--inner {
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    padding: 0px;
    border-radius: 2px;
    position: relative;
    border: 1px solid #eeebeb;
}

.team-item .item--inner .item--image {
    position: relative;
    overflow: hidden;
}

.team-item .item--inner .item--image img {
     transition: 0.5s ease-in;
     margin: 0;
     padding: 0;
     height: 350px;
     width: 100%;
     object-fit: cover;
}

.team-item .item--inner .item--image:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-repeat: repeat-x;
    background: url(../images/img-dotted.png);
    transition: 0.5s ease-in;
}
.team-item .item--inner .item--image:before{
	    content: "";
	    left: 0;
	    right: 0;
	    bottom: 0;
	    z-index: 0;
	    position: absolute;
	    top: 0;
	    height: 100%;
	    width: 100%;
	    transition: 0.5s ease-in;
}
.team-item .item--inner .item-holder {
    /* position: absolute; */
    bottom: 54px;
    width: 100%;
    left: 0;
    padding: 10px 34px;
}

.team-item .item--inner .item--title {
    font-size: 9px;
    margin-bottom: 0px;
    font-family: 'Kanit', sans-serif;
}

.team-item .item--inner .item--title a {
    font-size: 18px;
    font-weight: 900;
    /* color: #ffff; */
}

.team-item .item--position {
    font-size: 19px;
    margin-bottom: 7px;
}

.team-item .item--social {
    bottom: 20px;
    padding: 0;
    width: 100%;
    left: 0;
    text-align: center;
}

.team-item .item--social .inner-social {
    display: inline-block;
}

.team-item .item--social a {
    background-color: #ff4880;
    color: #fff;
    font-size: 15px;
    margin: 0;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    margin: 3px 4px;
    cursor: pointer;
}
#slider-section .carousel-item img{
	height: 520px;
    object-fit: fill;
}
#our-teacher .item--social a:nth-child(1) {
    margin-left: 0;
    border: 1px solid #0c95d2;
    background-color: #1ab9ff;
}

#our-teacher .item--social a:nth-child(2) {
    border: 1px solid #dda702;
    background-color: #ffc000;
}

#our-teacher .item--social a:nth-child(3) {
    border: 1px solid #f64242;
    background-color: #f66;
}

#our-teacher .item--social a:nth-child(4) {
    border: 1px solid #96b740;
    background-color: #abcd52;
}

#entrollment-sec2 {
    background-color: #abcd52;
    padding: 35px 0;
}















/* Footer */
#main-footer {
    padding: 44px 0px;
    background-repeat: no-repeat;
    /* background: linear-gradient(45deg, #c4a0a0ed, #ffffffd6) !important; */
    position: relative;
    /* background: #f2f2f2 !important; */
    background: linear-gradient(45deg, #0b5a7b, #03151d) !important;
}
#main-footer:after{
       content: "";
       position: absolute;
       background-size: 480px !important;
       opacity: .1;
       background: url(../images/double-bubble-outline.webp);
}
#footer {
    color: #a9a9a9 !important;
    background: rgb(32, 35, 46) none repeat scroll 0% 0% !important;
    padding: 60px 0px 50px;
}

.f-about {
    float: left;
    width: 100%;
}

.f-about img {
    margin-bottom: 8px;
    border-radius: 10px;
}

.f-about .f-media {
    padding-left: 0;
}

.f-about .f-media li {
    display: inline-block;
    padding-right: 5px;
}

.f-about .f-media li a {
    color: #fff;
    border: 1px solid #7c7c7c;
    border-top-color: rgb(124, 124, 124);
    border-right-color: rgb(124, 124, 124);
    border-bottom-color: rgb(124, 124, 124);
    border-left-color: rgb(124, 124, 124);
    display: block;
    height: 28px;
    line-height: 26px;
    text-align: center;
    width: 28px;
    border-radius: 4px;
    position: relative;
    margin-right: 4px;
    z-index: 1;
    padding: 0;
}



.f-about {
    float: left;
    width: 100%;
}

.f-about .para-about {
    text-align: left;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.67;
    color: #fff;
}

.f-about .f-media li {
    display: inline-block;
    padding-right: 5px;
}

.f-about .f-media li a {
    display: inline-block;
    width: 34px;
    height: 34px;
    overflow: hidden;
    text-align: center;
    line-height: 34px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 3px;
    color: #fff;
}

.f-about .f-media li a:nth-child(1){background:#1ab9ff;}
.f-about .f-media li a:nth-child(2){background:red;}
.f-about .f-media li a:nth-child(3){background:#f66;}
.f-about .f-media li a:nth-child(4){background:#abcd52;}
.comman-links {
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 500;
    font-family: 'Kanit', sans-serif;
    padding-left: 11px;
}
.comman-links:before{
	    background-color: #fff;
	    content: "";
	    height: 18px;
	    width: 3px;
	    position: absolute;
	    top: 7px;
	    left: 0;
}
.qulik-links {
    float: left;
    width: 100%;
}

.qulik-links .footer-link {
    padding-left: 0;
}

.qulik-links .footer-link li {
    margin-bottom: 0;
    padding: 11px 0px 4px;
}

.qulik-links .footer-link li a {
    color: #fff;
    font-size: 15px;
    position: relative;
    font-weight: 600;
}

.qulik-links .footer-link li a i {
    margin-right: 13px;
    font-size: 13px;
}
.address-widget .add-number li a {
    display: block;
    font-weight: 400;
    padding: 4px 0px 4px 0px;
    /* text-transform: capitalize; */
    width: calc(100% - 30px);
    float: left;
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    padding-left: -5px;
}
.add-number li i {
    width: 30px;
    margin-top: 9px;
    float: left;
    color: #fff;
    font-size: 17px;
}

.footer-bottom {
  background: #000000;
  padding: 1.8em 0;
  color: #fff !important;
}

.footer-bottom .col-md-6:nth-child(1) {
  padding-right: 10px;
  /* text-align: right; */
  color: #fff;
}

.footer-bottom .col-md-6 p {
  margin: 0px;
  color: #fff;
  font-size: 16px;
}

.designimg {
  text-align: left;
  border-left: 1px solid #898989;
  padding-left: 10px;
  display: flex;
}

.imglogo {
  height: 26px;
  padding-left: 20px;
}
.whatsapp_integration {
   position: fixed;
   bottom: 31px;
   right: 235px;
   background-color: #d87817;
   color: #000 !important;
   text-align: center;
   padding: 1px !important;
   line-height: 1;
   width: 182px;
   z-index: 9999;
   height: 42px !important;
   display: flex !important;
   align-items: center;
   justify-content: center;
   border-radius: 10px;
}
.whatsapp_integration i {
   font-size: 15px;
   color: #fff;
}
.whatsapp_integration span{
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    margin-right: 4px;
    width: auto;
    padding: 0px 7px;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
}
.plan-btn {
   position: fixed;
   bottom: 31px;
   /* right: 21px; */
   background-color: #166fad;
   color: #fff;
   text-align: center;
   padding: 1px !important;
   line-height: 1;
   z-index: 9999;
   height: 42px !important;
   display: flex !important;
   align-items: center;
   justify-content: center;
   border-radius: 10px;
   border: 1px solid;
}
.plan-btn i {
   font-size: 15px;
   color: #fff;
}
.plan-btn span{
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    margin-right: 4px;
    width: auto;
    padding: 0px 7px;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
}
.plan-btn:hover{
	
}
#package-boxs{
    padding: 40px 0 !important;
    z-index: 9999;
    /* border-radius: 26px; */
    position: relative;
    background: linear-gradient(90deg, #ff91004a, #ffb84d82);
}
.package-wrap {
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
    margin-bottom: 24px;
    position: relative;
    border: 1px solid #e2e0e0;
	transition: .5s all cubic-bezier(0.42, 0, 0, 1.49);
		
}
.package-wrap:hover{
	transform: scale(0.9);
	transition: .5s all cubic-bezier(0.42, 0, 0, 1.49);
}
.package-wrap .package-price {
    background-color: #4b9213;
    position: absolute;
    top: -13px;
    right: 0;
    border-radius: 19px;
}
.package-wrap .package-price h6 {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.1;
    margin-bottom: 0;
    padding: 8px 16px;
	    margin: 0 0 15px;
}
.package-wrap .package-price h6 {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.1;
    margin-bottom: 0;
    padding: 8px 16px;
}
.package-content{padding: 0 15px 15px;}
.package-content a{text-transform: capitalize;}
.package-content h3{}
.package-meta {
}
.package-meta ul {
    font-size: 0;
    margin: 0;
    padding: 0;
}
.package-meta ul li:first-child {
    padding-left: 0;
}

.package-meta ul li {
    color: #583e3e;
    display: inline-block;
    font-size: 15px;
    line-height: 1.1;
    padding: 0 12px;
    position: relative;
    font-weight: 500;
}

.gallery-box {
  padding: 15px;
  box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 15%);
  margin-bottom: 20px;
}
.gallery-img {
  overflow: hidden;
  text-align: center;
}
.gallery-img img {
  transition: all 0.3s linear;
  width: 100%;
  object-fit: cover;
  height: 200px;
}
.gallery-box:hover .gallery-img img {
  transform: scale(1.2);
  transition: all 0.3s linear;
}
.gallery-anchor {
  transition: all 0.3s linear;
}
.gallery-text {
  margin-top: 15px;
}
.gallery-text h4 {
  font-size: 18px;
}

/* gallery */
.gallery-card {
 position:relative;
 margin-bottom:20px;
}

.gallery-card .gallery-zoom {
 font-size:17px;
 position:absolute;
 top:50%;
 left:50%;
 -webkit-transform:translate(-50%,-50%);
 transform:translate(-50%,-50%);
 opacity:0;
 width:50px;
 height:50px;
 border-radius:50%;
 overflow:hidden;
 -webkit-transition:all .3s linear;
 transition:all .3s linear;
 pointer-events:none
}
.gallery-card .gallery-zoom a {
 color:#0067da;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 width:100%;
 height:100%;
 background:#fff
}
.gallery-card:hover:before {
 opacity:1;
 pointer-events:all
}
.gallery-card:hover .gallery-zoom {
 opacity:1;
 -webkit-transform:translate(-50%,-50%) rotateY(360deg);
 transform:translate(-50%,-50%) rotateY(360deg);
 pointer-events:all
}
.gallery-card-thumb {
 border-radius:3px;
 overflow:hidden
}
.image-frame {
 position:relative
}
.image-frame:before {
 content:"";
 width:100%;
 height:100%;
 position:absolute;
 top:0;
 left:0;
 background-image:url(../images/shapes/frame-2.png);
 background-size:100% 100%
}
.image-frame.image-frame-2:before {
 background-image:url(../images/shapes/frame-1.png)
}
  /* coman banner */
.inner-banner-wrap {
    padding-bottom: 50px;
}
.inner-baner-container {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 121px 0 150px;
    text-align: center;
    position: relative;
    padding: 4rem 0;
    background-image: url(../images/pattern-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 4rem;
}
.inner-baner-container:before {
    background-color: #15151517;
    content: "";
    display: block;
    opacity: 0.65;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.inner-baner-container .inner-banner-content {
    position: relative;
    color: #ffffff;
}
.inner-baner-container .inner-title {
    color: #2369a2d6;
    line-height: 1.1;
    font-size: 36px;
    font-weight: 900;
    font-family: 'Kanit', sans-serif;
}
.inner-shape {
    /* background-image: url(../images/slider-pattern.png); */
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    /* height: 150px; */
    width: 100%;
    /* margin-top: -100px; */
    position: relative;
}
.about-packages{
	padding: 50px 0 20px;
	background: #f7f7f7;
}

.development_services_box {
      background: #fff;
    padding: 25px;
    transition: box-shadow .2s ease,z-index 0s .2s ease;
    text-align: center;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    z-index: 2;
    border-bottom: 3px solid #dee2e6;
}
.development_services_box:after {
    content: "";
    position: absolute;
    right: -20%;
    left: -20%;
    bottom: 0;
    background-color: #0c1a5aed;
    height: 251px;
    top: -191px;
    border-radius: 0 0 50% 50%;
}
 .development_services_box .ios_ico {
   height: 80px;
   display: flex;
   justify-content: center;
   width: 80px;
   align-items: center;
   margin: 0 auto 10px;
   background-color: #fff;
   border-radius: 50px;
   z-index: 99999;
}

 .ios_ico img {
    width: 108px;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    z-index: 99999;
    border: 1px solid #f5f5f5;
}
.howtoreach{
	padding: 50px 0 20px;
    background: #f7f7f7;
}
.bgim{
	background: linear-gradient(rgb(22 34 64 / 77%), rgb(0 0 0 / 79%)), url(../images/slider-4.jpg);
    padding: 40px 0 !important;
}
.devolopements-benefits-box {
    border: 1px solid #ffe8e8;
    transition: .5s;
}
.devolopements-benefits-box-count {
    position: absolute;
    left: -25px;
    height: 50px;
    background-color: #d87817;
    width: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: #fff;
    font-size: 24px;
    transition: .5s;
}
.seen-more{
	    font-style: normal;
	    font-weight: bold;
	    font-size: 16px;
	    line-height: 25px;
	    color: #ff6612;
	    background: url(../image/read-more.png) no-repeat 100% 11px;
	    border: 0;
	    padding-right: 15px;
	    cursor: pointer;
}
.mission-sec{
	    background: #f6f6f6;
}

 /* Contact Us */

 /* contact */
 #contact-sec{
	     background-color: #f4f6f9;
	     padding: 63px 0px 64px;
	}
.contact-head{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	}
.contact-head h2{
	text-transform: uppercase;
	font-size: 26px;
	letter-spacing: 1px;
	color: #ff4f01;
	margin-bottom: 10px;
	font-weight: 800;
	}
.one-third{
	float: left;
	width: 100%;
	text-align: center;
	padding: 30px 30px 17px 30px;
	box-shadow: 0 0 10px 0 rgba(41,61,88,.1);
	background: #fff;
	position: relative;
	min-height: 207px;
	border: 3px solid #d1d1d1;
	border-radius: 10px;
	}
.one-third .ico_box{
	background: #131d3b;
	width: 50px;
	height: 50px;
	transform: rotate(-45deg);
	margin: auto;
	text-align: center;
	margin-bottom: 25px;
	}
.one-third .ico_box i{
	font-size: 24px;
	line-height: 50px;
	color: #fff;
	background: #131d3b;
	width: 50px;
	height: 50px;
	transform: rotate(45deg);
	}
.one-third .cont_det{
	width: 100%;
	float: left;
	}
.one-third h2{
	color: #131d3b;
	font-size: 21px;
	text-transform: capitalize;
	margin: 0;
	padding: 0 0 10px;
	font-weight: bold;
	}
.one-third p{
	font-size: 16px;
	margin: 0px 0px;
	}

#maps-both-form{padding: 30px 0px 30px;}	

 .form-text-tittle{
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 5px;}
.text-inputs{
	font-size: 15px;
	margin-bottom: 35px;
	height: 40px;
	border-radius: 0;
}
.apply-btn{
    float: left;
    width: 100%;
}
.apply-btn input.submit-buttons{
    padding: 9px 25px 9px 25px;
    font-size: 14px;
    background: #ff4f01;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0px;
    border: none;
}


.maps-directions{}
.maps-directions input{
	    border-left: 4px solid #e09c19;
	    padding: 9px 10px !important;
	    font-size: 23px;
	    height: 51px !important;
}
.maps-directions textarea{
	    border-left: 4px solid #e09c19;
	    padding: 9px 10px !important;
	    font-size: 23px;
	    height: 126px !important;
}
.maps-directions select{
	    font-weight: bold;
	    border-left: 4px solid #e09c19;
	    padding: 9px 10px !important;
	    font-size: 15px;
	    height: 51px !important;
}
.maps-directions option{
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
}
.maps-directions label{
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
}
.box-left{
	background: #fefefe;
    box-shadow: 0 0 95px 0px rgb(0 0 0 / 10%);
    padding: 30px;
    border-radius: 0.25rem;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    text-align: center;
    position: relative;
}
.box-right{
	background: #fefefe;
    box-shadow: 0 0 95px 0px rgb(0 0 0 / 10%);
    padding: 30px;
    border-radius: 0.25rem;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    text-align: center;
    position: relative;
}
.single-Package-section{}
.single-Package-section .single-tour-inner{}
.single-Package-section .single-tour-inner .h2{
	    /* display: flex; */
	    /* justify-content: space-between; */
	    background: #e2ecf5;
	    padding: 10px 6px;
	    /* align-items: center; */
	    border-left: 5px solid #7e2827;
	    position: relative;
}
.single-Package-section .single-tour-inner{
	overflow: hidden;
	position: relative;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	padding: 10px 10px;
	margin-bottom: 20px;
	border-radius: 10px;
}
.single-tour-inner .package-meta {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
.package-meta {
    background: linear-gradient(45deg, #0c1a5aed, #2369a2d6) !important;
    margin-bottom: 25px;
    padding: 15px 0;
    position: relative;
}
.package-meta ul {
    font-size: 0;
    margin: 0;
    padding: 0;
}
.single-tour-inner .package-meta ul li {
    font-size: 15px;
    padding: 0 30px;
}
.package-meta ul li:first-child {
    padding-left: 0;
}
.package-meta ul li {
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    line-height: 1.1;
    padding: 0 12px;
    position: relative;
}
.package-meta ul li:before {
    color: #BBBBBB;
    content: "|";
    line-height: 0.8;
    position: absolute;
    right: -3px;
	font-size: 20px;
    color: #DDDDDD;
    top: -2px;
    top: 0;
}
.package-meta ul li i{
    margin-right: 4px;
}
.single-tour-inner-right{
	    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    padding: 10px 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.raking-listing {
    margin-bottom: 15px;
    background: #ebfbfd;
}
.raking-listing li {
    display: flex;
    justify-content: space-between;
    background: #e2ecf5;
    padding: 5px 6px;
    align-items: center;
    font-size: 14px;
    color: #222;
    border-left: 5px solid #7e2827;
    font-weight: 700;
    position: relative;
    margin-bottom: 8px;
}
.h2{
	justify-content: space-between;
	background: #e2ecf5;
	padding: 10px 6px;
	border-left: 5px solid #7e2827;
	position: relative;
}
.raking-listing a {
    font-weight: 600;
    font-size: 13px;
    margin: 8px 0;
    color: #7e2827;
    text-transform: uppercase;
}
.raking-listing a i{
    padding-right: 10px;
}

.package-details{
    margin-bottom: 12px;
    border: none;
}
.package-details li a{
	margin: 0 5px 5px 5px;
	padding: 6px 18px 9px;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #f2f2f2 !important;
	border-radius: 7px !important;
	background: linear-gradient(45deg, #0c1a5aed, #2369a2d6) !important;
	color: #fff !important;
	width: 120px;
	text-align: center;
}
.description-list ul li{
    font-weight: 600;
    font-size: 15px;
    margin: 8px 0;
    text-transform: capitalize;
}


 /******---- Product ---- ******/

 .product-outer {
     border: 4px solid #eaeaea;
     background: #fff;
     position: relative;
     padding-bottom: 20px;
     -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
     -ms-border-radius: 8px;
     -o-border-radius: 8px;
     border-radius: 8px;
     overflow: hidden;
     padding: 10px;
 }

 .product-outer .products-items .grid-view_image {
     display: inline-block;
     width: 100%;
     text-align: center;
     position: relative;
     background: #f3f3f3;
 }

 .product-outer:hover {
     box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
 }



 .product-outer .product-groups {
     padding-top: 11px !important;
     text-align: center;
 }

 .product-outer .product-groups .product-description .product-title a {
     padding-top: 14px;
     text-align: center;
     font-size: 15px;
     font-weight: bold;
     -webkit-line-clamp: 1;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
     font-size: 15px;
     z-index: 9999;
     position: relative;
 }

 .product-outer .product-groups .product-description .product-group-price {
     margin-bottom: 8px;
 }

 .product-outer .product-groups .product-description .product-group-price .price {
     font-weight: 700;
     color: #222;
     margin-right: 5px;
     font-size: 14px;
 }

 .product-outer .product-groups .product-description .product-group-price .regular-price {
     color: #acacac;
     text-decoration: line-through;
     font-weight: 500;
     font-size: 14px;
 }

 .product-outer .product-groups .product-buttons .add_to_cart {
     color: #222;
     -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;
     text-transform: uppercase;
     font-size: 12px;
     font-weight: 900;
     text-align: center;
     background: #d87817;
     padding: 8px 25px;
     -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
     -ms-border-radius: 40px;
     -o-border-radius: 40px;
     border-radius: 10px;
     cursor: pointer;
     border: none;
 }

 .product-outer .product-groups .product-buttons .add_to_cart i {
     margin-left: 0;
     margin-right: 5px;
     font-size: 14px;
     color: #fff;
 }

 .product-outer .product-groups .product-buttons .add_to_cart span {
     font-size: 13px;
     transition: all 0.3s ease-in-out;
     color: #fff;
 }


 .functional-buttons {
     position: absolute;
     font-size: 0;
     z-index: 9;
     bottom: 150px;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     right: 13px;
     left: auto;
 }

 .functional-buttons .alignment-btns {
     --webkit-transform: translateX(50px);
     -moz-transform: translateX(50px);
     -ms-transform: translateX(50px);
     -o-transform: translateX(50px);
     transform: translateX(50px);
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     transition-delay: 0s;
     opacity: 0;
     -ms-opacity: 0;
     -o-opacity: 0;
     -moz-opacity: 0;
     -webkit-opacity: 0;
     filter: alpha(opacity=0);
     visibility: hidden;
     font-size: 14px;
 }

 .functional-buttons .alignment-btns a {
     pointer-events: auto;
     width: 40px;
     height: 40px;
     text-align: center;
     padding: 0;
     border-radius: 15px;
     display: block;
     color: #000;
     transition: all .4s;
     position: relative;
     margin-bottom: 10px;
     background: #fff;
     -webkit-transition: all ease 0.4s;
     -moz-transition: all ease 0.4s;
     -ms-transition: all ease 0.4s;
     -o-transition: all ease 0.4s;
     transition: all ease 0.4s;
     border: 2px dashed #34bb54;
     line-height: 34px;
 }

 .functional-buttons i {
     display: inline-block;
     vertical-align: middle;
     margin: auto;
     color: #333;
     font-weight: 700;
     font-size: 16px;
 }
.welcome-open .close {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 26px;
    height: 26px;
    z-index: 1;
    background: #d87817;
    color: #fff;
    opacity: 1;
    border-radius: 0 5px 0 26px;
    padding-left: 10px;
    text-shadow: none;
    background-image: none !important;
    margin: 0 !important;
}
.welcome-open .modal-body{
	 border: 7px solid #f9f9f9;
    border-radius: 10px;
    text-align: center;
    background: #e8e8e8;
}
.welcome-open .modal-body > img{
	filter: hue-rotate(45deg);
}
.welcome-open{
	z-index:999999;
}
.welcome-open .modal-dialog {
    max-width: 413px;
    /* margin: 5.75rem auto; */
}

/* Testimonials */	
#testimonials {
	    background: linear-gradient(rgb(0 0 0 / 69%), rgb(3 5 9 / 76%)), url(../images/testimonials-bg.jpg);
	    padding-top: 50px;
	    padding-bottom: 20px;
}
#testimonials .testimonials-subtittle{
	float: left;
    width: 100%;
    text-align: center;
}
#testimonials .testimonials-subtittle h2{
	color: #fff;
	font-size: 22px;
	line-height: 41px;
	letter-spacing: 0.5px;
}
#testimonials .testimonials-subtittle p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #fff;
}
.testimonials.layout-1 {
    background-color: #fff;
    padding: 19px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.08);
    margin-bottom: 45px;
    transition: all .3s ease-in-out;
    border: 10px solid #166fad;
    border-radius: 4px;
}

.testimonials.layout-1 .icon {
    width: 26px;
    height: 25px;
    margin: auto;
    background-image: url(../images/testimonials-icon.png);
    background-repeat: no-repeat;
}
.testimonials.layout-1 .testimonials-text {
    padding: 11px 0px;
    font-size: 16px;
    line-height: 24px;
}	
.testimonials.layout-1 .pic-content .testimonials-thum {
    margin-bottom: 10px;
}
.testimonials.layout-1 .pic-content .testimonials-thum img {
    border-radius: 50px;
}
.testimonials.layout-1 .pic-content .testimonials-thum img {
    border-radius: 50px;
}		
.testimonials.layout-1 .pic-content .testimonialsname {
    border-radius: 50px;
    font-size: 19px;
    font-weight: bold;
}	

 /* Arrow Section */
.common-arrow{
    position: relative;
}
.common-arrow .owl-nav {
    position: absolute;
    display: flex;
    z-index: 999;
    height: auto;
    justify-content: space-between;
    align-items: flex-start;
    inset: -57px 4px auto auto;
}
.common-arrow .owl-nav button[class*=owl-] {
    font-size: 20px;
    background: #d87817;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0px 5px;
    transform-style: preserve-3d;
    position: relative;
}
.common-arrow .owl-nav button[class*=owl-] i {
    transform: translateZ(20px);
    display: block;
    color: #fff;
    font-size: 17px;
}

	

        header {
            background: #ffcb05;
            padding: 30px 20px;
            text-align: center;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        header h1 {
            font-size: 2.5rem;
            color: #6b2e1a;
            margin-bottom: 10px;
        }

        header p {
            font-size: 2rem;
            color: #333;
        }

        .arti-container {
            max-width: 900px;
            margin: 40px auto;
            padding: 20px;
            background: #fff8f0;
            border-radius: 12px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        }

        .arti-container h2 {
            text-align: center;
            color: #6b2e1a;
            margin-bottom: 20px;
            font-size: 2rem;
        }

        .arti-text {
            font-size: 1.1rem;
            color: #444;
            white-space: pre-line; /* Preserves line breaks */
        }

        @media (max-width: 768px) {
			
            header h1 {
                font-size: 2rem;
            }

            .arti-container h2 {
                font-size: 1.5rem;
            }

            .arti-text {
                font-size: 1rem;
            }
        }
		
	
		
		
   /* Breakpoints Device // bp = breckpoints
	  // sm = small
	  // md = medium
	  // lg = large
	  // xl = extra large
	  // xxl = extra extra large
  */
   /* No media query for `xs` since this is the default in Bootstrap */
	 /* Small devices (landscape phones, 576px and up) */
	 @media (min-width: 576px) {
	

   
	 }
	 /* // Medium devices (tablets, 768px and up) */
	 @media (min-width: 768px) {
	 
	 }
	 /* // Large devices (desktops, 992px and up) */
	 @media (min-width: 992px) {
	   
	 }
	 /* // X-Large devices (large desktops, 1200px and up) */
	 @media (min-width: 1200px) {
	     
	 
	 }
	 
	 /* // X-Large devices (large desktops, less than 1400px) */
	
	
	 /* // XX-Large devices (larger desktops, 1400px and up) */
	 @media (min-width: 1400px) {
		
	 }
	 
	   /* // X-Large devices (large desktops, less than 1400px) */
       @media (max-width: 1399.98px) {
	   
	 }
	   
	   /* // Large devices (desktops, less than 1200px) */
	   @media (max-width: 1199.98px) {
      
	   }
	   
	   /* // Medium devices (tablets, less than 992px) */
	   @media (max-width: 991.98px) {
		


	   }
	   
	   /* // Small devices (landscape phones, less than 768px) */
	   @media (max-width: 767.98px) {
		
	}
	   
	   /* // X-Small devices (portrait phones, less than 576px) */
	   @media (max-width: 575.98px) {
		 
		   	#slider-section .carousel-item img {
				height: 202px;
				object-fit: fill;
			}
			.why-box {
				padding: 15px 15px;
			}
			.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    /* box-shadow: 0 0 0 .25rem; */
    border: 3px solid #222;
}
	.inner-baner-container .inner-title {
   
font-size: 22px;
}	   
	.inner-baner-container {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0 28px;
    text-align: center;
    position: relative;
}	 
  .slider-main .carousel-control-prev span, .slider-main .carousel-control-next span {
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 17px;
}
.fixedheader a img {
			height: 50px;
		}
 }
		
	
  