

@import url('../../css2');
@import url("../../releases/v5.15.4/css/all.css");
@import url("../../wwx3qeq.css");
@import url("../../boxicons@2.0.9/css/boxicons.min.css");
@import url("icostyle.css");

@font-face {
    font-family: 'Sunday Gallery';
    src: url('../fonts/SundayGallery.eot');
    src: url('../fonts/SundayGallery-1.eot') format('embedded-opentype'),
        url('../fonts/SundayGallery.woff2') format('woff2'),
        url('../fonts/SundayGallery.woff') format('woff'),
        url('../fonts/SundayGallery.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



:root {
  --light_white: #f8f8f8;
  --black: #000;  
  --white: #fff;
  --primary_color: #07121d;
  --secondary_color: #007589;
  --font-family: Inter, sans-serif;e
}



img {
  pointer-events: none;
}



/*Website Font USE/
font-family: 'Poppins', sans-serif;
/*Website Font USE*/


/*BEGIN: GENERAL CSS*/

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

body {
  font-family: var(--font-family);
  overflow-x: hidden;
  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(--secondary_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{
    color: #B1B5D3;
}

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;
}

.logo__Sec__main a {
    display: inline-block;
}

.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: 14px;
  padding: 30px 15px !important;
  color: var(--white);
  font-weight: 300;
}

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

.submenu-services p a:hover {
    color: #ff8901;
    margin-left: 5px;
    }
.main_menu_sec .submenu-services p a {
    padding: 28px 12px !important;
}

.submenu-services p a:before {
    content: "\f0da";
    color: #007589;
    font-size: 20px;
    margin-right: 10px;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    top: 26px;
}

.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: end;
}

.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: var(--secondary_color) !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: 78%;
    left: 0%;
    width: 100%;
    margin-left: 0;
    background-color: #111111;
    padding-top: 0;
    border-radius: 5px;
    -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 24px;
    width: 32%;
    display: inline-block;
    vertical-align: top;
}
.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: 20px 0;
}
.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 !important;
    color: #fff !important;
    border-bottom: 1px solid #303030;
    margin: 20px 0;
}
.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: 'FontAwesome';
    font-size: 38px;
    color: #fff;
    position: absolute;
    right: 0;
    background: #d35433;
    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 a {
    background: var(--secondary_color);
    padding: 17px 30px;
    color: var(--white);
    font-size: 17px;
    font-weight: 300;
}

.header_btn ul li a:hover {
    background: var(--white);
    color: var(--secondary_color);
}

a.number__head {
    padding: 17px 7px;
    background: transparent !important;
}

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

/*Header Section End*/

/*Banner Section Begin*/

.banner__sec__main video {
    width: 100%;
    opacity: 0.2;
    height: 1080px;
    object-fit: cover;
}

.banner__sec__main {
    position: relative;
}

.banner__sec__main:after {
    content: '';
    position: absolute;
    background: url(../images/banner-vector-01.svg);
    width: 998px;
    height: 998px;
    top: -400px;
    left: -320px;
    filter: blur(50px);
    z-index: -1;
}

.banner__sec__main:before {
    content: '';
    position: absolute;
    background: url(../images/banner-vector-02.svg);
    width: 998px;
    height: 998px;
    top: -360px;
    right: -380px;
    filter: blur(50px);
}

.inner__banner {
    width: 100%;
}

.banner__sec__main .carousel-caption {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    bottom: 0;
    left: 0;
}

.banner__content__sec h6 {
    color: var(--white);
    font-size: 63px;
    line-height: 83px;
    font-family: 'Sunday Gallery';
}

.banner__content__sec h1 {
    font-size: 78px;
    font-weight: bold;
    line-height: 94px;
    padding-bottom: 10px;
}

.banner__content__sec h1 span {
    color: var(--secondary_color);
}

.banner__content__sec  p {
    font-size: 20px;
    width: 70%;
    line-height: 40px;
    margin: 0 auto;
    color: var(--white);
    font-weight: 200;
}

.banner__btn ul li a {
    background: var(--secondary_color);
    color: var(--white);
    padding: 20px 40px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
}

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

.banner__btn {
    padding-top: 30px;
}

.banner__btn ul li:nth-child(2) a {
    background: var(--white);
    color: var(--black);
}

.banner__sec__main .carousel-item:before {
    content: '';
    position: absolute;
    background: transparent linear-gradient(180deg, #01010105 0%, #07121d 51%, #07121d 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 406px;
    bottom: 0;
    z-index: 9;
}

.banner__sec__main.inner___banner .carousel-item:after {
    content: '';
    background: rgb(7 18 29 / 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*Banner Section End*/


/*About Us Section Begin*/

.circle___img__ab {
    text-align: center;
    -webkit-animation: rotated_circle 30s infinite;
    animation: rotated_circle 30s infinite;
}

@-webkit-keyframes rotated_circle {
  0% 
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); 
    }

  100% 
    {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg); 
    } 
}


@keyframes rotated_circle {

  0% 
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); 
    }

  100% 
    {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg); 
    } 
}

span.tag__line {
    font-size: 25px;
    color: var(--secondary_color);
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

span.tag__line img {
    padding-right: 30px;
    filter: brightness(0) invert(1);
}

.about__content__sec h2 {
    font-size: 62px;
    line-height: 85px;
    color: var(--white);
    font-weight: bold;
    margin-bottom: 30px;
}

.about__content__sec h2 span {
    color: var(--secondary_color);
}

.about__content__sec p {
    font-size: 18px;
    line-height: 38px;
    font-weight: 200;
    color: var(--white);
}

.about__content__sec .banner__btn ul li {
    padding: 0;
}

.heading__center {
    padding: 0 0;
}

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

.heading__text ul li {
    font-size: 240px;
    color: var(--white);
    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: var(--secondary_color);
    padding: 0 60px;
}

.aboutus___sec {
    position: relative;
}

.aboutus___sec:before {
    content: '';
    position: absolute;
    background: url(../images/about__vector.svg);
    width: 924px;
    height: 924px;
    filter: blur(50px);
    left: -250px;
    top: -120px;
}

/*About Us Section End*/


/*Popular Section Begin*/

.center__head__sec  h3 {
    color: var(--white);
    font-size: 62px;
    line-height: 75px;
    font-weight: bold;
}

.center__head__sec h3 span {
    color: var(--secondary_color);
}

.popular__box__tab {
    background: #1a2938;
    padding: 60px 40px 70px;
    border-radius: 5px;
    margin-bottom: 30px;
    transition: 0.5s ease-in-out;
    height: 530px;
}

.heading__popular__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.heading_box h4 {
    color: var(--white);
    margin-bottom: 0;
    font-size: 24px;
    line-height: 31px;
    font-weight: 500;
}

.popular__content p {
    font-size: 17px;
    line-height: 32px;
    font-weight: 200;
    color: var(--white);
    margin-bottom: 30px;
}

.popular__content a {
    color: var(--secondary_color);
    font-size: 18px;
}

.popular__box__tab:hover {
    -webkit-box-shadow: 0px 4px 60px rgb(0 117 137 / 30%);
    box-shadow: 0px 4px 60px rgb(0 117 137 / 30%);
    background: #006070;
    transform: scale(1.1);
}

.popular__ser {
    position: relative;
}

.popular__ser:before {
    content: '';
    position: absolute;
    background: url(../images/about__vector.svg);
    width: 924px;
    height: 924px;
    filter: blur(50px);
    left: -370px;
    top: -80px;
}

.marquee__bar__sec {
    background: var(--secondary_color);
    padding: 30px 0 20px;
    margin-top: 10px;
}

.ticker__text ul li {
    font-size: 34px;
    font-weight: 400;
    padding: 10px 30px 10px 0;
    display: inline-block;
    color: var(--white);
}

.ticker__text ul li img {
    margin-right: 20px;
    position: relative;
    top: -1px;
    margin-left: 20px;
    filter: brightness(0) invert(1);
}

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

.padding__80{
    padding: 80px 0;
}


/*Popular Section End*/

/*Portfolio Section Begin*/

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

.menu__tab__sec ul li a {
    border: 1px solid #fff !important;
    border-radius: 0 !important;
    padding: 15px 30px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 300;
}

.menu__tab__sec {
    padding-top: 50px;
}

.menu__tab__sec ul li a:hover, .menu__tab__sec ul li a.active {
    background: transparent !important;
    border-color: var(--secondary_color) !important;
}

.menu__tab__sec ul li {
    margin: 0;
    padding: 0 10px;
}

.main__img__bx {
    width: 100%;
    border-radius: 15px;
    height: 602px;
    object-fit: cover;
}

.overlay__port {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    flex-direction: column;
    align-items: end;
}

.portfolio__box {
    position: relative;
}

.portfolio__front {
    position: absolute;
    bottom: 0;
    right: 40px;
}

.back__portf {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.front__port {
    position: relative;
    left: -120px;
    border-radius: 15px;
}

.port__head span {
    font-size: 50px;
    color: var(--white);
    display: block;
    line-height: 60px;
    margin-bottom: 10px;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.portfolio__box:hover .port__head span {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.port__head {
    padding: 40px;
    position: absolute;
    right: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

a.arrow__link__port i {
    -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__box:hover .port__head i {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.port__head small {
    display: block;
}

.port__head small {
    color: var(--secondary_color);
    font-size: 25px;
}

a.arrow__link__port {
    font-size: 110px;
    color: var(--white);
    position: absolute;
    bottom: 20px;
    transform: rotate(-35deg);
}

.portfolio__sec__main .tab-content>.tab-pane{
      display: block;
    height: 0px;
    /*overflow: hidden;*/
}
.portfolio__sec__main .tab-content>.active{height: auto;}

img.fancybox-image {
    border-radius: 15px;
}

/*Portfolio Section End*/

/*CTA Section Begin*/

.cta__sec__main {
    background: #07121d;
    position: relative;
    padding: 170px;
    overflow: hidden;
    z-index: 9;
}

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

.cta__content__Sec p {
    font-size: 20px;
    font-weight: 300;
    color: var(--white);
    padding-top: 15px;
    line-height: 31px;
}

.cta__content__Sec h2 span {
    color: var(--secondary_color);
}

.cta__content__Sec .banner__btn ul li {
    padding: 0 20px 0px 0px;
}

.cta__content__Sec .banner__btn {
    margin-bottom: 40px;
}

.cta__content__Sec h4 {
    font-size: 25px;
    color: var(--white);
    font-weight: 200;
    line-height: 40px;
}

.cta__content__Sec h4 span {
    color: var(--secondary_color);
}

.cta__right__img {
    position: absolute;
    right: 0;
    z-index: -1;
}

.team__box:after {
    background: transparent linear-gradient(180deg, #01010105 0%, #07121d 51%, #07121d 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.cta__right__img:before {
    content: '';
    position: absolute;
    background: transparent linear-gradient(180deg, #01010105 0%, #07121d 51%, #07121d 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 256px;
    top: -90px;
    z-index: 9;
    transform: rotate(180deg);
}

.cta__right__img:after {
    content: '';
    position: absolute;
    background: transparent linear-gradient(180deg, #01010105 0%, #07121d 51%, #07121d 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 256px;
    bottom: -120px;
    z-index: 9;
    transform: rotate(-360deg);
    right: 0;
}

/*CTA Section End*/


/*Packages Section Begin*/

.packages_box_sec{
    background: #1a2938;
    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: 22px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0px;
}

.packges__head {
    padding-bottom: 20px;
}

.org_pri h5 {
    font-size: 54px;
    color: var(--white);
    font-weight: 900;
    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.svg);
    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: #007589;
  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(--secondary_color);
    width: 100%;
    display: block;
    padding: 19px;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

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


.packages_box_sec:hover .btn__packages a {
    background: var(--secondary_color);
}

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

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

.count__sec {
    text-align: center;
}

.count__sec h4 {
    font-size: 44px;
    color: #4edb96;
    font-weight: bold;
}

.count__sec p {
    letter-spacing: 0.65px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

.packages__sec_main .tab-content {
    padding: 0 80px;
}

.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_box_sec:hover ul.pkg-list li:before {
    filter: brightness(0) invert(1);
}

.detail__btn {
    padding-top: 25px;
    text-align: center;
}

.detail__btn a {font-size: 20px;color: var(--white);font-weight: 200;}

/*Packages Section End*/


/*Counter Section Begin*/

.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(255 255 255 / 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: rgba(255, 255, 255, 0.2);
}

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


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


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

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

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

.counter-item:hover span {-webkit-text-stroke-color: rgb(0 117 137);}

/*Counter Section End*/

/*Expert Section Begin*/

.expert__sec__main {
    display: none;
}

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

.team__box {
    position: relative;
}

.team__box:before {
    content: '';
    position: absolute;
    border: 2px solid var(--secondary_color);
    width: 100%;
    height: 102%;
    border-radius: 10px;
    top: -10px;
    right: -10px;
    transform: rotate(-3deg);
    z-index: -1;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.team__box:hover:before {
    transform: rotate(3deg);
    opacity: 1;
}

.overlay__team {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    padding: 30px;
    justify-content: flex-end;
}

.overlay__team span {
    color: var(--secondary_color);
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 500;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.overlay__team p {
    font-size: 17px;
    color: var(--white);
    font-weight: 300;
    -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;
}

.team__box:hover .overlay__team span {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.team__box:hover .overlay__team p {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

/*Expert Section End*/

/*Platform Logo Section Begin*/

.platform__logos ul li {
    display: inline-block;
    position: relative;
    width: 180px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    display: inline-block;
    margin: 0 15px 0 10px;
}

.platform__logos ul li:before {
    content: '';
    position: absolute;
    background: url(../images/platform-bg.svg);
    width: 185px;
    height: 200px;
    top: 0;
    z-index: -1;
    box-shadow: 0px 0px 0px #6c6c6c;
    background-size: cover;
}

.platform__logos ul li:after {
    content: '';
    position: absolute;
    background: url(../images/platform-bg-after.svg);
    width: 165px;
    height: 240px;
    background-repeat: no-repeat;
    top: 11px;
    left: 11px;
    opacity: 0;
    transition: 0.5s ease-in-out;
    background-size: contain;
}

.platform__logos ul li:hover:after {
    opacity: 1;
}
.platform__logos ul li img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: 100%;
    margin: 0 auto;
}

.platform_sec_main {
    position: relative;
}

.platform_sec_main:before {
    content: '';
    position: absolute;
    background: url(../images/about__vector.svg);
    width: 924px;
    height: 924px;
    filter: blur(50px);
    left: -370px;
    top: -80px;
}

/*Platform Logo Section End*/


/*Review Section Begin*/

.rev__str ul li {
    display: inline-block;
    padding: 0 14px 0 0;
}

.rev__str {
    padding-bottom: 30px;
}

.rev__para p {
    font-size: 29px;
    line-height: 51px;
    color: var(--white);
    letter-spacing: -0.76px;
    font-weight: 500;
}

.quote {
    border-top: 1px solid rgb(255 255 255 / 24%);
    margin-top: 60px;
    position: relative;
}

.quote span {
    background: #262525;
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -30px;
    left: 50px;
    font-size: 30px;
    border: 1px solid rgb(204 204 204 / 28%);
}

.name__auth {
    margin: 80px 50px 0;
}

.name__auth span {
    font-size: 28px;
    color: var(--white);
    font-weight: 500;
    padding-bottom: 20px;
    display: inline-block;
}

.name__auth p {
    color: var(--secondary_color);
    font-size: 20px;
    font-weight: 500;
}

.review__img img {
    width: 100%;
}

.review__img {
    position: relative;
}

.review__img:before {
    content: '';
    position: absolute;
    background: url(../images/review-shape.png);
    width: 450px;
    height: 668px;
    top: -60px;
    right: -80px;
    z-index: -1;
}

.review__slidr {
    margin-top: 110px;
}

.review__sec__main {
    position: relative;
}

.review__sec__main:before {
    content: '';
    position: absolute;
    background: url(../images/about__vector.svg);
    width: 924px;
    height: 924px;
    filter: blur(180px);
    left: -370px;
    top: 290px;
}

/*Review Section End*/

/*Contact Section Begin*/

.contact__form__sec input {
    height: 80px;
    margin-bottom: 30px;
    background: transparent;
    border: 1px solid rgb(181 181 181 / 59%);
    color: #fff;
}
.contact__form__sec .selected-dial-code {
    color: #fff;
}

.contact__form__sec textarea {
    height: 210px;
    margin-bottom: 30px;
    background: transparent;
    border: 1px solid rgb(181 181 181 / 59%);
    padding: 20px 20px;
    color: #fff;
}

.contact__form__sec textarea:focus {
    background: transparent;
}

.contact__form__sec .form-control:focus {
    color: #fff;
    background: transparent;
    outline: none;
    box-shadow: none;
}

.btn__submit input {
    background: var(--secondary_color);
    width: auto;
    height: auto;
    padding: 25px 80px;
    font-size: 20px;
    color: var(--white);
    border: 0;
}

.btn__submit {
    text-align: center;
    padding-top: 20px;
}

/*Contact Section End*/

/*Footer Section Begin*/

footer {
    padding: 90px 0 20px;
}

.footer__logo img {
    margin-bottom: 30px;
}

.footer__logo p {
    font-size: 17px;
    line-height: 35px;
    font-weight: 300;
    color: var(--white);
    margin-bottom: 0;
    width: 88%;
}

.social__icon__footer ul li a {
    color: var(--white);
    font-size: 35px;
    padding: 0 20px 0 0;
}

.social__icon__footer {
    margin-top: 20px;
    margin-bottom: 20px;
}

.det__list__content ul li {
    position: relative;
    font-size: 15px;
    color: var(--white);
    padding-left: 30px;
    font-weight: 300;
    line-height: 28px;
    width: 75%;
    padding-bottom: 16px;
}

.det__list__content ul li span {
    position: absolute;
    left: 0;
}

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

.contact__det__main {
}

.contact__det h6 {
    color: var(--secondary_color);
    font-size: 19px;
    padding-bottom: 10px;
}

.footer__tp__mnu {
    border-top: 1px solid rgb(255 255 255 / 12%);
    border-bottom: 1px solid rgb(255 255 255 / 12%);
    margin-top: 50px;
    margin-bottom: 50px;
}

.footer__tp__mnu ul li a {
    color: var(--white);
    font-size: 17px;
    font-weight: 300;
    padding: 30px 0;
    display: inline-block;
}

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

.footer__tp__mnu ul {
    display: flex;
    justify-content: space-between;
}

.footer__head span a {
    color: var(--secondary_color);
    font-size: 21px;
    font-weight: 400;
}

.footer_link ul li a {
    font-size: 15px;
    color: var(--white);
    line-height: 34px;
    font-weight: 300;
}

.footer__head {
    padding-bottom: 10px;
}

.footer_link {
    padding-bottom: 10px;
}

/*Footer Section End*/

/*Services About Us Section Begin*/

.ser__content h6 {
    color: var(--white);
    font-size: 50px;
    font-weight: 600;
}

.ser__content h2 {
    font-size: 57px;
    color: var(--white);
    font-weight: 600;
    margin-bottom: 30px;
}

.ser__content h2 span {
    color: var(--secondary_color);
    /* display: block; */
}

.ser__content p {
    font-size: 20px;
    line-height: 37px;
    font-weight: 200;
    color: var(--white);
}

.ser__content .banner__btn ul li {
    padding: 0 20px 10px 0px;
}

.recet__port .port__head span {
    font-size: 37px;
    margin-bottom: 0;
}

.recet__port .port__head small {
    font-size: 20px;
}

.recet__port .front__port {
    width: 270px;
    left: -90px;
}

.recet__port .main__img__bx {
    height: 468px;
}

.recet__port .back__portf img {
    width: 200px;
}

.recet__port .portfolio__box {
    margin-bottom: 40px;
}

.heading__online__presence h3 {
    color: var(--white);
    font-size: 53px;
    font-weight: bold;
}

.online__prosence__faq .card {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid rgb(204 204 204 / 10%);
}

.online__prosence__faq .card h5 button,.online__prosence__faq .card span button {
    color: var(--white);
    font-size: 24px;
    padding: 0;
    border: 0;
    font-weight: 200;
    text-decoration: none;
}

.online__prosence__faq .card-header {
    padding: 25px 0;
    border: 0;
    background: transparent;
}

.online__prosence__faq .card-body {
    padding: 0;
    color: var(--white);
    font-size: 16px;
    line-height: 35px;
    font-weight: 200;
}

.online__prosence__faq .card-header h5 button.collapsed i.fa-angle-right:before {
    content: "\f107";
}

.faq__content__sec p {
    padding: 0;
    color: var(--white);
    font-size: 19px;
    line-height: 39px;
    font-weight: 200;
}


/*Services About Us Section End*/


/*Contact Us Page CSS Begin*/

.contact__top {
    padding: 200px 0 0;
}

.contact__top__content h3 {
    font-size: 64px;
    color: var(--white);
    line-height: 80px;
    font-weight: 600;
}

.contact__img___sec img {
    width: 100%;
}

.contact__list__tab {background: #007589;padding: 40px 30px;position: relative;padding-left: 70px;border-radius: 10px;display: flex;align-items: center;margin-bottom: 30px;}

.contact__list__tab span {left: 30px;position: absolute;top: 41px;}

.contact__list__tab p {
    margin: 0;
    color: rgb(255 255 255 / 70%);
    font-size: 17px;
}

.contact__list__tab p small {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: rgb(255 255 255 / 90%);
    padding-bottom: 5px;
}

.contact__list__tab p a {
    color: rgb(255 255 255 / 70%);
    text-decoration: underline;
}

.contact__list__tab span img {
    filter: brightness(0) invert(1);
}
/*Contact Us Page CSS End*/


.pkg_detail_sec{
    padding: 40px 30px;
    background: linear-gradient(180deg,rgb(255 255 255 / 13%) 0,rgb(255 255 255 / 28%) 100%);
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 6px 40px 0 rgb(0 0 0 / 14%);
    margin-top: 40px;
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
}

.pkg_detail_sec h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 15px;
}

.pkg_detail_sec span.line_through {
    margin-bottom: 10px;
    display: block;
    font-size: 26px;
    opacity: 0.5;
    text-decoration: line-through;
    color: #ffffff;
}

.pkg_detail_sec span.h5 {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 45px;
    color: var(--blue);
    font-weight: bold;
    background: -webkit-linear-gradient(to right, #932987, #9932cc);
    color: var(--white);
}

.pkg_detail_sec span.h5 sup {
    color: var(--white);
    right: -8px;
}

.pkg_detail_sec .btn_pkg {
    padding-top: 10px;
}

.product_detail_sec{
    padding: 230px 0;
    position: relative;
    z-index: 1;
    background: url(../images/inner-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.pkg_detail_sec:before {
    content: '';
    border: 3px solid rgb(0 117 137);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    right: -20px;
    bottom: -20px;
}

.pkg_detail_sec:after {
    content: '';
    background: linear-gradient(180deg,rgb(255 255 255 / 5%) 0,rgb(255 255 255 / 15%) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    left: -20px;
    top: -20px;
}


.pkg_list_detail {
    margin: 0 10px 0 40px;
}

.pkg_list_detail ul.pkg-list {
    height: 510px;
}

.pkg_list_detail {}

.pkg_list_detail ul.pkg-list li {
    border-bottom: 1px solid #ccc;
    padding: 15px 0px;
    font-size: 14px;
    color: var(--white);
    font-weight: 300;
    margin-right: 20px;
}




.pkg_list_detail h4 {
    font-weight: bold;
    font-size: 32px;
    color: var(--white);
}

.pkg_list_detail ul.pkg-list li:before {
    content: '';
    background: url(../images/tick-arrow.png) no-repeat;
    color: #bf1f0b;
    font-size: 17px;
    margin-right: 8px;
    width: 13px;
    height: 12px;
    display: inline-block;
    top: 21px;
    position: absolute;
    left: 0;
    filter: brightness(0);
}

.btn_pkg a {background: var(--secondary_color);padding: 17px 50px;color: var(--white);font-size: 17px;font-weight: 300;cursor: pointer;}

li.heading {
    font-weight: 600 !important;
    font-size: 17px !important;
}

section.product_detail_sec:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg,#07121d 0,rgba(19,20,38,0) 170%);
    z-index: -1;
}

.product_detail_sec .container {
    max-width: 1220px;
}


/*Order POPUP Section Begin*/

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

.modal__img__sec img {
    width: 100%;
}

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

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


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

.form__banner {
    padding: 0 30px 0px 20px;
}

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

.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;
}

.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;
}

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

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

.popup__head p {
    font-size: 15px;
    color: var(--black);
    font-weight: 400;
    line-height: 21px;
}

.ban-form select {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #ced4da;
}

/*Order POPUP Section End*/

.copyright_text p {
    font-size: 16px;
    font-weight: 300;
    color: var(--white);
}

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

.term_links ul li a {
    color: var(--white);
    font-weight: 300;
    font-size: 16px;
}

.term_links {
    text-align: right;
}

.term_links ul li {
    padding: 0 20px 0 0;
}

.term_content_Sec h3 {color: var(--white);font-size: 30px;font-weight: bold;padding-bottom: 0px;}

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

.term_content_Sec {padding-bottom: 30px;}

.term_content_Sec ul li {
    font-size: 17px;
    color: var(--white);
    padding-bottom: 15px;
    font-weight: 300;
    list-style-type: disc;
    line-height: 28px;
}

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

.term_content_Sec ul {padding: 0 40px;}

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


/*ABout Us Section Begin*/

.about__content__list h2 {
    font-size: 62px;
    color: var(--white);
    font-weight: 500;
    margin-bottom: 30px;
}

.about__content__list h2 span {
    color: var(--secondary_color);
}

.list__abt__tab h4 {
    color: var(--white);
    font-size: 28px;
    font-weight: 400;
    padding-bottom: 5px;
    padding-left: 0;
    display: flex;
}

.list__abt__tab p {
    color: var(--white);
    font-weight: 100;
    font-size: 22px;
    line-height: 36px;
    width: 80%;
}

.list__abt__tab {
    padding-top: 20px;
    padding-bottom: 40px;
}

.list__abt__tab h4 img {
    width: 30px;
    margin-right: 20px;
}

.about__right__sec h4 {
    color: var(--white);
    font-weight: 300;
    font-size: 33px;
    padding-bottom: 10px;
}

.about__right__sec h3 {
    /* margin-bottom: 30px; */
    font-size: 100px;
    font-weight: bold;
    color: transparent;
    margin-bottom: 55px;
    -webkit-text-stroke: 1.5px;
    -webkit-text-stroke-color: rgb(255 255 255);
}

.about__right__sec h3 span {
    -webkit-text-stroke-color: var(--secondary_color);
}

.about__right__img:before {
    content: '';
    position: absolute;
    background: url(../images/about__img__bg.png);
    width: 300px;
    height: 445px;
    top: -30px;
    right: -30px;
    z-index: -1;
}

.about__right__img {
    position: relative;
}

.heading__help h2 {
    color: var(--white);
    font-size: 68px;
    line-height: 80px;
    font-weight: 600;
}

.heading__help h2 span {
    color: var(--secondary_color);
}

.services__help__sec {
    position: relative;
}

.hlp__img img {
    width: 100%;
}

.hlp__overlay {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 30px;
    width: 100%;
}

.hlp__overlay h6 {
    color: var(--white);
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
    z-index: 1;
}

.hlp__overlay h6:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--secondary_color);
    border-radius: 50px;
    left: 26px;
    top: 36%;
    z-index: -1;
}

.help__sec__main .row .col-sm-3:nth-child(odd) .services__help__sec {
    margin-top: -50px;
}

.help__sec__main .row .col-sm-3:nth-child(even) .services__help__sec {
    margin-top: 50px;
}

/*ABout Us Section End*/

.thankyou__banner .carousel-item img {
    height: 860px;
    object-fit: cover;
}

.term_content_Sec ul li a {
    color: var(--secondary_color);
}

input.quote-form {
    height: 15px !important;
    width: 24px;
    visibility: visible !important;
    opacity: inherit !important;
    display: inline-flex !important;
    vertical-align: middle !important;
    margin-bottom: 0;
}

.CrudForm a {
    text-decoration: underline;
    font-weight: bold;
}

.consult-form .form-group.col-12 {
    padding: 0;
    color: #fff;
}

.consult-form .form-group.col-12 a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.LetsGetModal .form-group.col-12 a {
    color: #000;
}
.LetsGetModal .form-group.col-12 {
    color: #000;
}

/*Responsive Section Begin*/

@media (max-width: 1600px) {

.heading__center{
  overflow: hidden;
}

.marquee__bar__sec{
  overflow: hidden;
}

.packages__sec_main {
    overflow: hidden;
}

.expert__sec__main {
    overflow: hidden;
}

.review__sec__main {
    position: relative;
    overflow: hidden;
}

.contact__us__Sec {
    overflow: hidden;
}

.platform_sec_main {
    position: relative;
    overflow: hidden;
}

.banner__sec__main:before{
  right: 0;
}

.header_btn {
    text-align: center;
}

.container {
    max-width: 1490px;
}

.banner__content__sec p {
    font-size: 19px;
}

.center__head__sec h3 {
    font-size: 55px;
}

.popular__content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 200;
}

.port__head span {
    font-size: 40px;
}

.cta__right__img {
    position: absolute;
    right: -150px;
}

.footer__head span a{
  font-size: 20px;
}

.footer_link ul li a {
    font-size: 14px;
    line-height: 30px;
}

.copyright_text p {
    font-size: 15px;
}

.privacy_policy .banner__content__sec {
    top: 50px;
    position: relative;
}

.banner__content__sec h1 {
    font-size: 70px;
    line-height: 84px;
}

.about__content__list h2 {
    font-size: 54px;
}

.list__abt__tab h4 {
    font-size: 23px;
}

.list__abt__tab p {
    color: var(--white);
    font-weight: 300;
    font-size: 19px;
    line-height: 32px;
}

.cta__sec__main {
    padding: 120px;
}

.recet__port, .faq__Sec__main {
    overflow: hidden;
}

.term_content_Sec p {
    font-size: 16px;
    line-height: 30px;
}

.heading_box h4 {
    font-size: 21px;
}

.packges__head h6 {
    text-align: left;
    font-size: 20px;
}

.org_pri h5 {
    font-size: 45px;
}

.counter-item span{
    font-size: 130px;
}

.rev__para p {
    font-size: 27px;
    line-height: 47px;
}

}

@media (max-width: 1440px) {

.container {
    max-width: 1330px;
}

.banner__content__sec h6 {
    font-size: 50px;
    line-height: 43px;
}

.menu-item-has-children>.submenu{
    width: 120%;
}

.banner__content__sec h1 {
    font-size: 60px;
    line-height: 74px;
}

.banner__content__sec p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.about__content__sec h2 {
    font-size: 54px;
    line-height: 75px;
    margin-bottom: 10px;
}

.about__content__sec p {
    font-size: 17px;
    line-height: 32px;
}

.center__head__sec h3 {
    font-size: 47px;
    line-height: 60px;
}

.popular__box__tab{
  padding: 30px 30px 70px;
}

.ticker__text ul li {
    font-size: 29px;
}

.port__head span {
    font-size: 30px;
}

.front__port {
    position: relative;
    left: -60px;
}

.portfolio__front {
    right: 0px;
}


a.arrow__link__port{
  left: 20px;
  font-size: 70px;
}

.cta__right__img {
    position: absolute;
    right: -230px;
}

.cta__content__Sec h2 {
    font-size: 50px;
}

.cta__content__Sec h4 {
    font-size: 22px;
    color: var(--white);
    font-weight: 300;
}

.cta__sec__main {
    padding: 80px;
}

.heading__text ul li {
    font-size: 160px;
}

.menu__tab__sec ul li a{
  padding: 12px 23px;
    font-size: 15px;
}

.platform__logos ul li img{
    width: 50%;
}

.rev__para p {
    font-size: 23px;
    line-height: 43px;
}

.name__auth span {
    font-size: 24px;
}

.name__auth p{
    font-size: 18px;
}

.footer__logo p {
    font-size: 16px;
    line-height: 30px;
}

.port__head{
      right: 20px;
}

.about__right__img img {
    width: 100%;
}

.about__content__list h2 {
    font-size: 48px;
}

.list__abt__tab p {
    font-size: 16px;
    line-height: 29px;
}

.list__abt__tab h4 {
    font-size: 20px;
}

.list__abt__tab h4 img {
    width: 24px;
}

.heading__help h2 {
    font-size: 57px;
    line-height: 70px;
}

.hlp__overlay h6{
  font-size: 20px;
}

.counter-item{
    padding: 70px 30px;
}

.counter-item span {
    font-size: 115px;
}

.counter-item p{
    font-size: 16px;
}

.submenu-services p a{
      font-size: 13px !important;
}

.menu-item-has-children>.submenu>li{
  width: 32%;
}

.menu-item-has-children>.submenu>li>a{
  padding: 13px 0 !important;
}

header .submenu-services p a {
    padding: 0 0px 0 17px !important;
    width: 100%;
    display: block;
}

.submenu-services p a:before {
    top: auto;
}

.term_content_Sec p {
    font-size: 15px;
    line-height: 28px;
}

.main_menu_sec .submenu-services p a {
    padding: 5px 12px !important;
}

.inner___banner .banner__content__sec h1 {
    font-size: 50px;
}

.services__img img {
    width: 100%;
}

.ser__content p {
    font-size: 18px;
    line-height: 34px;
}

.ser__content h2{
      font-size: 51px;
}

.banner__btn ul li a{
  padding: 17px 30px;
  display: inline-block;
  font-size: 16px;
}

.org_pri h5 {
    font-size: 40px;
}

.online__prosence__faq .card h5 button, .online__prosence__faq .card span button{
      font-size: 21px;
}

.faq__content__sec p{
  font-size: 17px;
  line-height: 32px;
}

.inner___banner .banner__content__sec p {
    width: 80%;
}

.term_content_Sec h3{
    font-size: 27px;
}

.contact__top__content h3 {
    font-size: 48px;
    line-height: 60px;
}

.contact__list__tab p small{
  font-size: 17px;
}

.contact__list__tab p{
      font-size: 16px;
}

.detail__btn a {
    font-size: 18px;
}

.packages__sec_main .tab-content {
    padding: 0 50px;
}

}

@media (max-width: 1366px) {

.container {
    max-width: 1310px;
}

.banner__sec__main video{
  height: 890px;
}

.header_btn ul li a {
    padding: 17px 20px;
    font-size: 16px;
}

.menu-item-has-children>.submenu>li a {
    font-size: 12px;
}

.menu-item-has-children>.submenu{
        width: 120%;
}

.logo__Sec__main img {
    width: 100%;
}

.submenu-services p a:before {
    top: auto;
}

.main_menu_sec .submenu-services p a {
    padding: 5px 12px !important;
}

.main_menu_sec .submenu-services p {
    margin-bottom: 10px;
}

.banner__content__sec p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    width: 85%;
}

.about__content__sec h2 {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 10px;
}

.about__content__sec p {
    font-size: 16px;
    line-height: 30px;
}

.center__head__sec h3 {
    font-size: 40px;
    line-height: 60px;
}

.center__head__sec h3 > br {
    display: none;
}

.heading_box h4 {
    font-size: 18px;
    line-height: 27px;
}

.heading__popular__box{
  margin-bottom: 30px;
}

.popular__content p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 300;
}

.main__img__bx{
  height: 432px;
}

.front__port {
    position: relative;
    left: 0;
    width: 77% !important;
}

.port__head span {
    font-size: 25px;
}

.back__portf img {
    width: 75%;
}

.back__portf{
    right: -63px;
}

.overlay__team span{
    font-size: 22px;
}

.overlay__team p {
    font-size: 15px;
}

.platform__logos ul li:before{
  width: 165px;
    height: 180px;
}

.platform__logos ul li:after{
      width: 145px;
    height: 220px;
}

.platform__logos ul li{
  width: 160px;
  height: 180px;
}

.det__list__content ul li{
  font-weight: 300;
  line-height: 23px;
  font-size: 13px;
}

.footer__head span a {
    font-size: 19px;
}

.heading__text ul li {
    font-size: 120px;
}

.heading__text ul li span{
  padding: 0 40px;
}

.cta__content__Sec h2 {
    font-size: 44px;
}

.cta__content__Sec h4 {
    font-size: 20px;
}

.platform_sec_main:before{
  height: 744px;
}


.privacy_policy::before,.privacy_policy::after {
  display: none;
}

.banner__sec__main.privacy_policy .carousel-item:before {
    height: 146px;
}

.banner__sec__main.privacy_policy .inner__banner {
    height: 520px;
    object-fit: cover;
}

.banner__content__sec h1 {
    font-size: 52px;
    line-height: 64px;
}

.about__content__list h2 {
    font-size: 45px;
}

.about__right__sec h4{
    font-size: 24px;
}

.about__right__sec h3{
    font-size: 75px;
}

.heading__help h2 {
    font-size: 50px;
    line-height: 70px;
}

.ser__content h2 {
    font-size: 43px;
}

.ser__content p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 200;
}

.recet__port .back__portf img {
    width: 270px;
}

.recet__port .front__port {
    width: 270px;
    left: 0;
}

.term_content_Sec ul li {
    font-size: 16px;
    padding-bottom: 11px;
}

.contact__top__content h3 {
    font-size: 41px;
    line-height: 54px;
}

.term_links ul li a{
  font-size: 15px;
}

.aboutus___sec:before{
  top: -200px;
}

ul.pkg-list {
    height: 280px;
}

.cut_price span.perc {
    font-size: 24px;
}

.cut_price small{
    font-size: 13px;
}

}

@media (max-width: 1200px) {

.container {
    max-width: 1130px;
}

.logo__Sec__main img {
    width: 100%;
}

.main_menu_sec ul li a {
    font-size: 14px;
    padding: 27px 13px !important;
}

.header_btn ul li a{
  padding: 15px 20px;
  font-size: 15px;
}

.banner__content__sec h6 {
    font-size: 45px;
}

.banner__content__sec h1 {
    font-size: 45px;
    line-height: 55px;
}

.about__content__sec h2 {
    font-size: 45px;
    line-height: 55px;
}

.main__img__bx {
    height: 282px;
}

.back__portf img {
    width: 48%;
}

.back__portf {
    right: -130px;
}

.port__head span {
    font-size: 19px;
}

.cta__right__img img {
    width: 100%;
}

.cta__right__img {
    right: 0;
}

.cta__content__Sec h2 {
    font-size: 40px;
}

.menu__tab__sec ul li a {
    padding: 10px 15px;
    font-size: 14px;
}

.tab-content.pt-5 {
    padding-top: 0 !important;
}

.org_pri h5 {
    font-size: 33px;
}

.cut_price span.perc {
    font-size: 21px;
}

.cut_price small {
    font-size: 12px;
}

.packages_box_sec{
  padding: 30px 25px;
}

.product_detail_sec .container {
    max-width: 1010px;
}

.pkg_detail_sec{
  min-height: 430px;
}

.pkg_detail_sec span.h5{
  font-size: 36px;
}

.pkg_detail_sec span.line_through{
      font-size: 20px;
}

.pkg_list_detail ul.pkg-list {
    height: 420px;
}

.pkg_list_detail h4{
      font-size: 23px;
}

.product_detail_sec {
    padding: 160px 0;
}

.contact__top__content h3 {
    font-size: 33px;
    line-height: 45px;
}


a.arrow__link__port {
    left: 30px;
    font-size: 60px;
    bottom: 10px;
}

.cta__right__img img {
    width: 60%;
}

.cta__right__img {
    right: 0;
    text-align: end;
}

.packges__head h6{
    font-size: 16px;
}

.org_pri h5 {
    font-size: 27px;
}

.org_pri span{
  font-size: 12px;
}

.org_pri span small {
    font-size: 16px;
}

.cut_price span.perc {
    font-size: 19px;
}

.counter-item {
    padding: 50px 30px;
}

.counter-item span {
    font-size: 95px;
}

.rev__para p {
    font-size: 20px;
    line-height: 39px;
}

.list__abt__tab p {
    font-size: 15px;
    line-height: 27px;
}

.about__content__list h2 {
    font-size: 40px;
}

.about__right__sec h3 {
    font-size: 60px;
}

.heading__help h2 {
    font-size: 44px;
    line-height: 60px;
}

header .main_menu_sec .submenu-services p a {
    padding: 0 0px 0 11px !important;
    font-size: 12px !important;
}

.menu-item-has-children>.submenu>li:not(:last-child)>a {
    border-bottom: 1px solid #303030;
    margin: 20px 0;
    font-size: 12px;
}

.ser__content h2 {
    font-size: 33px;
}

.ser__content p {
    font-size: 16px;
    line-height: 31px;
}

.recet__port .port__head span {
    font-size: 28px;
}

.recet__port .back__portf {
    right: -10px;
}

.payment__icon img {
    width: 80%;
}

.footer__head span a {
    font-size: 17px;
}

.footer__tp__mnu ul li a{
    font-size: 15px;
}

.footer__logo p {
    font-size: 15px;
    line-height: 27px;
}

.inner___banner .banner__content__sec p {
    width: 90%;
}

.pkg_detail_sec .btn_pkg {
    padding-top: 10px;
    display: inline-flex;
}

.inner___banner .banner__content__sec h1 {
    font-size: 38px;
    line-height: 45px;
}

.ticker__text ul li {
    font-size: 23px;
}

.marquee__bar__sec{
      padding: 20px 0 20px;
}

.term_content_Sec h3 {
    font-size: 23px;
}

}

@media (max-width: 1100px) {

.container {
    max-width: 1010px;
}

.banner__content__sec h1 {
    font-size: 41px;
    line-height: 50px;
}

.banner__content__sec p {
    font-size: 17px;
    font-weight: 300;
    line-height: 33px;
    width: 95%;
}

.banner__sec__main video {
    height: 720px;
}

.about__content__sec h2 {
    font-size: 40px;
    line-height: 48px;
}

.about__content__sec p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
}

.heading__text ul li {
    font-size: 80px;
}

.heading__text ul li span {
    padding: 0 20px;
}

.center__head__sec h3 {
    font-size: 34px;
    line-height: 47px;
}

.popular__box__tab {
    padding: 30px 22px 70px;
    height: 510px;
}

.heading_box h4 {
    font-size: 15px;
    line-height: 22px;
}

.heading__icon__pop{
  text-align: right;
}

.heading__icon__pop img {
    width: 80%;
}

.popular__content p {
    font-size: 14px;
    line-height: 27px;
    font-weight: 300;
}

.back__portf img {
    width: 49%;
}

.port__head span{
  line-height: inherit;
}

.cta__content__Sec h4 {
    font-size: 18px;
}

.packages__sec_main .tab-content {
    padding: 0 0;
}

ul.pkg-list li {
    font-size: 13px;
}

span.tag__line {
    font-size: 21px;
}

span.tag__line img {
    padding-right: 10px;
}

.counter-item {
    padding: 50px 10px;
}

.counter-item span {
    font-size: 80px;
}

.counter-item p {
    font-size: 14px;
}

.about__content__list h2 {
    font-size: 36px;
}

.list__abt__tab p {
    font-size: 14px;
    line-height: 27px;
}

.heading__help h2 {
    font-size: 38px;
    line-height: 55px;
}

.hlp__overlay h6 {
    font-size: 17px;
}

.cta__sec__main {
    padding: 60px;
}

.rev__para p {
    font-size: 18px;
    line-height: 37px;
}

.name__auth span {
    font-size: 21px;
}

.menu-item-has-children>.submenu{
  width: 125%;
}

.recet__port .back__portf img {
    width: 200px;
}

.recet__port .port__head span {
    font-size: 24px;
}

.term_content_Sec ul li {
    font-size: 14px;
}

.inner__banner {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

}

@media (max-width: 1024px) {

.about__content__sec h2 {
    font-size: 33px;
    line-height: 45px;
}

.center__head__sec h3 {
    font-size: 30px;
    line-height: 40px;
}

ul.pkg-list {
    height: 275px;
}

.online__prosence__faq .card h5 button, .online__prosence__faq .card span button {
    font-size: 18px;
}

.container {
    max-width: 960px;
}

.main_menu_sec ul li a {
    font-size: 11px;
    padding: 20px 10px !important;
}

.header_btn ul li a {
    padding: 15px 15px;
    font-size: 13px;
}

.rev__para p {
    font-size: 17px;
    line-height: 32px;
    font-weight: 300;
}

.faq__content__sec p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
}

.inner___banner .banner__content__sec h1 {
    font-size: 36px;
    line-height: 53px;
}

.org_pri h5 {
    font-size: 23px;
}

.org_pri h5 small {
    font-size: 19px;
}

.btn__packages a{
  padding: 14px;
}

}

@media (max-width: 992px) {

header {
    padding: 5px 0;
}

.inner___banner .banner__content__sec h1 {
    font-size: 31px;
    line-height: 43px;
}

.banner__content__sec p {
    font-size: 17px;
    font-weight: 300;
    line-height: 33px;
    width: 100%;
}

.cta__content__Sec h4 {
    font-size: 16px;
}

.menu__tab__sec ul li a {
    padding: 8px 12px;
    font-size: 13px;
}

.menu__tab__sec ul li {
    margin: 0;
    padding: 0 5px;
}

.packges__head h6 {
    font-size: 15px;
}

.cut_price small {
    font-size: 10px;
    padding-bottom: 0;
}

.cut_price span.perc {
    font-size: 17px;
}

.org_pri span {
    font-size: 12px;
    line-height: 16px;
}

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

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

.popup__head p {
    font-size: 13px;
}

.product_detail_sec .container {
    max-width: 870px;
}

.pkg_detail_sec h4 {
    font-size: 15px;
}

.pkg_detail_sec span.h5 {
    font-size: 30px;
}

.pkg_detail_sec span.line_through {
    font-size: 18px;
}

.pkg_detail_sec {
    min-height: 370px;
}

.list__abt__tab h4 {
    font-size: 17px;
}

.list__abt__tab h4 img {
    width: 20px;
    margin-right: 10px;
}

.about__right__img:before {
    width: 80%;
    height: 355px;
    top: -40px;
    right: -20px;
    z-index: -1;
}

.list__abt__tab {
    padding-top: 20px;
    padding-bottom: 10px;
}

.hlp__overlay{
      padding: 0 20px;
}

.hlp__overlay h6:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: 16px;
    top: 33%;
    z-index: -1;
}

.team__box:before{
      right: 0px;
}

.contact__form__sec input {
    height: 70px;
}

.main__img__bx {
    height: 232px;
}

.inner__banner{
    height: 620px;
}

}

@media (max-width: 768px) {

.header_btn {
    display: none;
}

header .col-sm-2 {
    max-width: 20%;
    flex: 20%;
}

header .col-sm-6 {
    max-width: 80%;
    flex: 80%;
}

.banner__content__sec h1 {
    font-size: 35px;
    line-height: 43px;
}

.banner__content__sec h6 {
    font-size: 32px;
}

.banner__content__sec p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    width: 90%;
}

.banner__sec__main video {
    height: 620px;
}

.aboutus___sec .col-sm-7 {
    max-width: 100%;
    flex: 100%;
}

.circle___img__ab {
    display: none;
}

.container {
    max-width: 730px;
}

.about__content__sec p {
    font-size: 16px;
    line-height: 35px;
    font-weight: 200;
}

.popular__ser .col-sm-4 {
    max-width: 50%;
    flex: 50%;
}

.heading_box h4 {
    font-size: 17px;
    line-height: 25px;
}

.popular__box__tab {
    padding: 30px 22px 70px;
    height: 470px;
}

.menu__tab__sec ul li a {
    padding: 8px 9px;
    font-size: 12px;
}

.cta__sec__main .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.cta__sec__main {
    padding: 40px 0;
}


.cta__right__img img {
    width: 78%;
    opacity: 0.4;
}

.cta__content__Sec h2 {
    font-size: 30px;
}

.cta__sec__main .banner__btn {
    padding-top: 10px;
    margin-bottom: 20px;
}

.menu__tab__sec ul li a {
    padding: 5px 7px;
    font-size: 11px;
}

.packages__sec_main .col-sm-4 {
    max-width: 50%;
    flex: 50%;
}

.menu-item-has-children>.submenu {
    width: 115%;
    left: -18%;
}

.LetsGetModal .modal-dialog {
    max-width: 80%;
}

.modal__img__sec {
    display: none;
}

.banner-formInner .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    padding: 40px 30px;
}

.counter-item {
    padding: 30px 10px;
}

.counter-item span {
    font-size: 60px;
}

.padding__80 {
    padding: 50px 0;
}

section.achievement__sec__main.padding__80 {
    padding-bottom: 0;
}

.slick-slide{
      margin-right: 0;
}

.copyright_text p {
    font-size: 13px;
}

.footer_link ul li a {
    font-size: 13px;
}

.footer__logo p {
    font-size: 14px;
    line-height: 27px;
}

.det__list__content ul li {
    font-weight: 300;
    line-height: 23px;
    font-size: 12px;
    width: 100%;
}

.footer__tp__mnu ul li a {
    font-size: 14px;
}

.term_links ul li a {
    font-size: 13px;
}

.banner__sec__main.privacy_policy .inner__banner {
    height: 410px;
}

.list__abt__tab p {
    font-size: 13px;
    line-height: 24px;
}

.list__abt__tab h4 {
    font-size: 15px;
}


.list__abt__tab h4 img {
    width: 17px;
    margin-right: 6px;
}

.about__right__img:before {
    width: 77%;
    height: 245px;
    top: -10px;
    right: -10px;
    z-index: -1;
}

.help__sec__main .col-sm-9 {
    max-width: 100%;
    flex: 100%;
}

.help__sec__main .row .col-sm-3:nth-child(odd) .services__help__sec {
    margin-top: 10px;
}

.review__sec__main .container.pt-5.mt-5 {
    margin: 0 20px !important;
    padding-top: 0 !important;
}

.rev__para p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}

.quote span {
    background: #262525;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.name__auth {
    margin: 50px 0 0;
}

.contact__us__Sec ul.pt-5.mt-5 {
    padding-top: 0 !important;
    margin-top: 30px !important;
}

.list__abt__tab p{
      width: 100%;
}

.about__right__sec h3 {
    font-size: 40px;
}

.about__right__sec h4 {
    font-size: 20px;
}

.about__content__list h2 {
    font-size: 27px;
}

.heading__help h2 {
    font-size: 34px;
    line-height: 45px;
}


.inner___banner .banner__content__sec p {
    width: 100%;
    font-size: 15px;
}

.inner__banner {
    height: 550px;
}

.ser__content h2 {
    font-size: 24px;
}

.ser__content p {
    font-size: 14px;
    line-height: 27px;
}

.banner__btn ul li a {
    padding: 17px 17px;
    display: inline-block;
    font-size: 14px;
}

.recet__port .main__img__bx {
    height: 298px;
}

.recet__port .back__portf img {
    width: 130px;
}

.btn_pkg a {
    padding: 14px 20px;
    font-size: 14px;
}

.product_detail_sec .container {
    max-width: 720px;
}

.pkg_list_detail {
    margin: 0 10px 0 20px;
}

.pkg_detail_sec {
    min-height: 330px;
    margin-top: 20px;
}

.pkg_detail_sec span.h5 {
    font-size: 26px;
}

.btn_pkg a {
    padding: 12px 20px;
    font-size: 13px;
}

.pkg_list_detail ul.pkg-list {
    height: 330px;
}

.footer__head span a {
    font-size: 16px;
}

.footer__tp__mnu ul li a {
    font-size: 13px;
}

.LetsGetModal button.close{
  z-index: 99999;
}


.banner__content__sec p br{
  display: none;
}

.online__prosence__faq .card h5 button, .online__prosence__faq .card span button {
    font-size: 16px;
}

.rev__para p {
  font-size: 15px;
}

.rev__str {
    padding-bottom: 10px;
}

.rev__str ul li {
    display: inline-block;
    padding: 0 7px 0 0;
}

}

@media (max-width: 576px) {

.banner__sec__main:after{
  display: none;
}

.aboutus___sec:before {
    top: -200px;
    width: 724px;
    height: 854px;
}

.main_menu_sec{
  display: none;
}

.app-container{
  display: block;
}

.mobile-nav-btn .lines:before{
  background: var(--secondary_color);
  font-size: 28px;
  padding: 12px 14px;
  font-family: "Font Awesome 5 Pro";
}

.mobile-nav-btn{
  position: absolute;
}

header .col-sm-2 {
    max-width: 30%;
    flex: 30%;
}

.banner__content__sec h1 {
    font-size: 31px;
    line-height: 38px;
}

.banner__content__sec p {
    font-size: 15px;
    font-weight: 300;
    line-height: 29px;
    width: 90%;
}

.banner__sec__main video {
    height: 570px;
}

.container {
    max-width: 540px;
}

.about__content__sec p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}

.about__content__sec h2 {
    font-size: 29px;
    line-height: 35px;
}

span.tag__line {
    font-size: 20px;
}

.center__head__sec h3 {
    font-size: 22px;
    line-height: 30px;
}

span.tag__line {
    font-size: 19px;
    margin-bottom: 10px;
}

.popular__ser .col-sm-4 {
    max-width: 100%;
    flex: 100%;
}

.popular__content p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
}

.popular__box__tab {
    padding: 40px 32px 40px;
    height: auto;
}

.menu__tab__sec ul li a {
    padding: 9px 18px;
    font-size: 14px;
    margin-bottom: 12px;
}

.packages__sec_main ul.pt-5.mt-5 {
    margin-top: 0 !important;
}

.menu__tab__sec {
    padding-top: 0;
}

.packages__sec_main .col-sm-4 {
    max-width: 100%;
    flex: 100%;
}

.org_pri h5 {
    font-size: 38px;
}

.org_pri h5 small {
    font-size: 25px;
}

.counter-item span {
    font-size: 51px;
}

.counter-item p {
    font-size: 13px;
    line-height: 19px;
}

ul.pt-5.mt-5 {
    margin-top: 0 !important;
}

.review__sec__main .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.review__sec__main .row {
    flex-direction: column-reverse;
}

.review__img img {
    width: 70%;
}

.review__img:before{
  display: none;
}

.rev__para p {
    font-size: 18px;
}

footer .col-sm-8 {
    max-width: 100%;
    flex: 100%;
}

footer .col-sm-4 {
    max-width: 100%;
    flex: 100%;
    margin-top: 0;
}

.det__list__content ul li {
    font-weight: 300;
    line-height: 28px;
    font-size: 16px;
    width: 100%;
}

.footer__logo p {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
}

.footer__tp__mnu ul li a {
    font-size: 12px;
    font-weight: 400;
}

footer .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.term_links {
    text-align: center;
}

.payment__icon.text-right {
    text-align: center !important;
}

.about__us__inner .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.list__abt__tab h4 {
    font-size: 19px;
}

.list__abt__tab h4 img {
    width: 22px;
    margin-right: 6px;
}

.list__abt__tab p {
    font-size: 16px;
    line-height: 30px;
}

.about__right__sec.text-right {
    text-align: left !important;
}

.about__right__sec h4 {
    font-size: 24px;
}

.about__right__sec h3 {
    font-size: 50px;
}

.help__sec__main .col-sm-3 {
    max-width: 50%;
    flex: 50%;
}

.hlp__overlay h6 {
    font-size: 20px;
}

.copyright_text p {
    font-size: 16px;
}

.inner___banner .banner__content__sec h1 {
    font-size: 27px;
    line-height: 37px;
}

.services_abou .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.ser__content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 0;
}

.services__img {
    padding-top: 30px;
}

.services__img img {
    width: 70%;
}

.recet__port .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.online__prosence__faq .card h5 button, .online__prosence__faq .card span button {
    font-size: 16px;
    white-space: unset;
    font-weight: 300;
}

section.contact__us__Sec.padding__80 {
    padding-top: 0;
}

.contact__form__sec input {
    height: 60px;
}

.contact__form__sec textarea {
    height: 180px;
}

footer {
    padding: 70px 0 20px;
}

.footer_link ul li a {
    font-size: 16px;
    padding-bottom: 8px;
    display: inline-block;
}

.footer__head span a {
    font-size: 20px;
}

}

@media (max-width: 450px) {

.popular__ser:before{
  display: none;
}

.aboutus___sec:before{
  display: none;
}

.container {
    max-width: 430px;
}

.banner__content__sec h1 {
    font-size: 27px;
    line-height: 33px;
}

.banner__content__sec p {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    width: 100%;
}

.about__content__sec h2 {
    font-size: 24px;
    line-height: 32px;
}

.about__content__sec p {
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
}

.center__head__sec h3 {
    font-size: 19px;
    line-height: 30px;
}


span.tag__line {
    font-size: 16px;
    margin-bottom: 10px;
}

.popular__content p {
    font-size: 14px;
    line-height: 29px;
    font-weight: 300;
}

.front__port {
    position: relative;
    left: -20px;
    width: 44% !important;
    float: right;
}


.cta__content__Sec h2 {
    font-size: 31px;
}

.banner__btn ul li a {
    padding: 14px 22px;
    display: inline-block;
    font-size: 15px;
}

.cta__content__Sec .banner__btn ul li {
    padding: 0 10px 0px 0px;
}

.LetsGetModal .modal-dialog {
    max-width: 90%;
    margin: 30px auto;
}

.achievement__sec__main .col-sm-3 {
    max-width: 50%;
    padding: 0 10px !important;
}

.counter-item{
  border: 1px solid rgb(255 255 255 / 25%);
}

.counter-item {
    padding: 30px 10px;
    margin-bottom: 20px;
    height: auto;
}

.review__img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.footer__tp__mnu ul{
  flex-direction: column;
}

.footer__tp__mnu ul li a {
    font-size: 15px;
    font-weight: 400;
    padding: 14px 0;
    display: inline-block;
    width: 100%;
}

.footer__tp__mnu {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cta__right__img img {
    width: 100%;
    opacity: 0.8;
}

.cta__right__img {
    right: 0;
    text-align: end;
    top: 0px;
}

.achievement__sec__main.padding__80 {
    padding-top: 0;
}

.banner__sec__main .carousel-item:before{
      height: 226px;
}

.inner__banner {
    height: 470px;
}

.ser__content h2 br {
    display: none;
}

.ser__content h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
}

.ser__content p {
    font-size: 15px;
    line-height: 28px;
}

.services__img img {
    width: 100%;
}

.heading__help h2 {
    font-size: 28px;
    line-height: 38px;
}

.overlay__team{
  padding: 20px;
}

.pkg_detail_sec {
    min-height: 380px;
    margin-top: 20px;
    margin-bottom: 60px;
}

.pkg_detail_sec h4 {
    font-size: 19px;
}

.pkg_detail_sec span.h5 {
    font-size: 36px;
}

.pkg_list_detail ul.pkg-list {
    height: 490px;
}

.btn_pkg a {
    padding: 15px 40px;
    font-size: 17px;
}

header .col-sm-2 {
    max-width: 40%;
    flex: 40%;
}

.banner__sec__main.privacy_policy .inner__banner {
    height: 320px;
}

.list__abt__tab p {
    font-size: 15px;
    line-height: 28px;
}

.cta__content__Sec h2 {
    font-size: 28px;
}

.center__head__sec h3 {
    font-size: 23px;
    line-height: 36px;
}

}

@media (max-width: 390px) {

.menu__tab__sec ul li a {
    padding: 9px 13px;
    font-size: 13px;
}

.port__head span {
    font-size: 16px;
}

.cta__content__Sec h4 {
    font-size: 15px;
    font-weight: 400;
}

.counter-item {
    padding: 30px 10px;
    margin-bottom: 20px;
    height: 160px;
}

.container {
    max-width: 360px;
}

.rev__para p {
    font-size: 15px;
}

.footer__logo p {
    font-size: 14px;
    line-height: 27px;
}

.det__list__content ul li {
    font-weight: 300;
    line-height: 26px;
    font-size: 14px;
}

.footer__tp__mnu ul li a {
    font-size: 14px;
    font-weight: 400;
    padding: 11px 0;
}

.footer_link ul li a {
    font-size: 15px;
}

.footer__head span a {
    font-size: 18px;
}

.copyright_text p {
    font-size: 13px;
}

.term_content_Sec p {
    font-size: 14px;
    line-height: 26px;
}

.banner__btn ul li a {
    padding: 14px 14px;
    display: inline-block;
    font-size: 14px;
}

.inner___banner .banner__content__sec h1 {
    font-size: 23px;
    line-height: 31px;
}

.recet__port .main__img__bx {
    height: 248px;
}

.inner__banner {
    height: 540px;
}

.banner__sec__main.inner___banner .carousel-item:after {
    background: rgb(7 18 29 / 85%);
}

.ser__content p {
    font-size: 14px;
    line-height: 26px;
}

.ser__content h2 {
    font-size: 22px;
    line-height: 30px;
}

.cta__content__Sec h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

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

.popular__box__tab {
    padding: 30px 22px 20px;
    height: auto;
}

.padding__80 {
    padding: 40px 0;
}

}


/*Responsive Section End*/