/** 
* Bootstrap v5.3.3 
* Author: BootstrapMade.com 
* License: https://bootstrapmade.com/license/ */  

.light-background {background-color: #f1f4fa;}  
.dark-background {background-color: #000910;color: #ffffff;}

/* Smooth scroll */ 
:root { scroll-behavior: smooth; }

/*-------------------------------------------------------------- # 
General Styling & Shared Classes 
--------------------------------------------------------------*/ 
body { color: #444444; background-color: #ffffff; font-family: sans-serif; }  
a { color: #009DFF; text-decoration: none; transition: 0.3s; }  
a:hover { color: color-mix(in srgb, #009DFF, transparent 25%); text-decoration: none; }  
h1, h2, h3, h4, h5, h6 { color: #273d4e;} 

/*----cta-button-home---*/
.explore-md{min-height: 40px;margin: 0px 20px 0px 0px;padding: 12px 60px 12px 20px;border-radius: 4px;text-align: left;color: #ffffff!important;font-size: 16px;font-weight: 700;cursor: pointer;background: #009DFF url(../images/icon/cta-active-left-arrow.svg);background-position: right 15px center;background-repeat: no-repeat;transition: all 250ms;border: 1px solid #009DFF;min-width:300px;}
.explore-md:hover{background: #0081d2 url(../images/icon/cta-active-left-arrow.svg);background-position: right 15px center;background-repeat: no-repeat;color: #ffffff!important;transform: translateX(1px);border: 1px solid #009DFF;min-width:300px;text-decoration: none;}

.explore-md2{min-height: 40px;margin: 0px 20px 0px 0px;padding: 12px 60px 12px 20px;border-radius: 25px;text-align: left;color: #ffffff!important;font-size: 16px;font-weight: 700;cursor: pointer;background: #009DFF url(../images/icon/cta-active-left-arrow.svg);background-position: right 15px center;background-repeat: no-repeat;transition: all 250ms;border: 1px solid #009DFF;min-width:300px;}
.explore-md2:hover{background: #0081d2 url(../images/icon/cta-active-left-arrow.svg);background-position: right 15px center;background-repeat: no-repeat;color: #ffffff!important;transform: translateX(1px);border: 1px solid #0081d2;min-width:300px;text-decoration: none;}

.btn-schedule{padding: 2px 50px 2px 0px;text-align: left;color: #009DFF;font-size: 11px;line-height:15px;font-weight: 700;cursor: pointer;background: url(../images/icon/cta-secondary-active-outlink.svg);background-size: 16px 16px;background-position: right 15px center;background-repeat: no-repeat;transition: all 250ms;border: 0px solid #009DFF;}
.btn-schedule{background: #ffffff url(../images/icon/cta-secondary-active-outlink.svg);background-position: right 15px center;background-repeat: no-repeat;color: #009DFF;transform: translateX(1px);border: 0px solid #009DFF;}


/*----Pulsating Play Button ----*/ 
.pulsating-play-btn { width: 94px; height: 94px; background: radial-gradient(#009DFF 50%, color-mix(in srgb, #009DFF, transparent 75%) 52%); border-radius: 50%; display: block; position: relative; overflow: hidden; }  
.pulsating-play-btn:before { content: ""; position: absolute; width: 120px; height: 120px; animation-delay: 0s; animation: pulsate-play-btn 2s; animation-direction: forwards; animation-iteration-count: infinite; animation-timing-function: steps; opacity: 1; border-radius: 50%; border: 5px solid color-mix(in srgb, #009DFF, transparent 30%); top: -15%; left: -15%; background: rgba(198, 16, 0, 0); }  
.pulsating-play-btn:after { content: ""; position: absolute; left: 50%; top: 50%; transform: translateX(-40%) translateY(-50%); width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 15px solid #fff; z-index: 100; transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }  
.pulsating-play-btn:hover:before { content: ""; position: absolute; left: 50%; top: 50%; transform: translateX(-40%) translateY(-50%); width: 0; height: 0; border: none; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 15px solid #fff; z-index: 200; animation: none; border-radius: 0; }  
.pulsating-play-btn:hover:after { border-left: 15px solid #009DFF; transform: scale(20); }  

@keyframes pulsate-play-btn { 
    0% { transform: scale(0.6, 0.6); opacity: 1; }  
    100% { transform: scale(1, 1); opacity: 0; }
 }

/*-------------------------------------------------------------- 
# Global Header 
--------------------------------------------------------------*/ 
.header { background-color: rgba(0, 0, 0, 1); color: #ffffff; color: #444444; padding: 5px 0; transition: all 0.5s; z-index: 997; }  
.header .logo { line-height: 1; }  
.header .logo img { max-height: 36px; margin-right: 8px; }  
.header .logo h1 { font-size: 30px; margin: 0; font-weight: 700; color: #ffffff; } 

.header .cta-btn, 
.header .cta-btn:focus { color: #ffffff;background: #009DFF; font-size: 13px; padding: 10px 25px; margin: 0 0 0 10px; border-radius: 4px; transition: 0.3s; text-transform: uppercase; border: 1px solid #009DFF; }  
.header .cta-btn:hover, 
.header .cta-btn:focus:hover { color: #0081d2; background: #ffffff; border-color: #ffffff; } 

.header .login-btn, 
.header .login-btn:focus { color: #0081d2;background: #ffffff; font-size: 13px; padding: 10px 25px; margin: 0 0 0 10px; border-radius: 4px; transition: 0.3s; text-transform: uppercase; border: 1px solid #009DFF; }  
.header .login-btn:hover, 
.header .login-btn:focus:hover { color: #ffffff; background: #009DFF; border-color: #009DFF; } 

@media (max-width: 1200px) { 
.header .logo { order: 1; }  
.header .cta-btn { order: 2; margin: 15px; padding: 6px 15px; }  
.header .login-btn { order: 3; margin: 15px; padding: 6px 15px; } 
.header .navmenu { order: 4; } 
} 
@media (max-width: 1199.99px) {.header { padding: 15px 0; }  
} 
.scrolled .header { box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1); } 
.scrolled .header {background-color: rgba(21, 34, 43, 0.85); }

/*-------------------------------------------------------------- 
# Navigation Menu 
--------------------------------------------------------------*/ 
/* Desktop Navigation */ 
@media (min-width: 1200px) { 
.navmenu { padding: 0; }  
.navmenu ul { margin: 0; padding: 0; display: flex; list-style: none; align-items: center; }  
.navmenu li.dropdown { position: relative; }  
.navmenu>ul>li {padding: 15px 14px; }  /* white-space: nowrap; */
.navmenu>ul>li:last-child { padding-right: 0;padding-left: 0px;}  
.navmenu a.dropdown-toggle, 
.navmenu a.dropdown-toggle:focus { color: #e5eaee; font-size: 13px; padding: 10px 15px;font-weight: 500; display: flex; align-items: center; justify-content: space-between; transition: 0.3s; position: relative; text-transform: uppercase; }
.navmenu a.dropdown-toggle i, 
.navmenu a.dropdown-toggle:focus i { font-size: 12px; line-height: 0; margin-left: 5px; transition: 0.3s; }  
/* .navmenu>ul>li>a:before { content: ""; position: absolute; height: 2px; bottom: -6px; left: 0; background-color: #009DFF; visibility: hidden; width: 0px; transition: all 0.3s ease-in-out 0s; }  
.navmenu a:hover:before, 
.navmenu li:hover>a:before, 
.navmenu .active:before { visibility: visible; width: 100%; }   */
/* .navmenu li:hover>a, 
.navmenu .active, 
.navmenu .active:focus { color: color-mix(in srgb, #e5eaee 90%, white 15%); }
.navmenu .dropdown ul { margin: 0; padding: 10px 0; background: #ffffff; display: block; position: absolute; visibility: hidden; left: 14px; top: 130%; opacity: 0; transition: 0.3s; border-radius: 4px; z-index: 99; box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }  
.navmenu .dropdown ul li { min-width: 200px; }  
.navmenu .dropdown ul a { padding: 10px 20px; font-size: 15px; text-transform: none; color: #444444; }  
.navmenu .dropdown ul a i { font-size: 12px; }  
.navmenu .dropdown ul a:hover, 
.navmenu .dropdown ul .active:hover, 
.navmenu .dropdown ul li:hover>a { color: #009DFF; }  
.navmenu .dropdown:hover>ul { opacity: 1; top: 100%; visibility: visible; }  
.navmenu .dropdown .dropdown ul { top: 0; left: -90%; visibility: hidden; }  
.navmenu .dropdown .dropdown:hover>ul { opacity: 1; top: 0; left: -100%; visibility: visible; }  */
}  


/* Mobile Navigation */ 
@media (max-width: 1199px) { 
.mobile-nav-toggle { color: #e5eaee; font-size: 28px; line-height: 0; margin-right: 10px; cursor: pointer; transition: color 0.3s; }  
.navmenu { padding: 0; z-index: 9997; }  
.navmenu ul { display: none; list-style: none; position: absolute; inset: 60px 20px 20px 20px; padding: 10px 0; margin: 0; border-radius: 6px; background-color: #ffffff; border: 1px solid color-mix(in srgb, #444444, transparent 90%); box-shadow: none; overflow-y: auto; transition: 0.3s; z-index: 9998; }  
.navmenu a, 
.navmenu a:focus { color: #444444; padding: 10px 20px; font-size: 17px; font-weight: 500; display: flex; align-items: center; justify-content: space-between; transition: 0.3s; } /*white-space: nowrap; */ 
.navmenu a i, 
.navmenu a:focus i { font-size: 12px; line-height: 0; margin-left: 5px; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: 0.3s; background-color: color-mix(in srgb, #009DFF, transparent 90%); }  
.navmenu a i:hover, 
.navmenu a:focus i:hover { background-color: #009DFF; color: #ffffff; }  
.navmenu a:hover, 
.navmenu .active, 
.navmenu .active:focus { color: #009DFF; }  
.navmenu .active i, 
.navmenu .active:focus i { background-color: #009DFF; color: #ffffff; transform: rotate(180deg); }  
/* .navmenu .dropdown ul { position: static; display: none; z-index: 99; padding: 10px 0; margin: 10px 20px; background-color: #ffffff; transition: all 0.5s ease-in-out; }  
.navmenu .dropdown ul ul { background-color: rgba(33, 37, 41, 0.1); }  
.navmenu .dropdown>.dropdown-active { display: block; background-color: rgba(33, 37, 41, 0.03); } */

.mobile-nav-active { overflow: hidden; }  
.mobile-nav-active .mobile-nav-toggle { color: #fff; position: absolute; font-size: 32px; top: 15px; right: 15px; margin-right: 0; z-index: 9999; } 
.mobile-nav-active .navmenu { position: fixed; overflow: hidden; inset: 0; background: rgba(33, 37, 41, 0.8); transition: 0.3s; }  
.mobile-nav-active .navmenu>ul { display: block; } } 

/*-------------------------------------------------------------- 
# Navigation MEGA Menu 
--------------------------------------------------------------*/
@keyframes fadeIn {from {opacity: 0;}
to {opacity: 1;}
}

.navmenu .dropdown.dropdown-mega {position: static;}
.navmenu .dropdown.dropdown-mega a.dropdown-toggle::after{content: none;}
.navmenu .dropdown.dropdown-mega a.dropdown-toggle:focus,
.navmenu .dropdown.dropdown-mega a.dropdown-toggle:hover{color: #009DFF;}

.navmenu .dropdown.dropdown-mega .dropdown-menu {width: 100%;top: 70px!important;transform:none!important;z-index: 999; background-color: #fafafa;}
.navmenu .dropdown.dropdown-mega .dropdown-menu.show {-webkit-animation: fadeIn 0.3s alternate;animation: fadeIn 0.3s alternate;}/* Safari 4.0 - 8.0 */

/*mega-menu-col*/
.navmenu .dropdown.dropdown-mega .dropdown-menu .mega-content .box-1{padding: 20px 20px;}
.navmenu .dropdown.dropdown-mega .dropdown-menu .mega-content .box-2{padding: 20px 20px;}
.navmenu .dropdown.dropdown-mega .dropdown-menu .mega-content .box-3{padding: 20px 20px;}
/* .main-header .navbar .navbar-nav li.box-4{display:none;} */
.navmenu .dropdown.dropdown-mega .dropdown-menu .mega-content .box-1 h5,
.navmenu .dropdown.dropdown-mega .dropdown-menu .mega-content .box-2 h5,
.navmenu .dropdown.dropdown-mega .dropdown-menu .mega-content .box-3 h5{font-size: 16px;font-weight: 600;}

/*mega-menu-card*/
.navmenu .dropdown.dropdown-mega .dropdown-menu .mega-content .card{border: 0px;background: transparent;font-size: 12px;line-height: 16px;font-weight: 400;}
.navmenu .dropdown.dropdown-mega .dropdown-menu .mega-content .card img{width: 50px;height: 50px;border-radius: 50%;}
.navmenu .dropdown.dropdown-mega .dropdown-menu .mega-content .card .card-title{font-size: 14px;line-height: 20px;font-weight: 700;}

.navmenu .dropdown.dropdown-mega .dropdown-menu .mega-content a.list-group-item{background: transparent;}
.navmenu .dropdown.dropdown-mega .dropdown-menu .mega-content a.list-group-item i{padding: 10px 15px;background: rgba(0, 157, 255, 0.1);font-size: 24px;border-radius: 5px;margin-right: 10px;font-weight: 600;color: var(--bs-blue);width: 54px;height: 50px;}
.navmenu .dropdown.dropdown-mega .dropdown-menu .mega-content a.list-group-item:hover{color: #0081d2;}
.navmenu .dropdown.dropdown-mega .dropdown-menu .mega-content a.list-group-item:hover i{padding: 10px 15px;background: rgba(0, 157, 255, 1);font-size: 24px;border-radius: 5px;margin-right: 10px;font-weight: 600;color: var(--bs-white);}



@media only screen and (min-width: 576px) and (max-width: 991.98px){.navmenu .dropdown.dropdown-mega .dropdown-menu{position: inherit!important;border: 0px;}
.navmenu .dropdown.dropdown-mega .dropdown-menu.shadow{box-shadow:none!important;}
/*mega-menu-col*/
.navmenu .dropdown.dropdown-mega .dropdown-menu .mega-content .box-1{display: none;}
.navmenu .dropdown.dropdown-mega .dropdown-menu .mega-content .box-2{padding: 30px 0px;}
.navmenu .dropdown.dropdown-mega .dropdown-menu .mega-content .box-3{display: none;}
/* .main-header .navbar .navbar-nav li.box-4{padding: 0px;Margin-top:40px;display: block;}
.mobile-show{display: block;}
.mobile-hide{display: none;} */
}

@media (max-width: 575px){.navmenu .dropdown.dropdown-mega .dropdown-menu{position: inherit!important;border: 0px;}
.navmenu .dropdown.dropdown-mega .dropdown-menu.shadow{box-shadow:none!important;}
/*mega-menu-col*/
.navmenu .dropdown.dropdown-mega .dropdown-menu .mega-content .box-1{display: none;}
.navmenu .dropdown.dropdown-mega .dropdown-menu .mega-content .box-2{padding: 20px 0px;}
.navmenu .dropdown.dropdown-mega .dropdown-menu .mega-content .box-3{display: none;}
/* .main-header .navbar .navbar-nav li.box-4{padding: 0px;Margin-top:40px;display: block;}
.mobile-show{display: block;}
.mobile-hide{display: none;} */
}


/*-------------------------------------------------------------- 
# Preloader 
--------------------------------------------------------------*/
#preloader { position: fixed; inset: 0; z-index: 999999; overflow: hidden; background: #ffffff; transition: all 0.6s ease-out; }  
#preloader:before { content: ""; position: fixed; top: calc(50% - 30px); left: calc(50% - 30px); border: 6px solid #ffffff; border-color: #009DFF transparent #009DFF transparent; border-radius: 50%; width: 60px; height: 60px; animation: animate-preloader 1.5s linear infinite; }  
@keyframes animate-preloader { 
    0% { transform: rotate(0deg); }  
    100% { transform: rotate(360deg); }
}  
/*-------------------------------------------------------------- 
# Scroll Top Button 
--------------------------------------------------------------*/ 
.scroll-top { position: fixed; visibility: hidden; opacity: 0; right: 15px; bottom: 15px; z-index: 99999; background-color: #009DFF; width: 40px; height: 40px; border-radius: 4px; transition: all 0.4s; }  
.scroll-top i { font-size: 24px; color: #ffffff; line-height: 0; }  
.scroll-top:hover { background-color: color-mix(in srgb, #009DFF, transparent 20%); color: #ffffff; }  
.scroll-top.active { visibility: visible; opacity: 1; }  
/*-------------------------------------------------------------- 
# Disable aos animation delay on mobile devices 
--------------------------------------------------------------*/
@media screen and (max-width: 768px) { [data-aos-delay] { transition-delay: 0 !important; } } 

/*-------------------------------------------------------------- 
# Global Sections 
--------------------------------------------------------------*/ 
section, .section { color: #444444; background-color: #ffffff; padding: 60px 0; scroll-margin-top: 90px; overflow: clip;}  
@media (max-width: 1199px) {  
section, .section { scroll-margin-top: 76px; }
} 
/*-------------------------------------------------------------- 
# Global Section Titles 
--------------------------------------------------------------*/ 
.section-title { padding-bottom: 20px; position: relative; } 

.hero h1{ color: #fff; margin: 0; font-size: 40px; line-height: 46px; font-weight: 500;font-family: 'TitlingGothicFB Normal';}
.section-title h2,
.section-title h3 { color: #273d4e; margin: 0; font-size: 30px; line-height: 36px;font-weight: 500;font-family: 'TitlingGothicFB Normal';}
@media (max-width: 768px) { 
.section-title h2,
.section-title h3 { font-size: 24px;line-height: 34px;}
}

.key-features h4,
.section-title h4 { font-size: 16px; font-weight: 600; padding: 0; margin: 0 0 0.9rem 0; letter-spacing: 1.5px; text-transform: uppercase; color: #009DFF; position: relative; }

.section-title h5 { font-size: 16px; font-weight: 500; padding: 0; margin: 0; letter-spacing: 1.5px; text-transform: uppercase; color: color-mix(in srgb, #444444, transparent 50%); position: relative; }

.hero h1,
#services .section-title h2,
#services .section-title h3,
#services .section-title h5{color: #fff;}
 

/*-------------------------------------------------------------- 
# 1-Hero Section 
--------------------------------------------------------------*/ 
.hero { width: 100%; min-height: calc(100vh - 100px) ; position: relative; padding: 120px 0 30px; display: flex; align-items: center; justify-content: center;color: #ffffff; }  
.hero img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; z-index: 1; }  
.hero:before { content: ""; background: color-mix(in srgb, #000000, transparent 90%); position: absolute; inset: 0; z-index: 2; }  
.hero .container { position: relative; z-index: 3; } 
.hero .container img { position: relative; inset: 0; display: block; width: 100%; height: auto;}  
.hero p { color: #ffffff; margin: 10px 0 0 0; font-size: 18px; }  

@media (max-width: 768px) { 
.hero h1 { font-size: 32px;color: #ffffff;}  
.hero p { font-size: 18px;color: #ffffff;}
 } 

/*-------------------------------------------------------------- 
# 2-Stats Section 4-box
--------------------------------------------------------------*/ 
.stats .stats-item { background-color: #ffffff; padding: 30px;box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);text-align: center; }  /*box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);*/
.stats .stats-item i { color: #009DFF; font-size: 42px; line-height: 0; margin-right: 20px; }  
.stats .stats-item span { color: #273d4e; font-size: 48px; display: block; font-weight: 600; }  
.stats .stats-item p { padding: 0; margin: 0; font-size: 16px; }  
@media (max-width: 640px) { 
.stats .stats-item { background-color: #ffffff; padding: 0px 30px 30px 30px;text-align: center; }
}


/*-------------------------------------------------------------- 
# 3-6-About Section animation
--------------------------------------------------------------*/
.about{position: relative;overflow-x:hidden;border: 0px solid green;}
/*left*/
.about .fullscreen {max-height:100vh;height:auto;padding-bottom:100px;display:flex;justify-content:left;align-items:left;}/* width:100vw; */
/*right*/
.about .right-block{position: relative;display: block;height: 100%;}
.about ul.picture {top:180px;position:fixed;margin:0;padding: 0;list-style:none;padding-right: 7%;}
.about ul.picture li {color:black;opacity:0.2;}
.about ul.picture li .active-pic{display: none;transition: all 0.5s;}
.about ul.picture li.active {color:blue;opacity:1;}
.about ul.picture li.active .active-pic{display: block;transition: all 0.5s;}

/*----------# 3-About Section ---------*/ 
.about .content ul { list-style: none; padding: 0; }  
.about .content ul li { padding: 0 0 10px 30px; position: relative;font-weight: 400; }  
.about .content ul i { position: absolute; font-size: 20px; left: 0; top: -3px; color: #009DFF; }  
.about .content p:last-child { margin-bottom: 0; }  
.about .pulsating-play-btn { position: absolute; left: calc(50% - 47px); top: calc(50% - 47px); } 

.key-features{padding-top: 10px;}
.key-features ul{margin: 0 0 30px 0;padding: 0;font-size: 18px;line-height: 27px;}
.key-features ul li {background: #d2d9e5;border-radius: 30px;display: inline-block;font-size: 14px;line-height: 100%;margin: 0 10px 10px 0;padding: 10px 16px!important;}

.about .picture-static{display: none;}

@media (max-width: 991.99px) { 
/*left*/
.about .fullscreen {max-height:fit-content;height:auto;padding:10px;display:block;justify-content:left;align-items:left;}/* width:100vw; */
/*right*/
.about .picture{display: none;}
.about .picture-static{display: block;}
}

/*curved*/
/* body .bg-shape-1 .bg-shape svg,
body .bg-shape-2 .bg-shape svg,
body .bg-shape-2 .bg-shape-bottom svg{width: 100%;height:auto;} */

body .bg-shape-1 .bg-shape-top{background: #fff url(../images/curve-top.png);background-size: 100% auto;background-position: bottom center;background-repeat: no-repeat;border: 0px solid #009DFF;min-width:100%;min-height:300px; text-decoration: none;}

section.bg-image {background-image: url(../images/bg-Services.jpg);background-size: cover;background-position: 100% 0;background-repeat: no-repeat;}
body .bg-shape-2 .wgbg{position: relative; background: #FFFFFF!important;background: linear-gradient(90deg,rgba(255, 255, 255, 0.95) 35%, rgba(255, 255, 255, 0) 100%)!important;}
body .bg-shape-2 .wgbg .bg-shape-mid{background: transparent url(../images/curve-mid.png);background-size: 100% 300px;background-position: top center;background-repeat: no-repeat;border: 0px solid #009DFF;min-width:100%;height:300px; text-decoration: none;}
body .bg-shape-2 .wgbg .container{z-index: 2;padding-bottom: 100px;min-height: 400px;}

body .bg-shape-2 .wgbg .bg-shape-bottom {background: transparent url(../images/curve-bottom.png);background-size: 100% auto;position: absolute;bottom: -4px;width: 100%;min-height:300px;z-index: 1;background-repeat: no-repeat;-webkit-box-align: end;-webkit-align-items: flex-end;align-items: flex-end;-webkit-box-ordinal-group: 4;-webkit-order: 3;order: 3;display: -webkit-box;display: -webkit-flex;display: flex;}

.link {-webkit-box-align: center;-webkit-align-items: center;align-items: center;display: -webkit-inline-box;display: -webkit-inline-flex;display: inline-flex;grid-gap: 0.5rem;gap: 0.5rem;}
.link a i {font-size: 20px; margin-left: 0.5rem;}


/*-------------------------------------------------------------- 
# 7-Services Section 
--------------------------------------------------------------*/ 
.services {color: #ffffff;background: #212529;background: linear-gradient(179deg,rgba(33, 37, 41, 1) 0%, rgba(25, 28, 36, 1) 100%);}
.services .details {padding: 30px 30px; transition: all ease-in-out 0.3s; position: relative; text-align: center; border-radius: 8px; box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1); }  /*margin: -100px 30px 0 30px; */
.services .details .icon { margin: 0 auto; width: 72px; height: 72px; background: rgba(0, 57, 255, 0.4); color: #009DFF; border-radius: 50px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 28px; transition: ease-in-out 0.3s; position: relative; } /* border: 6px solid #ffffff;*/
.services .details span { color: #ffffff; font-size: 24px; display: block; font-weight: 500; }  
.services .details p { color: #ffffff;padding: 0; margin: 0; font-size: 16px; } 
.services .service-item:hover .details h3 { color: #009DFF; }  
.services .service-item:hover .details .icon { background: rgba(255, 255, 255, 0.3); border: 0px solid #ffffff; }  
.services .service-item:hover .details .icon i { color: #ffffff; }  
.services .service-item:hover .img img { transform: scale(1.2); }  


/*-------------------------------------------------------------- 
# 8-Testimonials Section 
--------------------------------------------------------------*/ 
.testimonials { padding: 50px 0; position: relative; }  
.testimonials .container { position: relative; z-index: 3; }  
.testimonials .swiper-wrapper { height: auto;color: #fff !important;border-radius: 20px;background: #020024;background: linear-gradient(90deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 157, 255, 1) 100%);} /*padding: 30px 0px;*/

.testimonials .testimonials-carousel, 
.testimonials .testimonials-slider { overflow: hidden; }  
.testimonials .testimonial-item { padding: 30px;}  
.testimonials .testimonial-item .testimonial-img { width: 150px; border-radius: 50%; border: 0px solid #ffffff; margin: 0 auto; }  
.testimonials .testimonial-item h3 { font-size: 20px; font-weight: bold; margin: 10px 0 5px 0;color: #fff;}  
.testimonials .testimonial-item h4 { font-size: 14px; margin: 0 0 15px 0;color: #fff;}  
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {font-size: 26px; line-height: 0; } 
.testimonials .testimonial-item .quote-icon-left { display: inline-block; left: -5px; position: relative; }  
.testimonials .testimonial-item .quote-icon-right { display: inline-block; right: -5px; position: relative; top: 10px; transform: scale(-1, -1); }  
.testimonials .testimonial-item .cont { margin: 0 auto 0 auto;font-size: 20px; font-weight: 500; } 

.testimonials .swiper-pagination { margin-top: 20px; position: relative; } 
.testimonials .swiper-pagination .swiper-pagination-bullet { width: 12px; height: 12px; background-color: #444444; opacity: 0.5; }  
.testimonials .swiper-pagination .swiper-pagination-bullet-active { background-color: #444444; opacity: 1; }  
@media (min-width: 992px) { 
    .testimonials .testimonial-item .cont { width: 100%; }
 }
 @media (max-width: 768px) { 
    .testimonials .testimonial-item .d-flex { display: block!important; }
 } 


/*-------------------------------------------------------------- 
# 0-top Section 
--------------------------------------------------------------*/ 
/* section#topsection { color: #0e0d0d; background-color: #d2d9e5; padding: 20px 20px; margin-top: 80px; overflow: clip; }
section#topsection .skinny-banner{display: flex; justify-content: center; align-items: center; gap: 32px;}
section#topsection .skinny-banner-item{align-items: center; gap: 1rem; min-height: 24px; transition: opacity 1s ease-in-out;}
@media (max-width: 1199.99px) { 
section#topsection { padding: 15px; margin-top: 66px; overflow: clip; }
section#topsection .skinny-banner{display: flex; justify-content: center; align-items: center; gap: 32px;}
} 
@media (max-width: 768px) { 
section#topsection { padding: 15px; margin-top: 68px; overflow: clip; }
section#topsection .skinny-banner{display: flex; justify-content: center; align-items: center; gap: 32px;}
} */
 /*-------------------------------------------------------------- 
# Clients Section 
--------------------------------------------------------------*/ 
/* .clients {padding: 20px 0; }  
.clients .client-logo { display: flex; justify-content: center; align-items: center; overflow: hidden; }  
.clients .client-logo img { padding: 10px 10px; max-width: 90%; transition: 0.3s; opacity: 1; filter: none;}  
.clients .client-logo img:hover { opacity: 0.5; filter: grayscale(100);  }
@media (max-width: 768px) { 
.clients .client-logo img { padding: 0px; } 
}  */
/*-------------------------------------------------------------- 
# Latest global market Section 
--------------------------------------------------------------*/ 
/* .Latestglobalmarket {padding: 0px 0px 50px 0px; height:auto;}
.Latestglobalmarket .market{margin-top: 30px}
.Latestglobalmarket .market .newsBox {background: #fff;    -webkit-box-shadow:0px 2px 15px rgba(0, 0, 0, 0.1);-moz-box-shadow:0px 2px 15px rgba(0, 0, 0, 0.1);box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);    -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;    -moz-background-clip: padding;-webkit-background-clip: padding-box;background-clip: padding-box;position: relative;overflow: hidden;padding-bottom: 110px}
.Latestglobalmarket .market .newsBox .wrap {position: relative}
.Latestglobalmarket .market .newsBox .wrap img {width: 100%;-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease}
.Latestglobalmarket .market .newsBox .wrap .news {padding: 20px 20px;position: absolute;top: 100%;width: 100%;transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease}
.Latestglobalmarket .market .newsBox .wrap .news .title {margin: 0;font-size: 18px;font-weight: 700;margin: 0 0 8px 0}
.Latestglobalmarket .market .newsBox .wrap .news .postdate {margin: 0;font-size: 12px;color: #555659}
.Latestglobalmarket .market .newsBox .more {position: absolute;bottom: -100%;width: 100%;transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease}
.Latestglobalmarket .market .newsBox .more .details {margin: 0 18px 20px 18px;line-height: 22px}
.Latestglobalmarket .market .newsBox:hover img {-moz-opacity: 0;-khtml-opacity: 0;-webkit-opacity: 0;opacity: 0}
.Latestglobalmarket .market .newsBox:hover .news {top: 0}
.Latestglobalmarket .market .newsBox:hover .more {bottom: 0} */
/*-------------------------------------------------------------- 
# Services 2 Section 
--------------------------------------------------------------*/ 
/* .services-2 .service-item {background-color: rgb(25, 28, 37);color: rgb(235, 238, 240); padding: 30px; border: 1px solid color-mix(in srgb, #444444, transparent 85%); transition: 0.3s;border-radius: 5px; }  
.services-2 .service-item .icon { font-size: 36px; line-height: 0; margin-right: 30px; color: #009DFF; }  
.services-2 .service-item .title { font-weight: 700; margin-bottom: 15px; font-size: 20px; }  
.services-2 .service-item .title a { color: #ffffff; }  
.services-2 .service-item .description { line-height: 24px; font-size: 14px; margin: 0; }  
.services-2 .service-item a { color: #009DFF; }  
.services-2 .service-item:hover { border-color: #009DFF; }  
.services-2 .service-item:hover .title a { color: #009DFF; } */


/*-------------------------------------------------------------- 
# Global Footer 
--------------------------------------------------------------*/ 
.footer {background-color: rgb(25, 28, 37);color: rgb(235, 238, 240); font-size: 14px; position: relative; }  
.footer .footer-top { padding-top: 50px; border-top: 1px solid color-mix(in srgb, #ffffff, transparent 90%); }  
.footer .footer-about .logo { line-height: 1; margin-bottom: 25px; }  
.footer .footer-about .logo img { max-height: 40px; margin-right: 6px; }  
.footer .footer-about .logo span { font-size: 26px; font-weight: 700; letter-spacing: 1px; color: #ffffff; } 
.footer .footer-about p { font-size: 14px; }  
.footer .social-links a { display: flex; align-items: start; justify-content: left; width: 40px; height: 40px; border-radius: 50%; border: 0px solid color-mix(in srgb, #ffffff, transparent 50%); font-size: 16px; color: color-mix(in srgb, #ffffff, transparent 30%); margin-right: 2px; transition: 0.3s; }  
.footer .social-links a:hover { color: #009DFF; border-color: #009DFF; }  
.footer h4 { font-size: 16px; font-weight: bold; position: relative; padding-bottom: 12px;color: rgb(235, 238, 240); }  
.footer .footer-links { margin-bottom: 30px; }  
.footer .footer-links ul { list-style: none; padding: 0; margin: 0; }  
.footer .footer-links ul i { padding-right: 3px; font-size: 13px; line-height: 0; color: rgb(235, 238, 240); }  
.footer .footer-links ul li { padding: 10px 0; display: flex; align-items: center; }  
.footer .footer-links ul li:first-child { padding-top: 0; }  
.footer .footer-links ul a { color: color-mix(in srgb, #ffffff, transparent 30%); display: inline-block; line-height: 1; }  
.footer .footer-links ul a:hover { color: #009DFF; }  
.footer .footer-contact a { color: color-mix(in srgb, #ffffff, transparent 0%); } 
.footer .footer-contact p { margin-bottom: 5px; }   
.footer .footer-newsletter .newsletter-form { margin-top: 30px; margin-bottom: 15px; padding: 20px; position: relative; border-radius: 4px; border: 0px solid color-mix(in srgb, #ffffff, transparent 80%); display: flex; background-color: rgb(35, 39, 49); transition: 0.3s; } /* padding: 6px 8px;*/ 
.footer .footer-newsletter .newsletter-form:focus-within { border-color: #009DFF; }  
.footer .footer-newsletter .newsletter-form input[type=email] { border: 0; padding: 4px; width: 100%; background-color: rgb(35, 39, 49); color: #ffffff; }  
.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible { outline: none; }  
.footer .footer-newsletter .newsletter-form input[type=submit] { border: 1px solid #ffffff; font-size: 16px; padding: 0 20px; margin: -7px -8px -7px 0; background: rgb(35, 39, 49); color: #ffffff; transition: 0.3s; border-radius: 4px 4px; }  
.footer .footer-newsletter .newsletter-form input[type=submit]:hover { background:#ffffff;color: #444444; }  
.footer .copyright { padding: 25px 0; border-top: 1px solid color-mix(in srgb, #ffffff, transparent 90%); }  
.footer .copyright p { margin-bottom: 0; }





/* Floting menu */
.btn-grad1 {background-image: linear-gradient(to right, #4776E6 0%, #8E54E9  51%, #4776E6  100%)}
.btn-grad1 {margin: 10px;padding: 15px 45px;text-align: center;transition: 0.5s;background-size: 200% auto;
color: white;border-radius: 10px;display: block;}
.btn-grad1:hover {background-position: right center;color: #fff;text-decoration: none;} /* change the direction of the change here */

.btn-grad2 {background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA  51%, #1FA2FF  100%)}
.btn-grad2 {margin: 5px;padding: 5px 10px;text-align: center;transition: 0.5s;background-size: 200% auto;color: white;border-radius: 3px;display: block;}
.btn-grad2:hover {background-position: right center; color: #fff;text-decoration: none;}/* change the direction of the change here */

.credits {font-family: sans-serif;font-size: 13px;position: fixed;bottom: 10px;right: 10px;z-index: 9999;}
.credits .code-credits {background-color: rgba(0, 0, 0, .1);border-radius: 4px;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);color: rgba(255, 255, 255, .9);display: block;max-width: 256px;padding: 8px;}
.credits .code-credits::after {content: "";display: block;clear: both;}
.credits .code-credits img {border-radius: 4px;float: left;margin-right: 12px;width: 64px;height: auto;}
.credits .code-credits > div {float: left;}
.credits .code-credits .cc-name {font-weight: bold;font-size: 16px;}
/*#endregion */
