--------- THEME DEFAULT CSS --------
----------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900');
body {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
	font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
}

/*----------------------------
---------- RESET CSS ---------
----------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}
h1 {
    font-size: 47px;
}
h2 {
    font-size: 30px;
	color: #232323;
}
h4 {
    font-size: 18px;
	color: #232323;
}
h6 {
    font-size: 14px;
	color: #232323;
}
h5 {
	color: #232323;
}
a {
    transition: 0.6s;
}
a{
	color: #fff;
}
a:hover {
    color: #f00;
}
img {
    max-width: 100%;
    height: auto;
}
iframe {
    width: 100%;
    border: none;
}
/*
a,
a:hover,
a:focus,
a:active,
button:focus {
    text-decoration: none;
    border: none;
    outline: 0;
}
*/
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol {
    margin-bottom: 0;
}
select:focus,
select:active {
    box-shadow: none;
    border: 0;
    outline: 0
}
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}
button{
    cursor: pointer;
}
textarea {
	height: 120px;
}
input[type="text"],
input[type="submit"],
button[type="submit"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="number"],
textarea {
    background: transparent;
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
input[type="submit"],
button[type="submit"] {
    width: auto;
    color: #666;
    padding: 4px 15px;
}
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}
.sec-title {
    text-align: center;
/*    max-width: 400px;*/
    margin: 0 auto 65px;
}
section-small{padding:40px 0;position: relative;}
.bg-light{background-color: #eeeeee !important;}
.bg-white{background-color: #ffffff;}
.no_padding{padding: 0!important;}
.no_margin{margin: 0;}
.packages-tabs{text-align: center;}
.packages-tabs .nav-tabs{display: inline-block;border: 0;position: relative;margin-bottom: 30px;}
.packages-tabs .nav-tabs li{margin: 0; border: 0;}
.packages-tabs .nav-tabs li a{margin: 0; border: 0!important;padding: 10px 50px;background-color:transparent;color: #000000;min-width: 170px;font-weight: 700;}
.packages-tabs .nav-tabs:before{position: absolute; width: 60px;height: 20px;border-radius: 30px;border: 1px solid #dddd;left: 50%; top: 50%; transform: translate(-50%, -50%);z-index: 1;background-color: #dddddd;}
.packages-tabs .nav-tabs li.active a:before{content: "";position: absolute; width: 35px;height: 35px;border-radius: 100%;background-color: #00aeef;top: 50%;margin-top: -17px;z-index: 1;}
.packages-tabs .nav-tabs li:first-child a:before{right: 0;}
.packages-tabs .nav-tabs li:last-child a:before{left: 0;}
.packages-tabs .nav-tabs li.active a{color:#00aeef; background-color: transparent!important;}
.package-table{border-radius: 10px;overflow: hidden;
	background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
	background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
	background: linear-gradient(to right, #000529 1%,#001c4a 24%,#064886 67%,#096fc7 100%);
}
.package-table-row{display: flex;justify-content: center;flex-wrap: wrap;/*align-items: center;*/color: #ffffff;text-align: center;border-bottom: 1px solid #ffffff;}
.package-table-head .package-table-column p{font-weight: 700;}
.package-table-head .package-table-column1 p{font-weight: 700;}
.package-table-column{padding: 10px;border-right: 1px solid #ffffff;}
.package-table-column:last-child{border-right: 0;}
.package-table-column p{margin: 0;}
.package-table-column1{padding: 10px;border-right: 1px solid #ffffff;}
.package-table-column1 p{margin: 0;}

h3.price{font-size: 30px;font-weight: 500;text-transform: uppercase;}
.package-table-column1:nth-of-type(1){width: 25%;}
.package-table-column:nth-of-type(1){width: 25%;text-align: left;display: flex;align-items: center;}
.package-table-column:nth-of-type(2){width: 25%;}
.package-table-column:nth-of-type(3){width: 25%;}
.package-table-column:nth-of-type(4){width: 25%;}

.package-accordions{background-color: #ffffff;padding: 15px;color: #000000;}
.accordion .package-table-row{color: #333333;border-color: #dddddd;}
.accordion .package-table-row:last-child{border-color: transparent;}
.ques_ans{margin: 5px 0}
.ques_ans > .ques{border: 1px solid #ebebeb;position: relative;padding: 10px;border-radius: 6px; cursor: pointer;border-bottom: 1px solid #ddd;letter-spacing: 0.5px;font-weight: 700;}
.ques_ans > .ques i.fa{width: 30px;height: 30px;line-height: 30px;border-radius: 4px; background-color:#00aeef;display: inline-block;vertical-align: middle;margin-right: 5px;position: relative;color: #ffffff;text-align: center;font-style: normal;font-size: 18px;}
.ques_ans > .ques i.fa-minus:before{content: "-";}
.ques_ans > .ques i.fa-plus:before{content: "+";}
.ques_ans > .ques.active{ background-color:#e1e1e1; color:#00aeef;}
.answer{ display:none;}
.ques_ans > .ques.active + .answer{display: block;}
.ques_ans .active > .ques i.fa-plus::before {
	content: "-";
}
.section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.contact-form, .contact-address {
    background: #fff;
    padding: 40px 65px;
    margin-bottom: 40px;
    margin-top: -80px;
    border: 1px solid #ddd;
}
.package-table-column i.fa{background: green;color: #e5f1fd;height: 35px;width: 35px;display: flex;justify-content: center;align-items: center;text-align: center;margin: 0 auto;border-radius: 50px;}
.package-table-column i.fa.fa-times{color: #d41818;background: #f1f1f1;}
.package-form{position: fixed;top: 0; bottom: 0;background-color: #dddddd;padding: 40px 20px 20px;right: -520px;max-width: 520px;overflow-x: hidden;overflow-y: auto;width: 100%;z-index: 999; transition: all .3s ease 0s;}
.package-close{position: absolute; right: 20px; top: 2px;border: 0; width: 35px;height: 35px;border-radius: 100%;background-color: #ffffff;}
.package-form iframe{width: 100%!important;}
.package-form.active{right: 0;}
.faq-section .accordion .ques{text-align: left;}
.faq-section .accordion .answer{padding: 20px; text-align:justify;}
.col-lg-4{
    width:auto;
}
.col-lg-3{
    width:auto;
}
.col-lg-2{
    width:auto;
}
.col-lg-1{
    width:auto;
}
.sec-title h2 {
    padding-bottom: 8px;
    margin-bottom: 30px;
    position: relative;
    top: -6px;
	font-weight: 400;
	font-size: 39px
}
.serviceP{
	font-size: 17px;
}
.sec-title h2 span{
	    color: #1664b1;
}
.sec-title h2 .sec-title-border {
    width: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
/*    border-top: 2px solid #222;*/
    right: 0;
    height: 0;
    margin: auto;
}
.pricing-area .sec-title h2 .sec-title-border,
.download-area .sec-title h2 .sec-title-border {
    border-color: #fff;
}
.pricing-area .sec-title h2 .sec-title-border span::before,
.download-area .sec-title h2 .sec-title-border span::before {
    background-color: #fff;
}
.sec-title h2 .sec-title-border span {
    width: 9px;
    height: 9px;
    position: relative;
    display: inline-block;
    margin: 0 1px;
    bottom: 23.3px;
}
.sec-title h2 .sec-title-border span::before {
    background: #222;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
}
.mt-100 {
    margin-top: 100px;
}
.mt-30 {
    margin-top: 30px;
}
.ptb-100 {
    padding: 100px 0;
}
.ptb-90 {
    padding: 90px 0 60px;
}
.ptb-901 {
	padding: 0px 0 60px;
}
.owl-nav div {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 35px;
    background: #fff;
    color: #000;
    height: 35px;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    font-size: 29px;
    transition: 0.4s;
    margin-top: -60px;
}
.owl-nav div:hover {
    background: #000;
    color: #fff;
}
.owl-nav div.owl-next {
    right: 20px;
    left: auto;
}
.owl-dots {
    text-align: center;
    margin-top: 30px;
}
.owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #0074da;
    border-radius: 10px;
    display: inline-block;
    margin: 0 3px;
}
.owl-dot.active {
    background: #0074da;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.display-tablecell p{
	    color: #fff;
    font-size: 16px;
    padding: 0px 32px;
    text-align: justify;
    font-weight: 500;
}
.header.sticky .mainmenu li a.appao-btn ,
.mainmenu li a.appao-btn,
.appao-btn {
    border: 2px solid #fff;
    color: #fff;
	border-radius: 7px;
    padding: 8px 23px;
    display: inline-block;
    text-transform: uppercase;
/*	cursor: pointer;*/
	font-weight: 500;
	font-size: 17px
}
.header.sticky .mainmenu li a.appao-btn:hover ,
.mainmenu li a.appao-btn:hover,
.appao-btn:hover {
/*       background: #00aeef;*/
    border: 2px solid #00aeef;
    color: #fff;
    text-decoration: blink;
}
.appao-btn2 {
    border: 1px solid transparent;
	border-radius: 25px;
	background: #000529; /* Old browsers */
	background-image: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
}
.appao-btn2:hover {
    border: 1px solid #000529;
	background: transparent;
	background-image: none;
    color: #000529;
}
.flexbox-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin-left: -58px;
    margin-right: -58px;
}
input::-webkit-input-placeholder {
    color: #666;
}

/*--------------------------------------
-------- HEADER AREA CSS START --------
---------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
	transition: all 0.4s;
    width: 100%;
    z-index: 99;
	padding: 12px 0 18px;
}
.mainmenu {
    text-align: right;
}
.mainmenu li {
    display: inline-block;
/*    text-transform: uppercase;*/
}
.mainmenu li a {
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 26px 0px;
	margin: 0 75px 0px 0px;
    border: 1px solid transparent;
}
.slicknav_menu {
	padding: 0;
    background: transparent;
}
.slicknav_menu a.active,
.mainmenu ul li a:hover,
.mainmenu ul li a.active {
/*    border: 1px solid #fff;*/
}
.mainmenu {
    display: block;
}
.slicknav_menu {
	display: none;
}
.header.sticky {
	border-bottom: 0px solid #fff;
	background: #000529; /* Old browsers */
	background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
	    background: linear-gradient(to right, #000529 1%,#001c4a 24%,#064886 67%,#096fc7 100%);
}
.header.sticky {
	padding: 10px 0;
}
.mainmenu li a.appao-btn {
	margin-left: 55px;
}
/*--------------------------------------
--------- HEADER AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- HERO AREA CSS START --------
---------------------------------------*/
.hero-area {
    padding-top: 190px;
	z-index: 1;
	position: relative;
    background-image: url(../img/hero-area.jpg);
    background-repeat: no-repeat;
    background-position: center;
	background-attachment: fixed;
    background-size: cover;
	overflow: hidden;
}
.hero-area::before {
	content: "";
	top: 0;
	left: 0;
    opacity: 0.85;
	right: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
	background: #000529; /* Old browsers */
	background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
	 background: linear-gradient(to right, #000529 1%,#001c4a 24%,#064886 67%,#096fc7 100%);
}
.hero-area-content {
    color: #fff;
	padding: 0px 0 147px;
	text-align: center;
}
.hero-area-content h1 {
        color: #fff;
    font-size: 42px;
	font-weight: 600;
}
.hero-area-content p {
     margin: 37px 0 25px;
    font-size: 18px;
	padding: 0px 82px;
	    font-weight: 300;
}
.hero-area-content .appao-btn {
      margin-top: 8px;
    margin-right: 0px;
    font-size: 15px;
    text-transform: none;
    border: 0px dashed #fff;
    margin-bottom: 9px;
}.headerborder{
	border: 2px solid #fff;
    margin-top: 42px;
    border-radius: 31px;
    margin-left: 80px;
    margin-right: 80px;
}
.appao-btnmrgin{
	margin-top: 35px;   
}
.appao-btn1{
	    border: 3px dashed #fff;
    color: #fff;
    border-radius: 7px;
    padding: 10px 33px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
}
.hand-mockup {
    position: absolute;
    bottom: -2px;
    max-width: 100%;
}
/*------------------------------------
--------- HERO AREA CSS END ---------
------------------------------------*/

/*--------------------------------------
-------- ABOUT AREA CSS START --------
---------------------------------------*/
.about-area {
	text-align: center;
	    margin-bottom: 46px;
}
.single-about-box {
	padding: 25px;
    transition: all 0.4s;
	height: 339px;
	margin-bottom: 13px;
	background: #fff;
	    box-shadow: 0 0 5px #ccc;
	
}
.single-about-box i::before {
    color: #0074da;
    font-size: 40px;
    transition: all 0.4s;
    display: block;
}
.single-about-box.active,
.single-about-box:hover {
	box-shadow: 0 0 5px #ccc;
	transform: scale(1.07);
}
.single-about-box.active i::before ,
.single-about-box:hover i::before {
    color: #000;
}
.single-about-box h4 {
	margin: 25px 0 15px;
}
/*--------------------------------------
---------- ABOUT AREA CSS END ----------
---------------------------------------*/

/*--------------------------------------
-------- FEATURE AREA CSS START --------
---------------------------------------*/
.feature-area {
	z-index: 1;
	position: relative;
    background-image: url(../img/feature-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.feature-area::before {
	content: "";
	top: 0;
	left: 0;
    opacity: 0.85;
	right: 0;
	bottom: 0;
	background: #000529; /* Old browsers */
	background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
	z-index: -1;
	position: absolute;
}
.single-feature-box h4 {
    font-size: 17px;
    margin-bottom: 5px;
}
.single-feature-box li {
    margin-bottom: 15px;
    display: flex;
}
.single-feature-box li:last-child {
    margin-bottom: 0;
}
.feature-box-info {
    flex: 5;	
    text-align: left;
}
.feature-box-icon {
    flex: 1;
	font-size: 20px;
	transition: all 0.4s;
}
.single-feature-box li:hover .feature-box-icon i::before {
    border-radius: 0;
}
.single-feature-box h2,
.single-feature-box h3,
.single-feature-box h4,
.single-feature-box {
	color: #fff;
}
.feature-box-icon i::before {
    border: 2px dashed #c7c7c7;
    width: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 100%;
	transition: all 0.4s;
}
.feature-box-icon span::before {
    border: 2px dashed #c7c7c7;
    width: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 100%;
    transition: all 0.4s;
}
/*--------------------------------------
--------- FEATURE AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- SHOWCASE AREA CSS START -------
---------------------------------------*/
.showcase-area {
	padding-bottom: 50px;
}
.single-showcase-box {
	padding: 0 0 40px;
}
.single-showcase-box p {
	margin: 20px 0 25px;
}
.single-showcase-box h4 {
	font-size: 20px;
}
/*--------------------------------------
--------- SHOWCASE AREA CSS END --------
---------------------------------------*/

/*--------------------------------------
---------- VIDEO AREA CSS START --------
---------------------------------------*/
.video-area {
    background: url(../img/video-overview.jpg) no-repeat center / cover;
    position: relative;
	background-attachment: fixed;
    text-align: center;
    z-index: 1;
    color: #fff;
}
.video-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #000529; /* Old browsers */
	background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    opacity: 0.85;
    z-index: -1;
}
.video-popup i {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 80px;
    font-size: 25px;
    color: #000529;
    border: 10px solid rgba(255,255,255,0.7);
    border-radius: 50%;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}
.video-popup i::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
    border-radius: 50%;
}
.video-popup i:hover {
    color: #fff;
}
.video-popup h1 {
    margin-top: 30px;
    line-height: 35px;
}
.video-popup i:hover::before {
    background: transparent;
}
/*--------------------------------------
----------- VIDEO AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
------ SCREENSHOT AREA CSS START -------
---------------------------------------*/
.screenshots-area .sec-title {
    margin-bottom: 15px;
}
.screenshot-wrap .slick-list {
	padding-bottom: 90px !important;
	padding-top: 80px !important;
}
.single-screenshot.slick-slide {
	z-index: 1;
}
.single-screenshot.slick-active {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 2;
	transition: all 0.3s ease-in 0s;
}
.single-screenshot.slick-center {
	position: relative;
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
	z-index: 3;
	transition: all 0.3s ease-in 0s;
}
.single-screenshot img {
	width: 100%;
}
.slick-dots {
	text-align: center;
	margin-top: 10px;
}
.slick-dots li.slick-active button {
    background-color: #0074da;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    background: transparent;
    border: 2px solid #0074da;
    border-radius: 100%;
    font-size: 0;
    margin: 0 3px;
    padding: 0;
	cursor: pointer;
    width: 15px;
    height: 15px;
    display: inline-block;
}
.single-screenshot.slick-center {
    background-image: url(../img/screenshot/mockup.png);
    background-size: 100% 100%;
}
.single-screenshot.slick-center img {
    padding: 35px 20px 55px;
}
/*--------------------------------------
-------- SCREENSHOT AREA CSS END -------
---------------------------------------*/

/*--------------------------------------
-------- PRICING AREA CSS START --------
---------------------------------------*/
.pricing-area {
    background: url(../img/price-bg.jpg) no-repeat center / cover;
    position: relative;
    text-align: center;
    z-index: 1;
}
.pricing-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #000529; /* Old browsers */
	background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    opacity: 0.85;
    z-index: -1;
}
.pricing-area .sec-title ,
.pricing-area .sec-title h2 {
	color: #fff;
}
.single-pricing-box {
	background: #fff;
	text-align: center;
	transition: all 0.4s;
	height: 602px;
}
.pricing-top {
    padding: 15px;
}
.pricing-top h4 {
	font-weight: 400;
}
.pricing-top p {
	font-style: italic;
	font-weight: 500;
}
.price {
    /*background-color: #666666;*/
    padding: 15px;
    color: #fff;
	transition: all 0.4s;
}
.price-details {
    padding: 25px 15px;
}
.price h1 {
    position: relative;
    padding-left: 13px;
    display: inline-block;
	    font-size: 20px;
}
.price h1 span {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
}
.price-details ul li {
     max-width: 100%;
    font-weight: 500;
    padding-bottom: 8px;
    margin: 0 auto 6px;
    /* border-bottom: 1px solid #e0e0e0; */
    text-align: left;
    font-size: 15px;
}
.price-details ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.price-details .appao-btn {
    padding: 5px 35px;
	margin-top: 10px;
	border: 2px solid #666;
	color: #666;
	border-radius: 30px;
	transition: all 0.4s;
}
.single-pricing-box:hover .price {
	background-color: #000529; /* Old browsers */
	background-image: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
}
.single-pricing-box:hover .appao-btn {
    background-color: #000529;
    background-image: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    background-image: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    background-image: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    color: #fff;
    border: 2px solid #005db5;
}
/*--------------------------------------
--------- PRICING AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
------ TESTIMONIAL AREA CSS START ------
---------------------------------------*/
.author-img {
    width: 95px;
    height: 95px;
    border-radius: 100%;
    margin: 5px auto;
}
.author-img img {
    border-radius: 100%;
    border: 2px solid #0074da;
    box-shadow: 0 0 6px #0074da;
}
.single-testimonial-box {
    text-align: center;
}
.single-testimonial-box p {
    margin: 0 0 15px;
}
.single-testimonial-box h5 {
    margin: 35px 0 15px;
}
.testimonial-thumb > div {
    position: absolute;
    top: 5px;
    transform: scale(0.7);
    left: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-left: -150px;
    z-index: 1;
}
.testimonial-thumb > div.thumb-next {
    left: auto;
    right: 50%;
    margin: 0 -150px 0 0;
}
.testimonial-thumb > div:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
/*--------------------------------------
------- TESTIMONIAL AREA CSS END -------
---------------------------------------*/

/*--------------------------------------
-------- COUNTERUP AREA CSS START --------
---------------------------------------*/
.counter-area {
    background: url(../img/counter-bg.jpg) no-repeat center / cover;
	background-attachment: fixed;
    position: relative;
    text-align: center;
    z-index: 1;
	color: #fff;
	padding-top: 50px;
}
.counter-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #000529; /* Old browsers */
	background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    opacity: 0.85;
    z-index: -1;
}
.single-counter-box i::before {
    background: #0861b5;
    width: 120px;
    display: block;
    height: 120px;
    line-height: 120px;
    border-radius: 100%;
    font-size: 50px;
    margin: auto;
    box-shadow: 0 8px 8px #020202;
	border: 2px solid transparent;
	transition: all 0.4s;
}
.single-counter-box h1 {
	margin: 25px 0 10px;
}
.single-counter-box p {
    font-size: 24px;
    line-height: normal;
}
.single-counter-box {
    margin-top: 40px;
}
.single-counter-box:hover i::before {
	background: transparent;
	border: 2px solid #fff;
    box-shadow: none;
}
/*--------------------------------------
-------- COUNTERUP AREA CSS END --------
---------------------------------------*/

/*--------------------------------------
-------- TEAM AREA CSS START --------
---------------------------------------*/
.single-team-member {
    text-align: center;
    box-shadow: 0 2px 15px -5px #222;
    transition: all 0.4s;
	margin-bottom: 13px;
	    height: 365px;
}
.team-member-info h4 {
	font-size: 20px;
	    font-weight: 500;
	    color: #fff;
}
.team-member-info {
    padding: 21px 10px;
	    background-color: #007ab4;
}
.team-member-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
	    height: 280px;
}
.team-member-icon {
    position: absolute;
    top: 0;
	left: -100%;
    height: 100%;
    width: 100%;
    transition: all 0.4s;
}
a:hover{
	text-decoration: none;
}
.team-member-img::before {
    content: "";
    background: #000529; /* Old browsers */
    background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #000529 1%,#001c4a 24%,#064886 67%,#096fc7 100%);
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    transition: all 0.4s;
    position: absolute;
    opacity: 0.85;
}
.team-member-icon a {
    color: #fff;
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	border: 1px solid transparent;
}
.team-member-icon a:hover {
	border: 1px solid #fff;
}
.single-team-member:hover .team-member-img::before {
    width: 100%;
}
.single-team-member:hover .team-member-icon  {
    left: 0;
}
/*--------------------------------------
--------- TEAM AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- DOWNLOAD AREA CSS START --------
---------------------------------------*/
.download-area {
    background: url(../img/download-bg.jpg) no-repeat center / cover;
    position: relative;
    text-align: center;
    z-index: 1;
}
.download-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #000529; /* Old browsers */
	background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    opacity: 0.85;
    z-index: -1;
}
.download-area ,
.download-area h1,
.download-area h2,
.download-area h3,
.download-area h4,
.download-area h5,
.download-area h6,
.download-area a {
	color: #fff;
}
.download-area li {
    display: inline-block;
}
.download-btn {
    display: flex;
    text-align: left;
    margin: 0 25px;
    padding: 3px 30px 5px;
    border: 1px solid #fff;
    border-radius: 50px;
}
.download-btn-icon {
    flex: 1;
    font-size: 22px;
    margin-right: 15px;
    line-height: 30px;
}
.download-btn-text {
    flex: 20;
}
.download-btn:hover {
    border: 1px solid transparent;
    box-shadow: 0 2px 8px #222;
    background: #046bc8;
}
/*--------------------------------------
--------- DOWNLOAD AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- BLOG AREA CSS START --------
---------------------------------------*/
p.form-message.error {
    color: #a20202;
}
p.form-message.sucess {
    color: #036b03;
}
.blog-area.blog-page {
    padding: 90px 0 130px;
}
.single-post {
    padding: 5px;
    box-shadow: 0 2px 10px -2px #999;
	    height: 316px;
	    background: linear-gradient(28deg,#001e53 7%,#003a7e 59%,#004792 65%,#0060b9 96%);
}
.single-post1 {
    padding: 2px;
    box-shadow: 0 2px 10px -2px #999;
	 height: 112px;	    
}
.client-img{
	    width: 100%;
    height: 108px;
}
.post-thumbnail {
    overflow: hidden;
}
.single-post:hover img {
    transform: scale(1.2);
}
.post-thumbnail img {
    transition: all 0.4s;
}
.post-details {
    padding: 25px 15px;
}
.post-details p{
	color: #fff;
	    font-size: 15px;
    text-align: justify;
}
.post-author a {
    margin-right: 10px;
    font-size: 12px;
}
.post-author a i {
    margin-right: 5px;
}
.post-details a:hover,.post-details a h4:hover {
    color: #0074da;
}
h4.post-title {
    font-size: 20px;
    margin: 18px 0;
	    display: flex;
	color: #fff
		
}
h4.post-title a {
    color: #232323;
}
/*--------------------------------------
----------- BLOG AREA CSS END ----------
---------------------------------------*/

/*---------------------------------------
----- MAP AND FOOTER AREA CSS START -----
---------------------------------------*/
.google-map {
    height: 450px;
}
.footer {
    background: url(../img/footer-bg.jpg) no-repeat center / cover;
    position: relative;
    z-index: 1;
    padding-bottom: 0px;
}
.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #000529; /* Old browsers */
	background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    opacity: 0.85;
    z-index: -1;
}
.contact-form,
.contact-address {
    background: #fff;
    padding: 40px 65px;
    margin-bottom: 40px;
    margin-top: -80px;
	border: 1px solid #ddd;
}
.contact-form input,
.contact-form textarea,
.contact-form button {
    border: 1px solid #bbb;
}
.contact-form button {
	transition: all 0.4s; 
}
.blog-reply button:hover ,
.contact-form button:hover {
    background: #0074da;
    border-color: #0074da;
    color: #fff;
}
.contact-form h4,.contact-address h4 {
    margin-bottom: 20px;
    font-size: 20px;
}
.contact-address li {
    margin-bottom: 33px;
    display: flex;
}
.contact-address li .contact-address-icon {
    flex: 1;
}
.contact-address li .contact-address-info {
    flex: 6;
}
.contact-address li .contact-address-icon i::before {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    border: 1px solid #0074da;
    display: block;
    text-align: center;
    line-height: 39px;
    font-size: 18px;
    transition: all 0.4s;
}
.contact-address li .contact-address-info a {
    display: block;
}
.contact-address p {
    margin-bottom: 45px;
    padding-top: 10px;
}
.contact-address li:hover .contact-address-icon i::before {
    background: #0074da;
    color: #fff;
}
.subscribe-form {
    margin: 40px 0 40px;
    text-align: center;
}
.subscribe-form-ind {
    margin: 40px 0 40px;
    text-align: right;
}
.subscribe-form-usa {
    margin: 40px 0 40px;  
}
.copyright-area {
/*    text-align: center;*/
}
.copyright-area ul li {
    display: inline-block;
}
.copyright-area ul li a {
    width: 35px;
    height: 35px;
    color: #0074da;
    background: #fff;
    display: inline-block;
    line-height: 35px;
	font-size: 16px;
    border-radius: 100%;
    margin: 0 5px;
}
.copyright-area ul li a:hover {
    background: #0074da;
    color: #fff;
}
.copyright-area ul {
    margin-bottom: 30px;
}
.copyright-area p {
    color: #fff;
	    font-size: 13px;
	    padding: 12px 0px;
}
.copyright-area p a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.copyright-area p a:hover{
	color: #f00;
	text-decoration: none;
}
.subscribe-form form {
    position: relative;
    max-width: 580px;
    margin: auto;
    z-index: 1;
    border-radius: 30px;
    display: inline-block;
    width: 100%;
    background: #fff;
}
.subscribe-form form input {
    background: transparent;
    border: 0;
    width: 70%;
    padding: 15px 30px;
    float: left;
    margin: 0;
}
.subscribe-form form button {
    width: 29%;
    padding: 15px 30px;
    border: 0;
    border-radius: 30px;
    background: #0074da;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    float: right;
    margin: 0;
    margin-right: -1%;
}
/*---------------------------------------
------ MAP AND FOOTER AREA CSS END ------
---------------------------------------*/

/*--------------------------------------
-------- SCROLL-TO-TOP CSS START --------
---------------------------------------*/
.scrollToTop {
    width: 40px;
	display: none;
    height: 40px;
    line-height: 39px;
    background: #000;
	display: none;
    color: #fff;
    position: fixed;
    border: 1px solid #fff;
    border-radius: 100%;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    text-align: center;
	font-size: 18px;
}
.scrollToTop:hover {
    background: #000529;
    background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    border: 1px solid #fff;
    color: #fff;
}
.scrollToTop:focus {
    border: 1px solid #fff;
    color: #fff;
}
/*--------------------------------------
--------- SCROLL-TO-TOP CSS END ---------
---------------------------------------*/

/*--------------------------------------
------ INDEX SLIDER PAGE CSS START -----
---------------------------------------*/
.hero-area-slider .owl-nav div {
	opacity: 0;
}
.hero-area-slider:hover .owl-nav div {
	opacity: 1;
}
.hero-area-single-slide h1,
.hero-area-single-slide p,
.hero-area-single-slide a.appao-btn {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.hero-area-single-slide h1 {
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
    -webkit-transition: all .6s linear 0s;
    transition: all .6s linear 0s;
}
.hero-area-single-slide p {
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
    -webkit-transition: all .15s linear 0s;
    transition: all .15s linear 0s;
}
.hero-area-single-slide a.appao-btn {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition: all .10s linear 0s;
    transition: all .10s linear 0s;
}
.hero-area-single-slide img {
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.active .hero-area-single-slide h1,
.active .hero-area-single-slide p,
.active .hero-area-single-slide a.appao-btn {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.active .hero-area-single-slide h1 {
    -webkit-transition: all 700ms linear 0s;
    transition: all 700ms linear 0s;
}
.active .hero-area-single-slide p {
    -webkit-transition: all 1500ms linear 0s;
    transition: all 1500ms linear 0s;
}
.active .hero-area-single-slide a.appao-btn {
    -webkit-transition: all 1300ms linear 0s;
    transition: all 1300ms linear 0s;
}
.active .hero-area-single-slide img {
    opacity: 1;
}
/*--------------------------------------
------- INDEX SLIDER PAGE CSS END ------
---------------------------------------*/

/*--------------------------------------
------ INDEX VIDEO PAGE CSS START -----
---------------------------------------*/
.hero-area > .mbYTP_wrapper {
	z-index: -2 !important;
}
/*--------------------------------------
------- INDEX VIDEO PAGE CSS END ------
---------------------------------------*/

/*--------------------------------------
-------- Pre Loader Style START --------
---------------------------------------*/
#preloader {
  position: fixed;
  z-index: 99999999999;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
  background: #fff url("../img/loader.gif") no-repeat center center;
}
/*--------------------------------------
--------- Pre Loader Style END ---------
---------------------------------------*/

/*--------------------------------------
-------- BREADCRUMB CSS START --------
---------------------------------------*/
.breadcrumb-area {
    text-align: center;
}
.hero-area.breadcrumb-area {
    padding: 130px 0 100px;
}
.hero-area.breadcrumb-area .hero-area-content {
    padding: 0;
}
.breadcrumb-area ul li {
    display: inline-block;
}
.breadcrumb-area ul li a {
    color: #fff;
	padding: 0 10px;
	position: relative;
}
.breadcrumb-area ul li a::before {
	position: absolute;
	right: -2px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "/";
}
.breadcrumb-area ul li:last-child a::before {
	content: "";
}
.breadcrumb-area ul {
    margin-top: 10px;
}
.breadcrumb-area ul li a:hover {
    color: #000;
}
/*--------------------------------------
--------- BREADCRUMB CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- BREADCRUMB CSS START --------
---------------------------------------*/
.blog-page .single-post {
	margin-bottom: 40px;
}
.pagination {
    text-align: center;
    display: block;
    margin-bottom: 40px;
}
.pagination li {
    display: inline-block;
}
.pagination li a {
    background-color: #000529;
    background-image: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    background-image: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    background-image: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
}
.pagination li a:hover {
	background-image: none;
    background-color: #000;
}
/*--------------------------------------
--------- BREADCRUMB CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- BLOG DETAILS CSS START --------
---------------------------------------*/
.blog-detail {
	padding: 90px 0 155px;
}
.date-time li {
    display: inline-block;
    margin-right: 10px;
}
.blog-details .post-author {
    margin-top: 15px;
    margin-bottom: 25px;
}
.date-time li i {
    color: #0074da;
}
.blog-details p {
    margin-bottom: 12px;
}
.blog-reply {
    padding-top: 40px;
}
.blog-reply button {
	transition: all 0.4s;
}
.blog-reply textarea {
	height: 150px;
}
.blog-reply h4 {
    margin-bottom: 20px;
}
.sidebar {
	padding-left: 30px;
}
.widget form input {
    width: 78%;
}
.widget form button {
    width: 20%;
    float: right;
	padding: 6px 0;
    background: #000529;
    color: #fff;
    background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
}
.widget form input,.widget form button {
    margin-bottom: 0;
}
.widget {
    margin-bottom: 40px;
}
.widget h4 {
    margin-bottom: 20px;
}
.widget li {
    margin-bottom: 7px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 7px;
}
.widget.widget-tags {
    margin-bottom: 0;
}
.widget li:last-child {
    border-bottom: none;
	margin: 0;
	padding: 0;
}
.widget li a:hover {
    color: #000;
}
.widget-tags a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 15px;
	margin-bottom: 8px;
    margin-right: 5px;
    color: #000;
}
.widget-tags a:hover {
    color: #fff;
    background: #000;
}
.team{
	    color: #fff;
}
.choice{
	    display: flex;
}
/*--------------------------------------
--------- BLOG DETAILS CSS CSS END ---------
---------------------------------------*/
.ecommerce-img{
	height: 281px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
.feature-box-info p {
    text-align: justify;
}.feature-box-info h4 {
        margin-bottom: 24px;
    margin-top: 3px;
}.price-details p{
	    padding: 21px 30px 40px;
    text-align: justify;
}.fa{
	font-size: 26px;
    color: #fff;
}.bg-color{
	background: #efefef;
}.ecommerce{
	display: flex;
}.development{
	box-shadow: 0 0 5px #8c969e;
    height: 352px;
	    padding: 26px 16px 12px 15px;
}
.feature-box-icon h1{
	margin-bottom: 14px;
	    font-size: 55px;
}
.h11{
	color: #f00;
}.h12{
	color: #005eff;
}.h13{
	color: #ffc107;
}.h14{
	color: #2ed302;
}.h15{
	color: #e91e63;
}.h16{
	color: #ffeb3b;
}
.development:hover{
	background: #d3dff8;
	    border-radius: 9px
}.fa-hand-o-right:before {
    content: "\f0a4";
    color: #1872c4;
    font-size: 20px;
}.model{
	    padding-left: 33px;
}
.fafa {  
  position: relative;
  animation: mymove 2s infinite;
}

@keyframes mymove {
  from {left: 0px;}
  to {left: 7px;}
}
/*--------------testimonal--------------*/

.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 221px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	    padding: 24px 0 10px;
    font-size: 14px;
	    color: #656565;
	text-align: justify;
}
.carousel .overview {	
	font-style: italic;
	    color: #272727;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #005cb3;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 32%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

/*-------------end-testimonial-----------*/
.flag{
	    width: 11%;
    margin-right: 13px;
}.footerno{
	font-size: 15px;
    color: #fff;
}
/*---------------------silde-menu----------------------*/
.w3-sidebar {	
    width: 374px !important;
}
.w3-button {
    color: #000!important;
    background-color: #ccc!important;
}.enquiry-img{
	        margin-top: -12px;
    cursor: pointer;
}
/*---------------------end-silde-menu----------------------*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    margin: 0px 0;
}.icofont-envelope:before {
    content: "\efe6";
    font-size: 19px;
    margin-right: 12px;
}.w3-teal, .w3-hover-teal:hover{
	    background-color: transparent !important;
}
@media only screen and (max-width: 767px){
    .section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .logo{
        width: 100%;
        text-align: center;
    }
    .logo a{
        display: inline-block;
        vertical-align: top;
    }
    .logo img{
        max-height: 50px;
    }
    .header ul{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .header .list-inline strong{
        display: none;
    }
    .main-banner{
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .banner-content{
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-content h1{
        font-size: 28px;
    }
    .banner-content h4{
        font-size: 16px;
    }
    .package-table-content{
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 20px;
    }
    .package-table{
        width: 900px;
    }
    .banner-strip .vp-items .vp-item{
        width: 50%;
    }
    .title{
        font-size: 24px;
    }
    .service-inner h3{
        font-size: 20px;
    }
    .service-item{
        min-height: 250px;
    }
    .packages-tabs .nav-tabs li a{
        padding: 10px 30px;
    }
    h3.price{
        font-size: 32px;
    }
    .client-slider .slick-arrow{
        display: none!important;
    }
    .copyright{
        flex-direction: column-reverse;
    }
}