@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    outline: 0;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}
body::-webkit-scrollbar {
    width: 4px;
    background: #000;
}
body::-webkit-scrollbar-thumb {
    background-color: #333;
    border: 1px solid #333;
}
::-moz-selection {
    color: #fff;
    background: #3d96eb;
}
::selection {
    color: #fff;
    background: #3d96eb;
}
img {
    max-width: 100%;
    height: auto !important;
    image-rendering: -webkit-optimize-contrast;
}
.trs {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-control::placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 15px;
}
::-webkit-input-placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 15px;
}
:-moz-placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 15px;
}
::-moz-placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 15px;
}
:-ms-input-placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 15px;
}
select:required:invalid {
    color: #888 !important;
}
:focus {
    outline: none !important;
    box-shadow: none !important;
}
a, a:hover {
    text-decoration: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5500s ease-in-out 0s;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    cursor: pointer !important;
    color: #2d2d2d !important;
}
select::-ms-expand {
    display: none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="file"], input[type="date"], input[type="number"], textarea, select {
    outline: none !important;
    box-shadow: none !important;
    font-size: 16px !important;
    color: #666666;
}
.form-control:focus, .form-select:focus {
    border-color: #3d96eb !important;
    box-shadow: none !important;
}
textarea {
    resize: none;
    line-height: 26px !important;
}
.form-floating > textarea.form-control {
    min-height: calc(8em + (0.75rem + 2px));
}
.form-floating > label {
    font-size: 15px;
    color: #999;
}
.form-floating > .form-control:focus ~ label {
    color: #2d2d2d;
}
.form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after {
    background-color: transparent;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
b, strong {
    font-weight: 500;
}
.form-check-input:checked {
    color: #fff;
    border-color: transparent;
    background-color: #3d96eb;
}
.form-check-input:focus {
    border-color: rgba(225, 116, 0, 0.3);
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 116, 0, 0.3);
}
.form-check, .form-check-input {
    cursor: pointer;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.shine_ani:before {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.15)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}
.shine_ani:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {
        left: -125%;
    }
}
@keyframes shine {
    100% {
        left: -125%;
    }
}
.hash_anchor {
    scroll-margin-top: 80px;
}
.nothing_display {
    width: 100%;
    padding: 50px 0;
    float: left;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #3d96eb;
}
/************************* header *************************/
.menu_bg {
    padding: 30px 0 0 0;
    position: absolute;
}
.s_menu_bg {
    height: auto !important;
    position: fixed;
    z-index: 9;
    left: 0;
    padding: 5px 0;
    background: #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    animation: fadeIn 2s ease-in-out;
}
.logo img {
    width: 200px;
}
.s_menu_bg .logo img {
    width: 150px;
}
.s_menu_bg .navbar-nav > li > .nav-link {
    color: #000;
}
.s_menu_bg .menu_icon {
    background-color: transparent;
}
.s_menu_bg .menu_icon > span {
    background: #3D41CD;
}
/***************************** Menu *****************************/
.navbar-nav.sm-collapsible .sub-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -0.7em 0.5em 0 0;
    border-radius: 0.25rem;
    padding: 0;
    width: 2em;
    height: 1.4em;
    font-size: 1.25rem;
    line-height: 1.2em;
    text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
    content: "+";
}
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
    content: "-";
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-nav.sm-collapsible .has-submenu {
    padding-right: 3em;
}
.navbar-nav.sm-collapsible .nav-link, .navbar-nav.sm-collapsible .dropdown-item {
    position: relative;
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow, .fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow, .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -0.3em;
    margin-right: 1em;
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
    padding-right: 2em;
}
.navbar-nav .scroll-up, .navbar-nav .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    height: 20px;
    overflow: hidden;
    text-align: center;
}
.navbar-nav .scroll-up-arrow, .navbar-nav .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid;
    border-left: 7px solid transparent;
}
.navbar-nav .scroll-down-arrow {
    top: 6px;
    border-top: 7px solid;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
    margin: 0.5em;
}
.navbar-nav:not([data-sm-skip]) .dropdown-item {
    white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
    white-space: nowrap;
}
.navbar .has-megamenu {
    position: static !important;
}
.navbar .megamenu {
    padding: 1rem;
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}
.has-megamenu:hover .megamenu {
    visibility: visible;
}
.navbar .megamenu .dropdown-item {
    padding: 8px;
}
.navbar-nav:not(.sm-collapsible) .has-megamenu .dropdown-item .sub-arrow {
    top: auto;
    margin-top: 8px;
}
.navbar {
    width: 100%;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.navbar-nav > li > .nav-link {
    color: #000;
    display: block;
    position: relative;
    padding: 10px 0;
    margin: 0 0 0 30px;
    font-size: 15px;
    font-weight: 600;
	text-transform: uppercase;
}
.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show > .nav-link, .navbar-nav > li.active > a.highlighted {
    color: #000;
}
.navbar-nav li.active .nav-link:before, .navbar-nav li .nav-link:before, .navbar-nav > li.active > a.highlighted:before {
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
	margin: 0 auto;
    color: transparent;
    content: "";
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(0);
   	transform: scale(0);
	background: #000;
}
.navbar-nav li.active .nav-link:before, .navbar-nav li .nav-link:hover:before, .navbar-nav > li.active > a.highlighted:before, .navbar-nav > li > a.highlighted:before {
    visibility: visible;
    -webkit-transform: scale(1);
   	transform: scale(1);
}
.navbar .dropdown-item {
    width: auto;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 !important;
    padding: 8px;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active, .navbar .dropdown-item:hover, .navbar .dropdown-item:focus, .navbar .dropdown-item.highlighted {
    background: #3d96eb !important;
    color: #fff !important;
}
.navbar .dropdown-menu {
    animation: fadeIn 1s;
}
.menu_icon {
    width: 42px;
    float: right;
    padding: 5px;
    display: none;
    border: none;
    background: #e7eefa;
    z-index: 9;
}
.menu_icon > span {
    height: 2px;
    float: left;
    background: #3D41CD;
    margin: 3px 0;
}
.menu_icon:hover span {
    width: 100% !important;
}
.menu-close {
    width: 40px;
    height: 40px;
    border: none;
    z-index: 9;
    position: relative;
    background-color: transparent;
	color: #fff;
    border-radius: 50%;
}
.navbar .nav-link, .navbar .dropdown-item {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.megamenu h5 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    padding: 0 8px 8px 8px;
}
/***************************** btn *****************************/
.btn-flip {
	opacity: 1;
	outline: 0;
	color: #fff;
	line-height: 40px;
	font-size: 16px;
    font-weight: 800;
	position: relative;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
}
.btn-flip:hover:after {
	opacity: 1;
	transform: translateY(0) rotateX(0);
}
.btn-flip:hover:before {
	opacity: 0;
	transform: translateY(50%) rotateX(90deg);
}
.btn-flip:after {
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	color: #fff;
	display: block;
	transition: 0.5s;
	position: absolute;
	background: linear-gradient(64.46deg, #3D41CD 3.76%, #3ECDFF 99.98%);
	padding: 5px 50px;
	content: attr(data-back);
	transform: translateY(-50%) rotateX(90deg);
}
.btn-flip:before {
	top: 0;
	left: 0;
	opacity: 1;
	color: #fff;
	display: block;
	line-height: 40px;
	transition: 0.5s;
	position: relative;
	background: linear-gradient(64.46deg, #3ECDFF 3.76%, #3D41CD 99.98%);
	padding: 5px 50px;
	content: attr(data-front);
	transform: translateY(0) rotateX(0);
}
.send_btn {
	font-size: 16px;
    padding: 15px;
    font-weight: 600;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #000;
    border: none;
    background: none;
    top: 50%;
    left: 50%;
	text-transform: uppercase;
}
.send_btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(64.46deg, #3ECDFF 3.76%, #3D41CD 99.98%);
    z-index: -1;
    transition: transform 0.6s;
    transform-origin: bottom right;
    transform: scale(0);
}
.send_btn:hover:before {
    transition: transform 0.5s;
    transform-origin: top left;
    transform: scale(1);
}
.send_btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
    transition: transform 0.5s;
    transform-origin: top left;
    transform: scale(1);
}
.send_btn:hover:after {
    transition: transform 0.6s;
    transform-origin: bottom right;
    transform: scale(0);
}
.send_btn:hover {
	color: #fff;
}
/***************************** Banner *****************************/
.banner {
    width: 100%;
    float: left;
    position: relative;
}
.banner_text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
}
.banner_text span {
    width: 60%;
    float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.banner_text span h1 {
    font-size: 50px;
    font-weight: 900;
    color: #252525;
}
.banner_text span h4 {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.carousel-control-next, .carousel-control-prev {
    width: 5% !important;
}
/************************* about *************************/
.about h2 {
    font-size: 40px;
    font-weight: 800;
    color: #000;
	position: relative;
}
.about h2:before {
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
	margin: 0 auto;
    color: transparent;
    content: "";
	background: #000;
}
.about h3 {
    color: #000;
    font-weight: 800;
    font-size: 20px;
}
.about h4 {
    color: #747474;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.about a {
    color: #0A72B6;
    font-weight: 400;
    font-size: 16px;
	text-decoration: underline;
}
.about .owl-item img {
	width: auto !important;
    height: 60px !important;
	display: inline-block !important;
}
.about .owl-theme .owl-dots .owl-dot.active span {
	width: 30px !important;
    height: 10px !important;
    border-radius: 20px;
    background: #0A72B6 !important;
}
.about .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
/************************* partner_withus *************************/
.partner_withus {
	width: 100%;
	float: left;
	background: #fff url("../images/partner_withus.webp") no-repeat center center;
    background-size: cover;
	background-attachment: fixed;
	position: relative;
    overflow: hidden;
}
.partner_withus_bg {
    width: 100%;
    height: 100%;
    float: left;
    padding: 80px;
}
.partner_withus h2 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
	position: relative;
}
.partner_withus h2:before {
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
	margin: 0 auto;
    color: transparent;
    content: "";
	background: #fff;
}
.partner_withus h4 {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}
/************************* brands *************************/
.brands h2 {
    font-size: 40px;
    font-weight: 800;
    color: #000;
	position: relative;
}
.brands h2:before {
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
	margin: 0 auto;
    color: transparent;
    content: "";
	background: #000;
}
.brands_img {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    align-content: center;
}
/************************* testimonials *************************/
.testimonials h2 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
	position: relative;
}
.testimonials h2:before {
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
	margin: 0 auto;
    color: transparent;
    content: "";
	background: #fff;
}
.testimonials h4 {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.testimonials h5 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.testimonials h5 span {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}
.testimonials h6 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
	line-height: 30px;
}
.testimonials_img {
	max-width: 250px !important;
	min-width: 250px !important;
    border: 1px solid #777;
	border-radius: 50px;
}
.testimonials_img img {
    top: 10px;
    left: 10px;
	padding-bottom: 9px;
	border-radius: 40px;
}
.owl-theme .owl-nav button {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.7) !important;
    border-radius: 50% !important;
	position: absolute;
    top: 50%;
}
.owl-theme .owl-nav button span {
	font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}
.owl-theme .owl-nav button:hover span {
	color: #000;
}
#hm_testimonials1 .owl-nav .owl-prev {
	left: 24%;
}
#hm_testimonials1 .owl-nav .owl-next {
	right: 24%;
}
#hm_testimonials2 .owl-nav .owl-prev {
	left: 0;
}
#hm_testimonials2 .owl-nav .owl-next {
	right: 0;
}
.hm_testimonials_line {
	 border: 2px dashed #F3F3F3;
}
/************************* partners *************************/
.partners h2 {
    font-size: 40px;
    font-weight: 800;
    color: #000;
	position: relative;
}
.partners h2:before {
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
	margin: 0 auto;
    color: transparent;
    content: "";
	background: #000;
}
.partners p {
    color: #252525;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
}
.partners_img {
    width: 140px;
    height: 100px;
    margin: 0 auto;
    align-content: center;
}
/************************* footer *************************/
.footer_logo {
    width: 200px;
}
.footer a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
	position: relative;
}
.footer a:before, .copyright a:before {
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
	margin: 0 auto;
    color: transparent;
    content: "";
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(0);
   	transform: scale(0);
	background: #fff;
}
.footer a.active:before, .footer a:hover:before, .copyright a.active:before, .copyright a:hover:before  {
    visibility: visible;
    -webkit-transform: scale(1);
   	transform: scale(1);
}
/***************************** copyright *****************************/
.copyright {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}
.copyright i {
    font-size: 11px;
}
.copyright a {
    color: #fff;
	position: relative;
}
/************************* social_media *************************/
.social_media a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    line-height: 1;
    margin: 3px;
    text-align: center;
    align-items: center;
    justify-content: center;
	background: #fff;
}
.social_media a i {
    font-size: 12px;
    color: #000;
}
.social_media a:hover, .social_media a:hover i {
    color: #fff;
}
.social_media a.fb:hover, .social_media a.fb:focus {
    background: #38548f;
}
.social_media a.tx:hover, .social_media a.tx:focus {
    background: #333;
}
.social_media a.im:hover, .social_media a.im:focus {
    background: #833ab4;
    background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}
.social_media a.yt:hover, .social_media a.yt:focus {
    background: #e52d27;
}
.social_media a.in:hover, .social_media a.in:focus {
    background: #0976b4;
}
.social_media a.be:hover, .social_media a.be:focus {
    background: #0067ff;
}
.social_media a.tik:hover, .social_media a.tik:focus {
    background: #333;
}
.social_media a.sc:hover, .social_media a.sc:focus {
    background: #fffc00;
}
.social_media a.wa:hover, .social_media a.wa:focus {
    background: #34af23;
}
/***************************** swiper *****************************/
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    height: auto !important;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet-active {
    background: #668cc9;
}
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}
/*******************************scrollToTop*******************************/
#scroll {
    position: fixed;
    right: 15px;
    bottom: 10px;
    cursor: pointer;
    width: 30px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    text-indent: -9999px;
    display: none;
    border-radius: 20px;
    z-index: 999;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}
#scroll:hover {
    background-color: #3d96eb;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
/***************************** videobtn *****************************/
.videobtn {
	width: 80px !important;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%, -50%) !important;
  	transform: translate(-50%, -50%) !important;
  	cursor: pointer;
  	text-align: center;
	border-radius: 50%;
	transition: all .3s ease-in-out;
}
.video-btn {
	background: none;
    border: none;
	padding: 0;
}
.video-btn:hover .videobtn {
	-ms-transform: translate(-50%, -50%) scale(1.2) !important;
  	transform: translate(-50%, -50%) scale(1.2) !important;
}
/***************************** Popup *****************************/
.modal-header {
    background: rgba(0, 0, 0, 0.7);
    padding: 4px 20px 8px 20px;
    text-align: center;
    position: relative;
}
.modal-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    display: block;
    background: linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
}
.modal-title {
    width: 100%;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    font-weight: 500;
}
.modal-header .close {
    padding: 0;
    font-size: 18px;
    color: #f00;
    background: none;
    border: none;
}
.modal-content {
    background: none;
    border: none;
}
.modal-open .modal {
    padding: 0 !important;
}
.video-modal-body {
    background: #000 !important;
    padding: 0;
}
.modal-body label {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.modalclose {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #3d96eb;
    color: #fff;
    border-radius: 50%;
    z-index: 9;
    border: none;
}
@media (min-width: 200px) and (max-width: 1399.98px) {}
@media (min-width: 200px) and (max-width: 1299.98px) {}
@media (min-width: 200px) and (max-width: 991.98px) {
    .navbar .offcanvas {
        width: 300px !important;
        border-left: none !important;
		background: linear-gradient(64.46deg, #3D41CD 3.76%, #3ECDFF 99.98%);
    }
    .navbar .offcanvas-body::-webkit-scrollbar {
        width: 4px;
        background: #f1f1f1;
    }
    .navbar .offcanvas-body::-webkit-scrollbar-thumb {
        background-color: #c1c1c1;
        border: 1px solid #fff;
    }
    .menu_icon {
        display: block;
    }
    .navbar .dropdown-item {
        width: 100%;
        font-size: 14px;
        text-align: center;
        padding: 10px 12px !important;
        font-weight: bold;
    }
    .megamenu h5 {
        font-size: 14px;
        padding: 8px 0;
        text-align: center;
        border-bottom: 1px solid #dedede;
    }
    .navbar-nav > li > .nav-link {
        color: #fff !important;
		font-weight: 600;
        font-size: 14px;
        text-align: center;
        margin: 0 0 10px 0 !important;
    }
	.navbar-nav li.active .nav-link:before, .navbar-nav li .nav-link:before, .navbar-nav > li.active > a.highlighted:before {
		background: #fff;
	}
    .navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {}
    .has-megamenu:hover .megamenu {
        display: none;
    }
    .navbar .megamenu {
        max-width: 100% !important;
    }
}
@media (min-width: 200px) and (max-width: 1199.98px) {
    .banner_text span h1 {
        font-size: 40px;
    }
	#hm_testimonials1 .owl-nav .owl-prev, #hm_testimonials1 .owl-nav .owl-next {
		top: 40%;
	}
}
@media (min-width: 200px) and (max-width: 991.98px) {
    .logo img {
        width: 150px;
    }
    .banner_text span {
        width: 100%;
    }
    .banner_text {
        padding: 0 0 15px 0;
        align-items: end;
    }
    .about h2, .partner_withus h2, .brands h2, .testimonials h2, .partners h2 {
        font-size: 30px;
    }
	.videobtn {
    	width: 40px !important;
	}
	.testimonials_img {
		max-width: 150px !important;
		min-width: 150px !important;
	}
}
@media (min-width: 200px) and (max-width: 767.98px) {
    .carousel-control-next, .carousel-control-prev {
        display: none;
    }
    .banner_text span h1 {
        font-size: 25px;
    }
    .about h2, .partner_withus h2, .brands h2, .testimonials h2, .partners h2 {
        font-size: 22px;
    }
    .about h3, .testimonials h6 {
        font-size: 16px;
    }
	.btn-flip, .send_btn {
        font-size: 13px;
    }
    .brands_img, .partners_img {
        width: 100px;
        height: 80px;
        padding: 5px;
    }
}
@media (min-width: 200px) and (max-width: 575.98px) {
	.partner_withus {
		background-attachment: scroll;
	}
	.partner_withus_bg {
		padding: 80px 15px;
	}
	#hm_testimonials1 .owl-nav .owl-prev {
		left: 0;
	}
	#hm_testimonials1 .owl-nav .owl-next {
		right: 0;
	}
	.footer a {
		border-bottom: 1px dotted #333;
	}
	.footer a:after {
		content: "";
		border: 4px solid transparent;
    	border-left-color: #fff;
		right: 0;
        position: absolute;
		margin: 10px 0 0 0;
	}
	.footer a:before, .copyright a:before {
		margin: 0;
		bottom: 15px;
	}
}
@media (min-width: 200px) and (max-width: 480.98px) {
    .send_btn {
		width: 100%;
		text-align: center;
    }
    .xsm-100 {
        width: 100%;
    }
}
@media (min-width: 200px) and (max-width: 350.98px) {
    .xxsm-100 {
        width: 100%;
    }
}