/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato: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');
*/
a,
.india-at-olympics .india-olympics-box .caption,
.in-focus .in-focus-box .caption,
.header .header-top .language .dropdown,
.key-stats-box {
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


a:focus,
a:hover,
.footer .widget .social span:hover i {
    color: #F07D21 ;
    text-decoration: none;
}

h3,
h4,
h6 {
    font-family: 'Lato', sans-serif;

}

h3 {
    font-size: 48px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}

h4 {
    font-size: 30px;
    font-weight: 600;

}


h6 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.main-btn {
    display: inline-block;
}

.link {
    font-size: 24px;
    color: #F07D21;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 0px;
    background-position-y: 50%;
    background-position-x: 50px;
    transition: all 0.3s ease-in-out;
}

.link:hover {
    color: #F07D21;
    background-size: 26px;
    background-position-x: 100%;
}

.link img {
    margin-left: 12px;
    position: relative;
    right: 0;
    transition: inherit;
}

.link:hover img {
    right: -40px;
    opacity: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.wrapper {
    display: block;
}

.container {
    position: relative;
}

.header {
    display: block;
    position: relative;
    min-height: 100px;
   padding:15px 0;
}

.header .container {
    display: flex;
}

.header .header-top {
    display: block;
    min-height: 57px;
    background-color: #EDEEF1;
    display: flex;
    align-items: center;
	z-index:999;
	position:relative;
}


.header .header-top .header-top-left {
    margin-right: auto;
}

.header .header-top .header-top-left ul {
    margin: 0;
    padding: 0;
}

.header .header-top .header-top-left ul li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    margin-right: 50px;

}

.header .header-top .header-top-left ul li:last-child {
    margin-right: 0;
}

.header .header-top .header-top-left ul li label {
    font-family: 'Lato', sans-serif;
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    margin-right: 8px;
    font-weight: normal;

}

.header .header-top .header-top-left ul li .box {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: #dcdde0 solid 1px;
    margin-right: 5px;
    cursor: pointer;
}

.styled-form .form-group input {
    position: relative;
    height: 50px;
    padding: 6px 30px;
    width: 100%;
    color: #222222;
    font-size: 16px;
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: none;
    box-shadow: 0 0 30px #eee;
}

.register-section {
  position: relative;
}
.register-section .register-box {
  position: relative;
  max-width: 970px;
  margin: 0 auto;
  padding: 45px 40px 35px;
  background: #f9f8f8;
}
.register-section .register-box .styled-form {
  max-width: 750px;
  margin: 0 auto;
}
.register-section .register-box .styled-form .form-group .title-box {
  position: relative;
  text-align: center;
  margin-bottom: 32px;
}
.register-section .register-box .styled-form .form-group .title-box h2 {
  position: relative;
  color: #03382e;
  font-weight: 700;
  line-height: 1.3em;
}
.register-section .register-box .styled-form .form-group .title-box .text {
  position: relative;
  color: #03382e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  margin-top: 12px;
}


.register-section {
  position: relative;
}
.register-section .register-box {
  position: relative;
  max-width: 970px;
  margin: 0 auto;
  padding: 45px 40px 35px;
  background: #f9f8f8;
}
.register-section .register-box .styled-form {
  max-width: 750px;
  margin: 0 auto;
}
.register-section .register-box .styled-form .form-group .title-box {
  position: relative;
  text-align: center;
  margin-bottom: 32px;
}
.register-section .register-box .styled-form .form-group .title-box h2 {
  position: relative;
  color: #03382e;
  font-weight: 700;
  line-height: 1.3em;
}
.register-section .register-box .styled-form .form-group .title-box .text {
  position: relative;
  color: #03382e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  margin-top: 12px;
}
/* Styled Form */
.styled-form {
  position: relative;
}
.styled-form .form-group {
  position: relative;
  /* CheckBox */

  /* RadioBox */

}
.styled-form .form-group .eye-icon {
  position: absolute;
  right: 20px;
  top: 52px;
  color: #222222;
  font-size: 18px;
  z-index: 1;
  opacity: 0.5;
}
.styled-form .form-group label {
  position: relative;
  color: #626262;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.styled-form .form-group input {
  position: relative;
  height: 50px;
  padding: 6px 30px;
  width: 100%;
  color: #222222;
  font-size: 16px;
  border-radius: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border: none;
  box-shadow: 0 0 30px #eee;
}
.styled-form .form-group input:focus {
  border-color: #ff6262;
}
.styled-form .form-group textarea {
  position: relative;
  height: 150px;
  width: 100%;
  resize: none;
  padding: 15px 15px;
  border-radius: 0px;
  border: 1px solid #f2f2f2;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.styled-form .form-group .users {
  position: relative;
  color: #626262;
  font-size: 16px;
  text-align: center;
}
.styled-form .form-group .users a {
  position: relative;
  color: #ff5421;
  font-weight: 600;
  text-decoration: underline;
}
.styled-form .form-group .users a:hover {
  color: #ed3600;
}
.styled-form .form-group .check-box {
  position: relative;
  margin-bottom: 3px;
  margin-top: 7px;
}
.styled-form .form-group .check-box label {
  position: relative;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 4px 10px 0px;
  padding-left: 25px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 400;
  color: #626262;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Poppins', sans-serif;
}
.styled-form .form-group .check-box label:before {
  position: absolute;
  left: 0;
  top: 6px;
  height: 15px;
  width: 15px;
  background: #ffffff;
  content: "";
  border-radius: 3px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid #21a7d0;
}
.styled-form .form-group .check-box label:after {
  position: absolute;
  left: 0px;
  top: 0;
  height: 15px;
  line-height: 15px;
  max-width: 0;
  font-size: 14px;
  color: #ffffff;
  font-weight: 800;
  overflow: hidden;
  background: transparent;
  text-align: center;
  font-family: 'FontAwesome';
  -webkit-transition: max-width 500ms ease;
  -moz-transition: max-width 500ms ease;
  -ms-transition: max-width 500ms ease;
  -o-transition: max-width 500ms ease;
  transition: max-width 500ms ease;
}
.styled-form .form-group .check-box input[type="checkbox"]:checked + label {
  border-color: #25a9e0;
}
.styled-form .form-group .radio-box {
  position: relative;
  margin-bottom: 3px;
  margin-top: 7px;
}
.styled-form .form-group .radio-box label {
  position: relative;
  display: block;
  height: 30px;
  width: 100%;
  line-height: 9px;
  padding: 4px 10px 0px;
  padding-left: 25px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 400;
  color: #626262;
  cursor: pointer;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.styled-form .form-group .radio-box label:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 15px;
  width: 15px;
  background: #ffffff;
  content: "";
  border-radius: 3px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid #21a7d0;
}
.styled-form .form-group .radio-box label:after {
  position: absolute;
  left: 0px;
  top: 0;
  height: 15px;
  line-height: 15px;
  max-width: 0;
  font-size: 14px;
  color: #ffffff;
  font-weight: 800;
  overflow: hidden;
  background: transparent;
  text-align: center;
  font-family: 'FontAwesome';
  -webkit-transition: max-width 500ms ease;
  -moz-transition: max-width 500ms ease;
  -ms-transition: max-width 500ms ease;
  -o-transition: max-width 500ms ease;
  transition: max-width 500ms ease;
}
.styled-form .forgot {
  position: relative;
  font-weight: 500;
  color: #626262;
  font-size: 16px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: underline;
}
.styled-form .form-group .form-group .check-box label {
  padding-left: 30px;
  padding-top: 1px;
  cursor: pointer;
}
.styled-form .form-group .check-box input[type="checkbox"] {
  display: none;
}
.styled-form .form-group .check-box input[type="checkbox"]:checked + label:before {
  border: 5px solid #21a7d0;
  background: #ffffff;
}
.styled-form .form-group .check-box input[type="checkbox"]:checked + label:after {
  max-width: 20px;
  opacity: 1;
}
.styled-form .form-group .radio-box input[type="radio"]:checked + label {
  border-color: #25a9e0;
}
.styled-form .form-group .form-group .radio-box label {
  padding-left: 30px;
  padding-top: 1px;
  cursor: pointer;
}
.styled-form .form-group .radio-box input[type="radio"] {
  display: none;
}
.styled-form .form-group .radio-box input[type="radio"]:checked + label:before {
  border: 5px solid #21a7d0;
  background: #ffffff;
}
.styled-form .form-group .radio-box input[type="radio"]:checked + label:after {
  max-width: 20px;
  opacity: 1;
}
.rs-free-contact {
  background: #0c8b51;
  padding: 50px 50px 50px 50px;
}
.rs-free-contact .from-control {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0C8B51;
  background-color: #127C4B;
  border-radius: 3px;
  padding: 10px 18px;
}
.rs-free-contact textarea {
  height: 140px;
}
.rs-free-contact ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #ffffff;
  opacity: 1;
}
.rs-free-contact ::-moz-placeholder {
  /* Firefox 19+ */

  color: #ffffff;
  opacity: 1;
}
.rs-free-contact :-ms-input-placeholder {
  /* IE 10+ */

  color: #ffffff;
  opacity: 1;
}
.rs-free-contact :-moz-placeholder {
  /* Firefox 18- */

  color: #ffffff;
  opacity: 1;
}
/*-------------------------------------
    36. Contact Section CSS
--------------------------------------*/
.contact-page-section .inner-part .title {
  font-size: 36px;
  color: #101010;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 14px;
}
.contact-page-section .inner-part .title2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25em;
  color: #111111;
}
.contact-page-section .inner-part p {
  font-size: 19px;
  color: #363636;
  line-height: 32px;
  font-weight: 400;
}
.contact-page-section .rs-quick-contact {
  background-color: #F9F8F8;
  padding: 70px 150px 70px;
}
.contact-page-section .rs-quick-contact .from-control {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F1F1F1;
  box-shadow: 0 0 30px #eee;
  color: #363636;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  border-radius: 3px;
  border: 1px solid #ffffff;
  color: #767676;
  background: #ffffff;
  padding: 10px 18px;
}
.contact-page-section .rs-quick-contact textarea {
  height: 140px;
}
.contact-page-section .rs-quick-contact .form-group .btn-send {
  padding: 16px 0px 16px 0px;
  text-transform: uppercase;
  box-shadow: 0px 28px 50px 0px rgba(0, 0, 0, 0.05);
  outline: none;
  border: none;
  padding: 12px 40px;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #ff5421;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.contact-page-section .rs-quick-contact .form-group .btn-send:hover {
  opacity: 0.90;
}
.contact-page-section .rs-quick-contact.new-style {
  padding: 70px 60px 70px;
}
.contact-page-section .rs-contact-box .address-item {
  padding: 50px 40px 50px 40px;
  background: #ffffff;
  box-shadow: 0 0 30px #fff;
  text-align: center;
  margin: 0px 20px 0px 0px;
  border-radius: 5px 5px 5px 5px;
}
.contact-page-section .rs-contact-box .address-item .icon-part {
  padding-bottom: 20px;
}
.contact-page-section .rs-contact-box .address-item .icon-part img {
  width: 65px;
}
.contact-page-section .rs-contact-box .address-item .address-text .label {
  display: block;
  color: #101010;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
}
.contact-page-section .rs-contact-box .address-item .address-text .des {
  font-size: 17px;
  color: #031a3d;
}
.contact-page-section .rs-contact-box .address-item .address-text .des a {
  color: #031a3d;
}
.contact-page-section .rs-contact-box .address-item .address-text .des a:hover {
  color: #ff5421;
}
.contact-page-section .rs-contact-wrap {
  padding: 40px 35px 30px 35px;
  background-color: #F9F8F8;
  border-radius: 5px 5px 5px 5px;
}
.contact-page-section .rs-contact-wrap .address-item {
  display: flex;
  position: relative;
  margin-bottom: 40px;
}
.contact-page-section .rs-contact-wrap .address-item .address-icon {
  margin-right: 20px;
}
.contact-page-section .rs-contact-wrap .address-item .address-icon i {
  font-size: 35px;
  color: #ff5421;
}
.contact-page-section .rs-contact-wrap .address-item .address-text .label {
  display: block;
  color: #505050;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 1.2;
}
.contact-page-section .rs-contact-wrap .address-item .address-text .des {
  font-size: 18px;
  color: #111111;
  font-weight: 500;
}
.contact-page-section .rs-contact-wrap .address-item .address-text .des a {
  color: #111111;
  font-weight: 500;
}
.contact-page-section .rs-contact-wrap .address-item .address-text .des a:hover {
  color: #ff5421;
}
.contact-page-section .contact-comment-box .from-control {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F1F1F1;
  box-shadow: 0 0 30px #eee;
  color: #363636;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  border-radius: 3px;
  border: 1px solid #ffffff;
  color: #767676;
  background: #ffffff;
  padding: 10px 18px;
}
.contact-page-section .contact-comment-box textarea {
  height: 140px;
}
.contact-page-section .contact-comment-box .form-group .btn-send {
  padding: 16px 0px 16px 0px;
  box-shadow: 0px 28px 50px 0px rgba(0, 0, 0, 0.05);
  outline: none;
  border: none;
  padding: 12px 40px;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #ff5421;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-transform: uppercase;
}
.contact-page-section .contact-comment-box .form-group .btn-send:hover {
  opacity: 0.90;
}
.contact-page-section .contact-comment-box.new-style {
  padding: 60px 70px 60px !important;
}
.contact-page-section .contact-map {
  overflow: hidden;
}
.contact-page-section .contact-map iframe {
  float: left;
  width: 100%;
  height: 550px;
  border: none;
}
.contact-page-section .contact-map2 {
  overflow: hidden;
}
.contact-page-section .contact-map2 iframe {
  float: left;
  width: 100%;
  height: 720px;
  border: none;
}
.contact-page-section .contact-map3 {
  overflow: hidden;
}
.contact-page-section .contact-map3 iframe {
  float: left;
  width: 100%;
  height: 600px;
  border: none;
}
.contact-page-section .contact-address-section {
  text-align: center;
  margin: 0 0 50px;
}
.contact-page-section .contact-address-section .contact-info {
  background: #f9f9f9;
  display: flex;
  text-align: left;
  align-items: center;
  padding: 0 30px;
  min-height: 175px;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease;
}
.contact-page-section .contact-address-section .contact-info .icon-part {
  margin-right: 30px;
}
.contact-page-section .contact-address-section .contact-info .icon-part i {
  color: #ff5421;
  font-size: 30px;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 70px;
  line-height: 58px;
  border-radius: 50%;
  text-align: center;
  background: transparent;
  border: 6px solid #f9ede9;
}
.contact-page-section .contact-address-section .contact-info .content-part .info-subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #505050;
  margin: 0 0 5px;
}
.contact-page-section .contact-address-section .contact-info .content-part .info-title {
  font-size: 24px;
  font-weight: 700;
  color: #111111;
  margin: 0;
}
.contact-page-section .contact-address-section .contact-info .content-part a {
  color: #111111;
  display: block;
}
.contact-page-section .contact-address-section .contact-info .content-part a:hover {
  color: #ff5421;
}
.contact-page-section .contact-address-section .contact-info:hover {
  transform: translateY(-5px);
}
.contact-page-section .contact-address-section.style2 {
  margin: 0;
}
.contact-page-section .contact-comment-section {
  padding: 50px;
}
.contact-page-section .contact-comment-section h3 {
  font-size: 36px;
  margin: 0;
  padding-bottom: 15px;
  font-weight: 700;
}
.contact-page-section .contact-comment-section form .form-group input {
  height: 43px;
  padding: 0 15px;
}
.contact-page-section .contact-comment-section form .form-group input,
.contact-page-section .contact-comment-section form .form-group textarea {
  border: none;
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
}
.contact-page-section .contact-comment-section form .form-group label {
  color: #505050;
  font-weight: 400;
}
.contact-page-section .contact-comment-section form .form-group input.btn-send {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ff5421;
  margin-top: 15px;
  border: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  padding: 0 50px;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.contact-page-section .contact-comment-section form .form-group input.btn-send:hover {
  background: #ed3600;
}
.contact-page-section .contact-bg1 {
  background: #f9f9f9;
}

.header .header-top .header-top-left ul li .box:last-child {
    margin-right: 0;
}


.header .header-top .language {
    margin-left: auto;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}

.header .header-top .language .dropdown {
    position: absolute;
    top: 37px;
    right: 0;
    background-color: #fff;
    width: 150px;
    z-index: 9;
    box-shadow: 0 0 5px #dcdcdc;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

.header .header-top .language .dropdown.show {
    opacity: 1;
    visibility: visible;
}

.header .header-top .language .dropdown ul {
    margin: 0;
    padding: 0;
}

.header .header-top .language .dropdown ul li {
    list-style: none;
    border-bottom: #939393 dotted 1px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 13px;
}

.header .header-top .language .dropdown ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.header .header-top .language .dropdown ul li a {
    color: #0A0A0A;
    padding: 0 10px;

}

.header .container {
    align-items: center;
}


.header .header-bottom {
    display: flex;
    min-height: 93px;
    background: #fff;
    width: 100%;
}

.header.fixed .header-bottom {
    position: fixed;
    top: 0;
    z-index: +99;
    box-shadow: 0 5px 20px #00000017;
	min-height: 105px;
    padding: 0px 0;

}

.header .header-bottom .header-bottom-left {
    margin-right: auto;
    display: flex;

}

.header .header-bottom .celebrating-year {
    position: relative;
    padding-left: 25px;
    margin-left: 25px;
}

.header .header-bottom .celebrating-year:after {
    content: '';
    height: 68px;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #EDEEF1;
}

#nav {
    margin-left: auto;
    position: relative;
    font-family: 'Lato', sans-serif;
}

#nav ul {
    margin: 0px;
    padding: 0px;
}

#nav>ul>li {
    list-style: none;
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    margin: 0 38px 0 0px;
}

#nav>ul>li:last-child {
    margin: 0px;
}

#nav>ul>li a {
    display: block;
    color: #0A0A0A;
    transition: none;
    padding-top: 0;
    position: relative;
    padding: 0 12px;
}

#nav>ul>li a:hover,
#nav>ul li.active>a {
    color: #F07D21;
}

#nav>ul>li a:hover:after,
#nav>ul li.active>a:after {
    content: "";
    position: absolute;
    top: -38px;
    left: 0px;
    width: 100%;
    height: 7px;
    background: #F07D21;
}

#nav ul ul {
    position: absolute;
    z-index: 9;
    top: 38px;
    left: 0px;
    width: 207px;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#nav ul ul li {
    line-height: 22px;
    list-style: none;
    float: none;
    height: auto;
    position: relative;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    padding: 0 15px;
}

#nav ul ul li:last-child a {
    border: none;
}

#nav ul ul li a {
    display: block;
    padding: 8px 0px;
    color: #0A0A0A;
    margin: 0px;
    border-bottom: #939393 dotted 1px;
}

#nav ul ul li a:hover:after {
    background: #FFFFFF;
    border-bottom: #F07D21 dotted 1px;
    display: none;
}

#nav ul ul li:last-child a:hover:after {
    display: none;
}

#nav ul ul ul {
    position: absolute;
    top: 0px;
    left: 207px;
    background: none;
    width: 220px;
}

#nav ul ul ul li:first-child a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
   border-left: 10px solid #212529;
    border-bottom: 10px solid transparent;
    margin: 0px 0 0 -30px;
}

#nav ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#nav ul ul ul li {
   background: #212529;
    margin-left: 13px;
}


.mobile-menu {
    background-color: #000000;
    padding: 38px 30px;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    max-width: 300px;
    left: -300px;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.mobile-menu.isDown { left: 0;}

.mobile-menu .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    opacity: 1;
    cursor: pointer;
    background: url(../images/close-icon.png) left top no-repeat;
    background-size: 22px 22px;
    width: 22px; height: 22px;
    cursor: pointer;
}

.mobile-menu ul {
    margin: 0px;
    padding: 0px;
}

.mobile-menu ul li {
    list-style: none;
    font-size: 17px;
    color: #FFF;
    position: relative;
    padding: 8px 0px;
}

.mobile-menu ul li .dropdown {
    position: absolute;
    top: 9px;
    right: 13px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    background: #fff;
}

.mobile-menu ul li .dropdown .fa {
    position: absolute;
    top: 0px;
    left: 0px;
}

.mobile-menu ul li .dropdown .fa-angle-up,
.mobile-menu ul li .dropdown.open .fa-angle-down {
    display: none;
}

.mobile-menu ul li .dropdown.open .fa-angle-up {
    display: block;
}

.mobile-menu ul li a {
    color: #FFF;
    padding: 15px 0px;
}

.mobile-menu ul li a:hover {
    color: #8d8d8d;
}

.mobile-menu ul ul {
    display: none;
}

.mobile-menu ul ul li {
    font-size: 13px;
	text-transform:uppercase;
	padding:6px 0;
}

.mobile-nav {
    width: 20px;
    height: 13px;
    float: right;
    cursor: pointer;
    display: none;
}

.mobile-nav span {
    background: #000;
    height: 2px;
    margin: 0 0px 3px;
    width: 100%;
    float: left;
}



.menu-hide {
    left: -300px !important;
}

.search {
    cursor: pointer;
    position: relative;
    margin-left: 20px;
    top: 2px;
}

.search i {
    font-size: 22px;
}

.search .search-input {
    width: 0;
    position: absolute;
    top: 47px;
    right: 0;
    background-color: #fff;
    padding: 8px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.search .search-input input {
    outline: none;
    border: #e6e0e0 solid 1px;
    height: 50px;
    width: 100%;
    padding: 5px;
    color: #867c7c;
}

.search .search-input.show {
    width: 350px;
    opacity: 1;
    visibility: visible;
}

.slider-container {
    position: relative;
}

.slider-container img {
    width: 100%;
    height: 500px;
}

.slider-container .item img.img-responsive {
    filter: brightness(0.5);
}

.slider-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;

}

.slider-container .caption {
    font-family: 'Lato', sans-serif;
    max-width: 1038px;
}

.slider-container .caption .tag {
    font-size: 20px;
      background: #fff;
    padding: 10px 15px;
    color: #F07D21;
    opacity: 1;
    font-weight: 700;
    position: relative;
    bottom: -10px;
    box-shadow:0 0 10px #b3b3b43e;
}

.slider-container .caption h1 {
    font-size: 78px;
    line-height: 108px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.slider-container .caption p {
    font-size: 28px;
    line-height: 43px;
    opacity: 0.9;
    color: #fff;
    font-weight: 300;
    max-width: 779px;
    position: relative;
    padding-top: 30px;
    margin-top: 60px;

}

.slider-container .caption p:before {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #EDEEF1;
}

.slider-container .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
}

.slider-container .owl-dots .owl-dot {
    border: #fff solid 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 0 6px;
    display: inline-block;
    outline: none;
}

.slider-container .owl-dots .owl-dot.active {
    background-color: #fff;
}
.about-banner .slider-content { align-items: stretch; top: 40px; bottom: 40px; }
.about-banner .caption  { margin-top: auto;  }
.about-banner .caption .tag { line-height: 43px; }
.about-banner .caption h1 { line-height: 117px; }
.about-banner .caption p { padding-top: 0; margin-top: 0; }
.about-banner .caption p::before { content: none; }

.about-banner .breadcrumb { background: none; padding: 0; font: normal normal normal 17px/43px 'Lato'; color: #FFFFFF; }
.about-banner .breadcrumb-item a { color: #fff; opacity: 0.5; }
.about-banner .breadcrumb-item.active { color: #fff; }
.games-information {
    display: block;
    margin-top: 42px;
}

.games-information .games-information-box {
    display: block;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 26px #D1D2D993;
    display: flex;
    height: 279px;
    align-items: center;
    justify-content: left;
	padding: 10px 0;
}

.games-information .games-information-box .image {
    /*margin-right: 74px;*/
	margin: 0 30px 0 20px;
}

.games-information .games-information-box .box-container {
    display: grid;
}

.games-information .games-information-box .box-container h4 {
    text-transform: uppercase;
	color:#212529;
}
.games-information .games-information-box .box-container h4 a {color:#212529;}
.games-information .games-information-box .box-container h4 a:hover {color:#212529;}

.games-information .games-information-box .box-container .box-container-row {
    display: flex;
    font-family: 'Lato', sans-serif;
}

.games-information .games-information-box .box-container .coundown-box {
    margin-right: 43px;
    text-align: center;
}

.games-information .games-information-box .box-container .coundown-box:last-child {
    margin-right: 0px;
}

.box-container .box-container-row .number {
    font-size: 45px;
    font-weight: 900;

}

.box-container .box-container-row .coundown-info {
    font-size: 21px;
    color: #00000080;
    text-transform: uppercase
}

.india-at-olympics {
    margin-top: 150px;
}

.india-at-olympics h3 {
    margin-top: 0;
    margin-bottom: 60px;
}

.india-at-olympics .india-olympics-box .video {
    position: relative;
}

.india-at-olympics .india-olympics-box .video img {
    width: 100%;
    height: 412px;
    object-fit: cover;
}

.india-at-olympics .india-olympics-box .video .video-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid grey;
}

.india-at-olympics .india-olympics-box .video .video-content .vid-btn {
    position: relative;
    z-index: 1;
}

.india-at-olympics .india-olympics-box .video .video-content .vid-btn:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    z-index: -1;
    transform: translate(-50%,-50%);
    animation: flame 1.6s linear infinite;
}

@keyframes flame {
    0% {
        opacity:0;
        transform:translate(-50%,-50%) scale(.4);
    }
    
    50% {
        opacity: 0.5;
        transform:translate(-50%,-50%) scale(.8);
    }
    
    100% {
        opacity:0;
        transform:translate(-50%,-50%) scale(1.1);
    }
}

.india-at-olympics .india-olympics-box .video .video-content img {
    width: 60px;
    height: 60px;
}

.india-at-olympics .item,
.india-at-olympics .col-xs-12.col-sm-12.col-md-4 {
    padding-top: 15px;
}
  

.india-at-olympics .india-olympics-box .caption {
    background-color: #fff;
    box-shadow: 0 7px 26px #d1d2d993;
    padding: 42px 30px;
    position: relative;
    top: -50px;
    margin: 0 22px;
}

 
.india-at-olympics .india-olympics-box:hover .caption {
    box-shadow: 0 7px 14px #0000003b;
    margin-top: -5px;
}

.india-at-olympics .india-olympics-box .caption p {
    font-size: 26px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0;
}

.india-at-olympics .india-olympics-box .caption p span {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin: 0;
}

.india-at-olympics .india-olympics-box .twitter-feed {
    background-color: #F3F8FC;
    padding: 40px;
    box-shadow: 0 0 10px #B3B3B43E;
}

.india-at-olympics .india-olympics-box .twitter-feed h4 {
    margin: 0 0 31px;
}

.india-at-olympics .india-olympics-box .twitter-feed h4 img {
    margin-right: 10px;
}

.india-at-olympics .india-olympics-box .twitter-feed p {
    font-size: 19px;
    line-height: 30px;
}

.india-at-olympics .india-olympics-box .twitter-feed .author {
    display: flex;
    margin-top: 46px;
    align-items: flex-end;
}

.india-at-olympics .india-olympics-box .twitter-feed .author .image {
    margin-right: 18px;
}

.india-at-olympics .india-olympics-box .twitter-feed .author .image img {
    width: 95px;
    height: 95px;
    object-fit: cover;
}


.india-at-olympics .india-olympics-box .twitter-feed .author .author-contant h6 {
    margin: 0;
}

.india-at-olympics .india-olympics-box .twitter-feed .author .author-contant .hrs {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

.about-container {
    display: flex;
    margin-bottom: 150px;
    overflow: hidden;
}

.about-container .about-left {
    background-color: #F2F3F6;
    min-height: 964px;
    width: calc(50% - -190px);
    box-sizing: border-box;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.about-container .about-left .about-left-content {
    width: 706px;
    position: relative;
    float: right;
    margin-right: 273px;

}

.about-container .about-left h3 {
    margin-bottom: 53px;
}

.about-container .about-left p {
    margin-bottom: 63px;
}

.about-container .about-left p,
.about-container .about-right p {
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 43px;
}

.about-container .about-right {
    display: flex;
    align-items: center;
    right: calc(50% - 777px);
    position: relative;
}

.about-container .about-right .about-right-container {
    background-color: #fff;
    width: 820px;
    box-sizing: border-box;
    padding: 60px;
   /* display: flex;*/
    position: relative;
    box-shadow: 0 0 26px #D1D2D993;
    margin-left: auto;
}

.about-container .about-right h4 {
    margin-top: 0;
    margin-bottom: 30px;
}

.about-container .about-right .image {
    margin-right: 50px;
}

.about-container .about-right .image img {
    width: 226px;
    height: 276px;
    object-fit: cover;
	border:solid 1px #ccc;
}

.about-container .about-right .name {
    color: #020D82;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-size: 18px;
    margin-top: 68px;

}

.in-focus {
    position: relative;
    margin-bottom: 150px;
}

.in-focus h3 {
    margin-bottom: 60px;
}

.in-focus .link {
    position: absolute;
    top: 28px;
    right: 15px;
}

.in-focus .owl-item .item {
    padding-top: 15px;
}

.in-focus .in-focus-box {
    position: relative;
    margin: 0 8px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.in-focus .in-focus-box:hover {
    transform: translateY(-10px);
}

.in-focus .in-focus-box .caption {
    position: relative;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    line-height: 29px;
    color: #000;
    padding: 34px;
    box-shadow: 0 9px 10px #00000014;
    background: #fff;
}

.in-focus .in-focus-box:hover .caption {
    box-shadow: 0 9px 10px #0000002e;
}

.browse-sports {
    display: block;
    position: relative;
    background-color: #F2F3F6;
    padding: 140px 0 135px;
}

.browse-sports h3 {
    margin-bottom: 50px;
}


.browse-sports .browse-sports-box {
    width: 100%;
    height: 264px;
    display: inline-flex;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    filter: gray;
    /* IE5+ */
    /* -webkit-filter: grayscale(1); */
    /* Webkit Nightlies & Chrome Canary */
}

.browse-sports-carousel.owl-carousel.owl-drag .owl-item .item {
    padding: 10px;
}

.browse-sports .owl-stage-outer {
    padding-top: 15px;
}

.browse-sports .owl-stage-outer .browse-sports-box:hover {
    box-shadow: 0 5px 10px #00000026;
    transform: translateY(-10px);
}

/* .browse-sports .browse-sports-box:last-child {
    margin-bottom: 0;
} */

.browse-sports .browse-sports-box .image {
    height: 150px;
    display: flex;
    justify-content: center;
}

/* .browse-sports .browse-sports-box:nth-child(6n + 6) {
    margin-right: 0;
} */

.browse-sports .browse-sports-box img {
    width: unset !important;
    display: inline-block !important;
}

.browse-sports .browse-sports-box h6 {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    line-height: 38px;
    font-weight: 900;
    margin-bottom: 0;
    margin-top: 20px;

}

.browse-sports .owl-carousel .owl-nav, .video-carousel.owl-carousel .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
}


.browse-sports .owl-carousel .owl-nav .owl-next, .video-carousel.owl-carousel .owl-nav .owl-next,
.browse-sports .owl-carousel .owl-nav .owl-prev, .video-carousel.owl-carousel .owl-nav .owl-prev {
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    outline: none;
    border-radius: none;
}

.about-gallery .owl-carousel .owl-nav button span,
.browse-sports .owl-carousel .owl-nav button span,
.video-carousel.owl-carousel .owl-nav button span  {
    display: none;
}

.browse-sports .owl-carousel .owl-nav .owl-prev, .video-carousel.owl-carousel .owl-nav .owl-prev {
    background-image: url(../images/prev.svg);
    margin-right: 20px;
}

.browse-sports .owl-carousel .owl-nav .owl-next, .video-carousel.owl-carousel .owl-nav .owl-next{
    background-image: url(../images/next.svg);
}



/*footer*/
.footer {
    background-color: #F2F3F6;
    padding-top: 78px;
}

.footer .footer-logos {
    display: flex;
    align-items: center;
    margin-bottom: 92px;
}

.footer .footer-logos .logo {
    margin-right: 40px;
}

.footer .widget p {
    color: #79797b;
    font-family: 'Lato', sans-serif;
    font-size: 18px;

    line-height: 35px;
}

.footer .widget .email {
    display: block;
    border-top: #dbdee6 solid 1px;
    padding-top: 30px;
    margin-top: 50px;
    color: #575859;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.footer .widget .email a {
    color: #575859;
}

.footer .widget .social {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.footer .widget .social label {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    margin-right: 21px;
}

.footer .widget .social span {
    margin-right: 20px;
}

.footer .widget .social span i {
    font-size: 26px;
    color: #969697;
}

.footer .widget .social span:last-child {
    margin-right: 0;
}

.footer h5 {
    color: #000000;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 45px;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer ul li {
    list-style: none;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.footer ul li:last-child {
    margin-bottom: 0px;
}

.footer ul li a {
    color: #79797b;

}

.footer ul li a:hover {
    padding-left: 2px;
}

.footer .copyright {
    background-color: #E8E9EB;
    min-height: 100px;
    display: flex;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    align-items: center;
    margin-top: 47px;
    color: #8c8d8e;
}

.footer .copyright .container {
    display: flex;
}

.copyright .copyright-left {
    margin-right: auto;
}

.copyright .copyright-right {
    margin-left: auto;
}

.brands {
    padding-top:30px;
    padding-bottom: 30px;
    background-color: #fff;
}


.brands .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.brands .owl-carousel .owl-item img {
    width: unset;
    max-width: 65% !important;
    height: auto;
}

.brands .brand {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brands .brand img {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
/*	 filter: grayscale(1);*/
}

.brands .brand img:hover {
/*    filter: grayscale(0);*/
}

.brands .item  {padding:0 !important;}

.latest-updates {
    display: block;
    position: relative;
    margin-bottom: 150px;
     margin-top: 150px;
}

.latest-updates h3 {
    margin-top: 0;
    margin-bottom: 70px;

}

.latest-updates .latest-updates-head {
    position: relative;
    display: flex;
    border-bottom: #f1f1f1 solid 1px;
    margin-bottom: 70px;
    min-height: 42px;
}

.latest-updates .latest-updates-head .tab {
    margin-right: auto;
    display: flex;
    align-items: center;
}

.latest-updates .latest-updates-head .tab ul {
    margin: 0;
    padding: 0;
}

.latest-updates .latest-updates-head .tab ul li {
    list-style: none;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #bdbdbd;
}

.latest-updates .latest-updates-head .tab ul li a {
    color: #bdbdbd;
    position: relative;
    padding: 0 15px;
    padding-bottom: 8px;
    margin-right: 20px;
    background-color: transparent;
}

.latest-updates .latest-updates-head .tab ul li a.active {
    color: #F07D21;
    font-weight: bold;
}

.latest-updates .latest-updates-head .tab ul li a.active:after {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: #F07D21;
}

.latest-updates .latest-updates-head .right {
    margin-left: auto;
}


.latest-updates-content .events-list ul {
    margin: 0;
    padding: 0;
}

.latest-updates-content .events-list ul li {
    list-style: none;
    display: flex;
    border-bottom: #f1f1f1 solid 1px;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.latest-updates-content .events-list ul li:last-child {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.latest-updates-content .events-list ul li .date {
    font-family: 'Lato', sans-serif;
    font-size: 52px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    line-height: 52px;
    padding-right: 50px;
    margin-right: 50px;
    min-width: 150px;
    overflow: hidden;
}

.latest-updates-content .events-list ul li .date:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
    animation: top 3s ease-in-out infinite;
}

@keyframes top {
    0% {
        transform: translateY(0%);
        opacity: 1;
    }
    35% {
        transform: translateY(-100%);
        opacity: 0;
    }
    70% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

.latest-updates-content .events-list ul li .date span {
    font-size: 24px;
}

.latest-updates-content .events-list ul li p {
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    color: #141414;
    line-height: 52px;
}

.latest-updates-content .events-list ul li p a {
    color: #F07D21;
    font-weight: 600;
}

.latest-updates-content .quick-link {
    background-color: #F2F3F6;
    padding: 56px;
}

.latest-updates-content .quick-link h5 {
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin-bottom: 45px;
}


.latest-updates-content .quick-link .quick-link-box {
    width: 100%;
    list-style: none;
    align-items: center;
    font-size: 28px;
    background-color: #fff;
    padding: 28px;
    display: inline-flex;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.latest-updates-content .quick-link .quick-link-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #F07D21;
    transition: inherit;
}

.latest-updates-content .quick-link .quick-link-box:hover:before {
    width: 100%;
}


.latest-updates-content .quick-link .quick-link-box img {
    margin-right: 20px;
    width: 50px;
}

.latest-updates-content .fade:not(.show){display: none}

.key-stats {
    position: relative;
    min-height: 778px;
    margin-bottom: 150px;
    padding-top: 129px;
    overflow: hidden;
}

.key-stats h3 {
    color: #fff;
    margin-bottom: 39px;
}

.key-stats:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #F2F3F6;
    top: 0;
    left: calc(50% - 775px);
}

.key-stats:before {
    content: '';
    width: calc(50% - 390px);
    height: 561px;
    position: absolute;
    background-color: #020D82;
    top: 0;
    left: 0;
    z-index: 9;
}

.key-stats .container {
    position: relative;
    z-index: 9;
}

.key-stats .key-stats-boxs {
    max-width: 1290px;
    float: right;
}

.key-stats .key-stats-box {
    /* width: 403px; */
    height: 403px;
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    line-height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 40px;
    box-shadow: 0 0 10px #d1d2d993;
    cursor: pointer;
}

.key-stats-carousel.owl-carousel {
    margin-left: -10px;
    margin-right: -10px;
}

.key-stats-carousel.owl-carousel.owl-drag .owl-item .item {
    padding: 0;
    margin: 10px;
    position: relative;
}

.key-stats .key-stats-box {
    position: relative;
}

.key-stats-carousel.owl-carousel.owl-drag .owl-item .item:before,
.key-stats-carousel.owl-carousel.owl-drag .owl-item .item:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #020D82;
    z-index: 1;
}

.key-stats .key-stats-box:before,
.key-stats .key-stats-box:after {
    content: '';
    width:2px;
    height:0;
    position: absolute;
    transition: all 0.2s linear;
    background: #020D82;
    z-index: 1;
}

.key-stats-carousel.owl-carousel.owl-drag .owl-item .item:hover:before,
.key-stats-carousel.owl-carousel.owl-drag .owl-item .item:hover:after{
    width: calc(100% - 20px);
}

.key-stats-carousel.owl-carousel.owl-drag .owl-item .item:hover .key-stats-box:before,
.key-stats-carousel.owl-carousel.owl-drag .owl-item .item:hover .key-stats-box:after {
    height: calc(100% - 20px);
}

.key-stats-carousel.owl-carousel.owl-drag .owl-item .item:before,
.key-stats-carousel.owl-carousel.owl-drag .owl-item .item:after {
    transition-delay: 0.2s;
}

.key-stats .key-stats-box:before,
.key-stats .key-stats-box:after{
    transition-delay: 0s;
}

.key-stats-carousel.owl-carousel.owl-drag .owl-item .item:before{
    right: 10px;
    top: 10px;
}
  
.key-stats-carousel.owl-carousel.owl-drag .owl-item .item:after{
    left: 10px;
    bottom: 10px;
}

.key-stats .key-stats-box:before{
    left: 10px;
    top: 10px;
}

.key-stats .key-stats-box:after{
    right: 10px;
    bottom: 10px;
}

.key-stats-carousel.owl-carousel.owl-drag .owl-item .item:hover:before,
.key-stats-carousel.owl-carousel.owl-drag .owl-item .item:hover:after {
    transition-delay: 0s;
  }

.key-stats-carousel.owl-carousel.owl-drag .owl-item .item:hover .key-stats-box:before,
.key-stats-carousel.owl-carousel.owl-drag .owl-item .item:hover .key-stats-box:after {
    transition-delay: 0.2s;
  }

.key-stats .key-stats-box:last-child {
    margin-right: 0;
}


.key-stats .key-stats-box span {
    display: block;
}

.key-stats .key-stats-box .amout {
    color: #020D82;
    font-size: 80px;
    font-weight: bold;
    font-weight: 900;
}

.key-stats .key-stats-box .amout span {
    display: inline-block;
}

.key-stats .key-stats-box .budget {
    font-size: 38px;
    text-transform: uppercase;
    color: #7f7f7f;

}


.language-input {  -webkit-appearance: none;  /*webkit browsers */ -moz-appearance: none; /*Firefox */ appearance: none;
    /* modern browsers */
     outline: none;  border: none;  font-family: 'Lato', sans-serif; font-size: 14px; font-weight: 400; background:url(../images/angle.svg) center right no-repeat; 
      padding: 0 15px 0 0px;  text-transform: uppercase}

.latest-updates-content  .mCustomScrollbar {max-height: 300px;}

.about-mission  { padding: 2em 0; font-family: 'Lato', sans-serif; }
.about-mission blockquote { background: #F2F3F6 ; border-left: 11px solid #F07D21; padding: 10px; margin-bottom: 15px; }
.about-mission blockquote strong { font-size: 20px; line-height: 35px; text-transform: uppercase; }
.about-mission blockquote p { opacity: 0.7; }
.about-mission .content { padding-right: 35px; }
.about-mission p {font-size: 14px; line-height:23px;margin-bottom: 0;}
.about-gallery {margin-top: 14em;margin-bottom: 1em;}
.about-gallery h3 { margin-bottom: 1em; }
.about-gallery .owl-carousel { padding-bottom: 50px; }
.about-gallery .owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-gallery .owl-carousel .owl-nav .owl-next,
.about-gallery .owl-carousel .owl-nav .owl-prev {
    width: 48px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    outline: none;
    border-radius: none;
}
.about-gallery .owl-carousel .owl-nav .owl-prev{
    background-image: url(../images/prev2.svg);
    margin-right: 20px;
}

.about-gallery .owl-carousel .owl-nav .owl-next{
    background-image: url(../images/next2.svg);
}

.about-hero { background: url(../images/about-hero.jpg) no-repeat center top; background-size: cover; min-height: 630px; color: #fff; display: flex; align-items: center;     background-attachment: fixed;
    background-position: center; }
.about-hero .quote { font: normal normal bold 188px/216px Arial; text-transform: uppercase; }
.about-hero .title {
    max-width: 1040px;
    font: normal normal 800 78px/92px Lato;
    letter-spacing: 2.89px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.about-strategy { position: relative; margin: 4em 0; }
.about-strategy ul {font: italic normal normal 18px/34px Lato ; color: #141414B3;}
.about-strategy ul li {color: #141414B3;font-weight: 600;font-size: 27px;line-height: 2;}
.about-strategy p {color: #141414;font-size: 28px;margin: 1.5rem 0;}
.about-strategy .about-left { width: 65%; }
.about-strategy .about-left-content { padding-top: 4em; padding-right: 12em; font: normal normal normal 14px/26px Lato; color: #141414; }
.about-strategy .about-right { width: 35%; }
.about-strategy .about-right-content {margin-top: 8em;position: relative;top: 90px;}
.about-strategy::before {content: '';background: #F2F3F6;width: 70%; /*height: 95%;*/ height: 100%;position: absolute;left: 0;top: 0;}
.objectives {color: #141414;margin: 4em 0;position: relative;}
.objectives::before { content: ''; background: #F2F3F6; width: 50%; height: 89%; /*height: 100%;*/ position: absolute; top: 0; right: 0; }
.objectives h3 { margin-bottom: 0.75em; }
.objectives figure { margin-top: 3em; }
.objectives .left-content { padding: 4em 8em 4em 0; }
.objectives .right-content { padding: 3em; }
.objectives p { font: normal normal normal 18px/34px Lato ; color: #141414; }
.objectives ul { font: italic normal normal 18px/24px Lato ; color: #141414; }
.objectives ul li { border-left: 6px solid #F07D21; margin: 1em 0; padding-left: 10px; }
.clear {clear: both;}
.breadcrumb-item+.breadcrumb-item::before{content:">"; color: #F07D21}

/*Dhermendra Organisatonal information 30 June*/
.about-banner.slider-container .caption {max-width: 876px}
.organisation {padding: 60px 0 0;}
.organisation-tab, .organisation-tab-2 {overflow: hidden; background:#fff;}
.organisation-tab .item, .organisation-tab-2 .item  {display: flex; justify-content: center; }
.organisation-tab .item a, .organisation-tab-2 .item a {    font-family: 'Lato', sans-serif; font-size: 22px; padding-left: 8px;padding-right: 8px;  letter-spacing: 0px; border-bottom: solid 5px transparent; padding-bottom: 5px; color: #141414;  text-transform: capitalize; opacity: 0.3;}
.organisation-tab .item a.active, .organisation-tab-2 .item a.active { color: #F07D21; border-bottom: solid 5px #F07D21; padding-bottom: 5px; opacity: 1; font-weight: 700}
.organisation-tab .item a.active:hover, .organisation-tab .item a.active:focus, .organisation-tab-2 .item a.active:hover, .organisation-tab-2 .item a.active:focus { color: #F07D21 !important; opacity: 1;}
.organisation-tab .item a:hover, .organisation-tab .item a:focus, .organisation-tab-2 .item a:hover, .organisation-tab-2 .item a:focus {  color: #141414 !important; }
.organisation-tab .item .active a, .organisation-tab-2 .item .active a {  color: #F07D21; border-bottom: solid 5px #F07D21; font-weight: 700;padding-bottom: 5px; opacity: 1;}
.organisation .tab-content {padding: 25px 0;     font-family: 'Lato', sans-serif;}
.organisation .tab-content p {font-size: 22px; line-height: 1.5 ; color: #000000; opacity: 0.7;}
.organisation-tab .owl-dots, .organisation-tab-2 .owl-dots {display: none;}
.organisation-tab button.owl-prev, .organisation-tab-2 button.owl-prev { position: absolute; left:-10px; top: 35%; transform: translateY(-50%); border: none; outline: none; width: 30px; height: 36px; background-color: #fff !important; 
    border-radius: 0!important; color: #F07D21!important; font-size: 44px !important; line-height: 0 !important;}
.organisation-tab button.owl-next, .organisation-tab-2 button.owl-next {  position: absolute; right:-10px;  top: 35%; transform: translateY(-50%); outline: none;  border: none;
    border-radius: 0!important; color: #F07D21!important; font-size: 44px !important; line-height: 0 !important; width: 30px; height: 36px;background-color: #fff !important;}
  
/* END Dhermendra Organisatonal information 30 June*/

/*Dhermendra Stadia Name 1st July*/
.stadia-name {padding: 80px 0;}
.stadia-name p {font-size: 24px;  font-family: 'Lato', sans-serif;  font-weight: 400;  line-height: 43px;}
.v-tab ul {margin: 0; padding: 0;display: block;  font-family: 'Lato', sans-serif; text-align: center}
.v-tab li {list-style: none}
.v-tab li a {display: block; cursor: pointer; transition: ease-in-out .5s; margin-bottom: 20px;  background: rgba(240, 125, 33, 0.06); color: #F07D21; font-size: 28px;  font-weight: 800; text-transform: uppercase; padding:15px;}
.v-tab li a:hover, .v-tab li a:focus{background-color:#F07D21;  color: #fff !important;}
.v-tab li a.active{background-color:#F07D21;  color: #fff;}

.book-stadium { background: url(../images/stadia-name/book-stadium.jpg) no-repeat center top; background-size: cover; min-height: 630px; color: #fff; display: flex; align-items: center;     background-attachment: fixed;
    background-position: center; font-family: 'Lato', sans-serif; position: relative; margin-top: 80px;}
.book-stadium h1 {  font-size: 78px; line-height:92px; color: rgba(255, 255, 255, 1); margin: 0 0 25px;  font-weight: 800;  text-transform: uppercase; }
.book-stadium p {font-size: 28px; line-height: 43px; margin: 0 0 35px; opacity: 0.9; color: rgba(255, 255, 255, 1) ;  max-width: 779px; position: relative; }
.book-stadium button {outline: none; border: none; cursor: pointer; min-width: 200px; color: #fff; background: rgba(240, 125, 33, 1) 0% 0%; font-size: 20px; padding:10px 12px; color: rgba(255, 255, 255, 1);}
.book-stadium .layer { background: linear-gradient(270deg, rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.99) ); height: 100%; width: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0 }
/* END Dhermendra Stadia Name 1st July*/

/*Dhermendra Stadia Name 2nd July*/
.organisation-tab .item.justify-content-left{justify-content:left;}
.slider-container .layer { background: linear-gradient(270deg, rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.99) ); height: 100%; width: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0 }
.about-banner.tender-jobs.slider-container .caption{max-width: 1020px;}


.button-global {outline: none; cursor: pointer; border: none; min-width: 200px; height: 50px; border-radius: 3px; font-family: 'Lato', sans-serif; font-weight: 800; color: #fff; background: rgba(240, 125, 33, 1) 0% 0%; font-size: 20px; padding:10px 12px; color: rgba(255, 255, 255, 1);}
.button-global img {margin-left: 15px;}
.button-global:focus, .button-global:hover{border: none; outline: none; }
.tender-notification  {padding: 10px 0 0 0;}
.tender-notification .head-row {background: #F2F3F6;;border-radius: 8px; position: relative; display: flex;  font-family: 'Lato', sans-serif; padding: 20px 30px 20px 50px; margin-bottom: 25px;}
.tender-notification .head-row a {color: #000000;}
.tender-notification .head-row h2 {font-size: 30px; line-height: 43px; font-weight: 600; color: #000000; opacity: 0.7; margin: 0;}
.tender-notification .head-row h2:before {content: ""; position: absolute; left: 15px; top:5px; bottom: 5px; height: calc(100% - 10px); background: #010080;
    border-radius: 3px; width:4px;} 
/*END Dhermendra Stadia Name 2nd July*/

/*ramya-saibudgetfinane-29jun*/
.img-banner{ 
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)) , url('../images/banner/about-banner.jpg') no-repeat center center; 
    /* background:url('../images/banner/about-banner.jpg') no-repeat center center; */
    -webkit-background-size: cover;
    font-family: 'Lato', sans-serif;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .img-banner .breadcrumb{
      margin-top: 44px;
      margin-bottom: 180px;
    background: none; padding: 0; font-family: 'Lato', sans-serif; color: #FFFFFF;  
    font-size: 17px;
  }
  .img-banner .breadcrumb-item a { color: #fff; opacity: 0.5; }
  .img-banner .breadcrumb-item.active { color: #fff; }
.img-banner .tag { 
    font-size: 20px;
    margin-top: 40px;
    color: #FFFFFF;
    opacity: 0.6;
    font-weight: 200; 
}
.arrow-crumb{
    margin: 0px 8px;
}
.img-banner h1 {
    font-size: 50px;
    line-height: 80px;
    color: #fff;
    font-weight: 700;
text-transform: uppercase;}
.img-banner p { 
  font-size: 22px !important;
 margin-bottom:44px;
    opacity: 0.9;
    color: #fff;
    font-weight: 300; }

.india-at-olympics table{
    font-family: 'Lato', sans-serif;
}

.india-at-olympics table th{
    /* font-size: 22px; */
    color: #000000;
    font-weight: 600;
}
.india-at-olympics table th:first-child , .india-at-olympics table td:first-child{
    padding-left: 7rem;
}
.india-at-olympics .table td{
    border: none;
    font-size: 16px;
    color: #000000;
}
.india-at-olympics .table thead th{
    border-top: none;
    font-size: 20px;
    background: #F2F3F6;
    border-bottom: 1px solid #dee2e6;
}
.india-at-olympics .table-striped tbody tr:nth-of-type(odd){background-color:#ffffff;}
.india-at-olympics .table-striped tbody tr:nth-of-type(even){background-color:#f07d2110;}
.india-at-olympics .table td, .table th {
    padding: .85rem;
}

.accordion-header {
    padding: 15px 20px;
    background:#F2F3F6;
    display:flex;
    font-size:16px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
   /* letter-spacing: 0.57px; */
  color: #000000;
   transition: all .3s;
    
  }
  
  .accordion__item {
    margin-bottom: 10px;
	position:relative;
  }
  
  /* .accordion-header:hover {
    background: #3788f7;
    color: #ffffff;
    position: relative;
    z-index: 5;
  } */
  
  .accordion-body {
    border-top: none;
    border-left: solid 1px #DFE1E6;
    border-right: solid 1px #DFE1E6;
    border-bottom: solid 1px #DFE1E6;
    background-color: #ffffff;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    font-weight: 400;
    border-radius: 0px 0px 10px 10px;
    font-size: 16px;
    display: none;
}

.accordion-body__contents {
    padding: 1.2rem 3.9rem;
    font-size: 16px;
}
.accordion__item>.accordion-header1::before {
    margin-top: 12px;
}

.accordion__item>.accordion-header::after {
    content: "";
  height: 30px; 
    width: 30px; 
    padding: 0px 20px;
    background: url(../images/plusicon.svg) no-repeat;
    /* float: left; */
    margin-right: 8px;
    /* background-size: 21px; */
    /* margin-top: 10px; */
	
	position: absolute;
    right: 0;
    top: 13px;
	
}

.accordion__item.active>.accordion-header::after {
    content: "";
    background: url(../images/activeminusicon.svg) no-repeat;

}



.accordion__item.active .accordion-header {
   background: #212529;
    color: #ffffff;
    border: 1px solid #707070;
    border-radius: 10px 10px 0px 0px;
  }
  .imgdisplay{
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)) , url(../images/banner/prevpage1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    
    padding: 15px 0
  }
 
 .top-left h4 , .top-right h4{
     color: #ffffff;
     font-size: 22px;
    font-weight: 300;
 }
 .top-left p , .top-right p{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 30px !important;
   font-weight: bold;
}
  .top-left {
    font-family: 'Lato', sans-serif;
    margin-top: 20px;
  }
 .top-right1{
    margin-right: 60px;
 }
 .top-left1{
    margin-left: 60px;
 }
 .top-left2{
    position: absolute;
    left: 20px;
    top: 28px;
 }
 .top-right2{
 position: absolute;
    right: 20px;
    top: 28px;
 }
  .top-right {
     text-align: right;
    font-family: 'Lato', sans-serif;
    margin-top: 20px;
}

/*sai-schema */
.schema p {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 16px !important;
}

.schema .card {
    font-family: 'Lato', sans-serif;
    border: none;
    cursor: pointer;
    webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    filter: gray;
    margin-bottom: 20px;
}

.schema .card:hover {
    box-shadow: 0px 9px 18px #00000014;
    transform: translateY(-8px);
}

.schema .cardtext {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    padding: 25px;
    background: #ffffff;
    box-shadow: 0px 9px 18px #00000014;
}
/*sai stadia ramya 1jul*/
.saibanner .container1 {
    margin: 0 auto;
    width: 100%;
  }
  .saibanner .container1 img {
    max-width: 100%;
    height: auto;
  }
  .saihead{
      position: absolute;
  }
  .saibanner img {
    display: block;
    margin: 0 auto;
  }
  .saibanner .breadcrumb {
    margin-top: 44px;
    margin-bottom: 200px;
    background: none;
    padding: 0;
    font-family: 'Lato', sans-serif;
    color: #FFFFFF;
    font-size: 17px;
}
.content hr{
    border: 2px solid #ff9900;;
opacity: 0.9;
}
.content {
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif !important;
    position: relative;
  /* cursor: pointer;*/
    overflow: hidden;
  }
  
  .content .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    /* height: 99%; */
    width: 90%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
  /*.content:hover .content-overlay{
    opacity: 1;
  }*/
  
  .content-image{
    width: 100%;
  }
  
  .content-details {
    position: absolute;
    /* text-align: center; */
    padding-left: 1.5em;
    padding-right: 1.5em;
    width: 100%;
    top: 75%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
 /* .content:hover .content-details{
    top: 70%;
    left: 50%;
    opacity: 1;
  }
  */
  
  .content-details h3{
    color: #fff;
    font-family: 'Lato', sans-serif !important;
    text-transform: none;
    font-weight: bold;
     margin-bottom:10px !important;
    font-size: 30px;
  }
  .content-details a img{
      margin-left: 10px;
  }
  .content-details a{
    color: #fff !important;
    margin-right: 10px;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
    font-size: 22px !important;
  }
  
.fadeIn-left{
   /* left: 20%;*/
  }
  .schemabanner img{
    filter: brightness(0.4);  
  }
  .state img{
    width: 100%;
  }
  .state .mb-5{
    margin-bottom: 2.5rem !important;
}
  .imghead h4{
      margin: 10px 0px;
      text-align: center;
      color: #0A0A0A;
      font-size: 22px;
      font-weight: 500;
  }
  .tenderbac{
      background: #F2F3F6;
      padding: 45px 60px;
  }
  .tenderbac h4{
      font-size: 18px;
      font-weight: 600;
  }
  .tenderbac p{
    font-size: 18px !important;
    margin: 0px 0px 22px 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.table td, .table th {
    vertical-align: middle;
}

.tendertable table th:first-child, .tendertable table td:first-child {
    padding-left: .95rem !important;
}
.btn-view:hover{
    color: #ffffff !important;
}
.btn-view{
    color: #ffffff;
    text-align: center;
    font-family: 'Lato', sans-serif !important;
    font-size: 14px;
    padding: 8px 16px;
    font-weight: bold;
    background: #F07D21;
border-radius: 3px;
}

a.btn-view:focus{  color: #ffffff !important;}

.tendertable a img{ width: 80px;}
/*ramyaconatct2jul*/
.conatcinfo h3{
    margin-bottom: 18px !important;
}
.conatcinfo p span{
    margin-right: 15px;
}
.conatcinfo p a{
    font-size: 14px !important;
    color: #000 !important;
}
.conatcinfo p a:hover{
color: #F07D21 !important;
}
.conatcinfo p{
    font-family: 'Lato', sans-serif;
    font-size: 16px !important;
}
.tendertable a button{
    border: none;
    outline: none;
}
.formback {
    background: #F2F3F6;
    padding: 40px;
}
.formback input{
    /* background: #FFFFFF; */
    height: 45px;
    outline: none;
    font-family: 'Lato', sans-serif;
border: 1px solid #ebebeb;
border-radius: 4px;
}
.secondrow{
    width: 90%;
}
.insec1{
    width: 60%;
}
.insec{
    width: 85%;
}
.inpmob{
    border-radius: 4px;
    height: 45px;
    border: 1px solid #ebebeb;
    background: #ffff url(../images/india.svg) left 15px center no-repeat;
    padding: 0px 0px 0px 50px;
    background-size: 20px;
    /* width: 100%;
    margin-bottom: 30px; */
}
input:focus , textarea:focus
{
    border: 1px solid #ebebeb !important;
    box-shadow: 0 0 3px #ebebeb !important;
    outline-offset: 0px;
    outline: none;
}
.formback label{
    font-family: 'Lato', sans-serif;
    font-size: 16px !important;
    letter-spacing: 0.26px;
color: #898989;
}
.formback button{
    padding: 8px 25px;
    float: right;
    font-size: 14px;
     font-weight: bold;
    border: none;
    outline: none;
}
.formback textarea {
    height: 145px;
    font-family: 'Lato', sans-serif;
    border: 1px solid #ebebeb;
border-radius: 4px;
    resize: none;
}
/*couser1ramya2jul*/
.coursetab .organisation-tab .item {
    display: flex;
    justify-content: left;
}
.contread p{
    margin: 15px 0px 0px 0px;
}
.contread p a{
    color: #F07D21;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: bold;
}
/*ramyaindiaolympic07jul2020*/
.newhomw-baner img{
    filter: brightness(0.4);  
  }
  
/* .newhomw-baner h1{
    margin-bottom: 70px;
} */
/* .newhomw-baner p::after{
    top: -16px;
    height: 1px;
    display: block;
    width: 100%;
    background:#fafafa;

    content: '';
    position: absolute;
} */
/* .newhomw-table table tr:nth-child(2) td:first-child img{
    margin-left: 12%;
  }
  .newhomw-table table tr:nth-child(3) td:first-child img{
    margin-left: 7%;
  }
  .newhomw-table table tr:nth-child(1) td:first-child img{
    margin-left: 10%;
  } */
.newhomw-table table th:first-child, .newhomw-table table td:first-child , .newhomw-table1 table th:first-child, .newhomw-table1 table td:first-child {
    padding-left: 3.5rem !important;
}
.newhomw-table table td p {
    margin: 0px;
}
.newhomw-table table td p span , .newhomw-table table td span
{
color: #000000;
opacity: 0.5;
}
.modimg{
position: relative;
}
.modimgcontent{
    padding: 35px;
    position: relative;
    top: -25px;
    font-family: 'Lato', sans-serif;
    margin: 0 12px;
    background: #ffffff;
    box-shadow: 0px 13px 36px #0000000F;
    border-radius: 6px;
    opacity: 1;
}
.modimgcontent span{
    font-style: italic;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
   color: #020D82;
}
.feed{
    background: #F3F8FC;
    padding: 30px;
box-shadow: 0px 0px 10px #B3B3B43E;
}
.feedimg {
display: flex;
margin-bottom: 25px;
}
.feedimg h3{
letter-spacing: 0px;
font-family: 'Lato', sans-serif;
color: #000000;
margin-left: 20px;
margin-bottom: 0px !important;
font-size: 20px;
font-weight: 600;
text-transform: uppercase;
}
.feedimg h4{
    letter-spacing: 0px;
    font-family: 'Lato', sans-serif;
    color: #000000;
    /* margin-left: 20px; */
    margin-bottom: 0px !important;
    font-size: 17px;
    margin-top: 30px;
    font-weight: 600;
    text-transform: uppercase;  
}
.feedimg span{
    letter-spacing: 0px;
color: #000000;
opacity: 0.8;
font-size: 15px;
font-family: 'Lato', sans-serif;
}
.feedcon{
   margin-left: 20px;
}

#owl-demo .owl-dots , #owl-demo2 .owl-dots , #owl-demo3 .owl-dots{
    text-align: center;
    margin-top: 20px;
}
#owl-demo .owl-nav , #owl-demo2 .owl-nav , #owl-demo3 .owl-nav{
    display: none;
}
#owl-demo .owl-dots .owl-dot , #owl-demo2 .owl-dots .owl-dot , #owl-demo3 .owl-dots .owl-dot {
    width: 15px;
   height: 15px;
    border: 1px solid #F07D21 !important;
    background: transparent;
    /* opacity: 0.2; */
    outline: none;
    margin: 0 3px;
    border-radius: 50%;
}
#owl-demo .owl-dots .owl-dot.active , #owl-demo2 .owl-dots .owl-dot.active , #owl-demo3 .owl-dots .owl-dot.active  {
    background-color: #F07D21;
    opacity: 1;
}
.indiaoly .india-olympics-box .caption {
    padding: 26px !important;
}
.indiaoly .india-olympics-box span{
color: #000000;
font-family: 'Lato', sans-serif;
opacity: 0.5;
font-size: 15px;
}
.indiaoly .india-olympics-box p{
    font-size: 22px !important;
    font-weight: 600 !important;
}
.indiaoly .india-olympics-box:hover .caption {
    box-shadow: 0 7px 14px #0000003b;
    margin-top:0px !important;
}
.feedimg a{
    font-size: 10px;
    text-decoration: underline !important;
    color:  #000000 !important;
}
.caption1 a i{
    color: #000 ;
    margin-right: 10px;
}
.caption1 h5{
    margin: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 17px !important;
    font-weight: 600;
}
.caption1{
    margin-bottom: 40px;
    padding: 24px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 9px 18px #00000014;
}
.about-container1{
    margin-top: 100px !important;
    margin-right: 6.5%;
}
.about-container1 .about-right {
    left: calc(50% - 550px);
    z-index: 1;
}
.about-mission1{
    background: #F2F3F6;
    /* pargin-left: 5%; */
    /* margin-left: 6.5%; */
}
.about-mission1 blockquote {
    background: transparent !important;
    border-left: 10px solid #F07D21;
    padding: 0px !important;
    margin-bottom: 30px;
}
.about-mission1 blockquote p{
    opacity: 1 !important;
    font-family: 'Lato', sans-serif;
    color: #141414 !important;
    font-style: italic;
    line-height: 25px !important;
    margin-left: 15px;
    font-size: 16px !important;
}
.slidenextimg{
    width: 40%;
    margin-top: 50px;
    z-index: 2;
}
.slidenextimgcon{
    width: 60%;
}
.slidenextimgcon{
    background: #F2F3F6;
    padding: 80px 50px;
    z-index: 2;
}
.slidenextimgcon p{
    color: #000000;
    margin-bottom: 0px;
    font-family: 'Lato', sans-serif;
    opacity: 0.6;
    font-size: 15px;
}
.slidenextimgcon h4{
    color: #000000;
text-transform: uppercase;
font-size: 23px;
line-height: 30px;
margin-bottom: 20px;
font-weight: 600;
}
.cus-container1{
    padding: 50px 0px 0px 60px;
}
.overlap .d-flex:after {
    content: '';
    width: 6%;
    height: 100%;
    left: 35%;
    position: absolute;
    background-color: #F2F3F6;
    top: 15px;
}
.browse-sports1{
    background: transparent !important;
}
.exedown{
    background: #F2F3F6;
    padding: 40px 0px;
    text-align: center;
}
.exedownbox{
    background: #ffffff;
    padding: 30px 50px;
    min-height: 200px;
    margin-bottom: 10px;
box-shadow: 0px 9px 18px #00000014;
}
.exedownbox p{
color: #F07D21;
font-family: 'Lato', sans-serif;
text-transform: uppercase;
margin-bottom: 28px;
font-size: 16px;
font-weight: 600;
}
.exedown1{
    background: #F2F3F6;
    padding: 40px 0px;
}
.objecp p{
color: #000000;
opacity: 0.7;
font-style: italic;
font-size: 16px;
}
.schep{
    margin-top: 32px;
}
.newhomw-table p a{
    color: #F07D21;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}
/*ramya09jul*/
.about-mission1 ul , .overlapapp ul , .slidenextimg1 ul{
    padding-left: 0px;
}
.about-mission1 ul li , .overlapapp ul li , .slidenextimg1 ul li
{
  list-style: none;
}
.misp{
    font-size: 16px !important;
    font-style: italic;
}
.mispoly{
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-style: normal !important;
    font-size: 16px !important;
}
.topcon{
    background: #F2F3F6;
    font-family: 'Lato', sans-serif;
    padding: 20px;
    min-height: 130px;
    margin-bottom: 15px;
}
.topcon p{
    margin-bottom: 0px;
}
.topcon h5{
    margin-bottom: 12px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}
.overlaphstory .d-flex:after {
    content: '';
    width: 75%;
    height: 100%;
    position: absolute;
    background-color: #F2F3F6;
    top: 0;
    left: calc(50% - 588px);
}
.hist h3{
    font-size: 32px;
    margin-bottom: 0px !important;
    color: #ffffff !important;
}
.hist{
    background-color: #020D82;
    width: calc(75%);
    /* min-height: 240px; */
    text-align: center;
    padding: 100px 0px;
}
.overlaphstory .slidenextimg{
    margin-top: 36px !important;
    width: 30% !important;
}
.overlaphstory .slidenextimgcon {
    background: #F2F3F6;
    width:70% !important;
    padding: 78px 70px 78px 20px!important;
}
.overlapapp .slidenextimgcon{
    background: transparent !important;
}

.overlapapp blockquote {
    background: transparent !important;
    border-left: 10px solid #F07D21;
    padding: 0px !important;
    margin-bottom: 30px;
}
.overlapapp:after {
  content: '';
    width: 80%;
    height: 90%;
    left: 20%;
    position: absolute;
    background-color: #F2F3F6;
    top: 15px;
}
.overlapapp blockquote p {
    opacity: 1 !important;
    font-family: 'Lato', sans-serif;
    color: #141414 !important;
    font-style: italic;
    line-height: 25px !important;
    margin-left: 15px;
    font-size: 16px !important;
}
.slidenextimg2 {
    background: #020D82;
    /* width: 40%; */
    padding: 40px 80px;
    margin-top: 65px;
    z-index: 2;
}
.slidenextimg2 h3{
    color: #ffffff !important;
}
.slidenextimg2 ul li{
    color: #ffffff !important;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.overlapapp .slidenextimg1{
    z-index: 2;
}
.overlapapp .slidenextimgcon{
    padding: 80px;
}
.athletbanner{ 
    font-family: 'Lato', sans-serif;
    margin-top: -200px !important;
}
.athletbanner h1{
    font-size: 54px;
    line-height: 65px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.athletbanner img{
    margin-top: -70px;
}
.athletcon{
    padding: 25px;
    font-family: 'Lato', sans-serif;
    background: #F2F3F6;
border: 1px solid #FFFFFF;
}
.athletcon span{
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}
.athletcon hr{
    margin: 10px 0px;
    border-top: 2px solid rgba(0,0,0,.1);
}
.athletcon p{
    font-size: 14px !important;
    margin: 14px 0px;
}
.athletcon h4{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin-bottom: 0px;
}
.athletbanner ul{
    list-style: none;
    padding-left: 0px;
}
.athletbanner ul li{
    float: left;
  color: #ffffff;
}
.athletbanner ul li:first-child{
    margin-right: 35px;
}
.athletbanner ul li span{
    color: #ffffff;
    font-size: 22px;
}
.athletbanner ul li p{
    /* color: #FFFFFF; */
     opacity: 0.8;
     font-size: 16px !important;
    margin-bottom: 8px;
}
.athletp {
    content: "";
    margin-right: 35px;
    /* position: absolute; */
    height: 56px;
   width: 2px;
    background: rgb(221, 221, 221 , 0.3);
}
.althletab{
    margin-top: 150px;
}
.althletab .item a {
    padding: 0px !important;
}
.althletab .item {
    /* display: flex; */
    justify-content: normal !important;
}
.athleach table th:first-child, .athleach table td:first-child {
    padding-left: .85rem ;
}
.athleach .item{
    padding-top: 0px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .bottom-right {
      color: #FFFFFF;
      padding: 3px 8px;
      font-weight: bold;
      font-size: 14px;
    background: #4D5156;
    position: absolute;
    bottom: 8px;
    right: 16px;
  }
  .socialath img{
width: 30px ;
filter: brightness(1)  !important;
}
.img3{
    width: 35px !important;   
}
.img4{
    width: 25px !important;   
}

/*Dhermendra landing page changes 8th July*/
.video-carousel .mCustomScrollbar {height: 80px; }
.in-focus{margin-top:130px;}
.browse-sports .browse-sports-box{color: #212529;}
.browse-sports .browse-sports-box:hover {color: #212529 !important;}

.slider-logo {position: absolute; left: 0; top: 5px;}
.slider-logo img {max-width: 150px; height: auto !important;}
.slider-container .owl-dots .owl-dot.active{background-color: #f07d21;}
.slider-container .owl-dots .owl-dot{border: #f07d21 solid 2px;}
.main-slider.new-slider .slider-content {align-items: initial !important}
.main-slider.new-slider .caption {position: absolute; bottom: 20px; max-width: 400px; left: 0;} 
.main-slider.new-slider .caption.left-space {left: 250px; bottom: 80px; max-width: 600px;}
.main-slider.new-slider .caption h2 {color: #0201da; font-size: 50px; font-weight: 700; text-transform: uppercase}
.main-slider.new-slider .caption .white {color: #fff !important;}
.main-slider.new-slider .caption p {border-left: 10px solid #F07D21; color:#000000; font-weight: 700; text-transform: uppercase; margin: 1em 0;border-top:none; padding: 0 0 0 5px;}
.main-slider.new-slider .caption p::before{display: none;}
.main-slider.new-slider .caption.left-space p {font-weight: 400; border:none; padding: 0; line-height: normal; margin: 0 0 10px;}
.main-slider.new-slider .caption.left-space h2 {margin: 0;}
.main-slider.new-slider .caption span {display: block; color: #F07D21; text-transform: uppercase; font-size: 18px; font-weight: 500}
.main-slider.new-slider .caption span a {color: #F07D21}
.main-slider .video-content {  position: absolute;  top: 0; bottom: 0;  left: 0; right: 0;  display: flex; align-items: center;
 justify-content: center; cursor: pointer;}
 .main-slider .video-content img {height: auto !important; width: 80px;}
.main-slider .video-content .vid-btn {   position: relative;  z-index: 1;}
.main-slider .video-content .vid-btn:before { content: ''; position: absolute;  left: 50%;  top: 50%;  width: 80px; height: 80px;
    border-radius: 50%; background: #ccc;  z-index: -1; transform: translate(-50%,-50%); animation: flame 1.6s linear infinite;}
@keyframes flame {
    0% {
        opacity:0;
        transform:translate(-50%,-50%) scale(.4);
    }
    
    50% {
        opacity: 0.5;
        transform:translate(-50%,-50%) scale(.8);
    }
    
    100% {
        opacity:0;
        transform:translate(-50%,-50%) scale(1.1);
    }
}
/*Dhermendra landing page changes 9th July*/
.in-focus .rti-carousel .item img.img-responsive {
    filter: brightness(0.8);
}

.in-focus .rti-carousel .item .layer { background: linear-gradient(180deg, rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.99) ); height: 100%; width: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0 }
 .rti-banner .layer { background: linear-gradient(270deg, rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.99) ); height: 100%; width: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0 }
/*End Dhermendra landing page changes 9th July*/


/*Dharmendra NCOE page 13th July*/
.objectives.pillars {margin: 80px 0;}
.objectives.pillars .left-content {background-color: #020D82; color: #fff; padding: 2rem 3rem 1rem; position: relative; top: 40px;}

.objectives.pillars::before{width: 70%;}
.objectives.pillars .left-content h3 {color: #fff}
.objectives.pillars .left-content li {color: #fff;   font-family: 'Lato', sans-serif; font-style: normal; border:none; font-weight: 600; text-transform: uppercase}
.objectives.pillars .right-content{padding: 4rem 3rem 4rem 5rem;}
.introduction {margin: 80px 0 0 0;}
.disciplines-main .browse-sports{margin-bottom: 0 !important; padding: 0;}
.introduction p, .disciplines-main p {font-size: 20px; line-height: 32px;}
.pagination .page-link {color: #555E79;}
.pagination .active{
    border-radius: 6px;
    color: #fff !important;
    background-color: #F07D21 !important;
}

.download-section{ background-color: #F2F3F6;}
.download-section .box {position: relative; position: relative;  min-height: 200px; background: #fff;}
.download-section .box .bg-white{width:100%; position: absolute;  top: 48%; left:50%;  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); padding: 0 15px;}
.download-section .box .download-tex-color{ color: #F07D21; font: normal normal 600 14px/24px Lato;}
.download-section .box p {min-height: 70px;}
.india-at-olympics.each-node {margin:80px 0;}

/*End Dharmendra NCOE 13th July*/

.about-mission .cus-container {
    padding-left: 9%;
}


.ul-list li {font-size: 20px; line-height:normal !important;  border-left: 6px solid #F07D21;  padding-left: 10px; list-style: none; margin: 0 0 10px;}
.ul-list.blue li {border-color:#020D82 !important}


.about-container .about-right .name strong {font-size: 18px; margin: 0 0 5px; display: block}
.info-box{box-shadow:0 0 10px #d1d2d993; padding: 20px; background: #fff; border:solid 1px #ccc}

/** Dharmendra 16th july 21**/

.info-graf img{height: 250px}
.img-frame {border: solid 1px #ccc;}

.contact-info strong {padding-right: 15px;
    width: 124px;
    display: inline-block;}
a.button-global {color:#fff !important }
a.button-global:hover {color:#fff !important }
.table thead th.top-bg {background:#F07D21; color:#fff;}


.header .header-bottom .logo {/*top: -5px;
    position: absolute;
    border: solid 1px #ccc;
    padding: 2px 5px 5px;
    width: 130px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 6px #ccc;*/}

hr {border-top:1px solid rgba(0,0,0,.2)}
.top-form {position: absolute; right: 0; top:0; }
.top-form .form-control {width:250px; height: 45px;}
.top-form .button-global {min-width: 120px;}

.india-at-olympics .india-olympics-box .twitter-feed .author .image{width:100%; margin-right:0;}

.latest-updates-content .item a {color:#212529}

.width-auto {width:auto !important;  max-width:initial; position:absolute; left:0; bottom: 0;
    height: 220px !important;}
.owl-carousel .owl-item img.m-banner {display:none; }

.text-center {text-align: center}

.key-logo {width:120px; }


.ul-list2 li a {color:#F07D21 }
.ul-list2 li p {margin-bottom: 13px;}

.table-new td:first-child{padding-left: .85rem !important}
.table-new .table-striped tbody tr:nth-of-type(odd){background-color:initial !important}
.table-new .table-striped tbody tr:nth-of-type(even){background-color:initial !important}
.table-new td {border:1px solid #dee2e6 !important; }

.objectives.pillars::before{height: 95%;}
.objectives.pillars .right-content .svg-info {height: 430px}
.india-at-olympics .table.medal-table td {font-size:18px!important}
.medal-box  h4 {font-size:26px; text-transform:upercase }

.pr-48{padding-right: 48px;}

#overlay {
  position: fixed; /* Sit on top of the page content */
display: block;  Hidden by default 
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7); /* Black background with opacity */
  cursor: pointer; /* Add a pointer on hover */
  z-index:999;
}

.loader {position:absolute; width:200px;left: 50%;top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);  }
.loader img {width:100%; }
.outdoor-tab.owl-carousel .owl-nav.disabled{display: block !important}


.india-at-olympics.games-information .games-information-box table th:first-child, .india-at-olympics.games-information .games-information-box table td:first-child{padding-left:20px;}

.tenderpopoup{ max-height:580px !important;}

.tendertable{padding-top:30px;}

.global-table .table th {
    border-top: none;
    font-size: 18px;
    background: #F2F3F6;
    border-bottom: 1px solid #dee2e6;
}

.global-table .table td {
    border: none;
    font-size: 16px;
    color: #000000;
}

.global-table .table-striped tbody tr:nth-of-type(odd){background-color:#fff;}

.global-table2 .table th {
    border-top: none;
    font-size: 18px;
    background: #F2F3F6;
    border-bottom: 1px solid #dee2e6;
}

.global-table2 .table td {
    border: none;
    font-size: 16px;
    color: #000000;
}

.global-table2 tbody tr:nth-of-type(odd){background-color:#ffffff;}
.global-table2 tbody tr:nth-of-type(even){background-color:#f07d2110;}

.table-new th {border-top: none;
    font-size: 18px;
    background: #F2F3F6;
border-bottom: 1px solid #dee2e6;}



.medal-box .mCustomScrollbar {max-height:470px}
.inline-block{
	display:inline-block;
}
.athletes-row{
	padding-top:40px;
	
}
.athletes-row.in-focus .in-focus-box .caption {padding:5px 7px; font-size:14px;}
.athletes-row.in-focus .in-focus-box {margin:0; margin-bottom:20px}
.athletes-row .img-frame {height:120px; overflow:hidden; display:block; border:none;}
.athletes-row .img-frame img {width:100%; float:left}
.athletes-row.in-focus  .col-md-2 {padding:0 7.5px;}

.sports-authority-of-india{width:100%;}
.footer .footer-logos .sports-authority-of-india img {width:140px!important}

.rc-gray {background:#F2F3F6; padding:70px 0}
.rc-gray h3 {margin-bottom:30px}
.rc-gray .organisation-tab{background:none}
.rc-gray .organisation-tab .item a {opacity:1;}
.rc-objectives.objectives::before {height:100%;}


.common-tab {
    margin-right: auto;
    display: flex;
    align-items: center;
}

.common-tab ul {
    margin: 0;
    padding: 0;
}

.common-tab ul li {
    list-style: none;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #bdbdbd;
}

.common-tab ul li a {
    color: #bdbdbd;
    position: relative;
    padding: 0 15px;
    padding-bottom: 8px;
    margin-right: 20px;
    background-color: transparent;
}

.common-tab ul li a.active {
    color: #F07D21;
    font-weight: bold;
}

.common-tab ul li a.active:after {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: #F07D21;
}


.organisation-tab-2 .item.justify-content-left {
    justify-content: left;
}
/******************9th Aug 21****************************/

.header-bottom::before{position:absolute;  left: -25px;  top: 0;  background: #fff;  content: '';  width: 42%; height: 101%; transform: skewX(-23deg);}
.header .header-bottom .header-bottom-left .logo img{width: 160px !important;}
.header {min-height: auto; padding: 0;}
.header .header-bottom{min-height: 90px !important; background: #000080; border-bottom: solid 0px #fff;;}
#nav > ul > li a:hover:after, #nav > ul li.active > a:after{    top: -42px !important;
    height: 5px !important;}
.search .search-input {top:55px;}
#nav>ul>li a {color: #fff;;}
#nav>ul>li a:hover, #nav>ul li.active>a {color: #fff !important; font-weight: 500;}
.search i{color: #fff;;}
#nav ul ul {top:54px; background-color: #212529;} 
#nav ul ul li a {color:#fff;}
#nav ul ul li a:hover {color: #F07D21 !important;}


/*************18th Aug 21**************/
.global-row {padding:70px}
#gallery{
	cursor:pointer;
}

.icon-athlete { background: #fff;
    padding: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;}

.icon-athlete img {margin:0 !important; height:50px;vertical-align: middle;}

.games-information-box.road-to-tokyo-box { padding: 20px; overflow: hidden; /*height: 405px !important;*/   height: 541px !important;  display: block; text-align:center}
.games-information-box.road-to-tokyo-box img { /*height: 370px;*/ height: 500px;}
.games-information-box.img-overflow {overflow:hidden; border:solid 1px #ddd}

.games-information-box p{font-size:16px;}

.archives-btn {height:55px}
.archives-btn .btn-view{ position: absolute;  right: 15px;   top: -25px;}



/********2nd Dec 21****************/
.highlight-section .india-olympics-box{text-align: center;}
.highlight-section .india-olympics-box h4 {color: #000080; font-size: 20px; font-weight: 900;}
h3 {position: relative;}
h3:after{height: 3px; background: #000080; width: 65px; content: ""; position: absolute; left:0; bottom: -6px; }
.key-stats h3:after{ background: #fff;  }
.india-at-olympics.highlight-section .india-olympics-box .video img {height: auto !important;}


.latest-updates.news-latest .latest-updates-head .tab ul li { font-size: 16px; color: #fff; min-width: 130px; text-align: center;}
.latest-updates.news-latest .latest-updates-head .tab ul li a {color: #595959; position: relative;  padding: 6px 15px; margin-right:1px;
    background-color: #F5F5F5; border-radius: 0;}
.latest-updates.news-latest .latest-updates-head .tab ul li a.active { color: #000000; background-color: #fff; box-shadow: 0px 3px 6px #00000029;}
.latest-updates.news-latest .latest-updates-head .tab ul li a.active:after {display: none;}
.latest-updates.news-latest .latest-updates-head .tab ul li i {margin: 0 4px 0 0; font-size:14px;}
.latest-updates.news-latest .latest-updates-content .mCustomScrollbar{height: 350px;}
.azadi-mahotsav {position: absolute; left: -112px; top: 4px; border-right: solid 1px #ccc; padding-right: 10px; }
.header.fixed .azadi-mahotsav {top: -10px;}


/*=====services-section====*/
.new-focus-section {
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 700px;
	background-size: cover !important;
	height: auto;
	background-image: url(../images/focus/focus-bg2.jpg);
	padding: 90px 0 90px;
}
.new-focus-section h3 {margin: 0 0 35px; color: #fff;}
.new-focus-section h3:after{ background: #fff;  }

.focus-card{
   box-shadow: 0px 5px 5px #00000029; background: #fff;
   margin-bottom: 30px;
   padding:0; border:none;
   text-transform: none;
   border-radius:10px; color: #181818;
   -webkit-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;  text-align: center; overflow: hidden;} 
.focus-card h4 {color: #000000; padding: 10px 15px 0; font-size: 20px; font-weight: 900;}
.focus-card p {color: #000;  max-width: 75%;  display: inline-block;  }
.focus-card:hover, .focus-card.active { cursor: pointer;  z-index: 2; position: relative; transform: translateY(-15px);}
.focus-card img {width: 100%;;}

.latest-updates-content .events-list ul li .date {  background: #F07D21; color: #fff; display: block !important; height:74px;  padding: 9px 0 4px !important;}


.titletxt{
	display: flex;
    justify-content: space-between;
    align-items: center;
	
}



/* Added By Rajesh on 31-01-2022*/

.slider-container{overflow-x: hidden;}
.slider-container .main-slider .owl-nav button{position: absolute;top: 50%;transform: translateY(-50%);width: 45px;
height: 45px;background: rgb(0 0 0 / 60%);color: #fff;display: flex;justify-content: center;align-items: center;
outline: none;border-radius: 50%;transition: .5s;}
.slider-container .main-slider .owl-nav button.owl-prev{left: -200px;}
.slider-container .main-slider .owl-nav button.owl-next{right: -200px;}
.slider-container .main-slider .owl-nav button span{font-size: 35px;margin-bottom: 8px;}
.slider-container .main-slider:hover .owl-nav button.owl-prev{left: 20px;}
.slider-container .main-slider:hover .owl-nav button.owl-next{right: 20px;}
.hometimer{position: static;bottom: 0;left: 0;right: 0;z-index: 111;padding: 10px 0;background: #f5951d;}
.hometimer .countdown-timer{display: flex;justify-content: space-between;align-items: center;border: 1px solid #CACACA;
box-shadow: 0 15px 30px #00000029;padding: 5px 15px;background: #fff;}
@media(min-width: 1200px){
.hometimer .container{max-width: 1000px;}
}
.hometimer .timerbox{font-size: 18px;text-align: center;}
.hometimer .slim-countdown-text{line-height: 20px;}

.road-cwg h3{margin-bottom: 35px;font-size:28px}
.galleryrow{display: grid;grid-gap: 15px;grid-template-columns: auto auto;}
.galleryrow .gallery-item{}
.galleryrow .gallery-item img{max-height: 277px;max-width: 100%;width: 100%;}
.galleryrow .gallery-item.gallery-item1 img{max-height: inherit;}
.galleryrow .gallery-item1{grid-column: 1;grid-row: 1 / span 2;}
.galleryrow .galvideo-overlay{position: absolute;left: 0px;right: 0px;color: #fff;width: 100%;height: 100%;top: 100%;display: flex;
    align-items: flex-end;padding: 15px 20px 20px ;background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
;z-index: 2;transition: .5s;font-size: 15px;}
.galleryrow .gallery-item a {position: relative;display: block;}
.fancy-item:after {left: 0px;right: 0px;position: absolute;top: 0px;bottom: 0px;
background: url(../images/iconZoom-wh.png) no-repeat 50% rgb(0 0 0 / 50%);
content: '';z-index: 1;transform: scale(0);transition: .5s;}
.fancyvideo-item{overflow: hidden;}
.fancyvideo-item:after{background: none;}
.fancy-item:hover:after {transform: scale(1);}
.footer.homefooter{padding-bottom: 123px;}
.videobtn-playicon{position: absolute;background-image: url(../images/videoicon.png);background-size: 50px;width: 50px;height: 50px;
left: 50%;top: 50%;transform: translate(-50%, -50%);z-index: 3;}
.videobtn-playicon:before{content: '';position: absolute;left: 50%;top: 50%;width: 80px;height: 80px;
border-radius: 50%;background: #ccc;z-index: -1;transform: translate(-50%,-50%);animation: flame 1.6s linear infinite;}
.galleryrow .fancyvideo-item:hover .galvideo-overlay{top: 0;}

.road-cwg-inner{}
.road-cwg-inner .galleryrow .gallery-item img{max-height: initial;}
.road-cwg .row .col-lg-6{padding-left: 8px;padding-right: 8px;}
.home-pressrelased{}
.home-pressrelased ul{}
.home-pressrelased ul li:not(:last-child){}
.home-pressrelased ul li{display: flex;background: #eee;padding: 30px;align-items: center;border: 1px solid #eee;}
.home-pressrelased ul li .pressimg{flex: 0 0 120px;margin-right: 15px;}
.home-pressrelased ul li .pressdesc{}
.home-pressrelased ul li .pdate{color: #f5951d;text-transform: uppercase;margin-bottom: 10px;}
.home-pressrelased ul li p{color: #000;}
.home-pressrelased ul li .readmore{color: #000;text-decoration: underline;font-weight: 600;font-size: 15px;}
.home-pressrelased ul li .readmore i{color: #f3971c;}
.home-pressrelased ul li:hover{background:#fff}



@media(max-width: 1199px){
.galleryrow .gallery-item img {max-height: 228px;}
.home-pressrelased ul li{padding: 10px;}
}

 @media(min-width:768px) and (max-width:991px){
.titletxt {display: block;margin-bottom:15px}
	
 }
@media (max-width: 1024px) {
.header .header-bottom{min-height: 80px !important; background: #fff; border-bottom: solid 1px #fff;}
.search i{color:#212529;}
.header .header-bottom .header-bottom-left .logo img{width:130px !important;}
.search {top:30px !important}
.header.fixed .search {top:15px !important}
.global-row {padding:30px}
.focus-popup .carousel-item img {height:359px !important ;}
.archives-btn .btn-view{ position: absolute;  right: 15px;   top: -15px;}
	
 }
 @media(max-width:991px){
.galleryrow .gallery-item img {max-height: initial;}
.road-cwg-inner .galleryrow{grid-template-columns: auto auto;}
}
 
 @media (max-width: 767px) {
	 
.games-information-box.road-to-tokyo-box img { height: auto;}
.games-information-box p{font-size:11px;}
.titletxt{margin-bottom:15px}

.galleryrow .gallery-item1 {grid-column: inherit;grid-row: inherit;}
.galleryrow .gallery-item img {max-height: initial;}
.galleryrow{grid-template-columns: auto auto;}
.hometimer .timerlogo img{}
.hometimer {position: static;}
 }
 @media (max-width: 480px) {
.hometimer .timerbox {font-size: 13px;}
.galleryrow {grid-template-columns: auto;}

 }

.dataTables_wrapper .dataTables_paginate .paginate_button { padding: .2em 0.7em !important ;}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {color:#fff !important;
background: #000080 !important;  }
	
.india-olympics-box .video{position:relative}
.india-olympics-box .video a[data-toggle="modal"]{cursor:pointer}
.india-olympics-box .video .bannerplay-icon{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}
.india-olympics-box .video .bannerplay-icon img{max-width:80px}
.india-olympics-box .video .bannerplay-icon:before { content: ''; position: absolute;  left: 50%;  top: 50%;  width: 80px; height: 80px;
border-radius: 50%; background: #ccc;  z-index: -1; transform: translate(-50%,-50%); animation: flame 1.6s linear infinite;}
@keyframes flame {
0% {
   opacity:0;
   transform:translate(-50%,-50%) scale(.4);
}

50% {
   opacity: 0.5;
   transform:translate(-50%,-50%) scale(.8);
}

100% {
   opacity:0;
   transform:translate(-50%,-50%) scale(1.1);
}
}


.twitter-new-logo svg:hover {
	fill:#F07D21 !important;
}

@media screen and (max-width:576px){
	.twitter-new-logo svg{
	margin-top:0px !important;
	height:16px !important;
}
}
	
   .readon.register-btn:hover {
    background: #ff4007;
}
.readon:hover {
    background: #21a7d0;
    color: #ffffff;
}
.readon.register-btn {
    padding: 10px 50px;
    color: #ffffff;
    background: #ff5421;
    border-color: #ff5421;
    font-weight: 500;
    width: 100%;
    border-radius: 5px;
}