
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&family=Titillium+Web:wght@400;600;700;900&display=swap');



:root {
  --golden: #c09710;
  --primary-color: #e42336;
  /*--dark-color: #e77110;*/

}

@font-face {
  font-family: "Lateef";
  src: url("../fonts/Lateef-Light.ttf");
  src: url("../fonts/Lateef-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Scriptina";
  src: url("../fonts/scriptina-webfont.woff");
  src: url("../fonts/scriptina-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'Crimson Text';
  src: url("../fonts/CrimsonText-Regular.ttf");
  src: url("../fonts/CrimsonText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family:Cabin;
  src: url("../fonts/Cabin-Regular.ttf");
  src: url("../fonts/Cabin-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Oswald";
    src: url("../fonts/Oswald-VariableFont_wght.ttf") format("truetype");
  }
}
*/



body{ margin: 0; padding: 0; font-family: 'Crimson Text',sans-serif;
    /*background-color: #fff;*/
    background: url(../images/light_bg.jpg) center top;
    font-style: normal;
    font-size: 20px;
    font-weight: normal;
    color: #666;
    line-height: 28px;}

img{ max-width: 100%; }
ul,li{ list-style: none; margin: 0; padding: 0; }
a{ text-decoration: none !important; }
a {
    color: var(--dark-color);
    display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
  color: #222222;
  margin: 0px;
  font-weight: 600;
  /*font-family: "Oswald"; letter-spacing: 2px;*/
  line-height: 1.2;
}

video {
    width: 100%;
}

/*.my_navbar{font-family: "Oswald";}*/

.mb-30 {
    margin-bottom: 30px;
}

.mb-100{ margin-bottom: 100px !important; }

.pb-150{ padding-bottom: 150px; }

.fa, .fas {
     -webkit-font-smoothing: antialiased;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}


@media only screen and (min-width: 1280.98px) {

    .container { max-width: 1300px;}

}

iframe{ width: 100%; }

section{ padding: 80px 0; }

/* Scroll to top icon */

.go-top-area {position: relative;z-index: 9999;}
.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;right: 24px;
    color: #ffffff; background-color: var(--golden); box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    z-index: 9999;
    width: 40px; 
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .9s ease-out 0s;
    transition: all .9s ease-out 0s;
    border-right: 0;
}
.go-top i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}

.go-top::before {
    /*content: '';*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #4869f3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;border-radius: 100%;
}
.go-top:focus,.go-top:hover {color: #fff;}
.go-top:focus::before, .go-top:hover::before {opacity: 1;visibility: visible;}
.go-top:focus i:first-child, .go-top:hover i:first-child {opacity: 0;top: 0;visibility: hidden;}
.go-top:focus i:last-child, .go-top:hover i:last-child {opacity: 1;visibility: visible;top: 50%}
.go-top.active {
    top: 92%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    right: 20px;
}


.go-top-wrap { position: relative;}


/* Header Section Design Start */

.my_navbar{ 
   position: absolute; top: 0; width: 100%;
  border-bottom: 0; box-shadow: 0px 0px 9px 0px rgb(6 22 58 / 7%);
  z-index: 99; 
}
.my_navbar nav{ 
    position: relative; top:0; width: 100%; z-index: 9; padding: 0 16px;
    background-color: rgba(0,0,0,0.2);
}

.my_navbar .navbar-nav{ align-items: center; }

.my_navbar .navbar-brand {
    padding: 10px; position: relative; max-width: 180px;
    transition: all 0.2s ease-in-out;
}

.navbar-toggler{ background-color: #fff; }


/*.my_navbar.sticky{ position: fixed; width: 100%; top: 0; z-index: 99; }*/
.my_navbar.sticky nav {
    background-color: #000;
    top: 0;position: fixed;
}
.my_navbar.sticky .top_header{ display: none; }

.my_navbar.sticky .navbar-brand{ max-width: 150px; }

.page_links{ flex: 1; justify-content: center; }

.my_navbar .navbar-nav > li > a{
    font-size: 16px;
    padding: 20px 18px !important; color: #fff !important ;
    font-family: Cabin,sans-serif;
    text-transform: uppercase;
}

.my_navbar .navbar-nav li:last-child a{/*border-right:2px dashed #ddd;*/}

.my_navbar .navbar-nav li.active{color: var(--primary-color); position: relative;transform: translateZ(0);}

.btco-hover-menu .collapse ul > li:hover > a{ background-color: transparent; }


.my_navbar .navbar-nav li.active > a{ 
	color: var(--golden) !important; 
}

.btco-hover-menu .collapse ul > li.active:hover > a {
    /*background: #ef5023;*/
}

.btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu{
    background-color: #fff !important;
    box-shadow: 0 0 50px 0 rgb(32 32 32 / 15%) !important;
    border-radius: 12px; padding: 5px 15px;
}

.btco-hover-menu .collapse ul ul li a:hover{ color: var(--primary-color); }

.navbar .nav-item .dropdown-menu::before {
    content: "\f0d8";
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    top: -45px;
    left: 20px;
}

@media screen and (min-width: 992px) {

.btco-hover-menu .collapse ul ul ul ul{ left: 100%; }

.dropdown:hover>.dropdown-menu{
    display: block;
  }
.dropdown-menu{ padding: 0; margin: 0; }
.dropdown-menu .dropdown-menu{ left: 100%; top: 0; }
.dropdown-menu .dropdown-toggle::after{
  position: absolute; right: 7px;top: 12px;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropdown-menu li:not(:last-child){ border-bottom: 1px solid #ddd; }
.btco-hover-menu .collapse ul ul ul{ margin-left: 15px; }
.btco-hover-menu .collapse ul ul ul:before{ display: none; }

}

.search_icon {
    padding: 0 20px !important;
    margin: 0 !important;
    font-size: 22px;
    color: #232323 !important;
}


.theme-btn {
    font-size: 16px; position: relative;
    color: #fff;
    padding: 6px 20px; border-radius: 30px; 
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    border: none;
    background: var(--dark-color);
    transition: all .5s ease-in-out;
    z-index: 1; display: inline-block;
    box-shadow: 0 3px 5px rgba(0,0,0,0.3)
}

.theme-btn:hover{ color: #fff; }
.theme-btn i{ margin: 0 5px; }


/*.theme-btn:hover,.theme-btn:focus{ background-color: #fff !important; color: var(--dark-color) !important; }*/

.theme-btn:hover:after{ transform: translate(0,0); }

.my_btn {
    padding: 5px 15px;
    border: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase; 
    letter-spacing: 0.05em;
    background: var(--dark-color);
    font-size: 16px;
    color: #fff !important;
    border-radius: 8px;
}


.banner_txt .my_btn{ color: #fff !important; background: var(--dark-color); }

.top_navbar {
    background-color: var(--primary-color);
    width: 100%;
    z-index: 9; position: relative; overflow: hidden;
    display: flex; justify-content: space-between; flex-wrap: wrap;
}

.top_link_box{ display: flex; justify-content: space-between; align-items: center;flex-wrap: wrap; color: #fff; }
.top_link_box p{ margin: 0; }

.social_icon_list{/* min-height: 54.8px; */display: flex; align-items: center; flex-wrap: wrap; position: relative; }
.social_icon_list li{ display: inline-block; padding: 8px 0;}


.social_icon_list li a {
    width: 35px; height: 35px; margin-left: 5px; border-radius: 100%; 
    border:1px solid #fff;
    color: #fff;
    display: flex; flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.social_icon_list li a:hover{ background-color: #fff; color: var(--primary-color); }

.top_left_link ul { display: flex; flex-wrap: wrap;
    color: #fff;
}

.top_navbar a {
    color: #fff;
    font-size: 18px;
}

.email_link i{ margin-right: 8px; }

.top_left_link .my_btn{ font-weight: bold; font-size: 12px; padding: 5px 15px; }

.call_icon{ 
   border-radius: 30px;
  background-color: var(--primary-color); color: #fff; padding: 10px 20px;
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
}
.call_icon a{ color: #fff !important; padding: 0; margin-left: 8px; }



/* Banner Section Design start */

.banner_section{
    background: url("../images/banner_bg.jpg") no-repeat center bottom;
    background-size: cover;
    min-height: calc(100vh - 152px) ; height: 400px;
    position: relative;
}

/* Banner Slider Start */

.slide { position: relative; transition:1s; 
    /*background: url("../images/banner/banner_bg.jpg") no-repeat center center;*/
    background-size: cover;
    /*min-height: calc(100vh - 120px);*/
    /*max-height: 100vh;*/ overflow: hidden;
}
.slide .slide_img {width: 100%;height: auto;overflow: hidden;}

/*.slider_1, .slide { height: calc(100vh - 112px) !important; overflow: hidden; min-height: 500px; }*/

.slide { position: relative; transition:1s;}
.slide .slide_img {width: 100%;height: auto;overflow: hidden;}

.slide .slide_img img {
  /*max-width: unset;*/
  height: auto; /*max-height: calc(100vh - 120px);*/
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transition: all 1s ease;
}

.slide .slide_img {position: relative;
    top: 0;
    left: 0;
    transform: none;
}

.banner_img{ 
    flex-basis: 60%; display: flex; justify-content: flex-end; flex-wrap: wrap;
 }
 .banner_img img{ /*max-height: 100%; max-height: calc(100vh - 120px);*/ }

.banner_txt{ 
    /*flex-basis: 40%; */
    display: flex; flex-direction: column; /*justify-content: space-between;*/ align-items: center;
    /*min-height: calc(100vh - 150px);*/ padding: 100px 0;
}
.banner_box {
    /*display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding-left: 30px;*/
}
.banner_box .theme-btn{ margin: 15px 0; }


/*.slide .container{ height: 100%; }*/

.slide .slide_content {
   position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    display: flex; flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.slide .banner_txt {
  color: #FFF;
}
.slide .banner_txt h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}
.slide .banner_txt .animated {
  transition: all 0.5s ease;
}
.slide .banner_txt .top-title {
  font-family: "Playball", cursive;
  font-size: 2.5rem;
}
.slide .banner_txt .title {
  font-size: 3.5rem;
}
.slide .banner_txt .button-custom {
  text-decoration: none;
  color: #333;
  padding: 1.2rem 2.5rem;
  font-size: 1.5rem;
}

.slider_1 [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
  transition: 1s;
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
  transition: 1s;
}


.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 112px);
}
.slick-nav.prev-arrow {
  left: 15px;
  transform: scaleX(-1);
  z-index: 9;
}
.slick-nav.next-arrow {
  left: auto;
  right: 15px;
}
.slick-nav i {
  display: block;
  position: absolute;
  
}
.slick-nav.next-arrow:before{
  content: "\f054";
  font-family: Font Awesome\ 5 Free;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}

.slick-nav.prev-arrow:before{
  content: "\f054";
  font-family: Font Awesome\ 5 Free;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}



.banner__slider{
   padding: 0; overflow: hidden; position: relative;
   /*height: 100vh;*/  min-height: 640px; max-height:100vh;
}

.slide .slide_img img{ min-height: 640px; }

.banner__slider .container-fluid{ padding: 0; }

.banner__slider .slick-slide{ margin: 0;overflow: hidden; }

.slick-dotted.slick-slider{ margin-bottom: 0; overflow: hidden; }


.slide .banner_txt .animated {
    transition: all 0.5s ease;
}


/*.slide .banner_txt h1{ color: var(--primary-color); }*/

.slide p,.slide h3{display: block;
    font-size: 24px; text-align: center;
    line-height: 1.5em;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 20px;}


.slide h1 {
  display: block;
  font-size: 150px;
  line-height: 200px;
  font-weight: normal;
  letter-spacing: 0; word-spacing: -30px;
  margin: 10px 0 0;
  text-shadow: 0 0 10px rgb(0 0 0 / 80%), 0 0 20px rgb(0 0 0 / 80%);
  transform: translateY(80px);
  
}

.slide h1 span{color: #fff;}

.slide h3 {
    font-size: 20px;
    color: #fff; margin-bottom: 0;
    max-width: 800px; width: 98%;
}

.banner_shape{ 
    width: 55%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}
.banner_shape img{ width: 100%; min-height: 100%; }

.slick-dots{ bottom: 30px; text-align: left; padding-left: 30px;}
.slick-dots li button:before{ font-size: 14px; width: 19px; height: 18px; }
.slick-dots li.slick-active button:before{ outline: 2px solid #333; border-radius: 100%; }

.slick-nav.prev-arrow, .slick-nav.next-arrow{
    position: absolute;
    width: 50px;
    height: 50px; border-radius: 100% ;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
}

.slick-nav.prev-arrow{ margin-right: 60px; }
.slick-nav.next-arrow{ margin-bottom: -60px; }

.slick-nav.prev-arrow:hover, .slick-nav.next-arrow:hover { opacity: 1; }


/* ========  Slider / Banner Section End ========  */

/* Slider Section Start*/

.tp-banner-container{ overflow: hidden !important; }
.tp-caption{ white-space: normal; /*width: 80%;*/ text-align: center; }

/* Down Arrow ShapeBar SVG  */

.eltd-slider{ /*margin-top: -32px;*/ position: absolute; bottom: -1px; }

.eltd-slider .eltd-slider-svg-holder {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    bottom: 0;
    height: 32px;
    z-index: 1;
}

.eltd-slider .eltd-slider-svg-holder .eltd-slider-svg-holder-side {
    /*background-color: #fff;*/
    background: url(../images/light_bg.jpg) center top; background-size: cover;
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.eltd-slider .eltd-slider-svg-holder .eltd-slider-svg-holder-middle {
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    width: 80px;
    transform: translateZ(0);
}
.eltd-slider .eltd-slider-svg-holder .eltd-slider-svg-holder-middle svg {
    display: block;
}

.eltd-slider .eltd-slider-svg-holder .eltd-slider-svg-holder-middle svg path{
  background: background: url(../images/light_bg.jpg) center top; background-size: cover;
}



/* Other Section Start */

.light_bg{
  /*background: url(../images/light_bg.jpg);*/
}
.dark_bg{
  background: url(../images/dark_bg.jpg) no-repeat center top;
  background-size: cover;
}

.dark_bg p{ color: #fff; }

.title_font{
  font-family: Scriptina; font-weight: bold; letter-spacing: 8px; font-weight: normal; line-height: 30px; 
  font-size: 150px; 
  color: var(--golden);
  text-shadow: 0 0 10px rgba(0,0,0,0.8),0 0 20px rgba(0,0,0,0.8);
}

.section-title {position: relative; margin-bottom: 40px;}

.section-title h1{
  font-family: Scriptina; letter-spacing: 5px; font-weight: normal; font-size: 72px;
  color: var(--golden);
  
}

.section-title h2{ font-family: Lateef,cursive; font-size: 48px; font-weight: normal; line-height: 45px; }

.about_section p{ text-align: justify; }

.about_title{ text-align: center; }
.about_title h6{ margin-bottom: 8px; }

.about_img{ margin-bottom: 20px; }

.txt_box{ position: relative; padding: 24px 0; }
.txt_box:before,.txt_box:after{
  content: "";
  background: url(../images/txt_box_img.png) no-repeat left top;
  width: 80px; height: 20px;
  display: inline-block; background-size: contain;
  position: absolute;left: 0; top: 0;
}

.txt_box:after{
  left: auto;top: auto; bottom: 0; right: 0;
}

.txt_box p:last-child{ margin-bottom: 0; }

/* Services Section */

.dark_bg .section-title h2{ color: #fff; }

.service_list h3{
  font-family: Scriptina; letter-spacing: 5px; font-weight: normal; font-size: 50px;
  color: var(--golden); margin-bottom: 30px; text-align: center;
}
.service_list li{ color: #fff; text-align: center; font-size: 22px; }

.client_thum{ text-align: center; }
.client_thum img{ display: inline-block; }

/* About Section */

.vision_section .txt_box{ margin-top: 80px; }


.about_list ul{ display: flex; flex-wrap: wrap; flex-wrap: wrap; }
.about_list li{ width: 25%; display: flex; }
.about_list li img{ transition: all 0.5s ease-in-out; }
.about_list li a{ position: relative; overflow: hidden; }

.about_list li a::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%),rgba(255, 255, 255, 0) 0%;
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg); transition: 1s;
  width: 50%;
  z-index: 2;
}
.about_list li a:hover::before {
  animation: shine 0.7s ease-in-out;
}

.about_list li a:hover img{ transform: scale(1.1); }

/* image hover animation */

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* image hover animation */



.vision_img img{ box-shadow: 8px 8px 5px rgba(0,0,0,0.5); }

.title_text{
  font-family: Lateef,cursive;
  font-size: 45px;
  font-weight: normal;
  line-height: 40px;
}
.title_text span{
  font-family: Scriptina; letter-spacing: 5px; font-weight: normal; font-size: 50px;
  color: var(--golden); margin-bottom: 40px; display: inline-block;
}

.small_text{
  font-family: Lateef,cursive;
  font-size: 30px;
  font-weight: 600;
  line-height: 25px; margin: 5px 0;
  display: inline-block; width: 100%;
}

.red{ color: #ff0000; }

#about_section .small_text.red{ text-transform:uppercase;}

/* Award Section Start */

.award_bg{
  background:#000 url("../images/awards/award_bg.jpg") no-repeat left top;
  background-size: cover;
  min-height: 100vh; height:350px;
  position: relative;
}
.award_list{ display: flex; flex-wrap: wrap; }
.award_thum { text-align: center; margin: 1%; width: 48%; }
.award_thum .img-holder{ border:2px solid var(--golden); display: inline-block; }

.award_icon_img{ 
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  background-image: linear-gradient(to right, transparent , black);
}

/* Media Section Start */

.grid-item {
  padding: 5px;
  box-sizing: border-box;
  display:inline;
}

.media_thum{ border:2px solid var(--golden); }
.img-holder{ position: relative; overflow: hidden; }
.img-holder:before{
  position: absolute;
    left: 2%;
    top: 2%;
    width: 96%;
    height: 96%;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 0.3s;
    transform: scale(0);
}

.img-holder:hover:before{
  opacity: 1;
    transform: scale(1);
}

.hover-content{
  transition: all 0.3s;
    position: absolute; text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,50%);
    opacity: 0;
}

.img-holder:hover .hover-content{ opacity: 1;transform: translate(-50%, -50%); }

.popup-btn{
  width: 50px;
  height: 50px;
  background-color: var(--golden);
  display: flex; flex-wrap: wrap;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}

.popup-btn i{ color: #fff; }

/* Add media queries to make the whole grid resposive. */

@media (min-width: 500px) {
  .grid-item {
    width: 50%;
  }
}

@media (min-width: 1000px) {

  .grid-item{
    width: 25%;
  }
  
}

@media (min-width: 1700px) {
  .grid-item {
    width: 25%;
  }
}

@media (min-width: 2100px) {
  .grid-item {
    width: 20%;
  }
}



/* Sub Header Section Design Start */
.sub_header{
  padding: 150px 0;
  position: relative;
  background-color: rgba(0,0,0,0.6);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  margin-top: 0;
}

.sub_header:before{
  content: "";
  background: rgba(0,0,0,0.3);
  position: absolute; width: 100%; height: 100%; top: 0;
  z-index: -1;
}

.sub_header:after{
  content: "";
  background: url(../images/sub_header_bg.jpg); background-size: cover;
  position: absolute; width: 100%; height: 100%; top: 0;
  z-index: -2;
}

.sub_header h2{ 
  color: var(--golden);
  font-family: Scriptina;
  letter-spacing: 5px;
  font-weight: normal;
  font-size: 62px;
  margin: 0;
  text-shadow: 1px 0 0px var(--golden),1px 0 0px var(--golden);
}

.sub_header .breadcrumb {
    background: #fff;
    display: flex; flex-wrap: wrap;
    margin: 0;
    padding: 15px 10px;
    position: absolute;
    z-index: 1;
    bottom: -27px;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.5);
    border-radius: 30px 0;
    --ms-word-break: break-word;
    word-break: break-word;
}

.sub_header .breadcrumb li {
    position: relative;
    z-index: 1;
    margin: 0 7px;
    padding: 0 7px; font-size: 20px; font-weight: bold;
    font-family: "Belleza",Arial,Helvetica,sans-serif;
}
.sub_header .breadcrumb li a{ color: #212529; }

.sub_header .breadcrumb li.active {
    color: var(--golden);
}

.sub_header .breadcrumb li.active:after{ display: none; }

.sub_header .breadcrumb li::after {
    content: "/";
    font-weight: 600;
    color: #999;
    position: absolute;
    right: -10px;
}

/* Contact Us Page Design */
.light_bg {
    background-color: #edf5f7;
}
.section-title {
    margin-bottom: 50px; position: relative;
}
.section-title h4 {
    font-family: Scriptina;
    letter-spacing: 5px;
    font-weight: normal;
    font-size: 45px;
    margin-bottom: 20px; color: var(--golden);
    text-shadow: 1px 0 0px var(--golden),1px 0 0px var(--golden);
}

.card_box{
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgb(78 80 124 / 20%);
  border-radius: 10px;
  padding: 30px; margin-bottom: 20px;
  min-height: calc(100% - 20px);transition: all 0.3s ease-in-out;
}

.card_box:hover{
  box-shadow: 0px 5px 30px 0px rgb(78 80 124 / 30%);
}

.card_icon{
  width: 60px;
  height: 60px; position: relative;
  background: var(--golden); color: #fff;
  line-height: 60px; font-size: 22px;
  text-align: center;
  margin: 0 auto 15px;
  border-radius: 50%;
}
.card_icon:after{
  content: "";
  width: 75px;
  height: 75px;
  border-radius: 100%; border:2px dashed var(--golden);
  position: absolute; left: -8px; top: -8px;
}

.card_box:hover .card_icon:after{
  transform: rotate(0deg);
    transition: transform 0.7s linear;
    animation: rotate 7s infinite linear;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

.card_txt h4{ font-size: 26px; margin-bottom: 5px; }

.card_txt p,.card_txt a{ margin: 0; color: #828c96; line-height: 22px; }

.contact_form_box{
  padding: 50px;
  background: #fff; text-align: center;
  box-shadow: 0px 1px 15px 0px rgb(62 65 159 / 10%);
  max-width: 800px; margin: 20px auto -80px;
  position: relative;
  z-index: 1;
}

.contact_form_box .form-control{
  background: transparent;
    width: 100%;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: none !important;
    padding: 6px 25px;
    border: 1px solid #ccc;
}

.contact_form_box textarea.form-control{ height: auto; }
.contact_form_box select{
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select_box{ position: relative; }

.contact_form_box .select_box:after{
  content: "\f078";
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    top: 10px;
    right: 15px;
    z-index: -1;
}

.theme_btn {
    font-size: 15px;
    padding: 12px 30px 12px 30px;
    background-color: var(--golden);
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 15px 0;
    display: inline-block;
}

.gallery_slider .media_thum {
    margin: 10px;
}

.gallery_slider .slick-prev:before, .gallery_slider .slick-next:before{
  color: #000;
  font-size: 24px;
}

.slick-prev:before, .slick-next:before{
  color: #000;
  font-size: 24px;
}



/* Footer Section Design Start */

.footer_section{
  background: url(../images/footer_bg.jpg);
  text-align: center; padding: 80px 0 30px; color: #fff;
}

.footer_section .txt_box{display: inline-block;padding: 0 100px 24px; margin-bottom: 40px;}
.footer_section .title_text{ 
  font-family: Scriptina;
    letter-spacing: 3px;
    font-weight: normal;
    font-size: 48px; line-height: 100px;
    color: #fff;
}

.footer_logo{ max-width: 280px; margin: 0 auto 30px; }
.footer_section h5{ color: var(--golden); font-weight: normal; }
.footer_section h5 a{ color: #fff !important; }

.footer_section h5 span {
    margin: 0 5px;
    display: inline-block;
}


/* Testimonial Section Start  */
.testimonial_slider{ width: 100%; max-width: 500px; margin: 0 auto; }
.testimonial_thum{ 
  /* padding-left: 50px; background-color: #fff; box-shadow: 0 5px 10px #ddd; */
  position: relative; 
  height: auto; margin: 40px auto 30px !important; border-radius: 10px;
}

.testimonial_thum .embed-youtube{ padding-bottom: 40%;background-color: #fff; box-shadow: 0 0 10px rgb(0 0 0 / 50%); margin: 10px; }
.testimonial_thum .embed-youtube iframe, .testimonial_thum .embed-youtube object, .testimonial_thum .embed-youtube embed{ padding: 10px; }

.testi_txt {
    padding: 40px 20px 20px;
    position: relative;
    min-height: 225px; color: #333;
    display: flex;
    align-items: center; justify-content: center; text-align: center;
}

.testi_txt:before{
    content: "\f10d";
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 600;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: transparent; 
    -webkit-text-stroke: 2px #000;
    font-size: 45px;
    position: absolute;
    top: 0;
    left: 50%; transform: translateX(-50%);
}

.testimonial_user {
  position: relative;
  left: 50%;
  margin-bottom: 0;
  display: flex;
  align-items: flex-start; justify-content: center;
  top: 0;
  transform: translateX(-50%);
  margin-top: 20px;
}
.user_img{ width: 80px; height: 80px; border-radius: 100%; margin-right: 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.4); }

.user_txt h4{color: #000; margin: 0;}
.user_txt p{ color: #333; font-size: 18px; margin: 0; }
.user_txt p span{color: #ebbf03;}

.testimonial_slider .slick-dots {
    bottom: 0;
    text-align: center;
    padding-left: 0;
}
.testimonial_slider .slick-dots li button:before{ color: #000; }
.slick-dots li.slick-active button:before{ outline: 2px solid #000; }

/* Video thum */

.embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden; min-height: 225px;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* All Media Query Start */

@media screen and (max-width: 1366.98px) {
    

}

@media screen and (min-width: 1200px) and (max-width: 1280px) {

  .my_navbar .navbar-nav > li > a{ font-size: 18px; }
  .my_navbar .navbar-brand{ max-width: 150px; margin-right: 0; }
  .my_navbar .navbar-nav > li > a{ padding: 20px 10px !important; }
        
}



@media screen and (max-width: 1199.98px) {

  .my_navbar nav{ height: auto; }

  .my_navbar .container{ position: relative; }
  .my_navbar .navbar-collapse{ 
    position: absolute; right: 0; top: 78px; width: 300px; max-width: 100%;
    background-color: #fff;
  }
  .my_navbar .navbar-nav{ align-items: flex-start; }
  .my_navbar .navbar-nav li{ width: 100%; border-top: 2px dashed #ccc; }
  .my_navbar .navbar-nav > li > a{ padding: 5px 14px !important; color: #666 !important; }
  .my_navbar .navbar-nav li.active > a{ color: var(--golden) !important }
  .my_navbar .header-btn{ display: inline-block; margin: 10px; border:1px solid #666; }

}

@media screen and (min-width: 991.98px) and (max-width: 1024px) {
    

}

@media screen and (max-width: 991.98px) {
  .award_thum{ width: 98%; }
  .slide h1{ font-size: 100px; text-align: center; }
  .slide h1.mb-100{ margin-bottom: 50px !important; }
  .banner__slider,.slide .slide_img img{min-height: 550px; height: auto;}

  .footer_section .txt_box{ padding: 18px 40px; }
  .footer_section .title_text{ line-height: 70px; }

}

@media screen and (min-width: 767.98px) and (max-width: 991.98px) {
  .top_left_link{ padding-left: 120px; }
  .top_left_link li{ padding: 10px 5px; }
  .my_navbar .navbar-brand{ max-width: 135px; }

  .my_navbar .navbar-collapse{ top: 70px; }
  .my_navbar.sticky nav .navbar-collapse{ top: 78px; }

}

@media screen and (max-width: 767.98px) {
  .top_navbar{ display: none; }
  .my_navbar .navbar-brand{ max-width: 140px;  }
  
  .my_navbar .navbar-collapse{ top: 50px; }
  .my_navbar.sticky nav .navbar-collapse{ top: 78px; }  

  .about_list li{ width: 50%; }

  .vision_img{ margin-bottom: 30px; }
  .title_text{ text-align: center; }
  
  .banner__slider,.slide .slide_img img{height: 550px; max-width: unset;}
  
  .slick-slider{ padding:0 15px;}
  .banner__slider .slick-slider{ padding:0;}
  .slick-next{right:0;}
  .slick-prev{left:0;}
  
  .award_bg{    min-height: unset;height: 450px;}
  .award_icon_img{ justify-content:center;filter: drop-shadow(2px 4px 10px black);}

}


@media screen and (max-width: 575px) {
  .slide h1{ font-size: 45px; line-height: 80px;word-spacing:0; }
  .slide h3{ font-size: 16px; }

  .about_thum{ flex-direction: column; align-items: center; text-align: center; }
  .about_section p{ text-align: center; }

  .about_thum .icon{ margin: 0 0 25px; }
  .about_list ul li:nth-child(2) .about_thum .icon{ margin: 0 0 25px; order: 1;}
  .about_list ul li:nth-child(2) .about_thum .info_txt{ order: 2; text-align: center; }
  .about_list ul li:nth-child(2) .about_thum .info_txt p{ text-align: center; }

  .section-title{ margin-bottom: 30px; }
  .section-title h1{ font-size: 45px; margin-bottom: 20px; font-weight: 600; }
  .section-title h2{ font-size: 40px; line-height: 40px; }

  .title_text{ font-size: 32px; }
  .small_text{ font-weight: normal; }

  .award_thum h4{ font-size: 20px; margin-bottom: 15px; }

  .sub_header h2{ font-size: 46px; }
  .contact_form_box{ padding: 20px; margin: 20px auto; }

}