@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;800&display=swap');

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a{
  text-decoration: none;
}

body{
  background: #fff;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #000;
}
p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.overlay-class{
  /*position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 5px;
  background: rgba(0, 0, 0, 0.5);*/
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 1;
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%),-webkit-linear-gradient(180deg, #004F93 0%, rgba(0,0,0,0) 50%),rgba(0,0,0,0.15);
  background: -o-linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%),-o-linear-gradient(180deg, #004F93 0%, rgba(0,0,0,0) 50%),rgba(0,0,0,0.15);
  background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%),linear-gradient(180deg, #004F93 0%, rgba(0,0,0,0) 50%),rgba(0,0,0,0.15);
}

.carousel-indicators [data-bs-target]{
  background: transparent;
  outline: 0;
  border: 2px solid #fff;
  font-size: 0;
  height: 10px;
  width: 10px;
  cursor: pointer;
  border-radius: 12px;
  padding: 0;
  margin: 0;
  display: block;
  box-shadow: 0 0 50px rgba(0,0,0,.5);
  -moz-transform: scale(1) rotate(0) translateX(0) translateY(0);
  -webkit-transform: scale(1) rotate(0) translateX(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateX(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateX(0) translateY(0);
  transform: scale(1) rotate(0) translateX(0) translateY(0);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  backface-visibility: hidden;
  margin-right: 50px;
  margin-bottom: 15px;
}
/*.carousel-indicators .active{
  width:80px;
}*/

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 25%;
  left: initial;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  justify-content: start;
  margin-right: 0;
  margin-bottom: 0;
  margin-right: 30px;
  flex-direction: column;
}

.carousel-text {
    position: absolute;
    top: 28%;
    /* bottom: 24%; */
    left: 16%;
    z-index: 1;
    width: 45%;
}
.carousel-text h2{font-weight: 800;
  color: #fff;font-size:70px;
  font-family: 'Candara';
  text-transform: uppercase;
  text-shadow: 0 2px 50px rgba(0,23,43,.5);
  line-height: 74px;
}
header.header.navbar-shrink {
    position: fixed;
    background: #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
}

header.header.navbar-shrink .logo_div img{
    max-height: 80px;
}
.header{
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
/*  background: #3db7ef;*/
  background: linear-gradient(to left, #c2283b, #145d97);
/*  border-bottom: 1px solid rgba(255,255,255,0.3);*/
}
.border-header-left{
/*  border-left: 1px solid rgba(255,255,255,0.3);*/
}

.header-right-row-center{
/*  border-top: 1px solid rgba(255,255,255,0.3);*/
}

.header-menu-center-rightBorder{
/*  border-right: 1px solid rgba(255,255,255,0.3);*/
}



.header-right-row-top-leftBar h6 {
    color: rgba(255,255,255,255);
    font-size: 22px;
    margin-bottom: 0;
}
.header-right-row-top-rightBar ul li a{
  color: #fff;
    font-size: 14px;
}
.header-right-row-top-rightBar ul li{
  display: inline-block;
    text-align: center;
    padding: 0.2em 0.35em;
    margin-right: 4px;
}
/*.header:hover{
  background: #fff;
}

.header:hover .nav-link, header.header.navbar-shrink  .nav-link, .header.header.navbar-shrink .btnll span{
  color: #000;
}
.header:hover .btnll span{color: #000;}*/
.header-right-row-top-leftBar h6.font-size-9 {
  font-size: 10.9px;
}

.logo_div img {
    max-height: 130px;
}
.logo_div h6{font-size: 11px;color: #fff}

.header-right-row-centerlogo_div img {
    max-height: 71px;
/*    filter: invert(1);*/
    padding-top: 5px;
    padding-bottom: 5px;
}
/*.header-right-row-centerlogo_div img.IITTM-logo-top{filter: none;}*/
.nav-center ul li a {
    font-size: 14px;
    color: #000;
    /* font-weight: 600; */
    margin-right: 10px;
    padding: 5px 12px;
    text-transform: uppercase;
}

.nav-center ul li >a{line-height: 60px;}
.nav-center ul li >a:hover{    color: #484d7b;font-weight: 600;}
.nav-center ul li ul li a, .nav-center ul li ul li ul li a{line-height: initial;color: #fff;text-transform: initial;}
.btnll{
/*  position: absolute;*/
  top: 15px;
  left: 45px;
  height: 45px;
  width: 45px;
  text-align: center;
/*  background: #1b1b1b;*/
  border-radius: 3px;
  cursor: pointer;
  transition: left 0.4s ease;
}
.btnll.click{
  left: 260px;
}
.btnll span{
  color: white;
  font-size: 28px;
  line-height: 45px;
}
.btnll.click span:before{
  content: '\f00d';
}
.sidebar01{
  position: fixed;
  width: 250px;
  height: 100%;
  right: -250px;
  background: #fff;
  transition: left 0.4s ease;
}
.sidebar01.show{
  right: 0px;
}
.sidebar01 .text{
  color: white;
  font-size: 25px;
  font-weight: 600;
  line-height: 65px;
  text-align: center;
  background: #1e1e1e;
  letter-spacing: 1px;
}


/*header.header.navbar-shrink .panel-class{
  top: 80px;
}*/

.option_div {
  box-shadow: 0 0 4px 6px rgba(0,0,0,0.1);
  margin: 10px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  width: 225px;
  overflow: hidden;
}

.option_div a{text-decoration: none;}
.option_div h6 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 800;
    padding: 12px 5px;
    color: #525151;
}

.option_div img {
  padding: 0px;
  max-height: 120px;
}


.option_div_img{
  background: url(../images/meri-life.png);
  background-size: cover;
  height: 120px;
}
.option_div_img1{
  background: url(../images/Accomodation-Units-Toolkit.jpg);
  background-size: cover;
  height: 120px;
}
.option_div_img2{
  background: url(../images/webinar-2.jpg);
  background-size: cover;
  height: 120px;
}
.option_div_img3{
  background: url(../images/newsletter/img1.jpg);
  background-size: cover;
  height: 120px;
}
.option_div_img4{
  background: url(../images/workshop/img1.jpg);
  background-size: cover;
  height: 120px;
}
.option_div_img5{
  background: url(../images/msme.jpg);
  background-size: 100% 100%;
  height: 120px;
  background-repeat: no-repeat;
}


.vibrant-boxes {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-top: 10px;
}

.vibrant-boxes:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(#00000033 50%, #0000008f);
}

.vibrant-boxes img {
    width: 100%;
}

.vibrant-boxes .img_boxBody {
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
}

.vibrant-boxes .img_boxBody h5 {
    font-size: 18px;
    text-align: center;
    min-height: 70px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
    padding: 15px;
    line-height: initial;
    background: linear-gradient(transparent,#00000094, #000000ab, #000000b5);
}



.vibrant-boxes .img_boxBody p {
    padding-left: 15px;
    color: #fff;
    padding-bottom: 10px;
}

.section-2{
  padding-top: 40px;
  padding-bottom: 40px;
}


.section-2 h2{
  color: #004f93;
  font-weight: 800;
  font-size: 44px;
}

.font-weight-500{
  font-weight: 500;
}
.font-weight-600{
  font-weight: 600;
}

.section-2 p{
  font-size: 16px;
}

.btn-com{
  background: #004f93;
  color: #fff;
  padding:10px 40px;
  border-color: #004f93;
  border-radius: 30px;
}

.nav-center ul li a.dropdown-item{color: #000;margin-right: 0}

.dropdown-menu{
  top: 37px !important;
  border: 0;
  border-radius: 0;
}

header.header.navbar-shrink .dropdown-menu{top: 18px !important}

.dropdown-item.active, .dropdown-item:active{background-color: #e9ecef;}

.section-3, .section-4, .footer{
  padding: 40px 40px;
}

.section-3-box-text{
  background: rgb(163, 234, 191);
  max-width: 500px;
  padding: 30px 50px;
  margin-left: 40px;
  position: relative;
  top: -120px;
}

.section-3-box-text h2{
  font-size: 45px;
  color: rgb(7, 32, 59);
  font-weight: 800;
}
.section-3-box img{border-radius: 4px;}
.section-3-box-img{
  background: url(https://uel.ac.uk/sites/default/files/styles/standard_1280_720/public/hand-holding-sustainable-development-goal-icon.jpg.webp?itok=VzDO4uDw);
  height: 600px;
  border-radius: 4px;
}

/*https://s4tclfblueprint.eu/wp-content/uploads/2021/09/33.png*/


.title{
  color: #004f93;
}

 h2{font-weight: 600;font-size: 22px;}
.title a{font-size: 14px;color: #000;}
.title a i{color: #004f93;margin-left: 6px;}

.Newsletter-img {
    transition: all ease .4s;
    overflow: hidden;
    max-height: 150px;
    margin-bottom: 8px;
    border-radius: 4px;
    box-shadow: 12px 12px 1px #b7d3eb, 14px 14px 1px #b7d3eb;
}
.Newsletter-img img{
  transition: all ease .5s;
}

.Newsletter-box:hover img{
  transform: scale(1.2);
}

.Newsletter-img a{display: block;}
.Newsletter-box a h6 {
  font-size: 12px;
  color: #8d8d8d;
}
.Newsletter-box a h5 {
  font-size: 16px;
  color: #000;
  margin-top: 20px;
}

.section-5-TFL{
/*  background: url(https://img.freepik.com/free-vector/paper-style-dynamic-lines-background_23-2149019961.jpg?size=626&ext=jpg&ga=GA1.1.2008272138.1696982400&semt=ais);*/
  background: url(https://static.vecteezy.com/system/resources/previews/001/984/892/non_2x/banner-design-geometric-hexagon-colorful-overlapping-with-background-free-vector.jpg);
  background-size: cover;  
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-5-TFL-box{
  padding: 60px 25px;
  border-radius: 4px;
}
.section-5-TFL-box-left h4{
  margin-bottom: 20px;
}
.pillar-box .vibrant-boxes:before{
  display: none;
}
.pillar-box .vibrant-boxes{background: #000;

}
.pillar-box .vibrant-boxes img {
    min-height: 260px;
    max-height: 260px;
    object-fit: cover;
    /* opacity: .6; */
}
.section-6{
  padding: 60px 40px;
}

.owl-carousel-box button.owl-prev {
    top: -48px;
    right: 80px;
    left: initial;
    border-radius: 50%;
}

.owl-carousel-box button.owl-next {
    top: -48px;
    right: 22px;
    border-radius: 50%;
}
button.owl-prev, button.owl-next{
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 20%);
    background: #e9f3fe !important;
}


.section-7 .Newsletter-img{
  min-height: 180px;
    max-height: 180px;
}

.section-7 .Newsletter-box{
  position: relative;
}


.section-7 .Newsletter-box a h6 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-top: -66px;
    background: #fff;
    position: relative;
    max-width: 110px;
    padding: 10px;
    box-shadow: 0 10px 25px 0 rgba(0,0,0,.15);
}

.section-7 .Newsletter-box a h5{
  font-size: 14px;
}

.pillar-box .vibrant-boxes .img_boxBody{
/*  min-height: 80px;*/
}

/*.section-7{
  padding-bottom: 140px;
}
*/
.footer{
/*  background: #F1F8FF;*/
/*  margin-top: 50px;*/
  background: linear-gradient(135deg,#000091,#be2a3d);
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-top-left img{
  max-height: 110px;
  margin-top: 40px;
}

.footer-top-right {
    padding: 40px 40px;
    background-color: #DBEEFE;
    margin-top: -212px;
    min-height: 270px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.footer-top-right h4{
  font-size: 30px;
  font-weight: 600;
}
.footer-top-right p{
  font-size: 18px;
  margin-top: 20px;
}

.input-group .btn{font-size: 14px;}
.input-group>.form-control{
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-left: 20px;
}

.footer-tittle{
  font-size: 20px;
}

.footer-menu-left ul li a, .s_top a, .impo-link li a{
  color: #ccc;
/*  font-weight: 600;*/

}
.footer-menu-left ul li{}

.footer-menu-left ul li a:hover, ul.footer_privacy li a:hover, .impo-link li a:hover{
  text-decoration: underline;
}
.soc-menu-foot.add p{color: #ccc}
.soc-menu-foot ul li a{
  font-size: 20px;
  color: #fff;
  margin-right: 25px;
  display: flex;
}


ul.footer_privacy li a {
  margin-right: 15px;
  color: #0e0e0e;
}






/*.column {
  margin: 15px 15px 0;
  padding: 0;
}
.column:last-child {
  padding-bottom: 60px;
}*/
.column::after {
  content: '';
  clear: both;
  display: block;
}
.column div {
  position: relative;
  /*float: left;
  width: 300px;
  height: 200px;
  margin: 0 0 0 25px;
  padding: 0;*/
}
/*.column div:first-child {
  margin-left: 0;
}*/
.column div span {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
  display: block;
  width: 300px;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
}
figure {
  /*width: 300px;
  height: 200px;
  margin: 0;
  padding: 0;
  background: #fff;*/
  overflow: hidden;
}
figure:hover+span {
  bottom: -36px;
  opacity: 1;
}





/* Shine */
.hover14 figure {
    position: relative;
/*    padding: 10px;*/
/*    box-shadow: 0px 3px 20px rgb(0 0 0 / 5%), 0px 1px 6px rgb(0 0 0 / 10%);*/
}
.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hover14 figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}


.max-box-sdgs {
    width: 108px;
    margin-left: 5px;
    margin-right: 5px;
}

.point_div h3{

}


.point_div h3 {
    font-size: 21px;
    text-align: center;
    font-weight: 900;
}

.minister_img img{
  max-height:120px;
/*  margin:auto;*/
  margin-bottom: 5px;
}
.minister_right p{font-size: 12px;margin-bottom: 5px;}

.point_div {
    text-align: center;
}
.point_div img {
    max-height: 100px;
}
.point_div h3 {
    font-size: 21px;
    text-align: center;
    font-weight: 900;
/*    margin-top: -43px;*/
}

/*.point_div.tlc img{
      margin-top: -10px;
    max-height: 70px;
}*/
.point_div.tlc h3{margin-top: 0;}
.SDGs-row .d-flex.flex-wrap .max-box-sdgs:nth-child(13){
  margin-left: 60px;
}

.minister_right h6{
  font-size: 13px;
}



/*slider css start here*/

.main-slider-css{
  padding-top: 40px;
  padding-bottom: 40px;
}

/*html, body, main {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}*/

#carousel {
  position: relative;
  height: 400px;
  /*top: 50%;
  transform: translateY(-50%);*/
  overflow: hidden;
}
#carousel div {
  position: absolute;
  transition: transform 1s, left 1s, opacity 1s, z-index 0s;
  opacity: 1;
}
#carousel div img {
  width: 400px;
  transition: width 1s;
}
#carousel div.hideLeft {
  left: 0%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
#carousel div.hideLeft img, #carousel div.hideRight img {
  width: 200px;
  height: 200px;top: initial;
}
#carousel div.hideRight {
  left: 100%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
#carousel div.hideRight img {
  width: 200px;
}
#carousel div.prev {
  z-index: 5;
  left: 30%;
  transform: translateY(50px) translateX(-50%);
}
#carousel div.prev img {
  width: 300px;
}
#carousel div.prevLeftSecond {
  z-index: 4;
  left: 15%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
#carousel div.prevLeftSecond img {
  width: 200px;
}
#carousel div.selected {
  z-index: 10;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
}
#carousel div.next {
  z-index: 5;
  left: 70%;
  transform: translateY(50px) translateX(-50%);
}
#carousel div.next img {
  width: 300px;
}
#carousel div.nextRightSecond {
  z-index: 4;
  left: 85%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
#carousel div.nextRightSecond img {
  width: 200px;
}

/*.buttons {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}*/

/*#carousel div.selected img{width: 900px;}*/
main.main-slider-css.section-2 .container{
  max-width: 1280px;
}
#carousel div img {
    width: 800px;
    height: 280px;
    transition: width 1s;
}
#carousel .selected img {
  height: 330px;
}
/*#carousel div.hideLeft img{
  height: 280px;
}*/

#carousel div.prevLeftSecond img, #carousel div.prev img, #carousel div.next img, #carousel div.nextRightSecond img{
  object-fit: cover;
}

#carousel div.prevLeftSecond, #carousel div.nextRightSecond{
  top: -30px;
}
#carousel div.prevLeftSecond img, #carousel div.nextRightSecond img{height: 200px;}
#carousel div.prev{
  top: -30px;
    left: 25%;
}
#carousel div.next{
  left: 75%;
  top:-30px;
}

/*
#carousel div.prevLeftSecond img, #carousel div.nextRightSecond img {
    width: 300px;
}
#carousel div.prev img, #carousel div.next img {
    width: 330px;
}
#carousel div.next, #carousel div.prev{
  top: 30px;
}*/


/*slider css ends here */


.marquee_link_new h4 {
  font-size: 16px;
  min-width: 260px;
  text-align: center;
  padding: 10px;
  background: #004f93;
  color: #fff;
}


.marquee_link_new marquee{
  background: #DBEEFE;
}

.marquee_link_new marquee a {
  color: #000;
  font-size: 16px;
  margin-right: 12px;
  border-right: 1px solid;
  padding-right: 12px;
  line-height: 40px;
}

.counter_dv img {
/*  width: 100%;*/
  max-height: 160px;
  border-radius: 5px;
}
.marquee_link a {
  display: flex;
  padding: 0;
  border-bottom: 1px dotted #cecece;
  margin-bottom: 12px;
  align-items: flex-start;
  padding-bottom: 10px;
  color: #000;
}
.marquee_link h4 {
  font-size: 16px;
  background: #004f93;
  padding-left: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #fff;
  text-align: left;
  font-weight: 600;
}
.marquee_link {
  margin-left: 20px;
  margin-right: 0;
  box-shadow: 0px 6px 8px 0px #dddddd94;
  background: #DBEEFE;
  min-height: 400px;
}
.marquee_link marquee{
  padding: 10px;
}

.counter_dv .counter_dv_img img{
  width: auto;
}

.Vision_left.text-center.mission_text {
    margin-top: 60px;
}

.counter_dv img.signed-up-img{min-width: 250px;}

.main-minister {margin-top: }
.main-minister .minister_img img{max-height: 150px;}
.main-minister .minister_right h6{font-size: 17px;}
.main-minister .minister_right p{font-size: 14px;}



.sdg1{
  position: absolute;
  bottom: 300px;
  left: -220px;
}
.sdg2{
  position: absolute;
  bottom: 230px;
  left: -150px;
}
.sdg3{
  position: absolute;
  bottom: 150px;
  left: -130px;
}
.sdg4{
  position: absolute;
  bottom: 80px;
  left: -30px;
}
.sdg5{
  position: absolute;
  bottom: -60px;
  left: -30px;
}
.sdg6{
  position: absolute;
  bottom: -120px;
  left: -180px;
}
.sdg7{
  position: absolute;
  bottom: -160px;
  left: -230px;
}
.sdg8{
  position: absolute;
  bottom: -200px;
  left: -300px;
}
.sdg9{
  position: absolute;
  bottom: -200px;
  left: -380px;
}
.sdg10{
  position: absolute;
  bottom: -180px;
  left: -430px;
}
.sdg11{
  position: absolute;
  bottom:  -100px;
  left: -500px;
}
.sdg12{
  position: absolute;
  bottom: -50px;
  left: -510px;
}
.sdg13{
  position: absolute;
  bottom: 20px;
  left: -530px;
}
.sdg14{
  position: absolute;
  bottom: 150px;
  left: -600px;
}
.sdg15{
  position: absolute;
  bottom: 250px;
  left: -500px;
}
.sdg16{
  position: absolute;
  bottom: 280px;
  left: -450px;
}
.sdg17{
  position: absolute;
  bottom: 300px;
  left: -350px;
}

.btn-primary {
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 0.5rem 0rem;
    border-radius: 0;
    background: transparent;
    border: 0;
    z-index: 1;
    width: 130px;
}

.btn-primary:before {
    content: '';
    position: absolute;
    width: 160px;
    height: 40px;
    left: -10px;
    top: 0;
    transform: skewX(-26deg);
    background: linear-gradient(to left, #c2283b, #145d97);
    z-index: -1;
}

.btn-primary:hover{
  background: linear-gradient(to left, #145d97, #c2283b);
  border-radius: 0;
  border:0;
}


/*new menu css */

nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.bartoggle,
#menubrop {
  display: none;
}

.NavMenu {
  flex: 10;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: end;
  margin-bottom: 0;
  padding-left: 0;
}

.NavMenu li {
  display: inline-block;
}

.NavMenu li input {
  display: none;
}

.NavMenu li a {
  display: block;
  padding: 20px 14px;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

.NavMenu li a label {
  cursor: pointer;
  appearance: none;
  display: block;
  position: relative;
}

.NavMenu li a label::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
}

.NavMenu>li>a label::after {
  right: -15px;
  top: -3px;
  display: none;
}

.NavMenu li ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #004f93;
  min-width: 200px;
  max-width: 220px;
  border-bottom: 2px solid #2874f0;
  background: linear-gradient(to left,  #c2283b, #145d97);
  top: 100%;
  box-shadow: 0 3px 5px rgb(0 0 0/20%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  padding-left: 0;
}

.NavMenu li ul li {
  position: relative;
}

.NavMenu li ul li a {
  color: #2874f0;
  padding: 8px 10px;
  display: block;
  border-left: 2px solid transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.NavMenu li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
}

@media(min-width:992px) {
  .NavMenu li ul li a:hover {
    border-left: 2px solid #2874f0;
  }

  .NavMenu li:hover>ul,
  .NavMenu li ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@media(max-width:991.98px) {
    .bartoggle {
    display: flex;
    justify-content: center;
    font-size: 30px;
    align-items: center;
    background-color: #fff;
    padding: 0 10px;
    cursor: pointer;
  }

  .NavMenu {
    width: 500px;
    flex: 12;
    position: fixed;
    flex-direction: column;
    background-color: #2874f0;
    left: 0;
    top: 40px;
    height: 100vh;
    z-index: -1;
    padding: 15px 0 50px 0;
    justify-content: start;
    overflow-y: scroll;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }

  .NavMenu li ul,
  .NavMenu li ul li ul {
    position: initial;
    left: 0;
    visibility: visible;
    opacity: 1;
    top: 0;
    display: none;
  }

  .NavMenu li a {
    padding: 8px 15px;
    border-bottom: 1px solid #fff;
  }

  .NavMenu li ul li ul {
    background: #2874f0;
    position: inherit;
    margin-top: -10px;
  }

  .NavMenu li ul li ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: initial;
    padding: 7px 15px 7px 30px;
  }

  .NavMenu li a label::after {
    right: 10px;
  }

  .NavMenu li input:checked+ul,
  .NavMenu li ul li input:checked+ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }

  input:checked+.NavMenu {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }

}

@media(max-width:768px) {
  .NavMenu {
    width: 100%;
  }
}

/*new menu css ends*/


.home-banner{
/*  background: url(../images/bg.jpg);*/
  background: url(https://qph.cf2.quoracdn.net/main-qimg-8162072cb62823c5b1aca11e6faa2bc5);
  background-size: cover;
  
}




.item-text {
    padding: 60px 140px;
}
.banner2{
  background: url(../images/banner/banner2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  margin-right: 30px;
  margin-top: 30px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.banner1 {
  background: url(../images/banner/banner1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  margin-right: 30px;
  margin-top: 30px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.banner3{
  background: url(../images/banner/banner3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  margin-right: 30px;
  margin-top: 30px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.text_ssd p{
  font-size: 16px;
}

.text_ssd{
  margin-left: -80px;
}


.wheel {
  -webkit-animation: spin 3s linear 1; /* Safari browser */
  animation: spin 3s linear 2;}

/* for Safari browser  */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

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

.btn_knowmore_sec{
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.logo--div{position: relative;}
.logo--div:before{
  content: '';
  position: absolute;
  left: 47%;
  transform: skew(-36deg);
  width: 230px;
  height: 130px;
  z-index: -1;
  background: white;
}

header.header.navbar-shrink .logo--div:before, header.header.navbar-shrink .header-right-row-top{display: none;}
.logo--rightdiv{
  position: relative;
  margin-left: 120px;
}

.logo--rightdiv:before {
    content: '';
    position: absolute;
    left: -3%;
    transform: skew(-36deg);
    width: 230px;
    height: 70px;
    z-index: -1;
    background: white;
}

header.header.navbar-shrink .logo--rightdiv:before{
    background: linear-gradient(to left, #c2283b, #145d97);
    z-index: initial;
    width: 100%;
}

header.header.navbar-shrink .nav-center ul li a{color: #fff;}




.item-text h3{
  font-size: 40px;
  text-shadow: 4px 4px 3px #ffffff;
}

.home-about-section{
  padding: 40px 40px;
  background-color: #f8f8f8;
}
.home-section-4{
  background-color: #f8f8f8;
}
.home-about-section h2 {
    font-size: 44px;
    padding: 0 40px;
}

.home-about-section-box{
    background: #fff;
    padding: 55px 0 45px;
    -webkit-box-shadow: 0px 14px 24px 0px rgba(184, 184, 184, 0.1);
    box-shadow: 0px 14px 24px 0px rgba(184, 184, 184, 0.1);
    text-align: center;
    display: block;
    position: relative;
}

.home-about-section-box .icon img{
  max-height: 60px;
  margin-bottom: 10px;
}

.home-about-section-box.mt-set{
  margin-top: 140px;
}
.home-about-section-box.mt-set1{
  margin-top: 220px;
}

.home-section-3{
  height: 500px;
  background: linear-gradient(to right, white 20%, transparent 80%),url(../images/ground-handler.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
}

.home-section-3-left{padding-left: 40px;}
.home-section-3-left h5 span{
  background: linear-gradient(to left, #c2283b, #145d97);
  padding: 12px 20px;
  color: #fff;
  font-size: 36px;
  display: inline-block;
}
.home-section-3-left p{font-size: 18px;margin-top: 20px;}

.home-about-section-box .icon h6, .text-gradient
{
  background: -webkit-linear-gradient(45deg, #c2283b, #145d97 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.home-section-4-left{
  background: url(../images/mission.jpg);
  background-size: cover;
  min-height: 550px;
}

.home-section-4-center, .home-section-4-right{
  text-align: center;
  padding: 40px 30px;
  -webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.2);
  box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.2);
  min-height: 400px;
  margin-left: 25px;
  margin-right: 25px;
}

.home-section-4-center h4, .home-section-4-right h4{
  margin-top: 40px;
  font-size: 30px;
  margin-bottom: 15px;

}

.home-section-4-center p, .home-section-4-right p{
/*  font-size: 16px;*/
}

.home-section-5{
  padding-top: 40px;
  padding-bottom: 40px;
}

.feature-1 {
    padding: 30px;
    background: rgba(26, 55, 77, 0.05);
    border-radius: 20px;
    min-height: 231px;
    top: 0;
    margin-bottom: 10px !important;
    margin-top: 30px;
    -webkit-box-shadow: 0px 14px 24px 0px rgba(184, 184, 184, 0.1);
    box-shadow: 0px 14px 24px 0px rgba(184, 184, 184, 0.1);
}
.feature-1 img{
  max-height: 80px;
}
.main-title hr{
  width: 80px;
  height: 3px;
  background: linear-gradient(to left, #c2283b, #145d97);
  opacity: 1;
/*  margin:auto;*/
}

.bgser{
  min-height: 500px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.bgser h5{
  position: absolute;
  bottom: 0;
  color: #fff;
  background: #00000070;
  margin-bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  text-align: center;
  font-size: 16px;
}

.service1{
  background: url(../images/ser/img1.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 30px;
}
.service2{
  background: url(../images/ser/img2.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 30px;
}
.service3{
  background: url(../images/ser/img3.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 30px;
}
.service4{
  background: url(../images/ser/img4.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 30px;
}
.service5{
  background: url(../images/ser/img5.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 30px;
}
.service6{
  background: url(../images/ser/img6.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 30px;
}
.service7{
  background: url(../images/ser/img7.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 30px;
}
.service8{
  background: url(../images/ser/img8.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 30px;
}
.service9{
  background: url(../images/ser/img9.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 30px;
}


.home-section-6 {
  background: linear-gradient(45deg, black, transparent), url(../images/bg-img.webp);
  background-size: cover;
  height: 450px;
  display: flex;
  align-items: center;
}
.home-section-6-left{
  color: #fff;
}
.home-section-6-left h3{
  font-size: 32px;
  font-weight: 600;
}
.home-section-6-left p{
  font-size: 18px;
}

.client_section{
  padding-top: 40px;
  padding-bottom: 40px;
}

.owl-carousel-box.owl-carousel .owl-item img {
    width: auto;
}


.owl-dots button {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #7c7c7c !important;
    border-radius: 50%;
    margin: 3px;
}
.owl-dots {
    text-align: center;
}
.home-section-6-left p{text-align: justify;}

.about-page-right p{font-size: 18px;text-align: justify;}

.ser-inner-page-right ul li{margin-top: 10px;}
.ser-inner-page-right ul li i{color: #004f93;}
.Client-div {
    margin-bottom: 20px;
    margin-top: 20px;
}

.Career-page td, .Career-page th {
    border-right: 1px solid #dee2e6;
}

.Career-right img {
    max-height: 400px;
}















































































