body {
	font-family: 'DM Sans', sans-serif !important;
	background-color: black;
    background-repeat: no-repeat;
	color: white;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

video {
	max-width: 100%;
}

hr {
	border: 1px solid #686868;
}

h1,
h2,
h3 {
	font-family: 'Questrial', sans-serif;
}

p {
	font-family: 'DM Sans', sans-serif;
}

.mynav.navbar {
	padding: 12px 0;
	background: rgba(0, 0, 0, 0.541) !important;
 	backdrop-filter: blur(20px);
	border-radius: 0 0 50px 50px;
}

.mynav .nav-link {
	margin-right: 31px;
	padding: 0 !important;
	color: #A6A6A6 !important;
	font-size: 17px;
	font-weight: 500;
	transition: 0.3s;
}

.mynav .nav-link:hover {
	color: white !important;
	transition: 0.3s;
}

.mynav .btn-request {
	padding: 10px 35px 11px 35px;
	background: black;
	color: white;
	font-size: 16px;
	font-weight: 400;
	border: 2px solid transparent;
	border-radius: 50px;
	background-image: linear-gradient(#000, #000), 
					linear-gradient(90deg, #4452B1, #8665AD, #E47A7C);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	transition: 0.3s;
}

.mynav .btn-request:hover {
	transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(99, 102, 241, 0.3);
	transition: 0.3s;
}

.mysection1 {
	margin-bottom: 122px;
	padding: 233px 0 96px 0;
	border-radius: 130px;
	position: relative;  /* Important */
	overflow: hidden;  /* Important */
}

.mysection1 .bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* echivalentul lui background-size: cover */
	z-index: -1; /* Pune video-ul în spate */
}

/*
.mysection1::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4); 
	z-index: -1;
	border-radius: 130px;
}
*/

.mysection1 h1 {
	display: block;
	margin: 0 auto 15px auto;
	max-width: 758px;
	font-size: 65px;
	line-height: 73px;
	text-align: center;
}

.mysection1 .description {
	display: block;
	margin: 0 auto 77px auto;
	max-width: 780px;
	color: #B2B1BA;
	font-size: 19px;
	line-height: 30px;
	text-align: center;
}

.mysection1 .mybuttons {
	margin-bottom: 110px;
}

.mysection1 .additional-info .myrow {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.mysection1 .additional-info .mycol {
	display: inline-block;
}

.mysection1 .additional-info .mycol1,
.mysection1 .additional-info .mycol2 {
	margin-right: 10px;
}

.mysection1 .additional-info .mycol .inside {
	padding: 25px 114px 25px 30px;	
	max-width: 347px;
	text-align: left;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 24px;
} 

.mysection1 .additional-info .mycol .inside p {
	margin: 0;
}

.mysection1 .additional-info .mycol .inside h3 {
	color: #ffc48f;
	font-size: 33px;
}

.mysection1 .btn-cta1 {
	margin-right: 7px;
	padding: 19px 50px 21px 50px;
	background: #F2976C;
	background: linear-gradient(19deg,rgba(242, 151, 108, 1) 7%, rgba(239, 128, 115, 1) 16%, rgba(226, 121, 124, 1) 25%, rgba(196, 107, 148, 1) 37%, rgba(174, 106, 161, 1) 66%, rgba(141, 105, 173, 1) 100%);
	color: white;
	font-size: 17px;
	font-weight: 500;
	border: none;
	border-radius: 50px;
	animation: pulse 3s ease infinite;
	transition: 0.4s;
}

@keyframes pulse {
	0% {
	box-shadow: 0 0 0 0 rgba(251, 157, 110, 0.3);
	}
	70% {
	box-shadow: 0 0 0 30px rgba(110, 142, 251, 0);
	}
	100% {
	box-shadow: 0 0 0 0 rgba(110, 142, 251, 0);
	}
}

.mysection1 .btn-cta1:hover {
	transform: scale(1.04);
	transition: 0.4s;
}

.mysection1 .btn-cta2 {
	padding: 19px 50px 21px 50px;
	background: none;
	color: white;
	font-size: 17px;
	font-weight: 500;
	border: 2px solid rgba(255, 255, 255, 0.19);
	border-radius: 50px;
	transition: 0.4s;
}

.mysection1 .btn-cta2:hover {
	background: rgba(255, 255, 255, 0.218);
	transform: scale(1.04);
	transition: 0.4s;
}

.mysection2 {
	margin-bottom: 95px;
}

.mysection2 .smalltitle {
	margin-bottom: 12px;
	color: #EEB98B;
	font-size: 16px;
}

.mysection2 h2 {
	margin-bottom: 17px;
	font-size: 48px;
	line-height: 55px;
}

.mysection2 h2 .highlight {
	position: relative;
    display: inline-block;
    color: white;
}

.mysection2 h2 .highlight::after {
	content: '';
	position: absolute;
	left: -4px;
	bottom: 9%;
	width: 104%;
	height: 12px;
	background: #343753;
	z-index: -1;
	border-radius: 0;
}

.mysection2 .description {
	margin-bottom: 77px;
	color: #989898;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}

.hr1 {
	display: block;
	margin: 0 auto 107px auto;
	max-width: 1300px;
	border: 1px solid #B7A8ED;
	opacity: 1;
}

.mysection2 .myrow1 {
	margin-bottom: 124px;
}

.mysection2 .myrow1 .mycol .inside img {
	margin-bottom: 36px;
	/* border-radius: 26px;
	border: 2px solid rgba(168, 192, 237, 0.341); */
}

.mysection2 .myrow1 .mycol1 .inside h4 {
	margin: 0 0 4px 0;
	color: #E677A7;
	font-family: 'DM Sans', sans-serif;
	font-size: 20px;
	font-weight: 500;
}

.mysection2 .myrow1 .mycol2 .inside h4 {
	margin: 0 0 4px 0;
	color: #8680CB;
	font-family: 'DM Sans', sans-serif;
	font-size: 20px;
	font-weight: 500;
}

.mysection2 .myrow1 .mycol .inside p {
	color: #AAA;
	font-size: 17px;
	font-weight: 500;
}

.mysection2 .myrow2 .mycol .inside {
	padding: 47px 40px;
	border: 2px solid #342635;
	border-radius: 38px;
}

.mysection2 .myrow2 .mycol .inside h3 {
	margin-bottom: 20px;
	font-size: 36px;
}

.mysection2 .myrow2 .mycol .inside p {
	color: #AAA;
	font-size: 18px;
	font-weight: 500;
}

.mysection2 .myrow2 .mycol1 .inside p {
	line-height: 36px;
}

.mysection2 .myrow2 .mycol2 .inside p {
	margin-bottom: 36px;
	line-height: 30px;
}

.mysection2 .myrow2 .mycol2 .inside p:last-child {
	margin-bottom: 0px;
}

.mysection2 .myrow2 .mycol2 .inside h4 {
	margin-bottom: 7px;
	color: #EEB98B;
	font-size: 18px;
}

.mysection3 {
	margin-bottom: 134px;
}

.mysection3 .smalltitle {
	margin-bottom: 12px;
	color: #EEB98B;
	font-size: 16px;
}

.mysection3 h2 {
	margin-bottom: 17px;
	font-size: 48px;
	line-height: 55px;
}

.mysection3 h2 .highlight {
	position: relative;
    display: inline-block;
    color: white;
}

.mysection3 h2 .highlight::after {
	content: '';
	position: absolute;
	left: -4px;
	bottom: 9%;
	width: 104%;
	height: 12px;
	background: #343753;
	z-index: -1;
	border-radius: 0;
}

.mysection3 .description {
	margin-bottom: 77px;
	max-width: 800px;
	color: #989898;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}

.mysection3 img {
	margin-bottom: 145px;
}

.mysection3 video {
	margin-bottom: 145px;
	height: 509px;
}

.mysection3 .myrow1 {
	margin-bottom: 94px;
}

.mysection3 .myrow h3 {
	margin-bottom: 10px;
	font-size: 36px;
} 

.mysection3 .myrow p {
	margin: 0;
	max-width: 487px;
	color: #AAA;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}

.mysection4 {
	margin: 0 auto 145px auto;
	padding: 86px 0 130px 0;
	max-width: 1800px;
	background: #0E0B14;
	border-radius: 140px;
}

.mysection4 h3 {
	margin-bottom: 58px;
	font-size: 36px;
}

.mysection4 .myrow .mycol .inside {
	padding: 35px 31px 41px 31px;
	max-width: 610px;
	height: 100%;
	border: 2px solid #464260;
	border-radius: 38px;
}

.mysection4 .myrow .mycol .inside p {
	max-width: 487px;
}

.mysection4 .myrow1 {
	margin-bottom: 26px;
}

.mysection4 .myrow .mycol .inside h4 {
	margin: 0 0 7px 0;
	color: #8BAAEE;
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-weight: 500;
}

.mysection4 .myrow .mycol .inside p {
	margin: 0;
	color: #AAA;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}

.mysection5 {
	margin-bottom: 95px;
}

.mysection5 .smalltitle {
	margin-bottom: 12px;
	color: #EEB98B;
	font-size: 16px;
}

.mysection5 h2 {
	margin-bottom: 95px;
	font-size: 48px;
	line-height: 55px;
}

.mysection5 h2 .highlight {
	position: relative;
    display: inline-block;
    color: white;
}

.mysection5 h2 .highlight::after {
	content: '';
	position: absolute;
	left: -4px;
	bottom: 9%;
	width: 104%;
	height: 12px;
	background: #343753;
	z-index: -1;
	border-radius: 0;
}

.mysection5 .description {
	margin-bottom: 77px;
	max-width: 800px;
	color: #989898;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}

.mysection5 .nav-pills .nav-item {
	margin-bottom: 20px;
	padding: 0;
}

.mysection5 .nav-pills .nav-link {
	padding: 29px 33px 31px 33px;
	border: 2px solid #39293A;
	border-radius: 38px;
}

.mysection5 .nav-pills .nav-link.active {
	background: #2A161E;
	border: 2px solid #A75779;
}

.mysection5 .nav-pills .nav-item:hover {
	cursor: pointer;
}

.mysection5 .nav-pills .nav-item .nav-link h5 {
	margin-bottom: 10px;
	color: #E677A7;
	font-size: 18px;
}

.mysection5 .nav-pills .nav-item .nav-link.active h5 {
	color: white;
}

.mysection5 .nav-pills .nav-item .nav-link p {
	margin: 0;
	color: #AAA;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}

.mysection5 .tab-content {
	margin-left: 20px;
	padding-top: 60px;
	padding-left: 10px;
	border-top: 3px solid #E677A7;
}

.mysection5 .tab-content h3 {
	margin-bottom: 17px;
	color: #E677A7;
	font-size: 36px;
}

.mysection5 .tab-content p {
	margin: 0;
	max-width: 650px;
	color: white;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}

.mysection6 {
	margin-bottom: 207px;
}

.mysection6 .smalltitle {
	margin-bottom: 12px;
	color: #EEB98B;
	font-size: 16px;
}

.mysection6 h2 {
	margin-bottom: 17px;
	font-size: 48px;
	line-height: 55px;
}

.mysection6 h2 .highlight {
	position: relative;
    display: inline-block;
    color: white;
}

.mysection6 h2 .highlight::after {
	content: '';
	position: absolute;
	left: -4px;
	bottom: 9%;
	width: 104%;
	height: 12px;
	background: #343753;
	z-index: -1;
	border-radius: 0;
}

.mysection6 .description {
	margin-bottom: 95px;
	max-width: 800px;
	color: #989898;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}

.mysection6 .nav-pills {
	margin-bottom: 70px;
}

.mysection6 .nav-pills .nav-item .nav-link {
	padding: 15px 30px 14px 30px;
	color: #A8ABED;
	background: black;
	font-size: 16px;
	font-weight: 500;
	border-radius: 50px;
}

.mysection6 .nav-pills .nav-item .nav-link.active {
	padding: 13px 30px 15px 30px;
	color: white;
	background: #1F1F2B;
	font-weight: 400;
	border: 2px solid #797CAD;
	border-radius: 50px;
}

/*
#pills-one-tab.active {
	margin-right: 20px;
}

#pills-three-tab.active {
	margin-left: 20px;
}
*/

.mysection6 .myrow .mycol .inside {
	padding: 33px 0 50px;
}

.mysection6 .myrow .mycol.mycol1 .inside {
	padding-right: 57px;
	border-right: 2px solid #2D2D2D;
}

.mysection6 .myrow .mycol.mycol2 .inside {
	padding-left: 45px;
}

.mysection6 .myrow .mycol .inside h3 {
	margin-bottom: 15px;
	font-size: 36px;
}

.mysection6 .myrow .mycol.mycol2 .inside h3 {
	background: #F7C978;
	background: linear-gradient(118deg, rgba(247, 201, 120, 1) 2%, rgba(242, 140, 111, 1) 8%, rgba(184, 118, 140, 1) 17%, rgba(156, 108, 154, 1) 23%, rgba(119, 94, 172, 1) 32%, rgba(74, 82, 176, 1) 39%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mysection6 .myrow .mycol .inside h4 {
	margin-bottom: 17px;
	color: white;
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-weight: 500;
}

.mysection6 .myrow .mycol .inside p {
	max-width: 592px;
	color: #989898;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}

.mysection7 {
	margin: 0 auto 160px auto;
	padding: 79px 0;
	max-width: 1800px;
	background: #0E0B14;
	border-radius: 101px;
}

.mysection7 h3 {
	margin-bottom: 9px;
	font-size: 36px;
}

.mysection7 p {
	color: #989898;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}

.mysection7 .btn-cta1 {
	margin-right: 7px;
	padding: 19px 50px 21px 50px;
	background: #F2976C;
	background: linear-gradient(19deg,rgba(242, 151, 108, 1) 7%, rgba(239, 128, 115, 1) 16%, rgba(226, 121, 124, 1) 25%, rgba(196, 107, 148, 1) 37%, rgba(174, 106, 161, 1) 66%, rgba(141, 105, 173, 1) 100%);
	color: white;
	font-size: 17px;
	font-weight: 500;
	border: none;
	border-radius: 50px;
	animation: pulse 3s ease infinite;
	transition: 0.4s;
}

.mysection8 {
	margin-bottom: 160px;
}

.mysection8 .smalltitle {
	margin-bottom: 12px;
	color: #EEB98B;
	font-size: 16px;
}

.mysection8 h2 {
	margin-bottom: 44px;
	font-size: 48px;
	line-height: 55px;
}

.mysection8 h4 {
	margin-bottom: 10px;
	color: #E677A7;
	font-size: 18px;
}

.mysection8 p {
	margin-bottom: 45px;
	color: #AAA;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}

.hr2 {
	display: block;
	margin: 0 auto;
	max-width: 1300px;
	border: 1px solid #392D21;
	opacity: 1;
}

.footer {
	padding: 113px 0 143px 0;
}

.footer p {
	max-width: 615px;
	color: #757575;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}

/* Main modal */
.mymodal .modal-content {
	padding: 30px 50px 50px 50px;
	color: white;
    background: rgba(0, 0, 0, 0.45) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: none !important;
    border-radius: 35px !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    
    /* Animated Glow */
    box-shadow: 0 0 25px rgba(68, 82, 177, 0.5),
                0 0 45px rgba(134, 101, 173, 0.4),
                0 0 65px rgba(228, 122, 124, 0.3);
    animation: smoothGradientGlow 8s ease-in-out infinite;
}

/* Animated border gradient */
.mymodal .modal-content::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, 
        #4452B1, #8665AD, #E47A7C, 
        #4452B1);
    background-size: 300% 300%;
    border-radius: 35px;
    z-index: -1;
    padding: 3px;
    animation: borderGradientMove 6s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
                  linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, 
          linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

/* Animație pentru border gradient */
@keyframes borderGradientMove {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Animație pentru glow (box-shadow) */
@keyframes smoothGradientGlow {
    0% {
        box-shadow: 
            0 0 25px rgba(68, 82, 177, 0.6),
            0 0 45px rgba(134, 101, 173, 0.35),
            0 0 70px rgba(228, 122, 124, 0.25);
    }
    25% {
        box-shadow: 
            0 0 30px rgba(228, 122, 124, 0.55),
            0 0 55px rgba(134, 101, 173, 0.4),
            0 0 80px rgba(68, 82, 177, 0.3);
    }
    50% {
        box-shadow: 
            0 0 35px rgba(134, 101, 173, 0.65),
            0 0 60px rgba(228, 122, 124, 0.4),
            0 0 85px rgba(68, 82, 177, 0.35);
    }
    75% {
        box-shadow: 
            0 0 30px rgba(228, 122, 124, 0.55),
            0 0 55px rgba(134, 101, 173, 0.4),
            0 0 80px rgba(68, 82, 177, 0.3);
    }
    100% {
        box-shadow: 
            0 0 25px rgba(68, 82, 177, 0.6),
            0 0 45px rgba(134, 101, 173, 0.35),
            0 0 70px rgba(228, 122, 124, 0.25);
    }
}

/* The rest of the modal */
.mymodal .modal-header,
.mymodal .modal-body,
.mymodal .modal-footer {
    background: transparent !important;
}

.mymodal .modal-header {
	padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.12) !important;
}

.mymodal .modal-header h1 {
    margin: 0;
}

.mymodal .modal-body {
	padding-top: 40px;
}

.mymodal .btn-close {
    filter: brightness(0) invert(1) !important;
    opacity: 0.85 !important;
}

.mymodal .btn-close:hover {
    opacity: 1 !important;
}

.mymodal .modal-body p {
	margin-bottom: 30px;
	font-size: 17px;
  	color: rgba(255, 255, 255, 0.69);
}

.mymodal .modal-body .myforms .form-control {
	margin-bottom: 10px;
	border-radius: 25px;
	background: rgba(195, 207, 255, 0.11);
	border: none;
	padding: 18px;
	color: white;
	transition: 0.3s;
}

.mymodal .modal-body .myforms .form-control::placeholder {
	color: rgb(168, 168, 168);
}

.mymodal .modal-body .myforms .form-control:hover {
	background: rgba(195, 207, 255, 0.241);
	transition: 0.3s;
}

.mymodal .modal-body .myforms .form-control:focus {
	background: rgba(195, 207, 255, 0.38);
	transition: 0.3s;
}

.mymodal .modal-body .btn-send {
	margin-top: 20px;
	padding: 12px 35px 14px 35px;
	color: #edadff;
	background: #edadff40;
	border-radius: 200px;
	transition: 0.3s;
}

.mymodal .modal-body .btn-send:hover,
.mymodal .modal-body .btn-send:focus {
	color: black;
	background: #d4a5e1;
	transition: 0.3s;
}



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

Responsive MIN

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

@media screen and (min-width: 2150px) {



}

@media screen and (min-width: 1860px) and (max-width: 2150px) {



}


@media screen and (min-width: 1860px) {


}

@media screen and (min-width: 1400px) {


}

@media screen and (min-width: 1200px) and (max-width: 1400px) {



}

@media screen and (min-width: 1200px) {



}

@media screen and (min-width: 991px) and (max-width: 1200px) {


}

@media screen and (min-width: 991px) {



}


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

Responsive MAX

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

@media screen and (max-width: 1800px) {

}  

@media screen and (max-width: 1600px) {


}    

@media screen and (max-width: 1400px) {

	.mynav .nav-link {
		margin-right: 29px;
		font-size: 16px;
	}

	.mysection1 {
		padding: 213px 0 96px 0;
	}

	.mysection1 h1 {
		font-size: 59px;
		line-height: 67px;
	}

	.mysection1 .description {
		max-width: 750px;
		font-size: 18px;
		line-height: 28px;
	}

	.mysection1 .mybuttons {
		margin-bottom: 90px;
	}

	.mysection2 h2 {
		margin-bottom: 15px;
		font-size: 46px;
		line-height: 54px;
	}

	.mysection2 .description {
		font-size: 17px;
	}

	.mysection2 .myrow1 {
		margin-bottom: 94px;
	}

	.mysection2 .myrow2 .mycol .inside p {
		font-size: 17px;
	}

	.hr1 {
		width: 95%;
	}

	.mysection3 h2 {
		font-size: 46px;
		line-height: 54px;
	}

	.mysection3 .description {
		font-size: 17px;
		line-height: 28px;
	}

	.mysection3 .myrow h3 {
		font-size: 34px;
	}

	.mysection3 .myrow p {
		font-size: 17px;
		line-height: 28px;
	}

	.mysection3 video {
		margin-bottom: 112px;
	}

	.mysection4 h3 {
		font-size: 37px;
	}

	.mysection4 {
		margin: 0 auto 125px auto;
		padding: 86px 0 100px 0;
	}

	.mysection4 .myrow .mycol .inside p {
		font-size: 17px;
		line-height: 27px;
	}

	.mysection5 {
		margin-bottom: 86px;
	}

	.mysection5 h2 {
		margin-bottom: 91px;
		font-size: 46px;
		line-height: 54px;
	}

	.mysection5 .nav-pills .nav-link {
		padding: 27px 31px 30px 30px;
	}

	.mysection5 .nav-pills .nav-item .nav-link p {
		font-size: 16px;
		line-height: 26px;
	}

	.mysection5 .nav-pills .nav-item .nav-link h5 {
		margin-bottom: 8px;
		font-size: 17px;
	}

	.mysection5 .nav-pills .nav-item {
		margin-bottom: 16px;
	}

	.mysection5 .tab-content {
		margin-left: 0;
	}

	.mysection5 .tab-content p {
		font-size: 17px;
		line-height: 32px;
	}

	.mysection6 h2 {
		font-size: 46px;
		line-height: 54px;
	}

	.mysection6 .description {
		margin-bottom: 75px;
		font-size: 17px;
		line-height: 28px;
	}

	.mysection6 .myrow .mycol .inside {
		padding: 33px 0 18px;
	}

	.mysection6 .myrow .mycol .inside p {
		font-size: 17px;
	}

	.mysection6 .myrow .mycol .inside h3 {
		font-size: 34px;
	}

	.mysection6 {
		margin-bottom: 140px;
	}

	.mysection7 {
		margin: 0 auto 130px auto;
	}

	.mysection7 h3 {
		margin-bottom: 7px;
		font-size: 35px;
	}

	.mysection8 {
		margin-bottom: 140px;
	}

	.mysection8 h2 {
		font-size: 46px;
	}

	.mysection8 p {
		font-size: 17px;
	}

	.hr2 {
		width: 95%;
	}

	.footer {
		padding: 113px 0 123px 0;
	}


}    

@media screen and (max-width: 1200px) {

	.navbar-collapse {
		padding: 40px 0 42px 0;
		text-align: center;
	}

	.mynav .nav-link {
		margin-right: 0;
		margin-bottom: 17px;
	}

	.btn-request {
		margin: 15px auto 0 auto;
	}

	.mysection1 {
		margin-bottom: 110px;
		padding: 200px 0 96px 0;
	}

	.mysection1 h1 {
		font-size: 57px;
		line-height: 64px;
	}

	.mysection1 .description {
		margin: 0 auto 75px auto;
		max-width: 730px;
		line-height: 29px;
	}

	.mysection1 .btn-cta1 {
		margin-right: 3px;
		padding: 19px 40px 21px 40px;
	}

	.mysection1 .btn-cta2 {
		padding: 17px 40px 19px 40px;
	}

	.mysection1 .additional-info .mycol .inside {
		padding: 25px 74px 25px 30px;
	}

	.mysection1 .additional-info .mycol1, .mysection1 .additional-info .mycol2 {
		margin-right: 7px;
	}

	.mysection2 {
		margin-bottom: 86px;
		padding: 0 35px;
	}

	.mysection2 h2 {
		font-size: 44px;
		line-height: 52px;
	}

	.mysection2 .myrow1 {
		margin-bottom: 66px;
	}

	.mysection2 .description {
		margin-bottom: 65px;
	}

	.mysection2 .myrow1 .mycol1 .inside h4 {
		margin: 0 0 5px 0;
		font-size: 19px;
	}

	.mysection2 .myrow1 .mycol2 .inside h4 {
		font-size: 19px;
	}

	.mysection2 .myrow1 .mycol .inside img {
		margin-bottom: 33px;
		height: 270px !important;
	}

	.mysection2 .myrow2 .mycol .inside h3 {
		font-size: 33px;
	}

	.mysection2 .myrow2 .mycol .inside {
		padding: 37px 35px;
		border-radius: 35px;
	}

	.mysection2 .myrow2 .mycol1 .inside p {
		line-height: 34px;
	}

	.mysection2 .myrow2 .mycol2 .inside p {
		margin-bottom: 33px;
	}

	.hr1 {
		margin: 0 auto 84px auto;
	}

	.mysection3 {
		padding: 0 35px;
	}

	.mysection3 h2 {
		font-size: 44px;
		line-height: 52px;
	}

	.mysection3 .description {
		margin-bottom: 56px;
	}

	.mysection3 {
		margin-bottom: 110px;
	}

	.mysection3 .myrow h3 {
		font-size: 33px;
	}

	.mysection3 .myrow p {
		line-height: 26px;
	}

	.mysection3 video {
		margin-bottom: 90px;
	}

	.mysection4 h3 {
		font-size: 36px;
		padding-left: 26px;
	}

	.mysection4 {
		margin: 0 auto 105px auto;
		padding: 77px 35px 93px 35px;
		border-radius: 90px;
	}

	.mysection4 .myrow .mycol .inside p {
		font-size: 16px;
		line-height: 26px;
	}

	.mysection4 .myrow .mycol .inside h4 {
		margin: 0 0 9px 0;
	}

	.mysection4 .myrow .mycol .inside {
		padding: 30px 29px 34px 30px;
	}

	.mysection4 h3 {
		margin-bottom: 49px;
	}

	.mysection5 {
		margin-bottom: 95px;
		padding: 0 35px;
	}

	.mysection5 h2 {
		margin-bottom: 79px;
		font-size: 44px;
		line-height: 52px;
	}

	.mysection5 .nav-pills .nav-link {
		padding: 26px 26px 28px 26px;
		border-radius: 34px;
	}

	.mysection5 .tab-content h3 {
		font-size: 35px;
	}

	.mysection6 {
		margin-bottom: 94px;
		padding: 0 35px;
	}

	.mysection6 h2 {
		font-size: 44px;
		line-height: 52px;
	}

	.mysection6 .description {
		margin-bottom: 62px;
	}

	.mysection6 .myrow .mycol .inside h3 {
		font-size: 32px;
	}

	.mysection6 .myrow .mycol .inside p {
		line-height: 28px;
	}

	.mysection6 .nav-pills {
		margin-bottom: 64px;
	}

	.mysection6 .myrow .mycol.mycol1 .inside {
		padding-right: 46px;
	}

	.mysection6 .myrow .mycol.mycol2 .inside {
		padding-left: 24px;
	}

	.mysection7 {
	 	margin: 0 auto 98px auto;
		padding: 67px 24px;
		border-radius: 81px;
	}

	.mysection7 h3 {
		margin-bottom: 6px;
		padding-left: 10px;
		font-size: 33px;
	}

	.mysection7 p {
		font-size: 17px;
		padding-left: 10px;
	}

	.mysection7 .btn-cta1 {
		padding: 19px 35px 21px 36px;
	}

	.mysection8 {
		margin-bottom: 120px;
		padding: 0 35px;
	}	

	.mysection8 h2 {
		font-size: 44px;
	}

	.mysection8 h4 {
		margin-bottom: 7px;
	}

	.footer {
		padding: 93px 0 103px 0;
	}


}    

@media screen and (max-width: 991px) {

	.mysection1 {
		margin-bottom: 80px;
		padding: 160px 0 68px 0;
		border-radius: 80px;
	}

	.mysection1 h1 {
		font-size: 55px;
		line-height: 61px;
	}

	.mysection1 .description {
		margin: 0 auto 70px auto;
	}

	.mysection1 .mybuttons {
		margin-bottom: 73px;
	}

	.mysection1 .additional-info .mycol1, 
	.mysection1 .additional-info .mycol2 {
		margin-right: 3px;
	}

	.mysection1 .additional-info .mycol .inside {
		padding: 25px 20px 25px 17px;
	}

	.mysection1 .additional-info .mycol .inside h3 {
		font-size: 30px;
		margin-bottom: 5px;
	}

	.mysection2 h2 {
		font-size: 40px;
		line-height: 48px;
	}

	.mysection2 .description {
		margin-bottom: 54px;
	}

	.mysection2 .myrow1 {
		margin-bottom: 45px;
	}

	.mysection2 .myrow1 .mycol1 {
		margin-bottom: 32px;
	}

	.mysection2 .myrow1 .mycol .inside img {
		margin-bottom: 23px;
		border: 2px solid rgb(49, 56, 71);
	}

	.mysection2 .myrow2 .mycol .inside {
		padding: 36px 31px;
		border-radius: 33px;
	}

	.mysection2 .myrow2 .mycol1 .inside p {
		line-height: 31px;
		margin-bottom: 3px;
	}

	.mysection2 .myrow2 .mycol1 {
		margin-bottom: 28px;
	}

	.mysection2 .myrow2 .mycol2 {
		margin-bottom: 28px;
	}

	.mysection2 .myrow2 .mycol2 .inside h4 {
		font-size: 17px;
	}

	.mysection2 .myrow2 .mycol .inside h3 {
		margin-bottom: 16px;
		font-size: 32px;
	}

	.hr1 {
		margin: 0 auto 81px auto;
	}

	.mysection3 {
		margin-bottom: 55px;
	}

	.mysection3 h2 {
		font-size: 40px;
		line-height: 48px;
	}

	.mysection3 .description {
		margin-bottom: 13px;
	}

	.mysection3 video {
		margin-bottom: 6px;
	}

	.mysection3 .myrow1 {
		margin-bottom: 0;
	}

	.mysection3 .myrow h3 {
		font-size: 31px;
		margin-bottom: 6px;
	}

	.mysection3 .myrow .mycol {
		margin-bottom: 42px;
	}

	.mysection4 {
		margin: 0 auto 92px auto;
		padding: 73px 35px 67px 35px;
		border-radius: 80px;
	}

	.mysection4 .myrow1 {
		margin-bottom: 0;
	}

	.mysection4 .myrow .mycol {
		margin-bottom: 17px;
	}

	.mysection4 h3 {
		font-size: 35px;
		padding-left: 11px;
	}

	.mysection4 .myrow .mycol .inside {
		padding: 28px 29px 35px 30px;
		max-width: 99%;
		border-radius: 31px;
	}

	.mysection4 .myrow .mycol .inside p {
		max-width: 100%;
	}

	.mysection5 {
		margin-bottom: 70px;
	}

	.mysection5 h2 {
		margin-bottom: 80px;
		font-size: 40px;
		line-height: 48px;
	}

	.mysection5 .tab-content {
		padding: 32px 0 0 0;
		margin-bottom: 42px;
	}

	.mysection5 .tab-content p {
		line-height: 30px;
	}

	.mysection5 .tab-content h3 {
		font-size: 32px;
	}

	.mysection5 .nav-pills .nav-item {
		margin-bottom: 13px;
	}

	.mysection5 .nav-pills .nav-link {
		padding: 24px 26px 24px 24px;
		border-radius: 29px;
	}

	.mysection6 {
		margin-bottom: 75px;
	}

	.mysection6 h2 {
		font-size: 40px;
		line-height: 48px;
	}

	.mysection6 .description {
		margin-bottom: 45px;
	}

	.mysection6 .nav-pills {
		margin-bottom: 43px;
	}

	.mysection6 .nav-pills .nav-item .nav-link.active {
		padding: 13px 25px 15px 25px;
	}

	.mysection6 .nav-pills .nav-item .nav-link {
		padding: 15px 25px 14px 25px;
	}

	.mysection6 .myrow .mycol .inside h3 {
		font-size: 31px;
	}

	.mysection6 .myrow .mycol.mycol1 .inside {
		padding-right: 0;
		border: none;
	}

	.mysection6 .myrow .mycol.mycol2 .inside {
		padding-left: 0;
	}

	.mysection6 .myrow .mycol .inside p {
		margin-bottom: 0;
	}

	.mysection6 .myrow .mycol .inside h4 {
		margin-bottom: 12px;
	}

	.mysection6 .myrow .mycol .inside h3 {
		margin-bottom: 23px;
	}

	.mysection7 {
		margin: 0 auto 90px auto;
		padding: 62px 0 57px 0;
		border-radius: 70px;
	}

	.mysection7 h3 {
		font-size: 30px;
	}

	.mysection7 p {
		max-width: 499px;
		line-height: 28px;
	}

	.mysection7 .btn-cta1 {
		padding: 19px 22px 21px 22px;
	}

	.mysection7 .btn-cta1 {
		font-size: 16px;
	}

	.mysection8 {
		margin-bottom: 90px;
	}

	.mysection8 h2 {
		margin-bottom: 40px;
		font-size: 40px;
	}

	.mysection8 h4 {
		margin-bottom: 5px;
	}

	.mysection8 p {
		margin-bottom: 40px;
	}

	.mysection8 .smalltitle {
		margin-bottom: 8px;
	}

	.footer {
		padding: 70px 0 80px 0;
	}

	.footer p {
		max-width: 435px;
	}


}

@media screen and (max-width: 767px) {

	
	.mysection1 {
		padding: 130px 0 48px 0;
		border-radius: 60px;
	}

	.mysection1 h1 {
		font-size: 52px;
	}

	.mysection1 .description {
		margin: 0 auto 50px auto;
	}

	.mysection1 .additional-info .mycol1, .mysection1 .additional-info .mycol2 {
		margin-bottom: 14px;
	}

	.mysection1 .additional-info .mycol .inside {
		text-align: center;
	}

	.mysection1 .description {
		font-size: 17px;
	}

	.mysection1 .description {
		line-height: 27px;
	}

	.mysection1 .btn-cta1 {
		padding: 16px 35px 18px 35px;
	}

	.mysection1 .btn-cta2 {
		padding: 14px 35px 16px 35px;
	}

	.mysection3 .myrow h3 {
		font-size: 30px;
	}

	.mysection3 video {
		height: 389px;
	}

	.mysection5 .tab-content h3 {
		font-size: 30px;
	}

	.mysection6 .nav-pills .nav-item .nav-link {
		padding: 15px 20px 14px 20px;
	}

	.mysection6 .nav-pills .nav-item .nav-link.active {
		padding: 13px 20px 15px 21px;
	}

	.mysection6 .nav-pills {
		margin-bottom: 29px;
	}

	.mysection6 .myrow .mycol.mycol1 .inside {
		border: none;
	}

	.mysection6 .myrow .mycol .inside h3 {
		font-size: 30px;
	}

	.mysection6 .myrow .mycol .inside h3 {
		margin-bottom: 19px;
	}

	.mysection7 {
		margin: 0 auto 70px auto;
	}

	.mysection7 h3 {
		max-width: 290px;
		line-height: 42px;
	}

	.mysection7 p {
		max-width: 259px;
	}

	.mysection8 p {
		margin-bottom: 30px;
	}

	.footer {
		padding: 60px 0 70px 0;
	}

	.footer p {
		max-width: 295px;
	}

}

@media screen and (max-width: 576px) { 

	.mynav.navbar {
		border-radius: 50px;
	}

	.mynav .nav-link {
		margin-bottom: 15px;
	}

	.navbar-toggler {
		border: none;
	}

	.navbar-toggler:focus {
		border-radius: 50px;
	}

	.mysection1 {
		padding: 100px 22px 36px 22px;
		border-radius: 41px;
	}

	.mysection1 h1 {
		margin: 0 auto 23px auto;
		font-size: 46px;
		line-height: 54px;
	}

	.mysection1 .description {
		margin: 0 auto 45px auto;
	}

	.mysection1 .btn-cta1 {
		display: block;
		margin: 0 auto 14px auto;	
	}

	.mysection1 .btn-cta2 {
		display: block;
		margin: 0 auto;
		padding: 14px 30px 16px 30px;
		width: max-content;
	}

	.mysection1 .additional-info .mycol1, .mysection1 .additional-info .mycol2 {
		margin-bottom: 8px;
	}

	.mysection1 .mybuttons {
		margin-bottom: 52px;
	}

	.mysection1 .additional-info .mycol .inside h3 {
		font-size: 26px;
		margin-bottom: 3px;
	}

	.mysection1 .additional-info .mycol .inside {
		padding: 18px 20px 18px 19px;
	}

	.mysection1 .additional-info .mycol .inside {
		border-radius: 31px;
	}

	.mysection2 {
		margin-bottom: 40px;
		padding: 0 22px;
	}

	.mysection2 h2 {
		font-size: 37px;
		line-height: 45px;
	}

	.mysection2 .description {
		margin-bottom: 48px;
		line-height: 28px;
	}

	.mysection2 .myrow1 {
		margin-bottom: 38px;
	}

	.mysection2 .myrow1 .mycol1 {
		margin-bottom: 24px;
	}

	.mysection2 .myrow1 .mycol1 .inside h4 {
		margin: 0 0 3px 0;
		font-size: 17px;
	}

	.mysection2 .myrow1 .mycol .inside img {
		margin-bottom: 18px;
	}

	.mysection2 .myrow1 .mycol .inside img {
		height: 197px !important;
	}

	.mysection2 .myrow1 .mycol .inside p {
		font-size: 16px;
	}

	.mysection2 .myrow1 .mycol2 .inside h4 {
		margin: 0 0 3px 0;
	}

	.mysection2 .myrow1 .mycol2 .inside h4 {
		font-size: 17px;
	}

	.mysection2 .myrow2 .mycol .inside {
		padding: 31px 27px;
		border-radius: 31px;
	}

	.mysection2 .myrow2 .mycol .inside h3 {
		font-size: 29px;
	}

	.mysection2 .myrow2 .mycol1 .inside p {
		line-height: 28px;
	}

	.mysection2 .myrow2 .mycol1 {
		margin-bottom: 17px;
	}

	.mysection2 .myrow2 .mycol2 .inside p {
		margin-bottom: 29px;
	}

	.mysection2 .myrow2 .mycol .inside p {
		font-size: 16px;
	}

	.mysection2 .myrow2 .mycol2 .inside p:last-child {
		margin-bottom: 3px;
	}

	.hr1 {
		width: 88%;
		margin: 0px auto 63px auto;
	}

	.mysection3 {
		margin-bottom: 35px;
		padding: 0 22px;
	}

	.mysection3 .myrow p {
		line-height: 28px;
	}

	.mysection3 video {
		height: 285px;
	}

	.mysection3 .myrow h3 {
		font-size: 28px;
	}

	.mysection3 h2 {
		font-size: 37px;
		line-height: 45px;
	}

	.mysection4 {
		margin: 0 auto 67px auto;
		padding: 52px 22px 23px 22px;
		border-radius: 50px;
	}

	.mysection4 h3 {
		margin-bottom: 36px;
		font-size: 32px;
		line-height: 42px;
	}

	.mysection4 .myrow .mycol .inside {
		padding: 28px 24px 29px 24px;
		border-radius: 45px;
	}

	.mysection5 {
		margin-bottom: 52px;
		padding: 0 22px;
	}

	.mysection5 h2 {
		margin-bottom: 59px;
		font-size: 37px;
		line-height: 45px;
	}

	.mysection5 .tab-content {
		margin-bottom: 33px;
	}

	.mysection5 .tab-content p {
		line-height: 27px;
	}

	.mysection5 .nav-pills .nav-link {
		padding: 22px 22px 23px 22px;
	}

	.mysection5 .tab-content p {
		font-size: 16px;
	}

	.mysection5 .nav-pills .nav-item .nav-link h5 {
		margin-bottom: 6px;
	}

	.mysection6 {
		margin-bottom: 55px;
		padding: 0 22px;
	}

	.mysection6 h2 {
		font-size: 37px;
		line-height: 45px;
	}

	.mysection6 .myrow .mycol .inside h3 {
		margin-bottom: 12px;
		font-size: 27px;
	}

	.mysection6 .myrow .mycol .inside h4 {
		font-size: 17px;
	}

	.mysection6 .myrow .mycol .inside h4 {
		margin-bottom: 7px;
	}

	.mysection6 .myrow .mycol .inside p {
	font-size: 16px;
		line-height: 25px;
	}

	.mysection6 .nav-pills {
		margin-bottom: 8px;
	}

	.mysection6 .nav-pills .nav-item .nav-link.active {
		padding: 11px 26px 12px 27px;
		margin-bottom: 12px;
	}

	.mysection6 .nav-pills .nav-item .nav-link {
		margin-right: 90px;
	}

	.mysection7 {
		margin: 0 auto 70px auto;
		padding: 47px 20px 41px 19px;
	}

	.mysection7 p {
		max-width: 100%;
		line-height: 26px;
		margin-bottom: 44px;
	}

	.mysection7 h3 {
		margin-bottom: 8px;
		max-width: 100%;
		font-size: 29px;
		line-height: 35px;
	}

	.mysection8 {
		margin-bottom: 76px;
		padding: 0 22px;
	}

	.mysection8 h2 {
		font-size: 37px;
		line-height: 45px;
	}

	.mysection8 p {
		line-height: 27px;
		font-size: 16px;
	}

	.hr2 {
		width: 88%;
	}

	.footer {
		padding: 50px 22px 60px 22px;
	}

	.footer p {
		line-height: 24px;
	}

	.footer img {
		margin-bottom: 20px;
	}

	.mymodal .modal-content {
    	padding: 30px 20px 40px 20px;
  	}

	body { overflow-x: hidden; }

}

/*-------------------
# Back on Top Button
--------------------*/
.buttontop-top {
	display: inline-block;
	position: fixed;
	bottom: 40px;
	right: 10px;
	padding-top: 6px;
	height: 60px;
	width: 60px;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	white-space: nowrap;
	z-index: 2;
	color: #262626;
	background: #ececec;
	font-size: 34px;
	text-align: center;
	border-radius: 50%;
	transition: 0.2s;
}

.buttontop-top.buttontop-is-visible,
.buttontop-top.buttontop-fade-out,
.no-touch .buttontop-top:hover {
	transition: opacity .3s 0s, visibility 0s 0s;
}

.buttontop-top.buttontop-is-visible {
	visibility: visible;
	opacity: 1;
	transition: 0.2s;
}

.buttontop-top.buttontop-fade-out {
	opacity: .5;
}

.buttontop-top:hover {
	opacity: 1;
	color: #262626  !important;
	text-decoration: none  !important;
	transition: 0.2s;
}