@charset "utf-8";
/* CSS Document */
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  margin: 0px;
  padding: 0px;
}
.banner-wrap {
  height: auto;
  width: 100%;
  position: relative;
  float: left;
}
.head-wrap {
  min-height: 50vh;
  width: 100%;
  position: relative;
  float: left;
  background-color: #4B3A07;
  background-image: url(../images/pat.jpg);
}
.head-text {
  position: absolute;
  font-size: 2.5vw;
  font-weight: 700;
  color: #DFB168;
  z-index: 2;
  width: 50%;
  bottom: 20%;
  text-align: center;
  left: 50%;
  margin-left: -25%;
  background-image: url(../images/headline.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 50px
}
.top-address {
  float: left;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  background-color: #c99849;
}
.top-address i {
  margin-right: 11px
}
.innerheight {
  background-color: #170e16;
  height: 45vh;
  width: 100%;
  background-image: url(../images/inner-header.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.get-quote {
  float: right;
  margin-top: 4%;
  min-width: 180px
}
.get-quote a {
  display: block;
  background-color: #fff;
  padding: 5px 11px 5px 21px;
  font-weight: 600;
  color: #000000;
  ;
  border-radius: 50px;
  position: relative;
}
.get-quote a:after {
  position: absolute;
  content: '\f061';
  right: 4px;
  background-color: #c99849;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 3.5px;
  font-family: fontawesome;
  color: #fff;
  text-align: center;
  line-height: 29px;
  transition: ease all 111ms;
  transform: rotate(45deg)
}
.get-quote a:hover {
  color: #c99849
}
.get-quote a:hover:after {
  color: #c99849;
  background-color: black;
  transform: rotate(0deg)
}
.custom {
  padding: 7px;
  width: 180px;
  font-family: 'Poppins', sans-serif;
  border: 2px solid #D6D6D6;
  margin-bottom: 11px;
  margin-right: 11px;
  appearance: none;
  background-image: url(../images/down.png);
  background-repeat: no-repeat;
  background-position: 93% center;
  background-color: #FFFFFF;
}
.custombtn {
  padding: 7px;
  width: 77px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 11px;
  margin-right: 11px;
  background-color: #FF9900;
  border: 2px solid #FF9900;
  color: #FFFFFF;
}
.custombtn:hover {
  background-color: #000000;
}
.textcell strong {
  font-size: 25px;
  display: block;
  margin-bottom: 11px;
  color: #FFFFFF;
  line-height: normal;
}
.capitalize {}
.inner-title h2 {
  color: #6a2711;
  margin-bottom: 11px;
  padding-bottom: 11px;
}
.missionbox {
  width: 50%;
  margin-top: 33px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #D6D6D6;
  padding-top: 21px;
  float: left;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #D6D6D6;
  padding-right: 40px;
  margin-bottom: 33px;
}
.missionbox strong {
  font-size: 25px;
  color: #333333;
  display: block;
  margin-bottom: 11px;
}
.missionbox strong i {
  background-color: #FF9900;
  color: #FFFFFF;
  border-radius: 50%;
  margin-right: 11px;
  padding-top: 23px;
  padding-right: 21px;
  padding-bottom: 23px;
  padding-left: 21px;
  outline: solid 2px #fff;
  outline-offset: -5px;
}
.missionbox:nth-child(2) {
  padding-right: 0px;
  padding-left: 40px;
  border-right-style: none;
}
.btmmargin {
  margin-bottom: 62px;
  float: left;
}
.inner-title h2 span {
  color: #009FFF;
}
.inner-title {
  float: left;
  width: 100%;
  margin-top: 3%;
  margin-bottom: 55px;
  font-size: 21px;
  color: #666666;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
  position: relative;
}
.dreamvfx-contact-col {
  flex: 1 1 40%;
  margin-right: 1%;
  margin-bottom: 1%;
  min-height: 410px;
  padding: 3%;
  color: rgba(204, 204, 204, 1);
  text-align: left;
  border: solid 1px rgba(46, 46, 46, 0.9)
}
.big {
  font-size: 21px;
  line-height: 40px
}
.dreamvfx-contact-col.big i {
  color: #c9a05e
}
.dreamvfx-contact-col i {
  color: rgba(255, 255, 255, 1);
  margin-right: 11px;
}
.dreamvfx-contact-col span {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 2px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 22px;
  padding-bottom: 22px;
  display: block;
}
.div100 {
  float: left;
  height: auto;
  width: 100%;
}
.aligncenter {
  text-align: center
}
.vfx-welcome {
  width: 100%;
  background-image: url(../images/gray.jpg);
  background-color: #333333;
  float: left;
  padding-bottom: 7%;
  padding-top: 7%;
  color: #C0C0C0;
  margin-top: -1px;
  border-top: 1px solid #363636;
  position: relative;
  z-index: 2
}
.home-portfoli-wrap {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
  background-image: url(../images/bg3.jpg);
}
.foliotext {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  margin-bottom: 90px;
}
.partners {
  background-color: #f9f9fa;
  float: left;
  width: 100%;
  padding-top: 5%;
  padding-right: 7%;
  padding-bottom: 5%;
  padding-left: 7%;
  text-align: center;
}
.clients-dream-vfx {
  float: left;
  width: 100%;
  background-color: #FFFFFF;
  padding: 5% 0 5% 0
}
.client-logo-wrap {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 2%;
  border: 1px solid #D6D6D6;
  background-color: #FFFFFF;
  float: left;
  text-align: center;
  min-height: 125px;
  padding-top: 1%;
  padding-bottom: 1%;
}
.client-logo-wrap img {
  height: auto;
  width: 100%;
  max-width: 223px;
}
.p-col {
  width: 31%;
  background-color: #FFFFFF;
  padding-top: 2%;
  padding-bottom: 2%;
  margin-right: 1%;
  margin-bottom: 2%;
  text-align: center;
  margin-left: 1%;
  display: inline-block;
  border-radius: 4px;
}
.sidetitle {
  float: left;
  width: 100%;
  font-size: 27px;
  color: #333333;
  margin-bottom: 33px;
  text-align: left;
  font-weight: bold;
}
.sidetitle span {
  position: relative;
}
.sidetitle span:after {
  position: absolute;
  content: '';
  background-color: #F2BB13;
  height: 1px;
  width: 100px;
  bottom: 50%;
  margin-left: 11px;
}
.maxwidthcol {
  height: auto;
  width: 100%;
}
.toppad {
  padding-top: 5%;
}
.btnpad {
  padding-bottom: 5%;
}
.pad {
  padding: 0 3em 0 0
}
.topmargin {
  margin-top: 120px;
  padding: 0 9% 0 9%;
}
.topmargin80 {
  margin-top: 80px;
}
.responsive {
  width: 100%;
  height: auto;
  vertical-align: top
}
.parentflex {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
.two-col {
  flex: 1 1 30%;
  text-align: left
}
.two-col-micro {
  width: 100%;
}
.two-col-micro img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  vertical-align: top
}
.micro-gap {
  gap: 2em;
}
.border {
  border: 2px solid #262626;
  padding: 5em;
  color: #676767;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
.subtitle {
  font-size: 3vw;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  line-height: normal;
  text-align: center;
  display: block;
  margin-bottom: 45px;
  margin-top: 111px;
}
.subtitle:after {
  width: 30%;
  height: 1px;
  background-color: #edb818;
  position: absolute;
  content: '';
  bottom: 50%;
  right: 0px;
}
.subtitle:before {
  position: absolute;
  bottom: 50%;
  height: 1px;
  width: 30%;
  content: '';
  background-color: #edb818;
  left: 0%;
}
.subtitle01 {
  font-size: 2vw;
  font-weight: bold;
  color: #2D2D2D;
  position: relative;
  line-height: normal;
  text-align: center;
  display: block;
  margin-top: 21px;
}
.subtitle011 {
  letter-spacing: 5px;
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 21px;
  background-image: url(../images/dotline.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 40px;
}
.subtitle02 {
  font-size: 3vw;
  font-weight: bold;
  color: #4a3f99;
  position: relative;
  line-height: normal;
  text-align: center;
  display: block;
  margin-bottom: 111px;
  margin-top: 111px;
}
.subtitle02:after {
  width: 100px;
  height: 1px;
  background-color: #FF9900;
  position: absolute;
  content: '';
  bottom: 50%;
  margin-left: 20px;
}
.subtitle02:before {
  position: absolute;
  bottom: 50%;
  height: 1px;
  width: 100px;
  content: '';
  margin-left: -120px;
  background-color: #FF9900;
}
.warp1 {
  width: 100%;
  height: auto;
  padding-right: 7%;
  padding-left: 7%;
  float: left;
  color: #CCCCCC;
}
.left-20 {
  width: 100%;
  float: left;
  color: #c99849;
  font-size: 45px;
  font-weight: bold;
  padding-top: 3%;
  position: relative;
  text-align: center;
  padding-left: 6%;
  padding-right: 6%;
  padding-bottom: 90px;
  margin-top: 30px
}
.left-20:before {
  position: absolute;
  left: 50%;
  top: -32%;
  height: 328px;
  width: 303px;
  content: '';
  background-image: url(../images/trans-logo.png);
  z-index: -1;
  margin-left: -150px
}
.left-20 strong {
  font-weight: lighter;
  font-size: 21px;
  color: #edb818;
  position: relative;
  padding-right: 33px;
  display: block;
}
.left-20 strong:after {
  position: absolute;
  content: '';
  background-color: #edb818;
  bottom: 50%;
  height: 1px;
  width: 90px;
  margin-left: 23px;
}
.welcome-desc {
  float: left;
  width: 100%;
  margin-top: 21px;
  font-size: 21px;
  font-weight: normal;
  line-height: 36px;
  color: #D8D8D8;
}
.welcome-desc span {
  font-size: 15px;
  display: block;
  margin-top: 21px;
  color: #B5B5B5;
  line-height: 25px;
}
.right-80 {
  float: left;
  width: 100%;
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  margin-top: 3em
}
.vfx-sevice-col {
  padding: 3%;
  float: left;
  flex: 1 1 25%;
  min-height: 215px;
  color: #FFFFFF;
  position: relative;
  border: solid 1px rgba(148, 148, 148, 0.2);
  background-image: url(../images/trans2.png);
  background-position: 7% 7%;
  background-repeat: no-repeat;
}
.vfx-sevice-col img {
  filter: brightness(1000%);
  display: block;
  transition: all ease 200ms;
  height: auto;
  width: 70px;
  float: left;
  margin-right: 21px;
  margin-bottom: 10%;
}
.vfx-sevice-col:hover img {
  filter: brightness(100%);
}
.vfx-sevice-col:hover h4 {
  color: #fff
}
.vfx-sevice-col h4 {
  font-size: 21px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  line-height: normal
}
.vfx-text-desc {
  left: 9%;
  bottom: 7%;
  font-size: 14px;
  line-height: normal;
  width: 100%;
  color: #979797;
  transition: all ease 300ms;
}
.right-80 strong {
  color: #FFFFFF;
  position: relative;
  padding-right: 31px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 31px;
}
.right-80 strong:after {
  position: absolute;
  content: '';
  background-color: #0099FF;
  bottom: 50%;
  height: 1px;
  width: 21px;
  right: 0px;
}
.wrapcells {
  float: left;
  width: 100%;
  margin-bottom: 111px;
}
.wrapcells img {
  height: auto;
  width: 50%;
  max-width: 800px;
  border-radius: 2px;
  box-shadow: 0 0 45px 0 #2f2e2e;
}
.textcell {
  width: 43%;
  min-height: 151px;
  float: right;
}
.textcell ul {
  padding-top: 11px;
  padding-left: 1px;
}
.textcell ul li {
  list-style-position: outside;
  padding-bottom: 7px;
  padding-left: 33px;
  background-image: url(../images/arrow-dot.png);
  background-repeat: no-repeat;
  background-position: left 6px;
  font-size: 14px;
}
.picright {
  float: right;
  margin-left: 7%;
  margin-top: 0px;
}
.picleft {
  float: left;
  margin-right: 7%;
}
.home-welcome-text {
  float: right;
  width: 90%;
  background-color: #f6f6f6;
  padding: 77px;
  position: relative;
  font-size: 20px;
  border-radius: 5px;
}
#nopad {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 111px;
  width: 100%;
}
#client {
  text-align: center;
  margin-bottom: 99px;
  width: 100%;
}
#client strong {
  font-size: 14px;
}
#contact {
  margin-bottom: 99px;
  width: 100%;
}
.btn {
  background-color: #c9a05e;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px;
  margin-top: 11px;
  border: none;
  border-radius: 2px;
  padding-top: 11px;
  padding-right: 21px;
  padding-bottom: 11px;
  padding-left: 21px;
}
.btn:hover {
  background-color: #000000;
  color: #c9a05e;
}
#client img {
  margin-right: 3%;
  margin-bottom: 3%;
  margin-left: 3%;
}
#nopad img {
  float: left;
  width: 100%;
  height: auto;
  margin-right: 5%;
  margin-bottom: 5%;
  max-width: 532px;
  outline: 4px solid rgba(255, 255, 255, 0.5);
  outline-offset: -19px;
}
#nopad p {
  width: 100%;
}
.home-welcome-text {
  float: right;
  width: 90%;
  background-color: #f6f6f6;
  padding: 77px;
  position: relative;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #E8E8E8;
}
.warp1 .home-welcome-text strong {
  font-size: 27px;
  font-weight: bold;
  color: #502C58;
}
.home-welcome-text::after {
  content: '';
  background-image: url(../images/text.png);
  background-repeat: no-repeat;
  background-position: right top;
  height: 100%;
  width: 172px;
  position: absolute;
  top: 21px;
  right: -163px;
  background-size: contain;
}
.home-welcome-text::before {
  content: '';
  background-color: #EFEFEF;
  height: 150px;
  width: 150px;
  left: -33px;
  top: -36px;
  position: absolute;
  z-index: -1;
  border-radius: 3px;
}
.wel-pic {
  float: left;
  width: 100%;
  margin-left: -220px;
  margin-top: 44px;
  position: relative;
  z-index: 5;
  outline: 5px solid rgba(255, 255, 255, 0.3);
  outline-offset: -40px;
}
.wel-pic::before {
  content: '';
  background-color: #e07d4e;
  height: 150px;
  width: 150px;
  position: absolute;
  z-index: -1;
  bottom: -30px;
  right: -33px;
  border-radius: 5px;
}
.wel-pic img {
  height: auto;
  width: 100%;
  border-radius: 5px;
}
.home-welcome-text p {
  width: 80%;
}
.logo {
  width: 150px;
  text-align: center;
  z-index: 3;
  float: left;
  transition: all 533ms ease;
  margin-top: 1%;
}
.logo img {
  width: 100%;
  height: auto;
}
.bannercontentwrap {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  padding-right: 7%;
  padding-left: 7%;
  z-index: 99;
}
.hometext {
  width: 100%;
  margin-top: 36%;
  color: #FFFFFF;
  float: left;
  text-align: left;
  font-size: 21px;
}
.expert {
  width: 50%;
  letter-spacing: 11px;
  color: #F7BB09;
  font-size: 1vw;
  line-height: 11px;
  font-weight: 200;
  display: inline-block;
  margin-top: 21px;
}
.expert span {
  color: #FFFFFF;
  position: relative;
}
.expert span:after {
  background-color: #F7BB09;
  position: absolute;
  top: 11px;
  content: '';
  height: 1px;
  width: 100px;
  right: 0px;
  margin-left: 50px;
  left: 50%;
}
.text-animation-wrap {
  width: 50%;
  text-align: left;
}
.word {
  position: absolute;
  width: auto;
  opacity: 0;
  white-space: pre;
}
.letter {
  display: inline-block;
  position: relative;
  float: left;
  -webkit-transform: translateZ(25px);
  transform: translateZ(25px);
  -webkit-transform-origin: 50% 50% 25px;
  transform-origin: 50% 50% 25px;
}
.letter.out {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  transition: -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.letter.behind {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.letter.in {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  transition: -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.text-animation-wrap h2 {
  font-size: 4vw;
  color: #FFF;
  font-weight: bold;
  line-height: normal;
}
.footer {
  background-color: #0B0B0B;
  float: left;
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  line-height: 25px;
  font-size: 18px;
  font-weight: normal;
  background-image: url(../images/gray.jpg);
  height: auto;
  color: #999999;
  border-top: solid 5px #c5984f
}
.footer .fx-wrap .f-4-col .social {
  float: left;
  position: static;
  width: 100%;
  margin-top: 0px;
}
.f-credit {
  float: left;
  width: 100%;
  margin-top: 55px;
  font-size: 12px;
  letter-spacing: 1px;
  padding-top: 21px;
  border-top: 1px solid rgba(95, 95, 95, 0.40);
}
.footer .fx-wrap .f-4-col .social i {
  margin-right: 11px;
  margin-left: 0px;
}
.footer-logo {
  float: left;
  flex: 1 1 10%
}
.footer-logo img {
  width: 80%;
}
.f-4-col {
  float: left;
  flex: 1 1 12%;
  margin-bottom: 2%;
  font-size: 14px;
  font-weight: normal;
}
.f-4-col:nth-child(3) {
  line-height: 30px
}
.f-4-col strong {
  color: #c9a05e;
  margin-bottom: 11px;
  display: block;
}
.ff {}
.ff i {
  padding-right: 11px;
  color: #c9a05e;
  font-size: 18px;
}
.footer a {
  color: #808080;
}
.footer a:hover {
  color: #c9a05e;
}
.footer span {
  font-size: 12px;
}
#back-top {
  position: fixed;
  bottom: 0;
  right: 0;
  float: right;
  z-index: 9
}
#back-top a {
  display: block;
  text-align: center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  line-height: normal;
  background-color: #373737;
  font-size: 21px;
  color: #FFFFFF;
  padding: 5px 11px 5px 11px;
  border-radius: 11px 0px 0px 0px;
}
#back-top a:hover {
  background-color: #c99849
}
a {
  color: #666666;
  text-decoration: none;
  transition: all 222ms ease;
}
a:hover {
  color: #EC632C;
}
a.b {
  color: #000000;
  border-radius: 4px;
  position: relative;
}
a.b:hover {
  color: #A600A2;
}
a.b:after {
  background-color: #81007f;
  height: 1px;
  width: 55px;
  position: absolute;
  content: '';
  bottom: 50%;
  left: 60px;
  transition: all 222ms ease;
}
a.b:hover:after {
  width: 199px;
}
a.c {
  color: #000000;
  width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 55px;
  font-size: 16px;
  text-align: center;
  padding-right: 11px;
  padding-left: 11px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #edb818;
  font-weight: normal;
  display: block;
}
a.c:hover {
  background-color: #FFFFFF;
  color: #E0AD12;
}
a.e {
  color: #000000;
  width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 55px;
  font-size: 16px;
  text-align: center;
  padding-right: 11px;
  padding-left: 11px;
  display: block;
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #edb818;
  font-weight: normal;
  float: left;
}
a.e:hover {
  background-color: #FFFFFF;
  color: #E0AD12;
}
a.g {
  color: #000000;
  width: 200px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 33px;
  font-size: 16px;
  text-align: center;
  padding-right: 11px;
  padding-left: 11px;
  background-color: #edb818;
  font-weight: normal;
  display: inline-block;
  border-radius: 7px;
}
a.g:hover {
  background-color: #000000;
  color: #E0AD12;
}
.input1 {
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  margin-bottom: 7px;
  color: #FFFFFF;
  padding: 11px;
  background-color: transparent;
  border: solid 1px rgba(75, 75, 75, 0.8)
}
.homesearch {
  float: right;
  width: 160px;
  text-align: right;
}
.inputsearch {
  width: 80%;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  background-color: transparent;
  color: #FFFFFF;
  border-bottom-width: 1px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-bottom-color: rgba(255, 255, 255, 0.5);
  padding-top: 7px;
  padding-bottom: 7px;
  float: left;
}
.searchbutton {
  background-color: transparent;
  background-image: url(../rm-images/search-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 30px;
  width: 30px;
  border: none;
  margin-top: 2px;
  float: left;
}
.searchbutton:hover {
  background-color: #0d5fbc;
}
.input3 {
  width: 90%;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  margin-top: 11px;
  border: 1px solid #FFFFFF;
  padding-top: 1.5%;
  padding-right: 3%;
  padding-bottom: 1.5%;
  padding-left: 3%;
  border-radius: 3px;
}
.title5 {
  font-size: 33px;
  text-align: center;
  position: relative;
  display: block;
  float: left;
  width: 100%;
  line-height: normal;
  margin-bottom: 90px;
  color: #FFFFFF;
  padding-right: 10%;
  padding-left: 10%;
  font-weight: lighter;
}
.title5 strong {
  font-size: 33px;
}
h1 {
  color: #eb7035;
  position: relative;
  padding-left: 22%;
  font-size: 3vw;
}
h1::before {
  background-color: #502c58;
  height: 1px;
  width: 20%;
  position: absolute;
  content: '';
  top: 50%;
  left: 0px;
  margin-left: 0px;
}
h2 {
  font-size: 36px;
  color: #c99849;
  margin-bottom: 25px;
}
h3 {
  font-size: 1.8vw;
  color: #7D7D7D;
  position: relative;
  margin-bottom: 25px;
  line-height: 2.1vw
}
h4 {
  color: #c99849;
  margin-bottom: 11px;
  font-size: 2.2vw;
  line-height: 2.5vw;
  font-weight: 600;
  transition: all ease 200ms;
}
h5 {
  color: #2A2A2A;
  margin-bottom: 11px;
  font-size: 2vw;
  line-height: 2.5vw;
  font-weight: 600;
  transition: all ease 200ms;
}
h6 {
  font-size: 16px;
  color: #FF6600;
  text-align: center;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.subtitle1 {
  font-size: 21px;
  color: #FFFFFF;
}
.subtitle2withline {
  float: left;
  width: 98%;
  padding-top: 7px;
  padding-bottom: 7px;
  background-image: url(../rm-images/transline.png);
  background-repeat: repeat-x;
  background-position: left center;
  padding-left: 2%;
  font-size: 27px;
  font-weight: 500;
  color: #FFFFFF;
}
.subtitle2withline span {
  background-image: none;
  padding-right: 18px;
  background-color: rgba(0, 72, 145, 0.8);
  padding-left: 18px;
}
.subtitle3 {
  font-size: 36px;
  color: #ec632c;
  font-weight: bold;
  line-height: 40px;
  margin-top: 21px;
}
.subtitle4 {
  font-size: 25px;
  color: #0d2e6a;
  font-weight: bold;
  line-height: 30px;
  margin-top: 21px;
}
.social {
  width: 55px;
  position: absolute;
  top: 50%;
  right: 3%;
  margin-top: -90px;
}
.social i {
  border-radius: 50%;
  line-height: normal;
  text-align: center;
  margin-left: 18px;
  color: #000000;
  padding-top: 7px;
  height: 30px;
  width: 30px;
  transition: all 232ms ease;
  font-size: 15px;
  background-color: #FFFFFF;
  margin-bottom: 7px;
}
.social i:hover {
  color: #FFCC00;
  background-color: #000000;
  transform: rotate(360deg);
}
.banner-contact {
  font-size: 15px;
  width: auto;
  text-align: right;
  color: #FFFFFF;
  float: right;
}
.banner-contact i {
  margin-right: 9px;
  margin-left: 9px;
}
.wraptop.fixed {
  position: fixed;
  top: 0px;
  border-top-style: none;
  border-bottom-style: none;
  z-index: 9999;
  background-color: #000000;
  left: 0;
  padding-top: 0px;
}
.wraptop {
  float: left;
  width: 100%;
  padding-top: 3%;
  position: absolute;
  top: 0.1px;
  z-index: 9999;
  transition: all 533ms ease;
}
.wraptop.fixed .logo {
  width: 60px;
  margin-top: 4px;
}
.wraptop.fixed .menuwrap {
  margin-top: 2px;
}
.wraptop.fixed .get-quote {
  margin-top: 2px;
}
.menuwrap {
  width: auto;
  margin-top: 4%;
  padding-left: 5%;
  float: left;
}
.fx-wrap {
  width: 100%;
  padding: 0 9% 0 9%;
  margin-left: auto;
  margin-right: auto;
}
.----------------------media-start------------- {}
@media(max-width:1440px) {
  .maxwidthcol {
    width: 100%;
    max-width: auto;
    float: left;
    padding-right: 5%;
    padding-left: 5%;
  }
  .fx-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  .left-20 {
    font-size: 35px;
  }
  .welcome-desc {
    font-size: 20px;
    line-height: normal;
  }
  .welcome-desc span {
    font-size: 13px;
    line-height: normal;
  }
  .warp1.aligncenter .div100.capitalize .work2-col img {
    min-height: 220px;
    object-fit: cover;
  }
  .vfx-sevice-col:hover img {
    margin-top: -11px;
    width: 40px;
  }
  .vfx-sevice-col:hover .vfx-text-desc {
    bottom: 12%;
  }
}
/*zoom mode 125 */
@media (min-width: 767px) and (max-width:1600px) {
  .left-20 {
    font-size: 35px;
  }
  .welcome-desc span {
    font-size: 13px;
    line-height: normal;
  }
  .vfx-sevice-col:hover .vfx-text-desc {
    bottom: 15%;
    font-size: 11.5px;
  }
}
/*zoom mode 125 end*/
@media(max-width:1366px) {
  .banner-contact {
    font-size: 12px;
  }
  .left-20 {
    font-size: 25px;
  }
  .vfx-sevice-col {
    flex: 1 1 45%;
    padding-bottom: 1em;
    min-height: 150px
  }
  .f-4-col {
    font-size: 12px;
    line-height: 21px
  }
}
@media screen and (max-width:940px) and (orientation: landscape) {
  .logo {
    margin-top: 5%;
  }
}
@media(max-width:820px) {
  .vfx-sevice-col img {
    float: none;
    margin-bottom: 1%;
  }
  .two-col {
    flex: 100%;
  }
  h3, .subtitle01, h4, h5 {
    font-size: 4vw;
    line-height: normal;
  }
  .pad {
    padding: 0
  }
  .custom {
    width: 150px;
  }
  .warp1.aligncenter .div100.capitalize .work2-col img {
    min-height: 200px;
    ;
  }
  .warp1.aligncenter .div100.capitalize .work2-col {
    width: 47%;
  }
  .maisonary {
    column-count: 2;
  }
  .left-20 {
    width: 100%;
    font-size: 45px;
    padding-left: 0%;
    padding-right: 0;
    line-height: 45px;
    margin-bottom: 55px;
  }
  .textcell {
    width: 100%;
    float: left;
  }
  .wrapcells img {
    width: 100%;
    margin-bottom: 35px;
  }
  .client-logo-wrap {
    width: 48%;
  }
  .right-80 {
    width: 100%;
    padding-left: 0%;
  }
  .banner-contact {
    font-size: 12px;
    padding-right: 5%
  }
  .text-animation-wrap {
    width: 100%;
    float: left;
  }
  .expert {
    margin-left: 0%;
    display: inherit;
  }
  .hometext {
    text-align: left;
    margin-top: 45%;
  }
  .neg1, .neg2, .neg3 {
    margin-left: 0px;
  }
  .videowrap {}
  .logo {
    margin-top: 45px;
  }
  .banner-wrap:before {
    height: 214px;
    width: 50%;
    left: 0px;
    top: 0px;
  }
  .banner-wrap:after {
    height: 280px;
    width: 25%;
    right: 0px;
  }
  .menuwrap {
    padding-top: 0px;
    margin-top: 0px;
  }
  .navigation {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .social i {
    margin-left: 4px;
    padding: 9px;
    height: 40px;
    width: 40px;
    font-size: 14px;
  }
  h1 {
    font-size: 12vw;
    line-height: 7.5vh;
  }
  .social {
    margin-top: 73px;
  }
  .videowrap {
    height: 100vh;
  }
  #myVideo {
    position: relative;
    width: 100%;
  }
  .text-animation-wrap h2 {
    font-size: 9vw;
  }
  .expert {
    font-size: 2.5vw;
  }
  .home-welcome-text::after {
    display: none;
  }
  .wel-pic {
    margin-left: -110px;
  }
}
@media screen and (max-width:924px) and (orientation: landscape) {
  .hometext {
    margin-top: 25%;
    font-size: 15px;
    line-height: 21px;
  }
  .text-animation-wrap h2 {
    font-size: 4vw;
  }
  .warp1.aligncenter .div100.capitalize .work2-col img {
    min-height: 160px;
  }
  .warp1.aligncenter .div100.capitalize .work2-col {
    width: 48%;
  }
}
@media(max-width:500px) {
  .vfx-sevice-col {
    flex: 100%
  }
  .head-text {
    font-size: 7vw;
    width: 100%;
    left: 0px;
    margin-left: 0px
  }
  .home-portfoli-wrap {
    padding-top: 60px
  }
  .vfx-sevice-col img {
    display: inline-block
  }
  .border {
    padding: 2em
  }
  .get-quote {
    display: none
  }
  .vfx-welcome {
    padding-top: 21%;
  }
  .left-20 {
    margin-bottom: 10px;
    padding-bottom: 10px
  }
  h3, h5, h4 {
    font-size: 30px;
    line-height: 35px
  }
  .footer-logo {
    width: 100%;
    text-align: center;
    padding-bottom: 55px
  }
  .footer-logo img {
    width: 60%;
    margin-top: 5%
  }
  .subtitle01 {
    font-size: 30px;
    margin-bottom: 31px
  }
  .top-address span {
    display: none;
  }
  .banner-contact {
    float: left;
    font-size: 14px
  }
  .bannercontentwrap .social {
    display: none;
  }
  .hometext {
    margin-top: auto;
    position: absolute;
    left: 9%;
    bottom: 25%;
  }
  .vfx-sevice-col {
    width: 100%;
    text-align: center;
  }
  .subtitle {
    font-size: 7vw;
  }
  .subtitle:after {
    display: none
  }
  .subtitle:before {
    width: 100px;
    margin-left: -50px;
    left: 50%;
    bottom: -21px;
  }
  .sidetitle {
    margin-top: 9%;
  }
  .f-4-col {
    flex: 100%;
    border-bottom: 1px solid rgba(95, 95, 95, 0.50);
    margin-bottom: 21px;
    padding-bottom: 21px;
    justify-content: center;
    text-align: center
  }
  .inner-title {
    margin-top: 34px;
  }
  .missionbox {
    width: 100%;
    float: left;
    border-right: none;
  }
  .missionbox:nth-child(2) {
    padding-left: 0px;
  }
  .work2-col {
    width: 100%;
  }
  .vfx-work-cat-box {
    width: 100%;
    min-height: auto;
  }
  .cat-title {
    font-size: 7vw;
    top: 25%;
  }
  .cat-title span {
    margin-bottom: 11px
  }
  .warp1.aligncenter .div100.capitalize .work2-col {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 21px;
  }
  .dreamvfx-contact-col {
    width: 100%;
    margin-right: 0px;
    min-height: auto;
    padding: 7%;
    margin-bottom: 55px;
  }
  .maisonary {
    column-count: 1;
  }
  #myVideo {
    width: 100%;
    height: 100%;
  }
  .title5 {
    font-size: 18px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .title5 strong {
    font-size: 22px;
  }
  .workfilter {
    width: 100%;
    float: left;
    position: relative;
    margin-left: 0%;
    left: 0%;
    padding-top: 40px;
  }
  .custom {
    width: 100%;
    margin-right: 0px;
  }
  .workfilter:before {
    left: 0px;
    top: 5px;
  }
}
@media(max-width:360px) {
  .expert {
    font-size: 2.5vw;
  }
  .top-address {
    font-size: 11px;
  }
  .banner-contact {
    font-size: 12px
  }
}