@charset "utf-8";
/* CSS Document */
body {
  font-family: "Nunito Sans", sans-serif;
}
html {
  scroll-behavior: smooth;
}
a {
  display: inline-block;
}
a:hover {
  text-decoration: none;
}
.btn.focus, .btn:focus {
	box-shadow:none;
}
h2 {
  font-size: 32px;
  font-weight: 600;
  color: #414042;
  margin-bottom: 20px;
}
h2 b {
  font-weight: 700;
}
.visible_till_md {
	display:block;
}

.visible_from_sm {
	display:none;
}

.banner_show {
	display:block;
}
.banner_show_480 {
	display:none;
}

input:focus,
select:focus,
option:focus {
  outline: none;
}
/* 
h2:after {
  content: "";
  height: 4px;
  display: block;
  background: rgb(242, 10, 98);
  background: linear-gradient(
    90deg,
    rgba(242, 10, 98, 1) 0%,
    rgba(0, 212, 255, 1) 100%
  );
  width: 100px;
  margin-top: 10px;
} */

p {
  margin: 0px;
}

ul {
  list-style: none;
  padding: 0px;
  margin:0px;
}

#header {
    width: 100%;
    z-index: 9;
    background: #231f20;
    position: fixed;
    top: 0px;
    height: 70px;
    align-items: center;
    display: flex;
	
}

#header .container {
	max-width:100%;
	padding:0px 50px;
}

#header .logo img {
	width: 250px;
}
#header .header_button li a {
	background: #fff;
	color: #333;
	padding: 8px 20px;
	margin-left: 20px;
	border-radius: 3px;
	font-size: 14px;
}

#header .header_button li a.price{
	background: #ff5722;
    color: #fff;
}

.background_icon {
  background: url(../images/slider_icon_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#slider {
	margin-top:65px;
}

.slider_left_part {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.slider_left_part .slider_content {
  flex: 1;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.slider_left_part .slider_content h1 {
  font-size: 56px;
  font-weight: 700;
  color: #1d73c1;
}

.slider_left_part .slider_content h1 small {
  font-size: 42px;
  font-weight: 600;
  color: #414042;
}

.theme_button {
  background: rgb(242, 10, 98);
  background: linear-gradient(
    90deg,
    rgba(242, 10, 98, 1) 0%,
    rgba(0, 212, 255, 1) 100%
  );
  padding: 10px 40px;
  color: #fff;
  align-self: flex-start;
  border-radius: 50px;
  font-weight: 600;
  margin-top: 30px;
}
.theme_button:hover {
  color: #fff;
}

.arrow_button {
  background: #0082c6;
  height: 40px;
  width: 40px;
  padding: 0px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-left: 15px;
}

#about {
  padding-top: 80px;
}

#about p {
  font-size: 22px;
  text-align:justify;
}

.moreless-button {
	text-transform:capitalize;
	margin-top:5px;
}

.moretext {
  display: none;
}

.img_container {
	background:url(../images/Benefit_graphic.png) no-repeat center center;
	background-size:contain;
  height: 500px;
  position: relative;
}



.img_container .cart_img {
	
  width: 200px;
  position: absolute;
  right: 100px;
  bottom: 0px;
}

#about .img_second, #more_about .img_second {
	margin-left: 50px;
}
#about .app_detail li, #more_about .app_detail li {
	float: left;
	width: 50%;
}
#about .app_detail li a, #more_about .app_detail li a {
	padding: 10px;
	display: block;
	text-align: center;
	background: #619fd6;
	color: #fff;
	margin: 10px 20px;
	margin-left: 0px;
	border-radius: 2px;
}
#about .app_detail li a.price, #more_about .app_detail li a.price {
	background: #239821;
}
#about .app_detail li a.rating, #more_about .app_detail li a.rating {
	background: none;
	color: #333;
}
#about .app_detail li a.rating span, #more_about .app_detail li a.rating span {
	background: #ffb000;
	padding: 4px 20px;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
}
#about .app_detail .licence_option form, #more_about .app_detail .licence_option form {
	padding-right: 20px;
}
#about .app_detail .licence_option select, #more_about .app_detail .licence_option select {
	margin: 10px 20px;
	margin-left: 0px;
	height: 45px;
}
#about .app_detail:after, #more_about .app_detail:after {
	content: "";
	clear: both;
	display: block;
}
#more_about {
	margin-top:30px;
}

#more_about .about_part {
  padding: 0px;
  height: 100%;
}

#more_about .saprator {
    width: 1px;
    background: #d0d0d0;
    display: inline-block;
    height: 150px;
	margin-top: 40px;
}

#more_about .about_part li {
	float:left;
	width:50%;
}

#more_about .about_part li a {
  padding: 10px;
  padding-left: 0px;
  color:#333;
  color: #333;
      font-size: 16px;
}
#more_about .about_part li a i {
  color: #3068d0;
}

#more_about .packages {
  padding: 0px;

}

#more_about .packages h2 {
  color: #333;
}
#more_about .packages li {
  color: #333;
  padding: 10px;
  padding-left: 0px;
  	float:left;
	width:50%;
	    font-size: 18px;
}
#packages {
  padding: 80px 0px;
}

#packages h2 span {
  font-size: 18px;
}

#packages h2:after {
  margin: auto;
  margin-top: 15px;
}
#packages .nav-pills .nav-link {
  color: #333;
  font-weight: 600;
}
#packages .nav-pills .nav-link.active {
  background: rgb(242, 10, 98);
  background: linear-gradient(
    90deg,
    rgba(242, 10, 98, 1) 0%,
    rgba(0, 212, 255, 1) 100%
  );
  padding: 10px 40px;
  color: #fff;
  align-self: flex-start;
  border-radius: 50px;
  font-weight: 600;
}

#packages .tab-content h2:after {
  margin: 0px;
  margin-top: 15px;
}

#packages .tab-content h2 span {
  font-size: inherit;
}

#packages .tab-content ul li {
  padding: 5px 10px 5px 30px;
  position: relative;
  color: #333;
}

#packages .tab-content ul li:before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0px;
  font-weight: 900;
}

#related_project {
  padding: 80px 0px;
  background:#99cc66;
  margin-top:30px;
}

#related_project h2 {
	color:#fff;
}

#benefit {
  padding: 60px 0px;
}

#benefit h2:after {
  margin: auto;
  margin-top: 10px;
}

#benefit .points {
  text-align: left;
  font-size: 18px;
  padding: 10px;
}

#benefit .points li {
  margin-bottom: 20px;
}
#benefit .points li:last-child {
  margin-bottom: 0px;
}
#benefit .points li span {
  height: 40px;
  width: 40px;
  background: #0082c6;
  display: inline-block;
  border-radius: 50%;
  border: 3px solid #cccccc80;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-weight: 600;
  margin-right: 15px;
}
#benefit .app_location {
  background: url(../images/Benefit_graphic.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 45%;
  transform: translate3d(0px, 0px, 0px);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  padding: 30px 0px;
}
#benefit .app_location li {
  margin: 10px 0px;
}

/* Cart Page */

#cart_slider_banner {
  background: url(../images/cart_bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 60px;
  text-align: center;
}

#cart_slider_banner h4 {
  color: #fff;
  font-size: 22px;
}

#cart_sec {
  padding-top: 80px;
}

#cart_sec .cart_list {
  padding: 15px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

#cart_sec .cart_img {
  width: 130px;
}

#cart_sec .cart_list .cart_list_detail {
  flex: 1;
  padding: 0px 15px;
}
#cart_sec .cart_list .cart_list_detail h5 {
  font-size: 16px;
  font-weight: 600;
}
#cart_sec .cart_list .cart_list_detail select {
  width: 40%;
  font-size: 14px;
  margin-top: 10px;
}

#cart_sec .cart_list i {
  color: #333;
}

#cart_sec .total {
  background: #f2f1f1;
  padding: 20px 10px;
}
#cart_sec .total .total_order {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
#cart_sec .total .total_order li {
  font-size: 18px;
  font-weight: 600;
}
#cart_sec .total .payable_amount {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
#cart_sec .total .payable_amount li {
  font-size: 16px;
}
#cart_sec .total .coupon {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
#cart_sec .total .coupon li {
  font-size: 16px;
}
#cart_sec .total .coupon li .submit_button {
  background: #333;
  color: #fff;
}
#cart_sec .total .checkout_button {
  background: #007bff;
  color: #fff;
  display: block;
  padding: 8px;
  text-align: center;
}

#package_4in1 .package_1 {
	padding:80px;
}

#package_4in1 .package_1 .points {
	
}
#package_4in1 .package_1 .points h4 {
	font-size:90px;
	font-weight:700;
	color:#231f20;
	margin:10px 0px 0px 0px
}
#package_4in1 .package_1 .points h5 {
	font-size:54px;
	font-weight:700;
	color:#008dc7;    
	line-height: 1;
    margin-top: 20px;
}
#package_4in1 .package_1 .points ul {
	margin-top:40px;
	
}

#package_4in1 .package_1 .points ul li {
	margin-bottom:15px;
	padding-left: 45px;
	position:relative;
	font-size:26px;
}

#package_4in1 .package_1 .points ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0px;
  font-weight: 900;
      color: #008dc7;
	}

#package_4in1 .package_1 .points h4:after {
    content: "";
    position: absolute;
    width: 120%;
    height: 1px;
    border-top: 1px dashed #ccc;
    top: 60px;
}
.gray_bg {
	background:#f2f1f1;
}

.feature {
	padding:80px 0px;
	background:#9C6;
}

.feature2 {
	padding:80px 0px;
	background:#C93;
}


.feature3 {
	padding:80px 0px;
	background:#69C;
}


.feature4 {
	padding:80px 0px;
	background:#C69;
}

.feature_content h4 {
	font-size:40px;
	text-align:left;
	font-weight:700;
	margin-bottom:30px;
	color:#fff;
}

.feature_content ul li {
	font-size:1.8vw;
	margin-bottom:15px;
	color:#fff;
	padding-left: 35px;
    position: relative;
}

.feature_content ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0px;
  font-weight: 900;
      color: #fff;
	}

.feature_img img {
	margin-top:20px;
}

.feature_img ul li{
	padding:0px;
}

.feature_img ul li:before{
	content:'';
}

.feature_img ul li a{
	padding:10px 30px;
	margin:20px;
	background:#fff;
	color:#333;
	display:inline-block;
	font-size: 1.5vw;
}

#more_detail_text .text_container {
	padding:80px;
}

#more_detail_text .text_container h5 {
    font-size: 2vw;
	color:#333;
	font-weight:600;
}
#more_detail_text .text_container p {
	font-size: 1.5vw;
	color:#333;
	text-align:justify;
}



/*Acordian Css*/
.accordion .card-header {
	padding:0px;
}

.accordion .card {
	margin-bottom:15px;
}

.accordion .card-header h2 button {
	color:#333;
}
.accordion .card-header h2 button:hover {
	text-decoration:none;
}

/*footer Css*/

/*===========footer=====

==============================*/

footer h4.mheading {
  font-size: 40px;
  color: #3a3a3c;
  font-weight: 400;
  text-align: left;
}
footer {
  padding: 0px;
  position: relative;
}
footer .element_img {
  position: absolute;
  right: 100px;
  top: -40px;
}
footer .footer_form .talk_form {
  padding: 15px 25px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.23);
  position: relative;
  z-index: 2;
  background-color: #fff;
}
footer .footer_form .talk_form h5 {
  font-size: 26px;
  font-weight: 400;
  text-align: left;
}
footer .footer_form .talk_form label {
  text-align: left;
  font-size: 14px;
  color: #3d3d3d;
  display: block;
}
footer .footer_form .talk_form .form-group {
  margin-bottom: 10px;
}
footer .footer_form .talk_form input::-webkit-input-placeholder {
  color: #3d3d3d;
  font-size: 12px;
}
footer .footer_form .talk_form input::-moz-placeholder {
  color: #3d3d3d;
  font-size: 12px;
}
footer .footer_form .talk_form textarea {
  height: 80px;
}
footer .footer_form .talk_form input:-ms-input-placeholder {
  color: #3d3d3d;
  font-size: 12px;
}
footer .footer_form .talk_form input:-moz-placeholder {
  color: #3d3d3d;
  font-size: 12px;
}
footer .footer_form .talk_form select {
  font-size: 12px;
  color: #3d3d3d;
}
footer .footer_form .talk_form input,
footer .footer_form .talk_form select,
footer .footer_form .talk_form textarea {
  padding-left: 0px;
  border: none;
  border-bottom: 1px solid #a8a8a8;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 12px;
  position: relative;
  text-transform: capitalize;
}
footer .footer_form .talk_form input[type="submit"] {
  border-bottom: none;
}
footer .footer_form .talk_form input[type="submit"].a_btn {
  border: 2px solid;
  background-color: #333333;
  border-color: #333333;
  color: #fff;
  font-size: 20px;
}
footer .footer_form .talk_form .frm_inpuf {
  position: relative;
}
footer .footer_form .talk_form .frm_inpuf .input.tel {
  flex: 1;
}
.frm_inpuf .in_border {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  display: block;
  border-bottom: 2px solid #4e81ee;
  background-color: #4e81ee;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  display: block;
  z-index: 99;
}
.frm_inpuf.focused .in_border {
  width: 100%;
}
.foot_social ul li h6 {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.foot_social ul li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.foot_social ul li:first-child i {
  color: #ff0016;
}
.foot_social ul li:nth-child(2) i {
  color: #18a15f;
}
.foot_social ul li:nth-child(3) i {
  color: #00aff0;
}
.foot_social ul li i,
.foot_social ul li span {
  height: 40px;
  width: 40px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  font-size: 21px;
}
.foot_social ul li span img {
  vertical-align: -3px;
}
.foot_social {
  padding: 80px 0px;
}
.foot_social ul {
  text-align: left;
}
.foot_social ul li {
  margin-right: 70px !important;
}
.foot_social ul li:last-child {
  margin-right: 0px !important;
}
footer .footer_form {
  position: relative;
}
footer .footer_form .foot_social {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: #619fd6;
}
.let_talk h3 {
  font-size: 20px;
  color: #3a3a3c;
  text-transform: uppercase;
  font-weight: 300;
  text-align: left;
  margin-top: 100px;
}
.social_media_icons li a {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  margin-right: 10px;
  line-height: 40px;
  font-size: 18px;
}
.social_media_icons li a:hover {
  border-color: transparent;
  background: #4b69b0;
  color: #fff;
}
.social_media_icons li:nth-child(2) a:hover {
  background: #37b1e1;
}
.social_media_icons li:nth-child(3) a:hover {
  background: #e83f3a;
}
.social_media_icons li:nth-child(4) a:hover {
  background: #0678b6;
}
/*===========main_footer==========

==========================================*/

.main_footer {
  background: url(../images/footer_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 55px 0px;
}
.main_footer .mn_footbx h5 {
  font-size: 22px;
  color: #3a3a3c;
  text-align: left;
  margin-bottom: 20px;
}
.main_footer .mn_footbx ul li a {
  font-size: 16px;
  color: #3a3a3c;
  font-weight: 300;
  text-align: left;
  display: inline-block;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.main_footer .mn_footbx ul li a:hover {
  color: #619fd6;
  padding-left: 8px;
}
.main_footer .mn_footbx ul li {
  text-align: left;
  margin-bottom: 10px;
}
.main_footer .mn_footbx2 ul li {
  margin-bottom: 10px;
}
.main_footer .mn_footbx1 ul li {
  padding: 19px 0px;
  border-bottom: 1px solid #ebebeb;
}
.main_footer .mn_footbx1 ul li:first-child {
  padding-top: 0px;
}
.main_footer .mn_footbx3 ul li a i {
  margin-right: 8px;
  font-size: 20px;
  color: #2cb742;
}
canvas {
  display: block;
  vertical-align: bottom;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}
/*.text {

  position: absolute;

  top: 50%;

  right: 50%;

  -webkit-transform: translate(50%, -50%);

          transform: translate(50%, -50%);

  color: #fff;

  max-width: 90%;

  padding: 2em 3em;

  background: rgba(0, 0, 0, 0.4);

  text-shadow: 0px 0px 2px #131415;

  font-family: 'Open Sans', sans-serif;

}



h1 {

  font-size: 2.25em;

  font-weight: 700;

  letter-spacing: -1px;

}



a,

a:visited {

  color: #e34234;

  transition: 0.25s;

}



a:hover,

a:focus {

  color: #ba160c;

}

*/


/* ======modal=======
=========================== */
.page_1st_popup .modal-dialog {
	max-width:700px;
	background:#fff;
}
.page_1st_popup .modal-body {
	padding:0px;
}
.page_1st_popup .modal_formsec {
	background:url(../images/modal_mainimg.png) no-repeat center top;
	background-size:cover;
}
.page_1st_popup .modal_pcontent {
    position: absolute;
    top: 15px;
    left: 15px;
}
.page_1st_popup .modal_logo {
    background-color: #1f495f;
    text-align: left;
    padding: 10px 15px;
}
.page_1st_popup .modal_divcontent {
    padding: 10px 15px;
}
.page_1st_popup .modal_img1 .modal_social li {
    margin-bottom: 12px;
}
.page_1st_popup .modal_img1 .modal_social span {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
}
.page_1st_popup .modal_img1 .modal_social li a {
    color: #414042;
    text-align: left;
    font-size: 12px;
    text-align: left;
    display: inline-block;
}

.page_1st_popup .modal_img1 .modal_social li:nth-child(1) span {
    background-color: #149c5a;
}
.page_1st_popup .modal_img1 .modal_social span img {
    vertical-align: -4px;
}
.page_1st_popup .modal_img1 .modal_social li:nth-child(2) span {
    background-color: #00aff0;
}
.page_1st_popup .modal_img1 .modal_social i {
    display: inline-block;
    color: #fff;
    font-size: 20px;
}
.page_1st_popup .modal_img1 .modal_social li:nth-child(3) span {
    background-color: #65bc54;
}
.page_1st_popup h4 {
    font-size: 18px;
    color: #414042;
    text-align: left;
	margin-top: 0px;
}
.page_1st_popup h6 {
    font-size: 14px;
    color: #231f20;
    text-align: left;
    margin-top: 10px;
}
.page_1st_popup input, .page_1st_popup select {
    color: #fff!important;
    width: 100%;
    height: 28px;
	font-size:12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(0,0,0,.7);
    border: none!important;
    box-shadow: 0 0 0 #CCC inset!important;
}
.page_1st_popup textarea {
    width: 100%;
    height: 100px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(0,0,0,.7);
    border: 0;
    resize: none;
    color: #fff!important;
}
.page_1st_popup input::placeholder, .page_1st_popup select::placeholder, .page_1st_popup textarea::placeholder{
	color:#FFF;
}
.page_1st_popup button[type="submit"] {
    background-color: #1f495f;
    width: 170px;
    color: #fff;
    padding: 12px 10px;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.page_1st_popup .form-control:focus {
    color: #fff;
    background-color: rgba(0,0,0,.7);
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.page_1st_popup .form-control {
	padding-left:10px;
}
.page_1st_popup .close {
    height: 35px;
    width: 35px;
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    z-index: 999999;
    border: 1px solid #000;
}
.page_1st_popup .close i {
    color: #000;
    display: inline-block;
}
.page_1st_popup .modal_foot {
    background-color: #1f495f;
    padding: 10px;
}
.page_1st_popup .modal_foot p {
    font-size: 12px;
    text-align: justify;
    color: #fff;
} 
.page_1st_popup .modal_foot p a, .page_1st_popup .modal_foot p span {
    color: #ffe400;
    display: inline-block;
}
.page_1st_popup .form-group{ margin-bottom:.5rem}



.inqury_btn, .inqury_btn:hover{-o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -webkit-transform: rotate(
-90deg
);
  transform: rotate(
-90deg
);
  width: 150px;
  padding-left: 8px;
  text-decoration: none;
  width: 176px;
  height: 40px;
  display: block;
  background-color: #c34a4a;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 14px;
  position: fixed;
  top: 84px;
  right: 20px;
  border-radius: 5px 25px 25px 5px;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  overflow: hidden;
  z-index: 100;}

  
a.pro_dtlatg{    padding: 10px;
  display: inline-block;
  text-align: center;
  background: #619fd6;
  color: #fff;
  margin: 10px 20px;
  margin-left: 0px;
  border-radius: 2px; width:140px;}
