/*Fonts Used*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i|Open+Sans:400,400i');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*, *:before, *:after { box-sizing: border-box; -moz-box-sizing: border-box; image-rendering: -webkit-optimize-contrast;}

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%;font: inherit;vertical-align: baseline; -webkit-text-size-adjust: 100%;}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer; }
input:not([type='radio']):not([type='checkbox']), textarea, select{-webkit-appearance: none;}
form, label {-webkit-text-size-adjust: 100%;}
mark {background-color: transparent;color:inherit;}
/* end reset */

/*preset*/
body{font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 300; line-height: 22px;  color:#000000;position:relative;}
body.active{overflow: hidden;width:100%;height:100%;position:fixed!important;}
a{ text-decoration:none; -webkit-transition: all .3s linear;transition: all .3s linear;}
img{max-width: 100%; vertical-align: top; image-rendering: -webkit-optimize-contrast;}
textarea { resize:vertical; }
iframe{ border: none; width: 100%;}
ul, h1, h2, h3, h4{ margin:0; padding:0; list-style:none; }
strong , b{ font-weight: bold;}
em, i{font-style: italic;}
input[type="submit"]{cursor: pointer;}
a[href^="tel:"]{color: inherit!important; text-decoration: none;}

.clearfix:before, .clearfix:after { content:""; display: table; clear: both; }
.clearfix {clear: both; overflow: hidden;}
.comp{color:#0a2a72; font-weight:bold; }
.comingsoon{color:red; font-style:italic; font-weight:bold;}
.col2{-webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 10px; -moz-column-gap: 10px;  column-gap: 10px;}
.col3{-webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-column-gap: 10px; -moz-column-gap: 10px;  column-gap: 10px;}
.col2 li, .col3 li{display: inline-block; width: 100%;}
.main_phone {font-weight: bold;}

.back_top{display:none;background: #5c2624;position: fixed;z-index:999;bottom:0;width: 100%;height: 45px;cursor:pointer;}
.back_top:before{content:"";position:absolute;top:45%;left:50%;transform:translate(-50%,-45%);border-bottom:15px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent;}
.back_top:hover{opacity:.7}

/*Heading for SEO*/
.h1_hdng{font-size: 22px; font-weight: 700; color: #000;}

/*Thumbnail Images*/
.thumb_left_dd, .thumb_left_dr{  float:left; margin:5px 20px 20px 0;}
.thumb_right_dd, .thumb_right_dr{ float:right; margin:5px 0 20px 20px;}
.thumb_center_dd, .thumb_center_dr{ display: block; margin: 20px auto;}

/* Text Alignment */
.text_left, .text_left p{text-align: left;}
.text_right, .text_right p{text-align: right;}
.text_center,.text_center p{text-align: center; display: block;}

/* Forms Presets */
::-webkit-input-placeholder {opacity: 1; color: inherit;}
::-moz-placeholder {opacity: 1; color: inherit;}
:-ms-input-placeholder {opacity: 1; color: inherit;}
:-moz-placeholder {opacity: 1; color: inherit;}

/*end preset*/

.wrapper{ width:100%; max-width:1375px; margin:0 auto; position:relative;}

/*header*/
header{}
.header_con{min-height:156px;padding: 20px 0 0;}
.main_logo{float: left;}
.main_logo img{width: 209px;}
.head_info{float: right; text-align: right;}
.header_info{}
.header_info h2{}
.header_info a{color: inherit;}
.header_info a:hover{text-decoration: underline;}
.header_info h2 span{}
.header_info ul{}
.header_info ul li{}
.header_info ul li a{color: inherit;}
.header_info ul li a:hover{text-decoration: underline;}


.social_media{ margin-top: 33px; }
.social_media span{}
.social_media ul{}
.social_media ul li{display:inline-block;vertical-align:top;}
.social_media ul li a{display:block;}
.social_media ul li a:hover img{opacity:0.5;}
/*end header*/

/*nav*/
.page_nav {text-align: center;position: relative;}
.page_nav ul{ position: absolute; top: -101px; height: 0; margin: auto; left: 200px; right: 0; }
.page_nav ul li{display:inline-block;vertical-align: top; position:relative;}
.page_nav ul li a{display:block;color: inherit;margin: 0 25px;font-size: 20px;font-weight: normal; position: relative;}
.page_nav ul li a small{display: block;font-size: 16px;color: #5c2624;line-height: 24px;}
.page_nav ul li:first-child a{margin-left: 0;}
.page_nav ul li:last-child a{margin-right: 0;}

.page_nav ul li:after{content:"";width:1px;height:22px;background:#000;position:absolute;top:18px;right:-4px;display: none;}
.page_nav ul li:last-child:after{display:none;}

.page_nav ul li a:hover:before, .page_nav ul li a:active:before, .page_nav ul li.current_page_item > a:before{content: ""; position: absolute; width: 100%; bottom: -5px; left: 0; background: #5c2624; height: 5px;}

/*second level drop down*/
.page_nav ul li:hover{position: relative; z-index: 599; cursor: default;}
.page_nav ul ul {display: none; position: absolute; top: 100%; left: 0; z-index: 598; width: 200px;margin-top: 0;text-transform: none;}
.page_nav ul ul li {float: none;display:block;font-weight: normal;width:100%;}
.page_nav ul ul ul {top: 0; left: auto; right: -99.5%; }
.page_nav ul li:hover > ul { display: block;}
.page_nav ul ul a, .page_nav ul li.current_page_item ul li a{background:#0a2a72;color:#fff;padding:0;margin:0 auto;}
.page_nav ul ul a:hover,.page_nav ul li.current_page_item ul li a:hover, .page_nav ul ul li.current_page_item a {background:#fff;color:#0a2a72;}

/*third level drop down*/
.page_nav ul ul ul { border-top: 0 none; }
.page_nav ul ul li { position: relative }

.page_nav span{position: absolute; right: 25px;top:32px; display: none; padding: 0; cursor: pointer; z-index: 9; color: #fff;text-align: center;}

/* Drop down icon */
.fa{display:block; margin-top: -3px;}
.fa:before{position: absolute;}

/* Navigation bar icon */
.nav_toggle_button{display:none; text-align:left;position:relative;}
.nav_toggle_button.active {opacity:1;}
.nav_toggle_button i{cursor: pointer;}

/*Burger Color*/
.nav_toggle_button .toggle_holder{position: absolute;top: 60%;right: 0;transform: translateY(-50%);}
.nav_toggle_button .hamburger{}
.nav_toggle_button .hamburger-inner, .nav_toggle_button .hamburger-inner:before, .nav_toggle_button .hamburger-inner:after{background: #0a2a72;}
.nav_toggle_button small{text-transform:uppercase;font-weight:bold;font-size:13px;color: #0a2a72;display:block;text-align: center;}

/* Default Responsive Style for Toggle Swipe Right */
.menu_slide_right {display: none;}

/*Responsive burger and color*/
.menu_slide_right .hamburger-inner, .menu_slide_right .hamburger-inner:before, .menu_slide_right .hamburger-inner:after{background:#000;}
.menu_slide_right .toggle_holder{position: absolute;top: 55%;right: 10px;transform: translateY(-50%);}
.menu_slide_right small{text-transform:uppercase;color:#000;font-weight:bold;font-size:13px;display:block;}

/*end nav*/

/*banner*/
#banner{}
.bnr_con{min-height:844px;padding:0;}
.box_skitter{width:1920px;left:-272px;}
.slider{width:1920px;margin-left:-272px;}
.mobi_ban{display: none;}

.bnr_info{width: 350px;max-width:100%;position:absolute;bottom: -141px;left:0;z-index:150;min-height: 606px;color: #fff;padding: 113px 40px 20px 0;}
.bnr_info:before {content: "";position: absolute;height: 100%;width: 622px;background: #0a2a72;top: 0;z-index: -1;right: 0;}
.bnr_info h2{margin-bottom: 47px;line-height: 48px;font-size: 40px;font-weight: bold;}
.bnr_info h2 span{display:block;}
.bnr_info p{ line-height: 26px; }
.bnr_info a{display:block;width: 202px;height: 55px;line-height: 55px;background: #b7a353;color:#fff;text-align:center;margin: 68px 0 0;border-radius: 60px;}
.bnr_info a span{}
.bnr_info a:hover{background: #fff;color: #0a2a72;}

.bnr_boxes{display:flex;justify-content:space-between;flex-wrap: wrap;position: absolute;width: 1018px;right: 0;bottom: -141px;min-height: 271.3px;color: #fff;z-index: 2;}
.bnr_boxes section{display: inline-block;vertical-align: top;width: 32%;height: auto;padding: 62px 20px 40px;background: #5c2624;text-align: center;position: relative;}
.bnr_boxes section:before {display: block;min-height: 70px;}
.bnr_boxes section:nth-child(1):before { content: url(images/bnr-icon1.png); }
.bnr_boxes section:nth-child(2):before { content: url(images/bnr-icon2.png); }
.bnr_boxes section:nth-child(3):before { content: url(images/bnr-icon3.png); }
.bnr_boxes section:nth-child(2) { background: #b7a353; }
.bnr_boxes section a{display: block;margin: 20px 0 2px;line-height: 100%;color: inherit;font-size: 32px;font-weight: bold;}
.bnr_boxes section a span{display: block;}
.bnr_boxes section p{ font-size: 20px; }
.bnr_boxes section:last-child p { text-transform: uppercase; letter-spacing: 5px; }
.bnr_boxes section a:hover{text-decoration: underline;}
/*end banner*/


/*main*/
#main_area{}
.main_con{min-height: 641px;padding: 298px 0 40px;}
main{line-height: 28px;max-width: 100%;text-align: left;position: relative;padding-top: 30px;}
main .h1_title{font-size: 50px;font-weight: bold;line-height: 50px;margin-bottom:15px;color: #0a2a72;}
main .h1_title span{font-size: 18px;font-weight: normal;display: block;line-height: 100%;text-transform: uppercase;letter-spacing: 4px;color: #000;margin-bottom: 20px;}
main .h1_title small{ display: block; }

main p{margin-bottom:25px;}
main p.ps{ position: absolute; right: 0; top: 0; width: 700px; line-height: 33px; }
main ol{padding-left: 20px; margin-bottom: 30px;}
main ul li{position: relative;}
main .bullet {padding:0;margin-bottom: 30px;}
main .bullet li{position:relative;padding-left: 25px;margin-bottom: 8px}
main .bullet li:before{position: absolute;content: "";width: 10px;height: 10px;border-radius: 50%;left: 3px;top: 10px;background: #0a2a72;}
main a{font-weight: bold; color: #0a2a72;text-decoration: none;}
main a:hover{color:#000;text-decoration: underline;}

.main_image, .main_images, .main_video{}
.main_image img, .main_images img{}

.intro_txt{text-align: center;width:100%;margin:0 auto 40px;padding: 15px;color: #0a2a72;font-weight: bold;font-size: 30px; line-height: 40px;}

/*end main*/


/*bottom*/
#bottom1{overflow: hidden;}
.btm1_con{text-align:center;}

.btm1_info{min-height:594px;padding: 145px 130px 40px; color: #fff; position:relative; }
.btm1_info::before{content: ""; position: absolute; width: 1920px; height: 100%; left: -272px; top: 0;background: #0a2a72; z-index: -1;}
.btm1_info h2{ text-transform: uppercase; letter-spacing: 4px; margin-bottom: 15px; }
.btm1_info h2 span{display: block;font-size: 50px;font-weight: bold;text-transform: none;letter-spacing: 0;line-height: 90px;color: #b7a353;}
.btm1_info h2 span small { color: #fff; }
.btm1_info p{ line-height: 34px; }
.btm1_info a{display: block;margin: 50px auto 0;color: #fff;width: 202px;height: 55px;border-radius: 60px;text-align: center;line-height: 55px;font-weight: normal;background: #b7a353;}
.btm1_info a span{}
.btm1_info a:hover{background: #fff;color: #0a2a72;}

#bottom2{}
.btm2_con{min-height:1770px;padding:0;}

.btm2_boxes{display: block;}
.btm2_boxes section{display: block;vertical-align: top;height: auto;padding: 195px 0 40px;min-height: 590px;position: relative;}
.btm2_box_content{width: 540px;}
.btm2_boxes section:nth-child(2) .btm2_box_content { float: right; }
.btm2_boxes section:before { content: ""; position: absolute; width: 1920px; height: 100%; left: -272px; top: 0; z-index: -1; }
.btm2_boxes section:nth-child(1):before { background: url(images/btm2-bg1.jpg) no-repeat center top; }
.btm2_boxes section:nth-child(2):before { background: url(images/btm2-bg2.jpg) no-repeat center top; }
.btm2_boxes section:nth-child(3):before { background: url(images/btm2-bg3.jpg) no-repeat center top; }
.btm2_boxes section h2{line-height: 100%;font-size: 34px;font-weight: bold;color: #5c2624;margin-bottom: 21px;}
.btm2_boxes section h2 span{ color: #b7a353; }
.btm2_boxes section p{ line-height: 34px; }
.btm2_boxes section a{display: block;margin: 30px 0 0;width: 202px;height: 55px;line-height: 55px;color: #fff;text-align: center;border-radius: 60px;background: #b7a353;}
.btm2_boxes section a span{}
.btm2_boxes section a:hover{background: #5c2624;}

#bottom3{ background: #0a2a72; }
.btm3_con{min-height:567px;padding: 147px 0 0;}

.contact_form{ text-align: center; color: #fff; }
.contact_form h2{margin-bottom: 16px;line-height:100%;text-transform: uppercase;letter-spacing: 4px;}
.contact_form h2 span{ display: block; letter-spacing: 0; text-transform: none; font-weight: bold; font-size: 50px; line-height: 95px; }
.contact_form h2 span small { color: #7d3330; }
.contact_form p{}
.contact_form form{width: 100%;display: flex;justify-content: space-between;flex-wrap:wrap;margin-top: 63px;}
.contact_form input[type=text],.contact_form input[type=email], .contact_form textarea{color: #181818;font-family: inherit;font-size: 17px;font-weight: inherit;border: 1px solid #ebe9e9;height: 55px;padding: 0 26px;outline: none !important;border-radius: 60px;width: 27%;}
.contact_form input[type=text],.contact_form input[type=email] {}
.contact_form input.invalid {border: 3px solid red;}
.contact_form textarea {resize:none;padding-top: 15px;padding-bottom: 12px;}
.contact_form button[type=submit] {font-size: 17px;font-family: 'Poppins';font-weight: 400;background: #7d3330;border-radius: 60px;color: #fff;display: block;padding: 13px 5px;width: 13%;border: none;outline: none !important;}
.contact_form button[type=submit] span{}
.contact_form button[type=submit]:hover{background: #fff; color: #0a2a72;}

/*end bottom*/

/*footer*/
footer{}
.footer_top{background: #fff;}
.footer_top_con{min-height:461px;padding: 160px 0 205px;}

.contact_info{ position: relative; }
.contact_info h2{line-height: 100%;text-transform: uppercase;letter-spacing: 4px;margin-bottom: 4px;color: #b7a353;}
.contact_info h2 span{display:block;font-size: 50px;line-height: 98px;text-transform: none;letter-spacing: 0;font-weight: bold;}
.contact_info h2 span small{color: #5c2624;}
.contact_info p{ width: 440px; line-height: 34px; }
.contact_info_list {position: absolute;top: 0;right: 0;left: 279px;margin: auto;width: 340px;}
.contact_info ul{margin: 0 0 47px;padding:0;list-style: none; position: relative;}
.contact_info ul:before{position:absolute;left: -77px;top: 18px;}
.contact_info ul:first-of-type:before{content:url(images/map.png);}
.contact_info ul:nth-of-type(2):before{content:url(images/phone.png);}
.contact_info ul li{line-height: 26px;display:block;vertical-align:top;white-space:pre-line;position:relative;}
.contact_info ul li address{display:inline-block;}
.contact_info ul li address span{}
.contact_info ul li address small{}
.contact_info ul li a{color: inherit;}
.contact_info ul li a[href^="tel:"] {color: inherit;}
.contact_info ul li a:hover{text-decoration:underline;}
.contact_info ul:first-child li {margin-bottom: 15px;}
.contact_info ul:first-child::before {top: 56px;}
.map{}
.map iframe{width: 100%; height: 100%; max-width: 100%; max-height: 100%;}

.footer_btm{background: #fff;}
.footer_btm_con{min-height:200px;padding: 83px 0 0;border-top: 1px solid rgb(215 204 158 / 50%);}

.footer_nav{}
.footer_nav h2{line-height: 100%; }
.footer_nav h2 span{display: block;}
.footer_nav ul{ margin: auto 0; padding: 0; text-align: center; list-style: none; }
.footer_nav ul li{display: inline-block; vertical-align: top;position:relative;}
.footer_nav ul li a{display: block;margin: 0 25px;color: inherit;font-size: 20px; position: relative;}
.footer_nav ul li a small{display: block;font-size: 16px;color: #0a2a72;}
.footer_nav ul li:first-child a{margin-left: 0;}
.footer_nav ul li:last-child a{margin-right: 0;}
.footer_nav ul li:after{content:"";width:1px;height:21px;top:0;right:-3px;background:#fff;position:absolute;}
.footer_nav ul li:last-child:after{display:none;}

.footer_comp{display:block; margin:0 10px; position:relative;}

.footer_nav ul li a:hover:before, .footer_nav ul li a:active:before, .footer_nav ul li.current_page_item > a:before{content: ""; position: absolute; width: 100%; bottom: -5px; left: 0; background: #5c2624; height: 5px;}


.logo_copyright{ text-align: center; position: absolute; top: -388px; right: 0; }
.footer_logo{}
.footer_logo img{width: 265px;}
.copyright{color: inherit;margin: 30px auto 0;text-align: center;}
.copyright a{color:inherit;;}
.copyright a:hover{text-decoration:underline;}


/**Resources**/
.resources {}
.resources a {display:block;font-weight:bold; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;}
.resources a:hover {padding-left:2px; text-decoration: none!important; color: #5c2624;}
.resources ul,.resources li {list-style-type:none; margin:0; padding:0;}
.resources ul li {margin-bottom:8px; padding:12px; background:#FAFDFE;border:1px solid #ececec;}
.resources ul li:before{content:"";}
.resources ul li:after{content:"";}
.resources ul li span {font-size:16px; color:#666666; letter-spacing:1px; display:block; overflow-wrap: break-word;word-wrap: break-word;-webkit-hyphens: auto;-ms-hyphens: auto;-moz-hyphens: auto;hyphens: auto;}

/* IE 8 */
.lt-ie8 .dang-ie{width:100%;height:100%;position:fixed;background-color:#00abdd}
.message{text-align:center;color:#fff;font-size:20px;position:absolute;top:20%;left:0;right:0}
.inner-message{position:relative;top:-20%;left:0;right:0;text-align:center;margin:auto}
.inner-message img{position:relative;left:0}
.inner-message a.download{display:block;width:300px;padding:10px;color:#fff;margin:2em auto;border:1px solid #fff}
.terms{color:#fff;font-size:13px;padding:20px;position:absolute;right:0;bottom:0}
.terms a{color:#fff;font-weight:700}
.lt-ie8 .protect-me{display:none}

/* Sitemap Style */
.sitemap{list-style-type: none; padding: 0; -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 3px; -moz-column-gap: 3px;  column-gap: 3px;}
.sitemap li {counter-increment: step-counter; overflow: hidden;width: 100%;display: inline-block;vertical-align: top;}
.sitemap li{padding:5px 15px; background: #E3E3E3;}
.sitemap li:nth-child(odd){background: #F2F2F2;}
.sitemap li a{display: block;}
.sitemap li a:before {content: counter(step-counter) '. ';}

/* Pages under Certain Parent Pages */
.sitemap ul {margin-top: 5px;}
.sitemap ul li:nth-child(odd){background: #E3E3E3;}
.sitemap ul li:nth-child(even){background: #F2F2F2;}
.sitemap ul li {counter-increment: sub-counter;}
.sitemap ul li a:before {content: counter(step-counter) '.' counter(sub-counter) ' ';}

/* Breadcrumb Styling */

#breadcrumbs {margin-bottom: 25px; border-bottom: 1px dotted gray; padding-bottom: 11px; }
#breadcrumbs span{vertical-align: bottom;display: inline-block; overflow: hidden;text-overflow: ellipsis;}
#breadcrumbs span[property='name'] {display: inline-block;padding: 0;margin-top: -3px;vertical-align: middle;max-width: 270px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color:#0a2a72;}
#breadcrumbs span[property='name']:hover {text-decoration: underline;}
#breadcrumbs .post {background:transparent!important;border-radius: 0;padding: 0;margin: 0;border: none;word-wrap: normal;}
#breadcrumbs span[class='post post-page current-item'] {display: inline-block;padding: 0;max-width: 250px;white-space: nowrap;}

/* End Breadcrumb Styling */

/* Non-home */
.non_ban {position: relative;}
.non_ban_img{width: 1920px;margin-left: 50%;transform:translateX(-50%);}
.non_ban_img img{vertical-align:middle;height: auto;}

.page_title{text-align: center;width: 100%;z-index: 2;position: relative;bottom: 0;font-size: 44px;font-weight: bold;line-height: 100%;padding: 15px;background: #0a2a72; color:#fff;}
.page_title::before {content: ""; background: #0a2a72; position: absolute;width: 272.5px;height: 100%;top: 0;left: -272.5px;}
.page_title::after { content: ""; background: #0a2a72; position: absolute; width: 272.5px; height: 100%; top: 0; right: -272.5px;}

/* 3D STYLE */
.p_bold{font-weight: bold;font-style: italic;}
.page_heading{margin: 0 0 10px;font-weight: bold;font-size: 24px;color:#5c2624;}


.nh_m {padding: 60px 100px 60px 225px; position: relative; background: #0a2a72; clear: both; margin: 40px auto;}
.nh_m::before {content: ''; position: absolute; left: 45px; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); background: url(images/mission-iconw.png) no-repeat center; width: 150px; height: 150px; background-size: contain;}
.nh_m h5 {font-size: 26px; font-weight: 700; line-height: 100%; color: #fff; margin-bottom: 25px;text-transform:uppercase;}
.nh_m p{color: #fff;margin-bottom: 0;}

.about_us_page { display:flex; justify-content:space-between; align-items:center}
.about_us_info { width:calc(100% - 440px) }

.serv_list {margin:40px auto; text-align:center;}
.serv_list h2{text-align: left;margin: 0 0 25px;}
.serv_list ul li {overflow: hidden;position: relative;text-align: center;max-width: 400px;padding: 0 !important;width:49%;display: inline-block;vertical-align: top;margin: 0 10px 20px;background: #fff;}
.serv_list ul li img {display: block;width: 100%;}
.serv_list ul li a {text-decoration: none;font-size: 20px;font-weight: bold;text-align: center;width: 100%;display: block;height: 100%;position: absolute;top: 0;left: 0;}
.serv_list ul li a span {-webkit-transition: all .3s linear;transition: all .3s linear;background: #0a2a72;color: #fff;font-size: 16px;width: 95%;padding: 13px 10px;position: absolute;line-height: 100%;left: 50%;bottom: 5px;-ms-transform: translateX(-50%);-webkit-transform: translateX(-50%);transform: translateX(-50%);line-height: 100%;}
.serv_list ul li a:hover span{bottom: -50px;}

.serv_list ul li a::before {z-index: 99;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(255,255,255,0.5);content: '';-webkit-transition: -webkit-transform 0.6s;transition: transform 0.6s;-webkit-transform: scale3d(3,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);transform: scale3d(3,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);}
.serv_list ul li a:hover:before{-webkit-transform: scale3d(3,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);transform: scale3d(3,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);}

body .uwy.userway_p1 .uai{top: auto !important; bottom: 13px !important;}
.uwif body{bottom: 0!important; top: auto!important; right: 45px!important;}


.nh_section1 { display: flex; align-items: center; gap: 20px; justify-content: space-between; }

.nh_content1 { width: 69%; }

/*MODAL*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999999; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    top: 105px;
    background-color: #fff;
    margin: auto;
    padding: 0;
    width: 647px;
    max-width: 88%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.modal-close {color: white;position:absolute; right: -25px;top: -25px;
    background: #b7a354;width: 48px;height: 48px;border-radius: 50%; 
    text-align: center;line-height: 50px;font-size: 47px;font-weight: 400;font-family: Poppins;
}

.modal-close:hover,
.modal-close:focus {
    color: #0a2a72;
    text-decoration: none;
    cursor: pointer;
}

.modal-body {padding: 30px 30px 5px;}

.modal-img-cont {display: block;text-align: center;}
.rsp-img {display: none;}
.modal-info {margin: 45px auto;text-align: center;}
.modal-info p {font-size: 19px;font-family: Poppins;width: 365px; margin: 0 auto;line-height: 25px;color: #333333;font-weight: 400;max-width: 100% }
.modal-info h2 {color: #b7a354;font-size: 28px;font-weight: 700;margin: 20px auto; line-height: 35px;}
.modal-info address {color: #0a2a72;font-size: 25px;font-family: Poppins Medium;position: relative;line-height: 35px;}
.modal-info address::before{content: url(images/modal-address-icon.png);display: block;}