
@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: 18px; 
    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 Slider Start */

.slide { position: relative; transition:1s; 
    /*background: url("../images/slides/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; opacity: 0;}

/*.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;
   
}*/

.banner_section{
    background: url("../images/slides/banner_bg.jpg") no-repeat center center;
    background-size: cover;
    height: 100vh;  min-height: 640px; padding: 0;
    position: relative;
}
.banner_section:before {
    content: "";
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.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: 100px;
  line-height: 150px;
  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{ padding:30px 0; }
.about_section p{ text-align: justify; }

.about_title{ text-align: center; }
.about_title h6{ margin-bottom: 8px; }

.about_img{ margin-bottom: 20px; }

.about_list ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px; margin: 0 auto;
}
.about_list ul li {
    width: 100%;
    margin: 20px 0 5px; /*text-align: center;*/
    border-bottom: 1px solid #999;
    padding-bottom: 20px;

}

.about_thum{ display: flex; flex-wrap: wrap; }

.about_thum .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    line-height: 80px;
    text-align: center;
    background: var(--golden);
    border-radius: 100%;
    position: relative;
    font-size: 30px;
    color: #ffffff;
    margin: 0 20px 5px 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    
}
.about_thum .icon:after {
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute; z-index: -1;
    left: -10px;
    top: -10px;
    border: 2px dashed #222; background-color: #fff;
    border-radius: 100%;
    transition: all 1.2s ease-in-out;
   /* box-shadow: 0 5px 10px rgb(0 0 0 / 50%);*/
}

.about_thum:hover .icon:after {
    animation: rotate360 10s infinite;
}


.about_thum .icon>span {
    font-size: 40px;
}
.info_txt {
    flex: 1;
    padding: 0 15px 15px;
}
.about_thum h4, .info_txt h4 {
    /*font-weight: 800;*/
    font-size: 24px;
    color: #232323;
}
.info_txt p {
    color: #333;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.about_list ul li:last-child{ border-bottom: none; padding-bottom: 0; }
.about_list ul li:nth-child(2) .about_thum .icon{
  order: 2; margin-right: 0; margin-left: 20px;
}
.about_list ul li:nth-child(2) .about_thum .info_txt,.about_list ul li:nth-child(2) .about_thum .info_txt p{
  text-align: right;
}


/* Rotate Animation start */

@-webkit-keyframes rotate360 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes rotate360 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}



.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 h4{
  font-family: Scriptina; letter-spacing: 5px; font-weight: bold; font-size: 30px;
  color: var(--golden); text-align: center; margin-bottom: 20px;
}
.service_list ul{ /*display: flex; flex-wrap: wrap;*/ }

.services_slider .slick-list{ padding:0 !important;}

.service_list li{
  /*width: 23%;*/ /*margin: 1%; */ 
    padding: 30px 0;
    text-align: center;transition: all 0.5s ease-in-out;
    transform: scale(0.9);
}
.service_img{ 
  border-radius: 100%; width: 180px; height: 180px; margin: 0 auto 20px; overflow: hidden; 
  padding: 4px;
  box-shadow: 0px 10px 10px 0px #000; position: relative; 
}
.service_img:after{
  content: "";
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%;border-radius: 100%;
  border: 4px dashed #ffffff; z-index: 1; transition: all 1.2s ease-in-out;
}
.service_img img{ width: 100%; height: 100%; }

.service_list li:hover .service_img:after {
  animation: rotate360 10s infinite;
}

.view_more_btn {
    font-size: 15px; font-weight: bold;
    padding: 5px 20px;
    background-color: #fff;
    color: #222 !important;
    border-radius: 5px;
    margin: 15px auto;
    display: inline-block;
}

.client_thum{ text-align: center; }
.client_thum img{ display: inline-block; }

.service_list li.slick-center{ transform: scale(1.08); }
.service_list .slick-prev, .service_list .slick-next{
    height: 30px; width: 30px; background-color: var(--golden);
    bottom: -60px; top: auto;
    left: 50%; /*transform: translateX(-50%);*/ right: auto;
    display: flex;align-items: center; justify-content: center;
}
.service_list .slick-prev{ margin-left: -40px; }
.service_list .slick-next{ margin-right: -40px; }

.service_list .slick-prev:before,.service_list .slick-next:before{
  content: "\f105";
  position: absolute;
  font-family: Font Awesome\ 5 Free;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  z-index: -1;
}
.service_list .slick-prev:before{
  content: "\f104";
}

.service_list .slick-prev:before, .service_list .slick-next:before{ color: #fff !important; }

.modal .close{
  position: absolute; cursor: pointer; z-index: 1;
  right: -8px;
  top: -8px;
  width: 30px;
  height: 30px;
  background-color: #dc3545;
  opacity: 1 !important;
  color: #fff;
  border-radius: 100%;
}

.service_detail h4{ margin-bottom: 10px; border-left: 5px solid var(--golden); padding-left: 15px; }
.service_detail p{ margin-bottom: 5px; }

.service_menu_list ul{display: flex; flex-wrap: wrap; margin-top: 15px;}
.service_menu_list li{ padding-left: 30px; position: relative; margin-bottom: 5px; width: 50%; cursor: pointer; }
.service_menu_list li:before{ 
  content: "";
  position: absolute; left: 0; top: 4px;
  width: 18px; height: 15px;
  background: url("../images/services/list_icon.png") no-repeat left top;
  background-size: cover;
  transition: transform 0.8s;
  transform-style: preserve-3d;perspective: 1000px;
}

.service_menu_list li:hover:before {
  transform: rotateY(180deg);
}

/* About Section */



.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; }



/* 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; }
  
  .service_detail h4{ margin-top:20px;}

}

@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; }

  .slide h1{ font-size: 60px; line-height: 130px; }
  .slide h1.mb-100{ margin-bottom: 30px !important; }
  .banner__slider, .slide .slide_img img{ min-height: 600px; }
  
  .service_detail h4{ margin-top:20px;}
  
  .slick-slider{ padding:0 15px;}
  .banner__slider .slick-slider{ padding:0;}
  .slick-next{right:0;}
  .slick-prev{left:0;}

}

@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: 400;text-shadow:1px 0 0 var(--golden),1px 0 0 var(--golden); }
  .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; }

}

@media screen and (max-width: 480px) {

	.service_list li{ width: 100%; margin: 10px 0; max-width: 100%; }
	.section-title h1{ font-size: 40px; }
	.section-title h2{font-size: 36px;}
	.section-title h4{ font-size:40px;}
	.offer_list li{ width: 100%; }
	.order_2{ order: 2; }
	
	.footer_section .txt_box{padding:20px;}
	
	.footer_section .title_text {
	    font-size: 40px;
        line-height: 60px;
        padding-bottom: 25px;
    }
	
}

