@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .map-txt {
    width: 400px !important;
  }
  .twit-share img {
    width: 100%;
    height: auto;
  }
  .ab-left {
    width: 56%;
    float: left;
  }
  .ab-right {
    width: 40%;
    float: right;
  }
  .ab-right img {
    width: 100%;
    height: auto;
  }

  .container.key-heighlight .key-heighlight-left {
    width: 60%;
    float: left;
  }
  .key-heighlight-right {
    width: 38%;
    float: right;
  }
  .key-heighlight-right img {
    width: 100%;
    height: auto;
  }
  .criteria-content.com-txt {
    margin-top: 0;
    padding-right: 0;
  }
  .com-face,
  .com-twit,
  .st-left,
  .st-right {
    width: 49%;
  }
  .st-left img,
  .st-right img {
    width: 100%;
    height: auto;
  }
  .roadmap.container li {
    width: 24%;
    margin-right: 1%;
  }
  .vid-text {
    display: none;
  }
  .contact-us-left {
    float: left;
    width: 100%;
  }
  .text {
    padding: 5px 10px;
  }
  ul.search-champ li {
    width: 49%;
    height: 170px;
    background: #fff;
    float: left;
    margin: 0 1% 15px 0 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .roadmap.container li h3 {
    font-size: 14px;
    padding: 25px 10px;
  }
  .contact-us-right {
    width: 29%;
  }
  .contact-us-right iframe {
    width: 100%;
    height: 100%;
  }
  .con-left {
    width: 49%;
    margin: 0;
  }
  .con-right {
    width: 49%;
    margin-left: 0;
  }
  .journey {
    padding-right: 1%;
    width: 43%;
  }
  .journey h2 {
    line-height: normal;
  }

  .tabs-left-menu {
    display: none;
  }
  .tab_container {
    width: 100%;
  }
  .r-cont {
    float: left;
    width: 84%;
  }
  #myScrollspy {
    display: none;
  }
  .site-main {
    padding-left: 0;
    width: 100%;
  }
  .footer-social {
    float: right;
    width: 100%;
    text-align: right;
  }
  .footer-social li {
    display: inline-block;
    margin-bottom: 11px;
    margin-left: 5px;
  }
  .circle {
    bottom: 20px;
    position: absolute;
    text-align: center;
    top: auto;
    width: 100%;
    z-index: 99;
    overflow: hidden;
  }
  .blue-text {
    width: 27%;
  }
  .blue-logo-slider {
    width: 71%;
  }
  .blue-logo-slider li {
    margin-right: 6px;
    padding-right: 6px;
  }
  .left-slider-img {
    margin-left: 0;
    width: 29%;
  }

  .flexslider .slides > li {
    position: relative;
  }
  .right-slider-text {
    margin-top: 50px;
    width: 69%;
  }
  .three-img li {
    margin-right: 2%;
    position: relative;
    width: 32%;
  }
  .three-img li h2 span {
    font-size: 18px;
  }
  .follow-text {
    width: 15%;
  }
  .follow-link {
    float: right;
    width: 84%;
  }
  .footer-left-menu {
    border-right: 1px solid #43474d;
    float: left;
    height: 190px;
    margin-right: 2%;
    width: 18%;
  }
  .footer-menu {
    float: left;
    width: 100%;
  }
  .wskills-img {
    text-align: center;
  }
  .wskills-img > h3,
  .wskills-img h5 {
    display: inline-block;
  }

  .news-event > .container {
    width: 95%;
  }
  .news-data {
    width: 100% !important;
  }
  .news-date {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
    width: 100%;
    text-align: center !important;
    margin-bottom: 8px;
    background: #fff;
    padding: 5px 0;
  }

  .evnt-cal-tab li .data-news-evnt:nth-child(2n + 1) .news-date {
    float: none;
  }
  .header-right {
    width: 760px;
  }
  .menu {
    text-align: right;
    width: 100%;
  }
  .menu ul {
    margin: 0;
    display: inline-block;
  }
  .menu ul:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
  }
  .menu ul li a {
    font-size: 14px;
  }
  .menu ul li:last-of-type {
    padding-right: 0;
  }
  .banner-text {
    bottom: 20px;
    right: 20px;
  }
  .kazan-images.pr-realease .pr-real img {
    width: 100%;
  }
}

@media screen and (max-width: 1024px){
    .register-btn ul{
        width:90% !important;
    }
}

@media screen and (max-width: 900px) {
  .map-txt {
    top: 0;
  }
  .container.key-heighlight .key-heighlight-left {
    width: 100%;
  }
  .key-heighlight-right {
    width: 100%;
    float: right;
    background: #e31e25;
    text-align: center;
  }
  .key-heighlight-right img {
    width: auto;
  }

  .com-twit img {
    width: 100%;
    height: auto;
  }
  .criteria-content.com-txt {
    width: 100%;
  }
  .roadmap.container li {
    width: 48%;
  }
  ul.search-champ li h4 {
    width: 178px;
  }
  .contact-us-left {
    float: left;
    margin-bottom: 35px;
    width: 100%;
  }
  .contact-us-right {
    width: 100%;
  }
  .criteria-content {
    float: left;
    margin-top: 20px;
    padding-right: 12px;
    width: 75%;
  }
  .criteria-content h2 {
    line-height: normal;
  }
  .journey {
    padding-right: 0px;
    width: 99%;
  }
  .journey-img-new {
    clear: both;
    float: none;
    height: 270px;
    margin: 0 auto;
    position: relative;
    width: 509px;
  }
  .content-competitors {
    float: left;
    width: 100%;
  }
  .join-ul li {
    width: 47% !important;
  }
  .img-competitors {
    float: left;
    margin-top: 7px;
    text-align: center;
    width: 48%;
  }
  .important-links1 {
    float: right;
    margin-top: 11px;
    width: 50%;
  }
  .icon-ul li {
    padding: 10px 0 0;
  }
  .team-join {
    float: left;
    text-align: center;
    width: 49%;
  }
  .slicknav_menu {
    display: block;
    padding: 0;
    -webkit-align-self: center;
    align-self: center;
    border-radius: 2px;
  }
  .slicknav_menu .slicknav_btn {
    text-transform: capitalize;
    margin: 0;
    background: #1c3680;
  }
  .slicknav_menu .slicknav_btn .slicknav_menutxt {
    font-weight: normal;
  }
  .slicknav_nav {
    position: absolute;
    right: 0;
    top: 33px;
    background: #00b2d0;
    border-radius: 2px;
    padding: 10px;
    width: 150px;
  }
  .slicknav_nav ul {
    margin: 0;
  }
  .slicknav_nav ul li {
    line-height: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
  }
  .slicknav_nav ul li:last-of-type {
    border-bottom: 0;
  }
  .slicknav_nav a,
  .slicknav_nav .slicknav_row {
    margin: 0;
    padding: 5px 0;
    display: block;
    position: relative;
  }
  .slicknav_nav .slicknav_row .slicknav_arrow {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0,0,0,0.1);
    color: #fff;
    text-align: center;
    height: 100%;
    width: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .slicknav_nav .slicknav_open ul li a {
    display: block;
    padding-left: 15px;
    position: relative;
  }
  .slicknav_nav .slicknav_open ul li a:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border: solid #fff;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 3px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .slicknav_nav .slicknav_row:hover,
  .slicknav_nav a:hover {
    background: rgba(0,0,0,0.05);
    color: #fff;
  }
  .slicknav_nav .slicknav_row:hover a {
    background: none;
    color: #fff;
  }
  .menu {
    display: none;
  }
  .right-logo {
    float: none;
  }
  .site-header {
    margin-top: 0;
    position: relative;
  }
  .banner-caption {
    bottom: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: auto;
    width: 100%;
    z-index: 1;
  }
  .about-box h2 {
    font-size: 26px;
  }
  .about-box {
    padding: 15px;
  }

  .content-wskills {
    float: left;
    padding-right: 0px;
    width: 100%;
  }
  .header-right {
    /* float: right; */
    width: 48%;
    margin-top: 18px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .logo {
    float: left;
    margin-bottom: 10px;
    margin-top: 12px;
    width: 48%;
  }
  .video-div img {
    /* display: block; */
    width: auto;
    height: auto;
  }
  .blue-text {
    margin-left: -1%;
    text-align: center;
    width: 102%;
  }
  .blue-text p {
    text-align: center;
  }
  .blue-bg::after {
    display: none;
  }
  .blue-logo-slider {
    width: 100%;
  }
  .blue-logo-slider li {
    margin-right: 0;
    padding-right: 0;
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    min-height: 131px;
  }
  .three-img li h2 {
    font-size: 20px;
    top: 20px;
  }
  .three-img li h2 span {
    font-size: 15px;
  }
  .partner-section {
    width: 100%;
  }
  .testimonils-container {
    float: left;
    padding-top: 32px;
    width: 50%;
    margin-bottom: 22px;
  }
  .testimonils {
    width: 100%;
  }
  .important-links {
    border-radius: 5px;
    float: right;
    margin-top: 30px;
    overflow: hidden;
    width: 48%;
  }
  .corporate-slider1 li {
    margin: 2px;
  }
  .blue-bg {
    overflow: hidden;
  }
  .follow-text {
    font-size: 16px;
  }
  .world-skill-india h2 {
    font-size: 18px;
  }
  .wskills-img {
    margin: 0 25%;
    width: 50%;
    text-align: center;
  }
  .world-skill-india img,
  .wskills-img.light img {
    float: none;
    margin: 10px auto;
  }
  .footer-social {
    text-align: center;
  }
  .wskills-img > h3,
  .wskills-img h5 {
    width: 100%;
  }
  .competitor-form ul li {
    width: 98%;
    margin-left: 3px;
  }
  .competitor-form ul select {
    width: 100%;
    margin-left: 0px;
  }
  .competitor-form ul li span {
    width: 100%;
    padding-bottom: 5px;
  }
  .competitor-form ul li input {
    width: 100%;
    height: 40px;
    margin-left: 0px;
  }
  .competitor-form ul textarea {
    width: 100%;
    margin-left: 0px;
  }
  .competitor-form h3 {
    line-height: normal;
  }
  .banner-text {
    width: 380px;
  }
  .banner-button {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .leftBtn {
    margin-right: 10px;
  }
  .leftBtn, .rightBtn {
    width: auto;
  }
  .leftBtn a, .rightBtn a {
    font-size: 15px;
    font-weight: 400;
    padding: 10px;
    text-transform: capitalize;
  }
  a.side-link {
    z-index: 100;
  }
  .blue-text::after {
    display: none;
  }
  .corporate-slider1 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .corporate-slider1 li {
    float: none;
    width: 15%;
    margin: 0 2% 2% 0;
  }
  .corporate-slider1 li:nth-of-type(6n) {
    margin-right: 0;
  }
  .corporate-slider1 li .cor-wrap {
    width: 100%;
  }
  .corporate-slider1 li img {
    width: 100%;
  }
  .contact-us {
    margin-top: 20px;
  }
  .contact-us-left {
    margin-bottom: 0;
  }
  .register-btn ul{
      width: 90%;
  }
  .register-btn ul li{
      width:100% !important;
  }
  
}
@media screen and (max-width: 767px) {
  .banner-text {
    bottom: 20px;
  }
  .logo {
    width: 25%;
  }
  .logo img {
    width: auto;
    height: auto;
  }
  .header-right {
    margin-top: 8px;
  }
  .right-logo {
    width: 150px;
  }
  .banner-text {
    width: 300px;
  }
  .banner-date {
    margin: 0;
    font-size: 14px;
  }
  .banner-date img {
    width: 20px;
    margin-right: 10px;
  }
  .leftBtn a, .rightBtn a {
    padding: 6px 6px 4px;
    border-radius: 3px;
    font-size: 13px;
  }
  .kazan-images.pr-realease .pr-real {
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .kazan-images.pr-realease .pr-real p {
    font-size: 12px;
  }
  
}

@media screen and (max-width: 700px) {
  .ab-left {
    width: 100%;
    float: left;
  }
  .blue-bg-com {
    padding: 30px 0;
    margin-bottom: 30px;
    line-height: normal;
  }
  .ab-right {
    width: 100%;
    float: right;
  }
  .numb li {
    width: calc(50% - 1px);
    border-bottom: 1px solid #e6e6e6;
  }
  .container.key-heighlight .key-heighlight-left li {
    width: 50%;
  }
  .com-face,
  .com-twit,
  .st-left,
  .st-right {
    width: 100%;
    margin-bottom: 10px;
  }

  .roadmap.container li {
    width: 100%;
    height: auto;
  }
  ul.search-champ li {
    width: 100%;
    margin-right: 0;
  }
  .journey-img-new {
    display: none;
  }
  .criteria-content {
    float: left;
    margin-top: 20px;
    padding-right: 0;
    width: 100%;
  }
  .criteria-img {
    display: none;
  }
  .circle-div {
    display: none;
  }
  .circle li {
    height: auto;
    margin: 0 1%;
    width: 31%;
    float: left;
  }
  .blue-logo-slider li {
    box-sizing: border-box;
    display: inline-block;
    float: none;
    margin-right: 0;
    min-height: 131px;
    padding-right: 0;
    text-align: center;
    width: 32%;
  }
  .left-slider-img {
    margin-left: 0;
    width: 29%;
    position: absolute;
    bottom: 0;
  }
  .up-text {
    color: #3e3e3e;
    font-family: "Lato-Light";
    font-size: 31px;
    line-height: normal;
    margin-left: 27px;
    position: relative;
  }
  .left-slider-img img {
    width: 100%;
    height: auto;
  }
  .flexslider .slides > li {
    position: relative;
  }
  .slider-name {
    margin-bottom: 20px;
  }
  .three-img li {
    margin-right: 2%;
    position: relative;
    width: 48%;
    margin-bottom: 2%;
  }
  .follow-text {
    text-align: center;
    width: 100%;
  }

  .follow-link {
    border-top: 1px solid #ccc;
    float: right;
    width: 100%;
  }
  .footer-left-menu {
    border-right: 0px solid #43474d;
    float: left;
    height: auto;
    margin-bottom: 20px;

    margin-right: 0%;
    width: 100%;
  }
  .footer-left-menu li {
    display: inline-block;
    font-size: 11px;
    margin-right: 10px;
    background: rgba(0, 0, 0, 0) url("../images/list-icon-n.png") no-repeat scroll 0 2px;
  }
  .team-detail ul.round-img li {
    width: 24%;
  }
  .competitor-form ul li.captch input {
    width: 80%;
  }
  .map-txt {
    width: 41% !important;
    top: 15px;
  }
  .comp .container {
    width: 94%;
  }
  .roadmap.container li {
    margin-bottom: 20px;
  }
  .up-text {
    font-size: 24px;
  }
  .up-text p {
    padding-left: 60px;
    padding-right: 60px;
  }
  .corporate-slider1 li {
    float: none;
    width: 18.3%;
    margin: 0 2% 2% 0;
  }
  .corporate-slider1 li:nth-of-type(6n) {
    margin-right: 2%;
  }
  .corporate-slider1 li:nth-of-type(5n) {
    margin-right: 0;
  }
  .kazan-images.pr-realease .pr-real {
    width: 100%;
    margin: 0 0 2%;
  }
}
@media screen and (max-width: 500px) {
  .container.key-heighlight .key-heighlight-left li h3 {
    margin-top: 15px;
    line-height: 20px;
    font-size: 13px;
    font-weight: normal;
  }
  .key-heighlight-right img {
    width: 100%;
  }
  .container.key-heighlight {
    padding: 20px 0;
  }
  .con-left {
    margin: 0;
    width: 100%;
  }
  .con-right {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .join-ul li {
    margin-right: 0;
    width: 100% !important;
  }
  .img-competitors {
    float: left;
    margin-top: 7px;
    text-align: center;
    width: 100%;
  }
  .important-links1 {
    width: 100%;
  }
  .team-div {
    float: left;
    margin-bottom: 30px;
    text-align: center;
    width: 49%;
  }
  .r-cont {
    float: left;
    width: 80%;
  }
  .r-cont {
    float: left;
    width: 100%;
  }
  .team-join {
    float: left;
    margin-bottom: 30px;
    text-align: center;
    width: 98%;
  }
  .circle h2 {
    font-size: 45px;
  }
  .circle p {
    font-size: 11px;
  }
  .left-slider-img {
    display: none;
  }
  .right-slider-text {
    margin-top: 20px;
    width: 100%;
  }
  .three-img li {
    margin-bottom: 2%;
    margin-right: 2%;
    position: relative;
    width: 98%;
  }
  .testimonils-container,
  .important-links {
    width: 100%;
    margin-bottom: 25px;
  }
  p.fot-l,
  p.fot-r {
    width: 100%;
    text-align: center;
    margin-bottom: 7px;
  }
  .follow-link li {
    height: 100px;
    padding-top: 25px;
    text-align: center;
    width: 50%;
    border-bottom: 1px solid #ccc;
  }
  .site-header {
    margin-top: 10px;
    position: relative;
  }
  .logo {
    float: left;
    margin-bottom: 10px;
    margin-top: 12px;
    width: 49%;
    text-align: center;
  }

  .header-right {
    float: right;
    margin-top: 18px;
    text-align: center;
    width: 49%;
  }
  .right-logo {
    float: none;
    margin-bottom: 18px;
    margin-top: 8px;
    width: auto;
  }
  .blue-logo-slider li {
    width: 49%;
  }
  .up-text {
    font-size: 18px;
  }
  .video-thumb {
    width: 49%;
  }
  .team-detail ul.round-img li {
    width: 32.8%;
  }
  .corporate-slider1 li {
    width: 24%;
  }
  .bg-div {
    margin-bottom: 10px;
  }
  .competitor-form ul li.captch input {
    width: 75%;
  }
  .logo {
    margin-top: 0;
  }
  .header-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin: 0 0 15px;
  }
  .banner-text {
    bottom: 10px;
  }
  .video-div > img {
    height: 220px;
  }
  .corporate-slider1 li {
    float: none;
    width: 31.5%;
    margin: 0 2% 2% 0;
  }
  .corporate-slider1 li:nth-of-type(5n) {
    margin-right: 2%;
  }
  .corporate-slider1 li:nth-of-type(3n) {
    margin-right: 0;
  }
  .follow-text {
    border-right: 0;
    height: auto;
    padding: 30px 0 15px;
  }
  .follow-link {
    margin-bottom: 15px;
  }
  .follow-link li:first-of-type {
    border-left: 1px solid #ccc;
  }
  .follow-link li:nth-of-type(3) {
    border-left: 1px solid #ccc;
  }
  .follow-link li:nth-of-type(4) {
    border-right: 1px solid #ccc;
  }
  .about-box h2 {
    font-size: 24px;
  }
  .form-heading h2{
      font-size: 22px;
      margin-top: 30px;
  }
  .competitor-form{
      margin-bottom: 30px;
  }
  .competitor-form form#form .comp_form{
      width: 90%;
  }
  span.form-calender-align{
      width: 100% !important;
  }
  span.form-calender-align input{
      width: 80% !important;
  }
}

@media screen and (max-width: 400px) {
  .video-thumb {
    width: 100%;
  }
  .team-detail ul.round-img li {
    width: 49%;
  }
  .logo img,
  .right-logo > img {
    width: 100%;
    height: auto;
  }
  .competitor-form ul li.captch input {
    width: 65%;
    font-size: 12px;
  }
  .footer-left-menu li {
    width: 42%;
    margin-right: 0;
  }
  .form-subm > input {
    width: 40% !important;
  }
  .logo {
    width: 40%;
  }
  
}
