/* Global css */
*{margin:0;padding:0;box-sizing: border-box;}
html{overflow-x:hidden;scroll-behavior: smooth;}
body{font-size:16px;font-family: "Poppins", sans-serif;background:#fff;color:#2a3c50;line-height: 0;}
.containerBox{max-width:1200px;line-height:0px;margin:0 auto;padding:0px;    position: relative;}
.containerFull{max-width: 100%;width:100%;padding:0px;position: relative;}
.containerFull .row-box > div{padding:0px;}
.row-box{width:100%;display: inline-block;}
a{text-decoration:none;outline:none;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;}
a:focus, a:hover {color: #232020; -webkit-transition: .5s;-o-transition: .5s;transition: .5s;text-decoration: none;}
img{max-width:100%; height: auto; }
h1,h2,h3,h4,h5,h6{margin:0 0 10px;font-family: "Poppins", sans-serif;color:#1d2a38;    line-height: normal;}
p, ul , ol{line-height:27px;margin-bottom:10px;color:#2a3c50;font-weight: normal;}
small {line-height:21px;font-size:14px;}
span{line-height:27px;}
ul{padding-left:40px;}
strong {font-family: "Poppins", sans-serif;}
html,button,input,select,textarea{font-family: "Poppins", sans-serif;font-size: 14px;line-height:24px;}
section, .tabSec{width:100%;float:left;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;}
div, li , ul, ol{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;}
input{-webkit-box-sizing:border-box;box-sizing:border-box;}
input[type=submit],button{outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:27px;}
.col1{width:8.33333333%;}
.col2{width:16.66666667%;}
.col3{width:25%;}
.col4{width:33.33333333%;}
.col5{width:41.66666667%;}
.col6{width:50%;}
.col7{width:58.33333333%;}
.col8{width:66.66666667%;}
.col9{width:75%;}
.col10{width:83.33333333%;}
.col11{width:91.66666667%;}
.col12{width:100%;}
.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8,.col9,.col10,.col11,.col12{float:left;padding:0 15px;}

.bg-light-greyish-blue { background-color: #c7e9f6; }
.absol.absol-1 { position: absolute; bottom: 0; left: 285px; background-color: #469836; border: #469836; color: #fff; }
.absol.absol-1:hover{ background-color:#ffa500; border: #ffa500; }

@media (min-width:320px){.containerBox{width:100%;}}
@media (min-width:1440px){.containerBox{width:1200px;}}
@media (max-width:767px){.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12{width:100%;}
}


/* placeholder */
::-webkit-input-placeholder{color:#004e97;}
::-moz-placeholder{color:#004e97;}
:-ms-input-placeholder{color:#004e97;}
::-ms-input-placeholder{color:#004e97;}
::placeholder{color:#004e97;}

/* heading */
.h1tag {font-size: 50px;line-height: 1.17;font-weight: bold;margin: 0 0 18px;}
.h2tag {font-size: 40px;line-height: 1.17;font-weight: bold;margin-bottom: 25px;}
.h3tag {font-weight: bold;font-size: 25px;line-height: 35px;margin-bottom: 0px;}
.h4tag {font-weight: 600;font-size: 24px;line-height: 40px;margin-bottom: 10px;}

/* padding */
.p0 {padding:0px !important;}.pt0 {padding-top:0px !important;}.pb0 {padding-bottom:0px !important;}.pl0 {padding-left:0px !important;}.pr0 {padding-right:0px !important;}.pt10 {padding-top:10px;}.pt20 {padding-top:20px;}.pt30 {padding-top:30px;}.pt40 {padding-top:40px;}.pt50 {padding-top:50px;}.pt60 {padding-top:60px;}.pt70 {padding-top:70px;}.pt80 {padding-top:80px;}.pt90 {padding-top:90px;}.pt100 {padding-top:100px;}.pb10 {padding-bottom:10px;}.pb20 {padding-bottom:20px;}.pb30 {padding-bottom:30px;}.pb40 {padding-bottom:40px;}.pb50 {padding-bottom:50px;}.pb60 {padding-bottom:60px;}.pb70 {padding-bottom:70px;}.pb80 {padding-bottom:80px;}.pb90 {padding-bottom:90px;}.pb100 {padding-bottom:100px;}

.highlight { text-transform: uppercase; background-color: rgba(255, 255, 0, 0.4); }

/* flex */
.dflex {display: flex;}
.dwrap {flex-wrap: wrap;}
.daligncenter {align-items: center;}
.djcenter {justify-content: center;}
.facwrap {align-items: center;flex-wrap: wrap;}
.faewrap {align-items: flex-end;flex-wrap: wrap;}
.fjsbaicwrap {display: flex;justify-content: space-between;flex-wrap: wrap;}
.rowreverse {flex-direction: row-reverse;}
.falignin {align-items: inherit !important;}
/* position */
.rposition {position: relative;}

/* margin */
.m0{margin:0px !important;}.mt0{margin-top:0px !important;}.mb0{margin-bottom:0px !important;}.mt10 {margin-top:10px;}.mt20 {margin-top:20px;}.mt30 {margin-top:30px;}.mt40 {margin-top:40px;}.mt50 {margin-top:50px;}.mt60 {margin-top:60px;}.mt70 {margin-top:70px;}.mt80 {margin-top:80px;}.mt90 {margin-top:90px;}.mt100 {margin-top:100px;}.mb10 {margin-bottom:10px;}.mb20 {margin-bottom:20px;}.mb30 {margin-bottom:30px;}.mb40 {margin-bottom:40px;}.mb50 {margin-bottom:50px;}.mb60 {margin-bottom:60px;}.mb70 {margin-bottom:70px;}.mb80 {margin-bottom:80px;}.mb90 {margin-bottom:90px;}.mb100 {margin-bottom:100px;}

/* text align */
.text-center{text-align:center;}
.text-left{text-align:start;}
.text-right{text-align:end;}

/* background color */
.bg-gray {background: #ebebeb;}
.bg-white {background: #fff;}
.bg-black {background: #232020;}
.bg-blue1 {background: #004e97;}
.bg-blue2 {background: #008bd0;}
.bg-blue3 {background: #00acf0;}
.bg-blue4 {background: #00acf0;}
.bg-lblue1{background-color:#e8f6f9;}

.bg-gri {background: linear-gradient(45deg, #3e312d, #f15d22, #3e312d);}

.cWhite{color: #fff;}
.cBlack{color: #000;}
.cBlue{color: #004e97;}

.overflowh {overflow: hidden;}


/* btn link */
.callnow {text-align: center;font-size: 16px;line-height: 25px;letter-spacing: 0;text-decoration: none;box-sizing: border-box;display: inline-block;transition: .5s all ease;border: 1px solid #004e97;color: #004e97;padding: 10px 18px;border-radius: 30px;font-weight: 600;}
.callnow:hover, .callnow:focus {background: #004e97;color: #ffffff;}

/* fixed header */
.headerSec.fixed-header {position: fixed;top: 0;left: 0;width: 100%;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;background: #ffffffe0;z-index: 999;padding: 0px;}
.headerSec.fixed-header .logo {padding: 10px;}
.headerSec.fixed-header .logo img {width: 130px;transition: .5s all; height : auto; }
/* End Global css */

/* Top scroll */
#button{text-decoration:none;display:inline-block;background-color:#121212;width:40px;height:40px;text-align:center;border-radius:4px;position:fixed;bottom:70px;right:30px;-webkit-transition:background-color .3s, opacity .5s, visibility .5s;-o-transition:background-color .3s, opacity .5s, visibility .5s;transition:background-color .3s, opacity .5s, visibility .5s;opacity:0;visibility:hidden;z-index:6;cursor:pointer;}
#button:hover{background:#f15d22;}
#button.show{opacity:1;visibility:visible;}
#button::after{content:"\f077";font-family:FontAwesome;font-weight:normal;font-style:normal;font-size:14px;line-height:40px;color:#fff;}

/* End Top scroll */

/* header */
header,.homeBannerBox,.innerBannerBox {float: left;width: 100%;}
.headerSec {position: absolute;top: 0;left: 0;z-index: 9;padding: 22px 0px;}
.logo img {width: 215px;transition: .5s all; height: auto; }
/* End header */

/* Menu section */
.stellarnav{position:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.stellarnav a{color:#fff;position: relative;}
.social-media a:first-child {margin: 0px;}
.stellarnav a:hover{color:#004e97;}
.stellarnav ul ul a:hover {color: #95bce1;}
.stellarnav ul{margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.stellarnav li{list-style:none;display:block;margin:0;padding:0;position:relative;line-height:normal;vertical-align:middle;}
.stellarnav li a{padding:18px 10px;display:block;text-decoration:none;color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;font-size: 16px;}
.stellarnav li.currentItems > a {font-weight: 600;color: #004e97 !important;}
.stellarnav > ul > li {display: flex;align-items: center;padding:0px 30px 0px 0px;}
.stellarnav > ul > li > a{color:#000;display:block;-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;padding:0;}
.stellarnav ul ul{top:100%;position:absolute;z-index:9900;text-align:left;display:none;background:#004e97 none repeat scroll 0 0;left:0;padding: 10px 15px;}
.stellarnav li li{display:block;}
.stellarnav ul ul ul {top: 0;left: calc(100% + 20px);box-shadow: 0 0 5px #d5d5d5;}
.stellarnav > ul > li:hover > ul > li:hover > ul{opacity:1;visibility:visible;top:0;}
.stellarnav > ul > li.drop-left > ul{right:0;}
.stellarnav li.drop-left ul ul{left:auto;right:220px;}
.stellarnav.light{background:rgba(255, 255, 255, 1);}
.stellarnav.light a{color:#121212;}
.stellarnav ul ul li a{padding:10px 15px 10px 15px;color:#fff;white-space: pre;width: 100%;border-bottom: 0.5px solid #157ad9;}
.stellarnav ul ul li:last-child a{border: none;}
/*.stellarnav ul ul li a:hover{background:#ffffff;}*/
.stellarnav.light ul ul{background:rgba(255, 255, 255, 1);}
.stellarnav.light li a{color:#121212;}
.stellarnav.fixed{position:fixed;width:100%;top:0;left:0;z-index:9999;}
body.stellarnav-noscroll-x{overflow-x:hidden;}
/* .stellarnav li.has-sub > a:after{content:'';margin-left:10px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #000;display: inline-block;    padding-bottom: 1px;} */
.stellarnav li li.has-sub > a:after {right: 5px;float: right;border-top: 6px solid transparent;border-bottom: 6px solid transparent;border-left: 6px solid #c31c17;position: absolute;top: 18px;}
.stellarnav li.drop-left li.has-sub > a:after{float:left;margin-right:10px;border-left:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #FFF;}
.stellarnav .menu-toggle,.stellarnav .close-menu,.stellarnav .call-btn-mobile,.stellarnav .location-btn-mobile{display:none;text-transform:uppercase;text-decoration:none;}
.stellarnav .dd-toggle{display:none;position:absolute;top:0;right:0;padding:0;width:48px;height:48px;text-align:center;z-index:9999;border:0;}
.stellarnav.desktop.hide-arrows li.has-sub a{padding-right:15px;}
.stellarnav.mobile > ul > li > a.dd-toggle{padding:0;}
.stellarnav li.call-btn-mobile,.stellarnav li.location-btn-mobile{display:none;}
.stellarnav a.dd-toggle .icon-plus{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;-o-transition:transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s;width:12px;height:100%;position:relative;vertical-align:middle;display:inline-block;}
.stellarnav a.dd-toggle .icon-plus:before{content:'';display:block;width:12px;height:0px;border-bottom:solid 3px #777;position:absolute;top:50%;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:width 0.3s;-o-transition:width 0.3s;transition:width 0.3s;}
.stellarnav a.dd-toggle .icon-plus:after{content:'';display:block;width:12px;height:0px;top:50%;border-bottom:solid 3px #777;position:absolute;}
.stellarnav li.open > a.dd-toggle .icon-plus{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);}
.stellarnav.light a.dd-toggle .icon-plus:before{border-color:#fff;}
.stellarnav.light a.dd-toggle .icon-plus:after{border-color:#fff;}
.stellarnav.dark a.dd-toggle .icon-plus:before{border-color:#fff;}
.stellarnav.dark a.dd-toggle .icon-plus:after{border-color:#fff;}
.stellarnav .icon-close{-webkit-box-sizing:border-box;box-sizing:border-box;width:12px;height:12px;position:relative;display:inline-block;}
.stellarnav .icon-close:before{content:'';display:block;width:12px;height:0px;border-bottom:solid 3px #777;position:absolute;top:50%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.stellarnav .icon-close:after{content:'';display:block;width:12px;height:0px;top:50%;border-bottom:solid 3px #777;position:absolute;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}
.stellarnav.light .icon-close:before{border-color:#fff;}
.stellarnav.light .icon-close:after{border-color:#fff;}
.stellarnav.dark .icon-close:before{border-color:#fff;}
.stellarnav.dark .icon-close:after{border-color:#fff;}
.stellarnav .menu-toggle,.stellarnav .call-btn-mobile,.stellarnav .location-btn-mobile,.stellarnav .close-menu{padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;}
a.menu-toggle{border:none;background:#004e97;margin-top:0px;border-radius: 5px;margin-left: 0;margin-right: 0px;width:45px;height:45px;align-items: center;justify-content: center;}
.stellarnav .menu-toggle span.bars{display:inline-block;position:relative;top:0px;}
.stellarnav .menu-toggle span.bars span{display:block;width:15px;height:2px;border-radius:6px;background:#777;margin:0 0 3px;}
.stellarnav .menu-toggle span.bars span:last-child{margin-bottom:0px;}
.search-container input[type="text"]{width:239px;}
.stellarnav .full{width:100%;}
.stellarnav .half{width:50%;}
.stellarnav .third{width:33%;text-align:center;}
.stellarnav .location-btn-mobile.third{text-align:center;}
.stellarnav .location-btn-mobile.half{text-align:right;}
.stellarnav.light .third,.stellarnav.light .half{border-left:1px solid rgba(0, 0, 0, .15);}
.stellarnav.light.left .third,.stellarnav.light.left .half{border-bottom:1px solid rgba(0, 0, 0, .15);}
.stellarnav.light.right .third,.stellarnav.light.right .half{border-bottom:1px solid rgba(0, 0, 0, .15);}
.stellarnav.light .third:first-child,.stellarnav.light .half:first-child{border-left:0;}
.stellarnav.dark .third,.stellarnav.dark .half{border-left:1px solid rgba(255, 255, 255, .15);}
.stellarnav.dark.left .third,.stellarnav.dark.left .half{border-bottom:1px solid rgba(255, 255, 255, .15);}
.stellarnav.dark.right .third,.stellarnav.dark.right .half{border-bottom:1px solid rgba(255, 255, 255, .15);}
.stellarnav.light.left .menu-toggle,.stellarnav.light.right .menu-toggle{border-bottom:0;}
.stellarnav.dark.left .menu-toggle,.stellarnav.dark.right .menu-toggle{border-bottom:0;}
.stellarnav.dark .third:first-child,.stellarnav.dark .half:first-child{border-left:0;}
.stellarnav.light .menu-toggle span.bars span{background:#6f3a95;}
.stellarnav.dark .menu-toggle span.bars span{background:#fff;}
.stellarnav.mobile{position:static;}
.stellarnav.mobile.fixed{position:static;}
.stellarnav.mobile ul{position:relative;display:none;}
.stellarnav.mobile.active{padding-bottom:0;}
.stellarnav.mobile.active > ul{display:block;}
.stellarnav.mobile ul{text-align:left;}
.stellarnav.mobile > ul > li{display:block;}
.stellarnav.mobile > ul > li > a{padding:15px;}
.stellarnav.mobile ul{background:rgba(221, 221, 221, 1);}
.stellarnav.mobile ul ul{position:relative;opacity:1;visibility:visible;width:auto;display:none;-webkit-transition:none;-o-transition:none;transition:none;}
.stellarnav.mobile ul ul ul{left:auto;top:auto;}
.stellarnav.mobile li.drop-left ul ul{right:auto;}
.stellarnav.mobile li a {border-bottom: 0.5px solid #156bbb;color: #ffffff;}
.stellarnav.mobile > ul{border-top:1px solid rgba(255, 255, 255, .15);}
.stellarnav.mobile.light li a{border-bottom:1px solid rgba(0, 0, 0, .15);}
.stellarnav.mobile.light > ul{border-top:1px solid rgba(0, 0, 0, .15);}
.stellarnav.mobile li a.dd-toggle{border:0;}
.stellarnav.mobile.light li a.dd-toggle{border:0;}
.stellarnav.mobile .menu-toggle,.stellarnav.mobile .dd-toggle,.stellarnav.mobile .close-menu,.stellarnav.mobile .call-btn-mobile,.stellarnav.mobile .location-btn-mobile{display:inline-block;}
.stellarnav.mobile li.call-btn-mobile{border-right:1px solid rgba(255, 255, 255, .1);-webkit-box-sizing:border-box;box-sizing:border-box;}
.stellarnav.mobile li.call-btn-mobile,.stellarnav.mobile li.location-btn-mobile{display:inline-block;width:50%;text-transform:uppercase;text-align:center;}
.stellarnav.mobile li.call-btn-mobile.full,.stellarnav.mobile li.location-btn-mobile.full{display:block;width:100%;text-transform:uppercase;border-right:0;text-align:left;}
.stellarnav.mobile.light ul{background:rgba(255, 255, 255, 1);}
.stellarnav.mobile.dark ul{background:#004e97;}
.stellarnav.mobile.dark ul ul{background:rgba(255, 255, 255, .08);}
.stellarnav.mobile.light li.call-btn-mobile{border-right:1px solid rgba(0, 0, 0, .1);}
.stellarnav.mobile.top{position:absolute;width:100%;top:0;left:0;z-index:9999;}
.stellarnav.mobile li.has-sub > a:after,.stellarnav.mobile li li.has-sub > a:after,.stellarnav.mobile li.drop-left li.has-sub > a:after{display:none;}
.stellarnav.mobile.right > ul,.stellarnav.mobile.left > ul{position:fixed;top:0;bottom:0;width:100%;max-width:280px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;height:100vh;}
.stellarnav.mobile.right > ul{right:0;z-index:9999;}
.stellarnav.mobile.right .close-menu,.stellarnav.mobile.left .close-menu{display:inline-block;text-align:right;}
.stellarnav.mobile.left > ul{left:0;}
.stellarnav.mobile.right .location-btn-mobile.half,.stellarnav.mobile.right .call-btn-mobile.half,.stellarnav.mobile.right .close-menu.half{text-align:center;}
.stellarnav.mobile.right .location-btn-mobile.third,.stellarnav.mobile.right .call-btn-mobile.third,.stellarnav.mobile.right .close-menu.third{text-align:center;}
.stellarnav.mobile.left .location-btn-mobile.half,.stellarnav.mobile.left .call-btn-mobile.half,.stellarnav.mobile.left .close-menu.half{text-align:center;}
.stellarnav.mobile.left .location-btn-mobile.third,.stellarnav.mobile.left .call-btn-mobile.third,.stellarnav.mobile.left .close-menu.third{text-align:center;}
.stellarnav.mobile.left .menu-toggle.half,.stellarnav.mobile.left .menu-toggle.third,.stellarnav.mobile.right .menu-toggle.half,.stellarnav.mobile.right .menu-toggle.third{text-align:left;}
.stellarnav.mobile.left .close-menu.third span,.stellarnav.mobile.right .close-menu.third span{display:none;}
.stellarnav.desktop li.mega ul ul{background:none;}
.stellarnav.desktop li.mega li{display:inline-block;vertical-align:top;width:100% !important;}
.stellarnav.desktop li.mega li li{display:block;position:relative;left:4px;}
.stellarnav.desktop > ul > li.mega > ul{-webkit-column-count:4;-moz-column-count:4;column-count:4;}
.stellarnav.desktop li.mega ul ul{width:auto;}
.stellarnav.desktop > ul > li.mega{position:inherit;}
.stellarnav.desktop > ul > li.mega > ul{width:100%;max-width:95% !important;}
.stellarnav.desktop > ul > li.mega > ul > li > a{padding:7px 15px;}
.stellarnav.desktop > ul > li.mega > ul li.has-sub ul{display:block;position:relative;left:auto;}
.stellarnav.desktop > ul > li.mega > ul > li{-webkit-box-sizing:border-box;box-sizing:border-box;}
.stellarnav.desktop li.mega li li a{padding:5px 15px;}
.stellarnav.desktop li.mega li.has-sub a:after{display:none;}
.stellarnav.desktop > ul > li.mega > ul > li > a{}
.stellarnav > ul > li:last-child {padding-right: 0;}
.lastmenu a {text-align: center;padding: 9px 10px !important;border-radius: 50px;background: #469836;display: inline-block !important;transition: .5s all ease;min-width: 141px;max-width: 141px;width: 100%;line-height: normal;color: #fff !important;font-weight: 500;}
.signlink a {text-align: center;border: none !important;background: linear-gradient(to bottom, #08c, #04c);border: 1px solid #fff !important;}
.reglink a {text-align: center;background: linear-gradient(to bottom,#62c462,#51a351); margin-top:10px !important;border: 1px solid #fff !important;}
.lastmenu a:hover {background: #ffa500;}
/* End Menu section */


/* banner */
.homeBannerBox {position: relative;background-color: #fff;}
.homeBannerBox > img {width: 100%;object-fit: cover;position: absolute;top: 0px;left: 0px;height: 100%;}
.homeContentInner {padding: 170px 0 88px;position: relative;}
.formb{position:relative;}
.homeBannerOverlay p{margin-bottom: 28px;}
.inputText {position: relative;display: inline-block;width: 100%;max-width: 440px;}
.textInput {width: 100%;line-height: 1.14;padding: 6px 15px;background: #e0edf0;border: 1px solid #004e97;}
.inputText i {position: absolute;top: 50%;transform: translateY(-50%);left: 13px;font-size: 18px;color: #004e97;}
.formbox label {line-height: 1.14;display: block;margin-bottom: 5px;}
.homeBannerOverlay .row-box {display: flex;flex-wrap: wrap;align-items: flex-end;}
.btnone {background: #004e97;color: #fff;border: none;padding: 9px 18px;border-radius: 30px;font-weight: 600;border: 1px solid #004e97;}
.posimg {position: absolute;bottom: 0;right:0;}
.form-btn {display: flex;align-items: center;gap: 20px;flex-wrap: wrap;}
a.callnow.absol {position: absolute;bottom: 0;left: 285px;}

.mj-widget .mj-search form label {line-height: 1.17;margin-bottom: 4px;display: inline-block;width: 100%;font-family: "Poppins", sans-serif;}
.mj-widget, .mj-widget .mj-search form {background-color: transparent !important;max-width: 440px;width:100%;border:none !important;}
.mj-widget .mj-search form {display: inline-block;background-color: #f6f6f6;width: 100%;}
.mj-widget .mj-search form input[type="text"],.mj-widget .mj-search form select {margin: 0;padding: 6px 15px 6px 35px !important;box-sizing: border-box;background-color: #fff;color: #333;margin-bottom: 20px;}
.mj-widget .mj-search form input[type="submit"], .mj-widget .mj-search form input[type="button"] {background: #004e97;color: #fff;border: none;padding: 9px 18px;border-radius: 30px;font-weight: 600;border: 1px solid #004e97;transition: .5s all;}
.mj-widget .mj-search form select {border: none;border-bottom: 1px dashed #000;}
.mj-widget .mj-search form select[name="job_type"] {display: none;}
.mj-widget .mj-search form select[name="industry"] {display: none;}
.mj-widget .mj-search form select[name="state"] {display: none;}
input[name="keyword"] {background: #e0edf0 url(https://www.perronhostinggroup.com/jobrx/wp-content/uploads/2025/09/search-icon-image.png) !important;background-repeat: no-repeat !important;background-size: 16px !important;background-position: 7px center !important;}
input[name="location"] {background: #e0edf0 url(https://www.perronhostinggroup.com/jobrx/wp-content/uploads/2025/09/maps-and-flags-icon-image.png) !important;background-repeat: no-repeat !important;background-size: 16px !important;background-position: 7px center !important;}
.mj-widget .mj-search form input[type="submit"]:hover, .mj-widget .mj-search form input[type="button"]:hover {background:rgba(0,0,0,0);color:#004e97;transition: .5s all;}

/* three btn */
.threetabs,footer {float: left;width: 100%;}
.threebtn {max-width: 1050px;width: 100%;display: flex;align-items: center;margin: -39px auto 0;}
.btnth img {margin-right: 10px;}
.btnth {flex: 1 1 100%;display: flex;align-items: center;justify-content: center;padding: 15px;height: 78px;color:#fff;font-size: 18px;line-height: 26px;}
.btnth:hover {background: #000000;color: #fff;}

/* about */
.rightAbout p,.rightAbout ul {font-size: 18px;line-height: 34px;color: #2a3c50;margin-bottom: 30px; word-break : break-word; } 
.rightAbout ul{padding-left:0;}
.rightAbout ul li{margin-bottom: 10px;position:relative;padding-left:15px;}
.rightAbout ul li::before{content: "\f101";font-family: "FontAwesome";color: #1d2a38;position: absolute;left: 0;}
.rightAbout .btnmulti,.rightAbout2 .btnmulti {justify-content: flex-start;margin-top: 20px;}
.leftAbout {position: relative;text-align: center;}
.leftAbout img {width:100%;}
.subheading {line-height: 1.17;font-size: 18px;color: #004e97;font-weight: 600;text-transform: uppercase;    display: inline-block;}
.subheading:after {content: '';width: 100%;display: block;height: 4px;background: #489936;margin-top: 5px;}
.callnow1 {text-transform: uppercase;color: #1d2a38;padding: 10px 25px;}

/* tabs */
.custom-tabbed-content { width:100%; display: inline-block; }
.custom-tabbed-content .tabbed-content:after, .custom-tabbed-content .tabbed-content:before { content:""; clear:both; display:table; }
.tabbed-content h5 { color: #001c57; font-weight: 900; font-size: 24px; margin: 0 0 15px 0;}
.tabbed-content p { font-size : 16px; margin : 0 0 15px 0; } 
.tabbed-content .tabs { display: none; }
.tabbed-content .tabs ul { margin: 0; font-weight: bold;padding: 0; } 
.tabbed-content .tabs ul li a span {max-width: 275px;width: 100%;background: #ffffff;padding: .5em 1em;font-size: 18px;line-height: 28px;text-decoration: none;color: #004e97;height: 90px;display: flex;align-items: center;justify-content: center;border-radius: 90px;border: 1px solid #004e97;transition: .5s all;}
.tabbed-content .tabs ul li a span:hover {background: #004e97;color: #fff;transition: .5s all;}
.tabbed-content .tabs ul li a.active span { background-color: #004e97; color: #fff; }
.tabbed-content .tabs li a.active {border-right: 5px solid #004e97;margin-right: -5px;position: relative;transition: none;}
.tabbed-content .tabs ul li a.active:before {content: "\f0d9";font-family: "FontAwesome";color: #004e97;font-size: 25px;position: absolute;right: -1px;top: 50%;transform: translateY(-50%);}
.tabbed-content .item { margin-left :0;width:100%;}
.tabbed-content .item .item-content { opacity: 0; visibility: hidden; display: none
    ; }
.tabbed-content .item.active .item-content { opacity: 1; visibility: visible; display: block; }
.tabbed-content .item .item-content span.counter-number { background: #293b8d; width: 38px; height: 38px; border-radius: 100px; color: #fff; font-size: 16px; text-align: center; display: inline-block; margin-right: 10px; line-height: 2.4; }
.tabbed-content .item .item-icons { position: absolute; top: 0; right: 15px; }
.tabbed-content .item .item-icons .fa { font-size: 24px; line-height : 55px; }
.tabbed-content .item .item-icons .fa.fa-plus { display: block; }
.tabbed-content .item .item-icons .fa.fa-minus { display: none; }
.tabbed-content .item.active .item-icons .fa.fa-plus { display: none; }
.tabbed-content .item.active .item-icons .fa.fa-minus { display: block; color: #fff; }
.tabbed-content .item .item-content ul {column-count: 2;padding: 0;vertical-align: top;padding-left: 15px;margin: 0;}
.tabbed-content .item .item-content ul li {display: list-item;padding-left: 10px;margin-bottom: 15px;}
.tabbed-content .item .item-content ul li::marker {content: "\f0da";font-family: "FontAwesome";color: #004e97;}
.tabbed-content .item .item-content ul li a {margin-right: 8px;color: #2a3c50;}
.tabbed-content .item .item-content ul li span {color:#004e97}

/* recurit */
.rebg {position: absolute;top: 0;width: 100%;height: 100%;object-fit: cover;}
.rightrecu .h2tag {color: #004e97;margin-bottom: 20px;font-weight: 600;}
.rightrecu p strong {font-size: 20px;font-weight: 500;}
.rightrecu p {font-size: 18px;line-height: 34px;color: #2a3c50;}
.rightrecu {padding-left: 40px;}
.rightrecu-single h3 { margin: 15px 0; }
.rightrecu-single h6 { font-size: 18px; line-height: 24px }
.rightrecu-single figure { position: relative; }
.rightrecu-single figure figcaption { font-size: 16px; line-height: 21px; position: absolute; left:0; right:0; bottom: 0; padding: 10px; background-color: rgba(0, 0, 0, .7); color: #fff; }

/* consultation */
.consultatSec .callnow {text-transform: capitalize;font-weight: normal;margin-bottom: 20px;margin-top: 6px;}
.consultatSec .rightrecu p a[title="linkedin"] {margin-left: 15px;border: 1px solid #004e97;color: #004e97;width: 45px;height: 45px;display: inline-flex;align-items: center;justify-content: center;font-size: 22px;}
.consultatSec .rightrecu p {margin-bottom: 20px;}
.consultatSec .rightrecu p a { margin-bottom :0; }
.consultatSec .rightrecu {padding-left: 0;padding-right: 60px;margin-bottom: 50px;}

/*  */
.iconTop {width: 69px;height: 69px;display: flex;align-items: center;justify-content: center;background: #004e97;border-radius: 70px;border: 2px solid #fff;position: absolute;top: -21px;}
.service1 figure img {border-radius: 20px;width:100%;}
.serviceSec .sHeading h2 {font-weight: 600;font-style: italic;}
.service1 {position: relative;padding: 20px;background-color: rgb(255, 255, 255);box-shadow: rgba(105, 149, 203, 0.2) 0px 8px 27.2px 4.8px;border-radius: 20px;transition: .5s all;}
.service1:hover {background-color: rgba(0, 78, 151, 1);box-shadow: none;}
.serContent h3 {font-size: 18px;margin: 0;padding: 15px;border-bottom: 1px solid #004e97; }
.serContent h3, .serContent h3 a {color: #004e97;}
.serContent p {padding: 15px;margin: 0;}
.service1:hover h3 {border-bottom: 1px solid #ffffff; }
.service1:hover h3, .service1:hover h3 a, .service1:hover h3 a:hover { color: #ffffff;}
.service1:hover p {color: #ffffff;}

.lefthave img {width: 100%;padding-right: 65px;}
.lefthave {position: relative;}
.lefthave img {position: relative;z-index: 1;}
.lefthave:after {content: '';width: 79%;height: 89%;position: absolute;right: 30px;bottom: 0px;border: 5px solid #d2f2ff;}
.righthave {max-width: 595px;width: 100%;margin: 0px auto;padding: 15px;}
.righthave h2 {color: #fff;line-height: 50px;font-weight: 600;}
.righthave .callnow {background: #fff;border-color: #fff;}
.righthave .callnow:hover {background: #004e97;color: #fff;}
.toggle-content {max-height: 0;overflow: hidden;opacity: 0;transition: max-height 0.6s ease, opacity 0.4s ease;}
.toggle-content.expanded {max-height: 5000px;opacity: 1;}
.consultatSec .rightrecu p a[title="linkedin"]:hover {background: #004e97;color: #fff;text-decoration: none;}
.consultatSec .rightrecu p a:hover{text-decoration: underline;}
.companySec .rightrecu {padding-left: 0;padding-right: 0px;}
.main-carousel2 .item figure {width: 100%;position: relative;padding-top: 69%;display: flex;align-items: center;justify-content: center;border: 1px solid #cccccc;border-radius: 10px;}
.main-carousel2 .item figure img {position: absolute;width: auto;height: auto;max-width: 100%;max-height: 100%;top: 50%;transform: translateY(-50%);padding: 20px;}
.main-carousel2 .owl-dots .owl-dot {width: 12px;height: 12px;border-radius: 20px;background-color: #bcbcbc;margin-right: 10px;}
.main-carousel2 .owl-dots .owl-dot.active {background-color: #004e97;}
.main-carousel2 .owl-dots {margin-top: 25px;}
.companySec .rightrecu .h2tag {color: #525b65;margin-bottom: 35px;font-weight: 600;padding-right: 40px;line-height: 50px;}

/* footer */
footer{position: relative;}
.logoMenu ul,.menuLink ul {padding-left:0px;}
.logoMenu ul li,.menuLink ul li {padding-left: 15px;margin-top: 3px;position:relative;}
.logoMenu ul li a,.menuLink ul li a{color: #1d2a38;}
.logoMenu ul li::before, .menuLink ul li::before {content: "\f101";font-family: "FontAwesome";color: #1d2a38;position: absolute;left: 0;}
.logoMenu figure {margin-bottom: 30px;}
.menuLink h4, .socialLinks h4 {color: #004e97;}
.socialLinks ul {padding: 0;}
.socialLinks ul img, .socialLinks ul i {width: 40px;height: 40px;display: inline-flex;align-items: center;justify-content: center;border: 1px solid #1d2a38;padding: 8px;color: #004e97;border-radius: 5px;font-size: 22px;margin-right: 20px;transition: .5s all;}
.socialLinks ul a {color: #1d2a38;display: flex;align-items: center;margin-bottom: 20px;transition: .5s all;}

.logoMenu, .menuLink, .socialnews {margin-bottom: 60px;}
.newsLinks h4 {line-height: 30px;color: #1d2a38;}
.newtext {width: calc(100% - 84px);display: inline-block;padding: 7px 13px;border: 1px solid #004e97;background: #d2f2ff;}
.newbtn {min-width:84px;width: 84px;height: 44px;display: flex;align-items: center;justify-content: center;border: 1px solid #004e97;background: #004e97;color: #fff;transition: .5s all;}
.newbtn:hover {background: rgba(0, 0, 0, 0);color: #004e97;transition: .5s all;}
.newsletterf {display: flex;flex-wrap:wrap;}
.topfooter{position: relative;}
.copyr {border-top: 1px solid #004e97;width: 100%;position: relative;text-align: center;}
.copyright p {color: #1d2a38;margin: 0;font-size: 14px;line-height: 24px;}
.copyright p a, .copyright p a:hover, .copyright p a:focus { color: #1d2a38; }
.logoMenu ul li a:hover, .menuLink ul li a:hover {color: #004e97;margin-left: 5px;}
.socialLinks ul a:hover, .socialLinks ul a:hover {color: #004e97;}
.socialLinks ul a:hover img, .socialLinks ul a:hover i {transform:  rotate(5deg); }
.tabbed-content .item .item-content ul li a:hover {color: #004e97;}


/*inner baner*/
.innerban {padding: 160px 0 100px}
.callnows{background:#004e97;color:#fff;}
.callnows:hover{background:rgba(0,0,0,0);color:#004e97;}

/* contact */
.formBox {position: relative;padding: 35px;border-radius: 20px;overflow: hidden;border: 1px solid #efefef;background: #004e97;}
.takeInner > a {text-underline-offset: 10px;color: #83bcd4;font-size: 25px;line-height: 30px;font-weight: bold;text-decoration: underline;margin-bottom: 20px;display: inline-block;width: 100%;}
.form-control, .form-textarea {width: 100%;background-color: rgb(255, 255, 255);box-shadow: 0px 0px 6px #cdcdcd;box-sizing: border-box;border: none;line-height: 1.3;padding: 10px;}
.formElement .form-group {margin-bottom: 25px;}
.formbtn {width: 100%;border: 1px solid #0eb2f2;background: #0eb2f2;color: #fff;transition: .5s;text-transform: uppercase;font-weight: bold;padding: 6px 15px;border-radius: 30px;line-height: 1.3;}
.formbtn:hover {background: #ffffff;border-color: #333;color: #333;transition: .5s;}
.formBoxe {position: relative;}
.form-textarea {height: 98px;}
.takeInner p a {color: #1d2a38;margin-bottom: 10px;display: inline-block;}
.takeInner p a:hover {color: #004e97;}
.takeInner p {font-size: 22px;}
.takeInner {padding:35px;}
.wpcf7-response-output {line-height: normal;color: #fff;font-size: 13px;text-align: center;}

/* about */
.callnow.callnow2 {background: #004e97;color: #fff;}
.callnow.callnow2:hover {background: rgba(0,0,0,0);color: #004e97;}

.social-icon-link span.hidden { display : none }
 
.RecruitSecAdd .rightrecu { padding-left: 0px;  }
.RecruitSecAdd .rightrecu .h2tag { color: #1d2a38; margin-bottom: 25px; font-weight: bold; } 
.RecruitSecAdd .rightrecu aside.mt20 { margin-top: 0; }
.RecruitSecAdd .rightrecu p, .RecruitSecAdd .rightrecu ul { font-size: 18px; line-height: 34px; color: #2a3c50; margin-bottom: 30px; }
.rightrecu ul li { margin-bottom: 10px; position: relative; padding-left: 15px; }
.rightrecu ul li::before { content: "\f101"; font-family: "FontAwesome"; color: #1d2a38; position: absolute; left: 0; }

/* blog */
nav.navigation.pagination {width: 100%;display: flex;text-align: center;margin-top: 50px;justify-content: center;}
nav.navigation.post-navigation {width: 100%;display: inline-block;margin-top: 30px;}
.bloglisting .service1 img {    aspect-ratio: 6 / 4;    object-fit: cover;}
.nav-links .page-numbers { float: left; width: auto; min-width: 35px; height: 35px; margin: 0 9px 0 0; background-color: #ececec; text-align: center; vertical-align: middle; font-size: 16px; color: #000000; font-weight: 500; line-height: 35px; padding: 0 10px; display: block; transition: .6s all; -moz-transition: .6s all; -o-transition: .6s all; -webkit-transition: .6s all;display: flex;align-items: center;} 
.nav-links .page-numbers.current, .nav-links .page-numbers:hover, .blog-navigation .nav-links .page-numbers:focus { background-color: #004e97; color: #fff; }
nav.navigation.post-navigation .nav-links {display: flex;align-items: center;justify-content: space-between;}
nav.navigation.post-navigation .nav-links a {color: #000;display: flex;align-items: center;}
.singleblog .post-thumbnail {margin-bottom: 30px;}

/* featured-normal-listing*/ 

.fjList {padding: 0;margin: 0;list-style: none;font-size: 14px;line-height: 1.3em;}
.fjList li {display: -webkit-box;display: -ms-flexbox;display: flex;margin-bottom: 10px;}
.fjList .job-link,.featured-jobs-title,.featured-jobs-title a {	text-decoration: none;	color: #666;}
.featured-jobs-location {color: #00c9ed;font-size: 12px}
.fjList .company-logo span {width: 97px;height: 53px;background-color: #fff;border: 1px solid #ccc;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fjList .company-logo img {max-width: 90%;max-height: 40px;font-size: 11px;}
.fjList .job-link span {display: block;}
.fjList .job-link {padding-right: 20px;-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
.fjList {padding: 0;display: flex;flex-wrap: wrap;}
.fjList li a {font-weight: bold;   color: #000;}
.fjList li {display: flex;align-items: center;width: calc(33.33% - 10px);border: 1px solid #efefef;padding: 5px 10px;margin-right:10px;background:#fff;}
.fjList .job-link span {display: block;line-height: normal;}
.featured-jobs-location {color: #0091d6;}

#mc_embed_signup{background:#fff; false;clear:left; font:14px Helvetica,Arial,sans-serif;  }
.newsletterf #mc-embedded-subscribe {margin: 0 !important;}
.mce_inline_error {line-height: normal;}
.mailchimp-newsletter .mc-field-group {padding-bottom: 10px !important;}
.mailchimp-newsletter .mc-field-group ul li {display: flex !important;align-items: center;gap: 5px;flex-wrap: wrap;}
.mailchimp-newsletter .mc-field-group ul li label {margin:0 !important;}
#mc_embed_signup .button {background-color: #004e97;height: auto;line-height: 43px;border-radius: 30px;}
#mc_embed_shell {border: 1px solid #efefef;}
#mc_embed_signup .mc-field-group, #mc_embed_signup .mc-field-group select {width: 100%;}
#mc_embed_signup .indicates-required {margin-right: 0;}

.rightrecu ul {padding: 0;}
.rightAbout p a, .rightrecu p a, .sHeading a, .table-listing-wrap a {text-decoration: underline;color: #2a3c50;}
.rightAbout p a:hover, .rightrecu p a:hover, .sHeading a:hover, .table-listing-wrap a:hover {text-decoration: none;}

.browse-custom__tabs.js-browse-custom__tabs{
    width: 320px;
    margin-right: 0;
    float: left;
    display: block;
}

.browse-custom__content.js-browse-custom__content {
    border-left: 5px solid #afc7dd;
    width: calc(100% - 320px);
    float: left;
    min-height: 388px;
   /* display: flex;*/
    flex-wrap: wrap;
}

.browse-custom__content-item {
    display: none !important;
}

.browse-custom__content-item.active {
    display: block !important;
}

.browse-custom__tabs.js-browse-custom__tabs li {
    margin-bottom: 40px;
    margin-top: 0px;
    max-width: 275px;
    width: 100%;
    background: #ffffff;
    padding: .5em 1em;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    color: #004e97;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 90px;
    border: 1px solid #004e97;
    transition: .5s all;
    font-weight: bold;
    cursor: pointer;
	position:relative;
}

.browse-custom__tabs.js-browse-custom__tabs li:hover {
    background-color: #004e97;
    color: #fff;
    transition: .5s all;
}

.browse-custom__tabs.js-browse-custom__tabs li.active{
    color:#fff;
    background-color:#004e97;
}

.browse-custom__tabs.js-browse-custom__tabs li.active:after {   
    border-right: 5px solid #004e97;
    margin-right: -5px;
    position: relative;
    transition: none;
    position: absolute;
    right: -46px;
    height: 100%;
    width: 0px;
    background-color: #004e97;
    content: "";
}

.browse-custom__tabs.js-browse-custom__tabs li.active:before {    
    content: "\f0d9";
    font-family: "FontAwesome";
    color: #004e97;
    font-size: 25px;
    position: absolute;
    right: -47px;
    top: 50%;
    transform: translateY(-50%);
}

.browse-custom__tabs.js-browse-custom__tabs ul {
    padding-left: 0;
}

.browse-custom__content-item ul {
    column-count: 2;
    padding: 0;
    vertical-align: top;
    padding-left: 15px;
    margin: 0;
}

.browse-custom__content-item li {
    display: list-item;
    padding-left: 10px;
    margin-bottom: 15px;
}

.browse-custom__content-item ul li::marker {
    content: "\f0da";
    font-family: "FontAwesome";
    color: #004e97;
}

.browse-custom__content-item {
    padding: 25px; 
    display: block;
}

span.browse-custom__content-item__heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px !important;
    display: block;
    margin-top: -25px;
    color: #1d2a38;
}

.tabbed-content .item .item-content ul li:hover{
	background-color:transparent;
}
.tabbed-content .item .item-content ul li a {
	margin-right: 8px;
	color: #2a3c50;
}

.browse-custom__content-item ul li a {
    color: #2a3c50;
}
.browse-custom__content-item ul li span{
	color:#004e97
}
.browse-custom__content-item li a:hover {
    color: #004e97;  
}

/* single blog post */
.singleblog figure.post-thumbnail {    
    float: left;
    width: 400px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 8px solid #e8f6f9;
}

.singleblog .post-thumbnail img {   
    width: 100%;
    height: auto;
    display: block;
    max-width: 400px;
}

.singleblog figure {
    float: left;
    max-width: 400px;
    margin-right: 20px;
    margin-bottom: 0px;
    width: 100%;
    border: 8px solid #e8f6f9;
}

.singleblog figure img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 400px;
}

.singleblog .nav-previous, .singleblog .nav-next {
    width: 160px;
    height: 50px;
    background-color: #469836;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    color: #fff;
}

.single-post .nav-previous a span.meta-nav, .single-post .nav-next a span.meta-nav {
    color: #fff;
    line-height: inherit;
}

.singleblog .nav-previous a span.post-title, .singleblog .nav-next a span.post-title {
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
}

/* testimonials page */
.testimonial-info {
    text-align: center;
    overflow-y: auto;
    height: 380px;
    margin-bottom: 40px;
    background-color: #c7e9f6;
    padding: 30px 10px;
}

.testimonial-info figure {
    margin: auto;
    text-align: center;
}

.testimonial-info figure img {
    max-width: 100px;
    width: 100%;
    border-radius: 50%;
    border: 3px solid #efefef;
    box-shadow: 1px 2px 10px #ccc;
    margin-bottom: 20px;
}

.testimonial-info h3 span {
    color: #0060a8;
}

p.socialLinks a:hover {
    color: #0060a8;
}

p.socialLinks a {
    color: #fff;
    text-shadow: 1px 2px 1px #000;
    font-size: 24px;
    margin-top: 10px;
}



.table-listing-wrap figure img {
	max-width:300px;
	margin: auto;
	display: block;
	margin-bottom: 10px;
}
.table-listing-wrap {
	margin-top: 30px;
	padding: 20px;
	background-color: #efefef;
	border-radius: 20px;
	height: 600px;
	overflow: auto;
	text-align: center;
}
.menu-listing-wrap {
	background-color: #efefef;
	margin-bottom: 20px;
	padding: 20px;
	min-height: 180px;
}
.menu-listing-wrap aside {
	line-height: normal;
}
.menu-listing-wrap aside a {
	color: #004e97;
}
.table-info {
	line-height: 30px;
	margin: 20px 0; 
	width:100%;
}
 

.table-info td {
	padding: 15px 10px;
	border: 1px solid #ccc;
}

.rightrecu-single hr {
    margin-bottom: 25px;
}
.RecruitSecAdd .rightrecu .table-info td p:last-child { margin-bottom:0; }

.row-box.dflex.dwrap .col3 .menu-listing-wrap {
	min-height: initial;
	text-align: center;
}

.row-box.dflex.dwrap .col3 .menu-listing-wrap aside a {	
	width: 100%;
	display: block;
}
table.table-info td:empty {
    display: none;
}

.publications-single p strong {
    white-space: nowrap;
}

.containerBox.publication-inner .publication-listing img {
	width: 180px;
	margin-bottom: 20px;	
}
.publication-listing {
	/* border-bottom: 1px solid #ccc; */
	min-height: 330px;
	margin-bottom: 30px;
	box-shadow: 2px 2px 5px #ccc;
	padding: 20px;
	margin-top: 20px;
}
.containerBox.publication-inner .publication-listing h3 a, .containerBox.publication-inner .publication-listing a {
	color: #004e97;
}
.containerBox.publication-inner {
	margin-top: 30px;
}
.related-publications-list ul {
	padding-left: 0px;
}
.related-publications-list li {
	position: relative;	
	background-color: #efefef;
	padding: 10px;
	padding-left: 30px;
	line-height: 21px;
	margin-bottom: 10px;
}
.related-publications-list li::before {
	content: "\f101";
	font-family: "FontAwesome";
	color: #1d2a38;
	position: absolute;
	left: 12px;
}
.related-publications-list li a {
	color: #1d2a38;
	webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.related-publications-list li a:hover{
color: #004e97;
}
nav.navigation.post-navigation .meta-nav {
	color: #fff;
	line-height: inherit;
}

 .featured-normal-listing .fjList li {
    width: 100%;   
}

 .featured-normal-listing .featured-jobs-location span {
    display: inline !important;
}

 .featured-normal-listing .fjList {
    display: block;    
}

.menu-sign-in a, .menu-resigtration a {
    background-color: #469836;
    border-radius: 50px;
    margin-top: 10px;   
    text-align: center;
}

.menu-resigtration a{
 background-color: #00acf0;
}

.stellarnav ul ul li.menu-sign-in a:hover, .stellarnav ul ul li.menu-resigtration a:hover{
	color:#fff;
	background-color:#38b220;
}
.stellarnav ul ul li.menu-resigtration a:hover{
background-color:#0b98d0;	
}

img.alignleft, img.alignRight { 
    width: 300px;
    margin-bottom: 20px;
    border: 8px solid #e8f6f9;
}

img.alignleft {
    float: left; 
    margin-right: 20px; 
}

img.alignRight {
    float: right; 
    margin-left: 20px; 
}

.rightrecu.rightrecu-single p {
	font-size: 16px;
	line-height: normal;
	margin-bottom: 20px;
}
.rightrecu p strong {
	font-size: 16px;
	font-weight: 500;
}
.rightrecu.publications-single figure {	
	float: inherit;
	margin-bottom: 20px;
	margin-top: 20px;
}
.rightrecu.publications-single h2, .rightrecu.publications-single h3 {
	background-color: #004e97;
	color: #fff;
	padding: 8px 12px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.rightrecu.publications-single p {
	font-size: 16px;
	line-height: normal;
	margin-bottom: 20px;
	display: flex;
}
.rightrecu.publications-single {
	background-color: #e8f7fa;
	padding: 10px;
	padding-bottom: 30px;
}
#mc_embed_signup .mc-field-group {
min-height: 75px;   
}
#mc_embed_signup .mc-field-group select {
-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border:1px solid #ABB0B2;	
}

#mc_embed_signup .mc-field-group  select {
  background: url("https://www.perronhostinggroup.com/jobrx/wp-content/uploads/2025/09/down-arrow.png") no-repeat right 10px center;
  background-size: 14px;
}
#mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
}
#mc_embed_signup .mc-field-group.input-group input {
    display: inline;
    width: auto;
    border: none;
}
#mc_embed_signup .mc-field-group.input-group ul {
    margin: 0;
    padding: 5px 0;
    list-style: none;
}
#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    margin: 20px;
}
#mc_embed_signup .button {
    clear: both;
    background-color: #111;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s 
ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: fit-content;
    width: -moz-fit-content;
}
#mc_embed_signup .button {
    background-color: #004e97;
    height: auto;
    line-height: 43px;
    border-radius: 30px;
}
@supports (-webkit-touch-callout: none) {
  #mc_embed_signup .mc-field-group select  {
    font-size: 16px !important;
    height: 40px;
  }
}


/* Timeline-section */
.timeline {position: relative;margin: 40px auto 0px;}
.timeline::after {content: '';position: absolute;width: 6px;background-color:#469836;top: 0;bottom: 0;left: 50%;margin-left: -3px;z-index: -1;}
.timeline-box {padding: 10px 40px;position: relative;background-color: inherit;width: 50%;}
.timeline-box:nth-child(even) {left: 50%;}
.timeline-box::after {content: '';position: absolute;width: 25px;height: 25px;right: -17px;background-color: #fff;border: 4px solid #469836;top: 15px;border-radius: 50%;z-index: 1;}
.content:hover {background: rgb(0 78 151);}
.content:hover p {color: #fff;}
.content:hover h2 {color: #fff;}
.timeline-box:left {left: 0;}
.timeline-box:nth-child(even)::after {left: -16px;}
.content {position: relative;padding: 20px;background-color: rgb(255, 255, 255);box-shadow: rgba(105, 149, 203, 0.2) 0px 8px 27.2px 4.8px; border-radius: 20px;transition: .5s all;}
.content h2 {font-size: 19px;color: #1d2a38;padding-bottom: 0px;margin-bottom: 0px;}
.content p {padding-bottom: 0px;margin-bottom: 0px;}
p.count {background: #1d2a38;border-radius: 50%;width: 40px;height: 40px;text-align: center;color: #fff;display: flex;align-items: center;justify-content: center;position: absolute;top: -25px;left: 0px;}

/* Timeline-section end */

/* personal-recruiting-graphics */
.video-wrap video {
    width: 100%;
    height: 350px;
}



    


.faq-section .accordion {
    background-color: #004e97;
    color: #fff;
    cursor: pointer;
    padding: 18px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}

.faq-section .accordion:hover {
  background-color: #469836;
}

.faq-section .accordion.active {
  background-color: #469836;
}

.faq-section .accordion .icon {
  font-weight: bold;
  transition: transform 0.3s ease;
}

.faq-section .panel {
  padding: 0 20px;
  background-color:#469836;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
margin-bottom: 15px;
}

.faq-section .panel p {
  margin: 0px 0 15px;
	color: #fff;
  
}
.course-service-box {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    padding: 14px;
    border-radius: 8px;
    align-items: flex-start;
    width: 48%;
}
.course-service-main {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}


.course-service-left {
    width: 20%;
}
.course-service-rigt {
    width: 80%;
}

.course-service-rigt h4 {
    font-size: 22px;
    border-bottom: 1px solid #004e97;
    padding-bottom: 6px;
}

.CourseCreators-main {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.CourseCreators-box-main {
    display: flex;
    gap: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(105, 149, 203, 0.2) 0px 8px 27.2px 4.8px;
}
.CourseCreators-box {
    display: flex;
    background: #004e97;
    border-radius: 14px;
    padding: 30px;
    gap: 20px;
	transition: all 0.3s ease 0s;
}
.CourseCreators-img {
    width: 20%;
}
.CourseCreators-test {
    width: 80%;
}
.CourseCreators-test h4 {
    color: #fff;
}
.CourseCreators-test p {
    color: #fff;
    margin: 0px;
}
.CourseCreators-img img {
    border-radius: 100%;
    width: 110px;
    height: 110px;
}
.CourseCreators-test h4 {
    color: #fff;
    font-size: 21px;
    margin: 0px;
}
.CourseCreators {
    margin-bottom: 90px;
}

.pricing-for-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}
.CourseCreators-test h3 {
    color: #fff;
    margin: 0px;
    font-size: 21px;
}
.course-service-rigt h3 {
    font-size: 21px;
}
.pricing-for-right {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(105, 149, 203, 0.2) 0px 8px 27.2px 4.8px;
    border-radius: 7px;
    width: 25%;
    text-align: center;
}

.pricing-for-right h3 {
    background: #004e97;
    padding: 11px;
    color: #fff;
    border-radius: 10px 0px 10px 0;
}
.course-service {
    margin-bottom: 50px;
}
.tagline-info {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(105, 149, 203, 0.2) 0px 8px 27.2px 4.8px;
}
.tagline-info h2 {
    background: #004e97;
    padding: 10px;
    color: #ffff;
    margin: 0px;
}
.tagline-info p {
   
    padding: 10px;
}
.video-wrap {
    margin-bottom: 50px;
}
.pricing-for-right h4 {
    font-size: 21px;
}
.CourseCreators-box:hover {
    background: #469836;
	transition: all 0.3s ease 0s;
}
/* personal-recruiting-graphics end */

@media(min-width: 1024px) and (max-width: 1366px){
	.CourseCreators-img img {
    width: 100px;
    height: 100px;
}
	.video-wrap video {
    width: 100%;
    height: auto;
}
}

@media(min-width: 768px) and (max-width: 1024px){
.CourseCreators-box {
    flex-direction: column;
    align-content: center;
    align-items: center;
}
	.CourseCreators-img {
    width: 100%;
}
	.CourseCreators-test {
    width: 100%;
}
	.CourseCreators-test p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
	.video-wrap video {
    width: 100%;
    height: auto;
}
}






@media screen and (max-width: 767px) { 
 .timeline::after {left: 31px;  }
 .timeline-box {width: 100%;padding-left: 70px;padding-right: 25px;  }
 .timeline-box::before {left: 60px;border: medium solid white;border-width: 10px 10px 10px 0;border-color: transparent white transparent transparent;}
 .timeline-box::after, .timeline-box:nth-child(even)::after {left: 15px;} 
 .timeline-box:nth-child(even) {left: 0%;}
 .content {margin-top: 19px;margin-bottom: 10px;}
	
	.CourseCreators-box {
    flex-direction: column;
    align-content: center;
    align-items: center;
}
	.CourseCreators-img {
    width: 100%;
}
	.CourseCreators-test {
    width: 100%;
}
	.CourseCreators-test p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
	.video-wrap video {
    width: 100%;
    height: auto;
}
	.CourseCreators-box-main {
    flex-direction: column;
}
	.pricing-for-box {
    margin-bottom: 90px;
    flex-direction: column;
}
	.pricing-for-left {
    width: 100%;
}
	.pricing-for-right {
    width: 100%;
}
	.faq-section .accordion {
	font-size: 19px;
}
	.course-service-left {
	width: 30%;
}
	.course-service-rigt {
	width: 70%;
}
	.course-service-box {
    width: 100%;
}
}

/* Timeline-section end */