/*-----------------------------------------------------------------------

  * Structor Template v1.0 
  * Copyright 2021 The Structor Author (https://themeforest.net/user/gianfar)

  =======================================================================*/
/* 

1.BASIC SETTINGS
-----------------
1.1  POPUP TRANSITION
1.2  PRELOADER
1.3  ANIMATION SETTINGS
1.4  NAVIGATION 
1.5  ICON MENU
1.6  BACKGROUND MENU
1.7  BUTTON SETTINGS 
1.8  SLIDER SETTINGS 
1.9  SCROLL DOWN ICON 

------------
2.HOME PAGE
------------
2.1  HEADER
2.2  TAGLINE SECTION
2.3  SERVICES SECTION
2.4  OUR RECENT WORKS
       a) 2 columns
       b) 3 columns

2.5  CIRCLE BUTTON 
2.6  FUN FACTS SECTION
2.7  CLIENTS SECTION
2.8  FOOTER

----------------
3. ABOUT US PAGE
----------------
4. TEAM SECTION
----------------
5. ABOUT ME PAGE
------------------------
6. WORKS HORIZONTAL PAGE
------------------------
7. PARALLAX BACKGROUND
   7.1 VERSION-2
------------------------
8. SPLIT BACKGROUND
------------------------
9. VIDEO BACKGROUND PAGE
------------------------
10. CAROUSEL SLIDER PAGE
------------------------
11. TOOLTIP WORKS PAGE
----------------------
12. PARALLAX WORKS PAGE
-----------------------
13. SINGLE PROJECT PAGE
-----------------------
14. BLOG PAGE
--------------
15. CONTACTS PAGE
-----------------
  15.1  FORM
  15.2  GOOGLEMAP

16. MEDIA QUERIES FOR RESPONSIVE DESIGN
---------------------------------------
    16.1 HORIZONTAL SCROLL (WORKS PAGE)

 */


/*@font-face {
  font-family: "banners";
  src: url("../text/Ortica-Light.woff") format("woff"),
       url("../text/Ortica-Light.woff2") format("woff2"),;
}
*/

/*@font-face {
  font-family: 'banners';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../text/Ortica-Light.woff") format("woff");
}

@font-face {
  font-family: 'bannersB';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../text/Ortica-Bold.woff") format("woff");
}*/

@font-face {
  font-family: 'Glancyr-Bold';
  src: url('../font/Glancyr-Bold.otf');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'banners';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../text/Sinistre-StCaroline.woff") format("woff");
}

@font-face {
  font-family: 'bannersB';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../text/Sinistre-StCaroline.woff") format("woff");
}

@font-face {
  font-family: 'trendT';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../text/Grafika.ttf") format('TrueType');
}

/*PEDRO!!!!*/

.container
{
  padding-right: 30px;
  padding-left: 15px;
}


.youtube-iframe{
  width:100%;
  height:315px;
}

.useit-element{
  display: grid;
  grid-template-columns: 50% 50%;
  color: white;
  min-height: 600px;

  justify-items: center;
  align-items: center;
}

.useit-element p{
  color: white;
}

.useit-element-media{
  width: 80%;
  height: 100%;

  display: grid;
  justify-items: center;
  align-items: center;
}

.center-content{
  display: grid;
  justify-items: center;
  align-items: center;
}


.useit-element-content{
  width: 90%;
  background: url(../img/t1/TC.png);
  background-size: 90%;
  background-repeat: no-repeat;

  display: grid;
  justify-items: left;
  align-items: center;  
  min-height: 300px;
}

.useit-element-content-2{
  width: 90%;
  background: url(../img/t1/TC2.png);
  background-size: 90%;
  background-repeat: no-repeat;

  display: grid;
  justify-items: left;
  align-items: center;  
  min-height: 300px;
}

.useit-element-content-3{
  width: 90%;
  background: url(../img/t1/TC3.png);
  background-size: 90%;
  background-repeat: no-repeat;

  display: grid;
  justify-items: left;
  align-items: center;  
  min-height: 300px;
}


.useit-element-content-p{
  margin-left: 60px;
  margin-top: 30px;
  width: 90%;
}


@media (max-width: 650px) {
  .youtube-iframe{
    width:100%;
    height:300px;
  }



  .useit-element{

    display: block;
    position: relative;
    
    grid-template-rows: 30% 70%;
    grid-template-columns: 100%;
  }

  .useit-element-media{
    width: 100%;
    height: 100%;
    display: grid;
    justify-items: center;
    align-items: center;
  }

  .useit-element-content{

    width: 100%;
    background: rgba(0, 0, 0, 0);    
  }
  .useit-element-content-2{

    width: 100%;
    background: rgba(0, 0, 0, 0);    
  }
  .useit-element-content-3{

    width: 100%;
    background: rgba(0, 0, 0, 0);    
  }

  .useit-element-content-p{
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
  }
  

}

.image-item{
  width: 100%;
}
.image-item-extra{
  width: 120%;
}

.intro-video{
  width: 100%;
  height: 100%;
  object-fit:cover;
}

.video-wrapper video
{
  width: 100%;
  height: 100%;
}



/*END PEDRO*/





/* BASIC SETTINGS */
a:hover {
  text-decoration: none;
}

ul,
menu,
dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  color: #000000;
}

html {
  font-size: 14px;
}

html,
body {
  position: relative;
  height: 100%;
  touch-action: auto;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  /*overflow: hidden !important;*/
  /*background-color: #f3f3f3;*/
  /*background-size: 40%;*/
  background-position: left top;
  background-repeat: no-repeat;

}

.o-imageP {
  margin-left: -133px;

}


#mobimageS {
  display: none;
}

.dark_bg {
  color: white !important;
}
.dark_bg a {
  cursor: pointer;
  text-decoration: underline;
}

.dark_bg a:hover {
  cursor: pointer;
  text-decoration: underline;
}


.dark_bgSCS {
  color: white !important;
}

.dark_bgNM {
  color: white !important;
}

.dark_bgT3B {
  color: white !important;
  margin-top: 100px;
}

.dark_bgT2BTT {
  color: white !important;
  margin-top: 100px;
}

.dark_bg3 {
  color: white !important;
  /*margin-top:10px;*/
}

.dark_bg3T3 {
  color: white !important;
  /*margin-top:10px;*/
}

.dark_bgVIBEtext {
  color: white !important;
  /*margin-top:10px;*/
}

.dark_bgVIBEtext2 {
  color: white !important;
  /*margin-top:10px;*/
}


.YT {
  margin-top: 65px;

}

.contentMain {
  margin-left: 35px;
}

.auto-resizable-iframe {
  max-width: 600px;
  margin: 0px auto;
}

.auto-resizable-iframe-be {
  max-width: 450px;
  margin: 0px auto;
  padding-top: 36px;
  margin-left: 64px;
}

.auto-resizable-iframe-be>div {
  position: relative;
  padding-bottom: 75%;
  height: 0px;
}

.auto-resizable-iframe-be iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.tweet_s {
  max-width: 60% !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}



.mobH {
  background-color: #f3f3f3;
  height: 100% !important;
  width: 100% !important;
}

.auto-resizable-iframe>div {
  position: relative;
  padding-bottom: 75%;
  height: 0px;
}

.auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.dark_caption {
  color: white !important;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 60px;
  letter-spacing: -0.7px;
  line-height: 1;
  font-family: 'Roboto';
  font-style: italic;
  font-size: 15px;
}

.dark_captionPTP {
  color: white !important;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 60px;
  letter-spacing: -0.7px;
  line-height: 1;
  font-family: 'Roboto';
  font-style: italic;
  font-size: 15px;
}

.dark_captionT5 {
  color: white !important;
  margin-left: 95px;
  margin-top: 10px;
  margin-right: 60px;
  letter-spacing: -0.7px;
  line-height: 1;
  font-family: 'Roboto';
  font-style: italic;
  font-size: 15px;
}

.dark_captionTTSC {
  color: white !important;
  margin-left: 88px;
  margin-top: 10px;
  margin-right: 60px;
  letter-spacing: -0.7px;
  line-height: 1;
  font-family: 'Roboto';
  font-style: italic;
  font-size: 15px;
}


.dark_captionVIBE {
  color: white !important;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 60px;
  letter-spacing: -0.7px;
  line-height: 1;
  font-family: 'Roboto';
  font-style: italic;
  font-size: 15px;
}

.dark_captionTT {
  color: white !important;
  margin-left: 90px;
  margin-top: 10px;
  /*margin-right: 60px;*/
  letter-spacing: -0.7px;
  line-height: 1;
  font-family: 'Roboto';
  font-style: italic;
  font-size: 15px;
}


.dark_captionTTSC2 {
  color: white !important;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 60px;
  letter-spacing: -0.7px;
  line-height: 1;
  font-family: 'Roboto';
  font-style: italic;
  font-size: 15px;
}


.dark_captionT3 {
  color: white !important;
  margin-left: 5px;
  margin-right: 60px;
  letter-spacing: -0.7px;
  line-height: 1;
  font-family: 'Roboto';
  font-style: italic;
  font-size: 15px;
}

.dark_captionT3SC {
  color: white !important;
  margin-left: 28px;
  margin-top: 10px !important;
  margin-right: 60px;
  letter-spacing: -0.7px;
  line-height: 1;
  font-family: 'Roboto';
  font-style: italic;
  font-size: 15px;
}

.dark_captionT3SC1 {
  color: white !important;
  margin-left: 105px;
  margin-top: 10px !important;
  margin-right: 60px;
  letter-spacing: -0.7px;
  line-height: 1;
  font-family: 'Roboto';
  font-style: italic;
  font-size: 15px;
}

.dark_caption1 {
  color: white !important;
  margin-left: 105px;
  margin-top: 10px;
  margin-right: 96px;
  letter-spacing: -0.7px;
  line-height: 1;
  font-family: 'Roboto';
  font-style: italic;
  font-size: 15px;
  text-align: left;
}

.tt {
  display: none;
}


.light_caption {
  /*color: black!important;*/
  text-align: right;
  margin-left: 90px;
  margin-right: 110px;
  letter-spacing: -0.7px;
  line-height: 1;
  font-family: 'Roboto';
  font-style: italic;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}



.light_captionVE {
  /*color: black!important;*/
  text-align: right;
  margin-left: 90px;
  margin-right: 110px;
  letter-spacing: -0.7px;
  line-height: 1;
  font-family: 'Roboto';
  font-style: italic;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.light_captionIFS {
  /*color: black!important;*/
  text-align: right;
  margin-left: 90px;
  margin-right: 110px;
  letter-spacing: -0.7px;
  line-height: 1;
  font-family: 'Roboto';
  font-style: italic;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.col-md-6{
  /*display: grid;
  justify-items: center;
  align-items: center;*/
}

.light_captionT5 {
  /*color: black!important;*/
  text-align: right;
  margin-left: 99px;
  margin-top: 10px;
  margin-right: 114px;
  letter-spacing: -0.7px;
  line-height: 1;
  font-family: 'Roboto';
  font-style: italic;
  font-size: 12px;
  margin-bottom: 10px;
}

.light_captionT5IMG {
  /*color: black!important;*/
  text-align: right;
  margin-left: 99px;
  margin-top: 10px;
  margin-right: 114px;
  letter-spacing: -0.7px;
  line-height: 1;
  font-family: 'Roboto';
  font-style: italic;
  font-size: 12px;
  margin-bottom: 10px;
}


.light_captionIMG {
  /*color: black!important;*/
  text-align: right;
  margin-left: 90px;
  margin-right: 110px;
  letter-spacing: -0.7px;
  line-height: 1;
  font-family: 'Roboto';
  font-style: italic;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.light_captionT3 {
  /*color: black!important;*/
  text-align: right;
  margin-left: 0px;
  margin-right: 30px;
  letter-spacing: -0.7px;
  line-height: 1;
  font-family: 'Roboto';
  font-style: italic;
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.dark_bg2 {
  color: white !important;
  font-size: 30px;
  line-height: 1.2;
  font-family: 'Roboto';
  margin-bottom: 100px;
}

.dark_bg2PTP {
  color: white !important;
  font-size: 30px;
  line-height: 1.2;
  font-family: 'Roboto';
  margin-bottom: 100px;
}

.dark_bg2NM {
  color: white !important;
  font-size: 30px;
  line-height: 1.2;
  font-family: 'Roboto';
  margin-bottom: 100px;
}

.dark_bgVIBE {
  color: white !important;
  font-size: 60px;
  line-height: 1.2;
  font-family: 'Roboto';
  font-weight: bold;
  margin-bottom: 70px;
  /*margin-left: 70px;*/

}

.dark_bg3 {
  margin-top: 150px;
  background: url(../img/t1/TC.png);
  background-size: 100%;
  /*background-position: 0% 50%!important;*/
  /*background-position: top left;*/
  background-repeat: no-repeat;
  position: absolute;
  /*z-index: 1;*/
}

.dark_bg3T3 {
  margin-top: 15px;
  background: url(../img/t1/TC.png);
  background-size: 100%;
  /*background-position: 0% 50%!important;*/
  /*background-position: top left;*/
  background-repeat: no-repeat;
  position: absolute;
  /*z-index: 1;*/
}

.dark_bgVIBEtext {
  margin-top: 15px;
  background: url(../img/t1/1.png);
  background-size: 20%;
  /*background-position: 0% 50%!important;*/
  /*background-position: top left;*/
  background-repeat: no-repeat;
  position: absolute;
  /*z-index: 1;*/
}

.dark_bgVIBEtext2 {
  margin-top: 15px;
  background: url(../img/t1/2.png);
  background-size: 20%;
  /*background-position: 0% 50%!important;*/
  /*background-position: top left;*/
  background-repeat: no-repeat;
  position: absolute;
  /*z-index: 1;*/
}

.dark_bg3_text {
  margin-top: 50px;
  color: white !important;

  margin-left: 100px;
  margin-bottom: 200px;

}

.dark_bg3_textVIBE {
  margin-top: 30px;
  color: white !important;

  margin-left: 56px;
  margin-bottom: 200px;

}


.dark_bg4 {
  margin-top: 100px;
  color: white !important;
  background: url(../img/t1/TC2.png);
  background-size: 100%;
  /*background-position: top left;*/
  background-repeat: no-repeat;
  position: absolute;
}

.dark_bg4T3 {
  margin-top: 100px;
  color: white !important;
  background: url(../img/t1/TC2.png);
  background-size: 100%;
  /*background-position: top left;*/
  background-repeat: no-repeat;
  position: absolute;
}

.dark_bg4T3VE {
  margin-top: 100px;
  color: white !important;
  background: url(../img/t1/TC2.png);
  background-size: 100%;
  /*background-position: top left;*/
  background-repeat: no-repeat;
  position: absolute;
}


.dark_bg4T5 {
  margin-top: 100px;
  color: white !important;
  background: url(../img/t1/TC2.png);
  background-size: 100%;
  /*background-position: top left;*/
  background-repeat: no-repeat;
  position: absolute;
}

.dark_bg4T3PT {
  margin-top: 100px;
  color: white !important;
  background: url(../img/t1/TC2.png);
  background-size: 100%;
  /*background-position: top left;*/
  background-repeat: no-repeat;
  position: absolute;
}

.dark_bg4T4 {
  margin-top: 170px;
  color: white !important;
  background: url(../img/t1/TC3.png);
  background-size: 100%;
  /*background-position: top left;*/
  background-repeat: no-repeat;
  position: absolute;
}

.dark_bg4T4NM {
  margin-top: 90px;
  color: white !important;
  background: url(../img/t1/TC3.png);
  background-size: 100%;
  /*background-position: top left;*/
  background-repeat: no-repeat;
  position: absolute;
}

.header-text-sectionMain {

  font-family:Glancyr-Bold;
  /*font-family: 'trendT';*/
  /*font-family: "bannersB";*/
  /*color: #1648e3;*/
  /*transition-duration: 0.5s;*/
  font-size: 60px;

}

.header-text-sectionAdd {

  /*font-family: 'trendT';*/
  /*font-family: "bannersB";*/
  /*color: #1648e3;*/
  /*transition-duration: 0.5s;*/
  font-size: 16px;
  font-family: 'Roboto';

}

.header-text-sectionAdd2 {

  /*font-family: 'trendT';*/
  /*font-family: "bannersB";*/
  /*color: #1648e3;*/
  /*transition-duration: 0.5s;*/
  font-size: 16px;
  font-family: 'Roboto';

}


.el-about-2T {

  margin-bottom: -150px;

}

.head-text-img {

  /*'trendT'*/
  font-family: Glancyr-Bold;
  font-size: 30px;
  color: white;
  margin-top: 34px;
  margin-left: -60px;
}




.dark_bg_header {
  margin-bottom: 30px;
  font-family: Glancyr-Bold;
  font-size: 50px;
  color: white;
}



.buttons {

  margin-left: 300px;
  margin-top: 100px;

}

.buttonsT5 {

  margin-left: 300px;
  margin-top: 100px;

}

.buttonsPT {

  margin-left: 300px;
  margin-top: 100px;

}

.buttons2 {

  /*margin-left: 300px;*/
  margin-top: 20px;
  margin-bottom: -24px;
}


mark.green {
  padding: 0em;
  font-size: 18px;
  color: white;
  font-weight: bold;
  /*color: #1648e3;*/
  background: none;
}

mark.greenB {
  padding: 0em;
  color: white;
  font-size: 18px;
  /*color:#1648e3;*/
  background: none;
  font-weight: bold;
}

mark.greenC {
  padding: 0em;
  color:#1648e3;
  background: none;
  font-weight: bold;
}

.scrollText {
  color: #1648e3;
  font-family: Glancyr-Bold;
  margin-top: 67px;

}

.whiteTitle {
  font-family: Glancyr-Bold;
  font-weight: 700;
  font-size: 96px;
  font-style: normal;
  color: white;
  /*  font-size: 60px;
*/
  margin-left: 220px;
  margin-top: 0px;
}

.GreenTitle {
  font-family: Glancyr-Bold;
  font-weight: 300;
  font-size: 132px;
  font-style: normal;
  color: #1648e3;
  /*  font-size: 60px;
*/
  margin-left: 220px;
  margin-top: 91px;
}





.mainText {
  /*height: 100%;
  width: 100%;*/
  min-width: 450px;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  color: white;
  /*font-size: 60px;*/
  line-height: 1.1;
  margin-left: 420px;
  margin-right: 200px;
  /*column-width: 353px;*/
  margin-top: 100px;
}


.mainText2 {
  /*font-family: rift, sans-serif;*/
  /*font-weight: 100;*/
  min-width: 450px;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  color: white;
  /*font-size: 60px;*/
  line-height: 1.1;
  margin-left: -100px;
  margin-right: 450px;
  /*column-width: 353px;*/
  margin-top: 305px;
}

.mainText3 {
  /*font-family: rift, sans-serif;*/
  /*font-weight: 100;*/
  min-width: 350px;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  color: white;
  /*font-size: 60px;*/
  line-height: 1.1;
  margin-left: 300px;
  margin-right: 100px;
  /*column-width: 353px;*/
  margin-top: -17px;
}

.mainText4 {
  /*font-family: rift, sans-serif;*/
  /*font-weight: 100;*/
  min-width: 350px;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  color: white;
  /*font-size: 60px;*/
  line-height: 1.1;
  margin-left: 0px;
  margin-right: 100px;
  /*column-width: 353px;*/
  margin-top: 175px;
}

.mainText4 a{
 text-decoration: underline; 
 font-size: 14px;
}

.mainText4 a:hover{
  text-decoration: underline; 
  font-size: 14px;
 }

.mainText5 {

  min-width: 350px;

}

.endText {
  color: white;
  font-size: 20px;
  padding-top: 30px;
  line-height: 1.2;
  text-align: left;
}


.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#main-scrollbar,
#horizontal-scrollbar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

#main-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  transition-duration: 0.2s;
}

.title-section {
  font-weight: 600;
  color: #000000;
  margin-bottom: 48px;
}

.subtitle-section {
  white-space: nowrap;
  text-align: center;
  line-height: 42px;
  color: #000;
  font-weight: 400;
  top: 10px;
  right: 0px;
  font-size: 120px;
  /*padding-top: 168px;*/
}

.subtitle-section2 {
  white-space: nowrap;
  line-height: 42px;
  color: white;
  font-weight: 400;
  top: 10px;
  right: 45px;
  font-size: 110px;
}

.subtitle-section4 {
  white-space: nowrap;
  text-align: center;
  line-height: 42px;
  color: #000;
  font-weight: 400;
  top: 10px;
  right: 0px;
  font-size: 70px;
  /*padding-top: 168px;*/
  line-height: 1;
}


.subtitle-section3 {
  white-space: nowrap;
  line-height: 42px;
  color: white;
  font-weight: 400;
  top: 50px;
  right: 0px;
  font-size: 120px;
}

.subtitle-section5 {
  font-family: Glancyr-Bold;
  /*font-family: "trendT";*/
  line-height: 42px;
  font-weight: 100;
  color: #000;
  /*font-weight: 400;*/
  position: absolute;
  top: 10px;
  right: 20px;
  /*font-size: 20px;*/
}



.subtitle-section6 {

  /*font-family: "trendT";*/
  line-height: 42px;
  color: white;
  font-weight: 400;
  /*  float: right;
  display: inline;*/
  position: absolute;
  top: 10px;
  right: 20px;
  /*font-size: 20px;*/
}


.wrap-scroll-img {
  overflow: hidden;
  height: calc(100%);
  /*height: calc(100% - 20%);*/
}

.wrap-scroll-img2 {
  overflow: hidden;
  height: calc(100%);
  /*height: calc(100% - 20%);*/
  padding-top: 65px;

}

.c-scrollbar_thumb {
  background-color: #000000;
}

/* 1.2  PRELOADER */
.preloader-gif {
  width: 150px;
  height: 250px;
  position: relative;
  opacity: 1;
  z-index: 1001;
}

#loader-wrapper {
  font-family: 'Roboto', sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.loader-txt {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader {
  position: relative;
  color: transparent;
  font-size: 24px;
  line-height: 24px;
  margin-left: 24px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1648e3;
  text-transform: uppercase;
  z-index: 1001;
  letter-spacing: 4px;
  font-weight: 600;
}

#loader:before {
  content: attr(data-text);
  position: absolute;
  overflow: hidden;
  height: 24px;
  max-width: 7em;
  white-space: nowrap;
  color: #1648e3;
  -webkit-animation: loading 2s linear;
  animation: loading 2s linear;
}

@-webkit-keyframes loading {
  0% {
    max-width: 0;
  }
}

@keyframes loading {
  0% {
    max-width: 0;
  }
}

#loader-wrapper .loader-section {
  position: fixed;
  background: black;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fbfbfb;
  z-index: 1000;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
  left: 0;
  background: white;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
  background: white;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader,
.loaded .preloader-gif {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

/* 1.3  ANIMATION SETTINGS */
.animated.delay-01s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.animated.delay-02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.animated.delay-03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animated.delay-04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animated.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animated.delay-06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.animated.delay-07s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.animated.delay-08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.animated.delay-09s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.img-anim-el {
  transition-duration: 0.15s;
}

/* 1.4  NAVIGATION  */
.menu-icon {
  position: fixed;
  right: 24px;
  top: 24px;
  z-index: 5;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  overflow: hidden;
  cursor: pointer;
  transition-duration: 0.2s;
}

.text-menu {
  color: #1648e3;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.8;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.menu-logo:hover {
  -webkit-animation: spin 10s linear 0s infinite;
  animation: spin 10s linear 0s infinite;
}

/* 1.5  ICON MENU */
.wrap-nav {
  cursor: pointer;
  position: fixed;
  top: 48px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

.icon-nav {
  display: inline-block;
  height: 10px;
}

.icon-nav-1 {
  display: block;
  width: 48px;
  height: 2px;
  background-color: #1648e3;
  transition-duration: 0.2s;
}

.icon-nav-2 {
  display: block;
  width: 48px;
  height: 2px;
  background-color: #1648e3;
  margin-top: 6px;
  transition-duration: 0.2s;
}

.icon-nav-1-on {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 0.2s;
  margin-top: 3px !important;
}

.icon-nav-2-on {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition-duration: 0.2s;
  margin-top: 0 !important;
}

.full-nav {
  display: flex;
  justify-content: start;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  transition: all 0.4s cubic-bezier(0.6, 0.05, 0.4, 1);
}

.full-nav-on {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.6, 0.05, 0.4, 1);
}

.top-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  bottom: auto;
  right: auto;
  background: #1648e3;
  transition: all 0.4s cubic-bezier(0.6, 0.05, 0.4, 0.5);
  z-index: 1;
}

.top-layer.active {
  top: 100%;
}

.full-nav-links {
  text-align: center;
  z-index: 5;
  display: flex;
  flex-direction: column;
  width: 50%;
}

.full-nav-linksS {
  text-align: center;
  z-index: 5;
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.full-nav-links a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 36px;
  letter-spacing: 6px;
  color: #000000;
  text-transform: uppercase;
  line-height: 72px;
  font-weight: 300;
}

.full-nav-linksS a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 26px;
  letter-spacing: 6px;
  color: #000000;
  text-transform: uppercase;
  line-height: 72px;
  font-weight: 300;
  text-decoration: none;
}

.full-nav-links a:hover {
  color: #000000;
  transition-duration: 0.5s;
}

.full-nav-linksS a:hover {
  color: #000000;
  transition-duration: 0.5s;
  text-decoration: none;
}

.wrap-menu-img>div {
  width: 50%;
  left: 50%;
  height: 50%;

}

.menu-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-position: center !important;
  background-size: cover !important;
  z-index: -1;
  overflow: hidden;
  background-color: #ffffff;
}

.menu-active {
  color: #000000 !important;
}

.menu-active:before {
  content: '';
  position: absolute;
  width: 100% !important;
  height: 2px;
  background-color: #000000;
  bottom: 0;
}

.nav-img>a {
  position: relative;
}

.nav-img>a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #000000;
  bottom: 0;
  transition-duration: 0.3s;
}

.nav-img>a:hover:before {
  width: 100%;
  transition-duration: 0.3s;
}

.str-submenu>li>a {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

.full-nav .section-scrollbar-demo-menu {
  height: 100%;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.full-nav .section-scrollbar-demo-menu .scroll-content {
  max-height: 100%;
}

.full-nav .section-scrollbar-demo-menu .scrollbar-track {
  opacity: 0;
}

.full-nav-links {
  width: 100%;
}

.full-nav-linksS {
  width: 100%;
}

/* 1.6  BACKGROUND MENU */
.m_item_1,
.m_item_2,
.m_item_3,
.m_item_4,
.m_item_5,
.m_item_6
{
z-index: 1;
transform: scale(0.1);
opacity: 0;
transition-duration: 0.5s;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}

/* 1.7  BUTTON SETTINGS */
.wrap-button-link {
  border-bottom: 3px solid #1648e3;
  height: 24px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.wrap-button-link:hover .button-link-hover {
  position: absolute;
  -webkit-transform: translateY(-26px);
  transform: translateY(-26px);
  transition-duration: 0.5s;
}

.wrap-button-link:hover span {
  -webkit-transform: translateY(-26px);
  transform: translateY(-26px);
  transition-duration: 0.5s;
}

.wrap-button-link span {
  color: #1648e3;
  font-weight: 800;
  font-size: 14px;
  display: block;
  transition-duration: 0.5s;
}

.wrap-button-link .button-link-hover {
  color: #1648e3;
  font-weight: 800;
  font-size: 14px;
  position: absolute;
  display: inline-block;
  top: 26px;
  left: 0;
  width: 100%;
  height: 26px;
  transition-duration: 0.5s;
}

.button-link a {
  display: inline-block;
}

.icon-link {
  margin-left: 12px;
  background: url(../icon/icon-link.svg);
  height: 14px;
  width: 14px;
  display: inline-block;
}

/* 1.8  SLIDER SETTINGS  */
[class^="swiper-button-"] {
  transition: all 0.3s ease;
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.main-slider {
  height: 100vh;
}

.swiper-container {
  width: 100%;
  min-height: 100vh;
  float: left;
  transition: opacity 0.6s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.6s ease, transform 0.3s ease;
  transition: opacity 0.6s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.swiper-container.nav-slider {
  width: 20%;
  padding-left: 5px;
}

.swiper-container.nav-slider .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-container.nav-slider .swiper-slide .content {
  width: 100%;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide .img-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
}

.img-slider:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.3;
}

.swiper-slide .entity-img {
  display: none;
}

.swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #000000;
}

.slider-content {
  width: 100%;
  z-index: 1;
}

.wrap-caption {
  overflow: hidden;
}

[class^="swiper-button-"] {
  width: 72px;
  opacity: 0;
  visibility: hidden;
}

.swiper-button-prev {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}

.swiper-button-next {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.swiper-button-next,
.swiper-button-prev {
  height: 36px;
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: none;
}

.slider-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}

.slider-arrow:before {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #ffffff;
  position: absolute;
}

.counter {
  bottom: 24px;
  right: 130px;
  position: absolute;
  color: #ffffff;
}

.first-number {
  font-size: 60px;
}

.second-number {
  opacity: 0.5;
  font-size: 24px;
}

.custom-pagination {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 400;
}

.slider-arrow-text {
  transition-duration: 0.5s;
}

.swiper-button-prev:hover div .slider-arrow-text {
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
  transition-duration: 0.5s;
}

.swiper-button-next:hover div .slider-arrow-text {
  -webkit-transform: translateX(-24px);
  transform: translateX(-24px);
  transition-duration: 0.5s;
}

/* 1.9  SCROLL DOWN ICON */
#wrapper {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 24px;
  z-index: 1;
}

#wrapper-inner {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}

#scroll-down {
  left: 0;
  right: 0;
  position: absolute;
  bottom: 90px;
  text-align: center;
  z-index: 1;
}

#scroll-down:before {
  -webkit-animation: elasticus 2.7s cubic-bezier(1, 0, 0, 1) infinite;
  animation: elasticus 2.7s cubic-bezier(1, 0, 0, 1) infinite;
  position: absolute;
  width: 1px;
  height: 90px;
  background: #9fa0a2;
  content: ' ';
  z-index: -1;
}

.home-parallax-v2>#scroll-down:before {
  background: #f3f3f3;
}

@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }

  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }

  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

/*
------------
2.HOME PAGE
------------
*/
/*2.1  HEADER */
.header-logo {
  position: absolute;
  width: 303px;
  height: 61px;
  left: 24px;
  top: 48px;
  z-index: 2;
}

.home-header-bg {
  min-height: 100vh;
  position: relative;
}

.home-header-bg .header-logo {
  -webkit-filter: invert(100);
  filter: invert(100);
}

.parallax-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  min-height: 100vh;
}

.slider-content {
  color: #ffffff;
}

.slider-text {
  width: 500px;
}

.slider-text p {
  color: #ffffff;
  font-weight: 300;
}

.slider-text .button-link {
  margin-top: 48px;
}

.main-title {
  font-size: 60px;
}

section {
  padding: 50px 0 50px 0;
}

.about-text {
  transition-duration: 0.2s;
}

.about-text2 {
  transition-duration: 0.2s;
}

.about-text2 {
  transition-duration: 0.2s;
  padding-top: 165px;

}

.about-text .button-link {
  margin-top: 48px;
}

.about-text2 .button-link {
  margin-top: 48px;
}

/*2.2  TAGLINE SECTION*/
.tagline-1 {
  position: relative;
  padding: 96px 0 96px 0;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  overflow: hidden;
  z-index: 2;
}

.tagline-marquee {
  font-size: 120px;
  font-weight: 600;
  line-height: 120px;
  color: #1648e3;
}

/*2.3  SERVICES SECTION*/
.services-item {
  position: relative;
  border-top: 2px solid #1648e3;
  padding-top: 24px;
  padding-bottom: 24px;
}

.s1 {
  background: url(../img/t1/1.png);
  background-size: 20%;
  background-position: top left;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

.sText {
  margin-top: 20px;
  margin-left: 90px;
  margin-bottom: 60px;
  font-family: Glancyr-Bold;
  font-size: 60px;
  color: black;
  line-height: 1;
}

.sTextL {
  margin-top: 20px;
  margin-left: 35px;
  margin-bottom: 60px;
  font-family: Glancyr-Bold;
  font-size: 60px;
  color: black;
  line-height: 1;
}

.s2 {
  background: url(../img/t1/2.png);
  background-size: 20%;
  background-position: top left;
  background-repeat: no-repeat
}

.s3 {
  background: url(../img/t1/3.png);
  background-size: 20%;
  background-position: top left;
  background-repeat: no-repeat
}

.responsive {
  width: 100%;
  height: auto;
}

.services-item .service-name {
  color: #000000;
}

.services-item .service-name span {
  font-size: 14px;
  margin-right: 12px;
  color: #1648e3;
  font-weight: 800;
}

.header-text-section {
  /*  margin-bottom: 72px;*/
  /* margin-bottom: -33px*/
  margin-bottom: -0px;
  /*font-family: "bannersB";*/
  font-family: Glancyr-Bold;
  /*color: #1648e3;*/
  /*transition-duration: 0.5s;*/
  font-size: 60px;
  /*color: transparent;*/
  color: black;
}

.header-text-section2 {
  margin-bottom: 72px;
  font-family: "bannersB";
  font-size: 60px;
  color: black;

  text-align: right;


}

/*2.4  OUR RECENT WORKS*/
.recent-works {
  position: relative;
  overflow: hidden;
}

.recent-works .header-text-section {
  margin-bottom: 0;
}

.alcon-works-img {
  width: 90%;
}

.grid-item-figure img {
  width: 100%;
}

/* clear fix */
#masonry-grid:after {
  content: '';
  display: block;
  clear: both;
}

/*a) 2 columns*/
.wrap-masonry-grid-2 {
  width: 119.9%;
}

.masonry-grid-sizer-2 {
  width: 50%;
}

.masonry-item-2 {
  overflow: hidden;
  width: 33.333%;
}

/*b) 3 columns*/
.wrap-masonry-grid-3 {
  width: 110.9%;
}

.masonry-grid-sizer-3 {
  width: 33.333%;
}

.masonry-item-3 {
  overflow: hidden;
  width: 23.333%;
}

/*---------------------*/
.masonry-item,
.masonry-item-3,
.masonry-item-2 {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.masonry-item,
.masonry-item-3,
.masonry-item-2 {
  margin-top: 72px;
}

.masonry-item:nth-child(3) {
  margin-top: 96px;
}

.image-link-home {
  color: #000000;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.image-link-home .img {
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.image-link-home .img .anim-el-works {
  width: 100%;
  height: 120%;
  background-position: center !important;
  background-size: 120% !important;
  background-repeat: no-repeat !important;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: 1s cubic-bezier(0.085, 0.85, 0.17, 1);
}

.image-link-home .img .anim-el-works:hover {
  -webkit-clip-path: inset(10px 10px 10px 10px);
  clip-path: inset(10px 10px 10px 10px);
}

.image-link-home:hover {
  color: #000000;
}

.masonry-item-3 .image-link-home .img {
  height: 400px;
}

.info {
  margin-top: 12px;
  border-bottom: 1px solid #999999;
  padding-bottom: 12px;
  transition-duration: 0.15s;
}

.info p {
  color: #666666;
}

/* 2.5  CIRCLE BUTTON */
.circle-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  width: 140px;
  border-radius: 100px;
  border: 1px solid #666666;
  cursor: pointer;
  z-index: 1;
  color: #666666;
}

.circle-button:hover {
  color: #ffffff;
  border: 1px solid transparent;
}

.circle-button-bg {
  width: 0;
  border-radius: 100%;
  height: 0;
  background: #1648e3;
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 0;
  z-index: 0;
  transition-duration: 0.3s;
}

.circle-button:hover+.circle-button-bg {
  width: 140px;
  height: 140px;
  transition-timing-function: cubic-bezier(0, 0.4, 0.5, 1.2);
}

.wrap-circle-button {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 72px;
}

.circle-button>a {
  position: relative;
  z-index: 1;
  color: #666666;
  font-weight: 400;
}

.btn-circle-black:hover,
.btn-circle-black:active,
.btn-circle-black:hover a {
  color: #000000;
  font-weight: 400;
}

.btn-circle-black:hover:after,
.btn-circle-black:active:after {
  width: 100%;
  transition-duration: 0.5s;
}

/*2.6  FUN FACTS SECTION*/
.fun-facts {
  position: relative;
  overflow: hidden;
  /*padding: 250px 0 150px 0;*/
  padding: 100px 0 150px 0;

  background: url(../img/t1/quote.png);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat
}

.fun-facts2 {
  position: relative;
  overflow: hidden;
  /*padding: 250px 0 150px 0;*/
  padding: 100px 0 100px 0;

  background: url(../img/t1/quote.png);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat
}

.fun-facts span {
  /*color: #1648e3;*/
  font-size: 48px;
  font-weight: 100;
}

.fun-facts2 span {
  /*color: #1648e3;*/
  font-size: 68px;
  line-height: 1;
  font-weight: 100;
}

.facts-trigger {
  position: absolute;
}

.fact-item p {
  color: #000000;
  font-weight: 800;
}

.fun-facts .fun-facts-bg {
  display: flex;
  align-items: center;
  position: absolute;
  width: 1000%;
  height: 100%;
  top: 0px;
  z-index: -1;
}

.fun-facts .fun-facts-bg span {
  transition-duration: 0.2s;
  font-size: 360px;
  color: #e0e0e0;
  font-weight: 500;
}

.fun-facts2 .fun-facts-bg {
  display: flex;
  align-items: center;
  position: absolute;
  width: 1000%;
  height: 100%;
  top: 0px;
  z-index: -1;
}

.fun-facts2 .fun-facts-bg span {
  transition-duration: 0.2s;
  font-size: 360px;
  color: #e0e0e0;
  font-weight: 500;
}

/*2.7  CLIENTS SECTION*/
.clients {
  padding-top: 0;
  padding-bottom: 144px;
}

.client-logo-wrap {
  justify-content: center;
}

.client-logo {
  margin: 24px;
  padding: 24px;
  width: 168px;
  height: 168px;
  border: 1px solid #999999;
  opacity: 1;
}

/*2.8  FOOTER*/
footer .logo>img {
  margin-top: 96px;
  width: 120px;
  opacity: 0.9;
}

.footer-about h3 {
  margin-top: 48px;
  margin-bottom: 24px;
  color: #000000;
}

.footer-about p {
  /*font-weight: 400;*/
}


.footer-about {
  padding-top: 20px;
}

.footer-cotact-info {
  font-size: 24px;
  margin-top: 24px;
}

.footer-cotact-info p {
  text-decoration: underline;
  font-weight: 400;
}

.footer-cotact-info p span {
  color: #000000;
}

.social-link {
  margin-top: 48px;

  text-align: left !important;
}

.social-link h4 {
  font-weight: 600;
  display: inline-block;
  color: #000000;
  margin-right: 12px;
}

.social-link a {
  margin-right: 6px;
}

.copyright {
  padding: 12px 0 12px 0;
  margin-top: 96px;
  border-top: 1px solid #999999;
  background-color: #f3f3f3;
}

.copyright p {
  font-size: 12px;
  font-weight: 300;
  color: #000000;
}

.o-image_wrapper {
  position: relative;
  overflow: hidden;

}

.iframe-container {
  text-align: center;
  width: 100%;
}

/*
----------------
3. ABOUT US PAGE
----------------
*/
.about-us {
  position: relative;
  overflow: hidden;
  padding-top: 168px;
  padding-bottom: 168px;
}

.header-tagline h2 {
  position: relative;
  font-weight: 300;
  color: #000000;
  line-height: 72px;
  z-index: 1;
}

.header-text-bg {
  display: flex;
  align-items: center;
  position: absolute;
  width: 1000%;
  height: 100%;
  top: 0px;
  left: 10%;
  z-index: -1;
}

.header-text-bg span {
  font-family: Glancyr-Bold;
  /*color: #1648e3;*/
  transition-duration: 0.5s;
  font-size: 330px;
  color: white;
  font-weight: 700;
  text-shadow: 1px 0 0 #1648e3, 0 1px 0 #1648e3, -1px 0 0 #1648e3, 0 -1px 0 #1648e3;
}

.header-text-bg2 {
  display: flex;
  align-items: center;
  position: absolute;
  width: 1000%;
  height: 100%;
  top: 0px;
  left: 10%;
  z-index: -1;
}

.header-text-bg2 span {
  font-family: Glancyr-Bold;
  /*color: #1648e3;*/
  transition-duration: 0.5s;
  font-size: 330px;
  color: black;
  font-weight: 700;
  text-shadow: 1px 0 0 #1648e3, 0 1px 0 #1648e3, -1px 0 0 #1648e3, 0 -1px 0 #1648e3;
}

.header-text-bg3 {
  display: flex;
  align-items: center;
  position: absolute;
  width: 1000%;
  height: 100%;
  top: 0px;
  left: 10%;
  z-index: -1;
}

.header-text-bg3 span {
  font-family: Glancyr-Bold;
  /*color: #1648e3;*/
  transition-duration: 0.5s;
  font-size: 330px;
  color: white;
  font-weight: 700;
  text-shadow: 1px 0 0 #1648e3, 0 1px 0 #1648e3, -1px 0 0 #1648e3, 0 -1px 0 #1648e3;
}

.header-text-bg4 {
  display: flex;
  align-items: center;
  position: absolute;
  width: 1000%;
  height: 100%;
  top: 0px;
  left: 10%;
  z-index: -1;
}

.header-text-bg4 span {
  font-family: Glancyr-Bold;
  /*color: #1648e3;*/
  transition-duration: 0.5s;
  font-size: 330px;
  color: black;
  font-weight: 700;
  text-shadow: 1px 0 0 #1648e3, 0 1px 0 #1648e3, -1px 0 0 #1648e3, 0 -1px 0 #1648e3;
}

.header-text-bg5 {
  display: flex;
  align-items: center;
  position: absolute;
  width: 1000%;
  height: 100%;
  top: 0px;
  left: 10%;
  z-index: -1;
}

.header-text-bg5 span {
  font-family: "bannersB";
  /*color: #1648e3;*/
  transition-duration: 0.5s;
  font-size: 330px;
  color: black;
  font-weight: 700;
  text-shadow: 1px 0 0 #1648e3, 0 1px 0 #1648e3, -1px 0 0 #1648e3, 0 -1px 0 #1648e3;
}

.our-philosophy {
  /*background: url(../img/bg-1.svg);*/
  /*background-color: lightblue;*/
  background-size: 40%;
  background-position: right bottom;
  background-repeat: no-repeat;
}

/*
----------------
4. TEAM SECTION
----------------
*/
.item-team-2,
.item-team-3 {
  margin-top: 96px;
}

.item-team {
  background: url(../img/t1/circle.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 60%;

}

.item-team2 {
  background: url(../img/t1/circle.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 60%;

}



.team-content {
  margin-top: 100px;
}

.team-content h3 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 12px;
}

.team-content h4 {
  font-weight: 400;
  color: #666666;
  margin-bottom: 24px;
}



.team-contentT3 {
  margin-top: -160px;
}

.team-contentT3 h3 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 12px;
}

.team-contentT3 h4 {
  font-weight: 400;
  color: #666666;
  margin-bottom: 24px;
}

.team-img {
  position: relative;
}

.team-img_TT {
  position: relative;
  margin-left: -150px;
}

.photo-frame {
  position: absolute;
  border: 3px solid #666666;
  top: 0;
  left: 12px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-frame-2 {
  left: 22px;
  border: 2px solid #666666;
  opacity: 0.9;
}

.p-frame-3 {
  left: 30px;
  border: 1px solid #666666;
  opacity: 0.8;
}

/*
-----------------
5. ABOUT ME PAGE
-----------------
*/
.my-story {
  background: url(../img/t1/black_bg.jpg);
  background-color: #000000;
  background-size: 100%;
  background-position: right top;
  background-repeat: repeat;
}

.about2 {
  background: url(../img/t1/black_bg.jpg);
  background-color: #000000;
  background-size: 100%;
  background-position: right top;
  background-repeat: repeat;
}

.about2 a {
  cursor: pointer;
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

.about2 a:hover {
  cursor: pointer;
  color: rgb(208, 208, 208);
  font-weight: bold;
  text-decoration: underline;
}

.aboutVIBE {
  background: url(../img/t1/black_bg.jpg);
  background-color: #000000;
  background-size: 100%;
  background-position: right top;
  background-repeat: repeat;
  /*padding-top: 168px;*/
  padding-bottom: 350px;
}

.about-me {
  position: relative;
  overflow: hidden;
  padding-top: 168px;
  padding-bottom: 168px;
  border-bottom: 1px solid #999999;
}

.circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle span {
  color: #000000 !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(50% - 13px);
}

.sub-title {
  color: #000000;
  font-weight: 600;
  margin-top: 24px;
}

.skill .header-text-section {
  margin-bottom: 48px;
}

/*
------------------------
6. WORKS HORIZONTAL PAGE
------------------------
*/
#horizontal-scrollbar {
  width: 100%;
  /*height: 100%;*/
  background-image: url(../img/home/bg.jpg) !important;
  /*height: 100% !important;*/

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;


  height: 100vh;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #000;

}

#full-bg {
  display: none;
}

#video {
  width: 100vw;
  height: 100vh;
}

#video video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}


#horizontal-scrollbar .scrollbar-track-x {
  width: 100%;
  height: 4px;
  background: transparent;
}

#horizontal-scrollbar .scrollbar-track-x .scrollbar-thumb {
  width: 4px;
  height: 4px;
  border-radius: 2px;
}

span.htl-text-bg-animation {
  transition-duration: 0.7s;
  will-change: transform;
}

.wrap-horizontal {
  display: flex;
  flex-direction: row;
  height: 100vh;
  /*background: url(../img/home/bg.jpg) !important;*/
}

.main-wrap {
  display: flex;
  flex-direction: row;
  background: #fbfbfb;
  height: 100%;
}

.horizontal-el {
  position: relative;
  height: 100vh;
  display: inline-block;
  width: calc(100vh * 0.56);
  overflow: hidden;
}


.horizontal-el .info {
  border-bottom: none;
  padding-bottom: 0;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
}

.horizontal-el .info .info-text .head-text-img {
  color: #ffffff;
}

.horizontal-el .image-link-home {
  overflow: hidden;
  height: 100%;
}

.htl-works-img {
  height: 100%;
  /*width: 130%;*/
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  transition-duration: 0.3s;
}

.wrap-header-text {
  margin: 0 96px 0 96px;
  width: 500px;
}

.horizontal-page .htl-section {
  display: inline-flex !important;
  align-items: center;
  white-space: normal !important;
}

.horizontal-page .htl-section .header-text-bg .header-text-bg2 .header-text-bg3 .header-text-bg4 {
  max-width: 100%;
  height: 70%;
}

.horizontal-page .htl-section .header-text-bg2 {
  max-width: 100%;
  height: 70%;
}

.horizontal-page .htl-section2 {
  display: inline-flex !important;
  align-items: center;
  white-space: normal !important;
}

.horizontal-page .htl-section2 .header-text-bg .header-text-bg2 .header-text-bg3 .header-text-bg4 {
  max-width: 100%;
  height: 70%;
}

.horizontal-page .htl-section2 .header-text-bg2 {
  max-width: 100%;
  height: 70%;
}

.end-section {
  display: inline-block;
  width: 300px;
}

.htl-works-img:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 30%);
  z-index: 0;
}

.info-text {
  display: inline-block;
}

.info-number {
  /*font-family:'trendT';*/

  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border: 1px solid #1648e3;
  width: 133px;
  height: 60px;
  bottom: -11px;
  right: 48px;
  transition-duration: 0.3s;
}

.info-number h2 {
  display: inline-block;
  font-size: 15px;
  color: #1648e3;
  margin-bottom: 0;
  text-align: center;
}

.htl-section-tag {
  display: inline-flex !important;
  flex-direction: column;
  padding: 48px 0 48px 0;
  white-space: normal !important;
  justify-content: center;
}

.htl-section-tag div {
  transition-duration: 0.15s;
}

.htl-section2-tag {
  display: inline-flex !important;
  flex-direction: column;
  padding: 48px 0 48px 0;
  white-space: normal !important;
  justify-content: center;
}

.htl-sectio2-tag div {
  transition-duration: 0.15s;
}

.tagline-2 {
  height: 100%;
}

.tagline-marquee-scroll div {
  min-width: 1000px;
  /*font-size: 120px;*/
  /*font-weight: 600;*/
  /*line-height: 120px;*/
  /*color: #1648e3;*/
  display: block;
}

.tagline-marquee-scroll2 div {
  min-width: 1000px;
  /*font-size: 120px;*/
  /*font-weight: 600;*/
  /*line-height: 120px;*/
  /*color: #1648e3;*/
  display: block;
}

.footer-horizontal {
  padding-right: 96px;
  /*padding-left: 96px;*/
  margin-top: -274px;
  justify-content: center;
  align-items: center;
}

.footer-horizontal div {
  width: 550px;

}

.footer-horizontal .logo>img {
  width: 220px;
  opacity: 0.9;
}

.copyright.c-horizontal {
  padding: 0;
  margin-top: 0;
  width: 48px;
  border: none;
}

.copyright.c-horizontal div {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}

.copyright.c-horizontal div:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #999999;
  left: 0;
}

.copyright.c-horizontal div p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*
------------------------
7. PARALLAX BACKGROUND
------------------------
*/
.home-parallax {
  height: 100vh;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #000;
}

/*.home-parallax .header-logo {
  -webkit-filter: invert(100);
          filter: invert(100);
}*/
.home-parallax-img-v2,
.home-parallax-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: center !important;
  background-size: cover !important;
  transition-duration: 0.3s;
  will-change: transform;
}

.home-parallax-img {
  height: 100%;
}

.home-parallax-img2 {

  display: none;
  /* margin-right:85px;
 margin-top:59;*/
}


.home-parallax-img2 {
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: center !important;
  background-size: cover !important;
  transition-duration: 0.3s;
  will-change: transform;
}

.home-parallax-img2 {
  height: 100%;
}

.home-parallax-img2 {
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: left !important;
  background-size: cover !important;
  transition-duration: 0.3s;
  will-change: transform;
}

.home-parallax-img2 {
  height: 100%;
}

.section-parallax-bg {
  height: 600px;
  position: relative;
  overflow: hidden;
}

.section-plx-bg {
  position: absolute;
  width: 100%;
  height: 200%;
  background-position: center top !important;
  background-size: cover !important;
  transition-duration: 0.3s;
  will-change: transform;
}

/* 7.1 VERSION-2 */
.home-parallax-v2 {
  height: 120vh;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.home-parallax-v2 .header-logo {
  -webkit-filter: invert(100);
  filter: invert(100);
}

.home-parallax-v2 .slider-text p {
  font-weight: 300;
}

.home-parallax-v2 .slider-content,
.home-parallax-v2 .slider-text {
  z-index: 2;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.parallax-img-v2 {
  position: absolute;
  height: 180vh;
  width: 100%;
  top: 0;
}

/*
------------------------
8. SPLIT BACKGROUND
------------------------
*/
.home-split {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
}

.home-split .img-slider:before {
  opacity: 0;
}

.home-split-img {
  position: absolute;
  right: 0;
  height: 120%;
  width: 50%;
  background-position: center !important;
  background-size: cover !important;
  transition-duration: 0.3s;
  will-change: transform;
}

.home-split-pattern {
  position: absolute;
  left: -20%;
  height: 100%;
  width: 100%;
  background-position: center !important;
  background-size: cover !important;
  transition-duration: 0.3s;
  will-change: transform;
  z-index: -1;
}

.home-split-content {
  width: 50%;
  will-change: transform;
  transition-duration: 0.12s;
}

.home-split-content h1 {
  color: #000000;
}

.home-split-content .button-link {
  margin-top: 48px;
}

/*
------------------------
9. VIDEO BACKGROUND PAGE
------------------------
*/
.ytp-video-bg {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.ytp-logo>.header-logo {
  -webkit-filter: invert(100);
  filter: invert(100);
}

.home-video-content {
  text-shadow: 0px 0px 20px #000000;
}

.home-video-content h1,
.home-video-content p {
  color: #ffffff;
}

.home-video-content .button-link {
  margin-top: 48px;
}

.img-video {
  top: 0;
  left: 0;
  margin-left: -1px;
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../img/home/Screenshot_1.jpg);
  background-position: center;
  background-size: cover;
}

/*
------------------------
10. CAROUSEL SLIDER PAGE
------------------------
*/
.carousel-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  min-height: 100vh;
  padding-bottom: 24px;
}

.carousel-slider .main-title {
  font-size: 36px;
}

.carousel-slider .img-slider:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, #000000 30%, #000000 30%, rgba(0, 212, 255, 0) 50%);
}

.carousel-slider .slider-text {
  width: 100%;
}

/*
----------------------
11. TOOLTIP WORKS PAGE
----------------------
*/
.tooltip-works {
  position: relative;
  overflow: hidden;
}

.mouseOver_text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mouseOver_text h3 {
  display: flex;
}

.mouseOver_text h3 span {
  color: #1648e3;
  margin-right: 12px;
  font-size: 18px;
  font-weight: 800;
  margin-top: 8px;
}

.mouseOver_text img {
  max-width: 100%;
  max-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 auto;
}

a.img-link-hover {
  overflow: hidden;
  display: inline-block;
  font-size: 48px;
  line-height: 90px;
  color: #000000;
  transition-duration: 0.5s;
}

a.img-link-hover:hover {
  color: white;
  transition-duration: 0.5s;
}

#show-image {
  position: absolute;
  display: none;
  color: #000000;
  z-index: 2;
}

#show-image img {
  transition-duration: 0.3s;
  width: 25vw;
}

.wrap-portfolio-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.wrap-portfolio-bg .portfolio-bg {
  position: absolute;
  bottom: 5%;
  right: 20%;
  opacity: 0.05;
  transition-duration: 0.2s;
}

/*
-----------------------
12. PARALLAX WORKS PAGE
-----------------------
*/
.wrap-panel {
  width: 100%;
  height: 100vh;
  transition-duration: 0.01s;
  overflow: hidden;
}

.wrap-panel .p-works-item {
  display: inline-block;
  position: relative;
  height: 170%;
  width: 100%;
  background-position: center !important;
  background-size: cover !important;
  transition-duration: 0.2s;
}

.p-info-works {
  position: absolute;
  color: #ffffff;
  bottom: 15%;
  margin-left: 48px;
  width: 40%;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.p-info-works p {
  margin-top: 24px;
  color: #ffffff;
  font-weight: 200;
}

/*
-----------------------
13. SINGLE PROJECT PAGE
-----------------------
*/
.header-project {
  position: relative;
  overflow: hidden;
  padding-top: 180px;
  padding-bottom: 110px;
}

.header-project2 {
  background: url(../img/t1/black_bg.jpg);
  z-index: -1;
  /*background-color: #000000;*/
  background-size: 100%;
  background-position: right top;
  background-repeat: repeat;
  position: relative;
  overflow: hidden;
  padding-top: 180px;
  padding-bottom: 170px;
}

.header-project3 {
  background: url(../img/t1/black_bg.jpg);
  z-index: -1;
  /*background-color: #000000;*/
  background-size: 100%;
  background-position: right top;
  background-repeat: repeat;
  position: relative;
  overflow: hidden;
  padding-top: 180px;
  padding-bottom: 170px;
}


.project-section {
  padding-top: 0;
  padding-bottom: 144px;
}

.project-info>p>span {
  padding-right: 6px;
  font-weight: 600;
  color: #000000;
}

.project-info>p>a {
  color: #666666;
  text-decoration: underline;
  transition-duration: 0.3s;
  font-weight: 400;
}

.project-info>p>a:hover {
  color: #1f1f1f;
}

.image-link-project {
  display: inline-block;
  margin-bottom: 30px;
}

.image-link-project img {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: 1s cubic-bezier(0.085, 0.85, 0.17, 1);
}

.image-link-project img:hover {
  -webkit-clip-path: inset(10px 10px 10px 10px);
  clip-path: inset(10px 10px 10px 10px);
}

.arrows-section {
  margin-top: 48px;
}

.arrows-obj {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.arrow-left {
  display: inline-block;
}

.project-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
  position: relative;
}

.project-arrow:before {
  content: "";
  width: 150%;
  height: 1px;
  bottom: -10px;
  background-color: #000000;
  position: absolute;
}

.arrow-text {
  transition-duration: 0.5s;
}

.arrow-left:hover div .arrow-text {
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
  transition-duration: 0.5s;
}

.arrow-right:hover div .arrow-text {
  -webkit-transform: translateX(-24px);
  transform: translateX(-24px);
  transition-duration: 0.5s;
}

.page-link {
  font-size: 16px;
  position: relative;
  display: block;
  padding: 6px;
  margin-left: -1px;
  color: #9E9E9E;
  background-color: transparent;
  border: none;
  transition-duration: 0.2s;
}

.page-item.active .page-link {
  z-index: 0;
  color: #000000;
  background-color: transparent;
  border-color: transparent;
  font-weight: 600;
}

.page-link:focus,
.page-link:hover {
  color: #1f1f1f;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  font-weight: 600;
}

/*
--------------
14. BLOG PAGE
--------------
*/
.latest-post-text h3 {
  color: #000000;
  margin-bottom: 12px;
}

.news-tag {
  color: #666;
  font-weight: 800;
  transition-duration: 0.5s;
}

.post-date {
  float: right;
  display: inline-block;
  color: #666;
}

.date-post {
  color: #666;
}

.search-block {
  margin-bottom: 12px;
}

.form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 6px 12px;
  font-size: 12px;
  font-style: italic;
  color: #666 !important;
  background-color: #131313;
  background-image: none;
  border: none;
  border-bottom: none;
  border-radius: 0;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  resize: none;
}

.form-control:focus {
  background-color: #131313 !important;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.latest-post {
  margin-bottom: 96px;
}

.latest-post-text {
  margin-top: 24px;
}

.latest-post-text .button-link {
  margin-top: 24px;
}

.blog-about-me h5 {
  margin-top: 24px;
  margin-bottom: 12px;
}

.blog-categories a,
.recent-post a {
  color: #757575;
  font-weight: 600;
}

.tags a {
  color: #e0e0e0;
  font-weight: 600;
}

.tags a:hover {
  color: #9e9e9e;
}

.blog-categories a:hover,
.recent-post a:hover,
a.news-tag:hover {
  color: #1f1f1f;
}

.blog-categories h5,
.recent-post h5,
.tags h5 {
  margin-bottom: 12px;
}

.blog-sidebar h5 {
  font-weight: 600;
  color: #000000;
}

.blog-categories,
.recent-post,
.tags {
  margin-top: 24px;
}

.blog-categories a,
.recent-post a {
  text-decoration: underline;
}

.sidebar-tags li {
  display: inline-block;
  padding: 3px 18px;
  background-color: #131313;
  margin-bottom: 12px;
  margin-right: 12px;
  border-radius: 50px;
}

.other-posts {
  border-top: 1px solid #999999;
}

a.post-link {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

a.post-link img {
  margin-bottom: 24px;
}

blockquote {
  margin: 24px 0;
  color: #1f1f1f;
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
}

/*
-----------------
15. CONTACTS PAGE
-----------------
*/
.contact-info {
  margin-top: 48px;
}

.contact-info ul>li>p span {
  font-weight: 600;
  color: #000;
}

/*  15.1  FORM */
.well {
  min-height: 20px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-top: 48px;
}

.form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 6px 12px;
  color: #666 !important;
  background-color: transparent;
  background-image: none;
  border: 1px solid #666;
  border-radius: 0;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  resize: none;
}

.has-error .form-control {
  box-shadow: none;
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: none;
}

.inform {
  text-align: center;
}

.inform span {
  font-weight: 700;
  color: #4db6ac;
}

.contact_inform {
  margin-bottom: 44px;
  border-bottom: 1px solid #000000;
  padding: 22px 0 22px 0;
}

.form-control:focus {
  background-color: #fbfbfb !important;
  border-color: #666666;
  outline: 0;
  box-shadow: none;
}

textarea#message {
  height: 96px;
}

button#form-submit {
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
}

button#form-submit .wrap-button-link {
  margin-top: 24px;
}

button:focus {
  outline: none;
}

.form-group {
  margin-bottom: 24px;
}

.help-block.with-errors {
  color: #000000;
}

.text-success {
  color: #000000 !important;
}

/* 15.2  GOOGLEMAP */
.map-section {
  margin-top: 96px;
}

.googlemap {
  width: 100%;
}

#map {
  width: 100%;
  height: 400px;
  background-color: grey;
}






/* Heading */

/*h1 {
  font-size: 1.5em;
  text-align: center;
  padding: 70px 0 0 0;
  color: #EF8354;
  font-weight: 300;
  letter-spacing: 1px;
}

span {
  border: 2px solid #4F5D75;
  padding: 10px;
}*/


/* Layout Styling */

/*#container1 {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 150px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
*/

/* Button Styles */

.button {
  display: inline-flex;
  height: 40px;
  width: 150px;
  border: 2px solid #1648e3;
  margin: 20px 10px 20px 6px;
  color: #1648e3;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  text-align: center;

}

.button2 {
  display: inline-flex;
  height: 40px;
  width: 150px;
  border: 2px solid #1648e3;
  margin: 20px 10px 20px 6px;
  color: #1648e3;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  text-align: center;

}

a {
  color: white;
  /*color: #1648e3;*/
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: bold;
}

a:hover
{
  color: rgb(242, 242, 242);
  text-decoration: none;
}

.a-white-bg{
  color: #1648e3;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: none;
}

.a-white-bg:hover{
  color: #2f60f3;
  text-decoration: none;
}


/* Second Button */

#button-2 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-top: 70px;
}

#button-2 a {
  position: relative;
  transition: all .35s ease-Out;
}

#button-3 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-top: 50px;
}

#button-3 a {
  position: relative;
  transition: all .35s ease-Out;
}

#button-4 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-top: 50px;
}

#button-4 a {
  position: relative;
  transition: all .35s ease-Out;
}

#button-5 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-top: 0px;
  margin-left: 0px;
}

#button-5 a {
  position: relative;
  transition: all .35s ease-Out;
}

#slide {
  width: 100%;
  height: 100%;
  left: -200px;
  background: #1648e3;
  position: absolute;
  transition: all .35s ease-Out;
  bottom: 0;
}

#slide2 {
  width: 100%;
  height: 100%;
  left: 200px;
  background: #1648e3;
  position: absolute;
  transition: all .35s ease-Out;
  bottom: 0;
}

#slide3 {
  width: 100%;
  height: 100%;
  top: 40px;
  background: #1648e3;
  position: absolute;
  transition: all .35s ease-Out;
  bottom: 0;
}

#button-2:hover #slide {
  left: 0;
}

#button-2:hover a {
  color: #2D3142;
}

#button-3:hover #slide2 {
  left: 0;
}

#button-3:hover a {
  color: #2D3142;
}

#button-4:hover #slide3 {
  top: 0px;
}

#button-4:hover a {
  color: #2D3142;
}


#button-5:hover #slide {
  left: 0px;
}

#button-5:hover a {
  color: #2D3142;
}






@media screen and (min-width:1000px) {
  h1 {
    font-size: 2.2em;
  }

  #container {
    width: 50%;
  }
}

/* 16. MEDIA QUERIES FOR RESPONSIVE DESIGN */

@media (max-height: 700px) {
  .GreenTitle {
    /*font-size:95px;*/
    font-size: 130px;
    margin-top: 55px;
  }

  .whiteTitle {

    font-size: 95px;

  }

  .mainText {
    margin-top: 58px;
    /*font-size:95px;*/
  }

  .mainText2 {
    margin-top: 150px;
  }

  .scrollText {
    margin-top: 0px;

  }
}





@media (max-height: 520px) {
  .horizontal-el {
    height: 400px;
    width: 300px;
  }
}



@media (max-height: 420px) {
  .header-text-bg span {
    font-size: 260px;
  }

  .header-text-bg2 span {
    font-size: 260px;
  }

  .header-text-bg3 span {
    font-size: 260px;
  }

  .header-text-bg4 span {
    font-size: 260px;
  }

  .horizontal-el {
    height: 300px;
    width: 270px;
  }

  .htl-works-img {
    width: 150%;
  }

}

@media (max-width: 991.9px) {
  section {
    padding: 30px 0 30px 0;
  }

  .dark_bg_header{
    font-size: 30px;
  }


  #full-bg {
    background-image: url(../img/home/home_imagew.jpg) !important;
    height: 100% !important;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


    height: 100vh;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #000;
  }


  #horizontal-scrollbar {
    background-image: url(../img/home/bg_mob.jpg) !important;

  }


  .buttons {

    margin-left: 80px;
    margin-top: 50px;

  }

  .buttonsT5 {

    margin-left: 80px;
    margin-top: 50px;

  }


  .buttonsPT {

    margin-left: 80px;
    margin-top: 50px;

  }

  .aboutWAS {
    margin-left: 80px;
    margin-top: 50px;
  }

  .dark_bgT3B {
    margin-top: 0px;
  }


  .dark_bgT2BTT {
    margin-top: 0px;
  }

  .image-link-home .img {
    height: 400px;
  }

  .image-link-home .img .anim-el-works {
    height: 140%;
  }

  .subtitle-section5 {
    right: 13px;
  }

  .subtitle-section6 {
    right: 13px;
  }

  .p-info-works {
    width: 50%;
  }

  .masonry-grid-sizer-3 {
    width: 50%;
  }

  .masonry-item-3 {
    overflow: hidden;
    width: 33.333%;
  }

  .fun-facts {
    padding: 100px 0 100px 0;
  }

  .dark_bg_header {
    line-height: 1;
  }

  .sText {
    margin-top: 20px;
    margin-left: 60px;
    margin-bottom: 60px;
    /*font-family: "bannersB";*/
    font-family: 'trendT';
    /*color: #1648e3;*/
    /*transition-duration: 0.5s;*/
    font-size: 40px;
    /*color: transparent;*/
    color: black;
    line-height: 1;
  }

  .subtitle-section {
    font-size: 80px;
    right: 35px;
  }

  .sTextL {
    font-size: 35px;
  }

  .subtitle-section2 {
    font-size: 70px;
    right: 30px;
  }

  .subtitle-section4 {
    font-size: 55px;
    right: 80px;
  }

  .light_caption {
    margin-right: 10px;
  }

  .light_captionVE {
    margin-right: 10px;
  }


  .light_captionIFS {
    margin-right: 10px;
  }


  .light_captionT5 {
    margin-right: 10px;
  }

  .light_captionT5IMG {
    margin-right: 10px;
  }


  .light_captionIMG {
    margin-right: 10px;
  }

  .light_captionT3 {
    margin-right: -116px;
  }

  .dark_caption {
    margin-right: 20px;
    margin-right: 5px;
  }

  .dark_captionPTP {
    margin-right: 20px;
    margin-right: 5px;
  }

  .dark_captionT5 {
    margin-right: 20px;
    margin-right: 5px;
  }

  .dark_captionVIBE {
    margin-right: 20px;
    margin-right: 5px;
  }

  .dark_captionTT {
    margin-right: 20px;
    margin-right: 5px;
  }

  .dark_captionTTSC {
    margin-right: 20px;
    margin-right: 5px;
  }

  .dark_captionTTSC2 {
    margin-right: 20px;
    margin-right: 5px;
  }


  .dark_caption1 {
    margin-left: 5px;
    margin-right: 0px;
  }

  .dark_captionT3 {
    margin-left: 5px;
    margin-right: 0px;
  }

  .dark_captionT3SC {
    margin-left: 5px;
    margin-right: 0px;
  }

  .dark_captionT3SC1 {
    margin-left: 5px;
    margin-right: 0px;
  }

  .button {
    margin-top: 440px;
  }

  .button2 {
    margin-top: 440px;
  }
}



@media (max-width: 767.9px) {

  .fun-facts2 {
    margin-top: 50px;
  }



  .full-nav-linksS a {
    line-height: 50px;
  }


  .wrap-menu-img>div {
    display: none;

  }

  .tt {
    display: unset;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }




  .menu-bg2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    /* margin: auto; */
    /* background-position: center !important; */
    background-size: cover !important;
    z-index: -1;
    overflow: hidden;
    background-color: #ffffff;

  }

  .full-nav .section-scrollbar-demo-menu {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mainText3 {
    min-width: 650px;
  }

  .o-imageP {
    margin-left: -19px;
  }

  .auto-resizable-iframe {
    margin-left: 89px;
  }

  .home-parallax {
    height: 40vh;
  }

  .wrap-scroll-img2 {
    height: 100%;
    padding-top: 345px;
  }

  .about-text {
    margin-left: 24px;
  }

  .about-text2 {
    margin-top: -120px;
  }

  .home-split-content h1 {
    font-size: 48px;
  }

  .service-name {
    margin-bottom: 24px;
  }

  .fun-facts {
    padding: 176px 0 15px 0;
  }

  .fun-facts span {
    font-size: 60px;
  }

  .fun-facts .fun-facts-bg span {
    font-size: 160px;
  }

  .photo-frame {
    display: none;
  }

  .dark_bg4 {
    margin-top: 20px;
  }

  .dark_bg4T3 {
    margin-top: -95px;
    /*margin-bottom: 30px;*/
  }

  .dark_bg3_textVIBE {
    margin-left: 69px;
  }

  .dark_bg4T3VE {
    margin-top: 40px;
    /*margin-bottom: 30px;*/
  }

  .dark_bg4T5 {
    margin-top: 10px;
    /*margin-bottom: 30px;*/
  }

  .dark_bg4T3PT {
    margin-top: -100px;
    /*margin-bottom: 30px;*/
  }



  .dark_bg4T4 {
    margin-top: -100px;
  }

  .dark_bg4T4NM {
    margin-top: -100px;
  }

  footer {
    padding-bottom: 0;
  }

  .about-us,
  .about-me {
    padding-bottom: 120px;
  }

  .our-philosophy,
  .my-story {
    /*border-top: 1px solid #e0e0e0;*/
    background-size: 60%;
  }

  .dark_bg3 {
    margin-top: 40px;
  }

  .dark_bg3T3 {
    margin-top: 11px;
    /*padding-bottom: 11px;*/
  }

  .dark_bgVIBEtext {
    margin-top: -26px;
  }

  .dark_bgVIBEtext2 {
    margin-top: 180px;
  }

  .team-content {
    margin-top: 30px;
  }

  .team-contentT3 {
    margin-top: -100px;
  }

  .circle {
    margin-top: 48px;
  }

  .news-sidebar {
    margin-top: 120px;
  }

  .other-posts {
    padding: 96px 0 48px 0;
  }

  .other-posts .post-link {
    display: inline-block;
    margin-bottom: 48px;
  }

  .p-info-works {
    width: 90%;
  }

  a.img-link-hover {
    font-size: 36px;
    line-height: 68px;
  }

  .wrap-portfolio-bg {
    left: 15%;
  }

  .image-link-home .img {
    height: 300px;
  }

  .image-link-home .img .anim-el-works {
    height: 150%;
  }

  .masonry-item-3 .image-link-home .img {
    height: 300px;
  }

  .masonry-item-3 .image-link-home .img .anim-el-works {
    height: 130%;
  }

  .dark_caption {
    margin-left: 100px;
    margin-right: 89px;
  }

  .dark_captionPTP {
    margin-left: 100px;
    margin-right: 89px;
  }

  .dark_captionT5 {
    margin-left: 100px;
    margin-right: 89px;
  }

  .dark_captionVIBE {
    margin-left: 100px;
    margin-right: 89px;
  }

  .dark_captionTT {
    margin-left: 100px;
    margin-right: 89px;
  }

  .dark_captionTTSC {
    margin-left: 100px;
    margin-right: 89px;
  }

  .dark_captionTTSC2 {
    margin-left: 100px;
    margin-right: 89px;
  }

  .dark_captionT3 {
    margin-left: 0px;
    margin-right: 89px;
  }

  .dark_captionT3SC {
    margin-left: 100px;
    margin-right: 89px;
  }

  .dark_captionT3SC1 {
    margin-left: 80px;
    margin-right: 89px;
  }

  .subtitle-section4 {
    font-size: 40px;
    right: 50px;
  }

  .light_caption {
    text-align: left;
    margin-left: 82px;
    margin-right: 89px;
  }


  .light_captionVE {
    text-align: left;
    margin-left: 88px;
    margin-right: 89px;
  }

  .light_captionIFS {
    text-align: left;
    margin-left: 100px;
    margin-right: 89px;
  }

  .light_captionT5 {
    text-align: left;
    margin-left: 83px;
    margin-right: 89px;
  }

  .light_captionT5IMG {
    text-align: left;
    margin-left: 100px;
    margin-right: 89px;
  }


  .light_captionIMG {
    text-align: left;
    margin-left: 100px;
    margin-right: 89px;
  }

  .light_captionT3 {
    text-align: left;
    margin-left: 60px;
    margin-right: 89px;
  }

  .dark_caption1 {
    margin-left: 85px;
    margin-bottom: 10px;
    margin-right: 80px;
  }

  .buttons {
    padding-top: 300px;
    /*margin-top:365px;*/
    margin: 0 auto;
    max-width: 160px;
    /*margin-left:177px;*/
  }

  .buttonsT5 {
    padding-top: 300px;
    /*margin-top:365px;*/
    margin: 0 auto;
    max-width: 160px;
    /*margin-left:177px;*/
  }

  .buttonsPT {
    padding-top: 300px;
    /*margin-top:365px;*/
    margin: 0 auto;
    max-width: 160px;
    /*margin-left:177px;*/
  }

  .subtitle-section {
    font-size: 60px;
    right: 21px;
  }

  .subtitle-section2 {
    font-size: 55px;
  }

  .subtitle-section3 {
    font-size: 90px;
  }

  .subtitle-section5 {
    font-size: 20px;
    right: 15px;
  }

  .subtitle-section6 {
    font-size: 20px;
    right: 15px;
  }

}

@media (max-width: 575.9px) {


  #scroll-down {
    display: none;
  }

  .team-content {
    margin-top: -50px;
  }


  #video {
    display: none;
  }


  #mobimageS {

    display: unset;
    overflow: hidden;
    width: 100%;

  }

  #mobimageS video {

    width: 100vw;
    height: 100%;
    object-fit: cover;

  }


  .quote {
    font-family:Glancyr-Bold;
    font-size: 30px;
    margin-left: 10px; 
  }

  .item-team {
    background: none !important;
    margin-left: -32px;
  }

  .item-team2 {
    background: none !important;
    /*margin-left:-32px;*/
  }


  .tweet_s {
    max-width: 100% !important;
  }

  .about-text2 {

    margin-top: -200px;
  }

  .htl-works-img:before {

    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 30%);

  }


  .mobileImage {

    display: unset;
    /*margin-right:85px;*/
    margin-top: 59px;
    margin-bottom: 10px;
  }

  .dark_bg_header {
    display: none;
  }

  .header-text-bg5 {
    display: none;

  }

  .whiteTitle {
    font-size: 100px;
    margin-left: -162px;
    margin-top: 10px;

  }

  .GreenTitle {
    font-size: 135px;
    margin-left: -162px;
    margin-top: 68px;
    margin-bottom: 135px;
  }

  .mainText {
    min-width: 500px;
    font-size: 18px;
    margin-top: -50px;
    margin-left: 40px
  }

  .dark_bgVIBEtext {
    margin-top: -90px;
    margin-left: 23px;
  }

  .dark_bgVIBEtext2 {
    margin-top: 70px;
    margin-left: 23px;
  }

  .aboutVIBE {
    padding-bottom: 220px;
  }

  .col-md-4 {
    display: none;
  }


  .dark_bgVIBE {
    line-height: 1;
    font-size: 30px;
    margin-top: 10px;
  }

  .head-text-img {
    margin-left: -600px;
  }

  .mainText2 {
    min-width: 500px;
    font-size: 18px;
    margin-top: 250px;
  }

  .header-text-sectionAdd {
    margin-left: 23px;
  }

  .header-text-sectionAdd2 {
    margin-left: 10px;
  }


  .mainText3 {
    min-width: 440px;
    font-size: 18px;
    margin-left: 40px;
  }

  .auto-resizable-iframe {
    margin-left: 16px;
  }

  .fun-facts span {
    font-size: 30px;
  }

  .subtitle-section5 {
    font-size: 15px;
    line-height: 1.6;

  }

  .subtitle-section6 {
    font-size: 15px;
    line-height: 1.6;

  }

  .header-text-bg {
    display: none;
  }

  .header-text-bg2 {
    display: none;
  }

  .header-text-bg3 {
    display: none;
  }

  .header-text-bg4 {
    display: none;
  }


  .header-project {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .header-project2 {
    padding-top: 77px;
    padding-bottom: 0px;
    font-size: 20px;
    margin-bottom: -0px;
  }

  .header-project3 {
    padding-top: 20px;
    padding-bottom: 0px;
    /*padding-left: 46px;*/
  }

  .subtitle-section2 {

    font-size: 35px;
    margin-top: -35px;
    margin-left: 27px;
    text-align: left;
  }



  .subtitle-section3 {

    font-size: 50px;
  }

  .dark_bg_header {
    font-size: 35px;

  }


  .dark_bg {
    margin-top: -20px;
  }


  .dark_bgSCS {
    margin-top: -50px;
  }

  .dark_bgNM {
    margin-top: -40px;
  }

  .subtitle-section4 {

    font-size: 30px;
    right: 0px;
  }

  .s1 {
    padding-bottom: 15px;
  }

  .s2 {
    padding-bottom: 15px;
  }

  .services-item {
    padding-top: 35px;
    padding-bottom: 0px;
  }

  .s3 {
    padding-bottom: 15px;
  }

  .dark_bg2 {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .dark_bg2PTP {
    font-size: 20px;
    margin-bottom: -30px;
  }

  .dark_bg2NM {
    font-size: 20px;
    margin-bottom: -32px;
  }

  .full-nav-links a {
    font-size: 18px;
    letter-spacing: 6px;
    line-height: 48px;
  }

  .full-nav-linksS a {
    font-size: 14px;
    letter-spacing: 6px;
    line-height: 30px;
  }

  section {
    padding: 4px 0 72px 0;
  }

  h2.title-section {
    text-decoration: underline;
  }

  .home-split-img {
    display: none;
  }

  .home-split-content {
    width: 100%;
  }

  .number-attr-2 {
    margin: 48px 0 48px 0;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 14px;
  }

  .header-text-section {
    margin-bottom: 60px;
    margin-top: 10px;
    text-align: left;
    /*font-size: ;*/
  }

  .header-logo {
    display: none;
  }


  .wrap-nav {
    top: 24px;
  }

  .first-number {
    font-size: 48px;
  }

  .main-title {
    font-size: 48px;
  }

  .slider-text {
    width: 300px;
  }

  .tagline-marquee {
    font-size: 60px;
    line-height: 60px;
  }

  .anime-number-2,
  .anime-number-3 {
    display: inline-block;
    margin-top: 48px;
  }

  .about-us .title-section,
  .about-me .title-section {
    margin-bottom: 24px;
  }

  .subtitle-section {
    line-height: 50px;
    font-size: 50px;
    margin-left: 27px;
    text-align: left;

  }

  .header-tagline h2 {
    font-weight: 600;
    line-height: 48px;
  }

  .skill .header-text-section {
    margin-bottom: 0;
  }

  .wrap-masonry-grid-2,
  .masonry-grid-sizer-2,
  .masonry-item-2 {
    width: 100%;
    margin-top: 0px !important;
  }

  .masonry-item-2,
  .masonry-item-3 {
    margin-top: 48px !important;
  }

  .wrap-masonry-grid-3,
  .masonry-grid-sizer-3,
  .masonry-item-3 {
    width: 100%;
  }

  .contact-info {
    margin-top: 0;
  }

  .fact-item:nth-child(2n) {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wrap-circle-button {
    margin-top: 48px;
  }

  .carousel-slider .swiper-slide {
    align-items: center;
  }

  .p-info-works {
    width: 90%;
    margin-left: 15px;
  }

  

  .trigger-frame {
    /*margin-bottom:10px;*/
    /*background: none;*/
    /*background-color: #000000;*/
  }

  .image-link-home .img {
    height: 600px;
  }

  .image-link-home .img .anim-el-works {
    height: 120%;
  }

  .masonry-item-3 .image-link-home .img {
    height: 600px;
  }

  .dark_bg3_text {
    margin-left: 100px;
    margin-top: 26px;
    line-height: 1.6;
  }

  .light_captionIFS {
    margin-left: 35px;
  }

  .dark_caption1 {
    margin-left: 35px;
  }

}

@media (max-width: 449.9px) {


  .dark_bg3_text {
    margin-left: 65px;
    margin-top: 26px;
  }

  .home-parallax {
    height: 85vh;
  }

  .home-parallax-img {


    display: none;
    /* margin-right:85px;
 margin-top:59;*/
  }

  .home-parallax-img2 {

    display: unset;
    /* margin-right:85px;
 margin-top:59;*/
  }


  .s1 {
    padding-bottom: 13px;
  }

  .s2 {
    padding-bottom: 13px;
  }

  .s3 {
    padding-bottom: 13px;
  }

  .fun-facts2 {

    padding: 90px 0 30px 0;

  }

  .fun-facts2 span {
    font-size: 50px;
  }

  .anime-number {
    font-size: 50px;
    margin-left: 10px;

  }

  .dark_bgVIBE {
    font-size: 25px;
    margin-top: -25px;
  }

  .sText {
    margin-top: -11px;
    margin-bottom: 35px;
    font-size: 25px;
  }

  .sTextL {
    margin-top: -11px;
    margin-bottom: 35px;

  }

  .contentMain {
    display: none;
  }

  .mainText3 {
    min-width: 350px;
    font-size: 14px;
    margin-top: 10px;
  }

  .mainText4 {
    min-width: 350px;
    font-size: 14px;
    margin-top: 10px;
  }

  .head-text-img {
    margin-left: -444px;
  }


  .auto-resizable-iframe-be {
    max-width: 600px;
    margin: 0px auto;
    margin-left: 0px;
    padding-top: 0px;
  }

  .auto-resizable-iframe {
    margin-left: 10px;
  }

  .subtitle-section {
    /*padding-left:10px!important;*/
    margin-left: 27px;
    /*line-height: 50px;*/
    font-size: 35px;
    /*right:-10px;*/
    margin-bottom: -40px;
    text-align: left;
  }

  .fun-facts {
    padding: 130px 0 40px 0;
  }

  .light_caption {
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 10px;
  }


  .light_captionVE {
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .light_captionIFS {
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 17px;
  }


  .light_captionT5 {
    margin-left: 5px;
    margin-right: 10px;
  }

  .light_captionT5IMG {
    margin-left: 64px;
    margin-right: 51px;
  }


  .light_captionIMG {
    margin-top: 15px;
    margin-left: 64px;
    margin-right: 70px;
  }

  .light_captionT3 {
    margin-left: 0px;
    margin-right: 10px;

  }

  .subtitle-section2 {
    font-size: 27px;
    /*right:-14px;*/
    margin-top: -35px;
    margin-left: 35px;
    text-align: left;
  }



  .buttons {

    margin: 0 auto;
    max-width: 310px;
    /*height: 100px;*/
    /*background-color: #ccc;*/
    /*border-radius: 3px;*/

    /*margin-left:31px;*/

    margin-top: 40px;
  }

  .buttonsT5 {

    margin: 0 auto;
    max-width: 310px;
    /*height: 100px;*/
    /*background-color: #ccc;*/
    /*border-radius: 3px;*/

    /*margin-left:31px;*/

    margin-top: -100px;
  }

  .imgSpace {
    margin-top: 10px;
  }

  .buttonsPT {

    margin: 0 auto;
    max-width: 310px;
    /*height: 100px;*/
    /*background-color: #ccc;*/
    /*border-radius: 3px;*/

    /*margin-left:31px;*/

    margin-top: -140px;
  }


  .button2 {
    display: none;
  }

  .button {

    width: 137px;
  }


  .subtitle-section4 {
    margin-top: 8px;
    margin-bottom: -30px;
    font-size: 22px;
    right: 9px;
    text-align: left;
    margin-left: 8px;
  }

  .dark_caption {
    margin-left: 0px;
    margin-right: 0px;
  }

  .dark_captionPTP {
    margin-left: 0px;
    margin-right: 0px;
  }

  .dark_captionT5 {
    margin-left: 0px;
    margin-right: 0px;
  }


  .dark_captionT5 {
    margin-left: 0px;
    margin-right: 0px;
  }


  .dark_captionVIBE {
    margin-left: 0px;
    margin-right: 0px;
  }

  .dark_captionTT {
    margin-left: 20px;
  }

  .dark_captionTTSC {
    margin-left: 20px;
  }

  .dark_captionTTSC2 {
    margin-left: 0px;
    margin-right: 0px;
  }


  .dark_caption1 {
    margin-left: 5px;
    margin-right: 23px;
  }

  .dark_captionT3 {
    margin-left: 0px;
    margin-right: 23px;
  }

  .dark_captionT3SC {
    margin-left: 7px;
    margin-right: 23px;
  }

  .dark_captionT3SC1 {
    margin-left: 7px;
    margin-right: 23px;
  }


  .main-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
  }

  .footer-cotact-info p {
    font-size: 18px;
  }

  .our-philosophy {
    background: none;
  }

  a.img-link-hover {
    font-size: 24px;
    line-height: 48px;
  }

  .image-link-home .img {
    height: 400px;
  }

  .image-link-home .img .anim-el-works {
    height: 140%;
  }

  .wrap-scroll-img2 {
    padding-top: 330px;
    padding-bottom: 40px;
  }
}

/* 16.1 HORIZONTAL SCROLL (WORKS PAGE) */
@media (max-height: 575.9px) {
  .wrap-horizontal .title-section {
    margin-bottom: 12px;
  }

  .wrap-horizontal .header-text-section {
    margin-bottom: 24px;

  }

  .wrap-horizontal .header-tagline h2 {
    line-height: 48px;
  }

  .wrap-horizontal h1 {
    font-size: 48px;
  }

  .wrap-horizontal h2 {
    font-size: 36px;
  }

  .wrap-horizontal footer .logo>img {
    width: 124px;
    margin-top: 0px;
  }

  .wrap-horizontal .footer-about h3 {
    margin-top: 24px;
  }

  .wrap-horizontal .footer-cotact-info {
    font-size: 18px;
    margin-top: 24px;
  }
}

@media (max-height: 650px) {
  .p-info-works {
    bottom: 10%;
  }
}

@media (max-height: 460px) {
  .wrap-horizontal .footer-horizontal div {
    width: 500px;
  }

  .wrap-horizontal .tagline-marquee- .tagline-marquee-scroll2 div {
    min-width: 600px;
    font-size: 60px;
    line-height: 80px;
  }

  .p-info-works {
    bottom: 0;
  }
}