/*-----------------------------------------------------------------------------------

 Theme Name: SGA Globe
 Description: SGA Globe is an international consulting firm made up of a dedicated team of Chartered Accountants and financial experts. Our diverse expertise allows us to offer comprehensive solutions tailored to your business needs.
 Author: Kapil Prajapati
-----------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


:root {
  --primary-background:linear-gradient(to right, #0c65c6, #2cb484);
  --banner-background: linear-gradient(to right, #0c65c6 -17%, #2cb484 33%);
  --banner-button:#004d9f;
  --section-background: linear-gradient(to right, rgba(12, 101, 198, 0.2), rgba(44, 180, 132, 0.2));
  --secondry-background:#2d2d2d;
  --heading-color:#2cb484;
  --white-background:#fff;
  --black-background:#000;
  --primary-color:#1a4845;
  --black-color:#000;
  --white-color:#fff;
  --font-weight-100:100;
  --font-weight-200:200;
  --font-weight-300:300;
  --font-weight-400:400;
  --font-weight-500:500;
  --font-weight-600:600;
  --font-weight-700:700;
  --font-weight-800:800;
  --font-10:10px;
  --font-11:11px;
  --font-12:12px;
  --font-13:13px;
  --font-14:14px;
  --font-15:15px;
  --font-16:16px;
  --font-17:17px;
  --font-18:18px;
  --font-19:19px;
  --font-20:20px;
  --font-21:21px;
  --font-22:22px;
  --font-23:23px;
  --font-24:24px;
  --font-25:25px;
  --font-26:26px;
  --font-27:27px;
  --font-28:28px;
  --font-29:29px;
  --font-30:30px;
  --font-31:31px;
  --font-32:32px;
  --font-33:33px;
  --font-34:34px;
  --font-35:35px;
  --font-36:36px;
  --font-37:37px;
  --font-38:38px;
  --font-39:39px;
  --font-40:40px;
  --font-41:41px;
  --font-42:42px;
  --font-43:43px;
  --font-44:44px;
  --font-45:45px;
  --font-46:46px;
  --font-47:47px;
  --font-48:48px;
  --font-49:49px;
  --font-50:50px;
  --font-60:60px;
  --font-70:70px;
  --font-80:80px;
  --font-90:90px;
  --font-100:100px;
  --justify-center:center;
  --justify-spabe:space-between;
  --align-center:center;
  --primary-display:block;
  --secondary-display:flex;
  --display-inline:inline-block;
  --text-uppercase:uppercase;
  --text-capital:capitalize;
}
body{font-family: var(--primary-font-family);}
p{font-family: "Poppins", sans-serif;}
h1{  font-family: "Montserrat", sans-serif;}
h2{  font-family: "Montserrat", sans-serif;}
h3{  font-family: "Montserrat", sans-serif;}
h4{  font-family: "Montserrat", sans-serif; margin-bottom: 0;}
h5{ font-family: "Montserrat", sans-serif;}
h6{ font-family: "Montserrat", sans-serif;}
a{font-family: "Poppins", sans-serif;}
li{font-family: "Poppins", sans-serif;}
div{font-family: "Poppins", sans-serif;}
input{font-family: "Poppins", sans-serif;}
span{font-family: "Poppins", sans-serif;}
label{font-family: "Poppins", sans-serif;}
button{font-family: "Poppins", sans-serif;}
html {
  scroll-behavior: smooth;
}

/*=======================header ccss start============================*/
/* sticky menu css */
.is-sticky{position: fixed!important;top: 0;left: 0;width: 100%;z-index: 999;box-shadow: 0 2px 15px rgba(0,0,0,.1); background-color: #fff;}
.is-sticky{animation: smoothScroll 1s forwards; }
@keyframes smoothScroll {
    0% {transform: translateY(-150px); } 
    100% {transform: translateY(0px); }
}

.top-bar-wrapp{position: relative; background-color: #15325E; padding: 8px;}
.top-bar-wrapp:before{content: ''; --tw-bg-opacity: 1; background-color: #0D5898; --tw-skew-x: -27deg; transform: translate(0, 0) rotate(0) skew(-27deg) skewY(0) scaleX(1) scaleY(1); width: 60%; height: 100%; top: 0; position: absolute; left: -10%; }
.top-bar-wrapp:after{content: ''; --tw-bg-opacity: 1; background-color: #0D5898; transform: translate(5px, 0) rotate(0) skew(-27deg) skewY(0) scaleX(1) scaleY(1); width: .25rem; height: 100%; top: 0; left: 50%; position: absolute; }
.topbar-left{position: relative; display: flex; align-items: center; height: 100%; }
.topbar-left p{margin-bottom: 0px;}
.topbar-left p a{text-decoration: none; color: #fff; font-size: 15px;}
.topbar-left p a i{margin-right: 7px;}
.topbar-right{position: relative; display: flex; align-items: center; height: 100%; justify-content: flex-end;}
.topbar-right ul{list-style-type: none; padding-left: 0px; display: flex; gap:15px; align-items: center; margin-bottom: 0px;}
.topbar-right ul li a{color: #fff; text-decoration: none;}
.topbar-right ul li a i{font-size: 17px;}
.topbar-right ul li h5{color: #fff; font-size: 15px; margin-bottom: 0px; margin-right: 5px; text-transform: uppercase;}
.navbar{background-color: #fff;}
.navbar-nav{gap:13px;}
.navbar-nav li a{color: #15325E; font-size: 15px; font-weight: 500;}
.navbar-brand{width: 19%;}
.navbar-brand img{width: 100%;}
/*========================header css end===========================*/



/*============================================Home main banner css start=======================================*/

.banner-item{display: flex; justify-content: center; align-items: center;     margin-bottom: 20px;}
.main-banner-content{width: 65%;}
.main-banner-image{width: 50%;}
.main-banner-image img{width: 100%;}
.banner-main-image{width: 100%;}
.home-slider-inner{width: 100%;background-repeat: no-repeat; background-size: cover;     padding: 0px 0px 0px 0px;}
#home-slider .owl-dots button{border: 1px solid #212754!important; background-color: #212754!important; width: 10px; height: 10px; border-radius: 50px; margin-right: 10px; margin-bottom: 9px;}
#home-slider .owl-dots button.active{background-color: #212754!important; height: 40px;}
#home-slider .owl-dots{justify-content: center; display: none; margin-top: 30px; margin-bottom: 30px; position: absolute; display: grid; top: 100px; right: -48px;}
#home-slider .owl-dots button:focus{outline: none; box-shadow: none;}
#home-slider{position: relative;}
.main-banner-content h3{color: #212754; text-transform: uppercase; font-size: 60px; font-weight: 500; text-shadow: 0px 7px #dee4f4;}
.main-banner-content h2{font-weight: 700; font-size: 70px; color: #212754; text-shadow: 0px 8px #dee4f4;}
.main-banner-content p{font-size: 21px; color: #212754; margin-top: 15px;}
.main-banner-content{padding-right: 70px;}
.banner-main-button a{background-color: #dee4f4; padding: 10px 30px; color: #212754; text-transform: uppercase; font-size: 1vw; text-decoration: none; font-weight: 600; border-radius: 50px;}
.banner-main-button{margin-top: 40px;}
.home-slider-wrapper{box-shadow: 0px 0px 10px #b8bbd4;}
#home-slider .owl-nav .owl-prev {position: absolute; left: 15px; top: 43%; opacity: 0; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background: rgb(255 255 255 / 50%) !important; width: 60px; cursor: pointer; height: 60px; position: absolute; display: block; z-index: 1000; border-radius: 50px;  border: 1px solid #ccc;}
#home-slider .owl-nav .owl-prev span {font-size: 1.6875rem; color: #fff; }
#home-slider .owl-nav .owl-prev:focus {outline: 0; }
#home-slider .owl-nav .owl-prev:hover {background: #000 !important; color: #fff;}
#home-slider .owl-nav .owl-next {position: absolute; right: 15px; top: 43%; opacity: 0; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background: rgb(255 255 255 / 50%) !important; width: 60px; cursor: pointer; height: 60px; position: absolute; display: block; z-index: 1000; border-radius: 50px;  border: 1px solid #ccc;}
#home-slider .owl-nav .owl-next span {font-size: 1.6875rem; color: #fff; }
#home-slider .owl-nav .owl-next:focus {outline: 0; }
#home-slider .owl-nav .owl-next:hover {background: #000 !important; color: #fff;}
#home-slider:hover .owl-prev {left: 15px; opacity: 1; }
#home-slider:hover .owl-next {right: 15px; opacity: 1; }
 #home-slider .item{height: 450px;}
 #home-slider .item img{height: 100%; object-fit: cover; width: 100%; object-position: right;}
 #home-slider .item .cover {padding: 75px 0; position: absolute; width: 100%; height: 100%; top: 0; left: 0;   /*background: rgb(0 0 0 / 40%);*/ display: flex; align-items: center; }
 #home-slider .item .cover .header-content {position: relative; padding: 0px; overflow: hidden;    width: 76%;     margin: 0 auto; text-align: center;}
 #home-slider .item .cover .header-content .line {content: ""; display: inline-block; width: 100%; height: 100%; left: 0; top: 0; position: absolute; border: 9px solid #fff; -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); }
 #home-slider .item .cover .header-content h2 {font-weight: 300; font-size: 35px; color: #fff; }
 #home-slider .item .cover .header-content h1 {font-size: 51px;  margin: 0px 0 20px; word-spacing: 3px; color: #000;  text-align: left; }
#home-slider .item .cover .header-content h2 {font-size: 24px; margin: 0px 0 14px; word-spacing: 3px; text-align: center; font-weight: 500; color: #fff; }
#home-slider .item .cover .header-content h2 span{color: #41b1b3; text-decoration: underline;}
#home-slider .item .cover .header-content h5 {font-size: 20px; font-weight: 600; margin: 0px 0 20px; word-spacing: 3px; color: #41b1b3; text-align: left;}
/*header .item .cover .header-content h2 {color: #ff0200; padding: 0px 20px; font-size: 61px;}*/
 #home-slider .item .cover .header-content p{color: #fff; font-size: 15px; text-align: center; width: 100%; font-weight: 400; margin-top: 13px; }
 #home-slider .item .cover .header-content h3 {font-size: 40px; font-weight: 700; color: #fff; line-height: 57px; margin-bottom: 14px; }

 #home-slider .owl-item.active h1 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
 #home-slider .owl-item.active p {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInLeft; animation-delay: 0.3s; }
 #home-slider .owl-item.active .banner_button {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
 #home-slider .owl-item.active h2 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
 #home-slider .owl-item.active h3 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInUp; animation-delay: 0.3s; }
 #home-slider .owl-item.active .line {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInLeft; animation-delay: 0.3s; }

 #home-slider .item .cover .header-content .banner-read-more{    color: #ffffff; font-size: 15px; line-height: 15px; font-weight: 500; font-style: normal; text-decoration: none; background-color: #E71D25; border-color: #E71D25; border-style: solid; border-width: 1px 1px 1px 1px; border-radius: 8px;     padding: 14px 24px; display: inline-block; font-size: 16px;}
 #home-slider .item .cover .header-content .banner-contact-us{    color: #ffffff; font-size: 15px; line-height: 15px; font-weight: 500; font-style: normal; text-decoration: none; background-color: #000; border-color: #fff; border-style: solid; border-width: 1px 1px 1px 1px; border-radius: 8px;     padding: 14px 24px; margin-left: 20px; display: inline-block; font-size: 16px;}

  #home-slider .item .cover .header-content .banner_buttons{margin-top: 20px;}
  #home-slider .item .cover .header-content ul{padding-left: 0px; list-style-type: none; margin-top: 30px;}
  #home-slider .item .cover .header-content ul li{margin-bottom: 10px; color: #fff; font-size: 15px;}
  #home-slider .item .cover .header-content ul li i{margin-right: 10px;}
 #home-slider .owl-item.active  ul li {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInLeft; animation-delay: 0.3s; }
 #home-slider .owl-item.active .banner-contact-us{-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInUp; animation-delay: 0.3s; }
 #home-slider .owl-item.active .banner-read-more{-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInUp; animation-delay: 0.3s; }
 .at-header-social {left: -120px; top: 50%; z-index: 50; -webkit-transform: translateY(-50%) rotate(-90deg); transform: translateY(-50%) rotate(-90deg); }
.hero-social-2>span {color: #fff; }
.at-header-social>span {color: #fff; position: relative; padding-left: 20px; font-weight: 600; }
.hero-social-2>span::before {background-color: #fff; }
.at-header-social>span::before {content: ""; position: absolute; left: -5px; bottom: 11px; width: 15px; height: 2px; background: #ff8057; }
.at-header-social .social-list li {display: inline-block; -webkit-transform: rotate(90deg); transform: rotate(90deg); margin-right: 12px; }
.hero-social-2 .social-list li a {color: #fff; }
.at-header-social .social-list li a {color: #001042; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; margin: 5px; }
.at-header-social .social-list li a i{color: #fff;}
.social-list {margin-bottom: 0px;}

/*============================================Home main banner css end=======================================*/

/*============================================footer section css start=======================================*/
.main-footer{background-color: #15325E; padding: 0px;}
.footer-about img{width: 60%; margin-bottom: 20px; }
.footer-about p{font-size: 15px; color: #fff;}
.footer-about ul{list-style-type: none; padding-left: 0px; margin-bottom: 0px;}
.footer-about ul li{margin-bottom: 15px;}
.footer-about ul li:last-child{margin-bottom: 0px;}
.footer-about ul li a{display: flex; align-items: center;font-size: 15px; color: #fff; text-decoration: none;}
.footer-about ul li a i{width: 36px; height: 36px; background-color: #2d599c; display: flex; align-items: center; justify-content: center; border-radius: 50px; margin-right: 14px; }
.footer-about{border-right: 1px solid #ccc; padding: 30px 20px;     height: 100%;}
.quick-links h4{font-size: 17px; font-weight: 600; color: #fff; margin-bottom: 29px; }
.quick-links ul{list-style-type: none; padding-left: 0px; margin-bottom: 0px;}
.quick-links ul li{margin-bottom: 15px;}
.quick-links ul li:last-child{margin-bottom: 0px;}
.quick-links ul li a{text-decoration: none; font-size: 15px; color: #fff;}
.footer-right{padding: 30px 0px 10px;}
.footer-blog h4{font-size: 17px; font-weight: 600; color: #fff; margin-bottom: 29px; }
.footer-blog ul{padding-left: 0px; list-style-type: none;}
.footer-blog ul li{ display: flex; align-items: center; margin-bottom: 15px; }
.footer-blog ul li img{ margin-right: 15px; width: 64px;}
.footer-blog{padding-left: 20px;}
.foot-blog-con h5{font-size: 15px; color: #fff; }
.foot-blog-con p{font-size: 14px; margin-bottom: 0px; color: #E71D25;}
.footer-newsletter h4{font-size: 17px; font-weight: 600; color: #fff; margin-bottom: 29px; }
.footer-newsletter p{font-size: 15px; margin-bottom: 20px; color: #fff;}
.newsletter-form {position: relative; }
.newsletter-form .form-group {position: relative; margin-bottom: 0; }
.newsletter-form .form-group input[type=email] {position: relative; display: block; height: 60px; width: 100%; color: #15325E; padding: 10px 25px; background-color: #fff; border-radius: 4px 30px 30px 4px; margin-bottom: 35px; transition: all 0.4s ease 0s; border: none; }
.newsletter-form .form-group input:focus{box-shadow: unset;outline: none;}
.newsletter-form .form-group button[type=submit] {display: inline-block; position: absolute; top: 50%; transform: translateY(-50%); right: 10px; width: 38px; height: 38px; font-size: 16px; color: #fff; background: #E71D25; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: none; }
.footer-newsletter {padding-left: 15px;}
.footer-newsletter h5{display: flex; align-items: center;font-size: 13px; color: #fff; text-decoration: none; font-weight: 400;}
.footer-newsletter h5 i{width: 30px; height: 30px; background-color: #2d599c; display: flex; align-items: center; justify-content: center; border-radius: 50px; margin-right: 14px;}
.footer-bottom{background-color: #081932; padding: 15px 0px;}
.copyright-con p{font-size: 15px; color: #fff; margin-bottom: 0px;}
.copyright-con p a{color: #fff; text-decoration: none;}
.footer-bottom-link ul{list-style-type: none; padding-left: 0; display: flex; justify-content: flex-end; gap:30px; margin-bottom: 0px;}
.footer-bottom-link ul li a{color: #fff; font-size: 15px; text-decoration: none;}
.footer-bottom-link ul li:after{content: ''; position: absolute; right: -17px; top: 0; height: 100%; width: 1px; background-color: #fff; }
.footer-bottom-link ul li:last-child:after{display: none;}
.footer-bottom-link ul li{position: relative;}
/*============================================footer section css end=======================================*/

/*============================================strategic piller section css start=======================================*/

.strategic-piller-wrapp{padding: 40px 0px;}
.piller-head{text-align: center; margin-bottom: 25px;}
.piller-head h5{color: #E71D25; text-transform: uppercase; font-size: 17px; margin-bottom: 10px;}
.piller-head h2{font-size: 32px; color: #0D5898; font-weight: 700;}
.piller-head h2 span{color: #15325E;}
.piller-box{background-color: #fff; box-shadow: 0px 0px 10px #ccc; margin: 10px;}
.piller-con{padding: 20px;}
.piller-con p{margin-bottom: 0px; font-size: 14px; color: #000;line-height: 22px;}
.piller-con h3{font-size: 18px; color: #000; font-weight: 700; }
.piller-con h4{background-color: #0d58984a; display: inline-block; font-size: 14px; color: #15325E; margin-bottom: 15px; padding: 5px 15px; border-radius: 5px; }
.piller-slider .owl-nav .owl-prev {position: absolute; left: -46px; top: 43%; opacity: 1; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background: #E71D25 !important; width: 40px; cursor: pointer; height: 40px; position: absolute; display: block; z-index: 1000; border-radius: 50px; border: 1px solid #ccc; color: #fff !important; font-size: 24px !important;}
.piller-slider .owl-nav .owl-prev span {font-size: 1.6875rem; color: #fff; }
.piller-slider .owl-nav .owl-prev:focus {outline: 0; }
.piller-slider .owl-nav .owl-prev:hover {background: #15325E !important; color: #fff;}
.piller-slider .owl-nav .owl-next {position: absolute; right: -46px; top: 43%; opacity: 1; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background: #E71D25 !important; width: 40px; cursor: pointer; height: 40px; position: absolute; display: block; z-index: 1000; border-radius: 50px;  border: 1px solid #ccc; color: #fff !important; font-size: 24px !important;}
.piller-slider .owl-nav .owl-next span {font-size: 1.6875rem; color: #fff; }
.piller-slider .owl-nav .owl-next:focus {outline: 0; }
.piller-slider .owl-nav .owl-next:hover {background: #15325E !important; color: #fff;}
.piller-slider:hover .owl-prev {left: -46px; opacity: 1; }
.piller-slider:hover .owl-next {right: -46px; opacity: 1; }

/*============================================strategic piller section css end=======================================*/

/*============================================home about section css start=======================================*/

.home-abt-con{height: 100%; display: flex; align-items: center;}
.home-abt-con h6{color: #E71D25; text-transform: uppercase; font-size: 17px; margin-bottom: 10px;}
.home-abt-con h3{font-size: 32px; color: #0D5898; font-weight: 700;}
.home-abt-con h3 span{color: #15325E;}
.home-abt-con p{ font-size: 14px; color: #000; line-height: 26px;}
.home-abt-con a{background-color: #E71D25; display: inline-block; color: #fff; font-size: 15px; border-radius: 8px; padding: 10px 20px; text-decoration: none; margin-top: 7px;} 
.home-abt-wrapp{ padding: 40px 0px; background-color: #0d58981f; }
.about-image img{width: 100%;}
/*============================================home about section css end=======================================*/

/*============================================features programme section css start=======================================*/
.feat-programme-wrapp{padding: 40px 0px 80px;}
.feat-box{background-color: #fff; box-shadow: 0px 0px 10px #ccc; margin: 10px;}
.feat-con{padding: 20px;}
.feat-con p{margin-bottom: 0px; font-size: 14px; color: #000;line-height: 22px;}
.feat-con h3{font-size: 18px; color: #000; font-weight: 700; margin-bottom: 14px;}
.feat-con a{color: #15325E; text-decoration: none; display: inline-block; margin-top: 19px;}
.feat-con a i{color: #E71D25; margin-right: 4px; font-size: 19px; }
.feat-pro-slide .owl-dots button{ background-color: #15325e73 !important; width: 50px; height: 12px; border-radius: 50px; margin-right: 10px; margin-bottom: 9px;}
.feat-pro-slide .owl-dots button.active{background-color: #15325E!important; height: 12px;}
.feat-pro-slide .owl-dots{justify-content: center; margin-top: 30px; position: absolute; display: var(--secondary-display) !important; bottom: -45px; left: 0px; right: 0; }
.feat-pro-slide .owl-dots button:focus{outline: none; box-shadow: none;}

/*============================================features programme section css end=======================================*/

/*============================================report insight section css start=======================================*/
.report-insight-wrapp{padding: 40px 0px 80px; background-color: #0d58981f; }
.report-box{background-color: #fff; box-shadow: 0px 0px 10px #ccc; margin: 10px; display: flex;align-items: center;padding:10px;}
.report-img {width: 77%;}
.report-con{padding: 23px 14px;}
.report-con p{margin-bottom: 0px; font-size: 14px; color: #000;line-height: 22px;}
.report-con h3{font-size: 17px; color: #000; font-weight: 700; }
.report-con h4{background-color: #0d58984a; display: inline-block; font-size: 13px; color: #15325E; margin-bottom: 8px; padding: 4px 10px; border-radius: 5px; }
.report-slider .owl-dots button{ background-color: #15325e73 !important; width: 50px; height: 12px; border-radius: 50px; margin-right: 10px; margin-bottom: 9px;}
.report-slider .owl-dots button.active{background-color: #15325E!important; height: 12px;}
.report-slider .owl-dots{justify-content: center; margin-top: 30px; position: absolute; display: var(--secondary-display) !important; bottom: -45px; left: 0px; right: 0; }
.report-slider .owl-dots button:focus{outline: none; box-shadow: none;}

/*============================================report insight section css end=======================================*/

/*============================================news events section css start=======================================*/
.news-event-wrapp{padding: 40px 0px;}
.news-box{background-color: #fff; box-shadow: 0px 0px 10px #ccc; margin: 10px;}
.news-con{padding: 20px;}
.news-con p{margin-bottom: 0px; font-size: 14px; color: #000;line-height: 22px;}
.news-con h3{font-size: 18px; color: #000; font-weight: 700; }
.news-con h4{background-color: #0d58984a; display: inline-block; font-size: 14px; color: #15325E; margin-bottom: 15px; padding: 5px 15px; border-radius: 5px; }
.news-con h6{border-top: 1px solid #ccc; padding: 10px 5px 0px; color: #E71D25; font-size: 15px; margin-bottom: 0px; margin-top: 17px; }
.news-slider .owl-nav .owl-prev {position: absolute; left: -46px; top: 43%; opacity: 1; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background: #E71D25 !important; width: 40px; cursor: pointer; height: 40px; position: absolute; display: block; z-index: 1000; border-radius: 50px; border: 1px solid #ccc; color: #fff !important; font-size: 24px !important;}
.news-slider .owl-nav .owl-prev span {font-size: 1.6875rem; color: #fff; }
.news-slider .owl-nav .owl-prev:focus {outline: 0; }
.news-slider .owl-nav .owl-prev:hover {background: #15325E !important; color: #fff;}
.news-slider .owl-nav .owl-next {position: absolute; right: -46px; top: 43%; opacity: 1; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background: #E71D25 !important; width: 40px; cursor: pointer; height: 40px; position: absolute; display: block; z-index: 1000; border-radius: 50px;  border: 1px solid #ccc; color: #fff !important; font-size: 24px !important;}
.news-slider .owl-nav .owl-next span {font-size: 1.6875rem; color: #fff; }
.news-slider .owl-nav .owl-next:focus {outline: 0; }
.news-slider .owl-nav .owl-next:hover {background: #15325E !important; color: #fff;}
.news-slider:hover .owl-prev {left: -46px; opacity: 1; }
.news-slider:hover .owl-next {right: -46px; opacity: 1; }

/*============================================news events section css end=======================================*/

/*============================================testimonial section css start=======================================*/
.testimonial-wrapp{padding: 40px 0px 40px; background-color: #0d58981f; }
.testimonial-left h6{color: #E71D25; text-transform: uppercase; font-size: 17px; margin-bottom: 10px;}
.testimonial-left h3{font-size: 32px; color: #0D5898; font-weight: 700; margin-bottom: 21px;}
.testimonial-left h3 span{color: #15325E;}
.testimonial-left img{width: 100%;}
.rs-testimonial-2__items {position: relative; z-index: 10; }
.rs-testimonial-2__items .testimonial-content {background: #ffffff; padding: 30px 30px 30px 30px; margin: 30px 0px 30px 30px; box-shadow: -5px 8px 20px 0px rgba(0, 37, 89, 0.06); border-radius: 10px; position: relative; }
.rs-testimonial-2__items .testimonial-content img {width: 40px!important; position: absolute; top: -24px; left: 40px; }
.rs-testimonial-2__items .testimonial-content p {font-size: 14px; line-height: 22px; margin-bottom: 0; }
.rs-testimonial-2__items .testimonial-content::after {position: absolute; content: ""; left: 0px; bottom: -29px; border-bottom: 0 solid; border-left: 0 solid; border-right: 45px solid; border-top: 45px solid; background-color: initial; border-color: transparent; border-top-color: #ffffff; }
.rs-testimonial-2__items .testimonial-author {margin-left: 30px; margin-top: 42px; display: flex; align-items: center; }
.rs-testimonial-2__items .testimonial-author .author-thumb {width: 83px; border: 1px solid #e71d25; border-radius: 10px; margin-right: 20px; }
.rs-testimonial-2__items .testimonial-author .author-thumb img {margin-left: 10px; margin-top: 10px; border-radius: 10px; width: 83px; margin-bottom: -1px; }
.rs-testimonial-2__items .testimonial-author .author-content .title {font-size: 17px; font-weight: 700; color: #15325E; margin-bottom: 2px; }
.rs-testimonial-2__items .testimonial-author .author-content span {font-size: 14px; font-weight: 400; color: #454545; }
.rs-testimonial-2__items .testimonial-author .author-content img {width: 60px; margin-top: 4px; }
.rs-testimonial-2__slider-box .owl-dots {position: absolute; left: auto; right: -100px; top: 50%; transform: translateY(-50%); z-index: 5; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-testimonial-2__slider-box .owl-dots {right: -75px; } 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-testimonial-2__slider-box .owl-dots {right: -75px; } 
}
@media only screen and (max-width: 767px) {
  .rs-testimonial-2__slider-box .owl-dots {right: -70px; }
}
@media only screen and (max-width: 575px) {
  .rs-testimonial-2__slider-box .owl-dots {display: flex; position: relative; flex-wrap: wrap; transform: translateY(0%); left: 30px; bottom: -30px; gap: 10px; }
}
/* .rs-testimonial-2__slider-box .owl-dots .owl-dot {display: flex; flex-direction: column; position: relative; top: 0px; margin: 10px 0; }
.rs-testimonial-2__slider-box .owl-dots .owl-dot span {width: 60px; height: 60px; border-radius: 50%; display: block; background-image: url(../images/testi1.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; margin: 0px; overflow: hidden; }
.rs-testimonial-2__slider-box .owl-dots .owl-dot.active span {border: 1px solid #ffffff; box-shadow: 0 0 0 3px #e71d25; }
.rs-testimonial-2__slider-box .owl-dots .owl-dot:nth-child(2) span {background-image: url(../images/testi2.jpg); }
.rs-testimonial-2__slider-box .owl-dots .owl-dot:nth-child(3) span {background-image: url(../images/testi3.jpg); }
.rs-testimonial-2__slider-box .owl-dots .owl-dot:nth-child(4) span {background-image: url(../images/testi4.jpg); }
.rs-testimonial-2__slider-box .owl-dots .owl-dot:nth-child(5) span {background-image: url(../images/testi5.jpg); } */
/*============================================testimonial section css end=======================================*/

/*============================================partners section css start=======================================*/
.partner-wrapp{padding: 60px 0px;}
.rs-brand__top-title {text-align: center; position: relative; margin-bottom: 45px; }
.rs-brand__top-title::before {position: absolute; content: ""; right: 0; top: 50%; transform: translateY(-50%); height: 2px; width: 37%; background: #EBECF2; }
.rs-brand__top-title::after {position: absolute; content: ""; left: 0; top: 50%; transform: translateY(-50%); height: 2px; width: 37%; background: #EBECF2; }
.rs-brand__top-title span{color: #E71D25; font-size: 25px; line-height: 24px; font-weight: 700; }
.devider{background: #EBECF2; width: 100%; height: 2px; margin-top: 50px;}
/*============================================partners section css end=======================================*/

/*==========================Inner banner section css start==========================*/

.inner-banner-inner{background-position: 100%;background-size: cover;height: 500px;position: relative;}
.inner-banner-main{opacity: 1;transition: background 0.3s, border-radius 0.3s, opacity 0.3s;height: 100%;width: 100%;top: 0;left: 0;position: absolute;display: flex; justify-content: center; align-items: center;}
.inner-banner-content h3{color: #fff;font-weight: 700;font-size: 38px;padding-top: 80px;text-transform: uppercase;}
.inner-banner-img{width: 100%;}
.inner-banner-img img{width: 100%; height: 350px; object-fit: cover;}
.inner-banner-img{position: relative;}
.inner-banner-con-inn h2{color: #fff; font-weight: 700; font-size: 30px; margin-bottom: 20px;}
.inner-banner-con-inn p{color: #fff; font-weight: 500; font-size: 18px; margin-bottom: 19px; }
.inner-banner-con{text-align: center;}
.bread-crumb ol{justify-content: center;}
ol.breadcrumb li {display: inline; font-size: 18px; color: #fff!important;font-weight: 500;}
ol.breadcrumb li+li:before {padding: 0px; color: #fff!important; content: "/\00a0"; }
ol.breadcrumb li a {color: #fff!important; text-decoration: none; font-weight: 500;}
ol.breadcrumb li a:hover {color: #fff; text-decoration: underline; }
.bread-crumbs{margin-bottom: 0;}
ol.breadcrumb li a i{margin-right: 7px;}
/*==========================Inner banner section css end===========================*/
.business-middle{background-color: unset;}
.business-feat{background-color: #0d58981f;}
.why-choose{background-color: unset;}
.inner-piller{background-color: #0d58981f;}

/*==========================about page section css start===========================*/
.team-box{background-color: #fff; box-shadow: 0px 0px 10px #ccc; margin: 10px;     border-top: 3px solid #15325e;}
.team-top{display: flex; align-items: center; justify-content: space-between;  border-bottom: 1px solid #ccc; padding: 18px 20px;}
.team-author h3{color: #15325E; font-weight: 700; font-size: 22px; }
.team-author h5{margin-bottom: 0; font-size: 16px; color: #0d5898; }
.team-image{width: 80px; height: 80px; object-fit: cover; border-radius: 50px;}
.team-image img{width: 100%; height: 100%; object-fit: cover; border-radius: 50px;}
.team-con{padding: 20px;}
.team-con p{font-size: 14px; color: #000; line-height: 24px; margin-bottom: 0; }
/*==========================about page section css end===========================*/

.related-pillers-rigth{background-color: #e2ebf2; border-radius: 10px; padding: 16px; }
.related-pillers-rigth h4{color: #E71D25; text-transform: uppercase; font-size: 15px; margin-bottom:7px; }
.related-pillers-rigth h2{font-size: 19px; color: #0D5898; font-weight: 700; margin-bottom: 16px; }
.related-pillers-rigth ul{padding-left: 0px; margin-bottom: 0px; list-style-type: none;}
.related-pillers-rigth ul li{display: flex; align-items: center; margin-bottom: 15px;}
.related-pillers-rigth .related-pill-img{width: 30%; border-radius: 10px; margin-right: 19px; }
.related-pillers-rigth .related-pill-img img{width: 100%; object-fit: cover; height: 100px; }
.related-pillers-rigth .related-pill-con{width: 80%;}
.related-pillers-rigth .related-pill-con h5{font-size: 15px; color: #15325e; font-weight: 700; margin-bottom: 7px; }
.related-pillers-rigth .related-pill-con p{font-size: 14px; color: #000; margin-bottom: 0px;}
.related-pillers-rigth ul li:last-child{margin-bottom: 0px;}
.business-feat img{width: 100%;}


.why-choose .related-pillers-rigth{background-color: unset; border-radius: 0px; padding: 0px; }
.why-choose .related-pillers-rigth ul li {display: flex; align-items: center; background-color: #e2ebf2; width: 48%;     margin: 0 14px 14px 0px; padding: 9px; border-radius: 10px; }
.why-choose .related-pillers-rigth ul{display: flex; flex-wrap: wrap;}
.why-choose .related-pillers-rigth .related-pill-img img {width: 100%; object-fit: cover; height: 100px; border-radius: 7px; }
.why-choose .related-pillers-rigth .related-pill-img {width: 27%; border-radius: 10px; margin-right: 10px; }
.why-choose .related-pillers-rigth .related-pill-con p{line-height: 20px;}

.report-right ul li{width: 100%!important; padding: 0px!important;}
.report-right{background-color: #e2ebf2; border-radius: 10px; padding: 16px; }
.report-right .related-pill-img {width: 30%; border-radius: 10px; margin-right: 10px; }

.news-box img{width: 100%;}
.news-event-page .news-box{margin: 0px; margin-bottom: 30px;}
.news-event-page{padding: 50px 0px 30px;}
.events-page-div{background-color: #0d58981f;}


/*=================================Blog detail section css start==================================*/

.blog-detail-page-title h3{font-size: 24px; text-align: center; margin-bottom: 30px; color: #000E44; font-weight: 600; }
.blog-detail-image img{width: 100%;height: auto;max-height: auto;object-fit: cover;}
.blog-detail-image{position: relative;}
.blog-detail-title h1{color: #000E44;text-decoration: none;font-size: 33px;margin-top: 10px;font-weight: 700;margin-bottom: 15px;}
.blog-detail-title h2{color: #000E44;text-decoration: none;font-size: 29px;margin-top: 10px;font-weight: 700;margin-bottom: 15px;}
.blog-detail-title h3{color: #000;text-decoration: none;font-size: 22px;margin-top: 10px;font-weight: 700;margin-bottom: 15px;}
.blog-detail-title h4{color: #000E44;text-decoration: none;font-size: 24px;margin-top: 10px;font-weight: 700;margin-bottom: 15px;}
.blog-detail-title h5{color: #000E44;text-decoration: none;font-size: 22px;margin-top: 10px;font-weight: 700;margin-bottom: 15px;}
.blog-detail-title h6{color: #000E44;text-decoration: none;font-size: 20px;margin-top: 10px;font-weight: 700;margin-bottom: 15px;}
.blog-detail-title{margin-top: 20px;}
.blod-detail-description p{text-align: justify;font-size: 15px;font-weight: 400;color: #000;}
.blod-detail-description{margin-top: 13px;}
.blog-detail-wrapper .widget {margin-bottom: 0px;padding: 22px 30px 0px;background-color: #fff;border-radius: 10px;position: relative; box-shadow: 0 0 20px rgb(0 0 0 / 7%);}
h2.widget-title, h2.widgettitle {font-size: 21px;padding-bottom: 18px;margin-bottom: 30px;position: relative;color: #000;font-weight: 700;}
.blog-detail-wrapper .widget-title:after{position: absolute;content: '';width: 63px;height: 2px;background-color: #E71D25;bottom: 6px;left: 0;}
#secondary .widget ul {margin: 0; padding-left: 0; list-style-type: none; }
.blog-detail-wrapper .widget ol li, .blog-detail-wrapper .widget ul li {padding: .72rem 0; border-bottom: 1px solid #e8ecef; border-top: 1px solid #e8ecef; list-style-type: none; padding-left: 0; display: flex; justify-content: flex-start; align-items: center; }
.blog-detail-wrapper .widget_categories ul{padding-left: 0;}
.blog-detail-wrapper .widget ol li:first-child, .blog-detail-wrapper .widget ul li:first-child {border-top: none; padding-top: 0; }
#secondary .widget ul li {position: relative; }
.blog-detail-wrapper .widget_categories li a {display: flex; color: #000!important; font-size: 15px; text-decoration: none; }
.blog-detail-wrapper .widget_categories li a i {display: flex; color: #000!important; padding-left: 20px; font-size: 19px; padding-right: 14px; padding-top: 7px; }
.blog-detail-wrapper .widget_recent_entries img {margin-right: 17px; height: 74px; max-width: 75px; display: block; object-fit: contain; border-radius: 10px; }
.blog-detail-wrapper .widget_recent_entries li.item-recent-post .title-post {display: flex; flex-direction: column; }
.blog-detail-wrapper .widget_recent_entries li.item-recent-post a {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;line-height: 1.3;max-height: 2.6em;margin-bottom: .5em;font-size: 15px;color: #000;text-decoration: none;font-weight: 600;}
.blog-detail-wrapper .widget_recent_entries .post-date {display: block;font-size: 14px!important;font-size: .6875rem;color: #E71D25;text-transform: uppercase;}
.blog-detail-wrapper .widget_recent_entries ul{padding-left: 0px;}
.feat_blog_con p span {color: #E71D25;font-size: 15px;margin-right: 17px;font-weight: 400;}
.feat_blog_con p span a {color: #848e9f;font-size: 15px;margin-right: 17px;font-weight: 400; text-decoration: none;}
.feat_blog_con p span i{margin-right: 5px;}
.blog-detail-image{position: relative;}
.blog-detail-image img{border-radius: 10px; height: auto;}
.blog-detail-image .blog-detail-cat{font-size: 16px;font-weight: 400;position: absolute;bottom: 10px;right: 10px;background-color: #721915;padding: 5px 23px;border-radius: 50px;color: #fff;box-shadow: 0px 0px 10px #fff;}
.blog-detail-image .blog-detail-cat a{color: #fff; text-decoration: none;}
.blod-detail-description h2{font-size: 20px; font-weight: 700; color: #000;}
.blod-detail-description h3{font-size: 18px; font-weight: 700; color: #000;}
.blod-detail-description h4{font-size: 16px; font-weight: 700; color: #000;}
.blod-detail-description ul{list-style: none; margin-top: 10px; padding-left: 5px;}
.blod-detail-description ul li{color: #000; font-size: 15px; margin-bottom: 10px;}
.blod-detail-description ul li a{color: #000; font-size: 15px; text-decoration: none;}
.widget_categories ul li{justify-content: space-between!important;}
/*=================================Blog detail section css end==================================*/

.related-news{margin-bottom: 30px;}



/*==========================contact page section css start===========================*/

.contact-add-box{background-color: #ffffff;border: 1px solid #15325e;padding: 20px;border-radius: 10px;text-align: center;}
.contact-add-box i{background-color: #0d5898;color: #fff;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;margin: 0 auto 11px;border-radius: 50px;font-size: 20px;}
.contact-add-box p{color: var(--primary-color); margin-bottom: 0px; text-align: center;}
.contact-add-box p a{text-decoration: none; color: var(--primary-color);}
.contact-page-wrapp{padding: 50px 0px;}

.leave-comment{background-color: #ffffff;border: 1px solid #15325e;padding: 20px;border-radius: 15px;position: relative;margin-bottom: 0px;}
.leave-comment h3 {color: var(--primary-color); font-size: 20px; font-weight: 700; margin-bottom: 20px; }
.leave-comment form input{background-color: unset; border-radius: 50px; margin-bottom: 14px; color: #000000; font-size: 15px;padding: 13px 20px; border: 1px solid var(--primary-color);} 
.leave-comment form input:focus{background-color: unset; outline: none; box-shadow: unset; color: #000000; border-color:var(--primary-color); }
.leave-comment form textarea{background-color: unset; border-radius: 15px; margin-bottom: 14px; color: #000000; font-size: 15px;padding: 13px 20px; height: 150px; border: 1px solid var(--primary-color);}
.leave-comment form textarea:focus{background-color: unset; outline: none; box-shadow: unset; color: #000000; border-color:var(--primary-color);}
.leave-comment form button{background-color: #15325e;color: #fff;text-decoration: none;padding: 10px 40px;border-radius: 5px;font-size: 16px;display: inline-block;border-radius: 50px;}
.leave-comment form button:hover{background-color: #0d5898; color: #fff;}
.leave-comment form button:hover{color: #fff;}
.map-div{height: 100%;}
.map-div iframe{width: 100%; height: 100%; border-radius: 15px;}
.contact-page-form{padding-top: 0px;}

/*==========================contact page section css end===========================*/

/*======================== privacy policy page css start===========================*/

.privacy-policy-wrapp{padding: 50px 0px;}

.privacy-policy-con h1{font-weight: 800; font-size: 22px; color: #E71D25; margin-bottom: 20px; }

.privacy-policy-con h2{font-weight: 800; font-size: 17px; color: #000; margin-bottom: 10px; } 

.privacy-policy-con h3{font-weight: 800; font-size: 17px; color: #000; margin-bottom: 10px; }

.privacy-policy-con h4{font-weight: 800; font-size: 17px; color: #000; margin-bottom: 10px; }

.privacy-policy-con h5{font-weight: 800; font-size: 17px; color: #000; margin-bottom: 10px; }

.privacy-policy-con p{font-size: 15px; color: #000;}

/* .privacy-policy-con ul{list-style-type: none; padding-left: 0px;} */
.privacy-policy-con ul{list-style-type: disc; padding-left: 36px;}

.privacy-policy-con ul li{font-size: 15px; color: #000;}

/* .privacy-policy-con ul li:before{content: '\f0da'; font-family: 'Font Awesome 5 Free'; font-weight: 600; margin-right: 6px; color: #ce4527; } */

/*======================== privacy policy page css end===========================*/

/*======================== career page css start===========================*/

.job-open-wrapp{padding: 40px 0px; background-color: #0d58981f;}
 .job-verticle-list {display: block; width: 100%; margin-top: 0px; background: #ffffff; overflow: hidden; position: relative; border-radius: 6px; padding: 0 25px; border: 1px solid #eaeff5; box-shadow: 0 4px 10px 0 rgba(41, 128, 185, 0.07); -webkit-box-shadow: 0 4px 10px 0 rgba(41, 128, 185, 0.07); margin-bottom: 30px; }
.vertical-job-card {width: 100%; }
.vertical-job-header {display: inline-block; width: 100%; padding: 12px 0 10px 0; align-items: center; }
.vertical-job-header h4 {font-size: 20px; font-weight: 600; margin-bottom: 10px; line-height: 1; margin-top: 7px; }
.vertical-job-header h4, .com-tagline {margin-left: 0; }
.vertical-job-header h4 a {color: #000; text-decoration: none; }
.vertical-job-header .com-tagline {font-size: 13px; margin-bottom: 2px; display: block; }
span.pull-right.vacancy-no {position: absolute; right: 30px; top: 25px; }
span.pull-right.vacancy-no span.v-count {background: #0D5898; color: #ffffff; width: 30px; height: 30px; display: inline-block; border-radius: 50%; margin-left: 4px; text-align: center; font-size: 13px; font-weight: 600; line-height: 28px; }
.vertical-job-body {border-top: 1px solid #eaeff5; padding: 15px 0; width: 100%; }
.vertical-job-card ul {margin: 0; padding: 0; }
.vertical-job-body ul li {padding: 6px 0; }
.vertical-job-card ul li {list-style: none; } 
.vertical-job-body ul.can-skils li strong {width: 150px; font-weight: 700; display: inline-block; color: #000; }
.vertical-job-body ul.can-skils li div {display: inline-block; }
.skill-tag {color: #0969c3; background: rgb(230 240 249); border-radius: 0 2px 2px 0; display: inline-block; font-size: 11px; font-weight: 600; line-height: 1.2727272727; margin: 2px 15px 2px 0px; padding: 3px 7px; position: relative; text-transform: capitalize; border-radius: 3px 0 0 3px; }
.skill-tag:before {border-top: 10px solid transparent; border-left: 9px solid rgb(230 240 249); border-bottom: 10px solid transparent; content: ""; height: 0; position: absolute; top: 0; right: -9px; width: 0; }
.skill-tag:after {background-color: #0969c3; border-radius: 50%; content: ""; height: 4px; position: absolute; top: 8px; right: -2px; width: 4px; }
.vrt-job-act {text-align: center; display: table; }
.btn-job {display: inline-block; min-width: 100%; text-align: center; border-radius: 4px; padding: 6px 6px; font-weight: 500; text-transform: uppercase; border: 2px solid transparent; margin: 6px auto; background-color: #0D5898; color: #fff; text-decoration: none; font-size: 14px; }
.btn-job:hover{background-color:#E71D25; color: #fff;}

/*======================== career page css end===========================*/


/*======================== career detail page css start===========================*/

.job-open-detail-wrapp{padding: 50px 0px;}
.job-summery-div{margin-top: 20px;}
.job-summery-div h5{font-size: 18px; font-weight: 700; color: #000; margin-bottom: 15px; }
.job-summery-div p{ font-size: 15px; }
.job-detail-main .job-verticle-list{box-shadow: unset!important; border: none;}
.job-summery-div li{ font-size: 15px; }
.job-summery-div li:before{content: '\f0da'; font-family: 'FontAwesome'; margin-right: 11px; font-size: 15px; color: #e71d25; }
    
.job-apply-main{background-color: #0d58981f; padding: 20px; border-radius: 10px;}
.job-apply-main .piller-head{text-align: left;}
.job-apply-main .piller-head h5{font-size: 15px;}
.job-apply-main .piller-head h2{font-size: 23px;}

.job-apply-form input{border: 1px solid #0D5898; background-color: unset; color: #0D5898; font-size: 15px; border-radius: 50px; margin-bottom: 15px; padding: 10px 20px;}
.job-apply-form input:focus{border-color:#E71D25; box-shadow: unset; outline: none; background-color: unset;}
.job-apply-form select{border: 1px solid #0D5898; background-color: unset; color: #0D5898; font-size: 15px; border-radius: 50px; margin-bottom: 15px; padding: 10px 20px;}
.job-apply-form select:focus{border-color:#E71D25; box-shadow: unset; outline: none; background-color: unset;}
.job-apply-form textarea{border: 1px solid #0D5898; background-color: unset; color: #0D5898; font-size: 15px; border-radius: 20px; margin-bottom: 15px; padding: 10px 20px;}
.job-apply-form textarea:focus{border-color:#E71D25; box-shadow: unset; outline: none; background-color: unset;}
.job-apply-form button{background-color: #0D5898; color: #fff; border: none; border-radius: 50px; padding: 9px 20px; width: 100%;}
.job-apply-form button:hover{background-color:#E71D25; color: #fff;}


/*======================== career detail page css end===========================*/



.all-links-inner ul{padding-left: 0px; margin-left: 0px; list-style-type: none; margin-top: 0px;}
.all-links-inner ul li a{color: #000;text-decoration: none;border: 2px solid #0D5898;text-align: center;display: block;padding: 10px;font-size: 21px;}
.all-links-inner ul li{margin-bottom: 10px;}

.mecella-heading{margin-bottom: 80px;}
.mecella-heading h3{color: #000;text-align: center;font-size: 32px;text-transform: uppercase;position: relative;}
.mecella-heading h3 span{font-weight: 900; color: #0D5898;}
.mecella-heading h3:after{content: '';position: absolute;bottom: -20px;left: 0;right: 0;width: 100px;background-color: #0D5898;height: 5px;margin: 0 auto;}
.welcome-mecella{background-color: #ccc;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.welcome-mecella img{width: 65%;}
.all-links-wrapper{padding-top: 30px; padding-bottom: 50px;}

/* captcha css start  */
.g-recaptcha{transform:scale(.7);transform-origin:0 0}
/* captcha css end */




/* sarkar css start  */
/* Change content language css start  */
.nav-right{display: flex; gap:0px 21px; align-items: center;}
.nav-right .language button{background-color: unset; color: #000; padding: 0; font-size: 20px; border: none;}
.language img{width: 24px; margin-right: 5px;}
.nav-right .language button:focus{box-shadow: unset; outline: none;}
 body{top:0px !important}
 .skiptranslate{display:none !important;}

 .spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #333;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.navbar-toggler{    
    background-color: #15325e;
    color:#fff;
}
 .read-more {
    color: #007bff;
    cursor: pointer;
    text-decoration: underline;
}


/* Change content language css end */
/* sarkar css end */