/*------terms-page------*/
.containerInners
{
	font-family: 'Poppins', sans-serif;
}
.banner-inner-pages img
{
	width: 100%;
	margin: 0px auto;
}
.inner-h2
{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}
.content-para, .ordered-list li 
{
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
}
.dot-list li
{
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 500;
}
.ordered-list 
{
	list-style-type:decimal !important;
	margin-left: 15px;
}
.ordered-list  li
{
	list-style-type:decimal !important;
}
.dot-list
{
	margin-left: 20px;
	margin-top: 15px;
}
.dot-list li
{
	list-style-type: square !important;
}
/*------terms-page-end------*/

/*#myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
*/
.mw-sm {
    max-width: 48rem!important;
}
.section {
    position: relative;
    width: 100%;
   
    padding: 40px 0;
    background-color: #f9f9f9;
    overflow: hidden;
}
.heading-block.border-bottom-0::after{display:none}
.topmargin {
    margin-top: 3rem!important;
}
.heading-block h3 {
    font-size: 1.75rem;
}
.heading-block::after {
    content: '';
    display: block;
       margin: 20px auto 0;
    width: 100px;
    border-top: 2px solid #444;
}
.before-heading {
    display: block;
    margin: 0 0 5px;
    font-size: 1rem;
    font-family: 'Poppins',serif;
    font-style: italic;
    font-weight: 400;
    color: #000;
}
.heading-block>span{
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}
.blog-tile {
    position: relative;
    z-index: 3;
    padding: 0 15px;
    margin: 0 0 50px;
}
.blog-tile a {
    text-decoration: none;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0;
    border-radius: 6px 6px 0 0;
     background:#fff;
}
.shadow{
    box-shadow: 0px 0px 8px #858585;
}
.btn-link{color:#337ab7;font-weight:600;}
.blog-tile .price {
    position: absolute;
    left: 20px;
    bottom: 106px;
    background: #337ab7;
    
    z-index: 1;
    color: #fff;
    font-size: 18px;
   
}
.btn-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}

.btn-circle i {
  position: relative;
  top: -1px;
}
.middle-sec .heading-block h2 {
    font-size: 42px;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: 600;
}

.blog-tile.download-format a{
    background:#fff;
     -webkit-box-shadow: 0 0 42px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 42px 0 rgb(0 0 0 / 10%);
}
.blog-tile a:hover {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 0 42px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 42px 0 rgb(0 0 0 / 10%);
}
.blog-tile .image-container {
    position: relative;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    height: 240px;
}
.blog-tile .image-container .img-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 50%;
    -khtml-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.blog-tile .content {
    padding: 20px 30px;
}
.blog-tile .tag {
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #2c275f;
    font-size: 11px;
    margin-top: 0;
}
.blog-tile .with-min-height {
    min-height: 90px;
}

.blog-tile h4 {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin: 15px 0 30px;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 90px;
}
.blog-tile .article-info {
    color: #2c275f;
    font-size: 11px;
    margin-bottom: 10px;
    font-family: 'Poppins',sans-serif;
}
.blog-tile .content p:last-child {
    margin-bottom: 0;
}
.blog-tile p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 78px;
    -webkit-line-clamp: 3;
    margin-bottom: 30px;
    color: #4c6688;
    font-size: 16px;
}
.blog-tile .image-container:hover .img-cover{-webkit-transform:scale(1.1);-khtml-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.video-banner {
  position: relative;
  background-color: #09305b;
  /*height: 75vh;*/
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-banner .container-fluid {
  position: relative;
  z-index: 2;
  padding: 0px 0px;
}

.video-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
.wwa-video-title
{
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    line-height: 70px;
    color: #fff;
    max-width: 503px;
    margin: 0px auto;
}
.wwa-video-sub-title {
    font-size: 23px;
    width: 57%;
    margin: 0px auto;
    margin-bottom: 40px;
    margin-top: 30px;
    font-weight: 400;
}
.video-link-btn {
    text-transform: none;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 0px;
    min-width: 215px;
    margin: 0px 9px;
    background-color:#e7e193;
}


.Who-we-are-sec
{
    padding-bottom: 30px;
}
.heading-box-h2, .heading-box-h1 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
}
.heading-h2, .heading-h1 {
    font-weight: 700;
    color: #000;
    display: inline-block;
    position: relative;
    padding: 0px 15px;
    font-size: 35px;
    margin-bottom: 20px;
}
.heading-h2:before, .heading-h1:before {
    position: absolute;
    content: '';
    right: 100%;
    height: 5px;
    background-color: #337ab7;
    width: 60px;
    top: 43%;
}
.heading-h2:after, .heading-h1:after {
    position: absolute;
    content: '';
    left: 100%;
    height: 5px;
    background-color: #337ab7;
    width: 60px;
    top: 43%;
}
.WWA-box {
    margin-bottom: 30px;
    box-shadow: 0px 0px 8px #858585;
}
.WWA-box:hover {
    margin-bottom: 30px;
    box-shadow: 0px 0px 8px #2f2f2f;
}
.WWA-box .card:hover
{
    background-color: #efefef;
}
.WWA-box .card
{
    border-radius: 0px;
}
.WWA-box .card .card-text
{
    font-size: 15px;
    overflow: hidden;
}
.WWA-box .card .card-title {
    margin-bottom: .75rem;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.WWA-card-btn
{
    background-color: #337ab7;
    border-color: #337ab7;
    border-radius: 0px;
    margin-top: 10px;
}

.who-we-are-services
{
    background-color: #efefef;
    padding-bottom: 35px;
}
.services-list {
    background-color: #fff;
    border: 1px solid #dedede;
    margin-bottom: 30px;
    box-shadow: 1px 1px 5px #bfbfbf;
}
.services-list .row
{
    margin: 0px;
}
.service-img-col
{
    padding: 0px;
}
.service-img-col img
{
    width: 100%;
}
.services-list p
{
    font-size: 15px;
    margin-bottom: 5px;
    text-align: justify;
}
.services-list p strong {
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase;
    
}


.speakin-connects
{
    padding: 40px 0px 60px 0px;
    text-align: center;
}
.speakin-connects-box {
    text-align: center;
    background-color: #efefef;
    padding: 15px;
    height: 100%;
}
.speakin-connects-title
{
    font-size: 30px;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 40px;
}
.speakin-connects-box-icon
{
    margin-bottom: 15px;
}
.speakin-connects-box-title
{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
.speakin-connects-box-content
{
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0px;
}
.we-work-sec
{
    padding: 10px 0px 60px 0px;
    text-align: center;
    background-color: #efefef;
}
.container-fluid-we-work
{
    padding:0px 50px;
}
.WeWork_logo
{
    position: relative;
    min-height: 100px;
    background-color: #fff;
}
.WeWork_logo img
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 200px;
}
.WeWork_logo_big img {
    max-width: 78px;
}
.owl-wwa .owl-dots
{
    display: none;
}
.owl-wwa .owl-nav button {
    border-radius: 0px;
    color: #333;
    background-color: #ddd !important;
    position: absolute;
    top: 37%;
    border: 1px solid #c3c2c2 !important;
    height: 30px;
    width: 30px;
}
.owl-wwa .owl-nav .owl-prev
{
    left: -15px;
}
.owl-wwa .owl-nav .owl-next
{
    right: -15px;
}
.owl-wwa .owl-nav button:hover
{
    border-radius: 0px;
    color: #fff;
    background-color: #337ab7 !important;
}
.owl-wwa .owl-nav button span
{
    font-size: 30px;
    line-height: 25px;
    height: 30px;

    margin-top: -4px;
    vertical-align: super;
    font-weight: bold;
}
#collage-sec
{
    background-image: url('../images/testimonials/parallax1.jpg');
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat; 
    min-height: 600px;
    position: relative;
}
.collage-cmnt-slider
{
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 700px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-color: rgba(51, 122, 183, 0.79);
    color: #fff;
    padding: 38px;
    min-height: 265px;
}
.collage-cmnt-slider h5
{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.collage-carousel-name
{
    font-weight: bold;
    font-size: 18px;
}
.collage-carousel-name span
{
    display: block;
    font-size: 18px;
    font-weight: normal;
}
.collage-cmnt-slider .carousel-item
{
    padding: 50px 30px;
}
.blockquote {
    margin: 0px auto;
    width: 100%;
    border: 2px solid #fff;
    position: relative;
}
.blockquote .icon-quote.quote-top {
    left: 25px;
    top: -10px;
}
.blockquote .icon-quote {
    position: absolute;
    width: 58px;
    height: 30px;
    overflow: hidden;
     font-size: 2.6em;
    margin-bottom: 15px;
    margin-top: 10px;
    min-height: 46px;
}

.blockquote .icon-quote:before, .blockquote .icon-quote:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 12px;
    height: 30px;
    top: -4px;
    transform: skewX(0) skewY(-35deg);
    -webkit-transform: skewX(0) skewY(-35deg);
}
.blockquote .icon-quote:before {
    left: 15px;
}
.blockquote .icon-quote:after {
    left: 31px;
}

.blockquote .icon-quote.quote-bottom {
    right: 25px;
    bottom: -15px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.speakin-media
{
    background-color: #efefef;
    padding-bottom: 60px;
}


.container-fullwidth
{
	padding: 0px 15px;
}
@media (min-width: 576px){
.container {
    max-width: 540px;
}
}

@media (min-width: 768px){
.container {
    max-width: 720px;
}
}

@media (min-width: 992px){
.container {
    max-width: 960px;
}
}

@media (min-width: 1200px){
.container {
    max-width: 1140px;
}
}
@media only screen and (min-width: 240px) and (max-width: 767px)
{
    .video-banner .container-fluid {
    padding: 0px 15px;
}
    .video-banner video {
    position: absolute;
    top: 0%;
    left: 0%;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
}
.heading-box-h2, .heading-box-h1 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.video-banner
{
    min-height: 30rem; 
}
.wwa-video-title {
    font-size: 35px;
    line-height: 46px;
}
.wwa-video-sub-title {
    font-size: 18px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 15px;
    font-weight: 400;
}
.video-link-btn
{
    margin-bottom: 10px;
}
.heading-h2, .heading-h1 {
    font-size: 22px;
}
.heading-h2:before, .heading-h1:before, .heading-h2:after, .heading-h1:after {
    height: 3px;
    width: 35px;
}
.service-img-col
{
    margin-bottom: 15px;
}
.speakin-connects-title {
    font-size: 20px;
    line-height: 28px;
}
.speakin-connects-box
{
    height: auto;
    margin-bottom: 15px;
}
.speakin-connects {
    padding: 25px 0px 15px 0px;
}
.we-work-sec {
    padding: 0px 0px 30px 0px;
}
.collage-cmnt-slider {
    min-height: auto;
    width: 90%;
    padding: 10px;
}
.collage-cmnt-slider h5 {
    font-size: 17px;
}
#collage-sec
{
    min-height: 450px;
}
.services-list
{
    padding-bottom: 12px;
}
.who-we-are-content
{
    margin-bottom: 25px;
}
.services-list img
{
    width: 100%;
}
.who-we-are-services {
    padding-bottom: 5px;
}
.we-work-sec .heading-box-h2 {
    margin-top: 20px;
    margin-bottom: 25px;
}
}


@media only screen and (min-width: 768px) and (max-width: 991px){
    .wwa-video-title {
    font-size: 35px;
    line-height: 35px;
}
.video-banner {
    height: 45vh;
    }
.wwa-video-sub-title {
    font-size: 20px;
    width: 100%;
}
.WWA-box .card .card-text {
    font-size: 14px;
    overflow: hidden;
}
.WWA-box
{
    margin-bottom: 0px;
    height: 100%;
}
.WWA-box .card
{
    border-bottom: 0px;
}
.speakin-connects-title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 30px;
}
.speakin-connects-box {
    height: auto;
    margin-bottom: 30px;
}
.Who-we-are-sec {
    padding-bottom: 50px;
}
.speakin-connects {
    padding: 40px 0px 30px 0px;
}
.we-work-sec {
    padding: 0px 0px 60px 0px;
}
.speakin-media {
    padding-bottom: 50px;
}
.collage-cmnt-slider 
{
    min-width: 80%;
}
#collage-sec {
    background-attachment: initial;
    min-height: 430px;
}
.service-img-col {
    padding: 15px;
    text-align: center;
}
.services-list p {
    text-align: center;
}
.services-list {
    padding-bottom: 10px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.speakin-connects-box {
    height: auto;
    margin-bottom: 30px;
}
.collage-cmnt-slider
{
    min-width: 80%;
    }
    .services-list p {
    font-size: 14px;
    line-height: 19px;
}
.speakin-connects {
    padding: 40px 0px 25px 0px;
}
.we-work-sec {
    padding: 0px 0px 60px 0px;
}
.speakin-media {
    padding-bottom: 50px;
}
}

