@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap');
 body {
     margin: 0;
     padding: 0;
     font-family: 'Rubik';
     overflow-x: hidden;
     scroll-behavior: smooth;
 }
 
 a {
     outline: none;
 }
 
 a:hover {
     text-decoration: none;
 }
 
 p {
     margin-top: 8px;
     /*! margin-bottom: 24px; */
     font-size: 17px;
     line-height: 28px;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     font-family: Rubik!important;
     font-weight: 300;
 }
 
 a {
     font-family: Rubik;
 }
 
 a:hover {
     color: #002e5b;
 }
 /* top_header */
 .topdiv {
    width: 100%;
    padding: 5px 0;
    position: relative;
    background-color: #FFF;
  }
  
  .email_id {
    display: inline-block;
    padding-right: 50px;
    padding-top: 5px;
    transition: ease-in-out all 0.2s;
  }
  
  .email_id a {
    font-size: 16px;
    color: #00030a;
  }
  
  .email_id a:hover {
    color: #9acd32;
  }
  
  .email_id:hover i {
    color: #9acd32;
  }
  
  .phone_number:hover i {
    color: #9acd32;
  }
  
  .phone_number a:hover {
    color: #9acd32;
  }
  
  .email_id i {
    color: #002e5b;
  }
  
  .phone_number {
    display: inline-block;
    padding-right: 50px;
    padding-top: 5px;
    transition: ease-in-out all 0.2s;
  }
  
  .phone_number i {
    color: #002e5b;
  }
  
  .phone_number a {
    font-size: 16px;
    color: #00030a;
  }
  
  .social_icon {
    margin: 0px auto;
    padding: 0;
    display: block;
    text-align: right;
  }
  
  .social_icon li {
    list-style: none;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #002e5b;
    border-radius: 2px;
    text-align: center;
    transition: ease-in-out all 0.2s;
  }
  
  .social_icon li:hover {
    background-color: #002e5b;
    border: 1px solid #002e5b;
  }
  
  .social_icon li a {
    color: #002e5b;
    display: block;
    font-size: 22px;
    line-height: 27px;
  }
  
  .social_icon li:hover a {
    color: #9acd32;
  }
  
  
 .TOp_NAv_main {
     position: absolute;
     width: 100%;
     z-index: 9999;
     background: rgba(255, 255, 255, 0.9);
 }
 
 .top_header {
     color: #fff;
     padding: 4px 0;
     background: #2d3a58;
 }
 
 .ToP_deTil ul {
     margin: 0;
     padding: 0;
 }
 
 .ToP_deTil ul li {
     list-style: none;
     display: inline-block;
     margin: 0 15px 0 0;
     color: #fff;
 }
 
 .ToP_deTil ul li i {
     margin: 0 2px 0 0;
     font-size: 18px;
 }
 
 .ToP_deTil ul li a {
     letter-spacing: 0.5px;
     font-weight: 400;
     font-size: 15px;
     color: #fff;
 }
 /* top_header */
 /* header */
 
 .navbar {
     padding: 0;
     border-bottom: none;
 }
 
 .navbar-light .navbar-nav .nav-link:focus,
 .navbar-light .navbar-nav .nav-link:hover {
     color: rgb(153, 205, 49);
 }
 
 .navbar-expand-lg .navbar-nav .nav-link {
     font-size: 16px;
     font-weight: 400;
     display: block;
     padding: 16px 20px;
     border-radius: 3px;
     position: relative;
     white-space: nowrap;
     color: #fff;
     text-decoration: none;
     text-transform: uppercase;
 }
 
 .navbar-expand-lg .navbar-nav .nav-link:last-child::before {
     display: none;
 }
 
 .dropdown:hover .dropdown-menu {
     display: block;
     transition: 2s;
 }
 
 .dropdown-item {
     padding: 11px 12px;
     color: #212529;
     border-bottom: 1px solid #f6f6f6;
 }
 
 .navbar-expand-lg .navbar-nav .active .nav-link {
     color: #97cc2d;
 }
 
 .RiGhT_nav {
     text-align: right;
 }
 
 .navbar-expand-lg .RiGhT_nav .nav-link {
     font-size: 18px!important;
     font-weight: 300;
     border-right: 1px solid #ddd;
 }
 
 .navbar-expand-lg .RiGhT_nav .nav-link i {
     color: rgb(0, 168, 229);
 }
 
 [class^="ri-"],
 [class*=" ri-"] {
     font-family: 'remixicon' !important;
     font-style: normal;
     vertical-align: middle!important;
 }
 
 header {
     position: relative;
     z-index: 99;
     background: #002e5b;
     padding: 10px 0;
 }
 
 .dropdown-menu {
     position: absolute;
     top: 55px;
     z-index: 1000;
     margin: 0px;
     padding: 0px;
     min-width: 190px;
     background-color: #fff;
     border: 1px solid #fff;
     border-radius: 2px;
     box-shadow: 0px 11px 29px rgba(0, 0, 0, 0.44);
     left: -73px;
     transition: 2s;
 }
 
 .dropdown-menu::before {
     position: absolute;
     top: -10px;
     left: 108px;
     display: inline-block;
     border-right: 10px solid #0000;
     border-bottom: 10px solid rgba(0, 40, 100, 0.36);
     border-bottom-color: rgba(0, 40, 100, 0.12);
     border-left: 10px solid transparent;
     border-bottom-color: rgb(255, 255, 255);
     content: '';
     z-index: 999;
 }
 
 .bTn_OrDeR {
     padding: 10px 12px !important;
     line-height: 23px;
     background-color: #9acd32;
     color: #fff !important;
     text-transform: capitalize;
     font-size: 16px !important;
 }
  
 
 .hide-logo {
     padding-top: 0px;
     position: absolute;
     display: none;
     width: auto;
     float: left;
     left: 15px;
     margin-top: 0px;
 }
 
 .bTn_OrDeR i {
     margin: 0 12px 0 0;
     color: #fff;
 }
 
 .bTn_OrDeR p {
     margin: 0 0 7px 0;
 }
 
 .bTn_OrDeR p span {
     margin: 0 0 0 0;
     background: #cd1a3d;
     padding: 2px 7px 2px 7px;
     border-radius: 5px;
     font-size: 13px;
     font-weight: 300;
     letter-spacing: 0.6px;
     color: #fff;
 }
 
 .dropdown-item:focus,
 .dropdown-item:hover {
     color: #fff;
     text-decoration: none;
     background-color: #99cc31;
 }
 
 .fixed {
     position: fixed;
     left: 0;
     top: 0;
     width: 100%;
     z-index: 99999;
     background: #002e5b;
     box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
 }
 
 .navbar-brand {
     position: relative;
     transition: all 300ms ease;
     width: 200px;
     padding: 5px 0;
 }
 
 .fixed .navbar-brand {
     margin-top: 0;
     padding: 5px 0;
 }
 
 .fixed .navbar-brand::before {
     display: none;
 }
 
 .mrlft {
     position: relative;
     margin-left: 210px;
     padding-left: 50px;
     background: #8bb611;
 }
 
 .header-top .top-left {
     position: relative;
     float: left;
     padding: 10px 0px;
     margin-left: 13px;
 }
 
 .header-top .top-left li {
     position: relative;
     color: #ffffff;
     font-size: 14px;
     font-weight: 500;
     margin-right: 45px;
     display: inline-block;
     list-style: none;
 }
 
 .header-top .top-left li a {
     position: relative;
     color: #ffffff;
     display: inline-block;
 }
 /* header */
 /* banner */
 
 .height_MIN {
     align-items: center;
     min-height: 59vh;
 }
 
 .carousel-caption {
     text-align: left;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     color: #000;
 }
 
 .carousel-caption h2 {
     font-size: 4em;
 }
 
 .carousel-control-prev {
     z-index: 99;
 }
 
 .carousel-control-next {
     z-index: 99;
 }
 
 .carousel-caption h2 {
     color: #002e5b;
     margin-top: 16px;
     margin-bottom: 14px;
     font-size: 35px;
     line-height: 39px;
     font-weight: bold;
     /*! text-shadow: 0 1px 1px rgba(0, 0, 0, 0.38); */
 }
 
 .carousel-caption p {
     margin-bottom: 24px;
     font-size: 20px;
     font-weight: 400;
     color: #424242;
 }
 
 .banner_BTn {
     padding: 10px 20px;
     font-size: 13px;
     color: #fff;
     text-transform: uppercase;
     font-weight: 600;
     background: #002e5b;
 }
 
 .carousel-control-next,
 .carousel-control-prev {
     width: 5%;
 }

 .brand_slider_main {
	background: #f1f1f1;
	padding: 33px 0;
}
 /*End Animation Version*/
 
 .hero_mAin {
     position: relative;
     padding-right: 0px;
     padding-left: 0px;
     background-color: #fff;
 }
 
 .overlay_banner {
     /*! background: rgba(0, 0, 0, 0.04); */
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
 }
 
 .prev_BTN {
     display: block;
     color: #002e5b;
     top: 0;
     position: absolute;
     width: 40px;
     height: 40px;
     border: 1px solid #002e5b;
     border-radius: 4px;
     margin: 0 0 12px 0;
     text-align: center;
     line-height: 34px;
     left: 0;
 }
 
 .btn_next {
     display: block;
     color: #002e5b;
     top: 0;
     position: absolute;
     width: 40px;
     height: 40px;
     border: 1px solid #002e5b;
     border-radius: 4px;
     margin: 0 0 12px 0;
     text-align: center;
     line-height: 34px;
     right: 65px;
 }
 
 .Banner_Arrow {
     position: absolute;
     top: 45%;
     left: 30px;
     z-index: 10;
     width: 100%;
 }
 
 .hero-call-text-wrapper {
     z-index: 999;
     text-align: center;
 }
 
 .hero-call-text {
     position: relative;
     right: -145px;
     z-index: 2;
     width: 360px;
     -webkit-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     transform: rotate(90deg);
     color: #fff;
     font-weight: 600;
     text-align: center;
     letter-spacing: 4px;
     margin: 0;
 }
 
 .hero-bottom {
     position: absolute;
     left: 0px;
     right: 0px;
     bottom: 0px;
     z-index: 3;
     padding-right: 40px;
     padding-left: 40px;
     z-index: 99;
 }
 
 .wrapper.hero-bottom-wrapper {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: end;
     -webkit-align-items: flex-end;
     -ms-flex-align: end;
     align-items: flex-end;
 }
 
 .hero-social {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding: 20px 15px;
     float: left;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
     color: #000;
 }
 
 .hero-social-header {
     padding-top: 2px;
     margin-top: 8px;
     margin-bottom: 8px;
     font-size: 16px;
     line-height: 16px;
     font-weight: 700;
     letter-spacing: 1px;
     text-transform: uppercase;
 }
 
 .hero-social-line {
     width: 56px;
     height: 2px;
     margin-right: 8px;
     margin-left: 12px;
     background-color: hsl(199.5, 84.6%, 35.7%);
 }
 
 .social-icons {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     align-items: center;
 }
 
 .social-link img {
     width: 100%;
 }
 
 .social-link {
     font-size: 45px;
     color: #0e76a8;
     line-height: 0;
 }
 
 .social-link:hover {
     color: #fff;
 }
 
 .scroll-down-button {
     position: relative;
     right: 15px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     overflow: hidden;
     width: 48px;
     height: 48px;
     margin-right: 16.66%;
     float: right;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     border-top-left-radius: 3px;
     border-top-right-radius: 3px;
     background-color: #fff;
 }
 
 .call-back-button {
     position: fixed;
     right: 0px;
     bottom: 0px;
     z-index: 1000;
     width: 60px;
     height: 60px;
     margin: 32px;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     border-radius: 50%;
     background-image: url("../images/callback-icon-white.png");
     background-position: 50% 50%, 0px 0px;
     background-size: 32px, auto;
     background-repeat: no-repeat, repeat;
     box-shadow: 0 8px 16px 0 rgba(34, 34, 34, 0.2);
     background-color: #9acd32;
 }
 
 .carousel-indicators {
     display: none;
 }
 
 .AbOuT_MAin {
     padding: 40px 0;
     background-image: url(../images/map_tr.png);
     background-size: cover;
     background-attachment: fixed;
 }
 
 .page_button {
     height: 48px;
     padding: 12px 20px;
     border-radius: 3px;
     font-size: 15px;
     line-height: 24px;
     color: #fff;
     display: inline-block;
 }
 
 .AbOuT_MAin p {
     font-family: Rubik;
     font-size: 22px;
     line-height: 40px;
     font-weight: 500;
     color: #807e7e;
 }
 
 .AbOuT_MAin h6 {
     margin: 0;
     font-size: 17px;
     line-height: 28px;
     color: #a5a5a5;
     font-weight: 400;
 }
 
 .AbOuT_MAin h3 {
     margin-top: 16px;
     margin-bottom: 16px;
     font-size: 34px;
     line-height: 48px;
     font-weight: 600;
     margin: 0 0 5px 0;
     color: #222;
 }
 
 .secion_title h2 {
     margin-top: 0;
     margin-bottom: 0;
     font-size: 34px;
     line-height: 36px;
     font-weight: 500;
     color: #99cd31;
 }
 
 .SerViCe_main .container-fluid {
     max-width: 80%;
 }
 
 .card-corner {
     position: absolute;
     top: 0px;
     right: 0px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     height: 32px;
     margin-top: 24px;
     margin-right: -1px;
     padding-left: 16px;
     -webkit-box-pack: end;
     -webkit-justify-content: flex-end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     color: #212529;
     font-size: 17px;
 }
 
 .card-corner-line {
     width: 4px;
     height: 100%;
     margin-left: 18px;
     background: #002e5b;
 }
 
 .secion_title h4 {
     font-weight: 600;
     font-size: 15px;
     text-transform: uppercase;
     color: #002e5b;
 }
 
 
 
 .Ab_PAISONATe {
     background-attachment: fixed;
     position: relative;
     background-size: cover;
 }
 
 .Ab_PAISONATe .wel_txt p {
     line-height: 34px;
     color: #999;
     font-weight: 300;
 }
 
 .wel_txt .lead {
     font-size: 22px!important;
 }
 
 .Ab_PAISONATe .wel_txt h2 {
     font-size: 40px !important;
     font-weight: 400;
     margin: 0 0 14px 0;
 }
 
 .wel_txt {
     text-align: left;
     padding: 0 61px;
     padding-right: 400px;
 }
 
 .shape-left-bottom {
     position: absolute;
     right: -8px;
     bottom: -124px;
     width: 107%;
     z-index: 1;
     background: #fff;
     transform: rotate(-3deg);
     height: 225px;
 }
 
 .SerViCe_main .shape-left-bottom {
     position: absolute;
     right: -2px;
     bottom: -34px;
     width: 100%;
     z-index: 1;
     background: #fff;
     transform: rotate(2deg);
     height: 215px;
 }
 
 .shape-bottom {
     bottom: -1px;
     -webkit-transform: rotate(180deg);
     transform: rotate(180deg);
 }
 
 .shape-bottom svg {
     display: block;
     height: 275px;
     width: calc(228% + 1.3px);
     position: relative;
     left: 50%;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
 }
 /* banner */
 /* .SerViCe_main::before {
	content: "";
	position: absolute;
	height: 60rem;
	width: 60rem;
	border-radius: 50%;
	top: 20%;
	right: 0;
	transform: translateX(50%);
	background: #eff5f3;
} */
 
 .SerViCe_main {
     position: relative;
 }
 
 .title_TXt h2 {
     color: #2d3a58;
     font-weight: 500;
 }
 
 .brand_main {
     background: #fff;
     padding: 50px 0;
 }
 
 .PArTnr_barNd {
     padding-bottom: 50px;
 }
 
 @keyframes one-animated {
     0% {
         border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
     }
     25% {
         border-radius: 58% 42% 75% 25%/76% 46% 54% 24%
     }
     50% {
         border-radius: 50% 50% 33% 67%/55% 27% 73% 45%
     }
     75% {
         border-radius: 33% 67% 58% 42%/63% 68% 32% 37%
     }
 }
 /* parts */
 /* SerViCe_main */
 
 .SerViCe_main {
     padding: 50px 0;
     position: relative;
     background: #fff;
 }
 
 .SerV_item {
     position: relative;
     padding: 17px 10px;
     /*! border: 1px solid #ddd; */
     border-radius: 14px;
     text-align: center;
     background: #fff;
     margin-bottom: 30px;
     box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
     transition: 0.3s;
     min-height: 180px;
 }
 .SerV_item:hover{
     background: #002e5b;
     color: #fff;
      transition: 0.3s;
      
 }
 .SerV_item:hover h3{ 
     color: #fff;  
 }
 .SerV_item:hover p{ 
     color: #fff;  
 }
 

 
 .PArTnr_barNd .SerV_item {
     margin: 0px 0 30px 0!important;
 }
 
 .bg_Tilt::after {
     -webkit-transform: rotate(2deg) translateX(-5px) translateY(16px);
     -ms-transform: rotate(2deg) translateX(-5px) translateY(16px);
     transform: rotate(2deg) translateX(-5px) translateY(16px);
 }
 
 .SerV_item h3 {
     display: block;
     margin-top: 8px;
     margin-bottom: 8px;
     font-size: 18px;
     line-height: 24px;
     font-weight: 400;
     color: #002e5b;
     text-transform: capitalize;
     letter-spacing: -0.3px;
 }
 
 .SerV_item p {
     font-size: 16px;
     line-height: 24px;
     color: #828282;
     font-weight: 300;
     max-height: 70px;
     overflow: hidden;
 }
 
 .SerV_item img {
     margin: auto;
     width: 70px;
 }
 
 .SR_iMG {
     position: relative;
     margin: 0 0 10px 0;
     border-radius: 10px;
 }
 
 .SerV_item a {
     color: #002e5b;
     font-size: 12px !important;
     padding: 10px 19px;
     border-radius: 5px;
     text-transform: uppercase;
     font-weight: 600;
     border: 1px solid #002e5b;
     transition: 0.3s;
 }
 
 .SerV_item a:hover {
     color: #fff;
     background: #002e5b;
     border-color: #002e5b;
     transition: 0.3s;
 }
 /* SerViCe_main */
 /* blog */
 
 .post {
     padding: 17px 14px;
     background: #fcfcfd;
     border-radius: 5px;
     box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.3);
     margin: 6px;
 }
 
 .post .post__date {
     display: block;
     border-radius: 50px;
     font-size: 13px;
     color: #333;
     margin: 0 0 8px 0;
     font-weight: 500;
     color: #2d3a58;
 }
 
 .post .post__content {
     padding-bottom: 13px;
     border-bottom: 1px solid #f7f9f9;
     clear: both;
     padding-left: 8px;
     margin-bottom: 14px;
 }
 
 .post .post__content .post__title {
     margin-bottom: 15px;
     display: block;
     color: #2f2c2c;
     height: 24px;
     overflow: hidden;
     font-size: 18px;
     white-space: nowrap;
     text-overflow: ellipsis;
     font-weight: 600;
     margin: 0;
 }
 
 .post:hover .post__title {
     color: #ff5d05;
 }
 
 .post:hover .post__text {
     color: #000
 }
 
 .post .post__content .post__text {
     margin-bottom: 0;
     font-size: 15px;
     color: #757575;
     line-height: 25px;
     ;
     font-weight: 300;
     height: 74px;
     overflow: hidden;
 }
 
 .post .post__content ul {
     padding-left: 20px;
     margin-bottom: 1em
 }
 
 .post .post__content ul li {
     list-style: disc;
     margin-bottom: 5px
 }
 
 .author .avatar {
     -webkit-border-radius: 100%;
     border-radius: 100%;
 }
 
 .post .post__content .post__content-info .post-additional-info .category {
     font-size: 14px;
     color: #a7a7a7
 }
 
 @media (max-width:980px) {
     .post .post__content .post__content-info .post-additional-info>span {
         display: block;
         margin-bottom: 10px
     }
 }
 
 @media (max-width:768px) {
     .post .post__content .post__content-info .post-additional-info>span {
         display: inline-block;
         margin-bottom: 0
     }
 }
 
 @media (max-width:600px) {
     .post .post__content .post__content-info .post-additional-info>span {
         display: block;
         margin-bottom: 10px
     }
 }
 
 .post .post__content .post__content-info .post-tags {
     padding-top: 30px
 }
 
 .post .post__author {
     display: flex;
     font-size: 14px;
     color: #a7a7a7;
     align-items: center;
 }
 
 .post .post__author .avatar {
     width: 40px;
     height: 40px;
 }
 
 .post .post__author-name {
     margin: 0 0 0 10px;
 }
 
 .post .post__author-name a {
     font-size: 14px;
     color: #2f2c2c;
     display: block;
 }
 
 @media (max-width:480px) {
     .post .post__author-name a {
         white-space: nowrap
     }
 }
 
 .read-more {
     font-size: 18px;
     color: #999;
     padding: 0 0 0 30px;
     border-left: 1px solid #f0f2f2;
     margin: 0 0 0 30px;
     display: inline-block;
     vertical-align: middle;
     letter-spacing: 0;
 }
 
 .bLoG_mAiN {
     padding: 80px 0;
     background: #f2f2f2;
 }
 
 .title-text-wrap h2 {
     color: #2d3a58;
     font-weight: 600;
 }
 /* blog */
 
 .footer h6 {
     font-size: 19px;
     padding: 0 0 6px 0;
     border-bottom: 1px solid rgba(255, 255, 255, 0.13);
     color: #fff;
     text-transform: capitalize;
     font-weight: 400;
     margin: 0 0 4px 0;
 }
 
 .footer ul {
     padding: 0 0 0 7px;
 }
 
 .footer ul li {
     list-style: none;
     position: relative;
     margin: 0 0 -1px 0;
     display: block;
 }
 
 .footer ul li a {
     display: block;
 }
 
 .footer ul li a {
     color: #c8c8c8;
     font-size: 14px;
     display: inline-block;
     letter-spacing: 0.6px;
     transition: 0.6s;
     font-weight: 300;
     letter-spacing: 0.2px;
 }
 
 .footer ul li a:hover {
     color: #91ba1d;
     transition: 0.5s;
 }
 
 footer {
     position: relative;
 }
 
 .bg-dark-purple {
     background: #261c18;
 }
 
 .footer {
     padding-top: 40px;
     background: #002e5b;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: 0 -321px;
 }
 
 .contact_Footer li::before {
     display: none;
 }
 
 .contact_Footer {
     padding: 0 !important;
 }
 
 .contact_Footer li {
     margin: 0 0 4px 0 !important;
 }
 
 .contact_Footer li i {
     margin: 0 5px 0 0;
 }
 
 .contact_Footer li a {
     font-size: 15px !important;
 }
 
 .brdr_tp {
     border-top: 1px solid rgba(255, 255, 255, 0.11);
     background: #282828;
 }
 
 .brdr_tp a {
     color: #002e5b;
 }
 
 .social_footer {
     padding: 11px 0 0 0 !important;
     border-top: 1px solid #404040;
     margin: 10px 0 0 0;
 }
 
 .social_footer li {
     display: inline-block!important;
 }
 
 .social_footer li a {
     display: inline-block!important;
     font-size: 23px !important;
     text-align: center;
     margin: 11px 0 0 0 !important;
     border-radius: 4px;
     line-height: 0;
     border-color: #fff !important;
 }
 .social_footer{ 
    text-align: left!important;
 }
 .social_footer li { 
     border-color: #fff !important;
 }
 
 .social_footer li a i {
     margin: 0 !important;
 }
 
 .CoPy_P {
     border-top: 1px solid rgba(255, 255, 255, 0.11);
     padding: 10px 0;
     margin: 0;
     margin-top: 10px;
     font-weight: 300;
     color: #fff;
     font-size: 16px;
 }
 
 .CoPy_P a {
     color: #8bb611;
 }
 
 .breadcrumb-item+.breadcrumb-item::before {
     color: #fff;
 }
 /* contact us */
 
 .breadcrumb-item {
     font-size: 13px;
 }
 
 .breadcrumb {
     padding: 0;
     list-style: none;
     background-color: transparent;
     border-radius: 4px;
     margin: 0 auto;
     text-align: right;
 }
 
 .inner_banner {
     padding: 33px 0;
     background: url(../images/innner_banner.jpg);
     background-size: cover;
     color: #fff;
     font-weight: 400;
     background-position: 0 -41px;
 }
 
 .inner_banner h2 {
     font-size: 30px;
     font-weight: 400;
     text-transform: capitalize;
     text-shadow: 0 2px 1px rgba(0, 0, 0, 0.48);
 }
 
 .breadcrumb-item.active {
     color: #9acd32;
 }
 
 .breadcrumb-item a {
     color: #fff;
 }
 
 .ab_wlM {
     padding: 50px 0;
 }
 /* footer */
 /* ==============================================
        contact us
============================================== */
 
 .contact-info-box {
     text-align: center;
     -webkit-transition: 0.5s;
     transition: 0.5s;
     -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
     box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.23);
     background: #ffffff;
     padding: 30px;
     min-height: 255px;
     border-radius: 10px;
 }
 
 .contact-info-box .icon {
     display: inline-block;
     width: 80px;
     height: 80px;
     line-height: 76px;
     background: #ff5d0514;
     border-radius: 50%;
     font-size: 30px;
     color: #ff5d05;
     -webkit-transition: 0.5s;
     transition: 0.5s;
 }
 
 .ptb-50 {
     padding: 50px 0;
 }
 
 .contact-info-box h3 {
     font-size: 20px;
     margin: 25px 0 12px;
 }
 
 .contact-info-box p a:hover {
     color: #247ffb;
 }
 
 .contact-info-box p a {
     color: #8bb611;
 }
 
 .contact-info-box p {
     margin: 0;
 }
 
 .form-control {
     border: 1px solid #eeeeee;
     color: #313232;
     background-color: #F9F9F9;
     font-size: 14px;
     padding: 15px;
     line-height: initial;
     height: 50px;
 }
 
 .form-control:focus {
     -webkit-box-shadow: unset;
     box-shadow: unset;
     border-color: #247ffb;
 }
 
 .form-control:focus {
     color: #495057;
     background-color: #fff;
     border-color: #80bdff;
     outline: 0;
     box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
 }
 
 .form-wrapper {
     -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
     box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
     padding: 50px;
     position: relative;
     z-index: 2;
     background-color: #ffffff;
 }
 
 .section-title span {
     font-weight: 700;
     letter-spacing: 1px;
     color: #13287e;
     font-size: 16px;
     position: relative;
     display: inline-block;
 }
 
 .section-title h2 {
     font-size: 35px;
     margin-bottom: 27px;
     letter-spacing: 0;
 }
 
 .form-group {
     margin-bottom: 2rem;
 }
 
 .form-wrapper .default-btn {
     display: table;
     margin: 10px auto 0;
     padding: 20px 50px;
     cursor: pointer;
     border: none;
 }
 
 .default-btn {
     background-color: #ff5d05;
     color: #ffffff;
     display: inline-block;
     padding: 17px 40px;
     text-transform: uppercase;
     border-radius: 30px;
     line-height: initial;
     font-weight: 500;
     font-size: 14px;
 }
 
 .wi_iMGW {
     width: 79%;
 }
 
 .valuETXt {
     padding: 50px 0;
 }
 
 .value_tYp {
     padding: 0 0 0 20px;
     margin: 0;
 }
 
 .value_tYp li {
     margin: 0 0 12px 0;
 }
 
 .footer .shape-footer-bottom {
     position: absolute;
     bottom: -119%;
     z-index: 0;
     right: -6%;
     opacity: 0.03;
     -webkit-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     transform: rotate(90deg);
 }
 
 .footer .shape-footer-top {
     position: absolute;
     top: -130%;
     z-index: 0;
     left: -8%;
     opacity: 0.03;
     -webkit-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     transform: rotate(90deg);
 }
 
 .footer {
     overflow: hidden;
 }
 /* contact-Us */
 /*  Contact Us Css */
 
 .contact-head img {
     margin-bottom: 20px;
 }
 
 .contact-head h3 {
     font-size: 23px;
     line-height: 32px;
     font-weight: 400;
     margin: 0 0 49px 0;
 }
 
 .contact-us {
     display: block;
     margin-bottom: 40px;
 }
 
 .contact-content h5 {
     font-size: 16px;
     color: #362a50;
     font-weight: 400;
 }
 
 .contact-content h6 a {
     color: #000;
     font-weight: 600;
     font-size: 16px;
 }
 
 .contact-content h6 a:hover {
     color: #002e5b;
 }
 
 .contact-content address {
     font-size: 15px;
     color: #000;
     font-weight: 600;
 }
 
 .contact-image {
     width: 60px;
     height: 60px;
     line-height: 54px;
     background-color: #002e5b;
     text-align: center;
     border-radius: 50%;
     margin-right: 15px;
 }
 
 .contact-image img {
     width: 19px;
 }
 
 .contact-border {
     border-right: none;
 }
 
 .loction-img {
     max-width: 25px;
 }
 
 .contact-form {
     padding: 30px;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
     border-radius: 6px;
     border: 1px solid #dedede;
 }
 
 .contact-form-bg {
     background-color: #f4f5f7;
     border: 1px solid #dbdcdd;
     padding: 5px 20px 10px 20px;
     position: relative;
     border-radius: 7px;
     margin-bottom: 20px;
 }
 
 .contact-form-bg:focus,
 .contact-form-bg:active,
 .contact-form-bg:hover {
     border-color: #002e5b;
 }
 
 .contact-form-bg .btn {
     margin-right: -15px;
     padding: 15px 30px;
 }
 
 .contact-form-bg i {
     margin-top: 15px;
     margin-left: 0;
     color: #002e5b;
 }
 
 .co_iNr {
     padding: 50px 0;
 }
 
 .text-area {
     border-radius: 10px;
 }
 
 .text-area textarea {
     padding: 5px 0px 80px 10px;
 }
 
 .text-area textarea::placeholder {
     color: #a6a4af;
     font-weight: 500;
 }
 
 .contact-form-bg input,
 .form-control {
     display: block;
     width: 100%;
     height: calc(1.5em + .75rem + 2px);
     padding: 10px 20px;
     font-size: 1rem;
     font-weight: 500;
     line-height: 1.5;
     color: #a6a4af;
     background-color: transparent;
     background-clip: padding-box;
     border: none;
     margin-top: 5px;
     border-radius: none;
     transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
 }
 
 .contact-form-bg input::placeholder {
     color: #a6a4af;
     font-weight: 500;
 }
 
 .contact-form .form-control:focus {
     color: #495057;
     background-color: #f4f5f7;
     border-color: #f4f5f7;
     outline: 0;
     box-shadow: none;
 }
 
 .contact-btn {
     background-color: #002e5b;
     display: block;
 }
 
 .contact-btn:hover {
     background-color: #372b50;
     color: #fff;
 }
 /*  Contact Us Css */
 
 .form-label {
     margin-bottom: 4px;
     font-size: 12px;
     letter-spacing: 0.4px;
     text-transform: uppercase;
     font-weight: 600;
     color: #2d3a58; 
 }
 
 .input {
     height: 48px;
     margin-bottom: 13px;
     padding-right: 20px;
     padding-left: 20px;
     border-radius: 3px;
 }
 
 .w-input,
 .w-select {
     display: block;
     width: 100%;
     height: 40px;
     padding: 8px 12px;
     margin-bottom: 11px;
     font-size: 12px;
     line-height: 1.42857143;
     color: #333333;
     vertical-align: middle;
     background-color: #ffffff;
     border: 1px solid #cccccc;
 }
 
 .w-input:focus,
 .w-select:focus {
     border-color: #3898EC;
     outline: 0;
 }
 
 .textarea_H {
     height: auto;
 }
 /* contact-Us */
 /* blog */
 /*----------------------
    Blog List Styles 
------------------------*/
 
 .axil-blog-list .blog-top .title {
     margin-bottom: 20px;
 }
 
 @media only screen and (max-width: 767px) {
     .blog-top .title {
         margin-bottom: 10px;
     }
 }
 
 .blog-top .title a {
     text-decoration: none;
     color: #2d3a58;
 }
 
 .blog-top .author {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     margin-bottom: 40px;
 }
 
 .blog-top .author .author-thumb img {
     max-height: 50px;
 }
 
 .blog-top .author .info {
     padding-left: 20px;
 }
 
 .blog-top .author .info h6 {
     margin-bottom: 6px;
 }
 
 .blog-top .author .info ul.blog-meta {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     margin: 0 -10px;
     padding: 0;
 }
 
 .blog-top .author .info ul.blog-meta li {
     margin: 0 10px;
     font-size: 15px;
     line-height: 24px;
     list-style: none;
 }
 
 .thumbnail {
     margin-bottom: 20px;
 }
 
 .content p {
     font-size: 20px;
     line-height: 32px;
     margin-bottom: 10px;
 }
 
 .blog-top .title h3 {
     font-size: 35px;
     line-height: 46px;
 }
 
 .axil-blog-list {
     padding: 20px;
     background: #dddddd0d;
     margin-bottom: 30px;
     border-radius: 5px;
     border: 1px solid #ddd;
 }
 /*--------------------------
    Blog Sidebar Styles 
----------------------------*/
 
 .axil-single-widget .title {
     font-size: 22px;
     line-height: 26px;
     font-weight: 700;
     margin-bottom: 12px;
 }
 
 .axil-single-widget.category ul.category-list li a {
     display: block;
     padding: 6px 0;
     padding-right: 20px;
     font-size: 14px;
     line-height: 28px;
     border-bottom: 1px solid #D3D3D3;
     text-decoration: none;
     color: #757589;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     position: relative;
 }
 
 .axil-single-widget.category ul.category-list li a::after {
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 4.5px 0 4.5px 6px;
     border-color: transparent transparent transparent #000248;
     position: absolute;
     right: 13px;
     content: "";
     top: 50%;
     transform: rotate(91deg);
 }
 
 .axil-single-widget.category ul.category-list li:hover a {
     color: #002e5b;
 }
 
 .axil-single-widget.category ul.category-list li:first-child a {
     padding-top: 0;
 }
 
 .axil-single-widget.tags ul.tags-list li a:hover {
     background: #002e5b;
     color: #ffffff;
 }
 
 .category-list {
     padding: 0;
 }
 
 .category-list li {
     list-style: none;
 }
 /* ============================================================== 
     # Blog
=================================================================== */
 
 .blog-area .single-item {
     margin: 14px;
     border-radius: 10px;
 }
 
 .blog-area.full-blog .single-item:last-child {
     margin-bottom: 0;
 }
 
 .blog-area.full-blog .blog-item-box {
     margin-top: -30px;
 }
 
 .blog-area.single .blog-item-box {
     margin-top: 0;
 }
 
 .blog-area.full-blog .single-item {
     margin-bottom: 0;
     margin-top: 30px;
 }
 
 .blog-area .item .info h4 {
     line-height: 28px;
     font-size: 26px;
     display: block;
     margin: 0 0 17px 0;
     font-weight: 600;
     max-height: 60px;
     overflow: hidden;
 }
 
 .blog-area .item .info h4 a {
     color: #303e5b;
     display: block;
 }
 
 .blog-area .item .info h3 {
     font-weight: 700;
 }
 
 .blog-area .item .thumb img {
     border-radius: 10px;
 }
 
 .blog-area .item .thumb a {
     display: block;
     padding: 15px;
     border-radius: 10px;
 }
 
 .blog-items .item .info {
     padding: 15px;
     background: #ffffff;
     padding-top: 15px;
     border-radius: 0 0 10px 10px;
 }
 
 .blog-area.single .item .info {
     padding: 0;
     padding-top: 15px;
 }
 
 .blog-items .info h4 a:hover {
     color: #002e5b;
 }
 
 .eastern-blue .blog-items .info h4 a:hover {
     color: #1baaa0;
 }
 
 .blog-items .item {
     box-shadow: 0 0px 10px rgba(214, 215, 216, 0.57);
     border-radius: 10px;
     background: #ffffff;
     overflow: hidden;
 }
 
 .blog-items.content-less a {
     margin-top: 10px;
 }
 
 .blog-items .meta {
     display: flex;
     align-items: center;
     margin-bottom: 5px;
 }
 
 .blog-items .meta .thumb {
     margin-right: 15px;
 }
 
 .blog-items .meta .thumb img {
     height: 55px;
     width: 55px;
     border-radius: 50%;
 }
 
 .blog-items .meta .content h5 {
     font-size: 14px;
     text-transform: uppercase;
     font-weight: 700;
     margin-bottom: 5px;
 }
 
 .blog-items .meta .content span {
     text-transform: capitalize;
     font-size: 14px;
     color: #4154f1;
 }
 
 .blog-items .meta ul {
     padding: 3px 10px;
     margin: 0;
     background: rgba(0, 0, 0, 0.03);
     border-radius: 5px;
 }
 
 .blog-items .meta ul li {
     text-transform: uppercase;
     font-weight: 400;
     font-size: 14px;
     float: left;
     margin-right: 12px;
     padding-right: 13px;
     position: relative;
     z-index: 1;
     list-style: none;
 }
 
 .blog-items .meta ul li i {
     margin-right: 3px;
     font-weight: 500;
 }
 
 .blog-items .meta ul li a {
     color: #666666;
     font-weight: 300;
 }
 
 .blog-items .meta ul li::after {
     position: absolute;
     right: 0;
     top: 7px;
     content: "";
     height: 15px;
     width: 1px;
     background: #cccccc;
 }
 
 .blog-items .meta ul li:last-child {
     margin: 0;
     padding: 0;
 }
 
 .blog-items .meta ul li:last-child::after {
     display: none;
 }
 
 .blog-items .tags {
     margin-bottom: 8px;
 }
 
 .blog-items .tags a {
     position: relative;
     z-index: 1;
     padding-right: 5px;
     color: #ff8041;
 }
 
 .blog-items .tags a:hover {
     color: #4154f1;
 }
 
 .eastern-blue .blog-items .tags a:hover {
     color: #1baaa0;
 }
 
 .blog-items .tags a::after {
     position: absolute;
     right: 0;
     bottom: -7px;
     content: ",";
 }
 
 .blog-items .tags a:last-child::after {
     display: none;
 }
 /* Pagination */
 
 .blog-area .pagi-area .pagination {
     align-items: center;
     justify-content: center;
     margin-top: 45px;
 }
 
 .blog-area .pagi-area .pagination li a {
     display: inline-block;
     padding: 0;
     margin: 5px;
     margin-bottom: 0;
     border-radius: 50%;
     color: #4154f1;
     height: 50px;
     width: 50px;
     line-height: 50px;
 }
 
 .blog-area .pagi-area .pagination li.active a {
     background: #4154f1;
     color: #ffffff;
 }
 /* Sidebar */
 
 .blog-area.left-sidebar .blog-content {
     float: right;
 }
 
 .blog-area.left-sidebar .sidebar {
     padding-right: 35px;
 }
 
 .blog-area.right-sidebar .sidebar {
     padding-left: 35px;
 }
 
 .blog-area .sidebar .title {
     display: block;
 }
 
 .blog-area .sidebar .title h4 {
     font-weight: 800;
     margin-bottom: 30px;
     margin-top: -5px;
     position: relative;
     text-transform: capitalize;
     z-index: 1;
 }
 
 .blog-area .sidebar input[type="text"] {
     border: 1px solid #e7e7e7;
     box-shadow: inherit;
     min-height: 60px;
     background: #f7f7f7;
     border-radius: 30px;
 }
 
 .blog-area .sidebar form {
     position: relative;
 }
 
 .blog-area .sidebar button[type="submit"] {
     background: transparent;
     color: #232323;
     font-family: 'Nunito', sans-serif;
     font-weight: 500;
     letter-spacing: 1px;
     min-height: 50px;
     width: 50px;
     position: absolute;
     right: 5px;
     text-transform: uppercase;
     top: 5px;
     -webkit-transition: all 0.35s ease-in-out;
     -moz-transition: all 0.35s ease-in-out;
     -ms-transition: all 0.35s ease-in-out;
     -o-transition: all 0.35s ease-in-out;
     transition: all 0.35s ease-in-out;
     border-radius: 50%;
 }
 
 .blog-area .sidebar input[type="submit"]:hover {
     background: #437eeb none repeat scroll 0 0;
 }
 
 .blog-area .sidebar .sidebar-item {
     float: left;
     margin-bottom: 50px;
     width: 100%;
 }
 
 .blog-area .sidebar .sidebar-item:last-child {
     margin-bottom: 0;
 }
 
 .blog-area .sidebar .sidebar-item.category .sidebar-info,
 .blog-area .sidebar .sidebar-item.archives .sidebar-info {
     margin-top: -5px;
 }
 
 .blog-area .sidebar .sidebar-item.category li {
     display: block;
     padding: 10px 0;
     position: relative;
     border-bottom: 1px solid #e7e7e7;
     margin: 3px 0;
 }
 
 .blog-area .sidebar .sidebar-item.category li a {
     display: inline-block;
     text-transform: capitalize;
     font-weight: 700;
     color: #666666;
 }
 
 .blog-area .sidebar .sidebar-item li a:hover {
     color: #437eeb;
 }
 
 .blog-area .sidebar .sidebar-item.category li a span {
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     padding: 0 10px;
     position: absolute;
     right: 0;
     background: #f1f1f1;
     top: 10px;
     color: #232323;
     font-size: 14px;
 }
 
 .blog-area .sidebar .sidebar-item.category li:first-child a span {
     top: 0;
 }
 
 .blog-area .sidebar .sidebar-item.category li:first-child {
     margin-top: 0;
     padding-top: 0;
 }
 
 .blog-area .sidebar .sidebar-item.category li:first-child a::after {
     top: 0;
 }
 
 .blog-area .sidebar .sidebar-item.category li:last-child {
     border: medium none;
     margin-bottom: 0;
     padding-bottom: 0;
 }
 
 .sidebar-item.recent-post li a {
     color: #333333;
     display: block;
     font-weight: 600;
 }
 
 .sidebar-item.recent-post li a:last-child {
     display: inline-block;
 }
 
 .sidebar-item.recent-post .meta-title {
     font-family: 'Nunito', sans-serif;
     margin-top: 15px;
     font-weight: 700;
     text-transform: capitalize;
     font-size: 13px;
 }
 
 .sidebar-item.recent-post .meta-title i {
     margin-right: 3px;
     font-weight: 500;
     color: #437eeb;
 }
 
 .sidebar-item.recent-post li a:hover {
     color: #437eeb;
 }
 
 .color-yellow .sidebar-item.recent-post li a:hover {
     color: #ff9800;
 }
 
 .sidebar-item.recent-post li a span {
     display: inline-block;
     color: #002359;
 }
 
 .sidebar-item.recent-post li span {
     display: inline-block;
 }
 
 .sidebar-item.recent-post .meta-title a {
     color: #999999;
 }
 
 .sidebar-item.recent-post li {
     color: #cdd0d3;
 }
 
 .sidebar-item.recent-post li {
     border-bottom: 1px solid #e7e7e7;
     margin-bottom: 15px;
     padding-bottom: 15px;
 }
 
 .sidebar-item.recent-post li:last-child {
     border: medium none;
     margin: 0;
     padding: 0;
 }
 
 .sidebar-item.recent-post li:last-child {
     margin: 0;
 }
 
 .sidebar-item.recent-post li .thumb {
     display: table-cell;
     padding-top: 5px;
     vertical-align: top;
     width: 80px;
 }
 
 .sidebar-item.recent-post .thumb img {
     width: 100%;
 }
 
 .sidebar-item.recent-post li .info {
     box-shadow: inherit;
     color: #837f7e;
     display: table-cell;
     line-height: 26px;
     padding: 0;
     padding-left: 25px;
     vertical-align: top;
 }
 
 .sidebar-item.recent-post li .info a {
     color: #666666;
     text-decoration: inherit;
     font-weight: 800;
     font-size: 16px;
 }
 
 .blog-area .sidebar-item.gallery ul {
     margin: -7px;
     overflow: hidden;
 }
 
 .sidebar-item.gallery ul li {
     box-sizing: border-box;
     float: left;
     padding: 7px;
     width: 33.333%;
 }
 
 .sidebar-item.gallery ul li img {
     min-height: 70px;
     width: 100%;
 }
 
 .sidebar-item.archives ul li {
     display: block;
     margin-bottom: 20px;
     position: relative;
 }
 
 .sidebar-item.archives ul li:last-child {
     margin-bottom: 0;
 }
 
 .sidebar-item.archives ul li a {
     display: inline-block;
     font-weight: 800;
     text-transform: capitalize;
     z-index: 1;
     padding-left: 25px;
     font-size: 14px;
     color: #666666;
 }
 
 .sidebar-item.archives ul li a::after {
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     content: "\f07b";
     font-family: "Font Awesome 5 Free";
     height: 8px;
     left: 0;
     position: absolute;
     width: 8px;
     font-weight: 500;
 }
 
 .sidebar-item.social-sidebar ul {
     margin-bottom: -10px;
     overflow: hidden;
 }
 
 .sidebar-item.social-sidebar li {
     display: inline-block;
     float: left;
     margin-right: 10px;
     margin-bottom: 10px;
 }
 
 .sidebar-item.social-sidebar li a {
     background: #002359 none repeat scroll 0 0;
     border: medium none;
     color: #ffffff;
     display: inline-block;
     height: 50px;
     line-height: 54px;
     margin-bottom: 5px;
     text-align: center;
     width: 50px;
     border-radius: 10px;
     font-size: 14px;
 }
 
 .sidebar-item.tags ul {
     margin-top: -8px;
 }
 
 .sidebar-item.tags ul li {
     display: inline-block;
 }
 
 .sidebar-item.tags ul li a {
     border: 1px solid #e7e7e7;
     display: inline-block;
     font-weight: 800;
     margin-top: 8px;
     margin-right: 5px;
     padding: 5px 25px;
     text-transform: capitalize;
     font-size: 13px;
     border-radius: 30px;
     color: #666666;
     background: #fafafa;
 }
 
 .sidebar-item.tags ul li a:hover {
     color: #437eeb;
 }
 /* Blog Single */
 
 .blog-area.single .item .content-box span {
     background: #437eeb none repeat scroll 0 0;
     color: #ffffff;
     display: inline-block;
     font-family: 'Nunito', sans-serif;
     font-weight: 600;
     letter-spacing: 1px;
     padding: 3px 20px;
     text-transform: uppercase;
 }
 
 .blog-area.single .item .content-box h2,
 .blog-area.single .item .content-box h3,
 .blog-area.single .item .content-box h4 {
     font-weight: 500;
 }
 
 .blog-area.single .content-box .cats {
     float: left;
     margin-right: 5px;
 }
 
 .blog-area.single .content-box .meta .date {
     float: right;
     font-family: 'Nunito', sans-serif;
     letter-spacing: 1px;
     text-transform: uppercase;
 }
 
 .blog-area.single .content-box .meta {
     overflow: hidden;
     width: 100%;
     border: none;
     margin: 0;
     padding: 0;
 }
 
 .blog-area .blog-items .info>ul li {
     margin-bottom: 15px;
     color: #232323;
     position: relative;
     z-index: 1;
     padding-left: 18px;
 }
 
 .blog-area .blog-items .info>ul {
     margin-bottom: 25px;
     margin-top: 25px;
 }
 
 .blog-area .blog-items .info>ul li::after {
     position: absolute;
     left: 0;
     top: 11px;
     content: "";
     background: #666666;
     height: 7px;
     width: 7px;
     border-radius: 50%;
 }
 
 .blog-area.single .content-box .cats a:last-child::after {
     display: none;
 }
 
 .blog-area.single .item {
     margin-bottom: 0;
     box-shadow: inherit;
     border-bottom: 1px solid #e7e7e7;
     padding-bottom: 50px;
     border-radius: inherit;
 }
 
 .blog-area.single .item .thumb a {
     padding: 0;
     padding-bottom: 15px;
 }
 
 .blog-area .item blockquote {
     position: relative;
     z-index: 1;
     border-radius: 10px;
     margin-top: 30px;
     margin-bottom: 30px;
     padding-left: 30px;
     background: #fafafa;
     padding: 50px;
     line-height: 34px;
     font-size: 18px;
     font-style: italic;
     font-weight: 500;
     padding-top: 110px;
     border: 1px solid #e7e7e7;
 }
 
 .blog-area .item blockquote::after {
     position: absolute;
     left: 50px;
     content: "\f10d";
     font-family: "Font Awesome 5 Free";
     font-size: 20px;
     top: 30px;
     font-style: normal;
     z-index: -1;
     font-weight: 800;
     height: 60px;
     width: 60px;
     line-height: 60px;
     text-align: center;
     color: #4154f1;
     background: #ffffff;
     box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
     border-radius: 50%;
 }
 
 .blog-area .blog-content .post-tags,
 .blog-area .blog-content .share {
     margin-top: 50px;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }
 
 .blog-area .blog-content .share li {
     display: inline-block;
     margin-left: 15px;
 }
 
 .blog-area .blog-content .share li a {
     display: inline-block;
     color: #437eeb;
 }
 
 .blog-area .blog-content .share li.facebook a {
     color: #3B5998;
 }
 
 .blog-area .blog-content .share li.twitter a {
     color: #1DA1F2;
 }
 
 .blog-area .blog-content .share li.pinterest a {
     color: #BD081C;
 }
 
 .blog-area .blog-content .share li.g-plus a {
     color: #DB4437;
 }
 
 .blog-area .blog-content .share li.linkedin a {
     color: #0077B5;
 }
 
 .blog-area .blog-content .post-tags .tags a {
     background: #f7f7f7;
     padding: 10px 15px;
     font-size: 14px;
     margin-right: 3px;
     margin-bottom: 5px;
     display: inline-block;
 }
 
 .blog-area.single .post-pagi-area {
     margin-top: 15px;
     overflow: hidden;
 }
 
 .blog-area.single .post-pagi-area a {
     display: inline-block;
     font-weight: 800;
     text-transform: capitalize;
     color: #437eeb;
     padding: 8px 30px;
     border: 2px solid #e7e7e7;
     border-radius: 5px;
 }
 
 .blog-area.single .post-pagi-area a:hover {
     color: #437eeb;
 }
 
 .blog-area.single.color-yellow .post-pagi-area a:hover {
     color: #ff9800;
 }
 
 .blog-area.single .post-pagi-area a:last-child {
     float: right;
 }
 
 .blog-area.single .post-pagi-area a:first-child i {
     margin-right: 3px;
 }
 
 .blog-area.single .post-pagi-area a:last-child i {
     margin-left: 3px;
 }
 
 .comments-area .commen-item .comments-info p {
     display: block;
     margin: 0;
 }
 
 .blog-area .contact-comments .submit {
     margin-bottom: 0;
 }
 
 .responsive-video {
     position: relative;
     padding-bottom: 56.25%;
     /* 16:9 */
     padding-top: 25px;
     height: 0;
 }
 
 .responsive-video iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }
 
 .blog-area .contact-comments .comments {
     margin-top: 20px;
 }
 
 .blog-area.single .blog-items .item .contact-comments .col-md-6 {
     float: left;
     padding: 0 15px;
 }
 
 .btn.circle.btn-theme {
     padding: 8px 18px;
     border: 1px solid #002e5b !important;
     color: #002e5b;
     font-size: 16px;
     font-weight: 400;
     transition: 0.3s;
 }
 
 .btn.circle.btn-theme:hover {
     border-color: #002e5b !important;
     color: #fff;
     background: #002e5b;
     transition: 0.3s;
 }
 
 .single-item p {
     color: #666!important;
 }
 
 .img_blog {
     max-height: 189px;
     overflow: hidden;
     margin: 0 0 11px 0;
     position: relative;
     min-height: 189px;
 }
 
 .img_blog img {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     margin: auto;
     width: 100%;
 }
 /* blog */
 /***

====================================================================
23.	News Section
====================================================================

***/
 
 .news-section {
     position: relative;
     padding: 120px 0px 90px;
 }
 
 .news-section.alt-bg {
     background: #ffffff url(../images/background/pattern-2.png) left top repeat;
 }
 
 .news-section .more-box {
     position: relative;
     display: block;
     padding-top: 30px;
     text-align: center;
     padding-bottom: 10px;
 }
 
 .news-block {
     position: relative;
     margin: 7px;
     background: #fff;
     box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
 }
 
 .news-block .inner-box {
     position: relative;
     display: block;
     text-align: left;
     padding: 0 0 20px 0;
 }
 
 .news-block .image-box {
     position: relative;
     display: block;
     overflow: hidden;
 }
 
 .news-block .image-box img {
     display: block;
     width: 100%;
     -webkit-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
     border-radius: 7px;
 }
 
 .news-block .inner-box:hover .image-box img {
     -webkit-filter: grayscale(0%);
     -ms-filter: grayscale(0%);
     -moz-filter: grayscale(0%);
 }
 
 .news-block .lower-box {
     position: relative;
     padding: 0px 14px 0px;
 }
 
 .news-block .post-meta {
     position: relative;
     top: -22px;
     margin: 0 -2px 0px;
 }
 
 .news-block .post-meta ul {
     position: relative;
     display: block;
     padding: 10px 5px 10px;
     background: #ffffff;
     border-radius: 7px;
     box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
     margin: 0;
 }
 
 .news-block .post-meta ul li {
     position: relative;
     display: inline-block;
     vertical-align: middle;
     margin: 0 5px;
     font-size: 14px;
     letter-spacing: 0;
     text-transform: capitalize;
     color: #212b42;
 }
 
 .news-block .post-meta ul li .far,
 .news-block .post-meta ul li .fa {
     position: relative;
     color: var(--thm-base);
     font-size: 14px;
     padding-right: 3px;
     vertical-align: middle;
 }
 
 .news-block .lower-box h5 {
     text-transform: capitalize;
     font-size: 22px;
     margin-bottom: 19px;
     font-weight: bold;
     line-height: 29px;
     max-height: 56px;
     overflow: hidden;
 }
 
 .news-block .lower-box h5 a {
     color: #0e1b38;
     transition: 500ms;
     font-weight: 500;
 }
 
 .news-block .lower-box h5 a:hover {
     color: var(--thm-base);
     text-decoration: underline;
 }
 
 .news-block .lower-box .text {
     position: relative;
     top: -5px;
     display: block;
     font-weight: 300;
     line-height: 1.5em;
     max-height: 48px;
     overflow: hidden;
 }
 
 .news-block .lower-box .link-box {
     position: relative;
     margin-top: 20px;
 }
 
 .news-block .lower-box .link-box a {
     position: relative;
     display: inline-block;
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     font-size: 12px;
     color: #ffffff;
     background: #d3d3d4;
     border-radius: 50%;
 }
 
 .news-block .lower-box .link-box a span {
     font-weight: 700;
     vertical-align: middle;
 }
 
 .news-block .lower-box .link-box a:hover {
     background: #002e5b;
     color: #fff;
 }
 
 .news-block-two {
     position: relative;
     margin-bottom: 40px;
 }
 
 .news-block-two .inner-box {
     position: relative;
     display: block;
 }
 
 .news-block-two .image-box {
     position: relative;
     display: block;
     overflow: hidden;
 }
 
 .news-block-two .image-box img {
     display: block;
     width: 100%;
     -webkit-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
     border-radius: 7px;
 }
 
 .news-block-two .inner-box:hover .image-box img {
     -webkit-filter: grayscale(0%);
     -ms-filter: grayscale(0%);
     -moz-filter: grayscale(0%);
 }
 
 .news-block-two .lower-box {
     position: relative;
     padding: 30px 0px 0px;
 }
 
 .news-block-two .post-meta {
     position: relative;
     display: block;
 }
 
 .news-block-two .post-meta ul {
     position: relative;
     display: block;
 }
 
 .news-block-two .post-meta ul li {
     position: relative;
     display: inline-block;
     vertical-align: middle;
     margin: 0 20px 5px 0px;
     font-size: 16px;
     letter-spacing: 0.07em;
     text-transform: uppercase;
 }
 
 .news-block-two .post-meta ul li .far,
 .news-block-two .post-meta ul li .fa {
     position: relative;
     top: -2px;
     color: var(--thm-base);
     font-size: 14px;
     padding-right: 3px;
     vertical-align: middle;
 }
 
 .news-block-two .lower-box h4 {
     text-transform: uppercase;
     font-size: 40px;
     line-height: 1.1em;
     color: var(--thm-black);
     margin-bottom: 30px;
 }
 
 .news-block-two .lower-box h4 a {
     color: var(--thm-black);
 }
 
 .news-block-two .lower-box h4 a:hover {
     color: var(--thm-base);
     text-decoration: underline;
 }
 
 .news-block-two .lower-box .text {
     position: relative;
     top: -5px;
     display: block;
     font-weight: 300;
     line-height: 1.6em;
     letter-spacing: 0.1em;
 }
 
 .news-block-two .lower-box .link-box {
     position: relative;
     margin-top: 20px;
 }
 
 .news-block-two .lower-box .link-box a {
     position: relative;
     display: inline-block;
     text-transform: uppercase;
     font-size: 20px;
     color: var(--thm-black);
     letter-spacing: 1px;
 }
 
 .news-block-two .lower-box .link-box a:before {
     content: '';
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
 }
 
 .news-block-two .image-box .vid-link {
     position: absolute;
     left: 0;
     top: 0;
     display: block;
     width: 100%;
     height: 100%;
     z-index: 1;
     text-align: center;
     font-size: 24px;
     color: var(--thm-black);
     transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     z-index: 3;
 }
 
 .news-block-two .image-box .vid-link .icon {
     position: absolute;
     display: block;
     left: 50%;
     top: 50%;
     margin-top: -50px;
     margin-left: -50px;
     width: 100px;
     height: 100px;
     line-height: 100px;
     text-align: center;
     font-size: 24px;
     color: var(--thm-black);
     background: var(--thm-base);
     border-radius: 50%;
     transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
 }
 
 .news-block-two .image-box .vid-link:hover .icon {
     background: var(--thm-black);
     color: var(--thm-base);
 }
 
 .news-block-three {
     position: relative;
     margin-bottom: 30px;
 }
 
 .news-block-three .inner-box {
     position: relative;
     display: block;
     padding: 50px 50px 40px;
     background: #f4f5f8;
     border-radius: 7px;
 }
 
 .news-block-three .quote-icon {
     position: relative;
     display: block;
     top: 30px;
     font-weight: 400;
     font-size: 150px;
     line-height: 0.40em;
     color: var(--thm-base);
     margin-bottom: 10px;
 }
 
 .news-block-three .link-icon {
     position: relative;
     display: block;
     font-weight: 400;
     font-size: 40px;
     line-height: 1em;
     color: var(--thm-base);
     margin-bottom: 15px;
 }
 
 .news-block-three .inner-box h4 {
     text-transform: uppercase;
     font-size: 40px;
     line-height: 1.1em;
     color: var(--thm-black);
     font-weight: 400;
     margin-bottom: 0px;
 }
 
 .news-block-three .inner-box h4 a {
     color: var(--thm-black);
 }
 
 .news-block-three .inner-box:hover h4 a {
     color: var(--thm-base);
     text-decoration: underline;
 }
 
 .news-block-three .inner-box .text {
     position: relative;
     top: -5px;
     display: block;
     font-weight: 300;
     line-height: 1.6em;
     letter-spacing: 0.1em;
     margin: 0;
 }
 /* career */
 /* career */
 
 .CarER_toP {
     padding: 50px 0;
 }
 
 .JOb_iTm ul {
     padding: 0 0 0 32px;
     margin: 12px 0 0 0;
 }
 
 .JOb_iTm ul li {
     list-style: disclosure-closed;
     font-size: 15px;
     font-weight: 600;
     color: #535353;
     margin: 0 0 6px 0;
 }
 
 .JOb_iTm ul li i {
     color: #2d3a58;
 }
 
 .JOb_iTm {
     padding: 20px;
     border-radius: 5px;
     background: #fff;
     margin-bottom: 20px;
     min-height: auto;
     -webkit-box-shadow: 0 2px 6px 0 rgba(0, 106, 194, .2);
     box-shadow: 0 2px 6px 0 rgba(0, 106, 194, .2);
 }
 
 .job_btn {
     background-color: #002e5b;
     color: #fff;
     border-radius: 3px;
     line-height: 20px;
     font-weight: 700;
     border: none;
     text-transform: uppercase;
     cursor: pointer;
     display: inline-block;
     text-align: center;
     padding: 8px 15px;
     font-size: 12px;
     box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
     opacity: 0.8;
 }
 
 .job_btn:hover {
     color: #fff;
     opacity: 0.9;
 }
 
 .JOb_iTm a:hover {
     transition: 0.3s;
     opacity: 1;
 }
 
 .JOb_iTm h4 {
     color: #09c;
     font-size: 18px;
     font-weight: 400;
     line-height: 20px;
     text-align: left;
     margin: 7px 0 8px 0;
 }
 
 .JOb_iTm p {
     color: #666;
     margin: 0 0 10px 0;
     font-size: 15px !important;
     line-height: 24px;
 }
 
 .JOb_iTm h6 {
     margin: 0 !important;
     color: #666;
     font-size: 15px;
 }
 
 .sl_bG {
     background: #f6f9ff !important;
     box-shadow: inset 0 1px 1px #fff, inset 0 -1px 1px #fff, 0 0px 1px rgba(0, 0, 0, 0.12);
 }
 
 .custom-select {
     background-color: #f2eeee!important;
 }
 
 .file-upload {
     display: block;
     text-align: center;
     font-size: 16px;
 }
 
 .PArTnr_barNd {
     padding: 50px 0;
 }
 
 .file-upload .file-select {
     display: block;
     border: 2px solid #dce4ec;
     color: #000;
     cursor: pointer;
     height: 50px;
     line-height: 47px;
     text-align: left;
     background: #ffffff;
     overflow: hidden;
     position: relative;
     border-radius: 5px;
 }
 
 .group {
     margin: 0 0 20px 0;
 }
 
 .file-upload .file-select .file-select-button {
     background: #2d3a58;
     padding: 0 10px;
     display: inline-block;
     height: 50px;
     line-height: 48px;
     color: #fff;
     font-weight: 500;
 }
 
 .file-upload .file-select .file-select-name {
     line-height: 40px;
     display: inline-block;
     padding: 0 10px;
 }
 
 .file-upload .file-select:hover {
     border-color: #34495e;
     transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     -webkit-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
 }
 
 .file-upload .file-select:hover .file-select-button {
     background: #34495e;
     color: #ffffff;
     transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     -webkit-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
 }
 
 .file-upload.active .file-select {
     border-color: #3fa46a;
     transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     -webkit-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
 }
 
 .file-upload.active .file-select .file-select-button {
     background: #3fa46a;
     color: #ffffff;
     transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     -webkit-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
 }
 
 .file-upload .file-select input[type="file"] {
     z-index: 100;
     cursor: pointer;
     position: absolute;
     height: 100%;
     width: 100%;
     top: 0;
     left: 0;
     opacity: 0;
     filter: alpha(opacity=0);
 }
 
 .file-upload .file-select.file-select-disabled {
     opacity: 0.65;
 }
 
 .file-upload .file-select.file-select-disabled:hover {
     cursor: default;
     display: block;
     border: 2px solid #dce4ec;
     color: #34495e;
     cursor: pointer;
     height: 40px;
     line-height: 40px;
     margin-top: 5px;
     text-align: left;
     background: #ffffff;
     overflow: hidden;
     position: relative;
 }
 
 .file-upload .file-select.file-select-disabled:hover .file-select-button {
     background: #dce4ec;
     color: #666666;
     padding: 0 10px;
     display: inline-block;
     height: 40px;
     line-height: 40px;
 }
 
 .file-upload .file-select.file-select-disabled:hover .file-select-name {
     line-height: 40px;
     display: inline-block;
     padding: 0 10px;
 }
 
 .FORM_main {
     padding: 28px 40px 31px 40px;
     background: #fbfbfb;
     box-shadow: 0 0 11px rgba(0, 0, 0, 0.13);
     border-radius: 10px;
     border: 1px solid #ddd;
 }
 
 .cs_file {
     font-size: 92% !important;
     text-align: center;
     color: #000;
 }
 
 .tl_hR hr {
     width: 20%;
     border-width: 3px;
     border-color: #000;
 }
 
 .job_detail_main {
     border-top: 1px solid #ddd;
     padding: 11px 0 0 0;
     margin: 23px 0 0 0;
 }
 
 .job_detail_main h4 {
     margin-bottom: 20px;
 }
 /* new_form_design */
 
 .footerFormBg {
     width: 100%;
     background-color: #fff;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
     padding: 35px 50px;
     margin: 0;
     float: left;
 }
 
 .job_detail_btn {
     color: #000;
     border-radius: 3px;
     line-height: 20px;
     font-weight: 700;
     border: none;
     text-transform: uppercase;
     cursor: pointer;
     display: inline-block;
     text-align: center;
     padding: 8px 15px;
     font-size: 12px;
     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
     opacity: 0.8;
     border: 1px solid #ddd;
 }
 
 .Apply_modal_btn {
     color: #fff;
     border-radius: 3px;
     line-height: 20px;
     font-weight: 700;
     border: none;
     text-transform: uppercase;
     cursor: pointer;
     display: inline-block;
     text-align: center;
     padding: 9px 27px;
     font-size: 14px;
     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
     opacity: 0.8;
     background: #002e5b;
 }
 
 .apply_close_btn {
     padding: 9px 27px !important;
     font-size: 14px !important;
 }
 
 .close_btn {
     color: #f00;
     border-radius: 3px;
     line-height: 20px;
     font-weight: 700;
     border: none;
     text-transform: uppercase;
     cursor: pointer;
     display: inline-block;
     text-align: center;
     padding: 8px 15px;
     font-size: 12px;
     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
     opacity: 0.8;
 }
 /* new_form_design */
 /* career */
 /* career */
 /* services */
 
 .sidenav ul {
     padding: 0;
 }
 
 .sidenav ul li {
     list-style: none;
 }
 
 .sidenav {
     padding: 20px 0 0 0;
     border-radius: 5px;
     -webkit-box-shadow: 0 2px 6px 0 rgba(0, 106, 194, .2);
     box-shadow: 0 2px 6px 0 rgba(0, 106, 194, .2);
     background: #002e5b;
     color: #fff;
 }
 
 .sr_Wr_inner {
     padding: 50px 0;
 }
 
 .services_UL ul {
     margin: 0;
     padding: 0;
 }
 
 .services_UL ul li {
     list-style: none;
     position: relative;
     margin: 0 0 4px 0;
 }
 
 .services_UL ul li::before {
     content: '\EA6C';
     left: -18px;
     top: 10px;
     font-family: remixicon !important;
     color: #002e5b;
 }
 
 .is_sticky {
     position: -webkit-sticky;
     position: sticky;
     top: 93px;
 }
 
 .services_UL h3 {
     font-size: 25px;
     color: #002e5b;
     text-transform: capitalize;
     font-weight: 600;
 }
 
 .sidenav .dropdown-item i {
     float: right;
 }
 
 .sidenav .dropdown-item {
     color: #fff;
     border-color: #ececec;
     padding: 13px 20px;
 }
 
 .sidenav .dropdown-item.active {
     background: #99cc31 !important;
 }
 
 .sidenav h3 {
     margin: 0 0 20px 0;
 }
 /* services */ 

 .career_dv{
     padding: 40px 0;
     text-align: center;
     background: url(../images/career_bg.jpg);
     background-size: cover;
     background-repeat: no-repeat;
     color: #fff;
 }

 .career_dv a{ 
     color: #9acd32;
 } 
 
 .why-us {
	background-color: #f7f7f7;
	padding: 50px 0px;
	background: #f7f8fa;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
 .mission {
    margin-top: 23px;
    width: 100%;
    display: block;
    padding-left: 60px;
    height: auto;
    background-image: url("../images/mission.png");
    background-repeat: no-repeat;
  }
  
  .mission h4 {
    color: #002e5b;
    font-size: 1.3em;
    font-weight: 400;
    margin-bottom: 5px;
  }
  
  .objective {
    margin-top: 35px;
    width: 100%;
    display: block;
    padding-left: 60px;
    height: auto;
    background-image: url("../images/objective.png");
    background-repeat: no-repeat;
  }
  
  .objective h4 {
    color: #002e5b;
    font-size: 1.3em;
    font-weight: 400;
    margin-bottom: 5px;
  }
  
  .values {
    margin-top: 35px;
    width: 100%;
    display: block;
    padding-left: 60px;
    height: auto;
    background-image: url("../images/value.png");
    background-repeat: no-repeat;
  }
  
  .values h4 {
    color: #002e5b;
    font-size: 1.3em;
    font-weight: 400;
    margin-bottom: 5px;
  }
  
  .about_associates h4 {
	color: #002e5b;
	display: block;
	font-size: 1.5em;
	font-weight: 600;
	margin: 0px 0px 15px 0px;
}

.about_associates ul {
    display: block;
    padding: 0 0 0 26px;
  }
  
  .about_associates ul li {
    list-style-type: none;
    font-size: 15px;
    margin-left: 1.4em;
    margin: 0 0 3px 0;
  }
  
  .mt-20 {
    margin-top: 20px;
  }
  
  .about_associates ul li:before {
    content: "\EA6C";
    font-family: remixicon ;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #002e5b;
    font-size: 0.9em;
    padding-right: 0.5em;
    position: relative;
    top: 0px;
    left: 0;
    transition: ease-in-out all 0.2s;
    margin-left: -1.5em;
  }
  .info_bx {
	padding: 30px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.29);
	border-radius: 10px;
}
.BrDIrEctor_item img {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24);
	border-radius: 100%;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	background: #fff;
	margin-bottom: 14px;
	border: 4px solid #fff;
}
.BrDIrEctor_item {
	box-shadow: 0 0 0 1px rgba(0,0,0,.15),0 2px 3px rgba(0, 0, 0, 0.24);
	padding: 20px;
	border-radius: 50px;
	margin-bottom: 30px;
	background: #fff;
	text-align: center;
	min-height: 267px;
	background: #fbfbfb;
	color: #002e5b;
}

.BrDIrEctor_item p{
margin: 0;
font-weight: 300;
font-size: 15px;
}

.BrDIrEctor_item h3 {
	font-size: 18px;
	position: relative;
	color: #002e5b;
	margin: 0 0 5px 0;
	font-weight: bold;
}
.media {
	margin: 0 0 28px 0;
	align-items: center;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #9acd32;
}







 
 .nav-folderized .nav {
     display: block!important;
 }
 
 .payment_btn {
     color: #fff;
     border-radius: 3px;
     line-height: 20px;
     font-weight: 700;
     border: none;
     text-transform: uppercase;
     cursor: pointer;
     display: inline-block;
     text-align: center;
     padding: 13px 27px;
     font-size: 14px;
     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
     opacity: 0.8;
     background: #002e5b;
 }
 
 .payment_btn:hover {
     color: #fff;
 }
 .sr_Wr_inner h3{
     font-size: 26px;
     font-weight: 600;
     color: #002e5b;
     text-transform: capitalize;
 }
 

/* team */
.team_main{
    padding: 50px 0;
    background: url(../images/bg_team.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.team_inner{
    text-align: center;
    padding: 20px;
}
.team_inner .team_iNg_H{
    width: 250px;
    height: 250px;
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 100%;
    border: 3px solid #9acd32;
    box-shadow: 0 1px 6px rgba(0,0,0,0.3);
}

.enquire_main{
    padding: 50px 0;
}


.tean_conTen h4{
    color: #002e5b;
    font-weight: 500;
}

/* team */

















 @media only screen and (max-width :990px) {
     /**nav-expand for footer with head and ul**/
     .nav-folderized .nav h6 {
         cursor: pointer;
         width: 100%;
         padding: 10px 17px;
         margin: 0;
         font-size: 15px;
         border-bottom: 1px solid #55a5e045;
     }
     .nav-folderized ul {
         max-height: 0;
         overflow: hidden;
         transition: max-height 1s ease-out;
         width: 100%;
         padding: 0 0 0 21px;
         margin: 0;
     }
     .nav-folderized .nav h6:after {
         content: "+";
         float: right;
     }
     .nav-folderized .nav.open h6:after {
         content: "-";
     }
     .nav-folderized .nav.open ul {
         height: auto;
         max-height: 500px;
         transition: max-height 1s ease-in !important;
     }
     .nav-folderized .nav {
         padding: 0!important;
         display: block!important;
     }
 }