@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');


body{margin:0; padding:0; color: #000;  font-size: 14px; line-height:24px; font-family: 'Poppins', sans-serif;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
html {overflow-x: hidden; -webkit-overflow-scrolling: touch; -webkit-text-size-adjust: 100%;}
h1.w6, h2.w6, h3.w6, h4.w6, h5.w6, h6.w6 {font-weight:600;}
h1.w4, h2.w4, h3.w4, h4.w4, h5.w4, h6.w4 {font-weight:400;}
h1,h2,h3,h4,h5,h6 {font-weight:700; color:#222; }
h1,h2,h3,h4,h5,h6 {font-family: 'Poppins', sans-serif;}
img{max-width:100%;}
ul, li{ padding:0; margin:0; list-style:none;}
a, a:focus, a:hover{outline:none; text-decoration:none;}
.form-control:focus, .form-control:hover{box-shadow:0 0 0;}
.header{box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); background-color: #fff; display:block; clear:both; position:relative; z-index: 101;}



.header-main:before {background: #014e9e;  content: ""; height: 100%; left: -60px; top:0; position: absolute; -webkit-transform: skewX(39deg); transform: skewX(39deg); width:40%;}
.header-main:after {background: #014e9e; border-right: 15px solid #f1e065; content: ""; height: 100%; left:33.5%; position: absolute; top: 0; -webkit-transform: skewX(39deg); transform: skewX(39deg); width: 95px;}
.header-main{position:relative; padding-bottom:10px; padding-top:10px;background: #fff;}
.header-main-wrapper {display: flex; flex-wrap: wrap; width:100%;}
.logo-wrapper {width:35%; position: relative;  z-index: 1;}
.header-main-content {padding-left: 44px; padding-top:20px; width:53%;}
.header-info {float: left; padding-left: 25px; text-align: center;width: 50%;}
.header-info>img {display: inline-block;  padding-right: 8px; position: relative;}
.header-info-text {display: inline-block; text-align: left;}
.header-info-text>h4 {color: #000; font-size: 16px; line-height: 15px;}
.header-info-text>span {color: #333; font-size: 12px;}
.header .quote-btn {display: inline-block; padding:20px 0 0px; text-align: right;width: 12%;}
.header .quote-btn a, .header .quote-btn a {display: inline-block; margin:0 2px; padding:0 2px; color: #fff; font-size:16px; border-radius:50px; background:#014e9e; height:35px; width:35px; text-align:center; line-height:35px;}
.header .quote-btn a:hover, .header .quote-btn a:hover{background:#fde428; color:#000;}


.mainmenu-area{background: rgba(237, 237, 237, 0.35); z-index: 9; display:block; position:relative;}
.navbar{padding:0;background:#fff; display:block;}
.navbar-nav> li.menu-item-has-children{position:relative;}
.navbar-nav> li > a{padding:15px 25px;color: #014e9e;font-weight: 500;font-size: 16px;text-transform: uppercase;position: relative;display: block;}
.navbar-nav > li:hover > a, .navbar-nav > li:hover > .arow, .navbar-nav > li > a.active, .navbar-nav > li.current-menu-item a{color: #938028;}
.navbar-nav > li > .arow{position: absolute;right:0px;top: 50%;-webkit-transform: translateY(-50%); transform: translateY(-50%); color: #014e9e;}
.navbar-nav > li > .arow:after {font-family:'FontAwesome'; content: "\f107";}
.navbar-nav li ul.sub-menu{position: absolute; left: 0; top: 100%; width: 260px; background-color: #fff; opacity: 0; visibility: hidden;  z-index: 99; height: auto; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06); display:block; margin:0; padding: 18px 20px 18px 18px border-radius:0; border:0; border-radius:0; -webkit-transform: scaleY(0); -ms-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: top center;   -ms-transform-origin: top center; transform-origin: top center; border-bottom: 2px solid #8eba3c; -webkit-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s;}
.navbar-nav li.menu-item-has-children:hover > ul.sub-menu {opacity: 1; visibility: visible;-webkit-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1);}
.navbar-nav ul.sub-menu li a{display: block; padding:5px 15px; position: relative; -webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s; border-radius: 0; margin: 0 0; line-height:26px; color: #616161; font-size:14px;word-break: break-word;}
.navbar-nav ul.sub-menu li a:hover, .navbar-nav ul.sub-menu li.current-menu-item a{background-color: #f3f2f2; color:#8eba3c;}

.banner-sec{display:block; clear:both;position:relative;}
.banner-sec .container{position:relative;}
.banner-sec .wpsisac-bg-overlay{margin-top:220px;}
.banner-sec .wpsisac-bg-overlay h2{font-size: 26px; font-weight:600; margin-bottom:15px;}

.hm-about{position: relative; display:block; clear:both; padding:50px 0;}
.hm-about h2{word-wrap: break-word;line-height: 1.2; color:#1a1a1a; font-size:40px; font-weight:600;}
.hm-about p{line-height: 1.5;margin: 1.5rem 0; text-align: justify;}
.hm-about img.ab-img{border-radius: 3px 3px 3px 3px; box-shadow: 21px 21px 0px 0px #f9cf4e;}
.hm-about .tpt-button{background-color: #014e9e; border-radius: 5px 5px 5px 5px; padding: 10px 25px 10px 25px; color:#FDFDFF; display:inline-block;transition-duration: .3s; transition-property: transform;}
.hm-about .tpt-button:hover{transform: scale(1.1); color:#FDFDFF;}


.hm-services{position: relative; display:block; clear:both; padding-top:40px; padding-bottom:40px; background:#eee;}
.hm-services h2{word-wrap: break-word;line-height: 1.2; color:#1a1a1a; font-size:40px; font-weight:600; margin-bottom:15px;}
.swiper-container{margin-top:60px;}
.hm-services .item{display: -webkit-box; position:relative; display: -ms-flexbox; display: -webkit-flex; display: flex;-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center;  justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}
.hm-services .item .card {position: relative; z-index: 1; width: 100%; padding:0px; border-radius: 10px; overflow:hidden; border: none; background-color:#fff; -webkit-transition: all .4s ease-out 0s; -o-transition: all .4s ease-out 0s; -moz-transition: all .4s ease-out 0s; transition: all .4s ease-out 0s; margin-bottom: 30px;}
.hm-services .item .card img{}
.hm-services .item h4{font-size:16px; font-weight: 600; line-height: 1.2; color:#014e9e; min-height:40px;}
.hm-services .item .card p:frist-child{font-size:13px; color:#333;}
.hm-services .item .card p {margin: 0 0 10px; line-height:24px; font-size:14px;}
.serv-box{padding:20px; min-height:210px;}
.serv-box a{background-color: #014e9e; border-radius: 5px 5px 5px 5px; padding:5px 13px 5px 13px; color:#FDFDFF; display:inline-block;transition-duration: .3s; transition-property: transform; margin-right:7px; font-size:14px;}
.serv-box a:hover{transform: scale(1.1); color:#FDFDFF;}

.traning-sec{background-image: url(../images/traning-bg.webp); background-position: center center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed;padding: 4rem 0rem 4rem 0rem; position:relative;}
.traning-sec:before{content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(1,78,158,0.9);}
.traning-sec h2{line-height: 1.2; color:#fff; font-size:30px; font-weight:600; margin-bottom:15px;}
.traning-sec img{margin-bottom:20px;}
.traning-sec p {margin: 0 0 10px; line-height:24px; color:#fff; text-align:center;}
.traning-sec .container{position:relative;}

.hm-testimonials{position: relative; display:block; clear:both; padding-top:40px; padding-bottom:40px; background:#fff;}
.hm-testimonials h2{word-wrap: break-word;line-height: 1.2; color:#1a1a1a; font-size:30px; font-weight:600; margin-bottom:15px;}
.testimonials-row{margin-top:50px;}
.testimonials-box{position: relative; background-color:#fff; margin-bottom: 30px; box-shadow:0 0 5px #ddd; padding:15px;}
.testimonials-box img{max-width:100%; height:auto;}
.testimonials-box h4{font-size:20px; font-weight: 600; line-height: 1.2; color:#014e9e; margin-bottom:5px;}
.testimonials-box p {margin: 0 0 10px; line-height:24px; color:#000; font-size:14px;}
.testimonials-box a{background-color: #014e9e; padding:3px 10px; color:#FDFDFF; display:inline-block;transition-duration: .3s; transition-property: transform; margin-right:15px; font-size:14px;}
.testimonials-box a:hover{transform: scale(1.1); color:#FDFDFF;}

.hm-contact{position: relative; display:block; clear:both; background:#f9f9f9; padding-top:50px; padding-bottom:50px;}
.hm-contact h2{word-wrap: break-word;line-height: 1.2; color:#1a1a1a; font-size:30px; font-weight:600; margin-bottom:15px;}
.hm-contact .text-center p{margin-bottom:50px; margin-top:30px; font-size:18px; font-weight:600;}
.hm-contact h4{margin:0 0 1.5rem ; font-size: 20px; font-weight: 500; line-height: 1.2; color: #234762;}
.hm-contact input, .hm-contact select{ font-size: 14px; height: 50px;background-color:#fff;color:#000; border-color:#d2d2d2;}
.hm-contact textarea{ font-size: 14px; background-color:#fff;color:#000;  border-color:#d2d2d2; height:125px;}
.hm-contact input::focus{background-color: #c65200;}
.hm-contact input {padding: 1rem;}
.hm-contact [type="submit"] {background: #D19E28;  border: 0; padding: 10px 24px; color: #fff; transition: 0.4s; font-size: 16px; border-radius: 5px;}
.hm-contact [type="submit"]:hover {background: #234762; color:#fff;}
.errer{position:absolute; top:15px; right:15px;}
.hm-contact iframe{width:100% !important;}

.footer{background-color: #363839; padding-top:50px; position:relative;}
.footer h4{margin:0 0 1.5rem ; font-size: 20px; font-weight: 500; line-height: 1.2; color: #fff;}
.foot-ul-link{padding-left:20px;}
.foot-ul-link li:before {content: "\f054"; font-family:FontAwesome; display: inline-block; margin-left: -1.3em; width: 1.3em; color: #eed465; font-size: 13px;}
.foot-ul-link li{margin-bottom: 5px;font-size: 14px;}
.foot-ul-link li a{color:#fff;}
.foot-ul-link li a:hover, .foot-ul-link li a:focus, .foot-ul-link li:hover:before{color: #fff;}
.copy-right{padding:10px 0; margin-top:30px;background-color:#1a1a1a;}
.copy-right p{margin:0;color:#fff;}
.copy-right p a{color:#fff;}
.call-ad{padding:0; margin:0 0 30px;}
.call-ad li{display:block; margin-bottom:10px; font-size: 14px;}
.call-ad li div{color:#fff; display:table;}
.call-ad li div i{color: #eed465;width: 22px; height: 22px; font-size: 20px; line-height: 22px; text-align:center; max-width: 100%; display:table-cell;}
.call-ad li div span{padding-left:15px; display:table-cell; color:#fff;}
.foote-link .marg1 {margin-bottom:15px;}
.copy-right strong{color:#fff;}

.connect-box{background-color: #014e9e;padding:30px;border-radius:5px; margin-top:50px; display:block; position:relative;}
.connect-box h2{border-left:5px solid #FDE427; padding-left:15px;color: #fdfdff;font-weight:600; line-height:1.2em;font-size:32px; margin-bottom:0;}
.connect-box a{background-color: #FDE427; border-radius: 5px 5px 5px 5px; padding: 15px 30px 15px 30px; color:#000; display:inline-block;transition-duration: .3s; transition-property: transform;}
.connect-box a:hover{transform: scale(1.1); color:#000;}

.text-center img{width:200px;}
.inner-breadcrum-sec{background-color: #d7d7d7;padding:30px 0; display:block; position:relative;}
.inner-breadcrum-sec h1{border-left:5px solid #FDE427; padding-left:15px;color: #000;font-weight:600; line-height:1.2em;font-size:32px; margin-bottom:0;}
.inner-page-sec{background-color: #fff;padding:30px 0; display:block; position:relative;}
.inner-page-sec p{margin: 0 0 15px; line-height:24px; color:#000; text-align:justify;}

.blog-sec-category{background-color: #fff;padding:30px 0; display:block; position:relative;}
.blog-sec-category .post{background-color: #fff; overflow: hidden; border-radius:3px;margin-bottom: 30px;}
.blog-sec-category .post .featured-media{}
.blog-sec-category .post .featured-media img{transition:all .2s cubic-bezier(0.65,0.05,0.36,1);width: 100%; height:auto;}
.blog-sec-category .post:hover .featured-media img {transform: scale(1.05);}
.blog-sec-category .post .entry-categories{display:none;}
.blog-sec-category .post  .has-text-align-center{text-align:left !important;}
.blog-sec-category .post .entry-content{padding: 22px 24px 16px; border: 1px solid #e0e4e8; border-top-color: rgba(0,0,0,0); border-radius: 0 0 3px 3px;}
.blog-sec-category .post .entry-content h2{line-height: 1.4; margin: 0 0 18px; font-size:18px;font-weight: 400;}
.blog-sec-category .post .entry-content h2 a{color: #000;}
.blog-sec-category .post .entry-content h2 a:hover{color: #5a9765;}
.blog-sec-category .post .post-meta{display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom:15px;font-size: 14px; font-weight:600; text-transform: capitalize;color:#677983;}
.blog-sec-category .post .post-meta li a{color:#677983;}
.blog-sec-category .post .post-meta li{margin-right:5px; margin-left:4px;}
.blog-sec-category .post .post-meta li .meta-icon{margin-right:5px;vertical-align: text-bottom;}
.blog-sec-category .post .post-meta li .meta-icon svg{height:15px; width:15px;}
.blog-sec-category .post .post-meta .post-comment-link.meta-wrapper{display:none;}
.blog-sec-category .post .entry-content p{line-height: 1.7; font-size:14px; margin-bottom:15px;}
.blog-sec-category .post .entry-content p:last-child{margin-bottom:0;}
.blog-sec-category .post .entry-content .redmor {display: inline-block; padding:5px 12px 5px;letter-spacing: 1px; font-size: 11px; font-weight: 700; text-transform: uppercase; color: #fff; background-color:#677983; border-radius: 25px; text-decoration: none;    transition:all .2s cubic-bezier(0.65,0.05,0.36,1);}


/* singal deatils page */

.singal-page-datils-sec{padding: 30px 0; background-color:#fff; position:relative; clear:both;}
.singal-page-datils-sec .post{}		
.singal-page-datils-sec .post h1{margin-bottom: 24px; font-size:35px; line-height: 1.2; font-weight: 500; color: #000; text-align:left;}		
.singal-page-datils-sec .post .post-meta{display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 26px;font-size: 14px;font-weight: 600;text-transform: capitalize;color:#677983;}
.singal-page-datils-sec .post .post-meta li a{color:#014e9e;}
.singal-page-datils-sec .post .post-meta li{margin-right:8px; margin-left:4px;}
.singal-page-datils-sec .post .post-meta li .meta-icon{margin-right:5px;vertical-align: text-bottom;}
.singal-page-datils-sec .post .featured-media{position: relative;width: 100%;margin-bottom: 58px;overflow: hidden; border-radius:3px;}
.singal-page-datils-sec .post .featured-media img, .singal-page-datils-sec .post .entry-content .featured-media img[decoding="async"]{max-width:100%; height:auto; display:block;}
.singal-page-datils-sec .post .entry-content p{line-height: 1.7;margin-bottom: 20px;color:#000;font-size: 17px;font-weight: 300;text-align: justify;}
.singal-page-datils-sec .post .entry-content > p:nth-of-type(1):first-letter{float:left;font-size:3.2em;line-height:.9;margin-right:4px}
.singal-page-datils-sec .post .entry-content p strong{font-weight:500;}
.singal-page-datils-sec .post .entry-categories{display:none;}

.comments-wrapper{background: #fff7c6; padding: 25px; border-radius: 3px; border: 1px solid #fff291;}
.comments-wrapper h2, .comments-wrapper h3{margin-bottom:5px; font-size:24px; line-height: 1.2; font-weight:500; color: #000;}
.comments-wrapper form p{margin-bottom:15px;}
.comments-wrapper form p label{display:block; clear:both;}
.comments-wrapper form p input{height: 50px; width:100%; border:0;}
.comments-wrapper form p textarea{height: 100px; width:100%; border:0;}
.comments-wrapper form p input.submit{height:40px; background:#014e9e; border:0;color: #fff;font-weight: 600;}
.comments-wrapper form p input.submit:hover{background: #062544;color: #fff;}
.pagination-single-inner{margin-bottom:10px;}

.section-inner{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin-top: calc(-1 * var(--bs-gutter-y)); margin-right: calc(-.5 * var(--bs-gutter-x)); margin-left: calc(-.5 * var(--bs-gutter-x));}
.section-inner>* {flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); margin-top: var(--bs-gutter-y);}
.comment-form-author, .comment-form-email, .comment-form-url{flex: 0 0 auto; width: 33.33%; margin-bottom:30px;}
.form-submit{margin-bottom:0;}
.section-inner .required{color:#f54f32;}
.comment-form-cookies-consent input[type="checkbox"]{width:auto; height:auto;display: inline-block;}
.comment-form-cookies-consent label{clear:none !important; display:inline-block !important;margin-right: 5px;}

.singal-page-datils-sec .search-widget-area .widget_search form{margin-bottom: 30px; padding:15px;border-radius: 3px;border: 1px solid #e0e4e8;display: flex;}
.singal-page-datils-sec .search-widget-area .widget_search form .wp-block-search__label{display:none;}
.singal-page-datils-sec .search-widget-area .widget_search form .wp-block-search__inside-wrapper{border: 1px solid #949494;flex-grow: 1; border-radius: 0;padding: 0.125em 0.1em;}
.singal-page-datils-sec .search-widget-area .widget_search form .wp-block-search__input{border:0; outline:none;}
.singal-page-datils-sec .search-widget-area .widget_search form .wp-element-button{padding: 0.125em 0.5em;border: 1px solid #ccc; background-color:#ededed !important;}
.singal-page-datils-sec .search-widget-area .widget h2{font-size: 2rem;font-weight: 700;color: #222;margin-bottom: 0.5rem;}
.singal-page-datils-sec .search-widget-area .widget_recent_entries{margin-bottom: 30px; padding:15px;}
.singal-page-datils-sec .search-widget-area .widget_recent_entries ul {padding-left: 12px;}
.singal-page-datils-sec .search-widget-area .widget_recent_entries ul li {line-height: 1.7; margin-bottom: 5px; color: #000; font-size: 16px; font-weight: 300; list-style: outside;}

.contact-add-dt-branch{box-shadow:0 0 5px #ddd; padding:20px; margin-bottom:25px;}
.contact-add-dt-branch h4{font-size:18px; margin:0 0 10px; font-weight:bold;}
.contact-add-dt-branch .fa{font-size:20px; position:absolute; left:0; top:4px;}
.contact-add-dt-branch p{position:relative; padding-left:30px; font-size:14px;}
.contact-add-dt-branch .he48{}
.contact-add-dt-branch p span.nm{display:block; clear:both; font-weight:bold;}
.location-map{margin-bottom:30px;}

.know-serv ul{list-style:none; padding-left:0;}
.know-serv ul li{position:relative; padding-left:25px; font-size:15px; margin-left:15px; line-height:24px; margin-bottom:5px;}
.know-serv ul li:before{position:absolute; content:"\f05b"; left:0; top:0; font-size:14px; display:inline-block; font-family:FontAwesome;}
.know-serv ul li a{color:#0580c6;}
.know-serv ul li a:hover{text-decoration:underline;}
.know-serv h4{font-size: 20px; text-transform: none; color: #034153;font-weight: 700;margin:20px 0 5px;}
.link-box{}


.caurse-details-sec{background-color: #E2E2E2;padding: 50px 0px 50px 0px;}
.caurse-box-view{background-color: #1a1a1a;border-radius: 15px 15px 15px 15px; border:2px solid #d19e28; position:relative;}
.caurse-background-overlay{border-radius: 15px 15px 15px 15px;background-image: url(../images/white-diamond-pattern.webp); opacity: 0.12;height: 100%; width: 100%; top: 0; left: 0; position: absolute;}
.caurse-box-item{min-height: 550px;display: block; position: relative; padding:50px;}
.caurse-box-img img{width:93%;border-radius: 3px 3px 3px 3px;box-shadow: 8px 8px 0px 0px #FFFFFF;vertical-align: middle;display: inline-block;}
.caurse-box-item h1{color: #fdfdff;line-height:1.2em; font-weight:600; font-size:30px;margin-bottom: 20px;}
.caurse-btn{}
.caurse-button-link{background-color: #d19e28;color: #fdfdff;border-radius: 4px 4px 4px 4px;padding: 8px 10px 8px 10px;letter-spacing: 0.5px;font-size: 14px;font-weight: 500; display:inline-block;}
.caurse-button-link:hover, .caurse-button-link:focus{color:#1a1a1a;}
.caurse-widget-text{padding: 10px 0px 0px 0px;color: #fdfdff; line-height:1.5;font-size: 14px; letter-spacing:0.4px;}
.caurse-widget-box{border-radius: 5px 5px 5px 5px; border:2px solid #fdfdff;box-shadow: 4px 4px 0px 0px #FFFFFF; margin-top:15px;display: block; width:80%;}
.caurse-widget-box .col-md-4{padding-top:15px; padding-bottom:15px; text-align:center;}
.caurse-widget-box .col-md-4:nth-of-type(2){border-color: #fdfdff;border-style: solid;border-width: 0px 1px 0px 1px;}
.caurse-widget-box h3{color: #d19e28; font-size:24px; font-weight:600; margin-bottom:5px;}
.caurse-widget-box p{color: #fdfdff;}


.caurse-page-sec{background: #fff; padding: 50px 0px 50px 0px;}
.caurse-page-sec h2{margin-bottom:5px; font-size:32px; line-height: 1.2; font-weight:500; color: #000;}
.caurse-page-sec .text-left img{width:170px; margin-bottom:30px;}
.caurse-page-sec p{margin-bottom:15px;}

.caurse-form-box{padding: 20px 20px 20px 20px;border-radius: 10px 10px 10px 10px;box-shadow: 0px 0px 5px 2px rgba(202.00000000000003, 202.00000000000003, 202.00000000000003, 0.5);}
.caurse-form-box h3{color: #1a1a1a; font-size:30px; font-weight:600; margin-bottom:20px;}
.caurse-form-box .wpcf7-submit{height:40px; background:#d19e28; border:0;color: #fff;font-weight: 600; width:100%; border-radius:4px;}
.caurse-form-box .wpcf7-submit:hover{background: #062544;color: #fff;}


.home-showpopup .modal-content{box-shadow: 0 4px 64px #00000026;display: flex;padding: 10px 0 10px 10px;background: #fff;border-radius: 12px 12px 12px 60px; border:0;}
.home-showpopup .modal-content .row{margin:0;}
.home-showpopup .popup-left_sect{border-radius: 12px 60px 0; background: #FFC700;padding:20px; position: relative;display: flex;}
.home-showpopup  .popup-right_sect{position: relative;}
.home-showpopup  .popup-custom-scrollbar{margin: auto;width: 100%; overflow: hidden; padding: 30px 40px;}
.home-showpopup  .popup-custom-scrollbar h5{position:relative;color: #383838;font-size: 20px;font-weight: 500; line-height: 140%; display: block;margin-bottom: 40px;}
.home-showpopup  .popup-custom-scrollbar h5 span{display: block; color: #383838; font-size: 12px; line-height: 140%;}
.home-showpopup  .popup-custom-scrollbar h5:after{content: ""; width: 50%;height: 2px;position: absolute;left: 0;bottom: -10px; background: #e7e5e5;   background-image: none; background-image: linear-gradient(to right,#fff 0%,#e7e5e5 50%,#fff 100%);}
.home-showpopup .btn-close{background: transparent url(../images/Close.svg) center / 1em auto no-repeat; position:absolute; right:15px; top:15px;padding: .5rem .5rem;margin: -.5rem -.5rem -.5rem auto;}
.home-showpopup .wpcf7-submit{margin-top:15px; height:40px; background:#d19e28; border:0;color: #fff;font-weight: 600; width:100%; border-radius:4px;}
.home-showpopup .wpcf7-submit:hover{background: #062544;color: #fff;}

.btn-download{background:#014e9e; border:0;color: #fff;font-weight: 600; border-radius:4px;}
.btn-download:hover{background: #062544;color: #fff;}

.page-template-Course .hm-services{padding-top:10px;}
.page-template-Course  .swiper-container{margin-top:30px;}

.nonfound404-sec{background-color: #E2E2E2;padding: 50px 0px 50px 0px;}
.nonfound404-box{box-shadow:0 0 5px #ddd; padding:20px; background:#fff; text-align:center;}
.nonfound404-box h1{margin-bottom: 24px; font-size:65px; line-height: 1.2; font-weight: 500; color: #000;}	

.our-term-box{box-shadow:0 0 4px #ccc; padding:15px; display:block; margin-bottom:15px; position:relative; clear:both; background:#fff; text-align:center;}
.our-term-box img{margin-bottom:10px; max-width:90%;}
.our-term-box h4{ color: #0580c6; font-size:16px; font-weight:500; margin:0px 0px 5px; position:relative;}
.our-term-box p{ color:#333; font-size:13px; margin:0 0 15px; line-height:25px;}


@media(max-width:767px){
	.header{z-index:1;}
	.header-main:before{transform: skewX(0);width:100%;left: 0;}
	.header-main-wrapper{display:block;}
	.logo-wrapper{width:auto;}
	.logo-wrapper img{width:270px;}
	.navbar-brand{margin-right:10px;}
	.navbar-brand img{width:265px;}
	.navbar .container{padding-right:15px; padding-left:13px;}
	.navbar-light .navbar-toggler{margin-top:13px; float:right; background:#fff;}
	.header-main-content, .header .quote-btn{display:none;}
	.header-main:after{display:none;}
	.navbar-toggler{padding: 0.25rem 0.55rem;}
	.navbar-nav > li{border-bottom:1px solid #ddd;}
	.navbar-nav > li > a{line-height: 15px;display:inline-block;}
	.navbar-nav li.menu-item-has-children:hover > ul.sub-menu{visibility: hidden; opacity: 0; width: auto;transform: scaleY(0);}
	.navbar-nav> li.menu-item-has-children.open ul.sub-menu{visibility: visible; opacity: 1; width: auto;transform: scaleY(1);position: relative;}
	.navbar-collapse ul > li > ul.dropdown-menu{width:100%;position: relative;}
	.navbar-collapse .dropdown-menu .dropdown-menu{width:100%;position: relative; left:0;background: #0c3d6e;}
	.navbar-nav > li:hover > a:after{width: 100%;left: 0;}
	.navbar-nav li ul .arow:after{content: "\f107";}
	.navbar-nav > li > .arow{top: 21px;width: 20px;border: 1px solid #ddd;text-align: center;}
	.navbar-collapse ul > li:hover > ul.dropdown-menu{display:none;}
	.navbar-collapse ul > li.dropdown.open > ul.dropdown-menu{display:block;}
	.banner-sec .wpsisac-bg-overlay{margin-top:20px;}
	.banner-sec .wpsisac-bg-overlay h2{font-size: 20px;}
	.wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content p{font-size: 13px;}
	.wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-content{padding: 20px;}
	.wpsisac-slide-wrap .wpsisac-readmore a.wpsisac-slider-readmore{font-size:14px;}
	.hm-about img.ab-img{display:none;}
	.hm-about h2{font-size:26px;}
	.hm-about img{width:130px;}
	.hm-about .tpt-button{font-size:14px;}
	.traning-sec{padding-bottom:20px;}
	.hm-testimonials{padding-bottom:0;}
	.hm-services h2{font-size:26px;}
	.traning-sec h2{font-size:26px;}
	.traning-sec p{font-size:14px;}
	.hm-testimonials h2{font-size:24px;}
	.testimonials-box{text-align:center;}
	.testimonials-box h4{margin-top:5px;}
	.hm-contact h2{font-size:24px;}
	.hm-contact .text-center img{width:130px;}
	.hm-contact .text-center p{margin-top: 10px;font-size: 14px;font-weight: 500;}
	.hm-contact iframe{margin-top:30px;}
	.connect-box{text-align:center; padding:15px;}
	.connect-box h2{border-left:0; padding-left:0;margin-bottom: 15px; font-size: 22px;}
	.connect-box .text-end{text-align:center !important;}
	.connect-box a{padding:10px 20px;}
	.footer{padding-top:20px;}
	.footer h4{margin:10px 0 5px;}
	.copy-right{margin-top:15px;}
	.copy-right p{text-align:center; }
	.call-ad{margin-bottom:0;}
	.home-showpopup .popup-left_sect{display:none;}
	.home-showpopup .popup-custom-scrollbar{padding-left:0; padding-right:0;padding-bottom: 0;}
	.home-showpopup .modal-content{border-radius: 12px 60px 12px 60px;}
	.inner-breadcrum-sec h1{font-size:24px;}
	.caurse-box-item{padding:20px;}
	.caurse-box-item h1{font-size: 20px;}
	.caurse-button-link{padding:8px;font-size: 13px;}
	.caurse-widget-box{width:100%;overflow: hidden;}
	.caurse-widget-box .col-md-4:nth-of-type(2){border-width:1px 0 1px 0;}
	.caurse-box-img{display:none;}
	.caurse-page-sec h2{font-size:24px;}
	.know-serv ul{margin-bottom:30px;}
	.caurse-form-box h3{font-size:24px;}
	.caurse-form-box{padding-bottom:0;}
	.caurse-page-sec .text-left img{margin-bottom:15px;}
	.singal-page-datils-sec .post h1{font-size:24px;}
	.comments-wrapper{padding:15px;}
	.comment-form-author, .comment-form-email, .comment-form-url{width: 100%;}
	.nonfound404-box h1{font-size:30px;}
	.nonfound404-box p{margin-bottom:15px;}
	

}





@media (min-width: 992px){
	.navbar>.container{position:relative;}
	.navbar-collapse{width:auto;}
	.sticky-header .navbar .mainmenu-area{position:fixed; top:0; left:0; width:100%; box-shadow:0 0 5px #ccc; background:#fff;}
	.sticky-header .navbar .navbar-brand img{height:50px;}
	.sticky-header .navbar .navbar-nav> li > a{padding-top:23px; padding-bottom:23px;}	

}



@media (min-width: 1200px){
.modal-dialog {max-width: 900px; margin: 70px auto;}	
.modal{z-index:999;}
.modal-backdrop{z-index:995;}
.banner-sec .wpsisac-bg-overlay{margin-top: 120px;}
}
@media (min-width: 1400px){
.banner-sec .wpsisac-bg-overlay{margin-top: 220px;}	
}

