@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,400;0,600;0,700;1,300;1,400&family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
*,
*::after,
*::before {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
.owl-carousel .owl-item .job-categories-block { margin-bottom: 40px; }
footer {
  background-color: #1b355e;
}
.join-column-box ul li {color: #fff;}
.aboutus_section ul li, 
.join-column-box ul li, 
.col-bannerright ul li {
  padding-left:1.3em;
  list-style:none; 
  text-align:left;
}
.aboutus_section ul li:before,
.join-column-box ul li:before,
.col-bannerright ul li:before {
  content:"\f00c";
 font-family: 'Font Awesome 5 Pro';
  display:inline-block;
  color:#ffd101;
  margin-left:-1.3em;
  width:1.3em;
}
.navbar-toggler {
    padding: 1rem 0.75rem !important;}
.bg-light {background: #f3f8fd !important;}
.op-leftarea li { list-style: none; }
.navbar-brand { margin-right: 0px; }
.container-wrapper { padding-right: 15px; padding-left: 15px; }
ul {
  margin-bottom: 0;
}
p {font: 400 1.1rem/1.1em "Source Sans Pro", sans-serif;
    color: #1b355e;}
li {
  display: list-item;
  line-height: 26px;
   font: 400 1.125rem/1.4444444444em "Source Sans Pro", sans-serif;
    color: #1b355e;
}.navbar-nav .nav-link {
    color: #21468a !important;
    font-weight: 600 !important; font-size: 15px;
} 
  .op-homebanner {
  padding: 72px 0 44px 0;
}
.dropdown-menu {background: #f9fbfe; }
  .navbar-nav .dropdown-menu{  
    margin-top: 15px;
    z-index: 100; padding: 0px;

    border-radius: 0px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);}
    .dropdown-item.active, .dropdown-item:active {    background-color: #21468a; color:#fff !important; }
    .navbar-nav .btn-group:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    display: block !important;
    margin-top: -4px;
    top: 100%;
}
  .navbar-nav .dropdown-menu li > a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    opacity: 1;
    color: #142b3c;
    text-align: left;
    padding: 8px 0px 6px 10px;
    border-bottom: 1px solid #ecebeb;
    text-transform: capitalize;
}
@media (min-width: 1400px){
.navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    color: #21468a !important;
    font-weight: 600 !important;
}
}
.what-ico { width: 90px; height: 90px;  padding: 20px; background: #fff; border-radius: 50%; margin: auto;box-shadow: 0px 0px 4px #ccc; }
/*---my css---*/
.banner-op { background: url(../images/join-team.jpg); }
.banner-op .banner-op-entry {
    height: 400px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
.banner-op h1 {
    font-size: 3.5rem;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #fff;
    text-transform: capitalize;
}
.banner-op .breadcrumb-row {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}
.banner-op .breadcrumb-row ul {
    margin-bottom: 0;
}
.breadcrumb-row ul {
    background: #21468a;
    padding: 0;
    display: inline-block;
    padding: 15px 30px;
    border-radius: var(--border-radius-base);
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
}.breadcrumb-row ul li {
    padding: 0;
    margin-right: 3px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}.breadcrumb-row ul li a {
    color: #fff;
}
.banner-op {
        background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
    width: 100%;
    background-color: #21468a;
}
.banner-op:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    height: 100%;
    z-index: -1;
    width: 60%;
    background-color: #fff;
    opacity: .1;
    clip-path: polygon(100% 0,0% 100%,100% 100%);
}
.banner-op:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    height: 100%;
    z-index: -1;
    width: 100%;
    background-color: #21468a;
    opacity: .5;
}
 .contact-inner {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative
}
 .contact-inner:after {
    content: '';
    position: absolute;
    width: 40.7%;
    right: -15px;
    top: 0;
    bottom: 0;
    background-color: #f0f6fe
}
@media (max-width: 1200px) {
     .contact-inner:after {
        width:394px
    }
    .section-head h2 {
    font-size: 40px;}
}
@media (max-width: 991px) {
     .contact-inner:after {
        display:none
    }
}
 .contact-info-wrap {
    margin-left: 76px;
    margin-right: 25px;
    position: relative;
    z-index: 1
}
@media (max-width: 1200px) {
     .contact-info-wrap {
        margin-left:20px
    }
}
@media (max-width: 991px) {
     .contact-info-wrap {
        margin:0;
        padding-top: 38px;
        padding-bottom: 40px
    }
}
 .contact-info-wrap .contact-info {
    border-radius: 10px 10px 10px 0;
    box-shadow: 0px 0px 25px rgba(56,152,226,.3);
    padding: 40px;
    background-color: #fff
}
@media (max-width: 991px) {
     .contact-info-wrap .contact-info {
        border-radius:10px
    }
}
@media (max-width: 400px) {
     .contact-info-wrap .contact-info {
        padding:20px
    }
}
 .contact-info-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -57px;
    z-index: -1;
    width: 0;
    height: 0;
    border-left: 57px solid transparent;
    border-right: 0 solid transparent;
    border-top: 57px solid #d8d8d8
}
@media (max-width: 991px) {
     .contact-info-wrap:before {
        display:none
    }
}
 .contact-info-section .c-info-column {
    padding: 0 0 0 90px;
    color: #17171d;
    position: relative;
    min-height: 75px;
    margin-bottom: 40px
}
@media (max-width: 991px) {
     .contact-info-section .c-info-column {
        margin-bottom:30px
    }
}
@media (max-width: 400px) {
     .contact-info-section .c-info-column {
        padding:0 0 0 65px
    }
}
 .contact-info-section .c-info-column:last-child {
    margin-bottom: 0
}
 .contact-info-section .c-info-column .c-info-icon {
    position: absolute;
    font-size: 19px !important;
    left: 0;
    top: 0;
    color: #1967d2;
    width: 62px;
    height: 62px;
    line-height: 62px;
    border-radius: 10px;
    text-align: center;
    background-color: #f0f6fe;
    z-index: 1
}
 .contact-info-section .c-info-column .c-info-icon.custome-size {
    font-size: 26px
}
@media (max-width: 400px) {
     .contact-info-section .c-info-column .c-info-icon {
        width:50px;
        height: 50px;
        line-height: 50px
    }
}
 .contact-info-section .c-info-column span {
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 10px
}
 .contact-info-section .c-info-column p {
    margin-bottom: 0
}
 .contact-info-section .c-info-column p a {
    color: #17171d
}
 .section-head-small {
    font-size: 20px;
    font-weight: 500
}
 .section-head-small.white .wt-title {
    color: #fff
}
 .contact-form-outer .section-head.left.wt-small-separator-outer {
    text-align: left
}
 .contact-form-outer .section-head.left.wt-small-separator-outer h2 {
    margin-bottom: 10px
}
.op-contact-form .form-control {
    height: 56px;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #cfdbed;
    box-shadow: 0px 7px 15px rgba(61,70,83,.1)
}
.op-contact-form .form-control:focus {
    border: 1px solid #21468a
}
.op-contact-form textarea.form-control {
    padding-top: 15px;
    height: 80px;
    margin-bottom: 20px;
    resize: none
}
@media (max-width: 575px) {
    .op-contact-form textarea.form-control {
        margin-bottom:30px
    }
}
.form-control {
    width: 100%;
    height: 55px;
    padding: 15px 20px;
    border: none;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #cfdbed;
    box-shadow: 0px 7px 15px rgba(61,70,83,.1)
}
.form-control:focus {
    border: 1px solid #21468a
}
 .content-inner {
    padding-top: 70px;
    padding-bottom: 70px;
}
.owl-nav { margin-left: 47.1%; }
.op-job-categories-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.site-bg-gray {
    background-color: #f3f8fd;
}
    .site-bg-gray {
    background-color: #f3f8fd;
}
.op-job-categories-section:after {
    width: 100%;
    height: 100%;
    content: '';
    left: calc(50% - 120px);
    top: 0;
    background-color: #fff;
    position: absolute;
    z-index: -1;
}
.job-categories-block .op-media {
    width: 120px !important; margin-right: 10px;
}.job-categories-block .op-content .op-jobs-available {
    background-color: #21468a;
    color: #fff;
    font-size: 13px;
    border-radius: 6px;
    line-height: 1;
    padding: 8px 10px;
    display: inline-block;
}
.job-categories-block:after {
    width: 200px;
    position: absolute;
    left: -100px;
    content: '';
    background-color: #3898e2;
    border-radius: 50%;
    opacity: .1;
    z-index: -1;
    transition: .5s all ease;
}
.wt-small-separator {
    font-family: "Poppins",sans-serif;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    color: #21468a;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 42px;
    height: 42px;
    line-height: 12px;
    text-align: center;
    background-color: #21468a;
    color: #fff;
    padding: 0 !important;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
    margin: 0 5px;
    font-weight: 500;
    box-shadow: 0px 0px 30px rgb(56 152 226 / 30%);
}
    .job-categories-block {
    display: flex;
    padding: 20px 10px 20px 20px;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgb(0 78 139 / 15%);
    border-radius: 10px;
    position: relative;
    z-index: 1; 
    overflow: hidden;
    transition: .5s all ease;
}
.job-categories-block:before {
    width: 210px;
    height: 210px;
    position: absolute;
    left: -80px;
    content: '';
    background-color: #3898e2;
    border-radius: 50%;
    opacity: .1;
    z-index: -1;
    transition: .5s all ease;
}
.job-categories-block:before {
    width: 210px;
    height: 210px;
    position: absolute;
    left: -80px;
    content: '';
    background-color: #3898e2;
    border-radius: 50%;
    opacity: .1;
    z-index: -1;
    transition: .5s all ease;
} 
.job-categories-block .op-media {
    width: 100px;
} 
.job-categories-block .op-content .op-title {
    font-weight: 600;
    margin: 10px 0px;
} 
.wt-small-separator {
    font-family: "Poppins",sans-serif;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    color: #21468a;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}.section-head h2 {
    font-size: 45px;
    font-weight: 600; position: relative;z-index: 9;
}
/*----job categaories----*/
/* The container */
.form-check-label {
  display: block;
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; line-height: 17px;         
}
/* Hide the browser's default checkbox */
.form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.form-check-label:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.form-check-label input:checked ~ .checkmark {
  background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.form-check-label input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.form-check-label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box { background: #fff; border-radius: 10px;box-shadow: 0px 0px 3px #ccc;  padding: 20px;}
.hb-servicesbtn .hb-btn {
    min-width: 160px;
    background-color: #1b355e;
    color: #fff;}
    .hb-btnlgblue:hover,
    .hb-btnlgblue {
    background-color: #1b355e;
    color: #fff;
 padding: 0px 20px;
    line-height: 40px;
}
.subtitle {
    font-size: 15px;
    color: #E48216;
    color: #6f6f6f;
    margin-bottom: 15px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    text-decoration: underline;
}
.register-tabs {position: relative; z-index: 1;}
.register-tabs>li.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -10px;
    border-top: 5px solid #21468a;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
 .register-tabs>li>a.active,  .register-tabs>li>a.active:focus,  .register-tabs>li>a.active:hover {
    color: #fff;
    background-color: #21468a;
    border: 0;
}
 .register-tabs>li>a {
    line-height: 40px;
    padding: 15px 28px;
    border: 0;
    border-radius: 0px;
    background-color: #f3f3f3;
    color: #6d6d6d;
    font-size: 20px;
    text-transform: capitalize;
    transition: inherit;
    width: 300px;
}
.register-tabs>li {
    float: left;
}
.register-tabs>li>a>span {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400 !important;
}
.register-tabs>li a.active {
    position: relative;
}
.register-tabs>li a.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -10px;
    border-top: 5px solid #21468a;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
/*Why Choose Us*/
.aon-whycoose-area {
  background-color: #f0f6fe;
}
.aon-whycoose-area .sf-w-choose-info-left {
  max-width: 860px;
  padding: 60px 40px 60px 15px;
}
@media only screen and (max-width:991px) {
  .aon-whycoose-area .sf-w-choose-info-left{ padding:40px 40px 40px 15px;}
}
.aon-whycoose-area .sf-w-choose-info {
  overflow: hidden;
}
.aon-whycoose-area .sf-w-choose-info .sf-title {
  color: #022278;
  margin-bottom: 10px;
}
.aon-whycoose-area .sf-w-choose-bg-outer {
  display: flex;
}
.aon-whycoose-area .sf-w-choose-bg-wrap {
  position: relative;
  overflow: hidden;
}
.sf-w-choose-left-cell {
  width: 58.33333333%;
}
.sf-w-choose-right-cell {
  width: 41.66666667%;
}
.aon-whycoose-area .sf-w-choose-bg-wrap:after, 
.aon-whycoose-area .sf-w-choose-bg-wrap:before {
  position: absolute;
  content: '';
  width:100%;
  height: 800px;
  z-index: 1;
}
.aon-whycoose-area .sf-w-choose-bg-wrap:before {
  background-color: #ffb600;
  left: -80%;
  bottom: -50%;
  transform: rotate(35deg);
  opacity: 0.7;

}
.aon-whycoose-area .sf-w-choose-bg-wrap:after {
  background-color: #21468a;
  right: -70%;
  top: -10%;
  transform: rotate(35deg);
  opacity: 0.7;
}
.aon-whycoose-area .sf-w-choose-bg-wrap:after,
.aon-whycoose-area .sf-w-choose-bg-wrap:before {
        -webkit-animation: upNdown2 5s infinite linear;
        animation: upNdown2 10s infinite linear;
    }
@-webkit-keyframes upNdown2 {
     0% { }
     50% { transform: translateX(-30px); }
     100% { }
}
@keyframes upNdown2 {
     0% { }
     50% { transform: translateX(30px); }
     100% { }
}
.aon-whycoose-area .sf-w-choose-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right:0px;
  bottom: 0px;
  background-size: cover;
}
@media only screen and (max-width:1200px) {
  .aon-whycoose-area .sf-w-choose-info-left {
    max-width: 575px;
    padding-right: 50px;
  }
}
@media only screen and (max-width:991px) {
  .aon-whycoose-area .sf-w-choose-info-left {
    max-width: 440px;
    padding-right: 30px;

  }.how_work .tiny_scrolling ul li h3
    {font-size: 20px;
}
}
@media only screen and (min-width:1401px) { .join-coulmn > .join-column-box {
    margin: 0px 0px 0px -150px;
}}
@media only screen and (max-width:767px) {
    .how_work:before { display:none !important; }
.sf-w-choose-left-cell, 
.sf-w-choose-right-cell {
    width: 100%;
  }
.aon-whycoose-area .sf-w-choose-bg-wrap {
    min-height: 600px;
}
.aon-whycoose-area .sf-w-choose-info-left {
  padding: 40px 15px;
  max-width: 540px;
  margin: 0px auto;
  }
}

 .join-column-box {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}
.join-coulmn img {
    border-radius: 10px 10px 10px 10px;
}
.join-coulmn-image img {
    vertical-align: middle;
    display: inline-block;
}
.join-sec {
    background-image: url(../images/banner-sec.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.join-sec{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 70px 20px 70px 20px;
}
@media only screen and (max-width:991px) {
            .join-coulmn > .join-column-box {
    margin: 0px 0px 0px 0px !important;
}
}    
.join-team-content {
    position: relative;
    z-index: 1;
    margin-bottom: 70px
}

@media (max-width: 991px) {
    .join-team-content {
        margin-bottom:70px
    }
}
@media (max-width: 767px) {
    .join-team-content {
        margin-bottom:0
    }
}
.join-team-content .op-l-line-1 {
    width: 73px;
    height: 270px;
    position: absolute;
    background-color: #eac87c;
    border-radius: 50px;
    left: -30px;
    bottom: -140px;
    z-index: -1;
    opacity: .2
}
@media (max-width: 991px) {
    .join-team-content .op-l-line-1 {
        display:none
    }
}
.join-team-content .op-l-line-2 {
    width: 73px;
    height: 270px;
    position: absolute;
    background-color: #44659f;
    border-radius: 50px;
    left: 55px;
    bottom: -120px;
    z-index: -1;
    opacity: .2
}
@media (max-width: 991px) {
    .join-team-content .op-l-line-2 {
        display:none
    }
}
.join-team-content .op-team-content {
    background-color: #fff;
    box-shadow: 0px 0px 40px rgba(56,152,226,.3);
    border-radius: 10px;
    padding: 35px 30px;
    position: relative;
    z-index: 1
}
@media (max-width: 991px) {
    .join-team-content .op-team-content {
        margin-left:0;
        padding: 30px;
        margin-top: 0
    }
}
.join-team-content .op-team-content:after {
    content: '';
    right: -40px;
    top: 40px;
    position: absolute;
    width: 100%;
    height: 100%;
    border-right: 40px solid #f0f6fe;
    border-bottom: 40px solid #f0f6fe;
    border-radius: 10px;
    z-index: -1
}
@media (max-width: 767px) {
    .join-team-content .op-team-content:after {
        display:none
    }
}
.join-team-content .op-team-content .op-title-small {
    margin-bottom: 10px;
    color: #21468a;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500
}
.join-team-content .op-team-content .op-title-large h2 {
    color: #17171d;
    margin-bottom: 15px
}
@media (max-width: 991px) {
    .join-team-content .op-team-content .op-title-large h2 {
        font-size:30px;
        margin-bottom: 20px
    }
}
@media (max-width: 575px) {
    .join-team-content .op-team-content .op-title-large h2 {
        font-size:22px
    }
}
/*---end my---*/
ul ul {
  margin-left: 20px;
}
ol {
  float: none;
  list-style: decimal;
  padding-left: 15px;
}
ol li {
  list-style: decimal;
  width: 100%;
}
ol ol {
  margin-left: 20px;
}
figure {
  margin-bottom: 6px;
  position: relative;
}
a,
a:hover {
  text-decoration: none;
  color: #21468a;
  outline: none;
}
p {
  margin: 0 0 20px;
  letter-spacing: normal;
  line-height: 1.44em;
}
img {
  height: auto;
  max-width: 100%;
}
button {
  border: none;
}
p ins {
  color: #676767;
}
dl dd {
  margin-left: 20px;
}
address {
  font-style: italic;
}
h1 {
  font: 700 2.25rem/1.1666666667em "Overpass", sans-serif;
}

h2 {
  font: 700 2.375rem/1.1842105263em "Overpass", sans-serif;
}

h3 {
  font: 700 2rem/1.25em "Overpass", sans-serif;
}
h4 {
  font: 700 1.5rem/1.25em "Overpass", sans-serif;
}
h5 {
  font: 700 1.125rem/1.4444444444em "Overpass", sans-serif;
}
h6 {
  font: 700 1rem/1.5em "Overpass", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 8px;
  color: #1b355e;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1b355e;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #1b355e;
}
.op-header{  background-color: transparent;
    background-image: linear-gradient(180deg, #D4E7FA 0%, #D4E7FA 83%);}
 .op-homebanner{  background-color: transparent;
    background-image: linear-gradient(180deg, #D4E7FA 0%, #fff 83%);}
body { 
  color: #676767;
  font: 400 0.875rem/1.7142857143em "Source Sans Pro", sans-serif;
}
 .btn-reply,  .op-heartv2, .op-nobtn,   .op-headersupport__title a,  
 .op-headerwrap, .op-header, .op-heart, .op-checkbox label:before, .op-radio label:before, .op-btn:before,
.op-btnvtwo:before, .op-btn,
.op-btnvtwo {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
  .op-headersupport, .op-breadcrumb li, .op-breadcrumb,  .mega-menu li > a > span, .op-headerwrap, 
  .form-group-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
 .op-formsearch .collapsing, .op-leftarea {
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
 .op-asideholder, .form-control,
select,
.uneditable-input {
  border: 1px solid #ddd;
}
  .op-leftarea {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.op-btn,
.op-btnvtwo {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  /*font: 600 15px "Overpass", sans-serif;*/
  color: #1b355e;
  border-radius: 3px;
  padding: 0 20px;
  min-width: 160px;
  background-color: #ffd101;
  border: 0;
  overflow: hidden;
  z-index: 0;
}
.op-btn:before,
.op-btnvtwo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  z-index: -1;
}
.op-btn:hover, .op-btn:focus,
.op-btnvtwo:hover,
.op-btnvtwo:focus {
  outline: none;
  color: #1b355e;
}
.op-btnvtwo {
  color: #1b355e;
  background-color: #ffd101;
}
.op-btnvtwo:hover, .op-btnvtwo:focus {
  color: #1b355e;
}
.op-btnsmall {
  min-width: 50px;
  height: 50px;
  font-size: 18px;
  padding: 0 10px;
}
.form-group {
  position: relative;
  /*display: flex;*/
  width: 100%;
  padding: 5px;
  align-items: center;
  margin-bottom: 0;
}
.form-group .op-popupbtnarea {
  padding-top: 10px;
}
.form-group:first-child .op-form__section {
  margin-top: -5px;
  padding: 0;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group-half {
  width: 50%;
}
.form-group-3half {
  width: calc(100% / 3);
}
.form-control,
select,
.uneditable-input {
  font-size: 0.9375rem;
  padding: 0 20px;
  height: 50px;
  color: #1b355e;
  font: 400 16px "Source Sans Pro", sans-serif;
  border-radius: 4px;
  background-clip: unset;
  caret-color: #1b355e;
}
.form-control::placeholder,
select::placeholder,
.uneditable-input::placeholder {
  color: #676767;
}
.form-control:focus,
select:focus,
.uneditable-input:focus {
  box-shadow: unset;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}input[type=number] {
  -moz-appearance: textfield;
}textarea.form-control {
  resize: none;
}input:focus,
.select select:focus,
.form-control:focus {
  color: #676767;
  border-color: #ddd;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
label {
  color: #666;
  display: block;
  font-weight: 400;
  margin-bottom: 0px;
}form p span i {
  top: 13px;
  left: 16px;
  color: #474747;
  position: absolute;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f7f7f7;
}
/* Theme Custom CheckBox Radio */
.op-checkbox, .op-radio {
  flex: auto;
}
.op-checkbox > input, .op-radio > input {
  display: none;
}
.op-checkbox > input:checked + label:before, .op-radio > input:checked + label:before {
  content: "";
  color: #63d594;
  font-weight: 700;
}
.op-checkbox label, .op-radio label {
  display: flex;
  margin: 0;
  cursor: pointer;
  align-items: center;
  color: #676767;
}
.op-checkbox label:before, .op-radio label:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 14px;
  left: 0;
  color: #ddd;
  transition-duration: 0.1s;
  transition-timing-function: ease;
}
.op-checkbox label img, .op-radio label img {
  border-radius: 2px;
  margin-left: 12px;
  align-self: center;
}
.op-checkbox label img + span, .op-radio label img + span {
  padding-left: 9px;
}
.op-checkbox label span, .op-radio label span {
  padding-left: 10px;
}
.op-radio > input:checked + label:before {
  content: "";
}
.op-radio label:before {
  content: "";
}
.op-searchntn {
  width: 50px;
  display: block;
  line-height: 50px;
  color: #1b355e;
  text-align: center;
  font-size: 1.125rem;
  border-radius: 3px;
  background: #ffd101;
}
.op-searchntn:hover, .op-searchntn:focus {
  color: #1b355e;
}
.op-main-section {
  padding: 80px 0;
}
blockquote,
address {
  margin-bottom: 0;
}
.op-header {
  position: relative;
  z-index: 99;
}
.op-headerwrap {
  align-items: center;
  padding: 0 0px;
}
.op-btnblue {
  background-color: #1b355e;
  color: #fff;
  height: 40px;
  min-width: 120px;
  font-size: 0.875rem;
  font-weight: 600;
}
.op-btnblue:hover, .op-btnblue:focus {
  color: #fff;
}
.op-logo {
  padding: 22px 0;
}
.op-logo a {
  display: block;
}
.op-logo + .op-headersupport {
  padding-left: 30px;
}
.op-headersupport li {
  list-style: none;
  padding: 7px 30px;
  border-left: 1px solid #dddddd;
}
.op-headersupport__content {
  display: flex;
  align-items: center;
}
.op-headersupport__content img {
  margin-right: 15px;
  flex: none;
}
.op-headersupport__title h6 {
  font-size: 0.9375rem;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 0;
  color: #1b355e;
}
.op-headersupport__title a {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.2em;
  color: #1b355e;
}
.op-headersupport__title a:hover {
  color: #21468a;
}
.op-fixedheader {
  padding-top: 60px;
}
.op-fixedheader .op-headerwrap {
  padding: 0 15px;
}
.op-fixedheader .op-header {
  position: fixed;
  top: 0;
  left: 0;
  background: #D4E7FA;
  width: 100%;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.16);
}
.op-fixedheader .op-logo {
  padding-top: 18px;
  padding-bottom: 18px;
}

.op-footerbottom {
  position: relative;
  border-top: 2px solid #21468a;
  padding: 22px 0;
}
.op-footerbottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #254576;
}
.op-footerbottom p {
  font-size: 0.9375rem;
  line-height: 1.6666666667em;
  color: #d7e7ff;
  margin-bottom: 0;
}
.container-wrapper {
  max-width: 1445px;
}
.col-bannerleft {
  position: relative;
  z-index: 9;
  margin-bottom: -205px;
}
.col-bannerleft::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 30px;
  max-width: 596px;
  width: 100%;
  background: url(../images/img-031.png);
  background-size: cover;
  height: 617px;
  z-index: 1;
}
.op-bannertitle h1 {
  font: 700 3.25rem/1.0384615385em "Overpass", sans-serif;
  margin: 0 0 23px;
}
.op-bannertitle h1 em {
  font-style: normal;
  display: block;
}
.op-bannertitle h1 span {
  background: #ffd101;
  display: inline-block;
  border-radius: 3px;
  line-height: 66px;
  padding: 10px 20px 0px 20px;
  margin: 0 0 0 20px;
}
.op-bannertitle .op-description p {
  width: 98%;
}
.op-leftarea {
  padding: 50px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.op-leftarea::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url("../images/linecolor.jpg");
  background-size: cover;
  height: 3px;
}
.op-formsearch fieldset {
  margin: -5px;
}
.op-formsearch fieldset .form-group {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.op-formsearch fieldset .form-group .op-btnarea {
  margin-right: auto;
  margin-top: 10px;
}
.op-leftareatitle h4 {
  margin: 0 0 16px;
}
.op-btnlgblue {
  background-color: #1b355e;
  color: #fff;
  height: 50px;
}
.op-btnlgblue:hover, .op-btnlgblue:focus {
  color: #ffffff;
}
.op-description p {
  font: 400 1.100rem/1.3em "Source Sans Pro", sans-serif;
  color: #1b355e;
  margin: 0;
}
.op-description p ~ p {
  padding-top: 26px;
}
.op-sectiontitle {
  margin: -5px 0 -7px;
}
.op-sectiontitle h2 {
  margin: 0 0 9px;
  line-height: 1.2105263158em;
}
.op-btnsm {
  height: 41px;
  min-width: 125px;
}
.btn-reply {
  color: #1b355e;
  padding: 12.5px 25.79px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font: 600 0.9375rem/1em "Overpass", sans-serif;
  background-color: #f7f7f7;
}
.btn-reply:hover {
  color: #1b355e;
  background: #ffd101;
  border-color: #ffd101;
}
.op-description + .op-sectiontitle__list {
  padding-top: 19px;
}
.op-sectiontitle > span {
  margin-top: -10px;
  display: block;
  font: 700 1.625rem/1.7692307692em "Overpass", sans-serif;
  color: #1b355e;
}
.job-categories-block .op-content { width: 80%; }
@media (max-width: 1440px) {
    .col-bannerright {
       margin: 0;
  }
  .col-bannerleft::before {
    top: -30px;
    left: -30px;
  }
  .op-bannertitle h1 span {
    margin: 0;
  }
}
@media (max-width: 1366px) {
 .op-leftarea {
    padding: 30px;
  }
   
 
}
@media (max-width: 1400px) {.join-coulmn > .join-column-box {
    margin: 0px 0px 0px -88px;
}}
@media (max-width: 1300px) {
.container-wrapper {
  max-width: 1200px;
}
}
@media (min-width: 1200px) and (max-width: 1270px) {
  .op-headersupport li {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 1100px) {
  .op-fixedheader {
    padding-top: 50px;
}
}
@media (max-width: 1199px) {
  .op-headerwrap {
    padding: 0;
  }
  .op-pages span {
    display: none;
  }
}
@media (max-width: 991px) {
  .op-bannertitle h1 em {
    display: inline;
  }
  .op-btnarea {
    padding-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .op-headersupport li:first-child{
    display: none;
  }.aon-whycoose-area .sf-w-choose-info-left {
    padding: 40px 0px;}
  .section-head h2 {
    font-size: 30px;}
  .register-tabs>li>a {    line-height: 30px;
    padding: 15px 15px !important;
    border: 0;
    border-radius: 0px;
    background-color: #f3f3f3;
    color: #6d6d6d;
    font-size: 15px !important;}
    .op-fixedheader .op-logo {
  padding-top: 8px;
  padding-bottom: 8px;
}
}
@media (max-width: 767px) {
  .op-bannertitle .op-description p {
    width: auto;
  }
  .op-headersupport li {
    list-style: none;
    padding: 7px 6px;}
.op-fixedheader .op-headerwrap {
    padding: 0px;
}
.op-homebanner {
    padding: 64px 0 44px 0;
}
  .col-bannerleft::before {
    width: 100%;
  }
  .op-collapse {
    width: 100%;
  }
   }
@media (max-width: 575px) {
  .col-bannerright {
    padding: 0 15px;
}
}
@media (max-width: 568px) {
.op-bannertitle h1 {
  font: 700 2.55rem/1.0384615385em "Overpass", sans-serif;}
  .op-checkbox label,
.op-radio label {
    display: block;
  }
}
@media (max-width: 480px) {
  .op-bannertitle h1 span {line-height: 49px;}
  .op-leftarea {
    padding:30px 5px;
  }
  .op-headerwrap {
    padding: 0 0 20px;
  }
  .op-headerwrap .op-logo {
    padding-bottom: 0px;
  }
}
@media (max-width: 380px) { 
  .btn-reply {
    margin: 10px auto 0;
  }
}
@media (max-width: 340px) {
  .col-bannerright {
    padding: 0 18px;
  }
}
/*# sourceMappingURL=main.css.map */
.owl-carousel .owl-item .job-categories-block { margin-bottom: 40px; }



@media (max-width: 1400px){
.navbar-nav .nav-link {
    padding-right: 6px !important;
    padding-left: 6px !important;
    font-size: 16px;
    color: #21468a !important;
    font-weight: 600 !important;
}
}
@media (min-width: 1401px){
.navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    color: #21468a !important;
    font-weight: 600 !important;
}
}   
/*//////////Page How its Works/////*/
.icons-heading span {
    float: left;
    color: #fff;
    font-size: 60px;
}

.icons-heading h3,.icons-heading p {
    padding-left: 110px;
}

.icons-heading h3 {
    margin-bottom: 19px;
}
.icons-heading p {
    color: #fff;
}
.how_work:before {
    content: "";
    position: absolute;
    background: #21468a;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
}
.how_work:before {
    display: block;
    width: 50%;
    background: url(../images/business-career.jpg)left no-repeat;
}
.how_work {
    position: relative;
}
.how_work .main-container {
    padding: 0;
}
.how_work .tiny_scrolling {
    height: 632px;
    min-width: 250px;
    margin-right: 0;
}
.how_work .tiny_scrolling ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.how_work .tiny_scrolling ul li {
    background: #21468a;
    padding:50px;
    color: #fff;
    float: left;
    width: 100%;
}
.how_work .tiny_scrolling ul li.active {
    background: #2954a3;
}
.how_work .tiny_scrolling ul li h3 {
    color: #fff;
}
.how_work .tiny_scrolling ul li p { color: #fff;
    margin-bottom: 0;
}
.how_work .tiny_scrolling::-webkit-scrollbar-track {
    background-color: #5e86da;
}
.how_work .tiny_scrolling::-webkit-scrollbar {
    width:9px;
}.tiny_scrolling, .select2-results {
    overflow: auto;
    margin-right: 15px;
    height: 186px;
    padding: 0;
}


@media (max-width: 480px) {
.how_work .tiny_scrolling ul li {
    background: #21468a;
    padding: 50px 15px;}
    }
    /**** Creative Wrapper ****/


.creative-wrapper .line {
  background: #1d2833 none repeat scroll 0 0;
  display: inline-block;
  height: 1px;
  margin: 13px 0;
  width: 100px;
}   

.creative-wrapper [class*="col-sm-"] {
    margin:0 0 50px;
    }   
.creative-text.bor {
  padding: 0 30px 0 0;
  position: relative;
}
.creative-text.bor1 {
  padding: 0 0 20px 30px;
  position: relative;   
    }
.creative-text.bor:before {
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0px;
  width:1px;
  background:#8e9399;
}
.creative-text.bor1:before {
  content: "";
  height: 93%;
  position: absolute;
  left: 0;
  top: 0px;
  width:1px;
  background:#8e9399;
}


/*----*****---- << Horizontal Tabs >> ----*****----*/
ul.tabs-horizontal > li {
    float: left;
    display: inline;
    margin: 0px -1px 0px 0px;
    padding: 0px;
}

ul.tabs-horizontal > li > a {
    border: 1px solid transparent;
    float: left;
    margin: 0px -1px -1px 0px;
    padding: 10px 20px;
        text-align: center;
    font-weight: 600;
    border-radius: 3px 3px 0px 0px;
}

ul.tabs-horizontal > li > a.active {
    position: relative;
    z-index: 1; color: #ffc107;
}

ul.tabs-horizontal > li > a > span {
    float: left;
    margin: 0px 10px 0px 0px;
    position: relative;
    top: 4px;
}


.tabs-horizontal-container.type4 ul.tabs-horizontal {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 15px; position: relative; z-index: 9;
}

.tabs-horizontal-container.type4 ul.tabs-horizontal > li {
    display: inline-block;
    text-align: center;
    margin: 0px 0px 0px 0px;
    float: none;
    position: relative;
}

.tabs-horizontal-container.type4 ul.tabs-horizontal > li > a {
       font-weight: 600;
    padding: 120px 30px 25px;
    border: 0px;
    border-bottom: 2px solid transparent;
    margin: 0px 0px -10px;
    border-radius: 0px;
    display: inline-block;
    /*Remove*/
    min-width: 229px;
}

.tabs-horizontal-container.type4 ul.tabs-horizontal > li > a > span {
    font-size: 36px;
    color: rgba(0, 0, 0, 0.4);
    width: 100%;
    top: 0px;
    line-height: 80px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto; z-index: 9;
}
.tabs-horizontal-container.type4 ul.tabs-horizontal > li > a > span b {
    position: relative; z-index: 99;
}
.tabs-horizontal-container.type4 ul.tabs-horizontal > li > a.active > span:after { background: #ffc107;}
.tabs-horizontal-container.type4 ul.tabs-horizontal > li > a > span:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    left: 0px;
    top: 0px;
    right: 0px;
    margin: auto;
    background: rgba(255, 255, 255);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    border-radius: 10px;
}

.tabs-horizontal-container.type4 ul.tabs-horizontal > li > a.active > span {
    color: #ffffff; 
}

.tabs-horizontal-container.type4 .tabs-horizontal-content {
    padding-top: 50px;
}


@media (max-width: 1300px){
.tabs-horizontal-container.type4 ul.tabs-horizontal > li > a > span:after {
    width: 70px;
    height: 70px;}
.tabs-horizontal-container.type4 ul.tabs-horizontal > li > a{

      min-width: 170px !important;
      width: 170px !important;
      padding: 110px 15px 35px;
}
}
@media (max-width: 359px){
.tabs-horizontal-container.type4 ul.tabs-horizontal > li > a > span:after {
    width: 60px;
    height: 60px;}
.tabs-horizontal-container.type4 ul.tabs-horizontal > li > a{

      min-width: 140px !important;
      width: 140px !important;
      padding: 100px 15px 35px;
}
}

