@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700;800&amp;display=swap');
:root {
  --light_white: #f7f7f7;
  --black: #000;
  --white: #fff;
  --pink: #b8285a;
  --blue: #004c97;
  --lblue:#3366CC;
  --gray: #6d6e70;
  --light_gray: #919396;
  --heading_color: #3c3b3c;
  /* --purple: #b8285a; */
  --purple: #002577;
  --heading-font-family: 'Montserrat', sans-serif;
  --paragraph-font: Poppins, sans-serif;
}

@font-face {
  font-family: 'AvenirLTStd-Book';
  src: url('../fonts/AvenirLTStd-Book.eot');
  src: url('../fonts/AvenirLTStd-Bookd41dd41d.eot?#iefix') format('embedded-opentype'),
       url('../fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg'),
       url('../fonts/AvenirLTStd-Book.ttf') format('truetype'),
       url('../fonts/AvenirLTStd-Book.woff') format('woff'),
       url('../fonts/AvenirLTStd-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


img {
  pointer-events: none
}



/*Website Font USE/
font-family: 'Poppins', sans-serif;
/*Website Font USE*/


/*BEGIN: GENERAL CSS*/

body {
  font-family: var(--paragraph-font);
  overflow-x: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  background: #fff;
}

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(--blue); 
}
::selection{
    color: var(--white);
    background: var(--blue);
}

a {
  text-decoration: none;
  color: #000;
   /*-webkit-user-select: none;*/
   /* -webkit-touch-callout: none;*/
   /* -moz-user-select: none;*/
   /* -ms-user-select: none;*/
   /* user-select: none;*/
}

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;
  /*-webkit-user-select: none;*/
  /*-webkit-touch-callout: none;*/
  /*-moz-user-select: none;*/
  /*-ms-user-select: none;*/
  /*user-select: none;*/
}

p {
    /* -webkit-user-select: none;*/
    /*-webkit-touch-callout: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
}

h1, h2, h3, h4, h5, h6{
    font-family: var(--heading-font-family);
 /*-webkit-user-select: none;*/
 /*       -webkit-touch-callout: none;*/
 /*       -moz-user-select: none;*/
 /*       -ms-user-select: none;*/
 /*       user-select: none;*/

}

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;
}

.center-col {
  margin: 0 auto;
  display: table;
  float: none;
}


/*Top Bar Section Begin*/

.top_bar_sec {
    background: var(--light_white);
    padding: 10px 0;
    border-bottom: 1px solid #cdcdcd;
}

.top_bar_sec .container-fluid {
    max-width: 1500px;
    margin: auto;
    padding: 0 15px;
}

.top_bar_list ul li a {
    font-size: 16px;
    color: var(--primary_color);
    font-weight: 500;
}

.top_bar_list ul li a .fa {
    color: #AB3523;
    font-size: 17px;
    padding-right: 10px;
}

.top_bar_list ul li {
    display: inline-block;
    padding: 0 30px 0 0px;
}

/*Top Bar Section End*/

/*Header Section Begin*/

header {
    padding: 10px 0;
    border-bottom: 2px solid #AB3523;
}

.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: 17px;
    padding: 12px 15px !important;
}

.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: #AB3523;
    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%);
}

.logo_Sec_main img {
    width: 100%;
}

.logo_Sec_main {
    display: inline-block;
    width: 130px;
    transition: .5s;
}

header .container-fluid {
    max-width: 1500px;
    margin: auto;
    padding: 0 15px;
}

header .row {
    align-items: center;
}

.main_menu_sec ul li a:hover {
    color: var(--blue);
}

.top_bar_list ul li a:hover {
    color: var(--blue);
}

/*Header Section End*/

/*Banner Section Begin*/

.banner_sec_main .carousel-item img{
    width: 100%;
}

/*Banner Section End*/


/*Banner Section Begin*/

.banner_sec_main .carousel-caption {
    left: 0;
    top: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    bottom: 0;
    padding: 0;
}

.banner_content h3 {
    font-size: 33px;
    color: var(--heading_color);
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 45px;
text-transform: capitalize;}

.banner_content p {
    color: var(--heading_color);
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
}

.banner_sec_main .carousel-caption .container {
    max-width: 1500px;
    margin: auto;
    padding: 0 15px;
}

.banner_content h3 span {
    font-weight: 900;
    color: #AB3523 !important;
    font-style: italic;
    font-family: 'Dancing Script', cursive;
    font-size: 57px;
}

.banner_content ul.list_banner li {
    font-size: 18px;
    color: var(--heading_color);
    font-weight: 400;
    padding: 0 0px 15px 30px;
    position: relative;
}

.banner_content ul.list_banner {
    padding-bottom: 10px;
}

.banner_content h6 {
    font-size: 19px;
    color: var(--heading_color);
}

.banner_content h6 .fa {
    color: #ffc904;
    padding: 0 5px 0 3px;
}
.banner_content ul.list_banner li:after {
    content: "\f0a9";
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    color: #AB3523 !important;
    font-size: 21px;
}


.banner_right img {
    width: 80% !important;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 60px rgb(193 50 236 / 39%);
    -moz-box-shadow: 0px 0px 60px rgb(193 50 236 / 39%);
    box-shadow: 0px 0px 60px rgb(193 50 236 / 39%);
}

.banner_sec_main .carousel-caption .row {
    align-items: center;
}

.banner_right {
    text-align: center;
}

.banner_sec_main {
    border-bottom: 2px solid #f2f2f2;
}

ul.banner_badge li {
    width: auto !important;
}

ul.banner_badge {
    padding-top: 20px;
}

/*Banner Section End*/

/*Partner Logo Section Begin*/

.partner_logo_sec {
    background: var(--white);
    padding: 30px 0;
}

.sponsers_logos ul li img {
    border: 1px solid #ccc;
    padding: 0 12px;
}

.sponsers_logos li {
    margin: 0 10px;
}

/*Partner Logo Section End*/


/*About Us Section Begin*/

.about_sec_main {
    background: var(--light_white);
}

.about_sec_main .container-fluid {
    padding: 0;
}

.form_tp_sec {
    padding: 0 200px 0 80px;
}

.form_tp_sec h3 {
    font-size: 45px;
    color: var(--heading_color);
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 44px;
}

.form_tp_sec p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.form_tp_sec h3 span {
    font-weight: 900;
    color: #AB3523;
    font-style: italic;
    font-family: 'Dancing Script', cursive;
    font-size: 70px;
}

.form_tp_sec input,.form_tp_sec select {
    height: 50px !important;
    margin-bottom: 15px;
    border-radius: 0;
    border: 1px solid #ccc;
width: 100%;}


.contact_form_Tab .btn_form input {
    background: #AB3523;
    color: var(--white);
    width: auto !important;
    height: auto !important;
    padding: 20px 80px;
    font-size: 20px !important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;  
    transition: 0.5s; 
    background-size: 200% auto;
    border-radius: 50px !important;
    border: 0 !important;
}

.btn_form {
    padding-top: 10px;
}

.cursor {
    border: 3px solid var(--blue);
    border-radius: 50%;
    position: absolute;
    transition-duration: .2s;
    transition-timing-function: ease-out;
    animation: cursorAnim .6s infinite alternate;
    pointer-events: none;
    z-index: 9999999
}
.cursor::after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    border: 2px solid var(--blue);
    border-radius: 50%;
    opacity: .85;
    top: -20px;
    left: -20px;
    animation: cursorAnim2 .6s infinite alternate
}
@keyframes cursorAnim {
    from {
        transform: scale(1)
    }
    to {
        transform: scale(.7)
    }
}
@keyframes cursorAnim2 {
    from {
        transform: scale(1)
    }
    to {
        transform: scale(1)
    }
}
@keyframes cursorAnim3 {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(2)
    }
    100% {
        transform: scale(1);
        opacity: 0
    }
}

.form_about_img img {
    width: 100%;
}

.btn_form input:hover {
    /* background-position: right center; */
    background: #AB3523;
}

.about_sec_list .scroll-block {
    max-height: 283px;
}

/*About Us Section End*/

/*Our Services Section Begin*/

.padding-70{
    padding: 70px 0;
}

.web_head_sec {
    text-align: center;
}

.web_head_sec h2 {
    font-size: 34px;
    text-transform: capitalize;
    font-weight: bold;
    color: var(--heading_color);
}

.web_head_sec h2 span {
    font-weight: 900;
    
     /* fallback for old browsers */
    background: #AB3523; /* Chrome 10-25, Safari 5.1-6 */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.web_head_sec p {
    font-size: 18px;
    line-height: 30px;
}



.services_sec_main .container-fluid {
    padding: 0 240px;
}

.services_box_main {
    -webkit-box-shadow: 0 35px 30px -13px rgb(46 60 84 / 30%);
    box-shadow: 0 35px 30px -13px rgb(46 60 84 / 30%);
}

.services_box_img img {
    width: 100%;
}

.services_box_img {
    /* border: 5px solid var(--purple); */
}

.services_box_img {
    position: relative;
}

.services_box_img:before {
    content: '';
    background-image: -moz-linear-gradient(90deg, #AB3523 0%, #000 100%);
    background-image: -webkit-linear-gradient(90deg, #AB3523 0%, #000 100%);
    background-image: -ms-linear-gradient(90deg, #AB3523 0%, #000 100%); 
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* border: 5px solid var(--purple); */
}

.overlay_text_sec {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    padding: 40px 25px 10px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

span.services_tp {
    font-size: 40px;
    font-weight: bold;
    color: var(--white);
    text-shadow: 0px 0px 57px rgb(0 0 0 / 82%);
}

.overlay_text_sec h3 {
    color: var(--white);
    font-size: 29px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 35px;
    text-shadow: 0px 0px 57px rgba(20, 1, 36, 0.5);
}

.btm_content_Services p {
    font-size: 15px;
    line-height: 27px;
    color: var(--white);
    font-weight: 400;
}

.services_sec_main .container-fluid .col-sm-3:nth-child(even) .services_box_main  {
    margin-top: 50px;
}

.services_box_main {
    -webkit-box-shadow: 0 35px 30px -13px rgb(46 60 84 / 30%);
    box-shadow: 0 35px 30px -13px rgb(46 60 84 / 30%);
margin-bottom: 60px;}

/*Our Services Section End*/


/*Our Portfolio Section Begin*/

.our_portfolio_Sec {
    background: var(--light_white);
}

.inner_portfolio .our_portfolio_Sec {
    background: var(--white);
}

.tab_content_sec ul {
    border: 0;
    text-align: center;
    justify-content: center;
}

.tab_content_sec ul li {
    margin: 0;
}

.tab_content_sec ul li a {
    background: var(--white);
    color: var(--black);
    border-radius: 45px !important;
    padding: 8px 17px;
    margin: 0 6px;
    font-size: 13px;
    font-weight: 500;
    /* border: 1px solid var(--blue) !important; */
}

.tab_content_sec ul li a:hover,.tab_content_sec ul li a.active {
    background-image: -moz-linear-gradient(to right,#AB3523 50%, #AB3523 100%); 
    background-image: -webkit-linear-gradient(to right,#AB3523 50%, #AB3523 100%);
    background-image: linear-gradient(to right,#AB3523 50%, #AB3523 100%);
    color: var(--white) !important;
}

.portfolio_box_img {
    display: inline-block;
    height: 750px;
    overflow: hidden;
    margin-bottom: -6px;
}


.portfolio_box_img figure img {
    width: 100%;
}

.our_portfolio_Sec .container-fluid {
    padding: 0;
}

.portfolio_box_img:hover a:after {
    opacity: 1;
    position: absolute;
    content: "\f067";
    font-family: FontAwesome;
    left: 50%;
    top: 48%;
    width: 48px;
    margin-left: -24px;
    margin-top: -24px;
    color: #fff;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    text-shadow: 0 0 10px rgb(0 0 0 / 25%);
    z-index: 999;
}

.portfolio_box_img:hover a:before{
  content: '';
  background: rgb(0 0 0 / 25%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 99;
}

.portfolio_box_img a:hover img {
    top: -100%;
}

.portfolio_box_img a figure img {
    width: 100%;
    position: relative;
    top: 0;
    transition: 2s all;
}

.portfolio_box_img a {
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: relative;
    display: inline-block;
}

.portfolio_box_img a figure {
    margin-bottom: 0;
    height: 500px;
}

/*Our Portfolio Section End*/

/*CTA Section Begin*/

.cta_section_main {
    background: url(../images/cta-banner.jpg);
    background-size: cover;
}

.cta_content h4 {
    font-size: 20px;
    color: var(--white);
    font-weight: 200;
}

.cta_content h2 {
    font-size: 40px;
    color: var(--white);
    font-weight: bold;
}

.cta_content p {
    color: var(--white);
    font-size: 18px;
    line-height: 31px;
    font-weight: 300;
    margin-bottom: 0;
}

.btn_web {
    padding-top: 30px;
}

.btn_web ul li {
    display: inline-block;
}


.btn_web ul li a {
    padding: 15px 50px;
    color: var(--white);
    display: inline-block;
    font-size: 17px;
    border-radius: 45px;
    background:#AB3523;
    transition: 0.5s;
    background-size: 200% auto;
    font-weight: 600;
}

.btn_web ul li {
    margin: 0 20px 0 0;
}

.btn_web ul li:nth-child(2) a {
    background: transparent;
    color: var(--blue);
    border: 1px solid var(--blue);
}

.btn_web ul li a:hover {
    background:var(--lblue);
}

.btn_web ul li:nth-child(2) a:hover {
    background: -moz-linear-gradient(to right, #003366 0%, #3399FF 50%, #3366CC 100%);
    background: -webkit-linear-gradient(to right, #003366 0%, #3399FF 50%, #3366CC 100%);
    background: linear-gradient(to right, #003366 0%, #3399FF 50%, #3366CC 100%);
    background-size: 200% auto;
    transition: 0.5s;
    border: none;
    color: var(--white) !important;
}

.cta_section_main .btn_web ul li:nth-child(2) a {
    border-color: var(--white);
    color: var(--white);
}

/*CTA Section End*/


/*Pacakges Section Begin*/

.packages_sec_main {
    /* background: url(../images/packages_bg.png); */
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 60% auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.packages_sec_main:before {
    content: '';
    position: absolute;
    background: url(../images/packages_bg1.png);
    width: 100%;
    height: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 60% auto;
    top: 0;
    opacity: 0.3;
    z-index: -1;
}

.packages_sec_main:after {
    content: '';
    position: absolute;
    background: url(../images/packages_bg.png);
    width: 100%;
    height: 100%;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 60% auto;
    bottom: 0;
    opacity: 0.3;
    left: 0;
    z-index: -1;
}

.package-box {
    padding: 40px 30px;
    background: var(--white);
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 14%);
    margin-top: 40px;
    position: relative;
    border-radius: 10px;
}


.package-box ul.pkg-list::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}

.package-box ul.pkg-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e6e5e5;
  border-radius: 10px;
  background: #e6e5e5;
}
.package-box ul.pkg-list::-webkit-scrollbar-thumb {
  background: var(--blue);
  border-radius: 10px;
}
.package-box ul.pkg-list::-webkit-scrollbar-thumb:hover {
  background: var(--blue);
  border-radius: 10px;
}

ul.pkg-list {
    height: 240px;
    overflow-y: scroll;
}

ul.pkg-list li {
    font-size: 15px;
    padding: 6px 0 5px 24px;
    color: var(--heading_color);
    font-weight: 400;
    position: relative;
}

li.heading {
    font-weight: bold !important;
    padding-left: 0 !important;
}

li.heading:before {
    content: none !important;
}

.package-box h4 {
    font-size: 18px;
    color: var(--heading_color);
    margin-bottom: 15px;
    font-weight: bold;
}

.package-top span.h5 {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 45px;
    color: #AB3523 !important;
    font-weight: bold;
    background: var(--blue);
    background-size: 200% auto;
    /* background: -webkit-linear-gradient(to right, #932987, #9932cc);
    background: linear-gradient(to right, #b22861, #912989); */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.package-top span.h5 sup{
    background: var(--blue);
    -webkit-background-clip: text;
    background-clip: text;color: transparent;
    right: -8px;
    color: #AB3523;
}

.package-details p {
    font-size: 14px;
    color: var(--heading_color);
}

span.line_through {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    text-decoration: line-through;
    font-weight: 400;
    color: #AB3523;
}

.package-box ul 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: 10px;
    position: absolute;
    left: 0;
    filter: brightness(0);
}

.tab-content .row.pt-5 .col-sm-4:nth-child(even) .package-box {
    background: #f7f7f7;
}

.btn_pkg {
    text-align: center;
    padding-top: 30px;
}

.btn_pkg a.pkg-order-btn {
    background: #AB3523;
    color: var(--white);
    padding: 15px 40px;
    display: inline-block;
    font-size: 17px;
    border-radius: 35px;
    font-weight: 300;
    letter-spacing: 1px;
    transition: 0.5s;
    background-size: 200% auto;
    cursor: pointer;
}

.btn_pkg a.detail-pkg {
    display: block;
    padding-top: 20px;
    font-size: 17px;
    color: #000;
    font-weight: 400;
}

.package-box:hover a.pkg-order-btn {
    background: #AB3523;
}

.package-box:hover a.detail-pkg {
    color: var(--blue);
}

/*Pacakges Section End*/


/*Counter Section Begin*/

.counters {
}

.counter {
  line-height: 1;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 3.125rem;
  font-size: 55px;
  margin: 0 0 20px 0;
  font-weight: bold;
  color:#AB3523;
  justify-content: center;
}
.counter > span {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 2s ease;
  transform: translateY(0);
  line-height: 1;
}
.counter > span span {
  flex: 0 0 100%;
  height: 100%;
}
.counter:nth-child(1) > span {
  transition-delay: 0s;
}
.counter:nth-child(2) > span {
  transition-delay: 0.375s;
}
.counter:nth-child(3) > span {
  transition-delay: 0.75s;
}
.counter:nth-child(4) > span {
  transition-delay: 1.125s;
}
.counter:nth-child(5) > span {
  transition-delay: 1.5s;
}
.counter:nth-child(6) > span {
  transition-delay: 1.875s;
}
.counter:nth-child(7) > span {
  transition-delay: 2.25s;
}
.counter:nth-child(8) > span {
  transition-delay: 2.625s;
}
.counter:nth-child(9) > span {
  transition-delay: 3s;
}
.counter:nth-child(10) > span {
  transition-delay: 3.375s;
}
.counter:nth-child(11) > span {
  transition-delay: 3.75s;
}
.counter:nth-child(12) > span {
  transition-delay: 4.125s;
}
.counter:nth-child(13) > span {
  transition-delay: 4.5s;
}
.counter:nth-child(14) > span {
  transition-delay: 4.875s;
}
.counter:nth-child(15) > span {
  transition-delay: 5.25s;
}
.counter:nth-child(16) > span {
  transition-delay: 5.625s;
}
.counter:nth-child(17) > span {
  transition-delay: 6s;
}
.counter:nth-child(18) > span {
  transition-delay: 6.375s;
}
.counter:nth-child(19) > span {
  transition-delay: 6.75s;
}
.counter:nth-child(20) > span {
  transition-delay: 7.125s;
}

.counters ul li {
    display: inline-block;
    text-align: center;
}

.counters ul {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.counter_sec_main {
    background: var(--light_white);
}

span.count_text {
    font-size: 20px;
    color: var(--black);
    font-weight: 500;
}


/*Counter Section End*/

/*Industries Section Begin*/

span.background-shape {
    position: absolute;
    content: '';
    background: #f7f7f7;
    width: 440px;
    height: 490px;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 30px 30px 30px 0px;
}

.industries_left_img {
    text-align: end;
}

span.background-layer {
    position: absolute;
    top: 38%;
    left: 15%;
}

.industries_sec_main .row {
    align-items: center;
}

.industries_content h2 {
    font-size: 30px;
    color: var(--heading_color);
    font-weight: b;
}

.industries_content p {
    font-size: 17px;
    line-height: 29px;
    color: var(--heading_color);
    font-weight: 400;
}

.industries_content ul.list_industries li {
    font-size: 17px;
    color: var(--heading_color);
    width: 49.50%;
    display: inline-block;
    position: relative;
    padding: 0 46px 25px;
}

.industries_content ul {max-height: 270px;}

/*.industries_content ul.list_industries li:after {
    content: "\f105";
    color: var(--blue);
    position: absolute;
    left: 0px;
    font-size: 20px;
    font-family: 'FontAwesome';
}*/

.industries_content h2 span {
    font-weight: 900;
    color: var(--purple);
    background: #AB3523;
    -webkit-background-clip: text;
    background-clip: text;      
    color: transparent;
}

ul.list_industries li .sprite {
    background-image: url(../images/industrie-icons.webp);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
}
i.sprite.sprite-01 {
    width: 28px;
    height: 37px;
    background-position: -184px -4px;
}

i.sprite.sprite-02 {
    width: 43px;
    height: 42px;
    background-position: -142px -5px;
}

i.sprite.sprite-03 {
    width: 43px;
    height: 42px;
    background-position: -96px 0px;
}

i.sprite.sprite-04 {
    width: 43px;
    height: 42px;
    background-position: -50px 5px;
}

i.sprite.sprite-05 {
    width: 43px;
    height: 42px;
    background-position: -4px -4px;
}

i.sprite.sprite-06 {
    width: 44px;
    height: 47px;
    background-position: -10px -62px;
}


i.sprite.sprite-07 {
    width: 44px;
    height: 47px;
    background-position: -64px -53px;
}

i.sprite.sprite-08 {
    width: 44px;
    height: 47px;
    background-position: -118px -54px;
}

i.sprite.sprite-09 {
    width: 44px;
    height: 47px;
    background-position: -169px -55px;
}

i.sprite.sprite-10{
    width: 44px;
    height: 47px;
    background-position: -63px -108px;
}

i.sprite.sprite-11{
    width: 44px;
    height: 47px;
    background-position: -114px -113px;
}

i.sprite.sprite-12{
    width: 44px;
    height: 47px;
    background-position: -165px -108px;
}

i.sprite.sprite-13{
    width: 44px;
    height: 47px;
    background-position: -214px -108px;
}

i.sprite.sprite-14{
    width: 39px;
    height: 43px;
    background-position: -5px -160px;
}

i.sprite.sprite-15{
    width: 44px;
    height: 47px;
    background-position: -214px -160px;
}

i.sprite.sprite-16{
    width: 44px;
    height: 47px;
    background-position: -213px -54px;
}

i.sprite.sprite-17{
    width: 44px;
    height: 47px;
    background-position: -54px -207px;
}

i.sprite.sprite-18{
    width: 44px;
    height: 47px;
    background-position: -220px -1px;
}

i.sprite.sprite-19{
    width: 44px;
    height: 47px;
    background-position: -97px -205px;
}

i.sprite.sprite-20{
    width: 44px;
    height: 47px;
    background-position: -137px -201px;
}

i.sprite.sprite-21{
    width: 44px;
    height: 47px;
    background-position: -179px -201px;
}


i.sprite.sprite-22{
    width: 44px;
    height: 47px;
    background-position: -179px -201px;
}


i.sprite.sprite-23{
    width: 44px;
    height: 47px;
    background-position: -262px -108px;
}

i.sprite.sprite-24{
    width: 44px;
    height: 47px;
    background-position: -257px -159px;
}

i.sprite.sprite-25{
    width: 44px;
    height: 47px;
    background-position: -263px -54px;
}

i.sprite.sprite-26{
    width: 44px;
    height: 47px;
    background-position: -1px -213px;
}

i.sprite.sprite-27{
    width: 44px;
    height: 47px;
    background-position: -163px -158px;
}

i.sprite.sprite-28{
    width: 44px;
    height: 47px;
    background-position: -223px -211px;
}

i.sprite.sprite-29{
    width: 44px;
    height: 47px;
    background-position: -263px -213px;
}

i.sprite.sprite-30{
    width: 44px;
    height: 47px;
    background-position: -47px -251px;
}

.scroll-block {
    max-height: 150px;
    padding-right: 15px;
    overflow-y: scroll;
}

.scroll-block::-webkit-scrollbar {
  width: 1px;
}
.scroll-block::-webkit-scrollbar-track {
  background-color: rgba(3, 21, 33, .1);
}
.scroll-block::-webkit-scrollbar-thumb {
  background-color: #031521;
  height: 60px;
}

.industries_content .scroll-block {
    max-height: 323px;
}

.industries_tab_content h4 {
    font-weight: bold;
    font-size: 19px;
    color: #AB3523;
}

.industries_tab_content p {
    font-size: 17px;
    line-height: 25px;
}


/*Industries Section End*/



/*Review Section Begin*/

.review_sec_main {
    background: var(--light_white);
}

.review_sec_box {
    background: #fff;
    padding: 44px 28px;
    margin-bottom: 26px;
    text-align: left;
    min-height: 255px;
    border-radius: 10px;
    box-shadow: 4px 2px 18px 0 #cccccc40;
    position: relative;
    margin: 20px 0;
}

.starwrp i.fa {
    color: #ffdd65;
    font-size: 16px;
}

.starwrp {
    padding-bottom: 10px;
}

.review_content p {
    font-size: 17px;
    line-height: 25px;
    font-family: Cabin,sans-serif;
    margin-bottom: 0;
    max-height: 103px;
}

.review_sec_box:before {
    position: absolute;
    content: "\f0d7";
    font-family: 'FontAwesome';
    bottom: 5px;
    left: 12px;
    color: #fff;
    font-size: 90px;
    line-height: 0;
}

.icli {
    display: flex;
    align-items: center;
}

.clname h6 {
    margin: 0;
    color: #AB3523;
    font-weight: bold;
    font-size: 19px;
}

.round {
    margin-right: 20px;
}

.clname p {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--head_color);
    font-weight: 400;
}

.slick-slide{
    margin: 0;
}

/*Review Section Begin*/

/*Award Section Begin*/

.award_sec_tab {
    text-align: center;
}

.award_sec_tab img {
    padding-bottom: 20px;
}

.award_sec_tab h4 {
    font-size: 19px;
    line-height: 25px;
    font-weight: 500;
    color: var(--heading_color);
}

/*Award Section End*/

/*Contact Home Section Begin*/

.contact_hme {
    background: var(--light_white);
    background: url(../images/contact_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.con_detail_hme ul li {
    font-size: 39px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 10px;
    line-height: 60px;
    padding: 0 50px 20px 0px;
}

.con_detail_hme ul li a {
    background: #AB3523;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.con_detail_hme ul li span {
    font-weight: 500;
    padding-right: 10px;
    display: block;
    margin: 0 auto;
}

.contact_form_Tab input,.contact_form_Tab select {
    height: 55px !important;
    margin-bottom: 20px;
    border-radius: 0;
    width: 100%;
    font-size: 15px;
border: 1px solid #ccc;}

.contact_form_Tab select{
  height: 55px !important;
}

.contact_form_Tab textarea {
    height: 190px;
    border-radius: 0;
    resize: none;
    font-size: 15px;
    padding: 15px 15px;
    margin-bottom: 20px;
}

.map_sec iframe{
    width: 100%;
    border: 0;
    height: 420px;
}

.con_detail_hme ul li span img {
    display: block;
}

.services_sec_main {
    position: relative;
}

.vertical {
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -webkit-transform-origin: right top 0;
    transform-origin: right top 0;
    font-family: 'Montserrat', sans-serif;
    right: 97%;
    color: #444245;
    font-weight: bold;
    font-size: 120px;
    white-space: nowrap;
    cursor: vertical-text;
    position: absolute;
    display: block;
    height: auto;
    top: 400px;
}

.wrapv {
    z-index: 1;
    position: absolute;
    display: block;
    bottom: 40%;
    left: 0px;
    height: 100%;
    width: 10vw;
}
/*Contact Home Section End*/


/* Footer Section  */

footer {
    background: -moz-#000000;
    background: -webkit-#000000;
    background: #000000;
    /* background: -moz-linear-gradient(to right, #003366 20%, #3399FF 70%, #3366CC 100%);
    background: -webkit-linear-gradient(to right, #003366 20%, #3399FF 70%, #3366CC 100%);
    background: linear-gradient(to right, #003366 20%, #3399FF 70%, #3366CC 100%); */
    background-size: 200% auto;
    padding: 60px 0 0 0;}

.footer_head h3 {
    font-size: 19px;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.services_links ul li a {
color: var(--white);
    font-weight: 400;
    font-size: 15px;
}

.services_links ul li {
    padding-bottom: 10px;
}

.about_list ul li a {
        color: var(--white);
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
}

.about_list ul li {
    color: var(--white);
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 300;
}


.socail_icon ul li {
    display: inline-block;
    padding: 10px 20px 0 0;
}

.socail_icon ul li a {
    color: var(--white);
    font-size: 26px;
}

.card_icon {
    text-align: right;
}

.card_icon img {
    filter: brightness(0) invert(1);
    width: 380px;
}

.copy_right {
    /* background: var(--light_white); */
    margin-top: 30px;
    padding: 20px 0;
}

.footer_logo img {
    width: 190px;
   
    margin-bottom: 20px;
}

.footer_logo p {
    color: var(--white);
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
}

.term_links ul li {
    display: inline-block;
    position: relative;
    padding: 0px 20px 0 0;
}

.term_links ul li a {
    color: var(--white);
    font-size: 15px;
    font-weight: 300;
}

.term_links ul li:after {
    content: '';
    position: absolute;
    border: 1px solid var(--white);
    width: 2px;
    height: 20px;
    right: 5px;
}

.term_links ul li:nth-child(2):after {
    border: 0;
}

.term_links {
    text-align: right;
}

/* Footer Section  */


/*About Us Section Begin*/

.right_about_img {
    position: relative;
    left: -40px;
}

.right_about_img img {
    width: 95%;
    border-radius: 9999px;
}

.right_about_img:before {
    content: '';
    position: absolute;
    width: 420px;
    height: 600px;
    border-radius: 50%;
    right: 10px;
    transform: rotate(25deg);
    z-index: -1;
    bottom: -60px;
    background: -moz-linear-gradient(to right, #AB3523 20%, #AB3523 70%, #AB3523 100%); 
    background: -webkit-linear-gradient(to right, #AB3523 20%, #AB3523 70%, #AB3523 100%); 
    background: linear-gradient(to right, #AB3523 20%, #AB3523 70%, #AB3523 100%); 
    background-size: 200% auto;
}

.right_about_img:after {
    content: '';
    position: absolute;
    width: 440px;
    height: 570px;
    border-radius: 50%;
    left: -20px;
    transform: rotate(31deg);
    z-index: -1;
    top: -60px;
    border: 1px solid #AB3523;
}

.about_sec {
    padding: 100px 0 120px;
    background: var(--light_white);
    position: relative;
    z-index: 1;
}

.web_content_sec h3{
    font-size: 30px;
    text-transform: capitalize;
    color: var(--heading_color);
    font-weight: bold;
}

.web_content_sec p {
    font-size: 16px;
    line-height: 28px;
}

ul.list_tab_sec li {
    position: relative;
    font-size: 14px;
    display: inline-block;
    padding: 0 30px 10px 27px;
    width: 49%;
    font-weight: 400;
}

ul.list_tab_sec li:before {
    position: absolute;
    content: "\f178";
    font-family: 'FontAwesome';
    left: 0;
    color:#AB3523;
    font-size: 21px;
}

.about_sec .row {
    align-items: center;
}


/*client Section Begin*/

.client_sec_tab {
    padding: 30px 30px;
    -webkit-box-shadow: 0 1px 30px 1px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 30px 1px rgb(0 0 0 / 10%);
    position: relative;
    background: var(--white);
    margin-bottom: 50px;
    min-height: 290px;
}

.client_img_sec {
    padding-bottom: 10px;
}

.client_content_sec h4 {
    font-size: 17px;
    font-weight: bold;
    color: var(--heading_color);
}

.client_content_sec p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}

.client_sec_tab:before {
    content: "";
    height: 70px;
    width: calc(100% - 10px);
    position: absolute;
    bottom: -15px;
    z-index: -1;
    right: -15px;
    background: var(--blue);
    background: -moz-linear-gradient(to right, #AB3523 20%, #AB3523 70%, #AB3523 100%); 
    background: -webkit-linear-gradient(to right, #AB3523 20%, #AB3523 70%, #AB3523 100%); 
    background: linear-gradient(to right, #AB3523 20%, #AB3523 70%, #AB3523 100%); 
}

.inner_award {
    background: var(--light_white);
}

.logo_port .portfolio_box_img a:hover img {
    top: 0;
}

.logo_port .portfolio_box_img {
    height: auto;
    /* margin-bottom: -10px; */
    width: 100%;
}

.logo_port .portfolio_box_img a figure {
    height: auto;
}

.logo_port .portfolio_box_img {
    border: 3px solid #fff;
}

.inner_port {
    background: var(--white);
}

.logo_port .portfolio_box_img a figure img {
    width: 100%;
}

/*client Section End*/

.inner_pkg{
    background: var(--light_white);
}

.inner_review .review_sec_main{
    background: var(--white); 
}

/*About Us Section End*/


/*Logo Design Section Begin*/

/*Process section Begin*/

.process_sec_main {
    background: -moz-linear-gradient(to right, #AB3523 20%, #AB3523 70%, #000 100%); 
    background: -webkit-linear-gradient(to right, #AB3523 20%, #AB3523 70%, #000 100%); 
    background: linear-gradient(to right, #AB3523 20%, #AB3523 70%, #000 100%); 
    background-size: 200% auto;
    background-color: var(--blue);
    position: relative;
}

.process_sec_main .web_head_sec h2, .process_sec_main .web_head_sec span, .process_sec_main .web_head_sec p {
    color: var(--white);
}

.process_box {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.07));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.07));
    background-color: #ffffff;
    padding: 30px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-height: 400px;
}

.shopify_process .process_box {
    min-height: 340px;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
}

.process_icon_sec img {
    width: auto;
}

.process_icon_sec img {
    filter: brightness(1) invert(1);
    margin-bottom: 10px;
}

.process_content_sec h4 {
    font-weight: bold;
    font-size: 20px;
    background: #AB3523;
    background: #AB3523;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.process_content_sec p {
    font-size: 15px;
    line-height: 30px;
    color: var(--heading_color);
    font-weight: 500;
}

.process_sec_main:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 37%;
    width: 100%;
    background: var(--white);
}

.inner_review{
    background: var(--white);
}

.process_btm_sec {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.process_btm_sec img {
    opacity: 0.6;
    width: 100%;
    background-size: cover;
}

/*Process section End*/


/*Faq Section Begin*/

.faq_sec_main{
    background: var(--light_white);
}

.faq_sec_main .card-header {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.faq_sec_main .card-header button {
    padding: 15px 20px;
    border-bottom: 0;
    border-radius: 0;
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 400;
    background: var(--white);
    text-decoration: none;
    border: 2px solid #AB3523;
}

.faq_sec_main .card-body ul li {
    list-style-type: disc;
}

.faq_sec_main .card-body ul {
    padding: 0 40px;
}

.faq_sec_main .card {
    border-radius: 0;
    border: 1px solid var(--black);
    border: 10px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to left, #3399FF , #3366CC );
}

#accordion .card-header h5 button.collapsed i.fa-minus:before {
    content: "\f067";
}

.faq_sec_main .card-body {
    font-size: 16px;
    line-height: 27px;
    color: var(--heading-color);
}

/*Faq Section End*/

/*Logo Design Section End*/


/*Website Design Page CSS*/


/*Support Section Begin*/

.support_sec_tab {
    background: #3c3b3c;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 30px 20px;
    height: 140px;
}

.support_content_Sec p {
    margin: 0;
    font-size: 16px;
    color: var(--white);
}

.icon_support {
    margin-right: 20px;
}

.support_sec_main .row .col-sm-3:nth-child(2) .support_sec_tab,
.support_sec_main .row .col-sm-3:nth-child(4) .support_sec_tab{
    background: #AB3523;
}

.support_sec_main {
    /* border-bottom: 2px solid var(--blue); */
    /* border-top: 2px solid var(--blue); */
}

/*Support Section End*/


/*Freedom Section Begin*/

.freedom_img_sec img {
    width: 100%;
}

.freedom_Sec_main .row {
    align-items: center;
}

.freedom_content_Sec {
    padding: 0 80px;
}

.freedom_content_Sec h3 {
    font-size: 29px;
    font-weight: bold;
    color: var(--heading_color);
    width: 80%;
    line-height: 37px;
}

.freedom_content_Sec p {
    color: var(--heading_color);
    font-size: 15px;
    line-height: 23px;
    width: 90%;
    margin-bottom: 20px;
    font-weight: 400;
}

.freedom_list ul li h4 {
    font-size: 17px;
    font-weight: bold;
    color:#AB3523;
}

.freedom_list ul li p {
    font-size: 15px;
    color: var(--heading_color);
    margin-bottom: 0;
    font-weight: 400;
}

.freedom_Sec_main {
    background: var(--light_white);
}

.freedom_list ul li {
    position: relative;
    padding: 0 0px 30px 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 15px;
}

.freedom_list ul li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border: 1px solid #AB3523;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
}

.freedom_list ul li span img {width: 75%;}


.inner_counter .counter_sec_main{
    background: var(--white);
}

/*Freedom Section End*/


/*Bussniess Section Begin*/

.business_box_sec {
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 12%);
    padding: 50px 20px;
    text-align: center;
    min-height: 410px;
    margin: 30px 0;
    background: var(--white);
    position: relative;
    z-index: 99;
}

.business_content h4 {
    font-size: 19px;
    font-weight: bold;
    color: #AB3523;
}

.business_content p {
    font-size: 15px;
    line-height: 30px;
    max-height: 113px;
}

span.number-bg {
    left: 0;
    right: 0;
    z-index: -1;
    top: 20px;
    color: #ab352371;
    font-size: 115px;
    line-height: 120px;
    font-weight: 700;
    position: absolute;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}

.business_icon {
    padding-bottom: 20px;
}

.business_icon img {
    width: auto;
    margin: 0 auto;
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0); }
    100% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px); } }

@keyframes mover {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0); }
    100% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px); }
}

.bussniess_Sec_main {
    background: var(--light_white);
    position: relative;
    z-index: 1;
}

.inner_about{
    background: var(--white);
}

.inner_portfolio{
    background: var(--white);
}

/*Bussniess Section End*/

/*Shopify Development Section Begin*/

.inner_freedom{
    background: var(--white);
}

.inner_freedom .freedom_content_Sec {
    padding: 0 40px;
}

.inner_freedom .freedom_content_Sec h3 {
    font-size: 25px;
    line-height: 29px;
    width: 85%;
}

/*Shopify Development Section End*/


/*Brand Development Section Begin*/

.branding_pkg ul.pkg-list {
    height: 170px;
}

.inner_port{
    background: var(--white);
}

.inner_bussiness{
    background: var(--white);
}


.inner_review{
    background: var(--white);
}

.animation_pkg{
    background: var(--light_white);
}


.scroll-block {
    max-height: 183px;
    padding-right: 15px;
    overflow-y: scroll;
}

.scroll-block::-webkit-scrollbar {
  width: 1px;
}
.scroll-block::-webkit-scrollbar-track {
  background-color: rgba(3, 21, 33, .1);
}
.scroll-block::-webkit-scrollbar-thumb {
  background-color: #031521;
  height: 60px;
}

.gray_bg{
    background: var(--light_white);
}

/*Brand Development Section End*/

/*Website Design Page CSS*/


/*Package section Begin*/

.pkg_detail_sec{
    padding: 40px 30px;
    background: var(--white);
    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: 21px;
    font-weight: bold;
    color: var(--heading_color);
    margin-bottom: 15px;
}

.pkg_detail_sec span.line_through {
    margin-bottom: 10px;
}

.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, #ab3523 0%, #ab3523  100%);
    background: linear-gradient(to right, #ab3523 0%, #ab3523  100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.pkg_detail_sec span.h5 sup {
    background: -webkit-linear-gradient(to right, #ab3523 0%,#ab3523 100%);
    background: linear-gradient(to right, #ab3523 0%,#ab3523 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    right: -8px;
}

.pkg_detail_sec .btn_pkg {
    padding-top: 10px;
}

.product_detail_sec{
    padding: 130px 0;
    background: var(--light_white);
    position: relative;
    z-index: 1;
}

.pkg_detail_sec:before {
    content: '';
    border: 3px solid #ab3523;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    right: -20px;
    bottom: -20px;
}

.pkg_detail_sec:after {
    content: '';
    background: #ab3523;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    left: -20px;
    top: -20px;
}


.pkg_list_detail {
    margin: 0 10px 0 60px;
}

.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 30px;
    font-size: 14px;
    color: var(--black);
    font-weight: 400;
    margin-right: 20px;
}


.product_detail_sec ul.pkg-list::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}

.product_detail_sec ul.pkg-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e6e5e5;
  border-radius: 10px;
  background: #e6e5e5;
}
.product_detail_sec ul.pkg-list::-webkit-scrollbar-thumb {
  background: var(--blue);
  border-radius: 10px;
}
.product_detail_sec ul.pkg-list::-webkit-scrollbar-thumb:hover {
  background: var(--blue);
  border-radius: 10px;
}

.pkg_list_detail h4 {
    font-weight: bold;
    font-size: 32px;
}

.pkg_list_detail ul.pkg-list li:before {
    content: '';
    background: url(../images/tick-arrow.png) no-repeat;
    color: var(--blue);
    font-size: 17px;
    margin-right: 8px;
    width: 13px;
    height: 12px;
    display: inline-block;
    top: 21px;
    position: absolute;
    left: 0;
    filter: brightness(0);
}

/*Package section End*/



/*Privacy Policy Section Begin*/

.privacy_policy_sec{
    padding: 130px 0px;
}

.content_privacy h3 {
    font-size: 45px;
    font-weight: bold;
    color: var(--blue);
    font-weight: 900;
    background: -webkit-linear-gradient(to right, #b22861, #9932cc);
    background: linear-gradient(to right, #b22861, #912989);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    padding-bottom: 10px;
}

.content_privacy h4 {
    color: var(--heading_color);
    font-size: 25px;
    font-weight: 400;
}

.content_privacy p {
    color: var(--heading_color);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.content_privacy {
    padding-bottom: 20px;
}

.content_privacy ul li {
    color: var(--heading_color);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    list-style-type: disc;
}

.content_privacy ul {
    padding: 0 20px 20px;
}

.content_privacy h5 {
    font-weight: bold;
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 10px;
}

.content_privacy ul li a {
    color: var(--blue);
    font-weight: 600;
}

/*Privacy Policy Section End*/


/*Modal Section Begin*/

.started_popup_sec .modal-lg {
    max-width: 1050px;
}


.started_popup_sec .modal-content {
    width: 100%;
    height: 100%;
    padding: 2rem 3rem;
    /* -webkit-box-shadow: inset 0px 0px 70px 0px rgb(0 0 0 / 36%); */
    -moz-box-shadow: inset 0px 0px 70px 0px rgb(0 0 0 / 36%);
    /* box-shadow: inset 0px 0px 70px 0px rgb(0 0 0 / 36%); */
    display: flex;
    border-radius: 15px;
    background: var(--blue);
}

.intl-tel-input {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}


.popup-head h5 {
    color: var(--white);
    font-size: 33px;
    font-weight: 200;
    margin-bottom: 0;
}

.popup-head h5 strong {
    font-weight: 600;
    color: var(--whitw);
}

.popup-head h4 {
    color: var(--white);
    font-size: 65px;
    font-weight: 300;
    line-height: 70px;
}

.popup-head h4 strong {
    font-weight: 600;
    color: var(--white);
}

.started_popup_sec input {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    height: 50px;
    border-radius: 35px;
    padding: 0 15px 0 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.popup-head {
    margin-bottom: 2rem;
}

.started_popup_sec .modal-header {
    border: 0;
    padding: 0;
}

.started_popup_sec .modal-header button {
    z-index: 99;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 20px;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    font-size: 30px;
    font-weight: 300;
    background: var(--dark_green);
}

.started_popup_sec select {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #959595;
    height: 50px;
    border-radius: 35px;
    padding: 0 15px 0 12px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
    font-size: 13px;
}

.element.seprator {
    width: 1px;
    height: 100%;
    background: rgb(255 255 255 / 44%);
    left: 0;
    margin-left: 10px;
    position: absolute;
}

.contact-info {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(255 255 255 / 35%);
    margin-left: 20px;
}

.contact-info h6 {
    color: var(--white);
    font-size: 25px;
    font-weight: 700;
}

.contact-info a {
    color: var(--white);
    font-size: 16px;
    font-weight: 300;
}

.popup-vec1 {
    right: -200px;
    bottom: -47px;
}

.popup-element {
    position: absolute;
}
.started_popup_sec textarea {
    height: 110px;
    resize: none;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: none;
    padding: 15px 15px;
    margin-bottom: 0;
}

.started_popup_sec .btn_form input {
    background: var(--white);
    color: var(--blue) !important;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    height: auto;
    border: 0;
    width: auto;
}

.popup-vec2 {
    top: 150px;
    right: 210px;
    -webkit-animation: rotate-ccw 60s linear infinite;
    animation: rotate-ccw 60s linear infinite;
    filter: brightness(0) invert(0);
}


/*Modal Section End*/


.inner_buss_white{
    background: var(--white);
}

span.dropdown-toggle.responsive_toggle{
    display: none;
}

.main-thankyou {
    text-align: center;
}
.thank-you .banner_content_sec h3 {
    width: 100% !important;
    font-size:80px !important ;
}

.main-thankyou i {
    font-size: 100px;
    margin-bottom: 10px;
    color: var(--blue);
}

.main-thankyou p {
    font-size: 19px;
    line-height: 33px;
}

.main-thankyou a {
    font-size: 18px;
    color: var(--white);
    font-weight: 400;
    background: var(--blue);
    padding: 15px 30px;
    display: inline-block;
    border-radius: 5px;
    margin: 20px 0;
}

.main-thankyou a:hover {
    background: var(--blue);
}

/*Combo Packages Section Begin*/

.doublewrap {
    margin-top: 50px;
    padding: 35px 40px 20px;
    min-height: 612px;
    border: 2px solid #AB3523;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
box-shadow: 0 6px 30px 0 rgb(0 0 0 / 14%);background: var(--white);}

.doublewrap h6 {
    text-transform: uppercase;
    font-size: 20px;
    color: #333;
    margin: 0px;
text-align: center;}

.doublewrap h3 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 900;
    color: #2d2b25;
    margin: 15px auto 30px;
    text-align: center;
    background: -webkit-linear-gradient(to right, #AB3523 0%, #AB3523 100%);
    background: linear-gradient(to right, #AB3523 0%, #AB3523 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;margin-top: 5px;}

.jack li {
    position: relative;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    list-style: none;
    margin: 0px;
    opacity: 1;
    color: #000;
    padding-bottom: 6px;
    padding-left: 20px;
font-weight: 500;}

.jack li:before {
    position: absolute;
    content: "\f05d";
    font: normal normal normal 14px/1 FontAwesome;
    left: 0;
    top: 5px;
    height: 5px;
    width: 5px;
    color: #AB3523;
    border-radius: 50%;
    /* background: #7b7b7b; */
}

.chatt {
    padding-top: 0;
    text-align: left;
}

a.action-no .fa {
    color: #AB3523;
}

section.pricing h2, section.testimonials h2 {
    padding: 0;
    font-size: 38px;
    margin: 0;
    line-height: 38px;
    font-weight: 900;
    text-transform: none;
    color: #2e2e2e;
}

span.old-price {
    display: inherit;
    
    font-size: 25px;
    font-weight: 400;
    position: relative;
    width: 100%;
    margin: 0px auto 7px;
    color: #AB3523;
text-decoration: line-through;}

.doublewrap span.price {
    font-size: 40px;
    font-weight: bold;
    color: #b32861;
    margin: 0 0 20px;
    display: inline-block;
    line-height: 36px;
    background: -webkit-linear-gradient(to right, #AB3523 0%, #AB3523 100%);
    background: linear-gradient(to right, #AB3523 0%, #AB3523 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;}

.chatt .actions .action-chat {
    color: var(--blue);
    font-size: 20px;
cursor: pointer;}

.chatt a.action-no {
    font-size: 20px;
    color: #AB3523;
}

.actions a {
    margin-right: 20px;
    min-width: 230px;
    font-weight: bold;
}

.priccc {
    padding-top: 20px;
    width: 49%;
    float: left;
    text-align: left;
}

.wrapk {
    text-align: right;
    width: 49%;
    float: right;
    padding-top: 0;
}

.chatt h2 {
    font-size: 20px;
}

.doublewrap p.nex-order {
    font-size: 13px;
    line-height: 16px;
    color: #2d2b25;
    font-weight: 600;
    margin-bottom: 10px;
margin-top: 10px;}

.view-detail {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin: 10px 0;
    display: block;
    line-height: normal;
}

/*Combo Packages Section End*/

.bottom_number{
    display:none; 
    position: fixed;bottom: 0;width: 100%;background: #b8285a;
    background: var(--blue);
    padding: 20px 0;
    text-align: center;
}
.number_contact a {color: #fff;font-size: 22px;}


.footer_logo p a {
    color: var(--white);
    font-weight: bold;
    text-decoration: underline;
}

.about_list ul li span {
    display: block;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 7px;
}

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;
}

.contact-form a {
    text-decoration: underline;
    font-weight: bold;
}

/*Responsive Begin*/

@media (max-width: 1600px) {

.our_portfolio_Sec{
    overflow: hidden;
}

.about_sec_main{
    overflow: hidden;
}

.main_menu_sec ul li a {
    font-size: 16px;
    padding: 12px 13px !important;
}

.banner_content h3 {
    font-size: 32px;
}

.banner_content h3 span{
    font-size: 57px;
}

.banner_content p{
    font-size: 16px;
    line-height: 25px;
    width: 90%;
}

.banner_content ul.list_banner li {
    font-size: 16px;
    font-weight: 400;
}

.banner_content h6 {
    font-size: 17px;
}

.form_tp_sec h3 {
    font-size: 35px;
}

.form_about_img img {
    height: 560px;
    object-fit: cover;
}

.form_tp_sec {
    padding: 0 110px 0 80px;
}

.overlay_text_sec h3{
    font-size: 20px;
    line-height: 25px;
}

.overlay_text_sec{
    padding: 40px 15px 10px 15px;
}

.btm_content_Services p {
    font-size: 15px;
    line-height: 25px;
}

span.services_tp {
    font-size: 30px;
}

span.services_tp {
    font-size: 30px;
}


.cta_content h2 {
    font-size: 35px;
}

.cta_content p{
    width: 90%;
    margin: auto;
    font-size: 17px;
}

.industries_content h2 {
    font-size: 26px;
}

.industries_tab_content p {
    font-size: 15px;
    line-height: 25px;
}

.counter{
    font-size: 49px;
    margin: 0 0 8px 0;
}

.industries_content ul.list_industries li {
    font-size: 15px;
}

.web_head_sec p {
    font-size: 16px;
    line-height: 27px;
}

.review_sec_box{
    min-height: 235px;
}

.client_content_sec h4 {
    font-size: 16px;
}

.award_sec_tab h4 {
    font-size: 17px;
}

.con_detail_hme ul li {
    font-size: 33px;
    padding: 0 80px 20px 0px;
}

.web_content_sec h3{
    font-size: 27px;
    line-height: 35px;
}

.faq_sec_main .card-header button{
    font-size: 15px;
}

.freedom_content_Sec h3{
    font-size: 25px;
    line-height: 28px;
}

.freedom_img_sec img {
    height: 740px;
    object-fit: cover;
}

.business_content h4 {
    font-size: 17px;
}

.business_content p {
    font-size: 15px;
    line-height: 28px;
}

.business_box_sec{
    min-height: 390px;
}

.business_content p.scroll-block {
    max-height: 140px;
}

.faq_sec_main .card-body {
    font-size: 15px;
}

.package-top span.h5{
    font-size: 40px;
}

.content_privacy h4{
    font-size: 22px;
}

.privacy_policy_sec {
    padding: 90px 0px;
}

.ecommerce_freedom .freedom_img_sec img {
    min-height: 940px;
}

.web_head_sec h2{
    font-size: 30px;
    line-height: 40px;
}



}

@media (max-width: 1440px) {

.banner_sec_main .carousel-caption .container {
    max-width: 1340px;
}

.banner_content h3 {
    font-size: 29px;
    line-height: 35px;
}

.banner_content h3 span {
    font-size: 50px;
}

.banner_content p {
    font-size: 16px;
}

.banner_content ul.list_banner li {
    font-size: 15px;
    font-weight: 500;
}

.form_tp_sec {
    padding: 0 70px 0 30px;
}

.services_sec_main .container-fluid {
    padding: 0 70px;
}

.web_content_sec h3 {
    font-size: 24px;
    line-height: 33px;
}

.con_detail_hme ul li {
    font-size: 30px;
}

.freedom_content_Sec {
    padding: 0 50px;
}

.freedom_content_Sec h3 {
    font-size: 21px;
    line-height: 28px;
    width: 100%;
}

.freedom_list ul li h4 {
    font-size: 16px;
}

span.count_text {
    font-size: 16px;
}

.counter {
    font-size: 43px;
    margin: 0 0 0px 0;
}

.faq_sec_main .card-body {
    font-size: 14px;
}

.btn_web ul li a{
    font-size: 15px;
    padding: 13px 35px;
}

.ecommerce_freedom .freedom_img_sec img {
    min-height: 1080px;
}

.process_content_sec h4{
    font-size: 17px;
}

.process_content_sec p {
    font-size: 14px;
    line-height: 24px;
}

.shopify_process .process_box {
    min-height: 300px;
}

header .container-fluid {
    max-width: 1340px;
}

.top_bar_sec .container-fluid {
    max-width: 1340px;
}

.top_bar_list ul li a {
    font-size: 15px;
}

.web_head_sec h2 {
    font-size: 24px;
    line-height: 35px;
}

.web_content_sec p {
    font-size: 14px;
    line-height: 25px;
}

ul.list_tab_sec li {
    font-size: 14px;
    padding: 0 30px 10px 27px;
    width: 49%;
}

.package-top span.h5 {
    font-size: 30px;
}

span.line_through{
    font-size: 19px;
}

}

@media (max-width: 1200px) {

.top_bar_sec .container-fluid {
    max-width: 1140px;
}

.top_bar_list ul li a {
    font-size: 14px;
}

.main_menu_sec ul li a {
    font-size: 15px;
    padding: 12px 8px !important;
}

header .container-fluid {
    max-width: 1140px;
}

.banner_content h3 {
    font-size: 24px;
    line-height: 35px;
}

.banner_content p {
    font-size: 14px;
    width: 100%;
    line-height: 23px;
}

.banner_content ul.list_banner li {
    font-size: 13px;
    padding: 0 0px 10px 30px;
}

.banner_content h6 {
    font-size: 14px;
}

ul.banner_badge li img {
    width: 65% !important;
    height: auto !important;
}

.banner_sec_main .carousel-caption .container {
    max-width: 1140px;
}

.form_tp_sec h3 {
    font-size: 30px;
}

.form_tp_sec h3 span{
    font-size: 47px;
}

.form_tp_sec h3 {
    font-size: 30px;
    line-height: 32px;
}

.form_tp_sec p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}

.form_tp_sec input, .form_tp_sec select{
    font-size: 14px;
}

.form_tp_sec .btn_form input{
    font-size: 20px;
}

.services_sec_main .container-fluid {
    padding: 0 40px;
}

.overlay_text_sec h3 {
    font-size: 17px;
}

.btm_content_Services p {
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
}

.industries_content h2 {
    font-size: 23px;
}

.con_detail_hme ul li {
    font-size: 26px;
    line-height: 40px;
}

.form_about_img img {
    height: 440px;
}

.client_content_sec p {
    font-size: 14px;
    line-height: 23px;
}

.client_sec_tab{
    min-height: 270px;
}

.process_box{
    min-height: 340px;
}

.web_content_sec h3 {
    font-size: 21px;
    line-height: 30px;
}

.right_about_img{
    left: 0px;
}

.right_about_img:before{
    width: 390px;
    height: 530px;
    right: 30px;
}

.right_about_img:after{
    width: 400px;
    height: 520px;
    left: -10px;
    top: -53px;
}

.support_content_Sec p {
    font-size: 13px;
}

.support_sec_tab{
    height: 100px;
}

.freedom_img_sec img {
    height: 660px;
    object-position: left;
}

.freedom_list ul li h4 {
    font-size: 15px;
    margin-bottom: 5px;
}

.review_sec_main .row.pt-5 {
    padding-top: 1rem !important;
}

.content_privacy p{
    font-size: 15px;
    line-height: 25px;
}

.content_privacy ul li {
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 10px;
}

.privacy_policy_sec {
    padding: 60px 0px;
}

}

@media (max-width: 1100px) {

.banner_sec_main .carousel-caption .container {
    max-width: 1020px;
}

.banner_sec_main .carousel-caption .container {
    max-width: 1020px;
}

.banner_content h3 {
    font-size: 21px;
    line-height: 30px;
}

.banner_content h3 span {
    font-size: 38px;
}

.banner_content p {
    font-size: 14px;
    line-height: 23px;
}

.banner_sec_main .carousel-item img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

ul.banner_badge li img {
    width: 80% !important;
    height: auto !important;
}

.banner_content h6 .fa{
    padding: 0 0px 0 3px;
}

.form_tp_sec h3 {
    font-size: 26px;
    line-height: 29px;
}

.form_about_img img {
    height: 520px;
}

.overlay_text_sec h3 {
    font-size: 15px;
}

.overlay_text_sec h3 {
    font-size: 15px;
    line-height: 20px;
}

.btm_content_Services p {
    font-size: 12px;
    line-height: 21px;
    font-weight: 300;
}

.tab_content_sec ul li a{
    padding: 7px 13px;
    font-size: 11px;
}

.our_portfolio_Sec .row {
    justify-content: center;
}

.portfolio_box_img {
    height: 500px;
}

.cta_content h2 {
    font-size: 29px;
}

.cta_content p {
    width: 80%;
    margin: auto;
    font-size: 17px;
}

.package-box {
    padding: 40px 20px;
}

ul.pkg-list li {
    font-size: 14px;
}

.btn_pkg a.detail-pkg{
    font-size: 15px;
}

ul.pkg-list {
    height: 170px;
}


.freedom_content_Sec h3 {
    font-size: 20px;
    line-height: 21px;
}

.freedom_list ul li p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 22px;
}

.freedom_img_sec img {
    height: 760px;
}


.freedom_content_Sec h3 {
    font-size: 17px;
    line-height: 25px;
}

.business_content h4 {
    font-size: 14px;
}

.business_content p {
    font-size: 13px;
    line-height: 24px;
}

.review_content p{
    max-height: 123px;
}

.clname h6{
    font-size: 15px;
}

.clname p {
    font-size: 13px;
}

.btn_pkg a.pkg-order-btn{
    padding: 10px 30px;
    font-size: 14px;
}

.btn_form input {
    width: auto !important;
    font-size: 17px;
    padding: 14px 50px;
}

.icon_support {
    margin-right: 10px;
}

.support_sec_tab{
    padding: 30px 0 30px 5px;
}

.support_content_Sec p {
    font-size: 12px;
    line-height: 16px;
}

.about_list ul li{
    font-size: 13px;
}

.services_links ul li a{
        font-size: 13px;
}

header .container-fluid {
    max-width: 1040px;
}

.top_bar_sec .container-fluid {
    max-width: 1040px;
}

.freedom_list ul li span img {
    width: 65%;
}

.freedom_list ul li span{
    width: 70px;
    height: 70px;
}

span.number-bg{
        font-size: 85px;
}

.business_box_sec {
    min-height: 370px;
}

.magento_freedom .freedom_img_sec img {
    height: 850px;
}

.freedom_list ul li h4 {
    font-size: 14px;
}

.freedom_list ul li p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
}

.magento_freedom .freedom_img_sec img {
    height: 832px;
}

.inner_freedom .freedom_content_Sec h3 {
    font-size: 17px;
    line-height: 25px;
    width: 100%;
    margin-bottom: 2px;
}

.freedom_content_Sec p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
}

.freedom_list ul li {
    padding: 0 0px 20px 82px;
}

.process_content_sec p.scroll-block {
    max-height: 94px;
}

.popup-head h5{
    font-size: 25px;
}

.popup-head h4 {
    font-size: 50px;
}

.contact-info h6{
    font-size: 20px;
}

.package-top span.h5 sup{
    right: -6px;
}

.jack li{
    font-size: 12px;    
}

.chatt a.action-no {
    font-size: 18px;
}

.chatt h2 {
    font-size: 18px;
}

.doublewrap span.price {
    font-size: 31px;
}

.doublewrap p.nex-order {
    font-size: 11px;
}



}

@media (max-width: 1024px) {

.banner_sec_main .carousel-caption .container {
    max-width: 990px;
}

.banner_content p {
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
}

.banner_content h6 {
    font-size: 13px;
    font-weight: 600;
}

.main_menu_sec ul li a {
    font-size: 14px;
    padding: 12px 6px !important;
}

.form_tp_sec p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}

.form_tp_sec h3 {
    font-size: 24px;
    line-height: 29px;
}

.form_about_img img {
    height: 400px;
}

.overlay_text_sec h3 {
    font-size: 13px;
}

.cta_content h2 {
    font-size: 24px;
}

.cta_content p {
    width: 80%;
    margin: auto;
    font-size: 15px;
    line-height: 25px;
}

.industries_content h2 {
    font-size: 20px;
}

.industries_content p {
    font-size: 14px;
    line-height: 23px;
}

.industries_tab_content h4{
    font-size: 16px;
}

.industries_content p {
    font-size: 13px;
    line-height: 22px;
}

.award_sec_tab h4 {
    font-size: 14px;
    line-height: 19px;
}

.con_detail_hme ul li {
    font-size: 24px;
}

ul.list_tab_sec li {
    font-size: 12px;
    width: 49%;
    line-height: 17px;
}

.btn_web ul li a {
    font-size: 13px;
    padding: 13px 35px;
}

.client_content_sec h4 {
    font-size: 15px;
}

.client_content_sec p {
    font-size: 14px;
    line-height: 21px;
}

.client_sec_tab {
    min-height: 300px;
}

.content_privacy h4 {
    font-size: 19px;
    font-weight: 500;
}

.content_privacy p {
    font-size: 14px;
    line-height: 20px;
}

.content_privacy h5 {
    font-weight: bold;
    font-size: 17px;
}

.logo_Sec_main img {
    width: 75%;
}

.ecommerce_freedom .freedom_img_sec img {
    min-height: 830px;
}

.inner_freedom .freedom_content_Sec {
    padding: 0 20px;
}

.ecommerce_freedom .freedom_img_sec img {
    min-height: 760px;
}

.web_content_sec p {
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
}

}

@media (max-width: 992px) {

header .container-fluid {
    max-width: 950px;
}

.top_bar_sec .container-fluid {
    max-width: 950px;
}

.banner_sec_main .carousel-caption .container {
    max-width: 960px;
}

.form_about_img img {
    height: 480px;
}

.banner_content h3 span {
    font-size: 33px;
}

.form_tp_sec h3 {
    font-size: 21px;
    line-height: 29px;
}

.client_sec_tab {
    padding: 20px 20px;
}

.con_detail_hme ul li {
    font-size: 21px;
    line-height: 25px;
}

.term_links ul li a{
    font-size: 14px;
}

.web_content_sec h3 {
    font-size: 18px;
    line-height: 25px;
}

.support_content_Sec p {
    font-size: 11px;
}

.freedom_img_sec img {
    height: 670px;
}

.banner_content h3 {
    font-size: 26px;
    line-height: 30px;
}

.footer_logo p {
    font-size: 13px;
}

.footer_head h3 {
    font-size: 16px;
}

}

@media (max-width: 768px) {

.banner_content h3 {
    font-size: 17px;
    line-height: 23px;
}

.banner_content h3 span {
    font-size: 29px;
}

.banner_content p{
    line-height: 20px;
}

.banner_content ul.list_banner li {
    font-size: 12px;
}

.form_tp_sec {
    padding: 0 14px 0 0px;
}

.form_tp_sec .row .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.form_about_img img {
    height: 570px;
}

.form_tp_sec h3 span {
    font-size: 37px;
}

.form_tp_sec h3 {
    font-size: 21px;
    line-height: 23px;
}

.services_sec_main .container-fluid {
    padding: 0 30px;
}

.btm_content_Services p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.tab_content_sec ul li a {
    padding: 7px 21px;
    font-size: 11px;
    margin-bottom: 14px;
}

.web_head_sec p {
    font-size: 14px;
    line-height: 24px;
}

.portfolio_box_img {
    height: 380px;
}

.cta_section_main{
    padding: 50px 0;
}

.cta_content h2 {
    font-size: 20px;
}

.cta_content p {
    width: 90%;
    font-size: 14px;
    line-height: 25px;
}

.packages_sec_main .row .col-sm-4 {
    max-width: 50%;
    flex: 50%;
}

.industries_content h2 {
    font-size: 16px;
}

.industries_content p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.btn_web ul li a {
    font-size: 12px;
    padding: 8px 24px;
}

.btn_web ul li {
    margin: 0 10px 0 0;
}

span.background-shape {
    width: 339px;
    height: 380px;
    bottom: 0px;
}

.industries_content .scroll-block {
    max-height: 213px;
}

span.count_text {
    font-size: 14px;
}

.counter {
    font-size: 38px;
    margin: 0 0 0px 0;
    height: 40px;
}

.card_icon img {
    filter: brightness(0) invert(1);
    width: 320px;
}

.services_links ul li a {
    font-size: 12px;
    line-height: 20px;
}

.footer_head h3 {
    font-size: 13px;
}

.con_detail_hme ul li {
    font-size: 21px;
    line-height: 35px;
}

.padding-70 {
    padding: 50px 0;
}

.award_sec_tab img {
    padding-bottom: 20px;
    width: 55%;
}

.main_menu_sec ul li a {
    font-size: 11px;
    padding: 12px 4px !important;
    font-weight: 500;
}

.top_bar_list ul li a {
    font-size: 12px;
    font-weight: 600;
}

.right_about_img:before {
    width: 320px;
    height: 380px;
    right: -8px;
    bottom: -35px;
}

.right_about_img:after {
    width: 285px;
    height: 360px;
    left: -10px;
    top: -33px;
}

.web_content_sec p {
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
}

ul.list_tab_sec li {
    font-size: 12px;
    width: 100%;
    line-height: 22px;
    font-weight: 500;
}

.client_sec_main .col-sm-4 {
    max-width: 50%;
    flex: 50%;
}

.client_sec_tab {
    min-height: 240px;
}

section.banner_sec_main.inner_banner .carousel-item img {
    height: 300px;
}

.faq_sec_main .card-header button {
    font-size: 13px;
    white-space: unset;
}

.freedom_img_sec {
    display: none;
}

.freedom_content_Sec {
    padding: 70px 50px 20px;
}

.freedom_Sec_main .col-sm-7.p-0 {
    max-width: 100%;
    flex: 100%;
}

section.banner_sec_main.inner_banner2 .carousel-item img {
    height: 370px;
}

.web_head_sec h2 {
    font-size: 22px;
    line-height: 28px;
}

.slick-dots li button:before{
    font-size: 56px;
}

.dropdown-menu {
    min-width: 220px !important;
    left: -10px;
}

ul.dropdown-menu li a {
    font-size: 13px !important;
    border-bottom: 1px solid rgb(204 204 204 / 32%);
    padding: 10px 10px !important;
}

.business_content p {
    font-size: 14px;
    line-height: 24px;
}

.business_box_sec {
    min-height: 340px;
}


.banner_content ul.list_banner li:after{
    top: 3px;
}

.freedom_Sec_main .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.inner_freedom .freedom_content_Sec {
    padding: 30px 20px;
}

section.banner_sec_main.inner_banner3 .carousel-item img {
    height: 390px;
}

.freedom_list br {
    display: none;
}

.business_content p.scroll-block {
    max-height: 90px;
}

.pkg_list_detail {
    margin: 0 10px 0 30px;
}

.product_detail_sec .col-sm-4 {
    max-width: 45%;
    flex: 45%;
}

.product_detail_sec .col-sm-8 {
    flex: 55%;
    max-width: 55%;
}

.pkg_detail_sec h4 {
    font-size: 16px;
}

.pkg_detail_sec span.h5 {
    font-size: 36px;
}

.pkg_list_detail h4 {
    font-size: 21px;
}

.pkg_detail_sec{
        min-height: 350px;
}

.pkg_list_detail ul.pkg-list {
    height: 350px;
}

.product_detail_sec {
    padding: 80px 0;
}

.about_sec_list .scroll-block {
    max-height: 173px;
}

.web_content_sec h3 {
    font-size: 16px;
    line-height: 20px;
}

.started_popup_sec .col-lg-5 {
    max-width: 50%;
    flex: 50%;
}

.popup-head h5 {
    font-size: 20px;
}

.popup-head h4 {
    font-size: 40px;
    line-height: 50px;
}

.started_popup_sec .modal-content{
    padding: 2rem 2rem;
}

.contact-info a {
    font-size: 14px;
}

.jack li {
    font-size: 9px;
    word-break: break-word;
    line-height: initial;
}

.doublewrap ul.col-lg-4.jack {
    width: 30%;
}

.chatt {
    padding-top: 20px;
}

.doublewrap h3 {
    text-transform: uppercase;
    font-size: 25px;
}

.doublewrap h6 {
    text-transform: uppercase;
    font-size: 15px;
}

.jack li:before {
    top: 0;
}

}

@media (max-width: 576px) {
    
.bottom_number {
    display: block;
    z-index: 99;
}

.started_popup_sec .modal-content {
    padding: 2rem 1rem;
}

.banner_sec_main .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.banner_sec_main{
    position: relative;
}

.banner_sec_main .carousel-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 75%);
}

.banner_content p {
    line-height: 26px;
    font-size: 15px;
}

.banner_content ul.list_banner li {
    font-size: 14px;
}

.banner_content h3 {
    font-size: 22px;
    line-height: 28px;
}

.navbar-toggler {
    background: var(--blue);
    position: absolute;
    right: 0;
    top: -38px;
}

header .col-sm-3 {
    max-width: 100%;
    flex: 100%;
}

header .col-sm-9 {
    max-width: 100%;
    flex: 100%;
}

.navbar{
    padding: 0;
}

header {
    padding: 20px 0;
}

.main_menu_sec ul li a {
    font-size: 14px;
    padding: 12px 6px !important;
    font-weight: 500;
border-bottom: 1px solid rgb(204 204 204 / 55%);}

.right_about_img {
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.right_about_img img {
    width: 55%;
    border-radius: 9999px;
    margin: 0 auto;
}

.right_about_img:before {
    width: 270px;
    height: 310px;
    right: 92px;
    bottom: -15px;
}
.right_about_img:after {
    width: 225px;
    height: 270px;
    left: 110px;
    top: -23px;
}

.about_sec .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

ul.list_tab_sec li {
    font-size: 11px;
    width: 49%;
    line-height: 22px;
    font-weight: 600;
}

.top_bar_list ul li {
    display: inline-block;
    padding: 0 5px 0 0px;
}

.client_sec_main .col-sm-10.center-col {
    max-width: 100%;
    flex: 100%;
}

.client_content_sec h4 {
    font-size: 14px;
}

.client_content_sec p {
    font-size: 13px;
    line-height: 21px;
}

.client_sec_tab {
    min-height: 270px;
}

.con_detail_hme ul li {
    padding: 0 30px 20px 0px;
    font-size: 18px;
}

form.contact_form_Tab .col-sm-6 {
    max-width: 50%;
    flex: 50%;
}

.contact_hme .col-sm-4 {
    max-width: 100%;
    flex: 100%;
}

.contact_hme .col-sm-8 {
    max-width: 100%;
    flex: 100%;
}

footer .col-sm-3 {
    max-width: 50%;
    flex: 50%;
}

.card_icon img {
    width: 250px;
}

.copy_right .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
}

.term_links {
    text-align: center;
    padding: 20px 0;
}

form.contact_form_Tab {
    padding-bottom: 30px;
}

.process_box {
    min-height: auto;
}

.process_content_sec h4 {
    font-size: 21px;
}

.process_btm_sec{
    z-index: -1;
}

.review_sec_box {
    min-height: auto;
}

.support_sec_main .col-sm-3.p-0 {
    max-width: 50%;
    flex: 50%;
}

.support_sec_main .row .col-sm-3:nth-child(3) .support_sec_tab{
    background: var(--blue);
}

.support_sec_main .row .col-sm-3:nth-child(4) .support_sec_tab{
    background: #3c3b3c;
}

.tab_content_sec ul li a {
    padding: 5px 18px;
    font-size: 11px;
}


.packages_sec_main .row .col-sm-4 {
    max-width: 100%;
    flex: 100%;
}

.counter {
    font-size: 30px;
}

span.count_text {
    font-size: 11px;
    font-weight: 600;
}

.portfolio_box_img {
    height: 300px;
}

.web_head_sec h2 {
    font-size: 18px;
    line-height: 28px;
}

.web_head_sec p {
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
}

.business_box_sec {
    min-height: auto;
}

.shopify_process .process_box {
    min-height: auto;
}

footer .row.pt-5 {
    align-items: center;
}

.socail_icon ul li a {
    color: var(--white);
    font-size: 20px;
}

.process_sec_main .col-sm-10.center-col {
    max-width: 90%;
    flex: 90%;
}

.padding-70 {
    padding: 40px 0;
}

.col-sm-10.center-col {
    max-width: 100%;
    flex: 100%;
}

.product_detail_sec .col-sm-4 {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 60px;
}

.pkg_detail_sec {
    min-height: auto;
}

.product_detail_sec .col-sm-8 {
    max-width: 100%;
    flex: 100%;
}

.pkg_list_detail {
    margin: 0 10px 0 0;
}

.pkg_list_detail ul.pkg-list li{
    font-size: 14px;
}

.product_detail_sec .row {
    margin: 0 30px;
}

.started_popup_sec .col-lg-5 {
    max-width: 100%;
    flex: 100%;
}

.col-lg-5.mob-display-none.ftr_4 {
    display: none;
}

.popup-head h4 {
    font-size: 37px;
    line-height: 50px;
}

span.navbar-toggler-icon:before {
    content: "\f0c9";
    font-family: 'FontAwesome';
    right: 0;
    position: relative;
    top: 2px;
    font-size: 27px;
    color: #fff;
}

/*span.dropdown-toggle.responsive_toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 50px;
    display: flex !important;
    align-items: center;
    font-size: 32px;
    display: block;
}

.dropdown-toggle::after{

}*/

section.banner_sec_main.inner_banner2 .carousel-item img {
    height: 500px;
}

.about_sec_list .scroll-block {
    max-height: 383px;
}

.doublewrap ul.col-lg-4.jack {
    width: 100%;
}

.jack li {
    font-size: 14px;
    word-break: break-word;
    line-height: 25px;
}

.priccc {
    padding-top: 20px;
    width: 40%;
    float: left;
    text-align: center;
}

.wrapk {
    text-align: center;
    width: 50%;
    float: right;
    padding-top: 10px;
}

}

@media (max-width: 450px) {

.right_about_img {
    display: none;
}

ul.list_tab_sec li {
    font-size: 13px;
    width: 100%;
}

.socail_icon {
    text-align: center;
    margin-bottom: 20px;
}

.card_icon {
    text-align: center;
}

.card_icon img {
    width: 90%;
}

.copy_right {
    margin-top: 10px;
}

.client_sec_main .col-sm-4 {
    max-width: 100%;
    flex: 100%;
}

.client_content_sec p {
    font-size: 16px;
    line-height: 26px;
}

.client_content_sec h4 {
    font-size: 18px;
}

.client_sec_tab {
    min-height: auto;
}

.award_sec_tab {
    text-align: center;
    margin-bottom: 30px;
}

.award_sec_tab img {
    width: 25%;
}

.our_portfolio_Sec .col-sm-3.p-0 {
    max-width: 50%;
    flex: 50%;
}

.banner_sec_main .carousel-item:before{
    background: rgb(255 255 255 / 91%);
}

.support_content_Sec p {
    font-size: 11px;
}

.tab_content_sec ul li a {
    padding: 2px 10px;
    font-size: 10px;
}

.our_portfolio_Sec .container-fluid {
    padding: 0;
    margin-top: 1rem !important;
}

.counters ul {
    width: 100%;
    justify-content: unset;
    display: unset;
    flex-direction: column;
}

.counters ul li {
    width: 47%;
    margin-bottom: 10px;
}

.freedom_content_Sec {
    padding: 40px 20px 10px;
}

.con_detail_hme ul li {
    padding: 0 30px 20px 0px;
    font-size: 20px;
    line-height: 21px;
    text-align: c;
}

.con_detail_hme ul li span img {
    width: 49px;
    margin: 0 auto 20px;
}

.popup-head h5 {
    font-size: 14px;
}

.popup-head h4 {
    font-size: 28px;
    line-height: 40px;
}

.popup-head {
    margin-bottom: 1rem;
}

.priccc {
    padding-top: 20px;
    width: 100%;
    float: left;
    text-align: left;
}

.wrapk {
    text-align: left;
    width: 100%;
    float: right;
    padding-top: 0px;
}

.chatt a.action-no {
    font-size: 18px;
    display: block;
    padding: 10px 0;
}

.chatt h2 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;
}

.doublewrap p.nex-order {
    font-size: 16px;
}

}

@media (max-width: 390px) {

.banner_sec_main .carousel-item img {
    width: 100%;
    height: 520px;
}

.banner_content h3 {
    font-size: 19px;
    line-height: 28px;
}

.banner_content p {
    line-height: 25px;
    font-size: 14px;
}

.form_about_img {
    display: none;
}

.form_tp_sec {
    padding: 0 14px 0 0px;
    margin: 30px 30px;
}

.services_sec_main .btn_web {
    padding-top: 0;
}

.btm_content_Services p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}

.overlay_text_sec h3 {
    font-size: 19px;
    padding-bottom: 10px;
}

.industries_left_main {
    display: none;
}

form.contact_form_Tab .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

footer .col-sm-3 {
    max-width: 100%;
    flex: 100%;
}

.services_links ul li a {
    font-size: 14px;
    line-height: 20px;
}

.pkg_detail_sec span.h5 {
    font-size: 29px;
}

.form_tp_sec h3 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 0;
}

.cta_content p {
    width: 100%;
    font-size: 13px;
    line-height: 25px;
}

.cta_content h2 {
    font-size: 17px;
}

.btn_web ul li a {
    font-size: 12px;
    padding: 8px 20px;
}

.industries_sec_main .col-sm-6.offset-1 {
    margin: 0 !important;
}

.industries_content p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
}

.industries_content h2 {
    font-size: 19px;
    line-height: 25px;
}

.industries_content .scroll-block {
    max-height: 423px;
}

.freedom_list ul li span {
    width: 70px;
    height: 70px;
    position: relative;
    margin-bottom: 20px;
}

.freedom_list ul li {
    padding: 0 0px 20px 0;
}

.tab_content_sec ul li a {
    padding: 2px 16px;
    font-size: 12px;
    margin: 0 5px 13px;
}

footer .row.pt-5 {
    align-items: center;
    padding-top: 10px !important;
}

div#accordion {
    margin-top: 20px !important;
}

.process_sec_main:before{
        height: auto;
}

.top_bar_list {
    text-align: center;
}

.top_bar_list.text-right {
    text-align: center !important;
}

.top_bar_list ul li a {
    font-size: 14px;
    font-weight: 600;
    padding: 2px 0 !important;
    display: inline-block;
}

.support_content_Sec p {
    font-size: 11px;
}

.con_detail_hme {
    text-align: center;
}

.popup-head h4 {
    font-size: 24px;
    line-height: 40px;
}

.started_popup_sec .modal-content {
    padding: 1rem 1rem;
}

}




/*Responsive End*/