/* @import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap'); */

@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
    src: local('Roboto', sans-serif), url(../fonts/Roboto/Roboto-Medium.ttf), url(../fonts/Roboto/Roboto-Light.ttf), url(../fonts/Roboto/Roboto-Bold.ttf), url(../fonts/Roboto/Roboto-Black.ttf);
}
@font-face {
    font-family: 'Ubuntu', sans-serif;
    src: url('../fonts/Ubuntu/Ubuntu-Regular.ttf');
    src: local('Ubuntu', sans-serif), url('../fonts/Ubuntu/Ubuntu-Medium.ttf') format('truetype'), url('../fonts/Ubuntu/Ubuntu-Light.ttf') format('truetype'), url('../fonts/Ubuntu/Ubuntu-Bold.ttf') format('truetype');
}

body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: var(--text-p);
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
html {
    scroll-behavior: smooth;
  }
:root {
    --primary-color: #60b246;
    --secondry-color: #fff;
    --text-p:#7F8A94;
    --dark-color: #282c3f;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Ubuntu', sans-serif;
}
a:hover, a:focus{
    text-decoration: none;
}
.yellowBtn{
    background: var(--primary-color);
    border-radius: 50px;
    font-size: 15px;
    color: var(--secondry-color);
    padding: 12px 25px;
    display: -webkit-inline-box;
    font-weight: 600;
    margin: 15px auto;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}
.yellowBtn:hover{
    background: var(--primary-color);
    color: var(--secondry-color);
    opacity: .8;
}
.blockBtn{
    background: var(--secondry-color);
    border-radius: 50px;
    font-size: 15px;
    color: var(--dark-color);
    padding: 5px 25px;
    display: -webkit-inline-box;
    font-weight: 500;
    margin: 15px auto;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}
.blockBtn:hover{
    background: var(--secondry-color);
   color: var(--white);
   opacity: .8;
}
.ft-bold {
    font-weight: 600;
}
.vfx_service_list li {
    position: relative;
    list-style: none;
    margin: 0 0 8px 0;
    padding: 0 0 0 20px;
}
.vfx_service_list {
    padding: 0;
    margin: 0;
}  
.vfx_service_list li:before {
    content: "\f05d";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
}
.poster-blk img {
    width: 100%;
}
.titleH2left{
    color: var(--dark-color);
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
    padding-left: 22px;
    font-size: 33px;
    z-index: 1;
}
.howtoImg img {
    border-radius: 12px;
}
.titleH2left:before {
    background-image: url(../img/title-icon.png);
    bottom: 0;
    content: "";
    height: 65px;
    left: 0;
    position: absolute;
    width: 65px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
}
.titleH2right{
    color: var(--dark-color);
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
    padding-left: 22px;
    font-size: 33px;
    z-index: 1;
}
.titleH2right:before {
    background-image: url(../img/title-icon.png);
    bottom: 0;
    content: "";
    height: 65px;
    left: 0;
    position: absolute;
    width: 65px;
    right: 200px;
    margin: auto;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
}
#video .titleH2right:before {
    right: 80px;
}
/* NavBar Start */
header {
    background: #212121;
    color: var(--white);
}
header nav {
    position: fixed;
    width: 100%;
    transition: 0.4s;
    padding: 15px !important; 
}
header nav.active {
    background: var(--white);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.23);
    transition: all .5s ease-in-out;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: var(--primary-color);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url(../img/navbar_icon.svg)
}
.navbar-toggler:not(:disabled):not(.disabled) {
    outline: none;
}
.navbar-dark .navbar-nav .nav-link {
    color: var(--white);
}
.navbar.active .nav-link{
    color: var(--dark-color);
}
/* .navbar.active .nav-link.active{
  color: var(--primary-color);
} */
.active .navbar-nav li a {
    color: #333;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
.header_btn{
    margin: 5px auto 3px auto;
    color:  var(--white);
    background: var(--primary-color);
    padding: 2px 20px;
    border-radius: 2px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    transition: all 0.5s ease 0s;
}
.header_btn:hover {
    background: var(--primary-color) !important;
    color:  var(--white) !important;
    opacity: .8;
    box-shadow: 0 14px 26px -12px rgba(76, 72, 72, 0.1), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2) !important;
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: var(--primary-color);
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}
.navbar-brand img {
    width: 230px;
}
/* NavBar End */
/* BannerStart */
.bannerSec{
    background: url(../img/banner/banner.png);
    background-attachment: fixed;
    background-size: cover;
    height: 700px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider_shape {
    height: 100%;
    margin: auto;
    clear: both;
}
.slider_content {
    width: 75%;
    float: left;
    position: relative;
    z-index: 777;
    margin-top: -20px;
    padding: 0;
}
.slider_content_sec {
    text-align: left;
    width: 75%;
}
.slider_content_sec h1{
    color: var(--white);
    font-weight: 600;
    font-size: 48px;
}
.slider_content_sec h1 span{
    color: var(--white);
    font-weight: 100;
    display: block;
    font-family: 'Roboto', sans-serif;
    margin-top: -10px;
    padding-bottom: 10px;
}
.slider_subtitle{
    color: var(--white);
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
/* BannerEnd */
/* VideoBtn Start */
/* .page_title.corner-title:before {
    background-image: url(../img/path.png);
    bottom: -8%;
    content: "";
    height: 42%;
    left: 0;
    position: absolute;    
    width: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
} */
/* VideoBtn End */
/* Button Flow Animation Start */
.pinkBg {
    background-color: var(--white) !important;
    box-shadow: 1px 1px 10px rgba(0,0,0,.4);
}
.intro-banner-vdo-play-btn{
    height:60px;
    width:60px;
    position:absolute;
    top:50%;
    left:50%;
    text-align:center;
    margin:-30px 0 0 -30px;
    border-radius:100px;
    z-index:1
}
.intro-banner-vdo-play-btn i{
    font-size: 22px;
    color: var(--primary-color);
    padding: 20px;
    margin-left: 4px;
}
.intro-banner-vdo-play-btn .ripple{
    position:absolute;
    width:160px;
    height:160px;
    z-index:-1;
    left:50%;
    top:50%;
    opacity:0;
    margin:-80px 0 0 -80px;
    border-radius:100px;
    -webkit-animation:ripple 1.8s infinite;
    animation:ripple 1.8s infinite
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
.intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}
/* Button Flow Animation End */
/* HowToMake Start*/
.howtomakeSec {
    padding: 135px 0;
}
.howtoImg{
    position: relative;
}
.howtoImg:before{
    background-image: url(../img/pattern-1.png);
    bottom: -60px;
    content: "";
    height: 168px;
    left: -100px;
    position: absolute;
    width: 300px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
}
.howtoCont{
    padding-top: 60px;
}
.howtoCont p{
    padding-top: 10px;
}
/* HowToMake End */
/* DashBoard Slider Start */
.dashBoardsec{
    padding: 80px 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#41c858+0,7cff69+50,63cd37+100 */
background: #41c858; /* Old browsers */
background: -moz-linear-gradient(left,  #41c858 0%, #7cff69 50%, #63cd37 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #41c858 0%,#7cff69 50%,#63cd37 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #41c858 0%,#7cff69 50%,#63cd37 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41c858', endColorstr='#63cd37',GradientType=1 ); /* IE6-9 */

}
.dashBoardsec h2{
    color: var(--white);
}
.dashBoardsec p{
    color: var(--white);
    padding: 20px 0 5px 0;
}
.carousel-3d-controls a{
    color: var(--white) !important;
}
 .carousel-3d-slide{
      border:none !important;
      border-color: none !important;
      border-style: hidden !important;
      box-shadow: 0 0 20px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0 0 20px 0px rgba(0,0,0,0.05);
      -webkit-box-shadow: 0 0 20px 0px rgba(0,0,0,0.3);
    }
#carousel3d .carousel-3d-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
}
/* DashBoard Slider End */
/* Video section */
.videoSec {
    background: #fff;
    padding: 80px 0;
}
/* End video section */
/* OurService Start */
.ourServicessec{
    background: #FCFCFC;
    padding: 80px 0;
}
.ourServicessec p{
    padding: 15px 0 5px 0;
}
.ourServicesbox{
    padding: 30px;
    margin: 20px 0;
    text-align: left;
    background-color: var(--white);
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 20px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 20px 0px rgba(0,0,0,0.05);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    height: 290px;
}
.ourServicesbox h4 {
    margin: 0 0 15px 0;
}
.ourServicesbox:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
}
.ourServicesbox h4{
    color: var(--primary-color);
}
.ourServicesbox h4 span{
    color: var(--secondry-color);
}
/* ourServices End */
/* AppSection Start */
.appSection{
    padding: 50px 0;
}
.appSection h2{
    color: var(--secondry-color);
    font-weight: 600;
    font-size: 33px;
    margin-bottom: 0;
}
.appSection h4{
    color: var(--primary-color);
    padding-bottom: 10px;
}
.appSection img{
    width: 160px;
    padding: 50px 0;
}
/* AppSection End */
/* FAQSection Start */

.faqSection #accordion{
    padding-top: 20px;
}
.faqSection .card-header{
    background: var(--primary-color);
    border:none;
    margin: 2px 0;
}
.faqSection .card{
    border:none;
}
.faqSection .card-body{
    border:none;
    margin: 4px 0 6px 0;
    background: #f6f6f6;
}
.faqSection .card-header a{
    color: var(--secondry-color);
    font-weight: 400;
}
[data-toggle="collapse"]:after {
    display: inline-block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    transform: rotate(90deg) ;
    transition: all linear 0.25s;
    float: right;
    color: var(--white);
    font-weight: 300;
}
[data-toggle="collapse"].collapsed:after {
    transform: rotate(0deg) ;
}
/* FAQSection End */
/* Footer Start */
footer{
    background: url(../img/footermap.jpg);
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: cover;
    height: 450px;
    width: 100%;
}
/* Footer End */
/* FormSec Start */
.formSec{
    background: var(--white);
    margin-top: 80px;
    padding: 20px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.09);
    border-radius: 5px;
}
.formSec h2{
    margin: 20px 0;
}
.formSec .btn{
    margin-top: 35px;
}
.btn_submit {
    background: #34c635;
    border-radius: 2px;
    padding: 3px 50px 6px 50px;
    color: #fff;
    font-weight: 600;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    transition: all 0.5s ease 0s;
    margin-top: 20px;
}
.formSec .form-control{
    border:1px solid #e2e4e7;
}
.formSec input {
    border-radius: 1px;
    height: 50px;
    margin: 15px auto;
}
/* FormSec End */
/* FooterAddress Start */
.footerAdd{
    padding: 100px 0;
}
.footerAddBox{
    padding: 20px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.09);
    border-radius: 5px;
    margin: 10px auto;
}
.displayFlex{
    display: flex;
    align-items: center;
}
.footerAddBox h4{
    color: var(--dark-color);
    font-size: 18px;
    padding-bottom: 10px;
}
.footerAddBox .fa{
    color: var(--primary-color);
}
.footerAddBox p{
    font-size: 14px;
    line-height: 24px;
}
.soc_icon {
    display: inline-block;
    margin: 8px auto;
}
.soc_icon .fa {
    transition: all 0.5s ease 0s;
    background: #fff;
    box-shadow: 0px 3px 4px rgba(0,0,0,.1);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: var(--white);
}
.soc_icon .fa:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
}
.fa-twitter {
    font-size: 17px;
    font-weight: 500;
    color: var(--white);
    background: #31b7f5 !important;
    width: 35px;
    height: 35px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 50px;
}
.fa-facebook {
    font-size: 17px;
    font-weight: 500;
    color: var(--white);
    background: #3a559f !important;
    width: 35px;
    height: 35px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 50px;
}
.fa-instagram {
    font-size: 17px;
    font-weight: 500;
    color: var(--white);
    background: #3f729b !important;
    width: 35px;
    height: 35px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 50px;
}
.fa-linkedin {
    font-size: 17px;
    font-weight: 500;
    color: var(--white);
    background: #0271ae !important;
    width: 35px;
    height: 35px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 50px;
}
/* FooterAddress End */
/* CopyRight Start */
.copyrightSec{
    background: #1A1A1A;
}
.copyrightSec p{
    padding-top: 15px;
    color: var(--white);
    font-size:13px;
}
/* CopyRight End */
/* VideoModal Start */
.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}
.modal-body {
    position:relative;
    padding:0px;
}
.close {
    position:absolute;
    right:-30px;
    top:0;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
}
/* VideoModal End */
.vfx_testi_blk {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    height: 215px;
}
.vfx_foot_img img {
    border-radius: 100px;
    width: 100%;
}
.vfx_foot_img {
    width: 100px;
    display: inline-flex;
}
.vfx_t_blk_body p {
    color: #7f8a94;
}
.vfx_t_blk_head .fa-quote-left {
    font-size: 38px;
    color: #60b246;
    margin: 18px 0 0 0;
}
.vfx_foot_img {
    width: 100px;
    display: inline-flex;
    margin: 15px 0 20px 0;
}
.sectionClass {
    padding: 20px 0px 0px 0px;
    position: relative;
    display: block;
  }
  
  .fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
  }
  
  
  .sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
  }
  
  .sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  
  
  .headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101F2E;
  }
  
  
  .projectFactsWrap{
      display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  
  #projectFacts .fullWidth{
    padding: 0;
  }
  
  .projectFactsWrap .item{
    width: 25%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
  }
  
  .projectFactsWrap .item:nth-child(1){
    background: rgb(16, 31, 46);
  }
  
  .projectFactsWrap .item:nth-child(2){
    background: rgb(18, 34, 51);
  }
  
  .projectFactsWrap .item:nth-child(3){
    background: rgb(21, 38, 56);
  }
  
  .projectFactsWrap .item:nth-child(4){
    background: rgb(23, 44, 66);
  }
  
  .projectFactsWrap .item p.number{
    font-size: 40px;
    padding: 0;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin: 0 40px 0 0;
  }
  #number1:after {
    content: "%";
    position: absolute;
    right: -40px;
    top: 0;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.8);
  }
  #number2:after {
    content: "+";
    position: absolute;
    right: -40px;
    top: 0;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.8);
  }
  #number3:after {
    content: "+";
    position: absolute;
    right: -40px;
    top: 0;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.8);
  }
  #number4:after {
    content: "+";
    position: absolute;
    right: -40px;
    top: 0;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.8);
  }
  
  .projectFactsWrap .item p{
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin: 0;
    padding: 10px;
    font-family: 'Open Sans';
  }
  
  
  .projectFactsWrap .item span{
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
  }
  
  
  .projectFactsWrap .item i{
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
  }
  
  
  .projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
    color: white;
  }
  
  .projectFactsWrap .item:hover span{
    background: white;
  }
  .trans{
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
/* Media Start */

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .ourServicesbox {
        height: 360px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .vfx_testi_blk {
        height: 255px;
    }
}
@media only screen and (min-width: 300px) and (max-width: 998px) {
  .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: var(--primary-color) !important;
  }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: var(--primary-color) !important;
  }
  svg.svg_slider_bottom {
  display: none;
  }
  .slider_content {
  width: 100%;
  }
  .slider_content_sec {
    width: 100%;
    padding: 15px;
  }
  .slider_content_sec h1 {
    font-size: 32px;
  }
  .titleH2left {
    padding-left: 0 !important;
  }
  .titleH2right{
    padding-left: 0 !important;
  }
  /* .titleH2left:before {
    display: none;
  } */
  /* .titleH2right:before {
    display: none;
  } */
  .appSection img {
    padding: 10px 0;
  }
  footer{
    display: inline-table;
  }
  .page_title.corner-title:before {
    display: none;
  }
  .slider_content {
    margin-top: 0px;
  }
  .fixed-top {
    background: var(--white);
  }
  .fixed-top.navbar-dark .navbar-nav .nav-link {
    color: #282c3f;
  }
  .howtomakeSec {
    padding: 100px 0 50px;
}
.navbar-nav {
    margin: 20px 0 0 0;
}
}
@media screen and (max-width: 767px) {
    .titleH2right, .titleH2left {
        font-size: 26px;
    }
    .ourServicesbox {
        height: auto;
    }
    .vfx_testi_blk {
        margin: 0 0 25px 0;
    }
    .projectFactsWrap .item {
        flex: 0 0 50%;
     }
     .poster-blk img {
        margin: 0 0 25px 0;
    }
}
/* Media End */