body {
    font-size: 13px;
    color: #404040;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
}
img {
    max-width: 100%;
    height: auto;
}
section.services_page_content .sub-heading {
    font-size: 19px;
    color: #06202f;
    margin: 16px 0 2px 0;
    font-family: 'Poppins', sans-serif;
    line-height: normal;
}
section.services_page_content ul li {
    position: relative;
    padding-left: 11px;
    margin-bottom: 11px;
}

section.services_page_content ul li:before {
    content: "\f0da";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0;
    color: #fbb232;
    top: 0;
}

section.services_page_content ul {
    margin: 15px 0px;
}

section.services_page_content {
    padding: 30px 0;
    font-size: 14px;
}
section.inner_banner:before {content: "";background: rgba(0, 0, 0, 0.64);width: 100%;height: 100%;position: absolute;left: 0;z-index: -1;top: 0;}
section.inner_banner {
    text-align: center;
    text-shadow: #000 0 1px 1px;
    padding: 72px 0;
    position: relative;
    background: url(../images/about-banner.jpg) no-repeat left center;
    background-size: cover;
    z-index: 0;
    overflow: hidden;
}
section.inner_banner h6 {
    font-size: 24px;
    margin-bottom: 13px;
}

section.inner_banner h2 {
    font-size: 41px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
}

.inner_banner h5 {
    font-size: 24px;
    margin-top: 14px;
}
span.offer_expire {
    display: block;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #21b2ec;
    text-transform: uppercase;
    font-size: 17px;
    text-shadow: #000000 0 1px 1px;
}

div#CountDownTimer {
    width: 350px;
    margin: 0 auto;
    text-shadow: #000 1px 1px 2px;
    color: #fff;
}
.time_circles > div > h4 {
    margin: 0px !important;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
}
.time_circles > div {
    position: absolute;
    text-align: center;
}
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}
 
.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic', Arial;
    font-size: 300%;
    margin-top: 0.4em;
    font-weight: bold;
}


.list-style-01{
    margin:5px;
    width:auto;
    list-style:none;
}
.list-style-01 li{
    float:left;
    display:inline;
    text-decoration:underline;
    color:#0061c2;
    padding:0 5px;
    border-right:1px solid #0061c2;
    font-size:10px;
}
.list-style-01 li a{
    color:#0061c2;
}
.list-style-02{
    margin:5px;
}
.list-style-02 li{
    padding: 0px 0 5px 12px;
    position: relative;
}
.list-style-02 li:before {
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    font-size: 7px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ff2a00;
    left: 0;
    top: 7px;
}
.clear{
    clear:both;
}
div#fullpage iframe { width: 100%; }

header {
    padding: 12px 0;
    background: #06202f;
    position: relative;
    z-index: 1;
    border-bottom: #000000;
    box-shadow: rgba(0, 0, 0, 0.36) 0 1px 1px;
}

ul.header-menu a {
    color: #000000;
}

ul.header-menu li {
    display: inline-block;
    text-transform: uppercase;
    color: #000000;
    font-size: 13px;
    margin: 0 12px;
    font-weight: 500;
}
.banner-hm .container{
    position: relative;
}
.banner-hm .container:after{
    background: url("../images/limited-time.png") no-repeat top right;
    height: 302px;
    width: 165px;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}
section.banner-hm:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.57);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
ul.header-menu {
    margin-top: 20px;
}

ul.top-cta li {
    display: inline-block;
}

ul.top-cta li a {
    display: block;
    color: #fff;
    padding: 11px 19px 11px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

ul.top-cta {
    margin-top: 9px;
    font-weight: 600;
}

ul.top-cta a.geta-qoute-btn {
    background: #f6be27;
    text-transform: uppercase;
    border-radius: 34px;
    color: #221701;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Luckiest Guy', cursive;
}

.banner-hm {
    background: url(../images/banner-hm.jpg) no-repeat left top #000;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    text-shadow: #000 0 1px 1px;
    padding-bottom: 40px;
    position: relative;
    z-index: 0;
    margin-top: 0;
    padding-top: 0;
    height: 620px;
    overflow: hidden;
    width: 100%;
    min-height: 620px;
}
.slider-content{
    margin: auto;
}
.banner-hm h2 {
    font-size: 50px;
    color: #fff;
    line-height: 60px;
    font-family: 'Luckiest Guy', cursive;
}
.banner-hm h2 span{
    color: #21b2ec;
    font-size: 70px;
}
.banner-hm h6{
    color: #fff;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}
h3{
    font-size: 70px;
    font-family: 'Luckiest Guy', cursive;
    line-height: 70px;
    color: #ffba00;
}
h4{
    font-size: 64px;
    font-family: 'Luckiest Guy', cursive;
    line-height: 64px;
    color: #fff;
}

.banner-hm p {
    font-size: 24px;
    line-height: 31px;
    margin-top: 14px;
}
.banner-hm a:hover {
    box-shadow: #189bd0 0 0 30px;
}
.banner-hm a {
    color: #fff;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Luckiest Guy', cursive;
    display: inline-block;
    background: #189bd0;
    padding: 12px 50px 12px;
    text-shadow: none;
    margin-top: 28px;
    border-radius: 70px;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    transition: all .5s ease-in;
    text-shadow: #000 0px 1px 1px;
    letter-spacing: 2px;
}
.banner-hm .container {
    min-height: 620px;
    display: flex;
    align-items: center;
    /* position: relative; */
    z-index: 3;
    text-align: center;
}
.container.partners {
    background: #fff;
    margin-top: -80px;
    padding: 15px 0 12px;
    border-radius: 3px;
}

.container.partners ul li {
    display: inline-block;
    width: 19.4%;
    text-align: center;
}

.container.partners ul {
    text-align: center;
}
.home-col1 {
    text-align: left;
    padding: 100px 0 50px 0;
    position: relative;
    font-size: 15px;
}

.home-col1 h4 {
    font-size: 32px;
    margin-bottom: 8px;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    color: #189bd0;
    font-weight: 700;
}
.home-col1 h5 {
    font-size: 34px;
    margin-bottom: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.home-col1 h4 span {
    color: #189bd0;
}
.home-col1 p {
    margin: 0;
    line-height: 24px;
    color: #606060;
}
ul.pf-col-1 {
    width: 40%;
}

.portfolio-col {
    padding: 40px 0 0;
    border-top: 1px solid #f0f0f0;
}
.portfolio-col h2{
    font-size: 32px;
    line-height: 32px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    padding-bottom: 25px;
}
.portfolio-col h2 span{
    color: #189bd0;
}

.portfolio-col img {
    max-width: 100%;
    width: 100%;
}





.portfolio-col .col-md-4 {
    position: relative;
    color: #fff;
    padding: 1px;
    text-shadow: #000 0 1px 2px;
    overflow: hidden;
}

.portfolio-col .col-md-4 a {
    display: block;
    color: #fff;
    text-align: center;
}

.portfolio-col .col-md-4 a h4 {
    position: absolute;
    color: #fff;
    left: 33%;
    top: 70%;
}
#fullpage {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.home-col1:before {content: "";position: absolute;background: url(../images/studio-men-vector.jpg) no-repeat left top;width: 250px;left: 0;height: 329px;top: 50px;background-size: cover;}


.explainer-video-services {
    text-align: center;
    font-size: 15px;
    padding: 50px 0;
    box-shadow: #5a5a5a 0px 0px 14px;
    position: relative;
    z-index: 1;
}

.explainer-video-services p{
    font-size: 16px;
    color: #42535b;
    font-weight: 600;
    text-transform: uppercase;
}
.explainer-video-services h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #189bd0;
}
.explainer-video-services h2 span{
    color: #000000;
}

section.explainer-video-services .row+p {
    margin-top: 20px;
    padding: 20px 270px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
}
.explainer-video-services .col-md-3 {
    text-align: left;
    min-height: 370px;
    position: relative;
    font-size: 13px;
}
.explainer-video-services .col-md-3:after{
    content: "";
    position: absolute;
    bottom: 15px;
    height:10px;
    background-color: #ff6300;
    width: 90%;
}

.explainer-video-services .col-md-3+.col-md-3:after{
    background-color: #1bb1ff;
}
.explainer-video-services .col-md-3+.col-md-3+.col-md-3:after{
    background-color: #687d92;
}
.explainer-video-services .col-md-3+.col-md-3+.col-md-3+.col-md-3:after{
    background-color: #189bd0;
}
.explainer-video-services .col-md-3+.col-md-3+.col-md-3+.col-md-3+.col-md-3:after{background-color: #ffd006;}
.explainer-video-services .col-md-3+.col-md-3+.col-md-3+.col-md-3+.col-md-3+.col-md-3:after{
    background-color: #327168;
}
.explainer-video-services .col-md-3+.col-md-3+.col-md-3+.col-md-3+.col-md-3+.col-md-3+.col-md-3:after{
    background-color: #7c60ff;
}
.explainer-video-services .col-md-3+.col-md-3+.col-md-3+.col-md-3+.col-md-3+.col-md-3+.col-md-3+.col-md-3:after{
    background-color: #62292f;
}

.number {
    display: block;
    color: #d9d9d9;
    font-size: 50px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
}

.explainer-video-services .row {
    margin-top: 10px;
}
.script-writing-icon {
    background: url('../images/sprite.png') no-repeat -1px -8px;
    width: 50px;
    height: 50px;
    display: block;
}

.concept-writing-icon {
    background: url('../images/sprite.png') no-repeat -63px -5px;
    width: 36px;
    height: 53px;
    display: block;
}

.professional-voiceover-icon {
    background: url('../images/sprite.png') no-repeat -109px -8px;
    width: 34px;
    height: 50px;
    display: block;
    margin-top: 2px;
}

.custom-illustation-icon {
    background: url('../images/sprite.png') no-repeat -145px -16px;
    width: 50px;
    height: 32px;
    display: block;
    margin-top: 19px;
}

.animation-icon {
    background: url('../images/sprite.png') no-repeat -198px -5px;
    width: 54px;
    height: 49px;
    display: block;
}

.background-music-icon {
    background: url('../images/sprite.png') no-repeat -256px -1px;
    width: 46px;
    height: 52px;
    display: block;

}

.digital-file-icon {
    background: url('../images/sprite.png') no-repeat -310px -2px;
    width: 60px;
    height: 50px;
    display: block;

}

.hapy-customer-icon {
    background: url('../images/sprite.png') no-repeat -379px -1px;
    width: 53px;
    height: 53px;
    display: block;
}

.explainer-video-services .col-md-3 {
    margin-top: 50px;
    height: 370px;
}

section.explainer-video-services h4 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 30px;
    color: #2b2b2b;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

a.btn-gray {
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    background: #b1b1b1;
    padding: 20px 50px;
    text-shadow: none;
    margin-top: 15px;
    border-radius: 70px;
    box-shadow: #cecece 0 0 30px;
}

a.btn-green {
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    background: #189bd0;
    padding: 20px 50px;
    text-shadow: none;
    margin-top: 15px;
    border-radius: 70px;
    box-shadow: #189bd0 0 0 30px;
    font-family: 'Luckiest Guy', cursive;
    color: #ffffff;
    font-size: 26px;
    line-height: 26px;
}

span.or {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    padding: 20px 32px;
    text-shadow: none;
    margin-top: 15px;
    border-radius: 70px;
}

section.why-choose {
    color: #f3f4f4;
    font-size: 15px;
    padding-top: 50px;
}
section.why-choose .black-bg {
    background: #1d1e1f;
    padding: 50px;
    min-height: 390px;
    box-shadow: rgba(0, 0, 0, 0.31) 10px 0 60px;
}

section.why-choose img {
    margin-left: -100px;
    position: relative;
    z-index: -1;
    margin-top: 80px;
    max-width: 100%;
}

section.why-choose h2 {
    font-size: 34px;
    color: #f3f4f4;
    font-weight: bold;
    margin-bottom: 30px;
}

section.why-choose h2 span {
    color: #4fd2c4;
}

section.why-choose ul li {
    position: relative;
    margin-bottom: 46px;
    padding-left: 70px;
}

section.why-choose ul li:before {content: "";position: absolute;left: 0;top: 0;background: url('../images/sprite.png') no-repeat -438px -3px;width: 41px;height: 19px;}
section.why-choose ul li+li:before{
    background-position: -487px -3px !important;
    width: 41px;
    height: 36px;
    top: -9px;
}
section.why-choose ul li+li+li:before{
    background-position: -534px -1px !important;
    width: 34px;
    height: 33px;
    top: -9px;
}
section.why-choose ul li+li+li+li:before{
    background-position: -577px 0 !important;
    width: 33px;
    height: 33px;
}

section.testimonial {
    text-align: center;
    padding: 40px 0;
    background: #edf6ff;
}

section.testimonial h2 {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 50px;
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;

}
section.testimonial h2 span{
    color: #189bd0;
}

section.testimonial .col-md-6>div {
    background: #fff;
    padding: 40px;
    color: #1d1e1f;
}


.industries-col .owl-prev, .industries-col .owl-next{display: inline-block;margin: 20px 10px;}
.industries-col .owl-prev:before, .industries-col .owl-next:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #51dbcc;
    font-size: 27px;
    position: relative;
}
.industries-col .owl-prev:before{content: "\f137"; 0 : -20px}
.industries-col .owl-controls.clickable {
    z-index: 99;
}

.industries-col .owl-next:before {content: "\f138";}



section.industries-col {
    text-align: center;
    padding: 40px 0;
}

section.industries-col h2 {
    font-size: 34px;
    margin-bottom: 30px;
    font-weight: bold;
}

.industry-slider {
    text-align: center;
}

.industry-slider .item {
    display: block;
}

.industry-slider .item h5 {
    font-size: 16px;
    margin-top: 10px;
}

footer {
    background: #1f2228;
    padding: 40px 0 11px;
    color: #828da3;
}

footer h4 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer ul li a {
    color: #828da3;
}

footer ul li {
    margin-bottom: 14px;
}

.copyright {
    border-top: #2b2e35 1px solid;
    padding-top: 20px;
    /*    margin-top: 20px;*/
}

.copyright p {
    margin: 0;
}
ul.social-links li {
    display: inline-block;
    margin-right: 7px;
    font-size: 20px;
}

.overlay-video:before {
    content: "\e029";
    color: #ffffff;
    position: absolute;
    top: 50%;
    z-index: 0;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    margin-top: -28px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 50%;
    margin-left: -28px;
}

.overlay-video {
    position: absolute;
    width: 100%;
    font-size: 55px;
    height: 0;
    overflow: hidden;
    top: 5px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.portfolio-col .col-md-4:hover .overlay-video {
    height: 100%;
}

section.testimonial .col-md-6>div h4 {
    font-size: 24px;
    margin-top: 10px;
    color: #1d1e1f;
    margin-bottom: 20px;
}

section.testimonial .col-md-6>div a {
    color: #1d1e1f;
    display: block;
    margin-bottom: 40px;
}

section.testimonial .col-md-6>div span.author-name {
    color: #189bd0;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 9px;
    display: block;
}

section.testimonial .col-md-6>div span.author-name+span {
    color: #606162;
    font-size: 12px;
}

section.portfolio-col:after {
    display: block;
    content: "";
    clear: both;
}

span.author {
    display: block;
    margin-bottom: 30px;
}

/* Scrollbar */

.scrollbar {
    margin: 0 auto;
    padding: 0;
    height: 11px;
    background: #dbe3e9;
    line-height: 0;
    border-radius: 12px;
    width: 60%;
}

.scrollbar .handle {
    width: 100px;
    height: 100%;
    background: #189bd0;
    cursor: pointer;
    border-radius: 12px;
}

.scrollbar .handle .mousearea {
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    height: 20px;
}


/* Pages */
.scrollbar .handle .mousearea:before {
    content: "|||";
    position: absolute;
    top: 12px;
    font-size: 7px;
    color: #17a999;
}
.pages {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: center;
}



.pages li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgb(33, 178, 162);
}

.pages li:hover {
    background: #aaa;
}

.pages li.active {
    background: #189bd0;
}


/* Controls */

.controls {
    margin: 25px 0;
    text-align: center;
}

.testimonail-slider.frame .row {
    height: 100%;
    margin: 0;
}

.testimonail-slider.frame .row .col-md-6 {
    width: 560px;
    margin: 0 30px;
}

.testimonail-slider.frame {
    width: 100%;
    height: 400px;
}

section.about-us-banner{
    background-image:url(../images/about-us-banner.jpg);
}
section.our-process-banner{
    background-image:url(../images/our-process-banner.jpg);
}
section.product-banner{
    background-image:url(../images/product-banner.jpg);
}
section.portfolio-banner{
    background-image:url(../images/portfolio-banner.jpg);
}
section.innerpage-banner {
    text-align: center;
    padding: 170px 0px;
    background-size: cover;
}
section.innerpage-banner h2 {
    font-size: 54px;
    color: #FFF;
    font-weight: 800;
}
section.innerpage-banner p {
    color: #FFF;
    font-size: 18px;
}
section.about-us {
    padding: 80px 0px;
}
section.about-us h3 {
    font-size: 54px;
    color: #313335;
    font-weight: 800;
    line-height: 64px;
    margin-bottom: 10px;
}
section.about-us p {
    font-size: 15px;
    color: #737373;
    line-height: 25px;
}
section.about-us p img {
    margin-top: -80px;
}
.col-md-6.no-pad-right {
    padding-right: 0px;
}
.col-md-6.no-pad-left {
    padding-left: 0px;
}
section.product-section h4 {
    font-size: 34px;
    line-height: 50px;
}
section.product-section p {
    font-size: 20px;
    line-height: 33px;
    color: #737373;
}
section .col-md-6.content-whiteboard p {
    font-size: 20px;
    line-height: 33px;
    color: #737373;
    padding-right:120px;
}
section.product-section.animation-2d{
    padding-top: 60px;
}
.col-md-6.content-2d {
    padding-left: 90px;
}
section.product-section.explainer-video {
    background-color: #ff6300;
    padding: 80px 0px 110px;
}
section:after {
    content: "";
    clear: both;
    display: block;
}
div.col-md-6.content-explainer h4 {
    color: #FFF;
    margin-bottom: 10px;
}
div.col-md-6.content-explainer p {
    color: #FFF;
}
div.col-md-6.content-explainer {
    padding-right: 170px;
    padding-left: 40px;
}
section.product-section.motion-graphics {
    background-color: #687d92;
    padding: 80px 0px 80px;
}
div.col-md-6.content-motiongraphics {
    padding-left: 110px;
}
section.product-section.motion-graphics h4 {
    color: #FFF;
    margin-bottom: 10px;
}
section.product-section.motion-graphics p {
    color: #FFF;
}
section.product-section.typography {
    background-color: #1875bc;
    padding: 80px 0px;
}
div.col-md-6.content-typography {
    padding-right: 110px;
}
section.product-section.typography h4 {
    color: #FFF;
    margin-bottom: 10px;
}
section.product-section.typography p {
    color: #FFF;
}
section.product-section.whiteboard {
    padding: 80px 0px;
}
section.product-section.whiteboard h4 {
    margin-bottom: 10px;
}
section.product-section img {
    width: 100%;
}
select#type {
    width: 100%;
    padding: 10px 6px;
    border-left: 2px solid #d9d9d9;
}
select#industries {
    width: 100%;
    padding: 10px 6px;
    border-left: 2px solid #d9d9d9;
}
section.portfolio-category p {
    padding: 10px 0px;
    margin: 0px;
}
section.portfolio-category .col-md-2 {
    padding: 0px;
}
section.portfolio-video{
    background-color: #edf6ff;
    padding:60px 0px 30px;
}
section.portfolio-video .col-md-4>div {
    background-color: #FFF;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 30px;
}
.padding {
    padding: 20px;
}
span.category {
    color: #18bcaa;
    font-size: 11px;
    font-weight: 600;
}
section.portfolio-video h3 {
    font-size: 17px;
    margin: 13px 0px;
    line-height: 20px;
}
span.industry {
    color: #7f7f7f;
    font-size: 12px;
}
section.portfolio-video p {
    font-size: 13px;
    color: #737373;
    margin: 10px 0px 0px;
}
section.portfolio-video li.active a {
    background-color: #18bcaa;
    color: #FFF !important;
}
section.portfolio-video ul.pager li a {
    border-radius: 51px;
    padding: 8px 11px 6px;
    border: none;
    color: #2e3b4f;
    font-weight: 600;
    font-size: 12px;
    margin-right: 5px;
    box-shadow: 0px 0px 12px -3px #737373;
}
section.portfolio-video nav {
    display: inline-block;
    text-align: center;
    margin: 20px auto 0px;
    width: 100%;
}
section.portfolio-video ul.pager li:last-child a {
    padding: 8px 17px 6px;
}

div#FilterContainer .col-md-4{
    background-color: #FFF;
    padding: 0px;
    margin: 0 14px 30px;
    width: 30.8%;
    border-radius: 20px;
}

.disable{
    visibility: hidden;
}


/**** Footer Form ****/
/*** Footer Form ***/
/*** Footer Form ***/
*{
    transition: all 0.2s ease-in-out;
}

.cntctBtm fieldset{
    margin: 0;
    padding: 0;
}
.cntctBtm{ background-color: rgb(82, 220, 205); padding: 60px 0;}
.cntctBtm .frmClm input[type=text], .cntctBtm .frmClm input[type=phone], .cntctBtm .frmClm input[type=email], .cntctBtm .frmClm textarea, .cntctBtm .frmClm select { font-size:15px; color:#fff; padding:15px 20px; width:100%; background:transparent; border:none;      z-index: 111;
    border-bottom:2px solid #fff;     background: ;     position: relative;}
.cntctBtm .frmClm{ position: relative; margin-bottom: 30px;}
.cntctBtm .frmClm select.countrylist{ width: 20%; position:absolute; top:0; left: 0; background: #fb2224; height: 100%}
.cntctBtm .frmClm .code-sec{ float: left; width: 22%;}
.cntctBtm .frmClm .number-sec{ width: 76%; float: right; position:relative}
.cntctBtm .frmClm textarea { border:2px solid #fff; border-radius:10px; color:#fff; margin:0px 0 30px; min-height:140px; }
.cntctBtm .frmClm input[type=submit], .cntctBtm .frmClm a.submitbtn { padding:12px 20px; color:#000; background:#fff; text-transform:uppercase; font-size:15px; margin: 0 auto; width: 180px; display: block; letter-spacing: 1px; border-radius: 30px; font-weight: 700; text-align: center}

.cntctBtm .frmClm fieldset { position: absolute; color: white; top: 15px; left: 20px; }

.cntctBtm .frmClm.textarea fieldset{ top: 20px;}
.cntctBtm .frmClm.textarea fieldset.active {
    top: 5px ;
}

.frmClm option {
    color: black;
}
.cntctBtm .frmClm fieldset.active{top: -10px; font-size:12px; color:#fff;
}

.cntctBtm .loader-overlay{ position: absolute; width: 100%; left: 0; top: 0; height: 100%; z-index: 20; display: none;}
.cntctBtm .loader-overlay.active{ display: block;}
.cntctBtm a.submitbtn .loaderbtn{width: 14px; position: absolute; right: 20px; top: 0; bottom: 0; margin: auto; display: none;}
.cntctBtm a.submitbtn.submitted{opacity: 0.5; cursor: default;}
.cntctBtm a.submitbtn.submitted .loaderbtn{ display: block;}

.cntctBtm input::-webkit-input-placeholder { color: #fff;}
.cntctBtm input:-moz-placeholder { color: #fff;}
.cntctBtm input::-moz-placeholder { color: #fff;}
.cntctBtm input:-ms-input-placeholder { color: #fff;}
.cntctBtm textarea::-webkit-input-placeholder  { color: #fff;}
.cntctBtm fieldset {
    border: none;
}



.inner-page .innovative-col {
    padding-top: 80px;
}

.bg-light-gray {
    background: #efeff0;
}

.innovative-col {
    padding: 82px 0 50px 0;
    z-index: 200;
    position: relative;
    /* background: #fff;*/
}

.thnx {
    text-align: center;
}

.innovative-col h2 {
    font-size: 46px;
    color: #444956;
    font-weight: 800;
    line-height: 58px;
    margin-bottom: 14px;
    font-style: italic;
    font-family: 'Libre Baskerville', serif;
}


.innovative-col p {
    line-height: 18px;
}


.innovative-col h2 span {
    font-size: 47px;
    color: #ff2a00;
    font-style: italic;
    font-weight: 400;
    display: block;
}

.innovative-col h6 {
    color: #393b41;
    font-size: 20px;
}

.thnx p {
    line-height: 26px;
    font-size: 20px;
    padding-top: 7px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.thnx a {
    background: #189bd0;
    color: #fff;
    padding: 10px 28px !important;
    display: inline-block;
    margin: 10px 5px;
    border-radius: 2px;
}

section.banner-hm.inside {
    min-height: 230px;
}

.w-75 {
    width: 75%;
}

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

    .home-col1:before {
        width: 170px;
        background-size: contain;
    }

    section.explainer-video-services .row+p {
        margin-top: 50px;
        padding: 0 90px;
    }

    ul.top-cta li a {
        padding: 0;
        font-size: 14px;
    }

}


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

    .home-col1 h4 {
        font-size: 22px;
    }

    .explainer-video-services h2 {
        font-size: 27px;
    }

    .script-writing-icon, .number, section.explainer-video-services h4, .explain p{
        text-align:center;
    }

    .explain span{
        margin-left: auto;
        margin-right: auto;
    }



}

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

    .banner-hm h2 {
        font-size: 24px;
        line-height: 40px;
    }
    .banner-hm h2 span {
        font-size: 24px;
    }
    .banner-hm h6{
        font-size: 30px;
    }

    .home-col1:before{
        background:transparent;
    }

    .home-col1 p{
        padding:0;
    }

    section.why-choose h2, section.industries-col h2, section.testimonial h2 {
        font-size: 24px;
    }

    section.why-choose img {
        margin-left: 0;
        position: relative;
        z-index: 1;
        margin-top: -52px;
    }



}

@media (max-width: 480px){
    .why-choose, .section.testimonial, .top-cta{
        display: none;
    }
}


.inner-content p {
    line-height: 1.5;
}

.inner-content h4 {
    margin: 10px 0px 5px 0px;
}

.list-style-02 li {
    line-height: 1.5;
}


/* Slick CSS */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*  Slick Theme CSS */

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{ content: "";
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@media screen and (max-width: 760px) {
    section.explainer-video-services .row+p{
        padding:0px;
    }
}

.mobile-cta {
    background: #226ee0;
    position: fixed;
    bottom: -2px;
    z-index: 16000002;
    padding: 0px 0px;
    text-align: left;
    display: none;
    width: 100%;
}

.mobile-cta a.red {
    background: #202020;
    background: -moz-linear-gradient(top, #202020 0%, #111112 100%);
    background: -webkit-linear-gradient(top, #202020 0%,#111112 100%);
    background: linear-gradient(to bottom, #202020 0%,#111112 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#111112',GradientType=0 );
}

.mobile-cta a {
    color: #fff;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    padding: 20px 0px;
    text-align: center;
    margin: 0 0px 0;
    width: 50%;
    float: left;
}

.mobile-cta a.yallow {
    background: #111112;
    background: -moz-linear-gradient(top, #111112 0%, #202020 99%);
    background: -webkit-linear-gradient(top, #111112 0%,#202020 99%);
    background: linear-gradient(to bottom, #111112 0%,#202020 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111112', endColorstr='#202020',GradientType=0 );
}

.mobile-cta i.icon1 {
    background: transparent url(/assets/images/sprite2.png) no-repeat scroll -11px -129px;
    display: inline-block;
    width: 16px;
    height: 15px;
}
.explainer-video-services .col-md-3 p {
    text-transform: none;
    font-weight: inherit;
    font-size: 14px;
}
.mobile-cta i {
    color: #fff;
    font-size: 16px;
    margin-right: 7px;
}

.mobile-cta i.icon2 {
    background: transparent url(/assets/images/sprite2.png) no-repeat scroll -11px -67px;
    display: inline-block;
    width: 18px;
    height: 14px;
}
.explainer-video-services .col-md-3 p {
    font-size: 13px;
    text-transform: none;
    font-weight: 400;
}