/*
Template Name: C-Point Creative Agency
Author: Creative It Contest Team
Design-by : Zakir Hossen
Version: 1.0

Table of Content ::
    1. Banner 
        1.1 Header
            1.1.1 Logo
            1.1.2 Menu
            1.1.3 Search
        1.2 Banner Text 
    2. About 
    3. Services
    4. Counter
    5. Portfolio
    7. Team
    8. FAQ
    9. Pricing
    10. Testimonial 
    11. Sub Footer
    12. Footer

*/


/* ============ Default CSS Start ============ */

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

body {
    font-family: 'Open Sans', sans-serif;
}

html,
body {
    /*    overflow-x: hidden;*/
}

a {
    color: #000;
    display: inline-block;
    font-family: 'Josefin Sans', sans-serif;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a,
a:hover {
    text-decoration: none;
}

ul,
li {
    list-style: none;
    margin-bottom: 0px;
}

img {
    border: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
    margin-bottom: 0;
    font-family: 'Josefin Sans', sans-serif;
}

p {
    font-size: 14px;
    line-height: 24px;
    margin: 0px;
}

/* Typography */

h1 {
    font-size: 54px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

.container {
    padding: 0px;
}

/* ============ Default CSS Ends ============ */

/* ============ Common Element style Start ============ */

/*Slider Buttons*/

.buttonTeal,
.buttonWhite {
    padding: 10px 25px 5px;
    font-size: 20px;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 25px;
    margin-right: 20px;
    overflow: hidden;
}

.buttonTeal {
    background-color: #147e90;
}

.buttonTeal:hover {
    background-color: #fec600;
    border-color: #fec600;
    color: #222;
}

.buttonWhite {
    border-color: #fff;
}

.buttonWhite:hover {
    background-color: #fff;
    border-color: #fff;
    color: #147e90;
}

/*Animation*/

.animate {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/*Common Buttons*/

.cmnButton {
    border: 1px solid #fff;
    padding: 10px 20px 5px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 3px;
    background-color: #fff;
    color: #147e90;
}

.cmnButton:hover {
    color: #222;
    background-color: #fec600;
    border-color: #fec600;
}

/*Heading Border Shape*/

.head {
    position: relative;
}

.head h2 {
    color: #fff;
}

.borderShape {
    position: relative;
    width: 30px;
    height: 2px;
    background-color: #fec600;
    margin: 0 auto;
}

.borderShape::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 35px;
    width: 20px;
    height: 2px;
    background-color: #fff;
}

.borderShape::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: -25px;
    width: 20px;
    height: 2px;
    background-color: #fff;
}

/* ============ Common Element style Ends ============ */

/* ============ Header Part Start ============ */

.banner {
    position: relative;
}

.main_header {
    padding: 25px 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
}

.logo {
    width: 80px;
}

.toggleIcon {
    display: none;
}

.menu li {
    display: inline-block;
}

.menu li a {
    font-size: 20px;
    color: #fff;
    padding: 25px 16px;
    position: relative;
}

.menu li a:hover {
    color: #147e90;
}

.menu li.current a::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f141";
    bottom: 10px;
    left: 0px;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 20px;
}

.main_header .searchIcon {
    position: relative;
    z-index: 1;
}

.searchIcon i {
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: -1;
    cursor: pointer;
}

.searchIcon input {
    background-color: transparent;
    width: 100%;
    height: 100%;
    width: 40px;
    height: 43px;
    border: 2px solid #fff;
    border-radius: 50px;
    padding-right: 40px;
    cursor: pointer;
    -webkit-transition: all linear 1s;
    -moz-transition: all linear 1s;
    -ms-transition: all linear 1s;
    transition: all 1s linear;
}

.searchIcon input:focus {
    width: 200px;
    padding-left: 20px;
    cursor: text;
    color: #fff;
}

.sticky {
    position: fixed;
    z-index: 999;
    background-color: #147e90;
    border-color: #151515;
    padding: 0px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}

.sticky .logo {
    width: 70px;
}

.sticky .menu li a {
    padding: 20px 12px;
}

.sticky .menu li a:hover {
    color: #222;
}

.sticky .menu li.current:hover a,
.menu li.active:hover a {
    color: #fff;
}

.sticky .menu li.current a::after {
    bottom: 3px;
}

.sticky .searchIcon input:focus {
    color: #147e90;
    background-color: #fff;
}

.sticky .searchIcon input:focus+i {
    color: #147e90;
    z-index: 1;
}

/* ============ Header Part Ends ============ */

/* ============ Banner Part Start ============ */

.slideOne {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100px;
    /*    z-index: 1;*/
}

.bgOverlay {
    position: relative;
    z-index: 1;
}

.bgOverlay::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: -1;
}

.slideTxt {
    max-width: 670px;
    margin: 0 auto;
    min-height: 600px;
    color: #fff;
}

.slideTxt p {
    font-size: 16px;
    font-weight: normal;
}

.slideTxt h1 {
    margin-bottom: 25px;
}

.slideTxt .buttons {
    margin-top: 40px;
}

.slideTxt .buttons a:last-child {
    margin-right: 0px;
}

/* ============ Banner Part Ends ============ */

/* ============ About Part Start ============ */

.about {
    padding: 60px 0px;
    border-top: 1px solid #fff;
    background-color: #147e90;
}

.aboutLeft {
    position: relative;
    z-index: 1;
}

.aboutImgBorder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 7px;
    left: 7px;
    border: 1px solid #fec600;
    z-index: -1;
}

.aboutVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.60);
}

.aboutVideo i {
    cursor: pointer;
    font-size: 64px;
    color: #fff;
}

.aboutVideo i:hover {
    color: #147e90;
}

.aboutRight {}

.aboutRightTxt p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 25px;
}

.aboutRight p:last-child {
    margin-bottom: 20px;
}

.aboutHead {
    color: #fff;
}

.aboutHead .borderShape {
    margin-top: 4px;
    margin-bottom: 22px;
    margin-left: 0px;
}

.aboutHead .borderShape::before {
    left: 60px;
    width: 20px;
    height: 2px;
    background-color: #fff;
}

/* ============ About Part Ends ============ */

/* ============ Service Part Start ============ */

.service {
    padding: 95px 0px 100px;
}

.serviceHead h2 {
    color: #147e90;
}

.serviceHead .borderShape {
    background-color: #147e90;
    margin-bottom: 60px;
}

.servicesSlider {
    position: relative;
}

.serviceSlideArrows {
    opacity: 0;
}

.serviceHead .borderShape::after,
.serviceHead .borderShape::before {
    background-color: #444;
}

.serviceOne {
    padding: 20px;
    box-sizing: border-box;
    height: 340px;
    background-image: url('../img/service.jpg');
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
}

.serviceTwo {
    background-position: center;
}

.serviceThree {
    background-position: right;
}

.serviceBox {
    background-color: #fff;
    height: 100%;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.serviceBox h4 {
    margin-bottom: 20px;
    color: #222;
}

.serviceBox p {
    color: #444;
}

.serviceBox a {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    margin-top: 20px;
    color: #222;
}

.serviceOne:hover .serviceBox h4,
.serviceOne:hover .serviceBox a {
    color: #147e90;
}

.serviceArrowLeft,
.teamArrowLeft {
    position: absolute;
    left: -80px;
    top: 125px;
    z-index: 111;
}

.serviceArrowLeft i,
.teamArrowLeft i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #147e90;
    font-size: 30px;
    cursor: pointer;
    color: #147e90;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    transition: all .5s linear;
}

.serviceArrowLeft i:hover,
.teamArrowLeft i :hover {
    background-color: #147e90;
    color: #fff;
}

.serviceArrowRight,
.serviceArrowRight {
    position: absolute;
    right: 80px;
    top: 125px;
    z-index: 111;
}

.serviceArrowRight i,
.serviceArrowRight i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #147e90;
    font-size: 30px;
    cursor: pointer;
    color: #147e90;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    transition: all .5s linear;
}

.serviceArrowRight i:hover,
.serviceArrowRight i:hover {
    background-color: #147e90;
    color: #fff;
}

/* ============ Service Part Ends ============ */

/* ============ Counter Part Start ============ */

.counter {
    background-image: url('../img/counter.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.width20 {
    width: 20%;
    float: left;
}

.counterOne {
    text-align: center;
    padding: 40px 0px 40px;
    color: #fff;
}

.counterOne h4 {
    font-size: 40px;
    font-weight: 700;
}

.counterOne p {
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
}

/* ============ Counter Part Ends ============ */

/* ============ Portfolio Part Start ============ */

.portfolio {
    background-color: #147e90;
    padding: 60px 0px;
}

.portfolioHead {
    margin-bottom: 60px;
}

.portfolioOne {
    background-color: #ffebe0;
    padding: 25px 15px 0px;
    margin-bottom: 60px;
}

.portfolioBox {
    position: relative;
    overflow: hidden;
}

.portfolioBox .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: rgba(0, 0, 0, .80);
    color: #fff;
    opacity: .0;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    transition: all .5s linear;
}

.portfolioBox .overlay a {
    background-color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
}

.portfolioBox .overlay a:hover {
    color: #fff;
    background-color: #147e90;
}

.portfolioBox .overlay h4 {
    font-size: 20px;
    margin-top: 15px;
}

.portfolioOne:hover .overlay {
    opacity: 1;
    /*    transform: rotateY(0deg);*/
}

.portfolioOne:hover .portfolioBox>img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition-delay: .2s;
}

/* ============ Portfolio Part Ends ============ */

/* ============ Team Part Start ============ */

.team {
    padding: 60px 0px;
}

.teamHead {
    margin-bottom: 60px;
}

.teamHead h2 {
    color: #147e90;
}

.teamHead .borderShape {
    background-color: #147e90;
}

.teamHead .borderShape::after {
    background-color: #444;
}

.teamHead .borderShape::before {
    background-color: #444;
}

.teamOne {
    margin-bottom: 60px;
    overflow: hidden;
}

.teamBox {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: opacity linear .5s;
    -moz-transition: opacity linear .5s;
    -ms-transition: opacity linear .5s;
    transition: opacity .5s ease;
}

.social {
    position: absolute;
    right: -100px;
    width: 80px;
    height: 100%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    -webkit-transition: right linear .5s;
    -moz-transition: right linear .5s;
    -ms-transition: right linear .5s;
    transition: right .5s ease-out;
}

.social ul li {
    margin-bottom: 15px;
}

.social ul li a {
    height: 40px;
    width: 40px;
    line-height: 45px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
}

.social ul li a:hover {
    background-color: #d33472;
    border-color: #d33472;
}

.teamIntro {
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 100%;
    padding: 20px;
    color: #fff;
    -webkit-transition: bottom cubic-bezier(0.68, 0.26, 0.9, 0.82);
    -moz-transition: bottom cubic-bezier(0.68, 0.26, 0.9, 0.82);
    -ms-transition: bottom cubic-bezier(0.68, 0.26, 0.9, 0.82);
    transition: bottom .5s cubic-bezier(0.68, 0.26, 0.9, 0.82);
}

.teamIntro h4 {
    font-size: 24px;
}

.teamIntro p {
    font-size: 16px;
}

.teamOne:hover .overlay {
    opacity: 1;
}

.teamOne:hover .social {
    right: 0px;
}

.teamOne:hover .teamIntro {
    bottom: 0px;
}

.cmnButton.teal {
    background-color: #147e90;
    color: #fff;
}

.cmnButton.teal:hover {
    background-color: #fec600;
    color: #222;
}

/* ============ Team Part Ends ============ */

/* ============ FAQ Part Start ============ */

.faq {
    background-color: #147e90;
    padding: 60px 0px;
}

.faqHead {
    margin-bottom: 60px;
}

.faqOne {
    margin-bottom: 30px;
}

.faqBoxHead {
    position: relative;
}

.faqBoxHead h3 {
    width: 100%;
    padding: 20px 50px 11px 30px;
    border-radius: 35px;
    background-color: #fff;
    cursor: pointer;
    color: #147e90;
}

.faqBoxHead h3 i {
    position: absolute;
    right: 30px;
    top: 37%;
    font-size: 20px;
    -webkit-transform: rotate(180deg);
    /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: rotate(180deg);
    /* IE 9 */
    transform: rotate(180deg);
    /* IE 10, Fx 16+, Op 12.1+ */
    transform: rotate(180deg);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.faqBoxHead h3.collapsed {
    color: #222;
}

.faqBoxHead h3.collapsed i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.faqBoxBody {
    background-color: #fff;
    margin: 15px 30px 0px;
    padding: 25px 30px;
    box-sizing: border-box;
}

.faqBoxBody p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: normal;
}

.faqBoxBody p:last-child {
    margin-bottom: 0px;
}

/* ============ FAQ Part Ends ============ */

/* ============ Pricing Part Start ============ */

.pricing {
    background-color: #f1f1f1;
    padding: 60px 0px;
}

.pricingHead {
    margin-bottom: 30px;
}

.pricingHead h2 {
    color: #147e90;
}

.pricingHead .borderShape {
    background-color: #147e90;
}

.pricingHead .borderShape::before,
.pricingHead .borderShape::after {
    background-color: #444;
}

/* Rounded */

.checkMark {
    width: 50px;
    height: 15px;
    position: relative;
    margin: 0px auto;
    display: inline-block;
}

.checkMark input {
    opacity: 0;
}

.checkMark label {
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(20, 126, 144, 0.47);
    width: 50px;
    height: 15px;
    top: 0;
    left: 0;
    border-radius: 3.125rem;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.checkMark label:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 3.125rem;
    cursor: pointer;
    position: absolute;
    top: -2px;
    z-index: 1;
    left: -2px;
    background-color: #147e90;
    -webkit-transition: left .2s ease-in-out;
    -moz-transition: left .2s ease-in-out;
    -ms-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}

.checkMark .monthly,
.checkMark .yearly {
    position: absolute;
    top: -5px;
    font-size: 20px;
}

.checkMark .monthly {
    color: #147e90;
    left: -90px;
}

.checkMark .yearly {
    color: #777;
    left: 65px;
}

.checkMark input[type=checkbox]:checked~.yearly {
    color: #147e90;
}

.checkMark input[type=checkbox]:checked~.monthly {
    color: #777;
}

.checkMark input[type=checkbox]:checked~label:after {
    left: 35px;
}

.priceTime label {
    margin-bottom: 0px;
}

.priceTime {
    margin-bottom: 30px;
}

.priceLeft {
    position: relative;
}

.priceArrowLeft {
    position: absolute;
    left: -80px;
    top: 125px;
    z-index: 111;
}

.priceArrowLeft i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #147e90;
    font-size: 30px;
    cursor: pointer;
    color: #147e90;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    transition: all .5s linear;
}

.priceArrowLeft i :hover {
    background-color: #147e90;
    color: #fff;
}

.priceArrowLeft {
    position: absolute;
    right: 80px;
    top: 125px;
    z-index: 111;
}

.priceArrowLeft i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #147e90;
    font-size: 30px;
    cursor: pointer;
    color: #147e90;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    transition: all .5s linear;
}

.priceArrowLeft i:hover {
    background-color: #147e90;
    color: #fff;
}

.priceBox .priceOne {
    background-color: #fff;
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 45px;
}

.priceOne h3 {
    padding: 17px 0px 12px;
    background-color: #147e90;
    color: #fff;
}

.priceOne h4 {
    padding: 25px 0px 20px;
    color: #147e90;
}

.priceOne h4 span {
    font-size: 32px;
    font-weight: 800;
}

.pckgSpeed {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #d0e5e9;
    margin: 10px auto;
    position: relative;
}

.speedIndicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.priceOne .select {
    position: absolute;
    bottom: -25px;
    left: 50%;
    padding: 12px 15px 10px;
    background-color: #147e90;
    border: 1px solid transparent;
    color: #fff;
    transform: translateX(-50%);
    border-radius: 5px;
}

.bestChoice {
    position: absolute;
    top: -6px;
    right: 10px;
    height: 110px;
    width: 75px;
    background-image: url(../img/bestChoice.png);
    padding-top: 13px;
    box-sizing: border-box;
}

.bestChoice .ratings i {
    font-size: 11px;
    color: #147e90;
    display: inline-block;
}

.bestChoice p {
    line-height: 16px;
    font-size: 14px;
    color: #777;
}

.priceBox>p {
    color: #999;
    font-size: 16px;
    margin-bottom: 15px;
}

.planDescription {}

.planDescription h4 {
    color: #147e90;
    margin-bottom: 10px;
}

.planDescription ul li {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    padding: 7px 0px 7px 40px;
}

.planDescription ul li::after {
    position: absolute;
    top: 8px;
    left: 15px;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    font-weight: 900;
}

.planDescription ul li.feaCross::after {
    content: '\f00d';
}

.planDescription>img {
    margin-top: 20px;
}

.userBox {
    margin-top: 21px;
}

.userImg {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #147e90;
    overflow: hidden;
    padding-top: 10px;
    margin-right: 30px;
}

.userTxt {
    max-width: 270px;
}

.userTxt p {}

.userTxt h5 {
    margin-top: 20px;
    text-align: right;
    font-size: 16px;
    color: #444;
}

.buyNow {
    font-size: 20px;
    text-align: center;
    padding: 10px 0px 5px;
    display: block;
    margin-top: 25px;
    background-color: #147e90;
    color: #fff;
}

.buyNow:hover {
    background-color: #fec600;
    color: #444;
}
/* ============ Pricing Part Ends ============ */


/* ============ Testimonial Part Ends ============ */
.testimonial {
    padding: 90px 0px 100px;
}

.testiHead {
    margin-bottom: 60px;
}

.testiHead h2 {
    color: #147e90;
}

.testiHead .borderShape {
    background-color: #147e90;
}

.testiHead .borderShape::before,
.testiHead .borderShape::after {
    background-color: #444;
}

.testiOne {
    position: relative;
    margin: 50px 0px 0px;
}

.testiPerson {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #147e90;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.testiBox {
    background-color: #f1f1f1;
    padding: 80px 30px 30px;
    box-sizing: border-box;
    height: 260px;
    overflow: hidden;
}

.testiBox h4 {
    color: #222;
}

.testiBox>p {
    color: #444;
    font-size: 16px;
}

.testiBoxTxt {
    overflow: hidden;
}

.testiBox .testiBoxTxt div {
    color: #444;
    margin-top: 10px;
    overflow: hidden;
    max-height: 105px;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}

.testiBoxTxt span {
    font-family: 'Open Sans', sans-serif;
    display: block;
    position: relative;
}

.testiBoxTxt span::after {
    position: absolute;
    content: '..';
    background-color: transparent;
}

/* === Slider Part === */

.testimonialSlide .slick-list {
    padding: 0px !important;
}

.testimonialSlide .slick-active {
    width: 290px !important;
    opacity: .5;
}

.testimonialSlide .slick-active.slick-center .testiBoxTxt span {
    display: inline-block;
}

.testimonialSlide .slick-active.slick-center .testiBoxTxt span::after {
    content: '';
}

.testimonialSlide .slick-active.slick-center {
    /* min-width: 512px !important;  */
    opacity: 1;
}

.testimonialSlide .slick-active:nth-child(1) {
    margin-left: 0px;
}

/* ============ Testimonial Part Ends ============ */

/* ============ Sub Footer Part Ends ============ */

.subFooter {
    background-image: url(../img/footerBg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.subFooterLogo {
    padding: 20px 0px;
}

.footerInfo {
    padding: 30px 0px;
}

.footerInfoOne {
    position: relative;
}

.footerInfoOne::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #555;
    top: 0;
    right: -15px;
}

.footerInfoOne.last::after {
    background-color: transparent;
}

.footerInfoOne i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #147e90;
    font-size: 20px;
    margin-bottom: 15px;
}

.footerInfoOne .fInfoOneTxt p {
    font-size: 16px;
}

.footerSocial {
    padding-top: 30px;
    padding-bottom: 60px;
}

.footerSocial h4 {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.footerSocial .fsocial ul li {
    display: inline-block;
}

.fsocial ul li a {
    height: 40px;
    width: 40px;
    line-height: 45px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    margin: 0px 14px;
}

.fsocial ul li a:hover {
    background-color: #147e90;
    border-color: #147e90;
}

/* ============ Sub Footer Part Ends ============ */

/* ============ Footer Part Start ============ */

.footer {
    background-color: #444;
    color: #fff;
    max-height: 55px;
}

.footerTxt p {
    padding: 15px 0px;
}

.footerTxt a {
    color: #fff;
    font-weight: bolder;
}

.footerTxt a:hover {
    color: #fec600;
}

/* ============ Footer Part Ends ============ */

/* ================ Responsive css ================== */

/* ==== Extra Small Device ==== */
@media (min-width: 300px) and (max-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .portfolioOne {
        display: inline-block;
    }
    .teamOne {
        display: inline-block;
    }
    .fullHeader {
        flex-wrap: wrap;
    }
}
/* ==== Small devices (landscape phones, 576px and up)  ==== */

@media (min-width: 320px) and (max-width:767px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 16px;
    }
    a {
        font-size: 14px;
    }
    .slideTxt {
        max-width: 670px;
        margin: 0 auto;
        min-height: 400px;
        color: #fff;
    }
    .fullHeader {
        position: relative;
    }
    .fullHeader .firstBlock .toggleIcon {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        right: 20px;
        top: 8px;
        cursor: pointer;
        text-align: center;
    }
    .firstBlock .toggleIcon .barIcon {
        position: relative;
    }
    .firstBlock .toggleIcon .barIcon::after {
        position: absolute;
        content: '\f0c9';
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        left: 13px;
        color: #147e90;
    }
    .firstBlock .toggleIcon.active .barIcon::after {
        content: '\f00d';
        left: 14px;
    }
    .lastBlock {
        position: absolute;
        top: 6px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    .logo {
        width: 65px;
    }
    .centerBlock {
        margin-top: 15px;
        width: 100%;
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.31);
        display: none;
        background-color: #147e90;
    }
    .sticky {
        right: 0px;
    }
    .sticky .lastBlock {
        top: 13px;
    }
    .sticky .firstBlock {
        padding: 10px 0px;
    }
    .sticky .firstBlock .logo {
        width: 55px;
    }
    .sticky .firstBlock .toggleIcon {
        top: 14px;
    }
    .sticky .firstBlock .toggleIcon.active {
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
    }
    .sticky .centerBlock {
        margin-top: 0px;
    }
    .sticky.sticky .menu li a,
    .menu li a {
        padding: 5px 12px;
    }
    .menu li {
        display: block;
        text-align: left;
    }
    .sticky .menu li.current a::after,
    .menu li.current a::after {
        bottom: -8px;
        text-align: left;
        left: 13px;
    }
    .aboutLeft {
        margin-bottom: 30px;
    }
    .aboutImgBorder {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        border: 1px solid transparent;
        z-index: -1;
    }
    .counterOne {
        min-width: 110px;
    }
    .portfolioOne {
        margin-bottom: 30px;
    }
    .teamOne {
        margin-bottom: 30px;
    }
    .footerInfoOne {
        margin-bottom: 30px;
    }
    .footerInfoOne::after {
        position: absolute;
        content: '';
        height: 1px;
        width: 60%;
        background-color: #555;
        top: 113%;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    .footerInfoOne.last {
        margin-bottom: 0px;
    }
    .fsocial ul li a{
        margin: 0px 5px;
    }

    .testimonialSlide .slick-active.slick-center {
        /* width: 320px !important; */
        height: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    /* .testimonialSlide .slick-active.slick-center {
        width: 530px !important;
    } */
}

/* ==== Medium devices (tablets, 768px and up)  ==== */

@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    .fullHeader {
        position: relative;
    }
    .fullHeader .firstBlock .toggleIcon {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        right: 20px;
        top: 8px;
        cursor: pointer;
        text-align: center;
    }
    .firstBlock .toggleIcon .barIcon {
        position: relative;
    }
    .firstBlock .toggleIcon .barIcon::after {
        position: absolute;
        content: '\f0c9';
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        left: 13px;
        color: #147e90;
    }
    .firstBlock .toggleIcon.active .barIcon::after {
        content: '\f00d';
        left: 14px;
    }
    .lastBlock {
        position: absolute;
        top: 6px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    .logo {
        width: 65px;
    }
    .centerBlock {
        margin-top: 15px;
        width: 100%;
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.31);
        display: none;
    }
    .sticky {
        right: 0px;
    }
    .sticky .lastBlock {
        top: 13px;
    }
    .sticky .firstBlock {
        padding: 10px 0px;
    }
    .sticky .firstBlock .logo {
        width: 55px;
    }
    .sticky .firstBlock .toggleIcon {
        top: 14px;
    }
    .sticky .firstBlock .toggleIcon.active {
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
    }
    .sticky .centerBlock {
        margin-top: 0px;
    }
    .sticky .menu li a {
        padding: 15px 12px;
    }
    .aboutLeft {
        margin-bottom: 60px;
        display: inline-block;
    }
    .aboutRight {
        text-align: center;
    }
    .aboutHead .borderShape {
        margin: 4px auto 22px;
    }
    .aboutHead .borderShape::before {
        left: -25px;
    }
    .serviceSlideArrows {
        opacity: 1;
    }
    .serviceSlideArrows .cmnArrowLeft,
    .serviceSlideArrows .cmnArrowRight {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .serviceSlideArrows .cmnArrowLeft i,
    .serviceSlideArrows .cmnArrowRight i {
        font-size: 20px;
    }
    .serviceSlideArrows .cmnArrowLeft {
        left: -20px;
    }
    .serviceSlideArrows .cmnArrowRight {
        right: -20px;
    }
    .numCounterBox .counterOne {
        min-width: 200px;
        padding: 20px 0px;
        height: 130px;
    }
    .portfolioOne {
        margin-bottom: 30px;
    }
    .teamOne {
        margin-bottom: 0px;
    }
    .browseAll {
        margin-top: 30px;
    }
    .footerInfo .fInfoMargin:nth-of-type(-n+2) {
        margin-bottom: 30px;
    }
    .footerInfo .fInfoMargin:nth-of-type(2)>.footerInfoOne::after {
        background-color: transparent;
    }
    .fsocial ul li a {
        margin: 0px 10px;
    }
}

/* ==== Large devices (desktops, 992px and up)  ==== */

@media (min-width: 992px) and (max-width:1200px) {
    h1 {
        font-size: 45px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    .slideTxt {
        min-height: 500px;
    }
    .slideTxt {
        max-width: 622px;
        margin: 0 auto;
        min-height: 499px;
        color: #fff;
    }
    .aboutRightTxt p {
        margin-bottom: 15px;
    }
    .aboutHead .borderShape {
        margin-bottom: 20px;
    }
    .faqBoxHead h3 {
        padding: 20px 20px 10px;
    }
    .faqBoxBody {
        padding: 20px 25px;
    }
    .cmnArrowLeft {
        left: -10px;
    }
    .cmnArrowLeft i {
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    }
    .planDescription ul li {
        font-size: 14px;
    }
    .userTxt {
        max-width: 200px;
    }
    .footerInfoOne .fInfoOneTxt p {
        font-size: 14px;
    }
    /* .testimonialSlide .slick-list {
        padding: 0px 50px !important;
    }
    .testimonialSlide .slick-active.slick-center {
        width: 674px !important;
    } */
}

/* ==== Extra large devices (large desktops, 1200px and up) ==== */

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}