/*==============================================
				General
==============================================*/
body{-webkit-font-smoothing: antialiased; /*margin-bottom: 548px;*/ overflow-x: hidden !important;}
.container{width: 100%; max-width: 1300px; padding-left: 15px; padding-right: 15px;}
.container-two{width: 100%; max-width: 1000px; margin: 0 auto; }
.yellow-text{color: #fee004;}
.head-bold{color: #fff; font-size: 40px; font-weight: bold; font-family: 'univia bold';}
.light-text{color: #fff; font-size: 18px; font-family: 'univia regular';}
.has-button{text-align: center;}
.btn-green{text-transform: uppercase; color: #fff; font-family: 'univia bold'; background-color: #009d94; display: inline-block; padding: 19px 78px; border-radius: 30px; font-size: 15px; transition: 0.5s;}
.btn-green:hover{text-decoration: none; color: #fff; background-color: #262533;}
.btn-red{text-transform: uppercase; color: #fff; font-family: 'univia bold'; background-color: #c52527; display: inline-block; padding: 19px 78px; border-radius: 30px; font-size: 15px; transition: 0.5s;}
.btn-red:hover{text-decoration: none; color: #fff; background-color: #262533;}

/*==============================================
				Navigation
==============================================*/
.navigation-section{padding: 20px 30px; color: #fff; position: fixed; width: 100%;}
.navigation-section > .nav-area{display: flex; justify-content: space-between; align-items: center;}
.menu-area{display: none;}
.menu-area-ul{padding-left: 0; margin-bottom: 0; display: flex; justify-content: space-between; align-items: center;}
.menu-area-ul > li{list-style: none;}
.menu-icon {width: 35px; height: 25px; cursor: pointer;}
.menu-icon > span{width: 100%; display: block; height: 2px; background-color: #fff;}
.menu-icon > span:not(:first-child){margin-top: 10px;}
.menu-area-ul > li.search-icon {margin-right: 20px; cursor: pointer;}
/*.logo-area img{transition: width 0.5s;}*/
.is-sticky{background-color: #000; z-index: 10}
/*.is-sticky .logo-area img{width: 120px;transition: width 0.5s;}*/
.menu-items-section{width: 50%; height: 100%; position: fixed; top: 0; right: 0; display: flex; align-items: center; background-color: #000; padding: 50px; z-index: 10; transform: translateX(100%); transition: 1s;}
.menu-items-section > ul{margin:0; padding: 0; }
.menu-items-section > ul > li{list-style: none; margin:0; margin-bottom: 25px; padding: 0; height: 30px; overflow: hidden;}
.menu-items-section > ul > li > a{color: #fff; font-family: 'univia bold'; font-size: 30px; text-transform: uppercase; line-height: 1; transform: translateY(100%); transition: 0.5s; display: inline-block;}
.menu-items-section > ul > li > a:hover{text-decoration: none;}
.menu-close{position: absolute; top: 30px; right: 20px; font-family: 'univia bold'; font-size: 20px; text-transform: uppercase; cursor: pointer; line-height: 1; color: #fff;}
.white-logo{display: block;}
.black-logo{display: none;}
.portfolio-inner-page .black-logo{display: block !important;}
.portfolio-inner-page .white-logo{display: none !important;}
.is-sticky .black-logo{display: none !important;}
.is-sticky .white-logo{display: block !important;}
.portfolio-inner-page .menu-icon > span{background-color: #000 !important;}
.is-sticky .menu-icon > span{background-color: #fff !important;}

/*==============================================
				Banner Section
==============================================*/
.banner-section{height: 100vh; background-image:url(../images/main/banner.jpg); display: flex; align-items: flex-end; justify-content: center; background-repeat: no-repeat; background-size: cover; background-position: center;}
.banner-logo-large{max-width: 45%; margin:0 auto;}
.scroll-down{color: #fff; text-align: center; margin-bottom: 55px; font-family: 'univia medium'; cursor: pointer;}
.scroll-down > p{font-size: 16px;}
.scroll-down > img{-webkit-animation: bounce 2s infinite 2s; animation: bounce 2s infinite 2s; -webkit-transition: all .2s ease-in;}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {-webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);}
  40% {-webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px);}
  60% {-webkit-transform: translateY(-5px); -ms-transform: translateY(-5px); transform: translateY(-5px);}
}

/*==============================================
				Portfolio Section
==============================================*/
.portfolio-section{background-color: #0f0e1c; padding-top: 100px; padding-bottom: 100px;}
.portfolio-section .head-bold{padding-left: 100px; padding-right: 100px; position: relative;}
.portfolio-section .head-bold:before{content:""; position: absolute; top: 7px; left:0; width: 0; height: 0; border-left: 27px solid transparent; border-right: 27px solid transparent; border-top: 44px solid #f9b416; transition: 1s;}
.portfolio-section .border-reveal:before{border-top: 44px solid #f9b416;}
.portfolio-section .light-text{margin-top: 50px; margin-bottom: 50px; margin-left: 100px; padding-left: 120px; padding-right: 100px; position: relative; line-height: 1.8;}
.portfolio-section .light-text:before{content:""; position: absolute; top:15px; left: 0; width: 100px; height: 1px; background-color: #009d94;}
.portfolio-list-item{position: relative; text-align: center; cursor: pointer !important; margin-bottom: 30px;}
.portfolio-list-item .hover-image{position: absolute; top: 0; bottom:0; right: 0; left:15px; opacity: 0; transition: 0.5s; max-width: calc(100% - 30px);}
.portfolio-list-item a{text-decoration: none;}
.portfolio-list-item a:hover{text-decoration: none; color: inherit;}
.portfolio-list-item:hover .hover-image{opacity: 1;}
.project-name{font-size: 23px; color: #fff; font-family: 'univia bold'; margin-bottom: 0; margin-top: 20px; transition: 0.5s;}
.project-category{font-size: 15px; color: #666666; font-family: 'univia regular'; margin-bottom: 0; margin-top: 5px;}
.portfolio-list-item:hover .project-name{color: #f9b416;}
.portfolio-section .has-button{margin-top: 70px;}

/*==============================================
				CTA Section
==============================================*/
.cta-section{background: url(../images/main/cta-bg.jpg) no-repeat center center; padding-top: 150px; text-align: center;}
.cta-section .yellow-text{text-transform: uppercase; font-size: 17px; font-family: 'univia bold'; margin-top: 0; margin-bottom: 20px;}
.cta-section .head-bold{font-family: 'univia black'; font-size: 65px; margin-bottom: 30px; line-height: 1.25;}
.cta-dots{margin-top: 5px;}


/*==============================================
				Footer Section
==============================================*/
.footer-section{background-color: #009d94; display: flex; position: fixed; width: 100%; bottom: 0; z-index: -1;}
.footer-section > .container{max-width: 1580px; padding-left: 25px; padding-right: 25px;}
.footer-area{display: flex; justify-content: space-between; margin-top: 100px; margin-bottom: 100px;}
.footer-head-small{font-family: 'univia bold'; font-size: 11px; color: #fff; text-transform: uppercase; margin-bottom: 40px; letter-spacing: 2px;}
.footer-nav-inner{display: flex; justify-content: space-between;}
.footer-nav-inner > ul{padding-left: 0;}
.footer-nav-inner > ul > li:last-child{margin-bottom: 0;}
.footer-nav-inner > ul > li{list-style: none; display: block; margin-bottom: 0;}
.footer-nav-inner > ul > li > a{color: #fff; font-family: 'univia regular'; font-size: 14px; text-transform: capitalize;}
.footer-nav-inner > ul > li > a:hover{text-decoration: none; color: #fff;}
.footer-text{color: #fff; font-family: 'univia regular'; font-size: 14px; line-height: 1.8; margin-bottom: 25px; letter-spacing: 1px;}
.footer-nav{width: 20%;}
.footer-address{width: 25%;}
.footer-contact{width: 20%;}
.footer-newsletter{width: 25%;}
/*.footer-area > div {width: 25%; padding-right: 3%;}
.footer-newsletter{padding-right: 0 !important;}*/
.newsletter-form{position: relative;}
.newsletter-form > input{background-color: transparent; width: 100%; border: 0; border-bottom: 1px solid #80ceca; padding: 10px; padding-left: 0;}
.newsletter-form > input::-webkit-input-placeholder{color: #fff;font-family: 'univia light'; font-size: 14px; letter-spacing: 1px;}
.newsletter-submit{position: absolute; top: 0; bottom: 0; margin: auto; right: 10px; color: #fff; font-size: 20px; line-height: 1; display: flex; align-items: center; cursor: pointer;}
.footer-social-icon{display: flex; justify-content: flex-end; margin-top: 25px;}
.footer-social-icon > a {color: #fff; margin-left: 20px;}
.copyright-area{display: flex; justify-content: space-between; padding-top: 35px; padding-bottom: 35px; border-top:1px solid #33b1a9;}
.copy-text > p{font-size: 12px; font-family: 'univia regular'; color: #fff; letter-spacing: 1px; margin-bottom: 0;}
.copy-links > a{font-size: 12px; font-family: 'univia regular'; color: #fff; letter-spacing: 1px; margin-bottom: 0;}
/*Footer New Design*/
.footer-section-new{background-color: #231e2c; padding-top: 100px; text-align: center;}
.footer-section-new .container{max-width: 1610px;}
.footer-head{position: relative; width: 100%; display: block; font-size: 42px; font-weight: 700; font-family: 'univia bold'; color: #ffffff; margin: 40px auto; margin-top: 75px;}
.footer-head:before{content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; background-color: #ffffff; width: 25%; height: 1px;}
.footer-head:after{content: ""; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; background-color: #ffffff; width: 25%; height: 1px;}
.footer-3-col{display: flex; align-items: flex-start; justify-content: space-between;}
.footer-3-col > div{text-align: left;}
.footer-head-two{font-size: 20px; color: #0EC1B4; letter-spacing: 5px;}
.footer-text-new > a{color: #9A999C; font-family: 'univia regular'; font-size: 18px; transition: 0.5s;}
.footer-text-new > a:hover{text-decoration: none; color: #ffffff;}
.copyright-area-new{margin-top: 50px; background-color: #1D1924; padding: 50px 25px; display: flex; justify-content: center; align-items: center; color: #ffffff;}
.copyright-area-new p{font-size: 16px; font-family: 'univia regular'; margin-bottom: 0 !important;}



/*Inner Portfolio Pages*/
/*General*/
.portfolio-inner-page > .inner-banner-section {display: flex; justify-content: center; align-items: center; padding: 185px 50px; background-color: #f7f7f7; background-repeat: no-repeat; background-size: cover;}
.portfolio-inner-page > .inner-banner-section > .inner-banner-content{text-align: center;}
.portfolio-inner-page > .inner-banner-section > .inner-banner-content > .client-logo{max-width: 350px;}
.portfolio-inner-page > .inner-banner-section > .inner-banner-content > .project-category{margin-top: 55px; position: relative; text-transform: uppercase; font-size: 22px; color: #c52527; font-family: 'helvetica neue bold'; position: relative; padding-bottom: 25px;}
.portfolio-inner-page > .inner-banner-section > .inner-banner-content > .project-category:after{content: ""; position: absolute; width: 50px; height: 2px; bottom:0; left: 0; right: 0; margin:auto; background-color: #c52527;}
.portfolio-inner-page > .main-section{background: #fff; background: -moz-linear-gradient(bottom, #1e1a25 75%, #ffffff 25%); background: -webkit-linear-gradient(bottom, #1e1a25 75%, #ffffff 25%); background: linear-gradient(to bottom, #1e1a25 75%, #ffffff 25%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1a25', endColorstr='#ffffff',GradientType=1 ); display: flex; justify-content: center; align-items: center; padding-bottom: 100px;}
.portfolio-inner-page > .main-section > .container{width: 52%; margin-top: -130px;}
.portfolio-inner-page > .main-section > .container > div {box-shadow: -1px 2px 43px 1px rgba(0,0,0,0.4);}
.portfolio-inner-page > .main-section > .container img{width: 100%;}
.has-main-tablet{position: relative; box-shadow: 1px -17px 24px -9px rgba(0,0,0,0.4) !important;}
.main-tablet {position: absolute; width: 57% !important; left: 75%; bottom: -50%; box-shadow: -1px 10px 32px 5px rgba(0,0,0,0.4); border-radius: 25px; z-index: 1;}
.has-main-mobile{position: relative; box-shadow: 1px 17px 24px -9px rgba(0,0,0,0.4) !important;}
.main-mobile {position: absolute; width: 28% !important; left: -15%; bottom: 35%;}
.inner-section-two{background-color: #111940; padding-top: 200px; text-align: center;}
.inner-section-two > img{width: 83%;}
.inner-section-three{background-color: #fff; padding-top: 120px; padding-bottom: 120px; display: none;}
.inner-section-three > .container {width: 59%; display: flex; justify-content: space-between;}
.inner-section-three > .container > h2{width: 50%;}
.inner-section-three > .container > p{width: 50%;}
.explore-head{font-family: 'helvetica neue bold'; font-weight: bold; font-size: 56px; color: #000; line-height: 70px;}
.explore-head > span{position: relative;}
.explore-head > span:after{content: ""; position: absolute; width: 0; height: 0; border-bottom: 18px solid #0f4c85; border-left: 16px solid transparent; left: calc(100% + 16px); bottom: 12px;}
.explore-text{font-family: 'helvetica neue light'; font-size: 20px; color: #3c3f46; text-align: left; margin-top: 0; margin-bottom: 0; padding-left: 100px; position: relative;}
.explore-text:before{content: ""; position: absolute; right: calc(100% - 70px); top: 15px; width: 50px; height: 1px; background-color: #3c3f46;}
.inner-section-four{background-color: #fff; margin-top: 100px;}
.section-four-full-image{text-align: center; width: 84%; margin: 0 auto;}
.section-four-full-image > img{box-shadow: -1px 2px 79px 19px rgba(7,54,96,0.4);}
.has-three-iphone{padding-top: 100px; padding-bottom: 100px;}
.has-three-iphone > .for-desktop-only{display: flex; justify-content: space-between; align-items: center; width: 75%; padding-left: 15px; padding-right: 15px; margin: auto;}
.has-three-iphone > .for-desktop-only > img {width: 26%;}
.has-all-screens{display: flex; justify-content: space-between; align-items: center; width: 77%; padding-left: 15px; padding-right: 15px; margin: auto; position: relative;}
.all-screens{position: absolute; top: 50px; bottom: 0; display: flex; align-items: center; width: 100%;}
.laptop-screen {transform: translateX(-60px); width: 66%;}
.laptop-screen > img{width: 100%;}
.mobile-screen-two {margin-top: 55px; position: relative; z-index: 1; transform: translateX(80%); width: 15%;}
.mobile-screen-two > img{width: 100%;}
.tablet-screen-two {transform: translateX(13%); width: 23%;}
.tablet-screen-two > img{width: 100%;}
.inner-section-five{background-color: #fff; padding-top: 100px; padding-bottom: 100px; text-align: center;}
.inner-section-five > .full-image-one{width: 92%;}
.inner-section-five > .full-image-one > img{box-shadow: -1px 2px 79px 19px rgba(0,0,0,0.4);}
.inner-section-five > .full-image-two{width: 91%; display: flex; margin-left: auto !important; margin-top: 50px; align-items: center;}
.inner-section-five > .full-image-two > img{box-shadow: -1px 2px 79px 19px rgba(0,0,0,0.4);}
.portfolio-inner-page > .main-section{background: #fff; background: -moz-linear-gradient(bottom, #02172a 85%, #ffffff 15%); background: -webkit-linear-gradient(bottom, #02172a 85%, #ffffff 15%); background: linear-gradient(to bottom, #02172a 85%, #ffffff 15%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02172a', endColorstr='#ffffff',GradientType=1 );}
.inner-section-five > .full-image-three{text-align: right;}
.inner-section-five > .full-image-three > img {width: 87%;}
.inner-section-five > .full-image-four{text-align: left; margin-top: -50px;}
.inner-section-five > .full-image-four > img {width: 87%;}

/*buid*/
.buid > .inner-banner-section{background-image: url(../images/buid/banner.jpg);}
.buid > .inner-banner-section > .inner-banner-content > .project-category{color: #c52527;}
.buid > .inner-banner-section > .inner-banner-content > .project-category:after{background-color: #c52527;}
.buid > .inner-section-two{background-color: #111940;}
.buid .explore-head > span:after{border-bottom-color: #0f4c85;}
.buid .section-four-full-image > img{box-shadow: -1px 2px 79px 19px rgba(7,54,96,0.4);}

/*Careem*/
.careem > .inner-banner-section{background-image: url(../images/careem/banner.jpg);}
.careem > .inner-banner-section > .inner-banner-content > .project-category{color: #c52527;}
.careem > .inner-banner-section > .inner-banner-content > .project-category:after{background-color: #c52527;}
.careem > .inner-section-two{background-color: #49b161;}
.careem .explore-head > span:after{border-bottom-color: #49b161;}
.careem .section-four-full-image > img{box-shadow: none;}
.careem > .inner-section-five > .full-image-one {margin: auto;}
.careem > .inner-section-five > .full-image-one > img {box-shadow: -1px 2px 26px 6px rgba(0,0,0,0.4);}
.careem > .inner-section-five > .full-image-two {margin-right: auto !important; margin-left: 0 !important; margin-top: 0;}
.careem > .inner-section-five > .full-image-two > img {box-shadow: -1px 36px 46px -14px rgba(0,0,0,0.4);}

/*Chick Supply*/
.chick-supply > .inner-banner-section{background-image: url(../images/chick-supply/banner.jpg);}
.chick-supply > .inner-banner-section > .inner-banner-content > .project-category{color: #c52527;}
.chick-supply > .inner-banner-section > .inner-banner-content > .project-category:after{background-color: #c52527;}
.chick-supply > .inner-section-two{background-color: #50c9e5;}
.chick-supply .explore-head > span:after{border-bottom-color: #50c9e5;}
.chick-supply .section-four-full-image {width: 98%;}
.chick-supply .section-four-full-image > img{box-shadow:  -1px 2px 79px 19px rgba(176,218,227,0.4);}
.chick-supply > .inner-section-five > .full-image-one {margin: auto;}
.chick-supply > .inner-section-five > .full-image-one > img {box-shadow: -1px 2px 26px 6px rgba(176,218,227,0.4);}
.chick-supply > .inner-section-five > .full-image-two {margin-left: auto !important; margin-right: 0 !important; margin-top: 0;}
.chick-supply > .inner-section-five > .full-image-two > img {box-shadow: -1px 36px 46px -14px rgba(176,218,227,0.4);}

/*DX Bikd*/
.dx-bike > .inner-banner-section{background-image: url(../images/dx-bike/banner.jpg);}
.dx-bike .inner-banner-section > .inner-banner-content > .project-category{color: #c52527;}
.dx-bike > .inner-banner-section > .inner-banner-content > .project-category:after{background-color: #c52527;}
.dx-bike > .inner-section-two{background-color: #ffffff; padding-top: 0px;}
.dx-bike > .inner-section-two > img{width: 98%;}
.dx-bike .explore-head > span:after{border-bottom-color: #50c9e5;}
.dx-bike .section-four-full-image {width: 98%;}
.dx-bike .section-four-full-image > img{box-shadow: none;}
.dx-bike > .inner-section-five > .full-image-one {margin: auto;}
.dx-bike > .inner-section-five > .full-image-one > img {box-shadow: -1px 2px 26px 6px rgba(1,83,255,0.4);}
.dx-bike > .inner-section-five > .full-image-two {margin-left: auto !important; margin-right: 0 !important; margin-top: 0;}
.dx-bike > .inner-section-five > .full-image-two > img {box-shadow: -1px 36px 46px -14px rgba(1,83,255,0.4);}

/*Fanar*/
.fanar > .inner-banner-section{background-image: url(../images/fanar/banner.jpg);}
.fanar .inner-banner-section > .inner-banner-content > .project-category{color: #c52527;}
.fanar > .inner-banner-section > .inner-banner-content > .project-category:after{background-color: #c52527;}
.fanar > .inner-section-two{background-color: #ffffff; background-image: url('../images/fanar/section-two-bg.jpg'); background-repeat: no-repeat; background-size: cover; padding-top: 100px;}
.fanar .explore-head > span:after{border-bottom-color: #50c9e5;}
.fanar .section-four-full-image {width: 98%;}
.fanar .section-four-full-image > img{box-shadow: none;}
.fanar > .inner-section-five > .full-image-one {margin: auto;}
.fanar > .inner-section-five > .full-image-one > img {box-shadow: -1px 2px 26px 6px rgba(1,83,255,0.4);}
.fanar > .inner-section-five > .full-image-two {margin-left: auto !important; margin-right: 0 !important; margin-top: -80px;}
.fanar > .inner-section-five > .full-image-two > img {box-shadow: -1px 36px 46px -14px rgba(1,83,255,0.4);}

/*Future Leader*/
.future-leader > .inner-banner-section{background-image: url(../images/future-leader/banner.jpg);}
.future-leader .inner-banner-section > .inner-banner-content > .project-category{color: #c52527;}
.future-leader > .inner-banner-section > .inner-banner-content > .project-category:after{background-color: #c52527;}
.future-leader > .inner-section-two{background-color: #ffffff;padding-top: 0px; text-align: right;}
.future-leader .inner-section-two > img {width: 98%; box-shadow: -1px 2px 26px 6px rgba(98,180,152,0.4);}
.future-leader .explore-head > span:after{border-bottom-color: #50c9e5;}
.future-leader .section-four-full-image {width: 98%;}
.future-leader .section-four-full-image > img{box-shadow: -1px 2px 26px 6px rgba(98,180,152,0.4);}
.future-leader > .inner-section-five > .full-image-one {margin-left: auto; width: 96%;}
.future-leader > .inner-section-five > .full-image-one > img {box-shadow: -1px 2px 26px 6px rgba(98,180,152,0.4);}
.future-leader > .inner-section-five > .full-image-two {margin-left: auto !important; margin-right: 0 !important; margin-top: -80px;}
.future-leader > .inner-section-five > .full-image-two > img {box-shadow: -1px 36px 46px -14px rgba(98,180,152,0.4);}

/*Golden Sands*/
.golden-sands > .inner-banner-section{background-image: url(../images/golden-sands/banner.jpg);}
.golden-sands .inner-banner-section > .inner-banner-content > .project-category{color: #c52527;}
.golden-sands > .inner-banner-section > .inner-banner-content > .project-category:after{background-color: #c52527;}
.golden-sands > .inner-section-two{background-color: #ffffff;padding-top: 100px; text-align: right;}
.golden-sands .inner-section-two > img {width: 97%; box-shadow: -1px 2px 26px 6px rgba(98,180,152,0.4);}
.golden-sands .explore-head > span:after{border-bottom-color: #b20932;}
.golden-sands .section-four-full-image {width: 98%;}
.golden-sands .section-four-full-image > img{box-shadow: -1px 2px 26px 6px rgba(98,180,152,0.4);}
.golden-sands > .inner-section-five > .full-image-one {margin-left: auto; width: 96%;}
.golden-sands > .inner-section-five > .full-image-one > img {box-shadow: -1px 2px 26px 6px rgba(98,180,152,0.4);}
.golden-sands > .inner-section-five > .full-image-two {margin-left: auto !important; margin-right: 0 !important; margin-top: 0px;}
.golden-sands > .inner-section-five > .full-image-two > img {box-shadow: -1px 36px 46px -14px rgba(98,180,152,0.4);}

/*HVL*/
.hvl > .inner-banner-section{background-image: url(../images/hvl/banner.jpg);}
.hvl .inner-banner-section > .inner-banner-content > .project-category{color: #c52527;}
.hvl > .inner-banner-section > .inner-banner-content > .project-category:after{background-color: #c52527;}
.hvl > .inner-section-two{background-color: #ffffff;padding-top: 0px; text-align: right;}
.hvl .inner-section-two > img {width: 97%; box-shadow: -1px 2px 26px 6px rgba(60,90,52,0.4);}
.hvl .explore-head > span:after{border-bottom-color: #1f451e;}
.hvl .section-four-full-image {width: 92%; margin-right: 0 !important;}
.hvl .section-four-full-image > img{box-shadow: -1px 2px 26px 6px rgba(60,90,52,0.4);}
.hvl > .inner-section-five > .full-image-one {margin-left: auto; width: 94%;}
.hvl > .inner-section-five > .full-image-one > img {box-shadow: -1px 2px 26px 6px rgba(60,90,52,0.4);}
.hvl > .inner-section-five > .full-image-two {margin-left: auto !important; margin-right: 0 !important; margin-top: 100px; width: 96%;}
.hvl > .inner-section-five > .full-image-two > img {box-shadow: none;}

/*IBD Corporate*/
.ibd-corporate > .inner-banner-section{background-image: url(../images/ibd-corporate/banner.jpg);}
.ibd-corporate .inner-banner-section > .inner-banner-content > .project-category{color: #c52527;}
.ibd-corporate > .inner-banner-section > .inner-banner-content > .project-category:after{background-color: #c52527;}
.ibd-corporate > .inner-section-two{background-color: #ffffff;padding-top: 100px; text-align: right;}
.ibd-corporate .inner-section-two > img {width: 97%; box-shadow: -1px 2px 26px 6px rgba(60,90,52,0.4);}
.ibd-corporate .explore-head > span:after{border-bottom-color: #1f451e;}
.ibd-corporate .section-four-full-image > img{box-shadow: -1px 2px 26px 6px rgba(60,90,52,0.4);}
.ibd-corporate > .inner-section-five > .full-image-one {margin-left: auto; width: 94%;}
.ibd-corporate > .inner-section-five > .full-image-one > img {box-shadow: -1px 2px 26px 6px rgba(60,90,52,0.4);}
.ibd-corporate > .inner-section-five > .full-image-two {margin-left: auto !important; margin-right: 0 !important; margin-top: 100px; width: 96%;}
.ibd-corporate > .inner-section-five > .full-image-two > img {box-shadow: none;}

/*The Gist*/
.the-gist > .inner-banner-section{background-image: url(../images/the-gist/banner.jpg);}
.the-gist .inner-banner-section > .inner-banner-content > .project-category{color: #c52527;}
.the-gist > .inner-banner-section > .inner-banner-content > .project-category:after{background-color: #c52527;}
.the-gist > .inner-section-two{background-color: #ffffff;padding-top: 0px; text-align: right;}
.the-gist .inner-section-two > img {width: 95%; box-shadow: -1px 2px 26px 6px rgba(60,90,52,0.4);}
.the-gist .explore-head > span:after{border-bottom-color: #1f451e;}
.the-gist .section-four-full-image {margin-left: 0; width: 95%;}
.the-gist .section-four-full-image > img{box-shadow: -1px 2px 26px 6px rgba(60,90,52,0.4);}
.the-gist > .inner-section-five > .full-image-one {margin-left: 0; width: 94%;}
.the-gist > .inner-section-five > .full-image-one > img {box-shadow: -1px 2px 26px 6px rgba(60,90,52,0.4);}
.the-gist > .inner-section-five > .full-image-two {margin-left: auto !important; margin-right: 0 !important; margin-top: 100px; width: 89%;}
.the-gist > .inner-section-five > .full-image-two > img {box-shadow: none;}

/*Rida*/
.rida > .inner-banner-section{background-image: url(../images/rida/banner.jpg);}
.rida .inner-banner-section > .inner-banner-content > .project-category{color: #c52527;}
.rida > .inner-banner-section > .inner-banner-content > .project-category:after{background-color: #c52527;}
.rida > .inner-section-two{background-color: #ffffff; background-image: linear-gradient(to left, #a7e187, #4fcbed);}
.rida .explore-head > span:after{border-bottom-color: #1f451e;}
.rida .section-four-full-image {margin-left: 0; width: 95%;}
.rida .section-four-full-image > img{box-shadow: none;}
.rida > .inner-section-five > .full-image-one {margin-right: 0; width: 98%; margin-left: auto;}
.rida > .inner-section-five > .full-image-one > img {box-shadow: -1px 2px 26px 6px rgba(60,90,52,0.4);}
.rida > .inner-section-five > .full-image-two {margin-left: 0 !important; margin-top: 100px; width: 95%;}
.rida > .inner-section-five > .full-image-two > img {box-shadow: none;}

/*Thuraya*/
.thuraya > .inner-banner-section{background-image: url(../images/thuraya/banner.jpg);}
.thuraya .inner-banner-section > .inner-banner-content > .project-category{color: #c52527;}
.thuraya > .inner-banner-section > .inner-banner-content > .project-category:after{background-color: #c52527;}
.thuraya > .inner-section-two{background-color: #ffffff; background-image: linear-gradient(to left, #a7e187, #4fcbed);}
.thuraya .explore-head > span:after{border-bottom-color: #1f451e;}
.thuraya .section-four-full-image {margin-left: 0; width: 95%;}
.thuraya .section-four-full-image > img{box-shadow: none;}
.thuraya > .inner-section-five > .full-image-one {margin-right: 0; width: 98%; margin-left: auto;}
.thuraya > .inner-section-five > .full-image-one > img {box-shadow: -1px 2px 26px 6px rgba(60,90,52,0.4);}
.thuraya > .inner-section-five > .full-image-two {margin-left: 0 !important; margin-top: 100px; width: 95%;}
.thuraya > .inner-section-five > .full-image-two > img {box-shadow: none;}

/*Airacer*/
.airacer > .inner-banner-section{background-image: url(../images/airacer/banner.jpg);}
.airacer .inner-banner-section > .inner-banner-content > .project-category{color: #c52527;}
.airacer > .inner-banner-section > .inner-banner-content > .project-category:after{background-color: #c52527;}
.airacer > .inner-section-two{background-color: #ffffff; padding-top: 0px;}
.airacer .explore-head > span:after{border-bottom-color: #50c9e5;}
.airacer .section-four-full-image {width: 98%;}
.airacer .section-four-full-image > img{box-shadow: none;}
.airacer > .inner-section-two > img {box-shadow: -1px 2px 26px 6px rgba(74,75,76,0.4);}
.airacer > .inner-section-five > .full-image-one {margin-left: auto; margin-right: 0;}
.airacer > .inner-section-five > .full-image-one > img {box-shadow: -1px 2px 26px 6px rgba(1,83,255,0.4);}
.airacer > .inner-section-five > .full-image-two {margin-left: 0 !important; margin-right: auto !important; margin-top: 50px;}
.airacer > .inner-section-five > .full-image-two > img {box-shadow: -1px 36px 46px -14px rgba(1,83,255,0.4);}

/*Real Estate*/
.real-estate > .inner-banner-section{background-image: url(../images/real-estate/banner.jpg);}
.real-estate .inner-banner-section > .inner-banner-content > .project-category{color: #c52527;}
.real-estate > .inner-banner-section > .inner-banner-content > .project-category:after{background-color: #c52527;}
.real-estate > .inner-section-two{background-color: #ffffff; padding-top: 0px;}
.real-estate .explore-head > span:after{border-bottom-color: #50c9e5;}
.real-estate .section-four-full-image {width: 98%;}
.real-estate .section-four-full-image > img{box-shadow: -1px 2px 26px 6px rgba(74,75,76,0.4);}
.real-estate > .inner-section-two > img {box-shadow: -1px 2px 26px 6px rgba(74,75,76,0.4);}
.real-estate > .inner-section-five > .full-image-one {margin-left: auto; margin-right: 0;}
.real-estate > .inner-section-five > .full-image-one > img {box-shadow: -1px 2px 26px 6px rgba(74,75,76,0.4);}
.real-estate > .inner-section-five > .full-image-two {margin-left: 0 !important; margin-right: auto !important; margin-top: 50px;}
.real-estate > .inner-section-five > .full-image-two > img {box-shadow: -1px 36px 46px -14px rgba(74,75,76,0.4);}
.real-estate > .inner-section-five > .full-image-three > img {box-shadow: -1px 36px 46px -14px rgba(74,75,76,0.4);}

/*Diamante*/
.diamante > .inner-banner-section{background-image: url(../images/diamante/banner.jpg);}
.diamante .inner-banner-section > .inner-banner-content > .project-category{color: #c52527;}
.diamante > .inner-banner-section > .inner-banner-content > .project-category:after{background-color: #c52527;}
.diamante > .inner-section-two{background-color: #ffffff; padding-top: 0px;}
.diamante .explore-head > span:after{border-bottom-color: #50c9e5;}
.diamante .section-four-full-image {width: 98%;}
.diamante .section-four-full-image > img{box-shadow: -1px 2px 26px 6px rgba(74,75,76,0.4);}
.diamante > .inner-section-two > img {box-shadow: -1px 2px 26px 6px rgba(74,75,76,0.4);}
.diamante > .inner-section-five > .full-image-one {margin-left: auto; margin-right: 0;}
.diamante > .inner-section-five > .full-image-one > img {box-shadow: -1px 2px 26px 6px rgba(74,75,76,0.4);}
.diamante > .inner-section-five > .full-image-two {margin-left: 0 !important; margin-right: auto !important; margin-top: 50px;}
.diamante > .inner-section-five > .full-image-two > img {box-shadow: -1px 36px 46px -14px rgba(74,75,76,0.4);}
.diamante > .inner-section-five > .full-image-three > img {box-shadow: -1px 36px 46px -14px rgba(74,75,76,0.4);}
.diamante > .inner-section-five > .full-image-four > img {box-shadow: -1px 36px 46px -14px rgba(74,75,76,0.4);}
.diamante > .inner-section-five > .full-image-four{margin-left: 0 !important; margin-right: auto !important;}

/*Harmony United*/
.harmony-united > .inner-banner-section{background-image: url(../images/harmony-united/banner.jpg);}
.harmony-united .inner-banner-section > .inner-banner-content > .project-category{color: #c52527;}
.harmony-united > .inner-banner-section > .inner-banner-content > .project-category:after{background-color: #c52527;}
.harmony-united > .inner-section-two{background-color: #ffffff; padding-top: 0px;}
.harmony-united .explore-head > span:after{border-bottom-color: #50c9e5;}
.harmony-united .section-four-full-image {width: 98%;}
.harmony-united .section-four-full-image > img{box-shadow: -1px 2px 26px 6px rgba(74,75,76,0.4);}
.harmony-united > .inner-section-two > img {box-shadow: -1px 2px 26px 6px rgba(74,75,76,0.4);}
.harmony-united > .inner-section-five > .full-image-one {margin-left: auto; margin-right: 0;}
.harmony-united > .inner-section-five > .full-image-one > img {box-shadow: -1px 2px 26px 6px rgba(74,75,76,0.4);}
.harmony-united > .inner-section-five > .full-image-two {margin-left: 0 !important; margin-right: auto !important; margin-top: 50px;}
.harmony-united > .inner-section-five > .full-image-two > img {box-shadow: -1px 36px 46px -14px rgba(74,75,76,0.4);}
.harmony-united > .inner-section-five > .full-image-three > img {box-shadow: -1px 36px 46px -14px rgba(74,75,76,0.4);}
.harmony-united > .inner-section-five > .full-image-four > img {box-shadow: -1px 36px 46px -14px rgba(74,75,76,0.4);}
.harmony-united > .inner-section-five > .full-image-four{margin-left: 0 !important; margin-right: auto !important;}

/*Moor Fields*/
.moor-fields > .inner-banner-section{background-image: url(../images/moor-fields/banner.jpg);}
.moor-fields .inner-banner-section > .inner-banner-content > .project-category{color: #c52527;}
.moor-fields > .inner-banner-section > .inner-banner-content > .project-category:after{background-color: #c52527;}
.moor-fields > .inner-section-two{background-color: #ffffff; padding-top: 0px;}
.moor-fields .explore-head > span:after{border-bottom-color: #50c9e5;}
.moor-fields .section-four-full-image {width: 98%;}
.moor-fields .section-four-full-image > img{box-shadow: -1px 2px 26px 6px rgba(74,75,76,0.4);}
.moor-fields > .inner-section-two > img {box-shadow: -1px 2px 26px 6px rgba(74,75,76,0.4);}
.moor-fields > .inner-section-five > .full-image-one {margin-left: auto; margin-right: 0;}
.moor-fields > .inner-section-five > .full-image-one > img {box-shadow: -1px 2px 26px 6px rgba(74,75,76,0.4);}
.moor-fields > .inner-section-five > .full-image-two {margin-left: 0 !important; margin-right: auto !important; margin-top: 50px;}
.moor-fields > .inner-section-five > .full-image-two > img {box-shadow: -1px 36px 46px -14px rgba(74,75,76,0.4);}
.moor-fields > .inner-section-five > .full-image-three > img {box-shadow: -1px 36px 46px -14px rgba(74,75,76,0.4);}
.moor-fields > .inner-section-five > .full-image-four > img {box-shadow: -1px 36px 46px -14px rgba(74,75,76,0.4);}
.moor-fields > .inner-section-five > .full-image-four{margin-left: 0 !important; margin-right: auto !important;}

/*Strata*/
.strata > .inner-banner-section{background-image: url(../images/strata/banner.jpg);}
.strata .inner-banner-section > .inner-banner-content > .project-category{color: #c52527;}
.strata > .inner-banner-section > .inner-banner-content > .project-category:after{background-color: #c52527;}
.strata > .inner-section-two{background-color: #ffffff; padding-top: 0px;}
.strata .explore-head > span:after{border-bottom-color: #50c9e5;}
.strata .section-four-full-image {width: 98%;}
.strata .section-four-full-image > img{box-shadow: -1px 2px 26px 6px rgba(74,75,76,0.4);}
.strata > .inner-section-two > img {box-shadow: -1px 2px 26px 6px rgba(74,75,76,0.4);}
.strata > .inner-section-five > .full-image-one {margin-left: auto; margin-right: 0;}
.strata > .inner-section-five > .full-image-one > img {box-shadow: -1px 2px 26px 6px rgba(74,75,76,0.4);}
.strata > .inner-section-five > .full-image-two {margin-left: 0 !important; margin-right: auto !important; margin-top: 50px;}
.strata > .inner-section-five > .full-image-two > img {box-shadow: -1px 36px 46px -14px rgba(74,75,76,0.4);}
.strata > .inner-section-five > .full-image-three > img {box-shadow: -1px 36px 46px -14px rgba(74,75,76,0.4);}
.strata > .inner-section-five > .full-image-four > img {box-shadow: -1px 36px 46px -14px rgba(74,75,76,0.4);}
.strata > .inner-section-five > .full-image-four{margin-left: 0 !important; margin-right: auto !important;}

/*milford*/
.milford > .main-section{background: #fff; background: -moz-linear-gradient(bottom, #17023c 85%, #ffffff 15%); background: -webkit-linear-gradient(bottom, #17023c 85%, #ffffff 15%); background: linear-gradient(to bottom, #17023c 85%, #ffffff 15%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17023c', endColorstr='#ffffff',GradientType=1 );}
.milford > .inner-banner-section{background-image: url(../images/milford/banner.jpg);}
.milford .inner-banner-section > .inner-banner-content > .project-category{color: #c52527;}
.milford > .inner-banner-section > .inner-banner-content > .project-category:after{background-color: #c52527;}
.milford > .inner-section-two{background-color: #ffffff; padding-top: 0px;}
.milford .explore-head > span:after{border-bottom-color: #17023c;}
.milford .section-four-full-image {width: 98%;}
.milford .section-four-full-image > img{box-shadow: -1px 2px 26px 6px rgba(74,75,76,0.4);}
.milford > .inner-section-two > img {box-shadow: -1px 2px 26px 6px rgba(74,75,76,0.4);}
.milford > .inner-section-five > .full-image-one {margin-left: auto; margin-right: 0;}
.milford > .inner-section-five > .full-image-one > img {box-shadow: -1px 2px 26px 6px rgba(74,75,76,0.4);}
.milford > .inner-section-five > .full-image-two {margin-left: 0 !important; margin-right: auto !important; margin-top: 50px;}
.milford > .inner-section-five > .full-image-two > img {box-shadow: -1px 36px 46px -14px rgba(74,75,76,0.4);}
.milford > .inner-section-five > .full-image-three > img {box-shadow: -1px 36px 46px -14px rgba(74,75,76,0.4);}
.milford > .inner-section-five > .full-image-four > img {box-shadow: -1px 36px 46px -14px rgba(74,75,76,0.4);}
.milford > .inner-section-five > .full-image-four{margin-left: 0 !important; margin-right: auto !important;}

/*Pro Man*/
.pro-man > .main-section{background: #fff; background: -moz-linear-gradient(bottom, #110f1a 85%, #ffffff 15%); background: -webkit-linear-gradient(bottom, #110f1a 85%, #ffffff 15%); background: linear-gradient(to bottom, #110f1a 85%, #ffffff 15%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#110f1a', endColorstr='#ffffff',GradientType=1 );}
.pro-man > .inner-banner-section{background-image: url(../images/pro-man/banner.jpg);}
.pro-man .inner-banner-section > .inner-banner-content > .project-category{color: #c52527;}
.pro-man > .inner-banner-section > .inner-banner-content > .project-category:after{background-color: #c52527;}
.pro-man > .inner-section-two{background-color: #ffffff; padding-top: 0px;}
.pro-man .explore-head > span:after{border-bottom-color: #041448;}
.pro-man .section-four-full-image {width: 98%;}
.pro-man .section-four-full-image > img{box-shadow: -1px 2px 26px 6px rgba(74,75,76,0.4);}
.pro-man > .inner-section-two > img {box-shadow: -1px 2px 26px 6px rgba(74,75,76,0.4);}
.pro-man > .inner-section-five > .full-image-one {margin-left: auto; margin-right: 0;}
.pro-man > .inner-section-five > .full-image-one > img {box-shadow: -1px 2px 26px 6px rgba(74,75,76,0.4);}
.pro-man > .inner-section-five > .full-image-two {margin-left: 0 !important; margin-right: auto !important; margin-top: 50px;}
.pro-man > .inner-section-five > .full-image-two > img {box-shadow: -1px 36px 46px -14px rgba(74,75,76,0.4);}
.pro-man > .inner-section-five > .full-image-three > img {box-shadow: -1px 36px 46px -14px rgba(74,75,76,0.4);}
.pro-man > .inner-section-five > .full-image-four > img {box-shadow: -1px 36px 46px -14px rgba(74,75,76,0.4);}
.pro-man > .inner-section-five > .full-image-four{margin-left: 0 !important; margin-right: auto !important;}


/*Inner Portfolio Pages*/

/*==============================================
                Responsive
==============================================*/
@media screen and (max-width:1600px){
    /*Inner Portfolio Pages*/
    /*General*/
    .inner-section-three > .container {width: 75%;}

    /*Inner Portfolio Pages*/

}

@media screen and (max-width:1366px){

}

@media screen and (max-width:1280px){
    .head-bold {font-size: 30px;}
    .footer-area > div {width: 25%; padding-right: 3%;}
    .footer-newsletter{padding-right: 0 !important;}
    .footer-nav-inner > ul {width: 50%;}
    .has-contact-number > br:not(:first-child) {display: none;}
    .has-contact-number > span {display: block;}
    .menu-items-section {width: 75%;}
    .footer-head {font-size: 35px;}
    .copyright-area-new {padding: 25px 25px;}
    /*Inner Portfolio Pages*/
    /*General*/
    .explore-head {font-size: 50px; line-height: 65px;}
    .inner-section-two {padding-top: 100px;}
    /*Inner Portfolio Pages*/
}

@media screen and (max-width:991px){
    /*body {margin-bottom: 590px;}*/
    .head-bold {font-size: 25px;}
    .portfolio-section .head-bold {padding-left: 50px; padding-right: 50px;}
    .portfolio-section .head-bold:before {border-left: 17px solid transparent; border-right: 17px solid transparent; border-top: 24px solid #f9b416;}
    .portfolio-section .light-text {margin-top: 30px; margin-left: 50px; padding-left: 60px; padding-right: 60px;}
    .portfolio-section .light-text:before {width: 50px;}
    .cta-section .head-bold {font-size: 50px;}
    .footer-area {margin-top: 50px; margin-bottom: 50px; flex-wrap: wrap;}
    .footer-area > div {flex-grow: 1; width: 50%;}
    .footer-head-small {margin-bottom: 10px;}
    .has-address > br:not(:first-child) {display: none;}
    .has-contact-number > span {display: inline-block;}
    .has-contact-number > br:not(:first-child) {display: block;}
    .footer-head {font-size: 25px;}
    .footer-head-two {color: #0EC1B4; letter-spacing: 3px;}
    /*Inner Portfolio Pages*/
    /*General*/
    .inner-section-three > .container {width: 90%;}
    .explore-head {font-size: 40px; line-height: 50px;}
    .explore-text{padding-left: 50px;}
    .explore-text:before {right: calc(100% - 25px); width: 25px;}
    .portfolio-inner-page > .main-section > .container {width: 60%;}
    .has-three-iphone {padding-top: 50px; padding-bottom: 50px;}
    .inner-section-two {padding-top: 75px;}
    .inner-section-five {padding-top: 75px;}

    /*Golden Sands*/
    .golden-sands > .inner-section-two {padding-top: 0px;}

    /*IBD Corporate*/
	.ibd-corporate > .inner-section-two {padding-top: 0;}

    /*Inner Portfolio Pages*/

}

@media only screen and (max-device-width: 991px) and (orientation: landscape) {
    body{margin-bottom: 0 !important;}
    .footer-section{position: static;}

}
@media screen and (max-width:767px){
	section{overflow-x: hidden !important;}
    .banner-section{background-image: url(../images/main/mobile-banner.jpg); background-position: center bottom;}
    .portfolio-section {padding-top: 50px; padding-bottom: 50px;}
    .head-bold {font-size: 22px;}
	.portfolio-inner-page .menu-icon > span {background-color: #fff !important;}
	.footer-head:before{display: none;}
	.footer-head:after{display: none;}
	.footer-3-col {flex-flow: row wrap;}
	.footer-3-col > div{text-align: center; width: 100%; margin-bottom: 20px;}
	.copyright-area-new {margin-top: 0;}
	.footer-head {margin-top: 40px;}
	.footer-section-new {padding-top: 50px;}
    /*Inner Portfolio Pages*/
    /*General*/
    .portfolio-inner-page > .main-section {padding-bottom: 50px;}
    .portfolio-inner-page > .main-section > .container {width: 75%; margin-top: 50px;}
    .portfolio-inner-page > .main-section > .container > div {box-shadow: none;}
    .main-mobile {position: static; width: 45% !important; text-align: center; margin: 30px auto; margin-bottom: 0;}
    .main-tablet {position: static; width: 75% !important; text-align: center; margin: 30px auto;}
    .inner-section-three {padding-top: 50px; padding-bottom: 50px;}
    .inner-section-three > .container {width: 100%; display: block; text-align: center;}
    .inner-section-three > .container > h2 {width: 100%;}
    .inner-section-three > .container > p {width: 100%; text-align: center; padding-left: 0; margin-top: 30px;}
    .inner-section-three > .container > p:before {display: none;}
    .inner-section-two {padding-top: 50px;}
    .section-four-full-image > img {box-shadow: -1px 2px 22px 3px rgba(7,54,96,0.4);}
    .has-three-iphone > .for-mobile-only{justify-content: center;}
    .iphone-carousel{text-align: center;}
    .iphone-carousel img{width: 75%;}
    .iphone-carousel-indicators{bottom: -30px; margin-bottom: 0;}
    .iphone-carousel-indicators > li{background-color: #c52527; width: 15px; height: 15px; border-radius: 50px;}
    .iphone-carousel-indicators > li.active{background-color: #2c2c3e;}
    .has-all-screens{background-color: #000000;}
    .all-screens {position: static; display: block; padding-top: 50px; padding-bottom: 50px;}
    .all-screens > img{display: block; text-align: center;}
    .laptop-screen {transform: translateX(0); margin: 0 auto; width: 80%;}
    .mobile-screen-two {position: static; transform: translateX(0); width: 30%; margin: 25px auto;}
    .tablet-screen-two {transform: translateX(0); width: 40%; margin: 0 auto;}
    .inner-section-five {padding-top: 50px; padding-bottom: 50px;}
    .inner-section-five > .full-image-one {width: 90%; margin: auto !important;}
    .inner-section-five > .full-image-one > img{width: 100%;}
    .inner-section-five > .full-image-two {width: 90%; margin: auto !important; margin-top: 30px; align-items: center;}
    .inner-section-five > .full-image-two > img{width: 100%;}
	.full-image-three {text-align: center;}
	.menu-items-section {width: 100%; padding: 25px;}
	.menu-items-section > ul > li {height: 25px;}
	.menu-items-section > ul > li > a {font-size: 25px;}
	.inner-section-five > .full-image-three {text-align: center; width: 95%;}

    /*Buid*/
    .buid .section-four-full-image > img {box-shadow: -1px 2px 22px 3px rgba(7,54,96,0.4);}
    .buid .has-all-screens{background-color: #303549;}

    /*Careem*/
	.careem .has-all-screens {background-color: #49b161;}
	.careem > .inner-section-five > .full-image-two {margin: 25px auto !important;}

    /*Chick Supply*/
	.chick-supply .has-all-screens {background-color: #024da0;}

    /*DX Bike*/
	.dx-bike > .inner-section-two {padding-top: 0;}
	.dx-bike .has-all-screens {background-color: #024da0;}
	.dx-bike > .inner-section-five > .full-image-two {margin: 0 auto !important; margin-top: 30px !important;}

    /*Fanar*/
	.fanar > .inner-section-two {padding-top: 50px;}
	.fanar .has-all-screens {background-color: #38569c;}
	.fanar > .inner-section-five > .full-image-two {margin: 30px auto !important;}

    /*Future Leader*/
	.future-leader > .inner-section-two {padding-top: 0; text-align: center;}
	.future-leader .has-all-screens {background-color: #c3e9dc;}
	.future-leader > .inner-section-five > .full-image-two {margin: 0 auto !important; margin-top: 30px !important;}

    /*Golden Sands*/
	.golden-sands > .inner-section-five > .full-image-two {margin: 0 auto !important; margin-top: 30px !important;}
	.golden-sands .has-all-screens {background-color: #090a1c;}

    /*HVL*/
	.hvl > .inner-section-two {padding-top: 0; text-align: center;}
	.hvl .section-four-full-image {margin: 0 auto !important;}
	.hvl > .inner-section-five > .full-image-two {margin: 0 auto !important; margin-top: 30px !important;}

    /*IBD Corporate*/
	.ibd-corporate > .inner-section-two {text-align: center;}
	.ibd-corporate .has-all-screens {background-color: #02172a;}

    /*Rida*/
	.rida .section-four-full-image {margin: 0 auto;}
	.rida > .inner-section-five > .full-image-two {margin: 0 auto !important; margin-top: 30px !important;}

    /*The Gist*/
	.the-gist > .inner-section-five > .full-image-two {margin: 0 auto !important; margin-top: 30px !important;}

    /*Airacer*/
	.airacer > .inner-section-two {padding-top: 0; overflow: hidden !important;}
	.airacer .has-all-screens {background-color: #024da0;}
	.airacer > .inner-section-five > .full-image-two {margin: 0 auto !important; margin-top: 30px !important;}
	.airacer .full-image-three> img {width: 90%; margin-top: 30px;}

    /*Real Estate*/
	.real-estate > .inner-section-two {padding-top: 0; overflow: hidden !important;}
	.real-estate .has-all-screens {background-color: #024da0;}
	.real-estate > .inner-section-five > .full-image-two {margin: 0 auto !important; margin-top: 30px !important;}
	.real-estate .full-image-three> img {width: 90%; margin-top: 30px;}

    /*Diamante*/
	.diamante > .inner-section-two {padding-top: 0; overflow: hidden !important;}
	.diamante .has-all-screens {background-color: #024da0;}
	.diamante > .inner-section-five > .full-image-two {margin: 0 auto !important; margin-top: 30px !important;}
	.diamante .full-image-three> img {width: 90%; margin-top: 30px;}

    /*Harmony United*/
	.harmony-united > .inner-section-two {padding-top: 0; overflow: hidden !important;}
	.harmony-united .has-all-screens {background-color: #024da0;}
	.harmony-united > .inner-section-five > .full-image-two {margin: 0 auto !important; margin-top: 30px !important;}
	.harmony-united .full-image-three> img {width: 90%; margin-top: 30px;}

    /*Moor Fields*/
	.moor-fields > .inner-section-two {padding-top: 0; overflow: hidden !important;}
	.moor-fields .has-all-screens {background-color: #024da0;}
	.moor-fields > .inner-section-five > .full-image-two {margin: 0 auto !important; margin-top: 30px !important;}
	.moor-fields .full-image-three> img {width: 90%; margin-top: 30px;}

    /*Strata*/
	.strata > .inner-section-two {padding-top: 0; overflow: hidden !important;}
	.strata .has-all-screens {background-color: #024da0;}
	.strata > .inner-section-five > .full-image-two {margin: 0 auto !important; margin-top: 30px !important;}
	.strata .full-image-three> img {width: 90%; margin-top: 30px;}

    /*milford*/
	.milford > .inner-section-two {padding-top: 0; overflow: hidden !important;}
	.milford .has-all-screens {background-color: #024da0;}
	.milford > .inner-section-five > .full-image-two {margin: 0 auto !important; margin-top: 30px !important;}
	.milford .full-image-three> img {width: 90%; margin-top: 30px;}

    /*Pro Man*/
	.pro-man > .inner-section-two {padding-top: 0; overflow: hidden !important;}
	.pro-man .has-all-screens {background-color: #024da0;}
	.pro-man > .inner-section-five > .full-image-two {margin: 0 auto !important; margin-top: 30px !important;}
	.pro-man .full-image-three> img {width: 90%; margin-top: 30px;}


    /*Inner Portfolio Pages*/

}

@media screen and (max-width:700px){
    body {margin-bottom: 634px;}

}

@media screen and (max-width:575px){
    body{margin-bottom: 0;}
    .navigation-section{background-color: #000; padding: 20px 15px;}
    .logo-area{width: 120px;}
    .portfolio-section .head-bold:before{display: none;}
    .portfolio-section .head-bold {padding-left: 0; padding-right: 0;}
    .portfolio-section .light-text {margin-top: 30px; margin-left: 0; padding-left: 0; padding-right: 0; line-height: 1.5;}
    .portfolio-section .has-button {margin-top: 0;}
    .btn-green {padding: 13px 50px;}
    .btn-red {padding: 13px 50px;}
    .cta-section {padding: 50px 25px; padding-bottom: 0;}
    .cta-section .head-bold {font-size: 28px;}
    .cta-section .yellow-text {font-size: 15px; margin-bottom: 10px;}
    .footer-section {position: static;}
    .footer-area {display: block; margin-top: 30px; margin-bottom: 30px;}
    .footer-area > div{width: 100%; text-align: center; padding-right: 0; border-bottom: 1px solid #fff; margin-bottom: 20px;}
    .footer-nav-inner {display: block;}
    .footer-nav-inner > ul {width: 100%; text-align: center;}
    .footer-social-icon {justify-content: center;}
    .footer-social-icon > a:first-child {margin-left: 0;}
    ul.footer-nav-inner-left {margin-bottom: 0;}
    .footer-newsletter {border-bottom: 0 !important; margin-bottom: 0 !important;}
    .copyright-area {display: block; padding-top: 15px; padding-bottom: 15px;}
    .copyright-area > div{width: 100%; text-align: center;}
    .copy-links > a{display: block;}
    /*Inner Portfolio Pages*/
    /*General*/
    .portfolio-inner-page > .main-section > .container {width: 90%;}
    .explore-head {font-size: 35px; line-height: 45px}

    /*Inner Portfolio Pages*/
}

@media screen and (max-width:480px){
	.menu-items-section {padding: 15px;}
	.menu-items-section > ul > li {height: 18px; margin-bottom: 20px;}
	.menu-items-section > ul > li > a {font-size: 18px;}
	.copyright-area-new {padding: 15px 15px;}
	.footer-head {font-size: 20px;}
	.footer-head-two {letter-spacing: 1px;}

    /*Inner Portfolio Pages*/
    /*General*/
    .portfolio-inner-page > .inner-banner-section > .inner-banner-content > .client-logo {max-width: 250px;}
    .explore-head {font-size: 35px; line-height: 45px}
    .explore-head > span:after {bottom: 8px;}
    .all-screens {padding-top: 30px; padding-bottom: 30px;}


    /*Inner Portfolio Pages*/
}


/*==============================================
				Fonts
==============================================*/
@font-face {
    font-family: 'univia medium';
    src: url('../fonts/UniviaPro-Medium.otf');
}

@font-face {
    font-family: 'univia bold';
    src: url('../fonts/UniviaPro-Bold.otf');
}

@font-face {
    font-family: 'univia regular';
    src: url('../fonts/UniviaPro-Regular.otf');
}

@font-face {
    font-family: 'univia black';
    src: url('../fonts/UniviaPro-Black.otf');
}

@font-face {
    font-family: 'univia light';
    src: url('../fonts/UniviaPro-Light.otf');
}

@font-face {
    font-family: 'helvetica neue bold';
    src: url('../fonts/HelveticaNeue-Bold.ttf');
}

@font-face {
    font-family: 'helvetica neue light';
    src: url('../fonts/HelveticaNeue-Light.ttf');
}

@font-face {
    font-family: 'myriad pro';
    src: url('../fonts/MyriadPro-Regular.ttf');
}



