/*只设置container下面的第一层div隐藏*/
#container > div {
    display: none;
    height: 100%;
    width: 100%;   font-family: 'Open Sans', sans-serif !important;
}
a:hover {
    color: #cd9e3f;
}
a {
    color: #f3d28f;text-decoration: none;
}
p {
font-size: 15px;
}
header{
    position: fixed;
    top:0px;
    left: 0px;
    padding-top: 55px;
    padding-bottom: 10px;
    width:100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 1;
    -webkit-transform: translateZ(0);    font-family: 'Open Sans', sans-serif !important;
}

header.scrolled{
    opacity: 0.8;
    color:black
}

header.scrolled:hover {
    opacity: 1.0;
}

header a{
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px;
    letter-spacing: 0px;
    text-decoration: none;
    position: relative;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif !important;    letter-spacing: 0.5px;
    text-transform: uppercase;    font-size: 18px;z-index: 9999;

}

header.scrolled a{
    color:black
}

header .menu::after {
    content:"";
    position: absolute;
    display: block;
    bottom: -12px;
    left:0px;
    height: 0px;
    width: 100%;
    background-color: #ffffff;
    transition: all .3s ease-out;
    opacity: 0;
    transform: translateY(-100%);
}

header .menu:hover::after{
    opacity: 1;
    height: 5px;
}

#web-background{
    background: #0d141e url(../video/background-body.jpg);
    z-index: -5;
}

.full-page{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.full-page-main{
 top: 54px !important;   
}
.bg-green {
    background: linear-gradient(to right, #08267859 2%,#7202bb1c 82%);
}
.opacity-9 {
    opacity: .9;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.icon-scroll,
.icon-scroll:before {
    position: fixed;
    left: 50%
}
.icon-scroll {
    width: 30px;
    height: 50px;
    margin-left: -20px;
    bottom: 10px;
    margin-top: -35px;
    border: 2px solid #fff;
    border-radius: 25px
}
.icon-scroll1,
.icon-scroll1:before {
    position: fixed;
    left: 30%
}
.icon-scroll1 {
    width: 30px;
    height: 50px;
    margin-left: -20px;
    bottom:-5px;
    margin-top: -35px;
    border: 2px solid #fff;
    border-radius: 25px;
    display:none;
}
@media (max-width: 767px) {
  
}
.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #979797;
    margin-left: -10px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll
}
.icon-scroll1:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #979797;
    margin-left: -10px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll
}
@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(26px)
    }
}
.icon-scroll span {
    transition: all .3s ease;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    top: 14px;
    left: -52px;
    font-size: 12px;
    width: 180px;
    display: inline-block;
}
.icon-scroll:hover span {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    letter-spacing: 5px;
}
.icon-scroll:hover {
    background-color: #fff;
    border-color: #fff;
}

.icon-scroll1 span {
    transition: all .3s ease;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    top: 14px;
    left: -33px;
    font-size: 12px;
    width: 180px;
    display: inline-block;
}
.icon-scroll1:hover span {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    letter-spacing: 5px;
}
.icon-scroll1:hover {
    background-color: #fff;
    border-color: #fff;
}
#menuToggle {
    display: block;
    position: fixed;
    top: 52px;
    right: 22px;
    z-index: 999;
    -webkit-user-select: none;
    user-select: none;color: #fff !important;
}
#menu1 .nav-link{
color: #fff !important;    
}
#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #ececec;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;color: #fff !important;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #ffffff;
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
}
#menuToggle input:checked~ul a{
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.9px;
    cursor: pointer;background: none;font-family: 'Open Sans', sans-serif;
}
#menuToggle input:checked~ul a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}
#menu1 {
    position: fixed;
    width:110%;
    margin: -120px 0 0 0;
    padding: 50px 50px 50px 30px;
    padding-top: 125px;
    right: -100px;
    background: -webkit-linear-gradient(top, #082678, #234195);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);    height: 1000px;
    font-size: 24px;
    transition: transform 2.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);font-family: 'Montserrat', sans-serif;color: #fff !important;
}

#menu1 li {
padding:10px 15px;
    color: #ffffff !important;
    text-decoration: none !important;text-align: center;
}
#menu1 li:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}
#menuToggle input:checked~ul {
    transform: scale(1.0, 1.0);
    opacity: 1;
}
.logo-main{
 position: fixed;
    left: 28px;   
}
.logo-main img{
     width: 190px;   
}
.about-background{
 background: linear-gradient(to right, #00000059 2%,#00000038 82%);   
}
.overview{
position: absolute;
top: 24%;
color: #fff;
padding: 0 40px;    left: 0;
    right: 0;
}
.feature-item{
    padding: 20px 16px 20px 16px;
    background: #00000038;
    border-radius: 5px;
    text-align: center !important;    margin-bottom: 15px;
}
.feature-item > img {
    font-size: 42px;
    line-height: 55px;
    color: #fff;
    transition: .8s ease;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    padding: 6px;background-color: #ffffff;
    border-radius: 50px;text-align: center;
    float: left;
}
.feature-item .title {
color: #ffca60;
    transition: .8s ease;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif !important;
    text-align: left;
    padding-left: 95px;
    padding-top: 2px;
    padding-right: 30px;
}
.feature-item p {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
.about  h2 {
    font-size: 22px;
    color: #ffca60;
}
.about p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.about{
 padding: 30px 30px;
    background: #00000040;
        margin: 0 12px;
}
.about-bg{
    background-image: url(../video/about-bg.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all 36s ease-out;
    position: relative;
    background-size: cover;
   text-align:center;
  -webkit-animation: zoomout 20s ease-in infinite;
  animation: zoomout 20s ease-in infinite;
  transition: all 1.5s ease-in-out;
  overflow: hidden;position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 20s ease-in infinite;
  animation: zoomin 20s ease-in infinite;
  transition: all 1.5s ease-in-out;
  overflow: hidden;
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.3);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.3);}
  100% {transform: scale(1);}
} /*End of Zoom in Keyframes */

.quotes-scren{
    background-image: url(../video/services-bg.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all 36s ease-out;
    position: relative;
    background-size: cover;
   text-align:center;
  -webkit-animation: zoomout 20s ease-in infinite;
  animation: zoomout 20s ease-in infinite;
  transition: all 1.5s ease-in-out;
  overflow: hidden;position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 20s ease-in infinite;
  animation: zoomin 20s ease-in infinite;
  transition: all 1.5s ease-in-out;
  overflow: hidden;
}
.service1-scren{
    background-image: url(../video/services-bg-1.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all 36s ease-out;
    position: relative;
    background-size: cover;
   text-align:center;
  -webkit-animation: zoomout 20s ease-in infinite;
  animation: zoomout 20s ease-in infinite;
  transition: all 1.5s ease-in-out;
  overflow: hidden;position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 20s ease-in infinite;
  animation: zoomin 20s ease-in infinite;
  transition: all 1.5s ease-in-out;
  overflow: hidden;
}
.service2-scren{
    background-image: url(../video/services-bg-2.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all 36s ease-out;
    position: relative;
    background-size: cover;
   text-align:center;
  -webkit-animation: zoomout 20s ease-in infinite;
  animation: zoomout 20s ease-in infinite;
  transition: all 1.5s ease-in-out;
  overflow: hidden;position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 20s ease-in infinite;
  animation: zoomin 20s ease-in infinite;
  transition: all 1.5s ease-in-out;
  overflow: hidden;
}
.service3-scren{
    background-image: url(../video/services-bg-3.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all 36s ease-out;
    position: relative;
    background-size: cover;
   text-align:center;
  -webkit-animation: zoomout 20s ease-in infinite;
  animation: zoomout 20s ease-in infinite;
  transition: all 1.5s ease-in-out;
  overflow: hidden;position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 20s ease-in infinite;
  animation: zoomin 20s ease-in infinite;
  transition: all 1.5s ease-in-out;
  overflow: hidden;
}
.service4-scren{
    background-image: url(../video/services-bg-4.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all 36s ease-out;
    position: relative;
    background-size: cover;
   text-align:center;
  -webkit-animation: zoomout 20s ease-in infinite;
  animation: zoomout 20s ease-in infinite;
  transition: all 1.5s ease-in-out;
  overflow: hidden;position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 20s ease-in infinite;
  animation: zoomin 20s ease-in infinite;
  transition: all 1.5s ease-in-out;
  overflow: hidden;
}
.service5-scren{
    background-image: url(../video/services-bg-5.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all 36s ease-out;
    position: relative;
    background-size: cover;
   text-align:center;
  -webkit-animation: zoomout 20s ease-in infinite;
  animation: zoomout 20s ease-in infinite;
  transition: all 1.5s ease-in-out;
  overflow: hidden;position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 20s ease-in infinite;
  animation: zoomin 20s ease-in infinite;
  transition: all 1.5s ease-in-out;
  overflow: hidden;
}
.service6-scren{
    background-image: url(../video/services-bg-6.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all 36s ease-out;
    position: relative;
    background-size: cover;
   text-align:center;
  -webkit-animation: zoomout 20s ease-in infinite;
  animation: zoomout 20s ease-in infinite;
  transition: all 1.5s ease-in-out;
  overflow: hidden;position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 20s ease-in infinite;
  animation: zoomin 20s ease-in infinite;
  transition: all 1.5s ease-in-out;
  overflow: hidden;
}
.learnmore-scren{
    background-image: url(../video/learnmore-bg.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all 36s ease-out;
    position: relative;
    background-size: cover;
   text-align:center;
  -webkit-animation: zoomout 20s ease-in infinite;
  animation: zoomout 20s ease-in infinite;
  transition: all 1.5s ease-in-out;
  overflow: hidden;position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 20s ease-in infinite;
  animation: zoomin 20s ease-in infinite;
  transition: all 1.5s ease-in-out;
  overflow: hidden;
}
.service-background {
    background: #00123429;
}
.btn.btn-rounded {
    border-radius: 50px;
}
.btn.btn-medium {
    font-size: 16px;
    padding: 10px 48px;
    line-height: 1.8em;
}
.btn.btn-trans {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
    text-decoration: none;
}
.btn.btn-trans:hover {
    background: #ffffff !important;
    border-color: #ffffff;
    color: #232728 !important;
}
.robin-pic img {
    width: 270px;
}
.robin-text h6 {
    font-size: 24px;
    font-weight: 500;
    color: #d3b474;
}
.robin-text h4 {
    font-weight: 300;
    line-height: 36px;
    padding-bottom: 5px;
}
.robin-text{
  margin-top: 5%;  
}
.news-item {
    background: #00000042;
    border-radius: 2px;
    padding: 12px;
    position: relative;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.image-holder-gallary {
    overflow: hidden;
}
.news-item img {
    width: 100%;
    transition: all .5s ease 0.2s;
}
.news-item .news-text-box {
    padding: 5px 0px 20px 0;
    background-color: transparent;
}
.news-text-box a{
  text-decoration: none;  
}
.news-item .news-title {
    margin: 14px 0;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.para {
    font-size: 15px;
    font-weight: 400;
}
.bot-left{
position: absolute;
    bottom: 0;
    width: 365px;
    padding: 20px;z-index: 9;
}
.bot-left a{
color: #fff;
    text-decoration: none;
    font-size: 16px;    
}
.serviceBox{
    padding: 30px 15px;
    background: #00000047;
    border-bottom-color: #428ef8;
    text-align: center;
    position: relative;
    transition: all 0.5s ease 0s;min-height: 370px;
}
.serviceBox-height{
 min-height: 490px;   
}
.serviceBox:hover{  }
.serviceBox:before,
.serviceBox:after{
    content: "";
    width: 70%;
    height: 5px;
    background: #cd9e2d;
    opacity: 0;
    position: absolute;
    top: -3px;
    left: 35%;
    transform: translateX(-50%);
    transition: all 0.5s ease 0s;
}
.serviceBox:hover:before,
.serviceBox:hover:after{
    opacity: 1;
    left: 50%;
}
.serviceBox:after{
    top: auto;
    bottom: -3px;
}
.serviceBox .service-icon{
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    background: #d19f3a;
    margin: 0 auto 20px;
    font-size: 36px;
    color: #fff;text-align: center;
}
.serviceBox .title{
    font-size: 18px;
    font-weight: bold;
    color: #cd9e3f;
    margin: 0 0 10px 0;
    transition: all 0.5s ease 0s;    min-height: 50px;text-transform: capitalize;
}
.serviceBox:hover .title{  }
.serviceBox .description{
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
        margin-bottom: 15px;
    transition: all 0.5s ease 0s;min-height: 184px;
}
.serviceBox a {
    color: #ebebeb;
    border-bottom: 2px solid #f4ca5f;
    font-size: 14px;
    margin-top: -21px;
}

.serviceBox .description:nth-child(4) {
  margin-bottom: 0;
}
.serviceBox:hover .description{

}
.feature-item2 h1{
    font-size: 38px;
}
.feature-item2 p {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
.business-scren {
    background-image: url(../video/team-bg.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.business-text p{
 font-size: 16px;     color: #fff;  
}
.directer-img{
    float: left;
}
.directer-img img{
    width: 140px;
    border-radius: 50%;
    border: 3px solid #fff;
}
.directer-text{  
padding-left: 40px;
}
.directer-text h3{  
    color: #ffda8e;
    margin-bottom: 15px;
    font-size: 24px;  
}
.directer-text h5{  
    color: #fff;
    font-size: 18px;   
}
.directer-text p{  
    color: #f7f7f7;
}
.top-icon{
    display: block;
    font-size: 50px;
    color: #dda739;
    text-align: left;
    margin: 0 auto;
}
.bottom-icon{
    display: block;
    font-size: 50px;
    color: #dda739;
    text-align: right;
    margin: 0 auto;
}
.testimonial{
    padding: 0 40px;
    position: relative;
    overflow: hidden;
    background:#fff;
    color: #fdfeff;
    z-index: 1;    border-radius: 12px;
}
.testimonial:after{
    content: "";
    width: 158px;
    height: 124%;
    background: #ff9f3c;
    position: absolute;
    top: -20px;
    left: -60px;
    transform: matrix(1, 0, 0.5, 1, 150, 0);
    z-index: -1;
}
.testimonial .pic{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin: 23px 25px 0 18px;
    position: relative;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-content{
    width: 70%;
    float: right;
    padding: 30px 0;
}
.testimonial .testimonial-title{
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 20px;
    text-transform: capitalize;color: #333;
}
.testimonial .description{
    font-size: 16px;
    line-height: 26px;color: #333;
}
.owl-theme .owl-controls .owl-page span{
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #1ec4f3;
}
.owl-theme .owl-controls .owl-page:active span{
    color: #1ec4f3;
}
#clientsay .owl-dots{
margin-top: -50px;    
}
.business-background {
    background: linear-gradient(to right, #001242e8 2%,#000000c2 82%);
}
.read-morebut{
    background: #cd9e3f;
    color: #101010;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 3px;
}
.read-morebut:hover{
    background: #fff;
    color: #101010;
}
.login-morebut{
    background: #fff;
    color: #101010;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 3px;
}
.login-morebut:hover{
    background: #cd9e3f;
    color: #101010;
}
.single-info-box .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding:35px 30px 45px 100px;
    border-radius: 10px;
    box-shadow: 0px 30px 40px 0px rgb(6 26 58 / 10%);    min-height: 175px;    margin-bottom: 20px;
}
.single-info-box .inner-box .icon-box {
    position: absolute;
    left: 18px;
    top: 34px;
    width: 60px;
    height: 60px;
    line-height: 58px;
    background: #1326781f;
    text-align: center;
    border-radius: 50%;
    font-size: 26px;
    transition: all 500ms ease;color: #082678;
}

.single-info-box .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 9px;
    color: #333;
}
.single-info-box .inner-box p {
    font-size: 15px;
    line-height: 26px;
    color: #808080;margin-bottom: 0;
}
.single-info-box .inner-box a {
    font-size: 15px;
    line-height: 26px;
    color: #808080;margin-bottom: 0;text-decoration: none;
}
.single-info-box .inner-box:hover .icon-box {
    color: #ffffff;
}
.single-info-box .inner-box:hover .icon-box {
    background: #082678;
}
.contact-us-heading{
     padding-bottom: 24px;   
}
.contact-us-heading h3{
    color: #ffffff;
    font-size: 38px   
}
.contact-us-heading p{
    
}
.footer-bot{
 position: absolute;
    bottom: 0;  width: 100%; 
}
.footer-bot ul{
list-style: none;
}
.footer-bot ul li{
display: inline;
    padding-right: 45px;    
}
.footer-bot ul li a{
text-decoration: none; 
    color: #fff; 
}
.footer-bot ul li a:hover{

    color: #f3d28f; 
}
.copy-right{
 float: right;
 color: #fff;       margin-top: -38px;
}
.whyus-scren {
    background-image: url(../video/whyus-bg.jpg);
     background-size: cover;
    width: 100%;
    height: 100%;
    transition: all 36s ease-out;
    position: relative;
    background-size: cover;
   text-align:center;
  -webkit-animation: zoomout 20s ease-in infinite;
  animation: zoomout 20s ease-in infinite;
  transition: all 1.5s ease-in-out;
  overflow: hidden;position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 20s ease-in infinite;
  animation: zoomin 20s ease-in infinite;
  transition: all 1.5s ease-in-out;
  overflow: hidden;
}
.overlay{
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s, visibility 0s 1s;    position: absolute;
}

.overlay.open{
  visibility: visible;
  opacity: 1;
  transition: opacity 1s;
}
.whyus-box{
    padding: 25px 30px;
    text-align: left;
    background: #00000047;
    position: relative;    overflow: hidden;    min-height: 200px;
}

.whyus-box:hover:before{
    border-top-width: 78px;
    border-right-width: 78px;
}
.whyus-box:after{
    content: "";
    border-bottom: 0 solid #00000026;
    border-left: 0 solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.whyus-box:hover:after{
    border-bottom-width: 429px;
    border-left-width: 329px;
}

.whyus-box .whyus-box-title{
    font-size: 20px;
    font-weight: 600;
    color: #cd9e3f;
    letter-spacing: 1px;
    margin: 0 0 12px 0;
    text-transform: capitalize;
    position: relative;
    transition: all 0.3s ease 0s;
}
.whyus-box:hover .whyus-box-title{}
.whyus-box .whyus-box-description{
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 27px;
    margin: 0;
}
.border-left-why{
border-left: 1px solid #ffffff52;    
}
.border-bot-why{
border-bottom: 1px solid #ffffff52;    
}
.hamburger .line {
    width: 38px;
height: 3px;
    background-color: #ecf0f1;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;z-index: 999999;
    position: relative;
}
#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(50deg);
    -ms-transform: translateY(11px) rotate(50deg);
    -o-transform: translateY(11px) rotate(50deg);
    transform: translateY(11px) rotate(50deg);
}
#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}
#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(-50deg);
    -ms-transform: translateY(-11px) rotate(-50deg);
    -o-transform: translateY(-11px) rotate(-50deg);
    transform: translateY(-11px) rotate(-50deg);
}
.hamburger1 .line {
    width: 38px;
height: 3px;
    background-color: #ecf0f1;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;z-index: 999999;
    position: relative;
}
#hamburger1-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(50deg);
    -ms-transform: translateY(11px) rotate(50deg);
    -o-transform: translateY(11px) rotate(50deg);
    transform: translateY(11px) rotate(50deg);
}
#hamburger1-1.is-active .line:nth-child(2) {
    opacity: 0;
}
#hamburger1-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(-50deg);
    -ms-transform: translateY(-11px) rotate(-50deg);
    -o-transform: translateY(-11px) rotate(-50deg);
    transform: translateY(-11px) rotate(-50deg);
}
.burger-icon button{
    background: transparent;
    border-color: transparent;
}
.burger-icon1 button{
    background: transparent;
    border-color: transparent;
}

.burger-icon{

}
.hamburger{ 
 }
.overlay{
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s, visibility 0s 1s;
}

.overlay.open{
  visibility: visible;
  opacity: 1;
  transition: opacity 1s;
}
.menu-bar{
background: linear-gradient(to right, #67c1e4 0%, #275066 100%);
    height: 800px;
margin-top: -88px;text-align: center;    position: fixed;
    width: 100%;
    z-index: 99999;    padding-top: 10%;
}
.burger-icon {
    width: 100%;
    position: absolute;
}
.burger-icon button {
    width: 100%;
}
.hamburger {
    width: 100%;    position: absolute;   right: -46%;
    top: -12px;
}

.menu-bar1{
background: linear-gradient(to right, #67c1e4 0%, #275066 100%);
    height: 100vh;
    margin-top: -88px;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 99999;
    margin-left: -92%;
    padding-top: 10%;
}
.menu-bar1 ul li{
    list-style: none;
}
.burger-icon1 {
    float: right;   
}
.burger-icon1 button {
   
}
.hamburger1 {
 
}
.menu-bar1 a{
    display: none;    font-size: 48px;
    font-weight: 700;transform: matrix(1, 0, 0, 1, 0, 0);color: #fff;
}
.menu-bar1 a:hover{
color: #fff;
    border-bottom: 6px solid #fff;
    padding-bottom: 0px;
}
.overlay {
    width: 100%;
}
.menu-bar a{
    display: none;    font-size: 48px;
    font-weight: 700;transform: matrix(1, 0, 0, 1, 0, 0);
}
.menu-bar a:hover{
color: #fff;
    border-bottom: 6px solid #fff;
    padding-bottom: 0px;
}
.menu-bar ul{
list-style: none;
    padding-left: 0;
}
.menu-bar ul li{
    
}
.full-width .circle-more{

        font-size: 32px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 34px;
    padding: 18px; text-decoration: none;font-weight: 700; 
        text-align: center;left: 0;
    margin: auto;
    top: 45%;
    right: 0;
    position: absolute;
}
.full-width{
  height: 100vh;-webkit-transition: 0.4s ease;
    transition: 0.4s ease;    position: relative;
    vertical-align: middle;   
}
.full-width:hover{
    background: linear-gradient(to right, #3c67ab 0%, #032f7d 100%);
}
.full-width:hover .circle-more{

    border-color: #fff;
        font-size: 32px;
    text-transform: uppercase;
    color: #fff;-webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    

}
.full-width .circle-more:before {
    -webkit-transition: all .4s cubic-bezier(.7,0,.3,1);
    -moz-transition: all .4s cubic-bezier(.7,0,.3,1);
    -o-transition: all .4s cubic-bezier(.7,0,.3,1);
    transition: all .4s cubic-bezier(.7,0,.3,1);
    width: 280px;
    height: 120px;
    position: absolute;
    top:-6%;
   left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    border-width: 12px;
    border-style: solid;
    border-color: #fff;
    display: block;
    content: '';
}
.full-width:hover .circle-more:before {
    border-radius: 50%;
    width: 280px;
    height: 280px;
    top: -86%;
    border-color: #fff;
}
.full-width .circle-more:hover{

}
.services-1 h4{ 
font-size: 22px;color: #ffca60;
 }
.services-1 a{
    color: #ebebeb;
    border-bottom: 2px solid #f4ca5f;
    font-size: 14px;
    float: right;
    margin-top: -21px;    
} 
.moretext {
  display: none;
}
.services-1{
background: #00000042;
border-radius: 5px;
padding: 30px 35px;    
}
.services-1 .col-md-12{
    padding-bottom: 10px;    
}

.serviceBoxinner{ margin-top: -10px; }
.serviceBoxinner .titleinner{
    font-size: 20px;
    color: #5054a2;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px 0;
}
.serviceBoxinner .service-contentinner{
    padding: 25px 20px 25px 50px;
    border-top: 2px solid #eeeeee00;
    border-right: 2px solid #eeeeee00;
    position: relative;
    transition: all 0.3s ease 0s;    background: #00000045;
}

.serviceBoxinner:hover .service-contentinner{
    border-top-color: #cd9e3f;
    border-right-color: #cd9e3f;
}
.serviceBoxinner .service-contentinner:before{
    content: "";
    width: 0;
    height: 2px;
    background: #eee;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease 0s;
}
.serviceBoxinner:hover .service-contentinner:before{
    width: 50%;
    background: #cd9e3f;
}
.serviceBoxinner .descriptioninner{
       font-size: 15px;
    color: #ffffff;
    line-height: 25px;
    margin: 0;
}
.serviceBoxinner .service-iconinner{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    font-size: 25px;
    color: #a6a6a6;
    border: 1px solid #eee;
    position: absolute;
    top: -25px;
    left: 0;
    transition: all 0.3s ease 0s;
}
.serviceBoxinner:hover .service-iconinner{
    border-color: #4aba8d;
    color: #4aba8d;
}
.service-contentinner h3{
color: #ffca60;
    font-size: 24px;
}
.service-contentinner h5{
    font-size: 20px;
    padding-top: 22px;    
}
.quotes-per{
color: #cd9e3f9c !important;  font-weight: 700; 
}
.textls-int{
    font-size: 36px !important;
}
.textmd-int{
    font-size: 38px !important;
}
.font-sm{
    font-size: 31px !important;
}
.our-team{ text-align: center;     width: 80%;filter: grayscale(100%);}
.our-team .pic{
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.our-team:hover{
filter:none;
}
.our-team .pic:before,
.our-team .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 8px solid #e6e5e5;
    position: absolute;
    top: 0;
    left: 0;
}
.our-team .pic:after{
    border-color: #e3bb5e #ffffff #ffffff #e3bb5e;
    z-index: 1;
    transform: rotate(-10deg);
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic:after{ transform: rotate(350deg); }
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .title{
      font-size: 26px;
    color: #fff;
    padding-bottom: 10px;
    margin: 15px 0 10px 0;
    position: relative;
}
.our-team .title:after{
    content: "";
    width: 30px;
    height: 2px;
    background: #e3bb5e;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.our-team .post{
    display: block;
    font-size: 16px;
    font-style: italic;
    color: #d3d3d3;
}
.advisory-board-gap{
       margin-bottom: 32px;
       display: inline-flex;
}
input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.img-unsuccessful{
    text-align: center;
}
.head-close a{
 background: linear-gradient(to top, #67c1e4 0%, #275066 100%);
    width: 40px;
    height: 40px;
    padding: 0px 10px 10px 10px;
    position: absolute;
    right: -20px;
    top: -16px;
    color: #fff;
    font-size: 23px;
    border-radius: 50%;
    text-align: center;    cursor: pointer;   
}
.img-unsuccessful h2{
       padding-top: 15%;
    padding-bottom: 12%;
   
}
.model-1{
        top: 14%;
}
.full-page1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.news-text-box p{
    color:#fff;
}
.news-item{
      margin-bottom: 20px;  
}
.main-case{
}
.thank-you{
   background: #0d141e url(../video/services-bg-1.jpg);
    height: 100vh;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 5%;
}
.thank-youtext{
    text-align:center;
}
.thank-youtext h1{
font-size: 70px;
    text-shadow: #0000006e 2px 2px 2px;
    color: #fbfbfb;
}
.thank-youtext p{
    text-shadow: #0000006e 2px 2px 2px;
    color: #fbfbfb;font-size: 20px;    margin-bottom: 30px;
}
.thank-but{
background: #ffffff;
    color: #101010;
    padding: 15px 30px;
    font-size: 14px;
    border-radius: 3px;
    border-bottom: none;
}
.thank-but:hover{
 background:#daca30;
 color:#333;
}