@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,900&display=swap');
.bloq_ques ul li{
  font-size: 16.5px;
  font-weight: 400;
  line-height: 1.7;
  font-family: 'Open Sans', sans-serif;
}
label {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom:2px;
  color:#444;
}
form{margin-top:0em;}
.error { color: red; font-size: 12px; margin-top: 5px; }
        .form-group { margin-bottom: 15px; }
        .captcha-box { display: flex; align-items: center;margin-bottom:10px; }
        .captcha-box span { font-size: 18px; font-weight:600; padding: 10px; background: #f5f5f5f5; border-radius: 1em; }
        .captcha-box button { margin-left: 10px; background:#285575;color:#fff;padding:4px 15px;border-radius:1em;font-size:15px;}
.nav-link {display: block;padding: 0.5rem 0.6rem;color: #0d6efd;text-decoration: none;transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;}
#header {background: #fff;border-bottom:#fff;z-index: 997;padding: 5px 0;}
a {text-decoration: none;outline:0;}
a:hover {text-decoration: none;outline:0;}
#header.header-scrolled {top: 0;background:#fff;border-bottom: 1px solid #fff;box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;}
body{color: #1F1F1F;}
#header .logo img {max-height:65px;}
/*Navigation Menu*/
.navbar {padding: 0;}
.navbar ul {margin: 0;padding: 0;display: flex;list-style: none;align-items: center;}
.navbar li {position: relative;}
.navbar a, .navbar a:focus {display: flex;align-items: center;justify-content: space-between;/*padding: 10px 0 10px 30px;*/color:#666;white-space: nowrap;transition: 0.3s;font-size: 17px;font-family: 'Roboto', sans-serif;font-weight:500;}
.navbar a i, .navbar a:focus i {font-size: 15px;line-height: 0;margin-left: 5px;}
.navbar a .navbar a:focus{font-size: 15px;line-height: 0;margin-left: 5px;font-family: 'Open Sans', sans-serif;}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {color:#FF6E06;}
.navbar .dropdown ul {display: block;position: absolute;left: 14px;top: calc(100% + 30px);margin: 0;padding: 10px 0;z-index: 99;opacity: 0;visibility: hidden;background: #fff;box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);transition: 0.3s;border-radius: 4px;}
.navbar .dropdown ul li {min-width: 200px;}
.navbar .dropdown ul a { padding: 10px 20px;color: #444444;}
.navbar .dropdown ul a i {font-size: 12px;}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {color: #cda45e;}
.navbar .dropdown:hover > ul {opacity: 1;top: 100%;visibility: visible;}
.navbar .dropdown .dropdown ul {top: 0;left: calc(100% - 30px);visibility: hidden;}
.navbar .dropdown .dropdown:hover > ul {opacity: 1;top: 0;left: 100%;visibility: visible;}
@media (max-width: 1366px) {
.navbar .dropdown .dropdown ul {left: -90%;}
.navbar .dropdown .dropdown:hover > ul {left: -100%; }}
/**Mobile Navigation */
.mobile-nav-toggle {color:#FF6E06;font-size: 28px;cursor: pointer;display: none;line-height: 0;transition: 0.5s;}
@media (max-width: 1200px) {
.mobile-nav-toggle {display: block;}
.navbar ul {display: none;}}
.navbar-mobile {position: fixed; overflow: hidden; top: 0;right: 0;left: 0; bottom: 0;background: rgba(0, 0, 0, 0.7);transition: 0.3s;z-index: 999;}
.navbar-mobile .mobile-nav-toggle {position: absolute;top: 15px;right: 15px;}
.navbar-mobile ul {display: block;position: absolute;top: 55px;right: 15px;bottom: 15px;left: 15px;padding: 10px 0; border-radius: 6px;background-color: #fff;overflow-y: auto;transition: 0.3s;}
.navbar-mobile a, .navbar-mobile a:focus {padding: 10px 20px;font-size: 15px;color: #1a1814;}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a { color: #FF6E06;}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {margin: 15px;}
.navbar-mobile .dropdown ul {position: static;display: none;margin: 10px 20px;padding: 10px 0;z-index: 99;opacity: 1;visibility: visible;background: #fff;box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);}
.navbar-mobile .dropdown ul li {min-width: 200px;}
.navbar-mobile .dropdown ul a {padding: 10px 20px;}
.navbar-mobile .dropdown ul a i {font-size: 12px;}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {color: #cda45e;}
.navbar-mobile .dropdown > .dropdown-active {display: block;}
.img-logo{max-width:100%;height: auto;}
.form-inputs{position:relative;width: 300px;}
.form-inputs .form-control{height:45px; }
.form-inputs .form-control:focus{box-shadow:none;border:1px solid #285575;}
.form-inputs i{ position:absolute;right:10px;top:15px;color:#285575;}
.form-inputs::placeholder{color:#1F1F1F;font-weight:400;font-family: 'Roboto', sans-serif;letter-spacing:0.5px;font-size:13px;}
/* Dropdown Button */
.dropbtn {background: linear-gradient(270deg,#285575 0,#1cbee6 100%);padding: 10px 15px;display: inline-block;border-radius: 1em;cursor: pointer;border: 1px solid #f2f2f2;font-weight: 600;color: #fff;}
/* The container <div> - needed to position the dropdown content */
.dropdown {position: relative;display:block;}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {display:none;position: absolute;background-color: #fff;width:1000px;box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);z-index: 1;margin-left: -150px;}
/* Links inside the dropdown */
.dropdown-content a {color: black;padding: 12px 16px;text-decoration: none;display: block;}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background: linear-gradient(270deg,#285575 0,#1cbee6 100%);}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {color: #fff;background-color:#285575;}
#scroll{overflow: scroll;overflow-y: auto;overflow-x: hidden;/*height:400px;*/ max-height: calc(100vh - 110px);padding-right: 18px;}
#scroll::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);background-color: #F5F5F5;border-radius: 10px;}
#scroll::-webkit-scrollbar{width: 8px;background-color: #F5F5F5;}
#scroll::-webkit-scrollbar-thumb{background-color: #F1F1F1;border-radius: 10px;background-image: -webkit-linear-gradient(0deg,rgba(255, 255, 255, 0.5) 25%,transparent 25%,transparent 50%,rgba(255, 255, 255, 0.5) 50%,rgba(255, 255, 255, 0.5) 75%,transparent 75%,transparent)}
.nav-pills-custom .nav-link {color: #1F1F1F;font-size: 14px;background:none;position: relative;padding: 7px 24px 7px 12px;font-size: 14px;line-height: 24px;letter-spacing:0.5px;cursor: pointer;margin-bottom: 5px;border-radius: 0;font-weight: 600;font-family: 'Open Sans', sans-serif;text-transform:capitalize;}
.browse_tab h3{font-size:16px;padding:10px;line-height:12px; font-weight: 600;font-family: 'Roboto', sans-serif;color:#285575;letter-spacing:0.5px;border-bottom:2px solid rgba(0, 0, 0, 0.1);text-align:center;margin-top: 20px;}
.nav-pills-custom .nav-link.active {letter-spacing:0.5px;padding: 7px 24px 7px 12px;font-size: 14px; line-height: 24px;color: #ffff;cursor: pointer;margin-bottom: 5px; border-radius: 0;position: relative;font-weight: 600;background-color: #285575;font-family: 'Open Sans', sans-serif;}
.nav-pills-custom .nav-link.active:after {width: 0; height: 0;border-top: 19px solid transparent;border-bottom: 19px solid transparent; border-left: 15px solid #285575;content: "";position:absolute;left: 100%;top: 0;}
/* Add indicator arrow for the active tab */

.nav-pills-custom .nav-link.active::before {opacity: 1;}
.tab-pane { display: none;}
.name_title{color:#285575;letter-spacing:0.5px;font-size: 18px;line-height: 24px; font-weight: 600;margin-bottom: 15px;font-family: 'Open Sans', sans-serif;text-transform:uppercase;}
.menu_box{align-items: center;padding: 15px 0;border: 0.3px solid rgba(0, 0, 0, 0.1);box-sizing: border-box;border-radius: 8px;padding: 10px;box-shadow: 0 4px 8px rgb(0, 0, 0, 0.18);border-bottom: 3px solid #FF6E06;}
.box-img img{width: 45%; margin-bottom:5px;height: 45px;margin-top:5px;}
.training_content h3{font-size: 15px;color: #1F1F1F;text-align:center;font-weight:600;font-family: 'Open Sans', sans-serif; margin-bottom:5px;line-height: 20px;height: 55px;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;-moz-box-orient: vertical;-ms-box-orient: vertical;display: -webkit-box;display: -ms-box;display: -moz-box;-webkit-line-clamp: 2;}
.cohort{font-size: 12px;color: #1F1F1F; margin-bottom: 0;line-height: 14px; font-weight: 600;font-family: 'Open Sans', sans-serif;text-align:center;}
.calendar-icon{background-image: url("../../assets/images/HomepageSprite.svg");background-position: -266px -97px;display: inline-block; width: 12px; height: 12px;margin-right: 4px;position: relative;top: 1px;opacity: 0.6;}
.learn_34{padding:10px;}
.free-1{margin-top:20px;color:#285575;font-size:20px;line-height: 28px;font-weight: bold; margin-bottom: 15px;font-family: 'Open Sans', sans-serif;text-transform:capitalize;text-align:center;}
.free_4rt5{margin-top:20px;color:#1F1F1F;font-size:14px;text-align:center;line-height:1.6;font-weight:600;margin-bottom: 15px;font-family: 'Open Sans', sans-serif;margin-bottom:20px;}
/*end of header part*/
/*home page*/
.training_background{background-image: url('../../assets/images/snowflake-services-education-training.webp');height:500px;width: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat; position:relative;margin-top:5em;}
/* .training_background:before{content: '';background-color: rgb(0,0,0,0.55);position: absolute;height: 100%;width: 100%; top: 0;right: 0;left: 0;bottom: 0;} */
/*.back_bg{background-image: linear-gradient(-90deg,rgba(0,0,0,.17) 0,#000 56%);position: absolute;top: 0;left: 0;width: 100%;opacity: .7;height:450px;}*/
.accer_ft{margin-top:8em;position:relative;}
.accer_ft h2{font-family: 'Roboto', sans-serif;	font-size:3.6em;line-height:1.25;color: #212121;font-weight:800; max-width: 800px;position: relative;margin-bottom: 10px;}
.edissy{color:#FF6E06;text-transform:uppercase;font-family: 'Roboto', sans-serif;font-weight:800;}
/*.accer_ft h2:after {position: absolute;bottom: -10px; left: 0; background: linear-gradient(90deg, #FF4206 0%, #F5AE23 100%); width: 100%;content: "";height: 1px; max-width: 515px;}*/
.accer_ft p{font-family: 'Open Sans', sans-serif;font-weight: 600;font-size: 18px;line-height: 25px;color: #212121;letter-spacing:0.5px;}
.homeexplore-btn{display: inline-block;background: linear-gradient(270deg,#285575 0,#1cbee6 100%);border-radius: 2px;color: #ffffff;font-size: 18px; line-height: 25px;padding: 11px 20px; border: none; box-shadow: 0 2px 16px rgb(0 0 0 / 12%);font-weight:600;text-align: center;font-family: 'Open Sans', sans-serif;}
.homeexplore-btn:hover{color: #ffffff;}
.all_cour_23{margin-top:20px;}
.to_home{position: relative;background-color: #fff;box-shadow: 0 4px 24px rgb(0 0 0 / 8%); border-radius: 2px;padding: 0px 20px 0 40px;top: -30px;}
.home-key-wrap{align-items: center; display: -ms-flexbox;display: flex;padding: 25px 0; position: relative;justify-content: center;}
.home-key-feature{background-image: url("../../assets/images/HomepageSprite.svg");width: 40px;min-width: 40px; height: 40px;color:#285575;content: ""; display: inline-block; margin-right: 13px;background-position: -10px -70px;}
.home-key-wrap span{font-weight: 500;font-size: 16px;line-height: 18px; color: #1F1F1F;font-family: 'Open Sans', sans-serif;}
.home-key-wrap:after {content: "";position: absolute; right: 10px;top: calc(50% - 15px); width: 1px;height: 30px;background-color: #e7e7e7;}
.home-key-mentor{background-image: url("../../assets/images/HomepageSprite.svg");width: 40px;min-width: 40px; height: 40px;color:#285575;content: ""; display: inline-block; margin-right: 13px; background-position: -60px -70px;}
.home-key-partner{background-image: url("../../assets/images/HomepageSprite.svg");width: 40px;min-width: 40px;height: 40px;color:#1F1F1F; content: "";display: inline-block;margin-right: 13px;background-position: -110px -70px;}
.about_ediisy{padding:60px 0 80px;}
.site-section{margin-bottom:50px;}
.eddisy-box h3{font-size: 28px;font-weight: 700;color:#285575;font-family: 'Roboto', sans-serif;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:10px;    text-align: center;}
.eddisy-box p{font-size: 17px;line-height:1.8;color:#1F1F1F; margin-bottom:10px;text-align:left;font-family: 'Open Sans', sans-serif;font-weight:400;}
.img-movk{max-width:100%;height: auto;}
.media-29101 {cursor: pointer;text-align: center;background: #fff;position: relative;transition: transform .2s;box-shadow: 0 1px 9px rgb(0 0 0 / 20%);}
.alt_456 img{margin-bottom:10px;height: 180px;}
.owl-2-style .owl-nav {width: 100%;position: absolute;top: 35%;}
.owl-2 .owl-nav .owl-next,
.owl-2 .owl-nav .owl-prev{border: 1px solid red;z-index: 92;position: absolute;top: 50%; }
.owl-2 .owl-nav .owl-next:active, .owl-1 .owl-nav .owl-next:focus,
.owl-2 .owl-nav .owl-prev:active,
.owl-2 .owl-nav .owl-prev:focus {outline: none; }
.owl-2 .owl-nav .owl-next span,
.owl-2 .owl-nav .owl-prev span {color: #285575; }
.owl-2 .owl-nav .owl-next span:before,
.owl-2 .owl-nav .owl-prev span:before {font-size: 40px; }
.owl-2 .owl-nav .owl-next { border: 4px solid blue;right:-50px; }
.owl-2 .owl-nav .owl-prev {left:-60px; }
.owl-2-style .owl-dots { text-align: center;position: relative;bottom: -30px; }
.owl-2-style .owl-dots .owl-dot {display: inline-block; }
.owl-2-style .owl-dots .owl-dot span { display: inline-block; width: 7px;height: 7px;border-radius: 0;background: #cccccc;-webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53); -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53); transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53); margin: 3px; border-radius: 50%; }
.owl-2-style .owl-dots .owl-dot.active span {background: #007bff; }
.owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {outline: none; }
#course_ediisy{background-color: #fff;padding: 40px 0;}
.poluar_21{font-size: 32px;font-weight: 600;color:#666;font-family: 'Roboto', sans-serif;text-transform:capitalize; letter-spacing: 0.5px;margin-bottom:20px;}
.hm_title{background-color: #fff;border-bottom: 2px solid #FF6E06;}
.hm_title h3{font-size: 18px;font-weight:600;margin-bottom: 2px; color:#1F1F1F; font-family: 'Roboto', sans-serif; letter-spacing:0.5px;}
.hm_title:after {content: "";border-bottom: 0 solid #FF6E06;border-left: 0 solid transparent;position: absolute; bottom: 0;right: 0;z-index: 1;transition: all 0.3s ease 0s;margin-right: 0;}
.owl-carousel .owl-item .img-star{width:40%;margin:0 auto;}
div.media-29101:hover:after { border-bottom-width: 40px;border-left-width: 40px;}
div.media-29101:after {content: "";border-bottom: 0 solid #FF6E06; border-left: 0 solid transparent;position: absolute;bottom: 0;right: 0;z-index: 1;transition: all 0.3s ease 0s;margin-right: 0;}
/*checking*/
div.media-29101:hover:before {border-top-width: 40px;border-right-width: 40px;}
div.media-29101:before { content: ""; border-top: 0 solid #FF6E06;border-right: 0 solid transparent;position: absolute;left: 0;top: 0;z-index: 1;transition: all 0.3s ease 0s; margin-left: 0;}
.no_453k:hover{border: 1px solid #1cbee6 ;color: #fff;background: #1cbee6 ;border-radius: 50px;font-family: 'Open Sans', sans-serif;}
.no_453k{border: 1px solid #1cbee6 ;padding: 8px 20px;color: #1F1F1F;font-size: 13px;font-weight:500;font-family: 'Open Sans', sans-serif;background:transparent;border-radius: 50px;}
.more_1{margin-top:10px;margin-bottom:20px;}
.hight_23{display:flex;justify-content: center;}
.hit_img{width:20%}
.our_highlets{margin:50px 0 50px;}
.class_hight{margin-top: 30px;margin-bottom: 30px;}
.hit_tite h4{color:#285575;font-weight:900;font-size: 18px;padding-top: 17px;letter-spacing:0.5px;font-family: 'Open Sans', sans-serif;}
.cont_45{text-align:center;}
.cont_45 p{padding: 10px;font-size: 14.5px;line-height: 1.6;color: #1F1F1F;margin-bottom: 10px;font-family: 'Open Sans', sans-serif;font-weight: 400;}
.over_boc{margin-bottom:30px;margin-top:10px;}
.hi_ert{position: relative; margin-bottom: 20px;}
.poluar_21__{font-size: 26px;font-weight: 600;color: #fff;font-family: 'Roboto', sans-serif;text-transform: capitalize;letter-spacing: 0.5px;margin-bottom: 15px;position: absolute;top: 40%;left:20%;}
.hi_ert__{background-color:#285575;height:60vh;position:relative;}
.our_highlets-1{padding-top:40px;padding-bottom:40px;background-color: #f9f9f9;}
.copr_34{position:relative;}
a .coprt_title{position: relative;background-color:#285575;color: #fff;text-align: center;padding:8px;font-size:22px;font-weight:500;font-family: 'Roboto', sans-serif;}
.servcies_home{position:relative;	}
/*footer*/
.footer{background-color:#1f1f1f;padding-top:60px;padding-bottom:80px;}
.footer-logo img{width:15%;}
.social_list{padding:0;}
.social_list li {display:inline;margin-left:10px;}
.social_list li i{font-size:35px;color:#fff;}
.social-icon{margin:20px 0 30px;}
.fot_tre h6{color: #fff;font-size: 20px;text-transform: uppercase;font-weight:500;margin-bottom: 5px;font-family: 'Roboto', sans-serif;margin-bottom:10px;letter-spacing:0.5px;text-align: center;}
.trend_list{padding:0;display: flex;flex-wrap: wrap;align-items: center;gap: 0.3em;color:#fff;}
.trend_list li{list-style-type:none;text-align: center;}
.trend_list li a{color: rgba(255,255,255,.8);display: block;padding: 2px 0;font-size: 16px;line-height: 2;}
.trend_list li a:hover{color:#fff;}

.trend_list1{padding:0;}
.trend_list1 li{list-style-type:none;text-align: center;}
.trend_list1 li a{color: rgba(255,255,255,.8);display: block;padding: 2px 0;font-size: 16px;line-height: 2;}
.trend_list1 li a:hover{color:#fff;}
.copyright{text-align:center;color: rgba(255,255,255);margin-bottom:1px;margin-top:20px; font-size: 14px; font-family: 'Open Sans', sans-serif;}
.develop{color: rgba(255,255,255,.45); font-size: 14px;}
#subfooter{position: fixed; bottom: 0;background-color: #000; width:100%;padding:5px;color: #fff;z-index: 999;}
.call_00o{text-align:center;font-size:15px;font-family: 'Open Sans', sans-serif; font-weight:400;padding-top:5px;z-index:9999;}
div.menu_box:hover:after{ border-bottom-width: 30px;border-left-width: 30px;}
div.menu_box:after{content: "";border-bottom: 0 solid #FF6E06;border-left: 0 solid transparent;position: absolute;bottom: 10%;right: 8%;z-index: 1;transition: all 0.3s ease 0s;margin-right: 0;}
.hover_45{position:relative;}
div.menu_box:hover:before {border-top-width: 30px;border-right-width: 30px;}
div.menu_box:before { content: ""; border-top: 0 solid #FF6E06;border-right: 0 solid transparent;position: absolute;left: 8%;top: 9%;z-index: 1;transition: all 0.3s ease 0s; margin-left: 0px;}
/*services*/
.training_pages{background-image: url('../../assets/images/training_pages.jpg');height:auto;width: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat; position:relative;margin-top: 4em;padding:3em 0 3em;}
.breadcroum{display: flex; padding: 0.5em 0;margin: 0;list-style: none;margin-bottom:10px;}
.breadcroum li, .breadcroum li a {color: #fff;margin: 0 0.3em;list-style: none;margin-top:5px;font-family: 'Open Sans', sans-serif; font-size:15px;font-weight:500;line-height:20px;}
.breadcroum .home_blod a{font-family: 'Open Sans', sans-serif; font-size:15px;font-weight:700;color:#FF6E06;}
.tr_234_rf h1{font-family: 'Roboto', sans-serif;font-size: 42px;line-height: 1.4;color: #fff;font-weight:800;position: relative;margin-bottom:5px;letter-spacing:0.5px;}
.tr_234_rf{position:relative;top:10%;}
.tr_234_rf p{font-size: 16px;line-height:30px;color: #fff; margin-bottom: 10px;font-family: 'Open Sans', sans-serif;font-weight: 400;letter-spacing:0.1px;}
.course-pages-hilights{margin-top:20px;}
.course-pages-stats{display: flex;padding:0;color:#fff;align-items:center;    padding-bottom: 40px;}
.course-pages-stats li{text-align: center;list-style: none;padding: 0.3em 0.8em;width:20%;}
.course-pages-stats li i{font-size: 2.2em;color:#fff;}
.course-pages-stats li h4 {color: #fff;font-size:1.65em;margin-top: 0.3em;font-family: 'Open Sans', sans-serif;font-weight:400; margin-bottom: 1px;}
.course-pages-stats li label {font-weight: 400;font-family: 'Open Sans', sans-serif;color:#fff;font-size:14px;}
.course-pages-stats .separotor{width: 1px; height: 80px;align-self: center;border-right: 1px solid hsla(0,0%,100%,.5);margin-left:30px;}
.sl_placed_modal{background: #fff;border-radius: 1em;box-shadow: 0 0 3px #a7a7a7;overflow: hidden;min-height: 400px;margin-top:30px;}
.sl_placed_modal{position:relative;}
.sl_placed_modal-1{background: #fff;border-radius: 0.2em;box-shadow: 0 0 3px #a7a7a7;overflow: hidden;min-height: 200px;margin-top:30px;}
.sl_placed_modal-1{position:relative;}
.self-paced-flag-32{position: relative;float: right;margin-top: 35px; margin-right: 50px;}
.self-paced-flag-32 .offer-label_txt1{position: absolute; background:#FF6E06;color: #fff;left: -70px;top: 2px;font-size: .8em;height: 26px;right: -10px;z-index:0; width: 120px;text-align: center;padding: 0.5em 0.5em 0.5em 15px;line-height: 12px;}
.self-paced-flag-32:after {position: absolute; content: "";width: 25px; height: 25px; left: -88px;top: 2px;background: #fff;z-index:0;transform: rotate(45deg);}
.learn_title h3{color: #1F1F1F;margin-top: 5px;font-family: 'Open Sans', sans-serif;font-size: 15px;font-weight:600;line-height: 20px;}
.sticky-panel{position: absolute;top: 35px;left: 5%;}
.learn_title h5 i{font-size:30px;margin-left:5px;font-weight:700;color:#4a4a4a;}
.learn_title h5{font-size:35px;font-family: 'Open Sans', sans-serif;font-weight:700;line-height: 34px;color:#4a4a4a;}
.enroll-btn{padding: 0.6em 2em;text-align:center;margin: 0 auto;cursor: pointer;border: none;background: linear-gradient(270deg,#285575 0,#1cbee6 100%);border-radius: 0.2em;color: #fff;font-size:13px;margin-top: 2em;text-transform: capitalize;font-weight: 500;letter-spacing:0.5px;}
.enroll-btn:hover{color:#fff;}
.get_free-but{margin-top:10px;}
.features-title_1{display: block;margin: 1em auto;font-weight: 700;}
.includes_list_2{padding:0;}
.includes_list_2 li i {color: #4a4a4a;margin-right: 3px;}
.includes_list_2 li {list-style-type: none;position: relative;font-size: 15px;line-height: 2em;color: #4a4a4a;font-family: 'Open Sans', sans-serif;}
.syllabus{background: #fff;border-radius: 0.2em;border: 1px solid #FF6E06;color: #FF6E06;padding: 0.6em 3.7em;text-align: center;margin: 0 auto;cursor: pointer;width: 100%;text-decoration: none;}
.new{margin-top:20px;}
.syllabus:hover {background: #FF6E06;border:1px solid #FF6E06;color: #fff;}
.feat-inner h2{font-size: 30px;line-height: 40px;margin-bottom: 20px;font-weight: 400;color: #000;font-family: 'Roboto', sans-serif;letter-spacing:0.5px;}
.ligt_34{color:#FF6E06;font-family: 'Roboto', sans-serif;letter-spacing:0.5px;}
.lw_34_rgt__{padding-top: 20px;background-color: #f9f9f9;padding-bottom: 20px;}
.master-key-inner-wrap{align-items: center;display: -ms-flexbox; display: flex;margin-bottom: 30px;}
.master-key-inner-wrap img{width:45px;margin-right:10px;}
.master-key-inner-wrap span {font-weight: 600;font-size: 16px;line-height: 18px;color: #1F1F1F;font-family: 'Open Sans', sans-serif;}
#master-second-nav { position:sticky;top: 65px;background: #fff;box-shadow: 0 4px 8px rgb(0 0 0 / 8%);z-index: 1;padding-top: 10px;}
#master-nav-wrapper {overflow: auto;width: 100%;display: flex;}
#master-nav-list {white-space: nowrap;display: flex;width: 100%;margin-bottom: 1px;padding: 0;justify-content:space-between;}
#Overview{padding: 70px 0px 20px;}
.about_overview{margin-top:0;}
.about_overview h2{font-size: 30px;line-height: 41px; color: #1F1F1F;font-weight: 400; margin-bottom: 20px;font-family: 'Roboto', sans-serif;}
.about_overview p{font-size: 16px;line-height: 1.9;color: #1F1F1F;font-family: 'Open Sans', sans-serif;font-weight: 500;}
.wrapper1 {padding: 0;}
.wrapper1 ul {margin: 0;padding: 0;display: flex;list-style: none;align-items: center;}
.wrapper1 li {position: relative;}
.wrapper1 a, .wrapper1 a:focus {display: flex;align-items: center; justify-content: center;padding: 8px 32px;color: #1F1F1F;white-space: nowrap;transition: 0.3s;font-size: 15px;text-align: center;}
.wrapper1 a i, .wrapper1 a:focus i {font-size: 12px;line-height: 0;margin-left: 5px;}
#master-nav-list a:hover, #master-nav-list .active, #master-nav-list .active:focus, #master-nav-list li:hover > a {color: #FF6E06;border-bottom:2px solid #FF6E06;}
#master-nav-list li a {font-weight: 600;color:#1F1F1F; border-bottom: 2px solid #fff;font-size: 15px;font-family: 'Roboto', sans-serif;letter-spacing:0.5px;}
.side_services0{background-color: #fff;border-radius: 0 0 4px 4px;box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;margin-top:20px;}
.enquire_blog{position:relative;}
.enquire_box{background-color: #222;width: 100%;padding:15px;color:#fff;}
.enquire_box h2{font-size: 22px;line-height: 27px; color: #fff;margin-bottom: 10px;padding-left: 15px;text-transform: capitalize;font-family: 'Roboto', sans-serif;}
.enquire_box p{font-size: 14px;line-height: 19px;color: #f5c723; margin-bottom: 0;font-family: 'Open Sans', sans-serif;padding-left: 15px;}
.contact_num{padding:20px;margin-bottom:30px;}
.contact_num h3{color: #FF6E06;font-family: 'Roboto', sans-serif;letter-spacing: 0.5px;font-size:20px;margin-bottom:10px;font-weight:600;}
.contact_num p {color: #1F1F1F;font-family: 'Roboto', sans-serif;letter-spacing: 0.5px;font-size:16px;margin-bottom:10px;font-weight:500;}
.contact_num p a {color: #1F1F1F;font-family: 'Roboto', sans-serif;letter-spacing: 0.5px;font-size:18px;margin-bottom:10px;font-weight:500;}
.master-key-inner-wrap .rg_45 a{font-weight: 500;color: #1F1F1F;border-bottom: 2px solid #285575;font-size: 18px;font-family: 'Roboto', sans-serif;letter-spacing: 0.5px;}
.key-highligh_345{background-color: #fff;box-shadow: 0 2px 16px rgb(0 0 0 / 8%);border-radius: 4px;border-top: 3px solid #285575;padding:30px;margin-bottom: 30px;}
.key-highligh_345 h3{color: #FF6E06; font-family: 'Roboto', sans-serif;letter-spacing: 0.5px;font-size:20.5px;margin-bottom:10px;font-weight:600;}
.key-highligh_345 p {font-size: 16px;line-height:1.9;color: #1F1F1F;font-family: 'Open Sans', sans-serif;font-weight: 500;}
.apply_sec{background-color: #f5f8fb;padding-top:50px;padding-bottom:30px;}
.section_h3{font-size: 30px;line-height: 41px;color: #1F1F1F;font-weight: 400;margin-bottom: 20px;font-family: 'Roboto', sans-serif;}
.who-can-apply-wrapper{background: #fff;box-shadow: 0 2px 16px rgb(0 0 0 / 8%);border-radius: 4px;margin-bottom: 20px;padding:30px;}
.wa_rgt p{font-size: 16px;line-height: 26px;  color: #1F1F1F; font-family: 'Open Sans', sans-serif;font-weight: 500;}
#Curriculum{padding: 70px 0 70px;}
.face-button {background-color:#FF6E06;text-transform: uppercase;color: #fff;border: 2px solid #FF6E06;display: inline-block;padding: 15px;padding-right: 10px;padding-left: 10px; border-radius: 3px;cursor: pointer; overflow: hidden;box-sizing: border-box;font-size: 14px;transition: all 0.3s ease;font-family: 'open sans',sans-serif;font-weight: 700;}
.face-button:hover{ color: #fff;}
.sticky-position {position: -webkit-sticky;position: sticky;top:150px;}
.pg-curriculum-program-highlight { background-color: #fff;box-shadow: 0 2px 4px rgb(0 0 0 / 12%);border-radius: 4px;}
.pg-curriculum-program-heading {background-color: #1CBEE6;color: #fff;padding: 12px 24px;font-weight: 700;font-size: 16px;line-height: 22px;margin-bottom: 0;}
.pg-curriculum-program-content {padding: 20px 20px 1px;}
.pg-curriculum-program-highlight-wrap {-ms-flex-align: center;align-items: center;display: -ms-flexbox;display: flex;margin-bottom: 30px;}
.pg-curriculum-program-highlight-wrap picture {background-image: url("../../assets/images/master-course-sprite.svg");width: 30px;height: 30px;min-width: 30px;content: "";display: inline-block;margin-right: 35px; position: relative;}
.pg-program-highlight-user {background-position: -2px -173px;}
.pg-curriculum-program-highlight-wrap picture.pg-program-highlight-user:before {background-color: #168aee;}
.pg-curriculum-program-highlight-wrap picture:before {position: absolute;content: "";width: 1px; height: 100%;right: -17px;top: 0;}
.pg-program-highlight-play {background-position: -36px -173px;}
.pg-program-highlight-project {background-position: -69px -173px;}
.pg-program-highlight-schedule { background-position: -102px -173px;}
.pg-curriculum-program-highlight-wrap picture.pg-program-highlight-play:before {background-color: #7ed321;}
.pg-curriculum-program-highlight-wrap picture:before {position: absolute;content: "";width: 1px;height: 100%;right: -17px;top: 0;}
.pg-curriculum-program-highlight-wrap picture.pg-program-highlight-project:before { background-color: #ff6e06;}
.pg-curriculum-program-highlight-wrap picture:before {position: absolute;content: "";width: 1px;height: 100%;right: -17px; top: 0;}
.pg-curriculum-program-highlight-wrap picture.pg-program-highlight-schedule:before {background-color: #6659b8;}
.pg-curriculum-program-highlight-wrap picture:before { position: absolute;content: "";width: 1px;height: 100%;right: -17px;top: 0;}
#Training{padding: 70px 0 20px;background-color: #f9f9f9;}
.training-option {display: block; margin: 1em; background: #fff;padding: 4em 1em; box-shadow: 0 0 3px #b0b0b0;border-radius: 0.2em; position: relative;}
.offer-label {position: absolute;white-space:nowrap; margin-left: 10px; top: 20px;}
.offer-label .offer-label-txt {position: absolute;background: #285575;color: #fff;left: -24px;top: -2px; padding: 0.5em;font-size: .8em;font-family: 'Open Sans', sans-serif;letter-spacing: 0.5px;}
.training-option h4 {text-align: center;text-transform: uppercase;font-family: 'Open Sans', sans-serif;color: #1F1F1F;font-weight: 400;}
.training-option ul {min-height: 260px;padding:0;}
.training-option ul li {position: relative; padding-left: 1em; margin-bottom: 1em;font-size: .9em;list-style-type:none;}
.training-option ul li:before {content: "\F105";font-family: FontAwesome;color: #1196d7;position: absolute;left: 0; top: 1px;font-size: 1.2em;}
.training-option-btn2 {background:#285575;color:#fff;}
.training-option-btn2:hover{color:#fff;}
.btn { padding: 0.8em 1.7em;text-align: center;margin: 0 auto;cursor: pointer;border: none;}
.small{font-weight: 600;color: #FF6E06;font-size: 15px;font-family: 'Roboto', sans-serif;letter-spacing: 0.5px;}
#Treanding{padding: 70px 0 50px;}
#master-nav-list li .num_345{background-color:#285575;text-transform: uppercase;color: #fff;display: inline-block;padding: 15px;padding-right: 10px;padding-left: 10px;border-radius: 3px;cursor: pointer;box-sizing: border-box;font-size: 14px;transition: all 0.3s ease;font-family: 'open sans',sans-serif; font-weight:600;}
.cont_5yh {padding:0}
.cont_5yh li{background-color: #fff;border: none;cursor: pointer;position: relative;padding: 15px 152px 15px 60px;list-style-type:none;box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;z-index: 0;font-weight: 600;font-size: 16px;line-height: 24px;color: #1F1F1F;margin-bottom: 0;font-family: 'open sans',sans-serif;}
.cont_5yh li:after{width: 10px;height: 10px;content: "";display: inline-block; background-color: #238ce7;border-radius: 50%;position: absolute;top: calc(50% - 5px);left: 26px;z-index: 1;}
.cont_5yh li:first-child:before {top: 38px;}
.cont_5yh li:before {width: 2px;height: 100%;content: "";position: absolute;top: 0;left: 30px;background-color: #f2f2f2; display: inline-block;z-index: 1;}
.couse_23{margin-top:10px;}
.wa_rgt ul{padding: 10px 0 10px 30px;}
.wa_rgt ul li{font-weight: 600;font-size: 16px;line-height: 35px;color: #1F1F1F ; position: relative;padding-left: 27px;list-style-type:none;font-family: 'open sans',sans-serif;}
.wa_rgt ul li:before {position: absolute;content: "";width: 20px;height: 15px;background-image: url("../../assets/images/master-course-sprite.svg");background-position: -305px -8px;top: 10px;left: 0;}
.img-box{width: 22%;margin-bottom: 5px;margin-right: 2px;}
.cOuse_box{box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;padding:15px;background-color:#fff;margin-top:20px;border-bottom: 2px solid #1CBEE6;}
.cOuse_box:hover{box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;border-bottom: 2px solid #FF6E06;}
.cOuse_box h3{font-size: 14px;font-weight: 500;margin-bottom: 2px;color: #1F1F1F;font-family: 'Roboto', sans-serif;letter-spacing: 0.5px;margin-top:5px;}
[data-title]:hover:after {opacity: 1;transition: all 0.1s ease 0.5s;visibility: visible;}
[data-title]:after {content: attr(data-title);background-color: #111;color: #fff;font-size:12px;position: absolute;padding: 1px 5px 2px 5px; bottom: -1.2em;letter-spacing:0.5px;left: 30%; white-space: nowrap;box-shadow: 1px 1px 3px #222222;opacity: 0; border: 1px solid #111111;z-index: 99999;visibility: hidden;}
[data-title] {position: relative;}
.home_courses{margin-top:50px;}
.corporate-main{background-image: url('../../assets/images/c-bg.jpg');height:400px;width: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat; position:relative;margin-top: 60px;}
.exper{margin-top:10%;}
.exper h1{font-size: 40px;text-align: left;margin-top: -32px;margin-left: -3px;color:#fff;line-height:1.2;font-family: open sans,sans-serif;font-weight: 700;}
.span_crop{font-size: 50px;color:#FF6E06;}
.exper p{margin-top: 20px;color:#fff;width: 400px;font-size: 16px;line-height:1.6;font-family: open sans,sans-serif;}
.creat_blog{background-color: #ffffff;background-position: center center;background-repeat: no-repeat;padding-top: 50px;padding-bottom: 50px;padding-left:30px;padding-right:30px;}
.prof_title h2{font-size: 30px;font-weight:600;color: #1c1c1c; font-family: 'Roboto', sans-serif;text-transform: capitalize;letter-spacing: 0.5px;margin-bottom: 10px;text-align:center;}
.fusion-sep-clear {clear: both;display: block; height: 1px;font-size: 0;line-height: 0;width: 100%;overflow: hidden;}
.fusion-separator{border-color: #0088cc;border-top-width: 1px;margin-left: auto;margin-right: auto;width: 100%;max-width:160px;border-bottom-style: solid;border-top-style: solid; clear: both;position: relative; z-index: 11;}
.prof_dest{margin-top:20px;}
.prof_dest p{font-size: 15.5px;line-height: 1.9;color: #1F1F1F;margin-bottom: 10px;text-align: justify;font-family: 'Open Sans', sans-serif;font-weight: 500;}
.list_since{padding:0;}
.list_since li{font-weight: 600;font-size: 15.5px;line-height: 1.9; color: #1F1F1F;position: relative;padding-left: 27px;list-style-type: none;font-family: 'open sans',sans-serif;}
.list_since li:before {position: absolute;content: ""; width: 20px;height: 15px; background-image: url("../../assets/images/master-course-sprite.svg");background-position: -305px -8px;top: 10px;left: 0;}
.trans_form{background-color:#0088cc;color:#fff;padding:20px;}
.trans_form h3{font-size: 19px;font-weight: 600;color: #fff;font-family: 'Roboto', sans-serif;text-transform: capitalize;letter-spacing: 0.5px;margin-bottom: 1px;text-align: center;}
.workplace-form{border: 1px solid rgba(0, 0, 0, 0.125);}
.ad4_rgt{padding:20px;}
.form-control {display: block;width: 100%; height:auto;padding: 0.375rem 1.2rem;font-size: 0.9rem;font-weight: 500;line-height: 1.5; color: #222;background-color: #fff;background-clip: padding-box;border: 1px solid #1CBEE6;border-radius: 1em; -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;cursor: pointer;}
.btn-primary{color: #fff;background-color: #285575;border-color: #285575;}
.pro{font-size:22px;line-height: 1.4;color:#285575;font-weight: 800;text-align:left;margin-bottom: 10px; font-family: 'Roboto', sans-serif;}
.log_32 img{width:90%;}
.login-lab {text-align: left; font-size: 16px;font-weight: 600; font-family: 'Open Sans',sans-serif;color: #acacac;margin-bottom: 5px; margin-top: 5px;}
.colo_456{background: #FF6E06;color: #fff; border:1px solid #FF6E06;width:100%;padding:8px 30px;font-size: 15px;font-weight: 600;font-family: 'Open Sans',sans-serif;border-radius:1em;}
.submit_er{margin-top:20px;}
.quire-blog_common{padding:50px 0 50px; background-color:#f9f9f9;}
.fg_bav{background: #fff;margin-bottom: 25px; -webkit-box-shadow: 0 0 18px 0 rgb(156 148 148 / 12%);box-shadow: 0 0 18px 0 rgb(156 148 148 / 12%); padding-bottom: 15px; padding-top: 15px;border-radius: 6px;}
.ques_45 h4{font-size: 25px;font-weight: 600;margin-bottom: 30px;color: #FF6E06;line-height: 1.6;font-family: 'Open Sans',sans-serif;}
.ques_45{margin-top:20px;}
.call_234{display:flex;align-items: center;justify-content:cente;width:100%;}
.icon_boc{display:flex;align-items: center;justify-content:cente;width:50%;justify-content: center;}
.ph_img{width:20%;}
.ph_cal p a{margin-bottom:1px;font-size: 22px;color: #1F1F1F;font-weight:700;}
.ph_cal p {margin-bottom:1px;font-family: 'Open Sans',sans-serif;}
.header-para{font-size: 14px;color: #1F1F1F;font-weight: 600;font-family: 'Open Sans',sans-serif;}
.privacy-pages-design{background-color:#285575;color:#fff;padding: 10px 0 10px;margin-top:64px;}
.tr_234_rf-1 h1{font-family: 'Roboto', sans-serif;font-size: 28px;line-height: 1.4;color: #fff;font-weight: 400; position: relative; margin-bottom: 10px;letter-spacing: 0.5px;}
.we_zt_cont{background-color:#fff;color: #1F1F1F;margin-top:30px;margin-bottom:30px;}
.qq_para h2{font-family: 'Roboto', sans-serif;font-size:15px;line-height: 1.4;font-weight: 700;margin-bottom: 10px;letter-spacing: 0.5px;}
.qq_para p{font-size: 16px;line-height: 1.9;font-family: 'Open Sans', sans-serif;font-weight: 400;letter-spacing: 0.5px;}
.qq_para h3{font-family: 'Roboto', sans-serif;font-size:15px;line-height: 1.4;font-weight: 700;margin-bottom: 10px;letter-spacing: 0.5px;}
.trems-list li {list-style-type:none;font-size: 15px;font-weight: 400;color: #1F1F1F;font-family: 'open sans',sans-serif;line-height: 1.8;}
/*modal popup*/
.modal-content{border-radius: 1rem;position: relative;display: flex;flex-direction: column;width: 700px;pointer-events: auto;background-color: #fff;background-clip: padding-box;border: 1px solid rgba(0, 0, 0, .2);border-radius: 1rem;outline: 0;margin:0 auto;}
.leave_orm  {background-image: linear-gradient(to right,#0072d2,#00b6c3);padding:20px;  border-radius: 1em;} 
.leave_orm h3{text-align: center;font-size: 23px;color: #fff;line-height: 1.6;font-family: 'open sans',sans-serif;padding-top: 20px;text-transform: uppercase;}
.form_modal{padding:30px;}
.cl0{position: absolute; right: 2%;top: 2%;color: #fff;}
.text-right {text-align: right;}
/*serach blocl*/
#fruits{padding: 0;margin: 0; width: 100%;display: flex;line-height: 3;margin-top: 10px;overflow: scroll;overflow-y: auto;overflow-x: hidden;list-style-type: none;flex-wrap: wrap;}#fruits li{margin-right:10px;margin-top:10px;}
#fruits li a {/* Prevent double borders */z-index:1;text-decoration: none;font-size: 15px;font-family: 'open sans',sans-serif;color: #024868;width:600px}
.call_00o img{margin-right: 5px;margin-left: 5px;width:2%;}
.call_00o a{color:#fff;font-family: 'open sans',sans-serif; font-weight:500;font-size:14px;letter-spacing:0.5px;}
.call_00o a:hover{text-decoration:underline;}
.img-fluid-what {width: 55px;height:55px; /*animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;*/}
  
 /*@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}*/
.img-fluid-what:hover{box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px, rgba(0, 0, 0, 0.3) 0 8px 16px -8px;border-radius:50%;}
.whatsapp-button{position: fixed;left:30px; bottom:18%;z-index: 999;}
.call{position: fixed; left:30px; bottom:8%;z-index: 999;}
#feedback {height: 0;width: 85px;position: fixed;right: 0;top: 50%;z-index: 1000;transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-o-transform: rotate(-90deg);}
#feedback a {display: block;background: #FF6E06;height: 52px;padding-top: 10px;width: 155px;text-align: center;color: #fff;font-size: 16px;font-weight:600;text-decoration: none;font-family: 'Open Sans', sans-serif;outline:0;border-radius: 1em;}
.btn1 { display: none;cursor: pointer; position: fixed;bottom:15%;right: 30px; z-index: 99;width: 40px;height: 40px; border-radius: 50%;background: url("../../assets/images/cd-top-arrow.svg") no-repeat center 50%; color: white;border:none;}
#toTopBtn {background-color: #285575;}
.key{color: #FF6E06;font-family: 'Roboto', sans-serif;letter-spacing: 0.5px;font-size: 20.5px;margin-bottom: 10px;font-weight:600;}
.book-a-table-btn{background: linear-gradient(270deg,#285575 0,#1cbee6 100%);padding: 20px 10px;display:inline-block;border-radius:1em; cursor: pointer;letter-spacing: 0.5px;margin-left: 6px;}
#Certification { padding: 80px 0 80px;/*background:#f5f8fb;*/background-image: linear-gradient(to right,#0072d2,#00b6c3);}
.about_overview_1 h2{font-size: 35px;line-height: 41px;color: #fff;font-weight: 400;margin-bottom: 20px;font-family: 'Roboto', sans-serif;}
.about_overview_1 p{font-size: 20px;line-height: 41px;color: #fff;font-weight: 400;margin-bottom: 20px;font-family: 'Roboto', sans-serif;}
.get_in_touch_button{width: 157px;height: 60px;border-radius: 4px;background-color: #ffffff;font-size: 16px;font-weight: bold;color: #375eaf;margin-right: 30px;border: none;vertical-align: top;padding: 20px 10px;}
.download_pop{box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0px;padding:10px;margin-top: 25%;margin-bottom:10%;background-color:#fff;}
.download_pop h1{color: #FF6E06;font-family: 'Roboto', sans-serif;letter-spacing: 0.5px;font-size:22px;text-align: center;padding-top: 20px;}
.new1{padding-bottom:30px;}
.down{background-color:#f5f5f5;}
.syllabus{background: #FF6E06;border-radius: 0.2em;border: 1px solid #FF6E06;color: #fff;padding: 0.6em 3.7em;text-align: center;margin: 0 auto;cursor: pointer;width: 100%;text-decoration: none;}
@media (min-width: 576px){
.modal-dialog {max-width:100%;margin: 1.75rem auto;}}
.call_flex{display:block;text-align:center;margin-top:35%;}
.or{font-size: 30px;line-height: 41px;color: #1F1F1F;font-weight: 400;margin-bottom: 20px;font-family: 'Roboto', sans-serif;}
.img-or{max-width: 35%;height: auto;}
.back_mil{font-weight: 600;font-size: 16px;line-height: 24px;color: #1F1F1F; margin-bottom: 0;font-family: 'Open sans',sans-serif;text-align:center;}
.back_mil:hover{color: #285575;text-decoration:underline;}
.learn_23{width:15%;}
.weekand_listn{
	display: flex;
    width: 100%;
    padding: 0;
    list-style-type: none;
	font-family: 'Roboto', sans-serif;
}
.weekand_listn li{
	width:50%;
	color: #1F1F1F;
    margin-top: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight:500;
    line-height: 20px;
	
}
.pay_now{background-color:#f5f5f5;}
.online{margin-top:7%;padding-top:1em;  font-size: 28px;
  font-weight: 700;
  color: #285575;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  text-align: center;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    background-color: transparent;
  border: 0;
  border-radius: 2px;
  opacity: .5;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width:60%;
}
.input-group > .form-control, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 60%;
  min-width: 0;
}
.modal-fullscreen .modal-content1 {
  height: 100%;
   position: relative;
/*display: flex;*/
flex-direction: column;
width: 100%;
pointer-events: auto;
background-clip: padding-box;
outline: 0;
margin: 0 auto;
background-color:#fff;
    position: fixed;
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
/*serach styling*/
.menu_box1 {
    align-items: center;
   
    border: 0.3px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
   
    box-shadow: 0 4px 8px rgb(0 0 0 / 8%);
    border-bottom: 3px solid #FF6E06;
	margin-top: 5px;
	padding-bottom: 0;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
}
.box-img1 img {
    width: 25%;
    margin-bottom: 5px;
    height: 25px;
    margin-top: 5px;
}
.owl-3-style .owl-nav {width: 100%;position: absolute;top: 35%;}
.owl-3 .owl-nav .owl-next,
.owl-3 .owl-nav .owl-prev{border: 1px solid red;z-index: 92;position: absolute;top: 50%; }
.owl-3-style .owl-nav .owl-next:active, .owl-1 .owl-nav .owl-next:focus,
.owl-3 .owl-nav .owl-prev:active,
.owl-3 .owl-nav .owl-prev:focus {outline: none; }
.owl-3 .owl-nav .owl-next span,
.owl-3 .owl-nav .owl-prev span {color: #285575; }
.owl-3-style .owl-nav .owl-next span:before,
.owl-3 .owl-nav .owl-prev span:before {font-size: 40px; }
.owl-3 .owl-nav .owl-next { border: 4px solid blue;right:-50px; }
.owl-3 .owl-nav .owl-prev {left:-60px; }
.owl-3-style .owl-dots { text-align: center;position: relative;bottom: -30px; }
.owl-3-style .owl-dots .owl-dot {display: inline-block; }
.owl-3-style .owl-dots .owl-dot span { display: inline-block; width: 7px;height: 7px;border-radius: 0;background: #cccccc;-webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53); -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53); transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53); margin: 3px; border-radius: 50%; }
.owl-3-style .owl-dots .owl-dot.active span {background: #007bff; }
.owl-3-style .owl-dots .owl-dot:active, .owl-3-style .owl-dots .owl-dot:focus {outline: none; }
.alt_blog img{border-radius:16px 16px 0 0;height:250px}#blog_ediisy1{background-color:#fff;padding:50px 0 50px;}.blog_title{background-color:#f5f5f5f5;border:3px solid #f5f5f5f5;padding:10px;border-radius:0 0 16px 16px;height: 260px;}.blog_title h3{font-size: 20px;font-weight: 600;margin: 10px 0 5px;color: #285575;font-family: 'Roboto', sans-serif;text-transform:capitalize;line-height:1.4;}.blog_title p{font-size: 15px;font-weight: 400;color: #222;line-height:1.6;font-family: 'Open Sans', sans-serif;}.more_2{display:flex;justify-content: space-between;align-items: center;flex-wrap:wrap;}.corse_we{font-size: 17px;font-weight: 700;color: #FF6E06;line-height:1.6;font-family: 'Roboto', sans-serif;text-transform:uppercase;}.banner-blog{background: url(../images/blogs/banner-blogs.jpg) no-repeat scroll center center / cover;margin-top:5em;padding:8em 0 8em;}.name_blog{font-family: 'Roboto', sans-serif;font-size: 48px;line-height: 1.4;color: #fff;font-weight: 800;text-align:center;}.blog_section{padding:4em 0 4em;}.media-2910-blog1{display:flex;gap:1em;background-color:#fff;align-items: center;padding:10px;margin-bottom:30px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}.blog_title1{padding:10px;width: 90%;}.blog_title1 h2{font-size: 1.6em;font-weight: 600;margin: 10px 0 5px;color: #285575;font-family: 'Roboto', sans-serif;text-transform: capitalize;line-height: 1.4;}.blog_title1 p{font-size: 15px;font-weight: 400;color: #222;line-height:1.6;font-family: 'Open Sans', sans-serif;}.alt_blog2{width:60%;}.exlpoe{margin-top:10px;}.exlpoe h3{font-size: 1.6em;font-weight: 600;margin: 10px 0 5px;color: #285575;font-family: 'Roboto', sans-serif;text-transform: uppercase;text-align:center;line-height: 1.4;}.tra_list{list-style-type:none;padding:0;}.tra_list li{line-height:2;padding:5px 0 2px 0 ;border-bottom:1px solid #285575;}.tra_list li a {font-size: 17px;font-weight: 500;color: #1F1F1F;font-family: 'Open Sans', sans-serif;}.tra_list li a:hover {color: #FF6E06;}.name_blog1{font-family: 'Roboto', sans-serif;font-size: 32px;line-height: 1.4;color: #fff;font-weight: 800;text-align: center;}.banner-page{padding-top:11em;}.bloq_ques{padding-top:2em;}.bloq_ques h3 a {font-size: 24px;font-weight: 600;color: #FF6E06;font-family: 'Roboto', sans-serif;text-transform: capitalize;letter-spacing: 0.5px;margin-bottom: 20px;}.bloq_ques h1 {font-size: 2.2em;font-weight: 600;font-family: 'Roboto', sans-serif;text-transform: capitalize;letter-spacing: 0.5px;margin-bottom: 10px;color:#285575 ;line-height:1.35;position:relative;}.bloq_ques h1::after {position: absolute;content: "";left: -10vw;bottom: 0;width: 75%;height: 3px;background-color: #d1d3d4;}.bloq_ques h2, .bloq_ques h3 {font-size: 24px;font-weight: 600;font-family: 'Roboto', sans-serif;text-transform: capitalize;letter-spacing: 0.5px;margin-bottom: 10px;}.bloq_ques p{font-size: 16.5px;font-weight: 400;line-height:1.7;font-family: 'Open Sans', sans-serif;}.header {position: fixed;top: 0;width: 100%;z-index: 1;margin-top: 4.5em;}.progress-container {background-color: #FF6E06;height: 10px;width: 100%;}.progress-bar {background-color: #FF6E06;height: 10px;width: 0%;}.lin-hitlet-blog{color:#FF6E06;font-weight:500;text-decoration:underline;}.blog-list-1 li {font-size: 16.5px;font-weight: 400;line-height:1.7;font-family: 'Open Sans', sans-serif;}.bloq_ques h6 {font-size: 18px;font-weight: 600;font-family: 'Roboto', sans-serif;text-transform: capitalize;letter-spacing: 0.5px;margin-bottom: 10px;}.bloq_ques h5 {font-size: 20px;font-weight: 600;font-family: 'Roboto', sans-serif;text-transform: capitalize;line-height:1.4;margin-bottom: 20px;}.img-slider img{border-radius:16px;}.img-slider{margin-bottom:20px;}.sticky-side{position:sticky;top:15%;}.slec-tab{background-color: #ddd;width: 80%;color: #333;font-weight: 500;font-size: 18px;margin-bottom:30px;}.slec-tab td{padding:3px 0 3px 20px;}
.page-thank{
background-image: url('../../assets/images/training_pages.jpg');
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 4em;
  padding: 3em 0 3em;
  color:#fff;
}
.thank-flex{
text-align:center;
margin-top:10em;
}
.thank-box h1{
  font-family: 'Roboto', sans-serif;
  font-size: 3em;
  line-height: 1.25;
  color: #fff;
  font-weight: 800;
  margin-bottom: 10px;
}
.thank-box p{
 font-size: 17px;
  line-height: 1.9;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.contact-info{
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.contact-info a{color:#fff;}
.syllabus1{background: #285575;border-radius: 1em;border: 1px solid #285575;;color: #fff;padding: 0.6em 3.7em;text-align: center;margin: 0 auto;cursor: pointer;width: 100%;text-decoration: none;}
.syllabus1:hover{
background: #285575; opacity:0.8;
color:#fff;
}
/* .nav-link {
  display: block;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  background-color: #f8f9fa;
  margin: 2px 0;
}
.nav-link:hover {
  background-color: #e9ecef;
}
.nav-link span {
  display: inline;
} */

/* Add this to your CSS file */
