@media only screen and (min-width: 991px) {
  header .main-menu .menu-item ul.first-level > li a {
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: block;
  }
  header .main-menu .menu-item ul.first-level > li a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #df1c46;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
  }
  header .main-menu .menu-item ul.first-level > li a:hover:after {
    width: 100%;
  }
  /* header .main-menu .menu-item ul.first-level li:hover {
    background-color: #df1c46;
  }*/
  header .main-menu .menu-item ul.first-level li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 1;
  }
  header .main-menu .menu-item ul.first-level li:hover {
    /* background-color: #df1c46;*/
  }
  ul.first-level li.dropdown ul.sub-menu li:hover {
    background-color: #216abd !important;
  }
}
@media only screen and (min-width: 1300px) {
  .container {
    width: 1240px;
  }
}
@media only screen and (max-width: 1400px) {
  .home-about .home-learn-about {
    top: -130px;
  }
  .home-about .top-triangle {
    height: 50px;
    top: -50px;
  }
  .home-about .top-triangle svg {
    height: 50px;
  }
  .home-about .home-learn-about h2 {
    font-size: 26px;
  }
  .home-about .bottom-triangle {
    height: 50px;
    bottom: -49px;
  }
  .home-about .bottom-triangle svg {
    height: 50px;
  }
  .about-our-team .our-team-slider-main .team-slider-main .owl-nav .owl-prev {
    left: -40px;
  }
  .about-our-team .our-team-slider-main .team-slider-main .owl-nav .owl-next {
    right: -40px;
  }
  .home-about .home-learn-about p {
    font-size: 25px;
    height: 60px;
  }
  /* .inner-banner-section .container{
    height: 650px;
  }*/
  .home-about .home-learn-about a {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1300px) {
  .our-clients .client-container .client-box {
    width: 205px;
    height: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  header .main-menu .logo {
    width: 170px;
  }
  header .main-menu .menu-item ul.first-level li {
    margin-right: 10px;
  }
  header .main-menu .menu-item ul.first-level li a {
    font-size: 14px;
  }
  header .main-menu .menu-item {
    /* padding-top: 10px;*/
  }
  footer .foot-top {
    padding: 40px 0;
  }
  footer .foot-bottom .foot-logo {
    width: 170px;
  }
  footer .foot-bottom {
    padding: 20px 0;
  }
  .home-pledge-section .container {
    height: 500px;
  }
  .box-main .box-inner .box-image {
    width: 270px;
    height: 200px;
  }
  .box-main .box-inner p {
    width: 270px;
  }
  .home-about .home-learn-about h2 {
    font-size: 20px;
  }
  .home-about .home-learn-about a {
    font-size: 16px;
    padding: 10px 22px;
  }
  .banner-section .banner-owl .item h1 {
    font-size: 40px;
  }
  .inner-banner-section .container {
    height: 500px;
  }
  .inner-banner-section .container .banner-text h1 {
    font-size: 40px;
  }
  .about-our-team .our-team-slider-main .team-slider-main .item .team-image-big {
    height: 220px;
    width: 220px;
  }
  .side-container {
    padding-left: 20px;
  }
  .contact-top h1 {
    font-size: 40px;
  }
  .contact-top #map {
    height: 500px;
  }
  .contact-top h1 {
    height: 58px;
  }
  .side-slider-main .item {
    height: 200px;
  }
  .side-slider-main .owl-nav .owl-prev,
  .side-slider-main .owl-nav .owl-next {
    height: 25px;
    width: 25px;
  }
  .side-slider-main .owl-nav {
    height: 30px;
  }
  .custom-style-side h2 {
    font-size: 32px;
  }
  .custom-style-side a {
    padding: 13px 16px;
    font-size: 18px;
  }
  .media-main .media-content .media-info .media-slider .item {
    height: 400px;
  }
  .media-main .media-content .row .media-text-content {
    height: 400px;
  }
  .media-main .media-content .media-info .media-video {
    height: 400px;
  }
  .home-pledge-section {
    background-attachment: scroll;
  }
  .our-clients .client-container .client-box {
    width: 205px;
    height: 100px;
  }
  .our-clients .client-container .client-box:nth-of-type(5n + 1) {
    margin-left: 20px;
  }
  .our-clients .client-container .client-box:nth-of-type(1),
  .our-clients .client-container .client-box:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .camera_caption div h1,
  .html5gallery-title-0 .html5gallery-title-text-0 {
    font-size: 40px;
  }
  .html5gallery-title-0 .html5gallery-title-text-0 {
    max-width: 400px;
  }
}
@media only screen and (max-width: 992px) {
  header .container {
    width: 100%;
  }
  header .desktop-menu .menu-item {
    position: fixed;
    background-color: #df1c46;
    width: 290px;
    height: 100%;
    top: 0;
    right: -100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .desktop-menu .menu-item.open {
    right: 0;
  }
  header .desktop-menu .menu-item ul.first-level {
    padding: 10px;
    padding-top: 70px;
  }
  header .desktop-menu .menu-item ul.first-level li {
    float: none;
    width: 100%;
    margin: 0 auto 5px;
  }
  header .desktop-menu .menu-item ul.first-level li a {
    color: #ffffff;
  }
  header .desktop-menu .menu-item {
    overflow-y: auto;
  }
  header.small-header .desktop-menu .menu-move.open {
    top: 60px;
  }
  header.small-header .desktop-menu .menu-item ul.first-level {
    padding-top: 10px;
  }
  header .main-menu .menu-item ul.first-level li a {
    padding: 10px;
  }
  header.small-header .desktop-menu .menu-move {
    top: 60px;
  }
  header.small-header .desktop-menu .menu-item ul.first-level {
    padding-bottom: 80px;
  }
  header .main-menu .menu-item ul.first-level li.dropdown ul.second-level {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 2px;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 1;
    padding-left: 20px;
  }
  header .main-menu .menu-item ul.first-level li.dropdown ul.second-level li {
    background-color: transparent;
    border-bottom: none;
  }
  header .main-menu .menu-item ul.first-level li.dropdown ul.second-level li a {
    color: #ffffff;
  }
  header .top-menu {
    display: none ;
  }
  .mobile-menu-main {
    display: block;
  }
  .hamburger {
    display: block;
    float: right;
    margin-top: 8px;
    position: fixed;
    z-index: 10;
    right: 15px;
    top: 15px;
  }
  .home-case-study .col-md-3 {
    margin-bottom: 20px;
  }
  .home-about .home-learn-about {
    top: 0;
    margin: 0 auto 20px;
    position: relative;
    padding: 20px 0;
    border-radius: 2px;
  }
  .home-about .home-learn-about .col-sm-12 {
    margin-bottom: 10px;
  }
  .home-about .home-learn-about .top-triangle {
    display: none;
  }
  .box-main .box-inner .box-image {
    width: 100%;
  }
  .box-main .box-inner .box-image a {
    height: 100%;
  }
  .box-main .box-inner p {
    width: 100%;
  }
  .box-main .box-inner .box-image a:after {
    opacity: 1;
    visibility: visible;
  }
  .box-main .box-inner .box-image a h2 {
    bottom: 30px;
    font-size: 15px;
  }
  .home-pledge-section .container .home-our-pledge a h2 {
    font-size: 30px;
  }
  .home-pledge-section .container .home-our-pledge a h2 span {
    font-size: 40px;
  }
  .big-heading h2 {
    font-size: 42px;
    padding: 30px 0;
  }
  .banner-section .banner-owl .item h1 {
    font-size: 33px;
    left: 8% !important;
  }
  .home-pledge-section .container {
    height: 380px;
  }
  .banner-section .banner-owl .item h1 i {
    font-size: 13px;
    bottom: -23px;
    right: 11px;
  }
  .banner-section .banner-owl .item h1:before {
    width: 33px;
    height: 33px;
    right: 0;
    bottom: -33px;
  }
  .home-case-study .home-case-viewall {
    margin: 30px auto;
  }
  .inner-banner-section .container .banner-text h1 {
    font-size: 33px;
  }
  .inner-banner-section .container {
    height: 400px;
  }
  .about-mission-vision .container {
    padding: 40px 15px;
    height: auto;
  }
  .about-mission-vision .container .col-md-6 {
    margin-bottom: 30px;
  }
  .about-mission-vision .container .row p {
    width: 100%;
  }
  .about-our-team .our-team-slider-main {
    padding: 15px 50px 40px;
  }
  .about-our-team .our-team-slider-main .item .col-md-4 {
    text-align: center;
    margin-bottom: 20px;
  }
  .about-our-team .our-team-slider-main .team-slider-main .item .team-image-big {
    display: table;
    margin: 0 auto;
  }
  .about-our-team .our-team-slider-main .team-slider-main .item h3,
  .about-our-team .our-team-slider-main .team-slider-main .item h5 {
    text-align: center;
  }
  .about-our-team .our-team-slider-main .team-slider-main .owl-nav .owl-prev,
  .about-our-team .our-team-slider-main .team-slider-main .owl-nav .owl-next {
    height: 30px;
    width: 30px;
  }
  .about-our-team .our-team-slider-main .team-slider-main .item h3 {
    font-size: 22px;
  }
  .about-our-team .our-team-slider-main .team-slider-main .item h5 {
    font-size: 16px;
  }
  .about-our-team .our-team-slider-main .team-slider-main .item .team-image-big {
    height: 180px;
    width: 180px;
  }
  .side-menu {
    width: 100%;
    float: none;
  }
  .side-container {
    width: 100%;
    padding: 0;
  }
  .custom-style-side h2 {
    font-size: 30px;
  }
  .side-menu .side-menu-container .side-first-level > li {
    padding: 15px 20px;
    font-size: 16px;
  }
  .custom-style-side a {
    font-size: 16px;
  }
  .side-main-container {
    padding-bottom: 50px;
  }
  .say-hello {
    display: none;
  }
  .contact-top h1 {
    font-size: 33px;
  }
  .contact-top #map {
    height: 400px;
  }
  .contact-top h1 {
    height: 50px;
    left: 20px !important;
  }
  .media-main .media-content .row .media-text-content,
  .media-main .media-content .media-info .media-slider .item,
  .media-main .media-content .media-info .media-slider .item,
  .media-main .media-content .media-info .media-video {
    height: 350px;
  }
  .expertise-first-menu {
    height: 44px;
    overflow: hidden;
    position: relative;
  }
  .expertise-first-menu:after {
    content: '';
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #df1c46;
    border-right: 1px solid #df1c46;
    position: absolute;
    right: 12px;
    top: 18px;
    margin: auto 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .expertise-first-menu li {
    pointer-events: none;
    display: none;
    padding-right: 30px !important;
  }
  .expertise-first-menu li.active {
    display: block;
  }
  .expertise-first-menu.active {
    height: auto;
  }
  .expertise-first-menu.active li {
    pointer-events: all;
    display: block;
  }
  .expertise-first-menu.active:after {
    top: 22px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .side-menu .side-menu-container .side-first-level > li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .tab-menu-click {
    height: 48px;
    overflow: hidden;
    position: relative;
  }
  .tab-menu-click:after {
    content: '';
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #df1c46;
    border-right: 1px solid #df1c46;
    position: absolute;
    right: 12px;
    top: 18px;
    margin: auto 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .tab-menu-click.active {
    height: auto;
  }
  .tab-menu-click.active:after {
    top: 22px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .tab-menu-click.active li {
    display: block;
  }
  .tab-menu-click li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: none;
    padding-right: 30px !important;
  }
  .tab-menu-click li.active {
    display: block;
  }
  .about-group h2.text-center {
    font-size: 42px !important;
    padding: 30px 0 !important;
  }
  .our-clients .client-container .client-box {
    height: 90px;
  }
  .our-clients .client-container .client-box:nth-of-type(4n + 1) {
    margin-left: 20px;
  }
  .our-clients .client-container .client-box:nth-of-type(1),
  .our-clients .client-container .client-box:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .our-clients .client-container .client-box a p {
    font-size: 16px;
  }
  header .main-menu .menu-item ul.first-level li.menu-item-has-children ul.sub-menu {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 2px;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 1;
    padding-left: 20px;
  }
  header .main-menu .menu-item ul.first-level li.menu-item-has-children ul.sub-menu li {
    border-bottom: none;
  }
  .home-about .home-learn-about p {
    font-size: 24px;
    height: auto;
    padding: 0 10px;
  }
  .home-about .home-learn-about a {
    margin-left: 12px;
  }
  .camera_caption div h1,
  .html5gallery-title-0 .html5gallery-title-text-0 {
    font-size: 33px;
    left: 8% !important;
  }
  .camera_caption div h1 i,
  .html5gallery-title-0 .html5gallery-title-text-0 i {
    font-size: 13px;
    bottom: -33px;
    right: 0px;
    width: 33px;
    height: 33px;
    line-height: 33px;
  }
  .camera_caption div h1:before,
  .html5gallery-title-0 .html5gallery-title-text-0:before {
    width: 33px;
    height: 33px;
    right: 0;
    bottom: -33px;
  }
  .about-mission-vision .col-md-6:nth-of-type(1):after {
    display: none;
  }
  .home-case-study .home-case-study-inner .home-case-content p {
    height: 125px;
  }
}
@media only screen and (max-width: 769px) {
  .media-content .col-sm-6 {
    float: none !important;
    width: 100%;
  }
  footer .foot-bottom p {
    margin-left: 0;
    margin-top: 5px;
    clear: both;
    display: block;
  }
  .home-pledge-section .container {
    width: 100%;
  }
  .banner-section .banner-owl .item h1 {
    font-size: 24px;
    left: 15px !important;
  }
  .box-main .box-inner .box-image a img {
    object-position: 0 0;
  }
  .big-heading h2 {
    font-size: 30px;
    padding: 20px 0;
  }
  .inner-banner-section .container {
    height: 300px;
  }
  .about-our-team .our-team-slider-main .team-slider-main .owl-nav .owl-prev,
  .about-our-team .our-team-slider-main .team-slider-main .owl-nav .owl-next {
    display: none;
  }
  .about-our-team .our-team-slider-main {
    padding: 15px 0px 40px;
  }
  .side-container .side-container-inner .side-item-banner {
    height: 200px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .side-container .side-container-inner {
    padding: 20px;
  }
  .say-hello {
    display: none;
  }
  .contact-top #map {
    height: 300px;
  }
  .side-slider-main .owl-nav .owl-prev {
    left: 15px;
  }
  .side-slider-main .owl-nav .owl-next {
    right: 15px;
  }
  .media-main .media-content .row .media-text-content {
    height: auto;
    margin-bottom: 20px;
    padding-left: 15px;
  }
  .media-main .media-content .custom-style-side:nth-of-type(even) .media-text-content {
    float: none !important;
  }
  .media-main .media-content .media-info .media-slider .item,
  .media-main .media-content .media-info .media-video {
    height: 220px;
  }
  .media-main .media-content .media-info .media-slider .item img {
    object-fit: fill;
    height: auto;
  }
  .media-main .media-content .media-info .media-slider .item.compat-object-fit {
    background-size: contain;
  }
  .banner-section .banner-owl .owl-nav .owl-prev,
  .banner-section .banner-owl .owl-nav .owl-next {
    display: none !important;
  }
  .extra-main .extra-list ul {
    margin-right: -20px;
    margin-left: -20px;
  }
  .extra-main .extra-list h4 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .about-group h2.text-center {
    font-size: 30px !important;
    padding: 20px 0 !important;
  }
  .our-clients .client-container .client-box {
    margin-left: 10px;
    margin-bottom: 10px;
    height: 90px;
    width: 160px;
  }
  .our-clients .client-container .client-box:nth-of-type(1),
  .our-clients .client-container .client-box:nth-of-type(3n + 1),
  .our-clients .client-container .client-box:nth-of-type(5n + 1),
  .our-clients .client-container .client-box:nth-of-type(4n + 1) {
    margin-left: 10px;
  }
  .our-clients .client-container .client-box a p {
    font-size: 16px;
  }
  .home-about .home-learn-about p {
    font-size: 20px;
  }
  .camera_caption div h1,
  .html5gallery-title-0 .html5gallery-title-text-0 {
    font-size: 24px;
    left: 15px !important;
  }
  .camera_prev,
  .camera_next {
    opacity: 0 !important;
    display: none !important;
  }
  .html5gallery-title-0 .html5gallery-title-text-0 {
    max-width: 250px;
  }
  .html5gallery-title-0 {
    left: 15px !important;
  }
  .html5gallery-title-0 span {
    padding: 10px;
  }
  .home-case-study .home-case-study-inner .home-case-content p {
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .side-menu-video {
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 600px) {
  footer .foot-top .foot-location {
    float: none;
    display: block;
  }
  footer .foot-top .foot-information {
    float: none;
    display: block;
    text-align: left;
    margin-top: 15px;
  }
  footer .foot-top {
    padding: 20px 0;
  }
  footer .foot-top .foot-location img {
    width: 24px;
  }
  footer .foot-top .foot-information img {
    width: 30px;
  }
  .top-triangle,
  .home-about .top-triangle {
    height: 30px;
    top: -30px;
  }
  .home-about .top-triangle svg,
  .top-triangle svg {
    height: 30px;
  }
  .home-about .bottom-triangle {
    height: 30px;
    bottom: -29px;
  }
  .home-about .bottom-triangle svg {
    height: 30px;
  }
  .banner-section {
    padding-bottom: 280px;
  }
  .banner-section .owl-carousel .owl-item img {
    height: 100%;
    object-fit: cover;
  }
  .banner-section .banner-owl .item h1 {
    font-size: 20px;
  }
  .banner-section .banner-owl .item h1:before {
    width: 27px;
    height: 27px;
    right: 0;
    bottom: -27px;
  }
  .banner-section .banner-owl .item h1 i {
    bottom: -19px;
    right: 8px;
  }
  .inner-banner-section .container .banner-text h1 {
    font-size: 20px;
  }
  .about-our-team .our-team-slider-people .team-slider-people .slider-content span {
    font-size: 13px;
  }
  .about-our-team .our-team-slider-people .team-slider-people .slider-content h4 {
    font-size: 14px;
  }
  .custom-style-side h2 {
    font-size: 24px;
  }
  .custom-style-side h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .contact-top h1 {
    font-size: 20px;
  }
  .contact-top h1 {
    height: 40px;
  }
  .our-clients .client-container .client-box {
    margin-left: 10px;
    margin-bottom: 10px;
    height: 70px;
    width: 130px;
  }
  .our-clients .client-container .client-box:nth-of-type(1),
  .our-clients .client-container .client-box:nth-of-type(3n + 1),
  .our-clients .client-container .client-box:nth-of-type(5n + 1),
  .our-clients .client-container .client-box:nth-of-type(4n + 1) {
    margin-left: 10px;
  }
  .our-clients .client-container .client-box a p {
    font-size: 14px;
    width: 100%;
  }
  .camera_caption div h1,
  .html5gallery-title-text-0 {
    font-size: 20px;
  }
  .camera_caption div h1 i,
  .html5gallery-title-text-0 i {
    bottom: -19px;
    right: 8px;
  }
  .camera_caption div h1:before,
  .html5gallery-title-text-0:before {
    width: 27px;
    height: 27px;
    right: 0;
    bottom: -27px;
  }
}
@media only screen and (max-width: 480px) {
  footer .foot-bottom .foot-logo {
    float: none;
  }
  footer .foot-bottom .foot-social {
    display: block;
    float: none;
    margin: 10px 0 2px;
  }
  .inner-banner-section .container {
    height: 270px;
  }
  .contact-top #map {
    height: 270px;
  }
  .our-clients .client-container .client-box {
    height: 70px;
    width: calc(50% - 20px);
  }
}
