/*========================================================
	Main Style for Tina Lisecki 2023
=========================================================*/
/* colors declaration */
:root {
  --main-text: #000;
  --btn-white: #fff;
  --btn-black: #000;
  --blue: #3fc9f8;
  --purple: #8c5cee;
  --grey-bg: #f7f7f7;
}


/* reset */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
address,
em,
img,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

input[type='submit'] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* end reset */

/***********************************************************************************************/

/* common layout sections  - ALL common layouts for frame exist in this section */
body {
  font-size: 21px;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: var(--main-text);
}

p {
  line-height: 1.5;
  font-family: 'Barlow', arial, sans-serif;
  color: var(--main-text);
}
.fullwrapper {
    width: 100%;
    margin: 0 auto;
}


/***********************************************************************************************/

/* common styling */
h1,
h2,
h3 {
  font-family: 'Barlow', arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-size: 115px;
}

h2 {
  font-size: 96px;
  color: var(--main-text);
}

h3 {
  line-height: 3em;
  font-size: 28px;
  letter-spacing: 1px;
}

/* end common styling */
@media only screen and (min-width: 1920px) and (max-width: 2559px) {

}

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

}

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

}

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

}

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

}

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

}

/*========================================================
									TOP & NAVIGATION
=========================================================*/
/* not display on large screen */
.smobitrigger,
.mnuclose,
.menu ul li.mlogo,
.phoneMob,
.logoMob,
.telMob,
.menu ul li.mphone,
.menu ul li.madr,
.menu ul li.mhours,
.menu ul li.msocial,
.menu ul li.mmlink,
.menu ul li.maddress,
.fooList ul li.mlogo,
.fooList ul li.mphone,
.fooList ul li.madr,
.fooList ul li.mhours,
.fooList ul li.msocial,
.fooList ul li.mmlink,
.scrollinglogosMob,
.bannerTopMobWrap,
.bannerTypesMob,
.mh1Mob,
.bannerAboutMob {
  display: none;
}

/* end not display */

.pageFull {
  width: 100%;
}

.centerSize {
  width: 75%;
  margin: 0 auto;
}

@media only screen and (min-width: 1920px) and (max-width: 2559px) {
  .centerSize {
    width: 90%;
  }
}

@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .centerSize {
    width: 85%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .centerSize {
    width: 90%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .centerSize {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .centerSize {
    width: 90%;
  }
}

/* above top section */
.topPhone a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
}

.topPhone a img {
  width: 66px;
  margin-right: 25px;
}

/* top section  */
.top {
  width: 100%;
  display: block;
  position: static;
  background: var(--grey-bg);
}

.boxesWrap {
  width: 75%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.one {
  width: 20%;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 110px;
}

.two {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;

}

.one img {
  width: 330px;
  display: block;
}

.three {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  height: 110px;
}

/*** menu section ***/
.menu ul li.mlink,
.menu ul li.m1link,
.menu ul li.m2link,
.menu ul li.m3link,
.menu ul li.mmlinks {
  display: none;
}

.menu ul li.dlink {
  font-size: 30px;
  display: inline-block;
  text-transform: capitalize;
  line-height: 110px;
  padding: 0 20px;
  font-weight: 500;
}

.menu ul li.dlink a {
  color: var(--main-text);
}

/*** end menu section ***/
/* end top section  */
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
  .boxesWrap {
    width: 90%;
  }

  .one {
    width: 23%;
  }

  .two {
    width: 61%;
  }

  .three {
    width: 16%;
  }
    .one img {
        width: 300px;
    }
    .menu ul li.dlink {
        font-size: 24px;
    }
    .topPhone a img {
        width: 56px;
    }
    .topPhone a {
        font-size: 26px;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .boxesWrap {
    width: 90%;
  }

  .one {
    width: 23%;
  }

  .two {
    width: 61%;
  }

  .three {
    width: 16%;
  }
    .one img {
        width: 240px;
    }
    .menu ul li.dlink {
        font-size: 18px;
        padding: 0 10px;
    }
    .topPhone a img {
        width: 36px;
        margin-right: 15px;
    }
    .topPhone a {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .boxesWrap {
    width: 95%;
  }

  .one,
  .two,
  .three {
    height: 90px;
  }

  .one {
    width: 23%;
  }

  .one img {
    width: 200px;
  }

  .two {
    width: 57%;
  }

  .three {
    width: 20%;
  }

  .menu ul li.dlink {
    font-size: 16px;
    line-height: 90px;
    padding: 0 10px;
  }

  .topPhone a {
    font-size: 18px;
  }

  .topPhone a img {
    width: 31px;
      margin-right: 10px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 2559px) {
  .menu ul {
    background: none !important;
  }
}


/*========================================================
									Buttons
=========================================================*/
.banTinaBtn {
	line-height: 25px;
	font-weight: 500;
	border-color: #fff;
	padding: 50px 80px;
	border-radius: 60px;
	background: var(--purple);
	font-size: 36px;
	font-family: 'Barlow', arial, sans-serif;
	display: inline-block;
	color: #fff;
	cursor: pointer;
  text-transform: capitalize;
}

@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .banTinaBtn {
        padding: 30px 80px;
        font-size: 24px;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
   .banTinaBtn {
        padding: 20px 80px;
        font-size: 20px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .banTinaBtn {
        padding: 20px 60px;
        font-size: 18px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .banTinaBtn {
        padding: 20px 60px;
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
   .banTinaBtn {
        padding: 20px 60px;
        font-size: 18px;
    }
}
@media only screen and (max-width: 479px) {
    .banTinaBtn {
        padding: 20px 40px;
    }
}
/*========================================================
		INDEX BANNER
=========================================================*/
.banTinaBox2Mob {
    display: none;
}
.banTina {
  background: var(--grey-bg);
  padding: 30px 0 0;
}
.banTinaWrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.banTinaBox1{
  width: 40%;
}
.banTinaImage{
  width: 40%;
}
.banTinaBox2{
  width: 20%;
}
.banTinaBox1 h1{
  font-size: 86px;
  line-height: 1.1;
}
.blueSpan{
  color: var(--blue);
}
.bigSpan{
  font-size: 107px;
  display: block;
}
.banTinaBox1 p{
  font-size: 112px;
  font-weight: 100;
  text-transform: uppercase;
}
.banTinaBtnPlace{
  margin: 100px 0 0;
  text-align: right;
  padding-right: 120px;
}
.banTinaSmall{
  margin-bottom: 30px;
}
.banTinaSmall p{
  font-size: 36px;
  line-height: 1.1;
  text-transform: capitalize;
  text-align: right;
}
.banTinaSmall p span{
  font-size: 86px;
  font-weight: 700;
  display: block;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .banTinaSmall p {
        font-size: 28px;
    }
    .banTinaSmall p span {
        font-size: 76px;
    }
    .banTinaBox1 h1 {
        font-size: 76px;
    }
    .bigSpan {
        font-size: 97px;
    }
    .banTinaBox1 p {
        font-size: 102px;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
    .banTinaSmall p {
        font-size: 19px;
    }
    .banTinaSmall p span {
        font-size: 50px;
    }
    .banTinaBox1 h1 {
        font-size: 48px;
    }
    .bigSpan {
        font-size: 60px;
    }
    .banTinaBox1 p {
        font-size: 62px;
    }
    .banTinaImage img {
        width: 100%;
    }
    .banTinaBtnPlace {
        margin-top: 50px;
    }
    .banTinaBox1 {
        margin-top: 35px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .banTinaSmall p {
        font-size: 19px;
    }
    .banTinaSmall p span {
        font-size: 50px;
    }
    .banTinaBox1 h1 {
        font-size: 42px;
    }
    .bigSpan {
        font-size: 54px;
    }
    .banTinaBox1 p {
        font-size: 56px;
    }
    .banTinaImage img {
        width: 100%;
    }
    .banTinaBtnPlace {
        margin-top: 30px;
        padding-right: 60px;
    }
    .banTinaBox1 {
        margin-top: 35px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .banTina {
        padding-top: 0;
    }
    .banTinaBox2 {
        display: none;
    }
    .banTinaBox2Mob {
        display: inline-block;
        width: 100%;
        padding: 60px 0 30px;
    }
    .banTinaBox2InnerMob {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .banTinaSmallMob {
        width: 31%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .banTinaSmallMob p {
        font-size: 19px;
        text-transform: capitalize;
    }
    .banTinaSmallMob p span {
        font-size: 50px;
        display: block;
        font-weight: 700;
    }
    .banTinaBox1 h1 {
        font-size: 42px;
    }
    .bigSpan {
        font-size: 54px;
    }
    .banTinaBox1 p {
        font-size: 56px;
    }
    .banTinaImage img {
        width: 100%;
    }
    .banTinaBtnPlace {
        margin-top: 30px;
        padding-right: 60px;
    }
    .banTinaBox1 {
        margin-top: 35px;
        width: 50%;
    }
    .banTinaImage {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .banTinaWrap {
        flex-direction: column-reverse;
    }
    .banTinaBox1,
    .banTinaImage {
        width: 100%;
    }
   .banTina {
        padding-top: 0;
    }
    .banTinaBox2 {
        display: none;
    }
    .banTinaBox2Mob {
        display: inline-block;
        width: 100%;
        padding: 60px 0 30px;
    }
    .banTinaBox2InnerMob {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .banTinaSmallMob {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .banTinaSmallMob p {
        font-size: 19px;
        text-transform: capitalize;
        padding-bottom: 20px;
    }
    .banTinaSmallMob p span {
        font-size: 50px;
        display: block;
        font-weight: 700;
        line-height: 1.1;
    }
    .banTinaBox1 h1 {
        font-size: 42px;
        text-align: center;
    }
    .bigSpan {
        font-size: 54px;
    }
    .banTinaBox1 p {
        font-size: 56px;
        text-align: center;
    }
    .banTinaImage img {
        width: 100%;
    }
    .banTinaBtnPlace {
        margin-top: 30px;
        padding-right: 0;
        text-align: center;
    }
    .banTinaBox1 {
        margin-top: 35px;
    }
    .beneSecWrap {
        flex-direction: column;
    }
}
@media only screen and (max-width: 479px) {
    .bigSpan {
        font-size: 38px;
    }
    .banTinaBox1 p {
        font-size: 46px;
    }
}
/*========================================================
		beneSec - Section under banner Index
=========================================================*/
.beneSec{
  padding: 200px 0 100px;
}
.beneSecWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.beneSecLeft{
  width: 50%;
  padding-left: 150px;
}
.beneSecRight{
  width: 50%;
}
.beneSecLeftWrap p{
  background: url('../images/index/person-connection-icon.png');
  background-repeat: no-repeat;
  background-size: 81px 81px;
  background-position: left center;
  padding-left: 120px;
  min-height: 77px;
  display: flex;
  align-items: center;
  font-size: 36px;
  text-transform: capitalize;
  margin-bottom: 50px;
}
.univerTitle h2{
  background: url('../images/index/investment-icon.png');
  background-repeat: no-repeat;
  background-size: 130px 130px;
  background-position: left center;
  padding-left: 150px;
  font-size: 86px;
  min-height: 130px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.beneSecRight p{
  font-size: 30px;
  margin: 85px 0 120px;
}
.beneBtnPlace{
  text-align: center;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .beneSec {
        padding: 150px 0 70px;
    }
    .beneSecLeftWrap p {
        background-size: 75px 75px;
        font-size: 28px;
        padding-left: 100px;
        margin-bottom: 30px;
    }
    .univerTitle h2 {
        font-size: 70px;
        background-size: 110px 110px;
        padding-left: 130px;
    }
    .beneSecRight p {
        font-size: 24px;
        margin: 65px 0 100px;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
   .beneSec {
        padding: 90px 0 70px;
    }
    .beneSecLeftWrap p {
        background-size: 55px 55px;
        font-size: 21px;
        padding-left: 70px;
        margin-bottom: 0;
    }
    .univerTitle h2 {
        font-size: 44px;
        background-size: 80px 80px;
        padding-left: 90px;
    }
    .beneSecRight p {
        font-size: 18px;
        margin: 20px 0 50px;
    }
    .beneSecLeft {
        padding-left: 50px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .beneSec {
        padding: 50px 0 70px;
    }
    .beneSecLeftWrap p {
        background-size: 55px 55px;
        font-size: 19px;
        padding-left: 70px;
        margin-bottom: 0;
        min-height: 67px;
    }
    .univerTitle h2 {
        font-size: 44px;
        background-size: 80px 80px;
        padding-left: 90px;
        min-height: 100px;
    }
    .beneSecRight p {
        font-size: 16px;
        margin: 20px 0 50px;
    }
    .beneSecLeft {
        padding-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .beneSec {
        padding: 50px 0 70px;
    }
    .beneSecLeftWrap p {
        background-size: 55px 55px;
        font-size: 19px;
        padding-left: 70px;
        margin-bottom: 0;
        min-height: 73px;
    }
    .univerTitle h2 {
        font-size: 36px;
        background-size: 50px 50px;
        padding-left: 65px;
        min-height: 100px;
    }
    .beneSecRight p {
        font-size: 16px;
        margin: 0 0 50px;
    }
    .beneSecLeft {
        padding-left: 0;
    }
}
@media only screen and (max-width: 767px) {
   .beneSec {
        padding: 50px 0 70px;
    }
    .beneSecLeftWrap p {
        background-size: 55px 55px;
        font-size: 19px;
        padding-left: 70px;
        margin-bottom: 0;
        min-height: 73px;
    }
    .univerTitle h2 {
        font-size: 36px;
        background-size: 50px 50px;
        padding-left: 65px;
        min-height: 100px;
    }
    .beneSecRight p {
        font-size: 18px;
        margin: 0 0 50px;
    }
    .beneSecLeft {
        padding-left: 0;
    }
    .beneSecLeft,
    .beneSecRight {
        width: 100%;
    }
    .beneSecRight {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 479px) {
    
}

/*========================================================
		abme - About Me Section Index
=========================================================*/
.abme{
  padding: 100px 0;
}
.abmeWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.abmeLeft{
  width: 46%;
}
.abmeRight{
  width: 48%;
}
.abmeLeft p{
  font-size: 30px;
  margin-top: 85px;
}
.abmeLeft p.secP{
  margin-top: 65px;
}
.abmeBtnPlace{
  margin-top: 120px;
  text-align: center;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .abmeLeft p {
        font-size: 24px;
    }
    .abmeRight img {
        width: 100%;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
   .abmeLeft p {
        font-size: 18px;
       margin-top: 10px;
    }
    .abmeRight img {
        width: 100%;
    }
    .abme {
        padding: 35px 0 50px;
    }
    .abmeLeft p.secP {
        margin-top: 25px;
    }
    .abmeBtnPlace {
        margin-top: 50px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .abmeLeft p {
        font-size: 16px;
       margin-top: 10px;
    }
    .abmeRight img {
        width: 100%;
    }
    .abme {
        padding: 35px 0 50px;
    }
    .abmeLeft p.secP {
        margin-top: 25px;
    }
    .abmeBtnPlace {
        margin-top: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .abmeLeft p {
        font-size: 16px;
       margin-top: 10px;
    }
    .abmeRight img {
        width: 100%;
    }
    .abme {
        padding: 35px 0 50px;
    }
    .abmeLeft p.secP {
        margin-top: 25px;
    }
    .abmeBtnPlace {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 767px) {
   .abmeLeft p {
        font-size: 18px;
       margin-top: 10px;
    }
    .abmeRight img {
        width: 100%;
    }
    .abme {
        padding: 0 0 50px;
    }
    .abmeLeft p.secP {
        margin-top: 25px;
    }
    .abmeBtnPlace {
        margin-top: 50px;
    }
    .abmeWrap {
        flex-direction: column-reverse;
    }
    .abmeLeft,
    .abmeRight {
        width: 100%;
    }
}
@media only screen and (max-width: 479px) {
    
}
/*========================================================
		serviSe - Services Index
=========================================================*/
.serviSe{
  padding: 100px 0;
}
.serviSe .univerTitle h2{
  text-align: center;
  justify-content: center;
}
.univerTitleCenter h2{
  font-size: 86px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.univerTitleCenter h2 img{
  margin-right: 20px;
}
.serviSeWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 100px 0 150px;
}
.serviSeBox{
  background: url('../images/index/bg-service.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 32%;
  padding: 85px 50px 100px 80px;
}
.serviSeBoxTop{
  display: flex;
  justify-content: space-between;
}
.serviSeBoxTop p{
  color: var(--blue);
  font-size: 108px;
  line-height: 1;
  font-weight: 700;
  margin-right: 20px;
}
.serviSeBoxBottom p{
  font-size: 30px;
  line-height: 1.3;
  margin: 30px 0 0;
}
.serviSeBoxBottom p span{
  display: block;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.servicesBtnPlace{
  text-align: center;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .univerTitleCenter h2 {
        font-size: 70px;
    }
    .univerTitleCenter h2 img {
        width: 110px;
    }
    .serviSeBoxTop p {
        font-size: 90px;
    }
    .serviSeBoxBottom p span {
        font-size: 36px;
    }
    .serviSeBoxBottom p {
        font-size: 24px;
    }
    .serviSeBoxTop img {
        width: 130px;
    }
    .serviSeWrap {
        margin-bottom: 120px;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
   .univerTitleCenter h2 {
        font-size: 44px;
    }
    .univerTitleCenter h2 img {
        width: 80px;
    }
    .serviSeBoxTop p {
        font-size: 60px;
    }
    .serviSeBoxBottom p span {
        font-size: 26px;
    }
    .serviSeBoxBottom p {
        font-size: 18px;
    }
    .serviSeBoxTop img {
        width: 90px;
    }
    .serviSeWrap {
        margin: 70px 0;
    }
    .serviSe {
        padding-top: 50px;
    }
    .serviSeBox {
        padding: 55px 30px 50px 50px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .univerTitleCenter h2 {
        font-size: 44px;
    }
    .univerTitleCenter h2 img {
        width: 80px;
    }
    .serviSeBoxTop p {
        font-size: 60px;
    }
    .serviSeBoxBottom p span {
        font-size: 26px;
    }
    .serviSeBoxBottom p {
        font-size: 16px;
        margin-top: 0;
    }
    .serviSeBoxTop img {
        width: 90px;
    }
    .serviSeWrap {
        margin: 70px 0;
    }
    .serviSe {
        padding-top: 50px;
    }
    .serviSeBox {
        padding: 55px 30px 50px 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
     .univerTitleCenter h2 {
        font-size: 36px;
    }
    .univerTitleCenter h2 img {
        width: 50px;
    }
    .serviSeBoxTop p {
        font-size: 60px;
    }
    .serviSeBoxBottom p span {
        font-size: 26px;
    }
    .serviSeBoxBottom p {
        font-size: 16px;
        margin-top: 0;
    }
    .serviSeBoxTop img {
        width: 90px;
    }
    .serviSeWrap {
        margin: 70px 0 0;
        flex-direction: column;
    }
    .serviSeBox {
        width: 364px;
        margin: 0 auto 35px;
    }
    .serviSe {
        padding-top: 50px;
    }
    .serviSeBox {
        padding: 55px 30px 50px 50px;
    }
}
@media only screen and (max-width: 767px) {
    .univerTitleCenter h2 {
        font-size: 36px;
    }
    .univerTitleCenter h2 img {
        width: 50px;
    }
    .serviSeBoxTop p {
        font-size: 60px;
    }
    .serviSeBoxBottom p span {
        font-size: 26px;
    }
    .serviSeBoxBottom p {
        font-size: 18px;
        margin-top: 0;
    }
    .serviSeBoxTop img {
        width: 90px;
    }
    .serviSeWrap {
        margin: 70px 0 0;
        flex-direction: column;
    }
    .serviSeBox {
        width: 364px;
        margin: 0 auto 35px;
    }
    .serviSe {
        padding: 50px 0 35px;
    }
    .serviSeBox {
        padding: 55px 30px 50px 50px;
    }
}
@media only screen and (max-width: 479px) {
    .serviSeBox {
        width: 100%;
    }
    .univerTitleCenter h2 img {
        margin-right: 10px;
    }
}
/*========================================================
		portSec - Portfolio Index
=========================================================*/
.portSec{
  padding: 100px 0 140px;
}
.portSecWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.biggerP{
  font-size: 30px;
  line-height: 1.3;
  margin: 60px 0 70px;
}
.portSecLeft,
.portSecRight{
  width: 48%;
}
.portSecBig{
  background: var(--grey-bg);
  border-radius: 80px;
  padding: 95px 0;
}
.portMargBot{
  margin-bottom: 75px;
}
.portSecBig p{
  font-size: 48px;
  font-weight: 700;
  margin-top: 50px;
  text-transform: uppercase;
  text-align: center;
}
.portSecBtnPlace{
  padding-top: 210px;
  text-align: center;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .biggerP {
        font-size: 24px;
    }
    .portSecBig img {
        width: 100%;
    }
    .portSecBig p {
        font-size: 36px;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
   .biggerP {
        font-size: 18px;
       margin: 30px 0 50px;
    }
    .portSecBig img {
        width: 100%;
    }
    .portSecBig p {
        font-size: 28px;
    }
    .portSec {
        padding: 20px 0 70px;
    }
    .portMargBot {
        margin-bottom: 35px;
        padding: 50px 0;
    }
    .portSecBig {
        padding: 50px 0;
    }
    .portSecBtnPlace {
        padding-top: 190px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .biggerP {
        font-size: 16px;
       margin: 30px 0 50px;
    }
    .portSecBig img {
        width: 100%;
    }
    .portSecBig p {
        font-size: 24px;
    }
    .portSec {
        padding: 20px 0 70px;
    }
    .portMargBot {
        margin-bottom: 35px;
        padding: 50px 0;
    }
    .portSecBig {
        padding: 50px 0;
    }
    .portSecBtnPlace {
        padding-top: 160px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .biggerP {
        font-size: 16px;
       margin: 30px 0 50px;
    }
    .portSecBig img {
        width: 100%;
    }
    .portSecBig p {
        font-size: 24px;
    }
    .portSec {
        padding: 20px 0 70px;
    }
    .portMargBot {
        margin-bottom: 35px;
        padding: 50px 0;
    }
    .portSecBig {
        padding: 50px 0;
    }
    .portSecBtnPlace {
        padding-top: 160px;
    }
}
@media only screen and (max-width: 767px) {
   .biggerP {
        font-size: 18px;
       margin: 0 0 50px;
    }
    .portSecBig img {
        width: 100%;
    }
    .portSecBig p {
        font-size: 24px;
    }
    .portSec {
        padding: 20px 0 70px;
    }
    .portMargBot {
        margin-bottom: 35px;
        padding: 50px 0;
    }
    .portSecBig {
        padding: 50px 0;
        margin-bottom: 50px;
    }
    .portSecBtnPlace {
        padding-top: 0;
    }
    .portSecWrap {
        flex-direction: column;
    }
    .portSecLeft, .portSecRight {
        width: 100%;
    }
}
@media only screen and (max-width: 479px) {
    
}
/*========================================================
		howSec - How it Works Index
=========================================================*/
.howSec{
  padding: 140px 0 600px;
}
.howSecWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 130px 0;
}
.howSecBox{
  width: 20%;
  text-align: center;
  position: relative;
}
.arrowImg{
   position: absolute;
   right: -140px;
   top: 120px;
}
.howSecBox p{
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0 0;
}
.howSecBtnPlace{
  text-align: center;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .howSec {
        padding: 70px 0 400px;
    }
    .howImg {
        width: 260px;
    }
    .arrowImg {
        width: 135px;
    }
    .howSecBox p {
        font-size: 24px;
    }
    .howSecWrap {
        margin-bottom: 100px;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
   .howSec {
        padding: 70px 0 300px;
    }
    .howImg {
        width: 180px;
    }
    .arrowImg {
        width: 90px;
        right: -80px;
        top: 70px;
    }
    .howSecBox p {
        font-size: 16px;
    }
    .howSecWrap {
        margin: 70px 0 75px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
     .howSec {
        padding: 50px 0 320px;
    }
    .howImg {
        width: 140px;
    }
    .arrowImg {
        width: 90px;
        right: -77px;
        top: 50px;
    }
    .howSecBox p {
        font-size: 16px;
    }
    .howSecWrap {
        margin: 70px 0 55px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
     .howSec {
        padding: 50px 0 360px;
    }
    .howImg {
        width: 140px;
    }
    .arrowImg {
        width: 40px;
        right: -45px;
        top: 50px;
    }
    .howSecBox p {
        font-size: 16px;
    }
    .howSecWrap {
        margin: 70px 0 55px;
    }
}
@media only screen and (max-width: 767px) {
   .howSec {
        padding: 50px 0 300px;
    }
    .howImg {
        width: 140px;
    }
    .arrowImg {
        display: none;
    }
    .howSecBox p {
        font-size: 21px;
    }
    .howSecWrap {
        margin: 70px 0 55px;
        flex-direction: column;
    }
    .howSecBox {
        width: 440px;
        margin: 0 auto 30px;
    }
}
@media only screen and (max-width: 479px) {
    .howSecBox {
        width: 100%;
    }
    .howSecWrap {
        margin-bottom: 15px;
    }
    .howSec {
        padding-bottom: 180px;
    }
}
/*========================================================
		Footer
=========================================================*/
.footer{
  background: var(--grey-bg);
  padding: 335px 0 55px;
}
.fooIdeaWrap{
  position: relative;
    width: 1400px;
    margin: 0 auto;
}
.fooIdeaCircle{
  position: absolute;
  left: 0;
  bottom: -10px;
  background: url('../images/index/circle-bg-footer.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 744px;
  height: 744px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fooPideaBlue{
  color: var(--blue);
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 20px;
}
.fooPideaBlack{
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.fooPideaBlack span{
  display: block;
}
.fooIdeaBtnPlace{
  margin-top: 80px;
}
.tinaFooImg{
  position: absolute;
  left: 620px;
  bottom: -140px;
  width: 708px;
}
.footerWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
    width: 1920px;
    margin: 0 auto;
}
.footerLeft{
  width: 48%;
}
.footerRight{
  width: 48%;
  padding-top: 350px;
}
.fooInfo{
  margin: 180px 0 0 200px;
}
.phoneFoot{
  margin-bottom: 25px;
}
.phoneFoot p,
.addrFoot p{
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 66px 66px;
  padding-left: 80px;
  min-height: 70px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}
.phoneFoot p{
  background-image: url('../images/index/icon-phone.png');
  line-height: 2;
}
.addrFoot p{
  background-image: url('../images/index/icon-location.png');
}
.addrFoot p span{
  display: block;
}
.fooNav ul{
  display: flex;
  justify-content: space-between;
}
.fooNav ul li{
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
}
.fooSocial{
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.fooSocial img{
  margin: 0 15px;
}
.copyright{
  padding: 100px 0 0;
  text-align: center;
}
.copyright p{
  font-size: 30px;
  font-weight: 500;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .fooIdeaCircle {
        width: 600px;
        height: 600px;
    }
    .fooPideaBlue {
        font-size: 30px;
    }
    .fooPideaBlack {
        font-size: 40px;
    }
    .tinaFooImg {
        width: 600px;
        bottom: -120px;
        left: 520px;
    }
    .footerLeft img {
        width: 560px;
    }
    .phoneFoot p, .addrFoot p {
        background-size: 50px 50px;
        padding-left: 70px;
    }
    .addrFoot p {
        font-size: 24px;
        background-position: left top;
    }
    .footerRight {
        padding-top: 320px;
    }
    .fooNav ul li {
        font-size: 24px;
    }
    .fooSocial {
        margin-top: 30px;
    }
    .fooSocial img {
        width: 50px;
    }
    .copyright p {
        font-size: 21px;
    }
    .fooIdeaWrap {
        width: 1100px;
    }
    .footerWrap {
        width: 1300px;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
   .fooIdeaCircle {
        width: 400px;
        height: 400px;
       bottom: 0;
    }
    .fooPideaBlue {
        font-size: 20px;
    }
    .fooPideaBlack {
        font-size: 28px;
    }
    .fooIdeaBtnPlace {
        margin-top: 50px;
    }
    .fooIdeaBtnPlace .banTinaBtn {
        padding: 13px 50px;
        font-size: 16px;
    }
    .tinaFooImg {
        width: 360px;
        bottom: -80px;
        left: 330px;
    }
    .footer {
        padding-top: 160px;
    }
    .footerLeft img {
        width: 420px;
        margin-left: 100px;
    }
    .phoneFoot p, .addrFoot p {
        background-size: 40px 40px;
        padding-left: 70px;
        font-size: 24px;
        min-height: 40px;
    }
    .addrFoot p {
        font-size: 18px;
        background-position: left top;
    }
    .fooInfo {
        margin: 70px 0 0 200px;
    }
    .footerRight {
        padding-top: 180px;
    }
    .fooNav ul li {
        font-size: 18px;
    }
    .fooSocial {
        margin-top: 30px;
    }
    .fooSocial img {
        width: 40px;
    }
    .copyright p {
        font-size: 16px;
    }
    .fooIdeaWrap {
        width: 700px;
    }
    .footerWrap {
        width: 1100px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .fooIdeaCircle {
        width: 400px;
        height: 400px;
       bottom: 0;
    }
    .fooPideaBlue {
        font-size: 20px;
    }
    .fooPideaBlack {
        font-size: 28px;
    }
    .fooIdeaBtnPlace {
        margin-top: 50px;
    }
    .fooIdeaBtnPlace .banTinaBtn {
        padding: 13px 50px;
        font-size: 16px;
    }
    .tinaFooImg {
        width: 360px;
        bottom: -60px;
        left: 340px;
    }
    .footer {
        padding-top: 160px;
    }
    .footerLeft img {
        width: 420px;
        margin-left: 50px;
    }
    .phoneFoot p, .addrFoot p {
        background-size: 40px 40px;
        padding-left: 70px;
        font-size: 24px;
        min-height: 40px;
    }
    .addrFoot p {
        font-size: 18px;
        background-position: left top;
    }
    .fooInfo {
        margin: 50px 0 0 50px;
    }
    .footerRight {
        padding-top: 160px;
    }
    .fooNav ul li {
        font-size: 18px;
    }
    .fooSocial {
        margin-top: 30px;
    }
    .fooSocial img {
        width: 40px;
    }
    .copyright p {
        font-size: 16px;
    }
    .fooIdeaWrap {
        width: 700px;
    }
    .footerWrap {
        width: 900px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .fooIdeaCircle {
        width: 400px;
        height: 400px;
        left: 0;
       bottom: 0;
    }
    .fooPideaBlue {
        font-size: 20px;
    }
    .fooPideaBlack {
        font-size: 28px;
    }
    .fooIdeaBtnPlace {
        margin-top: 50px;
    }
    .fooIdeaBtnPlace .banTinaBtn {
        padding: 13px 50px;
        font-size: 16px;
    }
    .tinaFooImg {
        width: 360px;
        bottom: -60px;
        left: 330px;
    }
    .footer {
        padding-top: 160px;
    }
    .footerLeft img {
        width: 420px;
        margin-left: 0;
        margin-top: 35px;
    }
    .phoneFoot p, .addrFoot p {
        background-size: 40px 40px;
        padding-left: 70px;
        font-size: 24px;
        min-height: 40px;
    }
    .addrFoot p {
        font-size: 18px;
        background-position: left top;
    }
    .footerWrap {
        flex-direction: column;
    }
    .fooInfo {
        margin: 50px 0 0 0;
    }
    .footerLeft,
    .footerRight {
        width: 100%;
    }
    .footerRight {
        padding-top: 50px;
    }
    .fooNav {
        width: 80%;
        max-width: 553px;
    }
    .fooNav ul li {
        font-size: 18px;
    }
    .fooSocial {
        margin-top: 30px;
        width: 80%;
        justify-content: flex-start;
    }
    .fooSocial img {
        width: 40px;
    }
    .copyright p {
        font-size: 16px;
    }
    .fooIdeaWrap {
        width: 700px;
    }
    .footerWrap {
        width: 700px;
    }
}
@media only screen and (max-width: 767px) {
   .fooIdeaCircle {
        width: 400px;
        height: 400px;
       bottom: 0;
    }
    .fooPideaBlue {
        font-size: 20px;
    }
    .fooPideaBlack {
        font-size: 28px;
    }
    .fooIdeaBtnPlace {
        margin-top: 50px;
    }
    .fooIdeaBtnPlace .banTinaBtn {
        padding: 13px 50px;
        font-size: 16px;
    }
    .tinaFooImg {
       display: none;
    }
    .footer {
        padding-top: 160px;
    }
    .footerLeft img {
        width: 400px;
        margin-left: 0;
        margin-top: 35px;
    }
    .phoneFoot p, .addrFoot p {
        background-size: 40px 40px;
        padding-left: 60px;
        font-size: 24px;
        min-height: 40px;
    }
    .addrFoot p {
        font-size: 18px;
        background-position: left top;
    }
    .footerWrap {
        flex-direction: column;
    }
    .fooInfo {
        margin: 50px 0 0 0;
    }
    .footerLeft,
    .footerRight {
        width: 100%;
    }
    .footerRight {
        padding-top: 50px;
    }
    .fooNav {
        width: 80%;
        max-width: 553px;
    }
    .fooNav ul {
        flex-direction: column;
        padding-left: 20px;
    }
    .fooNav ul li {
        font-size: 19px;
        padding: 8px 0;
    }
    .fooSocial {
        margin-top: 30px;
        width: 80%;
        justify-content: flex-start;
    }
    .fooSocial img {
        width: 60px;
    }
    .copyright p {
        font-size: 16px;
    }
    .fooIdeaWrap {
        width: 400px;
    }
    .footerWrap {
        width: 400px;
    }
}
@media only screen and (max-width: 479px) {
    .footerLeft img {
        width: 240px;
    }
    .fooIdeaCircle {
        width: 300px;
        height: 300px;
    }
    .fooPideaBlack {
        font-size: 24px;
    }
    .fooIdeaBtnPlace {
        margin-top: 30px;
    }
    .copyright p span {
        display: block;
    }
    .fooIdeaWrap {
        width: 300px;
    }
    .footerWrap {
        width: 300px;
    }
}
/*========================================================
                    Mobile Menu
=========================================================*/
@media only screen and (max-width: 1023px) {

    .smobitrigger,
    .mnuclose {
        display: inline-block;
    }

    .smobitrigger {
        color: transparent;
        width: 30%;
        margin: 0 auto;
    }

    .smobitrigger {
        background: url("../images/menuopen.png") no-repeat;
        background-position: center top;
        background-size: 50px 50px;
        width: 50px;
        height: 50px;
    }

    .mnuclose {
        background: url('../images/menuclose.png')  no-repeat;
        background-position: right top;
        background-size: 50px 50px;
        color: transparent;
        height: 50px;
        margin: 0 0 10px 0;
        width: 100%;
        text-align: right;
        display: inline-block;
    }

    .menu ul {
        padding: 0 20px 10px 20px;
        overflow-y: auto;
        margin: 0 auto;
        display: inline-block;
    }

    .menu ul li.dlink {
        font-size: 21px;
        margin: 12px auto;
        display: block;
        text-align: center;
        line-height: 1.2;
        padding: 0;
    }

    .menu ul li.mlogo {
        margin: 20px auto 0 auto;
        height: auto;
        display: block;
        width: 100%;
        text-align: center;
    }

    .menu ul li.mlogo img {
        width: 270px;
        margin: 0 auto 30px auto;
    }

    .menu ul li.mphone {
        display: inline-block;
        text-align: center;
        width: 100%;
        padding-bottom: 50px;
        margin: 0 auto;
    }

    .menu ul li.mphone a {
        font-size: 32px;
    }

    .menuTop ul li.mhours {
        display: inline-block;
        text-align: center;
        font-size: 20px;
        line-height: 1.5;
        text-transform: capitalize;
        margin: 0 auto 20px;
        width: 100%;
        color: #777;
    }

    .menuTop ul li.mhours span {
        display: block;
    }

    .menu ul li.msocial {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 35px auto 0;
        width: 200px;
    }

    .menu ul li.msocial a {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 10px;
    }

    .menu ul li.msocial a img {
        width: 50px;
    }
    .menu ul li.maddress {
      display: block;
      font-size: 18px;
      line-height: 1.5;
      text-transform: capitalize;
      margin: 50px auto;
      text-align: center;
    }

    .menu ul li.maddress span {
      display: block;
    }

    .mobimenu {
        padding: 0;
        margin: 0px;
        width: 14.9375em;
        position: fixed;
        height: 100% !important;
        top: 0px;
        left: -24.625em;
    }

    .mnuopn {
        left: 0px !important;
    }

    .ovrActv {
        position: fixed;
        background: rgba(0, 0, 0, 0.79);
        width: 100%;
        height: 100%;
        z-index: 9998;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    /* .navFrame {
          position: static;
          height: 70px;
      } */


    .companyData {
        height: 80px;
    }
    .boxesWrap {
        width: 90%;
    }
    .one,
    .two {
        width: 50%;
        height: 90px;
    }
    .three {
        display: none;
    }
    .one img {
        width: 220px;
    }
    .two {
        justify-content: flex-end;
    }

    .telMob {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 25%;
    }
    .telMob img {
        width: 40px;
    }
    nav {
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 767px) {
    .menu ul li.speclink {
        display: none;
    }
    .top {
        padding: 10px 0;
    }
    .topLogo {
        width: 280px;
    }
}
@media only screen and (max-width: 479px) {
    .topLogo {
        width: 95%;
    }
    .boxTop {
        width: 60%;
    }
    .topNav {
        width: 40%;
    }
    .one {
        width: 65%;
    }
    .two {
        width: 35%;
    }
    .one img {
        width: 170px;
    }
    .telMob,
    nav {
        width: 50%;
    }
}

@media only screen and (min-width: 1024px) {
  .menuTop ul {
    background: none !important;
  }
