@font-face {
 font-family: 'Poppins-Bold';
 src: local('Poppins-Bold'), url(../Fonts/Poppins-Bold.otf) format('truetype');
}
@font-face {
 font-family: 'Poppins-ExtraBold';
 src: local('Poppins-ExtraBold'), url(../Fonts/Poppins-ExtraBold.otf) format('truetype');
}
@font-face {
 font-family: 'Poppins-Italic';
 src: local('Poppins-Italic'), url(../Fonts/Poppins-Italic.otf) format('truetype');
}
@font-face {
 font-family: 'Poppins-Thin';
 src: local('Poppins-Thin'), url(../Fonts/Poppins-Thin.otf) format('truetype');
}
@font-face {
 font-family: 'Poppins-Regular';
 src: local('Poppins-Regular'), url(../Fonts/Poppins-Regular.otf) format('truetype');
}
body{
    width:100vw;
/*    height: auto;*/
    padding: 0;
    margin: 0;
    float: left;
    background-color: #FFFFFF;
    color: #4A4A4A;
    font-family: Poppins-Regular;
    position: relative;
    overflow-x: hidden;
}
#desktop{
    display: block;
    z-index: 10;
}
#mobile{
    display: none;
    z-index: 10 !important;
    float: left;
    position: absolute;
    top:0;
    left: 0;
    right:0;
}
#dot_one{
    width:50%;
    z-index: -10;
    margin-left:19.5%;
    margin-right: 17%;
    float: left;
    height:488px;
}
#dot_one >img{
    object-fit: cover;
    height:100%;
    width:100%;
}
.nav{
  color: #4A4A4A; 
  margin-left: 3%;
/*    border: 2px solid green;*/
}
.navbar-brand>img{
    height: 20%;
    width: 70%;
}
.flex-column{
    left:0;
    top:0;
    position: absolute;
    height: 70%;
    width: 16%;
    margin-top: 4%;
    
}
#carousel{
    width:80%;
    float: left;
    right: 0;
    top: 0;
    z-index: 0;
    bottom: 0;
    position: absolute;
    height: 459px;
/*    border:3px solid red;*/
    
}
.carousel-item{
    height: 539px;
}
.carousel-item img{
    width: 100%;
    max-height: 100%;
    height: 539px;
}
#carousel > #prevBtn{
    background-color: red;
    border-radius: 60%;
    height: 8%;
    width: 4%;
    position: absolute;
    margin-left: 80%;
    bottom: 0;
    margin-top: 39%;
    right: 0;
}
#carousel > #nextBtn{
    background-color: red;
    border-radius: 60%;
    height: 8%;
    width: 4%;
    position: absolute;
    margin-left: 70%;
    bottom: 0;
    margin-top: 39%;
    right: 0;
}
.nav-item{
    font-weight: bolder;
    color: #4A4A4A;
    font-size: 20px;
}
.nav-item .active{
    color: red;
    font-weight: bolder;
}
.nav-link{
    color: #4A4A4A;  
}
.nav-item :hover{
    color: #8F0C18;
}
#carousel > .overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 94%;
  opacity: 1;
  background-color: transparent;
    margin-left: 6%;
}
#carousel > .overlay >img{
    color: white;
    height: 75%;
    right: 0;
    top:0;
    position: absolute;
    margin-top:50px;
    margin-right: 30px;
}
footer{
    width: 94%;
    float: left;
    margin-top: 1%;
    height: auto;
    display: block;
    position: relative;
    font-size: 12px;
/*    border: 2px solid green;*/
}
.label{
    font-size: 30px;
    margin-left: 219px;
    color: #4A4A4A;
}
.text{
    font-size: 16px;
    margin-left: 219px;
    text-align: justify;
}
.social_media_btns{
    margin-top: -2%;
    margin-left: 75%;
    width: 15%;
}
.social_media_btns > a{
/*    margin-left: 7px;*/
/*    color: #999999;*/
    font-size: 13px;
}
.btn{
    border-radius: 27px;
}
#page1{
    height: 110vh;
    width: 100vw;
    float: left;
    z-index: 0;
    display: block;
    position: absolute;
}
#page2{
    background-color: #F9FAFC;
    height: 147vh;
    width: 100vw;
    float: left;
    z-index: 0;
    display: block;
    position: absolute;
    margin-top: 112vh;
}
#page2>div{
    height: 100%;
    width:49%;
    float: left;
}
#page3{
    height: 110vh;
/*    border: 3px solid green;*/
    width: 100vw;
    float: left;
    z-index: 0;
    display: block;
    position: absolute;
    margin-top: 220vh;
}
#grey_block{
    margin-left: 10%;
    height: 155%;
    width: 90%;
    border-radius: 24px;
    background-color: #EDEFF1;
    float: left
}
#grey_block>#dot2{
    width:80%;
    margin-left: 10%;
    float: left;
    margin-top: 25%;
    z-index: 0;
}
#dot2>img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    float: left;
}
#grey_block>#grey_block_img{
    height: 50%;
    width: 90%;
   
    margin-top: 7%;
    z-index: 2;
    float: left;
    position: absolute;
    margin-left: -12%;
}
#grey_block_img>img{
    height: 100%;
    width: 100%;
     object-fit: cover;
}
#about_us>h1{
    font-size: 40px;
    text-align: right;
        
}
#about_us>h3{
    font-size: 37px;
}
#about_us>p{
    font-size: 15px;
}
#about_us>p:nth-child(2)>i{
    color: #4A4A4A;
}
#wrapper{
    width:100%;
/*    border: 3px solid orange;*/
    float: left;
    height: 100%;
}
#wrapper>#red_block{
    margin-top: 0%;
    z-index: 4;
    width: 65%;
    margin-left: 23%;
    border-radius: 25px;
    padding: 15px;
    height:97.4%;
    color: #F9FAFC;
/*    background: linear-gradient(to bottom, #000000 -33%, #ff2b2b 92%);*/
    background-repeat: no-repeat;
    background-size:cover;
    background-image: linear-gradient(45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%),url(../Images/social-media-for-business-940x470.png);
    float: left;
    background: -moz-linear-gradient(45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%),url(../Images/social-media-for-business-940x470.png); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1))),url(../Images/social-media-for-business-940x470.png); /* safari4+,chrome */
background: -webkit-linear-gradient(45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%),url(../Images/social-media-for-business-940x470.png); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%),url(../Images/social-media-for-business-940x470.png); /* opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%),url(../Images/social-media-for-business-940x470.png); /* ie10+ */
}
#wrapper>#dot3{
    z-index: -10;
    float: left;
        height: 70px;
    width: 100%;
}
#dot3>img{
    object-fit: contain;
    height: 481%;
    margin-top: 21%;
    margin-left: 10%;
}
#page3>div{
/*    border: 3px solid black;*/
    float: left;
    width: 50%;
    
}
#Contact_header{
    font-size: 34px;
    margin-left: 7%;
    font-family: Poppins-Bold;
    font-weight: bolder;
    margin-top:48%;
}
#contact_form{
    float: left;
/*    border:2px solid orange;*/
    margin-left: 2%;
    width: 94%;
}
input{
    border-radius: 27px;
    border: 1px solid #30445C;
    width: 100%;
    padding: 3px;
    padding-left: 24px;
}
textarea{
    border-radius: 27px;
    border: 1px solid #30445C;
    width: 100%;
    padding: 3px;
    height: 170px;
    padding-left: 24px;
}
form>ul{
    list-style: none;
    padding-left: 0;
}
ul>li{
    margin: 5%;
}
li>.btn{
    width: 23%;
    float: right;
}
#page3>#footer{
    background-color: #191650;
/*    position: absolute;*/
    right: 0;
    left: 0;
    bottom: 0;
    height: 131px;
    width: 100%;
    float: left;
    margin-top: 5.5%;
    color: white;
    font-size: 12px;
    padding-top: 25px;
}
#div2{
    height: 63%;
}
#logo2{
  height: 88px;
    width: 109px;
  position: absolute;
  bottom: -15%;
  left: 0;
}
#social_media2{
  position: absolute;
  bottom: 0;
  left: 0;
  align-content: center;
}
#social_media2>a{
    padding: 5px;
    align-self: center;
    text-align: center;
    color: #999999;
}
i{
    font-size: 24px;
/*    color: #999999 ;*/
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}
#up{
    border-radius: 8px;
    position: fixed;
    z-index: 5;
    opacity: 0.5;
    right: 5%;
    bottom: 8%;
}
#up:hover{
    opacity: 1;
}
#outer{
    width:100%;
    border: 3px solid orange;
    float: left;
    height: 105%;
}
#outer>#dot3{
    float: left;
        margin-left: 13%;

    height: 50%;
/*    width: 60%;

    z-index: 0;*/
    border: 3px solid blue;

       
}
#outer>#dot3 >img{
    object-fit: cover;
    height:100%;
    width:100%;
    z-index:-1; 
}
#red_block p{
    text-align: justify;
}
#mobile_img{
    display: none;
}
#right_label{
    text-align: right;
    font-family: Poppins-Bold;
    font-weight: bolder;
    margin-right: 2%;
    font-size: 33px;
}
.bold{
    font-family:Poppins-Bold;
    font-weight: bolder;
}
#devd{
    text-align: right;
    right: 3%;
    position: absolute;
    bottom: 0;
}
.detes{
    margin-left: 7%;
}
.detes>i{
    font-size: 16px;
}
#detes1{
    margin-top: 1%;
}
#detes1> span{
    margin-left: 1%;
    font-size: 12px;
}
#detes2> span{
    margin-left: 2%;
    font-size: 12px;
}
#detes3> span{
    margin-left: 1.3%;
    font-size: 12px;
}
#one>span{
    margin-left: 1%;
}
#two>span{
    margin-left: 4%;
}
#three>span{
     margin-left: 2%;
}
#carousel>#cf {
  position:relative;
  height:281px;
  width:450px;
  margin:0 auto;
  height: 100%;
  width: 100%;
/*  border: 3px solid green;*/
}
#cf >img {
  position:absolute;
  left:0;
  top:0;
  object-fit: cover;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  height: 100%;
  width: 100%;
}
#cf > img.top {
animation-name:cf4FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 10s;
animation-direction: alternate;
}
#location{
    font-size: 16px;
        margin-left: -4%;
}
#extra_text{
    margin-top: 110%;
    padding: 18px 
}
#overlay2 > b{
   position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 94%;
  opacity: 1;
  background-color: transparent;
    margin-left: 6%;
    margin-top: 10%;
    color: black;
    padding: 18px;
/*    border: 1px red solid;*/
        
}
#red_block>#carousel2{
    z-index: 2;
    width: 112%;
    height: 103.5%;
/*    border: 2px solid green;*/
    margin: -15px;
    border-radius: 23px;
}
#carousel2>#cf2{
    position:relative;
    margin:0 auto;
    height: 100%;
    width: 100%;
}
#cf2>img{
  position:absolute;
  left:0;
  top:0;
  object-fit: cover;
/*
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
*/
  height: 100%;
  width: 100%;
    border-radius: 23px;
}
#cf2> img.top {
animation-name:cf4FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 10s;
animation-direction: alternate;
}
@keyframes cf4FadeInOut {
  0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}


#cf img:nth-of-type(1) {
  animation-delay: 6s;
}
#cf img:nth-of-type(2) {
  animation-delay: 4s;
}
#cf img:nth-of-type(3) {
  animation-delay: 2s;
}
#cf img:nth-of-type(4) {
  animation-delay: 0;
}

#cf2 img:nth-of-type(1) {
  animation-delay: 6s;
}
#cf2 img:nth-of-type(2) {
  animation-delay: 4s;
}
#cf2 img:nth-of-type(3) {
  animation-delay: 2s;
}
#cf2 img:nth-of-type(4) {
  animation-delay: 0;
}

#moreTxt{
    display: block;
/*    border: 3px solid blue;*/
/*    height: 100px;*/
    position: absolute;
    left:195vh;
    top:0;
    z-index: 5;
    background-color: #F9FAFC;
        text-align: justify;
}
/*
open{
    color: 38DAEE !important;
    text-decoration: underline;
}
#colseMoreTxt{
    font-size: 20px;
    padding: 2px 10px;
    float: right;
    border: 0;
    border-radius: 8px;
}
*/
#contactDiv{
/*    border: 2px solid green;*/
    margin-top: 0;
    float: left;
    width: 88%;
    margin-left: 10%;
    border-radius: 15px;
    padding-bottom: 15px;
 background: -moz-linear-gradient(90deg, rgba(237,239,241,1) 0%, rgba(237,239,241,1) 0%, rgba(237,239,241,0) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(237,239,241,0)), color-stop(100%, rgba(237,239,241,1)), color-stop(100%, rgba(237,239,241,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(90deg, rgba(237,239,241,1) 0%, rgba(237,239,241,1) 0%, rgba(237,239,241,0) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(90deg, rgba(237,239,241,1) 0%, rgba(237,239,241,1) 0%, rgba(237,239,241,0) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(90deg, rgba(237,239,241,1) 0%, rgba(237,239,241,1) 0%, rgba(237,239,241,0) 100%); /* ie10+ */
background: linear-gradient(0deg, rgba(237,239,241,1) 0%, rgba(237,239,241,1) 0%, rgba(237,239,241,0) 100%); /* w3c */
}
/*
#openMoreTxt2{
    display: none;
    color: 38DAEE !important;
    text-decoration: underline;
}
#colseMoreTxt2{
        display: none;
        font-size: 20px;
        padding: 2px 10px;
        float: right;
        border: 0;
        border-radius: 8px;
    }
*/



@media screen and (max-width: 600px) {
    body{
        width:100vw;
        height: auto;
        padding: 0;
        margin: 0;   
    }
    #desktop{
        display: none;
    }
    #mobile{
        display: block;
        width: 100%;
/*        border: 3px solid red;*/
        float: left;
        
    }
    #navbarSupportedContent{
        width: 100%;
        background-color: rgba(255,255,255, 0.7);
    }
    .navbar-brand>img{
        width: 37%;
    }
    #carousel{
        display: none;
    }
    #dot_one{
       width:90%;
        z-index: -10;
        margin-left:5%;
        margin-right: 5%;
        float: left;
        height:350px; 
        margin-top: 26%;
/*        border: 3px solid orange;*/
    }
    #mobile_img{
        float: left;
        right: 0;
        top: 15.5%;
        left:0;
        z-index: 0;
        position: absolute;
        height: 55%;
        display: block;
        width: 101%;
/*        border: 3px solid green;*/
    }
    #mobile_img>img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .label{
        margin: 0;
        font-size: 29px;
        font-family: Poppins-Bold;
        text-align: center;
        padding-top:13%;
    }
    .text{
        margin:0;
        font-size: 13px;
        font-family: Poppins-Regular;
        text-align: center;
        padding-left: 15%;
        padding-right: 15%;
    }
    .social_media_btns{
        margin-left: 0;
        text-align: center;
        padding-top: 10%;
    }
    #contactBtn2{
        margin-left: 30vw;
    width: 40vw;
    }
    #page2{
        margin-top: 129vh;
/*        border: 3px solid red;*/
    }
    #page2>div{
        width: 100%;
/*        height: 44% !important;*/
    }
    #grey_block{
        background-color: transparent;

    }
    #dot2{
        width: 101% !important;
        margin-left: 0% !important;
        height: 57%;
/*        border: 3px solid green;*/
        margin-top: -34% !important;
    }
    #dot2>img{
        object-fit:contain;
    }
    #grey_block_img{
        margin-top: 1% !important;
/*        border: 3px solid blue;*/
        width: 90%;
        float: left;
        height: 56% !important;
    }
    #right_label{
        text-align: center !important;
        font-size: 26px;
    font-family: Poppins-Bold;
    margin-bottom: 19px;
    }
    #about_us{
        top: -30%;
/*        border: 3px solid orange;*/
        background-color: #F9FAFC;
        left: 0%;
        right: 0%;
        width:100% !important;
    }
    #about_us>p{
        margin-left: 10%;
    right: 10%;
    width: 80%;
    text-align: justify;
    }
    #about_us>h3{
        text-align: left;
        font-size: 18px;
        font-family: Poppins-Bold;
    }
    #page3{
       top: 374%;
        position: absolute;
        height: 50%;
        margin-top: 387vh;
    }
    #about_us>p{
    font-size: 13px;
}
    #red_block{
/*        left:8%;*/
            width: 96% !important;
    margin-left: -1% !important;
        font-size: 13px;
        height: 65% !important;
    }
    #div2{
        display: none;
    }
    #page3>div{
        width: 100% !important;
    }
    #dot3>img{
    object-fit: contain;
    height: 481%;
    margin-top: 53%;
    margin-left: 8%;
    width: 80%;
    }
    #contact_form{
        background-color: #EDEFF1 !important;
        margin-left: -5% !important;
        width: 111% !important;
    }
    #Contact_header{
        font-size: 32px !important;
        text-align: center;
        margin-top: 6%;
        font-family:Poppins-Bold;
            margin-left: 0;
    }
    #up{
       right: 17%; 
    }
    input{
        border: 1px solid #30445C;
    }
    textarea{
         border: 1px solid #30445C;
    }
    #one{
        margin-top:  23%;
    }
    .detes{
        text-align: center;
    }
    li>btn{
        width: 40%vw;
        margin-left: 30vw;
    }
    #page3>#footer{
        width: 104vw !important;
        height: 49vh;
        text-align: center !important;
        margin-top: 0.5%;
    }
    #devd{
        right: 0;
        left: 0;
        width: 100vw;
        text-align: center;
    }
    #extra_text{
        display: block;
        z-index: 1;
        position: absolute;
        margin-top: 258%;
        margin-left: -4%;
        margin-right: 9%;
        font-size: 13px;
        text-align: justify;
    }
    #wrapper{
        height: 62%;
        margin-top: 5%;
        position: absolute;
        z-index: 6;
/*        border: solid blue 2px;*/
    }
    #wrapper>#dot3{
        display: none;
    }
    #red_block>#carousel2{
/*     border: 3px solid green; */
            width: 109%;
    height: 110%;
    }
    #contactDiv{
        background: transparent;
            width: 101%;
    margin-left: 0%;
        margin-top: 43%;
    }
/*
    #moreTxt{
        display: none;
        position: absolute;
        background-color: #F9FAFC;
        border: 2px solid green;
        margin-left: -10px;
        left: 13px;
            top: 148%;
        font-size: 13px;
        text-align: justify;
    }
    #openMoreTxt2{
    display: block;
    }
    #openMoreTxt{
    display: none;
    }
    #colseMoreTxt2{
        display: block; 
    }
    #colseMoreTxt{
        display: none; 
    }
*/
}











@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {


body{
        width:100vw;
        height: auto;
        padding: 0;
        margin: 0;   
    }
    #desktop{
        display: none;
    }
    #mobile{
        display: block;
        width: 100%;
/*        border: 3px solid red;*/
        float: left;
        
    }
    #navbarSupportedContent{
        width: 100%;
        background-color: rgba(255,255,255, 0.7);
    }
    .navbar-brand>img{
        width: 37%;
    }
    #carousel{
        display: none;
    }
    #dot_one{
       width:90%;
        z-index: -10;
        margin-left:5%;
        margin-right: 5%;
        float: left;
        height:350px; 
        margin-top: 26%;
/*        border: 3px solid orange;*/
    }
    #mobile_img{
        float: left;
        right: 0;
        top: 15.5%;
        left:0;
        z-index: 0;
        position: absolute;
        height: 55%;
        display: block;
        width: 101%;
/*        border: 3px solid green;*/
    }
    #mobile_img>img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .label{
        margin: 0;
        font-size: 29px;
        font-family: Poppins-Bold;
        text-align: center;
        padding-top:13%;
    }
    .text{
        margin:0;
        font-size: 13px;
        font-family: Poppins-Regular;
        text-align: center;
        padding-left: 15%;
        padding-right: 15%;
    }
    .social_media_btns{
        margin-left: 0;
        text-align: center;
        padding-top: 10%;
    }
    #contactBtn2{
        margin-left: 30vw;
    width: 40vw;
    }
    #page2{
        margin-top: 129vh;
/*        border: 3px solid red;*/
    }
    #page2>div{
        width: 100%;
/*        height: 44% !important;*/
    }
    #grey_block{
        background-color: transparent;

    }
    #dot2{
        width: 101% !important;
        margin-left: 0% !important;
        height: 57%;
/*        border: 3px solid green;*/
        margin-top: -34% !important;
    }
    #dot2>img{
        object-fit:contain;
    }
    #grey_block_img{
        margin-top: 1% !important;
/*        border: 3px solid blue;*/
        width: 90%;
        float: left;
        height: 56% !important;
    }
    #right_label{
        text-align: center !important;
        font-size: 26px;
    font-family: Poppins-Bold;
    margin-bottom: 19px;
    }
    #about_us{
        top: -30%;
/*        border: 3px solid orange;*/
        background-color: #F9FAFC;
        left: 0%;
        right: 0%;
        width:100% !important;
    }
    #about_us>p{
        margin-left: 10%;
    right: 10%;
    width: 80%;
    text-align: justify;
    }
    #about_us>h3{
        text-align: left;
        font-size: 18px;
        font-family: Poppins-Bold;
    }
    #page3{
       top: 374%;
        position: absolute;
        height: 50%;
        margin-top: 387vh;
    }
    #about_us>p{
    font-size: 13px;
}
    #red_block{
/*        left:8%;*/
            width: 96% !important;
    margin-left: -1% !important;
        font-size: 13px;
        height: 65% !important;
    }
    #div2{
        display: none;
    }
    #page3>div{
        width: 100% !important;
    }
    #dot3>img{
    object-fit: contain;
    height: 481%;
    margin-top: 53%;
    margin-left: 8%;
    width: 80%;
    }
    #contact_form{
        background-color: #EDEFF1 !important;
        margin-left: -5% !important;
        width: 111% !important;
    }
    #Contact_header{
        font-size: 32px !important;
        text-align: center;
        margin-top: 6%;
        font-family:Poppins-Bold;
            margin-left: 0;
    }
    #up{
       right: 17%; 
    }
    input{
        border: 1px solid #30445C;
    }
    textarea{
         border: 1px solid #30445C;
    }
    #one{
        margin-top:  23%;
    }
    .detes{
        text-align: center;
    }
    li>btn{
        width: 40%vw;
        margin-left: 30vw;
    }
    #page3>#footer{
        width: 104vw !important;
        height: 49vh;
        text-align: center !important;
        margin-top: 0.5%;
    }
    #devd{
        right: 0;
        left: 0;
        width: 100vw;
        text-align: center;
    }
    #extra_text{
        display: block;
        z-index: 1;
        position: absolute;
        margin-top: 258%;
        margin-left: -4%;
        margin-right: 9%;
        font-size: 13px;
        text-align: justify;
    }
    #wrapper{
        height: 62%;
        margin-top: 5%;
        position: absolute;
        z-index: 6;
/*        border: solid blue 2px;*/
    }
    #wrapper>#dot3{
        display: none;
    }
    #red_block>#carousel2{
/*     border: 3px solid green; */
            width: 109%;
    height: 110%;
    }
    #contactDiv{
        background: transparent;
            width: 101%;
    margin-left: 0%;
        margin-top: 43%;
    }
        footer{
            top:181px;
        }
}

