@media screen and (min-width: 0px) and (max-width: 1300px) {
  .cn-text-container {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1199px) {
  .desktopMenu .sub-menu {
    max-width: calc(100% - 40px) !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 1160px) {
  body.hasSubmenu #page-wrap {
    padding-top: 154px;
  }
  #header .logo img {
    /*width: 140px;*/
    width: 162px;
  }
  #page-wrap,
  body.hasSubmenu #page-wrap {
    padding-top: 120px;
  }

  .footerLogo img {
    width: 140px;
  }
  .headContainer {
    padding-bottom: 12px;
  }
  #page-wrap {
    padding-bottom: 148px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1140px) {
  .projectsSlideBox .slick-arrow {
    top: 130px;
  }
  .projectsTopsec ul li {
    padding-bottom: 4px;
    padding-top: 4px;
    width: auto;
  }
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .readMore:hover {
    background-color: #1b3c6a;
  }

  /*.workList ul li:nth-child(even) .worklistHolder .contentSec::before {*/
  /*  left: -20%;*/
  /*}*/

  .workList .contentSec::before {
    left: -80%;
    transform-origin: top right;
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
  .projectsSlideBox .slick-arrow {
    top: 113px;
  }

  .projectsList .overlayBox {
    background-color: rgba(000, 000, 000, 0.3) !important;
  }
  .projectsList .overlayBox .overlayContainer {
    overflow: hidden;
  }
  .projectsList .overlayBox .title {
    opacity: 1;
  }
  .projectsList .title .subTitle {
    font-size: 16px;
    line-height: 20px;
  }

  .bottomSlider li .overlayBox {
    background-color: rgba(000, 000, 000, 0.3) !important;
  }
  .bottomSlider li .overlayBox .overlayContainer {
    overflow: hidden;
  }
  .bottomSlider li .overlayBox .title {
    opacity: 1;
  }
  .bottomSlider .overlayBox .title .subTitle {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
  .col_1_1_1_1.projectsList .col {
    width: 33.33%;
  }

  .imageTextBox .content::before {
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }

  .imageTextBox.Leftalignimage .content::before {
    left: auto;
    right: 0;
    transform-origin: bottom top;
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }

  .fullwidthImageText .contentBox::before {
    left: -50%;
    transform-origin: top right;
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }

  .fullwidthImageText.LeftText-RightImage .contentBox::before {
    left: -50%;
    transform-origin: top right;
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }

  .projectsSlideBox .slick-arrow {
    top: 152px;
  }
}

@media screen and (min-width: 0px) and (max-width: 1000px) {
  .worklistHolder {
    display: block;
    padding: 0px;
  }
  .workList .imageSec {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .workList ul li:nth-child(even) .imageSec {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .workList .contentSec {
    width: 100%;
  }
  .workList .col {
    padding: 0 20px 40px 20px;
  }

  .workList .imageSec {
    /*padding: 0 80px 0 20px;*/
    padding: 0 60px 0 60px;
    margin-bottom: -40px;
  }
  .workList ul li:nth-child(even) .imageSec {
    margin-bottom: -40px; /*padding: 0 20px 0 80px;*/
    padding: 0 60px 0 60px;
  }
  .worklistHolder .innertextHolder {
    padding-top: 60px;
  }

  .workList.twoBlocksSec .col {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 0px) and (max-width: 920px) {
  .projectsTopsec ul li {
    width: auto;
  }
}

@media screen and (min-width: 0px) and (max-width: 900px) {
  .textImageBox > .col:first-child,
  .angleImage {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .angleImage {
    padding-left: 0px;
  }
  .textImageBox .col {
    width: 100%;
    padding-left: 0px;
  }

  body.textimageSec .textImageBox > .col:first-child {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
  }
  body.textimageSec .textImageBox .col {
    width: 100%;
    padding-left: 0px;
  }

  .contentHolder {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .imageTextBox {
    padding-top: 0px;
  }

  .overlayContainer .title {
    font-size: 18px;
    line-height: 24px;
  }
  .overlayContainer .title .subTitle {
    font-size: 12px;
    line-height: 16px;
    padding-top: 10px;
  }
  .bottomSlider .overlayBox .title .subTitle {
    font-size: 12px;
    line-height: 16px;
    padding-top: 10px;
  }

  .alignleft {
    margin: 10px 30px 20px 0px !important;
  }
  .alignright {
    margin: 10px 0px 20px 30px !important;
  }
  .aligncenter {
    margin: 30px auto 30px auto;
  }

  .projectsSlideBox .slick-arrow {
    top: 132px;
  }
}

@media screen and (min-width: 767px) and (max-width: 900px) {
  body.home .textImageBox .col {
    opacity: 1 !important;
  }
  body.home .textImageBox .col .imageBox,
  body.home .textImageBox .col .content {
    opacity: 1 !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 850px) {
  .projectsSlideBox .slick-arrow {
    top: 118px;
  }
  .projectsTopsec ul li {
    padding-top: 4px;
    padding-bottom: 4px;
    width: auto;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .projectsSlideBox .slick-arrow {
    top: 110px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin-bottom: 12px;
  }
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
  h2 {
    font-size: 22px;
    line-height: 30px;
  }
  h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .commonTopspace {
    padding-top: 30px;
  }
  .commonBottomspace,
  .projectsList,
  .botomSlideBox,
  .projectsSlideBox {
    padding-bottom: 30px;
  }
  .testimonialsBox {
    padding: 25px;
  }
  .textImageBox > .col:first-child {
    padding-bottom: 30px;
  }
  .textImageBox > .col:first-child h2 {
    margin-bottom: 16px;
  }
  .large-text {
    font-size: 18px;
    line-height: 24px;
  }
  p {
    padding-bottom: 10px;
  }
  .botomSlideBox h2,
  .projectsSlideBox h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .slick-arrow {
    width: 48px;
    height: 48px;
    margin-top: -25px;
    background-size: 16px;
  }

  .slideInfo {
    position: static;
    background-color: rgba(27, 60, 106, 1);
    border-radius: 0;
    max-width: 100%;
  }
  .homeSliderBox .box::before {
    padding-top: 400px;
  }
  .homeSliderBox .slick-arrow {
    top: 198px;
  }
  .slideInfo h2 {
    font-size: 26px;
    line-height: 28px;
  }
  .slideInfo h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 14px;
  }

  .workList .col {
    padding: 0 15px 30px 15px;
  }
  .workList .imageSec {
    /*padding: 0 60px 0 20px;*/
    padding: 0 40px 0 40px;
  }
  .workList ul li:nth-child(even) .imageSec {
    /*padding: 0 20px 0 60px;*/
    padding: 0 40px 0 40px;
  }

  .workList.twoBlocksSec .col {
    padding-bottom: 5px;
  }

  .projectsTopsec {
    padding-bottom: 18px;
  }
  .projectName {
    padding-top: 15px;
  }

  .twoColInfo .leftContent {
    width: 100%;
    padding-right: 0;
  }
  .twoColInfo .rightContent {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 740px) {
  .col_1_1_1_1.projectsList .col {
    width: 50%;
  }
  .overlayContainer .title {
    font-size: 20px;
    line-height: 26px;
  }
  .overlayContainer .title .subTitle {
    font-size: 14px;
    line-height: 18px;
    padding-top: 15px;
  }

  .innertextHolder h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 720px) {
  .bottomSlider .overlayBox .title .subTitle {
    font-size: 14px;
    line-height: 18px;
    padding-top: 15px;
  }
}

@media screen and (min-width: 0px) and (max-width: 640px) {
  #header .logo img,
  #header.scroll .logo img {
    width: 120px;
  }
  #page-wrap,
  body.hasSubmenu #page-wrap {
    padding-top: 108px;
  }
  .footerLogo img {
    width: 120px;
  }

  .homeSliderBox .box::before {
    padding-top: 350px;
  }
  .homeSliderBox .slick-arrow {
    top: 174px;
  }

  #footer {
    text-align: center;
  }
  .footerLogo {
    width: 100%;
    padding-left: 0px;
    margin: 0 auto;
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 12px;
  }
  .footerLogo a {
    float: none;
    margin: 0 auto;
    display: inline-block;
  }
  .footerRight {
    width: 100%;
    text-align: center;
  }
  #footer .flexVerticalCenter {
    display: block;
  }

  .fullwidthImageText {
    display: block;
  }
  .fullwidthImageText .imageBox,
  .fullwidthImageText .contentBox {
    width: 100%;
  }
  .fullwidthImageText .imageBox {
    margin-bottom: -40px;
    padding: 0 40px 0 40px;
  }
  .fullwidthImageText.Rowbox .imageBox {
    margin-bottom: -40px;
    padding: 0 40px 0 40px;
  }
  .fullwidthImageText .contentHolder {
    padding-top: 60px;
  }
  .fullwidthImageText.Rowbox .contentHolder {
    padding-top: 60px;
  }
  .contentHolder {
    padding: 22px 30px;
  }

  .ImageTextBlock .imageBox,
  .ImageTextBlock .contentBox {
    width: 100%;
  }
  .ImageTextBlock .imageBox {
    padding: 0 15px 0 15px;
  }
  .ImageTextBlock .contentBox,
  .ImageTextBlock.LeftText-RightImage .contentBox {
    padding: 20px 15px 0 15px;
  }
  .fullwidthImageText.Rowbox .contentHolder h2,
  .ImageTextBlock h2 {
    padding-bottom: 8px;
  }

  .testimonialsBox {
    padding-left: 10px;
    padding-right: 10px;
  }
  .testimonialsBox p {
    padding-left: 0px;
    padding-right: 0px;
  }

  .col_1_1_1_1.projectsList {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fullwidthImageText .contentBox::before {
    display: none;
  }
  .fullwidthImageText .contentHolder {
    background-color: #dfe5e4;
  }

  .alignleft {
    margin: 10px 20px 15px 0px !important;
  }
  .alignright {
    margin: 10px 0px 15px 20px !important;
  }
  .aligncenter {
    margin: 20px auto 20px auto;
  }

  .projectsSlideBox .slick-arrow {
    top: 136px;
  }

  .readMore {
    font-size: 14px;
    line-height: 22px;
  }

  #page-wrap {
    padding-bottom: 210px;
  }
  .fancybox-slide {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 600px) {
  .alignleft {
    margin: 15px auto 20px auto !important;
    float: none;
  }
  .alignright {
    margin: 15px auto 20px auto !important;
    float: none;
  }
  .aligncenter {
    margin: 15px auto 20px auto;
    float: none;
  }
  .imageBorder img,
  .wp-caption img {
    width: 100%;
  }
  .borderOuter.alignleft {
    display: block;
    width: 100% !important;
    margin: 15px auto 20px auto !important;
    float: none;
  }
  .borderOuter.alignleft img,
  .borderOuter.alignright img {
    width: 100%;
    display: block;
  }
  .borderOuter.alignright {
    display: block;
    width: 100% !important;
    margin: 15px auto 20px auto !important;
    float: none;
  }

  .projectsSlideBox .slick-arrow {
    top: 124px;
  }
}

@media screen and (min-width: 0px) and (max-width: 550px) {
  .imageTextBox {
    padding-top: 0px;
  }
  .imageTextBox .content {
    width: 100%;
  }
  .imageTextBox .content::before {
    width: 120%;
    display: none;
  }
  .imageTextBox .content {
    background-color: #dfe5e4;
    padding-top: 40px;
  }
  .imageTextBox .imageBox {
    width: 100%;
    padding: 0 40px 0 40px;
    margin-bottom: -40px;
  }
  .imageTextBox.Leftalignimage .imageBox {
    padding: 0 40px 0 40px;
  }

  .workList .col {
    width: 100%;
    padding: 0 0 25px 0;
  }
  .workList .col:last-child {
    padding-bottom: 10px;
  }
  .workList.twoBlocksSec .col {
    padding-bottom: 30px;
  }
  .workList.twoBlocksSec .col:last-child {
    padding-bottom: 10px;
  }

  .ImageTextBlock .imageBox,
  .ImageTextBlock .contentBox,
  .ImageTextBlock.LeftText-RightImage .contentBox {
    padding-left: 0px;
    padding-right: 0px;
  }

  .projectsList .overlayBox .title {
    padding: 0 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .overlayContainer .title .subTitle {
    padding-top: 10px;
  }

  .projectsSlideBox .slick-arrow {
    top: 110px;
  }
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  .content_1000,
  .content_1048,
  .content_600 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .col_1_1_1_1.projectsList .col {
    width: 100%;
  }
  .projectsList .overlayBox .title {
    font-size: 22px;
    line-height: 28px;
  }

  .projectsSlideBox .slick-arrow {
    top: 184px;
  }
  .projectsSlideBox ul li .box:before {
    padding-top: 360px;
  }

  .projectsList .overlayBox .title {
    padding: 0 30px;
  }
}

@media screen and (min-width: 0px) and (max-width: 420px) {
  .logo img {
    width: 220px;
  }

  .homeSliderBox .box::before {
    padding-top: 250px;
  }
  .homeSliderBox .slick-arrow {
    top: 126px;
  }
  .slideInfo {
    padding: 12px 16px 15px 16px;
  }
  .slideInfo h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .slideInfo h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .botomSlideBox ul,
  .projectsSlideBox ul {
    padding: 0 15px;
  }

  .imageBox .box::before {
    padding-top: 180px !important;
  }

  .projectsSlideBox .slick-arrow {
    top: 174px;
  }
  .projectsSlideBox ul li .box:before {
    padding-top: 340px;
  }
}

@media screen and (min-width: 0px) and (max-width: 375px) {
  .projectsSlideBox .slick-arrow {
    top: 154px;
  }
  .projectsSlideBox ul li .box:before {
    padding-top: 300px;
  }
  ul.footerMenu li a {
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (min-width: 0px) and (max-width: 353px) {
  #page-wrap {
    padding-bottom: 237px;
  }
}
@media screen and (min-width: 0px) and (max-width: 360px) {
  .projectsTopsec ul li {
    width: 100%;
  }
}

@media screen and (min-width: 0px) and (max-width: 350px) {
  .menu-footer-menu-container {
    padding-bottom: 10px;
  }
  ul.footerMenu li {
    width: 100%;
    padding: 0 0 10px 0;
  }
  ul.footerMenu li:last-child {
    padding-bottom: 0px;
  }
  ul.footerMenu li::after {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 3px;
  }
}
