@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
  background-color: #121c13;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Anton", sans-serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: "Anton", sans-serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: "Anton", sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: "Anton", sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "Anton", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec {
  padding: 10px 0;
}

.menuSec img {
  margin: 0;
}
.menuSec .row {
    align-items: center;
}

.menuSec ul li a:hover, .menuSec ul li a.active {
    background-color: #000;
    border-radius: 100px;
    padding: 6px 20px;
    color: #fff !important;
}
.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: -webkit-linear-gradient( 90deg, rgb(111,187,233) 0%, rgb(65,134,176) 100%);
  border-radius: 100px;
  padding: 12px 0px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0px 15px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
  display: none;
}

.menuSec ul li:last-child a {
  /* padding-right: 0px; */
}

.menuSec ul li:last-child a:after {
  display: none;
}
a.btn-1 {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    background-image: linear-gradient(90deg, rgb(111, 187, 233) 0%, rgb(65, 134, 176) 100%);
    border-radius: 100px;
    padding: 15px 20px;
    border: 1px solid #fff;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

/* Hover Effect */
a.btn-1:hover {
    background-image: linear-gradient(90deg, rgb(65, 134, 176) 0%, rgb(111, 187, 233) 100%);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
/*header css start */
/*footer start*/
footer {
    padding: 100px 0px 0px;
    background-color: #090908;
}
.ft-logo {
    text-align: center;
    position: relative;
}
.ft-links h4 {
    font-size: 25px;
    line-height: 1;
    color: #fff;
}

.ft-get h4 {
    font-size: 25px;
    line-height: 1;
    color: #fff;
}

.ft-links ul li a {
    font-size: 14px;
    color: #fff;
}

.ft-links ul li {
    padding-bottom: 14px;
}

.ft-links ul {
    column-count: 2;
}
.ft-get p {
    font-size: 15px;
    color: #fff;
    line-height: 22px;
}
.ft-logo p {
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    width: 88%;
    margin: 0 auto;
    margin-top: 20px;
}
.inp-ft button img {
    width: 28px;
    height: 12px;
    object-fit: contain;
}

.inp-ft button {
    background-color: #fff;
    height: 49px;
    width: 66px;
    border: unset;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 60px;
    top: 0;
}
.inp-ft {
    position: relative;
}

.inp-ft input {
    width: 82%;
    background-color: #222221;
    padding: 12px 25px;
    border: unset;
    color: #ffff;
    border-radius: 10px;
}
.fot-top .row {
  align-items: baseline;
}

.ft-get {
    margin-left: 13%;
}
.inp-ft input::placeholder {
    color: #fff;
}
.ft-bot {
    text-align: center;
    padding: 20px 0px 20px;
    border-top: 1px solid #fff;
    margin-top: 0px;
}
.ft-logo::before {
    position: absolute;
    right: -16px;
    width: 1px;
    content: '';
    background-color: #ffffff87;
    height: 294px;
    top: 0px;
}
.ft-bot p {
    margin: unset;
    font-size: 14px;
    color: #fff;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.ft-links {
    position: relative;
}

.ft-links::before {
    position: absolute;
    right: 16px;
    width: 1px;
    content: '';
    background-color: #ffffff87;
    height: 294px;
    top: -80px;
}
/*footer end*/
/*.get-in-touch start*/
section.get-in-touch {
    padding: 100px 0px;
}
.get-txt h3 {
    font-size: 45px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 400;
}

.get-txt h5 {
    font-size: 30px;
    color: #4186b0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.get-txt p {
    font-size: 14px;
    color: #fff;
    width: 76%;
}
.get-form form input {
    width: 100%;
    padding: 12px;
    background-color: unset;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #fff;
}

.get-form form input::placeholder {
    color: #fff;
}
.get-form form textarea::placeholder {
    color: #fff;
}

.get-form form textarea {
    width: 100%;
    height: 205px;
    background-color: unset;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    padding: 12px;
    resize: none;
    margin-bottom: 20px;
}
section.get-in-touch .row {
    align-items: center;
}
.get-form form button{
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    background-image: -webkit-linear-gradient(90deg, rgb(111, 187, 233) 0%, rgb(65, 134, 176) 100%);
    border-radius: 100px;
    padding: 15px 20px;
    border: 1px solid #fff;
}
/*.get-in-touch end*/
/*banner start*/
section.banner .row {
    align-items: center;
}

section.banner {
  position: relative;
  padding-top: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/banner-bg.jpg);
  background-attachment: fixed;
}

.banner-img img {
    width: 100%;
    height: 731px;
    object-fit: cover;
    object-position: top;
}
.bann-txt h1 {
    font-size: 80px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.bann-txt h1 span {
    display: block;
    font-size: 90px;
}
.social-icon ul li a i:hover {
    background-color: #4186b0;
    border: unset;
    transition: 1s;
}
.bann-txt h4 {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 7px;
    color: #4186b0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.bann-txt p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 18px;
}
.social-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 48%;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.social-icon ul {
    display: flex;
    align-items: center;
    margin: unset;
}

section.banner .container {
    position: relative;
}
.social-icon ul li a i {
    font-size: 15px;
    color: #fff;
    width: 60px;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-icon h6 {
    color: #fff;
    font-size: 14px;
    margin: unset;
    text-transform: uppercase;
}
.social-icon::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 230px;
    background-color: #fff;
    right: 0;
    left: -97px;
    margin: 0 auto;
}
.social-icon::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 40px;
    background-color: #5aa3cf;
    left: 113px;
    /* animation: moveDot 8s ease-in-out infinite; */
}
/*banner end*/
/*pricing start*/
section.pricing {
    padding: 100px 0px 0px;
}
.pricing-txt {
    text-align: center;
    margin-bottom: 30px;
}
.pricing-txt h3 {
    font-size: 45px;
    line-height: 1;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.pricing-txt h5 {
    font-size: 30px;
    line-height: 1;
    color: #4186b0;
    margin-bottom: 10px;
   text-transform: uppercase; 
}
.pricing-txt p {
    font-size: 14px;
    color: #ffffff;
    width: 56%;
    margin: 0 auto;
}
.pricing-bx {
    padding: 45px 30px;
    border-radius: 20px;
    background-color: #100f0f;
    transition: 1s;
}
.pricing-bx:hover{
  background-color:#4186b0;
}
.pricing-bx:hover ul.star li i{
  background-color: #fff;
  color: #4186b0;
}
.pricing-bx:hover ul.check li img{
    filter: brightness(5.5);
}
ul.star {
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.star li h5 {
    font-size: 20px;
    line-height: 1.2;
    margin: unset;
    color: #fff;
    font-weight: 400;
}

ul.star li i {
    font-size: 25px;
    color: #fff;
    background-color: #4186b0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-bx h3 {
    font-size: 45px;
    line-height: 1;
    color: #fff;
    font-weight: 200;
}

.pricing-bx p {
    font-size: 13px;
    color: #fff;
    line-height: 21px;
}

.pricing-bx a {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: fit-content;
    padding: 15px 70px;
}

ul.check li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
}

ul.check li p {
    margin: unset;
}
/*pricing end*/
/*training start*/
section.training {
    padding: 0px 0px 100px;
}
.training-top-txt h3 {
    font-size: 45px;
    line-height: 1;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
}

.training-top-txt h5 {
    font-size: 30px;
    color: #4186b0;
    text-transform: uppercase;
}

.training-top-txt {
    margin-bottom: 40px;
}
.corse-bot-bx {
    padding: 40px 20px;
    background-color: #100f0f;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.corse-bot-bx h4 {
    font-size: 25px;
    line-height: 1;
    color: #4fa3d1;
    text-transform: uppercase;
}

.corse-bot-bx p {
    font-size: 14px;
    color: #ddd;
}

.corse-img img {
    width: 100%;
    height: 290px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    object-fit: cover;
}

.corse-bot-bx a {
    font-size: 13px;
    color: #fff;
    font-family: 'Montserrat';
    text-transform: uppercase;
    text-decoration: underline;
}
.corse-bot-bx:hover {
    background-color: #4186b0;
    transition: 1s;
}

.corse-bot-bx:hover h4 {
    color: #fff;
}
/*training end*/
/*support start*/
section.support {
    padding: 40px 0px 0px;
    background-image: url(../images/support-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

    .sup-txt h3 {
    font-size: 45px;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.sup-txt h4 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}
.sup-txt {
    position: relative;
}

.sm-ball {
    position: absolute;
    top: -150px;
    right: -95px;
}
.sup-txt h5 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
    color: #4186b0;
    text-transform: uppercase;
    letter-spacing: 14px;
}

.sup-txt p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 22px;
}

section.support::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 49%;
    height: 370px;
    content: '';
    background-color: #141414;
    z-index: 0;
}

.sup-img {
    position: relative;
}
/*support end*/
/*about start*/
section.about {
    padding: 100px 0px 120px;
}
.abt-img img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 0, 100% 70%, 72% 70%, 72% 100%, 0 100%, 0% 0%);
}

.abt-img {
  height: 621px;
  width: 580px;
  position: relative;
  object-fit: cover;
  z-index: 1;
}
.abt-txt h3 {
    font-size: 45px;
    line-height: 1;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.abt-txt h4 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
    color: #4186b0;
    text-transform: uppercase;
}

.abt-txt p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 30px;
    color: #fff;
}
.abt-img:before {
  position: absolute;
  bottom: -40px;
  right: -105px;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/abt-bf.png);
  height: 100%;
  width: 100%;
  z-index: -1;
}
.abt-img::after {
    position: absolute;
    right: -27px;
    height: 30px;
    width: 3px;
    background-color: #4c86b2;
    content: '';
    top: 110px;
}
/*abt end*/
/*video section start*/
    .video-section {
    padding:80px 0;
}

.video-box {
    position:relative;
    height: 520px;
    border-radius: 20px;
    /* overflow:hidden; */
}

.video-box img {
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius: 20px;
}

.play-btn {
    position:absolute;
    top: 0%;
    transform:translate(-50%,-50%);
    width:80px;
    height:80px;
    background: #326e92;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:40px;
    cursor:pointer;
    z-index: 1;
    right: 100px;
}

video {
    display:none;
    width:100%;
    height:100%;
    object-fit:cover;
}
/*video section end*/
/*recruiting start*/
section.recruiting {
    padding: 100px 0px 0px;
    position: relative;
}
.rec-txt {
    text-align: center;
    margin-bottom: 50px;
}
.rec-txt h3 {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
.rec-txt h4 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #4186b0;
}
.rec-txt p {
    font-size: 14px;
    color: #fff;
    width: 59%;
    margin: 0 auto;
}
.rect-bx span img {
    height: 35px;
    width: 40px;
    object-fit: contain;
}

.rect-bx span {
    width: 80px;
    height: 80px;
    background-color: #100f0f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 10px;
}
.rect-bx h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}

.rect-bx h4 span {
    background-color: unset;
    width: unset;
    height: unset;
    border: unset;
    border-radius: unset;
    margin: unset;
}
section.recruiting::before {
    position: absolute;
    bottom: 120px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: '';
    z-index: -1;
}
.rect-bx:hover span {
    background-color: #3a7ba3;
    transition: 1s;
}

.rect-bx:hover h4 span {
    background: unset !important;
}
.rect-bx:hover:before {
    position: absolute;
    top: 39px;
    left: 140px;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #3c6e93;
    transition: 1s;
}
.rect-bx:hover:after {
    position: absolute;
    top: 39px;
    right: 140px;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #3c6e93;
    transition: 1s;
}


.rect-bx {
    position: relative;
}
/*recruiting end*/

/* ----------------------------- blogs start ------------------------*/



section.blogs .box-card {
    box-sizing: border-box;
    position: relative;
    margin: 30px 10px;
    border-radius: 5px;
}

section.blogs .mainSlider {
    position: relative;
}

section.blogs .mainSlider .item {
    margin: 0px;
}

section.blogs .slick-list.draggable {
    padding: 0px !important;
}

section.blogs .item {
    opacity: 1;
}
.blog-img img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 20px;
}
section.blogs .box-card .quote {
    display: inline-block;
    position: absolute;
    top: -20px;
}
.para span img {
    width: 22px;
}
section.blogs .box-card .quote i {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    box-shadow: 0px 0px 18px 7px #2222221c;
    transition: 0.9s;
    font-size: 18px;
}

section.blogs .box-card ul.rating {
    justify-content: flex-start;
    align-items: center;
    margin: 48px 0 16px;
    display: flex;
    gap: 5px;
}

section.blogs .box-card ul.rating li a i {
    color: #fd8f00;
    font-size: 16px;
}

section.blogs .box-card .descrp {
    margin-bottom: 20px;
}

section.blogs .box-card .descrp p {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    line-height: 23px;
}

section.blogs .box-card .authr-det {
    display: flex;
    align-items: center;
    gap: 10px;
}

section.blogs .box-card .authr-det h5 {
    margin: 0px;
    font-size: 19px;
    color: #000;
    font-weight: 500;
    line-height: 21px;
}

section.blogs .box-card .authr-det p {
    font-size: 12px;
    line-height: 20px;
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    opacity: 80%;
}

section.blogs .mainSlider .box-card {
    /* padding: 20px 40px 30px 50px; */
    /* background: #0e0e0e; */
    margin: 40px 0px 0px 0px;
    width: 100%;
    margin: 20px 0px;
}

section.blogs .simSlidDs .item {
    margin: 0px;
}

section.blogs .simSlidDs .item .box-card {
    color: #fff;
    margin-top: 40px;
    background: transparent;
    padding: 20px 20px 20px 20px;
}

section.blogs .simSlidDs .item .box-card ul.rating {
    margin: 50px 0 24px;
}

section.blogs .simSlidDs .item .box-card ul.rating li a i {
    font-size: 13px;
}

section.blogs .simSlidDs .item .box-card .quote i {
    background: #fff;
    box-shadow: 0px 0px 18px 7px #2222221c;
    display: none;
}

section.blogs .coright {
    position: relative;
}

section.blogs .simSlidDs .slider-nav {
    margin: 0px;
}

section.blogs .simSlidDs .slider-nav {
    margin: 0px;
}

section.blogs .simSlidDs .item .box-card h5 {
    /* font-size: 16px; */
    /* font-weight: 400; */
    /* color: #000; */
    /* font-family: 'BlenderTrial'; */
    /* text-transform: capitalize; */
}

section.blogs .mainSlider .box-card h5 {
    color: #fff;
}

section.blogs .item .box-card ul.rating li:last-child a i {
    opacity: 50%;
}

section.blogs .mainSlider .box-card .quote i {
    background: #0e0e0e;
    border: 1px solid #0e0e0e;
    color: #c7b17c;
}

section.blogs .mainSlider .item p {
    width: 93%;
    color: #fff;
}
.blog-img::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  content: '';
  background-color: #5ca6d29c;
  z-index: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: linear-gradient(172deg, rgb(92 166 210 / 0%) 0%, rgb(92 166 210 / 22%) 50%, rgb(19 89 132) 100%);
}
.blog-bot-txt ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-bot-txt ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-bot-txt ul li p {
    font-size: 14px;
    color: #fff;
    margin: unset;
}
.blog-bot-txt h4{
  color: #fff;
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 1;
  text-transform: uppercase;
}
.blog-bot-txt ul li i {
    font-size: 12px;
    color: #fff;
}
.para p {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    margin: unset;
}
.blog-bot-txt {
    padding: 20px;
    margin-top: -190px;
    position: relative;
}
.para {
  display: flex;
  align-items: center;
  gap:30px;
}
.para span{
  background-color: #0c1e2f;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.blog-img {
    position: relative;
    z-index: 0;
}
.blog-sm-bx img {
    height: 370px;
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
}
.simSlidDs {

}
section.blogs .simSlidDs .item .box-card{
  margin:unset;
  padding: 0 10px;
  margin-top: 21px;
}
.box-card h5{
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 30px;
  margin-bottom: unset;
}
.blog-txt h3 {
    font-size: 45px;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 300;
    text-transform: uppercase;
}

.blog-txt h4 {
    font-size: 30px;
    text-transform: uppercase;
    color: #4186b0;
    margin-bottom: 10px;
}

.blog-txt p {
    font-size: 14px;
    color: #fff;
    width: 70%;
}
.blog-txt {
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.blog-txt::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 43px;
    height: 2px;
    content: '';
    background-color: #4c86b2;
    animation: moveDot 8s ease-in-out infinite;
}
section.blogs .slick-prev, section.blogs .slick-next {
    position: absolute;
    top: -70px;
    left: auto;
    right: -631px;
}
section.blogs .slick-prev{
  right: -560px;
}
section.blogs .slick-prev:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  content: '';
  background-image: url(../images/lef-arr.png);
  background-size: contain;
  background-repeat: no-repeat;
}
section.blogs .slick-next:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  content: '';
  background-image: url(../images/right-arr.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/*blogs end*/
/*profile start*/
.blog-txt.tw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}
section.profiles {
    padding: 100px 0px 0px;
}
section.profiles .slick-active {
    opacity: 1;
}
section.profiles .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}
.profiles-img img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 20px;
}
.profiles-img{
  position: relative;
}
.profiles-txt-bot ul li img{
  width: 30px;
  height: 20px;
  object-fit: contain;
}
.profiles-bot-txt-img {
    display: none;
}
section.profiles .slick-slide.slick-current.slick-active.slick-center {
    width: 532px !important;
    overflow: visible;
}
section.profiles .slick-slide.slick-current.slick-active.slick-center .profiles-bot-txt-img{
  display: block;
  position: absolute;
  bottom: -90px;
  width: 100%;
  padding: 30px;
}
.profiles-txt-bot h3 {
    font-size: 35px;
    font-weight: 300;
    color: #4186b0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.profiles-txt-bot h5 {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat';
}

.profiles-txt-bot ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profiles-txt-bot ul li p {
    font-size: 13px;
    color: #fff;
    margin: unset;
}

.profiles-txt-bot ul {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 10px;
}

.profiles-txt-bot a {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
}

.profiles-img-bot img {
    height: 502px;
    object-fit: contain;
}
.main-pro {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



section.profiles .slick-track {
    display: flex;
}
.training-top-txt p {
    font-size: 14px;
    color: #fff;
    width: 80%;
}
p.bol {
    margin-bottom: 30px;
}

p.bol span {
    font-weight: 700;
    color: #fff;
}
.blog-txt.tw a.btn-1 {
    width: 20%;
}

@keyframes moveDot {
    0% {
        left: 100px;
    }

    50% {
        left:  100%;
    }

    100% {
        left: 100px;
    }
}

ul.star li h5 span {
    display: block;
}