@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&amp;family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
@import url("https://site-assets.fontawesome.com/releases/v5.15.4/css/all.css");
@import url("../css/wwx3qeq.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/boxicons/2.1.0/css/boxicons.min.css");
@import url("../css/icostyle.css");



:root {
  --light_white: #f8f8f8;
  --black: #000;
  --white: #fff;
  --primary_color: #0c0c0c;
  --secondary_color: #121212;
  --hover_color: #e66329;
  --font-family: Kanit, sans-serif;
  overflow-x: hidden;
}



img {
  pointer-events: none;
}


.Bg-col{
    background: var(--secondary_color);
}
.logo__Sec__main h5 {
    font-size: 43px;
    margin: 0;
    color: #fff;
}
.footer__logo__sec h5 {
    font-size: 33px;
    margin: 0;
    padding-bottom: 22px;
    color: #fff;
    
}
header .logo__Sec__main img {
    min-width: 120px;
    max-width: 115px;
    min-height: 120px;
    max-height: 120px;
    object-fit: contain;
}
/*Website Font USE/
font-family: 'Kanit', sans-serif;
font-family: 'Poppins', sans-serif;
/*Website Font USE*/


/*BEGIN: GENERAL CSS*/

/*html{
      scroll-behavior: smooth;
}*/

body {
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 22px;
  color: #000;
  /* background: var(--primary_color); */
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body::-webkit-scrollbar-button:start:decrement,
body::-webkit-scrollbar-button:end:increment {
  display: none;
}

body::-webkit-scrollbar-track-piece {
  background-color: #f4f4ec;
  -webkit-border-radius: 0px;
  border-left: 1px solid #ccc;
}

body::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: var(--secondary_color);
}

::selection {
  color: var(--white);
  background: var(--hover_color);
}

a {
  text-decoration: none;
  color: #000;
  font-family: var(--paragraph-font);
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

p{
    font-family: 'Poppins', sans-serif;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}


/*Header Section Begin*/

.container {
    max-width: 1550px;
}

header {
    padding: 15px 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 0px 6px 1px #d2621a;
}

.logo__Sec__main a {
    display: inline-block;
    width: 95%;
}

.navbar-nav li:hover>ul.dropdown-menu {
  display: block;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 29%);
  min-width: 16rem;
  border-radius: 0;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

.logo_Sec_main a {
  display: block;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}


.main_menu_sec ul li a {
  font-size: 18px;
  padding: 21px 15px !important;
  color: #000;
  font-weight: 300;
}

.submenu-services p a {position: relative;transition: 0.5s ease-in-out;}

.submenu-services p a:hover {
    margin-left: 9px;
    }

.submenu-services p a:before {
    content: '';
    width: 0px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -5px;
    top: 50%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.main_menu_sec {
  padding-top: 0;
}

.dropdown-menu {
  padding: 0;
  margin: 0;
}

ul.dropdown-menu li a:hover,
ul.dropdown-menu li a:focus {
  background: var(--light_blue);
  color: var(--white) !important;
}

.main_menu_sec .navbar-collapse {
  justify-content: center;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
}

ul.dropdown-menu li a {
  font-size: 16px;
  border-bottom: 1px solid rgb(204 204 204 / 32%);
  color: var(--black);
}

.logo_Sec_main img {
  width: 85%;
position: relative;right: -25px;}

.logo_Sec_main {
  display: inline-block;
  width: 220px;
  transition: .5s;
  background: transparent;
  top: 0;
  position: relative;
  padding: 30px 10px;
}

header.stickyheader .logo_Sec_main {
    padding: 22px 10px;
}

header .container-fluid {

  margin: auto;
  padding: 0 75px;
}

header .row {
  align-items: center;
}

.main_menu_sec ul li a:hover {
  color: #fff !important;
}
header .navbar-nav .nav-services .service-item:hover,
header .navbar-nav .nav-item .nav-link:hover{
    color: #e66329 !important;
}
.top_bar_list ul li a:hover {
  color: #d7d7d7;
}

.top-left-social {
  position: absolute;
  background: #ffff;
  z-index: 99;
  height: 100%;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  display:none;
}

ul.breyer-social li {
  font-size: 45px;
  padding-bottom: 10px;
}

ul.breyer-social li a {
  color: #626569;
  padding: 13px 50px;
  display: block;
}

ul.breyer-social:after {
  content: '';
  position: absolute;
  border-right: 1px solid #ccc;
  width: 5px;
  height: 190px;
  right: 75px;
  top: -210px;
}

ul.breyer-social {
  position: relative;
}

ul.breyer-social:before {
  content: '';
  position: absolute;
  border-right: 1px solid #ccc;
  width: 5px;
  height: 190px;
  right: 75px;
  bottom: -210px;
}

.menu-item-has-children {
    /* position: relative; */
}
.menu-item-has-children>a {
    padding-right: 20px;
    position: relative;
}

ul.submenu.submenu-abt li {
    display: block;
}

ul.submenu.submenu-abt {
    width: auto;
}
.menu-item-has-children>a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3px 0 3px;
    border-color: #d35433 transparent transparent transparent;
    -webkit-transition: -webkit-transform .1s ease-out;
    transition: -webkit-transform .1s ease-out;
    -o-transition: transform .1s ease-out;
    transition: transform .1s ease-out;
    transition: transform .1s ease-out, -webkit-transform .1s ease-out;
}
.menu-item-has-children>.submenu {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    display: block;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    opacity: 0;
    top: 74%;
    left: 0%;
    width: 110%;
    margin-left: 0;
    background-color: #d1611a;
    padding-top: 0;
    border-radius: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: opacity .2s cubic-bezier(.165, .84, .44, 1), -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
    transition: opacity .2s cubic-bezier(.165, .84, .44, 1),
    -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
    -o-transition: opacity .2s cubic-bezier(.165, .84, .44, 1), transform .2s cubic-bezier(.165, .84, .44, 1);
    transition: opacity .2s cubic-bezier(.165, .84, .44, 1), transform .2s cubic-bezier(.165, .84, .44, 1);
    transition: opacity .2s cubic-bezier(.165, .84, .44, 1), transform .2s cubic-bezier(.165, .84, .44, 1),
    -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
    margin-top: 10px;
    padding-bottom: 10px;
}
.menu-item-has-children>.submenu:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 0px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .65);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .65);
    border-radius: 5px;
}
.menu-item-has-children>.submenu:after {
    /* content: ''; */
    position: absolute;
    left: 50%;
    bottom: 100%;
    z-index: 2;
    margin-left: -6px;
    margin-bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 10px 6px;
    border-color: transparent transparent rgba(35, 31, 32, .9) transparent;
}
.menu-item-has-children>.submenu>li {
    position: relative;
    z-index: 2;
    padding: 0 10px 0 20px;
    width: 24%;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}
.menu-item-has-children>.submenu>li:first-child {
    border-radius: 5px 5px 0 0;
}
.menu-item-has-children>.submenu>li:last-child {
    border-radius: 0 0 5px 5px;
}
.menu-item-has-children>.submenu>li:not(:last-child)>a{
    border-bottom: 1px solid #303030;
    /* margin: 10px 0 20px; */
    padding: 20px 10px !important;
}
.menu-item-has-children>.submenu>li>a img {
    max-width: 30px;
    margin-right: 10px;
}
.menu-item-has-children>.submenu>li.lastchild>a {
    border-bottom: none;
}
.menu-item-has-children>.submenu>li.is-active>a {
    color: #ff8901;
}
.menu-item-has-children>.submenu>li.is-active>a.on_press, html:not(.mobile):not(.tablet) .menu-item-has-children>.submenu>li.is-active>a:hover {
    color: #f6f073;
}
.menu-item-has-children>.submenu>li.menu-item-has-children>a {
    padding-right: 30px;
}
.menu-item-has-children>.submenu>li.menu-item-has-children>a:after {
    right: 20px;
}
.menu-item-has-children>.submenu>li>a {
    white-space: nowrap;
    display: block;
    padding: 13px 0;
    color: #fff !important;
    border-bottom: 1px solid #303030;
    margin: 6px 0 15px;
}
.menu-item-has-children>.submenu>li>a.on_press, html:not(.mobile):not(.tablet) .menu-item-has-children>.submenu>li>a:hover {
    color: #ff8901;
}
.menu-item-has-children>.submenu .submenu {
    top: 0;
    left: 100%;
    margin-left: 0;
    padding-top: 0;
}
.menu-item-has-children.focussed, .menu-item-has-children:hover {
    z-index: 2;
}
.menu-item-has-children.focussed>a:after, .menu-item-has-children:hover>a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.menu-item-has-children.focussed>.submenu, .menu-item-has-children:hover>.submenu {
    display: block;
    clip: auto;
    height: auto;
    overflow: visible;
    white-space: normal;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.main_menu_sec ul {
    align-items: center;
}

img.dark__logo.hide {
    display: none;
}

header.stickyheader img.light__logo {
    display: none;
}


header.stickyheader img.dark__logo.hide {
    display: block;
}

header .web_btn ul li a {padding: 13px 17px;font-size: 14px;color: #fff;}

header .row {align-items: center;}

header .web_btn {padding: 0;}

header .web_btn ul li a img {filter: brightness(0) invert(1);}

.mobile-nav {
    position: fixed;
    width: 80%;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    right: -80%;
    z-index: 12;
    background: var(--primary-color);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background: var(--secondary_color);
}

.mobile-nav .logo-main {
    font-size: 16px;
    color: #8795a0;
    padding: 15px 0 15px 24px;
    display: inline-block;
}

.mobile-nav img {
    width: 130px;
}

.mobile-nav nav {
    height: 100%;
}

.mobile-nav nav li a {
    color: #fff;
    font-weight: 400;
    display: block;
    padding: 15px 24px;
    border-top: 1px solid #d6d8db;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
font-size: 16px;}

.mobile-nav nav li a .fa {
    font-size: 20px;
    float: right;
}

.mobile-nav nav li ul {
    display: none;
    background: #fff;
}

.mobile-nav nav li ul li a {
    font-weight: 500;
    font-size: 14px;
color: #000;}

.app-container.active {
    left: -80%;
}

.app-container {
    position: relative;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
display: none;}

.mobile-nav-btn {
    display: none;
    position: fixed;
    top: 4px;
    height: 30px;
    padding: 6px 7px;
    border-radius: 4px;
    right: 2%;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 14;
}

.mobile-nav-btn {
    display: block;
    z-index: 99999;
    top: -10px;
}

.mobile-nav-btn.active {
    right: 2%;
z-index: 999999999;top: 15px;}

.mobile-nav-btn span {
    display: none;
    height: 3px;
    width: 22px;
    background-color: var(--primary-color);
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    top: 8px;
}

.lines:before, .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top .3s .6s ease,-webkit-transform .3s ease;
    transition: top .3s .6s ease,transform .3s ease;
}


.mobile-nav-btn .lines:before {
    top: 0;
    content: "\f0c9";
    font-family: 'Font Awesome 5 Pro';
    font-size: 38px;
    color: #fff;
    position: absolute;
    right: 0;
    background: #cc601b;
    background: -moz-linear-gradient(180deg,#cc601b  0, #e06618  71%);
    background: -webkit-linear-gradient(180deg,#cc601b  0, #e06618  71%);
    background: linear-gradient(180deg, #cc601b 0, #e06618 85%);
    padding: 16px 15px;
    border-radius: 5px;
    }

.mobile-nav-btn.active .lines:before {
        content: "\f00d";
background: #000;}

.mobile-nav.active {
    z-index: 9999999;
}

.mobile-nav.active {
    height: 100%;
    right: 0;
}

.mobile-nav ul {
    padding-top: 100px;
}

ul.firstlevel.unstyled {
    padding: 0;
}

.header_btn ul li {
    display: inline-block;
}

.header_btn ul li a {
    /* background: var(--hover_color); */
    padding: 17px 30px;
    color: var(--white);
    font-size: 16px;
    font-weight: 300;
    border-radius: 10px;
    background: #cc601b;
    background: -moz-linear-gradient(180deg, #cc601b  0, #e06618   71%);
    background: -webkit-linear-gradient(180deg, #cc601b  0, #e06618   71%);
    background: linear-gradient(180deg, #cc601b 0, #e06618 85%);
    padding: 10px 19px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 400;
}

.header_btn ul li a.numb_head {
    background: #fff;
    color: var(--black);
}

.header_btn ul li a.numb_head:hover {
    background: #cc601b;
    background: -moz-linear-gradient(180deg, #cc601b  0, #e06618   71%);
    background: -webkit-linear-gradient(180deg, #cc601b  0, #e06618   71%);
    background: linear-gradient(180deg, #cc601b  0, #e06618   85%);
    color: #fff;
}

.header_btn ul li a:hover {
    background: var(--white);
    color: var(--secondary_color);
}
.main_menu_sec ul li a:hover:before {
    width: 10px;
}

.menu-item-has-children>.submenu>li p a {
    font-size: 14px;
    padding: 15px 10px !important;
}
/*Header Section End*/


/*Banner Section Begin*/

.banner__Sec__main .carousel-item img {
    width: 100%;
}

.banner__Sec__main video.banner_video {
    width: 100%;
}

.banner__Sec__main .carousel-caption {
    text-align: left;
    top: -160px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    bottom: 0;
}

.banner__content h3 {
    letter-spacing: -0.72px;
    font-weight: 200;
    font-size: 24px;
    padding-left: 150px;
    position: relative;
    display: inline-block;
}

.banner__content h1 {
    font-size: 57px;
    font-weight: 400;
    padding-bottom: 10px;
}

.banner__content p {
    color: var(--white);
    font-weight: 300;
    font-size: 17px;
    line-height: 38px;
}

.banner__content h3:before {
    content: '';
    position: absolute;
    background: var(--hover_color);
    width: 15px;
    height: 15px;
    border-radius: 50px;
    top: 6px;
    transform: translate(-30px, 0px);
    background: #cc601b;
    background: -moz-linear-gradient(180deg,#cc601b  0, #e06618  71%);
    background: -webkit-linear-gradient(180deg,#cc601b  0, #e06618  71%);
    background: linear-gradient(180deg, #cc601b 0, #e06618 85%);
}

.banner__content h3:after {
    content: '';
    background: #fff;
    width: 96px;
    left: 0;
    height: 1px;
    position: absolute;
    top: 13px;
}

.banner___btn ul li {
    display: inline-block;
}

.banner___btn {
    padding-top: 30px;
}

.banner___btn ul li a {
    background: var(--hover_color);
    padding: 20px 30px;
    color: var(--white);
    font-size: 17px;
    font-weight: 400;
    border-radius: 5px;
    background: #cc601b;
    background: -moz-linear-gradient(180deg,#cc601b  0, #e06618  71%);
    background: -webkit-linear-gradient(180deg,#cc601b  0, #e06618  71%);
    background: linear-gradient(180deg, #cc601b 0, #e06618 85%);
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 5px;
}

.banner___btn ul li:nth-last-child(1) a {
}

.banner__Sec__main .carousel-item:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg,#0c0c0c 0,rgb(19 20 38 / 47%) 100%);
    z-index: 1;
}

/*Banner Section End*/

/*Services Section Begin*/

.services__Sec__main {
    margin-top: -200px;
}

.padding__120{
  padding: 60px 0;
}

.services__head h2 {
    color: var(--white);
    font-weight: 400;
    font-size: 42px;
}

.services__box__img {
    position: relative;
}

.services__box__img:before {
    background: transparent linear-gradient(180deg, #11111117 0%, #000000 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.services__box__img img {
    width: 100%;
}

.services__content_overlay {
    position: absolute;
    bottom: 20px;
    padding: 30px 20px 0;
}

.services__content_overlay span {
    color: var(--white);
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    padding-bottom: 10px;
    display: inline-block;
}

.services__content_overlay p {
    color: var(--white);
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
}

.services__box {
    position: relative;
}

.slick-slide{
  margin: 0;
}

/*Services Section End*/

/*Our Process Section Begin*/

.our__process__sec{
  background: var(--white);
  background-size: cover;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  position: relative;
}

.our__process__sec:before {
    content: '';
    background: url(../images/process-bg.png);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.2;
}

.process_head h6 {
    color: var(--hover_color);
    font-size: 25px;
    font-weight: 300;
}

.process_head h3 {
    color: var(--black);
    font-size: 52px;
    font-weight: 400;
}

.process__box span {
    color: var(--hover_color);
    font-size: 21px;
    font-weight: 300;
    padding-bottom: 20px;
    display: inline-block;
}

.process__box h5 {
    color: var(--black);
    font-weight: 400;
    font-size: 27px;
    padding-bottom: 10px;
}

.process__box p {
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
    line-height: 28px;
}

.process__box {
    position: relative;
}

.process__box:before {
    content: '';
    position: absolute;
    background: var(--white);
    width: 1px;
    height: 280px;
    right: 0;
    top: -50px;
}

.our__process__sec .row.pt-5 {
    margin-top: 40px;
}

.our__process__sec .col-sm-3:nth-child(4) .process__box:before {
    background: transparent;
}

/*Our Process Section End*/


/*our Portfolio Section Begin*/

.center__head {
    text-align: center;
}

.center__head h3 {
    color: var(--secondary_color);
    font-weight: 400;
    font-size: 55px;
    padding-bottom: 10px;
}

.keep__terms__sec{
  background: linear-gradient(180deg,rgba(255,255,255,.04) 0,rgba(255,255,255,0) 100%);
  margin: 50px 80px;
}

.term__keep__head h6 {
    color: var(--white);
    letter-spacing: 6px;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 20px;
}

.term__keep__head h3 {
    color: var(--secondary_color);
    font-size: 41px;
    font-weight: 700;
    line-height: 60px;
}

.term__keep__head h3 span {
    font-weight: 400;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--secondary_color);
    display: block;
}

.term__keep__head h3 i {
    color: var(--primary_color);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tab__menu__port ul li {
    width: 100%;
    margin: 0 0 10px 0 !important;
}

.tab__menu__port ul li a {
    color: var(--secondary_color);
    padding: 15px 30px;
    border-radius: 5px !important;
    font-size: 19px;
    border: 0 !important;
}

.tab__menu__port ul {
    border: 0;
}

.tab__menu__port ul li a.active,.tab__menu__port ul li a:hover {
    background: #de6618 !important;
    border-color: #de6519 !important;
    color: #fff !important;
    background: #cc601b;
    background: -moz-linear-gradient(180deg,#cc601b  0, #e06618  71%);
    background: -webkit-linear-gradient(180deg,#cc601b  0, #e06618  71%);
    background: linear-gradient(180deg, #cc601b 0, #e06618 85%)!important;
}

.tab__menu__port ul li a:hover {
    border: 0;
}

.portfolio__inner__img img {
    width: 100%;
    border-radius: 15px;
    position: relative;
}

.portfolio__inner__img {
    position: relative;
}

.portfolio__inner__img:before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50.26%, rgba(9, 9, 9, 0)), color-stop(99.06%, #090909));
    background: linear-gradient(180deg, rgba(9, 9, 9, 0) 50.26%, #090909 99.06%);
    z-index: 99;
    border-radius: 15px;
}

.portfolio__overlay__inner {
    position: absolute;
    bottom: 0;
    padding: 30px 30px;
    width: 100%;
    z-index: 99;
}

.portfolio__overlay__inner span {
    font-size: 35px;
    font-weight: bold;
    /* margin-bottom: 25px; */
    display: inline-block;
    color: var(--white);
    /* opacity: 0; */
    /* -webkit-transform: translateY(20px); */
    /* transform: translateY(20px); */
    -webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding-bottom: 20px;
    line-height: 36px;
}

.portfolio__overlay__inner p,.portfolio__overlay__inner p a {
    font-size: 19px;
    color: var(--hover_color);
    /* -webkit-transform: translateY(20px); */
    /* transform: translateY(20px); */
    -webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    /* opacity: 0; */
}

.portfolio__inner__tab:hover .portfolio__overlay__inner span {
    /* opacity: 1; */
    /* -webkit-transform: translateY(0px); */
    /* transform: translateY(0px); */
}

.portfolio__inner__tab:hover .portfolio__overlay__inner p, .portfolio__inner__tab:hover .portfolio__overlay__inner p a {
    /* opacity: 1; */
    /* -webkit-transform: translateY(0px); */
    /* transform: translateY(0px); */
}

.portfolio__inner__lnks {
    position: absolute;
    right: 50px;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 0;
}

.portfolio__inner__lnks a i {
    color: var(--hover_color);
    font-size: 70px;
}

.portfolio__inner__lnks a {
    display: inline-block;
}

.portfolio__inner__tab:hover .portfolio__inner__lnks {
    opacity: 1;
    bottom: 55px;
}

.portfolio__inner__tab {
    margin-bottom: 30px;
}

.menu__stactic {
    position: sticky;
    top: 20px;
}



/*our Portfolio Section End*/

/*Our Packages Section Begin*/

.packages__sec__main {
    /* background: var(--secondary_color); */
}

.det {
    text-align: center;
}

.det a {
    color: #fff;
    padding-top: 15px;
    display: inline-block;
    font-size: 19px;
}

.packages_box_sec{
    background: var(--primary_color);
    padding: 30px 30px;
    transition: 0.5s ease-in-out;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.packges__head h6 {
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 0px;
}

.packges__head {
    padding-bottom: 20px;
}

.org_pri h5 {
    font-size: 54px;
    color: var(--white);
    font-weight: 7000;
    position: relative;
    padding: 0 5px 0 20px;
    display: inline-block;
}

.org_pri h5 span {
    font-size: 17px;
}

.org_pri h5 small {
    font-size: 26px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
}

.org_pri span {
    color: var(--white);
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
}

.org_pri span small {
    text-decoration: line-through;
    font-size: 18px;
    font-weight: 300;
    opacity: 0.3;
}

.org_pri span small {
    display: block;
    font-size: 18px;
    opacity: 0.5;
}

.packages__price {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.cut_price small {
    color: #fff;
    font-size: 15px;
    display: block;
    text-align: right;
    padding-bottom: 5px;
}

.cut_price {}

.cut_price span.perc {
    font-size: 28px;
    color: var(--white);
    font-weight: 500;
}

.packages_para p {
    text-align: left;
    font-size: 18px;
    font-weight: 100;
    line-height: 26px;
    color: var(--white);
}

.packages_para {
    padding-top: 10px;
}

ul.pkg-list li {
    font-size: 14px;
    color: var(--white);
    font-weight: 300;
    padding-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

ul.pkg-list li:before {
    content: '';
    background: url(../images/check-icon.png);
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 4px;
}

ul.pkg-list::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}

ul.pkg-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e6e5e5;
  border-radius: 10px;
  background: #e6e5e5;
}
ul.pkg-list::-webkit-scrollbar-thumb {
  background: var(--hover_color);
  border-radius: 10px;
}
ul.pkg-list::-webkit-scrollbar-thumb:hover {
 background: #f15b07;
  border-radius: 10px;
}

ul.pkg-list {
    height: 290px;
    overflow-y: scroll;
}

.btn__packages {
    padding-top: 10px;
    text-align: center;
}

.btn__packages a {
    background: var(--hover_color);
    width: 100%;
    display: block;
    padding: 19px;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    background: #cc601b;
    background: -moz-linear-gradient(180deg,#cc601b  0, #e06618  71%);
    background: -webkit-linear-gradient(180deg,#cc601b  0, #e06618  71%);
    background: linear-gradient(180deg, #cc601b 0, #e06618 85%);
}

.packages_box_sec:hover {background: #4a4a4a;transition: 0.5s ease-in-out;}


.packages_box_sec:hover .btn__packages a {
    background: var(--white);
    color: var(--hover_color);
}

.packages_box_sec:hover .org_pri span {
    color: #fff;
}

.packages_box_sec:hover .org_pri span small {
    color: #fff;
    opacity: 1;
}

.packages_box_sec:before {
    content: '';
    position: absolute;
    background: url(../images/packages-bg.png);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
}

.packages__tab__menu ul {
    border: 0;
    margin: 0;
    justify-content: center;
}

.packages__tab__menu ul li a {
    padding: 15px 34px;
    background: #000;
    color: var(--white);
    border: 0 !important;
    border-radius: 5px !important;
}

.packages__tab__menu ul li {
    margin: 0 !important;
    padding: 0 10px;
}

.packages__tab__menu ul li a:hover,.packages__tab__menu ul li a.active {
    color: var(--white) !important;
    background: -webkit-linear-gradient(180deg,#cc601b  0, #e06618  71%);
    background: linear-gradient(180deg, #cc601b 0, #e06618 85%);
}

.packages__sec__main .row {
    justify-content: center;
}

/*Our Packages Section End*/

/*Counter Section Begin*/

.counter__Sec__main {
    background: var(--white);
}

.counter-item {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    /* transition: 0.5s; */
    padding: 100px 30px;
    height: calc(100% - 50px);
    border-left: 1px solid rgb(0 0 0 / 25%);
    margin-bottom: 50px;
    text-align: center;
}

.counter-item span {
    display: block;
    line-height: 1;
    font-size: 140px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    font-weight: 700;
    color: transparent;
    margin-bottom: 15px;
    -webkit-text-stroke: 1.5px;
    -webkit-text-stroke-color: rgb(0 0 0);
}

.counter__Sec__main .center__head h3 {
    color: var(--black);
}

.counter-item p {
    color: var(--blac);
    font-size: 18px;
    font-weight: 400;
}


.bordered-top{
    border-top: 1px solid rgb(0 0 0 / 25%);
}


.bordered-bottom{
    border-bottom: 1px solid rgb(0 0 0 / 25%);
}

.bordered-right{
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.counter-item:hover {
    border-color: var(--hover_color);
}

.counter-item:hover span {-webkit-text-stroke-color: var(--hover_color);}


/*Counter Section End*/


/*Review Section Begin*/

.review__head span {
    color: var(--secondary_color);
    font-size: 18px;
    font-weight: 200;
    border: 1px solid var(--secondary_color);
    border-radius: 50px;
    padding: 15px 40px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

.review__head span:before {
    content: '';
    background: var(--hover_color);
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    left: 20px;
    top: 23px;
}

.review__head span:after {
    content: '';
    background: #d8641a;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    right: 20px;
    top: 23px;
}

.review__head h2 {
    font-size: 60px;
    color: var(--secondary_color);
}

.review__img__sec img {
    width: 100%;
}

.review__rating__star {
    padding-bottom: 20px;
}

.review__content__text p {
    color: var(--secondary_color);
    font-size: 32px;
    line-height: 54px;
    font-weight: 200;
    margin-bottom: 50px;
}

.qoute__icon span {
    border: 1px solid var(--white);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: var(--primary_color);
}

.qoute__icon span img {
    width: 30px;
}

.qoute__icon {
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}


.qoute__icon:before {
    content: '';
    background: var(--white);
    width: 990px;
    position: absolute;
    left: -78px;
    bottom: 30px;
    height: 1px;
    z-index: -1;
}

.author___name span {
    color: var(--secondary_color);
    font-size: 26px;
    font-weight: 200;
    padding-bottom: 15px;
    display: inline-block;
}

.author___name p {
    color: var(--hover_color);
    font-size: 17px;
}

.review__rating__star img {
    width: 15%;
}

/*Review Section End*/

/*Marquee Section Begin*/

.marquee__sec__main {
    background: linear-gradient(180deg, #cc601b 0, #e06618 85%);
    padding: 20px 0;
}

.marquee__sec__main ul li {
    display: inline-block;
    color: var(--white);
    font-size: 62px;
    font-weight: 600;
    padding: 20px 10px;
    color: transparent;
    -webkit-text-stroke: 0.5px;
    -webkit-text-stroke-color: var(--white);
}

.marquee__sec__main ul li img {
    padding: 10px 40px;
}

/*Marquee Section End*/


/*Digital Reality Section Begin*/

.digital__reality__sec .center__head h3 {
    color: var(--black);
}

.digital__reality__sec {
    background: var(--white);
    padding-bottom: 0;
}

.center__head p {
    font-size: 19px;
    color: var(--secondary_color);
    line-height: 35px;
}

.app__dev .center__head p {
    color: var(--black);
}

.portfolio-sec {
    padding: 110px 0;
    border-top: 1px solid #c3bfbf;
    position: relative;
    overflow: hidden;
    background: #fafafa;
    background: -moz-linear-gradient(180deg,#fafafa 0,#e6e6e6 50%);
    background: -webkit-linear-gradient(180deg,#fafafa 0,#e6e6e6 50%);
    background: linear-gradient(180deg,#fafafa 0,#e6e6e6 50%);
}

.portfolio-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.port-img-box {
    position: absolute;
    top: 0;
    left: 0;
    clip-path: circle(50px at 0% 0%);
    opacity: 0;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    height: 100%;
}

.port-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-sec .container-fluid {
    padding: 0;
    width: 95%;
}

.logo-thumbnail {
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.logo-thumbnail .color-box {
    display: block;
    width: 173px;
    height: 200px;
    border-radius: 7px;
    margin: 0 auto 30px;
}

.logo-thumbnail .color-box img {
    margin-top: -110px;
}

.portfolio-caption h6 {
    text-transform: capitalize;
    margin-bottom: 10px;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    font-weight: 300;
}

.portfolio-caption p, .portfolio-sec .portfolio-caption h4, .portfolio-sec .portfolio-caption h6 {
    transition: .3s!important;
    -webkit-animation-duration: .1s!important;
    animation-duration: .1s!important;
}

.portfolio-caption h4 {
    color: #1b1a1a;
    font-size: 46px;
    font-weight: 400;
    padding-right: 60px;
    line-height: 57px;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.portfolio-sec:hover .port-img-box {
    clip-path: circle(100%);
    transform: scale(1.08);
    opacity: 1;
    width: 100%;
}

.portfolio-sec:hover .logo-thumbnail {
    opacity: 0;
    overflow: hidden;
}

.portfolio-sec:hover .portfolio-caption h4, .portfolio-sec:hover .portfolio-caption h6, .portfolio-sec:hover p {
    color: #fff;
}

.portfolio-caption p {
    font-size: 17px;
    line-height: 33px;
}

.portfolio-sec.black-text:hover * {
    color: #1d1e1f!important;
}
/*Digital Reality Section End*/

/*FAQ Section Begin*/

.faq__Sec__main button[aria-expanded="true"] .fa:before {
    content: "\f107";
}

.faq__Sec__main .card {
    background: transparent;
}

.faq__Sec__main .card button {
    font-size: 21px;
    color: var(--secondary_color);
    font-weight: 200;
    border: 0;
    text-decoration: none;
    padding: 0px 0;
}

.faq__Sec__main .card-body {
    color: var(--secondary_color);
    padding: 20px 20px;
    font-size: 18px;
    font-weight: 200;
    line-height: 32px;
}

.faq_img__sec img {
    width: 100%;
    height: 750px;
    object-fit: cover;
}

/*FAQ Section End*/

/*Contact Us Section Begin*/

.contact__form__sec{
  /* background: var(--primary_color); */
}

.contact__form .selected-dial-code {
    color: var(--primary_color);
}

.contact__det{
  background: var(--secondary_color);
  padding: 100px 50px 90px;
  border-radius: 40px;
  position: relative;
  z-index: 9;
}

.contact__det h4 {
    color: var(--white);
    font-size: 45px;
    line-height: 53px;
    margin-bottom: 20px;
}

.contact__det p {
    color: var(--white);
    font-size: 24px;
    line-height: 34px;
    font-weight: 200;
}

.contact__number ul li {
    position: relative;
}

.contact__number ul li a {
    color: var(--white);
    font-size: 43px;
    font-weight: 700;
    padding-left: 30px;
    position: relative;
}

.contact__number {
    padding-top: 20px;
}

.contact__number ul li:before {
    content: '';
    background: var(--hover_color);
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: -14px;
    border-radius: 50px;
    background: #cc601b;
    background: -moz-linear-gradient(180deg,#cc601b  0, #e06618  71%);
    background: -webkit-linear-gradient(180deg,#cc601b  0, #e06618  71%);
    background: linear-gradient(180deg, #cc601b 0, #e06618 85%);
}

.contact__number ul li:after {
    content: '';
    background: #d004058c;
    width: 70px;
    height: 70px;
    position: absolute;
    left: -10px;
    top: -24px;
    border-radius: 50px;
    z-index: -1;
    /* background: #cc601b; */
    background: -moz-linear-gradient(180deg,#cc601b  0, #e06618  71%);
    background: -webkit-linear-gradient(180deg,#cc601b  0, #e06618  71%);
    background: linear-gradient(180deg,#cc601b  0, #e0661885 85%);
}

.contac__icon__top {
    position: absolute;
    top: -23px;
    left: -50px;
    filter: drop-shadow(2px 4px 6px black);
}

.contact__form__head h4 {
    font-size: 51px;
    margin-bottom: 30px;
    color: var(--white);
}

.contact__form input {height: 80px;margin-bottom: 20px;background: transparent;border: 0;border-bottom: 1px solid var(--primary_color);border-radius: 0;font-weight: 300;width: 100%;color: var(--primary_color);font-size: 18px;}

.contact__form textarea {
    height: 200px;
    background: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid var(--primary_color);
    resize: none;
    color: var(--primary_color);
}

.btn__submit {
    margin-top: 50px;
}

.btn__submit input {
    width: auto;
    background: var(--hover_color);
    height: auto;
    padding: 15px 45px;
    border: 0;
    color: var(--white);
    font-size: 20px;
    font-weight: 200;
    border-radius: 5px;
    cursor: pointer;
    background: #cc601b;
    background: -moz-linear-gradient(180deg,#cc601b  0, #e06618  71%);
    background: -webkit-linear-gradient(180deg,#cc601b  0, #e06618  71%);
    background: linear-gradient(180deg, #cc601b 0, #e06618 85%);
}
/*Contact Us Section End*/

.app__dev {
    background: #fff;
}

.app__dev .center__head h3 {
    color: var(--black);
}


.app__box span {
    display: block;
    text-align: center;
    font-size: 26px;
    padding-bottom: 40px;
}

.app__box img {
    margin: 0 auto;
}

.app__box {
    text-align: center;
}


/*Inner pages Section Begin*/

.inner__banner .banner__content h3:before {
    left: auto;
    transform: translate(-30px, 2px);
}

.inner__banner .banner__content h3:after {
    left: 0;
    transform: translate(0px, 2px);
}

.inner__banner .banner__content p {
    width: 77%;
    margin: 0 auto 20px;
}

.dev__about__content span {
    color: var(--secondary_color);
    letter-spacing: -0.72px;
    font-size: 24px;
    font-weight: 200;
    padding-bottom: 20px;
    display: inline-block;
}

.dev__about__content h3 {
    color: var(--secondary_color);
    font-size: 60px;
    font-weight: 500;
    padding-bottom: 20px;
}

.dev__about__content p {
    color: var(--secondary_color);
    font-size: 20px;
    line-height: 38px;
    font-weight: 500;
}


.heading__center {
    margin: -30px;
    z-index: -1;
    position: relative;
}

.heading__center .container-fluid {
    padding: 0;
}

.heading__text ul li {
    font-size: 240px;
    color: var(--secondary_color);
    font-weight: bold;
    display: inline-block;
    padding: 0 0 0 10px;
}

.heading__text ul li span {
    opacity: 1;
    color: transparent;
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: #000000;
    padding: 0 60px;
}

.expert__sec__main {
    /* background: var(--secondary_color); */
}

.expert__sec__main .review__head h2 {
    font-size: 45px;
}

.expert__para__head p {
    font-size: 20px;
    color: var(--secondary_color);
    line-height: 34px;
    font-weight: 300;
}

.expert__box {border: 1px solid #fff;padding: 30px;border: 2px solid #707070;border-radius: 18px;transition: all 0.5s ease;height: 360px;}

.expert__icon {
    padding-bottom: 20px;
}

.expert__box:hover .expert__icon img {
    filter: brightness(0) invert(1);
}

.expert__box__para h6 {
    font-size: 22px;
    font-weight: 500;
    color: var(--secondary_color);
    padding-bottom: 10px;
}

.expert__box__para p {
    font-size: 16px;
    color: var(--secondary_color);
    font-weight: 300;
    line-height: 30px;
    max-height: 140px;
    padding-right: 15px;
    transition: all 0.7s ease;
    overflow-y: scroll;
}
.expert__box__para p::-webkit-scrollbar {
  width: 3px;
}
.expert__box__para p::-webkit-scrollbar-track {
  background-color: rgba(3, 21, 33, .1);
}
.expert__box__para p::-webkit-scrollbar-thumb {
  background-color: #e06618;
  height: 60px;
}

.expert__box:hover {
    transition: all 0.7s ease;
    background: var(--hover_color);
    border-color: var(--hover_color);
}


.full-width {
  width: 100%;
}

.rest {
  margin: 0;
  padding: 0;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-50 {
  margin-top: 50px;
}
.portfolio-fixed {
  background-color: #1A1A1A;
}

.portfolio-fixed .left {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.portfolio-fixed .img {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  opacity: 0;
}

.portfolio-fixed .img:first-of-type {
  opacity: 1;
  z-index: 1;
}

.portfolio-fixed .img:nth-of-type(2) {
  z-index: 2;
}

.portfolio-fixed .img:nth-of-type(3) {
  z-index: 3;
}

.portfolio-fixed .img:nth-of-type(4) {
  z-index: 4;
}

.portfolio-fixed .img:nth-of-type(5) {
  z-index: 5;
}

.portfolio-fixed .img.current {
  opacity: 1;
}

.portfolio-fixed .right {
  padding: 250px 100px;
  overflow: hidden;
}

.portfolio-fixed .cont {
  margin-bottom: 250px;
  opacity: .1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  font-family: 'Sora', sans-serif;
}

.portfolio-fixed .cont:last-of-type {
  margin-bottom: 0;
}

.portfolio-fixed .cont.active {
  opacity: 1;
}

.portfolio-fixed .cont .img-hidden {
  display: none;
}

.portfolio-fixed .current.cont {
  opacity: 1;
}
.butn-circle {
  width: 160px;
  height: 160px;
  position: relative;
  overflow: hidden;
}

.butn-circle:hover span {
  color: #000;
}

.butn-circle:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.butn-circle:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #c9f31d;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.butn-circle.sml {
  width: 130px;
  height: 130px;
}

.butn-circle.sml span {
  text-transform: capitalize;
  letter-spacing: 0;
}
.butn-circle span {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2;
  position: relative;
  z-index: 2;
}

.butn-circle .circle-star {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.butn-circle:hover svg {
  filter: brightness(0) saturate(100%) invert(6%) sepia(12%) saturate(1967%) hue-rotate(326deg) brightness(93%) contrast(98%);
}

.portfolio-fixed .sub-title {
    color: var(--white);
    font-size: 18px;
    font-weight: 200;
    border: 1px solid var(--white);
    border-radius: 50px;
    padding: 15px 40px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

.portfolio-fixed .sub-title:before {
    content: '';
    background: var(--hover_color);
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    left: 20px;
    top: 23px;
}

.portfolio-fixed .sub-title:after {
    content: '';
    background: var(--hover_color);
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    right: 20px;
    top: 23px;
}

.portfolio-fixed .cont h2 {
    font-size: 64px;
    color: var(--white);
}

.portfolio-fixed .cont p {
    font-size: 17px;
    line-height: 32px;
    color: var(--white);
    font-weight: 300;
}

.box__img__tab img {
    width: 600px;
    height: 600px;
    object-fit: cover;
}

.process__box__content {
    width: 573px;
    height: 392px;
    background: rgb(29 29 29 / 90%) 0% 0%;
    position: absolute;
    bottom: -90px;
    left: 124px;
    padding: 0px 30px;
}

.process__box__content img {
    padding-bottom: 0;
    width: 25%;
}

.process__box__content p {
    font-size: 17px;
    line-height: 36px;
    color: var(--white);
    font-weight: 200;
}

.process__left__Sec h6 {
    color: var(--secondary_color);
    font-size: 18px;
    font-weight: 300;
    border: 1px solid var(--secondary_color);
    border-radius: 50px;
    padding: 15px 40px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}


.process__left__Sec h6:before {
    content: '';
    background: var(--hover_color);
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.process__left__Sec h6:after {
    content: '';
    background: var(--hover_color);
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.process__left__Sec p {
    font-size: 21px;
    color: var(--secondary_color);
    line-height: 40px;
    font-weight: 400;
}

.process__left__Sec ul li {
    display: block;
}

.process__left__Sec ul {
    display: unset;
}

.process__left__Sec ul li a {
    padding: 29px 0px !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: 0 !important;
    color: var(--secondary_color) !important;
    font-size: 31px;
    font-weight: 400;
}
.process__left__Sec .nav-link.active,.process__left__Sec .nav-link:hover {
    color: var(--hover_color) !important;
}

.process__left__Sec ul li a span {
    color: var(--hover_color);
    font-weight: bold;
    padding-right: 20px;
}

.box__img__tab {
    width: 596px;
    height: 518px;
    object-fit: cover;
}

.parallex__img__tab {
    text-align: right;
}

.call__to__action {
    background: var(--secondary_color);
    margin: -300px 450px 0 0;
    position: relative;
}

.call__action__content {
    padding: 0 50px 0 110px;
}

.call__action__content h6 {
    font-size: 70px;
    color: var(--white);
    line-height: 94px;
}

.call__action__content h6 span {
    color: var(--hover_color);
}

.project__parallex {
    background: url(../images/project-cta-img.jpg);
    background-attachment: fixed;
    height: 540px;
    margin-left: 400px;
    background-size: contain;
}

.count__sec_inner span {
    opacity: 0.3;
    font-size: 93px;
    font-weight: 700;
    padding-bottom: 5px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--secondary_color);
    line-height: 120px;
}

.count__sec_inner p {
    font-weight: 600;
    letter-spacing: 0.31em;
    color: var(--secondary_color);
}

.count__sec_inner {
    position: relative;
    text-align: center;
}

.count__sec_inner:before {
    right: 0;
    top: 20px;
    width: 1px;
    content: "";
    height: 110px;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-color: rgba(86, 86, 86, 0.3);
}

.count__sec_inner:after {
    top: 60px;
    opacity: 0;
    right: -15px;
    font-size: 32px;
    content: "\f178";
    font-weight: 900;
    position: absolute;
    color: var(--hover_color);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    font-family:
    "Font Awesome 5 Pro";
}

.count__sec_inner:hover:before {
    opacity: 0;
}

.count__sec_inner:hover:after {
    opacity: 1;
}

/*Inner pages Section End*/

/*About Us Section Begin*/

.about__img__left img {
    width: 100%;
    border-radius: 20px;
}

.about__img__btm img {
    border-radius: 20px;
}

.about__img__btm {
    padding-bottom: 30px;
}

.about__content p {
    color: var(--secondary_color);
    font-size: 30px;
    line-height: 50px;
    font-weight: 200;
}

.about__sec__btn {
    padding-left: 30px;
}

.inner__Services .services__Sec__main {
    margin-top: 0;
    background: var(--secondary_color);
    padding: 120px 0 !important;
}

.about__review .review__sec__main {
    /* background: var(--secondary_color); */
}

/*About Us Section End*/

/*Footer Section Begin*/

footer {
    background: var(--secondary_color);
    padding: 70px 0;
}

.footer__logo__sec img {
    padding-bottom: 20px;
}

.footer__logo__sec img {
    width: 60%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(12%) hue-rotate(103deg) brightness(105%) contrast(105%);
}

.paragraph__para p {
    font-size: 14px;
    line-height: 25px;
    color: var(--white);
    font-weight: 300;
    padding-bottom: 20px;
}


.menu__footer__head span {
    font-size: 20px;
    color: var(--white);
    font-weight: 300;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.menu__footer__head ul li a {
    color: var(--white);
    padding-bottom: 15px;
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
}

.location__sec ul li span {
    color: var(--white);
    font-size: 19px;
    font-weight: 300;
    padding-bottom: 10px;
    display: inline-block;
}

.location__sec ul li span img {
    padding-right: 10px;
}

.location__sec ul li p {
    font-size: 15px;
    color: var(--white);
    font-weight: 300;
}

.location__sec ul li {
    padding-bottom: 20px;
}

.location__sec ul li p a {
    color: var(--white);
}

/*Footer Section End*/

.digital__reality__sec .center__head p {
    color: var(--black);
    font-size: 17px;
}

.copy__right {
    background: #cc601b;
    background: -moz-linear-gradient(180deg,#cc601b  0, #e06618  71%);
    background: -webkit-linear-gradient(180deg,#cc601b  0, #e06618  71%);
    background: linear-gradient(180deg, #cc601b 0, #e06618 85%);
    padding: 16px 0;
}

.copy_text p {
    font-size: 17px;
    color: var(--white);
    font-weight: 400;
    margin-bottom: 0;
}

.term__links ul li {
    display: inline-block;
    padding: 0 20px 0 0;
}

.term__links ul li a {
    color: var(--white);
    font-size: 18px;
    font-weight: 200;
}

.term__links {
    text-align: right;
}


/*POPUP Section Begin*/

.LetsGetModal .modal-dialog {
    max-width: 920px;
}

.modal__img__sec img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

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

.LetsGetModal .modal-content {
    border-radius: 15px;
    border: 0;
}


.ban-form input {
    height: 45px;
    margin-bottom: 13px;
    font-size: 14px;
}

.form__banner {
    padding: 0;
}

.ban-form textarea {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    border: 1px solid #D4D4D4;
    padding: 15px 12px;
    font-size: 14px;
    margin-bottom: 20px;
}

.submitbtn input {
    width: 100%;
    background: var(--secondary_color);
    border: 0;
    font-size: 18px;
    color: var(--white);
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 16px 0;
}

.overlay_popup {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 20px 20px;
    bottom: 0;
    display: flex;
    align-items: flex-end;
}

.modal__img__sec {
    position: relative;
}

.overlay_popup h5 {
    color: var(--white);
    font-size: 26px;
    font-weight: 300;
}

.overlay_popup h5 span {
    color: var(--secondary_color);
}

.LetsGetModal button.close {
    background: var(--secondary_color);
    opacity: 1;
    text-shadow: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50px;
    color: #fff;
    z-index: 9999;
}

.modal-backdrop {
    z-index: 99999;
}

.modal{
    z-index: 999999;
}

.intl-tel-input {
    width: 100%;
    margin-bottom: 15px;
}

.ban-form select {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    height: 45px;
    margin-bottom: 13px;
    font-size: 13px;
    padding: 0.375rem 0.75rem;
    color: #495057;
}

.form__banner textarea {
    height: 230px;
}

.LetsGetModal textarea {
width: 100%;
    height: 223px;
    border-radius: 5px;
    padding: 10px 10px;
    border: 1px solid #ced4da;
    resize: none;
}

.LetsGetModal #contact_pop textarea {
    height: 163px;
}

.popup__head h6 {
    font-size: 30px;
    font-weight: bold;
}

.popup__head p {
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
    width: 90%;
}

.banner-formInner .col-sm-8 {
    padding: 30px 40px;
}
/*POPUP Section End*/

.term_content_Sec h3 {color: var(--secondary_color);font-size: 45px;font-weight: bold;padding-bottom: 10px;}

.term_content_Sec p {font-size: 19px;line-height: 35px;color: var(--secondary_color);font-weight: 400;}

.term_content_Sec {padding-bottom: 30px;display: inline-block;width: 100%;}

.term_content_Sec ul li {
    font-size: 19px;
    padding-bottom: 15px;
    font-weight: 400;
    list-style-type: disc;
    line-height: initial;
    color: var(--secondary_color);
}

.term_content_Sec ul li ul li a, .term_content_Sec ul li a {
    color: var(--hover_color);
    text-decoration: underline;
    font-weight: bold;
}

.term_content_Sec ul {padding: 0 40px;}

.term_content_Sec p a {color: var(--hover_color);text-decoration: underline;font-weight: bold;}

.socail_icon ul li a {
    color: #fff;
    display: inline-block;
    font-size: 28px;
}

.socail_icon ul li {
    display: inline-block;
    padding: 0 20px 0 0;
}

.terms__banner .carousel-caption {
    top: 160px;
}

.inner__banner.terms__banner .carousel-item  img {
    height: 420px !important;
    object-fit: cover;
}

.thanks__banner .carousel-caption {
    top: 70px;
}

.inner__banner.thanks__banner .carousel-item img {
    height: 650px !important;
    object-fit: cover;
}

.subs-pac {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 60px;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 75px 0 0;
    background-color: #d1611a;
}



.bronze {
    border: 1px solid transparent;
}

.subscribe-fold h3 {
    font-size: 31px;
    margin: 0;
    position: relative;
    text-transform: capitalize;
    font-weight: 400;
    width: 100%;
    text-align: center;
    color: #fff;
}

.subs-pac h6 {
color: #fff;
    font-size: 50px;
    font-weight: 500;
    display: inline-block;
    line-height: 0.9;
    margin: 30px 0 0;
    position: relative;
    padding: 0 20px;
}

.subs-pac h6 span.old {
    position: absolute;
    right: 0;
    left: 0;
    top: -30px;
    text-decoration: line-through;
    font-weight: 700;
    margin: 0;
    font-size: 16px;
}

.subs-pac h6 span {
font-size: 19px;
    color: #fff;
    display: inline-block;
    margin: 30px 0 0;
    padding: 0;
    position: relative;
    line-height: 1.3;
    font-weight: 200;
}

.subs-pac h6 span b.monthss {
    position: absolute;
    right: -61px;
    font-size: 20px;
    top: -37px;
    color: #555;
}

.subs-pac h6 b {
position: relative;
    font-size: 18px;
    display: inline-block;
    bottom: 0;
    color: #fff;
    left: -10px;
    font-weight: 200;
}

.subs-pac a.ordrrrr {
    text-align: center;
    margin: 30px auto 0;
    border: none;
    padding: 18px 60px;
    color: #fff;
    box-shadow: none;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    font-size: 19px;
    background: #121212;
    border-radius: 10px;
}

.subs-pac .actions a.chatbtn {
font-size: 20px;
    font-weight: 400;
    padding: 35px 0;
    display: inline-block;
    color: #fff;
    margin: 0;
}


.subs-pac .actions a.numberbtn {
    font-size: 18px;
    font-weight: 400;
    padding: 35px 0;
    color: #ffff;
    display: inline-block;
    margin: 0;
}

h2.myheading {
    color: #fff;
    font-size: 40px;
    margin-bottom: 40px;
}

.head h5 {
    color: var(--secondary_color);
    font-size: 30px;
    margin-bottom: 30px;
}

.subscribe-fold {
    padding: 80px 0 20px 0;
}

.subscribe-fold ul.pkg-list {
    height: 410px;
}

.subscribe-fold ul.pkg-list li {
    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(255 255 255 / 9%);
    margin-right: 50px;
    color: var(--secondary_color);
    font-weight: 400;
}



.sub-list {
    padding-left: 40px;
}


/* Animation for continuous movement */
@keyframes float {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0);
    }
  }
  
  .banner__img img {
    animation: float 3s infinite ease-in-out;
    transition: transform 0.3s ease-in-out;
   
  }
  
  /* Hover effect animation */
  .banner__img img:hover {
    animation: none; /* Stop float animation */
    transform: scale(1.1) rotate(10deg); /* Example hover effect */
  }

/*Responsive End*/
.expert__box:hover p {
    transition: all 0.7s ease;
    color: #fff;
}

.expert__box:hover h6 {
    transition: all 0.5s ease;
    color: #fff;
}