body{background:#fff;color:#000;font-family: 'Poppins', sans-serif;}
a{color:#ff2c57;transition:.5s}
a:hover,a:active,a:focus{color:#0b6bd3;outline:0;text-decoration:none}
p{padding: 0;
    margin: 0 0 0px 0;
    font-size: 16px;
    font-weight: 300;
	color:#666}
h1,h2,h3,h4,h5,h6{font-family: 'Poppins', sans-serif;font-weight:400;margin: 0 0 15px 0;padding:0;}
ul {
    padding-left: 0;
    margin-bottom: 0;
}
ul li{list-style: none;}
img {
    max-width: 100%;
}
.back-to-top{position:fixed;display:none;background:#fe2c57;color:#fff;width:44px;height:44px;text-align:center;line-height:1;font-size:16px;border-radius:50%;right:15px;bottom:15px;transition:background .5s;z-index:11}
.back-to-top i{padding-top:12px;color:#fff}
#preloader{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;overflow:hidden;background:#fff}
#preloader:before{content:"";position:fixed;top:calc(50% - 30px);left:calc(50% - 30px);border:6px solid #f2f2f2;border-top:6px solid #007bff;border-radius:50%;width:60px;height:60px;-webkit-animation:animate-preloader 1s linear infinite;animation:animate-preloader 1s linear infinite}
@-webkit-keyframes animate-preloader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}@keyframes animate-preloader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}#header{transition:all .5s;z-index:997;transition:all .5s;padding:10px 0;min-height:unset}
header#header.fixed-top.header-scrolled{background:#fff; z-index: 999999;box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);}
#header.header-scrolled,#header.header-pages{padding:10px 0}
#header .logo h1{font-size:36px;margin:0;padding:0;line-height:1;font-weight:400;letter-spacing:3px;text-transform:uppercase}
#header .logo h1 a,#header .logo h1 a:hover{color:#00366f;text-decoration:none}
#header .logo img{padding:0;margin:7px 0;max-height:70px}
a.scrolldown{display:none}
header#header.fixed-top.header-scrolled a.scrolldown{display:block}
header#header.fixed-top.header-scrolled a.scrollto{display:none}
header#header.fixed-top.header-scrolled .main-nav ul li a{color:#000}
header#header.fixed-top.header-scrolled .main-nav ul li{padding:25px 0}
header#header.fixed-top.header-scrolled .logo img{max-height:60px}
.main-nav ul li.active a, header#header.fixed-top.header-scrolled .main-nav ul li.active a {
    color: #ff2c57;
}
.main-nav,.main-nav *{margin:0;padding:0;list-style:none}
.main-nav>ul>li{position:relative;white-space:nowrap;float:left}
.main-nav ul li a{color:#fff;font-size:16px;font-family: 'Poppins', sans-serif;font-weight:400;padding:.65rem 0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
.main-nav ul li.active a, .main-nav ul li:hover a{color: #ff2c57;}
.main-nav ul li{margin:0 15px;padding:30px 0}
div#navbarSupportedContent{flex-direction:column-reverse}
.main-pages{margin-top:60px}
section{padding:80px 0; float: left;
    width: 100%;}
section#intro{padding:0}
#home-slider .slider1, #home-slider .slider2, #home-slider .slider3{height:900px;}
#home-slider .slider1{background:url(../images/header1.jpg) no-repeat center/cover;}
#home-slider .slider2{background:url(../images/header2.jpg) no-repeat center/cover;}
#home-slider .slider3{background:url(../images/header3.jpg) no-repeat center/cover;}
div#home-slider .item:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: .77; } 	

section#intro .owl-nav button {
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -20px;
    background: hsla(0,0%,100%,.33)!important;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 54px;
    border-radius: 50%!important;
    font-size: 14px;
    color: #fff!important;
    -webkit-transition: .4s;
    transition: .4s;
}

section#intro .owl-nav button.owl-next {
    left: auto;
    right: 40px;
}
section#intro .owl-nav button:hover{background:#ff2c57!important}
.heading {
    text-align: left;
    font-size: 35px;
    font-weight: 200;
    margin-bottom: 20px;
}

.heading span {
    font-size: 18px;
    font-weight: 300;
    color: #ff2c57;
    margin-bottom: 17px;
    text-transform: capitalize;
    display: block;
}

.heading span.red {
    display: inline-block;
    color: #ff2c57;
    font-size: 35px;
    font-weight: 200;
    margin-bottom: 0px;
    font-weight: 600;
}
.heading-section {
    margin-bottom: 60px;
    padding-left: 30px;
    position: relative;
}

.heading-section:before, .heading-section:after {content: "";position: absolute;width: 3px;height: 100%;left: 10px;top: 0;background: #ff2c57;-webkit-transition: .4s;transition: .4s;}

.heading-section:after {content: "";left: 0;height: 50%;}

.heading-section:hover:before {
    height: 50%;
}

.heading-section:hover:after {
    height: 100%;
}
/* .heading-section p {
    max-width: 635px;
    margin-top: -7px;
} */
.box {
    text-align: center;
    box-shadow: 0 0 30px 0 rgba(67,67,67,.15);
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    -webkit-transition: .4s;
    transition: .4s;
	margin-bottom: 30px;
}
.box .icon {
    color: #ff2c57;
    font-size: 45px;
}

.box h3 {
    margin-top: 25px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
}

.box a {
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 45px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    box-shadow: 0 0 25px 0 rgba(0,27,103,.3);
    border-radius: 50% 0 0 0;
    opacity: 0;
    visibility: hidden;
}

.box:hover a {
    background: #ff2c57;
    color: #fff;
    opacity: 1;
    visibility: visible;
    right: 0;
    bottom: 0;
}

.box:hover {
    box-shadow: unset;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
section.structure-bg {
    background-image: url(../images/structure-bg.png);
    background-position: 50%;
}
section.bg-light-gray{
    background-color: #f6f6f6;
}
.about .heading {
    font-size: 25px;
}

.about .heading span.red {
    font-size: 25px;
}
.about .heading-section:before, .about .heading-section:after {
    display: none;
}
.about .heading-section {
    padding-left: 0;
    margin-bottom: 20px;
}
.about .pull-left {
    margin-right: 45px;
}

.about ul li {
    margin-bottom: 10px;
    font-weight: 300;
    color: #666;
}

.about ul li i {
    color: #ff2c57;
    margin-right: 5px;
}

.about ul {
    margin-bottom: 30px;
}

.about ul li:last-child {
    margin-bottom: 0;
}
.about .heading-section {
    padding-left: 0;
    margin-bottom: 20px;
}

.about .pull-left {
    margin-right: 45px;
}

.about ul li {
    margin-bottom: 10px;
    font-weight: 300;
    color: #666;
}

.about ul li i {
    color: #ff2c57;
    margin-right: 5px;
}

.about ul {
    margin-bottom: 30px;
}

.about ul li:last-child {
    margin-bottom: 0;
}

.read-more {
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 30px;
    -webkit-transition: .4s;
    transition: .4s;
    color: #fff;
    background-color: #ff2c57;
    border-color: #ff2c57;
    /* line-height: 1.8; */
    display: inline-block;
    font-weight: 400;
    border: 1px solid transparent;
}

.read-more:hover, .read-more:focus {
    color: #ff2c57;
    background-color: #fff;
    border-color: #ff2c57;
}
.video-btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -26px;
}

.about-video .video-btn a:after, .about-video .video-btn a:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite;
    border: 10px solid #fff;
}

.about-video .video-btn a:after {
    width: 70px;
    height: 70px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.about-video .video-btn a {
    color: #fff;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 72px;
    background: #ff2c57;
    position: relative;
    font-size: 30px;
    border-radius: 50%;
}
@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity:1;
	}
	100% {
		-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
		opacity:0;
	}
}
@keyframes pulse-border {
	0% {
		-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity:1;
	}
	100% {
		-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
		opacity:0;
	}
}

section.strategy {
    padding: 0;
}

section .about-strategy {
    padding: 80px 0 80px 25px;
}

.full-half-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.strategy-img {
    background: url(../images/about-strategy.jpg) no-repeat center;
	background-size: cover;
}
.about-strategy .heading-section {
    margin-bottom: 20px;
    padding-left: 0;
}

.about-strategy .heading-section:after, .about-strategy .heading-section:before {
    display: none;
}

.about-strategy ul li {
    margin-bottom: 10px;
    font-weight: 300;
    color: #666;
}

.about-strategy ul li i {
    color: #ff2c57;
    margin-right: 5px;
}

.about-strategy ul {
    margin-bottom: 30px;
}
.box.box-2 {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
    padding: 50px 30px;
    box-shadow: 0 20px 40px 0 rgba(28,30,35,.2);
    text-align: left;
}

.box.box2 .icon {
    float: left;
}

.box.box-2 .icon {
    display: block;
    text-align: left;
}

.box.box-2 {}

.box.box-2 span {
    bottom: 0;
    color: rgba(0,0,0,.03);
    font-size: 200px;
    line-height: 180px;
    position: absolute;
    right: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.box.box-2:hover, .box.box-2.client:hover {
    background: #ff2c57;
    color: #fff;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.box.box-2:hover p {
    color: #fff;
}

.box.box-2:hover .icon {
    color: #fff;
}

.box.box-2:hover span {
    color: hsla(0,0%,100%,.2);
}
section.black-strip {
    text-align: center;
}

section.black-strip .heading {
    text-align: center;
	color: #fff;
    font-weight: 500;    
    margin-bottom: 30px;
}

section.black-strip p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    color: #fff;
}

section.black-strip .heading-section:before, section.black-strip .heading-section:after {
    display: none;
}

section.black-strip .heading-section {
    padding-left: 0;
    margin-bottom: 0;
}
section.black-strip {background: url(../images/black-strip-bg.jpg) no-repeat center/cover;position: relative; background-attachment: fixed;}
section.black-strip:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .88;
}

.read-more.black {
    background: transparent;
    border-color: #fff;
    margin-left: 10px;
}

.read-more.black:hover {
    background: #ff2c57;
    color: #fff;
    border-color: #fff;
}
.skills .heading-section {
    padding-left: 0;
}

.skills .heading-section:before, .skills .heading-section:after {
    display: none;
}
.project-heading {
    font-size: 17px;
    margin-bottom: 13px;
}

.progress-bar {

    background: #fff;
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible;

}

.progress-bar .bar {
    box-shadow: none;
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
    background: #ff2c57;
    border-radius: 5px;
    height: 10px;
}
.progress-value {
    font-size: 15px;
    font-weight: 300;
    color: #222;
    position: absolute;
    top: -29px;
    right: 0;
}
section.counter {
    background: url(../images/counter-bg.jpg) no-repeat center/cover;
	position:relative;
}

section.counter:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .77;
}
.counters span{font-size:45px;line-height:1;font-weight:600;letter-spacing:.5px;margin-bottom:12px;margin-bottom:12px;display:inline-block; color:#fff; width:100%;}
.counters p {
     color: #fff;
     font-size: 18px;
    
}
.column-counter {
    position: relative;
    padding-left: 65px;
}

.column-counter i {
    font-size: 50px;
    color: #ff2c57;
    position: absolute;
    left: 0;
    top: 2px;
}
.column-counter .fa.fa-users {
    left: -10px;
}
.team-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 92%;
    background: #fff;
    margin-left: 15px;
    padding-top: 20px;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s;
}

.team-single {
    position: relative;
    text-align: center;
    width: 100%;
    float: left;
}

.team-social {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(20%,rgba(0,0,0,.9)),color-stop(80%,rgba(0,0,0,.3)));
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,.9) 20%,rgba(0,0,0,.3) 80%);
    background: linear-gradient(0deg,rgba(0,0,0,.9) 20%,rgba(0,0,0,.3) 80%);
    opacity: 0;
    visibility: hidden;
}

p.team-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    -webkit-transition: .4s;
    transition: .4s;
}

p.team-post {
    color: #666;
    -webkit-transition: .4s;
    transition: .4s;
}

.team-single:hover .team-content {
    bottom: 34%;
    background: transparent;
}

.team-single:hover p.team-name, .team-single:hover p.team-post {
    color: #fff;
}

.team-single:hover .team-social {
    opacity: 1;
    visibility: visible;
}
.team-social ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -50px;
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
}

.team-social ul li {
    display: inline-block;
    margin: 0 4px;
}

.team-social ul li a {
    width: 35px;
    height: 35px;
    line-height: 32px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}

.team-social ul li a:hover {
    border-color: #ff2c57;
    background: #ff2c57;
}
.owl-dots span {
    width: 15px !important;
    height: 15px !important;
    border: 1px solid #eee !important;
	display:block;
	border-radius: 50%!important;
    border: 2px solid #ddd!important;
	    margin: 0 4px!important;
		outline:0;
}

.owl-dots {
    margin-top: 50px;
	text-align: center;
	}
.owl-carousel button.owl-dot {
    display: inline-block;
	outline:0;
}
.owl-carousel button.owl-dot.active span
{
border-radius: 5px!important;
    width: 35px!important;
    height: 10px!important;
    border-color: #ff2c57!important;
    background: #ff2c57!important;
}
.box.box-3 {
    text-align: left;
    padding: 35px;
    border-radius: 5px;
	background: #fff;
}

.box.box-3 h3 {
    color: #ff2c57;
    font-size: 45px;
    font-weight: 700;
    margin: 0;
}
.box.box-3 h4 {
    margin-top: 25px;
    margin-bottom: 18px;
    font-size: 22px;
}
.box.box-3:hover {
    box-shadow: 0 0 30px 0 rgba(67,67,67,.15);
}
.dotted-bg {
    background: url(../images/dotted-bg.jpg);
}
.service-img:before {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #000;opacity: .66;}

.service-img {
    position: relative;
}

.service-img .icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -30px;
    text-align: center;
}

.service-img .icon i {
    width: 70px;
    height: 70px;
    line-height: 71px;
    border: 1px solid #fff;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: center;
}

.service-content h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 18px;
}

.service-content {
    padding: 30px 25px;
    position: relative;
    text-align: center;
}

.service-box {
    box-shadow: 0 0 30px 0 rgba(67,67,67,.15);
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
}

.service-box:hover .service-content {
    border-left: 2px solid #ff2c57;
    border-bottom: 2px solid #ff2c57;
}

.service-box:hover {
    box-shadow: unset;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.service-box:hover .icon i {
    background: #fff;
    color: #ff2c57;
}

.why-we-different-text h4 {
    font-size: 35px;
    font-weight: 200;
    margin-bottom: 20px;
}

.why-we-different-text ul {
    margin-top: 25px;
    margin-bottom: 30px;
}

.why-we-different-text ul li {
    margin-bottom: 10px;
    font-weight: 300;
    color: #666;
}

.why-we-different-text ul li i {
    color: #ff2c57;
    margin-right: 5px;
}
.filter-button-group {
    /* padding: 15px; */
    display: inline-block;
    box-shadow: 0 0 30px 0 rgba(67,67,67,.15);
    padding: 18px 20px;
    border-radius: 50px;
}

.filter-button-group .btn-group .btn.btn-default {
    border: none;
    background: #f4f4f4;
    padding: 9px 24px;
    text-transform: capitalize;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 30px;
    color: #000;
    margin: 0 4px;
}

.thumbnail {
  border-radius: 0px;
  border: 0px;
  padding: 0px;
}

//customise modal

a.pp_play,
a.pp_arrow_previous,
a.pp_arrow_next,
a.pp_close{
  display: none;
}

//.pp_social { float: left; margin: 0; width:450px;}
.pp_social .twitter { float: left; width: 60px; }
.pp_social .facebook { float: left; margin-left: 15px; width: 80px; overflow: hidden;}

.pp_nav {
  margin-top: 0;
}
.iso-img {
    padding: 0px;

}

.iso-img .in-img {
    padding: 5px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
}
section#work .grid {
    margin-top: 40px;
}
.in-img .work-content {
    position: absolute;
    bottom: 20px;
    width: 86%;
    background: #fff;
    left: 40px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}

.in-img .popup-btn {
    position: absolute;
    top: 20px;
    right: 40px;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 46px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #fff;
    -webkit-transition: .4s;
    transition: .4s;
}
.in-img:before {
    content: "";
    position: absolute;
    top: 15px;
    width: 95%;
    height: 93%;
    background: #000;
    left: 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}

.in-img:hover:before {
    top: 21px;
    width: 93%;
    height: 91%;
    left: 21px;
    opacity: .66;
    visibility: visible;
}

.in-img:hover .work-content {
    opacity: 1;
    visibility: visible;
    bottom: 35px;
}

.in-img:hover .popup-btn {
    top: 36px;
    opacity: 1;
    visibility: visible;
}

.in-img:hover .work-content ul li {
    display: inline-block;
    font-size: 14px;
}

.in-img:hover .work-content ul li a {
    color: #000;
}

.in-img:hover .work-content ul li a:hover {
    color: #ff2c57;
}
.in-img:before {
    content: "";
    position: absolute;
    top: 15px;
    width: 95%;
    height: 93%;
    background: #000;
    left: 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}

.in-img:hover:before {
    top: 21px;
    width: 93%;
    height: 91%;
    left: 21px;
    opacity: .66;
    visibility: visible;
}

.in-img:hover .work-content {
    opacity: 1;
    visibility: visible;
    bottom: 35px;
}

.in-img:hover .popup-btn {
    top: 36px;
    opacity: 1;
    visibility: visible;
}

.in-img:hover .work-content ul li {
    display: inline-block;
    font-size: 14px;
}

.in-img:hover .work-content ul li a {
    color: #000;
}

.in-img:hover .work-content ul li a:hover {
    color: #ff2c57;
}

.in-img .popup-btn:hover {
    background: #ff2c57;
    border-color: #ff2c57;
}
.pricing {
    padding: 30px 0;
    text-align: center;
    position: relative;
    box-shadow: 0 0 30px 0 rgba(67,67,67,.15);
	background: url(../images/structure-bg.png);
	background-position:center;	
    -webkit-transition: .4s;
    transition: .4s;
}

.pricing .subheading {
    padding: 20px 0;
    margin-bottom: 35px;
    background: #ff2c57;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.pricing .subheading:after {content: "";width: 70px;height: 30px;background: #ff2c57;margin: 0 auto;position: absolute;bottom: -15px;left: 0;right: 0;-webkit-clip-path: polygon(50% 100%,0 0,100% 0);clip-path: polygon(50% 100%,0 0,100% 0);}

.price-value {
    display: inline-block;
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #ff2c57;
}

ul.pricing-content {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin-bottom: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}

ul li i {
    color: #ff2c57;
    margin-right: 4px;
}

ul.pricing-content li {
    color: #8b8b8b;
    margin-top: 16px;
}

ul.pricing-content li:first-child {
    margin-top: 0;
}
.faq-img {
    position: absolute;
        right: 15px;
    top: 0;
    left: 15px;
    bottom: 0;
    background: url(../images/faq-img.jpg) no-repeat center/cover;
}
div#accordion .card-header button {
    background-color: #fff;
    color: #000;
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer;
    padding: 12px 18px;
    width: 100%;
    text-align: left;
    border: none;
    line-height: 1.5;
    /* padding-left: 40px; */
    -ms-flex-align: left!important;
    align-items: left!important;
}

div#accordion .card-header {
    padding: 0;
    border: 0;
    border-radius: 0;
    text-align: left;
}

.card .collapse {
    border-top: 1px solid #eee;
    padding: 20px;
    -webkit-animation: fadein .35s ease-in;
    animation: fadein .35s ease-in;
}

div#accordion .card-header button:before {
    display: inline-block;
    content: "";
    height: 10px;
    width: 10px;
    margin-right: 12px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
}
div#accordion .card {
    border-top: none;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(67,67,67,.15);
    margin-bottom: 10px;
}
div#accordion .card-header:hover button, div#accordion .card-header:focus button {
    background-color: #ff2c57;
    color: #fff;
    text-decoration: none;
}
.box.box-2.client {
    padding: 30px;
    background: url(../images/structure-bg.png);
	    box-shadow: 0 0 30px 0 rgba(67,67,67,.15);
}
.client-img {
    width: 30%;
    float: left;
}

.client-other {
    float: left;
    margin-top: 17px;
}

.client-other h3 {
    font-size: 19px;
    font-weight: 500;    
    margin: 0;
}

.client-info {
    overflow: hidden;
    margin-bottom: 30px;
}

.client-img img {
    border-radius: 50%;
}
.box.blog-item {
    box-shadow: none;
    padding: 30px;
    border: 1px solid #eee;
    text-align: left;
	position:relative;
	z-index:1;
}

.box.blog-item .link-btn {
    opacity: 1;
    visibility: visible;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    box-shadow: 0 0 25px 0 rgba(0,27,103,.3);
    border-radius: 50% 0 0 0;
    color: #000;
}

.box.blog-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: -1;
    }

.box.blog-item {}

.box.blog-item:hover:before {
    background: #000;
    opacity: .66;
}
.box.blog-item:hover
{transform:translateX(0)}
.box.blog-item:hover, .box.blog-item:hover p, .box.blog-item:hover .link-btn
{
color:#fff
}
.newsletter {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 30px 0 rgba(67,67,67,.15);
    background: #fff;
    padding: 35px;
    border-radius: 5px;
}

.newsletter h2 {
    text-transform: capitalize;
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
}

.newsletter form .form-control {
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
    border: none;
    height: 75px;
    border-radius: 50px;
    padding-left: 20px;
    font-size: 17px;
    margin-bottom: 0;
}

.newsletter form input[type="submit"] {
    position: absolute;
    right: 7px;
    top: 8px;
    height: 60px;
    width: 175px;
    padding: 9px 25px;
    font-size: 16px;
    border-radius: 30px;
    -webkit-transition: .4s;
    transition: .4s;
    color: #fff;
    background-color: #ff2c57;
    border-color: #ff2c57;
    padding: 9px 25px;
    font-size: 16px;
    border-radius: 30px;
    border: 1px solid;
}

.newsletter form {
    position: relative;
}
section.clients .item{padding:0 15px}
section#contact .content-txt {
    box-shadow: 0 0 30px 0 rgba(67,67,67,.15);
    padding: 40px 30px;
    border-top: 3px solid #ff2c57;
    border-bottom: 3px solid #ff2c57;
    background: #fff;
}

section#contact .subtitle {
    color: #ff2c57;
    margin-bottom: 25px;
    font-size: 22px;
}

.contact-form .form-control {
    border-radius: 30px;
    height: 45px;
    padding: 10px;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #eee;
}

.contact-form textarea.form-control {
    height: auto;
    padding: 15px;
}
.contact-info ul li {
    position: relative;
    padding-left: 60px;
    font-size: 16px;
    margin-bottom: 35px;
    color: #151515;
}
.contact-info ul li:last-child{ margin-bottom: 0px;}
.contact-info ul li:first-child{ margin-bottom: 10px;}

.contact-info ul li i {
    position: absolute;
    left: 0;
    top: -11px;
    color: #ff2c57;
    font-size: 19px;
    background: #f6f6f6;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
}

.content-map {
    height: 335px;
}

.content-map iframe {
    height: 100%;
    width: 100%;
}

footer {
    width: 100%;
    float: left;
}

.footer-area {
    width: 100%;
    float: left;
    text-align: center;
    padding: 50px 0 50px;
    background: #222;
}

.footer-logo {
    display: inline-block;
    max-width: 150px;
    margin-bottom: 30px;
	    
}

.footer-social ul li {
    display: inline-block;
    margin: 0 4px;
}

.footer-social ul li a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
}
.copyright{text-align: center;
    padding: 0;
    float: left;
    width: 100%;
    margin-top: 30px;}
.copyright p {
    font-size: 14px;
}
.copyright p, .copyright a {
    color: #fff;
}
.copyright a:hover {
    color: #fe2c57;
}
i.fa.fa-bars {
    color: #ff2c57;
    padding: 10px;
    border: 1px solid #ff2c57;
}
.mobile-nav-toggle.darkmenu i.fa.fa-bars {
    color: #000;
}
.mobile-nav-toggle{position:fixed;right:0;top:0;z-index:9999999;border:0;background:0;font-size:24px;transition:all .4s;outline:none!important;line-height:1;cursor:pointer;text-align:right}
.mobile-nav-toggle i{margin: 15px 15px 0 0;}
#header .logo img{ width: 130px;}
.mobile-nav-active .mobile-nav{left:0; box-shadow:0 0px 30px rgba(127,137,161,0.3)}
.mobile-nav{position:fixed;top:0;bottom:0;z-index:999999999;overflow-y:auto;left:-260px;width:260px;padding-top:18px;background:#fff;transition:.4s; }
.mobile-nav ul li a{color:#000;font-size:1rem;padding:12px 20px;margin-left:0;width:100%;float:left; text-transform: capitalize;}
.mobile-nav ul{margin:0;padding:0;list-style-type:none}

.main-banner-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.main-banner-text h4 {
    color: #ff2c57;
    /* font-weight: 200; */
    font-size: 24px;
}

.main-banner-text h2 {
    color: #fff;
    font-size: 45px;
    margin-top: 25px;
    margin-bottom: 30px;
    /* font-weight: 200; */
    letter-spacing: 2px;
}

.main-banner-text h2 span {
    color: #ff2c57;
    font-weight: 600;
}

.main-banner-text p {
    color: #fff;
    max-width: 730px;
    margin: auto auto 30px;
}

















	
	
	
	






.bg-gray{background:#f5f5f5}
.intro-info,.intro-info h2{color:#fff}
.intro-info h2{font-size:45px}

.content-7-img {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.content-7-img img {
    position: relative;
    max-width: none;
    display: inline-block;
}
section#section2 {
    padding-bottom: 0;
}

section#section2 .devider-main {
    margin-top: 50px;
}
header#header.fixed-top.header-scrolled .main-nav>ul>li.active a {
    
}
#page {
    overflow: hidden;
}
.icon-listing .card-text {
    color: #666;
    font-size: 16px;
}

ul.section-list li p {
    font-size: 16px;
}



div#accordion .card-body {
    padding: 0;
}

div#accordion .card-body p {
    font-size: 16px;
}
section.clients p {
    font-weight: 400;
    /* margin-bottom: 40px; */
    color: #858585;
    font-size: 20px;
}
.more-questions {
    margin-top: 80px;
    width: 100%;
    float: left;
}

.more-questions p {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

.more-questions p a {
    font-weight: 700;
    text-decoration: underline;
    color: #666;
    /* font-family: 'Montserrat', sans-serif; */
}
.whatsapp {
    position: fixed;
    bottom: 66px;
    right: 14px;
    z-index: 99;
}
.whatsapp a {
    animation-name: pulse1;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    display: inline-block;
    border-radius: 50%;
    padding: 0;
}
.whatsapp a img{ width: 50px;}

@-webkit-keyframes spin{
0%{transform:rotate(0)}
100%{transform:rotate(360deg)}
}
@keyframes spin{
0%{transform:rotate(0)}
100%{transform:rotate(360deg)}
}
@-webkit-keyframes spinInner{
0%{transform:rotate(0)}
100%{transform:rotate(-720deg)}
}
@keyframes spinInner{
0%{transform:rotate(0)}
100%{transform:rotate(-720deg)}
}

@media only screen and (max-width:1024px)
{
.main-nav ul li {
    margin: 0 12px;
}
}

@media only screen and (max-width:991px)
{
.content-7-img img {
    max-width: 100%;
}
}
@media only screen and (max-width:767px)
{
.section-header.text-center p {
    padding: 0;
}
.contact-img {
    position: static;
    width: 100%;
    min-height: 350px;
}

section#contact {
    padding: 0;
}

section#contact .content-txt {
    padding: 30px 20px;
}
section#testimonial {
    padding-right: 15px;
    padding-left: 15px;
}
#header {
    background: #fff;
}
a.scrolldown{display:block}
a.scrollto{display:none;}
header#header.fixed-top.header-scrolled .logo img{max-height:70px;}
.box.box-3{margin-bottom:30px;}
.about {
    margin-bottom: 30px;
}
.column-counter {
    margin-bottom: 20px;
}
.column-counter .fa.fa-users {
    left: 0;
}
.counters span{font-size: 30px; margin-bottom: 10px;}
.counters p {font-size: 16px;}
.why-we-different-text {
    margin-bottom: 30px;
}
.why-we-different-text {
    margin-bottom: 30px;
}

.filter-button-group {
    text-align: center;
}

.filter-button-group .btn-group .btn.btn-default {
    font-size: 15px;
    margin-bottom: 10px;
}
div#home-slider {
    height: 550px;
}
.main-banner-text {
    left: 0;
    transform: translate(0, -50%);
}
#home-slider .slider1, #home-slider .slider2, #home-slider .slider3{height:550px;}
.main-banner-text h4 {
    font-size: 19px;
}

.main-banner-text h2 {
    font-size: 30px;
    margin: 15px 0;
}
section#intro .owl-nav button {
    top: auto;
    bottom: 20px;
    left: 50%;
    margin-left: -45px;
	width: 40px;
    height: 40px;
    line-height: 34px;
}

section#intro .owl-nav button.owl-next {
    right: 50%;
    margin-right: -45px;
}
.pull-left{ float: none;}
.about ul{ margin-bottom: 10px;}
section{ padding: 60px 0;}
#welcome .box:last-child(3r){ margin-bottom: 0px;}
.heading-section{ margin-bottom: 20px;}
section .about-strategy{ padding: 60px 0 40px 0;}
.newsletter form .form-control{font-size: 15px;}
.newsletter form input[type="submit"]{width: 98px; padding: 9px 5px;}
section#contact{ padding: 60px 0;}
h2.resp-accordion .resp-arrow{ display: block;}
.stay-connected{ flex-direction: column-reverse;}
.mobile-nav-toggle i{ margin-top: 22px; padding: 6px 8px !important;}
}