/********** Template CSS **********/
html {
  scroll-behavior: smooth !important;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    /* font-weight: 600 !important; */
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
}
h2{
    font-size: 1.8rem !important;
    font-weight: 550 !important;
}


h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}
.display-4{
    font-size: 3rem !important;
}
.fs-1{
    font-size: 2rem !important;
    font-weight: 500 !important;
}
.fs-2{
    font-size: 1.7rem !important;
    font-weight: 500 !important;
}
.display-5 {
    font-size: 2.7rem !important;
    font-weight: 600 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.fs-60{
    font-size: 60px;
}
@media screen and (max-width: 480px) {
    .fs-60 {
      font-size: 40px !important;
    }
  }
.bg-main{
    background: #f9f2ea !important;
}
.bg-orange{
    background: #dd7109;
}
.bg-grey{
    background: #f0f0f0 !important;
}
.bg-black{
    background: #000000;
}
.text-orange{
    color: rgb(221, 113, 9);
}
.bg-sec{
  background: #0088C0;
}
.bg-white{
    background: #fff;
}
.text-black{
 color: #000000;
}
.br-5{
    border-radius: 5px;
}
.br-10{
    border-radius: 10px;
}
.br-20{
    border-radius: 20px;
}
.br-50{
    border-radius: 50%;
}
.border-grey{
  border: 1px solid #f0f0f0;
  border-radius: 10px;
}
.border-primary{
    border: 5px solid #37517e !important;
}
.list-none{
    list-style: none;
}
.w-100{
    width: 100% !important;
}
.w-70{
    width: 70%;
}
.h-100{
    height: 100% !important;
}
.box-shadow{
    border-radius: 15px;
    box-shadow: 0px 25px 20px -20px rgba(0,0,0,0.45);
}
.boxx-shadow{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
.bx-shadow{
    border-radius: 10px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.fs-17{
  font-size: 17px;
}
.fs-14{
    font-size: 14px;
}
.fs-13{
    font-size: 13px;
}
.lh-0{
  line-height: 0px;
}
.lh-8{
  line-height: 8px;
}
.text-justify{
    text-align: justify !important;
}

.linear-txt{
    background: -webkit-linear-gradient(#37517e, #0088c0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.border_r-45{
    border-radius: 45px 0 45px 0 !important;
}

.gap-20{
    gap: 20px;
}
.gap-10{
    gap: 10px;
}
.mt-80{
    margin-top: 80px;
}
.border-orange{
    border: 1px solid #dd7109;
}
.z-9{
    z-index: 9;
}

/*===========================
                buttons  
    =================================*/
  .blog-btn {
    position: relative;
    background: linear-gradient(277deg, rgba(213, 213, 213, 0.1) 0%, rgba(213, 213, 213, 0.02) 50%, rgba(42, 42, 42, 0.02) 50%, rgba(42, 42, 42, 0.2) 100%), linear-gradient(295deg, rgba(73, 73, 73, 0.3) 0%, rgba(73, 73, 73, 0.1) 50%, rgba(229, 229, 229, 0.1) 50%, rgba(229, 229, 229, 0.03) 100%), linear-gradient(145deg, rgba(77, 77, 77, 0.1) 0%, rgba(77, 77, 77, 0.1) 50%, rgba(123, 123, 123, 0.1) 50%, rgba(123, 123, 123, 0.1) 100%), linear-gradient(54deg, rgba(51, 51, 51, 0.3) 0%, rgba(51, 51, 51, 0.1) 50%, rgba(29, 29, 29, 0.2) 50%, rgba(29, 29, 29, 0.03) 100%), linear-gradient(170deg, rgba(9, 9, 9, 0.02) 0%, rgba(9, 9, 9, 0.02) 50%, rgba(243, 243, 243, 0.02) 50%, rgba(243, 243, 243, 0.02) 100%), linear-gradient(264deg, rgba(214, 214, 214, 0.01) 0%, rgba(214, 214, 214, 0.01) 50%, rgba(153, 153, 153, 0.01) 50%, rgba(153, 153, 153, 0.01) 100%), linear-gradient(90deg, rgb(99, 48, 222), rgb(76, 212, 233));
    padding: 10px 18px;
    border: 1px solid black;
    border-radius: 25px 7px;
    color: white;
    letter-spacing: .1em;
    transition: all .7s ease;
}

.help-btn-sec {
    background-color: #FFFFFF;
    /* margin: 0px 0px 30px 0px; */
    padding: 23px 28px 24px 26px;
    border-radius: 20px 20px 20px 20px;
}

.blog-btn::after {
    position: absolute;
    top: 20%;
    left: 50%;
    background: linear-gradient(45deg, rgb(46, 94, 149), rgb(59, 131, 209), rgb(67, 91, 142));
    width: 150px;
    height: 30px;
    content: '';
    transform: translate(-50%);
    border-radius: 25px 7px;
    filter: blur(20px);
    z-index: -1;
}

.blog-btn:hover {
    border-radius: 7px 25px;
    background: linear-gradient(45deg, rgb(239, 7, 129) 0%, rgb(239, 7, 129) 6%, rgb(208, 10, 112) 6%, rgb(208, 10, 112) 25%, rgb(177, 13, 96) 25%, rgb(177, 13, 96) 40%, rgb(147, 16, 79) 40%, rgb(147, 16, 79) 45%, rgb(116, 19, 62) 45%, rgb(116, 19, 62) 53%, rgb(85, 22, 46) 53%, rgb(85, 22, 46) 66%, rgb(54, 25, 29) 66%, rgb(54, 25, 29) 100%);
    letter-spacing: .2em;
    border: 1px solid white;
}


.btn-btn a{
        z-index: 1;
        background-color: transparent;
        position: relative;
        display: inline-block;
        font-size: 16px;
        padding: 10px 35px;
        color: #fff;
        text-decoration: none;
        border: solid 5px #37517e;
        box-shadow: 12px 12px 0  -5px #37517e;
        transition: .3s;
         overflow: hidden;
        letter-spacing: 2px;
}

.about-sec-btn a{
    color: black !important;
}

.btn-btn a:before {
    display: inline-block;
    transition: bottom, 0.35s;
    position: absolute;
    transform: skew(-50deg);
    top: 0px;
    left: 260px;
    background-color: #37517e;
    content: "　";
    width: 220px;
    height: 120px;
    z-index: -1;
  }
  
  .btn-btn a:hover {
     box-shadow: 0px 0px 0  0px #37517e;
    color: #fff;
  }
  .about-sec-btn a:hover{
    box-shadow: 0px 0px 0  0px #37517e !important;
    color: #fff !important;
  }
  
  .btn-btn a:hover:before {
    top: -40px;
    left: -40px;
  }

  .btn-btn-carousel a{
    z-index: 1;
        background-color: transparent;
        position: relative;
        display: inline-block;
        font-size: 16px;
        padding: 10px 35px;
        color: #fff;
        text-decoration: none;
        border: solid 5px #1ebdc2;
        box-shadow: 12px 12px 0  -5px #1ebdc2;
        transition: .3s;
         overflow: hidden;
        letter-spacing: 2px;
  }

  .btn-btn-carousel a::before{
    display: inline-block;
    transition: bottom, 0.35s;
    position: absolute;
    transform: skew(-50deg);
    top: 0px;
    left: 260px;
    background-color: #1ebdc2;
    content: "　";
    width: 220px;
    height: 120px;
    z-index: -1;
  }
  .btn-btn-carousel a:hover{
    box-shadow: 0px 0px 0  0px #1ebdc2;
    color: #fff;
  }
  .btn-btn-carousel a:hover:before{
    top: -40px;
    left: -40px;
  }

 /*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    z-index: 996;
    background: #37517e;
    border-bottom: 1px solid #fff;
}

#topbar.topbar-scrolled {
    top: -40px;
}

#topbar .contact-info i {
    font-style: normal;
    color: #d9ba85;
}

#topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}

#topbar .languages ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #cda45e;
}

#topbar .languages ul a {
    color: white;
}

#topbar .languages ul li+li {
    padding-left: 10px;
}

#topbar .languages ul li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: rgba(255, 255, 255, 0.5);
    content: "/";
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background-color: #00000057;
    position: absolute;
    transition: all 0.5s;
    z-index: 997;
    /* padding: 15px 0; */
    /* position: relative; */
    /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; */
    width: 100%;
}

#header.header-scrolled {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

#header .logo a {
    color: #fff;
}

#header .logo img {
    max-height: 100px;
}

/*--------------------------------------------------------------
# Book a table button Menu
--------------------------------------------------------------*/
.book-a-table-btn {
    margin: 0 0 0 15px;
    border: 2px solid rgb(221, 113, 9);
    color: rgb(221, 113, 9);
    border-radius: 50px;
    padding: 8px 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.3s;
}

.book-a-table-btn:hover {
    background: #cda45e;
    color: #fff;
}

@media (max-width: 992px) {
    .book-a-table-btn {
        margin: 0 15px 0 0;
        padding: 8px 20px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 15px;
}

.navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover>a {
    color: #DD7109 !important;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    margin: 0;
    /* padding: 10px 0; */
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    color: #444444;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: rgb(221, 113, 9);
    margin-left: 5px;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

/* @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
} */

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff !important;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 6px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #1a1814 !important;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #cda45e;
}

.navbar-mobile .getstarted {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #cda45e;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

header.scrolled nav ul li a {
    color: black;
}


 /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    background: #000;
    overflow: hidden;
    position: relative;
    align-items: center;
}
/* Base class for shapes */
.shape {
    position: absolute;
    top: -50px; /* Start from above the viewport */
    opacity: 0.7;
    animation: fall linear infinite, rotateShape linear infinite;
}

/* Circle */
.circle {
    width: 20px;
    height: 20px;
    background-color: #f8ba3cb0;
    border-radius: 50%;
}
/* Circle */
.cir1 {
    width: 15px;
    height: 15px;
    background-color: #f8ba3cb0;
    border-radius: 50%;
}

/* Square */
.square {
    width: 20px;
    height: 20px;
    background-color: #f8ba3cb0;
}

/* Triangle */
.triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #f8ba3cb0;
}

/* Falling animation */
@keyframes fall {
    0% {
        transform: translateY(-50px) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(100vh) rotate(360deg);
        opacity: 0;
    }
}

/* Rotation animation */
@keyframes rotateShape {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Positioning and animation delay */
.shape:nth-child(1) { left: 10%; animation: fall 8s linear infinite; }
.shape:nth-child(2) { left: 30%; animation: fall 10s linear infinite; }
.shape:nth-child(3) { left: 50%; animation: fall 10s linear infinite; }
.shape:nth-child(4) { left: 70%; animation: fall 7.5s linear infinite; }
.shape:nth-child(5) { left: 90%; animation: fall 8.5s linear infinite; }
.shape:nth-child(6) { left: 5%; animation: fall 6.5s linear infinite; }
.shape:nth-child(7) { left: 5%; animation: fall 6.5s linear infinite; }

#hero h1 {
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 67px;
}

#hero h2 {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 50px;
    font-size: 24px;
}

#hero .btn-get-started {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #fff;
    background: #47b2e4;
}

#hero .btn-get-started:hover {
    background: #209dd8;
}

#hero .btn-watch-video {
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    margin: 10px 0 0 25px;
    color: #fff;
    line-height: 1;
}

#hero .btn-watch-video i {
    line-height: 0;
    color: #fff;
    font-size: 32px;
    transition: 0.3s;
    margin-right: 8px;
}

#hero .btn-watch-video:hover i {
    color: #47b2e4;
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.animate {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
    #hero {
        text-align: center;
    }

    #hero .animated {
        -webkit-animation: none;
        animation: none;
    }

    #hero .hero-img {
        text-align: center;
    }

    #hero .hero-img img {
        width: 50%;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #hero .hero-img img {
        width: 70%;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }

    #hero .btn-get-started {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}


/*================================
            Trin-Trin Animation  
      =================================*/
.trin-trin
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes trin {

  from {
      transform:rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }
  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }
  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }
  80% {
      transform:rotate3d(0, 0, 1, 0deg);
  }

}
/*phone icon animation end */


/*===============================
        translate up/down animation 
    =================================*/
/* #up-down {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
} */
#up-down {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}



#lr-animation{
  -webkit-animation: moverr 1s infinite  alternate;
  animation: moverr 1s infinite  alternate;
}
@-webkit-keyframes moverr {
  0% { transform: translateY(0); }
  100% { transform: translateX(-10px); }
}
@keyframes moverr {
  0% { transform: translateY(0); }
  100% { transform: translateX(-10px); }
}

  /*======================
          OUR SERRVICES 
    ===============================*/
    .service-con {
        background-color: #000;
        background-image: url(../img/viacse/bg-dots.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .stickey-beifit-section {
        position: sticky;
        top: 150px;
    }

    .steps-card {
        border-bottom: 4px solid transparent;
        border-right: 2px solid transparent;
        background: rgba(255, 255, 255, 0.14);
        padding: 20px;
        border-radius: 15px;
        transition: 0.2s;
    }

    .steps-card:hover {
        border-bottom: 4px solid orange;
        border-right: 2px solid orange;
        background: rgba(255, 255, 255, 0.14);
        padding: 20px;
        border-radius: 15px;
    }

/*========================
           footer 
    ===============================*/

    .footer .footer-last .copyright-links li {
      border-right: 1px solid #000;
      display: inline-block;
      line-height: 14px;
      padding: 0 8px 0 0;
      vertical-align: middle;
  }

  .footer .footer-last .copyright-links {
      margin: 0;
      padding: 0 0 10px 0;
      text-align: left;
  }
  .footer a {
      color: #fff;
      transition: 0.2s;
  }
  .footer a:hover {
      color: rgb(221, 113, 9);
  }



  /*====================== FAQ SECTION  ====================*/
  .faq-sec img {
    width: 100%;
    height: 80%;
}

.faq-section {
    width: 100%;
}

details {
    font-family: sans-serif;
    margin-bottom: 10px;
    width: 100%;
}

details p {
    padding: 10px;
    color: #000;
}

summary {
    /* background-color: #007aac; */
    /* border-bottom: 1px solid black; */
    color: #000;
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

summary:hover {
    transition: all 150ms ease-in-out;
}

details[open] summary {
    background-color: #dd7109;
    border: 1px solid black;
    color: #fff;
    margin-bottom: 10px;
}

details[open] {
    background: #f9f2ea;
    border-radius: 10px;
}

details summary {
    cursor: pointer;
    transition: margin 150ms ease-out;
}

/* Background Orange Light Effect */
.bg-orange-light-effect {
    position: relative;
    background-color: #100a08;
    overflow: hidden;
}

.bg-orange-light-effect::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/viacse/bg-orange-light-effect.png) no-repeat top center/cover;
    /* opacity: 0.5; */
    z-index: 1;
    background-attachment: fixed;
}

/* About  */
.about-us:after {
    content: "";
    background: rgb(8 12 31 / 48%);
    ;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
}

.btn-main-sec {
    font-size: 15px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 17px;
    padding: 14px 37px 14px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(221, 113, 9);
    border-radius: 30px;
    transform-origin: 50% 50% 0px;
    display: inline-block;
    visibility: visible;
    background: rgb(221, 113, 9);
    opacity: 1;
    transition: 0.4s;
}

.btn-secc a:hover {
    color: #fff !important;
    background: #000000c2;
    border-color: #000000c2;
}
.sub-title {
    color: #dd7109;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    /* text-transform: uppercase; */
    line-height: 1em;
    letter-spacing: 2px;
}

.subtitle-dots {
    position: relative;
    padding-left: 40px;
    vertical-align: middle;
}

.subtitle-dots:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 64%;
    width: 19px;
    height: 50px;
    transform: translateY(-50%) rotate(135deg);
    clip-path: polygon(100% 38%, 0 50%, 100% 61%);
    z-index: 1;
}

.subtitle-dots:before {
    background: linear-gradient(to right, #b55900, rgb(184 151 128 / -10%));
}

.subtitle-dots:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -2px;
    left: 9px;
    border-radius: 50%;
    background-color: #de752630;
    z-index: 0;
    animation: blinker 1slinear infinite;
    -moz-animation: blinker 1s linear infinite;
    -webkit-animation: blinker 1slinear infinite;
}

/*Home-Page*/
 .seo-half img {
            height: 150px;
            width: 150px;
            margin-top: -70px;
            left: 0;
            margin-left: 612px;
        }

        .animateed {
            animation: up-down 2s ease-in-out infinite alternate-reverse both;
        }

        @-webkit-keyframes up-down {
            0% {
                transform: translateX(5px);
            }

            100% {
                transform: translateX(-5px);
            }
        }

        @keyframes up-down {
            0% {
                transform: translateX(5px);
            }

            100% {
                transform: translateX(-5px);
            }
        }
        
        .btn-main-sec {
            font-size: 15px;
            font-weight: 700;
            color: rgb(255, 255, 255);
            text-transform: uppercase;
            letter-spacing: 2px;
            line-height: 17px;
            padding: 14px 37px 14px;
            border-style: solid;
            border-width: 2px;
            border-color: rgb(221, 113, 9);
            border-radius: 30px;
            transform-origin: 50% 50% 0px;
            display: inline-block;
            visibility: visible;
            background: rgb(221, 113, 9);
            opacity: 1;
            transition: 0.4s;
        }

        .btn-secc a:hover {
            color: #fff !important;
            background: #000000c2;
            border-color: #000000c2;
        }
        
        /*Modal-css*/
        
        .btn:focus {
            box-shadow: none !important;
        }

        .modal-body {
            padding: 0 !important;
        }

        .form-control,
        .form-select {
            line-height: 2.1 !important;
            color: #000000 !important;
            border-radius: 5px !important;
        }

        .form-select,
        .form-control:focus {
            border-color: #dd7109 !important;
            outline: 0;
            box-shadow: none !important;
        }

        .btn-close {
            position: absolute !important;
            right: 0 !important;
            top: 4px !important;
        }

        @media (min-width: 576px) {
            .modal-dialog {
                max-width: 750px !important;
                margin: 1.8rem auto !important;
            }
        }
        
        
        
        
        
        
        

