/*@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900&display=swap');*/


/*======Navigation menu styles======*/



* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #000;
    background-color: #ffffff;
    max-width: 100%;
}

ul,
li {
    list-style-type: none;
}

ul li:before {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    border-radius: 50%;
    background: #596068;
    border-color: #596068;
    width: 7px;
    height: 7px;
    margin: 9px -20px;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
}

p {
    font-size: inherit;
    line-height: inherit;
    margin-top: 0;
    margin-bottom: 1rem;
}

hr {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #666;
    padding: 0;
}

.flip-box {
    width: 120px;
    height: 38px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    padding: 10px 0 0 50px;
}

.flip-box img {
    width: 120px;
    height: 38px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box-back {
    color: white;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.splash.scroll-up.scroll-top-up .flip-box .flip-box-inner,
.splash .flip-box .flip-box-inner {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.splash.scroll-up .flip-box .flip-box-inner,
.splash.dir_down .flip-box .flip-box-inner {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    color: black;
}

header.header_height {
    height: 100%;
}

header {
    height: 60px;
    z-index: 4;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.header-overlay,
.header-overlay-white {
    height: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    top: -60px;
}

.on-scroll .header-overlay,.on-scroll .header-overlay-white {
    background: #fff;
    height: 60px;
}


.header-overlay,
.header-overlay-white {
    background: transparent;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    padding: 0;
    position: fixed;
    top: 0px;
    bottom: 0;
    width: 100%;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1)
}

/*
.header-overlay-white {
    height: 60px;
    background: #fff;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    padding: 0;
    position: fixed;
    top: 0px;
    bottom: 0;
    width: 100%;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1)
}
*/

/*
.scroll-up .logo,
.dir_down .logo {
    top: 15px;
}
*/

/*
.scroll-up #toggle {
    top: 5px;
}
*/
.on-scroll .logo img {
    width: 80px;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}


.on-scroll .logo img.blue-logo {
    display: block;
}

.on-scroll .logo img.white-logo,
.logo img.blue-logo {
    display: none;
}

.logo img.white-logo {
    display: block;
}

.logo,
#toggle {
    top: 15px;
}

.logo img {
    width: 120px;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}



.menu {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #fff;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.menu.opened {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.menu span#title {
    display: block;
    line-height: 1em;
    margin: 1.5em 0 0.5em 0;
    font-size: 5em;
    color: #286efa;
}

.menu ul {
    list-style: none;
    margin: 0 auto;
    height: 100%;
    padding-top: 50px;
}

.menu ul li {
    display: block;
    width: 90%;
    font-size: 30px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.menu ul li:after {
    content: " ";
    position: absolute;
    width: 0%;
    height: 5px;
    margin: 0;
    left: 0;
    bottom: 0;
    background: #666;
    border-radius: 0;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.menu li:hover:after {
    width: 100%;
}

.menu ul li a {
    padding: 1% 0 2%;
    position: relative;
    z-index: 4;
    display: block;
    width: 100%;
    height: auto;
    line-height: normal;
    margin: 0 auto;
    color: #333;
    text-decoration: none;
    border: 0;
    border-bottom: 1px solid #CCC !important;
    border-radius: 0;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.menu ul li a:hover {
    color: #333;
    border-color: #286efa;
}

.menu ul li a span {
    font-size: 1.6666666667em;
}

ul.menu li a i {
    position: absolute;
    padding: 0 1.25em 0 0;
    font-size: 2em;
}

#wrapper {
    width: 85%;
    margin: 0 auto;
}

#wrapper #logo {
    display: block;
    width: 100%;
    margin: 40px auto;
    text-align: center;
}

#wrapper #logo span {
    font-size: 3.3333333333em;
}

#wrapper section {
    font-size: 1.1111111111em;
}



/*=====scroll to bottom styles====*/

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}

.icon-scroll {
    width: 40px;
    height: 70px;
    margin-left: -20px;
    top: auto;
    bottom: 15px;
    margin-top: -35px;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
}

.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}


/*=====scroll to bottom End=====*/



/*=======Navigation menu styles End=======*/

.section {
    text-align: center;
    overflow: hidden;
}

.logo {
    position: fixed;
    left: 50px;
    top: 15px;
    ;
    z-index: 1;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

/*===========icon-scroll-down==========*/

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}

.icon-scroll {
    width: 35px;
    height: 55px;
    margin-left: -20px;
    top: 95%;
    margin-top: -35px;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
    z-index: 5;
}

.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

/*============icon scroll-dwn end=======*/


/*----------home-video---------*/


/* Hiding video controls
	* See: https://css-tricks.com/custom-controls-in-html5-video-full-screen/
	* --------------------------------------- */
video::-webkit-media-controls {
    display: none !important;
}

.content-title {
    font-size: 7vh;
    line-height: 1.4;
    margin-bottom: 0;
}

.content-title p {
    margin-bottom: 1rem;
}

.content-subtitle {
    font-size: 3.1vh;
    font-weight: 400;
    margin-bottom: 0;
}

.content-subtitle span {
    font-weight: 600;
    font-size: 34px;
}

.content-subtitle span.wedo {
    font-size: 34px;
}

.pad50 {
    padding: 50px;
}

.pad100 {
    padding: 100px;
}

.readmore-blue {
    border: 2px solid #0d3e99;
    color: #0d3e99;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 0;
}

.readmore-blue a {
    color: #0d3e99;
    text-decoration: none;
}

.readmore-white {
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 25px;
    width: 140px;
}

.readmore-white a {
    color: #fff;
}

.readmore-white a:hover {
    text-decoration: none;
}

.readmore-blue:hover {
    color: #0d3e99;
}

.readmore-white:hover {
    color: #fff;
}

/*=====who we are section style=====*/

#section2 .content-title {
    padding: 100px 15px;
}

#section2 .outer-wrapper {
    display: table;
    height: 100%;
}

#section2 .inner-wrapper {
    display: table-cell;
    vertical-align: middle;
}

/*=====who we are section style end=====*/



/*====case study slider styles====*/
.owl-carousel .owl-item {
    overflow: hidden;
    background: #000;
}

.owl-carousel .owl-item img {
    height: 76vh;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-filter: grayscale(100%);
    /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(100%);
    opacity: 0.5;
    margin: 0 auto;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.owl-carousel.owl-drag .owl-item:hover img,
.owl-carousel .owl-item:hover img {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-filter: grayscale(0%);
    /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(0%);
    opacity: 1;
}


.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    outline: none;
    color: #fff !important;
    margin-left: 15px !important;
    font-size: 100px !important;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff !important;
    margin-right: 15px !important;
    font-size: 100px !important;
    outline: none;
}

.slide-text {
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 30px 10px 15px;
    width: 100%;
}

.slide-text .overlay {
    position: absolute;
    height: 500px;
    width: 100%;
    left: 0;
    top: -280px;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    background: rgba(5, 4, 4, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5, 4, 4, 0)), color-stop(27%, rgba(1, 1, 1, 0.38)), color-stop(33%, rgba(0, 0, 0, 0.48)), color-stop(46%, rgba(0, 0, 0, 0.71)), color-stop(50%, rgba(0, 0, 0, 0.74)), color-stop(57%, rgba(0, 0, 0, 0.8)), color-stop(72%, rgba(0, 0, 0, 0.95)), color-stop(73%, rgba(0, 0, 0, 0.96)), color-stop(100%, rgba(0, 0, 0, 0.96)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 4, 4, 0)), color-stop(27%, rgba(1, 1, 1, 0.38)), color-stop(33%, rgba(0, 0, 0, 0.48)), color-stop(46%, rgba(0, 0, 0, 0.71)), color-stop(50%, rgba(0, 0, 0, 0.74)), color-stop(57%, rgba(0, 0, 0, 0.8)), color-stop(72%, rgba(0, 0, 0, 0.95)), color-stop(73%, rgba(0, 0, 0, 0.96)), to(rgba(0, 0, 0, 0.96)));
    background: linear-gradient(to bottom, rgba(5, 4, 4, 0) 0%, rgba(1, 1, 1, 0.38) 27%, rgba(0, 0, 0, 0.48) 33%, rgba(0, 0, 0, 0.71) 46%, rgba(0, 0, 0, 0.74) 50%, rgba(0, 0, 0, 0.8) 57%, rgba(0, 0, 0, 0.95) 72%, rgba(0, 0, 0, 0.96) 73%, rgba(0, 0, 0, 0.96) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#050404', endColorstr='#000000', GradientType=0);
}

.slide-text h4 {
    font-weight: 700;
    position: absolute;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 30%;
    left: 50%;
    text-align: left;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.slide-text h6 {
    text-transform: capitalize;
}

.slide-text p {
    font-size: 12px;
}

.hover_content {
    position: absolute;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 150%;
    left: 50%;
    color: #fff;
    text-align: left;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.owl-carousel .owl-item:hover .slide-text h4 {
    top: -140px;
    left: 50%;
}

.owl-carousel .owl-item:hover .hover_content {
    top: -50px;
    left: 50%;
    opacity: 1;
}

.owl-carousel .owl-item:hover .slide-text .overlay {
    opacity: 1;
}

.casestudy-btn-wrapper {
    text-align: center;
    padding: 60px;
}

/*==========Case study slider end=========*/


/*====client section style start=====*/
.client_section h3 {
    color: #a1a1a1;
}

.client_section img {
    max-width: 220px;
    padding: 15px;
    min-width: 180px;
    width: 100%;
}

/*====client section style end=====*/
.outerdiv {
    padding: 15px;
}

.img_wrapper {
    background: #fff;
    -webkit-box-shadow: 1px 47px 16px -11px rgba(122, 121, 122, 0.77);
    box-shadow: 1px 47px 16px -11px rgba(122, 121, 122, 0.77);
}

.outerdiv .one {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.outerdiv .two {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/*
-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
*/


#whoweare .carousel-item .mask img {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    display: block;
    height: auto;
    max-width: 100%;
}

.outerdiv .one {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.outerdiv .two {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#whoweare {
    position: relative;
    z-index: 1;
}

#whoweare .carousel-item {
    height: 100%;
    min-height: 300px;
    padding: 50px;
    -webkit-perspective: 150px;
    perspective: 150px;
    /*    transform: matrix(0.99, 0.20, -0.77, 0.81, 400, -400);*/

    /*    transform: matrix(0.99, 0.20, -0.77, 0.81, 200, -200);*/
    -webkit-transform: matrix(0.99, 0.20, -0.77, 0.81, -900, 900);
    transform: matrix(0.99, 0.20, -0.77, 0.81, -900, 900);
    -webkit-transition: -webkit-transform 3s ease-in-out 0s;
    transition: -webkit-transform 3s ease-in-out 0s;
    transition: transform 3s ease-in-out 0s;
    transition: transform 3s ease-in-out 0s, -webkit-transform 3s ease-in-out 0s;
    display: block;
}

#whoweare .carousel-item.active {
    /*    transform: matrix(0.99, 0.20, -0.77, 0.81, 900, -860);*/
    -webkit-transform: matrix(1.0, 0.04, -0.50, 0.91, -10, 0);
    transform: matrix(1.0, 0.04, -0.50, 0.91, -10, 0);
    /*
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
*/
}

/*========tetimonials slider styles======*/

.w-img {
    position: relative;
    left: 50%;
    margin-left: -100px;
    display: inline-block;
}

.img_position {
    position: relative;
    bottom: 10px;
}


#myCarousel h4 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0.5px;
}

#myCarousel h6 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 600;
}

#myCarousel p {
    font-size: 12px;
    margin-bottom: 15px;
    color: #fff;
}

#myCarousel .carousel-item a:hover {
    background: #394fa2;
    text-decoration: none;
}

#tech_Carousel .carousel-item h1 {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

#myCarousel .carousel-item h4 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#myCarousel .carousel-item h6 {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

#myCarousel .carousel-item .author {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

#myCarousel .carousel-item p {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

#myCarousel .carousel-item a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#myCarousel .carousel-item .mask img {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    display: block;
    height: auto;
    max-width: 100%;
}

#tech_Carousel .carousel-control-next,
#tech_Carousel .carousel-control-prev {
    display: none;
}

#tech_Carousel h1,
#myCarousel h4,
#myCarousel h6,
#myCarousel p,
#myCarousel a,
#myCarousel .author,
#myCarousel .carousel-item .mask img {
    -webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#myCarousel .carousel-item {
    height: 100%;
    min-height: 400px;
}

#myCarousel {
    position: relative;
    z-index: 1;
    bottom: -70px;
}

#tech_Carousel {
    position: relative;
    z-index: 1;
    bottom: -40px;
}



.carousel-control-next,
.carousel-control-prev {
    width: 50px;
    padding: 12px;
    top: 55%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    -webkit-transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
    opacity: 0
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

    .carousel-fade .carousel-item-left.active,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item-prev.active,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}



@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeInDown {

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }


}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}



.author {
    border-left: 2px solid #3677bc;
    padding: 0 15px;
}

.double_quote {
    width: 60%;
    height: 100%;
    position: absolute;
    right: 20px;
    background: url(../img/testimonial/double-quotes.png);
    background-size: 40%;
    background-position: bottom right;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.double_quote img {
    float: right;
    width: 100px;
}

#myCarousel .carousel-control-prev-icon {
    background-image: url(../img/testimonial/arrow-left.png);
    height: 40px;
}

#myCarousel .carousel-control-next-icon {
    background-image: url(../img/testimonial/arrow-right.png);
    height: 40px;
}

/*====testimonials slider styles end====*/


/*======footer styles=====*/

.footer {
    background: #2b2929;

}

.footer-home{
   background: #01426b !important; 
}

.footer .container {
    padding: 50px 0;
}

.footer li {
    margin-bottom: 10px;
}

.footer h4 {
    color: rgba(250, 250, 250, 0.15);
    margin-bottom: 20px;
    font-weight: 700;
}

footer li a {
    color: rgba(250, 250, 250, 0.5);
    text-decoration: none;
    text-transform: capitalize;
}

.footer ul li {
    padding: 0;
}

footer li a:hover,
.blogs a:hover {
    color: #fff;
}

.blogs,
.contact,
.social_icons,
.signup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blogs:first-of-type {
    border-bottom: 1px solid;
    border-color: rgba(250, 250, 250, 0.1);
}

.blogs h5,
.contact li p {
    color: rgba(250, 250, 250, 0.5);
}

.blogs a {
    color: rgba(250, 250, 250, 0.5);
    text-decoration: none;
    text-transform: capitalize;
}

.blogs p {
    margin-bottom: 5px;
    color: rgba(250, 250, 250, 0.4);
    font-size: 14px;
}

.blogs li:nth-child(2),
.contact li:nth-child(2) {
    padding: 0 15px;
}

.contact li {
    color: #fff;
}

.contact,
.contact li p {
    margin-bottom: 0;
}

.contact li.phone img {
    width: 25px;
    height: 17px;
    margin-right: 10px;
}

.contact:nth-child(3) li:nth-child(2) {
    margin-bottom: 20px;
}

.social_icons li {
    padding-right: 15px;
}

.social_icons li a {
    color: rgba(250, 250, 250);
    text-decoration: none;
}

.social_icons li a:hover {
    color: rgba(250, 250, 250, 0.5);
}

footer .signup {
    margin-bottom: 50px;
}

.signup input[type=email] {
    height: 34px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    padding: 0 10px;
    width: 100%;
    font-size: 12px;
}

.signup input[type=button] {
    height: 34px;
    border-radius: 0;
    background: #fff;
    font-weight: 700;
}

.footer .footer_bottom {
    background: #000;
    padding: 15px 50px;
    color: #fff;
    font-size: 12px;
}

.footer_bottom a {
    color: #fff;
    text-transform: capitalize;
}

.footer_bottom .privacy_terms {
    text-align: right;
}

/*======footer styles end=====*/

/*=====casestudy detail pages style=====*/

.sectio-02 p {
    padding: 0;
}

.button-letstalk {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 100%;
}

.content-details {
    font-family: inherit;
}

.content-details h4 {
    font-size: 22px;
}

.head_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(51%, rgba(0, 0, 0, 0)), color-stop(71%, rgba(0, 0, 0, 0.37)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(51%, rgba(0, 0, 0, 0)), color-stop(71%, rgba(0, 0, 0, 0.37)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.37) 71%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

h3.content_head {
    position: absolute;
    padding-left: 0.6em;
    padding-right: 0.6em;
    width: 100%;
    top: 90%;
    left: 50%;
    color: #fff;
    text-align: left;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
}

.content:hover .content-details {
    top: 85%;
}

.content:hover h3.content_head {
    top: 75%;
}

.solution ul li:before {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    border-radius: 50%;
    background: #596068;
    border-color: #596068;
    width: 7px;
    height: 7px;
    margin: 9px -20px;
}

.sec.case_study h2 {
    font-size: 40px;
}

.sec .content h2 {
    text-align: center;
    text-transform: capitalize;
}

.repeater .repeater-section {
    margin-bottom: 50px;
}

.repeater .repeater-section:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.repeater .text-wrapper {
    display: table;
    height: 100%;
}

.repeater .text-wrapper .vert-center {
    display: table-cell;
    vertical-align: middle;
}

.sec.case_study .content ul.technology_stack {
    margin: 0;
}

.sec.case_study .content ul.technology_stack li {
    padding: 15px;
}

ul.technology_stack li {
    display: inline-block;
}

ul.technology_stack li img {
    max-width: 200px;
}

ul.technology_stack li:before,
footer ul li:before {
    display: none;
}

.fashion-case {
    background-color: #fff !important;
}

/*======casestudy detail pages style end=====*/
#service_inquiry {
    padding: 30px;
}

/*=======service page styles start=====*/
.career-col-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.career-col-content h6 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}

#service_nav {
    position: fixed;
    z-index: 5;
    height: 100%;
    top: 50%;
    right: 0;
    margin-top: -140px;
}

.sidenav .prod {
    background: #9EA1A4;
}

.sidenav .enterprise {
    background: #7b7b7b;
}

.sidenav .startup {
    background: #615f5f;
}

.sidenav .dedicated {
    background: #2f2c2c;
}

#service_nav a {
    position: absolute;
    right: 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    font-size: 16px;
    color: white;
    border-radius: 0;
    height: 60px;
    width: 50px;
    line-height: 60px;
    /*
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
*/
    opacity: 0.5;
}

#service_nav a:hover {
    right: 0;
    width: 280px;
    opacity: 1;
}

#service_nav a.startup:hover {
    width: 380px;
}

#service_nav a.prod.active {
    background-color: #e6385b;
    opacity: 1;
}

.prod {
    top: 20px;
    background-color: #e6385b;
}

#service_nav a.enterprise.active {
    background-color: #f1ab19;
    opacity: 1;
}

.enterprise {
    top: 80px;
    background-color: #f1ab19;
}

#service_nav a.startup.active {
    background-color: #28a745;
    opacity: 1;
}

.startup {
    top: 140px;
    background-color: #28a745;
}

#service_nav a.dedicated.active {
    background-color: #17a2b8;
    opacity: 1;
}

.dedicated {
    top: 200px;
    background-color: #17a2b8;
}

#service_nav a:hover span.number,
#service_nav a span.text {
    display: none;
}

#service_nav a span.number {
    font-weight: 600;
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
}

#service_nav a:hover span.text {
    position: absolute;
    width: 100%;
    text-align: center;
    display: block;
}



/*=======service page styles end=====*/


/*=========Contact form=========*/

#service_inquiry .enquiry_form .field input,
#service_inquiry .enquiry_form .field textarea,
#service_inquiry .enquiry_form .field select {
    background: transparent;
    border: none;
    border-bottom: none;
}

#service_inquiry .enquiry_form .field label {
    display: block;
}

#service_inquiry .enquiry_form .field input.error,
#service_inquiry .enquiry_form .field textarea.error,
#service_inquiry .enquiry_form .field select.error {
    border-bottom: none;
}

.mat-label {
    display: block;
    font-size: 16px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    color: #afadb8;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: left;
    text-transform: uppercase;
}

.mat-input {
    position: relative;
    background: transparent;
    width: 100%;
    border: none;
    outline: none;
    padding: 8px 0;
    font-size: 16px;
}

.mat-div {
    padding: 30px 0 0 0;
    position: relative;
}

.mat-div:after,
.mat-div:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #e2e2e2;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.mat-div::after {
    background-color: #0d3e99;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.mat-err::after {
    background-color: #d93600;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.is-active::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.is-active .mat-label {
    color: #0d3e99;
}

.is-completed .mat-label {
    font-size: 12px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#service_inquiry .enquiry_form .field select {
    padding: 10px 0;
}

#service_inquiry .enquiry_form .field select:focus {
    outline: none;
}

#service_inquiry .enquiry_form .action {
    margin-top: 15px;
}

#service_inquiry #response_message {
    font-size: 22px;
}

#career .intro_text .intro_heading {
    font-size: 50px;
}

.contact_hr p {
    line-height: 32px;
    font-size: 20px;
    text-align: center;
}

.modal-body {
    padding: 0;
}

button.close {
    padding: 15px;
}
/* Home Anniversary Block*/
section#section-anniversary {
    background: url(../img/Celebration-Bg-with-Shadow.png) #0062b2;
    display: block;
    padding: 60px 250px;
    background-size: 100% auto;
}
section#section-anniversary .col-lg-3 img {
    width: 100%;
	max-width: 100%;
}
section#section-anniversary .col-lg-9 h3 {
    color: #fff;
    font-size: 45px;
    line-height: 48px;
    margin: 0 0 25px 0;
    padding: 0;
}
section#section-anniversary .col-lg-9 a {
    display: inline-block;
    padding: 12px 25px 12px;
    border: #fff solid 2px;
    color: #fff;
    border-radius: 75px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    transition: .3s ease-in-out;
}
section#section-anniversary .col-lg-9 a:hover {
    background: #fff;
    color: #0062b2;
}
/*section#section-anniversary .square_section
{
	flex-direction: column;
}*/
/* Home Anniversary Block end*/
/*====checkbox style====*/
/*
input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
  content: "\2714";
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  -webkit-transition: .2s;
  transition: .2s;
}

input[type=checkbox] + label:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff;
}

input[type=checkbox]:disabled + label:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}
*/



/*=========Contact form end======*/


/*===========Media queries start=============*/
@media (min-width: 1200px) {
    .sec.case_study .content {
        margin: 50px;
    }
}

@media (min-width: 992px) {
    #menu {
        position: fixed;
        top: 0;
        width: 100%;
        -webkit-transition: all .8s ease;
        transition: all .8s ease;
    }

    .scroll-up #menu {
        top: 0;
    }

    /*
    .dir_down #menu {
        top: -80px;
    }
*/
    .navbar-collapse {
        height: 60px;
    }

    .navbar-collapse li:before {
        display: none;
    }

    .navbar-collapse li {
        padding: 8px 30px 8px 30px;
    }

    .navbar-collapse li.contact {
        padding: 8px 50px 8px 30px;
    }

    .navbar-collapse li.contact a {
        background: #15bdef;
        border-radius: 20px;
        padding: 5px 20px;
        -webkit-transition: background 1s;
        /* For Safari 3.0 to 6.0 */
        transition: background 1s;
        /* For modern browsers */
    }

    .dir_down .menubg-white {
        height: 60px;
        background: #fff;
        -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    }

    .menubg-white .navbar-collapse li.contact a:hover,
    .navbar-collapse li.contact a:hover {
        background: #e92308;
    }

    splash.dir_down .navbar-collapse li a,
    splash.scroll-up .navbar-collapse li a {
        color: #4C4C4C;
    }

    splash.scroll-up.scroll-top-up .navbar-collapse li a,
    splash .navbar-collapse li a,
    splash.dir_down .navbar-collapse li.contact a,
    splash.scroll-up .navbar-collapse li.contact a {
        color: #fff;
    }
    .navbar-collapse li a {
    	color: #FFF;
        text-transform: capitalize;
        position: relative;
        letter-spacing: 1px;
        text-decoration: none;

    }
	body.on-scroll .navbar-collapse li a { color: #4C4C4C; }
    .navbar-collapse li.contact a, body.on-scroll .navbar-collapse li.contact a {color: #FFF;}

    .navbar-collapse li a:after {
        content: '';
        background: #e92308;
        position: absolute;
        height: 2px;
        width: 0;
        left: 25%;
        bottom: -19px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        border-radius: 10px;
    }

    .navbar-collapse li a:hover:after {
        width: 100%;
        left: 0;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
        background: #e92308;
        color: rgba(255, 255, 255, 1);
    }

    .navbar-collapse li a:hover {
        text-decoration: none;
    }


    .menubg-white .navbar-collapse li a {
        color: rgba(255, 255, 255, 0.5);
        position: relative;
        letter-spacing: 1px;
        text-decoration: none;
    }

    .menubg-white .navbar-collapse li a:after {
        content: '';
        background: #e92308;
        position: absolute;
        height: 2px;
        width: 0;
        left: 25%;
        bottom: -19px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        border-radius: 10px;
    }

    .menubg-white .navbar-collapse li a:hover:after {
        width: 100%;
        left: 0;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
        background: #e92308;
        color: rgba(255, 255, 255, 1);
    }

    .menubg-white .navbar-collapse li.contact a:hover:after,
    .navbar-collapse li.contact a:hover:after {
        display: none;
    }



    .menubg-white .navbar-collapse li a {
        color: #4c4c4c !important;
    }

    .menubg-white .navbar-collapse li.contact a {
        color: #fff !important;
    }

    .scroll-up .menubg-white {
        height: 60px;
        background: #fff;
        -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    }

    .scroll-up.scroll-top-up .menubg-white {
        height: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

}

@media (max-width: 991px) {
    .signup input[type=email] {
        width: auto;
        min-width: 200px;
    }

    #toggle {
        position: fixed;
        z-index: 10000;
        width: 40px;
        height: 40px;
        right: 50px;
        cursor: pointer;
        top: 15px;
        -webkit-transition: all .8s ease;
        transition: all .8s ease;
    }

    #toggle span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        margin: 1.25em 0 0 0;
        background: #eee;
        -webkit-transition: 350ms ease all;
        transition: 350ms ease all;
        /*    box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.15);*/
        -webkit-box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.75);
    }

    #toggle span:before,
    #toggle span:after {
        content: " ";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #eee;
        -webkit-transition: 350ms ease all;
        transition: 350ms ease all;
        /*    box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.75);*/
        /*    box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.15);*/
        -webkit-box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.75);
    }

    .header-overlay-white #toggle span,
    .header-overlay-white #toggle span:before,
    .header-overlay-white #toggle span:after {
        background: #666;
    }



    #toggle span:before {
        margin: -0.6em 0 0 0;
    }

    #toggle span:after {
        margin: 0.6em 0 0 0;
    }

    #toggle.open span {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #toggle.open span:before,
    #toggle.open span:after {
        margin: 0;
        background: #666;
    }

    #toggle.open span:before {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #toggle.open span:after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}
/*@media only screen and (min-width : 1025px) { 
	section#section-anniversary {
    padding: 60px 40px;
    text-align: center;
    background-size: 100% auto;
    background-position: top center;
}
	section#section-anniversary .col-lg-9 a {
    margin-bottom: 30px;
}
	
}*/
@media (min-width: 1024px) and (max-width: 1199px)
{
	section#section-anniversary .square_section {
    flex-direction: unset !important;
}
	section#section-anniversary {
    padding: 60px 40px;
		background-size: 100% auto;
}
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
		
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	section#section-anniversary {
    padding: 60px 40px;
    text-align: center;
    background-size: auto 100%;
    background-position: top center;
}
	section#section-anniversary .col-lg-9 a {
    margin-bottom: 30px;
}
	section#section-anniversary .square_section {
    flex-direction: column;
}
}
@media (min-width: 768px) and (orientation: landscape) {
    #service_inquiry .enquiry_form .field_2 {
        float: none;
        width: 100%;
        clear: none;
        margin-bottom: 2rem;
    }

    #service_inquiry h3 {
        font-size: 34px;
    }
	section#section-anniversary .col-lg-3 img {
    width: 200px;
}
}

@media (max-width: 767px) {
    
    #tech_Carousel{
        bottom: -10px;
        height: 100px;
        display: table;
    }
    #tech_Carousel .carousel-inner{
        display: table-cell;
        vertical-align: middle;
    }
    
    .quotes-section p{
        margin: 0
    }
    
    .quotes-section h1{
        font-weight: 500;
        font-size: 16px;
        line-height: 22px
    }

    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }

    .sec.case_study .content {
        margin: 50px 0px;
    }

    .repeater .text-wrapper {
        margin: 0 auto 30px;
    }

    .logo {
        left: 25px;
    }

    #toggle {
        right: 25px;
    }

    .client_section {
        text-align: center;
    }

    .client_section img {
        min-width: auto;
    }

    /*
    .img_position img {
        margin: 0px !important;
        width: 120px;
    }

    .double_quote {
        bottom: -120px;
        height: 150px;
    }

    #myCarousel h4 {
        font-size: 16px;
        line-height: 1.24em;
        margin-bottom: 0;
        font-weight: normal;
    }

    #myCarousel h6 {
        font-size: 14px;
    }

    .author {
        position: absolute;
        top: 140px;
        left: 140px;
        border-left: none;
        padding: 0;
        font-size: 14px;
        width: auto;
        text-align: left;
    }

    #myCarousel .carousel-item {
        min-height: auto;
    }
*/
    .author {
        border-left: none;
        border-top: 2px solid #3677bc;
    }

    .w-img {
        position: static;
        margin: 0;
        display: block;
    }

    .img_position {
        display: none;
    }

    div#myCarousel {
        background: #0062b3;
    }

    #myCarousel h2 {
        padding-top: 10px;
    }

    #myCarousel .carousel-item {
        min-height: 300px;
    }

    .footer ul li {
        float: left;
        padding-right: 10px;
    }

    .blogs li:nth-child(2),
    .contact li:nth-child(2) {
        padding: 0;
    }

    ul.blogs {
        overflow: hidden;
    }

    .footer .container {
        padding: 0;
    }

    .footer ul li {
        float: none;
        padding-top: 5px;
        ;
    }

    .blogs,
    .social_icons {
        display: block;
    }

    .social_icons li {
        display: inline-block;
    }

    .signup input[type=button],
    .signup input[type=button] {
        display: inline-block;
    }

    .signup input[type=button] {
        left: 0;
        width: auto;
    }

    .footer .footer_bottom {
        padding: 10px 0;
    }

    .footer_bottom .privacy_terms {
        text-align: left;
        padding-top: 10px;
    }

    .blogs {
        border-bottom: 1px solid;
        border-color: rgba(250, 250, 250, 0.1);
    }

    /*   ======Variety Insight page styles======*/
    .solution {
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 0 15px;
    }

    .intro_heading {
        font-size: 40px !important;
        font-weight: 500 !important;
        line-height: 40px !important;
        margin-top: 50px;
    }

    .case-study-logo {
        width: 200px;
    }

    #sectio-02 .sectio-02 {
        margin-top: 50px;
        margin-bottom: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    #sectio-02,
    #sectio-02 .sectio-02 .video-slider {
        margin-bottom: 50px;
    }

    .content-details p {
        font-size: 14px;
    }
section#section-anniversary {
    padding: 60px 20px;
    text-align: center;
    background-size: auto 100%;
}
	section#section-anniversary .col-lg-9 h3 {
    font-size: 32px;
    line-height: 36px;
}
	section#section-anniversary .col-lg-9 a {
    margin-bottom: 30px;
}
	section#section-anniversary .col-lg-3 img {
    width: 200px;
}
	section#section-anniversary .square_section {
    flex-direction: column;
}
    /*   ======Variety Insight page styles end======*/
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .client_section h3 {
        font-size: 24px;
    }
	section#section-anniversary {
    padding: 60px 20px;
    text-align: center;
    background-size: auto 100%;
}
	section#section-anniversary .col-lg-9 h3 {
    font-size: 32px;
    line-height: 36px;
}
	section#section-anniversary .col-lg-9 a {
    margin-bottom: 30px;
}
	section#section-anniversary .col-lg-3 img {
    width: 250px;
}
	section#section-anniversary .square_section {
    flex-direction: column;
}
}

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

    /*    .item img {
    width:100%!important;
    height:auto !important;
}*/
    #section4 {
        height: 100vh;
    }

    .client_section {
        padding: 50px;
    }
}