@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,500;1,200;1,500;1,600&display=swap');

/* CSS Document */

body,
html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
}


/* font converted using font-converter.net. thank you! */

.rounded_circle_div {
    border-radius: 50%;
    width: 100%;
    height: 523px;
}

.inner_banner_img {
    margin-top: 85px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none !important;
}

img:focus {
    outline: none !important;
}

.slick-slide:focus {
    outline: none !important;
}

ul {
    padding: 0px;
    margin: 35px 0px;
    list-style: none;
}

p {
    color: #666666;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #777;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #777;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #777;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #777;
}

.navbar-default {
    margin-bottom: 0;
    background: none;
    box-shadow: none;
    border: 0;
}

.sidenav {
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -500px;
    background: #c7b07d;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.2s;
    /* 0.5 second transition effect to slide in the sidenav */
    -webkit-transition: 0.2s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    width: 250px;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    animation: fadeInDown .8s;
}


/* The navigation menu links */


/* When you mouse over the navigation links, change their color */


/* Position and style the close button (top right corner) */

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.mobilecontainer span {
    color: #45261a;
    margin-right: 0;
    margin-top: 0;
    padding: 7px 10px;
}

.mobilecontainer img {
    width: 50%;
    margin: 10px 0;
}

.mobilecontainer {
    background-color: #fff;
    padding-left: 20px;
}

.navigation .caret {
    position: relative;
    left: 5px;
}

#mySidenav ul.dropdown-menu {
    position: static;
    float: none !important;
    width: 100%;
    display: none;
    background: #4a291c;
}

#mySidenav ul.dropdown-menu li {
    float: none;
    display: block;
    padding: 0 0px 4px;
}

#mySidenav .caret {
    display: none;
}

#mySidenav #hassubmenu {
    position: relative;
}

#mySidenav #hassubmenu i.fa.fa-angle-down {
    position: absolute;
    right: 20px;
    background: black;
    color: #fff;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 0;
    padding-top: 2px;
    top: 6px;
}

#mySidenav div {
    border-top: 1px solid white;
}

#mySidenav div:last-child {
    border-bottom: 1px solid white;
}

#mySidenav a.closebtn+div {
    margin-top: 10px;
}

#mySidenav ul.submenu {
    padding: 0;
    background-color: #000;
    width: 100%;
    overflow: scroll;
    height: 150px;
}

#mySidenav .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}

.navigation ul li>.dropdown-menu li a i {
    float: right;
    right: 14px;
    font-weight: bold;
    margin-top: 1px;
    position: absolute;
    font-size: 17px;
}

.navigation ul .show-on-hover:hover>ul.submenu {
    left: 101% !important;
    top: -25% !important;
}

.navigation ul li>.dropdown-menu li i.fa.fa-angle-down {
    display: none;
}


/* sidenav-css end */


/*nav-css BEGINS */

.navigation ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.navigation ul li.active a {
    color: #fff;
    text-decoration: underline;
}


/*DropDown Css Begin here*/

.navigation ul .show-on-hover:hover>ul.dropdown-menu {
    display: block;
}

.navigation ul li .dropdown-menu li {
    float: none;
    display: block;
}

.navigation ul li>.dropdown-menu li a {
    float: none;
    display: block;
    text-align: left;
    padding: 7px 12px 10px 12px;
    font-size: 15px;
    color: #000;
}

.navigation ul li>.dropdown-menu li a:hover {
    background-color: #c7b07d;
    color: #fff;
}

.navigation ul li>.dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 0px 0 12px 0;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.3);
    top: 90%;
    left: 48px;
}

.navigation ul>li>a span img {
    display: inline;
    margin-left: 11px;
}

.navigation ul li>.dropdown-menu:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 12px 16px;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -16px;
    left: 113px;
}

.navigation ul.dropdown-menu.submenu:after {
    display: none;
}

.navigation ul li>.dropdown-menu>.active>a {
    background-color: transparent;
    color: #4b2a1c;
    font-weight: 600;
}

.no-margin {
    margin: 0!important;
    padding: 0!important
}

.center {
    margin: 0 auto!important;
    display: table!important;
    float: none!important
}

.nopadding {
    padding: 0px !important;
}

.whitebtn {
    display: table;
    background: #fff;
    color: #231f20;
    padding: 16px 41px;
    font-weight: 600;
    /* font-family: 'Lato', sans-serif; */
    font-size: 15px;
    border-radius: 100px;
}

.whitebtn:hover {
    background: #333333;
    color: #fff;
}

.main-logo {
    margin: 0;
    position: absolute;
    top: auto;
    z-index: 1;
    width: 90%;
    bottom: -83px;
}

.logo {
    margin: 10px 0 0 0;
}

.call a {
    color: #231f20;
    font-size: 15px;
    margin-right: 10px;
}

.call a:hover {
    color: #f88621;
}

.call a i {
    background: #f88621;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    border-radius: 100px;
    margin-right: 10px;
}

.language {
    margin: 7px 0 0 0;
}


/*END Header Css*/


/*BEGIN Slider Css*/

.Slider .item img {
    width: 100%;
}

.InnerSlider .SliderText span {
    display: block;
    text-align: center;
}

.SliderText span {
    display: block;
    color: #111111;
    font-size: 80px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
    padding: 0px;
    margin: 0px;
    line-height: 80px;
    /* font-family: 'Playfair Display', serif; */
    text-shadow: 1px 1px 10px rgb(0 0 0 / 64%);
}

.SliderText p {
    display: block;
    color: #111111;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 0px;
    margin: 20px 0px 40px 0px;
    /* font-family: 'Playfair Display', serif; */
}

.Slider .carousel-caption {
    left: 0%;
    text-shadow: none;
    width: 28%;
    top: auto;
    bottom: 190px;
}

.InnerSlider .carousel-caption {
    left: 0;
    right: 0;
    margin: 0px auto;
    text-shadow: none;
    width: 100%;
    top: auto;
    bottom: 30px;
}

.Slidetbtn1 {
    display: table;
    background: #fff;
    color: #345ba1;
    padding: 13px 30px;
    font-weight: 600;
    /* font-family: 'Playfair Display', serif; */
    font-size: 15px;
    margin: 0px;
    margin-right: 30px;
}

.Slidetbtn1:hover {
    background: #333;
    color: #fff;
}

.Slidetbtn2 {
    display: table;
    background: #345ba1;
    color: #fff;
    padding: 13px 60px;
    font-weight: 600;
    /* font-family: 'Playfair Display', serif; */
    font-size: 15px;
    margin: 0px;
}

.Slidetbtn2:hover {
    background: #fff;
    color: #345ba1;
}

.sliderbtns .hvr-icon-forward {
    display: table;
}

.sliderbtns a i {
    margin-left: 10px;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
}

.searchTerm {
    width: 85%;
    border: 3px solid #f88118;
    border-right: none;
    padding: 5px;
    height: 57px;
    border-radius: 30px 0 0 30px;
    outline: none;
    color: #fff;
    background: #f88118;
}

.searchTerm::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.searchTerm:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.searchTerm::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.searchTerm:focus {
    color: #00B4CC;
}


/*END Conact Css*/


/*topnav bar  begin Css*/

.nav_first {
    z-index: 1;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
}

.nav_first.scrolled {
    background-color: #8653b8 !important;
    transition: background-color 200ms linear;
}

.logotow img {
    width: 18%;
    padding: 0px 14px;
}

.bothlogosec {
    position: relative;
    z-index: auto;
}

.logoone img {
    width: 29%;
    padding: 10px 14px;
}

.secondlogo img {
    min-width: 250px;
    margin: 1px 25px;
    z-index: auto;
    z-index: 999;
}

.nav-menu {
    float: right;
}

.nav-menu ul {
    float: right;
}

.nav-menu li {
    display: inline-block;
    padding: 0px 10px;
}

.nav-menu span {
    color: #fff;
}

.nav-menu a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    transition: all 0.9s;
}

.nav-menu a:hover {
    color: #50029f;
    transform: scale(1.5);
    transition: all 0.9s;
}


/*topnav bar  END Css*/


/*video sec css end*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: auto;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    background: rgb(52, 3, 103);
    background: linear-gradient( 0deg, rgba(52, 3, 103, 1) 0%, rgba(108, 0, 215, 1) 100%);
}

.sidenav a {
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-align: center;
    transition: all 0.9s;
}

.sidenav a:hover {
    transform: scale(2.9);
    transition: all 0.9s;
}

.menubar ul {
    padding: 122px 0px 0px;
    margin: 0px 0px;
}

.menubar li {
    padding: 10px 0px;
    margin: 0px 0px;
}

.menubar a {
    font-size: 28px;
}

.menubar {
    position: relative;
    float: left;
    padding: 29px 0px 0px 28px;
}

.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 26px;
    font-size: 36px;
    margin-left: 50px;
    color: #50029f;
}

.btone span {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    float: right;
    margin-top: 20px;
    margin-right: 30px;
}

.navlogosec {
    background-color: #fff;
    height: 91px;
    top: 0px;
    position: absolute;
    width: 100%;
}

.toptowsec video {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: -1px 0px;
}


/* slider 111 */

.carousel_slide .carousel-inner .item .videoone video {
    min-height: 680px;
    object-fit: cover;
}

.carousel_slide .carousel-inner .item .videoone .videooverlay {
    background-position: center;
}

.carousel_slide .carousel-caption {
    right: 0px;
    text-align: left;
    padding-right: 5%;
}

.carousel-caption .sildertext h1 {
    width: 100%;
    font-weight: 100;
    color: #fff;
    margin: 0px 0px;
    padding: 4px 0px;
    /* font-family: 'Segoe UI'; */
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 2px;
}

.carousel-caption .sildertext p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    line-height: 30px;
    padding: 14px 0px;
}

.carousel-caption .watchhd {
    position: absolute;
    right: 0px;
    bottom: 0px;
    text-align: center;
    width: 100%;
    left: 0%;
}

.toptowsec {
    position: relative;
}


/*
.circle2 {
    -webkit-animation:rotatecircle2 14s infinite;
    transition: all 0.5s;
}
@-webkit-keyframes rotatecircle2 {
    0% { -webkit-transform:rotate(0deg); }
20% { -webkit-transform:rotate(-70deg); }
}*/

.carousel-caption .watchhd a {
    color: #fff;
    font-size: 35px;
    border: 1px solid #fff;
    padding: 17px 50px;
}

.carousel-caption.watchhd a {
    color: #fff;
    font-size: 35px;
    border: 1px solid #fff;
    padding: 16px 50px;
}

.carousel-caption .watchhd p {
    color: #fff;
    font-size: 18px;
    padding: 24px 0px;
    letter-spacing: 5px;
}

.carousel-caption .watchhd a:hover {
    color: #fff;
    padding: 17px 50px;
    background-color: #5a1391;
    border: 1px solid #5a1391;
}


/*video sec css end*/


/*productiontext sec css begin */

.productiontextsec {
    background-image: url(../images/proback.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s ease-in;
    padding: 30px 0px 30px;
}

.productiontextsec p {
    text-align: center;
    padding: 10px 0px;
    line-height: 47px;
    font-size: 21px;
    font-weight: 500;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.productiontextsec strong {
    font-family: 'Poppins', sans-serif;
    /* font-family: initial; */
    font-style: normal;
    color: #5a1391;
    font-weight: 500;
}


/*productiontext sec css END */


/*home video sec Begin*/

.home-video-blk {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.home-video-blk img {
    width: 100%;
    transition: all 0.9s;
}

.banner-cap {
    position: absolute;
    width: 100%;
    display: none;
    z-index: 1;
}

.banner-cap h4 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 24px;
}

.banner-cap p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    padding: 0px 0px;
    line-height: 28px;
}

.banner-cap h3 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding: 0px 0px;
    line-height: 0px;
    width: 142%;
}

.home-video-blk:hover img {
    transform: scale(1.2);
}

.home-video-blk:hover .banner-cap {
    display: block;
    transition: all .2s;
}

.home-video-blk:hover .overlay {
    display: block;
    transition: all .2s;
}

.home-video-blk:hover .overlay2 {
    display: block;
    transition: all .2s;
}

.home-video-blk:hover .overlay3 {
    display: block;
    transition: all .2s;
}

.home-video-blk:hover .overlay4 {
    display: block;
    transition: all .2s;
}

.home-video-blk:hover .overlay5 {
    display: block;
    transition: all .2s;
}

.home-video-blk:hover .playicon {
    display: none;
    transition: all .2s;
}

.playicon {
    position: absolute;
    top: 294px;
    left: 477px;
    right: auto;
    width: 100%;
}

.playicon i {
    color: #fff;
    font-size: 32px;
    padding: 23px 36px 23px 36px;
    /* background: rgba(244,122,46,.9); */
    transform: translate(-50%, -50%);
    background-color: #4a2b78c4;
    border-radius: 8px;
}

.nopadding {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.videoproductionsec .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.overlay {
    position: absolute;
    width: 214%;
    height: 885px;
    top: auto;
    background-color: #7b42a7;
    mix-blend-mode: multiply;
    left: -222px;
    bottom: -170px;
    display: none;
    transition: all .2s;
}

.overlay2 {
    position: absolute;
    width: 214%;
    height: 885px;
    top: auto;
    background-color: #e7b613;
    mix-blend-mode: multiply;
    left: -222px;
    bottom: -170px;
    display: none;
    transition: all .2s;
}

.overlay3 {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #e7b613;
    mix-blend-mode: multiply;
    display: none;
    transition: all .2s;
}

.overlay4 {
    position: absolute;
    width: 214%;
    height: 681px;
    top: auto;
    background-color: rgba(244, 122, 46, 1);
    mix-blend-mode: multiply;
    left: -222px;
    bottom: -170px;
    display: none;
    transition: all .2s;
}

.overlay5 {
    position: absolute;
    width: 214%;
    height: 681px;
    top: auto;
    background-color: rgba(249, 176, 39, 1);
    mix-blend-mode: multiply;
    left: -222px;
    bottom: -170px;
    display: none;
    transition: all .2s;
}

.carousel-caption .whytext {
    padding: 13px 0px 25px;
}

.carousel-caption .whytext a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    border: 1px solid #fff;
    padding: 5px 0px 5px 18px;
}

.carousel-caption .whytext i {
    font-size: 12px;
    padding: 0px 15px;
    margin: 0px 0px 0px 0px;
}

.carousel-caption .starttext {}

.carousel-caption .starttext a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 7px 20px;
    background-color: #e7b613;
}

.carousel-caption .starttext a:hover {
    background-color: #5a1391;
    color: #ffffff;
}

.watchhd {
    position: relative;
}

.starttext {
    padding: 0px 20px;
}

.starttext a:hover {
    background-color: #5a1391;
    color: #ffffff;
}

.starttext a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 7px 20px;
    background-color: #e7b613;
}


/*home video sec end*/


/*uniquesec begin css*/

.uniquesec {
    background-image: url(../images/un1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s ease-in;
    padding: 154px 0px 92px;
}

.mobile img {
    width: 100%;
    margin: -61px 0px;
}

.uniquehd ul {
    padding: 31px 0px;
    margin: 0px 0px;
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }
    65% {
        transform: translate(0, 15px);
    }
    to {
        transform: translate(0, -0px);
    }
}

.uniquehd li {
    padding: 0px 5px;
    margin: 0px 0px;
    display: inline-block;
}

.uniquehd h1 {
    font-size: 82px;
    font-weight: 600;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin: 0px 0px;
    padding: 12px 0px;
    /* font-family: 'Segoe UI'; */
    /* font-family: 'Bebas Neue', cursive; */
}

.uniquehd p {
    font-family: 'Poppins', sans-serif;
}

.uniquehd h2 {
    font-family: 'Poppins', sans-serif;
    color: #4a2b78;
}

.uniquehd p {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    width: 62%;
    margin: 0px 0px;
    padding: 0px 11px;
    line-height: 32px;
    color: #fff;
}

.uniquehd h2 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin: 0px 0px;
    padding: 10px 9px;
    font-weight: 400;
    font-size: 33px;
}

.uniquehd {
    float: left;
}

.case {
    padding: 37px 0px 0px;
    position: relative;
}

.worksec {
    background-image: url(../images/proback.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s ease-in;
    padding: 57px 0px 57px 0px;
    margin-bottom: 100px;
}

.morework {
    text-align: center;
}

.morework a {
    border: 3px solid #4a2b78;
    color: #fff !important;
    padding: 10px 14px 10px 14px;
    position: relative;
    transition: all 300ms ease 0ms;
    letter-spacing: 4px;
    background-color: #4a2b78;
}

.morework i {
    color: #000;
    opacity: 0;
    transition: all 300ms ease 0ms;
}

.morework:hover i {
    opacity: 1;
    transition: all 300ms ease 0ms;
    color: #fff;
}

.morework:hover a {
    border: 3px solid #4a2b78;
    color: #fff !important;
    padding: 10px 30px 10px 14px;
    transition: all 300ms ease 0ms;
    background-color: #4a2b78;
}


/*uniquesec END css*/


/*BEGIN RESPONSIVE*/


/*rangeanimationsec CSS*/

.rangeanimationsec {
    background-image: url(../images/2dback.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s ease-in;
    padding: 79px 0px 104px;
    overflow-x: hidden;
}

.ranghd {
    text-align: center;
}

.ranghd ul {
    margin: 0px 0px;
    padding: 10px 0px;
}

.ranghd h3 {
    font-family: 'Poppins', sans-serif;
    margin: 0px 0px;
}

.ranghd h1 {
    /* font-family: 'Poppins', sans-serif; */
    font-weight: normal;
    font-size: 70px;
    /* font-family: 'Segoe UI'; */
    padding: 10px 0px 19px;
    font-family: 'Bebas Neue', cursive;
    margin: 0px auto;
    padding: 1;
}

.ranghd strong {
    color: #e7b613;
    font-weight: normal;
    font-family: 'Bebas Neue', cursive;
}

.ranghd li span {
    color: #000!important;
}

.ranghd li {
    display: inline-block;
    padding: 10px 16px;
}

.ranghd a {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 600;
    padding: 10px 10px;
    transition: 1.1s;
}

.ranghd li:hover a {
    color: #fff;
    background-color: #5a1391;
    font-size: 17px;
    padding: 10px 10px;
    border-radius: 10px;
    transition: 1.1s;
}

.ranghd li a:hover {
    transform: scale(1.2);
}

@media screen and (min-width:1200px) {
    .rangewell img {
        width: 95%;
        padding-top: 33px;
        padding-left: 80px;
    }
    .tv2 {
        position: absolute;
        top: 21px;
        left: 23px;
        /* right: -12px; */
        width: 100%;
    }
    .tv2 img {
        width: 100%;
        padding: 0px 0px;
        margin: 0px 0px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .rangewell img {
        width: 95%;
        padding-top: 33px;
        padding-left: 60px;
    }
    .tv2 {
        position: absolute;
        top: 21px;
        left: 23px;
        /* right: -12px; */
        width: 100%;
    }
    .tv2 img {
        width: 100%;
        padding: 0px 0px;
        margin: 0px 0px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .rangewell img {
        position: absolute;
        width: 88%;
        padding-left: 95px;
        padding-top: 30px;
    }
    .tv2 {
        /* right: -12px; */
        width: 100%;
    }
    .tv2 img {
        width: 100%;
        padding: 0px 0px;
        margin: 0px 0px;
    }
    .range_content_responsive {
        margin-top: 330px;
    }
}

.rgtext {
    padding: 4% 0px 0px;
}

.rgtext h2 {
    /* font-family: 'Poppins', sans-serif; */
    color: #5a1391;
    font-size: 38px;
    /* font-family: 'Segoe UI'; */
    font-weight: normal;
    font-family: 'Bebas Neue', cursive;
}

.rgtext p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #000;
    width: 100%;
    font-weight: 500;
}


/*tabsec begin css*/


/* Style the buttons inside the tab */

.tab {
    text-align: center;
}

.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 6px;
    transition: 0.3s;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #000;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #8653b8;
    color: #fff;
    padding: 6px;
}


/* Create an active/current tablink class */

.tab button.active {
    background-color: #8653b8;
    color: #fff;
    padding: 6px;
}


/* Style the tab content */

.tabcontent {
    display: none;
    /* padding: 6px 1px; */
    border-top: none;
}


/* Style the close button */

.topright {
    float: right;
    cursor: pointer;
    font-size: 28px;
}

.topright:hover {
    color: red;
}

.tab ul {
    padding: 0px 0px;
    margin: 0px 0px;
}

.tab li {
    padding: 1px 0px;
    margin: 4px 5px;
    display: inline-block;
}


/*tabsec END css*/


/*footer css begin*/

.footer-top {}

.footer-top h3 {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.footer-top .linkinglist {
    display: inline-block;
    margin-bottom: 0;
}

.footer-top .linkinglist li {
    padding: 5px 0;
}

.footer-top .linkinglist li a {
    color: #cbd6e2;
    font-size: 15px;
}

.footer-top .socialmid {
    border-bottom: 1px solid #171717;
    margin: 50px auto 0;
    padding-bottom: 30px;
    width: 100%;
    max-width: 350px;
}

.footer-bottom .fologo {
    width: 130px;
}

.footer-bottom .fologo img {
    width: 100%;
}

.footer-top .socialmid {
    border-bottom: 1px solid #171717;
    margin: 11px auto 0;
    padding-bottom: 30px;
    width: 100%;
}

.footer-main {
    background: #070707;
    padding: 35px 0px 0px 0px;
}

.footer-bottom {
    background: #070707;
    padding: 30px 0px;
}

.footer-bottom .backline {
    border-top: 1px solid #cccccc59;
}

.socialmid img {
    float: right;
}

.copyright {
    padding: 10px 0 0px 0;
    margin: 0px;
    font-size: 12px;
    color: #cbd6e2;
}

.footer-nav2 {
    list-style-type: none;
    margin: 10px 0 10px 0;
    display: inline;
}

.footer-nav2 li {
    display: inline;
    padding: 10px 0 0 0px;
    margin-right: 20px;
}

.footer-nav2 li:first-child {
    padding-left: 0px;
}

.footer-nav2 li a {
    font-size: 13px;
    font-weight: 400;
    color: #cbd6e2;
}

.ftlogohd p {
    padding: 27px 0px;
    font-size: 14px;
    color: #cbd6e2;
    width: 87%;
    line-height: 30px;
}

.footer-top .linkinglist a:hover {
    color: #ffca0b;
}


/*footer css END*/

.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 18%;
    font-size: 0;
    width: 420px;
    /* transform: translateY(-50%); */
    z-index: 999;
}

.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    background-color: #843caa;
    top: 0;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 30px 0px 0px 30px;
    z-index: 9999;
}

.btns_wrap {
    position: fixed;
    right: -6px;
}

.btns_wrap .call_wrap {
    width: 280px;
    background-color: #843caa;
    position: absolute;
    right: -225px;
    top: 63px;
    border-radius: 3px 0px 0px 3px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    border-radius: 30px 0px 0px 30px;
}

.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo {
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0px 0px 10px;
}

.btns_wrap .call_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 20px 15px 15px;
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 999;
    height: 200px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgb(87 184 151 / 9%);
    border-radius: 3px 0px 0px 3px;
    border-radius: 30px 0px 0px 30px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    background-color: #843caa;
    box-shadow: 0px 0px 40px #00000026;
    -webkit-box-shadow: 0px 0px 40px #00000026;
    -ms-box-shadow: 0px 0px 40px #00000026;
    -o-box-shadow: 0px 0px 40px #00000026;
}

.floatbutton .clickbutton .crossplus {
    position: absolute;
    display: block;
    transform: rotate( -90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: -45px;
    white-space: pre;
    bottom: 87px;
}

.banner-form {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 99999 !important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0px 0px 30px #0000001f;
}

.banner-form h3 {
    color: #141315;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
}

.ban-form input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
}

.ban-form input[type="submit"] {
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
    cursor: pointer;
    background-color: #843caa;
}


/*footer css End*/


/*inner pages css  header begin*/

.pagesheader .nav-menu a {
    color: #4a2b78;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    transition: all 0.9s;
    /* font-family: 'Segoe UI'; */
}

.pagesheader .nav-menu span {
    color: #4a2b78;
}

.pagesheader .nav_first {
    position: fixed;
    background-color: #fff;
}


/*inner pages css header END */


/*Portfolio page css begin*/

.portsec {
    padding: 10% 0px 25px;
    background-color: #cccccc29;
}

.portsec .fullprot {
    text-align: center;
    float: left;
    padding: 22px 0px;
}

.prothd h1 {
    /* font-family: 'Poppins', sans-serif; */
    font-weight: normal;
    font-size: 44px;
    color: #e7b613;
    letter-spacing: 2px;
    /* font-family: 'Segoe UI'; */
    font-family: 'Bebas Neue', cursive;
}

.prothd p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    width: 100%;
    line-height: 28px;
}

.prothd span {
    color: #4a2b78;
    font-weight: 600;
}

.worklist {
    padding: 65px 0px;
}

.worklist h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #e7b613;
}

.worklist ul {
    margin: 0px 0px;
    padding: 12px 0px;
}

.worklist li {
    display: inline-block;
    padding: 0px 2px;
}

.worklist a {
    color: #000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #5a1391;
    font-weight: 500;
}

.worklist a:hover {
    color: #e7b613;
}

.portfolio-production {
    padding: 2% 0px;
    background-color: #cccccc29;
    overflow-x: hidden;
}

.portfolio-production .playicon {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    width: 80%;
}

.portfolio-production .banner-cap {
    position: absolute;
    right: 0;
    width: 100%;
    display: none;
    z-index: 1;
}

.portfolio-production-one {
    padding: 0% 0px;
    background-color: #cccccc29;
}

.worksec-last {
    padding: 2% 0px 0px;
}


/*Portfolio page css END*/


/*contact page css begin */

.conactsec {
    padding: 7% 0px;
}

.contacthd p {
    color: #000;
}

.contacthd h1 {
    font-size: 39px;
    font-weight: normal;
    color: #000;
    /* font-family: 'Segoe UI'; */
    line-height: 61px;
    font-family: 'Bebas Neue', cursive;
    margin: 0px 0px;
}

.emailsec p {
    padding: 6px 0px 5px;
    margin: 0px 0px;
    font-weight: 500;
}

.emailsec {
    padding: 1% 0px;
}

.emailsec p {
    padding: 6px 0px 5px;
    margin: 0px 0px;
    font-weight: 500;
}

.emailsec input {
    width: 91%;
    height: 38px;
    padding: 0px 13px;
    border: 1px solid #ccc;
    border-radius: 10px;
    outline: 0px;
}

.emailsec select {
    width: 91%;
    height: 38px;
    padding: 0px 13px;
    border: 1px solid #ccc;
    border-radius: 10px;
    outline: 0px;
}

.deadone {}

.deadone input {
    width: 63%;
}

.deadlinesec {
    display: inline-block;
}

.deadlinesec select {
    width: 150px;
    height: 36px;
}

.emailsec textarea {
    width: 91%;
    height: 83px;
    padding: 10px 13px;
    border: 1px solid #ccc;
    border-radius: 10px;
    outline: 0px;
}

.button-wrapper {
    padding: 10px 0px;
}

.button-wrapper button {
    border-radius: 10px;
    border: 1px solid solid #ccc;
    border: 0px;
    padding: 10px 30px;
    background-color: #824fb4;
    color: #fff;
    transition: 1.1s;
}

.button-wrapper button:hover {
    background-color: #ffc800;
    color: #824fb4;
    transition: 1.1s;
}

.project-send-sec {
    padding: 2% 0px;
}

.addressbook {
    padding: 10px 0px;
}

.addressbook h2 {
    padding: 17px 0px 0px;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    font-family: 'Poppins', sans-serif;
    margin: 0px 0px;
}

.addressbook i {
    padding: 0px 0px;
    color: #824fb4;
}

.addressbook p a {
    padding: 0px 0px;
    font-size: 15px;
    color: #666666;
    font-weight: 400;
    margin: 0px 0px;
}

.mapsec {
    width: 100%;
    max-width: 100%;
}

.addressbook span {
    color: #000;
    /* font-size: 17px; */
}

#tp_btn {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 32px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    width: 45px;
    height: 45px;
    background-color: #8653b8;
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    padding: 7px 0px;
    text-align: center;
    border-radius: 50px;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
}

#tp_btn:hover {
    background-color: #fff;
    color: #8653b8;
}

@media screen and (max-width:991px) {
    .addressbook1 {
        margin-top: 100px;
    }
    .addressbook {
        text-align: center;
    }
}


/*contact page css END */


/*blogbanner sec css begin*/

.bloghd {
    margin-top: 28%;
    left: 10px;
}

.bloghd h2 {
    color: #ffff;
    font-weight: normal;
    font-size: 76px;
    padding: 0px 0px 0px 0px;
    /* font-family: 'Segoe UI'; */
    font-family: 'Bebas Neue', cursive;
}

.bloghd p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
}


/*Our Blog Sec Css Start*/

.our-blog {
    text-align: center;
    padding: 5% 0;
    position: relative;
    overflow: hidden;
}

.our-blog::before {
    content: '';
    background-image: url('../images/skill-bfr-img.png');
    height: 810px;
    width: 200px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-size: 67%;
    top: 260px;
}

.our-blog::after {
    content: '';
    background-image: url('../images/skill-aftr-img.png');
    height: 810px;
    width: 200px;
    position: absolute;
    right: -50px;
    background-repeat: no-repeat;
    background-size: 59%;
    top: 0;
    background-position: right;
}

.ltst-blog-blk {
    border: 1px solid #eaeaea;
    text-align: left;
}

.ltst-blog-blk-txt {
    border-bottom: 1px solid #eaeaea;
    padding: 0px 30px 40px;
}

.ltst-blog-blk-txt h6 {
    margin: 0;
    background-color: #8451b6;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding: 13px 20px 15px;
    border-radius: 5px;
    margin-top: -20px;
    top: -10px;
}

.ltst-blog-blk-txt h4 {
    color: #000;
    font-size: 17px;
    margin: 0 0 12px;
    line-height: 38px;
}

.ltst-blk-cmnt {
    padding: 10px 30px;
    display: grid;
}

.ltst-blk-cmnt li {
    color: #000;
    text-transform: uppercase;
    margin-right: 12px;
    font-size: 13px;
    float: left;
    line-height: 43px;
}

.ltst-blk-cmnt ul li img {
    float: left;
    margin-right: -14px;
    margin: -21px 16px;
}

.ltst-blk-cmnt ul li span {
    color: #9ca5a9;
}

.social-blog {
    position: absolute;
    top: -80px;
    background-color: transparent;
    text-align: center;
    border-radius: 30px;
    right: 40px;
}

.social-blog ul {
    opacity: 0;
    margin: 0px 0px 0px 0px;
}

.social-blog ul li a {
    color: #fff;
    font-size: 16px;
    transition: 1.2s;
}

.social-blog ul li:hover i {
    transform: scale(1.9);
    transition: 1.2s;
}

.social-blog:hover ul {
    opacity: 1;
}

.plus {
    color: #fff;
    font-size: 26px;
    padding: 2px 12px;
    display: inline-block;
    border-radius: 100%;
    background: #8451b6;
    position: relative;
    top: 44px;
    cursor: pointer;
}

.social-blog:hover {
    background-color: #8451b6;
    cursor: pointer;
}

.social-blog:hover ul {
    opacity: 1;
    position: relative;
    top: 18px;
}

.yellow-btn:hover {
    background-color: #000;
    color: #ff0 !important;
}

.our-blog h3 {
    font-size: 52px;
    margin: 0 0 20px;
}

.design-skill-title {
    width: 60%;
    display: inline-block;
    margin-bottom: 50px;
}

.blog-pg .ltst-blog-blk {
    margin-bottom: 40px !important;
}

.ltst-blk-cmnt ul {
    margin: 28px 0px;
}

.ltst-blog-blk img {
    transition: 1.1s;
}

.ltst-blog-blk img:hover {
    transition: 1.2s;
    transform: scale(1.1);
}

.ltst-blog-blk-txt p {
    line-height: 32px;
    font-size: 13px;
}


/*blogbanner sec css END*/


/*client sec begin*/

.newbolgs {
    content: '';
    background-image: url('../images/blogs_banner.jpg');
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50%;
    width: 100%;
}

.clientsec {
    content: '';
    background-image: url('../images/banner_clint.jpg');
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50%;
    width: 100%;
}

.nextclient a {
    border: 3px solid #4a2b78;
    color: #4a2b78 !important;
    padding: 10px 14px 10px 14px;
    transition: all 300ms ease 0ms;
    letter-spacing: 4px;
}

.nextclient i {
    color: #fff;
    position: absolute;
    left: 215px;
    right: auto;
    top: 44px;
    font-size: 18px;
    opacity: 1;
    transition: all 300ms ease 0ms;
}

.nextclient:hover a {
    border: 3px solid #4a2b78;
    color: #fff !important;
    padding: 10px 30px 10px 14px;
    transition: all 300ms ease 0ms;
    background-color: #4a2b78;
}

.nextclient {
    position: relative;
    padding: 43px 0px;
}

.clinthd p {
    padding: 17px 0px;
    line-height: 24px;
    font-style: italic;
}

.clinthd strong {
    font-size: 18px;
    padding: 0px 5px;
}

.clintpic img {
    width: 100%;
}

.clinthd {
    padding: 20% 10%;
}


/*BRAND LOGO SEC CSS BEGIN*/

.brandlogo {
    margin: -5px 0px 0px;
    background-color: #804db2;
    padding: 60px 0px 30px;
}

.all-client div .diffrent_brand img {
    width: 100%;
    max-width: 150px;
}

.all-logos {
    margin-bottom: 40px;
}

.all-logos div a img:hover {
    /* -webkit-filter: grayscale(100%); */
    /* filter: opacity(0.5); */
    filter: contrast(-24%);
    /*  box-shadow: 0px 20px 60px 0px rgb(0 0 0 / 15%);*/
    /* border: 1px solid #33427b; */
    background: #e7b613;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 11px;
    /* transform: rotate(181deg); */
}

.all-logos div a img {
    max-width: 150px;
    margin-top: 40px;
}

.all-logos div {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width:444px) {
    .all-logos div a img {
        max-width: 100px;
        margin-top: 40px;
    }
}

.sbnr-txt {
    text-align: center;
}

.sbnr-txt h3 {
    font-size: 56px;
    color: #E7B613;
    padding: 0 0 11px 0;
    margin: 0 auto;
    /* max-width: 46%; */
    text-align: center;
    line-height: 66px;
    /* font-family: 'Segoe UI'; */
    font-family: 'Bebas Neue', cursive;
    font-weight: normal;
}

.sbnr-txt p {
    line-height: 1.4;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
}

.brandlogo .slick-slide img {
    display: block;
    width: 80%;
    margin: 0px 0px;
}


/*BRAND LOGO SEC CSS END*/


/*pricepage css begin*/

.tabprice {}

.pricing-datles {
    padding: 36px 0px;
}

.pricehd {
    color: #000;
}

.pricehd h2 {
    color: #804db2;
}

.packageshd {
    margin: 0px 0px;
}

.packageshd h2 {
    font-size: 42px;
    width: 100%;
    line-height: 44px;
    /* font-family: 'Segoe UI'; */
    font-weight: normal;
    font-family: 'Bebas Neue', cursive;
}

.descountprice {
    padding: 0px 0px;
}

.descountprice h2 {
    font-size: 42px;
    text-align: center;
    color: #ffca0b;
    margin: 0px 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.descountprice h3 {
    font-size: 18px;
    text-align: left;
    color: #ffca0b;
    margin: 30px 0px 0px 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.descountprice del {
    color: #dedede;
    font-size: 42px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.descountprice .pricing_scroll_div ol {
    list-style-type: disc;
}

.descountprice .pricing_scroll_div ol li {
    padding: 8px 0;
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

.orderpakges {
    text-align: center;
    background-color: #ffca0b;
    padding: 10px 20px;
    border-radius: 26px;
    margin: 22px 25px;
}

.orderpakges a {
    font-size: 20px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.backone {
    /* border: 1px solid #ccc; */
    padding: 10px 20px;
    border-radius: 0px 2px 46px 61px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 3px #cccccc52;
    transition: all 1.3s ease-in-out;
}

.backone:hover {
    background-image: linear-gradient(to bottom, #8653b8, #7747a6, #693b95, #5b3084, #4d2573);
    /* transition: all 0.3s ease-in-out; */
    box-shadow: 0px 0px 10px 3px #ccc;
    transform: scale(1.1);
    transition: all 1.3s ease-in-out;
}

.backone:hover .pricehd h2 {
    color: #fff;
    /* font-family: 'Segoe UI'; */
    font-weight: normal;
    font-family: 'Bebas Neue', cursive;
}

.backone:hover .descountprice h2 {
    color: #fff;
}

.backone:hover .descountprice del {
    color: #fff;
}

.backone:hover .descountprice span {
    color: #fff;
}

.backone:hover .descountprice i {
    color: #fff;
}

.backone:hover .descountprice ol li {
    color: #fff;
}

.backone:hover .orderpakges {
    text-align: center;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 26px;
    margin: 22px 25px;
}

.backone:hover .orderpakges a {
    color: #804db2;
    font-weight: 600;
}

.boxpic img {
    width: 100%;
    min-width: 150px;
    max-width: 150px;
    height: auto;
    padding: 0px;
    margin: 0px;
    transform: translateX(-10px);
}

.price_package_div {
    margin-top: 20px;
    margin-bottom: 50px;
}

@media screen and (max-width:372px) {
    .boxpic img {
        transform: translateX(-30px);
        max-width: 130px;
        min-width: 130px;
    }
}

.boxpic {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes boxpic {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
    }
}

@keyframes boxpic {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.boxpic {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.oue_pric {
    text-align: center;
    font-size: 17px;
    padding: 22px 0px 11px;
}

.oue_pric h1 {
    text-align: center;
    font-size: 66px;
    color: #8653b8;
    font-weight: normal;
    font-family: 'Bebas Neue', cursive;
}

.oue_pric p {
    font-size: 19px;
    color: #000;
    padding: 2px 0px;
    font-weight: 500;
}

section.pricingsec {
    content: '';
    background-image: url('../images/2dback.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0px 41px;
}

.pricingsectow .moredetls {
    margin: 80px 0px;
}

.pricing_banner {
    content: '';
    background-image: url(../images/banner_clint2.jpg);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 50%;
}


/*pricesec css END*/


/*Testimonial sec begin*/


/*wave animation*/

.section-eight .container-pe-quote .pp-quote {
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: 50% 1px;
    -moz-transform-origin: 50% 1px;
    -ms-transform-origin: 50% 1px;
    -o-transform-origin: 50% 1px;
    transform-origin: 50% 1px;
    opacity: 0;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.container-pe-quote .pp-quote img {
    overflow: hidden;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.section-eight .container-pe-quote .li-quote-1 {
    height: 104px;
    width: 104px;
    left: 15px;
    top: 95px;
    animation-duration: 10s;
    -webkit-animation-duration: 10s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    opacity: 1;
}

.section-eight .container-pe-quote .li-quote-2 {
    height: 63px;
    width: 63px;
    left: 120px;
    top: 270px;
    animation-duration: 12s;
    -webkit-animation-duration: 12s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
}

.section-eight .container-pe-quote .li-quote-3 {
    height: 64px;
    width: 64px;
    left: 68px;
    top: 380px;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}

.section-eight .container-pe-quote .li-quote-4 {
    height: 73px;
    width: 73px;
    right: 30px;
    top: 110px;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
    opacity: 1;
}

.section-eight .container-pe-quote .li-quote-5 {
    height: 73px;
    width: 73px;
    right: 28px;
    top: 265px;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 1;
}

.section-eight .container-pe-quote .li-quote-6 {
    height: 60px;
    width: 60px;
    right: 170px;
    top: 154px;
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}

.section-eight .container-pe-quote .li-quote-7 {
    height: 55px;
    width: 55px;
    right: 40px;
    top: 414px;
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
}

.section-eight .container-pe-quote .li-quote-8 {
    height: 63px;
    width: 63px;
    left: 20px;
    top: 250px;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
}

.section-eight .container-pe-quote .li-quote-9 {
    height: 80px;
    width: 80px;
    left: -51px;
    top: 279px;
    animation-duration: 10s;
    -webkit-animation-duration: 10s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    opacity: 1;
}

.section-eight .container-pe-quote .li-quote-10 {
    height: 63px;
    width: 63px;
    left: 20px;
    top: 250px;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
}

@keyframes floating {
    0% {
        -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
        transform: rotate(0deg) translate(-10px) rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
        transform: rotate(0deg) translate(-10px) rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg);
    }
}

.section-eight {
    padding: 0px 0 0px 0;
    top: 0px;
    bottom: 0px;
    position: relative;
}


/*wave animation*/

.comenthd {
    text-align: center;
    padding: 0px 0px;
}

.comenthd h4 {
    font-size: 22px;
    color: #8653b8;
    margin: 0px 0px;
}

.comenthd h1 {
    font-weight: normal;
    font-size: 61px;
    width: 68%;
    margin: 0px auto;
    line-height: 88px;
    font-family: 'Bebas Neue', cursive;
}

.comenthd span {
    color: #8653b8;
}

.comentsec {
    position: relative;
    margin-bottom: 80px;
}

.nopadding {
    padding-right: 0px;
}


/*Testimonial sec END*/


/*about us section begin*/

.aboutsec {
    content: '';
    background-image: url(../images/banner_about.jpg);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50%;
    /* padding: 50% 0% ; */
    /* position: relative; */
    width: 100%;
}

.abouthd {
    margin-top: 25%;
    margin-bottom: 10%;
    left: 10px;
}

.aboutsec h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: 65px;
    width: 100%;
    line-height: 72px;
    font-weight: normal;
    color: #fff;
}

.aboutsec p {
    color: #fff;
    font-size: 20px;
    padding: -3px 0px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}


/*About Sec Css Start*/

.abtone img {
    width: 100%;
}

.abtone:before {
    content: '';
    background-color: #6410a4;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 15px;
    left: auto;
    right: 15px;
    border-radius: 10px;
}

.ab-text h1 {
    font-family: 'Bebas Neue', cursive;
    font-size: 51px;
    color: #000;
}

.ab-text p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 31px;
    width: 90%;
    color: #000;
}

.core-values {}

.core-values h1 {
    font-family: 'Bebas Neue', cursive;
    font-size: 51px;
}

.core-values ul {
    margin: 0px 0px;
    padding: 10px 0px;
}

.core-values li {
    padding: 8px 0px;
}

.core-values span {
    padding: 0px 10px;
    font-size: 15px;
}

.core-values i {
    font-size: 20px;
    color: #6410a4;
}

.weconectsec {
    content: '';
    width: 100%;
    background-image: url(../images/conect1.jpg);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    padding: 306px 0px 450px;
    position: relative;
}

.overlay_connect {
    background-color: #6410a48c;
    height: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    /* opacity:75%; */
    /* z-index: -1; */
}

.conect-text {
    text-align: center;
    padding: 289px 0px 8px;
}

.conect-text h1 {
    font-size: 72px;
    text-align: center;
    font-family: 'Bebas Neue', cursive;
    width: 100%;
    margin: 0px auto;
    /* font-size: 85px; */
    line-height: 113px;
    color: #fff;
}

.team-text h1 {
    text-align: center;
    font-family: 'Bebas Neue', cursive;
    width: 100%;
    font-size: 73px;
}

.team-text p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 31px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

.team-one {
    text-align: center;
}

.team-one img {
    width: 100%;
}

.team-one h2 {
    text-align: center;
    font-family: 'Bebas Neue', cursive;
    width: 100%;
    font-size: 45px;
    padding: 26px 0px 0px;
    margin: 0px 0px;
}

.team-one p {
    color: #6410a4;
    font-size: 17px;
    font-weight: 500px;
    font-weight: 500;
    margin: 0px 0px;
}

.team-tow {
    padding: 46px 0px;
}

.team-details {
    padding: 45px 0px;
}

.teamworksec {
    background-image: url(../images/2dback.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.team-text {
    padding: 30px 0px 0px;
}


/*about us section end*/

.rangeanimationsec.whytext {
    padding: 21px 0px;
}

.rangeanimationsec .whytext a {
    color: #000;
    font-size: 16px;
    letter-spacing: 2px;
    border: 1px solid #000;
    padding: 5px 10px;
}

.rangeanimationsec .starttext {
    margin-top: 8px;
}

.carousel-caption .whytext {
    margin-right: 0px;
}


/*process page css begin xxx*/

@media screen and (min-width:768px) {
    .rangeanimationsec .whytext a {
        float: right;
    }
    .rangeanimationsec .starttext {
        text-align: left;
    }
    .footer-nav2 {
        float: right;
    }
}

@media screen and (min-width:992px) {
    .float-sm-right {
        display: none;
    }
    .float-sm-left {
        display: block;
    }
}

@media screen and (max-width:991px) {
    .float-sm-right {
        display: block;
    }
    .float-sm-left {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .rangeanimationsec .starttext {
        margin-top: 30px;
    }
    .banner-height.banner-height-auto {
        min-height: auto;
    }
    .process_banner h2 {
        font-size: 36px;
        line-height: 36px;
    }
    .process_banner h3 {
        margin-top: 150px;
        font-size: 36px;
        line-height: 36px;
    }
    .pricing_banner {
        height: 50%;
    }
    .bloghd h2 {
        margin-top: 150px;
    }
    .clientsec {
        height: 50%;
    }
    .portsec {
        padding: 100px 0px 25px;
        background-color: #cccccc29;
    }
}

.process_banner {
    content: '';
    background-image: url(../images/banner_proces.jpg);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 50%;
}

.process_banner h3 {
    font-family: 'Bebas Neue', cursive;
    font-size: 44px;
    width: 100%;
    /* line-height: 72px; */
    font-weight: normal;
    color: #fff;
    margin: 0px 0px;
    padding: 0px 0px;
}

.process_banner h1 {
    font-family: 'Bebas Neue', cursive;
    font-size: 93px;
    width: 100%;
    font-weight: normal;
    color: #fff;
    padding: 0px 0px;
    margin: 0px 0px;
}

.processsec {
    padding: 2% 0px 0px 0px;
}

.process_text {
    text-align: center;
}

.process_text h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    color: #000;
}

.process_text h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: 59px;
    padding: 0px 0px;
    color: #000;
}

section.process-one {
    margin-top: 50px;
    padding: 2% 0px 2% 0px;
}

.process_text p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #000;
}

.process_text span {
    color: #5a1393;
}

.process_text_one {
    padding: 10% 0 0 0px;
}

.process_text_one h2 {
    color: #000;
    font-family: 'Bebas Neue', cursive;
    font-size: 70px;
}

.process_text_one p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 24px;
}

.process-tow {
    margin-top: 50px;
    padding: 54px 0px 54px 0px;
    width: 100%;
}


/*process page css End*/


/*services CSS begin*/

.servicessec {
    padding: 55px 0px 55px;
    background-color: #4a2b78;
}

.serviceshd {
    padding: 54px 86px 0px;
}

.serviceshd h1 {
    text-align: center;
    font-weight: normal;
    font-size: 54px;
    color: #fff;
    /* font-family: 'Segoe UI'; */
    font-family: 'Bebas Neue', cursive;
}

.serviceshd p {
    color: #000;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.servicefinalsec {
    padding: 2% 0px;
}

.dtl25 img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dtl25 .dtl {
    background: #e7b613;
    width: 87%;
    position: absolute;
    height: 91%;
    top: 4.8%;
    left: 7%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
}

.dtl25 .dtl h3 {
    padding: 2px 15px;
    width: 100%;
    color: #fff;
    font-size: 37px;
    font-weight: normal;
    margin-top: 45px;
    margin-bottom: 10px;
    text-decoration: underline;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    font-family: 'Bebas Neue', cursive;
    text-align: center;
}

.dtl25 .dtl p {
    padding: 0 15px;
    font-size: 13px;
    margin-bottom: 18px;
    line-height: 19px;
    color: #fff;
    text-indent: 10px;
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
    font-family: 'Poppins', sans-serif;
}

.dtl25 .dtl a {
    background: #4a2b78;
    border: 1px solid #4a2b78;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    padding: 6px 7px;
    text-align: center;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 0px 0px;
    border-radius: 4px;
}

.dtl {
    text-align: center;
}

.dtl25:hover .dtl h3,
.dtl25:hover .dtl p,
.dtl25:hover .dtl a {
    top: 0;
}

.dtl25:hover .dtl {
    visibility: visible;
    opacity: 1;
    transition: all 1.3s;
}

.dtl25 .dtl a:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #4a2b78;
}

.dtl25 .dtl h3,
.dtl25 .dtl p,
.dtl25 .dtl a {
    position: relative;
    top: -100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/*services CSS END*/


/*Services iner pages css begin*/

.pricing_scroll_div {
    max-height: 270px;
    overflow-y: scroll
}

.pricing_scroll_div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.pricing_scroll_div::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.pricing_scroll_div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgb(155, 155, 155);
}

.services_pagesin .abouthd {
    margin-top: 28%;
    left: 10px;
}

.services_pagesin .abouthd h1 {
    font-family: 'Bebas Neue', cursive;
    /* font-size: 65px; */
    width: 100%;
    line-height: 72px;
    font-weight: normal;
    color: #fff;
}

.services_2d .abtone:before {
    content: '';
    background-color: #6410a4;
    width: 100%;
    height: 96%;
    position: absolute;
    z-index: -1;
    top: 30px;
    right: auto;
    left: 0px;
    border-radius: 15px;
}

@media screen and (max-width:768px) {
    .aboutsec {
        min-height: 50%;
    }
    .aboutsec h2 {
        font-size: 36px;
        line-height: 36px;
    }
    .abouthd {
        margin-top: 150px;
    }
}

section.abt-sec {
    margin-top: 50px;
    margin-bottom: 100px;
}

.ab-text {
    padding: 30px 0px;
}


/*Services iner pages css END*/


/*career page css begin*/

.careersec {
    padding: 2% 0px 4% 0px;
}

.careerhd {
    text-align: center;
}

.positionhd {
    text-align: center;
    margin-top: 50px;
}

.positionhd h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: 30px;
    color: #fff;
    margin: 0px 0px;
    padding: 0px 0px;
}

.positionhd {
    background-color: #6610a9;
    border-radius: 10px;
    padding: 20px 0px 20px;
    transition: 1.2s;
}

.positionhd:hover {
    background-color: #ffca0b;
}

.positionhd i {
    padding: 14px 0px 13px;
    font-size: 56px;
    color: #fff;
    transition: 1.2s;
}

.positionsec {
    padding: 10px 0px;
}

.position-text h3 {
    text-align: center;
    font-size: 30px;
}

.position-text {
    padding: 20px 0px 35px;
}

.hr_link {
    text-align: center;
    padding: 70px 0px 0px;
}

.hr_link a {
    text-align: center;
    font-size: 15px;
    color: #6610a9;
}

.hr_link .btn-info {
    color: #fff;
    background-color: #e7b613 !important;
    border-color: #e7b613 !important;
    outline: none;
}

.btn-info:hover {
    color: #fff;
    background-color: #6610a9 !important;
    border-color: #6610a9!important;
    outline: none;
}


/*career page css END*/


/*model css begin*/

.email_sec p {
    font-size: 14px;
    margin: 0px 3px;
    padding: 10px 0px;
}

.email_sec input {
    width: 86%;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0px 0px;
    margin: 0px 0px;
}

.send {
    padding: 24px 0px;
}

.send input {
    background-color: #6610a9;
    color: #fff;
}

.email_sec label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin-top: 13px;
}

.hr_link button {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    background-color: #6610a9;
    border: 0px;
    outline: none;
}


/*model css END*/


/*faqsec page css begin*/

.faqsec {
    padding: 90px 0px 90px;
}

.faqhd {
    text-align: center;
}

.faqhd h1 {
    /* font-family: 'oswald_stencilbold'; */
    font-size: 56px;
    /*font-family: 'Bebas Neue', cursive;*/
    font-family: 'Poppins', sans-serif;
}

.faqhd p {
    font-size: 14px;
    /* font-family: 'Myriad Pro'; */
    text-align: center;
    padding: 10px 0px;
    line-height: 21px;
    font-weight: 500;
    color: #716f6f;
    font-family: 'Poppins', sans-serif;
}


/* faqsec page  css end*/


/*faq start*/

.faqenglish {
    border: 3px solid #8552b7;
    padding: 22px 20px 22px 20px;
    margin: 20px 13px 0px 7px;
}

.faqenglish ul {
    margin: 0px 0px;
    padding: 24px 0px;
}

.faqenglish li {
    margin: 0px 0px;
    padding: 5px 0px;
    font-size: 13px;
}

.faqenglish i {
    font-size: 6px;
    padding: 0px 10px;
    color: #666;
}

.accordion-item .accordion-title.active-title {
    background-color: #fff;
    color: #fff;
    height: 56px;
}

.accordion-item .accordion-content {
    display: none;
    line-height: 1.7;
    padding: -1px;
    background-color: #fff;
    border-radius: 0px;
}

.accordion-item .accordion-content.active {
    display: block;
}

.accordion-item .accordion-content p {
    color: #666;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    margin: 0px 0px;
    line-height: 31px;
}

.accordion-item .accordion-title h2 {
    margin: 0;
    justify-content: space-between;
    color: #666;
    font-weight:500 !important;
    font-size: 17px;
    line-height: 1;
    font-weight: 100;
    padding: 19px 19px;
    border-radius: 0px;
    /*font-family: 'Myriad Pro';*/
    font-family: 'Poppins', sans-serif;
}

.accordion-item .accordion-title i {
    float: right;
    margin: 0px;
    padding: 0px;
    transform: translateY(-10px);
}

.accordion-item {
    padding: 7px 0px;
}

.accordion-item .accordion-title:hover h2 {
    margin: 0;
    justify-content: space-between;
    color: #fff;
    font-weight: 000;
    font-size: 17px;
    line-height: 1;
    font-weight: 100;
    padding: 19px 19px;
    border-radius: 0px;
    /*font-family: 'Myriad Pro';*/
    font-family: 'Poppins', sans-serif;
    background-color: #8350b5;
}

.accordion-item .accordion-title :hover img {
    display: inline-flex;
    float: right;
    margin: -12px 0px;
    width: 43px;
    background-color: #666666;
    padding: 10px 10px;
    border-radius: 100px;
    filter: brightness(200%);
}

.finalfaqsec {
    padding: 30px 0px;
}


/*faqsec page css END*/

.menu_list_hidden {
    display: none;
}

@media screen and (min-width:991px) {
    .finalfaqsec {
        margin-right: 10%;
        margin-left: 10%;
    }
}

@media screen and (max-width:1000px) {
    .nav-menu-md-hidden {
        display: none;
    }
    .menu_list_hidden {
        display: block;
    }
}

@media only screen and (min-width:991px) {
    .services_2d .abtone:before {
        content: '';
        background-color: #6410a4;
        width: 100%;
        height: 130%;
        position: absolute;
        z-index: -1;
        top: 30px;
        right: auto;
        left: 0px;
        border-radius: 15px;
        animation: myfirst 5s 5;
        animation-direction: alternate;
        animation-delay: 2.2s;
        border-radius: 10px;
    }
    @keyframes myfirst {
        0% {
            width: 87%;
            height: 130%;
            background-color: #6410a4;
            top: 30px;
            left: 0px;
            right: auto;
        }
        25% {
            width: 200%;
            background-color: #e7b613;
            top: 30px;
            left: 0px;
            right: auto;
        }
        50% {
            width: 200%;
            background-color: #e7b613;
            top: 30px;
            left: 0px;
            right: auto;
        }
        75% {
            width: 200%;
            background-color: #e7b613;
            top: 30px;
            left: 0px;
            right: auto;
        }
        100% {
            width: 200%;
            background-color: #e7b613;
            top: 30px;
            left: 0px;
            right: auto;
        }
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

@media screen and (min-width:1600px) {
    .carousel_slide .carousel-caption {
        left: 10%;
        top: 25%;
    }
    .carousel-caption .sildertext h1 {
        font-size: 69px;
    }
    .carousel-caption .watchhd {
        top: 150px;
    }
}

@media screen and (max-width:1045px) {
    .carousel-caption .watchhd a {
        font-size: 24px;
    }
    .carousel-caption .watchhd p {
        font-size: 14px;
    }
    .carousel_slide .carousel-caption {
        left: 3%;
        top: 15%;
    }
    .carousel-caption .sildertext h1 {
        font-size: 46px;
    }
    .carousel-caption .watchhd {
        top: 100px;
    }
}

@media screen and (max-width:991px) {
    .carousel_slide .carousel-caption {
        left: 3%;
        top: 80px;
    }
    .slider_text_md_center {
        text-align: center;
    }
    .rgtext {
        text-align: center;
        margin-top: 50px;
    }
    .floating_testimonial_img {
        display: none;
    }
    .floating_testimonial_img2 {
        display: none;
    }
}

@media screen and (min-width:1046px) and (max-width:1599px) {
    .carousel_slide .carousel-caption {
        left: 5%;
        top: 23%;
    }
    .carousel-caption .sildertext h1 {
        font-size: 69px;
    }
    .carousel-caption .watchhd {
        top: 150px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .floating_testimonial_img2 {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .inner_banner_img {
        margin-bottom: 28px;
    }
    .carousel-caption .sildertext h1 {
        letter-spacing: 2px;
        font-size: 32px;
    }
    .carousel-caption .sildertext p {
        font-size: 14px;
        line-height: 26px;
        padding: 10px 5px;
    }
    .whyustsec .starttext {
        margin-top: 10px;
    }
    .carousel-caption .whytext a {
        font-size: 14px;
        letter-spacing: 2px;
    }
    .carousel-caption .starttext a {
        font-size: 14px;
        letter-spacing: 0px;
    }
    .carousel-caption .watchhd {
        top: 50px;
    }
    .sbnr-txt {
        padding-top: 20px;
    }
    .sbnr-txt h3 {
        font-size: 42px;
        line-height: 42px;
    }
    .brandlogo {
        padding: 25px 0px;
    }
    .sbnr-txt p {
        line-height: 22px;
        font-size: 14px;
    }
    .rangeanimationsec {
        padding: 30px 0px;
    }
    .ranghd h3 {
        font-size: 17px;
    }
    .ranghd h1 {
        font-size: 36px;
    }
    .rangeanimationsec .ranghd .tab {
        margin-bottom: 20px;
    }
    .rangeanimationsec .ranghd .tab li {
        padding: 1px 0px;
        margin: 0px 5px;
    }
    .rangeanimationsec .ranghd .tab button {
        padding: 6px 12px 6px 12px;
        font-size: 16px;
    }
    .rangeanimationsec .starttext {
        margin-top: 32px;
    }
    .rangewell img {
        position: absolute;
        width: 80%;
        padding-left: 10%;
        padding-top: 3%;
    }
    .tv2 {
        /* right: -12px; */
        width: 100%;
    }
    .tv2 img {
        width: 90%;
        padding: 0px 0px;
        margin: 0px 0px;
    }
    .range_content_responsive {
        margin-top: 40%;
    }
    .productiontextsec p {
        line-height: 32px;
        font-size: 18px;
    }
    .productiontextsec {
        padding: 10px 0px;
    }
    .oue_pric {
        padding: 0px 0px;
    }
    .pricingsec .oue_pric h1 {
        font-size: 36px;
    }
    .pricingsec .oue_pric p {
        font-size: 16px;
    }
    .pricingsec .pricingpage .tab ul li {
        padding: 1px 0px;
        margin: 0px 0px;
    }
    .pricingsec .pricingpage .tab button {
        padding: 6px 12px 6px 12px;
        font-size: 16px;
    }
    .pricing-datles {
        padding: 0px 0px;
    }
    .descountprice h2 {
        font-size: 32px;
    }
    .worksec {
        margin-bottom: 30px;
    }
    .comenthd {
        padding: 10px 0px;
    }
    .comenthd h1 {
        font-size: 36px;
        width: 100%;
        line-height: 66px;
    }
    .portfolio-production .banner-cap {
        top: 15%;
        left: 5%;
    }
    .uniquesec {
        padding: 20px 0px;
    }
    .uniquehd h2 {
        padding: 5px 0 0 0px;
        font-size: 22px;
    }
    .uniquehd h1 {
        font-size: 36px;
        margin: 0px 0px;
        padding: 10px 0px;
    }
    .uniquehd p {
        font-size: 22px;
        margin: 0px 0px;
        padding: 0px 0px;
        line-height: 28px;
    }
    .mobile img {
        text-align: center;
        width: 100%;
        margin: 0px -30px;
        max-width: 320px;
    }
    .footer-main {
        text-align: center;
    }
    .ftlogohd img {
        text-align: center;
    }
    .sec-eight-text-area {
        padding: 10px 0 10px 0;
    }
    .section-eight .container-pe-quote {
        position: relative;
        height: 500px;
        top: 0px;
        z-index: 1;
        max-width: 300px;
        margin: -70px auto 0;
    }
    .ftlogohd p {
        padding: 0px 0px;
        width: 100%;
        line-height: 26px;
    }
    /* About */
    .abtone img {
        width: 100%;
    }
    .abtone:before {
        left: -16px;
    }
    .process_banner {
        min-height: auto;
    }
    .team-tow {
        padding: 35px 0px;
    }
    .about-text-why_do_we {
        margin-top: 50px;
    }
    .ab-text {
        padding-top: 45px;
    }
    .oue_pric p {
        font-size: 16px;
    }
    .oue_pric h1 {
        font-size: 45px;
    }
    .ab-text h1 {
        margin-top: 0px;
        font-size: 36px;
    }
    .ab-text p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }
    .weconectsec {
        padding: 150px 0px;
        margin: 20px 0 0 0;
    }
    .conect-text h1 {
        font-size: 32px;
        width: 100%;
        margin: 0px auto;
        line-height: 36px;
    }
    section.abt-sec {
        padding-left: 20px;
        margin-bottom: 0px;
        margin-top: 40px;
        padding-bottom: 0px;
    }
    .conect-text {
        padding: 80px 0px;
    }
    .core-values h1 {
        font-family: 'Bebas Neue', cursive;
        font-size: 36px;
    }
    .core-values ul {
        margin: 0px 0px;
        padding: 0px 0px;
    }
    .footer-top .socialmid {
        border-bottom: none;
    }
    .teamworksec {
        margin-top: 100px;
    }
    .team-text h1 {
        font-size: 36px;
    }
    .team-text p {
        font-size: 14px;
        line-height: 24px;
    }
    .team-details {
        padding: 0px 0 35px 0px;
    }
    .team-one h2 {
        font-size: 36px;
    }
    /* Process */
    .process_text {
        text-align: left;
    }
    .process_banner h3 {
        font-size: 36px;
    }
    .process_banner h1 {
        font-size: 22px;
    }
    .process_text h4 {
        font-size: 22px;
    }
    .process_text h2 {
        font-size: 36px;
    }
    .process_text p {
        font-size: 14px;
        line-height: 22px;
    }
    .process_text_one h2 {
        font-size: 42px;
    }
    .process_text_one p {
        font-size: 14px;
        line-height: 22px;
    }
    /* Our Pricing */
    .bloghd p {
        font-size: 14px;
        line-height: 21px;
    }
    .bloghd h2 {
        font-size: 36px;
    }
    /* Our Client */
    .bloghd h2 {
        font-size: 36px;
    }
    .bloghd p {
        font-size: 14px;
        line-height: 21px;
    }
    .ltst-blog-blk-txt {
        border-bottom: 1px solid #eaeaea;
        padding: 0px 10px 10px;
    }
    .ltst-blog-blk-txt h4 {
        color: #000;
        font-size: 16px;
        margin: 0 0 0px;
        line-height: 25px;
    }
    .ltst-blog-blk-txt p {
        line-height: 26px;
        font-size: 12px;
    }
    .ltst-blk-cmnt {
        padding: 0px 30px;
        display: grid;
    }
    .ltst-blk-cmnt ul {
        margin: 0px 0px;
    }
    .ltst-blk-cmnt li {
        line-height: 40px;
    }
    .plus {
        top: 34px;
    }
    .serviceshd {
        padding: 54px 20px 0px;
    }
    .faqsec {
        padding: 40px 0px 90px;
    }
    .faqhd h1 {
        font-size: 36px;
    }
    .finalfaqsec {
        padding-top: 0px;
    }
    .accordion-item .accordion-title h2 {
        font-size: 12px;
        padding: 15px 19px;
    }
    .accordion-item .accordion-title:hover h2 {
        font-size: 12px;
    }
    .faqenglish {
        padding: 15px 20px 15px 20px;
    }
    .accordion-item .accordion-title i {
        transform: translateY(0px);
        font-size: 15px;
    }
    /* Portfolio */
    .prothd h1 {
        font-size: 36px;
        letter-spacing: 2px;
    }
    .prothd p {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        width: 100%;
        line-height: 24px;
    }
    .worklist {
        padding: 60px 0 0 0px;
    }
    /* Contact  */
    .contacthd h1 {
        font-size: 36px;
        line-height: 52px;
    }
    .contacthd p {
        font-size: 14px;
    }
    .emailsec input {
        width: 100%;
    }
    .emailsec select {
        width: 100%;
    }
    .emailsec textarea {
        width: 100%;
    }
    .addressbook1 {
        margin-top: 0px;
    }
    .addressbook h2 {
        font-size: 18px;
    }
    .addressbook p a {
        font-size: 14px;
    }
    .deadlinesec {
        margin-top: 20px;
    }
    .mapsec {
        margin-top: 20px;
    }
    /* Carrers */
    .position-text {
        padding: 0px 0px 0px;
    }
    .positionhd {
        padding: 10px 0px;
        margin-top: 20px;
    }
    .hr_link {
        padding: 10px 0px 0px;
    }
    .careersec {
        padding: 2% 0px 10% 0px;
    }
    /* Top Button */
    #tp_btn {
        right: 36px;
        font-size: 12px;
        width: 36px;
        height: 36px;
        border-radius: 50px;
    }
}

@media screen and (min-width:1650px) {
    .all-logos,
    .all-client {
        padding: 0 15%
    }
}

@media screen and (min-width:1200px) and (max-width:1649px) {
    .all-logos {
        padding: 0 4%
    }
}

@media screen and (min-width:1200px) {
    .sbnr-txt h3 {
        max-width: 46%;
    }
    .sbnr-txt p {
        max-width: 48%;
    }
}

@media screen and (max-width:480px) {
    .btone span {
        margin-top: 21px;
        margin-right: -5px;
    }
    .section-eight {
        position: relative;
    }
    .section-eight .bottom-ani-cs {
        position: absolute;
        top: 150px;
        right: 16px;
    }
    .section-eight .container-pe-quote .li-quote-2 {
        left: 60px;
        top: 270px;
    }
    .section-eight .container-pe-quote .li-quote-6 {
        right: 100px;
        top: 179px;
    }
    .section-eight .container-pe-quote .li-quote-8 {
        height: 43px;
        width: 43px;
        left: 0px;
        top: 220px;
    }
    .section-eight .container-pe-quote .li-quote-3 {
        left: 0;
    }
    .section-eight .container-quote {
        height: 205px;
        overflow: hidden;
        overflow-y: auto;
    }
    .sec-eight-text-area {
        padding: 10px 0 100px 0;
    }
    .deadlinesec {
        margin-top: 20px;
        width: 100%;
    }
    /* About */
    .aboutsec h2 {
        font-size: 22px;
        line-height: 26px;
    }
    .aboutsec p {
        font-size: 16px;
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .portfolio-production .banner-cap {
        top: 5%;
        left: 5%;
    }
    .banner-cap h4,
    p,
    h3 {
        font-size: 12px;
    }
}

@media screen and (min-width:1200px) {
    .portfolio-production .banner-cap {
        top: 25%;
        left: 5%;
    }
}

@media screen and (min-width:731px) and (max-width:767px) {
    .portfolio-production .banner-cap {
        top: 15%;
        left: 5%;
    }
}

@media screen and (max-width:468px) {
    .rangeanimationsec .ranghd .tab ul li {
        display: block;
    }
    .rangeanimationsec .ranghd .tab ul li span {
        display: none;
    }
    .pricingsec .pricingpage .tab ul li {
        display: block;
    }
    .pricingsec .pricingpage .tab ul li span {
        display: none;
    }
    .rgtext {
        margin-top: 20px;
    }
    .rgtext p {
        line-height: 24px;
        margin-bottom: 25px;
    }
}


/* Testimonials slider */

.circle {
    background-image: url(../images/g1.png);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    display: block;
    margin: 2em 0;
    background-color: transparent;
    color: #222;
    text-align: center;
}

.circle:after {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;
    content: "";
}

.circle__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.circle__wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.circle__content {
    display: table-cell;
    padding: 2em;
    vertical-align: middle;
}

.testimonial_img {
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial_div {
    max-width: 430px;
    margin: auto;
}

.testimonial_div ul {
    margin-top: 0px;
    margin-bottom: 5px;
    padding-top: 0px;
}

.testimonial_div ul li {
    display: inline;
}

.testimonial_div ul li a i {
    color: #ffc505;
}

@media (min-width: 500px) {
    .testimonial_img {
        max-width: 140px;
    }
    .circle__content h4 {
        font-size: 20px;
    }
    .circle__content h5 {
        font-size: 14px;
    }
    .circle__content p {
        font-size: 16px;
        line-height: 24px;
        padding: 12px;
    }
}

@media (min-width: 430px) and (max-width: 499px) {
    .testimonial_img {
        max-width: 120px;
    }
    .circle__content h4 {
        font-size: 14px;
    }
    .circle__content h5 {
        font-size: 12px;
    }
    .circle__content p {
        font-size: 12px;
        padding: 0px;
    }
}

@media (max-width: 429px) {
    .testimonial_img {
        width: 100px;
    }
    .circle__content h4 {
        font-size: 14px;
        margin-top: 0px;
    }
    .circle__content h5 {
        font-size: 12px;
        margin-bottom: 4px;
    }
    .circle__content p {
        font-size: 10px;
        padding: 0px;
    }
}

@media (max-width: 339px) {
    .testimonial_img {
        max-width: 80px;
    }
    .circle__content h4 {
        font-size: 12px;
        margin-top: 0px;
    }
    .circle__content h5 {
        font-size: 10px;
        margin-bottom: 4px;
    }
    .circle__content p {
        font-size: 0.65em;
        padding: 0px;
    }
}


@media (max-height: 680px) {
    

    .sildertext p {
        display: none;
    }
    
}