@import 'bootstrap.min.css';@import 'owl.carousel.min.css';
html{-webkit-font-smoothing:antialiased}

body{
	font-family: 'Syne', sans-serif!important;
font-size:1rem;
line-height:1.625em;
color:#000000;
overflow-y:hidden;
}
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-thumb{cursor:pointer;background:#e49f38}
::selection{background-color:#e49f38;color:#000}
-webkit-::selection{background-color:#e49f38;color:#000}
::-moz-selection{background-color:#e49f38;color:#000}
h1,.h1{position:relative;font-size:2rem;font-weight:700;line-height:1.5;}
h2,.h2{position:relative;font-weight:700;font-size:2.7rem;line-height:1.2;color:#0c0c0c;margin:1rem 0}
h3,.h3{font-weight:600;font-size:1.925rem;line-height:1.25;color:#0c0c0c;margin:1.5rem 0}
h4,.h4{font-weight:400;font-size:1.525rem;line-height:1.2;color:#0c0c0c;margin:.5rem 0}
h5,.h5{font-weight:400;font-size:1.125rem;line-height:1.2;color:#0c0c0c;margin:0.5rem 0}
h6,.h6{font-weight:600;font-size:.9rem;letter-spacing:1px;line-height:1.2;color:#000;margin:1rem 0;text-transform:uppercase}h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a,h5 a,.h5 a,h6 a,.h6 a{color:inherit}h1 a:hover,.h1 a:hover,h2 a:hover,.h2 a:hover,h3 a:hover,.h3 a:hover,h4 a:hover,.h4 a:hover,h5 a:hover,.h5 a:hover,h6 a:hover,.h6 a:hover{text-decoration:none}p{margin-bottom:1rem}ul{list-style:none;padding-left:0}
a{color:#f44336;-webkit-transition:color .3s ease-out;-o-transition:color .3s ease-out;transition:color .3s ease-out}
a:hover,a:focus{
	    color: #181818!important;
    outline: none;
	}
	
	a:focus{text-decoration:none}.lead{line-height:1.9;font-size:1.125rem}.size-sm{font-size:.875rem}.form-group{margin-bottom:1rem}

.form-control,textarea.form-control{
   font-size: 1em;
    height: 3.625em;
    border-radius: 0; 
    padding-left: 22px;
    color: #bbb;
    background-color: #00000014;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.6);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
    
    textarea.form-control{height:5em;padding-top:1.1em;resize:none}.form-control:focus{border-color:#e49f38;outline:0;-webkit-box-shadow:none;box-shadow:none;background-color:none}.form-control::-moz-placeholder{color:#bbb;opacity:1}.form-control:-ms-input-placeholder{color:#bbb}.form-control::-webkit-input-placeholder{color:#bbb}label.error{border-color:#e49f38;padding:9px 0 0 22px;font-size:.9rem}.mc-label{padding:9px 0 0 22px;font-size:.9rem;color:#fff}
.btn{
    position: relative;
    display: inline-block;
    border: 0.2em solid #fff;
    border-radius: 0;
    padding: 13px 17px;
    font-size: .875em;
    color: #ffffff;
    white-space: nowrap;
    text-align: center;
    letter-spacing: .15em;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ffd38400;
    font-weight: 700;
    border-width: 1px;
    -webkit-transition: all .3s ease-out!important;
    transition: all .3s ease-out!important;
    
}
.btn:hover,.btn:focus,.btn:active
	{
		    color: #fff;
		    background-color: #4a3933;
		border-color:#4a3933;
		-webkit-box-shadow:none;
		box-shadow:none;
		outline:none!important;
	}
	
	.btn-white{
		background-color:#fff;
		border-color:#fff;
		color:#343434;
	}
	
	.btn-white:hover{background:0 0;border-color:#fff;color:#fff}.btn-b-white{background-color:transparent;border-color:#fff}.btn-b-white:hover{background-color:#fff;color:#000}.btn-bg-dark:hover,.btn-bg-dark:focus{color:#fff;border-color:#fff}ion-icon{font-size:3.8rem;--ionicon-stroke-width: 17px}.icon-play{position:absolute;width:5.15rem;height:5.15rem;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid #fff;border-radius:50%;transition:all .3s ease}.icon-play:before{position:absolute;top:50%;left:50%;margin:-6px 0 0 -5px;content:'';width:0;height:0;border-style:solid;border-width:6px 0 6px 12px;border-color:transparent transparent transparent #fff}.icon-play:hover{border:1px solid #e49f38;background-color:#e49f38;color:#343434}.icon-play:hover:before{border-color:transparent transparent transparent #000}.loader{position:absolute;z-index:10;z-index:100;left:0;width:100%;top:0;height:100%;background:#fff}.spinner{position:absolute;top:50%;left:50%;width:50px;height:50px;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.double-bounce1,.double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#e49f38;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-bounce 2s infinite ease-in-out;animation:sk-bounce 2s infinite ease-in-out}.double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-bounce{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.bg-light{background:#f5f5f5!important}.bg-dark{background:#1d1d1d!important;color:#86878a}.bg-dark .row-experience:nth-child(even){background-color:#272727}.bg-dark .btn:hover,.bg-dark .btn:focus{color:#fff}.bg-primary{background:#23a592!important;color:#fff}.bg-dark .progress{background:#383838}.text-dark{color:#4a3933important}.text-white{color:#fff!important}.text-gray{color:#767676!important}.text-muted{color:#bbb!important}
.btn2{

    position: relative;
    display: inline-block;
    border: 0.2em solid #fff;
    border-radius: 0;
    padding: 13px 17px;
    font-size: .875em;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    letter-spacing: .15em;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #e49f3800;
    font-weight: 700;
    border-width: 1px;
    -webkit-transition: all .3s ease-out!important;
    transition: all .3s ease-out!important;
}
.btn2:hover{
  color: #fff;
  background-color: #4a3933;
}
.sgalbox img{
    height: 390px;
    object-fit: cover;
    border-radius: 5px;
}

.text-primary{color:#e49f38!important}
.navbar{position:absolute;z-index:99;width:100%;padding:0 1.5rem;height:4.7rem}
@media(min-width:992px){.navbar{padding:0 3rem}}.navbar,.navbar a,.navbar a:hover,.navbar a:focus{color:#343434}.toggler{top: 20px;position:absolute;right:0;width:2rem;height:2rem;padding:0;background:0 0;border:0}.toggler:focus{outline:none}
.toggler-icon{display:block;border-top:2px solid white;margin-top:.5rem}.toggler-icon:first-child{margin-top:0}.navbar-brand{position:absolute;font-size:1.875rem;font-weight:700;color:#fff;margin-right:4rem;padding:0;line-height:1}.navbar-brand:hover,.navbar-brand:focus{color:#fff}@media(max-width:1500px){.navbar-brand{position:static;float:left}.navbar .container{width:auto}}.navbar ul{margin-bottom:0}.navbar-desctop .phone,.navbar-desctop .email{float:left;position:relative;top:.3rem;margin-right:4rem}
.navbar-bottom{
	position: absolute;
    left: 0;
    /* width: 100%; */
    bottom: 0;
    padding: 16px 0;
    background: linear-gradient(0deg, #000, #0000);
    height: 55px;
    left: 0;
    right: 0;
    z-index: 99;
}
#innerheadersmall {
    position: relative;
}

#innerheadersmall:after {
    content: '';
    background: linear-gradient(-180deg, #000000de, #0000);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
       height: 117px;
}
.close:before, .close:after {
        position: absolute;
    right: 56px;
    content: ' ';
    height: 50px;
    width: 2px;
    background-color: #ffffff;
    top: 33px;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

@media(min-width:992px){.navbar-bottom{padding-left:3rem;padding-right:3rem}}.navbar-bottom{color:#000}.navbar-bottom .social{position:relative;z-index:10;float:left}.navbar-bottom .copy{float:right;position:relative;z-index:10}.social-icons li{float:left;margin-right:1.5rem}.social-icons ion-icon{display:block;font-size:1.2rem;color:#000;transition:all .3s ease}.social-icons ion-icon:hover{color:#e49f38}.navbar-bottom-white,.navbar-bottom-white .social-icons ion-icon{color:#fff}.navbar-desctop:before{content:'';position:absolute;top:0;left:0;width:100%;height:0;background:#fff;transition:all .3s ease}.navbar-nav-desctop{font-size:.8rem;text-transform:uppercase;font-weight:400;letter-spacing:.05em;margin-top:.3rem}.nav-link{padding:0}.navbar-nav-desctop li a{color:#343434;transition:all .3s}.navbar-nav-desctop li a:hover{text-decoration:none}.navbar-nav-desctop>li{position:relative;float:left;margin-right:2.1rem}.navbar-nav-desctop>li>a{display:flex;align-items:center}.navbar-nav-desctop>li>.active,.navbar-nav-desctop>li:hover>a{color:#767676}.navbar-nav-desctop li ul{opacity:0;visibility:hidden;padding:.7rem 1.8rem;position:absolute;top:85%;background:#1a1c26;color:#000;min-width:12rem;margin-left:-1.5rem;transition:all .3s linear}.navbar-nav-desctop li:hover ul{top:100%;opacity:1;visibility:visible}.navbar-nav-desctop li ul li{margin:1rem 0}.navbar-nav-desctop li ul li a{opacity:.5;display:block}.navbar-nav-desctop li ul .active a,.navbar-nav-desctop li ul li:hover a{opacity:1}.click-capture{position:fixed;top:0;left:0;width:100%;height:100%;visibility:hidden;opacity:0;z-index:99;background:rgba(0,0,0,.3);transition:opacity .5s}

.navbar-mobile{display:block;align-items:baseline;flex-wrap:unset;
padding:3rem 3rem 3rem 3rem;
position:fixed;top:0;bottom:0;right:0;width:auto;height:auto;z-index:22222;

background-color:#181818;overflow-x:auto;-webkit-overflow-scrolling:touch;display:-ms-flexbox;box-shadow:0 0 50px rgba(0,0,0,.1);-webkit-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%);display:flex;flex-direction:column;-webkit-transition:all .6s ease;-o-transition:all .6s ease;transition:all .6s ease}.navbar-mobile .language{margin-top:0;font-size:.85rem}.navbar-mobile .language li{float:left;color:#fff;margin-right:1rem}.navbar-mobile .language li a{color:#fff}.navbar-mobile .language .active a,.navbar-mobile .language li a:hover{color:#e49f38;text-decoration:none}.

navbar-mobile .close{position: absolute;
    right: 1.5em;
    top: 1.5rem;
    font-size: 3rem;
    color: #fff;
    transition: all .3s ease;
    cursor: pointer;
    opacity: 1;}
	
.qusbox{
        border-radius: 5px;
    margin-bottom: 71px;
}
.qusbox h5{
    margin: 0;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}
.qusbox p{
        color: #d4d3d3!important;
    font-weight: 300;
    font-size: 17px;
}
.qusbox h6{
        margin: 0;
    text-transform: none;
    font-weight: 100;
    font-size: 16px;
    letter-spacing: normal;
}
.pressbox{    border: 1px solid #80808069;}
.pressbox img{
        height: 263px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.pressbox .pressfooter h5{
          margin: 0px 0 11px 0;
    font-size: 18px;
    font-weight: 600;
}
.pressbox .pressfooter p{
        margin: 0;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 20px;
}
.pressbox .pressfooter a{
    text-align: center;
    display: inline-block;
    background: #fff;
    padding: 7px 16px;
    color: #000000ba;
    border: 1px solid #00000085;
    border-radius: 50px;
    font-size: 13px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 16px;
}
.pressbox:hover a{
text-align: center;
    background: #e49f38;
    color: #ffffffba;
    border: 1px solid #e49f38;

}
#servicesvideos .col-md-3{padding-left:3px;padding-right:3px;}
.pressfooter{
        padding: 12px;
    margin-top: -5px;
    border-radius: 5px;
        min-height: 217px;
}
.sgalbox{    position: relative;}
.sgalbox h5{ 
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
    background: #0000008c;
    padding: 11px 7px;
    color: #fff;
    margin: 0;
}

.navbar-mobile .close:hover{opacity:1;color:#c78c33;}
@media(min-width:576px){.navbar-mobile{width:50%;max-width:32rem}}.navbar-mobile-footer{margin-top:auto;color:#fff}.navbar-nav-mobile{display:block;font-size:2.5vh;margin-top:8vh;font-weight:600}.navbar-nav-mobile li{margin-bottom:4.4vmin}.navbar-nav-mobile li a{color:#fff}
.navbar-nav-mobile li .active,.navbar-nav-mobile li a:hover,.navbar-nav-mobile li a:focus{color:#e49f38}.menu-is-open{overflow:hidden}.menu-is-open .navbar-mobile{-webkit-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.menu-is-open .click-capture{visibility:visible;opacity:1}.navbar.fixed{position:fixed;z-index:10;top:0;box-shadow:0 0 30px rgba(0,0,0,.1)}.navbar.fixed:before{height:100%}

.navbar-white:not(.fixed) .phone,.navbar-white:not(.fixed) .email,.navbar-white:not(.fixed) a,.navbar-white:not(.fixed) a:hover{color:#fff}.navbar-white:not(.fixed) .navbar-nav-desctop li a{color:#fff}.navbar-white:not(.fixed) .navbar-nav-desctop>.active>a,.navbar-white:not(.fixed) .navbar-nav-desctop>li>.active,.navbar-white:not(.fixed) .navbar-nav-desctop>li:hover>a{color:#23a592}.navbar-white:not(.fixed) .social-icons ion-icon{color:#fff}.navbar-white:not(.fixed) .social-icons ion-icon:hover{color:#23a592}.navbar-white:not(.fixed) 
.toggler-icon{border-color:#fff}
.masthead{position:relative;min-height:100vh;background-size:cover;display:flex;align-items:center;padding:9rem 0 5rem;background-position:left top;background-size:cover}.opener{position:relative;z-index:1;width:100%}.opener .modal-content{background-color:rgba(255,255,255,.9)}h1+.line{margin-top:15vh;width:25%;border-top:3px solid #e49f38;transition:all .3s ease}
.section{position:relative;padding:4rem 0}
.section-sm{padding:6rem 0}
.pp-section{background:#fff;background-position:50%;background-size:cover;padding:8rem 0 6rem}.section:not(#home) .intro{opacity:0;transform:translateY(-40px);transition:all .7s}.section:not(#home) .intro.animate{opacity:1;transform:translateY(0)}
.pp-scrollable{padding:0;overflow-x:hidden}.pp-scrollable .intro{width:100%;height:100%;white-space:nowrap}.pp-scrollable .intro:before{content:'';display:inline-block;height:100vh;vertical-align:middle}
.pp-scrollable .scroll-wrap{width:100%;position:relative;display:inline-block;vertical-align:middle;white-space:normal}.progress-nav{position:fixed;z-index:10;top:50%;right:1.5rem;transform:translate(0,-50%)}@media(min-width:992px){.progress-nav{right:3rem}}.progress-nav li{position:relative;width:3px;height:30px;-webkit-transition:background-color .3s cubic-bezier(.46,.03,.52,.96);transition:background-color .3s cubic-bezier(.46,.03,.52,.96);background-color:#000}.progress-nav li:before{position:absolute;top:0;left:0;display:block;width:3px;height:0;content:'';transition:all .3s ease;background-color:#e49f38}.progress-nav li:before{height:30px}.progress-nav li.active~li:before{background-color:#101010}.progress-nav-white li.active~li:before{background-color:#fff}.experience-info{position:absolute;left:50%;top:100%;transform:translateX(-60%);margin-top:-4rem}

.experience-text{display:inline-block;color:#000;line-height:1.4;font-weight:700;font-size:1.2rem;position:relative;left:1rem}.row-experience{padding:2rem 0;border-top:1px solid rgba(255,255,255,.3)}.row-experience:first-child{padding-top:0;border-top:0}.row-experience:last-child{padding-bottom:0}.row-experience img{width:auto!important}.download-cv{display:inline-block;margin-top:3.7rem;position:relative;z-index:1}
#home .owl-dots{position:absolute;width:100%;margin-top: -4rem;text-align:center}
.owl-dot{display:inline-block;margin:0 .35rem}.owl-dot:focus{outline:none}.owl-dots span{display:block;width:20px;height:3px;background-color:#d6d6d6}.owl-dot.active span{background-color:#e49f38}.owl-nav{font-family:tahoma;position:absolute;right:0;top:0;margin-top:-8.6rem;font-size:6rem}.owl-prev{margin-right:.6rem}.owl-next,.owl-prev{opacity:.45;transition:all .3s}.owl-prev:focus,.owl-next:focus{outline:none}.owl-prev:hover,.owl-next:hover{opacity:1!important;color:#e49f38!important}.photo-icon{position:absolute;box-shadow:0 5px 15px 5px rgba(16,16,16,.1);overflow:hidden;transition:all .6s .4s ease;opacity:0}.photo-icon-1{top:-50px;left:30%}.photo-icon-2{left:-40px;bottom:100px}.photo-icon-3{right:-50px;bottom:50px}.active .photo-icon-1{opacity:1;left:50%}.active .photo-icon-2{opacity:1;bottom:150px;transition-delay:.7s}.active .photo-icon-3{opacity:1;bottom:-50px;transition-delay:1s}.progress{height:6px;border-radius:0;background-color:#000}.progress-bar{position:relative;background-color:transparent}.progress-bar:before{position:absolute;background:#e49f38;content:'';width:0;height:100%}.active .progress-bar:before{width:100%;transition:all .8s ease}.progress-item:nth-child(1) .progress-bar:before{transition-delay:400ms}.progress-item:nth-child(2) .progress-bar:before{transition-delay:600ms}.progress-item:nth-child(3) .progress-bar:before{transition-delay:800ms}.project-wrap{width:100%;position:relative;min-height:100%}.bg-changer{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.section-bg{position:absolute;left:0;top:0;width:100%;height:100%;background-size:cover;background-position:center}.bg-changer .section-bg{opacity:0;will-change:opacity,transform;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:opacity .5s .2s ease,transform 5s .2s ease;-o-transition:opacity .5s .2s ease,transform 5s .2s ease;transition:opacity .5s .2s ease,transform 5s .2s ease}.bg-changer .active{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}.bg-changer .section-bg:first-child{opacity:1}.row-project-box{margin-top:-30px}.col-project-box{margin-top:30px}.project-box{display:block;padding-bottom:30%;position:relative;border:1px solid rgba(255,255,255,.5);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.project-box-inner{position:absolute;left:0;top:0;width:100%;height:100%;padding:2.14rem 1.928rem}.project-box h4{margin:0;color:#fff}.project-category{color:#ccc;margin-top:.5rem}.project-box:hover{background:#e49f38;text-decoration:none;border-color:transparent}.project-box:hover h4{color:#000}.project-box:hover .project-category{color:#666}@media(min-width:768px){.project-box{padding-bottom:75%}.project-category{position:absolute;bottom:1.2rem}}.row-partners{margin:0 -4rem}.col-partner{padding:0 4rem;margin:2.5rem 0;text-align:center}.col-partner img{max-width:100%;transition:all .3s ease}.icon-quote{display:inline-block;margin-left:-.7rem;line-height:1;font-size:12rem;margin-top:-2rem}


.news-row .image-link{display:block;overflow:hidden}.news-row .image-link img{transition:all .3s ease}.news-row .image-link:hover img{transform:scale(1.1)}.read-more{display:inline-block;opacity:0;transform:translateY(40px);transition:all .3s ease}.read-more ion-icon{font-size:1.8rem;display:inline-block;vertical-align:middle}.news-row figure:hover .read-more{opacity:1;transform:translateY(0)}.message{margin-bottom:2rem;display:none}
.background-black{background: #917d6b;}

.carousel-testimonials .owl-nav{
       position: absolute;
    top: 102%;
}
#home .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.section h2 {
    font-weight: 600;
    font-size: 35px;
        color: white;
}
.section h2 span {
    font-weight: 700;
}
.sliderText {
   position: absolute;
    font-size: 60px;
    z-index: 9;
    width: 651px;
    right: 0;
    text-align: left;
    bottom: 5%;
    color: #fff;
    font-weight: 500;
    text-shadow: 2px 2px 2px #3c3c3c99;
    background: #000000ab;
    left: 2%;
}
.sliderText h2 {
   color: #fff;
    font-size: 35px;
    margin-bottom: 0;
    padding: 20px 17px;
   
}
.sliderText h2 span {
    color: #fff;
    font-size: 18px;

    font-weight: 400;
}
#about h1{
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 5px;  
}
#about h3{
    color: #ffffff;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 15px 
}
.smalltext {
	 font-size: 16px;
	    text-align: center!important;
}
#about p{
    color: #ffffff;
    font-size: 16px;
	    text-align: center!important;
}
.background-grey{
       background: #181818;
}
#servicesvideos h1{
    color: #ffffff;
    font-size: 30px;
}
#servicesvideos p{
    color: #ffffff;
    font-size: 16px;
	    text-align: center!important;
}
#servicesvideos .col-md-12.text-center{
        color: #ffffff;
    font-size: 16px;
}
#servicesvideos .details{
    margin-top: 10px
}
#servicesvideos .details span{
  color: white;
    font-size: 16px;
    font-weight: 300;
}
#servicesvideos .details h4{
      color: white;
    font-size: 23px;
    font-weight: 300;
}
.experience-box {
    display: inline-block;
    font-weight: 300;
    position: relative;
    white-space: nowrap;
    padding: 1.75rem;
    border: 1px solid #fff;
}
.experience-content {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.experience-number {

    font-size: 14.142rem;
    line-height: 1;
    font-weight: 400;
    color: #fff;
}
.experience-info {
    margin-top: -1px;
}
.experience-info {
    position: relative;
    font-size: 1.25rem;
    line-height: 1.481;
    color: #fff;
    text-align: right;
}
.experience-info div {
    display: inline-block;
    position: relative;
}
.experience-info div:after {
    position: absolute;
    right: 100%;
    content: '';
    width: 5rem;
    bottom: 0.8rem;
    height: 1px;
    background: #fff;
}
#main h1{     font-size: 49px;
    line-height: 66px;
}
#main h1 span{font-size: 75px;}
	
#main h5{
	font-size: 36px;
    font-weight: 400;
    color: #fff;
}
.read-more-btn{
background: #e49f38;
    color: #000;
    padding: 11px 32px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 600;
    margin-top: 15px;
    border: 1px solid #e49f38;
}
.read-more-btn:hover{
    background: #000;
    color: #e49f38;
    border: 1px solid #e49f38;
	text-decoration:none;	
}
#otherdetail1 h2{
	    font-weight: 600;
    font-size: 30px;
    color: #ffffff;
}
#otherdetail1 h2{
	
}
.tesdesc{
	
}
.tesdesc h6{
	    margin-top: 12px;
    margin-bottom: 0;
    font-size: 24px;
}
.tesdesc p{
	      color: white;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.tesdesc img{
	    height: 75px;
    width: 75px!important;
    border-radius: 50%;
    margin-top: 19px;
}

.smalltext div {
	text-align: center!important;
	    font-size: 16px;
}
#videos h2{
    font-size: 30px;
  color: #ffffff;
}
#videos h2 span{
	 font-size: 16px;
    display: block;
    font-weight: 200;
	    margin-top: 12px;
}
#news h4{
        margin-top: 6px;
    margin-bottom: 0;
    color: white;
    font-size: 24px;
    text-transform: capitalize;
	}
#news p{  
        margin-bottom: 6px;
    color: #ffffff;
    margin-top: 7px;
    font-size: 17px;
}
#news .owl-carousel .owl-item img {
   height: 312px;
    object-fit: cover;
}
#news .owl-dots {
    position: absolute;
    width: 100%;
    margin-top: -0.5rem;
    text-align: center;
}
#otherdetail1 p{
	font-size: 15px;
}
.socialiocns li{
    text-align: center;
    margin-right: 6px;
}
.socialiocns li a{
	font-size: 22px;
    color: #000;
    padding: 6px 0;
    display: inline-block;
    background: #ffffff;
    height: 40px;
    width: 40px;
}
.socialiocns li a:hover{
    color: #e49f38;
    background: #c9e61a00;
    border: 1px solid #c9e61a;
}
.navbar-brand img{
width: 210px;
    margin-top: 10px;
}
.footerBox span{
      display: block;
    font-size: 16px;
    line-height: normal;
}
.main-menu{
	padding: 21px 0;
    min-height: 75px;
}
.main-menu ul{
    margin: 0;
    list-style: none;
}
.main-menu li{
	    display: inline-block;
}
.main-menu li a{
	Padding: 25px 20px;
    font-weight: 400;
    border-bottom: 1px solid #f000;
	color: #fff;
}
.main-menu li a:hover{
	text-decoration: none;
    font-weight: 400;
    border-bottom: 2px solid #e49f38;
    color: #fff;
}
.dropdown:hover .dropdown-menu {
    transform: scale(1);
}
.dropdown:hover .dropdown-menu {
  display: block;
    padding: 0;
    background: #e49f38;
    border-radius: 0;
    border: 0;
    top: 30px;
	 transform: scale(1);
}

.dropdown .dropdown-menu {
     margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    transform: scale(0);
    transition: ease-out 0.3s;
   min-width: 100%;
        position: absolute;
}

.dropdown-menu .dropdown-item{
       padding: 5px 31px;
    border-bottom: 1px solid #3a3a3a;
    color: #242424!important;
    font-weight: 500;
    font-size: 14px;
}
	
.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}


.vertical-title {
       position: absolute;
    text-align: center;
    font-weight: 600;
    opacity: .05;
    font-size: 6rem;
    top: 50%;
    left: 4rem;
    transform: translateY(-50%);
}
#newgensection{
	position:relative;
}
#newgensection:after{
	content: '';
    position: absolute;
    background: url(../img/bg33.png);
    right: 0;
    height: 100%;
    width: 685px;
    background-repeat: no-repeat;
    background-size: cover;
}
.videoimage{
	position: absolute;
    top: 50%;
    background: #fff;
    border-radius: 50%;
    border: 6px double #00000080;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 50px!important;
    z-index: 9;
    margin: 0 auto;
    text-align: center;
    left: 50%;
	    cursor: pointer;
		height: auto!important;
}
#videos .owl-nav {
    
    position: relative;
    right: 0;
    top: 0;
    margin-top: -3.6rem;
    font-size: 5rem;
}

.section.active .vertical-title span {
    letter-spacing: 0;
    opacity: 1;
}
.vertical-title span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-90deg);
    opacity: 0;
    
    transition: all .5s .6s;
    white-space: nowrap;
    letter-spacing: 2.5rem;
}
#videos .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 310px;
        object-fit: cover;
}

.slidingVertical{
	display: inline;
	text-indent: 8px;
}
.slidingVertical span{
	animation: topToBottom 12.5s linear infinite 0s;
	-ms-animation: topToBottom 12.5s linear infinite 0s;
	-webkit-animation: topToBottom 12.5s linear infinite 0s;
	color: #e49f38;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.slidingVertical span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.slidingVertical span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.slidingVertical span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.slidingVertical span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}
.slidingVertical span:nth-child(6){
	animation-delay: 12.5s;
	-ms-animation-delay: 12.5s;
	-webkit-animation-delay: 12.5s;
}

/*topToBottom Animation*/
@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(-50px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-50px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateY(-50px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

#innerheader{
	        padding: 34% 0 5%;
    min-height: 750px;
    background-size: cover!important;
}
#innerheadersmall{
	    padding: 34% 0 2%;
    min-height: 625px;
	  background-size: cover!important;
}
#innerheader h3, #innerheadersmall h3{
    margin: 0;
    color: #fff;
    font-size: 38px;
    font-weight: 100;
}
#innerheader p, #innerheadersmall p{
	margin: 0;
    color: #fff;
    font-weight: 400;
}
#innerdetail{    padding: 3% 0;}
#innerdetail h3{font-size: 29px;}
#innerdetail h3 span{ font-size: 40px;}


.sec-title{
     position: relative;
    margin-bottom: 23px;
}

.sec-title .title{
position: relative;
    display: block;
    font-size: 34px;
    line-height: 24px;
    color: #e49f38;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.sec-title h2{
   position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 1em;
    color: #fff;
    font-weight: 400;
    padding-bottom: 30px;
    z-index: 2;
    margin: 0;
}


.sec-title.active h2:before{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.sec-title h2:after{
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 3px;
    width: 50px;
    content: "";
    background-color: #d1d2d6;
}

.sec-title.light h2{
    color: #ffffff;
}

.sec-title.light h2:after{
    opacity: .20;
    background-color: #ffffff;
}

.sec-title.text-center h2:before,
.sec-title.text-center h2:after{
    right: 0;
    left: 0;
    margin: 0 auto;
}

.sec-title.text-center h2:before{
    opacity: .60;
}
.inner-box:hover .caption-box{
	opacity: 0;
    margin-top: -71px;
    transition: .5s;
}
.speakers-section{
       position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6% 0;
    overflow: hidden;
background: #161616;
}
.servicesCat {
    position: relative;
    overflow: hidden;
    position: relative;
}
.servicesCat img {
    height: 360px;
    width: 100%;
    object-fit: cover;
}
.zoom {
    transition: transform .7s;
    margin: 0 auto;
}
.servicesCat .imagehover {
    position: absolute;
    top: 39%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 12px 0;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 9;
}
.servicesCat h3 {
    color: #fff;
    margin-bottom: 24px;
    position: relative;
}
.servicesCat h3:after {
    transition: .5s;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 1px;
    width: 35px;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    top: 42px;
}
.servicesCat .imagehover a {
    color: #fff;
    border: 1px solid #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 22px;
    display: inline-block;
}
.servicesCat:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(8deg, #000, #0000);
}
.servicesCat:hover .imagehover h3:after {
    width: 55px;
    transition: .5s;
}
a:hover{text-decoration:none;}
#innerdetail h1 {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    color: #e49f38;

}
#innerheader2 {
    padding: 35% 0px 5%;
    min-height: 625px;
    position: relative;
}
#innerheader2:after{
content: '';
    background: linear-gradient(-180deg, #000000de, #0000);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    height: 200px;
}	
#innerheader:after{
content: '';
    background: linear-gradient(-180deg, #000000de, #0000);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    height: 200px;
}

#innerheader2 h3 {
     margin: 0;
    color: #fff;
    font-size: 38px;
    font-weight: 100;
	text-shadow: 2px 2px 2px #3c3c3c99;
}
.owl-next span, .owl-prev span{color:black;}
#innerheader2 p {
    margin: 0;
    color: #fff;
    font-weight: 600;
}
#testimonials h2{
        color: white;
    font-size: 36px;
}
#testimonials .icon-quote{
      color: white;  
}

.testimonialsBOx {
    text-align: center;
    padding: 105px 0 0;
}

.testimonialsBOx img {
   height: 100px!important;
    width: 100px!important;
    border-radius: 50%!important;
    object-fit: cover;
    margin-top: 18px!important;
    padding: 1px;
    background: #dca352;
    margin-bottom: 12px!important;
    margin: 18px auto 16px;
}
.testimonialsBOx p {
    font-size: 20pximportant;
}


.speaker-block{
  position: relative;
    margin-bottom: 30px;
    min-height: 358px;
}

.speaker-block .inner-box{
    position: relative;
}

.speaker-block .image-box{
    position: relative;
    padding: 12px;
    background-color: rgba(255,255,255,.15);
    overflow: hidden;
}

.speaker-block .image-box .image:after,
.speaker-block .image-box:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    background-color: #ffffff;
    content: "";
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.speaker-block .inner-box:hover .image-box .image:after,
.speaker-block .inner-box:hover .image-box:before{
    height: 100%;
}
.inner-box:hover img{
    filter: none!important;
}
.speaker-block .image-box .image:after{
  opacity: 0;
    z-index: 1;
    top: auto;
    bottom: 0;
}

.speaker-block .image-box .image{
    position: relative;
    margin-bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.speaker-block .image-box .image img{
   display: block;
    width: 100%;
    height: auto;
    height: 260px;
    object-fit: cover;
        filter: grayscale(1);
}

.speaker-block .social-links{
    position: absolute;
    left: 0;
    bottom: -140px;
    padding: 20px;
    width: 100%;
    z-index: 9;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
	
}

.speaker-block .social-links ul{
    position: relative;
    padding: 30px 20px;
    text-align: center;
    background-color: rgba(253, 218, 51, 0.85);
}

.speaker-block .social-links li a:hover{
    color: #fac201;
}

.speaker-block .inner-box:hover .social-links{
    bottom: 0;
    background: #e49f38;
    /* color: #fff; */
    text-align: center;
}
.speaker-block .inner-box:hover .social-links h6{
	margin: 0;
    color: #1c1c1c;
    font-size: 22px;
}
.speaker-block .inner-box:hover .social-links h6 span{
	display: block;
    font-size: 11px;
    text-transform: capitalize;
}
	
.speaker-block .caption-box{
    position: relative;
    padding: 12px;
    background: #e49f38;
	transition: .5s;
}
.speaker-block .caption-box .name{
   position: relative;
    display: block;
    font-size: 20px;
    line-height: 1em;
    color: #1e1e1e;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.speaker-block .caption-box .name a{
    color: #181818;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-block .caption-box .name a:hover{
    color: #fdda33;
}

.speaker-block .caption-box .designation{
      position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 400;
    opacity: .70;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #007bff00important;
}
.portfolio-item {
    position: relative;
}
.portfolioNew {
    position: relative;
    overflow: hidden;
}
.portfolio-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center 0;
    transition: 0.5s;
    position: relative;
    transform: scale(1.03);
}
.portfolio-item .details {
       position: absolute;
    left: 8%;
    z-index: 9;
    bottom: 27px;
    color: #fff;
}
.portfolio-item .details span {
     font-size: 28px;
    font-weight: 500;
    margin-bottom: 13px;
    display: block;
}
.portfolio-item .details h4 {
   color: #da9d44;
    font-size: 13px;
    font-weight: 600!important;
    text-transform: uppercase;
 
    letter-spacing: 0.09em;
    margin: 0;
}
.portfolioNew:after {
    content: '';
    position: absolute;
    height: 129px;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #000000d1, #0000);
}
.portfolio-item:hover img {
    filter: brightness(0.8);
    transition: 0.5s;
}
.videoBox:hover .zoom, .servicesCat:hover .zoom, .portfolioNew:hover .zoom {
    transform: scale(1.0);
}
.blogBoxinner {
    margin-bottom: 50px;
}
.blogBoxinner img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 8px;
}
.zoom {
    transition: transform .7s;
    margin: 0 auto;
}
.blogBoxinner h5 {
       margin-bottom: 11px;
    font-size: 23px;
    font-weight: 600;
}
.blogBoxinner h5 a{
       margin-bottom: 11px;
    font-size: 23px;
    font-weight: 600;
}
.blogBoxinner  p {
    font-weight: 400!important;
    color: #4c4c4c!important;
    font-size: 15px;
    line-height: 22px;
}
.relatedbox img {
    height: 231px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 12px;
}
  .relatedbox h4{
	  margin: 0px 0px 30px;
    font-size: 20px;
  }
  #connects {
      padding: 6% 0;
    position: relative;
}
.footer_detail {
    position: relative;
    z-index: 99;
}
.contactus h2 {
    color: #fff;
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 8px;
  
}
.contactus ul {
     display: inline-flex;
    margin-top: 12px;
}
.contactus li {
    margin: 0 30px 0px 30px;
}
.contactus a img {
    width: 42px;
    filter: brightness(23.5);
    transition: .2s;
}
.centerTabs {
    margin: 0 auto;
    text-align: center;
    width: 340px;
}
.footer_detail .nav-tabs .nav-item.show .nav-link, .footer_detail .nav-tabs .nav-link.active {
    color: #fff!important;
    cursor: default;
    background-color: #000;
    border: none;
    border-bottom-color: #0000;
    border-bottom: 2px solid #FF9800;
}
.footer_detail .nav-tabs a {
    margin-right: 2px;
    line-height: 1.42857143;
    border-bottom: 2px solid #9e9d9d;
    border-radius: 4px 4px 0 0;
    color: #fff;
    padding: 10px 40px;
    font-size: 15px;
 
}
.contactAddress .addBox {
    margin-top: 63px;
    position: relative;
    text-align: center;
    transition: .5s;
}
.contactAddress .addBox i {
    color: #fff;
    font-size: 35px;
    height: 100px;
    width: 100px;
    background: #e49f38;
    border-radius: 50%;
    line-height: 100px;
    margin-bottom: 5px;
}
.contactAddress .addBox h6 {
    margin-bottom: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.contactAddress .addBox p {
    margin: 0;
    font-size: 15px;
    color: #fff;
}
.dotted-line {
    position: absolute;
    top: 0;
    right: -56%;
    overflow: hidden;
    width: 100%;
}
.dotted-line:after {
    line-height: 100px;
    content: '\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022';
    letter-spacing: 14px;
    color: #555;
    font-size: 20px;
}
.msgBox input, .msgBox select {
      min-height: 33px;
    border-radius: 0px;
    color: #fff;
    border: 1px solid #ededed;
    padding: 0px 9px;
    height: 43px;
}
.msgBox textarea {
    border: 1px solid #ededed;
}
.msgBox .form-group {
    margin-bottom: 1rem;
}

.footer_detail li a{
	    display: inline-block;
}
.footer_detail i{
	    font-size: 35px;
}
#footer {
  clear: both;
    padding: 3em 0 0;
    color: #fff;
    background-size: cover;
}
 #footer h3 span{
	 font-size: 24px!important;
    line-height: 31px;
    display: inline-block;
 }
.footerBox img {
    width: 225px;
    margin: 0 auto;
    text-align: center;
    MARGIN-BOTTOM: 10px;
}
.footerBox p {
         margin: 0;
    font-size: 15px;
    color: #e8e8e8;
}
.footerBox a {
    color: #d69e4c;
    font-weight: 500;
    margin-bottom: 7px;
    display: inline-block;
}
#footer h3 {
    color: #ffffff;
    font-size: 27px;
    margin-bottom: 7px;
}
#footer li a {
         color: #ffffff;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 15px;
    transition: .3s;
  
}
.address li {
       margin: 0 0 19px 0;
    font-size: 15px;
     color: #ffffff;
}

.footercopyright {
    color: #dcdcdc;
    transition: .3s;
    padding: 13px 0;
       border-top: 1px solid #222222;
   
    font-weight: 300;
}
.tt-bci-categories a {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.tt-bci-title a {
    display: block!important;
	    font-size: 22px!important;
}
.tt-blog-carousel-item {
    margin-left: 0!important;
    margin-right: 0!important;
}
.tt-bci-categories a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.footercopyright p {
      margin: 0;
    color: white;
    font-weight: 400;
    font-size: 15px;
}
.testiBoxinner {
  background: #fff;
    padding: 29px;
    box-shadow: 2px 2px 26px -14px grey;
    text-align: center;
    margin-top: 30px;
    min-height: 467px;
    transition: 0.3s ease all;
    color: #000;
    font-weight: 600;
}
.realatedPosts{
	    padding: 30px 0;
}
.testiBoxinner:hover {
    margin-top: 27px;
    transition: 0.3s ease all;
    background: #e09f3e;
    color: #fff;
}
.testiBoxinner:hover p, .testiBoxinner:hover i {
    color: #fff!important;
}
.testiBoxinner i {
    color: #e09f3e;
    font-size: 75px;
    margin-bottom: 10px;
	    display: block;
}
.testiBoxinner:hover .testiDevider {
    background: #fff;
}
.testiBoxinner .testiDevider {
    background: #c3c3c3;
    width: 47px;
    height: 1px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    margin-bottom: 12px;
    display: block;
}
.testiBoxinner .textiImage {
    text-align: center;
    margin-top: 41px;
}
.testiBoxinner .textiImage img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #e09f3e;
    /* padding: 3px; */
    margin-bottom: 10px;
}
.testiBoxinner .textiImage h6 {
    font-weight: 600;
    font-size: 19px;
    margin: 0;
}
.connectbox{
        padding: 30px 0;
}
.connectbox a{
   background: #e49f38;
    color: #fff;
    display: block;
    padding: 7px 29px;
    font-size: 24px;
    border-radius: 50px;
      transition:.5s;
}
.main-menu ul{
        float: right;
}
.connectbox a:hover{
   background: #3a3a3a;
    color: #fff;
    transition:.5s;
}
.connectbox i{
font-size: 21px;
    border: 1px solid #fff;
    padding: 7px;
    border-radius: 50%;
    height: 38px;
    width: 38px;
    
}
.maininnerdtl{
    padding: 42% 0;
}

#main img{
    width:85%;
}
@media only screen and (max-width: 767px) {
	.tt-grid.ttgr-layout-3.ttgr-shifted .col-md-6:nth-child(even) .ttgr-item-inner {
  	margin-top: 0vw!important;
}
.isotope-item {
  margin-bottom: 23vw!important;
}
	.scroll-text{
	width:100%;
	
}
.tt-scrolling-text {
    overflow: hidden;
}
#servicesvideos h1 {
    font-size: 23px!important;
}
.carousel-testimonials .owl-nav {
    display: none!important;
}
.btn2,.btn {
    padding: 9px 13px!important;
    font-size: 14px!important;
}
#about h1 {
    font-size: 29px!important;
}
#about h3 {
    font-size: 19px!important;
}

#about h3 span{
	font-size: 21px!important;
}
    .whatsappfooter{display:none;}
    .sliderText{display:none;}
   
    #home .owl-carousel .owl-item img {
    height: 50vh!important;
}
.sliderText {
    top: 35%!important;
}
    #innerheader {
    padding: 40% 0 5%!important;
    min-height: 293px!important;
}

    .speaker-block .image-box .image img{
            display: block;
            width: 100%;
            height: auto;
            height: 400px!important;
            object-fit: cover;
    }
.maininnerdtl {
    padding: 12% 0!important;
}
 .navbar-brand img {
    width: 140px!important;
 }
    #about{padding-top:25%!important;}
 .section h2 {
    font-size: 29px!important;
  }
  

  #news, #otherdetail1, #contact{
      padding-top: 15%!important;
       padding-bottom: 15%!important;
  }
  #otherdetail1 h2{
  font-size: 26px!important;
  }
  .icon-quote{display:none!important;}
  
  #contact h3 {
    font-weight: 600!important;
    font-size: 21px!important;
  }
  .tt-grid.ttgr-layout-3 .tt-grid-item {
    width: 100%!important;
}
  #innerheader2 {
      padding: 45% 0 4%!important;
    min-height: 370px!important;
}
#innerheadersmall {
    padding: 37% 0 3%!important;
    min-height: 250px!important;
    background-size: cover!important;
}
#connects {
    padding: 25% 0 0px!important;
}
 .contactus ul {
    display: block!important;
}
.social-icons li {
    width: 7%!important;
}
.centerTabs {
    clear: both;
    padding-top: 32px!important;
}
.dotted-line{display:none;}
.contactAddress .addBox i {
     color: #000;
     margin-bottom: 0!important;
    }
.contactAddress .addBox {
    margin-top: 20px!important;
        padding-bottom: 14px;
}

}

.whatsappfooter {
    position: fixed;
    bottom: 15%;
    right: 3%;
    z-index: 9999;
}
.whatsappfooter i {
    height: 50px;
    width: 50px;
    background: #3cb73cf0;
    color: #fff;
    display: inline-block;
    font-size: 34px;
    text-align: center;
    border-radius: 50%;
    padding: 9px 0;
}
#servicesvideos{
    padding: 3rem 0;
}


.userLayers {
    bottom: 1rem;
    display: flex;
    justify-content: center;
    left: 50%;
    position: fixed;
    transform: translateX(-50%);
    width: 100%;
    z-index: 999;
 
}

.owl-theme .owl-nav {
    margin-top: 10px;
    display: none!important;
}
.promoteInboundNumber {
         background-color: #ffffffeb;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    max-width: 640px;
    position: relative;
    width: calc(100% - var(--layout-padding)*2);
}
.wrapper {
    grid-gap: 16px;
    grid-gap: clamp(8px,-0.72727px + 1.81818vw,24px);
    align-items: center;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: auto 1fr auto;
    padding-left: 14px;
    padding-left: clamp(12px,9.81818px + 0.45455vw,16px);
    padding-right: 0.5rem;
    padding-left: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.promoteInboundNumber .close2 {
    cursor: pointer;
    display: grid;
    height: 2.5rem;
    margin: -0.5rem -0.25rem -0.5rem 0.5rem;
    place-items: center;
    position: absolute;
    right: 1rem;
    top: 0.2rem!important;
    width: 2.5rem;
}
.svgIcon {
    display: inline-block;
  
}
.close2 svg {
    fill: #8c8c8c;
    height: 0.75rem;
    transition: fill .2s;
    width: 0.75rem;
}
.svgIcon svg {
    height: 100%;
    width: 100%;
}
.image {
    display: flex;
}
.content {
       display: block;
    color: black;
}
.title {
    font-size: 1.1875rem;
    font-size: clamp(1.125rem,1.05682rem + .22727vw,1.25rem);
    font-weight: 600;
    line-height: 1.53125rem;
    line-height: clamp(1.4375rem,1.33523rem + .34091vw,1.625rem);
    margin-bottom: 0.25rem;
}
.description {
    font-size: .875rem;
    line-height: 1.3125rem;
}.actions {
    grid-gap: 0.5rem;
    display: grid;
    grid-template-areas:
        "whatsapp phone"
        "number number";
}
.phone {
    background-color: #48964d;
    grid-area: phone;
}
.app-promote-inbound-number-close{
     width: 38px;
    color: black;
    font-weight: 600;
}
.whatsapp {
    background-color: #075e54;
    grid-area: whatsapp;
}
.button {
    border-radius: 100%;
    display: grid;
    height: 2.5rem;
    place-items: center;
    width: 2.5rem;
}

.button svg {
    fill: #fff;
    height: 1.25rem;
    width: 1.25rem;
}

.relblogs{    min-height: 106px;
    border-bottom: 1px solid #8080804d;
    padding-bottom: 5px;
    margin-bottom: 12px;
    margin-left: 0%;}
.relblogs img{  
    width: 149px;
    height: 94px;
    object-fit: cover;
    float: left;
    margin-right: 10px;
}
.relblogs .relblogsdet{    margin-left: 46%;}
.relblogs h5{    margin: 0; font-size: 16px; font-weight: 600;}
    .titlespan{
        display: block;
    font-size: 16px!important;
    background: #18181800;
    max-width: 200px;
    margin-top: 11px;
    border-radius: 18px;
    }
    .allblogstitle li {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 14px;
    }
    .allblogstitle li a{
        font-weight: 500;
    font-size: 14px;
    display: contents;
    line-height: 18px;
    display: block;
	transition:.4s;
    }
	 .allblogstitle li a:hover{
 margin-left: 3px;
 transition:.4s;
    }
    .blogtitle{
    color: white;
    font-weight: 500;
    }
    .relblogs:last-child{
            border-bottom: 0;
    }
.sliderbox img:hover{
        filter: brightness(0.8);
    transition: .6s;
}
.sliderbox img{
  transition: .6s;
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.callbtn{
       position: fixed;
    top: 50%;
    z-index: 999;
    right: 0;
}
.queryform h1{
   color: black;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 21px;
    text-align: center;
    /* border-bottom: 1px solid #bbbbbb; */
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.queryform h1 span{
    display: block;
    color: #c37f1a;
}
 .queryform .modal-body{
   background: #efefef;
    padding: 15px;
 }
 .queryform .modal-footer{
     background: #efefef;
 }
 .queryform .close{
position: absolute;
    right: 4px;
    z-index: 9;
    top: 8px;
 }
 .queryform .social-icons{
  justify-content: center;
    display: flex;
    margin: 0;
    padding: 0px 0px 5px;
    margin-left: 20px;
 }
 .queryform p{
    text-align: center;
    color: #251c19;
    font-weight: 400;
    font-size: 18px;
 }
.callbtn a{
     background: #ffc800;
    padding: 6px 8px;
    color: black;
    text-transform: uppercase;
    font-weight: 500;
    transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    right: -84px;
    width: 206px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    text-align: center;
    display: none;
}
.queryform input{
        border: 1px solid #c1c1c1;
    background: white;
    height: 41px;
    font-size: 15px;
}
.queryform .btn-block{
	background-color: #4a3933;
}
.queryform .social-icons a{
	    color: black;
}
.queryform textarea{
        border: 1px solid #c1c1c1;
          background: white;
}
.tickets-col-wrapper {
    margin-top: -36px;
}
.tickets-col-wrapper .tickets-col {
    margin-top: 36px;
}
.tickets-col .tickets-col__img {
    position: relative;
    overflow: hidden;
}
.tickets-col .tickets-col__img img {
      width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
}
.tickets-col:hover .tickets-col__btn{
      opacity: 1!important;
}
.slick-slide img {
    display: block;
}
.tickets-col .tickets-col__img .tickets-col__label {
       display: block;
    position: absolute;
    border-top-right-radius: 10px;
    right: 0;
    top: 0px;
    color: #ffffff;
    text-align: center;
    font-size: 31px;
    font-weight: 700;
    padding: 11px 7px;
    background: #f17575;
}
.tickets-col__label span {
        display: block;
    font-size: 16px;
    font-weight: 300;
}
.tickets-col .tickets-col__img .tickets-col__label strong {
    display: block;
    font-size: 26px;
    line-height: 26px;
}
.tickets-col .tickets-col__img .tickets-col__btn {
       display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    background: rgba(61, 59, 66, 0.9);
   
    padding: 5px 0;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 50ms;
}
.tickets-col .tickets-col__img .tickets-col__btn > * {
       display: inline-block;
    margin-top: 7px;
    margin-left: 7px;
    margin-right: 7px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}
.tt-btn {
   letter-spacing: -0.01em;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    padding: 6px 17px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    border-left: 2px solid currentColor;
    border-right: 2px solid currentColor;
    position: relative;
 
    text-align: center;
    box-shadow: none;
    outline: none;
}
.tt-btn span {
    display: block;
}
.tickets-col .tickets-col__description {
    margin-top: 20px;
}
#eventpage{
    padding: 5% 0;
}
.tickets-col .tickets-col__data {
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #5C5C5C;
}
.tickets-col .tickets-col__title {
   font-size: 36px;
    color: white;
    padding: 8px 27px;
    position: absolute;
    top: 50%;
    background: black;
}

#happyclients .happheader {
    text-align: center;
}
#happyclients .happheader img {
    width: 175px;
}

.modal-dialog h4{
	    color: black;
    margin-top: 0;
    font-size: 21px;
    font-weight: 700;
}

.modal-dialog .modal-body p {
	    color: black;
    font-size: 15px;
}

#happyclients .happheader h1 {
   font-size: 43px;
    font-weight: 600;
    line-height: 49px;
    margin-bottom: 2px;
    margin-top: 0;
}
#happyclients .happmiddle {
    text-align: center;
    margin-top: 12px;
}
#happyclients .happmiddle h2 {
    margin-bottom: 22px;
    font-size: 28px;
    margin-top: 10px;
}
#happyclients .happmiddle .happbox i {
        color: white;
    padding: 15px;
    font-size: 107px;
    background: #413517;
    border-radius: 25px;
    width: 153px;
}
#happyclients .happmiddle .happbox h6 {
       background: linear-gradient(45deg, #ff4e7f, #db8227);
    color: white;
    width: 158px;
    padding: 5px 4px;
    margin-top: 10px;
    font-size: 19px;
    border: 5px double white;
    margin: 10px auto 0;
}
#happyclients .happmiddle h1 {
    color: #b59d59;
    font-size: 34px;
    font-weight: 300;
    margin-top: 25px;
}
#happyclients .happfooter {
    margin-top: 3%;
}
.ot-testimonials {
    margin-bottom: 125px;
}

.ot-testimonials .testi-item {
    background: transparent;
    padding-right: 20px;
    margin-top: 26px;
}
.ot-testimonials .testi-item .ttext, .ot-testimonials .testi-item .ttext p {
        position: relative;
    margin-bottom: 18px;
    margin-top: 18px;
    font-size: 17px;
}
.ot-testimonials .testi-item .ttext {
         position: relative;
    margin-bottom: -10px;
    padding: 19px 15px;
    font-size: 14px;
    line-height: 25px;
    background: #000;
    /* border: 1px solid #cd980fab; */
    min-height: 210px;
}
.ot-testimonials .testi-item .ttext:before {
        content: "\f10d";
    font-family: FontAwesome;
    color: #ffffff63;
    font-size: 76px;
    position: absolute;
    top: -16px;
    left: 33px;
    z-index: 1;
}
.layer-behind {
   position: absolute;
    top: 34px;
    left: 20px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #f4f4f41c;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.ot-testimonials .testi-item .ttext > span {
    position: absolute;
    content: "";
    left: 28px;
    top: -1px;
    width: 80px;
    height: 1px;
    background: #fff;
}
.ot-testimonials .testi-item .t-head {
 overflow: hidden;
    justify-content: normal;
    padding-left: 0;
    position: absolute;
    z-index: 1;
    bottom: -47px;
}
.ot-testimonials .testi-item .t-head img {
    max-width: 80px;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 80px;
    object-fit: cover;
    box-shadow: 1px 1px 8px #d7d7d7;
    transition: .4s;
}
.ot-testimonials{
    transition: .4s;
}
.ot-testimonials:hover{
	margin-top: -6px;
    transition: .4s;
}
.ot-testimonials .testi-item .t-head h6 {
       font-size: 19px;
    margin-bottom: -8px;
    text-transform: capitalize;
    color: #ffffff;
}
.ot-testimonials .testi-item .t-head span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #6f6f6f;
}
.flex-middle {
    display: flex;
    align-items: center;
    justify-content: center;
}
#mainslider img{
    height: 100vh;
    object-fit: contain;
    background: black;
    width: 100%;
    object-fit: cover;
}
#mainslider{
      background-color: black;
    
}

/* Mobile view */
@media (max-width: 768px) {
    #mainslider img {
        height: 80vh; /* adjust as needed: 50vh / 60vh / 70vh */
    }
}

/* Feel free to change duration  */ 
.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}

.owl-theme .owl-nav.disabled+.owl-dots {
       margin-top: -78px!important;
    position: absolute;
    /* left: 0; */
    right: 0;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px!important;
    height: 15px!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #7e5312!important;
    color: white!important;
    border: 2px solid white;
}
.carousel-testimonials{
         background: #00000000;
    padding: 27px;
}
.portfolioNew img {
    height: 330px;
    object-fit: cover;
	  transition: .5s;
}
.portfolio-grid-item.homepage a:hover .pgi-image-holder{
	 clip-path: inset(3% 3% 3% 3%);
	   transition: all 1s cubic-bezier(.165,.84,.44,1);
}
.portfolio-grid-item.homepage  .pgi-image-holder{
clip-path: inset(0 0 0 0);
    overflow: hidden;
    transition: clip-path 0.8s cubic-bezier(0.07, 0.72, 0.29, 0.96);
	  transition: all 1s cubic-bezier(.165,.84,.44,1);
}
.portfolio-grid-item.homepage a:hover .pgi-image {
    transform: scale(1.05);
	  transition: all 1s cubic-bezier(.165,.84,.44,1);
}
.portfolio-grid-item.homepage .pgi-hover .pgi-image {
    transition: all 1s cubic-bezier(.165,.84,.44,1);
  transform: scale(1.05);
}
.portfolio-grid-item.homepage .pgi-image-inner {
    height: 330px;
    object-fit: cover;
	  transition: .5s;
}
.portfolio-grid-item.homepage h2{
	    font-size: 23px!important;
}
.portfolio-grid-item.homepage .pgi-caption {
    padding: 0px 3% 0px 3%!important;
}

#contact h3{
      color: #f0f0f0;
    font-size: 25px;
  }
  
#contact h4{
    color: #f0f0f0;
    font-size: 35px;
  }
  
   #contact p a{
      color: white;
    font-size: 17px;
  }

.tt-section {
    position: relative;
    padding: 80px 0;
	     background: #917d6b;
}
.tt-section-inner {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}
/* ------------------------------------------------------------- *
 * Scrolling text
/* ------------------------------------------------------------- */

.tt-scrolling-text {
	display: flex;
	position: relative;
	pointer-events: none;
}
.tt-scrolling-text-inner {
	padding-left: 2vw;
	font-size: calc(16px + 6vw);
	line-height: 1;
	font-weight: bold;
	font-weight: 600;
	color: #CCC;
	white-space: nowrap;
	animation-name: tt_scrolling_text; 
	animation-timing-function: linear; 
	animation-iteration-count: infinite; 
	animation-play-state: running;
	/* animation-duration is handled by js. */
}
.tt-scrolling-text-inner:after {
	content: attr(data-text);
}

@keyframes tt_scrolling_text {
	0% { transform: translateX(0) }
	100% { transform: translateX(-50%) }
}

/* Animation direction reverse. */
.tt-scrolling-text.scr-text-reverse .tt-scrolling-text-inner {
	animation-direction: reverse;
}


/* Scrolling text styles 
========================= */
/* Style stroke */
.tt-scrolling-text.scr-text-stroke .tt-scrolling-text-inner {
	font-weight: bold;
	font-weight: 700;
	color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #CCC;
	-webkit-text-fill-color: transparent;
}


.tt-grid.ttgr-layout-3.ttgr-shifted .col-md-6:nth-child(even) .ttgr-item-inner {
  	margin-top: 8vw;
}
.tt-grid.ttgr-gap-4 .ttgr-item-inner {
    height: 356px!important;
}

.pgi-image-wrap {
    height: 356px!important;
}
.pgi-image img {
    height: 356px!important;
}

.tt-grid.ttgr-layout-3 .tt-grid-item {
    width: 50%!important;
}
.tt-contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 17px;
	    display: block!important;
}
.padding-bottom-40 {
    padding-bottom: 40px !important;
}
.tt-ci-icon {
    display: inline-block;
    margin-right: 10px;
    font-size: 80%;
}
.tt-contact-info > li {
    margin: 0 0;
}
.tt-contact-info h6 {
      margin-bottom: 0px;
    margin-top: 19px;
}
.tt-btn-icon:last-child {
    margin-top: 28px;
}

  #news h2{
	 font-size: 30px;
  }

.close2:before, .close2:after {
   position: absolute;
    right: 6px;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #040404;
    top: 8px;
}
.modal-content .close2{
	    position: absolute;
    top: -2px;
    right: 9px;
    z-index: 2;
}
.close2:before {
  transform: rotate(45deg);
}
.close2:after {
  transform: rotate(-45deg);
}
 .close2{position: absolute;
    right: 1.5em;
    top: 1.5rem;
    font-size: 3rem;
    color: #fff;
    transition: all .3s ease;
    cursor: pointer;
    opacity: 1;}
.close2:hover{opacity:1;color:#c78c33;}
