            .ls-wrapper.ls-bg-wrap::before {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                background-image: -webkit-linear-gradient(left, rgba(9, 40, 91, 0.85) 32%, rgba(255, 255, 255, 0) 100%);
                background-image: linear-gradient(to right, rgba(9, 40, 91, 0.85) 32%, rgba(255, 255, 255, 0) 100%);
                z-index: 1;
            }
            
            .ls-wrapper.ls-bg-outer::before {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                background-image: -webkit-linear-gradient(left, rgba(9, 40, 91, 0.85) 32%, rgba(255, 255, 255, 0) 100%);
                background-image: linear-gradient(to right, rgba(9, 40, 91, 0.85) 32%, rgba(255, 255, 255, 0) 100%);
                z-index: 1;
            }
            
            .pricing-section {
                position: relative;
                padding-top: 0px;
                z-index: 30;
            }
            
            .pricing-block-one {
                position: relative;
                display: block;
                min-height: 240px;
                background: #fff;
                box-shadow: 0 5px 20px rgb(0 0 0 / 6%);
            }
            
            .pricing-block-one:before {
                position: absolute;
                content: '';
                background: #194376;
                width: 100%;
                height: 0%;
                left: 0px;
                top: 0px;
                right: 0px;
                transition: all 500ms ease;
            }
            
            .pricing-block-one .icon-box {
                position: relative;
                display: inline-block;
                width: 118px;
                height: 118px;
                line-height: 118px;
                text-align: center;
                font-size: 65px;
                border-radius: 50%;
                color: #fff;
                box-shadow: 0 0px 0px 10px #fff;
                transition: all 900ms ease;
                margin-bottom: 20px;
                margin-top: -59px;
                z-index: 1;
            }
            
            .pricing-block-one .icon-box {
                background: #46c6ce;
            }
            
            .pricing-block-one .inner-box {
                position: relative;
                overflow: hidden;
                padding: 0px 35px 35px 35px;
            }
            
            .pricing-block-one:hover:before {
                height: 100%;
            }
            
            .pricing-block-one:hover .icon-box {
                box-shadow: 0 0px 0px 10px #194376;
            }
            
            .pricing-block-one:hover .icon-box {
                background: #ffb81f;
            }
            
            .pricing-block-one .icon-box:before {
                position: absolute;
                content: '';
                width: 100%;
                height: 100%;
                border-radius: 50%;
                left: 0px;
                top: 0px;
                right: 0px;
                transform: scale(0, 0);
                z-index: -1;
                transition: all 500ms ease;
            }
            
            .pricing-block-one .icon-box:before {
                background: #ffb81f;
            }
            
            .pricing-block-one .inner-box span {
                position: relative;
                display: block;
                font-size: 12px;
                line-height: 20px;
                font-weight: 500;
                color: #687f9b;
                text-transform: initial;
                letter-spacing: 1px;
                margin-bottom: 2px;
                transition: all 500ms ease;
            }
            
            .pricing-block-one .inner-box h3 {
                font-size: 22px;
                text-transform: uppercase;
                line-height: 34px;
                font-weight: 700;
                margin-bottom: 10px;
                transition: all 500ms ease;
            }
            
            .pricing-block-one .inner-box .light-icon {
                position: absolute;
                right: -30px;
                bottom: 0px;
                font-size: 150px;
                line-height: 100px;
                color: rgb(117 117 117 / 8%);
                transform: rotate(-30deg);
            }
            
            .pricing-block-one .inner-box .link a {
                position: relative;
                display: inline-block;
                width: 38px;
                height: 38px;
                line-height: 38px;
                background: #e6edf4;
                text-align: center;
                border-radius: 50%;
                font-size: 15px;
                color: #7086a1;
                z-index: 1;
            }
            
            .pricing-block-one:hover .inner-box span {
                color: rgba(255, 255, 255, 0.6);
            }
            
            .pricing-block-one:hover .inner-box h3 {
                color: #fff;
            }
            
            .header-layout1 .header-logo {
                max-width: 220px;
            }
            
            .set-about-us .text2 {
                font-family: "Roboto", sans-serif;
                font-size: 16px;
                font-weight: 400;
                color: #222;
                line-height: 26px;
            }
            /***********BUBBLE******************/
            
            .bubbleContainer {
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                overflow: hidden;
                z-index: 1;
                pointer-events: none
            }
            
            .bubbleContainer div[class^=bubble-] {
                height: 1px;
                width: 1px;
                position: absolute;
                background: url(../img/bubbles-01.png) no-repeat center center;
                background-size: cover;
                border-radius: 50%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                pointer-events: none
            }
            
            @media (max-width:1024px) {
                .bubbleContainer>:nth-child(even) {
                    display: none
                }
            }
            
            .bubble-1 {
                bottom: -5px;
                left: 68%;
                -webkit-animation: bubble-animation 4.5s infinite ease-in -6.57s;
                animation: bubble-animation 4.5s infinite ease-in -6.57s
            }
            
            .bubble-2 {
                bottom: -71px;
                left: 97%;
                -webkit-animation: bubble-animation 4.5s infinite ease-in -5.07s;
                animation: bubble-animation 4.5s infinite ease-in -5.07s
            }
            
            .bubble-3 {
                bottom: -71px;
                left: 43%;
                -webkit-animation: bubble-animation 4.5s infinite ease-in -6.73s;
                animation: bubble-animation 4.5s infinite ease-in -6.73s
            }
            
            .bubble-4 {
                bottom: -3.8px;
                left: 82%;
                -webkit-animation: bubble-animation 4.5s infinite ease-in -4.04s;
                animation: bubble-animation 4.5s infinite ease-in -4.04s
            }
            
            .bubble-5 {
                bottom: -73.4px;
                left: 29%;
                -webkit-animation: bubble-animation 4.5s infinite ease-in -3.11s;
                animation: bubble-animation 4.5s infinite ease-in -3.11s
            }
            
            .bubble-6 {
                bottom: -71px;
                left: 41%;
                -webkit-animation: bubble-animation 4.5s infinite ease-in -5.95s;
                animation: bubble-animation 4.5s infinite ease-in -5.95s
            }
            
            .bubble-7 {
                bottom: -79.4px;
                left: 14%;
                -webkit-animation: bubble-animation 4.5s infinite ease-in -3.68s;
                animation: bubble-animation 4.5s infinite ease-in -3.68s
            }
            
            .bubble-8 {
                bottom: -115.4px;
                left: 90%;
                -webkit-animation: bubble-animation 4.5s infinite ease-in -3.89s;
                animation: bubble-animation 4.5s infinite ease-in -3.89s
            }
            
            .bubble-9 {
                bottom: -44.6px;
                left: 33%;
                -webkit-animation: bubble-animation 4.5s infinite ease-in -1.09s;
                animation: bubble-animation 4.5s infinite ease-in -1.09s
            }
            
            .bubble-10 {
                bottom: -6.2px;
                left: 59%;
                -webkit-animation: bubble-animation 4.5s infinite ease-in -.96s;
                animation: bubble-animation 4.5s infinite ease-in -.96s
            }
            
            @-webkit-keyframes bubble-animation {
                0% {
                    -webkit-transform: translate3d(-50%, 0, 0);
                    transform: translate3d(-50%, 0, 0);
                    height: 1px;
                    width: 1px
                }
                100% {
                    -webkit-transform: translate3d(-50%, -280px, 0);
                    transform: translate3d(-50%, -280px, 0);
                    height: 75px;
                    width: 75px
                }
            }
            
            @keyframes bubble-animation {
                0% {
                    -webkit-transform: translate3d(-50%, 0, 0);
                    transform: translate3d(-50%, 0, 0);
                    height: 1px;
                    width: 1px
                }
                100% {
                    -webkit-transform: translate3d(-50%, -280px, 0);
                    transform: translate3d(-50%, -280px, 0);
                    height: 75px;
                    width: 75px
                }
            }
            /***********BUBBLE END******************/
            
            @media only screen and (max-width: 1699px) {
                .header-layout1 .header-top-wrap:before {
                    max-width: 1230px;
                    border-bottom-left-radius: 50px;
                }
            }
            
            @media only screen and (max-width: 1699px) {
                .header-layout1 .call-button {
                    display: block;
                }
            }
            
            @media only screen and (max-width: 1699px) {
                .header-layout1 .call-button {
                    right: 85px;
                }
            }
            /*new css*/
            /*.sliderimg {
                object-fit: contain;
                height: 170vh !important;
            }*/
            
            .ls-wrapper.ls-bg-wrap::before {
                background-image: linear-gradient(to right, rgba(9, 40, 91, 0.50) 32%, rgba(255, 255, 255, 0) 100%)!important;
                background-image: -webkit-linear-gradient(left, rgba(9, 40, 91, 0.75) 32%, rgba(255, 255, 255, 0) 100%)!important;
            }
            
            .ls-wrapper.ls-bg-outer::before {
                background-image: -webkit-linear-gradient(left, rgba(9, 40, 91, 0.50) 32%, rgba(255, 255, 255, 0) 100%)!important;
            }
            
            .pnewnew {
                margin-bottom: 50px;
            }

                        
            .pnew1 {
                left: 50px;
                top: 345px;
                width: 635px;
                white-space: normal;
                margin-bottom: 0;
                color: #fff;
                font-weight: 500;
                font-size: 18px;
                line-height: 28px;
            }
            
            .h3new {
                font-size: 25px;
            }
            
            .vs-target-layout1 .target-icon {
                margin-bottom: 50px;
                margin-top: -25px;
            }
            
            .vs-target-layout1 .vs-target {
                border-radius: 25px;
                min-height: 470px;
            }
            
            .titlenew {
                text-align: center;
            }
            
            .btnnew {
                padding-right: 27px;
            }
            
            .service-box-layout1 .service-header:before {
                height: 100%
            }
            
            .new {
                margin-top: -65px;
                margin-left: 60px;
            }
            
            .lists1 {
                margin: 100px 100px 100px 100px;
            }
            
            .lists {
                margin: 100px 100px 100px 100px;
            }
            
            .lists1 li {
                margin-bottom: 15px;
            }
            
            .lists li {
                margin-bottom: 15px;
            }
            
            @media screen and (max-width:430px) {
                .ls-wrapper p.ls-layer {
                    font-size: 8px!important;
                }
                .pricing-section {
                    padding-top: 10px;
                }
                .pricing-block-one {
                    padding-top: 80px;
                }
                .imglogo {
                    max-width: 80%;
                    height: 50px;
                    margin-bottom: 12px;
                }
                .header-top-wrap {
                    margin-bottom: 13px;
                }
                .lists1 {
                    margin: 0px 0px 0px 0px;
                }
                .lists {
                    margin: 0px 0px 0px 0px;
                }
                .con1,
                .con2,
                .con3 {
                    margin-left: 50px;
                    margin-right: 50px;
                }
                .vs-target-layout1 .vs-target {
                    padding: 50px 50px 50px 50px;
                }
                .conbtn1,
                .conbtn2 {
                    padding-bottom: 20px;
                }
                .pnewnew {
                    margin-bottom: 0px;
                }
                .pnewnew2 {
                    margin-bottom: 40px;
                }
            }
            
            @media screen and (max-width:768px) {
                .pricing-section {
                    padding-top: 30px;
                }
                .imglogo {
                    max-width: 100%;
                    height: 69px;
                    margin-bottom: 12px;
                }
                .header-top-wrap {
                    margin-bottom: 15px;
                }
                .lists1 {
                    margin: 0px 0px 0px 0px;
                }
                .lists {
                    margin: 0px 0px 0px 0px;
                }
                .con1,
                .con2,
                .con3 {
                    margin-left: 50px;
                    margin-right: 50px;
                }
                .vs-target-layout1 .vs-target {
                    padding: 50px 20px 20px 20px;
                }
                .conbtn1,
                .conbtn2 {
                    padding-bottom: 80px;
                }
                .h3new {
                    font-size: 20px;
                }
                .pnewnew {
                    margin-bottom: -30px;
                }
                .pnewnew2 {
                    margin-bottom: 0px;
                }
            }
            
            @media screen and (max-width:1024px) {
                .vs-target-layout1 .vs-target {
                    padding: 50px 20px 20px 20px;
                }
                .conbtn1,
                .conbtn2 {
                    padding-bottom: 80px;
                }
                .conbtn3 {
                    margin-bottom: 10px;
                }
                .pnewnew {
                    margin-bottom: -20px;
                }
            }
            
            @media screen and (min-height:1024px) {
                .lists1 {
                    margin: 0px 0px 0px 0px;
                }
                .lists {
                    margin: 0px 0px 0px 0px;
                }
            }
			
			
			
/**********price css**************/

.set-img-1{
	background-image: url("https://wedesignthemes.com/html/multihost/images/fullwidth-bg/pattern-bg1.jpg");
	background-position: 50% 36px;
}	
.bg-primary-p{
	background: #fff;
    border-color: rgb(211, 218, 229);
    border: 1px solid;
	min-height:450px;
	padding: 65px 55px 25px !important;
	transition: box-shadow .2s ease-out;
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    -moz-transition: -moz-box-shadow .2s ease-out;
    -ms-transition: box-shadow .2s ease-out;
    -o-transition: -o-box-shadow .2s ease-out;
}
.bg-primary-p.selected{
	border-color: rgb(21, 72, 140) !important;
	border: 3px solid;
}
.bg-primary-p.selected h3{
	color: rgb(21, 72, 140) !important;
}
.bg-primary-p:hover{
	border-color: rgb(21, 72, 140) !important;
	border: 3px solid;
	box-shadow: 0 0 15px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.25);
}
.bg-primary-p h3{
	color: rgb(75, 90, 114) !important;
}
.bg-primary-p:hover h3{
	color: rgb(21, 72, 140) !important;
}
.offer-price{
	font-size: 32px;
    width: 100%;
    color: #fff;
    padding: 14px 24px;
    background: #15488c;
    border-radius: 5px;
    margin-top: 10px;
}
.offer-price:hover {
    font-size: 32px;
    width: 100%;
    color: #fff;
    padding: 14px 24px;
    background: #11b4f5;
    border-radius: 5px;
    margin-top: 10px;
}
.offer-price-2{
	font-size: 18px;
    width: 100%;
    color: #fff;
    padding: 10px 20px;
    background: #15488c;
    border-radius: 5px;
    margin-top: 10px;
    line-height: 22px;
}
.offer-price-2:hover{
	font-size: 18px;
    width: 100%;
    color: #fff;
    padding: 10px 20px;
    background: #11b4f5;
    border-radius: 5px;
    margin-top: 10px;
    line-height: 22px;
}
.ico-content.type4:hover .target-icon:before {
    border:5px solid #000;
}
.ico-content.type4 .target-icon:before {
    box-shadow: 0 0 0 4px #2a99d8;
    -webkit-box-shadow: 0 0 0 4px #2a99d8;
    -moz-box-shadow: 0 0 0 4px #2a99d8;
    -ms-box-shadow: 0 0 0 4px #2a99d8;
    -o-box-shadow: 0 0 0 4px #2a99d8;
}
.link-btn:after, .link-btn:before {
    content: '';
    position: absolute;
    width: 100%;
    background: transparent;
}

.bg-primary-p .target-icon{
	background: #fff;
}
.bg-primary-p:hover .target-icon{
	background: #15488c;
}
.bg-primary-p:hover .text-primary2, .bg-primary-p:hover .text-primary, .bg-primary-p:hover .text-primary3{
	color:#ffffff !important;
}
.bg-primary-p.selected .target-icon{
	color:#ffffff !important;
	background: #15488c;
}
.bg-primary-p.selected .target-icon .text-primary{
	color:#ffffff !important;
}

@media (max-width:1024px) {
	.bg-primary-p {
		background: #fff;
		border-color: rgb(211, 218, 229);
		border: 1px solid;
		min-height: 400px;
		padding: 60px 15px 25px !important;
	}
	.offer-price {
		font-size: 24px;
		width: 100%;
		color: #fff;
		padding: 14px 24px;
		background: #15488c;
		border-radius: 5px;
		margin-top: 10px;
	}
}


@media only screen and (max-width: 1400px) and (min-width: 768px) {
	.lists1 {
		margin: 40px 40px 40px 40px;
	}
	.lists {
		margin: 40px 40px 40px 40px;
	}
}

.target-title {
    min-height: 80px;
}
.offer-price-2 {
    min-height: 58px;
}
.offer-price-3 {
    font-size: 18px;
    width: 100%;
    color: #fff;
    padding: 20px;
    background: #15488c;
    border-radius: 5px;
    margin-top: 10px;
    line-height: 22px;
}

.offer-price-3:hover {
    font-size: 18px;
    width: 100%;
    color: #fff;
    background: #11b4f5;
    border-radius: 5px;
    margin-top: 10px;
    line-height: 22px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .bg-primary-p {
         padding: 65px 30px 25px !important;
    }
    .vs-target-layout1 .vs-target {
        min-height: 450px;
    }
}



.contact-loader img {
    max-width: 50px;
}
.alert-msg-success {
    background: #ceffe4;
    padding: 6px 18px;
    color: green;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
}
.d-none {
    display: none!important;
}
.alert-msg-danger {
    background: #ffebe9;
    padding: 6px 18px;
    color: red;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
}