
@font-face {
    font-family: 'Maax Bold';
    src: url('fonts/Maax Bold.eot');
    src: local('Maax Bold'), local('Maax-Bold'),
        url('fonts/Maax Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Maax Bold.woff') format('woff'),
        url('fonts/Maax Bold.ttf') format('truetype');
        font-weight: bold;  
}

@font-face {
    font-family: 'Cera Pro Regular';
    src: url('CeraPro-Regular.eot');
    src: local('Cera Pro Regular'), local('CeraPro-Regular'),
        url('fonts/CeraPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/CeraPro-Regular.woff') format('woff'),
        url('fonts/CeraPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



.container-fluid{
  padding-left: 0px;
  padding-right: 0px;
}
.container-fluid .row{
  margin-right: 0px;
  margin-left: 0px;
}
.col-sm-6{
  padding-left: 0px;
  padding-right: 0px;
}
.col-sm-4{
  padding-left: 0px;
  padding-right: 0px;
}
.col-sm-8{
  padding-left: 0px;
  padding-right: 0px;
}
.col-sm-7{
  padding-left: 0px;
  padding-right: 0px;
}
.col-sm-5{
  padding-left: 0px;
  padding-right: 0px;
}
.grid-center{
  padding-left: 100px;
  padding-right: 100px;
}
.grid-center-left{
  padding-left: 100px;
}

.grid-center-right{
  padding-right: 100px;
}
a:hover{
  color: #212121;
  text-decoration: none;

}


body{
	font-family: 'Avenir Book', sans-serif;
	font-size:16px;
	color:#212121;
  transition: all .5s;
	}
.overlay {
  height: 57px;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: rgba(16,42,50, 1);
  overflow-x: hidden;
  transition: 0.5s;
  overflow-y: hidden;
}

.overlay-content {
  position: relative;
  top: 0;
  width: 100%;
  text-align: right;
  margin-top: 5px;
  right: 100px;
}

.overlay a {
  padding: 8px 15px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #4D63CB;
}

.overlay .closebtn {
  position: absolute;
  font-size: 49px;
  top: 7px;
  right: 3px;
  line-height: 17px;
}



header {

    margin-bottom: 0px;
    background: #fff;
    height: 57px;

}

header .logo{
  padding-left: 15px;
  padding-top: 6px;
  max-width: 52px;
}
.home .logo{
 display: none;
}
.home.sticky .logo{
 display: inline-block;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 2px 2px 4px rgba(0,0,0,.1);
 transition: all .5s;
}

.sticky + .content {
  padding-top: 102px;
}
.content-box{
  padding-top: 100px;
}
.top-menu{
  text-align: right;
}
.top-right-menu {
    padding: 12px 18px 16px;
    background: #102A32;
    color:#fff;
    border: 1px solid #979797;
    font-size: 18px;
    display: inline-block;
    text-align: center;
}
h1 {
    margin-bottom: 30px;
}
.wecanbepro {
  color: #595959;
 /* font-family: "Avenir-Book";*/
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.533333px;
}
.who2 .wecanbepro {
    font-size: 22px;
    line-height: 30px;
}
.who2 .wecanbepro b{
  font-family: "Avenir Heavy";
  font-weight: 400;
}
.we-are-text {
  color: #102a32;
 font-family: "Avenir Heavy";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.6666666px;
  margin: 20px 0;
  text-transform: uppercase;
}
.we-are-text img {

    vertical-align: baseline;
    margin-right: 10px;
    display: inline-block;

}
.mr-top-50{

    margin-top: 50px;

}
.header-text img{
  vertical-align: baseline;
    margin-right: 10px;
    display: inline-block;
}
.home-right-img{
  background: url("../images/shapes-bg.png") no-repeat;
  background-size: contain;
background-position: top 8px right 0;
text-align: right;
position: absolute;
height: 544px;
width: 100%;
z-index: -1;
right: 0;
bottom: 0;

}
.module {
 --x: 0px;
  --y: 0px;
  background-image: url(https://images.unsplash.com/photo-1499162526249-f5b8b9ba9923?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=865bf5c0b77ceb22e88de9fd41c5a671);
  background-size: 1000px;
  background-position: var(--x) var(--y);
  width: 300px;
  height: 300px;
  border: 1px solid white;
}
.home-image .hex {

    max-width: 100%;
    height: auto;
    /*margin-left: 10%;*/
    cursor: crosshair;
    transition: all .5s;
}
.home-image .hex:hover{
  
}
.home-image.two{
  background: url("../images/who-rectangle.png") no-repeat;
  background-size: cover;
 background-position: top 160px left 0px;
text-align: right;
padding-bottom: 70px;
position: absolute;
min-height: calc(100vh - 100px);
width: calc(100vh - 50px);
z-index: 1;
bottom: -25px;
right: 0;
}
.main-box{
  text-align: right;
}
.main-box img{
  width: auto;
  position: relative;
  z-index: 2;
  height: calc(100vh - 100px)
}
.home-image.three{
  background: url("../images/services-rectangle.png") no-repeat;
  background-size: cover;
 background-position: top 160px left 0px ;
text-align: right;
padding-bottom: 70px;
position: absolute;
min-height: calc(100vh - 100px);
width: calc(100vh - 50px);
z-index: 1;
bottom: -25px;
right: 0;
}
.main-box .home-image.three  img{
  width: 68%;
}
.home-image.four{
  background: url("../images/rectangle-red.png") no-repeat;
  background-size: cover;
 background-position: top 160px left 0px;
text-align: right;
padding-bottom: 70px;
position: absolute;
min-height: calc(100vh - 100px);
width: calc(100vh - 80px);
z-index: 1;
bottom: -25px;
right: 0;
}
.home-image.five{
  background: url("../images/affiliate-rectangle.png") no-repeat;
  background-size: cover;
 background-position: top 160px left 0px;
text-align: right;
padding-bottom: 70px;
position: absolute;
min-height: calc(100vh - 100px);
width: calc(100vh - 50px);
z-index: 1;
bottom: -43px;
right: 0;

}

.position-box .home-image.four{
  bottom: -85px;
  background-position: top 280px left 100px;
}
.position-box .position{
  margin-top: 70px;
}
.we-do .content-box1{
   background: url("../images/section-2-bg.png") repeat-x left 50%;
  background-size: contain;
  min-height: 650px;
  background-position: 50% 50%;
  padding-top: 100px
}
.we-do p{
  width: 60%;
}
.we-do ul li p{
  width: 90%;
}
ul{
  list-style: none;
}
.content-box2 ul li {
  margin-bottom: 30px;
}
.content-box2 ul li h5 {
  color: #595959;
  font-family: "Avenir Heavy";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.4266664px;
  margin-bottom:0px;
}
.content-box2 ul li p {
  color: #595959;
  font-family: "Avenir";
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.4266664px;
  margin-bottom: 0px;
}
.content-box2 {

    margin-top: 100px;

}
.pd-top-200{
  padding-top: 200px;
}
.btn-box{
  margin-top: 30px;
}

.btn-discover {
  color: #102a32;
 font-family: "Avenir";
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.line2 {
  width: 27px;
  height: 1px;
  border: solid 2px #F5A503;
  display: inline-block;
  margin-right: 10px;
  vertical-align: super

}
.line3 {
  width: 27px;
  height: 1px;
  border: solid 2px #3aa1bf;
  display: inline-block;
  margin-right: 10px;
  vertical-align: super

}
.rectangle {
  background: linear-gradient(180deg, #22515E, #0F2830);
  color: #fff;
  padding: 30px 70px; 
  position: relative;
  z-index: 2;
}

.rectangle .we-are-text{
  color: #fff;
  font-size: 24px;
}
.rectangle .wecanbepro{
  color: #fff;
  font-size: 22px;
   line-height: 29px;
  letter-spacing: 0.3911109px;
}
.rectangle .btn-discover{
  color: #fff;
}

.shape1{
  display: inline-block;
  position: absolute;
  top: -128px;
  right: 145px;
  background: url("../images/fill-1-copy-3.png") no-repeat;
  width: 84px;
  height: 174px;
  z-index: 2;
}

.shape2{
  display: inline-block;
  position: absolute;
  top: 80px;
  right: -84px;
  background: url("../images/fill-2.png") no-repeat;
  width: 166px;
  height: 105px;
  z-index: 2;
}
.shape3{
  display: inline-block;
  position: absolute;
  bottom: -106px;
  right: 19%;
  background: url("../images/circle.png") no-repeat;
  width: 212px;
  height: 131px;
  z-index: 2;
}
.shape4{
  display: inline-block;
  position: absolute;
  top: -66px;
  right: 0;
  background: url("../images/fill-1.png") no-repeat;
  width: 82px;
  height: 173px;
  z-index: 2;
}
.more-icon1{
  display: inline-block;
  background: url("../images/arrow-dowm.png") no-repeat;
  width: 14px;
  height: 13px;
}
.more-icon2{
  display: inline-block;
  background: url("../images/arrow-dowm.png") no-repeat;
  width: 14px;
  height: 13px;
}
.more-icon3{
  display: inline-block;
  background: url("../images/arrow-dowm.png") no-repeat;
  width: 14px;
  height: 13px;
}
.more-text{
    transform: rotate(-90deg);
    width: 14px;
    display: inline-block;
}
.more{
  width: 14px;
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom:0;
  color:#fff;
  padding: 40px 35px 20px 15px;
  background:#F2385A;
}
.more:hover{
  color: #f7f7f7;
}
.top-icon1{
  display: inline-block;
  background: url("../images/triagle-up.png") no-repeat;
  width: 17px;
  height: 14px;
}
.top-icon2{
  display: inline-block;
  background: url("../images/triagle-up.png") no-repeat;
  width: 17px;
  height: 14px;
}
.top-icon3{
  display: inline-block;
  background: url("../images/triagle-up.png") no-repeat;
  width: 17px;
  height: 14px;
}
.top-text{
    transform: rotate(90deg);
    width: 14px;
    display: inline-block;
}
.top{
  width: 14px;
  display: inline-block;
  position: absolute;
  right: 0px;
  top:20px;
  color:#fff;
  padding: 20px 30px 40px 20px;
  background:#F2385A;
}
.top:hover{
  color: #f7f7f7;
}
.office-img {
    position: absolute;
    left: -250px;
    z-index: 1;
    top: 132px;
  }

  .office-img.revenue{
    position: absolute;
    left: 46px;
    z-index: 1;
    top: -130px;
    right: 100px;
    background: #f5a503;
    bottom: -150px;
}

.who-we-are .content-box1 {
    padding-top: 60px;
    padding-bottom: 60px;

}
.our-work {
/*  background: linear-gradient(180deg, #4D63CB, #208FF5);*/
  background: url("../images/work-bg.png") no-repeat;
  background-size: cover;
  padding: 100px 0 150px;
  margin-top: 105px;
  position: relative;
}

.our-work .wecanbepro{
  color: #ffffff;
  /*font-family: "Avenir-Heavy";*/
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.3911109px;
}
.our-work h6{
  color: #ffffff;
  font-family: "Avenir Heavy";
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.3911109px;
}

.work-shape1{
  display: inline-block;
  position: absolute;
  bottom: -35px;
  left: 0;
  background: url("../images/polygon.png") no-repeat;
  width: 100%;
  height: 556px;
  z-index: 1;
}
.work-shape2{
  display: inline-block;
  position: absolute;
  bottom: -98px;
  left: -11px;
  background: url("../images/group-3.png") no-repeat;
  width: 100%;
  height: 556px;
  z-index: 3;
}

.work-img{
    position: relative;
    width: 100%;
    height: 550px;
}


.work-img img{

    position: absolute;
    z-index: 2;
    top: 79px;
    left: 55px;
    width: 70%;

}

.header-text{
  color: #fff;
  font-family: "Avenir Heavy";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.6666666px;
  margin: 20px 0;
}

.our-work .wecanbepro{
  color: #fff;
}
footer{
  padding: 150px 0 100px;
  border-bottom: 4px solid #f2385a;
  position: relative;
}

.top-list {
  color: #8b8b8b;
 font-family: "Avenir Heavy";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
}
.top-list a{
  color: #8b8b8b;

}

.bottom-list {
  color: #8b8b8b;
 font-family: "Avenir Heavy";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.bottom-list.copy{
color:#aeaeae
}
.bottom-list a{
  color: #8b8b8b;

}


.para-text{
    color: #595959;
  /*font-family: "Avenir-Heavy";*/
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.3911109px;
}
.who-we-are .para-text{
 color: #fff;
}

.who-we-are.two .rectangle{
  padding: 70px 70px;
}


.top-flag{
  background: url("../images/section-2-bg.png") repeat-x left 50%;
  background-size: contain;
  min-height: 400px;
  background-position: 50% 50%;
  padding: 150px 0 0;
  text-align: center;
}
.top-flag h5{
  color: #102a32;
  font-family: "Avenir Heavy";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.4266664px;
  margin: 30px 0;
}
.who-we-are.two {

    position: relative;

}
.yellow-icon1{
  display: inline-block;
  position: absolute;
  top: 20%;
  left: 30px;
  background: url("../images/yellow-arrow.png") no-repeat;
  width: 56px;
  height: 51px;
  z-index: 3;
}

.yellow-icon2{
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 11%;
  background: url("../images/yellow-arrow.png") no-repeat;
  width: 56px;
  height: 51px;
  z-index: 3;
}

.yellow-icon3{
  display: inline-block;
  position: absolute;
  top: 60%;
  left: 10%;
  background: url("../images/yellow-arrow.png") no-repeat;
  width: 56px;
  height: 51px;
  z-index: 3;
}
.yellow-icon4{
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 20px;
  background: url("../images/yellow-arrow.png") no-repeat;
  width: 56px;
  height: 51px;
  z-index: 3;
}
.yellow-icon5{
  display: inline-block;
  position: absolute;
  top: 90px;
  left: 20%;
  background: url("../images/yellow-arrow.png") no-repeat;
  width: 56px;
  height: 51px;
  z-index: 3;
}
.yellow-icon6{
  display: inline-block;
  position: absolute;
  top: 40px;
  right: -1%;
  background: url("../images/yellow-arrow.png") no-repeat;
  width: 56px;
  height: 51px;
  z-index: 3;
}
.yellow-icon7{
  display: inline-block;
  position: absolute;
  top: -30px;
  right: 13%;
  background: url("../images/yellow-arrow.png") no-repeat;
  width: 56px;
  height: 51px;
  z-index: 3;
}

.yellow-icon8{
  display: inline-block;
  position: absolute;
  bottom: -4px;
  left: 16%;
  background: url("../images/yellow-arrow.png") no-repeat;
  width: 56px;
  height: 51px;
  z-index: 3;
}
.oval{
  display: inline-block;
  position: absolute;
  bottom: -150px;
  right:0;
  background: url("../images/oval.png") no-repeat;
  width: 171px;
  height: 398px;
  z-index: -1;
}

.services{
  padding: 50px 0 100px;
  text-align: center;
  position: relative;
  background: url("../images/service-bg1.png") no-repeat;
  background-size: cover;
  margin-top: 50px; 
}
.services-hedaer{
position: relative;
}
.services-hedaer h2 {
 /* font-family: "Avenir-Heavy";*/
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.533333px;

}

.triangle-left-big{
  display: inline-block;
  position: absolute;
  left: 0px;
  top:-80px;
  background: url("../images/triangle-left-big.png") no-repeat;
  width: 80px;
  height: 98px;
  z-index: 3;
}
.triangle-right-big{
  display: inline-block;
  position: absolute;
  right: 15%;
  bottom:-80px;
  background: url("../images/triangle-right-big.png") no-repeat;
  width: 80px;
  height: 98px;
  z-index: 3;
}
.close{
  position: absolute;
  top: 30px;
  right: 30px;
  background: url("../images/cross.png") no-repeat;
  width: 24px;
  height: 24px;
  z-index: 3;
}
.service-box {
    padding: 50px 15px 30px;
    background: #eaf1f0;
    min-height: 250px;
    margin-bottom: 15px;
}
.service-box  .box-title{
  margin: 20px 0 0;
}
.btn-service{
/*  font-family: "Avenir-Book";*/
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.3911109px;
  color: #000;
}
.service-boxs{
margin-top: 0px;
}

.service-boxs .col-sm-2{
 -webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
padding-left: 5px;
padding-right: 5px;
margin:5px 0;
}

.pd-left-0{
  padding-left: 0px !important;
}
.pd-right-0{
  padding-right: 0px !important;
}
.pd-left-7{
  padding-left: 7px;
}
.pd-right-7{
  padding-right: 7px;
}
.service-open{
 padding: 120px 15%;
 background: linear-gradient(151deg, #208FF5, #4D63CB);
 position: absolute;
 text-align: left;
 top: 197px;
}

.count-no {
    font-size: 225px;
    position: absolute;
    top: -25px;
    left: 13%;
    color: #7fb3ee;
    z-index: 1;
    font-family: futura-pt, sans-serif;
    /*font-family: Futura-bold;*/
    font-weight: 900;
    opacity: 0.45;
}
.marketing4 {

    margin-top: 50px;

}
.service-open h3 {
    color: #fff;
     font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.service-open p {
    color: #fff;
    font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.3555553px;
}

.marketing{
  padding-right: 0px;
}
.marketing2{
  padding: 0px 0 0;
}
.marketing2 .office-img{
    position: absolute;
    left: -100px;
    z-index: 2;
    top: 132px;
}

.marketing2 .rectangle {
    color:#fff;
    padding: 100px 120px 100px 250px;
    position: relative;
    z-index: 2;
    background: #102A32 url("../images/group-47.png") no-repeat left center;

}

.marketing .shape1 {
    left: 0px;
    bottom: 0px;
    z-index: 9;
    top: auto;
}
.marketing .shape1.two {
    left: -100px;
    bottom: -75px;
    z-index: 9;
    top: auto;
}
.marketing3 {

    margin-top: 70px;
    position: relative;

}
.marketing3-icon{
  position: relative;
}
.marketing3-icon1{
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 33px;
  background: url("../images/marketing-logo.png") no-repeat;
  width: 80px;
  height: 90px;
  z-index: 3;
}



.marketing3-icon2{
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 6px;
  background: url("../images/fill-1-copy-5.png") no-repeat;
  width: 36px;
  height: 60px;
  z-index: 3;
}

.marketing3-icon3{
  display: inline-block;
  position: absolute;
  top: 35px;
  left: 27px;
  background: url("../images/fill-1-copy-6.png") no-repeat;
  width: 51px;
  height: 36px;
  z-index: 3;
}
.marketing3-icon {

    position: relative;
    margin-top: 100px;
    min-height: 100px;

}
.marketing-box {
  background: #ffffff;
  box-shadow: 0px 2px 12px rgba(0,0,0,0.4);
  padding: 15px; 
  min-height: 500px;
}
.mar-img{
  text-align: center;
}
.marketing-box h3 {
  color: #595959;
  font-family: "Avenir Heavy";
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.4266664px;
}
.marketing-box p {
  color: #595959;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.4266664px;
}


.marketing4.top-flag {

    background:url("../images/2_objects1.png") repeat-x left 50%;
    min-height: 600px;
    margin-top: -150px;
    padding: 250px 0 0;
  }

.marketing4.top-flag h5{
  color: #fff;
}
.marketing4.top-flag .btn-discover{
  color: #fff
}
.position-list li a{
  padding: 15px 0;
  display: block;
  border-bottom: 1px solid #979797;
  color: #102a32;
  font-family: "Avenir Heavy";
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.4266664px;
}


.right-arrow{
  display: inline-block;
  background: url("../images/right-arrow.png") no-repeat;
  width: 24px;
  height: 24px;
  z-index: 3;
  float: right;
  margin-top: 3px;
}

.position .content-box h5 {
  color: #2c2c2c;
  font-family: 'Avenir Book', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.533333px;
}
.career-form{
  background: rgba(77, 99, 203, 0.15);
  padding: 50px 0;
}
.career-form h3{
  color: #102a32;
  font-family: "Avenir Heavy";
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.533333px;
}

.career-form h4{
  color: #102a32;
 /* font-family: "Avenir-book";*/
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.533333px;
  margin-bottom: 50px;
}

.form-box .form-control{
  border: none;
  border-bottom: 2px solid #102a32;
  min-height: 55px;
  border-radius: 0px;
  background: transparent;
  color: #595959;
  /*font-family: "Avenir-Book";*/
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.4266664px;
  padding-left: 0px;
}

.form-box textarea.form-control{
  min-height: 100px;
}

.btn-send {
  color: #4D63CB;
  font-family: "Avenir Heavy";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  text-decoration: underline;
  letter-spacing: 0.4266664px;
  margin-top: 40px;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
}
.service-header{
  /*background: url("../images/service-bg.png") no-repeat;
  background-size: cover;*/
  min-height: 150px;
  position: relative;
  z-index: -1;
}
.service-header h2 {
  font-family: "Avenir Heavy";
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.4266664px;
  margin-top: 50px;
}
.service-header h2 img{
  margin-right: 7px;
}
.content-box h5{
  font-family: "Avenir Heavy";
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  line-height: 30px;
  letter-spacing: 0.4266664px;
}

.content-box .para-text h5{
  font-family: "Avenir Heavy";
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}
.position {

    padding-bottom: 100px;

}
.max-file {

    vertical-align: bottom;
    margin-left: 40px;
    margin-bottom: 5px;
    display: inline-block;

}
.input-file-container {
  position: relative;
  width: 225px;
  display: inline-block;
  margin-top: 15px;
} 
.js .input-file-trigger {
  display: block;
  padding: 14px 30px;
  background: transparent;
  color: #595959;
  font-size: 18px;
  transition: all .4s;
  cursor: pointer;
  border: 2px solid #102a32;
}
.js .input-file {
  position: absolute;
  top: 0; left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
  background: #102a32;
  color: #fff;
}

.file-return {
  margin: 0;
}
.file-return:not(:empty) {
  margin: 1em 0;
}
.js .file-return {
  font-style: italic;
  font-size: .9em;
  font-weight: bold;
}
.js .file-return:not(:empty):before {
  content: "Selected file: ";
  font-style: normal;
  font-weight: normal;
}
.p-list {
  padding-left: 0px;
}
.p-list li {

    background: url("../images/polygon1.png") no-repeat left top;
    padding-left: 30px;
    margin-bottom: 5px;

}





@-webkit-keyframes swing1
{
    15%
    {
          -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    }
    30%
    {
        -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    } 
    50%
    {
       -ms-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
    }
    65%
    {
         -ms-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
    }
    80%
    {
         -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    }
    100%
    {
        -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    }
}
@keyframes swing1
{
     15%
    {
          -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    }
    30%
    {
        -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    } 
    50%
    {
       -ms-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
    }
    65%
    {
         -ms-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
    }
    80%
    {
         -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    }
    100%
    {
        -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    }
}



.swing2:hover
{
          -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transition: all .5s ease;
}

.container1 {
  display: flex;
  width: 80%;
  padding:0;
  box-sizing: border-box;
  height:91.5vh;
  margin:  0 0 0 auto;
}

.box {
  flex: 1;
  overflow: hidden;
  transition: all 1.5s ease;
  margin: 0;
  line-height: 0;
  background:#fff;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);

}

.box > img {
  width:100%;
  height: calc(100% - 10vh);
  object-fit: cover; 
  transition: all 1.5s ease;
}

.box > span {
  font-size: 3.8vh;
  display: block;
  text-align: center;
  height: 10vh;
  line-height: 2.6;
}

.box-hover { flex: 1 1 100%;  transition: all 1.5s ease;}
/*.box.box-hover{
  background: url("../images/mask1.png") no-repeat center top;
  background-size: cover;
}*/
.box-hover > img {
  width:100%;
  min-height:100% !important;
   transition: all 1.5s ease;
}
 .slide-no{
  font-family: Avenir Heavy;
  font-size: 28px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.94px;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 46%;
  background: url("../images/slide-fill-1.png") no-repeat;
  background-size: contain;
  width: 60px;
  height: 80px;
  text-align: center;
  line-height: 72px;
}
/*.slide-no::after {
    content: "";
    width: 15px;
    height: 5px;
    position: absolute;
    right: -14px;
    background:#c5e2df;
    top: 22px;
}*/


.right-t{
  width: 80%;
}

.background{
    background:transparent;
    z-index: 1000;
    position: absolute;
    bottom: -50px;
    z-index: 1;
}
.wrapper-1 {
  width: 100px;
  height: 100px;
  position: absolute;
  margin:0;
  background:transparent;
  z-index: 1;
  bottom: -50px;

}

.wrapper-1, .wrapper-1 * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper-1 .pie {
  width: 50%;
  height: 100%;
  transform-origin: 100% 50%;
  position: absolute;
  background: transparent;
  border: 20px solid #0F2830;
}

.wrapper-1 .spinner {
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
  z-index: 0;
  border-right: none;
  -webkit-animation: rota 5s linear infinite;
}

.wrapper-1:hover .spinner,
.wrapper-1:hover .filler,
.wrapper-1:hover .mask {
  animation-play-state: running;
}

.wrapper-1 .filler {
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
  left: 50%;
  opacity: 0;
  -webkit-animation: opa 5s steps(1, end) infinite reverse;
  border-left: none;
}

.wrapper-1 .mask {
  width: 50%;
  height: 100%;
  position: absolute;
  background: inherit;
  opacity: 1;
  -webkit-animation: opa 5s steps(1, end) infinite;
}

@-webkit-keyframes rota {
  0% {transform: rotate(0deg);border-color:yellow;}
  100% {transform: rotate(360deg);z-index:0;}
}
@-webkit-keyframes opa {
  0% {opacity: 0;}
  50%, 100% {opacity: 0;}
}

.wrapper-2 {
  position:absolute;
  bottom: 64px;
  z-index: -1;
  right: 39%;
}

.right {
  border: #3f85a3 solid 15px;
  height: 125px;
  width: 125px;
  border-radius:120px;
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  transform: rotate(-215deg);
  animation: rota2 1000ms linear;
  -moz-animation: rota2 1000ms linear;
  -o-animation: rota2 1000ms linear;
  -webkit-animation: rota2 1000ms linear;
}

@keyframes rota2 {
  from{ transform:rotate(-125deg);}
  to { transform: rotate(-45deg);}
}

@-o-keyframes rota2 {
  from{ transform:rotate(-125deg);}
  to { transform: rotate(-45deg);}
}

@-moz-keyframes rota2 {
  from{ transform:rotate(-225deg);}
  to { transform: rotate(-45deg);}
}
@-webkit-keyframes rota2 {
  from{ transform:rotate(-5deg);}
  to { transform: rotate(-45deg);}
}

.left {
  border: #f5a503 solid 30px;
  height: 125px;
  width: 125px;
  border-radius:120px;
  border-bottom-color: transparent;
  border-right-color: transparent;
  position: absolute;
  transform: rotate(225deg);
  animation: rota 2000ms linear;
  -o-animation: rota 2000ms linear;
  -moz-animation: rota 2000ms linear;
  -webkit-animation: rota 2000ms linear;
}
@keyframes rota {
  from {transform: rotate(-45deg);}
  to { transform: rotate(225deg);}
}
@-o-keyframes rota {
  from {transform: rotate(-45deg);}
  to { transform: rotate(35deg);}
}
@moz-keyframes rota {
  from {transform: rotate(-45deg);}
  to { transform: rotate(225deg);}
}
@-webkit-keyframes rota {
  from {transform: rotate(-45deg);}
  to { transform: rotate(225deg);}
}

.middle {
  color: #0987bc;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 130px;
  height: 130px;
  left: 15px;
  top: 15px;
  border-radius: 150px;
  position: relative;
  z-index: 4;
}

.popover {
  background: transparent;
  width: 80px;
  height: 162px;
  position:absolute;
  top: -3px;
  left: -3px;
  opacity:0;
  z-index:-1;
  animation: popover 1000ms linear;
  -moz-animation: popover 1000ms linear;
  -o-animation: popover 1000ms linear;
  -webkit-animation: popover 1000ms linear;
  outline: none;
  border: none;
}

@keyframes popover {
  0% {opacity: 1;}
  99%{opacity:1;}
  100% {opacity:0;}
}

@-o-keyframes popover {
  0% {opacity: 1;}
  99%{opacity:1;}
  100% {opacity:0;}
}

@-moz-keyframes popover {
  0% {opacity: 1;}
  99%{opacity:1;}
  100% {opacity:0;}
}

@-webkit-keyframes popover {
  0% {opacity: 1;}
  99%{opacity:1;}
  100% {opacity:0;}
}

.progressbar {
    display: inline-block;
    width: 100px;
    margin: 25px;
    position: absolute;
    right: 28%;
    bottom: -115px;
  }
  .progressbar.two {

    display: inline-block;
    width: 100px;
    margin: 25px;
    position: absolute;
    right: 9%;
    bottom: -41%;
    z-index: 0;

}
  .circle {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
    transform: rotate(90deg);
  }
  .circle:after {
      width: 120px;
    height: 120px;
    content: "";
    border: 0px solid #fb4f14;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
  }
  
  .circle canvas {
    vertical-align: middle;
    border: 0px solid #fb4f14;
    border-radius: 50%;
  }
  
  .circle div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -86px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 31px;
    
  }
  .circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
  }
  .circle span {
    display: block;
    color: white;
    margin-top: 12px;
  }
  
.form-box .button.close {
     top: 13px;
      right: 15px;
}

.mk-l{
  display: none;
}
.mk-all{
 display: inline-block;
}
.c-l{
  display: none;
}
.c-all{
 display: inline-block;
}
.p-l{
  display: none;
}
.p-all{
 display: inline-block;
}
.w-l{
  display: none;
}
.w-all{
 display: inline-block;
}
.s-l{
  display: none;
}
.s-all{
 display: inline-block;
}

.tc-tabs > ul li a{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  text-align: center;
  color: #2c2c2c;
  display:block;
  padding-bottom: 15px;
	padding-top: 15px;
	   border-bottom: 3px solid transparent;
	   font-family: 'Avenir';
}
.tc-tabs > ul li a.active {
    font-weight: 500;
    border-bottom: 3px solid #555;
}
.tc-tabs > ul li {
    width: 50%;
    text-align: center;
    display: inline-block;
	
}
.tc-tabs .nav-tabs{
	border-bottom:1px solid #dee2e6
}
.tc-tabs > ul li:first-child{
	border-right:1px solid #dee2e6;
}
.tc-tabs h3 {
	font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #162933;
  font-family: 'Avenir';
}

.tc-tabs .tab-content p{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.25px;
  color: #2c2c2c;
}
ol {
    counter-reset: item;
	padding-left:15px;
	margin-top:10px;
}
ol li {
    display: block;
    position: relative;
	margin-bottom:7px;
	line-height:1.8;
}
ol li:before {
    content: counters(item, ".")".";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px; /* space between number and text */
}

/****contact modal****/
.contact-modal.tc .modal-content {
    overflow-y: auto;
	overflow-x:hidden;
	border: none;
background: #ffffff;
border-radius: 6px;
}
.tc .modal-body{
	padding:0px;
}
.tc .tab-content{
	padding:20px 40px;
	max-height: 520px;
	overflow-y: auto;
}


.contact-modal .modal-content{
  border: solid 4px #4d63cb;
  background: #ffffff;
  border-radius: 0px;
}
.contact-modal .close{
  right: -49px;
  top: 12px;
}
.contact-modal .messages .close {
    right: 7px;
    top: 12px;
    background:none;
}
.contact-modal .modal-title{
  text-align: center;
  width: 100%;
  color: #4d63cb;
  font-family: "Avenir Heavy";
  font-size: 24px;
}

.contact-modal .form-control{
  border:0;
  border-bottom: solid 1px #6e7dc1;
  border-radius: 0px;
  color: #6e7dc1;
  min-height: 50px;
}
.contact-modal .form-control::placeholder {
    color: #a0aad7;
    opacity: 1;
}
.btn-yellow {
  min-height: 50px;
  background: #f5a503;
  color: #fff;
  font-family: "Avenir Heavy";
  padding: 10px 50px;
  display: inline-block;
  border-radius: 0;
  font-size: 20px;
  margin-top: 15px;
  transition: all .5s;
}
.btn-yellow:hover{
  background: #c88600;
}

.contact-modal .modal-header{
    border-bottom: 0;
    padding-top: 30px;
}

.wecanbepro.font-22{
  font-size: 22px;
  line-height: 33px;
}

.mr-t-60{
  margin-top: 44px;
}


.modal.tc b{
	font-weight:bold;
	letter-spacing:.5px;
}









		/**********media for mobile***********/


		
		
		
@media only screen and (min-width: 1920px) 
{
	
  .grid-center{
  padding-left: 150px;
  padding-right: 250px;
}
.grid-center-left{
  padding-left: 150px;
}

.grid-center-right{
  padding-right: 150px;
}

  .home-image .hex {
    max-width: 100%;
  
}

.home-right-img{
  background-position: top 26px right 0;
 height: calc(100vh - 174px);
}
.wecanbepro{
  font-size: 35px;
  line-height: 50px;
}
.who-we-are .content-box1 {

    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 25%;

}
.progressbar{
  right: 19%;
}

.office-img{
  text-align: right;
  right: 0;
}
.shape4 {
  top: 34px;
    }

.work-img img {
    left: 160px;
}
.our-work{
  padding: 250px 0 250px;
}
.home-image.two{
 background-position: top 250px left 0;
bottom: -89px;
width: 100%;
min-height: calc(100vh - 218px);
left: 0px;
}
.main-box{
  position: relative;
}
.main-box img {
    width: auto;
    height: auto;
}
.yellow-icon4{
  right: 44%;
}
.yellow-icon8{
  left: -8%;
}
.yellow-icon7 {
    top: -51px;
    right: 34%;
    }
.yellow-icon6 {
 right: 30%;
  }

.home-image.three{
  background-position: top 250px left 0;
  bottom: -89px;
  width: 100%;
  min-height: calc(100vh - 218px);
  left: 0px;
}
.home-image.four{
 background-position: top 250px left 0;
bottom: -89px;
width: 100%;
min-height: calc(100vh - 218px);
top: 0px;
left: 0;
}
.position-box .home-image.four {
    background-position: top 280px left 60px;
    min-height: calc(100vh - 69px);

}
.marketing-box{
  padding: 15px 30px;
}

.position-box .position {

    margin-top: 425px;

}
.progressbar.two{
  right: 5%;
  bottom: -37%;
  z-index: 1;
}
.services .container-fluid{
    padding-left: 30px;
    padding-right: 30px;
}

.service-open {
    top: 248px;
    padding: 250px 15%;
    width: 78%;
    margin: 0;
    left: 11%;
}
.count-no{
  top: 32px;
    left: 14%;
    font-size: 350px;
}
.service-open h3 {
    font-size: 26px;
    line-height: 38px;
}
.service-open p {
    font-size: 22px;
    line-height: 30px;
    }
.marketing2 .rectangle {
  color: #fff;
  padding: 150px 200px;
}
.marketing2 .office-img {
    position: absolute;
    left: -150px;
    z-index: 2;
    top: 233px;
    text-align: left;

}
.marketing2 .col-sm-9 {

    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;

}
.marketing2 .col-sm-3{

    -webkit-box-flex: 0;
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    max-width: 41%;

}
.mk-all{
  display: none;
}
.mk-l{
 display: inline-block;
}
.c-all{
  display: none;
}
.c-l{
 display: inline-block;
}
.p-all{
  display: none;
}
.p-l{
 display: inline-block;
}
.w-all{
  display: none;
}
.w-l{
 display: inline-block;
}
.s-all{
  display: none;
}
.s-l{
 display: inline-block;
}
.marketing3 {

    margin-top: 220px;
  }
  .marketing3-icon {

    position: relative;
    margin-top: 200px;
}    


.marketing-box{
  min-height: 425px;
}
.position {
   margin-top: 100px;

}

.mr-120 {

    margin-right: 215px !important;

}
.top{
  top: 0px;
}

.box-400{
  width: 400px;
}
.container1 {

    width: 83%;
 height: calc(100vh - 56px);

}
.services {
    padding: 100px 0 180px;
    margin-top: 150px;
    background-size: 100% 100%;
}
.service-box {
    padding: 100px 15px 50px;
    background: #eaf1f0;
    min-height: 325px;
}
.services .container {
    max-width: 100%;
    padding: 0px 12%;
}
.home-image.five{
      width: 100%;
      bottom: -89px;
      background-position: top 250px left 0px;
      min-height: calc(100vh - 218px);
      left: 0px;
}
.office-img.revenue{
    text-align: left;
    bottom: -250px;
}
.overlay-content{
  margin-top: 9px;
}
header{
  height: 69px;
}
.overlay {
    height: 69px;
}
.overlay a {
    font-size: 22px;
    font-family: Avenir;
    font-weight: 500;
}
header .logo {

    padding-left: 15px;
    padding-top: 10px;
    max-width: 62px;

}
.top-right-menu {

    padding: 18px 24px 22px;
  }
.mr-top-150 {
    margin-top: 250px !important;
}
.wecanbepro.font-22{
  font-size: 22px;
  line-height: 37px;
}
.pd-t-200{
  padding-top: 200px;
}

.marketing4 .container {
    max-width: 100%;
    padding: 0 8.4%;
}

.col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 39.666667%;
    max-width: 39.666667%;
}
.col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 60.333333%;
    max-width: 60.333333%;
}

}


@media only screen and (min-width: 1440px) and  (max-width: 1919px){

.progressbar{
  right: 26%;
}
.we-are {
   /* position: relative;*/
}
.progressbar.two{
  bottom: -277px;
  z-index: 1;
}
.main-box img {
    height: calc(100vh - 120px);
}

.home-image.two{
      bottom: -62px;
}
   .home-image.three{
    bottom: -62px;
   } 
   .home-image.four{
     bottom: -62px;
    min-height: calc(100vh - 57px);
    top: 0px;
   }
   .home-image.five{
        background-position: top 160px left 22px;
        bottom: -63px;
   }
.position-box .position {
    margin-top: 250px;
}

.container1 {
   width: calc(100vh - 200px);
   height: 93.5vh;
  }
  .home-right-img{
        height: calc(100vh - 185px);
  }
  .yellow-icon8 {
    bottom: -20px;
    left: 2%;
  }

.office-img.revenue {
    top: -200px;
  }
.marketing4 .container {
    max-width: 100%;
    padding: 0 7.5%;
}
	.services{
    margin-top: 68px;
  }


}


@media only screen and (min-width: 1200px) {
  

.mr-120{
  margin-right: 120px;
}
.mr-top-120{
  margin-top: 100px;
}

.mr-top-150{
  margin-top: 150px;
}
 
.service-open{
  min-height: 550px;
  width: 80%;
  left: 10%;
}





}

}
@media only screen and (max-width: 1919px) 
{



}
@media only screen and (min-width: 1024px) and (max-width: 1200px) 
{
   

}

@media only screen and (min-width: 768px) and (max-width: 1023px){




}




@media only screen and (max-width: 767px) 
{	

.we-do .content-box1{
  min-height: 250px;
  padding-top: 30px;
}
.grid-center {

    padding-left: 15px;
    padding-right: 15px;

}
.content-box {

    padding-top: 50px;

}
.mr-top-50 {

    margin-top: 0px;

}
.grid-center-left {

    padding-left: 15px;

}
.we-do p {

    width: 100%;

}
.content-box2 {

    margin-top: 30px;

}
.grid-center-right {

    padding-right: 15px;

}

.rectangle {
   padding: 10px 15px; 
}

.who-we-are .content-box1 {

    padding-top: 30px;
    padding-bottom: 30px;

}
.shape1 {
right: 0;
background: url("../images/shape1-mob.png") no-repeat;
top: -81px;
width: 54px;
    }
.shape2{
  display: none;
}
.office-img {

    position: absolute;
    left: 0;
    z-index: -2;
    top: 0;

}
.shape4 {
  top: -53px;
  width: 60px;
background-size: contain;
    }

.work-img img {
    position: absolute;
    z-index: 2;
    top: 49px;
    left: 0;
    width: 100%;
}
.work-img {
   height: auto;
}

.ord2{
  order: 2;
}
.our-work {
margin-top: 160px
}

.work-shape2 {
     bottom: 18px;
    left: 0;
  }


.work-shape1 {

    display: inline-block;
    position: absolute;
    bottom: 63px;
    left: -9px;
    background: url("../images/polygon.png") no-repeat;
        background-size: auto;
    width: 100%;
    height: 471px;
    z-index: 1;
    background-size: 100% 100%;

}
.home-right-img{
  background: url("../images/group-47-mobile1.png") no-repeat;
  background-size: contain;
background-position: top right;
text-align: right;
position: absolute;
height: 375px;
width: 100%;
z-index: 2;
top: 0px;

}
.our-work {
 padding-bottom: 50px;
 background: #4d63cb url("../images/work-bg.png") no-repeat center bottom;
 background-size: contain;
 padding-top: 50px;
 margin-top: 215px;
 margin-bottom: 315px;
}
footer {
    padding: 50px 15px 50px;
    border-bottom: 4px solid #f2385a;
    position: relative;
    
}
.who-we-are.two .rectangle {

    padding: 130px 0 0;

}
.rectangle .we-are-text {
    font-size: 18px;
}

.rectangle .wecanbepro {
font-size: 16px;
line-height: 22px;
}
.content-box2 ul li h5{
  font-size: 18px;
  line-height: 24px;
}
.content-box2 ul li p{
  font-size: 16px;
  line-height: 22px;
}
.content-box2 ul li {
    margin-bottom: 20px;
}
.top-flag {
    padding: 70px 0 50px;
}

.home-image.two .img-fluid {
    max-width: 92%;
    height: auto;
}
.home-image.two{
  padding-bottom: 40px;
  background-position: top 80px right;
  padding-top: 0px;
  min-height: 300px;
  bottom: -35px;

}
.footer-logo {
    margin-bottom: 30px;
}
h1 .img-fluid {

    max-width: 80%;
    height: auto;

}

.more{
  display: none;
}

.who2 .img-fluid {

    max-width: 85%;
    height: auto;
    margin-left: -15px;
    margin-bottom: -100px;
    z-index: 3;
    position: relative;

}
.we-are-text {
font-size: 18px;
}
.wecanbepro {
    font-size: 24px;
    line-height: 32px;
}
.who2 .wecanbepro {
    font-size: 16px;
    line-height: 22px;
}
.who-we-are .para-text {
    font-size: 16px;
    line-height: 22px;
}

.header-text {
font-size: 18px;
line-height: 24px;
}
.our-work .wecanbepro{
  font-size: 16px;
  line-height: 22px
}

.our-work h6{
  font-size: 16px;
  line-height: 22px  
}

.para-text {
  font-size: 16px;
    line-height: 22px; 
}

.home-image.three .img-fluid {
    max-width: 94%;
    height: auto;
}
.home-image.three{
  padding-bottom: 40px;
  background-position: top 80px right;
  margin-top: 30px;
  padding-top: 0px;
  min-height: 300px;
  bottom: -35px;

}
.triangle-left-big,.triangle-right-big,.oval{
  display: none;
}
.service-boxs {
    margin-top: 30px;
}

.service-boxs .col-sm-2 {

    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0px;
    padding-left: 0px;
    margin: 5px 0;

}
.service-boxs .pd-right-7{
  padding-right: 0px;
}
.service-boxs .pd-left-7{
  padding-left: 0px;
}
.service-boxs .pd-right-7.pd-left-mob-7{
  padding-right: 7px;
}
.service-boxs .pd-left-7.pd-left-mob-7{
  padding-right: 7px;
}
.service-box {

    padding: 30px 15px;
    min-height: 197px;
    margin-bottom: 7px;
}


.service-box  .img-fluid {
    max-width: 65px;
    height: auto;
}

.btn-service {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
.top-flag.p70 {

    padding: 70px 0 50px;

}
.top-flag h5 {
font-size: 18px;
}
.marketing {

    padding-right: 0;

}
.marketing2 .rectangle {
padding: 150px 20px;
margin: 0 -15px;
background:#102A32 url("../images/group-47-mobile.png") no-repeat bottom left
}

.marketing2 {

    padding: 0px 0 0;

}

.marketing2 .shape1.two {

    top: -42px;
    left: 43.5%;

}
.marketing2 .shape1 {

    top: -2px;
    left: 23%;
    width: 65px;
    background-size: 100%;

}
.marketing2 .office-img {
display: none;

}
.marketing3-icon {
   display: none;
}
.marketing3 {

    margin-top: 15px;
    position: relative;

}
.marketing3 .img-fluid {

    max-width: 95%;
    height: auto;

}

.marketing3  .para-text{
  width: 80%;
  margin: 50px auto;
}
.marketing-box {
    min-height: 150px;
    margin-bottom: 15px;
}

.marketing4.top-flag {
    min-height: 350px;
    margin-top: 0;
    padding: 50px 0 0;

}
.top{
  display: none;
}

.home-image.four .img-fluid {
    max-width: 94%;
    height: auto;
}
.home-image.four{
  padding-bottom: 40px;
  background-position: top 80px right;
  margin-top: 30px;
padding-top: 0px;
min-height: 300px;
bottom: -35px;
}
.position .we-are-text{
  text-align: center;
}
.position .content-box h5{
  text-align: center;
}
.career-form {
    padding: 50px 15px;
}
.main-box {

    text-align: right;
    margin-top: 30px;

}

.home-image {
    background-size: 100%;
    background-position: top 25px right;
    text-align: right;
    padding-top: 235px;
    padding-right: 0px;
}
.home-image .img-fluid {

    width: 100%;
    height: auto;

}
.service-open {
    top: 125px;
    height: 600px;
overflow-y: auto;
padding-bottom: 30px;
 background: linear-gradient(151deg, #4D63CB, #4D63CB);
}
.service-open h3 {
    margin-top: 24px;
}
.input-file-container {
    width: 100%;
}
.max-file{
  margin-left: 0px;
}

.container1{
  display: none;
}
.pd-l-m {
    padding-right: 7px  !important;

}

.progressbar{
  right: 54%;
  z-index: -1;

}
.yellow-icon4{
  display: none;
}
.yellow-icon6{
  display: none;
}
.rectangle{
  z-index: 1;
}
.rectangle2 {
    z-index: -1;
}
.yellow-icon7 {
    top: -225px;
    right: 81%;
  }

.yellow-icon8 {
     bottom: 18px;
    left: 51%;
  }

.yellow-icon2 {
    top: -25px;
    left: 72%;
  }
.overlay-content {
    top: 17%;
    right: 0px;
    text-align: center;
  }

/* The Modal (background) */
.modal1 {
  position: fixed; /* Stay in place */
  z-index: 9; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.overlay {

    height: 100%;
  }

.marketing .shape1 {

    left: 36%;
    bottom: -59%;
    z-index: 9;
    top: auto;

}
.marketing .shape1.two {
    left: 18%;
    bottom: -81%;
    }

.position-box .home-image.four {

    bottom: 0;
    background-position: top 100px left 9px;
    position: relative;
    width: 100%;
    bottom: -35px;

}
.position-box ~ .position{
  display: none;
}

.position-box .position {

    margin-top: 20px;

}
.position-list li a{
  font-size: 18px;
}
.services{
  background: none;
  padding-bottom: 0px;
}
.service-header h2{
  margin-top: 0px;
}
.service-header{
  min-height: 50px;
}
.progressbar.two{
  display: none;
}

.who2 .content-box {

    padding-top: 112px;

}
.who2 .ord2 .content-box {

    padding-top: 50px;

}
.who-we-are.two {

    position: relative;
    margin-bottom: 237px;

}

.main-box img {
    width: 92%;
    position: relative;
    z-index: 2;
    height: auto;

}
.contact-modal .close {
    right: 13px;
    top: -21px;
    background-color: #000;
}
.contact-modal .modal-content{
  margin-top: 50px;
}

.office-img.revenue{
  display: none;
}
.who2 .mob-full.img-fluid {
    max-width: 105%;
    height: auto;
    margin-left: -15px;
  }

.revenue-box .content-box{
  padding-top: 120px 
}
.performance-box .content-box{
  padding-top: 70px 
}
.wecanbepro.font-22 {
    font-size: 16px;
    line-height: 23px;
}
.owl-slider {
display: none;
}

.overlay a{
  display: block;
  font-family: Avenir;
font-weight: 500;
padding: 7px 15px;
font-size: 24px;
}
.home-image.five{
      min-height: calc(100vh - 178px);
}

.position-list {

    padding-left: 15px;

}


}

@media only screen and (max-width: 320px){




}
@media screen and (max-height: 450px) {
  .overlay .closebtn {
  top: 11px;
  right: 3px;
  }
}