@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
/* font-family: "Plus Jakarta Sans", sans-serif; */

*, *:after, *:before {box-sizing: border-box;}


body {
    font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	padding: 0;
	margin: 0;
    color: #191919;
    background: #3A0D5E;
    background: linear-gradient(90deg, rgba(58, 13, 94, 1) 0%, rgba(28, 6, 46, 1) 50%, rgba(0, 0, 1, 1) 100%);
}
body, html{overflow-x: hidden; scroll-behavior: smooth;}
.container{position: relative; max-width: 1170px;}
.container:after, .clearfix:after{content: ""; display: block; clear: both;}
.container .container{width: 100%;padding: 0;}
.spacer, .clear {height: 0; line-height: 0; clear: both; font-size: 0; display: block;}

::-webkit-scrollbar{width: 5px;}
::-webkit-scrollbar-track{background: #f5f5f5; }
::-webkit-scrollbar-thumb{background: #0196fb; }
/* defult css Styles
---------------------------------*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, blockquote {margin: 0; padding: 0; border: 0; display: block;}
h1, h2, h3, h4, h5, h6 {font-weight:normal; line-height: normal;}
h1 {font-size: 30x; margin: 0 0 15px;}
h2 {font-size: 26px; margin: 0 0 15px;}
h3 {font-size: 24px; margin: 0 0 12px;}
h4 {font-size: 18px; margin: 0 0 12px;}
h5 {font-size: 16px; margin: 0 0 10px;}
h6 {font-size: 14px; margin: 0 0 10px;}
ul, ol {margin-bottom: 10px; padding-left: 15px;}
li {margin: 0 0 10px; padding: 0;}
p {padding-bottom: 20px;margin: 0;}
p:last-child{padding-bottom: 0;}
label, span, strong {display: inline-block;}
p label, p span, p strong {display: inline;}
strong{font-weight: 700;}
a {
	color: #3ccaeb;
	text-decoration: none;
	border: none;
	outline: none;
	display: inline-block;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

a:hover, a:focus{color: #1898d4;text-decoration: none;outline: none;}

a:focus{color: #3ccaeb;}

img {border: none; outline: none; display: inline-block; max-width: 100%;}

mark {background-color: #ff9; color: #000; font-style: italic; font-weight: bold;}

del {text-decoration: line-through;}

hr {display: block; height: 1px; border: 0; margin: 10px 0; padding: 0; border-top: 1px solid #d3d3d3;}

/* ::-moz-selection{background: #f87878; color: #fff; text-shadow: none;}

::selection{background: #f87878; color: #fff; text-shadow: none;} */

table {border: none; border-collapse: collapse;	border-spacing: 0; width: 100%;}

table th, table td {padding: 10px 12px;	vertical-align: top; border: 1px solid #d3d3d3;}



/* FORM

---------------------------------*/

fieldset {padding: 5px 10px 10px; margin: 0 0 30px; border: 1px solid #d3d3d3;}

fieldset:last-child{margin: 0;}

legend{display: block; width: auto; max-width: 100%; padding: 0 10px; margin: 0; font-size: 16px; color: inherit; white-space: normal;}

form {margin: 0; padding: 0;}

label{
	text-align: left;
	line-height: 20px;
	margin: 0 0 8px;
	padding: 0;
	font-weight: normal;
}



input::-moz-placeholder, textarea::-moz-placeholder{color: #191919; opacity: 1;}

input::-webkit-placeholder, textarea::-webkit-placeholder{color: #191919; opacity: 1;}

input::placeholder, textarea::placeholder{color: #191919; opacity: 1;}

input[type="file"]{padding: 0 10px;}

textarea {height: 120px;	resize: none; overflow: auto;}

/* select{
    cursor:pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/select.png);
	background-position: 99% -3px;
	background-repeat: no-repeat;
	padding-right: 20px;
} */

::-webkit-input-placeholder {opacity: 1;}

:-moz-placeholder {opacity: 1;}

::-moz-placeholder {opacity: 1;}

:-ms-input-placeholder {opacity: 1;}

input[type="radio"], input[type="checkbox"]{cursor: pointer; margin: 2px 5px 0 0; vertical-align: top;}

input[readonly="readonly"]{cursor: not-allowed; background: #f4f4f4 !important;}



input[type="text"]:focus, textarea:focus, select:focus{border-color: #f87878; outline: none;}

.ui-datepicker{width: 240px;}

#ui-datepicker-div {font-size: 12px;}

.ui-datepicker-title select{height: 26px;background-position: 100% -15px;padding: 3px;margin: 1px 3px !important;width: 45%;border: 1px solid;}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{width: 45%;}

.ui-datepicker td span, .ui-datepicker td a{text-align: center;}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{width: 25px;height: 28px;top: 3px;border: none;}

.ui-datepicker .ui-datepicker-prev-hover{left: 2px;}

.ui-datepicker .ui-datepicker-next-hover{right: 2px;}



.form_wrap ul{list-style: none; padding: 0; margin-bottom: -10px;}

.form_wrap ul > li{margin-bottom: 0;}

.labelWrap{display:block;margin:0 0 10px;line-height:inherit; position: relative;}

:last-child .labelWrap{margin-bottom: 0;}

.labelWrap > span{margin: 0 0 5px;}

.hideLabel{position:absolute;opacity:0;pointer-events:none}

.form_wrap ul:after, .labelWrap:after, .input_check:after, .input_radio:after{content: "";display: block;clear: both;}

.labelWrap i{position: absolute; top: 20px; right: 15px; z-index: 1; pointer-events: none; color: #6b6b6b;}



.input_check, .input_radio{margin: 0; padding: 0; cursor: pointer;}

.input_check label, .input_radio label{font-family: inherit; font-weight: inherit; color: inherit;}

.input_check input[type="checkbox"], .input_radio input[type="radio"]{margin: 4px 5px 0 0;}



.col4.input_check, .col4.input_radio, .col5.input_check, .col5.input_radio{margin: 0 -10px;}

.col4.input_check > label, .col4.input_radio > label{float: left; padding: 0 10px; width: 25%;}

.col5.input_check > label, .col5.input_radio > label{float: left; padding: 0 10px; width: 20%;}



.file_upload{position: relative;}

.file_upload input{padding-right: 110px; padding-left: 0; border-width: 0;}

.file_upload label.inputfile{
    margin: 0 !important;
    padding: 0 !important;
    width: 100px;
	font-weight: normal;
    cursor: pointer;
    position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.file_upload label.inputfile .btn{display: block; padding: 0; min-width: auto;}

.file_upload label.inputfile input{display: none;}



/* BUTTONs

---------------------------------*/

[type="submit"], .gjs-cell [type="submit"], [type="reset"], [type="button"], .btn, .sk_box .btn {
    color: #ffffff !important;
    background-image: linear-gradient(268deg, #a82f93 0%, #1e64c9 80%);
    /* box-shadow: 0px 10px 30px 0px rgba(218.41545368620038, 59.315217391304344, 255, 0.4); */
    font-size: 16px;
    font-weight: 500;
    min-width: 125px;
    padding: 14px 25px;
    text-align: center;
    outline: none;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    vertical-align: top;
    position: relative;
    transition:0.8s;
    -webkit-transition:0.8s;
    -o-transition:0.8s;
    -ms-transition:0.8s;
    -moz-transition:0.8s;
    z-index: 0;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: #5656ce;
    border-radius: 8px !important;
}
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active,
[type="submit"]:hover, [type="submit"]:focus, [type="reset"]:hover, [type="reset"]:focus, .btn:hover, .btn:focus, .btn:active:focus, .sk_box .btn:hover, .sk_box .btn:focus
{
    background-image: linear-gradient(90deg, #a82f93 0%, #1e64c9 80%);
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: #5656ce !important;
}

button i, .btn i{vertical-align: middle; margin: -3px 5px 0 0; position: relative; top: 0;}

[type="reset"]{margin-right: 10px;}

[type="reset"], [type="submit"].btn_black, [type="reset"].btn_black, button.btn_black, .btn.btn_black{background-color: #1e1202; border-color: #1e1202; color: #fff;}

[type="submit"].btn_green, [type="reset"].btn_green, button.btn_green, .btn.btn_green{background-color: #1898d4; border-color: #1898d4; color: #fff;}

[type="submit"].btn_white, [type="reset"].btn_white, button.btn_white, .btn.btn_white{background-color: #fff; border-color: #f87878; color: #f87878;}

[type="submit"].btn_t, [type="reset"].btn_t, button.btn_t, .btn.btn_t{background-color: transparent; border-color: #f87878; color: #f87878;}

[type="submit"]:hover, [type="submit"]:focus, [type="reset"]:hover, [type="reset"]:focus, .btn:hover, .btn:focus, .btn:active:focus, .sk_box .btn:hover, .sk_box .btn:focus{
    outline: none;
	background-color: #ffffff;
	border-color: #d4bfa3;
	color: #102E26;
}

[type="submit"].btn_green:hover, [type="submit"].btn_green:focus, [type="reset"].btn_green:hover, [type="reset"].btn_green:focus, button.btn_green:hover, button.btn_green:focus, button.btn_green:active:focus, .btn.btn_green:hover, .btn.btn_green:focus, .btn.btn_green:active:focus{
	background-color: #177b1e;
	border-color: #177b1e;
	color: #fff;
}



[type="submit"].btn-sm, [type="reset"].btn-sm, button.btn-sm, .btn.btn-sm{ 
    height: 32px;
    line-height: 30px;
    min-width: inherit;
    padding: 0 12px;
    font-size: 15px; 
}

[type="submit"].btn-lg, [type="reset"].btn-lg, button.btn-lg, .btn.btn-lg{height: 60px; line-height: 60px; font-size: 18px;}



.btn_group a, .btn_group input, .btn_group button{margin: 0 0 0 5px;}

.btn_group a:first-child, .btn_group input:first-child, .btn_group button:first-child{margin-left: 0;}

.btn_group a:last-child, .btn_group input:last-child, .btn_group button:last-child{margin-right: 0;}



.btn_center{text-align: center; margin-top: 30px;}

.btn_left{text-align: left;	margin-top: 30px;}

.btn_right{text-align: right; margin-top: 30px;}



/* CAPTCHA

---------------------------------*/

.captcha_img{float: left;}

.captcha_img > div, .captcha_img > img {-webkit-transform: scale(0.6); transform: scale(0.6); margin: -16px -61px;}

.captcha_img > img{max-width: inherit;}

.btn_wl {float: left; margin: 0 0 0 30px;}

.btn_wr {float: right;}

.btn_wr.w100{width: 100%; margin: 0;}

.btn_wr.w100 [type="submit"], .btn_wr.w100 [type="reset"]{width: 100%;}

/* CAPTCHA END */



/* ERROR_MSG

---------------------------------*/

.error, .success, .information { 
	background: #ffd1d1 url("../images/error_icon.png") no-repeat scroll 10px 10px / 20px 20px;
    border: 1px solid #eab4b4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #c00;
    display: block;
    font-size: 16px;
    line-height: 24px;
	min-height: 40px;
    margin: 10px 0 0;
    padding: 8px 5px 8px 40px;
	text-align: left;
}

.success {
    background-image: url(../images/success_icon.png);
	background-color: #eaf7d9;
    border-color: #c8dd9c;
    color: #425c05;
}

.information {
    background-image: url(../images/warning_icon.png);
	background-color: #ffeacd;
    border-color: #ffd396;
    color: #856404;
}

.error p, .success p, .information p {
	padding: 0 !important;
	font-size: inherit !important;
	line-height: inherit !important;
	text-align: inherit !important;
}

.input_error{border-color: #c00 !important;}

.input_success{border-color: #425c05 !important;}

.norecord{text-align: center;}

/* ERROR_MSG END*/



/* CLICKED

---------------------------------*/

.loader.clicked{position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000;}

.loader.clicked:before{-webkit-border-radius: 0; border-radius: 0; background: rgba(0, 0, 0, 0.8);}

.loader.clicked:after{width: 70px; height: 70px; margin: -35px 0 0 -35px; border-color: #fff; border-right-color: transparent;}

.noloader.loader.clicked:after{display: none;}

.loader.clicked > div{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    z-index: 1;
    margin: 40px 0 0;
    padding: 30px;
    width: 100%;
    text-align: center;
}

.loader.clicked > div span{text-transform: uppercase; margin-top: 20px;}

/*.clicked{position: relative; pointer-events: none;}

 .clicked:before{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    z-index: 1;
} */

[type="submit"].clicked:before, [type="reset"].clicked:before, button.clicked:before, .btn.clicked:before{-webkit-border-radius: 3px;border-radius: 3px; top: -1px; left: -1px; right: -1px; bottom: -1px;}

/* .clicked:after{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    width: 24px;
    height: 24px;
    border: 3px solid #3799FE;
    border-right-color: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1; 
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -moz-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
} */

@-webkit-keyframes rotate-forever {

  0% {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}

  100% {-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}

}

@-moz-keyframes rotate-forever {

  0% {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}

  100% {-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}

}

@keyframes rotate-forever {

  0% {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}

  100% {-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}

}

/*CLICKED END*/



/* PAGINATION

---------------------------------*/

.pagination {
    display: block;
    clear: both;
	margin: 40px 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
}
.pagination .page-numbers {
    background: #bc268f80;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #ffffff;
}
.pagination .page-numbers.current {
    background: #bc268f;
}
.pagination:after{content: ""; display: block; clear: both;}

.pagination p{
	display:inline-block;
	vertical-align:top;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: inherit;
    line-height: inherit;
}

.pagination > div{display:inline-block; vertical-align:top;}

.pagination ul {float: left; margin: 0; padding: 0;}

.pagination ul li{background: #d3d3d3; color: #fff;}

.pagination ul li, .previous_pagi, .next_pagi, a.pagination_view {
	float: left;
	display: block;
	margin: 0 0 0 5px;
	margin: 0;
    padding: 0;
	width: 36px;
	height: 36px;
    line-height: 34px;
	text-align: center;
	border: 1px solid #d3d3d3;
	border-left: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.previous_pagi{border-left: 1px solid #d3d3d3;}

.pagination ul li a{
	display: block;
	border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
	line-height: 34px;
    background: #fff;
    color: #000;
}

.previous_pagi, .next_pagi, a.pagination_view{
    padding: 0 5px;
	color: #000;
    background: #fff;
    font-size: 0;
    position: relative;
}

a.pagination_view{font-size: inherit;}

.previous_pagi:before, .next_pagi:before{
    content: "\f104";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-family:'FontAwesome';
}

.next_pagi:before{content: "\f105";}

.pagination ul li a:hover, a.previous_pagi:hover, a.next_pagi:hover, a.pagination_view:hover {background: #f87878; color: #fff;}

/*PAGINATION END*/


/* THANKYOU

----------------------*/

.thankyou_block{text-align: center;}

.thankyou_text .heading span, .thankyou_text .subheading span {display: block; color: #9cbe2f; margin-bottom: 10px;}

.thankyou_img{margin: 30px 0 0;}

/*THANKYOU END*/



/* BREADCRUMB

----------------------*/

.breadcrumb {
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 15px 0 0;
	margin: 0 0 -35px;
    font-weight: 400;
    color: #f87878;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    text-align: center;
	z-index: 5;
}

.breadcrumb ul {margin: 0; padding: 0; list-style-type: none;}

.breadcrumb ul li {display: inline-block; vertical-align: top; margin: 0 25px 0 0; padding: 0; position: relative; font: inherit;}

.breadcrumb ul li:before{content: "/"; display: block; position: absolute; top: 1px; right: -14px; font-family:'FontAwesome';}

.breadcrumb ul li:last-child{margin: 0; padding: 0;}

.breadcrumb ul li:last-child:before{display: none;}

.breadcrumb ul li a {color: inherit;}

.breadcrumb ul li:last-child, .breadcrumb ul li a:hover {color: #1898d4;}

/*BREADCRUMB END*/



/* VIDEO

----------------------*/

.sk_vdo{background-color: #000; width: 100%; padding-top: 56.25%; /* 16:9 Aspect Ratio */ position: relative;}

.sk_vdo iframe, .sk_vdo img{position: absolute; top: 0; left: 0; border: none; width: 100%; height: 100%;}

/*VIDEO END*/



/* OWL

---------------------------------*/

.owl-carousel .owl-stage {
  transition-timing-function: linear !important;
}

.owl-carousel{padding: 0 35px;}

.owl-carousel .owl-nav:after{content: ""; display: block; clear: both;}

/* .owl-carousel .owl-nav{width: 100px;	position: absolute;	right: 0; top: -65px;} */

.owl-carousel .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: #f87878;
    background: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    float: left;
    cursor: pointer;
    opacity: 1;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.owl-carousel .owl-nav .owl-next{float: right; padding: 0 0 0 4px; left: auto; right: 0;}

.owl-carousel .owl-nav .owl-prev.disabled, .owl-carousel .owl-nav .owl-next.disabled{pointer-events: none; opacity: 0.4;}

.owl-carousel .owl-nav [class*="owl-"]:hover{background: transparent; color: #f87878; opacity: 1;}

.owl-carousel .owl-nav.disabled + .owl-dots{margin-top: 30px;}

.owl-carousel .owl-dots{text-align: center;}

.owl-carousel .owl-dots .owl-dot{
    width: 12px;
    height: 12px;
    background: #ffb9b9;
    border: 2px solid transparent;
    outline: none;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 0 5px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.owl-carousel .owl-dots .owl-dot.active{background: #f87878; border-color: #f87878;}

.owl-carousel .owl-item img{width: auto; margin: 0 auto;}

/*OWL END*/



/* COMMON STYLE

---------------------------------*/

.scroll_effect{position: relative; display: none;}

.scrollup {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    background:#3ccaeb;
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.scrollup:hover {-webkit-border-radius: 50%; border-radius: 50%; -webkit-transform: rotate(360deg); transform: rotate(360deg);
    background:#3ccaeb; color: #fff;}

.floatingBtn {
    position: fixed;
    right: 0;
    top: 70%;
    z-index: 2;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 60px;
}

.floatingBtn a {
	height: 60px;
	line-height: 60px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	font-size: 24px;
}



.sk_fleft{float: left;}

.sk_fright{float: right;}

.sk_img_left{ float: left; margin: 5px 30px 0 0; }

.sk_img_right{ float: right; margin: 5px 0 0 30px; }



.ul, .alter_list{list-style: none; padding: 0; margin-top: 0; margin-bottom: -30px; overflow: hidden;}

.ul > li, .alter_list > li{margin-bottom: 30px;}

.border_list{list-style: none; padding: 0; margin: 0;}

.border_list > li{margin: 0; padding: 30px 0; border-bottom: 1px solid #d3d3d3;}

.border_list > li:first-child{padding-top: 0;}

.border_list li:last-child{padding-bottom: 0; border-bottom-width: 0;}

.divider_list{list-style: none; padding: 0;	margin: 0;}

.divider_list:after{content: "";display: block;clear: both;}

.divider_list > li{float: left;	margin: 0; padding: 0 0 0 30px;	position: relative;}

.divider_list > li:before{content: "|";	display: block;	position: absolute;	top: 0;	left: 15px;}

.divider_list > li:first-child{padding: 0;}

.divider_list > li:first-child:before{display: none;}

.center_list{text-align: center; margin-left: -16px; margin-right: -16px;}

.center_list li{float: none; display: inline-block; vertical-align: top; margin-left: -3px; margin-right: -3px;}

.border_top{padding-top: 30px; margin-top: 30px; border-top: 1px solid #d3d3d3;}

.border_btm{padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #d3d3d3;}

.bullet, .editor_text ul{list-style: none; margin: 0 0 20px; padding: 0; overflow: hidden;}

.bullet:last-child, .editor_text ul:last-child{margin: 0;}

.bullet li, .editor_text ul > li{padding: 0 0 0 20px; margin-bottom: 10px; position: relative; font-weight: 700; }

.bullet li:last-child, .editor_text ul > li:last-child{margin: 0;}

.bullet li:before, .editor_text ul > li:before {
    position: absolute;
    content: '';
    top: 12px;
    left: 0;
    width: 7px;
    height: 7px;
    line-height: 7px;
    border-radius: 100%;
    color: #fff;
    background: #0d0d0d;
    text-align: center;
}

.bullet.col2 > li, .editor_text ul.col2 > li{float: left;width: 50%;padding-right: 5px;}

.bullet.col3 > li, .editor_text ul.col3 > li{float: left;width: 33.33%;padding-right: 5px;}

.bullet.col4 > li, .editor_text ul.col4 > li{float: left;width: 25%;padding-right: 5px;}

.bullet.col5 > li, .editor_text ul.col5 > li{float: left;width: 20%;padding-right: 5px;}

.bullet.inline > li, .editor_text ul.inline > li{display: inline-block;margin-right: 40px;}

.table_box {display: table;width: 100%;height: 100%;}

.table_box_cell {display: table-cell;width: inherit;height: inherit;vertical-align: middle;}

.table_box_cell img {max-width: 100%;max-height: 100%;vertical-align: middle;display: inline-block;}



/* SITE_ICON

---------------------------------*/

.siteicon{display: inline-block; vertical-align: middle; width: 30px; height: 30px; background: url(../images/sprite.png) no-repeat;}

.siteicon.icon_map{width: 27px;	height: 34px; background-position: 0 -100px;}

.siteicon.icon_phone{width: 30px; height: 30px;	background-position: -100px -100px;}

.siteicon.icon_email{width: 30px; height: 30px;	background-position: -200px -100px;}



/* SOCIAL_ICON

---------------------------------*/

.social a{color: #f87878; vertical-align: top; margin: 0 5px 0 0; position: relative; font-size: 0;}

.social a:last-child{margin-right: 0;}

.social a i {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff4f;
    color: #ffffff;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.social a:hover i{-webkit-transform: rotate(360deg); transform: rotate(360deg); opacity: 1;}



.social a.sk_facebook i{background-color: #3b5999; border-color: #3b5999; color: #fff;}

.social a.sk_twitter i{background-color: #1da1f2; border-color: #1da1f2; color: #fff;}

.social a.sk_linkedin i{background-color: #006fa6; border-color: #006fa6; color: #fff;}

.social a.sk_google-plus i{background-color: #DE5347; border-color: #DE5347; color: #fff;}

.social a.sk_instagram i{background-color: #A4765C; border-color: #A4765C; color: #fff;}

.social a.sk_youtube i{background-color: #E52117; border-color: #E52117; color: #fff;}

.social a.sk_pinterest i{background-color: #bd081c; border-color: #bd081c; color: #fff;}

.social a.sk_rss i{background-color: #F36F24; border-color: #F36F24; color: #fff;}



.social a.fb i{background-color: #3b5999; border-color: #3b5999; color: #fff;}

.social a.twtr i{background-color: #1da1f2; border-color: #1da1f2; color: #fff;}

.social a.gplus i{background-color: #DE5347; border-color: #DE5347; color: #fff;}

.social a.lnkdn i{background-color: #006fa6; border-color: #006fa6; color: #fff;}

.social a.pin i{background-color: #bd081c; border-color: #bd081c; color: #fff;}

.social a.insta i{background-color: #A4765C; border-color: #A4765C; color: #fff;}

.social a.ytb i{background-color: #E52117; border-color: #E52117; color: #fff;}

.social a.rss i{background-color: #F36F24; border-color: #F36F24; color: #fff;}



/* SECTION_HEADING

----------------------*/

.section{width: 100%; padding: 50px 0;	position: relative;}

.section:before{position: absolute;	content: ""; display: block; bottom: 0; left: 0; right: 0; top: 0; z-index: -1;}

.heading{ 
    color: #f0f0f0;	
    margin-bottom: 25px; 
    position: relative;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.heading h2{
    font-size: 46px; font-weight: 600; line-height: 1.3em;
}
.heading h2 span, .heading h2 strong{
    font-weight: 600;
    /* background-color: transparent;
    background-image: linear-gradient(90deg, #59c7d5 0%, #c01c73 100%); */
    background: #17ADDF;
    background: linear-gradient(90deg,rgba(23, 173, 223, 1) 0%, rgba(33, 62, 190, 1) 50%, rgba(184, 17, 109, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.heading h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
}
.heading1 h2 {
    font-size: 55px;
    line-height: 1.4em;
}
/* 
.heading.brdr:before{
    content: "";
    display: block;
    width: 70px;
    height: 5px;
    background: #f87878;
    position: absolute;
    bottom: 0;
    left: 0;
}
.headtag{
    color: #1898d4;
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 8px;
    text-transform: uppercase;
    display: block;
}

.heading.w{color: #fff}
.heading.w:before{background: #fff;}
.heading.noborder{padding-bottom: 0}
.heading.noborder:before{display: none;}
.heading.text-left{text-align: left;}
.heading.text-right{text-align: right;}
.heading.text-center{text-align: center;}
.heading.text-left:before{left: 0; right: auto;}
.heading.text-right:before{left: auto; right: 0;}
.heading.text-center:before{left: 50%; right: auto; margin: 0 0 0 -35px;}
.heading_tag{
    color: #f87878;
	font-size: 22px;
    line-height: 24px;
	margin: -20px 0 25px;
    font-weight: normal;
}
.heading_tag:first-child{margin-top: 0;}
.heading_tag p{text-align: inherit;}

.subheading{
    font-weight: normal;
    font-size: 21px;
    line-height: 30px;
	color: #f87878;
	margin-bottom: 10px;
	position: relative;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
} 

.heading:last-child, .subheading:last-child, .heading_tag:last-child{margin-bottom: 0;}

.heading a, .subheading a{color: inherit;display: inline;}

.heading a:hover, .heading a:focus, .subheading a:hover, .subheading a:focus, a:hover .heading, a:hover .subheading{color: #f87878;}

*/

/* COMMON

---------------------------------*/

/* .disabled{opacity: 0.5; pointer-events: none;}

.sk_content_wrap:after, .sk_content:after, .sk_box:after, .sk_social:after{content: "";display: block;clear: both;}

.sk_content_wrap .sk_content{margin-bottom: 30px;}

.sk_content_wrap .sk_content:last-child{margin-bottom: 0;}

.sk_content_wrap figure{margin: 0 0 20px;}

.sk_content_wrap figure.sk_img_right{float: right; margin: 0 0 0 30px;}

.sk_content_wrap figure.sk_img_left{float: left; margin: 0 30px 0 0;}

/* .sk_content_wrap .btn_center{clear: both;} */



.sk_contact .editor_text ul > li{padding-left: 0;}

.sk_contact .editor_text ul > li::before{display: none;}

.sk_comm > i, .sk_comm > .siteicon{float: left; line-height: 30px; margin: 0;}

.sk_comm > div{margin: 0 0 0 40px; clear: none !important;}

.sk_map{-webkit-cursor: grab; cursor: grab; background: #E5E3DF; height: 300px; position: relative;}

.sk_map iframe{width: 100%; height: 100%; border: none; margin: 0;}



.withIcon.sk_content_wrap figure.sk_icon {
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0 20px 0 0;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
}

.withIcon.sk_content_wrap figure.sk_icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 90%;
    max-height: 90%;
}

.withIcon.sk_content_wrap .heading{padding-left: 70px;}

.withIcon.sk_content_wrap .heading:before{left: 70px;}

.withIcon.sk_content_wrap .sk_content{clear: both;}



.sk_shadow .sk_box{margin: 5px; -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); -webkit-border-radius: 3px; border-radius: 3px;}

.sk_shadow .sk_box figure{-webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;}

.sk_shadow .sk_box .sk_text{padding: 0 10px 10px;}



.sk_shadow_full .sk_box{margin: 5px; padding: 10px; -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); -webkit-border-radius: 3px; border-radius: 3px;}



.sk_box figure{overflow: hidden; -webkit-border-radius: 3px; border-radius: 3px; text-align: center;}

.sk_box figure img{-webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}

.sk_box a{display: block; color: inherit;}

.sk_box a.btn, .sk_box a.readmore{display: inline-block;}

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

.sk_box .sk_text .subheading{text-align: left;}

.sk_box .sk_para{margin-bottom: 10px; text-align: left; min-height: 48px; overflow: hidden;}

.sk_info{margin-bottom: 10px; text-align: left;}

.sk_info span{margin-right: 10px;}

.sk_info span:last-child{margin-right: 0;}

.sk_info span i{margin-right: 3px;}

.sk_box .sk_para:last-child, .sk_info:last-child{margin-bottom: 0;}

.sk_box:hover a figure img{-webkit-transform: scale(1.1); transform: scale(1.1);}

.withIcon.sk_box .sk_text{position: relative; padding: 25px 0 0; margin: 0;}

.withIcon.sk_box figure.sk_icon{
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    margin: 0 0 0 -25px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
}

.withIcon.sk_box figure.sk_icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 90%;
    max-height: 90%;
}

.withIcon.sk_box:hover a figure.sk_icon img{-webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}



.sk_sideblock{margin-bottom: 40px;}

.sk_sideblock:last-child{margin-bottom: 0;}

.sk_sideblockShadow{padding:10px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1); box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);}

.sk_sideblock .bullet li:before{top: 4px;}

.sk_sideblock ul li a{display: block; color: inherit; padding: 5px 0;}

.sk_sideblock ul li.active a, .sk_sideblock ul li:hover a{color: #f87878;}

.sk_sideblockShadow > .subheading{margin: -10px -10px 10px; padding: 10px; border-bottom: 1px solid rgba(0,0,0,0.1);}



.sk_toggle .sk_box{margin: 0 0 15px; padding: 10px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1); box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);}

.sk_toggle .sk_box:last-child{margin: 0;}

.sk_toggle .sk_ques{cursor: pointer; position: relative; padding: 0 50px 0 0;}

.sk_toggle .sk_ques:after{
    content: "\f078";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    color: #d3d3d3;
    font-size: 14px;
    font-family: 'FontAwesome';
    padding: 0 0 0 1px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.sk_toggle .sk_box.opened > .sk_ques:after {line-height: 28px; padding: 0 1px 0 0; transform: rotate(180deg); background: #d3d3d3; color: #fff;}

.sk_ans{display: none; margin: 10px 0 0;}



.sk_box .readmore{width:auto; height: auto; font: inherit; color: #f87878; background: transparent; -webkit-border-radius: 0; border-radius: 0; margin: 10px 0;}

.sk_box .readmore:hover{color: #f87878;}


/* HEADER */

.header_main{
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    height: auto;
    width: 100%;
    /* background: #000000; */
    z-index: 1;
}
.logo .normalogo{display: none;} 
.fixed .header_main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index:9;
    /* -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);*/
    background:#fff; 
    border-width: 0;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); 
    }
    100% {
        opacity: 1; -webkit-transform: none; transform: none; 
    }
}

@keyframes fadeInDown {
    0% { 
        opacity: 0; -webkit-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); 
    }
    100% { 
       opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; 
    }

}
.fixed .header_main .logo {
    max-width: 120px;
    padding: 0;
}

.fixed .header_main .nav_menu > ul > li {
    padding: 18px 0;
}

.fixed .header_main .logo .normalogo{display: block;}
.fixed .header_main .logo .stickylogo{display: none;}
.fixed .header_main .nav_menu > ul > li a,
.fixed .header_main .nav_menu > ul > li.menu-item-has-children > a:after
{color: #000;}
.fixed .header_main .nav_menu ul li:hover > a, 
.fixed .header_main .nav_menu ul li.active > a, 
.fixed .header_main .nav_menu ul li.current-menu-item > a, 
.fixed .header_main .nav_menu ul li.current-menu-item > a:after, 
.fixed .header_main .nav_menu ul li:hover > a:after, 
.fixed .header_main .nav_menu > ul > li.menu-item-has-children:hover a:after,
.fixed .header_main .nav_menu ul li .sub-menu li:hover a
{
    color: #0196fb;
}
.fixed .header_main .btntxt{color: #8627b9;}
.fixed .header_main .nav_menu ul li .sub-menu li a{color: #fff;}


/* .sticky .common_banner{margin-top: 65px;}

.sticky .hbottom{background: rgba(0, 0, 0, 0.8);}

.sticky .hmiddle, .sticky .nav_wrapper:before, .sticky .nav_wrapper:after{display: none;}

.sticky .nav_wrapper{padding: 0; background: transparent;} 

.sticky .nav_menu ul li:hover > a, .sticky .nav_menu ul li.active > a, .sticky .nav_menu ul li.current-menu-item > a{color: #1898d4;border-color: #1898d4;}

.sticky .responsive_btn span, .sticky .responsive_btn span:before, .sticky .responsive_btn span:after{background: #ffffff;}

.sticky .htop .headtop {
    display: none;
}
.sticky .htop .logo {
    max-width: 140px;
    padding: 10px 0;
} */


.logo{
    max-width:150px;
    padding: 10px 0;
}

.logo a{display:block;}

.btn.hbtn {
    color: #ffffff;
    height: 44px;
    line-height: 42px;
    padding: 0 20px;
}
.btn.hbtn:hover, .btn.hbtn:focus{
    color: #f87878;
}
.sticky .btn.hbtn {
	color: #f87878;
	background: #ffffff;
	border-color: #ffffff;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
}
.sticky .btn.hbtn:hover{
    color: #ffffff;
    background: transparent;
    border-color: #ffffff;
}

/*HEADER END*/

/* MENU*/

.nav_wrapper {
    flex: 1;
}

.nav_menu{
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_menu > ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    color: #f87878;
    text-transform:initial;
    display: inline-block;
    vertical-align: top;
}

.nav_menu ul li {list-style: none; margin: 0; padding: 0; position: relative;}

.nav_menu > ul > li {margin: 0 30px 0 0; display: inline-block; vertical-align: top; padding:34px 0;}

.nav_menu > ul > li:last-child{margin-right: 0;}

.nav_menu > ul > li a{color: #fff; display: block;}

.nav_menu > ul > li > a {
    height: auto;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.25px;
    padding: 5px 0;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: transparent;
    text-transform: capitalize;
    font-weight: 600;
}

/* .nav_menu > ul > li > a:after {
    position: absolute;
    content: "";
    background: #f87878;
    height: 2px;
    width: 100%;
    left: -100%;
    bottom: 1px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-transform: inherit;
} */

.nav_menu ul li a > span{position: relative;z-index: 1;}

.nav_menu > ul > li > a i.fa-home{font-size: 18px;}

.nav_menu ul li:hover > a, .nav_menu ul li.active > a, .nav_menu ul li.current-menu-item > a,
.nav_menu ul li.current-menu-item > a:after, .nav_menu ul li:hover > a:after,
.nav_menu > ul > li.menu-item-has-children:hover a:after
{
    color: #0196fb;
}

.nav_menu > ul > li:hover > a:after,.nav_menu > ul > li.current-menu-item > a:after, .nav_menu > ul > li.active > a:after{
    left: 0;
}

.sticky .nav_menu > ul{color: #000000;}

/* .sticky .nav_menu ul li:hover > a, .sticky .nav_menu ul li.active > a, .sticky .nav_menu ul li.current-menu-item > a{text-shadow: 1px 0 0px #ffffff; color: #ffffff;} */

/* .sticky .nav_menu > ul > li > a:after{background: #000000;} */

/*******  sub menu *****/

.subarrow {
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 0;
    width: auto;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.nav_menu ul li > .sub-menu{
	visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    padding: 10px 0 10px 0;
    margin: 40px 0 0;
    color: #fff;
    background: #17161e;
    border-top: 2px solid #0196fb;
    width: 270px;
    border-radius: 0px 0px 16px 16px;
    max-height: 380px;
    text-align: left;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(45.99999999999991, 45.99999999999991, 45.99999999999991, 0.5);
    box-shadow: 0px 0px 30px 0px rgba(45.99999999999991, 45.99999999999991, 45.99999999999991, 0.5);
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.nav_menu > ul li:hover > .sub-menu{visibility: visible;opacity: 1;}

.nav_menu > ul > li:hover > .sub-menu{margin:0;}

.nav_menu ul li > .sub-menu ul{list-style: none; padding: 0; margin: 0;}

.nav_menu > ul > li > .sub-menu li > .sub-menu{left: 100%; top: 0; list-style: none; margin: 0 0 0 15px;}

.nav_menu > ul > li .sub-menu li:hover > .sub-menu{margin: 0;}

.nav_menu ul li .sub-menu li {height: auto;	float: none; margin: 0; padding: 0; position: relative;}

.nav_menu ul li .sub-menu li:last-child{border-bottom:none;}

.nav_menu ul li .sub-menu li:first-child {border-top: none; margin: 0;}

.nav_menu ul li .sub-menu li a{
    padding: 3px 20px 3px 20px;
    line-height: 2em;
    font-size: 16px;
    font-weight: 600;
    height: auto;
    position: relative;
    color: #fff;
}

.nav_menu ul li .sub-menu li:last-child a{border: none;}

.nav_menu > ul > li.menu-item-has-children > a:after {
    position: absolute;
    content: "\f078";
    display: inline-block;
    font: normal normal normal 12px / 1 FontAwesome;
    color: #fff;
    top: 10px;
    left: 85%;
}

.nav_menu > ul > li.menu-item-has-children > a {
    padding-right: 25px;
}

/* .nav_menu ul li .sub-menu li a:after{
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background: #00b4d5;
	z-index: -1;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out; 
} */

.nav_menu ul li .sub-menu li:last-child a:after{-webkit-border-radius: 0; border-radius: 0;}

.nav_menu ul li .sub-menu li:first-child a:after{-webkit-border-radius: 0; border-radius: 0;}

.nav_menu ul li .sub-menu li:hover > a, .nav_menu ul li .sub-menu li.active > a, .nav_menu ul li .sub-menu li.current-menu-item > a{background: none; color: #0196fb;}

.nav_menu ul li .sub-menu li a:hover:after, .nav_menu ul li .sub-menu li:hover > a:after, .nav_menu ul li .sub-menu li.active > a:after, .nav_menu ul li .sub-menu li.current-menu-item > a:after{width: 100%;}

.nav_menu ul li .sub-menu li i{float: right; margin: 2px -15px 0 0; -webkit-transform: rotate(-90deg); transform: rotate(-90deg);}

.btntxt {
    font-size: 16px;
    font-weight: 600;
    color: #ffff;
}

/*RESPONSIVE MENU*/

.homeBtn{
    display: none;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 20;
    margin: -2px 0;
}

.homeBtn:hover{color: #014baf;}

.responsive_btn {
    display: none;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: 0 0 0 20px;
    background:#000;
    background: linear-gradient(130deg, rgba(23, 173, 223, 1) 0%, rgba(33, 62, 190, 1) 50%, rgb(21 180 238) 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 20;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.sticky .responsive_btn {
	background: #000000;
	width: 36px;
	height: 36px;
}
.sticky .responsive_btn span{width: 18px;}

.responsive_btn span {display: block; height: 2px; width: 20px; position: relative; top: 50%; margin: -1px auto;}

.responsive_btn span:before,.responsive_btn span:after {content: ""; display: inline-block; height: 100%; width: 100%; position: absolute; left: 0;}

.responsive_btn span:before {top: -6px;}

.responsive_btn span:after {bottom: -6px;}

.responsive_btn span,.responsive_btn span:before,.responsive_btn span:after {
    background: #fff;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.responsive_btn:hover span, .responsive_btn:hover span:before, .responsive_btn:hover span:after {background: #ffffff;}

.responsive_nav {
	display: block;
	position: fixed;
	left: -280px;
	top: 0;
	bottom: 0;
	width: 280px;
	min-height: 100%;
	z-index: 20;
	background: #000;
    background: linear-gradient(71deg, rgba(23, 173, 223, 1) 0%, rgba(33, 62, 190, 1) 50%, rgb(215 13 143) 100%);
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.responsive_nav ul {margin: 0; padding: 0; text-align: left;}

.responsive_nav ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	text-transform: capitalize;
}

.responsive_nav ul li:first-child {border-top: none;}

.responsive_nav ul li:after{display: none;}

.responsive_nav ul li > a {display: block; padding: 12px 10px 8px; color: inherit; position: relative; border-bottom: 1px solid #ffffff;}

.responsive_nav ul li a:hover,.responsive_nav ul li a:focus,.responsive_nav ul li.active > a{color: #ffffff; background: #303aba;}

.responsive_nav ul ul {padding: 0 0 15px 15px;}

.responsive_nav ul .sub-menu,.responsive_nav ul li a i {display: none;}

.responsive_nav .subarrow {display: block; pointer-events: inherit; width: 30px; height: 40px; line-height: 40px !important; right: 0;}

.responsive_nav ul .sub-menu .container {width: 100%; padding: 0;}

.bodyOverlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    transform: none;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

html.responsive,.responsive body {overflow-y: hidden;}

.responsive .wrapper {-webkit-transform: translate(-280px, 0) !important; transform: translate(-280px, 0) !important;}

.responsive .bodyOverlay {opacity: 1; visibility: visible;}

.responsive .responsive_nav {left: 0;}

.responsive .responsive_btn {pointer-events: none;}

.responsive .responsive_btn span {-webkit-transform: rotate(45deg); transform: rotate(45deg);}

.responsive .responsive_btn span:after {-webkit-transform: rotate(270deg); transform: rotate(270deg); top: 0;}

.responsive .responsive_btn span:before {opacity: 0;}

.responsive_nav .opened > .subarrow {-webkit-transform: rotate(180deg); transform: rotate(180deg);}

.responsive_nav .mCSB_outside + .mCSB_scrollTools{right: 0;}

.responsive .responsive_nav .mCSB_outside + .mCSB_scrollTools{right: -4px;}

/*MENU END*/



/* SLIDER

---------------------------------*/
.bannersec{
    /* background-color: #000; */
    position: relative;
    padding: 180px 0 150px 0;
}
.bannerinfo {

}
.bannerinfo h2 {
    color: #f0f0f0;
    font-size: 50px;
    /* line-height: 56px; */
    line-height: 1.2em;
}
.bannerinfo h1 {
    font-size: 72px;
    font-weight: 600;
    line-height: 1.4em;
    color: #f0f0f0;
    margin-bottom: 30px;
}
.bannerinfo h1 strong {
    font-weight: 600;
    /* background-color: transparent;
    background-image: linear-gradient(90deg, #59c7d5 0%, #c01c73 100%); */
    background: #17ADDF;
    background: linear-gradient(90deg,rgba(23, 173, 223, 1) 0%, rgba(33, 62, 190, 1) 50%, rgba(184, 17, 109, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bannerinfo h3 {
    font-size:26px;
    /* font-weight: 500; */
    color: #f0f0f0;
    margin-bottom: 30px;
}
.bannerinfo h3 strong{
    background: #17ADDF;
    background: linear-gradient(90deg, rgba(23, 173, 223, 1) 0%, rgba(33, 62, 190, 1) 50%, rgba(184, 17, 109, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: normal;
}
.bannerimg {
    position: relative;
}

.bannerimg:after {
    position: absolute;
    content: "";
    bottom: -200px;
    left:60px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background-color: transparent;
    background-image: radial-gradient(at center center, #3a0d5e 0%, #ffffff00 62%);
}
.bannerimg:before {
    position: absolute;
    content: "";
    bottom: -200px;
    left:280px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background-color: transparent;
    background-image: radial-gradient(at center center, #3a0d5e 0%, #ffffff00 62%);
}

.bannerimg img {
    position: relative;
    z-index: 1;
}

/*SLIDER END*/


/* FOOTER
---------------------------------*/
.mainFooter {
    /* background: #000; */
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
    color: #191919;
}
.ftop {
    margin: 80px 0 120px 0;
    border-top: 1px solid #272c2d;
    padding: 100px 0 0 0;
}
.logoside {
    padding-right: 20%;
}
.logoside a {
    width: 150px;
}

.logoside p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #999999;
    margin-top: 20px;
}
.backby {
    display: flex;
    align-items: center;
    color: #999999;
    margin-bottom: 20px;
}

.backby img {
    width: 70px;
}

.backby span {
    font-size: 14px;
    margin: 0 10px 0 0;
}

.feamlgo img {
    width: 100px;
}
.footerLink h3 {font-size: 16px;color: #fff;font-weight: 600;text-transform: uppercase;line-height: 1.75em;letter-spacing: 1px;}

.fnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fnav ul li a {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75em;
    color: #999999;
}
.fnav ul li a:hover{
    background: #17ADDF;
    background: linear-gradient(90deg,rgba(23, 173, 223, 1) 0%, rgba(33, 62, 190, 1) 50%, rgba(184, 17, 109, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sochal-icon {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sochal-icon li a {
    background: #2fe3f8;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #000;
    border-radius: 3px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}
.sochal-icon li a:hover{
    background: #17ADDF;
    background: linear-gradient(90deg,rgba(23, 173, 223, 1) 0%, rgba(33, 62, 190, 1) 50%, rgba(184, 17, 109, 1) 100%);
}

.copyright {     
    padding:30px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #999999;
 }

.copyright p{padding: 0; text-align: inherit; display: block; font-weight: 400;} 

.copyright a{
    color: #e1a166;
    font-weight: 600;
    background: #17ADDF;
    background: linear-gradient(90deg,rgba(23, 173, 223, 1) 0%, rgba(33, 62, 190, 1) 50%, rgba(184, 17, 109, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}

.copyright a:hover{
    background-image: linear-gradient(90deg, #30daf4 0%, #c1208c 100%);
}

/*FOOTER END*/



/* ==================================animation================================ */

.bannertext .subheading, .bannertext .heading, .bannertext p, .bannertext .btn
 {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	animation-duration: 1s; 
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.active .bannertext .subheading{
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; 
}

.active .bannertext .heading{
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; 
}

.owl-item.active .bannertext p{
     -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; 
}

.active .bannertext .btn{
     -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; 
}  

/* BLOG

---------------------------------*/

.sha_blog .section_top .heading{margin-bottom: 25px;}
.blog_list .row{row-gap: 30px;}
.blog_list .sk_box {
    background: transparent;
    padding: 15px 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px transparent;
}

.blog_list .sk_box:hover{
    background: #ffffff;
    box-shadow: 0 0 10px #0000003b;
}
.blog_list .sk_box figure{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 60%;
    background-color: #fff;
}

.blog_list .sk_box figure img{
    position: absolute;
    top:0;
    left: 0;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.date {
    color: #f87878;
    font-size: 18px;
    margin: 0 0 10px;
}
.blog_list .sk_box .sk_text{margin-top: 20px; text-align: left;}

.blog_list .sk_box .sk_text .para {
    height:70px;
    overflow: hidden;
}
.blog_list .sk_box .sk_text .para p {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 0;
}

.blog_list .sk_box .sk_text .readmore::after {
    content: '\f178';
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    font-size: 24px;
    line-height: 24px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-weight: 100;
}

.blog_list .sk_box .sk_text .readmore:hover:after{font-weight: 100;transform: translateX(8px);}

.blog_list .sk_box .sk_text .subheading{
    font-size: 19px;
    min-height: 60px;
}

/*BLOG END*/


/*--- clicked ---*/

/*body.clicked {
    position: fixed;
    width: 100%;
    height: 100%
}

 body.clicked:before {
    background: #fff;
    z-index: 9999999;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}
body.clicked:after {
    width: 80px;
    height: 80px;
    margin: -42px 0 0 -40px;
    z-index: 9999999;
} */
.loader.clicked {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000
}
.loader.clicked:before {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, .8)
}
.loader.clicked:after {
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    border-color: #fff transparent #fff #fff
}
.noloader.loader.clicked:after {
    display: none
}
.loader.clicked>div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    z-index: 1;
    margin: 40px 0 0;
    padding: 30px;
    width: 100%;
    text-align: center
}

.loader.clicked>div span {
    text-transform: uppercase;
    margin-top: 20px
}
/*.clicked {
    position: relative;
    pointer-events: none
}
.clicked:after,
.clicked:before {
    position: absolute;
    content: "";
    display: block;
    z-index: 1
}
 .clicked:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .8);
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: 1
} */
.btn.clicked:before,
[type=reset].clicked:before,
[type=submit].clicked:before,
button.clicked:before {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px
}
.clicked:after {
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    width: 24px;
    height: 24px;
    border: 1px solid #0196fb;
    border-right-color: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation-duration: .75s;
    -moz-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -moz-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear
}
@-webkit-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.bg {
    /* background: #000; */
}


.homabul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.homabul li {
    flex: 0 0 50%;
    max-width: 50%;    
    position: relative;
    padding: 0 16px;
    margin: 0 0 50px 0;
}
.homabul li h2{
    color: #f0f0f0;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 600;
}
.homabul li:after{
    position: absolute;
    content: "";
    background-color: transparent;
    width: 4px;
    height: 30px;
    background-image: linear-gradient(180deg, #b23397 0%, #43c3e7 100%);
    top: 0;
    left: 0;
}
.homabul li p {
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
    color: #b0a4a4;
}

.solutionbox {
    background: #17161e;
    padding: 0;
    overflow: hidden;
    color: #fff;
    height: 100%;
    border-radius: 15px;
    border: 1px solid #3e3e3e;
}
.solutionbox:hover{
    border: 1px solid #2790e2;
}
.solutionbox i {
    background: #2790e2;
    width: 40px;
    height: 40px;
    text-align: center;
    justify-content: center;
    line-height: 40px;
    border-radius: 5px;
    margin-bottom: 30px;
    display: flex;
}
.solutionbox i img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: invert(1);
    padding: 6px;
}

.solutionbox h2 {
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 500;
    margin-bottom: 20px;
}

.solutionbox p {
    color: #999999;
    font-size: 18px;
    line-height: 1.4em;
}
.solutionbox p.smalltxt {
    font-size: 12px;
    line-height: 20px;
}
.solutionbox p a {
    display: inline;
}

.journeysec {
    padding: 0;
    margin: 0;
    list-style-type: none;
    counter-reset: section;
}

.journeysec li {
    margin: 0;
    position: relative;
    padding: 0 0 0 150px;
}
.journeysec li:after{
    counter-increment: section;
    content: "0" counter(section);
    position: absolute;
    top: 0;
    left:30px;
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 600;
    background: #17ADDF;
    background: linear-gradient(90deg,rgba(23, 173, 223, 1) 0%, rgba(33, 62, 190, 1) 50%, rgba(184, 17, 109, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.journeysec li+li {
    margin-top: 30px;
}

.journeysec li h4 {
    font-size: 24px;
    line-height: 1.7em;
    font-weight: 600;
    color: #f0f0f0;
}

.journeysec li p {
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 400;
    color: #b0a4a4;
}

.teamsec .teamimg {
    position: relative;
    padding-top: 110%;
    padding-top: 70%;
    display: block;
}

.teamsec .teamimg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.teaminfo {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.teaminfo .teamifo {
    color: #fff;
}

.teaminfo .teamifo h3 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 0;
}

.teaminfo .teamifo p {
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 400;
    color: #b0a4a4;
    flex: 0 0 100%;
    max-width: 100%;
}

.teaminfo .teamli {
    font-size: 40px;
    color: #5b5b5b;
}
.teamsec:hover .teaminfo .teamli{
    background: #17ADDF;
    background: linear-gradient(90deg,rgba(23, 173, 223, 1) 0%, rgba(33, 62, 190, 1) 50%, rgba(184, 17, 109, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonialsec  .tesimg {
    width: 160px;
    height: 160px;
    background-color: transparent;
    background-image: linear-gradient(305deg, #c1208c 0%, #30daf4 100%);
    padding: 6px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
}
.testimonialsec  .tesimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 6px solid #000;
    border-radius: 50%;
}


.testimonialsec h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 52px;
    /* background-color: transparent;
    background-image: linear-gradient(90deg, #c1208c 0%, #30daf4 100%); */
    background: #17ADDF;
    background: linear-gradient(90deg,rgba(23, 173, 223, 1) 0%, rgba(33, 62, 190, 1) 50%, rgba(184, 17, 109, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}

.testimonialsec h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.bgredi {
    position: relative;
}
.bgredi:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background-color: transparent;
    z-index: 1;
    background-image: radial-gradient(at center center, #35004B 0%, #FFFFFF00 62%);
}
.bgredi .container{position: relative; z-index: 2;}

.multicolor {
    /* background-color: transparent;
    background-image: linear-gradient(140deg, #011ea4 0%, #62047c 100%); */
    background-color: #c1208c;
    background-image:linear-gradient(140deg, #c1208c 0%, #545acf 46%, #1d70cd 100%);
    padding: 100px 0;
    border-radius: 15px;
}

.multicolor h2 {
    color: #f0f0f0;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 25px;
}
.multicolor h2 strong {
    font-weight: 500;
    background: #17ADDF;
    background: linear-gradient(90deg, rgba(23, 173, 223, 1) 0%, rgba(33, 62, 190, 1) 50%, rgba(184, 17, 109, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.multicolor p {
    color: #f0f0f0;
    /* font-weight: 500; */
    font-size: 22px;
    line-height: 1.1em;
}
.multicolor .btn {
    background: #fff;
    color: #000 !important;
}
.features_section+.features_section {
    margin-top:30px;
}

.features_section {
    background: #17161E;
    padding: 30px;
    color: #fff;
    border-radius: 15px;
    border: 1px solid #3e3e3e;
}

.featuresbox {
    padding: 60px;
}

.featuresbox h2 {
    font-size: 34px;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 25px;
}
.featuresbox p{
    color: #999999;
    font-size: 18px;
    line-height: 1.4em;
}
.solutionbox ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.solutionbox ul li{
    color: #acacac;
    font-size: 18px;
    line-height: 1.4em;
    position: relative;
    padding-left: 24px;
}
.solutionbox ul li:after{
    position: absolute;
    display: inline-block;
    font: normal normal normal 16px / 1 FontAwesome;
    content: "\f058";
    top:6px; left: 0;
}

.featuresbox i {
    background: #2790e2;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin-bottom: 30px;
    display: flex;
}
.featuresbox i img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: invert(1);
    padding: 6px;
}

.packagesection h4 {
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 500;
    margin-bottom: 30px;
}

.packagesection h2 {
    font-size: 46px;
    line-height: 1.2em;
    font-weight: 600;
}

.packagesection h2 strong {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.packagesection {
    height: auto;
}
.videosec {position: relative;padding-top: 56%;}

.videosec iframe, .videosec video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

/* Contact 7 */

.contactsec {
    border: 1px solid #323145;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    height: 100%;
    background-image: linear-gradient(212deg, #005fdf, #c471ed);
}

.contact_form1 .heading p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}
.contact_form1 .heading p a {
    color: #007ee5;
}
.contact_form1 p {
    width: 100%;
}
.contact_form1 input#f12_captcha-514 {
    border: 1px solid #ddd;
    height: 40px;
    outline: none;
}
.map iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

.contactsec {
    border: 1px solid #323145;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    background-image: linear-gradient(212deg, #005fdf, #c471ed);
}

.contact_form1{
    padding: 30px;
    position: relative;
}
.contact_form1 .heading h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.contact_form1 label {
    color: #ffffff;
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

.check_label{
    margin-left: 10px;
    display: inline-block !important;
    margin-bottom: 0 !important;
}

.contact_form1 .wpcf7-form-control::placeholder,
.contact_form1 .wpcf7-form-control::-ms-input-placeholder
{
  color: #fff;
  opacity: 1;
}

.contact_form1 .wpcf7-form-control, .contact_form1 .wpcf7-form-control:-internal-autofill-selected{
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #8c92e0;
    color: #ffff;
    border-radius: 0;
    transition: 0.5s;
    position: relative;
}

.labelwrap label {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
}

.labelwrap label i {
    background: transparent;
    width: auto;
    height: auto;
    line-height: normal;
    margin: 0 8px 0 0;
}

.contact_form1 input[type="text"], 
.contact_form1 input[type="text"]:focus, 
.contact_form1 input[type="email"], 
.contact_form1 input[type="email"]:focus, 
.contact_form1 input[type="tel"], 
.contact_form1 input[type="tel"]:focus,
.contact_form1 input[type="date"], 
.contact_form1 input[type="date"]:focus,
.contact_form1 textarea,
.contact_form1 select, .contact_form1 select:focus
{
    width: 100%;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #8c92e0;
    color: #ffff;
    transition: 0.5s;
    position: relative;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 400;
    box-shadow: none;
    height:30px;
    outline: none !important;
    outline-offset: 0 !important;
}

.contact_form1 button.bd_btn {
    padding: 0;
    padding-right: 20px;
}

.contact_form1 button.bd_btn:hover{
    opacity: 0.8;
}

.contact_form1 .wpcf7-form-control-wrap{display: block;}

.contact_form1 input[type="file"], 
.contact_form1 input[type="file"]:focus{
    border: 1px solid #fff;
    padding: 10px;
    border-radius:0;
}

.contact_form1 .wpcf7-form-control:focus{
    /* border:0 !important; */
    box-shadow: none;
}

.contact_form1 .wpcf7-text, .contact_form1 .wpcf7-date, .contact_form1 .wpcf7-select,
.f12_captcha-133 input

{
    height:50px;
    outline: none;
}

.contact_form1 .wpcf7-select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.contact_form1 .wpcf7-list-item {
    margin: 0;
    position: relative;
    padding-left: 20px;
}

.contact_form1 .wpcf7-form-control.wpcf7-checkbox {
    border: 0;
    background-color: transparent;
    display: flex;
}
.contact_form1 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item+.wpcf7-list-item {
    margin-left: 30px;
}
.contact_form1 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
    padding: 0px 0 0 15px;
    margin: 0;
    font-size: 15px;
    line-height: 30px;
}
.contact_form1 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]{
    border: 1px solid #8c92e0;
    background: #fff;
}
.contact_form1 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:after{
    content: "";
    opacity: 0;
    display: block;
    left: 6px;
    top: -1px;
    position: absolute;
    width: 9px;
    height: 16px;
    border: 3px solid #ffffff;
    border-top: 0;
    border-left: 0;
    transform: rotate(41deg);
}
.contact_form1 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked:after{
	opacity:1;
}

.contact_form1 .wpcf7-list-item input[type="checkbox"] {
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
}
.contact_form1 textarea {
    height: 80px;
    padding: 10px 10px 10px 20px;
}


.contact_form1 .wpcf7-text, .contact_form1 .wpcf7-radio{
    border:0;
    padding: 0;
}

.contact_form1 .wpcf7-text, .contact_form1 .wpcf7-radio span.wpcf7-list-item:nth-child(1){
    margin-left: 0;
}

.contact_form1 .wpcf7-radio span.wpcf7-list-item label{
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contact_form1 .wpcf7-radio span.wpcf7-list-item label input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.contact_form1 .wpcf7-radio span.wpcf7-list-item label span.wpcf7-list-item-label:before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid red;
  border-radius:50px;
}

.contact_form1 .wpcf7-radio span.wpcf7-list-item label input[type=radio] ~ span.wpcf7-list-item-label{
  font-size: 13px;
  color: #000;
}

.contact_form1 .wpcf7-radio span.wpcf7-list-item label input[type=radio]:checked ~ span.wpcf7-list-item-label:before{
  background-color: #fff;
}

.contact_form1 .wpcf7-radio span.wpcf7-list-item label span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
}

.contact_form1 .wpcf7-radio span.wpcf7-list-item label input[type=radio]:checked ~ span.wpcf7-list-item-label:after{
  display: block;
}

.contact_form1 .wpcf7-radio span.wpcf7-list-item label span.wpcf7-list-item-label:after{
    left: 10px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid #1682ee;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wpcf7-not-valid-tip {
    font-size: 12px;
}

.footerLink img {
    background: #fff;
    padding: 10px;
    margin-top: 10px;
    border-radius: 3px;
    max-width: 150px;
}

.blogbox{
    background-color: #17161e;
    border-radius: 16px 16px 16px 16px;
    border-style: none;
    height: 100%;
}
.bd_postimg {
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 56%;
    border-radius: 10px;
}

.bd_postimg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 16px 16px 16px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.blogbox:hover .bd_postimg img{
    /* -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg); */
    opacity: .8;
}
.bd_deskebox{
    padding: 30px 30px 30px 30px;
}
.bd_deskebox h2 a {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4em;
    color: #f0f0f0;
}
.post-meta-list .meta-date{
    font-size: 15px;
    color: #999999;
}
.post-meta-list .meta-date i {
    font-size: 15px;
    padding-right: 5px;
    color: #3ccaeb;
}

.blogimg {
    margin-bottom: 50px;
}

.blogimg img {
    border-radius: 15px;
}
.blogcon{
    color: #999999;
}
.blogcon h2, .blogcon h3, .blogcon h4, .blogcon h5, .blogcon h5{color:#f0f0f0;}
.blogcon::first-letter {
    font-size:50px;
    font-weight: 500;
    float: left;
    padding:0 10px 10px 0;
	margin:10px 0 0 0
}

.logobox {
    padding: 0 50px;
}
.logobox img{
    filter: invert(1);
}
.logocarousel.owl-carousel .owl-nav [class*="owl-"] {
    top: 66%;
}

.genericsec {
    display: flex;
    flex-wrap: wrap;
}

.genericbox {
    flex: 0 0 50%;
    max-width: 50%;
}
.genericlft{
    background: #2d084b;
    padding: 100px 0px 100px 50px;
    position: relative;
    display: flex;
    align-items: center;
}
.genericlft:after {
    position: absolute;
    content: "";
    background: #2d084b;
    height: 100%;
    top: 0;
    right: -140px;
    width: 310px;
    border-radius: 50%;
    z-index: 1;
}

.genericlft .heading {
    position: relative;
    z-index: 2;
}

.genericrgt {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 0 50px 0 0;
}

.genullist {
    padding: 0;
    margin: 0;
    list-style-type: none;
    flex:  0 0 100%;
    max-width: 100%;
}

.genullist .genullistli {
    color: #fff;
    margin: 0;
    position: relative;
}

.genullist .genullistli .genullistlibox {
    display: flex;
    align-items: start;
}

.genullist .genullistli .genullistlibox .icongenlib {
    margin: 0 30px 0 0;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    text-align: center;
    padding: 15px;
    background: linear-gradient(137deg, rgb(255 255 255) 0%, rgb(225 225 225) 50%, rgb(193 193 193) 100%);
}

.congenlib h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 5px;
}

.congenlib li, .congenlib p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.genullist .genullistli+.genullistli {
    margin-top: 30px;
}

.genullist .genullistli:nth-child(1) {
    left: 70px;
}

.genullist .genullistli:nth-child(2) {
    left: 100px;
}

.genullist .genullistli:nth-child(3) {
    left: 70px;
}

/*  */

.stats {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.stat {
    max-width: 310px;
    margin: 20px;
    text-align: center;
}


.icon {
    font-size: 4rem;
    margin-bottom: 1rem;
}
.stat h3 {
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
}
.stat h6 {
    color: #999999;
    font-size: 16px;
    line-height: 1.4em;
    margin: 15px 0 10px 0;
}
.stat img {
    width: 200px;
    border-radius: 50%;
    box-shadow: 8px 2px 10px #5b757a;
}
.stat p {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.4em;
}
.stat:nth-child(2) {transform: scale(1.2);}
.stat:nth-child(2) p {
    font-size: 10px;
}
.stat p a {
    display: inline;
}


.journeyaccor .card {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding:30px 0;
}
.journeyaccor .card+.card {
    border-top: 1px solid #6b13b3;
}

.journeyaccor .card .card-header {
    border: 0;
    border-radius: 0;
    padding: 0;
}
.journeyaccor .card .collapse {
    margin-top: 40px;
}

.journeyaccor .accordion-title:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.journeyaccor .accordion-title.collapsed:before {
    float: right !important;
    content:"\f067";
}
.journeyaccor .card .card-header a.card-link {
    color: #fff;
    display: block;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    cursor: pointer;
}
.journeyaccorcon h2 {
    font-size: 28px;
    line-height: 34px;
}

.journeyaccorcon p, .journeyaccorcon ul li {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}
.journeyaccorimgsec {
    position: relative;
    padding-top: 50%;
    /* background: #ffffffd6; */
    height: 100%;
}

.journeyaccorimgsec img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    left: 0;
}
.journeyaccor .card:nth-child(even) .journeyaccorimg {
    order: 1;
}
.journeyaccorcon {
    padding-top: 20px;
    padding-bottom: 20px;
}
.positionrelative {
    position: relative;
}

.positionrelative > img {
    border-radius: 15px;
}

.onlyimgcon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

.midebox h2 a {
    /* word-break: break-all;
    font-size: 16px; */
}

.midebox h2 {
    margin: 0;
}

.gallimg {
    display: block;
    position: relative;
    height: 400px;
}

.gallimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.responsive_nav ul .sub-menu li a {
    padding: 12px 20px 8px;
    font-size: 16px;
}

.responsive_nav ul .sub-menu {
    padding: 0;
}