@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&amp;family=Oswald:wght@300;400;500;600;700&amp;family=Poppins:wght@300;400;500;600;700;800;900&amp;family=Courier+Prime:wght@400;700&amp;display=swap');
*,
body {
    font-family: 'Poppins', sans-serif;
}

body {
    overflow-x: hidden;
    position: relative;
}

@media (min-width: 1200px) {
.container {
    max-width: 1170px;
}
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

a:hover {
    text-decoration: none
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}
:focus{
    outline: none;
}
:hover{
    transition: 0.3s;
}
img {
    max-width: 100%;
    height: auto
}

p {
    margin-bottom: 0;
    font-family: 'hind', sans-serif;
}

ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}
.form-control.error {
    border: 5px solid red !important;
    background-color: red !important;
    color: red !important;
}
label.error {
    display: none !important
}
.sec_title {
    text-align: center;
    margin-bottom: 55px;
}
.sec_title h3 {
    font-weight: 700;
    font-size: 48px;
    color: #051129;
}
.sec_title p {
    font-size: 18px;
    color: #727886;
    margin-top: 20px;
}
.red_title {
    color: #3482fe;
}
.sec_padding {
    padding: 110px 0;
}
.default_btn {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 17px 48px 17px 28px;
    display: inline-block;
    margin-top: 52px;
    position: relative;
    transition: all .5s ease;
} 
.default_btn:hover img {
    transition: 0.25s;
    right: -53px;
}
.default_btn img {
    position: absolute;
    top: 11px;
    right: -47px;
}
.sprite-arrow-icn {
    width: 67px;
    height: 35px;
    background-position: -5px -5px;
}
.default_btn:hover i {
    transition: 0.25s;
    right: -53px;
}
.default_btn i {
    position: absolute;
    top: 11px;
    right: -47px;
} 
.default_btn:hover {
    color: #000;
}
.inner_default_btn {
    border-color: #020c1f;
    color: #3282FC;
}
.inner_default_btn:hover {
    color: #fff;
}
.blue_txt {
    color: #020c1f;
}
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.inner_default_btn.hvr-sweep-to-right:before {
    background-color: #020c1f;
}
/*********HEADER START**********/
.main-header {
    position: absolute;
    z-index: 1;
    width: 100%;
}
.menuInfo ul li {
    display: inline-block;
}
.main-header-wrap {
    padding: 31px 45px;
}
.menu-wrap .navbar {
    padding: 0;
}
.menu-wrap .navbar-collapse {
    list-style: none;
    padding: 0;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}
.menuInfo {
    padding-bottom: 20px;
}
.menuInfo ul li a{
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.menuInfo ul li a span {
    font-family: 'hind', sans-serif;
}
.menuInfo ul li a i{
    padding-right: 11px;
    font-size: 15px;
}
.menuInfo ul li a i.fa-phone-volume {
    transform: rotate(-42deg);
    position: relative;
    top: -5px;
}
.menu-wrap .navbar-collapse ul li a{
    color: #fff;
    position: relative;
}
.menu-wrap .navbar-collapse ul li a:hover{
    color: #3482fe;
}
.menuInfo ul li {
    display: inline-block;
    padding-left: 35px;
}
.menuInfo ul li:first-child {
    padding-left: 0;
}
ul.navbar .nav-item {
    padding-left: 40px;
}
ul.navbar .nav-item:first-child {
    padding-left: 0px;
}
ul.navbar .nav-item .nav-link {
    padding: 0;
    color: #bbc2ce;
    font-size: 14px;
    text-transform: uppercase;
}
/*********HEADER END**********/

/*********HOME BANNER START**********/
.home_banner {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
.video_container {
    position: relative;
    z-index: 0;
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
    z-index: -1;
}
.home_banner .bannerImg {
    background: #294780;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100vh;
    align-items: center;
    z-index: -2;
}
.home_banner .bannerImg>* {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.home_banner_content {
    text-align: center;
}
.home_banner_content h2 {
    font-size: 72px;
    font-weight: 800;
    color: #fff;
}
.home_banner_content h2 span{
    color: #49e1f7;
}
.home_banner_content #banner_typewriter {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    margin-top: 32px;
}

.home_banner_social {
    position: absolute;
    bottom: 72px;
    right: 60px;
}
.home_banner_social ul li a i {
    margin: 7px 0;
    color: #fff;
    font-size: 17px;
}
/*********HOME BANNER END**********/

/*********EXPERTIES START*********/
.experties_box {
    background-size: cover;
    height: 406px;
    text-align: center;
}
.experties_box:hover {
    background-color: #c10012;
    -webkit-transition: all .3s;
    transition: all .3s
}
.experties_box h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    padding-top: 163px;
}
.experties_btn {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 25px;
    border-radius: 5px;
    display: none;
}
.experties_btn:hover {
    color: #000;
}
.experties_box:hover .experties_overlay {
    background-color: #49e1f7eb;
    height: 100%;
}
.experties_box:hover .experties_btn {
    display: inline-block;
}
/*********experties END*********/

/*********INTRO START*********/
.intro {
    position: relative;
}
.intro:before {
    content: "";
    position: absolute;
    background: url(../images/intro_before.png) no-repeat;
    width: 592px;
    height: 463px;
    top: 0;
    right: 0;
    z-index: 0;
}
.intro_img_bg {
    background-color: #49e1f7;
    height: 607px;
    width: 547px;
    position: absolute;
    bottom: -9px;
    right: 15px;
}
.intro_img {
    position: relative;
}
.intro_content h2 {
    font-size: 48px;
    font-weight: 700;
    color: #051129;
    margin-bottom: 22px;
}
.intro_content h3 {
    font-size: 18px;
    font-weight: 400;
    color: #49e1f7;
    font-family: 'Oswald', sans-serif;
    position: relative;
    text-transform: uppercase;
}
.intro_content h3:before {
    content: "";
    position: absolute;
    width: 29px;
    height: 2px;
    background-color: #3482fe;
    bottom: -15px;
}
.intro_content p {
    margin-top: 67px;
    font-size: 18px;
    color: #051129;
    line-height: 1.667;
    margin-bottom: 46px;
}
.get_started_btn {
    color: #051129;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.get_started_btn img {
    margin-left: 15px;
}
.get_started_btn:hover {
    color: #051129;
}
.get_started_btn:hover img{
    margin-left: 25px;
    transition: 0.25s;
}

/*********INTRO END*********/

/*********PORTFOLIO START*********/
.portfolio {
    position: relative;
}
.portfolio:after {
    content: "";
    position: absolute;
    background: url(../images/portfolio_after.html) no-repeat;
    width: 1421px;
    height: 1044px;
    z-index: -1;
    bottom: 0;
    left: 0;
}
/* ---- isotope ---- */



/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ui group */

.ui-group {
  display: inline-block;
  width: 100%;
  margin-bottom: 48px;
}

.ui-group h3 {
  display: inline-block;
  margin-right: 0.2em;
  font-size: 16px;
}

.ui-group .button-group {
  display: flex;
  justify-content: center;
  /* width: 100%; */
}

/* color-shape */

.color-shape {
    width: 220px;
    height: 220px;
    float: left;
    /* margin: 5px; */
    border: 4px solid #fff;
}
.width-div {
    width: 440px;
    height: 440px;
}
.width-div2 {
    width: 440px;
    height: 220px;
}
.color-shape.round {
  border-radius: 35px;
}
.color-shape img {
    width: 100%;
}
 
.color-shape.big.round {
  border-radius: 75px;
}
.port_button {
    border-radius: 50px;
    border:1px solid #d8d8d8;
    background-color: #fff;
    font-weight: 500;
    font-size: 14px;
    color: #49e1f7;
    width: 148px;
    padding: 7px 0;
    margin: 5px  8px;
}
.port_button.active {
    background-color: #49e1f7;
    border-color: #49e1f7;
    color: #fff;
}
.port_button:focus {
    outline: none;
}
/*********PORTFOLIO END*********/

/*********CTA START*********/
.cta_title {
    background: url(../images/cta_bg.jpg) no-repeat;
    background-size: cover;
    padding: 41px 0; 
}
.cta_icon {
    position: relative;
    padding-left: 135px;
}
.cta_icon:before {
    content: "";
    background: url(../images/cta_icon.html);
    width: 104px;
    height: 108px;
    z-index: 1;
    position: absolute;
    left: 0;
    top: -8px;
}
.cta_title h3 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 43px;
}
.cta_title h3 span{
    font-size: 36px;
    font-weight: 400;
}
.cta_hd_style2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}
.cta_hd_style2 span{
    font-size: 48px;
}
.cta_info {
    background-color: #051129;
}
.cta_info ul {
    display: flex;
}
.cta_info ul li.cta_detail a {
    display: flex;
}
.cta_info ul li.cta_detail a i {
    color: #49e1f7;
    margin-top: 24px;
    font-size: 14px;
    margin-right: 12px;
}
.cta_info ul li.cta_detail a h4 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}
.cta_info ul li.cta_detail a h4 span {
    color: #5a6170;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 4px;
}
.cta_info ul li.cta_detail {
    border-right: 1px solid #ffffff2e;
    padding: 6px 50px 10px;
}
.cta_info ul li.cta_detail:first-child {
    padding-left: 0;
}
.cta_info ul li.cta_btn {
    padding-left: 60px;
    display: flex;
    align-items: center;
}
.cta_info .get_started_btn {
    color: #fff;
    display: flex;
    align-items: center;
}
.sprite-arrow-icn2 {
    width: 67px;
    height: 35px;
    background-position: -5px -50px;
}
.cta_info .cta_btn i {
    position: relative;
    transition: all linear 1s;
    -moz-transition: all linear 1s;
    -webkit-transition: all linear 1s;
    -o-transition: all linear 1s;
    -ms-transition: all linear 1s;
    animation: ball .8s linear infinite alternate;
    -moz-animation: ball .8s linear infinite alternate;
    -webkit-animation: ball .9s linear infinite alternate;
    -o-animation: ball .8s linear infinite alternate;
    -ms-animation: ball .8s linear infinite alternate;
    margin-left: 15px;
}
@-webkit-keyframes ball{
    0% {left: 1px;}
    100% {left: -9px;} 
}
@keyframes ball{
    0% {left: 1px;}
    100% {left: -9px;} 
}
/*********CTA END*********/

/*********PACKAGES START*********/
.packages {
    background: url(../images/pkg_bg.html) no-repeat;
    background-size: cover;
}
.packages-tabs .nav-tabs {
    border-bottom: 0px;
}
.packages-tabs .nav-tabs .nav-link:nth-child(6) {
    display: none;
}
.packages-tabs .nav-tabs .nav-link {
    border-radius: 50px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    font-weight: 500;
    font-size: 14px;
    color: #49e1f7;
    padding: 7px 0;
    margin: 5px 8px;
}
.packages-tabs .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #49e1f7;
    border-color: #49e1f7;
}

.package_box_wrap {
    padding: 45px 15px 40px;
    background-color: #fff;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.11);
    border-radius: 8px;
    position: relative;
}
.package_box {
    padding: 53px 0 35px;
}
.pkg_head {
    text-align: center;
}
.pkg_title {
    font-size: 30px;
    font-weight: 600;
    color: #051129;
}
.pkg_price {
    font-size: 36px;
    font-weight: 700;
    color: #051129;
}
.pkg_price span {
    font-weight: 400;
}
.order_btn {
    background-image: -moz-linear-gradient( 90deg, rgb(148,0,14) 0%, rgb(216,0,20) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(97 228 245) 0%, rgb(97 228 245) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(148,0,14) 0%, rgb(216,0,20) 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    display: inline-block;
    margin: 17px 0;
    position: relative;
    z-index: 1;
}
.order_btn:hover {
    color: #fff;
}
.pkg_detail ul {
    margin-left: 14px;
}
.pkg_detail ul li:before {
    content: '\f0da';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    color: #3482fe;
    font-weight: 900;
    left: 0;
}
.pkg_detail ul li {
    color: #051129;
    font-size: 14px;
    font-weight: 400;
    font-family: 'hind', sans-serif;
    line-height: 1.271;
    position: relative;
    margin: 12px 0px;
    padding-left: 10px;
}
.packages .center .package_box{
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
} 
.packages .center .package_box .package_box_wrap {
    box-shadow: none;
    background-color: #051129;
    position: relative;
}
.packages .center .package_box .package_box_wrap:before {
    content: "";
    position: absolute;
    background: url(../images/pkg_box_bg.html) no-repeat;
    width: 355px;
    height: 209px;
    top: 0;
    left: 0;
}
.packages .center .package_box .package_box_wrap .pkg_title, .packages .center .package_box .package_box_wrap .pkg_price,.packages .center .package_box .package_box_wrap .pkg_detail ul li{
    color: #fff;
}
.best_pkg {
    position: absolute;
    background-color: #c10012;
    padding: 5px 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    top: -12px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.best_pkg h3 {
    font-size: 13px;
    font-weight: 400;
    color: #fff;    
}
.best_pkg:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #c10012;
    top: 27px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}


.combo_package {
    background: url(../images/combo_pkg_bg.html) no-repeat;
    background-size: cover;
}
.combo_package_wrap h3 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.combo_package_wrap p {
    font-size: 16px;
    color: #fff;
    margin-top: 7px;
    margin-bottom: 57px;
}
.combo_package_wrap ul li:before {
    content: "\f0da";
    position: absolute;
    color: #f8a109;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
}
.combo_package_wrap ul li {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 5px 0 5px 30px;
}
.combo_list_hd {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #fff !important;
    padding-left: 0px !important;
    margin-top: 27px;
    margin-bottom: 27px;
}
.combo_list_hd:before {
    display: none;
}
.combo_package_wrap {
    padding-top: 100px;
    padding-bottom: 80px;
}
.combo_package_box {
    position: relative;
}
.box_position {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}
.combo_price_box_wrap {
    background-color: #1c0036;
    padding: 0 10px 10px 10px;
}
.last_combo_list {
    padding-top: 180px;
}
.combo_price_box {
    border: 1px solid #ff0000;
    padding: 30px 43px;
    text-align: center;
}
.combo_bg_img {
    position: relative;
}
.combo_pkg_price {
    position: absolute;
    left: 48%;
    transform: translate(-50%, -50%) rotate(-10deg);
    bottom: -22px;
}
.combo_pkg_price h3 {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    font-style: italic;
}
.combo_pkg_price h4{
    color: #ffe700;
    font-weight: 500;
    font-size: 15px;
    font-style: italic;
}
.combo_pkg_price h4 span{
    text-decoration: line-through;
    text-decoration-color: black;
}
.combo_package_box a.chat.chat_icon {
    margin-left: 17px !important;
}
.combo_btn {
    padding: 11px 28px;
    width: auto;
    font-size: 13px;
}
.combo_package_box a.chat.chat_icon h5, .combo_package_box a.chat.chat_icon h4 {
    color: #fff;
}
.combo_package .sec_btn {
    margin-top: 50px;
}
.last_combo_list ul {
    margin-top: 60px;
}
.combo_package_box .chat_icon h4 {
    font-size: 21px !important;
}
.combo_package_box .chat_icon h5 {
    font-size: 10px !important;
}
/*********PACKAGES END*********/

/*********PROCESS START*********/
.process {
    background: url(../images/process_bg.webp) no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}
.process_area_wrap ul {
    display: flex;
}
.process_box_wrap {
    max-width: 20%;
    flex: 0 0 20%;
    padding: 0 20px;
    position: relative;
    margin-top: 140px;
}
.process_circle {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.11);
    width: 100%;
    width: 100%;
    height: 188px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.process_title {
    position: relative;
}
.process_title h3 {
    font-weight: 700;
    font-size: 30px;
    color: #333333;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 78px;
    z-index: 1;
}
.process_title h3 span {
    background-color: #3482fe;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    right: -16px;
    display: none;
}
.process_title h2 {
    font-weight: 700;
    font-size: 150px;
    background: -webkit-linear-gradient(0deg, #3482fe, #3482fe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px black;
    font-family: 'hind', sans-serif;
    opacity: 0.2;
    margin-left: 26px;
}
.process_circle:before {
    content: "";
    position: absolute;
    background: url(../images/dotted_line.html);
    width: 234px;
    height: 124px;
    top: -25px;
}
.process_box_wrap:first-child:before {
    content: "";
    position: absolute;
    background-color: #3482fe;
    width: 13px;
    height: 13px;
    left: -8px;
    border-radius: 50%;
    top: 105px;
}
.process_box_wrap:last-child:before {
    content: "";
    position: absolute;
    background-color:  #3482fe;
    width: 13px;
    height: 13px;
    right: -8px;
    border-radius: 50%;
    top: 105px;
}
.process_box_wrap.second_type {
    margin: 0;
}
.process_box_wrap.second_type .process_circle:before {
    transform: rotate(180deg);
    top: inherit;
    bottom: -25px;
}
.process_box.selected .process_circle {
    /*background-image: -moz-linear-gradient( 90deg, rgb(148,0,14) 0%, rgb(216,0,20) 100%);*/
    /*background-image: -webkit-linear-gradient( 90deg, rgb(148,0,14) 0%, rgb(216,0,20) 100%);*/
    /*background-image: -ms-linear-gradient( 90deg, rgb(148,0,14) 0%, rgb(216,0,20) 100%);*/
    background-color: #49e1f7;
}

.process_box.selected .process_circle img {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(355deg) brightness(183%) contrast(101%);
}
.process_box.selected .process_circle i {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(355deg) brightness(183%) contrast(101%);
}
.process_box.selected .process_title h3 {
    color: #c00012;
}
.process_box.selected .process_title h3 span {
    display: block;
}
.process_box.selected .process_title h2 {
    opacity: 0.7;
    -webkit-text-stroke: 1px #3482fe;
}
.process_sprite {
    background-image: url(../images/process_icons/web/process_sprite.html);
    background-repeat: no-repeat;
    display: block;
    filter: brightness(0) saturate(100%) invert(41%) sepia(41%) saturate(2275%) hue-rotate(222deg) brightness(99%) contrast(103%);
}

.sprite-process_img1 {
    width: 69px;
    height: 91px;
    background-position: -5px -5px;
}

.sprite-process_img2 {
    width: 80px;
    height: 80px;
    background-position: -84px -5px;
}

.sprite-process_img3 {
    width: 82px;
    height: 78px;
    background-position: -84px -95px;
}

.sprite-process_img4 {
    width: 78px;
    height: 78px;
    background-position: -174px -5px;
}

.sprite-process_img5 {
    width: 71px;
    height: 86px;
    background-position: -176px -93px;
}
/*********PROCESS END*********/

/*********WHY CHOOSE START*********/
.why_choose {
    background-color: #0e1d3a;
    padding: 95px 0;
} 
.why_choose_title h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}
.why_choose_title p{
    font-size: 18px;
    color: #727886;
}
.why_choose_title {
    margin-bottom: 48px;
}
.why_tab_para {
    background-color: #1a2846;
    width: 100%;
    padding: 30px;
}
.why_tab_para p {
    font-size: 15px;
    color: #fff;
}
.why_choose_tabs .nav {
    border-bottom: none;
}
.why_choose_tabs .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0px;
    background-color: transparent !important;
    padding: 0 15px;
    border: none;
    max-width: 25%;
    flex: 0 0 25%;
}
.why_choose_tabs .nav-link.active .nav_tab_hd{
    background-image: -moz-linear-gradient( 90deg, rgb(148,0,14) 0%, rgb(216,0,20) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(97 228 245) 0%, rgb(97 228 245) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(148,0,14) 0%, rgb(216,0,20) 100%);
    border-color: #49e1f7;
    position: relative;
}
.why_choose_tabs .nav-link.active .nav_tab_hd:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid #3482fe;
    top: -5px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.why_choose_tabs .nav-link.active .nav_tab_hd i {
    filter: brightness(1.5);
}
.nav_tab_hd {
     border: 1px solid rgb(161, 161, 161);
     width: 100%;
     padding: 18px 0;
}
.nav_tab_hd i {
    margin: 0 auto;
}
.nav_tab_hd p {
    font-size: 13px;
    color: #fff;
    margin-top: 14px;
}
.why_choose_tabs .tab-content  {
    margin-bottom: 38px;
}
.why_tab_img {
    position: absolute;
    right: 0;
    top: 0;
}
.why_img_bg {
    background-color: #49e1f7;
    height: 500px;
    width: 540px;
    position: absolute;
    bottom: -9px;
    right: 9px;
}
.why_img {
    position: relative;
}
.why_choose .container {
    position: relative;
}
.why_choose .col-lg-6 {
    position: static;
}
.sprite {
    background-image: url(../images/spritesheet.html);
    background-repeat: no-repeat;
    display: block;
    filter: brightness(0) saturate(100%) invert(41%) sepia(41%) saturate(2275%) hue-rotate(154deg) brightness(99%) contrast(103%);
}

.sprite-why_tab_icon1 {
    width: 36px;
    height: 33px;
    background-position: -82px -5px;
}

.sprite-why_tab_icon2 {
    width: 28px;
    height: 33px;
    background-position: -82px -48px;
}

.sprite-why_tab_icon3 {
    width: 41px;
    height: 35px;
    background-position: -128px -5px;
}

.sprite-why_tab_icon4 {
    width: 37px;
    height: 35px;
    background-position: -120px -50px;
}


/*********WHY CHOOSE END*********/

/*********FOOTER START*********/
.main_footer {
    background: url(../images/footer_bg.html) no-repeat;
    background-size: cover;
    padding: 82px 0; 
}
.footer_about p {
    font-size: 14px;
    color: #727886;
    margin-top: 38px;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}
.footer_social li {
    display: inline-block;
}
.footer_social li a {
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin-right: 13px;
    font-family: 'Poppins', sans-serif;
}
.footer_social li a i {
    color: #303d44;
}
.footer_menu {
    padding-left: 20px;
}
.footer_menu h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.footer_menu ul {
    margin-top: 43px;
}
.footer_menu ul li a {
    font-size: 13px;
    font-weight: 400;
    color: #727886;
    line-height: 2.308;
}
.footer_menu ul li a i {
    color: #49e1f7;
    margin-right: 12px;
}
.footer_menu ul li a:hover, .footer_menu ul li a:hover i {
    color: #fff;
}
.copyright {
    background-color: #060e1f;
    padding: 24px 0;
}
.copyright p {
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.privacy li {
    display: inline-block;
    border-right: 1px solid #3482fe;
    padding: 0 8px;
}
.privacy li:last-child {
    border:none;
    padding-right: 0;
}
.privacy li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #49e1f7;
}
/*********FOOTER END*********/

/*********INNER PAGES CSS START*********/
.main-header.inner-header {
    position: inherit;
    z-index: 1;
    width: 100%;
    background-color: #020201;
}
.inner_banner {
    padding: 87px 0px 110px;
    position: relative;
}
.inner_banner_left {
    display: flex;
    align-items: center;
    height: 100%;
}
.inner_banner_content h4 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    background-color: #020c1f;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 22px;
}
.inner_banner_content h2 {
    font-size: 55px;
    font-weight: 300;
    color: #020c1f;
    margin-top: 10px;
}
.inner_banner_content strong {
    font-size: 62px;
    font-weight: 700;
    color: #020201;
}
.inner_banner_content strong span{
    color: #3482fe;
    text-transform: uppercase;
}
.inner_banner_content p {
    font-size: 20px;
    color: #333;
    margin-top: 15px;
}
.banner_right {
    position: absolute;
    right: 0;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}
.banner_right img {
    /* width: 596px; */
    margin: 0  auto 0 0;
}
@keyframes swing {
    0%,
    100% {
        transform: rotate(-180deg);
    }
    20% {
        transform: scale(0.95);
    }
    50% {
        transform: rotate(180deg);
    }
    80% {
        transform: scale(0.95);
    }
}
.banner_right_bg {
    position: absolute;
    top: 40px;
    z-index: -1;
    left: 42px;
    animation: swing 40s infinite ease-in-out;
}
.intro.progress-bar-parent:before {
    display: none;
}
.skill-progress-wrap .progress-bar {
    background-color: transparent;
    text-align: left;
    position: relative;
}
.progress-bar {
    margin: 0px 0 0px;
    overflow: hidden;
}
.progress-title-holder {
    padding-bottom: 20px;
    position: relative;
    margin: 0 0;
    line-height: 29px;
    font-weight: 400;
    color: #2e2e2e;
}
.progress-title {
    z-index: 100;
    font-weight: 400;
    color: #333;
    font-size: 18px;
}
.progress-number-wrapper, .progress-number-mark {
    font-size: 12px;
    line-height: 24px;
    height: auto;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #333;
    position: absolute;
    top: 0;
    right: 0px;
}
.progress-number-mark .percent strong {
    color: #3482fe;
    font-size: 18px;
}
.progress-number-wrapper {
    width: 100%;
    z-index: 10;
}
.progress-content-outter {
    height: 2px;
    background-color: #99999959;
    margin-bottom: 34px;
}
.progress-content {
    height: 4px;
    background-color: #3482FE;
    width: 0%;
    margin-top: -1px;
    position: relative;
    overflow: visible !important;
}
.progress-content:before {
    content: "";
    position: absolute;
    top: -5px;
    right: 0;
    background-color: #fff;
    height: 13px;
    width: 13px;
    border: 4px solid #c9010d;
    border-radius: 100%;
}
.sec_btn {
    display: flex;
    align-items: center;
}
.chat_icon h5{
    font-size: 12px;
    font-weight: 600;
    color: #020c1f;
}
.chat_icon h5 i {
    color: #3482fe;
    font-size: 20px;
    margin-left: 10px;
}
.chat_icon h4 {
    color: #020c1f;
    font-size: 24px;
    font-weight: 700;
}
a.chat.chat_icon {
    margin-left: 70px;
}
.inner_testimonial {
    background: url(../images/testi_bg.html) no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px 0;
}
.testi_right_img {
    position: absolute;
    left: 0;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    display: flex !important;
    align-items: center;
}
.testi_right_img img {
    margin: 0 0 0 auto;
}
.testi_box {
    border:1px solid #000;
    background-image: -moz-linear-gradient( 90deg, rgb(168,168,168,0.13) 0%, rgb(255,255,255,0.13) 100%, rgb(130,130,130,0.13) 100%, rgb(144,137,113,0.13) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(168,168,168,0.13) 0%, rgb(255,255,255,0.13) 100%, rgb(130,130,130,0.13) 100%, rgb(144,137,113,0.13) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(168,168,168,0.13) 0%, rgb(255,255,255,0.13) 100%, rgb(130,130,130,0.13) 100%, rgb(144,137,113,0.13) 100%);
}
.client_review {
    padding: 45px 32px 45px 45px;
    border-bottom: 1px solid #000;
}
.client_review h5 {
    color: #051129;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 34px;
}
.client_review p {
    font-size: 18px;
    color: #051129;
}
.client_detail {
    padding: 17px 32px 17px 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.client_name{
    display: flex;
    align-items: center;
}
.client_name h6 {
    color: #be0011;
    font-size: 16px;
    font-weight: 700;
    margin-left: 15px;
}
.client_name h6 span {
    color: #051129;
    font-weight: 400;
}
.client_name img {
    width: auto !important;
}
.inner_testimonial_slider .owl-stage-outer {
    padding: 5px 0;
}
.owl-dots {
    margin-top: 30px !important;
}
.owl-dot:focus {
    outline: none;
}
.owl-dot.active span, .owl-dot:hover span{
    background: #3482fe !important;
}
/*services-pages css*/
.about_service {
    background: url(../images/service_bg.png) no-repeat;
    background-size: cover;
    background-position: right;
    padding: 80px 0px 100px;
    position: relative;
}
.mobile_service_bg {
    background: url(../images/service_bg2.html) no-repeat;
    background-size: cover;
    background-position: right;
}
.service_title_sec h3 {
    font-size: 30px;
    font-weight: 700;
    color: #020c1f;
    line-height: 66px;
}
.service_title_sec h3 strong {
    font-weight: 700;
    font-size: 60px;
}
.service_title_sec h3 strong span {
    background-color: #3482fe;
    color: #fff;
    padding: 0px 15px;
    margin-right: 7px;
}
.service_title_sec h2 {
    font-size: 42px;
    font-weight: 700;
    color: #3482fe;
    margin-top: 7px;
}
.service_title_sec p {
    font-size: 16px;
    color: #666666;
    margin-top: 25px;
    margin-bottom: 32px;
    line-height: 1.875;
}
.about_service_right {
    position: absolute;
    right: 0;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}
.about_service_right img {
    /* width: 596px; */
    margin: 0 auto 0 0;
}
.service_tabs_title {
    background-color: #d9d9d9;
    padding-bottom: 145px;
    padding-top: 80px;
}
.service_tabs_sec {
    padding-bottom: 50px;
}
.service_tabs_sec nav {
    background-color: #3482fe;
    padding: 34px 38px;
}
.service_tabs_sec .nav-tabs {
    border-bottom: 0px;
    justify-content: space-around;
}
.service_tabs_sec nav .nav-link {
    border: 1px solid rgb(216, 216, 216);
    border-radius: 50px;
    background-color: #fff;
    color: #020c1f;
    font-size: 14px;
    font-weight: 500;
    margin: 4px 0;
    flex: inherit;
    padding: 8px 25px;
}
.service_tabs_sec nav .nav-link:focus {
    outline: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #3482fe;
    background-color: #fff;
    border-radius: 5px;
}
.service_tabs_box {
    box-shadow: 0px 26px 76px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    top: -62px;
}
.service_tabs_box .tab-content .tab-pane{
    padding: 65px 80px;
}
.drk_txt {
    color: #020c1f;
}
.logo_portfolio {
    background-color: #eaeaea;
}
.portfolio-box {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.portfolio-row .portfolio-item {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.grid-first {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 10px;
    margin-bottom: 10px;
}
.portfolio-item.item-1 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}
.portfolio-item.item-2 {
    grid-column: 3 / 5;
    grid-row: 1 / 3;
}
.portfolio-box img {
    width: 100%;
    height: 100%;
}
.grid-second {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
}
.port_btn {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.cta_para {
    font-size: 24px;
    color: #fff;
}

/*web portfolio*/
.innerport_grid {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 1px;
}
.innerport_grid2 {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 1px;
}
.inner_port_box a {
    position: relative;
    width: 100%;
    display: block;
}
.inner_port_box a:before {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.inner_port_box a:after {
    content: "+";
    font-size: 74px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    line-height: 36px;
    z-index: 2;
    font-weight: 200;
    display: none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.inner_port_box a:hover:after,
.inner_port_box a:hover:before {
    display: block;
}
.inner_port_box a figure {
    margin: 0;
}.inner_port_box a figure img {
    width: 100%;
}
/*web portfolio end*/
.cta_center_img {
    position: relative;
}
.cta_center_img:before {
    content: "";
    position: absolute;
    background: url(../images/cta_branding_img.html);
    width: 371px;
    height: 197px;
    top: -70px;
    right: 0;
}
.cta_center_img2 {
    position: relative;
}
.cta_center_img2:before {
    content: "";
    position: absolute;
    background: url(../images/cta_animation_img.html);
    width: 260px;
    height: 158px;
    top: -36px;
    right: -30px;
}
@keyframes jump {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
.jumping {
    animation-name: jump;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.service_grid_container {
    padding: 46px 51px;
    background-color: #fff;
}
.service_grid {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 51px;
}
.anim_service_box {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 15px 0;
}
.brand_icon_box {
    padding: 15px 26px;
    text-align: center;
}
.brand_icon_box p {
    font-size: 14px;
    color: #666;
    font-family: 'Poppins', sans-serif;
    margin-top: 25px;
}
.anim_service_img {
    width: 100%;
}
.anim_service_title {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    padding: 15px 44px 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.anim_service_title h3 {
    font-size: 16px;
    font-weight: 700;
    color: #051129;
    text-transform: uppercase;
}
.mobservice_tabs_sec {
    padding-bottom: 50px;
}
.mob_tabs_box {
    box-shadow: 0px 26px 76px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    top: -62px;
}

.mob_tabs_title {
    background-color: #3482fe;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mob_tabs_title h3 {
    color: #fff;
    font-weight: 500;
    font-size: 42px;
    text-transform: uppercase;
}
.mob_tabs_img {
    display: flex;
    justify-content: center;
    padding-top: 55px;
}
.mob_tabs_desc {
    padding: 160px 44px 60px;
    background-color: #393531;
}
.mob_nav_area {
    position: absolute;
    top: 0;
    padding: 0 44px;
    height: 108px;
    background-color: #3482fe;
}
.mob_tabs_box {
    position: relative;
}
.mob_nav_area .nav-tabs {
    border-bottom: 0px;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.mob_nav_area .nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: transparent;
    padding: 0px;
    flex: inherit;
    font-weight: 500;
    font-size: 14px;
    color: #020c1f;
    text-transform: uppercase;
    position: relative;
}
.mob_nav_area .nav-tabs .nav-link.active:after {
    content: "";
    position: absolute;
    bottom: -59px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 11px solid #3482fe;
}
.mob_nav_area .nav-tabs .nav-link:focus {
    outline: none;
}
.mob_nav_area nav {
    height: 100%;
}
.mob_tabs_desc h3 {
    font-weight: 400;
    font-size: 42px;
    color: #999999;
    font-family: 'Courier Prime' ;
}
.mob_tabs_desc p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: 'Courier Prime';
    margin-top: 20px;
    margin-bottom: 50px;
}
.grey_txt {
    font-family: 'Courier Prime';
    color: #999999;
}
.red_txt {
    color: #3482fe;
    font-family: 'Courier Prime';
}
.mob_tabs_desc .sec_btn img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(2) contrast(100%);
}
.mob_tabs_desc .sec_btn .chat_icon h5,.mob_tabs_desc .sec_btn .chat_icon h4 {
    color: #fff;
}
.mobport {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 3px;
}
/*services-pages css end*/

/*********INNER PAGES CSS END*********/

/*********POPUP START*********/
.form-left-art h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #292929;
    margin-bottom: 20px;
}

.form-left-art h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 54px;
    color: #3482fe;
    margin-bottom: 40px;
}
.form-left-art sup {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    vertical-align: super;
    position: absolute;
    left: 49px;
    top: 27px;
}

.form-left-art h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 111px;
    margin-bottom: 0;
    background-color: #3482FE;
    color: #fff;
    margin-left: -50px;
    position: relative;
    padding: 0 106px;
    line-height: 125px;
    max-width: 380px;
}


.popup-main-wrap {
    padding: 80px 36px;
    background-color: #000;
    border: 5px solid #3482fe;
    border-radius: 15px;
}

.form-right-art h3 {
    font-weight: 400;
    font-size: 25px;
    color: #a1a1a1;
    margin-bottom: 0;
}
.form-right-art h2 {
    font-weight: 700;
    font-size: 41px;
    color: #fff;
    margin-bottom: 30px;
}

.form-left-art {
    background-image: url(../images/popup-img.html);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 90px 20px 50px;
    border-radius: 15px;
    margin-left: -125px;
}

.sup2 {
    left: 310px !important;
    top: 46px !important;
}

.ftr-frm input,
.ftr-frm button   {
    border-radius: 50rem !important;
    padding: 10px 31px !important;
    height: auto;
}

.ftr-frm button {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 22px;
    background-color: #3482fe;
    color: #fff;
    border: 2px solid #fff;
    width: 100%;
}

.ftr-frm button:focus {
    outline: none;
}

.entry-box1 {
    max-width: 900px;
    margin: 0 auto;
    max-height: 580px;
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    overflow: unset !important;
    display: none;
}

.cross {
    position: absolute;
    color: #fff;
    right: -30px;
    top: -76px;
    padding: 10px 15px !important;
    background-color: #3482fe !important;
    border-radius: 50%;
    opacity: 1;
}

.form-left-art h4::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 125px;
    background-color: #3482fe;
    clip-path: polygon(100% 47%, 0 0, 0 100%);
    top: 0;
    right: -44px;
}

/*********POPUP END*********/

/*********CONTACT START*********/
.inner-contact {
    padding: 40px 0px;
    background-color: #f7f6f6b8;
}
.address-form-area {
    padding-top: 85px;
}
.phone-address {
    padding-left: 40px;
    background-image: url("../images/phone-icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(47%) sepia(16%) saturate(2562%) hue-rotate(179deg) brightness(100%) contrast(105%);
}

.message-wrap  {
    padding-left: 40px;
    background-image: url("../images/message-icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(47%) sepia(16%) saturate(2562%) hue-rotate(179deg) brightness(100%) contrast(105%);
}

.location-wrap  {
    padding-left: 40px;
    background-image: url("../images/location-icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(47%) sepia(16%) saturate(2562%) hue-rotate(179deg) brightness(100%) contrast(105%);
}

.cont-main-area-text h4 {
    font-weight: 600;
    color: #333;
    font-size: 18px;
}

.cont-main-area-text h3 {
    font-weight: 700;
    font-size: 55px;
    color: #3c3664;
}

.cont-main-area-text {
    max-width: 795px;
    margin: 0 auto;
}

.cont-main-area-text p {
    font-weight: 600;
    color: #666;
    font-size: 18px;
}

.get-in-touch h4 {
    font-weight: 600;
}

.get-in-touch h4 {
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #333;
}

.get-in-touch h3 {
    font-weight: 600;
    color: #020201;
    font-size: 30px;
}

.get-in-touch p {
    font-size: 19px;
    font-weight: normal;
    color: #666;
    margin-bottom: 30px;
}

.phone-address h5,
.message-wrap h5,
.location-wrap h5 {
    font-weight: 600;
    color: #020201;
    font-size: 16px;
}

.phone-address p,
.message-wrap p,
.location-wrap p {
    color: #666;
    font-size: 18px;
    font-weight: normal;
    padding-right: 70px;
}

.address-form input,
.address-form textarea {
    border: none;
    border-bottom: 1px solid #d4d1fa;
    border-radius: 0;
    padding-left: 0;
}

.address-form {
    border-radius: 10px;
    box-shadow: 0px 13px 38px 0px rgba(0, 0, 0, 0.11);
    padding: 41px 25px 45px 45px;
    position: relative;
    background-color: #fff;
}

.form-hdg h3 {
    color: #020201;
    font-size: 25px;
}

.form-hdg p {
    font-weight: 600;
    color: #666;
    font-size: 18px;
}

.address-form-area {
    padding-top: 0;
}

.address-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #666666;
}

.address-form input::-moz-placeholder { /* Firefox 19+ */
    color: #666666;
}

.address-form input:-ms-input-placeholder { /* IE 10+ */
    color: #666666;
}

.address-form input:-moz-placeholder { /* Firefox 18- */
    color: #666666;
}

.address-form textarea::-webkit-input-placeholder {
    color: #666666;
}
.address-form textarea::-moz-placeholder {
    color: #666666;
}
.address-form textarea:-ms-input-placeholder {
    color: #666666;
}
.address-form textarea::-ms-input-placeholder {
    color: #666666;
}
.address-form textarea::placeholder {
    color: #666666;
}

.bg-choose-btn:hover {
    background-image: -moz-linear-gradient( -90deg, rgb(248,248,248) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(248,248,248) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(248,248,248) 0%, rgb(255,255,255) 100%);
    color: #333333;
    border: 1px solid rgb(215, 215, 215);
}
.bg-choose-btn {
    color: #fff;
    margin-right: 0px;
    padding-left: 36px !important;
    border: 1px solid transparent;
    background-color: #020c1f;
}
.get-started {
    background-color: #020201;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    padding: 12px 36px;
    margin-right: 25px;
    line-height: 30px;
    border-radius: 10px;
}

/*********CONTACT END*********/

/********* PORTFOLIO START *********/
.inner-portfolio-wrap {
    padding: 80px 0px 90px;
}

.inner-portfolio-wrap ul {
    padding: 0px 0px 25px;
}

.inner-portfolio-wrap .nav-tabs .nav-item.show .nav-link, .inner-portfolio-wrap .nav-tabs .nav-link.active {
    background-color: #3482fe;
    border-color: #3482fe;
    color: #fff;
}
.inner-portfolio-wrap .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 50px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    font-weight: 500;
    font-size: 15px;
    color: #c10012;
    padding: 13px 25px;
    margin: 5px 8px;
}

.portfolio-box {
    transform: scale(1);
    transition: all .5s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.portfolio-box:hover .hovereffects-det {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.hovereffects-det {
   background-image: -webkit-linear-gradient(left, #c10012a6, #e24e5cb0);
   background-image: -o-linear-gradient(left, #f79e0cd1, #f86a14c4);
   background-image: linear-gradient(to right, #c10012a6, #e24e5cb0);
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   width: 100%;
   display: flex;
   align-items: center;
   flex-flow: column;
   justify-content: center;
   -webkit-transition: .6s;
   -moz-transition: .6s;
   -o-transition: 5;
   transition: .6s;
   -webkit-transform: translateX(-100%);
   -moz-transform: translateX(-100%);
   -o-transform: translateX(-100%);
   -ms-transform: translateX(-100%);
   opacity: 0;
}
.btnstyles-nn {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btnstyles-nn a {
    color: #fff;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    margin: 5px;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.btnstyles-nn a i {
    margin: 0 5px;
    font-size: 40px;
}

/********* PORTFOLIO END *********/
.widget-footer {
    display: none !important;
}

.tab-center {
    justify-content: center;
    border-bottom: 0;
    margin-bottom: 20px;
}

.black-color{

    color: #0c0d0f;
}
.tab-center a{

    color: #0c0d0f;
}

.tab-center a:hover{

    color: #fff!important;
    background-color: #b00313;
    border-radius: 5px;
}
.seo-packages{
    display: none;
}

h2.logotext {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    margin: 42px 0 0;
}


/*view detail css start*/
section.viewdetailpagesec {
    background-color: #000;
    padding: 100px 0 100px;
}
.detailbannertext {
    padding: 110px 0 0;
    text-align: center;
}
.detailbannertext h1 {
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 20px;
    font-weight: 500;
}
.detailbannertext p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
     font-weight: 400;
}
section.viewdetailinnerpage {
    padding: 50px 0 50px;
}
.sechead h3 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 20px;
}
.logobtn {
    display: flex;
}
.logobtn a {
    margin: 7px 30px 0px 27px;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.logobtn a i {
    color: #c10012;
}
.detailbtn a {
    margin: 10% auto 0;
    display: table;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #49e1f7;
    text-decoration: underline;
}

a.navbar-brand img {
    max-width: 250px;
    margin: 30px 0 0;
}
/*view detail css end*/

.loader img {
    width: 13%;
}

.loader {
    text-align: center;
    margin-top: 10px;
}


input.error {
    background-color: red !important;
}





.employment_form h3{
   font-family: 'Average', serif;
   font-weight: bold;
}
.employment_form h4{
   font-family: 'Average', serif;
   font-weight: bold;
}
.allYourSec h1 {
   font-family: 'Average', serif;
    font-size: 39px;
    color: #333333;
    font-weight: bold;
    margin: 30px 0 15px;
    text-align: center;
}
.allYourSec p {
  font-family: 'Average', serif;
    font-size: 16px;
    font-weight: normal;
  }
.reserve_form {
    padding: 5% 0;
}
.reserve_form form {
    background-color: #f4f1f1;
    padding: 45px;
    border-radius: 8px;
}
.form-group label {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    line-height: 1.8;
}
.checkbox label h2 {
    color: #b72021;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}
.reserve_form .checkbox label {
    padding-left: 0px;
    font-weight: 600;
}
.reserve_form .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: unset;
    margin-left: 20px;
}
.reserve_form .checkbox h3 {
    display: inline;
    font-size: 15px;
    padding-left: 10px;
    font-family: 'Average', serif;
}
.reserve_form .checkbox, .radio {
    position: relative;
    display: block;
    margin-bottom: 10px;
    top: -14px;
}
.checkbox h2 {
    display: inline;
    color: #b72021;
    font-size: 16px;
    font-weight: 600;
}
.form-group input[type="courancy"] {
    width: 10%;
    display: table;
}
.form-group span {
    position: relative;
    left: 18px;
    display: table;
    top: -33px;
    font-size: 21px;
    color: #b72021;
    border-right: 1px solid #ccc;
    padding-right: 9px;
}
.form-group .btn-default {
    color: #fff;
    border-color: #ccc;
    top: 29px;
    position: relative;
    padding: 9px 30px;
    font-size: 13px;
    font-weight: 500;
    background-color: #b72021;
    text-transform: uppercase;
    border: none;
}
.reserve_column .col-md-10 {
    margin: 0 auto;
    display: table;
    float: none;
}
.reserve_column {
    background-image: url(../images/girl_bg.jpg);
    width: 100%;
    background-position: -37px 5px;
    background-repeat: no-repeat;
    background-size: cover;
}
.reserve_column p {
    font-size: 15px;
}
.employment_form .panel-default>.panel-heading+.panel-collapse>.panel-body {
    /*    border-top-color: #ae0001;
    background-color: #f4f1f1;*/
        padding: 15px 25px;
}
.employment_form .panel-default>.panel-heading {
    background-color: transparent;
}
.employment_form .panel-title {
font-family: 'Lato', sans-serif;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.employment_form .panel-title a {
    display: block;
    text-decoration: none;
}
.employment_form .panel-default {
 /*   border-color: #ae0001;*/
}
.reserve_form ul {
    padding-left: 15px;
}
.reserve_form ul li {
    line-height: 24px;
    font-family: 'Average', serif;
}
.radio_area {
    margin-top: 15px;
}
.reserve_form .heading_form {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #b72021;
    font-weight: 500;
    margin: 0;
}
/*Radio Button CSS*/
.form-group p {
    display: inline-block;
    margin-right:  20px;
    margin-bottom: 0;
}
/*.form-group p [type="radio"]:checked,
.form-group p [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.form-group p [type="radio"]:checked + label,
.form-group p [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.form-group p [type="radio"]:checked + label:before,
.form-group p [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.form-group p [type="radio"]:checked + label:after,
.form-group p [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #9b262c;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.form-group p [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.form-group p [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}*/
/*End of Radio Button CSS*/
/*CheckBox Css*/
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #00000069;;
}
.styled-checkbox:hover + label:before {
  background: #000;
}
.styled-checkbox:focus + label:before {
  box-shadow: none;
}
.styled-checkbox:checked + label:before {
  background: #ae0001;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 13px;
  background: white;
  width: 2px;
  height: 3px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/*End of CheckBox CSS*/

.btn_submit .btn-default {
    color: #fff;
    background-color: #a10001;
    border-color: #a10001;
    font-size: 16px;
    padding: 6px 20px;
    transition: all .3s ease-in-out;
}
.btn_submit .btn-default:hover {
    background-color: #fff;
    border-color: #a10001;
    color: #a10001;
}
.employment_form .panel-default>.panel-heading {
     border-color: transparent; 
}



/* form two styling */


.para {
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
  box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 0.4);
}
.para p {
  margin: 0 0 10px;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  padding-bottom: 5px;
}
.head-work img {
    width: 75%;
    margin: 0 auto 40px;
}
.top_area .form-control.top_spa {
    margin-top: 25px !important;
}

.top_area .form-control {
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    margin-bottom: 20px !important;
}
.cake_order {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
/*Application Form CSS*/

/*Demo Form CSS*/

#membership-application .panel-theme {
    border: 3px solid #c0c0c0;
    background-color: #fff;
}
#membership-application .panel-theme .panel-heading {
    border-bottom: 3px solid #c0c0c0 !important;
    background: #fff !important;
    color: #333;
    position: relative;
}
#membership-application{margin: 50px 0 20px !important;}
.form-head h2{color: #d71921;line-height: 40px;}
#membership-application form .form-control {
    margin: 0 0 15px 0;
    height: 44px;
    resize: none;
    font-weight: 500;
    box-shadow: none;
    border-radius:  0;
}
.active-text{margin: 10px 0 0;}
.active-text span{font-size: 18px; text-decoration: underline;}


.footer-form{list-style: none;padding: 0;    margin: 15px 0 30px;}
#membership-application .address {margin: 20px 0;}
.footer-btn .btn-default{padding:12px 45px;font-size: 16px; text-transform: uppercase;background: #fff;color: #00a0d2;
    border: 2px solid #00a0d2; transition: all .4s ease-in-out;}
.footer-btn .btn-default:hover{background:#00a0d2; color: #fff;}

/*Calendar Styling*/

.ui-widget.ui-widget-content {border: 2px solid #b3344c !important;background: #fff !important;}
#ui-datepicker-div .ui-widget-header {border: 0; background:none;}
#ui-datepicker-div .ui-state-default, .ui-widget-content .ui-state-default{border: 1px solid rgba(204, 204, 204, 0.47); background: none;}
.ui-widget {font-family: 'Montserrat' !important;}

/*End of Demo Form CSS*/


/*Bullets Styling CSS*/

.radio_btn input[type="radio"] {
    display:none;
}
.radio_btn input[type="radio"] + label {
    color: $DarkBrown;
    font-family:Arial, sans-serif;
    font-size:14px;
}
.radio_btn input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
}

.radio_btn input[type="radio"] + label span {
     background-color:#ccc;
}

.radio_btn input[type="radio"]:checked + label span{
     background-color: #fff;
    border: 5px solid #00a0d2;
}

.radio_btn input[type="radio"] + label span,
.radio_btn input[type="radio"]:checked + label span {
  -webkit-transition:background-color 0.4s linear;
  -o-transition:background-color 0.4s linear;
  -moz-transition:background-color 0.4s linear;
  transition:background-color 0.4s linear;
}

/*End of Bullets Styling CSS*/



/*Check Box CSS Styling*/

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #000;
  }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #000;
  }



.checkbox {
  padding-left: 20px;
  margin-top:  20px;
  text-align:  center;
  }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-weight: 500;
    font-size:  16px;
    }
    .checkbox label::before {
      /*content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #000;
      border-radius: 0;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out;*/
      }
    .checkbox label::after {
      /*display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555;*/
    }
  
    /*.checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    #logo_category-error:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }*/

/*#logo_category-error, #icon_category-error, #font_style-error {*/
.check_box .checkbox-primary label.error {
    position: absolute;
    top: -30px;
    left: 0;
}

/* End of Check Box CSS Styling*/

/*Bullets Styling CSS*/

.radio_btn input[type="radio"] {
    display:none;
}
.radio_btn input[type="radio"] + label {
    color: $DarkBrown;
    font-family:Arial, sans-serif;
    font-size:14px;
}
.radio_btn input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
}

.radio_btn input[type="radio"] + label span {
     background-color:#ccc;
}

.radio_btn input[type="radio"]:checked + label span{
     background-color: #fff;
     border: 5px solid #b3344c;
}

.radio_btn input[type="radio"] + label span,
.radio_btn input[type="radio"]:checked + label span {
  -webkit-transition:background-color 0.4s linear;
  -o-transition:background-color 0.4s linear;
  -moz-transition:background-color 0.4s linear;
  transition:background-color 0.4s linear;
}

/*End of Bullets Styling CSS*/

.no-padding{padding: 0;}
.top p{text-align: right; font-size: 16px;}
.panel-input input[type="text"]{width: 50%;}
.app-form .main-H{font-size: 26px;
    font-weight: 600;
    color: #000;}
.panel-heading p{font-size: 16px; font-weight: 600;}

.months{list-style: none; padding: 0; margin: 15px 0;}
.months li{display: inline;}
.months li input[type=checkbox]{margin-left: 3px;}
.months label{margin-left: 5px;}
.footer{margin-top: 50px;}
.footer .sign{border-top: 1px solid #000;}
.footer .date{border-top: 1px solid #000; width: 80%;}


.panel-heading .top-date{position: absolute;
    width: 100%;
    top: -3px;
    bottom: 0px;}

.instruction .instruc-list {padding-left: 15px;}
.instruction .instruc-list li{line-height: 24px;font-size: 14px; color: #000; text-align: justify;}

.instruction p{margin-top: 20px; font-size: 14px; color: #000;  text-align: justify;    line-height: 22px;}
.download-btn p{font-size: 18px; transition: all .7s ease-in-out; font-weight: 600;}
.download-btn p:hover{transform: scale(1.1);}
.form-sheet .inquiries {
    margin: 0px 0 40px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.detail_order h3 {
    font-size: 18px;
    font-weight: 600;
}
.dec_type h4 {
    margin: 20px 0;
    line-height: 26px;
}
.dec_type h3, .dec_color h3, .dec_cover h3 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom:  15px;
}
.table_custom td:nth-child(1) {
    font-weight: 500;
    font-size: 16px;
}
.table_custom .last_tr td {
    font-weight: 600;   
}
.term_con h4 {
    font-weight: 600;
    margin-top:  20px;
    margin-bottom:  5px;
}
.term_con ol {
    padding-left: 15px;
}
.term_con ol li {
    font-weight: 500;
    line-height:  24px;
}
.sign_below {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 0 15px;
    line-height: 28px;
}
.btm_ft {
    text-align: center;
    margin: 30px 0 0;
    padding: 30px 0 0;
}
.btm_ft p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.btm_ft a {
    display: block;
    margin: 10px 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.footer .form-control {
    margin: 0;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
}

.upload_img {
    margin: 20px 0;
}
.upload_img .input-group .btn-default {
  padding: 9px 12px;
}

.upload_img .btn-group>.btn.active, .upload_img .btn-group>.btn:active, .upload_img .btn-group>.btn:focus, .upload_img .btn-group>.btn:hover {
    color: #fff;
    background-color: #0f3f92;
    border-color: #0f3f92;
}
.upload_img .btn-group.pull-right .btn {
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 500;
}

.upload_img label.btn {
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 500;
}
#membership-application form label {
  margin-bottom: 5px;
  display: block;
  vertical-align:  middle;
}
#membership-application form label span {
  font-weight: 400;
}
#membership-application form textarea.form-control {
  height: 250px;
}
.para .note {
  color: red;
  font-weight: 600;
}
.check_box {
    border: 1px solid #ddd;
    margin-bottom: 25px;
    margin-top: 10px;
}
.check_box .checkbox {
  text-align: left;
  margin: 0;
  padding: 9px 33px 2px;
  border-bottom: 1px solid #ddd;
}
.check_box p {
  font-size: 14px;
  color: #000;
  margin:  0;
  padding: 5px 15px;
  border-bottom: 1px solid #ddd;
}
.check_box p span {
  display: block;
  font-weight: 600;
}
.check_box .checkbox input[type="checkbox"]{width: 18px;height: 16px;}
.font_style.check_box .checkbox {
    padding: 6px 33px 0px;
    border-bottom: 0;
}
.submit_btn .btn-default {
    color: #fff;
    background-color: #333;
    border-color: #ccc;
    border: 0;
    padding: 10px 30px;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

/* Validation error */
.panel-body .error{color: red;}
.panel-body  input.error, .panel-body  textarea.error{border: 1px solid red;}

input[type=radio]{width: 100%;height: 16px;}

input[type=file] {
    display: block;
    border: 0;
    padding-bottom: 20px;
    margin-top: 19px;
}

.panel-body {
    padding: 15px;
}
/*End of Application Form CSS*/