/* @font-face {
    font-family: scary;
    src: url(../fonts/urbanpaints.ttf);
  } */


/* cursor */
.popupads{
    position: fixed;
    width: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 100000;
    border-radius: 15px;
    overflow: hidden;
}
.popupads img{
    width:100%;
}
.popupads i{
    font-size: 25px;
    position: absolute;
    color: #fff;
    right: 20px;
    top: 20px;
    cursor:pointer;
}
.openingstxt{
    padding-left: 20px;
    padding-right: 20px;
    border-left: 10px solid #fff;
    border-top: 1px solid #fff;
    width: fit-content;
    margin-bottom: 64px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-radius: 15px;

    
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}
.scrollingcars{
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 900;
    font-size: 119px;
    text-align: center;
    width: 100%;
    color: transparent;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 1px;
    position: absolute;
    z-index: -1;

    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: run;
    -webkit-animation-duration: 25s;
    -ms-animation: linear infinite alternate;
    -ms-animation-name: run;
    -ms-animation-duration: 25s;
    -moz-animation: linear infinite alternate;
    -moz-animation-name: run;
    -moz-animation-duration: 25s;
}
@keyframes run {
    0% {left: -30%;}
    50% {left: 0%;}
    100% {left: 30%;}
}
:root {
    /* Base font size */
    font-size: 10px;   
    
    /* Set neon color */
    --neon-text-color: #ffcc00;
    --neon-border-color: #08f;
  }
.openingstxt {
    /* font-size: 13rem; */
    font-weight: 200;
    /* font-style: italic; */
    color: #fff;
    /* padding: 4rem 6rem 5.5rem; */
    /* border: 0.4rem solid #fff; */
    /* border-radius: 2rem; */
    text-transform: uppercase;
    animation: flicker 1.5s infinite alternate;
}
  
  .openingstxt::-moz-selection {
    background-color: var(--neon-border-color);
    color: var(--neon-text-color);
  }
  
  .openingstxt::selection {
    background-color: var(--neon-border-color);
    color: var(--neon-text-color);
  }
  
  .openingstxt:focus {
    outline: none;
  }

/* Animate neon flicker */
@keyframes flicker {
    
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
      
        text-shadow:
            -0.2rem -0.2rem 1rem #fff,
            0.2rem 0.2rem 1rem #fff,
            0 0 2rem var(--neon-text-color),
            0 0 4rem var(--neon-text-color),
            0 0 6rem var(--neon-text-color),
            0 0 8rem var(--neon-text-color),
            0 0 10rem var(--neon-text-color);
        
        box-shadow:
            0 0 .5rem #fff,
            inset 0 0 .5rem #fff,
            0 0 2rem var(--neon-border-color),
            inset 0 0 2rem var(--neon-border-color),
            0 0 4rem var(--neon-border-color),
            inset 0 0 4rem var(--neon-border-color);        
    }
    
    20%, 24%, 55% {        
        text-shadow: none;
        box-shadow: none;
    }    
}
/* @font-face {
    font-family: neon;
    src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/707108/neon.ttf);
  } */
.openingsneon{
    font-family: neon;
    color: #FB4264;
    font-size: 5vw;
    line-height: 5vw;
    text-shadow: 0 0 3vw #F40A35;

    animation: neon 1s ease infinite;
  -moz-animation: neon 1s ease infinite;
  -webkit-animation: neon 1s ease infinite;
}

@keyframes neon {
    0%,
    100% {
      text-shadow: 0 0 1vw #FA1C16, 0 0 3vw #FA1C16, 0 0 10vw #FA1C16, 0 0 10vw #FA1C16, 0 0 .4vw #FED128, .5vw .5vw .1vw #806914;
      color: #FED128;
    }
    50% {
      text-shadow: 0 0 .5vw #800E0B, 0 0 1.5vw #800E0B, 0 0 5vw #800E0B, 0 0 5vw #800E0B, 0 0 .2vw #800E0B, .5vw .5vw .1vw #40340A;
      color: #806914;
    }
  }
  
  .flux {
    animation: flux 2s linear infinite;
    -moz-animation: flux 2s linear infinite;
    -webkit-animation: flux 2s linear infinite;
    -o-animation: flux 2s linear infinite;
  }
  .workposys{
      text-align:center;
      margin-bottom: 40px;
  }
  .workposys img{
    width: 80px;
    margin-bottom: 16px;
    position: relative;
  }
  .workposys h4{
    color:#fff;
    line-height: 1.5;
    position: relative;
  }
  .workposys h4:before{
        /* content:"";
        position: absolute;
        left:0px;
        top:0px;
        height:1px;
        width:20px;
        background-color:#fff; */
  }
.animatez1{
  animation: anime1 2s linear infinite;
}
.animatez2{
  animation: anime1 2s linear infinite;
  animation-delay: 0.3s;
}
.animatez3{
  animation: anime1 2s linear infinite;
  animation-delay: 0.6s;
}
.animatez4{
  animation: anime1 2s linear infinite;
  animation-delay: 0.9s;
}
.animatez5{
  animation: anime1 2s linear infinite;
  animation-delay: 1.2s;
}
.teamtext p{
    line-height: 1.3;
    font-size: 15px;
    height: 50px;
}
@keyframes anime1 {
  0% {top: 0px;}
  33% {top: -20px;}
  66% {top: 20px;}
  100% {top: 0px;}
}
.applyborderbutto{
    width: fit-content;
    border: 0px solid #fff;
    padding: 0px 20px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    box-shadow:
    0 0 0.1vw 0.4vw #fff7f7,
    0 0 0.4vw 0.6vw #e97272,
    0 0 4vw 0.4vw #e50b0b,

    inset 0 0 1.5vw 0.4vw #e50b0b,
    inset 0 0 0.4vw 0.2vw  #e97272,
    inset 0 0 0.5vw 0.2vw #fff7f7;
}
.cursor {
    width: 20px;
    height: 20px;
    border: 1px solid white;
    border-radius: 50%;
    position: absolute;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
    animation: cursorAnim .5s infinite alternate;
    pointer-events: none;
}

.cursor::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border: 8px solid gray;
    border-radius: 50%;
    opacity: .5;
    top: -1px;
    left:-1px;
    animation: cursorAnim2 .5s infinite alternate;
}

@keyframes cursorAnim {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.7);
    }
}

@keyframes cursorAnim2 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.4);
    }
}

@keyframes cursorAnim3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(3);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.expand {
    animation: cursorAnim3 .5s forwards;
    border: 1px solid #21fbe1;
}
/* close cursor */

.bgblue{background-color:#000a38}
.bggreen{background-color:#21fbe1}
.bgviolet{background-color:#152568}
.bgyellow{background-color:#ffcc00}
.bgwhite{background-color:#fff}

.bgbluet{background-color:#000a38}
.bggreent{background-color:rgba(33, 251, 225, 0.5)}
.bgviolett{background-color:#152568}
.bgyellowt{background-color:rgba(255, 204, 0, 0.5)}
.bgwhitet{background-color:rgba(255, 255, 255, 0.5)}

.textblue{color:#000a38}
.textgreen{color:#21fbe1}
.textviolet{color:#152568}
.textyellow{color:#ffcc00}

body{font-family:'Montserrat',san serif;position: relative;}
.logo{text-align:center;padding-top:10px;padding-bottom:10px;}
.logo img{width:230px;padding-top:30px;}

.logohov{text-align:center;padding-top:10px;padding-bottom:10px;}
.logohov img{width:230px;}

.book_menu{width:70px;cursor:pointer;height:70px;background-color:#102063;padding-top:24px;padding-left:13px;padding-right:13px;border-radius:50%}
.hamitem1{width: 100%;background-color: #fff;border-radius: 2px;height: 3px;transition: transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1);}
.hamitem2{transform: translateY(7px);width: 80%;background-color: #fff;border-radius: 2px;height: 3px;transition: transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1);}
.hamitem3{width: 60%;transform: translateY(14px);background-color: #fff;border-radius: 2px;height: 3px;transition: transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1);}
.book_menu:hover .hamitem2{width:100%}
.book_menu:hover .hamitem3{width:100%}

.menupd{padding-left: 60px;padding-top: 30px;}

.getaquote{
    padding-right:60px;
    padding-top:38px;
}
.fitbutton{width:fit-content;width: -moz-fit-content;float:right;position: relative;}
.shadowquote{position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: skew(10deg, 10deg);
    z-index: 0;
    transition: transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1)}
.getaquote button{
    font-family: "Montserrat", Arial, sans-serif;
    z-index: 1;
    position: relative;
    float: right;
    background-color: #21fbe1;
    border: none;
    color: #000a38;
    padding: 10px 40px;
    font-size: 18px;
    transform: skew(0deg, -7deg);
    transition: transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1)
}
.getaquote:hover button{
    transform: skew(0deg, 0deg);
}
.getaquote:hover .shadowquote{
    transform: skew(0deg, 0deg);
}
.overlaymenu{
    position: fixed;
    display:none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffcc00;
    transition: transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1);
    z-index: 5;
}
.closemenu{
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    padding: 50px;
    z-index: 10;
}
.closemenu img{width:40px;transition: transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1);}
.closemenu:hover img{transform: rotate(45deg);}
.menuoverlayhh li{
    font-family: 'Montserrat',san serif;
    color: #000a38;
    font-size: 39px;
    font-weight: 900;
    line-height: 1.7;
}
.colorblocks{
    position: absolute;
    right: 0;
    bottom: -40px;
    list-style-type: none;
}
.colorblocks li{
    float: left;
    width: 34px;
    height: 10px;
}
.movesides{
    bottom: -45px;
    right: -5px;
    z-index: -1;
}
.w120{
    width:120px !important;
}
.menuoverlayhh li:hover{color:transparent;-webkit-text-stroke-color: #000;-webkit-text-stroke-width: 1px;}
.menuoverlayhh{
    list-style-type: none;
    padding-left: 0;
}
a:hover{text-decoration: none;}
a:focus{text-decoration: none;}
.menusizead{padding-top:50px;}
body{overflow-x:hidden;}
.text-center{text-align:center}
.contactlist li{
    font-family: "Montserrat", Arial, sans-serif;
    color: #000a38;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
}
.contactlist{
    list-style-type: none;
}
.sociallist li img{width:40px;}
.sociallist{list-style-type: none;float:right;padding-left:0px !important}
.sociallist li{float:left;padding-right:30px;}
.slicpik{width:300px;transform-origin: center top;animation: mymove 3s;animation-iteration-count: infinite;position: relative;overflow:hidden}
@keyframes mymove {
    0% {transform:rotate(30deg);}
    50% {transform:rotate(-30deg);}
    100% {transform:rotate(30deg);}
  }
.sliderimage{text-align:center}
.slidertoppad{padding-top:120px;}
.scaryfont{font-family: "Montserrat", Arial, sans-serif;}
.taglineslider{
    font-size: 70px;
    font-weight: 800;
    -webkit-text-stroke: #fff;
    -webkit-text-stroke-width: 2px;
    text-align: center;
    position: relative;
    top: -100px;
}
.centerbanana img{
    /* width:115px;
    margin-bottom:15px; */
    width: 216px;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 18px solid #21fbe1;
}
.centerbanana{
    /* width: fit-content;
    width: -moz-fit-content;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%); */
    text-align:center;
}
.centerbanana span{
    font-size: 32px;
    font-weight: 800;
    -webkit-text-stroke: #fff;
    -webkit-text-stroke-width: 1px;
    text-align: center;
    position: relative;
}
.servicescol{
    position: relative;
    width:500px;
    height:500px;
    left:50%;
    transform:translate(-50%);
}
.rotatorserv{
    animation: rotatemove 120s linear infinite;
}
.pdlr10{
    padding-left:15px;
    padding-right:15px;
}
.serviceimg2{
    float: left;
    width: 75px;
    background-color: #ffcc00;
    border-radius: 50%;
    padding: 20px;
}
.serviceimg2 img{
    width: 100%;
}
.servicecon2{
    padding-left:100px;
    margin-bottom: 23px;
}
.servicecon2 h4{
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #21fbe1;
}
.servicecon2 p{
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: unset;
}
.designservece:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 230px;
    height: 264px;
    border-left: 10px solid #fff;
}
.designservece:before{
    content: "";
    position: absolute;
    right: -20px;
    top: -105px;
    width: 100px;
    height: 100px;
    border: 10px solid #fff;
    border-radius: 50%;
}
.centerbanana{
    position: relative;
}
.centerbanana:before{
    content: "";
    position: absolute;
    right: 0;
    border-radius: 50%;
    top: 0;
    width: 340px;
    height: 340px;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.1);
}
@keyframes rotatemove {
    0% {transform:rotate(0deg);}
    100% {transform:rotate(-360deg);}
}
.rel{position: relative;}
.object1{
    position: absolute;
    top: 0px;
    left: 0px;
    animation: antimove 120s linear infinite;
}
.object1 img{width:126px;}
.object1 span{
    background-color: #fff;
    font-weight:700;
    font-size: 18px;
    padding: 6px 22px;
    border-radius: 20px;
    position: absolute;
    left: -50px;
    transform: skew(0deg, -5deg);
    color:#000a38;
    bottom: -30px;}
.object2{
    position: absolute;
    right: 0px;
    top: 0px;
    animation: antimove 120s linear infinite;
}
.object2 img{width:126px;}
.object2 span{
    background-color: #fff;
    font-weight:700;
    width:190px;
    font-size: 18px;
    padding: 6px 22px;
    border-radius: 20px;
    position: absolute;
    left: -50px;
    transform: skew(0deg, -5deg);
    color:#000a38;
    bottom: -30px;}
.object3{
    position: absolute;
    bottom: 0px;
    left: 0px;
    animation: antimove 120s linear infinite;
}
.object3 img{width:126px;}
.object3 span{
    background-color: #fff;
    font-weight:700;
    font-size: 18px;
    padding: 6px 22px;
    border-radius: 20px;
    position: absolute;
    left: -50px;
    transform: skew(0deg, -5deg);
    color:#000a38;
    bottom: -30px;}
.object4{
    position: absolute;
    bottom: 0px;
    right: 0px;
    animation: antimove 120s linear infinite;
}
.object4 img{width:126px;}
.object4 span{
    background-color: #fff;
    font-weight:700;
    font-size: 18px;
    padding: 6px 22px;
    border-radius: 20px;
    position: absolute;
    left: -50px;
    transform: skew(0deg, -5deg);
    color:#000a38;
    bottom: -30px;}
@keyframes antimove{
    0% {transform:rotate(0deg);}
    100% {transform:rotate(360deg);}
}
.rotatorcolumbus{overflow:hidden;padding-top: 80px;padding-bottom:121px;}
.commonwidth{padding-top:80px;padding-bottom:160px;}
.commonwidth1{padding-top:80px;}
p{    
    font-weight: 400;
    font-family: "Montserrat", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    font-size: 20px;
    line-height: 2em;
    letter-spacing: 0.3px;
    word-spacing: 1px;
}
h3{
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height:2;
    color:#21fbe1;
}
.portfoliobutton{
    padding-top:160px;
    padding-bottom:80px;
    position: relative;
}
.goportfolio span{
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 900;
    font-size: 50px;
    color:#fff;
}
.goportfolio{
    width:fit-content;
    width: -moz-fit-content;
    position: relative;
    left:50%;
    transform:translate(-50%);
    padding-left:60px;
}
.goportfolio img{
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0,-50%);
    width: 35px;
    transition: transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1);
}
.goportfolio:hover img{
    left:15px;
}
footer{
    background-color:#ffcc00;
    padding-top:180px;
    padding-bottom:50px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width:100%;
    z-index:0;
}
.footertrees{
    width: 100%;
    position: absolute;
    bottom: 1px;
    left: 0;
    transform: translate(0,100%);
}
.indexex{z-index:1;position: relative;}
.headtxet h4{
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 900;
    font-size: 20px;
    margin-bottom:0px;
    color: #000a38;
}

.sociallist2 li img{width:40px;}
.sociallist2{
    list-style-type: none;
    padding-left: 0px !important;
    position: relative;
    left: 50%;
    margin-top:20px;
    transform: translate(-50%);
    width: fit-content;
    width: -moz-fit-content;
}
.sociallist2 li{float:left;padding-right:15px;padding-left:15px}
.text-right{text-align:right}
.mb-20{padding-bottom: 20px;}
.subscribebutton input{
    width: 100%;
    border: none;
    font-weight: 500;
    font-family: "Montserrat", Arial, sans-serif;
    padding: 6px 62px 6px 15px;
    font-size: 19px;
    border-radius: 20px;
    background-color: #000a38;
    color: #fff;
}
.subscribebutton{
    position: relative;
}
.subbton{
    position: absolute;
    right: 0;
    top: 0px;
}
::placeholder{
    color:#fff;
    font-weight: 400;
}
.subbuton{
    position: absolute;
    right: -1px;
    top: 0px;
    height: 100%;
    width: 60px;
    border-radius: 20px;
    border: none;
    background-color:#fff;
}
.subscribebutton img{
    width:30px;
}
::-webkit-scrollbar-track
{
	background-color: #000a38;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #000a38;
}

::-webkit-scrollbar-thumb
{
    background-color: #21fbe1;
}
input:focus,
select:focus,
button:focus {
    outline: none;
}
textarea:focus{outline:none}
::-moz-selection { /* Code for Firefox */
    color: #152568;
    background: #ffcc00;
  }
  
  ::selection {
    color: #152568;
    background: #ffcc00;
  }
  .nopt{
      padding-top:0px
  }
  .portfoliohead{
      line-height:1.5;
      margin-bottom:30px;
      font-size:44px;
  }
  .portbanner{width:100%}
  .portfoliobox {
    border-top: 8px solid #fff;
    overflow: hidden;
    margin-top: 34px;
  }
  .portfoliobox:hover{
     /* border-top: 8px solid #21fbe1; */
  }
  .mt-50{margin-top:50px;}
  .textbodx{
    background-color:#fff;
    position: relative;
    padding: 25px 20px 25px 20px;
}
  .textbodx h2{
    color: #000a38;
    font-weight: 800;
    font-size: 25px;
    margin:0;
}
.grassort{
    position: absolute;
    width: 100%;
    left: 0px;
    top: 2px;
    transform: translate(0, -100%);
    z-index: 82;
}
.goarrow{
    width: 25px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(0,-50%);
}
.hanngkey{
    width:fit-content;
    width: -moz-fit-content;
    position: absolute;
    left: 50%;
    transform:translate(-50%);
    display: none;
    top: -10px;
}
.onhoverport{
    width: 100px;
    transform-origin: top;
    animation: hangmonkey 3s linear infinite;
}
@keyframes hangmonkey {
    0% {transform:rotate(30deg);}
    50% {transform:rotate(-30deg);}
    100% {transform:rotate(30deg);}
}
.portfoliobox:hover .hanngkey{
    display:block;
}
.portfoliobox:hover .overlayblack{
    display:block;
}
.imagebox{position: relative;}
.overlayblack{    
    position: absolute;
    display:none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 204, 0, 0.2);
}
.contactform input,textarea{
    width: 100%;
    border: none;
    font-weight: 500;
    font-family: "Montserrat", Arial, sans-serif;
    padding: 10px 21px 10px 21px;
    font-size: 19px;
    border-radius: 5px;
    background-color: #ffcc00;
    color: #000a38;
    margin-top:30px;
}
textarea{
    height:150px;
}
.contactform input::placeholder{
    color:#000a38 !important;
}
.contactform textarea::placeholder{
    color:#000a38 !important;
}
.contactform{
    margin-top: 50px;
}
.sendbutton{
    position: relative;
    border-radius: 5px;
    border: none;
    padding: 9px 15px;
    margin-top:20px;
    background-color:#fff;
}
.resumecheck{
    position: absolute;
    width:100%;
    height:100%;
    background-color:#ffcc00;
    border-radius: 5px;
}
.filebarres{
    padding: 8px 15px;
}
.filebarres i{
    font-size:30px;
    margin-right: 5px;
}
.filebarres span{
    color: #000a38;
    font-weight: 500;
    font-size: 19px;
}

.sendbutton img{
    width:35px;
}
.teammates{
    background-color: #fff;
    padding: 20px 20px 5px 20px;
    margin-top:30px;
}
.teamimage img{
    width:100%;
}
.teamtext h3{
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 900;
    font-size: 22px;
    text-align: center;
    line-height: 1;
    color: #000a38;
}
.mb0{padding-bottom:0px;}
.openquoteform{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 100px;
    display: none;
    width: 500px;
    background-color: #ffcc00;
    border: 10px solid #fff;
    z-index: 3;
    border-radius: 25px;
    padding: 15px;
}
.headquotye{
    font-size: 25px;
    line-height: 1;
    margin-top: 0;
}
.closemenuquote{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor:pointer;
    z-index:3;
}
.closemenuquote img{
    transition: transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1);
}
.closemenuquote:hover img{transform: rotate(45deg);}
.closemenuquote img{
    width:25px;
}

.contactform1 input,select{
    width: 100%;
    border: none;
    font-weight: 500;
    font-family: "Montserrat", Arial, sans-serif;
    padding: 10px 21px 10px 21px;
    font-size: 19px;
    border-radius: 10px;
    background-color: #000a38;
    color: #fff;
    margin-top: 20px;
}
.contactform1 option{
    width: 100%;
    border: none;
    font-weight: 500;
    font-family: "Montserrat", Arial, sans-serif;
    padding: 10px 21px 10px 21px;
    font-size: 19px;
    border-radius: 10px;
    background-color: #000a38;
    color: #fff;
    margin-top: 20px;
}
.contactform1 textarea{
    width: 100%;
    border: none;
    font-weight: 500;
    font-family: "Montserrat", Arial, sans-serif;
    padding: 10px 21px 10px 21px;
    font-size: 19px;
    border-radius: 10px;
    background-color: #000a38;
    color: #fff;
    margin-top: 20px;
}
textarea{
    height:150px;
}
.reljji{
    z-index:2;
    position: relative;
    overflow:hidden;
}

.centerbananamob img{
    width:115px;
    margin-bottom:15px;
}
.centerbananamob{
    width: fit-content;
    width: -moz-fit-content;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    text-align:center;
}
.centerbananamob span{
    font-size: 32px;
    font-weight: 800;
    -webkit-text-stroke: #fff;
    -webkit-text-stroke-width: 1px;
    text-align: center;
    position: relative;
}
.dis1151{display:none}
.displayinmm{display:none}
.headerbottom{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
}
.headermiddle{
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
}
.loadrmonkey{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.loadrmonkey img{
    width:250px;
}
.sizeoferror{
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
}
.nodish{
    display:none;
}
.errorpage{
    position: fixed;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
    text-align:center;
}
.errorpage img {
    width: 200px;
    position: relative;
    margin-bottom:20px;
}
.errorpage .left4{
    position: absolute;
    left: -135px;
    top: -20px;
    font-family: 'montserrat',sans-serif;
    font-size: 185px;
    font-weight: 900;
    color: #000a38;
}
.errorpage .right4{
    position: absolute;
    right: -135px;
    top: -20px;
    font-family: 'montserrat',sans-serif;
    font-size: 185px;
    font-weight: 900;
    color: #000a38;
}
.errornof{
    font-family: 'montserrat',sans-serif;
    font-size: 30px;
    padding-top: 61px;
    color: #000a38;
    font-weight: 500;
    position: absolute;
    bottom: -30px;
    width: 300%;
    left: 50%;
    /* top: 3px; */
    transform: translate(-50%);
}
#subscribeerror{
    padding-top: 11px;
    padding-left: 14px;
}
.error_message p{
    color:red;
    line-height: 1.5;
    font-weight:500;
    font-size: 15px;
}
.success_message p{
    line-height: 1.5;
    font-weight:600;
    font-size: 15px;
    color:#000a38;
}
.success_message1 p{
    line-height: 1.5;
    font-weight:600;
    font-size: 15px;
    color:#ffcc00;
}
.success_message12 p{
    line-height: 1.5;
    font-weight:600;
    font-size: 15px;
    color:#000a38;
}
#loader1{
    display:none;
}
#loader11{
    display:none;
}
#loaderquote{
    display:none;
}
.contmessage{
    text-align:center;
}
.quotemessage{
    padding-left: 20px;
    padding-right: 20px;
}


@media only screen and (max-width: 991px) {
    .pdlr10{
        margin-top:50px;
    }
}


@media only screen and (max-width: 900px) {
    .taglineslider {
        font-size: 50px;
        top: -50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .mobpdred{
        padding-top:50px;
    }
    .servicescol {
        width: 60%;
    }
}

/* responsive */
@media only screen and (max-width: 767px) {
    .logo {
        text-align: right;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 50px;
    }
    .headermiddle {
        width: 100%;
    }
    .col-xs-hide{
        display:none;
    }
    .sociallist {
        float: unset;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        width: fit-content;
        width: -moz-fit-content;
        margin-right: 0;
    }
    .sociallist li{
        padding-left:10px;
        padding-right:10px;
    }
    .contactlist{
        text-align:center;
        padding-left:0px;
        padding-bottom: 15px;
    }
    footer{
        padding-top:100px;
    }
    .headtxet{
        text-align:center;
    }
    .headtxet h4{
        text-align:center;
    }
    .mob-mar{
        margin-top:30px;
    }
    .subscribebutton {
        position: relative;
        width: 300px;
        left: 50%;
        transform: translate(-50%);
    }
    .mobtopred{
        padding-top:25px;
        padding-bottom:50px;
    }
    .portfoliobutton {
        padding-bottom: 30px;
    }
    .mobtopred p{
        text-align:left;
    }
    .portfoliomopbil{
        padding-top:25px;
        padding-bottom:50px;
    }
    .mobnopadjj{
        padding-top:50px;
    }
    .mobpdred{
        padding-bottom:50px;
    }
    .centerbanana span {
        font-size: 23px;
    }
    .menusizead {
        padding-top: 0px;
    }
    .overflowmob{
        overflow:hidden;
    }
}

@media only screen and (max-width: 650px) {
    .centerbanana {
        display:none;
    }
    
    .dis1151{
        display:block;
    }
    .loadrmonkey img {
        width: 200px;
    }
    .slicpik {
        width: 200px;
    }
}
@media only screen and (max-width: 550px) {
    .taglineslider {
        font-size: 38px;
        top: -50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .rotatorcolumbus{
        display:none;
    }
    .displayinmm{
        display:block;
        padding-bottom:15px;
    }
    .object8{
        text-align: center;
        margin-bottom: 25px;
        margin-top: 37px;
    }
    .object8 img{width:126px;}
    .object8 span{
        background-color: #fff;
        font-weight: 700;
        font-size: 18px;
        padding: 6px 22px;
        border-radius: 20px;
        position: absolute;
        left: 50%;
        transform: skew(0deg, -5deg) translate(-50%);
        color: #000a38;
        bottom: 10px;
    }
    .menupd {
        padding-left: 40px;
    }
    .closemenu {
        padding: 40px;
    }
}
@media only screen and (max-width: 500px) {
    .slicpik {
        width: 45%;
    }
    .errorpage img {
        width: 150px;
    }
    .errorpage .left4 {
        left: -104px;
        top: -20px;
        font-size: 144px;
        font-weight: 900;
    }
    .errorpage .right4 {
        right: -104px;
        top: -20px;
        font-size: 144px;
        font-weight: 900;
    }
    .errornof{
        bottom:-67px;
    }
    .logohov {
        text-align: right;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right:30px;
    }
}

@media only screen and (max-width: 450px) {
    .logo img {
        width: 220px;
        padding-top: 35px;
    }
    .slicpik {
        width: 50%;
    }
    .taglineslider {
        font-size: 38px;
        top: -50px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .menuoverlayhh li{
        font-size:30px;
    }
}

@media only screen and (max-width: 400px) {
    .subscribebutton {
        width: 90%;
    }
    .errorpage img {
        width: 100px;
    }
    .errorpage .left4 {
        left: -69px;
        top: -15px;
        font-size: 96px;
        font-weight: 900;
    }
    .errorpage .right4 {
        right: -69px;
        top: -15px;
        font-size: 96px;
        font-weight: 900;
    }
    .logo {
        padding-right: 20px;
    }
    .logohov img {
        width: 170px;
    }
}


@media only screen and (max-width: 370px) {
    .logo {
        padding-right: 20px;
    }
    .logo img {
        width: 160px;
    }
}
