﻿/*Table of content*/

/*Desktop Media*/

/*Desktop height media*/

/*1024-iPad Landscape, iPad Pro Portrait*/

/*992-Tablet*/

/*980-Tablet*/

/*960-Tablet*/

/*854-Nokia N9 Landscape*/

/*823-Pixel 2 XL Landscape*/

/*812-iPhone X Landscape*/

/*800-Kindle Fire HDX, Nexux 10*/

/*768-iPad Portrait*/

/*736-iPhone 6/7/8 Plus Landscape*/

/*731-Pixel 2 Landscape*/

/*667-iPhone 6/7/8 Landscape*/

/*640-Galaxy Note 3 Landscape*/

/*604-Smartphone*/

/*600-Blackberry PlayBook, Nexus 7*/

/*586-iPhone 5/SE Landscape*/

/*533-Nokia Lumia 520 Landscape*/

/*480-Nokia N9*/

/*414-iPhone 6/7/8 Plus*/

/*412-Nexus 6*/

/*411-Pixel 2XL*/

/*384-LG Optimus L70, Nexus 4*/

/*375-iPhone 6/7/8 Plus, iPhone X*/

/*360-Galaxy S5, Galaxy Note, Galaxy Note 3, Nexus 5, BlackBerry, Microsoft Lumia*/

/*320-iPhone 5/SE, iPhone 4, Nokia Lumia 520*/

/**/

/*Desktop Media Starts*/

@media only screen and (min-width: 2560px) {
}

@media only screen and (min-width: 1921px) and (max-width: 2559px) {
}

@media only screen and (min-width: 1680px) and (max-width: 1919px) {
}

@media only screen and (min-width: 1600px) and (max-width: 1679px) {
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
}

@media only screen and (min-width: 1400px) and (max-width: 1439px) {
}

@media only screen and (min-width: 1366px) and (max-width: 1399px) {
}

@media only screen and (min-width: 1360px) and (max-width: 1365px) {
}

@media only screen and (min-width: 1280px) and (max-width: 1359px) {
}

@media only screen and (min-width: 1224px) and (max-width: 1279px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1223px) {
}

@media only screen and (min-width: 1152px) and (max-width: 1199px) {
}

/*hover event for desktops and Menu*/

@media (min-width: 768px) {
}

@media only screen and (min-width: 1200px) {
  /*.container { max-width: 1440px; }*/
}

/*Desktop Media Ends*/

/*Desktop height media Starts*/

@media (min-width: 1200px) and (max-width: 1280px) and (max-height: 1024px) {
}

@media (min-width: 1200px) and (max-width: 1280px) and (max-height: 960px) {
}

@media (min-width: 1200px) and (max-width: 1280px) and (max-height: 800px) {
}

@media (min-width: 1200px) and (max-width: 1280px) and (max-height: 768px) {
}

/*Desktop height media Ends*/

@media (min-width: 1200px) {
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1366px) {
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 70px;
  }
  .mb-150 {
    margin-bottom: 110px;
  }
  h2 {
    font-size: 44px;
    line-height: 50px;
  }
  .latest-work-block {
    height: 720px;
  }
  .awards,
  footer {
    padding: 70px 0;
  }
  .social-media a img {
    height: 50px;
    width: 50px;
  }
}

/*iPad Landscape, iPad Pro Portrait start*/

@media only screen and (max-width: 1024px) {
}

/*iPad Landscape, iPad Pro Portrait end*/

/*Tablet start*/

@media only screen and (max-width: 991px) {
  .mb-100 {
    margin-bottom: 50px;
  }
  .mb-150 {
    margin-bottom: 80px;
  }
  h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .menu ul li a {
    letter-spacing: 0;
    padding: 10px !important;
  }
  .banner-wrapper {
    height: calc(100vh);
  }
  .latest-work-block {
    height: 520px;
  }
  .latest-work-bottom-block p {
    font-size: 26px;
    line-height: 30px;
  }
  .content-block .meta {
    margin-top: 0px;
    padding-top: 10px;
  }
  .awards .award-items p {
    font-size: 16px;
  }
  .footer-menu ul li a {
    font-size: 14px;
    color: #fff;
  }
  .hero-image {
    height: calc(100vh - 250px);
  }
}

/*Tablet end*/

/*Tablet start*/

@media only screen and (max-width: 980px) {
}

/*Tablet end*/

/*Tablet start*/

@media only screen and (max-width: 960px) {
}

/*Tablet end*/

/*Nokia N9 Landscape start*/

@media only screen and (max-width: 854px) {
}

/*Nokia N9 Landscape end*/

/*Pixel 2 XL Landscape start*/

@media only screen and (max-width: 823px) {
}

/*Pixel 2 XL Landscape end*/

/*iPhone X Landscape start*/

@media only screen and (max-width: 812px) {
}

/*iPhone X Landscape end*/

/*Kindle Fire HDX, Nexux 10 start*/

@media only screen and (max-width: 800px) {
}

/*Kindle Fire HDX, Nexux 10 end*/

/*iPad Portrait start*/

@media only screen and (max-width: 768px) {
}

/*menu*/

@media (max-width: 767px) {
  .menu {
    height: 100vh;
    overflow-y: auto;
    background: #1875b6;
    position: absolute;
    width: 90%;
    top: 0;
    right: -90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
  }
  .menu.open {
    right: 0;
  }
  .menu .navbar-brand {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    position: absolute;
    left: 20px;
    top: 20px;
    display: none;
  }
  .menu .navbar-nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0 !important;
    padding: 0 30px;
  }
  .menu ul li {
    margin: 0;
    margin-bottom: 0px;
    text-align: left;
    padding: 13px 0 15px;
    border-bottom: 1px solid #fff;
  }
  .menu ul li:last-child {
    border-bottom: 0;
  }
  .menu ul li a {
    font-size: 24px;
    color: #fff;
  }
  .menu .nav-link {
    font-size: 15px;
    padding: 0 !important;
  }
  .icon-close {
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    right: 20px;
    top: 26px;
    color: #fff;
  }
  .sub-menu-arrow i {
    color: #fff;
  }
  .sub-menu-arrow {
    font-size: 14px;
    left: auto;
    position: absolute;
    right: 0;
    top: 20px;
  }
  .menu ul li ul.sub-menu li a {
    font-size: 18px;
    padding: 0;
  }
  .menu ul li ul.sub-menu li {
    border: 0;
    padding-bottom: 0;
    padding-top: 6px;
  }
  header .navbar {
    height: 70px;
  }
  .menu .nav-link:hover {
    background-color: transparent;
  }
  .mb-100 {
    margin-bottom: 30px;
  }
  .mb-150 {
    margin-bottom: 50px;
  }
  h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .latest-work-block {
    height: 380px;
  }
  .latest-work-bottom-block {
    margin-bottom: 30px;
  }
  .latest-work-bottom-block p {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .content-block {
    padding: 0;
    margin-top: 15px;
  }
  .awards,
  footer {
    padding: 30px 0;
  }
  .textwidget {
    text-align: center;
  }
  .social-media {
    justify-content: center;
    margin-top: 15px;
  }
  .social-media a:last-child {
    margin-right: 0;
  }
  .social-media a img {
    height: 40px;
    width: 40px;
  }
  .footer-menu {
    margin-bottom: 20px;
  }
  .footer-menu ul li {
    display: flex;
    float: none;
    text-align: center;
    justify-content: center;
    margin: 0;
  }
  .acknowledgements {
    justify-content: center;
  }
}

/*iPad Portrait end*/

/*iPhone 6/7/8 Plus Landscape start*/

@media only screen and (max-width: 736px) {
}

/*iPhone 6/7/8 Plus Landscape end*/

/*Pixel 2 Landscape start*/

@media only screen and (max-width: 731px) {
}

/*Pixel 2 Landscape end*/

/*iPhone 6/7/8 Landscape start*/

@media only screen and (max-width: 667px) {
}

/*iPhone 6/7/8 Landscape end*/

/*Galaxy Note 3 Landscape start*/

@media only screen and (max-width: 640px) {
}

/*Galaxy Note 3 Landscape end*/

/*Smartphone start*/

@media only screen and (max-width: 604px) {
}

/*Smartphone end*/

/*Blackberry PlayBook, Nexus 7 start*/

@media only screen and (max-width: 600px) {
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
}

/*Blackberry PlayBook, Nexus 7 end*/

/*iPhone 5/SE Landscape start*/

@media only screen and (max-width: 568px) {
}

/*iPhone 5/SE Landscape end*/

/*Nokia Lumia 520 Landscape start*/

@media only screen and (max-width: 533px) {
}

/*Nokia Lumia 520 Landscape end*/

/*Nokia N9 start*/

@media only screen and (max-width: 480px) {
  .text-sm-center {
    text-align: center;
  }
}

/*Nokia N9 end*/

/*iPhone 6/7/8 Plus start*/

@media only screen and (max-width: 414px) {
}

/*iPhone 6/7/8 Plus end*/

/*Nexus 6 start*/

@media only screen and (max-width: 412px) {
}

/*Nexus 6 end*/

/*Pixel 2XL start*/

@media only screen and (max-width: 411px) {
}

/*Pixel 2XL end*/

/*LG Optimus L70, Nexus 4 start*/

@media only screen and (max-width: 384px) {
}

/*LG Optimus L70, Nexus 4 end*/

/*iPhone 6/7/8 Plus, iPhone X start*/

@media only screen and (max-width: 375px) {
}

/*iPhone 6/7/8 Plus, iPhone X end*/

/*Galaxy S5, Galaxy Note, Galaxy Note 3, Nexus 5, BlackBerry, Microsoft Lumia start*/

@media only screen and (max-width: 360px) {
}

/*Galaxy S5, Galaxy Note, Galaxy Note 3, Nexus 5, BlackBerry, Microsoft Lumia end*/

/*iPhone 5/SE, iPhone 4, Nokia Lumia 520 start*/

@media only screen and (max-width: 320px) {
}

/*iPhone 5/SE, iPhone 4, Nokia Lumia 520 end*/

/* @media (max-height:900px){
	.career-wrapper,
	.about-wrapper {
		height: calc(100vh - 300px);
	}
} */

@media (max-height: 900px) and (max-width: 767px) {
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* your css rules for ipad portrait */
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Portrait */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Landscape */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* iphone 10 iphone xs and above  */

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
}

/* iPhone XR */

/* 1792x828px at 326ppi */

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
}

/* iPhone XS Max */

/* 2688x1242px at 458ppi */

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
}

@media (max-width: 766px) {
  .latest-work-block {
    height: 500px;
  }
  .latest-work-bottom-block p {
    font-size: 15px !important;
  }
}
@media (max-width: 991px) {
  .latest-work-block {
    height: 500px;
  }
  .latest-work-bottom-block p {
    font-size: 15px !important;
    line-height: 19px;
  }
}
@media (max-width: 1199px) {
  .latest-work-block {
    height: 500px;
  }
  .latest-work-bottom-block p {
    font-size: 15px !important;
  }
}
