/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* =================Key frames================= */
@keyframes myAnim1 {
	0%,
	100% {
		transform: translatey(0);
	}
	10%,
	30%,
	50%,
	70% {
		transform: translatey(-10px);
	}
	20%,
	40%,
	60% {
		transform: translatey(10px);
	}
	80% {
		transform: translatey(8px);
	}
	90% {
		transform: translatey(-8px);
	}
}
@keyframes nectar_looped_rotate {
                0% {
                    transform: rotate(0deg);
                }
                100% {
                    transform: rotate(360deg);
                }
}      
/* @keyframes myAnim2 {
	0%,
	50%,
	100% {
		background-color: black;
	}
	25%,
	75% {
		background-color: green;
	}
} */
@keyframes myAnim3 {
    0%,
    50%,
    100% {
	background: green;
    }
    25%,
    75% {
	background: linear-gradient(47deg, rgba(68, 11, 95, 1) 0%, rgba(0, 0, 0, 1) 35%, rgba(11, 41, 61, 1) 100%);
    }
}
@keyframes myAnim4 {
    0%,
    50%,
    100% {
		background: url('https://nyexpert.sampleweblinks.com/wp-content/uploads/2023/04/Ellipse-7.png');
        background-size: cover;
    }
    25%,
    75% {
		 background: #003a0b;
    }
}


.nectar-post-grid-item .content {
  display: none;
}
div#team-secc .team-member-image {
    display: none;
}
.nectar-post-grid-filters.animated-in {
  padding-top: 40px !important;
}

.port-sec .wpb_tabs_nav.ui-tabs-nav.clearfix {
  margin-bottom: 20px;
  width: 70%;
  margin: 0px auto;
}


.page-id-277 div#port-pag .nectar-post-grid-filters.animated-in {
    padding-top: 40px !important;
}

.port-sec a.active-tab {
    font-size: 26px !important;
}

/* pricing page button css */

.Price-talk-btn a {
    color: white;
    font-size: 20px;
}

.Price-talk-btn a:before {
    content: '';
    background: rgb(54, 21, 89);
    background: linear-gradient(180deg, rgba(54, 21, 89, 1) 22%, rgba(17, 50, 73, 1) 100%);
    width: 53px;
    height: 53px;
    position: absolute;
    left: 20px;
    border-radius: 50px;
    top: 87% !important;
    transition: 0.8s;
    z-index: -1;
}

.Price-talk-btn a:hover:before {
    width: 36%;
    transition: 0.8s;
}

.Price-talk-last-btn-1 a {
    color: white;
    font-size: 20px;
}

.Price-talk-last-btn-1 a:before {
    content: '';
    background: rgb(54, 21, 89);
    background: linear-gradient(180deg, rgba(54, 21, 89, 1) 22%, rgba(17, 50, 73, 1) 100%);
    width: 53px;
    height: 49px;
    position: absolute;
    left: 25px;
    border-radius: 50px;
    top: 84.7% !important;
    transition: 0.8s;
    z-index: -1;
}

.Price-talk-last-btn-1 a:hover:before {
    width: 34%;
    transition: 0.8s;
}

.Price-talk-last-btn-2 a:before {
    content: '';
    background: rgb(54, 21, 89);
    background: linear-gradient(180deg, rgba(54, 21, 89, 1) 22%, rgba(17, 50, 73, 1) 100%);
    width: 53px;
    height: 49px;
    position: absolute;
    left: 21px;
    border-radius: 50px;
    top: 90.9% !important;
    transition: 0.8s;
    z-index: -1;
}

.Price-talk-last-btn-2 a:hover:before {
    width: 34%;
    transition: 0.8s;
}


.Price-talk-last-btn-2 a {
    color: white;
    font-size: 20px;
}

.wpb_raw_html.web-talk-btn-1 a:before {
    content: '';
    background: rgb(54, 21, 89);
    background: linear-gradient(180deg, rgba(54, 21, 89, 1) 22%, rgba(17, 50, 73, 1) 100%);
    width: 53px;
    height: 53px;
    position: absolute;
    left: 20px;
    border-radius: 50px;
    top: 86% !important;
    transition: 0.8s;
    z-index: -1;
}

.wpb_raw_html.web-talk-btn-1 a:hover:before {
    width: 36%;
    transition: 0.8s;
}

.wpb_raw_html.web-talk-btn-1 a {
    color: white;
    font-size: 20px;
}


span.rec {
    font-size: 18px;
}

.ecomm-talk-btn a:before {
    content: '';
    background: rgb(54, 21, 89);
    background: linear-gradient(180deg, rgba(54, 21, 89, 1) 22%, rgba(17, 50, 73, 1) 100%);
    width: 53px;
    height: 53px;
    position: absolute;
    left: 20px;
    border-radius: 50px;
    top: 87% !important;
    transition: 0.8s;
    z-index: -1;
}

.ecomm-talk-btn a:hover:before {
	width: 34%;
    transition: 0.8s;
}
.ecomm-talk-btn a{
	font-size:20px;
	color:white;
}

.portal-talk-btn a {
    font-size: 20px;
    color: white;
}

.portal-talk-btn a:before {
    content: '';
    background: rgb(54, 21, 89);
    background: linear-gradient(180deg, rgba(54, 21, 89, 1) 22%, rgba(17, 50, 73, 1) 100%);
    width: 53px;
    height: 53px;
    position: absolute;
    left: 20px;
    border-radius: 50px;
    top: 86% !important;
    transition: 0.8s;
    z-index: -1;
}

.portal-talk-btn a:hover:before {
	width: 34%;
    transition: 0.8s;
}

/* pricing page button css */

/* popup */
.pum-theme-990 .pum-container, .pum-theme-lightbox .pum-container {
    padding: 30px;
    border-radius: 23px;
}

.my-msg {
    margin-bottom: 20px;
}

div#pum_popup_title_998 {
    font-size: 30px;
    color: #4d0363;
    font-weight: 900;
    padding-left: 9px;
    border-left: 6px solid #4d0363;
    margin-bottom: 0px;
    line-height: 35px;
    font-family: 'clashbd';
}

#popup-sec-1 form p {
    padding-bottom: 0px !important;
}

#popup-sec-1 form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
    padding-left: 26px !important;
}

#popup-sec-1 form textarea.wpcf7-form-control.wpcf7-textarea.my-msg {
    padding-left: 35px;
}


button.pum-close.popmake-close:hover {
    background: linear-gradient(180deg, rgba(54, 21, 89, 1) 22%, rgba(17, 50, 73, 1) 100%);
    color: white;
    z-index: 11;
}

.pum-theme-990 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    position: absolute;
    width: 44px;
    height: 44px;
    left: auto;
    right: -13px;
    bottom: auto;
    top: -13px;
    padding: 0px;
    color: #4d0363;
    font-family: Arial;
    font-weight: 100;
    font-size: 24px;
    line-height: 24px;
    border: 3px solid #4d0363;
    border-radius: 72px !important;
    border-radius: 26px;
    box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 );
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
    background-color: rgb(255 255 255);
}

div#cpy-txt input.wpcf7-form-control.wpcf7-text::placeholder {
    color: #fff !important;
    opacity: 1 !important;
}
div#cpy-txt textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #fff !important;
    opacity: 1 !important;
}
div#cpy-txt input.wpcf7-form-control.wpcf7-text, textarea {
    padding: 10px 10px 10px 12px;
}


div#popup-sec-1 i.fa.fa-user {
    position: relative;
    top: 36px;
    left: 14px;
    color: #4d0363;
    font-size: 18px;
}


div#popup-sec-1 i.fa.fa-envelope {
    position: relative;
    top: 37px;
    left: 14px;
    color: #4d0363;
    font-size: 18px;
}

div#popup-sec-1 i.fa.fa-phone {
    position: relative;
    top: 37px;
    left: 14px;
    color: #4d0363;
    font-size: 18px;
}

div#popup-sec-1 i.fa.fa-paper-plane {
    position: relative;
    top: 37px;
    left: 12px;
    color: #4d0363;
    font-size: 18px;
}

div#popup-sec-1 input, textarea {
    border-color: #4d0363;
}

input#pop-cls {
    padding: 1%;
    width: 100%;
    background: linear-gradient(180deg, rgba(54, 21, 89, 1) 22%, rgba(17, 50, 73, 1) 100%);
    font-size: 30px;
    border-radius: 79px !important;
	letter-spacing: 4px;
	font-family: 'clash';
}

.nectar-post-grid-item-bg-wrap-inner .nectar-post-grid-item-bg img {
  height: 285px !important;
}
/* popup */



/* =================Header-CSS================= */
#top ul li#menu-item-733 a {
    padding: 10px 16px !important;
    background: transparent;
    border: 1px solid #000;
    border-radius: 40px;
    animation: myAnim4 2s ease 0s infinite normal forwards;
}
#top ul li#menu-item-733 a span::after {
    display: none;
}


/* ================================== */

.sec-2-txt {
    padding-left: 7%;
}
.sec-2-btn {
    padding-left: 7%;
}
.sec-2-btn h4{
    font-family: 'clashbd';
    font-size: 85px;
    line-height: 95px;
    background-image: linear-gradient(270deg, #fff, #595959);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec-2-txt p{
font-family: 'clash';
    font-size: 21px;
    color: #ffffffd6;
    font-weight: 100;
}
/* #porttt-folli {
  display: none;
} */
div#port-pag h1 {
    font-family: 'clashbd';
    font-size: 74px;
    line-height: 84px;
    background-image: linear-gradient(6deg, #fff, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
div#port-pag .content {
    display: none;
}
div#port-pag {
    color: #fff;
}

/*******************/
.text-lormm h3 {
    color: #fff;
    font-family: 'urban';
    font-size: 30px;
}

/* .text-lormm h5 {
    color: #fff;
    width: 21%;
    font-size: 28px;
    font-family: 'clash';
    font-weight: 400;
    line-height: 38px;
} */
.text-lormm p {
    color: #fff;
    width: 22%;
    font-size: 15px;
    font-family: 'urban';
    font-weight: 100;
    line-height: 23px;
}
.text-lormm {
    padding-left: 6%;
    position: absolute;
}

.tab-scend ul.wpb_tabs_nav.ui-tabs-nav.clearfix li a {
    background: transparent !IMPORTANT;
    box-shadow: none;
    /* border: 1px solid; */
    border-radius: 50px;
    top: 426px;
    /* width: 40%; */
    padding: 7px 27px !IMPORTANT;
    font-size: 22px;
    font-family: 'clash';
}
.tab-scend ul.wpb_tabs_nav.ui-tabs-nav.clearfix li a span {
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 6px 20px;
}

.tab-scend {
    padding-left: 5%;
    padding-bottom: 90px;
    padding-top: 5%;
}

div#innr-tabs-ec img {
    margin: 0px auto;
    display: table;
}

div#innr-tabs-ec h2 {
    color: #fff;
    font-family: 'clash';
    font-weight: 400 !IMPORTANT;
    font-size: 32px;
    line-height: 44px;
}

div#innr-tabs-ec .vc_column-inner {
    background: #113249;
    margin: 10px;
    padding: 60px 0px;
    border-radius: 30px;
}

div#innr-tabs-ec {
    padding-right: 13%;
}


div#innr-tabs-ec .vc_column-inner:hover {
    background: linear-gradient(258deg, rgba(17,50,73,1) 17%, rgba(38,9,48,1) 82%);
    transition: .9s !important;
    transform: rotate(-3deg);
}
/****************************** Typography ***************************************************/
.tabs-sechme ul.wpb_tabs_nav.ui-tabs-nav.clearfix {
    background: #113249;
    width: 12%;
    text-align: center;
    padding-top: 5%;
}
.tabs-sechme ul.wpb_tabs_nav.ui-tabs-nav.clearfix li a {
    font-family: 'clash';
    text-transform: uppercase;
    font-size: 22px;
    line-height: 32px;
/*     padding: 50px 0px; */
    padding: 35px 0px;

}



.tabs-sechme ul.wpb_tabs_nav.ui-tabs-nav.clearfix li a i {
    width: 100%;
    font-size: 45px;
    line-height: 55px;
}

/* .tabs-sechme ul.wpb_tabs_nav.ui-tabs-nav.clearfix {
	background: #113249;
	width: 12%;
	text-align: center;
} */

.tabs-sechme .tabbed > ul li .active-tab {
    background: #103046;
}
/* .tabs-sechme ul.wpb_tabs_nav.ui-tabs-nav.clearfix li a {
    font-family: 'clash';
    text-transform: uppercase;
    font-size: 22px;
    line-height: 32px;
    padding: 62px 0px;
} */
.tabs-sechme img {
    width: 95%;
}
.tabs-sechme {
    padding-left: 7%;
}
/* .txt-potfol h3 {
    color: #C8C8C8;
    font-family: 'clash';
    font-size: 29px;
    padding-left: 8%;
    position: relative;
    top: 69px;
    z-index: 9;
} */
.txt-potfol h3 {
    color: #C8C8C8;
    font-family: 'clash';
    font-size: 22px;
    padding-left: 8%;
    position: relative;
    top: 69px;
    z-index: 9;
}
/* .owl-carousel .carousel-item {
    background: #000;
    padding: 60px 30px !IMPORTANT;
} */
.sec-3-txt {
    padding-top: 8%;
}
/* .owl-carousel .carousel-item .iwt-icon img {
   width: 100% !IMPORTANT;
}

.owl-carousel .carousel-item .iwt-text {
    padding-left: 29%;
}

.owl-carousel .carousel-item .iwt-text h1 {
    color: #fff;
    font-size: 30px;
    font-family: 'clash';
    font-weight: 100;
} */


.tabs-sechme .fa.fa-handshake-o:before {
    content: url(https://nyexpert.sampleweblinks.com/wp-content/uploads/2023/04/Group-151@2x.png);
    transform: scale(4.5);
}




/***********caro************/












/****************************** Secondary Header ***************************************************/
header#top {
    padding-left: 120px;
    padding-right: 120px;
}


li.slide-out-widget-area-toggle a.closed {
    background: url(https://nyexpert.sampleweblinks.com/wp-content/uploads/2023/04/Ellipse-7.png);
    padding: 29px 26px ! IMPORTANT;
    margin-top: 10px;
}
div#sec-3 img {
/*     width: 100%; */
}

#sec-3 .iwt-text {
    text-align: right;
    padding-right: 10%;
}

#sec-3 .iwt-text h1 {
    color: #fff;
    font-family: 'urban';
    font-weight: 100 !important;
    font-size: 30px;
}

div#sec-3 .vc_column-inner {
    padding: 60px 10px;
    transition: .9s;
}
/****************************** Menu ***************************************************/
/* .sec-5-h h2 {
    border: 1px solid #370030;
    width: 31%;
    border-radius: 60px;
    padding-left: 38px !IMPORTANT;
    padding: 10px 0px;
} */
.sec-5-h h2 span{
    border: 3px solid #370030;
    width: 42%;
    border-radius: 60px;
    padding: 10px 0px;
    text-align: center;
}



/****************************** Slider ***************************************************/
#slider {
    text-align: center;
}
#slider .slide-bg-wrap {
    background: #121423;
}
#slider .vc_column-inner::before {
    content: '';
    background: url(https://samplelinksweb.com/nyexpert-bk/wp-content/uploads/2024/03/9875-img-removebg-preview.png);
    width: 306px;
    height: 215px;
    background-repeat: no-repeat;
    position: absolute;
    left: 28px;
    top: 0px;
    animation: myAnim1 10s ease 1s infinite normal forwards;
}
#slider .txthas::before {
    content: '';
    background: url(https://samplelinksweb.com/nyexpert-bk/wp-content/uploads/2024/03/cross-img98.png);
    width: 25px;
    height: 25px;
    position: absolute;
    right: 110px;
    top: -40px;
    animation: nectar_looped_rotate 12s forwards infinite linear;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#slider h1 {
    font-family: 'clashbd';
    font-size: 100px;
    line-height: 110px;
    background-image: linear-gradient(6deg, #fff, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#slider h2 {
    font-family: 'clashbd';
    font-size: 100px;
    line-height: 72px;
    background-image: linear-gradient(90deg, #fff, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#slider b {
    font-family: 'clashbd';
    font-size: 100px;
    line-height: 72px;
    background-image: linear-gradient(4deg, #fff, #000000a6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#slider p {
    font-family: 'clashbd';
    font-size: 80px;
    line-height: 140px;
    background-image: linear-gradient(359deg, #fff, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#slider .slider-btn {
/*     border: 2px solid;
    padding: 20px 48px;
    border-radius: 40px !important;
    background: transparent !important;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 100;
    font-family: 'urban';
    margin-top: -30px; */
}

.slider-btn-1:before {
    content: '';
    background: rgb(54, 21, 89);
    background: linear-gradient(180deg, rgba(54, 21, 89, 1) 22%, rgba(17, 50, 73, 1) 100%);
    width: 36%;
    height: 53px;
    position: absolute;
    top: 0;
    left: 15px;
    background-color: unset !important;
    border-radius: 50px;
	transition: 0.8s;
}

.slider-btn-1:hover:before {
    width: 79%;
	transition: 0.8s;
}

.slider-btn-2:before {
    content: '';
    background: rgb(54, 21, 89);
    background: linear-gradient(180deg, rgba(54, 21, 89, 1) 22%, rgba(17, 50, 73, 1) 100%);
    width: 40%;
    height: 50px;
    position: absolute;
    top: 1px;
    left: 22px;
    background-color: unset !important;
    border-radius: 50px;
    transition: 0.8s;
}

.slider-btn-2:hover:before {
    width: 70%;
	transition: 0.8s;
}


#slider .nectar-button[data-color-override="false"].regular-button {
    background-color: unset !important;
}

#slider .buttons .button.solid_color a.primary-color {
    border: 2px solid;
    padding: 20px 48px;
    border-radius: 40px !important;
    background: transparent !important;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 100;
    font-family: 'urban';
    margin-top: -30px;
}


/******* Animation ************/


/****************************** Sec-1 ***************************************************/
.sec-1-col .vc_column-inner {
    padding-top: 50%;
    padding-bottom: 50%;
    border-radius: 6px !important;
    background: #000000a1;
}
.sec-1-col2 .vc_column-inner {
    padding-top: 50%;
    padding-bottom: 50%;
    border-radius: 6px !important;
    background: #000000a1;
}
.sec-1-col2 .vc_column-inner {
    padding-top: 50%;
    padding-bottom: 50%;
    border-radius: 6px !important;
	background: #000000a1;
}
#sec-1 h3 {
    font-family: 'urbanbd';
    font-size: 50px;
    padding-left: 55px;
    line-height: 60px;
	color: #fff;
	background-image: linear-gradient(87deg, #ffffff, #11324900);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/******* Animation ************/
/* .sec-1-col .vc_column-inner:hover {
    animation: shake 2s;
	transition: .9s;
}
.sec-1-col2 .vc_column-inner:hover {
    animation: shake 2s;
	transition: .9s;
} */

/****************************** sec-2 ***************************************************/

div#sec-2 {
    padding-left: 16%;
}
#sec-2 p {
    font-family: 'clash';
    font-size: 21px;
    color: #ffffffd6;
    font-weight: 100;
}
#sec-2 h4 {
    font-family: 'clashbd';
    font-size: 140px;
    line-height: 137px;
    background-image: linear-gradient(270deg, #fff, #595959);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: -14%;
}
#home-page .sec-2-btn p {
    border: 2px solid #fff;
    border-radius: 100px !important;
    font-size: 125px;
    background-image: linear-gradient(270deg, #fff, #5b5b5b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 57%;
    text-align: center;
    height: 180px;
    padding-top: 78px;
    font-family: 'clashbd';
    margin-top: 10px;
}
#home-page .team-member .team-member-image {
    display: none;
}

/******* Animation ************/

/****************************** sec-3 ***************************************************/
.sec-3-h {
    padding-left: 7%;
}
.sec-3-num {
    padding-left: 7%;
}
#sec-3 .sec-3-h h1 {
    font-size: 40px;
    color: #fff;
    font-family: 'clash';
    font-weight: 100;
    padding-right: 50%;
    line-height: 45px;
}
.sec-3-num h2 {
    color: #fff;
    border: 2px solid;
    width: 7%;
    text-align: center;
    border-radius: 40px;
    font-family: 'clash';
    padding: 6px 0px;
    font-weight: 100;
    font-size: 37px;
}
.sec-3-txt h2 {
    color: #fff;
    font-size: 24px;
    font-family: 'clash';
    font-weight: 100;
    padding-top: 10px;
    line-height: 30px;
}
.sec-3-col1 .vc_column-inner {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 5px;
}
.sec-3-col2 .vc_column-inner {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 5px;
}
.sec-3-col3 .vc_column-inner {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 5px;
}
.sec-3-col1 .iwt-icon img {
    width: 90px !important;
    position: relative;
    left: 130px;
}
.sec-3-col2 .iwt-icon img {
    width: 76px !important;
    position: relative;
    left: 30px;
}
.sec-3-col3 .iwt-icon img {
    width: 90px !important;
    position: relative;
    left: 130px;
}
.sec-3-col1 .iwt-text h1 {
    color: #fff;
    font-size: 32px;
    margin-left: -53px;
    font-weight: 100;
    font-family: 'clash';
}
.sec-3-col2 .iwt-text h1 {
    color: #fff;
    font-size: 32px;
    margin-left: -53px;
    font-weight: 100;
    font-family: 'clash';
    position: relative;
    right: -150px;
    top: 13px;
}

.sec-3-col3 .iwt-text h1 {
    color: #fff;
    font-size: 32px;
    margin-left: 207px;
    font-weight: 100;
    font-family: 'clash';
    position: relative;
    top: 40px;
}
.sec-3-txt p {
    color: #fff;
    font-family: 'clash';
    font-weight: 100;
    font-size: 12px;
    line-height: 19px;
    padding-right: 10px;
}
.sec-3-col1 .vc_column-inner:hover {
    transform: scale(1.5);
    transition: 0.9s;
    margin-bottom: 54px;
    z-index: 9999;
}
.sec-3-col2 .vc_column-inner:hover {
    transform: scale(1.5);
    transition: 0.9s;
    margin-bottom: 55px;
    z-index: 9999;
}
.sec-3-col3 .vc_column-inner:hover {
    transform: scale(1.5);
    transition: 0.9s;
    margin-bottom: 62px;
    z-index: 9999;
}



/******* Animation ************/
/* .sec-3-col-one .vc_column-inner:hover {
    transform: scale(1.3);
    transition: 0.9s;
    margin-bottom: 54px;
    z-index: 9999;
} */
.sec-3-col-one .vc_column-inner:hover {
    transform: scale(1.2);
    transition: 0.9s;
    margin-bottom: 34px;
    z-index: 9999;
}
/* .sec-3-coltwo .vc_column-inner:hover {
    transform: scale(1.3);
    transition: 0.9s;
    margin-bottom: 54px;
    z-index: 9999;
} */
.sec-3-coltwo .vc_column-inner:hover {
    transform: scale(1.2);
    margin-bottom: 31px;
    z-index: 9999;
}
/* .sec-3-colthree .vc_column-inner:hover {
    transform: scale(1.3);
    transition: 0.9s;
    margin-bottom: 54px;
    z-index: 9999;
} */
.sec-3-colthree .vc_column-inner:hover {
    transform: scale(1.2);
    transition: 0.9s;
    margin-bottom: 34px;
    z-index: 9999;
}

/****************************** sec-4 ***************************************************/
#sec-4 .sec-4-img {
    width: 57%;
}

/******* Animation ************/


/****************************** sec-5 ***************************************************/
#sec-5 h2 {
    font-family: 'clashbd';
    font-size: 100px;
    line-height: 100px;
    background-image: linear-gradient(270deg, #fff, #595959);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#sec-5 h2 {
    font-family: 'clashbd';
    font-size: 100px;
    line-height: 110px;
    background-image: linear-gradient(127deg, #9b9b9b, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/******* Animation ************/


/****************************** sec-6 ***************************************************/
.sec-6-h h1 {
    color: #fff;
    border: 2px solid;
    width: 51%;
    text-align: center;
    border-radius: 40px;
    font-family: 'clash';
    padding: 0px 0px;
    font-weight: 100;
    font-size: 31px;
}
.sec-6-txt h4 {
    font-size: 23px;
    color: #fff;
    font-family: 'clash';
    font-weight: 100;
    line-height: 35px;
    margin-left: -70px;
    padding-right: 20px;
}
/* #sec-6 .sec-6-btn {
    background: transparent !important;
    border: 2px solid;
    border-radius: 40px !important;
    font-size: 24px;
    font-family: 'clash';
    font-weight: 100;
    padding: 20px 20px;
} */
/* #sec-6 .sec-6-btn {
    background: transparent !important;
    border: 2px solid;
    border-radius: 40px !important;
    font-size: 20px;
    font-family: 'clash';
    font-weight: 100;
    padding: 20px 21px;
    position: relative;
    left: 44px;
} */

#sec-6 .nectar-button[data-color-override="false"].regular-button {
    background-color: unset !important;
}

.sec-6-btn{
	font-size:20px !important;
}
.sec-6-btn:before {
    content: '';
    background: rgb(54, 21, 89);
    background: linear-gradient(180deg, rgba(54, 21, 89, 1) 22%, rgba(17, 50, 73, 1) 100%);
    width: 35%;
    height: 67px;
    position: absolute;
    top: -9px;
    left: 18px;
    background-color: unset !important;
    border-radius: 50px;
    transition: 0.8s;
}

.sec-6-btn:hover:before {
    width: 81%;
    transition: 0.8s;
}


#sec-6 .sec-6-icon {
    width: 23%;
}
#sec-6 h3 {
    color: #fff;
    font-size: 30px;
    font-family: 'clash';
    font-weight: 200;
    padding-top: 20px;
    padding-bottom: 20px;
}
#sec-6 p {
    font-family: 'clash';
    font-weight: 100;
    font-size: 16px;
    line-height: 20px;
    -webkit-text-stroke-width: 0px;
    color: #cbcbcb;
}

/* .sec-6-col4 .vc_column-inner {
	background: #113249 !important;
    padding-top: 40px;
    margin-left: 140px;
    margin-right: 140px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
} */
.sec-6-col4 .vc_column-inner {
    background: #113249 !important;
    padding-top: 40px;
    margin-left: 80px;
    margin-right: 128px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}


/******* Animation ************/
.sec-6-col4 .vc_column-inner:hover {
    background: linear-gradient(258deg, rgba(17,50,73,1) 17%, rgba(38,9,48,1) 82%) !important;
    transition: .9s !important;
    transform: rotate(-3deg);
}



/****************************** sec-7 ***************************************************/
#sec-7 .sec-7-icon {
    width: 23%;
}
#sec-7 h3 {
    color: #fff;
    font-size: 30px;
    font-family: 'clash';
    font-weight: 200;
    padding-top: 20px;
    padding-bottom: 20px;
}
#sec-7 p {
    font-family: 'clash';
    font-weight: 100;
    font-size: 16px;
    line-height: 20px;
    -webkit-text-stroke-width: 0px;
    color: #cbcbcb;
}
.sec-7-col .vc_column-inner {
	background: #113249 !important;
    padding-top: 40px;
    padding-left: 65px;
    padding-right: 65px;
    padding-bottom: 50px;
}
#sec-7 .sec-7-btn {
    background: transparent !important;
    font-family: 'clash';
    font-size: 20px;
    font-weight: 100;
    margin-left: 30px;
    box-shadow: none !important;
}
/* #sec-7 .fa.fa-long-arrow-right:before {
    content: "\f30b";
    margin-left: -340px;
    font-size: 39px;
} */

#sec-7 .fa-arrow-right:before {
    content: "\f061";
    margin-left: -300px;
}

.sec-7-btn:before {
    content: '';
    background: rgb(54, 21, 89);
    background: linear-gradient(180deg, rgba(54, 21, 89, 1) 22%, rgba(17, 50, 73, 1) 100%);
    width: 53px;
    height: 55px;
    position: absolute;
    left: -16px;
    border-radius: 50px;
    top: -3px !important;
    transition: 0.8s;
    z-index: -1;
}

.sec-7-btn:hover:before {
    width: 90% !important;
    transition: 0.8s !important;
}

/******* Animation ************/
.sec-7-col .vc_column-inner:hover {
    background: linear-gradient(258deg, rgba(17,50,73,1) 17%, rgba(38,9,48,1) 82%) !important;
    transition: .9s !important;
    transform: rotate(-3deg);
}

/****************************** sec-8 ***************************************************/
/* #sec-8 h1 {
    font-family: 'clashbd';
    font-size: 160px;
    line-height: 120px;
    background-image: linear-gradient(52deg, #fff, #595959);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
#sec-8 h1 {
    font-family: 'clashbd';
    font-size: 100px;
    line-height: 100px;
    background-image: linear-gradient(52deg, #fff, #595959);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* #sec-8 h2 {
    font-family: 'clashbd';
    font-size: 90px;
    line-height: 140px;
    background-image: linear-gradient(0deg, #fff, #595959);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
#sec-8 h2 {
    font-family: 'clashbd';
    font-size: 55px;
    line-height: 65px;
    background-image: linear-gradient(0deg, #fff, #595959);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* #sec-8 strong {
    font-family: 'clashbd';
    font-size: 120px;
    line-height: 90px;
    background-image: linear-gradient(0deg, #fff, #595959);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    top: 23px;
} */
#sec-8 strong {
    font-family: 'clashbd';
    font-size: 100px;
    line-height: 90px;
    background-image: linear-gradient(0deg, #fff, #595959);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    top: 25px;
    left: 13px;
}
.tabs-sechme li.tab-item {
    color: #c9c9c9 !important;
}  
.tabs-sechme li.tab-item a span {
    color: #c9c9c9 !important;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 2px;
}
div#port-pag .nectar-post-grid-filters.animated-in {
    padding-top: 0px !important;
}
	
/******* Animation ************/



/****************************** sec-10 ***************************************************/
/* #sec-10 h1 {
    font-family: 'clashbd';
    font-size: 160px;
    line-height: 120px;
    background-image: linear-gradient(52deg, #fff, #595959);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
/* #sec-10 h1 {
    font-family: 'clashbd';
    font-size: 100px;
    line-height: 110px;
    background-image: linear-gradient(52deg, #fff, #595959);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
/* #sec-10 h2 {
    font-family: 'clashbd';
    font-size: 180px;
    line-height: 140px;
    background-image: linear-gradient(0deg, #fff, #595959);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
#sec-10 h4 {
    font-family: 'clashbd';
    font-size: 50px;
    line-height: 60px;
    background-image: linear-gradient(175deg, #fff, #595959);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* #sec-10 h3 {
    font-family: 'clash';
    font-size: 86px;
    line-height: 140px;
    background-image: linear-gradient(0deg, #fff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
#sec-10 h3 {
    font-family: 'clash';
    font-size: 60px;
    line-height: 70px;
    background-image: linear-gradient(0deg, #fff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* #sec-10 .sec-10-txt h2 {
    font-family: 'clash';
    font-size: 61px;
    line-height: 102px;
    background-image: linear-gradient(4deg, #fff, #ffffffa6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    bottom: 236px;
    left: -110px;
    transform: rotate(270deg);
    color: #fff !important;
} */
/* #sec-10 .sec-10-txt h2 {
    font-family: 'clash';
    font-size: 38px;
    line-height: 102px;
    background-image: linear-gradient(4deg, #fff, #ffffffa6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    bottom: 137px;
    left: -313px;
    transform: rotate(270deg);
    color: #fff !important;
} */
/* #sec-10 .sec-10-btn {
    background: #fff !important;
    border-radius: 70px !important;
    padding: 45px 130px;
    color: #000;
    font-family: 'clashbd';
} */
#sec-10 .sec-10-btn {
    background: #fff !important;
    border-radius: 70px !important;
    padding: 40px 94px;
    color: #000;
    font-family: 'clashbd';
    font-size: 18px;
    letter-spacing: 1px;
}
/* #sec-10 p {
    font-size: 20px;
    color: #ffffff;
    font-family: 'clash';
    font-weight: 100;
    padding-right: 21%;
} */
#sec-10 p {
    font-size: 18px;
    color: #ffffff;
    font-family: 'Open Sans';
    font-weight: 100 !important;
    padding-right: 21%;
}

/******* Animation ************/




/****************************** sec-11 ***************************************************/


/******* Animation ************/




/****************************** sec-12 ***************************************************/


/******* Animation ************/




/****************************** Footer ***************************************************/
/* #footer .iwt-icon img {
    position: relative;
    right: -399px;
    margin-top: 42px;
} */
/* .footer-col .vc_column-inner {
    padding-top: 100px;
    padding-bottom: 100px;
} */
.footer-col .vc_column-inner {
    padding-top: 80px;
    padding-bottom: 80px;
}
.footer-col .vc_column-inner:hover {
    background: #373737;
	transition:.9s;
}
#footer .iwt-icon img {
    opacity: 0.5;
    transition: .9s;
}
/* #footer .iwt-icon img {
    opacity: 0.5;
    transition: .9s;
    position: relative;
    left: 46px;
} */
div#footer .iwt-text a {
    color: #156278;
    font-size: 18px;
}
div#footer h5 {
    font-family: 'clash';
    font-size: 41px;
	line-height: 51px;	
}
#footer p {
    font-size: 13px;
    padding-right: 31%;
    line-height: 18px;
    font-family: 'clash';
    opacity: 0.7;
    visibility: hidden;
}
#footer .iwt-text {
    padding-left: 130px;
}

div#footer .iwt-text {
    font-family: 'clash';
}
.footer-col .vc_column-inner:hover img {
    opacity: unset !important;
/*     position: absolute;
    bottom: -110px;
    left: 500px; */
    transition: .9s;
}
.footer-col .vc_column-inner:hover .iwt-icon {
    opacity: unset !important;
	/* position: absolute; */
    transition: .9s;
    top: 173px !IMPORTANT;
    margin-right: -110px;
}
/* .footer-col .vc_column-inner:hover .iwt-icon {
    opacity: unset !important;
    position: absolute;
    transition: .9s;
    top: 188px !IMPORTANT;
    margin-right: -110px;
} */
.footer-col .vc_column-inner:hover p {
    visibility: unset !important;
    transition: .9s;
}

#footer .iwithtext .iwt-icon {
    right: 25% !IMPORTANT;
    left: unset;
    top: 42px;
}








div#contct .wpcf7 .wpcf7-response-output {
    background-color: #fff0;
    border-color: #fff0 !important;
    color: red;
}
div#contct .wpcf7-form .wpcf7-not-valid-tip {
    color: red;
    background-color: #fff0;
}

.tag-line-txt p {
    font-size: 11px;
	line-height: 18px;
}

.Price-talk-btn a {
    color: white;
    font-size: 20px;
}

.Price-talk-btn a:hover:before {
    width: 36%;
    transition: 0.8s;
}

.Price-talk-last-btn-1 a {
    color: white;
    font-size: 20px;
}

.Price-talk-last-btn-1 a:before {
    content: '';
    background: rgb(54, 21, 89);
    background: linear-gradient(180deg, rgba(54, 21, 89, 1) 22%, rgba(17, 50, 73, 1) 100%);
    width: 53px;
    height: 49px;
    position: absolute;
    left: 25px;
    border-radius: 50px;
    top: 84.7% !important;
    transition: 0.8s;
    z-index: -1;
}

.Price-talk-last-btn-1 a:hover:before {
    width: 34%;
    transition: 0.8s;
}

.Price-talk-last-btn-2 a:before {
    content: '';
    background: rgb(54, 21, 89);
    background: linear-gradient(180deg, rgba(54, 21, 89, 1) 22%, rgba(17, 50, 73, 1) 100%);
    width: 53px;
    height: 49px;
    position: absolute;
    left: 21px;
    border-radius: 50px;
    top: 90.9% !important;
    transition: 0.8s;
    z-index: -1;
}

.Price-talk-last-btn-2 a:hover:before {
    width: 34%;
    transition: 0.8s;
}


.Price-talk-last-btn-2 a {
    color: white;
    font-size: 20px;
}

/****************************** Responsive ***************************************************/

/****************** 1680 ****************************/
@media (max-width: 1680px) {}

/****************** 1600 ****************************/
@media (max-width: 1600px) {}

/****************** 1440 ****************************/
@media (max-width: 1440px) {
	#slider h1 {
    font-family: 'clashbd';
    font-size: 74px;
    line-height: 84px;
    background-image: linear-gradient(6deg, #fff, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#sec-2 h4 {
    font-family: 'clashbd';
    font-size: 85px;
    line-height: 95px;
    background-image: linear-gradient(270deg, #fff, #595959);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: -4%;
}
#home-page .sec-2-btn p {
    border: 2px solid #fff;
    border-radius: 100px !important;
    font-size: 100px;
    background-image: linear-gradient(270deg, #fff, #5b5b5b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 62%;
    text-align: center;
    height: 162px;
    padding-top: 68px;
    font-family: 'clashbd';
    margin-top: 10px;
}
div#sec-3 .vc_column-inner {
    padding: 40px 10px;
    transition: .9s;
}
div#port-pag .nectar-post-grid-filters.animated-in {
    padding-top: 0px !important;
}
	
	
}

/****************** 1366 ****************************/

@media (max-width: 1440px) {
/* #sec-5 h2 {
  font-size: 85px;
  line-height: 95px;
} */
#sec-5 h2 {
  font-size: 85px;
  line-height: 95px;
}
.sec-7-col .vc_column-inner {
  background: #113249 !important;
  padding-top: 30px;
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 30px;
}
#sec-7 h3 {
  font-size: 25px;
  font-weight: 200;
  padding-top: 18px;
  padding-bottom: 4px;
}
#sec-1 h3 {
  font-size: 42px;
  line-height: 52px;
  background-image: linear-gradient(87deg, #ffffff, #767676);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}	
#sec-8 h1 {
  font-size: 85px;
  line-height: 95px;
}
#sec-8 strong {
  font-family: 'clashbd';
  font-size: 85px;
  line-height: 95px;
  position: relative;
  top: 25px;
  left: 13px;
}	
	
	
	
	
	
}


/****************** 1366 ****************************/

@media (max-width: 1366px) {
#sec-5 h2 {
  font-size: 59px;
  line-height: 68px;
}
	
	
}


/****************** 1326 ****************************/
@media (max-width: 1326px) {}

/****************** 1280 ****************************/

@media (max-width: 1280px) {
/* 	#sec-10 .sec-10-txt h2 {
    font-family: 'clash';
    font-size: 38px;
    line-height: 102px;
    background-image: linear-gradient(4deg, #fff, #ffffffa6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    bottom: 130px;
    left: -227px;
    transform: rotate(270deg);
    color: #fff !important;
} */
#sec-6 .sec-6-btn {
    font-size: 18px;
}
	
}


/****************** 1024 ****************************/

@media (max-width: 1024px) {
#slider h1 {
  font-family: 'clashbd';
  font-size: 56px;
  line-height: 66px;
  background-image: linear-gradient(6deg, #fff, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#slider .slider-btn {
  padding: 15px 37px;
  font-size: 18px;
}	
#sec-1 h3 {
  font-size: 26px;
  line-height: 41px;
  text-align: center !important;
  padding-right: 25px;
  padding-left: 25px;
	background-image: linear-gradient(87deg, #ffffff, #11324900);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#sec-2 h4 {
  font-size: 57px;
  line-height: 95px;
  margin-left: 0%;
}	
#home-page .sec-2-btn p {
  border: 2px solid #fff;
  border-radius: 100px !important;
  font-size: 36px;
  background-image: linear-gradient(270deg, #fff, #5b5b5b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 39%;
  text-align: center;
  height: 90px;
  padding-top: 29px;
  font-family: 'clashbd';
  margin-top: 10px;
}
#sec-3 .sec-3-h h1 {
  font-size: 28px;
  color: #fff;
  font-family: 'clash';
  font-weight: 100;
  padding-right: 29%;
  line-height: 41px;
}
/* div#sec-3 img {
  width: 83%;
} */
.sec-3-txt h2 {
  font-size: 17px;
  font-weight: 100;
  padding-top: 10px;
  line-height: 22px;
  text-align: center;
}	
.sec-3-txt p {
  font-size: 13px;
  line-height: 19px;
/*   padding-right: 10px; */
  text-align: center;
}
div#sec-3 .vc_column-inner {
  padding: 20px 20px;
  transition: .9s;
}	
#sec-5 h2 {
  font-size: 57px;
  line-height: 65px;
}	
#sec-5 h2 {
  font-size: 43px;
  line-height: 53px;
}	
.sec-5-h h2 span {
  border: 3px solid #370030;
  width: 34%;
  border-radius: 60px;
  padding: 5px 0px;
  text-align: center;
}
.sec-6-col4 .vc_column-inner {
  background: #113249 !important;
  padding-top: 20px;
  margin-left: 80px;
  margin-right: 42px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
#sec-6 h3 {
  font-size: 20px;
  font-weight: 200;
  padding-top: 20px;
  padding-bottom: 0px;
}
/* #sec-6 .sec-6-btn {
  background: transparent !important;
  border: 2px solid;
  border-radius: 40px !important;
  font-size: 12px;
  font-family: 'clash';
  font-weight: 100;
  padding: 10px 21px;
  position: relative;
  left: 44px;
}	 */
.sec-7-col .vc_column-inner {
  background: #113249 !important;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
#sec-7 h3 {
  font-size: 20px;
  font-weight: 200;
  padding-top: 18px;
  padding-bottom: 0px;
}
#sec-8 h1 {
  font-size: 57px;
  line-height: 65px;
}
#sec-8 strong {
  font-family: 'clashbd';
  font-size: 97px;
  line-height: 65px;
  position: relative;
  top: 0px;
  left: 0px;
}
.txt-potfol h3 {
  color: #FFF;
  font-family: 'clash';
  font-size: 14px !important;
  padding-left: 9% !important;
  position: relative;
  top: 69px;
  z-index: 9;
}	
#ajax-content-wrap .vc_row.inner_row.right_padding_150px .row_col_wrap_12_inner {
  padding-right: 120px !important;
  padding-left: 120px !important;
}	
.tabs-sechme ul.wpb_tabs_nav.ui-tabs-nav.clearfix li a {
  font-family: 'clash';
  text-transform: uppercase;
  font-size: 22px;
  line-height: 32px;
  padding: 14px 0px !important;
}	
.tabs-sechme li.tab-item a span {
  color: #c9c9c9 !important;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 2px;
}	
div#innr-tabs-ec img {
  margin: 0px auto;
  display: table;
  width: 38%;
}	
div#innr-tabs-ec .vc_column-inner {
  background: #113249;
  margin: 10px;
  padding: 38px 0px;
  border-radius: 30px;
}
div#innr-tabs-ec h2 {
  font-size: 16px;
}
.tab-scend ul.wpb_tabs_nav.ui-tabs-nav.clearfix li a {
  top: 334px;
}
.tabbed[data-style="vertical_modern"] .wpb_tabs_nav li {
  margin-bottom: 0px;
}
.tab-scend ul.wpb_tabs_nav.ui-tabs-nav.clearfix li a span {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 6px 20px;
  font-size: 16px;
}
/* #sec-10 h1 {
  font-family: 'clashbd';
  font-size: 55px;
  line-height: 65px;
}	 */
#sec-10 h4 {
  font-family: 'clashbd';
  font-size: 35px;
  line-height: 45px;
}	
#sec-10 .sec-10-txt h2 {
  font-size: 38px;
  line-height: 102px;
  position: relative;
  bottom: 105px;
  left: -270px;
}	
#sec-10 .sec-10-txt h2 {
  font-family: 'clash';
  font-size: 38px;
  line-height: 67px;
  position: relative;
  bottom: 137px;
  left: -270px;
}	
#sec-10 .sec-10-btn {
  background: #fff !important;
  border-radius: 70px !important;
  padding: 18px 33px;
  color: #000;
  font-family: 'clashbd';
  font-size: 17px;
  letter-spacing: 2px;
}	
#footer .iwt-text {
  padding-left: 29px;
}	
#footer .iwt-text {
  padding-left: 30px;
}	
#footer .iwithtext .iwt-icon {

  display: none;
}
div#sec-3 h1 {
    font-size: 55px;
    line-height: 65px;
}	
	
	
	
	
	
	
	
	
}



/****************** 800 ****************************/

@media (max-width: 810px) {
	header#top {
    padding-left: 60px;
    padding-right: 60px;
}
	#porttt-folli {
  display: block;
}
.sec-1-col2 .vc_column-inner {
  padding-top: 15% !important;
  padding-bottom: 15% !important;
  border-radius: 6px !important;
  background: #000000a1;
}
#sec-5 h2 {
  font-size: 43px;
  line-height: 53px;
}
#sec-5 h2 br {
display: none;
}
#ajax-content-wrap .vc_row.inner_row.left_padding_120px .row_col_wrap_12_inner {
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
}
#sec-5 h2 {
  font-size: 43px;
  line-height: 53px;
  width: 40%;
  margin: 0px auto;
}
.sec-6-txt h4 {
  margin-left: 0px;
}
	#sec-6 .sec-6-btn{
		display: none;
	}
.sec-6-col4 .vc_column-inner {
  background: #113249 !important;
  padding-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.tabbed.clearfix.using-icons {
  display: none;
}
div#innr-tabs-ec {
  padding-right: 74%;
  display: none;
}	
.sec-1-col .vc_column-inner {
  padding-top: 15% !important;
  padding-bottom: 15% !important;
  border-radius: 6px !important;
  background: #000000a1;
}
div#sec-2 {
  padding-left: 9%;
}
.txt-potfol {
  display: none;
}	
.text-lormm {
  display: none;
}	
#ajax-content-wrap .vc_row.inner_row.right_padding_150px .row_col_wrap_12_inner {
  padding-right: 73px !important;
  padding-left: 73px !important;
}
.wpb_content_element.tab-scend {
  display: none;
}
#sec-8 {
  display: none;
}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_zoomInUp.zoomInUp.sec-10-txt.animated.wpb_start_animation {
  display: none;
}
#porttt-folli h1 {
  font-size: 43px;
  line-height: 53px;
  font-family: 'clashbd' !important;
  background-image: linear-gradient(0deg, #fff, #595959);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#porttt-folli {
  color: #fff;
}
#porttt-folli .nectar-post-grid-wrap .nectar-post-grid-filters h4 {
  padding: 10px 40px 10px 60px;
  margin-bottom: 0;
  border: 1px solid rgb(255, 255, 255);
  color: #fff;
}
#porttt-folli .nectar-post-grid-filters h4::after {
  content: ' ';
  top: calc(50% - 1px);
  left: 40px;
  width: 12px;
  height: 2px;
  position: absolute;
  background-color: #fff;
  transform-origin: center;
  -ms-transition: transform .45s cubic-bezier(.3,.4,.2,1),background-color .15s ease;
  transition: transform .45s cubic-bezier(.3,.4,.2,1),background-color .15s ease;
  -webkit-transition: transform .45s cubic-bezier(.3,.4,.2,1),background-color .15s ease;
}
#porttt-folli .nectar-post-grid-filters h4::before {
  content: ' ';
  top: calc(50% - 6px);
  left: 47px;
  width: 2px;
  margin-left: -2px;
  height: 12px;
  position: absolute;
  background-color: #fff;
  transform-origin: center;
  -ms-transition: transform .45s cubic-bezier(.3,.4,.2,1),background-color .15s ease;
  transition: transform .45s cubic-bezier(.3,.4,.2,1),background-color .15s ease;
  -webkit-transition: -webkit-transform .45s cubic-bezier(.3,.4,.2,1),background-color .15s ease;
}
#porttt-folli .nectar-post-grid-item.animated-in .content {
  display: none;
}	
#porttt-folli .nectar-post-grid-wrap .load-more {
  padding: 10px 40px;
  color: #fff;
  border: 2px solid rgb(255, 255, 255);
  background-color: #b3b3b32e;
  display: inline-block;
  position: relative;
  transition: background-color .3s ease,border-color .3s ease,color .3s ease;
}
.sec-6-col4 .vc_column-inner {
    background: #113249 !important;
    padding-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.wpb_rollIn.rollIn.sec-6-txt {
    text-align: center;
}
div#sec-8 {
    display: none;
}
.sec-2-btn h4 {
    font-size: 44px;
    line-height: 54px;
}
.sec-2-btn h2 {
    font-size: 24px;
    line-height: 44px;
}
div#sec-3 h1 {
    font-size: 44px;
    line-height: 55px;
}

}
/****************** 768 ****************************/

@media (max-width: 768px) {}

/****************** 760 ****************************/

@media (max-width: 760px) {}

/****************** 640 ****************************/

@media (max-width: 640px) {}

/****************** 600 ****************************/

@media (max-width: 600px) {}


/****************** 480 ****************************/

@media (max-width: 480px) {
#slider h1 {
    font-size: 38px;
    line-height: 42px;
}
#home-page .sec-2-btn p {
    border: 2px solid #fff;
    border-radius: 100px !important;
    font-size: 23px;
    background-image: linear-gradient(270deg, #fff, #5b5b5b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 39%;
    text-align: center;
    height: 65px;
    padding-top: 19px;
    font-family: 'clashbd';
    margin-top: 0px;
}
#sec-3 .sec-3-h h1 {
    font-size: 28px;
    color: #fff;
    font-family: 'clash';
    font-weight: 100;
    padding-right: 29%;
    line-height: 38px;
    padding-bottom: 20px;
}
#sec-5 h2 {
    font-size: 38px;
    line-height: 48px;
}
#sec-5 h2 {
    font-size: 28px;
    line-height: 47px;
    width: 90%;
    margin: 0px auto;
}
div#port-pag h1 {
    font-family: 'clashbd';
    font-size: 38px;
    line-height: 48px;
    text-transform: uppercase;
    background-image: linear-gradient(6deg, #fff, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
div#port-pag .light .nectar-post-grid-wrap .nectar-post-grid-filters h4 {
    border-color: rgba(255,255,255,.3);
}	
div#port-pag .light .nectar-post-grid-filters h4:before {
    background-color: #fff;
}
div#port-pag .light .nectar-post-grid-filters h4:after {
    background-color: #fff;
}	
/* #sec-10 h1 {
    font-family: 'clashbd';
    font-size: 38px;
    line-height: 48px;
} */
#sec-10 h4 {
    font-family: 'clashbd';
    font-size: 30px;
    line-height: 40px;
}	
#sec-10 h3 {
    font-family: 'clash';
    font-size: 71px;
    line-height: 72px;
    background-image: linear-gradient(0deg, #fff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec-10-txt {
    display: none;
}
header#top {
    padding-left: 20px;
    padding-right: 20px;
}
div#serv-pag h1 {
    font-family: 'clashbd';
    font-size: 44px;
    line-height: 55px;
}	
	
	
}


/****************** 515 ****************************/

@media (max-width: 515px) {}


/****************** 414 ****************************/

@media (max-width: 414px) {}



/****************** 375 ****************************/

@media (max-width: 375px) {}


/****************** 360 ****************************/

@media (max-width: 360px) {}


/****************** 320 ****************************/

@media (max-width: 320px) {}

