@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: 16px;
    line-height: 28px;
    padding:15px;
    margin: 0;
    color: #191919;
    background: #f2f1ed; 
}
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: #000000; }
/* 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: 50px; margin: 0 0 15px;}
h2 {font-size: 40px; margin: 0 0 15px;}
h3 {font-size: 30px; 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: #1898d4;
	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: #1898d4;}

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

del {text-decoration: line-through;}

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

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, select, textarea {
    padding: 5px 10px;
    width: 100%;
    height: 50px;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    color: #191919;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    position: relative;
    vertical-align: top;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

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: 80px;	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

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

.bd_btn {
    color: #fff !important;
    background: #5f3ea8;
    background-image: linear-gradient(to right, #5f3ea9 0%, #9f8ae9 50%, #5f3ea9 100%);
    background-size: 200% auto;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 30px;
    text-align: center;
    outline: none;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    position: relative;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 0;
    border: 0;
}
.bd_btn:focus
{
    background-image: linear-gradient(to right, #5f3ea9 0%, #9f8ae9 50%, #5f3ea9 100%);
}
.bd_btn i{
    vertical-align: middle; margin:-4px 0 0 8px; position: relative; top: 0;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
}
.bd_btn:hover i{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}
[type="reset"]{margin-right: 10px;}

.bd_btn:hover, .bd_btn:focus{
    outline: none;
	background-position: right center;
}

/* PAGINATION

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

.pagination {
    display: block;
    clear: both;
	margin: 40px 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 36px;
	text-align: right;
}
.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*/

/* 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*/


/* OWL

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

.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*/

.plr50 {
    padding-right: 50px;
    padding-left: 50px;
}
.plr30 {
    padding-right: 30px;
    padding-left: 30px;
}

/* COMMON STYLE

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

/* SECTION_HEADING

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

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

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

.heading{ 
    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; line-height: 1.2em;
}

/* COMMON

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



/* HEADER

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

.sticky .header_main {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    -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:#4bb2cd;
    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;
}
.sticky .header_main .header_main .htop-wrapper{
    border-bottom: 0;
}



@-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; 
    }

} 

.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-wrapper .logo {
    max-width: 160px;
    padding: 0px 0;
}

.mainHeader{
    width: 100%;
    padding: 0 0 15px 0;
}

.header_main{
    /* position: absolute;
    left: 0;
    right: 0;
    z-index: 9; */
    border: none;
    height: auto;
    width: 100%;
}
.header_main .htop-wrapper {
    border-bottom: 1px solid #ffffff61;
}

.logo{
    max-width:180px;
    padding:0px 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: 18px;
    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;}

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

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

.nav_menu > ul > li > a {
    height: auto;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.25px;
    padding:10px 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: #6a8227;
    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{
    color: #6444ae;
}

.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{color: #6444ae;}
.sticky .nav_menu ul li > a{color:#fff;}

.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: 0;
    margin: 15px 0 0;
    color: #fff;
	background: #f87878;
	width: 270px;
	max-height: 380px;
    text-align: left;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,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: 10px;
	line-height: 18px;
	height: auto;
	position: relative;
    overflow: hidden;
}

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

.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: #fff;;}

.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);}

/*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: 50px;
    height: 50px;
    margin: 0 0 0 20px;
    position: relative;
    background: #6140ab;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    z-index: 1;
    -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: -100%;
	top: 0;
	bottom: 0;
	width: 100%;
	min-height: 100%;
	z-index: 20;
	background: #5f3ea8;
    background-image: linear-gradient(to right, #5f3ea900 0%, #9f8ae936 50%, #5f3ea9 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: 10px 20px;
    color: inherit;
    position: relative;
    border-bottom: 1px solid #b29de14a;
}

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

.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;}

.mtoggle span.responsive_btn {
    z-index: 99;
    pointer-events: all;
    background: #000;
    margin: 0;
    display: inline-block;
}

.mtoggle {
    padding: 15px 20px;
    background: #8467c8;
}
.mtoggle .navbar-brand {
    width: 100px;
}

/*MENU END*/

.borderR20{
    border-radius: 20px;
}


/* SLIDER

---------------------------------*/
.bannersec{
    background-color: #000;
    position: relative;
    padding: 200px 0 100px 0;
    min-height: 700px;
    border-radius: 20px;
    overflow: hidden;
    background-size:cover !important
}
.bannersec:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: linear-gradient(180deg, rgba(4, 42, 45, 0) 65.37%, #042a2d 100.18%), linear-gradient(270deg, rgba(4, 42, 45, 0) 59.75%, #042a2d 100%) !important; 
    background: linear-gradient(181deg, #042a2d24 65.37%, #042a2d 100.18%), linear-gradient(331deg, rgb(4 42 45 / 0%) 59.75%, #042a2d 100%) !important;*/
    background-image: linear-gradient(to left, #ff000000, #381d76);
    width: 100%;
    height: 100%;
    z-index: 0;
}
.bannercon {
    position: relative;
    /* top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%); */
}
.bannercon h1{
    color: #fff;
    font-size: 70px;
    line-height: 85px;
}
.bannercon h1 strong{
    color:#3e9fff;
}
.inner_con h2 strong{
    /* background-image:linear-gradient(91deg, #3e9fff 4.95%, #97f0ff 97.92%);
    background-clip: text;
    -webkit-text-fill-color: transparent; */
    color:#3e9fff;
}

 .bannercon p, .bannercon h1, .bannercon h2, .bannercon h4,
 .text-white h1, .inner_con.text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white p,
 .text-white ul li, .text-white a, .text-white ol li
 {
    color: #fff;
 }
 .bannercon p strong {
    color: #fff;
}
 .bannercon h5 {
    font-size: 40px;
    line-height: 48px;
    color: #04c9e9;
}


/*SLIDER END*/


/* FOOTER
---------------------------------*/
.mainFooter {
    background: #120236;
    background-image: linear-gradient(to right, #120236 0%, #643ad6 50%, #120236 100%);
    background-size: 200% auto;
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    position: relative;
}

.mainFooter .container{
    position: relative; z-index: 1;
}
.ftop {
    margin:80px 0 40px 0;
    /* padding: 100px 0 0 0; */
}
.logoside {
    padding-right: 5%;
}
.logoside h2 {
    font-size: 40px;
    line-height: 60px;
/*     font-weight: 700; */
}
.logoside h2 strong {
    background-image: linear-gradient(91deg, #3e9fff 4.95%, #97f0ff 97.92%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
}
.logoside a {
    width: 150px;
}

.logoside p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75em;
    color: #fff;
    margin-top: 20px;
}
.footerLink h3 {
    font-size: 25px;
    color: #ffffff;
    line-height: 1.75em;
    font-weight: 700;
}

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

.fnav ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75em;
    color: #fff;
}
.fnav ul li a i {
    margin: 0 10px 0 0;
    border: 2px solid #fff;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
}

.fnav ul li {
    margin: 0;
}

.fnav ul li+li {
    margin-left: 20px;
}
.fnav ul li a:hover{
    color: #fff;
}
.telem ul li {
    flex: 0 0 100%;
    max-width: 100%;
}
.telem.fnav ul li a {
    display: flex;
    align-items: center;
}

.telem ul {
    flex-wrap: wrap;
}

.telem ul li+li {
    margin: 20px 0 0 0;
}
.sochal-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.sochal-icon li + li{margin-left: 10px;}
.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:#cbff00;
}

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

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

.copyright a{
    font-weight: 600;
    color: #00daff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}

.copyright a:hover{
    color: #fff;
}
.copyright-wrapper {
    border-top: 1px solid #ffffff69;
    padding-top: 20px;
}

/*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 #f87878;
    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: #00172e;
    background-image: linear-gradient(to right, #00172e 0%, #02a8c3 50%, #00172e 100%);; */
    background: #120236;
    background-image: linear-gradient(to right, #120236 0%, #643ad6 50%, #120236 100%);
    background-size: 200% auto;
}
.bg1{
    background: #ffffff;
}

/* Inner Content */



.inner_con{
    color: #000;
    font-size:16px; 
    line-height:20px;
}
.inner_con .alignright{
    float: right;
    margin: 20px 0 20px 20px;
    filter: drop-shadow(5px 5px 5px #222);
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    -moz-filter: drop-shadow(5px 5px 5px #222);
    -ms-filter: drop-shadow(5px 5px 5px #222); 
}
.inner_con .alignleft{
    float: left;
    margin: 20px 20px 20px 0;
    filter: drop-shadow(-5px 5px 5px #222);
    -webkit-filter: drop-shadow(-5px 5px 5px #222);
    -moz-filter: drop-shadow(-5px 5px 5px #222);
    -ms-filter: drop-shadow(-5px 5px 5px #222);
}
.inner_con h2{
    color: #000000;
    font-size: 55px;
    line-height: 65px;
    position: relative;
    margin-bottom: 15px;
    font-weight:300;
}
.inner_con p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.inner_con h2 strong{
    color: #00b4d8;
    display: inline;
}
.inner_con h3{
    color: #000000;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 15px;
}
.inner_con h4{
    color: #000;
    font-size: 20px;
    line-height: 26px;
    margin-bottom:15px;
}
.inner_con ol li+li{
    margin-top: 10px;
}
.inner_con ol li {
    margin-left: 14px;
    color: #000;
}
.inner_con ul{
    padding-left: 0;
    list-style-type: none;
}
.inner_con ul li{
    position: relative;
    margin: 10px 0;
    padding-left: 25px;
    color: #000;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}
.inner_con ul li:after{
    position: absolute;
    content: "\f00c";
    color: #3f4e2c;
    font: normal normal normal 18px FontAwesome;
    top: 2px;
    left: 0;
    background-image: linear-gradient(267.43deg, #73ed7c 4.95%, #019297 97.92%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inner_con h6{
    font-size: 16px;
    line-height: 20px;
}

.inner_con h5 {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.inner_con h5:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    background: url(../images/icon-sub-heading.svg) no-repeat left center;
    width: 14px;
    height: 14px;
    background-size: cover;
    filter: invert(77%) sepia(44%) saturate(783%) hue-rotate(275deg) brightness(204%) contrast(162%);
}

.fixedimg{
    width: 100%;
    height: 100%;
    /* background-size: cover !important; */
}
.fixedimg img{width: 100%;}

.titlcon {
    background: #5f3ea8;
    background-image: linear-gradient(to right, #5f3ea9 0%, #9f8ae9 50%, #5f3ea9 100%);
    background-size: 200% auto;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 20px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.titleinfo:hover .titlcon{
    background-position: right center;
}

.titlcon img {
    filter: invert(1);
}
.titleinfo h4 {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    margin: 15px 0;
}

.vdobtn {
    border: 0;
    background: transparent;
    color: #000;
    font-weight: 700;
    cursor: pointer;
}

.vdopopup {
    /* background: #fff; */
    height: 100%;
    display: flex;
    align-items: end;
}

.vdobtn i {
    margin-right: 20px;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    background: #5f3ea8;
    background-image: linear-gradient(to right, #5f3ea9 0%, #9f8ae9 50%, #5f3ea9 100%);
    background-size: 200% auto;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.vdobtn:hover i{
    background-position: right center;
}
button:focus,
button:focus-visible
{
    outline: 0;
}

.bdmodalpop button.close {
    position: absolute;
    opacity: 1;
    background: #916dff;
    width: 40px;
    height: 40px;
    padding: 0 0 8px 0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    right: -20px;
    z-index: 1;
}

.bdmodalpop button.close span {
    text-shadow: none;
    color: #fff;
}

.vdosec {
    position: relative;
    padding-top: 56%;
}

.vdosec iframe, .vdosec video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vdosecpop img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out !important;
}

.vdosecpop {
    display: block;
    position: relative;
    padding-top: 60%;
    cursor: pointer;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}
.vdosecpop i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    font-size: 18px;
    background-image: linear-gradient(263deg, #93ecff 0.16%, #3fa0ff 99.84%);
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    opacity: 0;
    transition: all 0.5s ease-in-out !important;
}
.vdosecpop:hover i{opacity:1;}
.vdosecpop:hover img{opacity: 0.6;}

.vdosecmodal  button.close {
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: 9;
    opacity: 1;
    text-shadow: none;
    background-color: transparent;
    background-image: linear-gradient(263deg, #93ecff 0.16%, #3fa0ff 99.84%);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 0 0 10px 0;
    font-size: 32px;
}

.awardsimg {
    position: relative;
    padding-top: 70%;
}

.awardsimg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.serviceboxh {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -1%;
    list-style-type: none;
}

ul.serviceboxh li {
    margin: 1%;
    flex: 0 0 23%;
    max-width: 23%;
    background-image: linear-gradient(to top, #aa07f2 0%, #d374ff 50%, #aa07f245 100%);
    padding: 15px;
    border-radius: 15px;
}
ul.serviceboxh li .titleinfo h4 {
    border-top: 1px solid #c7c7c7;
    color: #000000;
    padding-top: 15px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

ul.serviceboxh li .titleinfo p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #8f8f8f;
    padding-right: 20%;
}
.awardssec {
    background-image: linear-gradient(to left, #274a7cde, #381d76);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.awardssec .titlcon {
    flex: 0 0 90px;
}
.awardssec .incon {
    max-width: 100%;
    margin-top: 15px;
    color: #fff;
    font-weight: 300;
}
/* .industrysecbox {
    flex-direction: row;
    column-gap: 25px;
    justify-content: center;
} 
.awardssec h4 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    padding: 0 20px 0 10px;
}*/

.testinfo {
    background: url(../images/testimonial-quote.svg) no-repeat top right;
    background-size: 58px auto;
    padding: 30px 0;
    background-position-y: 30px;
}
.client_logo img {
    margin: 0 !important;
}

.client_logo {
    margin-bottom: 20px;
    width: 100px;
}
.tesimg {
    height: 100%;
}

.tesimg img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.testimonialslider {
    padding: 0;
}

.tescon {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
    max-height: 195px;
    overflow-y: scroll;
    font-weight: 500;
    padding-right: 15px;
}

.testimonialslider  h3 {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
}

.testimonialslider p {
    color: #fff;
}

.protfolioimg {
    position: relative;
    padding-top: 65%;
    border-radius: 12px;
    overflow: hidden;
}

.protfolioimg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.protfolioimg iframe, .protfolioimg video  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ftrfrom input[type="text"], .ftrfrom input[type="email"] {
    height: 45px;
    background: #ffffff00;
    border: 1px solid #fff;
    color: #ffff;
    font-size: 14px;
}

.ftrfrom input::-moz-placeholder, .ftrfrom textarea::-moz-placeholder{color: #fff; opacity: 1;}
.ftrfrom input::-webkit-placeholder, .ftrfrom textarea::-webkit-placeholder{color: #fff; opacity: 1;}
.ftrfrom input::placeholder, .ftrfrom textarea::placeholder{color: #fff; opacity: 1;}

/* Inner Page */
.binnerbannersec {
    /* min-height: 520px; */
    background-color: #6140ab;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    /* background-size: cover !important; */
}
/* .binnerbannersec h1 {
    color: #3e9fff;
    font-size: 60px;
    line-height: 60px;
}
.binnerbannersec h1 strong {
    font-weight: normal;
    font-size: 38px;
    line-height: 46px;
} */

.blogbannercon h1 strong {
    font-size: 30px;
    line-height: 36px;
}

.blogbannercon h1 {
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
}

.blogbanerimg {
    position: relative;
    padding-top: 80%;
    height: 100%;
}

.blogbanerimg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .innerbannersec:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to left, #ff000000, #381d76);
    width: 100%;
    height: 100%;
    z-index: 0;
} */
.seconeimg {
    position: relative;
    height: 100%;
    padding: 0 2%;
}

.seconeimg img:nth-last-child(1) {
    position: absolute;
    bottom: 0;
    right: 20px;
    height: 48%;
    width: 40%;
    border: 10px solid #f2f1ed;
}
.seconeimg img {
    height: 90%;
    border-radius: 15px;
    width: 90%;
    object-fit: cover;
}

.accordion button.btn i {
    position: absolute;
    right: 10px;
    top: 14px;
    /* transform: translateY(-50%); */
    font-size: 18px;
    line-height: 18px;
}

.accordion button.btn {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    padding: 10px 30px 10px 20px;
    border-radius: 10px;
    white-space: normal;
    position: relative;
    color: #ffffff;
    background: #02a4bf;
}
.accordion button.btn:hover, .accordion button.btn:focus{
    text-decoration: none;
}

.accordion .card {
    border-radius: 10px;
    background: transparent;
    border: 1px solid #cfcfcf;
}

.accordion .card-header {
    background: transparent;
}
.accordion .card .card-body {
    /* background-image: linear-gradient(91deg, #3e9fff 4.95%, #97f0ff 97.92%);
    color: #fff; */
    border-radius: 0px 0px 10px 10px;
}
.accordion button.btn.arrow {
    /* background-image: linear-gradient(91deg, #3e9fff 4.95%, #97f0ff 97.92%);
    color: #fff;
    border-radius: 10px 10px 0 0;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important; */
}
.accordion .card .card-body p, .accordion .card .card-body ul li{
    font-size: 16px; line-height: 22px;
}

.serviceinfo {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    height: 100%;
}

.serviceinfo.titleinfo h4 {
    color: #000;
}

.serviceinfo.titleinfo p {
    padding-bottom: 10px;
}

.contact_form {
    padding: 30px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background:#ffffffa8;
    border-radius: 10px;
}

.contact_form p {
    color: #000 !important;
}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea {
    background: transparent;
    border-bottom: 1px solid #ccc;
    padding: 0;
    font-size: 14px;
}

.contact_form input.bd_btn {
    display: inline-block;
    width: auto;
}
.contact_form span.wpcf7-not-valid-tip {
    font-size: 13px;
    line-height: 18px;
}

.coninforbox+.coninforbox {
    border-top: 1px solid #ccc;
    padding-top:40px;
    margin-top:40px;
}

.coninforbox h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
}

.coninforbox p {
    font-size: 15px;
    line-height: 20px;
}

.coninforboxatag a {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.coninforboxatag a + a{margin-top: 10px;}

.coninforboxatag a i {
    background: #5f3ea8;
    background-image: linear-gradient(to right, #5f3ea9 0%, #9f8ae9 50%, #5f3ea9 100%);
    background-size: 200% auto;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin: 0 12px 0 0;
}

.userdetails {
    width: 100%;
    display: flex;
    align-items: center;
}

.userdetails figure {
    width: 130px;
    height: 130px;
    margin-right: 20px;
    flex-shrink: 0;
}
.userdetails figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.userdetails figcaption{
    width: 100%;

}

.owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i{
    font-size: 30px;
}


.videoslide.owl-carousel .owl-stage {
    margin: 0 auto;
}

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

.uertestocon .userdetails {
    flex: 0 0 40%;
    max-width: 40%;
}

.uertestocon .uertestocon {
    flex: 0 0 60%;
    max-width: 60%;
    position: relative;
}
.uertestocon .uertestocon:after{
    position: absolute;
    content: "";
    background: url(../images/blockquote.svg);
    top: 0;
    left: 0;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 50px auto;
    width: 50px;
    height: 50px;
}

.uertestocon .uertestocon .client_logo {
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.uertestocon .uertestocon .tescon {
    color: #8f8f8f;
    padding-left: 60px;
    max-height: 250px;
}

.testimonial-item+.testimonial-item {
    border-top: 1px solid #ccc;
}

/* Singel Testimonial */

.singeltesti {
    text-align: center;
    background: transparent;
}

.singeltesti .client_logo {
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
    width: 200px;
    height: 200px;
    background-color: transparent;
    background-image: linear-gradient(305deg, #6445af 0%, #4bb2cd 100%);
    padding: 6px;
}

.singeltesti .client_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 6px solid #ffffff61;
    border-radius: 50%;
}

.singeltesti .userdetails {
    color: #fff;
}

.singeltesti .userdetails h3 {
    font-weight: 500;
}

.singeltesti .tescon {
    max-height: none;
    overflow-y: auto;
    background: url(../images/testimonial-quote.svg) no-repeat top left;
    background-size: 58px auto;
}
.singeltesti .tescon1, .singeltesti .userdetailsblack {
    color: #000;
}

.blogimg {
    position: relative;
    padding-top: 70%;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.blogimg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.bloginfo h2 {
    font-size: 22px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
}

.bloginfo p {
    color: #6a6a6a;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
.blogimg .bd_btn {
    padding: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    line-height: 40px;
}

.blogimg .bd_btn i {
    margin: 0;
}
.blogsec:hover .blogimg img{
    transform: scale(1.1);
}
.blogsec:hover .blogimg .bd_btn{
    outline: none;
    background-position: right center;
}
.blogsec:hover .blogimg .bd_btn i {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}
.bolgdate {
    color: #fff;
    font-weight: 600;
}

.bolgdate i {
    margin: 0 10px 0 0;
    color: #b7a0ff;
}
.blogcontent blockquote {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px 30px;
    border-radius: 15px;
}

.blogcontent blockquote p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.showreelsec ul li {
    display: flex;
    align-items: center;
    margin: 16px 0;
}

.showreelsec ul li img {
    height: 25px;
    width: auto;
    object-fit: contain;
    margin: 0 15px 0 0;
}

.object-fit-cover{
    object-fit: cover;
}