* {
    margin: 0;
    padding: 0;
}


p{
	width: -webkit-fill-available;
	width: -moz-available;
	margin-bottom: 0.5rem;
}

body {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    overflow-x: hidden;
    color: #000;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
}
@font-face {
    font-family: "FontAwesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: local("FontAwesome"), url(../fonts/FontAwesome.otf) format("truetype");
}

@font-face {
    font-family: "Butler_Medium";
    src: local("Butler_Medium"), url(../fonts/Butler_Medium.otf) format("truetype");
}

@font-face {
    font-family: "Butler_Regular";
    src: local("Butler_Regular"), url(../fonts/Butler_Regular.otf) format("truetype");
}

@font-face {
    font-family: "Timeless";
    src: local("Timeless"), url(../fonts/Timeless.otf) format("truetype");
}


a, a:hover{
    text-decoration: none;
    color: #171717;
}

button:focus{outline: 0 !important;}

.container-fluid, .container{position: relative;}

@media (min-width: 1200px){
.container {
    max-width: 1200px;
}
}

.slide1{
    background: url(../image/B2.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
}

.slide1-row{
    position:absolute;
    top:40%;
    left:50%;
    transform:translate(-50%,-40%);
    text-align: center;
    margin: 0 auto;
}

.m-logo-s1 {
    width: 340px;
    margin: 0 auto 1rem;
    height: 100%;
}

.slide1-tag{    
    font-family: 'BebasNeueRegular';
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    color: #000!important;
}

.slide2-col4-left{
    background: #f5f5f5;
    height: 100vh;
    position: relative;
}

.slide2-col4-left p{
    position: absolute;
    top: 50%;
    transform: translate(-0, -50%);
    width: 70%;
    margin: 0 auto;
    text-align: justify;
    left: 0;
    right: 0;
    color: #222;
    line-height: 22px;
}

.servline{
    margin-top: 1rem;
    height: 35vh;
    width: 0.08%;
    display: block;
    background-color: rgba(0,0,0,0.3);
    margin: 0 auto;
}

.servlist{text-align: center;}

.servlist li:not(:last-child){
    border-right: 1px solid #999;
    padding-right: 8px;
    margin-right: 8px;
}

.mainhed{
    font-family: 'BebasNeueRegular';
    color: #222;
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
}

.vertline{
    margin-top: 1rem;
    height: 10rem;
    width: 0.67px;
    display: block;
    background-color: rgba(0,0,0,0.3);
    margin: 0 auto;
}

/*.client-ul{
	margin-bottom: 0;
	position: absolute;
    top: 60%;
    transform: translate(-0,-50%);
    left: 0;
    text-align: center;
}*/

.client-ul{
    padding: 0px 60px;
    margin-bottom: 0;
}

.client-ul li{
    width: 13.9%;
    padding:  0px 20px;
    text-align: center;
    display: inline-block;
}

/*.client-ul li img{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}*/

.client-ul li:hover img{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.slide3{padding: 0; position: relative;}

.slideiner{
    padding: 100px 0;
    height: 100vh;
}

.slide-item{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-0,-47%) !important;
}

.slide-item .row{align-items: baseline;}

.cl-temtag{
  text-transform: capitalize;
  font-size: 20px;
  letter-spacing: 2px;
  font-family: "Butler_Regular";
  color: #999;
  margin-bottom: 0;
}

.slide-link{text-align: right;}
.slide-link:hover{
    transform: translateX(-5px);
    transition: .9s;
    transition-timing-function: ease-in-out;
}

.slide-link img{
    height: 15px;
    width: 15px;
    display: none;
}

.slide-link:hover img{display: inline-block;}

.bi-box-shadow{box-shadow: 0 4px 8px 0 rgba(0,0,0,.1)}

.client-title{margin-top: 5rem;}

.cl-indi{
    position: absolute;
    right: 0%;
    z-index: 15;
    display: block;
    list-style: none;
    margin: 0;    
    top: 50%;
    transform: translate(-0%,-50%);    
    bottom: auto;
}

.cl-indi li{
    height: 2px;
    margin-top: 1.5rem;
    transition: width .6s;
    background-color: #000;
    text-indent: 0;
    margin-left: 0;
    width: 35px;
}

.cl-indi li:hover{
    width: 50px;
    background-color: #fff;
    cursor: pointer;
}

.cl-indi li p{
    position: absolute;
    left: 55px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 200px;
    top: -5.2px;
    font-family: 'Open Sans', sans-serif;
}

.cl-indi li:hover p{
    visibility: visible;
}

.cl-indi li:nth-child(1){
    background-color: #000;
}

.cl-indi li:nth-child(2){
    background-color: #004392;
}

.cl-indi li:nth-child(3){
    background-color: #c90000;
}

.cl-indi li:nth-child(4){
    background-color: #093e36;
}

.cl-indi li:nth-child(5){
    background-color: #Ff8400;
}

.cl-indi li:nth-child(6){
    background-color: #01b3e6;
}

.cl-indi li:nth-child(7){
    background-color: #039900;
}

.cl-indi li:nth-child(8){
    background-color: #e23471;
}

.cl-indi li:nth-child(9){
    background-color: #Ff9707;
}

.pincont{height: 100vh; position: relative;}

.pinrow{position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.pinright{
    position: absolute;
    top: 50%;
    transform: translate(-0,-50%);
}

.pin-title{
    font-family: 'BebasNeueRegular';
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

.fotcont{
    background: #000;
    height: 100vh;
    color: #fff;
}

.fotnl-txt{
    font-family: "Butler_Medium";
    font-size: 16px;
    color: #ff9707;
    margin-bottom: 2rem;
    text-align: center;
    margin-top: 1rem;
}

.fotcont .vertline{
    background: rgba(255,255,255,0.4);
    height: 8rem;
}

.news-fg{position: relative;}

.news-inp, .news-inp:focus {
    border: none;
    border-bottom: 0.1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    font-size: 12px;
    background-color: transparent;
    color: #fff;
    padding: 0; 
    height: 30px;   
    letter-spacing: 1px;
}

.news-inp::-moz-input-placeholder{
    color: #fff;
    opacity: 0.5;
}

.news-inp::-webkit-input-placeholder{
    color: #fff;
    opacity: 0.5;
}

.subs-arow{
    height: 14px;
    width: 14px;
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
}

.fotlist-row{
    justify-content: center;
    margin: 3rem auto 0;
    width: 80%;

}

.fotlist li{margin-bottom: 5px;}

.fotlist li a{color: #999;}

.fotlist li a:hover{color: #ff9707;}

.soclist li{
    border: 0;
    background-color: transparent;
    padding: 0;
}

.soclist li a{
    padding: 0px;
    font-size: 12px;
    color: #888;
}

.soclist li a:hover{color: #ff9707;}

.botrow{
    /*height: 25vh;*/
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 10px;
    text-transform: capitalize;
    background-image: linear-gradient(to right, #c6c6c6, #cecece, #d6d6d6, #dfdfdf, #e7e7e7, #e7e7e7, #e7e7e7, #e7e7e7, #dedede, #d6d6d6, #cdcdcd, #c5c5c5);
    text-align: center;
    color: #444;
    padding: 1rem 0;
}

.botrow .col-12{
    margin-bottom: 2rem;
}

.contli{
    width: 100%;
}

.contli li{
    font-family: 'Open Sans', sans-serif;
    font-size: 9px;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
}

.contli li:not(:last-child){
    border-right: 0.5px solid #888;
    padding-right: 1rem;
}

.conthed{
    font-family: 'Cinzel Decorative', cursive;
    font-weight: 700;
    color: #000;
    
}

.cols-3 img{
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
}

.copy-txt{
	/*position: absolute;
    bottom: 16vh;
    text-align: center;
    
    left: 0;
    right: 0;*/
    font-size: 10px;
    text-align: left;
    color: #999;
}

.men-top{
  cursor:pointer;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
}

.men-top img{
    width: 20px; 
    margin: 2rem;
}

.sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #000;
    overflow-x: hidden;
    overflow: hidden;
    transition: 0.5s;    
    z-index: 99999;
}

.sidenav-inner{padding: 50px 30px;}

.sidenav a {
    padding: 15px 0;
    text-decoration: none;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0.1rem;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-family: 'BebasNeueRegular';
}

.sidenav a:hover {color: #Ff9707;}

.sidenav a img{
  height: 18px;
  width: 18px;
  margin-right: 15px;
  margin-top: -5px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 30px;
    font-size: 20px;
    color: #fff;
}

.sidenav .soclist{margin-top: 15px;}

.stamp-div {
    width: 100%;
    margin: 2.5rem auto 0;}

.stamp-div p{
    font-family: "Butler_Medium";
    text-align: center;
    margin-top: 10px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}






/* about page css */

.ab-s1{
    background: url(../image/abs1.jpg) no-repeat center;
    background-size: cover;
    height: 60vh;
}

.ab-s1-row{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    font-family: "Timeless";
    font-size: 20px;
    width: 100%;
    margin: 0 auto;
}

.ab-s1-quote{font-size: 20px; line-height: 20px;}

.abt3-data{padding-bottom: 10rem;}

.abt3-data:nth-child(1){background: #f8f8f8;}
.abt3-data:nth-child(2){background: #fbfbfb;}
.abt3-data:nth-child(3){background: #fff;}

.ftag-sec{
    text-align: center;
    width: 40%;
    margin: 1rem auto 0;
    position: relative;
    text-align: justify;
}

.abl-card-logo{
    background-color: #fff;
    box-shadow: 0 24px 24px 0 rgba(194, 194, 194, 0.2), 0 40px 77px 0 rgba(255, 255, 255, 0.22);
    font-size: 12px;
    letter-spacing: 0.05rem;
    color: #171717;
    text-align: center;
    height: 25vh;
}

.abl-card-logo img{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0 25px;
}

.log-wid-dif img{width: 65%;}

.abl-card{
    background-color: #fff;
    box-shadow: 0 24px 24px 0 rgba(194, 194, 194, 0.2), 0 40px 77px 0 rgba(255, 255, 255, 0.22);
    color: #171717;
    margin-left: 4px;
    height: 25vh;
}

.abl-card p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0 25px;
}

.tl-row1{margin-top: 15rem !important;}

.tl-row{margin: 8rem auto;}

.tl-row:last-child{margin-bottom: 10rem;}

.tl-yer{
    letter-spacing: 3px;
    color: #4b4b4b;
    margin-top: 3rem;
    background-color: #f9f9f9;
    padding: 3px 0;
    font-family: "Butler_Medium";
}

.tl-cont{
    margin-top: 15rem; 
    position: relative;
}

.tl-cont:before {
    content: "";
    position: absolute;
    top: 470px;
    left: 161px;
    width: 0.08%;
    height: calc(100% - 575px);
    background: #00000080;
}

.tl-num {
    font-size: 25px;
    color: #888;
    font-family: "Butler_Regular";
    position: absolute;
    top: 0px;
    left: -15px;
    z-index: 9;
}

.circle-layer {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    border-radius: 50%;
    transform-origin: center;
    width: 80%;
    height: 0;
    padding-bottom: 80%;
    background-color: #fff;
    box-shadow:0 20px 40px rgba(0,0,0,0.07);
}

.pcop{
    text-transform: uppercase;
    font-family: "Butler_Medium";
    font-size: 14px;
    letter-spacing: 3px;
    text-align: center;
    margin: 3rem auto;
}

.tem-cont{
    padding: 0;
    background: #fff;
}

.tem-title-row{padding-bottom: 5rem;}

.temrow {margin: 0 auto;}

.tem-det{background-color: #171717;}

.tem-det section{
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(-5%,-50%);
}

.temtxt-r{
    text-align: right;
    right: 0;
}

.tem-nam{
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Butler_Medium";
    color: #fff;
    margin-bottom: 1rem;
}

.tem-des{
    font-size: 9px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #aaa;
    margin-bottom: 0;
}

.tem-comp{
    font-size: 9px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #aaa;
    margin-bottom: 0;
}

.tem-txt{
    position: absolute; 
    top: 50%; 
    left: 10%; 
    transform: translate(-0%,-50%); 
    width: 80%; 
    margin: 0 auto; 
    font-size: 10.5px; 
    letter-spacing: 0.03rem;
    text-align: justify;
}

.tem-txt p{
    font-size: 11px;
    width: 80%;
    margin: 0 auto;
    letter-spacing: 0.05rem;
}

.temcont2{padding-top: 5rem;}

.temrow2{margin: 2rem auto 0;}

.temrow2 [class*="col-"]{margin-bottom: 4rem;}

.tem-member{
    text-align: center;
    color: #171717;
    font-family: "Butler_Medium";
    font-size: 15px;
    margin-bottom: 0;
}

.tem-job{
    text-align: center;
    color: #888;
}

.alliances-slider img{height: 100vh;}

.alliances-hed{
    font-family: "Butler_Medium";
    color: #fff;
    font-size: 35px;
    letter-spacing: 5px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(-0%,-40%);
    z-index: 9;
    margin-bottom: 0;
    text-transform: uppercase;
    display: block;
}

.alliances-slider .carousel-indicators li{
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    margin: 0 10px;
}

.alliances-slider .carousel-indicators li:hover{
    transform: scale(1.5);
    transition: .6s;
    background: #fff;
}

.contact-sec{
    background: #000;
    position: relative;
    color: #fff;
    padding: 0;
}

.contact-cup{
    background: url(../image/contact.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
}

.form-section{
    padding: 100px 0 20px;
    position: relative;
}

.contact-inp, .contact-inp:focus {
    border: none;
    border-bottom: 0.1px solid rgb(153,153,153);
    border-radius: 0;
    box-shadow: none;
    font-size: 10px;
    background-color: transparent;
    color: #fff;
    padding: 0; 
    height: 40px; 
    text-transform: uppercase;
    letter-spacing: 3px; 
    padding: 0 3px;
}

.contact-inp::-moz-input-placeholder{
    color: #999;
    opacity:1;
    padding: 0;
}

.contact-inp::-webkit-input-placeholder{
    color: #999;
    opacity: 1;
    padding: 0;
}

.contact-ta, .contact-ta:focus{
    border: none;
    border-bottom: 0.1px solid rgb(153,153,153);
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    font-size: 12px;
    padding: 0; 
    color: #fff;
    letter-spacing: 3px; 
}

.contact-ta::-webkit-input-placeholder{
    text-transform: uppercase;
    color: #999;
    opacity: 1;
    font-size: 10px;
    letter-spacing: 3px; 
}

.contact-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
    background: none;
    cursor: pointer;
    padding: 15px 55px;
    margin: 15px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0;
    outline: none;
    position: relative;
    border: 0.5px solid #fff;
    color: #fff;
}
.contact-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.contact-btn:hover, .contact-btn:focus, .contact-btn:active {
  color: #000;
}
.contact-btn:hover:before, .contact-btn:focus:before, .contact-btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.contac-det {
    position: absolute;
    top: 10%;
    color: #999;
    text-align: left!important;
}

.contac-det a{color: #999; display: block;}

.contac-det a:hover, .cont-punchline, .contac-det a i{color: #fff;}

.cont-head {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cont-punchline2{
    color: #ff9707;
    font-family: "Butler_Medium"
}

.countri-nam{font-size: 14px; margin-bottom: 0;}

.cont-ad span{color: #fff;}

.tele i {transform: rotate(90deg);}

.service-title-row{margin: 4rem auto;}

.service-title-row [class*="col-"]{
    padding: 1.5px;
}



/* Endeavors Page CSS */

.worklist{
    margin-bottom: 0;
    width: 100%;
}

.worklist li{
    width: 19.74%;
    background: #000;
    color: #fff;
    text-align: center;
    height: 200px;
    line-height: 200px;
}

.worklist li:not(:last-child) {
    margin-right: 0px;
}

.worknav{
    justify-content: space-between;
    width: 100%;
}

.worknav li{width: 20%;}

.worknav li:not(:last-child){
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.worknav li p{
    background: #000;
    color: #fff;
    text-align: center;
    height: 200px;
    cursor: default;
    margin-bottom: 0;
    position: relative;
}

.worknav li p span{
    opacity: 0;
    transition: 2.9s ease;
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(-0%,-50%);
}

.worknav li p:hover span{
    opacity: 1;
}

.endeavors-toprow{
    text-align: center;
    padding-bottom: 50px;
}

.worktab{
	width: 100%;
    justify-content: space-between;
    border-bottom: 0;
    margin-top: 5rem;
}

.worktab li{position: relative;}

.worktab li a{
	border: 0 !important;	
	padding: 0;
	color: #aaa;
    text-align: center;
}

.worktab li a.active{
	color: #000 !important;
}

.worktab li:before{
    /*height: 5rem;
    width: 0.67px;
    display: block;
    background-color: rgba(0,0,0,0.3);*/
    background: url(../image/square.svg) no-repeat center;
    background-size: cover;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 20px;
}

.normal-link{
	pointer-events: none;
}

.all-portrait-img{display: none;}

.all-landscape-img{display: block;}


.term-head{
    font-weight: 600;
    letter-spacing: 0.5px;
}

.term-row{
    width: 70%;
    margin: 0 auto;
}

.block-term{
    margin-bottom: 2rem;
}

/*Media Query for mobile */

@media only screen and (min-device-width: 320px) and (max-device-width: 640px){
.cl-temtag{
    font-size: 9px; 
    bottom: 11%;
    transform: translate(-50%,-11%);
}

.stamp-div{width: 70%;}

.m-logo-s1{
    width: 240px;
}

.pinrow .row{
    justify-content: center;
    text-align: center;
}

.pinright {position: relative;}

.fotlist-row{
    margin: 1.5rem auto 0;
    width: 100%;
}

.fotlist{padding-left: 1rem;}

.botrow .col-12{
    margin-bottom: 0.5rem;
}

.cols-3 img {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    margin: 10px auto;
}

.bot-txt{
    text-align: center;
    left: 0;
    right: 0;
    margin-bottom: 0;
}

.soclist li{margin-right: 0.5rem !important;}

.soclist li:last-child{margin-right: 0 !important;}

.men-top img{margin:1rem; margin-top: 2rem;}

.ab-s1-row, .tem-col6-main{padding: 0 15px;}

.ab-s1-row p:first-child{line-height: 24px;}

.ftag-des, .ftag-sec{width: 100%;}

.abt3-data{padding: 0 15px 5rem;}

.fotcont .vertline{
    width: 1px;
    margin-bottom: 10px;
    height: 5rem;
}

.fotnl-txt{margin-bottom: 1rem;}

.abt3-data .mainhed{margin-top: 10px;}

.tl-cont{margin-top: 7rem;}

.tl-row1 {
    margin-top: 8rem !important;
}

.pcop{font-size: 12px;}

.circle-layer{
    width: 70%;
    padding-bottom: 70%;
}

.abl-card-logo img{ width: 85%;}

.abl-card-logo{
    height: 17vh;    
    margin-left: 8%;
}

.abl-card{
    margin-top: 0.3rem; 
    height: 17vh;    
    margin-left: 8%;
}

.tl-num{
    font-size: 25px !important;
    left: 5px;
}

.tl-yer{
    margin-top: 6rem;
}

.tl-row > .col-2{padding: 0;}

.tl-cont:before{
	left: 40px; 
	height: calc(100% - 524px);
    top: 398px;
}

.log-wid-dif img{width: 50% !important;}

.temrow{margin-bottom: 4rem;padding: 0 15px;}

.tem-txt{display: none;}

.tem-nam{margin: 0 auto;margin-bottom: 1rem;}

.tem-det{padding: 15px; text-align: center;}

.tem-det section {
    position: relative;
    left: 0;
    top: 0;
    transform: initial;
}

.temtxt-r{text-align: center;}

.tem-des, .tem-comp{font-size: 11px;}

.temcont2 {padding-top: 0;}

.temrow2 [class*="col-"] {
    margin-bottom: 2rem;
}

.client-ul {padding: 30px 0;}

.client-ul li {
    width: 32%;    
}

.slide-item{top: 40%;}

.mainhed{font-size: 20px;margin-top: 2rem;}

.worknav li {width: 33.3333333%;}

.worknav li p{height: 120px;}

.worktab{padding: 15px; margin-top: 0; justify-content: center;}

.worktab li:before{display: none;}

.worktab li{padding: 0 10px;}

.worktab li a{padding: 10px 0;}

.form-section {padding: 45px 0;}

.contac-det{
    text-align: left;
    padding: 50px 15px;
    background: #000;
    width: 100%;
    left: 0;
    right: 0;
}

.contact-cup{background: url(../image/contact-xs.jpg) no-repeat center; background-size: cover;}

.slide2-col4-left {height: -webkit-fill-available;}

.ab-s1-row{
    font-size: 14px;
}

/*mobile-media-query-close*/

}


@media only screen and (max-width: 1068px) and (min-height: 734px) and (min-width: 736px){


}



@media (orientation: portrait) and (min-width: 768px){
.circle-layer{
	width: 110%;
	padding-bottom: 110%;
}

.ftag-sec{width: 60%;}

.abl-card-logo, .abl-card{height: 10vh;}

.tl-cont:before{left: 100px; width: 0.5px;}

.log-wid-dif img {width: 14vw;}

.tem-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
    font-size: 8px;
    letter-spacing: 0;
}

.tem-nam{margin-top: 5rem; font-size: 12px;}

.temcont2{padding: 5rem 0 0;}

.client-ul li {width: 24.5%;}

.fotcont .vertline{height: 15rem;}

.last-client{display: none !important;}

.contact-cup{background: url(../image/contact-sm.jpg) no-repeat center; background-size: cover;}

.cols-3 img{max-width: 100%}

.ab-s1{height: 30vh;}

.abt3-data{padding-bottom: 5rem;}

.tl-cont {margin-top: 10rem;}

.tl-cont:before{height: calc(100% - 524px);}

.abl-card-logo img {width: 20vw;}

/*.servline{height: 20rem;}*/

.worktab li:before{bottom: 40px;}

.worktab li a span{
    display: block;   
}

}

@media (orientation: portrait) and (min-width: 1024px){
.circle-layer{
	width: 90%;
    padding-bottom: 90%;
}

.log-wid-dif img {width: 12vw;}

.tl-cont:before{left: 131px;width: 1px;}

.ftag-sec{width: 45%;}

.tem-txt{font-size: 11px;}
.client-title{margin-top: 5rem;}

.client-ul li {width: 24.5%;}

.fotcont .vertline{height: 15rem;}

.last-client{display: none !important;}

.cols-3 img{max-width: 100%}

.ab-s1{height: 30vh;}

.abt3-data{padding-bottom: 5rem;}

.tl-cont {margin-top: 10rem;}

.tl-cont:before{height: calc(100% - 559px);}

.abl-card-logo img {width: 20vw;}

/*.servline{height: 32rem;}*/

}


@media (orientation: landscape) and (max-aspect-ratio:7/5){
/*.servline{height: 25rem;}*/

.last-client{display: none !important;}

.client-ul li {width: 19%;}

.ftag-sec{width: 55%;}

.circle-layer{
	width: 100%;
    padding-bottom: 100%;
}

.abl-card-logo, .abl-card{height: 15vh;}




}


@media (orientation: landscape) and (max-height: 768px) and (max-aspect-ratio:7/5){
.tl-cont:before{left: 131px;width: 1px;}

.abl-card-logo, .abl-card{height: 18vh;}

}




@media (max-width: 1366px){
.alliances-slider img {
    object-fit: cover;
}

}

@media (orientation: portrait) and (max-aspect-ratio:3/5){
    .all-portrait-img{display: block;}
    .all-landscape-img{display: none;}
}

@media (orientation: portrait) and (max-aspect-ratio:4/5){
    .all-portrait-img{display: block;}
    .all-landscape-img{display: none;}
}

@media (max-width: 768px){
.cl-indi{
    top: auto;
    transform: none;
    bottom: 0;
    display: inline-flex;
}    

.cl-indi li {
    height: 13px;
    width: 13px;
    margin: 0 10px 30px;
}

.cl-indi li p{display: none;}

}





@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape){
.client-ul {padding: 60px 0;}
}


}


/* Future */



.contros{
    padding: 80px;
    background-color: #000;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(-0%,-50%);
}

.contros p{
    font-family: "Butler_Medium";
    font-size: 14px;
    letter-spacing: 0.1rem;
    color: #aaa;
    text-align: center;
}

.col-big-1, .col-big-2, .col-big-3, .col-big-4, .col-big-5, .col-big-6, .col-big-7, .col-big-8, .col-big-9, .col-big-10, .col-big-11, .col-big-12, .col-big,
.col-big-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


@media (min-width: 1300px) {
  /*.col-big {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-big-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-big-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-big-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-big-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-big-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-big-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-big-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-big-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-big-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-big-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-big-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-big-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }*/

  .fotcont .vertline{width: 0.2%;}

  .tem-txt{font-size: 13px;}
  .tl-cont:before{width: 0.09%;}
}