@media screen and (max-width:1599px) {
  .container {
    padding: 0 50px;
  }
  nav ul li a {
    font-size: 20px;
  }
  nav ul li {
    padding: 0 20px;
  }
}

@media screen and (max-width:1499px) {
  nav ul li {
    padding: 0 15px;
  }
  .sidebar-nav ul li a {
    padding: 20px 15px;
    font-size: 22px;
  }
  .become-visit h5 {
    font-size: 55px;
  }
}

@media screen and (max-width:1299px) {
  nav ul li a {
    font-size: 18px;
  }
  .events-listing-block .row .col-md-8, .about-bishop .row .col-md-8 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
  .events-listing-block .row .col-md-4, .about-bishop .row .col-md-4 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
  .upcoming-product h2 {
    font-size: 70px;
  }
  .become-visit h5 {
    font-size: 45px;
    line-height: 50px;
  }
  .gray-box a, .blue-box a {
    font-size: 40px;
  }
  .gray-box a i, .blue-box a i {
    font-size: 70px;
  }
  .events-listing-block .event-img-item {
    width: 100%;
  }
  .events-listing-block .event-img-item img {
    width: 100%;
  }
  .events-listing-block .events-detail {
    padding-left: 20px;
  }
  .caption-content h1 {
    font-size: 80px;
    line-height: 80px;
  }
}

@media screen and (max-width:1199px) {
  header .row .col-md-4 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  header .row .col-md-8 {
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
  }
  header .social-links {
    margin-left: 10px;
  }
  nav ul li a {
    font-size: 16px;
  }
  .social-links ul li {
    padding: 0 10px;
  }
  .contact-inner {
    padding: 0 20px;
  }
  .contact-box {
    padding: 30px 0;
  }
  .contact-box .social-links ul li a {
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 41px;
  }
  .upcoming-product h2 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media screen and (max-width:991px) {  
  .events-listing-block .row [class*="col-"], .about-bishop .row [class*="col-"], .become-visit .row [class*="col-"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sidebar-nav {
    margin-top: 55px;
  }
  .upcoming-product h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .gray-box a, .blue-box a {
    font-size: 33px;
  }
  .gray-box a i, .blue-box a i {
    font-size: 40px;
    margin: -6px 0 0 20px;
  }
  .become-visit h5 {
    font-size: 55px;
    line-height: 60px;
  }
  .toggle-block {
    display: none;
  }
  header {
    padding: 20px 25px;
  }
  .page-titlebar {
    padding: 50px 0;
  }
  .page-titlebar h1 {
    font-size: 70px;
    line-height: 60px;
  }
  .page-titlebar span {
    font-size: 30px;
  }
  .events-listing-block h2, .about-bishop h2 {
    margin-bottom: 20px;
  }
  .contact-info .row [class*="col-"]:last-child .contact-box {
    border-right: 2px solid #e3e4e8;
  }
  .contact-box, .contact-info .row [class*="col-"]:last-child .contact-box {
    padding: 30px;
  }
  .form-box {
    padding: 50px;
  }
  .form-control, select {
    height: 55px;
  }
  select {
    background-size: 56px auto;
  }  
  .events-listing-block h2 {
    margin-bottom: 50px;
  } 
  .caption-content .container {
    padding-top: 0;
  }   
  .caption-content h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .upcoming-product h2 {
    font-size: 46px;
    line-height: 55px;
  }
  .gray-box a, .blue-box a {
    font-size: 28px;
  }
  .events-block .event-box {
    margin-bottom: 40px;
  }
  .events-block {
    padding-bottom: 30px;
  }
/*TOGGLE MENU CSS*/
  .toggle-menu { 
    display: block; 
    float: right; 
    margin-top: 0; 
    width: 40px; 
    height: 40px; 
    border-radius:100%; 
    padding:13px 12px;
    background: #205cb1;
  }
  .toggle-menu:hover, .toggle-menu:focus {
    background-color: #000;
  }
  .toggle-menu span { 
    float: left; 
    width: 100%; 
    height: 2px; 
    background: #fff; 
    margin-bottom: 4px; 
    border-radius: 3px; 
    -webkit-border-radius: 3px; 
  }
  .toggle-menu span:last-child { 
    margin-bottom: 0; 
  }
  .header.sticky .toggle-menu { 
    margin-top: 5px; 
  }
  .toggle-block {
    position: absolute;
    top: 69px;
    right: 0;
    z-index: 111;
    background: #205cb1;
    min-width: 320px;
    padding: 20px;
  }
  nav, nav ul li {
    display: block;
    width: 100%;
    text-align: left;
  }
  nav ul li a {
    display: block;
    width: 100%;
    padding: 20px 0;
    height: auto;
    line-height: normal;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-family: 'Lato-Regular';
  }
  header .social-links {
    display: block;
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
    text-align: left;
  }
  header .social-links ul li a {
    color: #ffffff;
  }
}

@media screen and (max-width:767px) {  
  body {
    text-align: center;
  }
  .page-titlebar h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .page-titlebar span {
    font-size: 24px;
  }
  .events-listing-block, .about-bishop {
    padding: 50px 0 30px;
  }
  .events-listing-block h2, .about-bishop h2 {
    font-size: 33px;
  }
  .owl-dots {
    padding: 40px 0 0;
  }
  .upcoming-product {
    padding: 50px 0;
  }
  .upcoming-product h2 {
    font-size: 50px;
    line-height: 60px;
    margin-top: 30px;
  }
  .upcoming-product .btn {
    margin-top: 20px;
  }
  .become-visit h5 {
    font-size: 45px;
    line-height: 50px;
  }
  footer .social-links ul li a {
    width: 65px;
    height: 65px;
    font-size: 25px;
    line-height: 58px;
  }
  footer span a {
    font-size: 22px;
    line-height: 36px;
  }
  footer .social-links {
    margin: 30px 0 20px;
  }
  .copyright {
    padding: 0 0 40px;
  }
  header .row .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .swiper-slider-block {
    height: 350px;
  }
  .swiper-slider-block .swiper-button-next, .swiper-slider-block .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-size: 45px auto;
    background-position: 0 -215px;
  }
  .swiper-slider-block .swiper-button-next:hover, .swiper-slider-block .swiper-button-prev:hover, .swiper-slider-block .swiper-button-next:focus, .swiper-slider-block .swiper-button-prev:focus {
    background-position: 0 -321px;
  }
  .swiper-slider-block .swiper-button-prev {
    background-position: 0 0;
  }
  .swiper-slider-block .swiper-button-prev:hover, .swiper-slider-block .swiper-button-prev:focus {
    background-position: 0 -107px;
  }
  .contact-block {
    padding: 50px 0;
  }
  .form-box {
    padding: 40px;
  }
  .contact-inner {
    padding: 0;
  }
  .contact-info {
    padding-top: 30px;
  }
  #map {
    height: 250px;
  }
  .paginations ul li a {
    width: 50px;
    height: 50px;
    line-height: 48px;
  }
  .caption-content h1 {
    font-size: 50px;
    line-height: 55px;
  }
  .caption-content span {
    letter-spacing: 0;
  }
  .events-block {
    padding: 50px 0 20px;
  }
  .section-title {
    font-size: 33px;
    margin-bottom: 40px;
  }
  .bishop-banner {
    height: 400px;
    background: url(../images/banner.jpg) no-repeat 100% 0;
    background-size: cover;
  }
  .bishop-banner img {
    display: none;
  }
  .bishop-banner .container {
    background: rgba(0, 0, 0, 0.4);
  }  
  header .row .col-md-8 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .toggle-block {
    top: 90px;
  }  
  .copyright span {
    display: block;
    clear: both;
    width: 100%;
    margin-top: 20px;
    float: none;
  }
}

@media screen and (max-width:479px) {  
  .page-titlebar {
    padding: 30px 0;
  }
  .page-titlebar h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .page-titlebar span {
    font-size: 22px;
  }
  .events-listing-block, .about-bishop {
    padding: 40px 0 30px;
  }
  .events-listing-block h2, .about-bishop h2 {
    font-size: 28px;
    line-height: 40px;
  }
  p {
    font-size: 16px;
  }
  .info-bottom p {
    margin-bottom: 15px;
  }
  .sidebar-nav ul li a {
    font-size: 20px;
  }
  .sidebar-nav ul li a i {
    font-size: 40px;
    margin: -4px 0 0 0;
  }
  .upcoming-product h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .gray-box a, .blue-box a {
    font-size: 28px;
  }
  .gray-box a i, .blue-box a i {
    font-size: 40px;
    margin: -4px 0 0 20px;
  }
  .become-visit h5 {
    font-size: 30px;
    line-height: 36px;
  }
  .btn-border {
    font-size: 17px;
    min-width: auto;
  }
  .become-visit h5 {
    margin-bottom: 5px;
  }
  .container {
    padding: 0 25px;
  }
  .form-box h2 {
    font-size: 33px;
  }
  .form-box {
    padding: 30px 25px;
  }
  .form-control, select {
    height: 50px;
  }
  .form-box h2 {
    margin-bottom: 10px;
  }
  select {
    background-size: 51px auto;
  }
  .form-box .btn {
    margin-top: 0;
    min-width: auto;
    font-size: 20px;
    padding: 12px 40px;
  }
  .contact-box, .contact-info .row [class*="col-"]:last-child .contact-box {
    border: none;
    padding: 0;
  }
  .contact-box {
    padding-bottom: 30px;
  }
  .contact-info {
    padding-top: 50px;
  }
  .contact-box {
    min-height: auto;
  }
  .events-listing-block h2 {
    margin-bottom: 30px;
  }
  .event-box {
    padding: 18px 0;
  }
  .events-detail h4 {
    font-size: 24px;
  }
  .bishop-banner {
    height: 350px;
  }
  .caption-content h1 {
    font-size: 42px;
  }
  .caption-content span {
    font-size: 33px;
  }
  .toggle-block {
    top: 66px;
  }
}

@media screen and (max-width:379px) { 
  .upcoming-product h2 {
    font-size: 33px;
    line-height: 45px;
  }
  .sidebar-nav ul li.dropdown ul li a {
    font-size: 17px;
  }
  .sidebar-nav ul li a {
    padding: 15px;
  }
  .sidebar-nav ul li a i {
    font-size: 33px;
    margin: -2px 0 0 0;
  }
  .gray-box a, .blue-box a {
    padding: 15px 0;
  }
  .become-visit img {
    height: 250px;
    object-fit: cover;
  }
  .form-control, select {
    height: 45px;
    font-size: 16px;
  }
  .form-control, textarea.form-control {
    padding: 10px 15px;
  }
  select {
    font-size: 16px;
    padding: 10px 15px;
    background-size: 46px auto;
  }
  .form-box h2 {
    font-size: 28px;
  }
  .caption-content h1 {
    font-size: 33px;
    line-height: 45px;
  }
  .gray-box a, .blue-box a {
    font-size: 22px;
    padding: 15px 0 10px;
  }
  .gray-box a i, .blue-box a i {
    font-size: 25px;
    margin: -8px 0 0 20px;
  }
  .toggle-block {
    min-width: 300px;
  }
}