
.font-primary{font-family: 'Montserrat', sans-serif;}
.font-secondary {font-family: 'Source Sans Pro', sans-serif;}
.main-font{font-family: 'Poppins', sans-serif;}
.alt-font{font-family: 'Roboto', sans-serif;}
.font-josefin{font-family: 'Josefin Sans', sans-serif;}

/* text-color */
.color-black { color: #212622; }
.color-grey { color: #535353; }
.color-light-grey {color: #6f6f6f;}
.color-light-grey2 {color: #a5a5a5;}
.color-vlight-grey { color: #8c8c8c;}
.color-vlight-grey2 {color: #ebebeb;}
.color-white {color: #ffffff;}
.color-light-gw {color: #f7f7f7;}
.color-yellow {color: #f1c30f;}
.color-pink {color: #c32865;}
.color-blue {color: #84a1d2;}
.text-black { color: #212622 !important;}
.text-yellow {color: #f1c30f !important;} 


/* font-size */
.font-10 {font-size: 10px;}
.font-13 {font-size: 13px;}
.font-14 {font-size: 14px;}
.font-15 {font-size: 15px;}
.font-16 {font-size: 16px;}
.font-18 {font-size: 18px;}
.font-20 {font-size: 20px;}
.font-22 {font-size: 22px;}
.font-24 {font-size: 24px;}
.font-25 {font-size: 25px;}
.font-30 {font-size: 30px;}
.font-40 {font-size: 40px;}
.font-45 {font-size: 45px;}
.font-72 {font-size: 72px;}


.text-justify {
text-align: justify;
}

.text-pink {color: #c32865;}
.text-yellow {color: #f1c30f;}
.text-blue {color: #84a1d2;}
.text-white {color: #ffffff;}
.text-grey {color: #797979;}
.text-red {color: #d43030;}

.capitalize {text-transform: capitalize;}
.lowercase {text-transform: lowercase;}
.uppercase {text-transform: uppercase;}


.border-pink {
    border-color: #c32865;
}
.border-yellow {
    border-color: #f1c30f;
}
.border-blue {
    border-color: #84a1d2;
}

.slider-text {font-size: 60px;}

/* font-weight */
.font-weight-100{font-weight: 100;}
.font-weight-200{font-weight: 200;}
.font-weight-300{font-weight: 300;}
.font-weight-400{font-weight: 400;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}
.font-weight-700{font-weight: 700;}

.line-height-heading {
    line-height: 1.2;
}
.line-height-normal {
    line-height: normal;
}
.line-height-17px {
    line-height: 17px;
}
.line-height-25px {
    line-height: 25px;
}
.line-height-35px {
    line-height: 35px;
}

/* Width */

.w-71 {
    width: 71% !important;
}
.w-73 {
    width: 73% !important;
}
.w-77 {
    width: 77% !important;
}
.w-82 {
    width: 82% !important;
}
.w-87 {
    width: 87% !important;
}
.w-93 {
    width: 93% !important;
}
.w-265 {
    max-width: 265px;
}


.pt-10px {
    padding-top: 10px;
}
.pt-15px {
    padding-top: 15px;
}
.pt-20px {
    padding-top: 20px;
}
.pb-10px {
    padding-bottom: 10px;
}
.pb-40px {
    padding-bottom: 40px;
}
.pl-2rem {
    padding-left: 2rem;
}
.pt-7rem {
    padding-top: 7rem;
}
.pb-7rem {
    padding-bottom: 7rem;
}
.p-7rem {
    padding: 7rem 0;
}
.p-half {
    padding: 3.75rem 0;
}
.pt-half {
    padding-top: 3.75rem;
}
.pb-half {
    padding-bottom: 3.75rem;
}
.mt-7rem {
    margin-top: 7rem;
}
.mb-7rem {
    margin-bottom: 7rem;
}
.mt-10px {
    margin-top: 10px;
}
.mb-10px {
    margin-bottom: 10px;
}
.mt-15px {
    margin-top: 15px;
}
.mb-15px {
    margin-bottom: 15px;
}
.mt-20px {
    margin-top: 20px;
}
.mb-20px {
    margin-bottom: 20px;
}
.mt-25px {
    margin-top: 25px;
}
.mb-25px {
    margin-bottom: 25px;
}
.mt-30px {
    margin-top: 30px;
}
.mb-30px {
    margin-bottom: 30px;
}
.mt-35px {
    margin-top: 35px;
}
.mb-35px {
    margin-bottom: 35px;
}
.mt-40px {
    margin-top: 40px;
}
.mb-40px {
    margin-bottom: 40px;
}
.mt-50px {
    margin-top: 50px;
}
.mb-50px {
    margin-bottom: 50px;
}
.mt-80px {
    margin-top: 80px;
}
.mt-105px {
    margin-top: 105px;
}
.mt-66px {
    margin-top: 66px;
}
.mt-750rem {
    margin-top: .75rem !important;
}
.mt-130rem {
    margin-top: 1.30rem !important;
}
.mb-175rem {
    margin-bottom: 1.75rem !important;
}
.mb-2rem {
    margin-bottom: 2rem !important;
}
.heading-space {
    margin-bottom: 4.125rem;
}

/* ===================================
   Half Container Start
====================================== */

.half-container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
}


/* ===================================
   Half Container End
====================================== */

/* opacity */
.opacity-full{opacity: 1;}
.opacity-1{opacity: .1;}
.opacity-2{opacity: .2;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/* background color */
.bg-light-gray {
    background-color: #f9f9f9;
}
.bg-light-gray2 {
    background-color: #efefef;
}
.bg-light-gray3 {
    background-color: #f2f2f2;
}
.bg-yellow, .hvr-bg-yellow:hover {
    background-color: #f1c30f;
}
.bg-pink, .hvr-bg-pink:hover  {
    background-color: #c32865;
}
.bg-pink-one {
    background: #e57bff;
}

.bg-blue, .hvr-bg-blue:hover {
    background-color: #84a1d2;
}

.bg-black {
    background-color: #212622;
}
.bg-black2 {
    background-color: #262626;
}
.bg-black3 {
    background-color: #19283e;
}
.bg-white2 {
    background-color: #ffffff;
}
.transparent-bg {
    background-color: transparent;
}
.bg-dark {
    background-color: #1d1d21 !important;
}


/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 12px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Montserrat', sans-serif; font-weight: bold; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}


/* Transparent white button */
.btn.btn-trans-white {background: transparent; border-color: #ffffff; color: #ffffff}
.btn.btn-trans-white:hover {background: #ffffff !important; border-color: #ffffff; color: #202020 !important}

/* Transparent pink button */
.btn.btn-trans-pink {background: transparent; border-color: #c32865; color: #c32865}
.btn.btn-trans-pink:hover {background: #c32865 !important; border-color: #c32865; color: #ffffff !important}


/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:16px; padding: 14px 46px; line-height: 1.8em}
.btn.btn-large {font-size:16px;  padding: 8px 35px;; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}

/* buttons */
.btn:hover, .btn:active, .btn:focus {
    outline: none;
    box-shadow: none;
}
button {
    cursor: pointer;
}
button:hover, button:active, button:focus {
    outline: none;
}
.btn-setting {
    padding: 9px 34px;
    width: auto;
    display: inline-block;
    font-weight: 400;
    line-height: 25px;
    font-size: 15px;
    text-transform: capitalize;
    text-align: center;
    -webkit-border-radius: 36px;
    border-radius: 36px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 2px solid #acacac;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease !important;
}

.btn-hvr-up:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
}
.btn-hvr-up:hover:after, .btn-hvr-up:active:after, .btn-hvr-up:focus:after {
    height: 100%;
}
.btn-hvr-yellow:after {
    background-color: #f1c30f;
}
.btn-hvr-yellow:hover, .btn-hvr-yellow:focus {
    border-color: #f1c30f;
    color: #ffffff;
}
.btn-hvr-yellow:focus, .btn-hvr-pink:focus, .btn-hvr-blue:focus, .btn-hvr-whatsapp:focus {
    color: #ffffff;
}
.btn-hvr-pink:after {
    background-color: #c32865;
}
.btn-hvr-pink:hover, .btn-hvr-pink:focus {
    border-color: #c32865;
    color: #ffffff;
}
.btn-hvr-blue:after {
    background-color: #84a1d2;
}
.btn-hvr-blue:hover, .btn-hvr-blue:focus {
    border-color: #84a1d2;
     color: #ffffff;
}
.btn-hvr-white:after {
    background-color: #ffffff;
}
.btn-hvr-white:hover, .btn-hvr-white:focus {
    border-color: #ffffff;
}
.btn-hvr-whatsapp:after {
    background-color: #25d366;
}
.btn-hvr-whatsapp:hover, .btn-hvr-whatsapp:focus {
    border-color: #25d366;
    color: #ffffff;
}

.btn-yellow {
    border-color: #f1c30f;
    background-color: #f1c30f;
    color: #ffffff;
}
.btn-pink {
    border-color: #c32865;
    background-color: #c32865;
    color: #ffffff;
}
.btn-blue {
    border-color: #84a1d2;
    background-color: #84a1d2;
    color: #ffffff;
}
.btn-white {
    background-color: #ffffff;
    color: #212622;
}
.btn-transparent2 {
    border: 1px solid #212622;
    color: #212622;
}
.btn-transparent3 {
    color: #ffffff;
}

.btn.white-btn {
	background: #fff;
	border-color: #fff;
	color: #c32865;
}

/* ===================================
   Logo
====================================== */
header .side-menu .side-footer p {
    color: #c32865;
}
header .side-menu .side-footer p a {
    color: #fff;
}
header .side-menu .side-footer p a:hover {
    color: #c32865;
}


/* ===================================
   Logo
====================================== */
.logo {
    max-width: 140px;
}
.logo img {
    vertical-align: middle;
}

.logo-full {
    display: inline-block;
    width: 200px;
}
.logo-full img{
    width: 100%;
    height: 100%;
}
/* ===================================
   About
====================================== */


.main-title {
    position: relative;
    margin-bottom: 6rem;
    text-align: center;
}
.main-title h5 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    margin-bottom: 1.1rem;
    color: #ffffff;
}
.main-title h2 {
    font-weight: 300;
    color: #ffffff;
    line-height: 1.2;
    max-width: 650px;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}
.main-title p {
    max-width: 720px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
}

.main-title.style-two h5 {
    margin-bottom: 1.5rem;
}
.main-title.style-two h2 {
    text-transform: initial;
    font-size: 37px;
    font-weight: 500;
    max-width: 720px;
}
.main-title.style-two p {
    color: #ffffff;
    max-width: 720px;
}

.rare-box {
    height: 187px;
    width: 100%;
    background: #c32865;
    position: relative;
}
.about-img-small {
    margin-left: 30px;
    top: -155px;
    margin-bottom: -153px;
}
.about ul li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    display: flex;
    color: #fff;
    opacity: .8;
}
.about ul li:before{
    font-family: "Font Awesome 5 Free";
    padding-right: 15px;
    font-weight: 700;
    content: '\f061';
    color: #aac0e4;
}
@keyframes scale {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px)
    }
}
.about:before {
    content: url(../images/about-circle.png);
    position: absolute;
    right: -10px;
    top: 200px;
    animation: scale .6s alternate infinite linear both;
}

/* about 3 boxes */
.about-box {
    transition: .5s linear;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 40px;
    max-width: 350px;
}
.about-box i {
    font-size: 30px;
    position: relative;
}
.about-box:hover  {
    transform: translate(0,-13px);
    transition: .5s linear;
}
.overflow-visible {
    overflow: visible;
}
.skill-box p {
    font-family: 'Montserrat', sans-serif;
}


.bg-dark1{
    background: url('../images/bg-1.jpg');
    /*background-size: cover;*/
}
.bg-dark2{
    background: url('../images/bg-2.jpg');
    /*background-size: cover;*/
}
.bg-dark3 {
    background-color: #202020;
}
.position-relative{
    position: relative;
}


/* h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1;
}
h1 {
    font-size: 72px;
}
.h1 {
    font-size: 4rem;
}
h2 {
    font-size: 2.5rem;
}
p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #FFFFFF;
    opacity: .8;
} */
.about1 .container .row .main-title h5 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
}
.about1 .container .row .main-title h2 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    font-size: 2.5rem;
}
.about1 .container .row .main-title p {    
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #FFFFFF;
    opacity: .8;
}
.about1 .container .row .main-title ul li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    display: flex;
    color: #fff;
    opacity: .8;
}
.about1 .container .row .main-title ul li:before {
    font-family: "Font Awesome 5 Free";
    padding-right: 15px;
    font-weight: 700;
    content: '\f061';
    color: #aac0e4;
}

/*=================================
    About vision mission
===================================*/
/* #skills {
    background-image: linear-gradient(#1c1d1d, #1c1d1d);
} */

/*=================================
    Services Section
===================================*/

.services-sec { 
    position: relative;
}

.services-sec:before {
    content: '';
    width: 750px;
    height: 520px;
    position: absolute;
    background: #c32865;
    top: 50%;
    left: 50%;
    transform: translate(-38%, -94%);
}

.services-sec .image-holder {
    margin-top: 30px;
}

.services-sec .heading-area {
    /* transform: translate(63%,80%); */
    transform: translate(0);
    z-index: 11;
}

.services-sec .services-boxes{
    display: block;
    padding: 100px 50px;
}

.services-sec .services-boxes .service-card{
    width: 43%;
    float: left;
    margin-top: 150px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.services-sec .services-boxes .service-card:first-child{
    margin-top: 0;
}

.services-sec .services-boxes .service-card .icon-holder{
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    color: #ffffff;
    transition: .5s ease;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#c32865), color-stop(50%, #c32865), color-stop(50%, #ffffff));
    background-image: linear-gradient(to right, #c32865, #c32865 50%, #ffffff 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

.services-sec .services-boxes .service-card:hover .icon-holder{
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0;
}

.services-sec .services-boxes .service-card.right:hover .icon-holder{
    -webkit-transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
    background-position: 0;
}

.services-sec .services-boxes .service-card .icon-holder i{
    font-size: 100px;
}

.services-sec .services-boxes .service-card.left.icon-right{
    width: 52%;
}
.services-sec .services-boxes .service-card.left{
    float: left;
    clear: left;
}

.services-sec .services-boxes .service-card.right{
    margin-top:50px;
    margin-bottom: 50px;
    float: right;
    clear: right;
    width: 32%;
}

.services-sec .services-boxes .service-card .text{
    margin-bottom: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}

.services-sec .services-boxes .service-card.right .icon-holder{
    margin-bottom: 20px;
}

.padding-top{
    padding-top: 120px;
}

.padding-bottom{
    padding-bottom: 120px;
}

.padding-top-half{
    padding-top: 80px;
}

.padding-bottom-half{ 
    padding-bottom: 80px;
}

.services-sec .container .row .heading-area {
    position: relative;
    /* transform: translate(63%,80%); */
    z-index: 11;
}
.services-sec .container .row .heading-area .heading {
    font-size: 70px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    
}


/* ===================================
      About Video Section
====================================== */


.img-sec{
    position: relative;
    padding-right: 50px;
    padding-bottom: 50px;
}

.about_img {
    padding: 2%;
    background-color: #f6f6f6;
    position: relative;
}

.about_img img{
    height: 100%;
    width: 100%;
}

.red_rectangle{
    position: absolute;
    width: 90%;
    height: 60%;
    bottom: 2%;
    left: 54%;
    transform: translateX(-50%);
    background-color: #d43030;
}

.pink_rectangle{
    position: absolute;
    width: 90%;
    height: 60%;
    bottom: 2%;
    left: 54%;
    transform: translateX(-50%);
    background-color: #c32865;
}

.about-heading .text-small{
    font-size: 20px;
}

.about-heading .heading{
    font-size: 48px;
    font-weight: bold;
}

.about-heading .info {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.4;
    opacity: .6;
    font-family: Roboto, sans-serif;
}

.margin_heading{
    margin: 25px 0;
}

.video-play-button {
    height: 70px;
    width: 70px;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-border-radius: 50px;
    border: 3px solid #18191d;
    border-radius: 50px;
    line-height: 77px;
    text-align: center;
    color: #ffffff;
    background: #18191d;
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.video-play-button:hover {
    -o-animation: ripple 1.3s infinite;
    -webkit-animation: ripple 1.3s infinite;
    animation: ripple 1.3s infinite;
}

.video-play-button.slider-play-button {
    margin: 10px;
    -webkit-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
}

.video-play-button i {
    font-size: 30px;
}

@-webkit-keyframes ripple {
    70% {

        -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
    }
    to {

        -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
    }
}

@keyframes ripple {
    70% {

        -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
    }
    to {

        -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
    }
}


#about-video .container .row .about-heading .margin_heading{
    margin: 25px 0;
    font-family: 'Montserrat', sans-serif;  
    line-height: 1; 
    /* font-size: 72px; */
}

/* ===================================
      Boxes Section
====================================== */
/*  3 boxes */



.about-box {
    transition: .5s linear;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 40px;
    max-width: 350px;
}
.about-box i {
    font-size: 30px;
    position: relative;
}
.about-box:hover  {
    transform: translate(0,-13px);
    transition: .5s linear;
}

#boxes .container .row .main-title h2 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    font-size: 2.5rem;
}
#boxes .container .row .about-box h5 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    font-weight: 400;
}
#boxes .container .row .about-box p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #FFFFFF;
    opacity: .8;
}


/* ===================================
    Parallax Quote
====================================== */


.quote-text {
    max-width: 1000px;
    margin: 0 auto;
}
.quote {
    font-size: 20px;
    color: #ffffff;
}

/* parallax setting */
.parallax-setting {
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    width: 100%;
}

/* parallax images */
.parallax1 {
    background: url("../images/parallax1.1.png");
}
.parallax2 {
    background: url("../images/parallax2.png");
}
.newsletter1 {
    background: url("../images/newsletter.jpg");
}

/* parallax setting */
.parallax-setting {
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    width: 100%;
}

#quote .container .row h2 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    font-size: 2.5rem;
}
#quote .container .row h3 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
}


/* ===================================
    Team
====================================== */
.team:before {
    content: url(../images/team-circle.png);
    position: absolute;
    left: -10px;
    top: 200px;
    animation: scale .6s alternate infinite linear both;
}/*
.team-image, .team-image2{
    background-color: #f1c30f;
    max-width: 285px;
    max-height: 285px;
}
*/
.team-image img, .team-image2 img {
    width: 100%;
    height:auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.m-image1, .m-image2, .m-image3, .m-image4 {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}/*
.m-image1 {
    margin: 21px 0 0 21px;
}
.m-image2 {
    margin:0 21px 21px 0;
}
.m-image3 {
    margin:21px 21px 0 0;
}
*/
.team-social {
    margin-bottom: 5px;
}
.team-social li{
    list-style: none;
    display: inline-block;
}
.team-social>li>a{
    height: 35px;
    width: 35px;
    border: 1px solid transparent;
    border-radius: 30px;
    display: block;
    line-height: 35px;
    color: #ffffff;
}
.team-classic-content {
    padding: 37px 20px;
    background: #fff;
    -webkit-box-shadow: 0 10px 5px -10px #b7b7b7;
    box-shadow: 0 10px 5px -10px #b7b7b7;
    text-align: center;
}
.team-classic-content.pink:before {
    background: #c32865;
}
.team-classic-content.yellow:before {
    background: #f1c30f;
}
.team-classic-content.blue:before {
    background: #84a1d2;
}
/*Hover for team1 and team 3*/
.hvr-team {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-team:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.team-col, .team-col2{
    max-width: 300px;
}


.team-col h3,.team-col h5,.team-col p,.team-col a,
.team-col2 h3,.team-col2 h5,.team-col2 p,.team-col2 a {
    color: #ffffff;
}

.hvr-team:hover, .hvr-team:focus, .hvr-team:active {
    color: #ffffff;
}
.team-col .hvr-team:before,.team-col:focus .hvr-team:before, .team-col .hvr-team:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.team-col:hover, .team-col2{
    cursor: pointer;
}

.team-col .team-image {
    overflow: hidden;
}
.team-col:hover .team-image img {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: scale(1.1);
}
.team-col:hover .m-image1, .team-col:hover .m-image3 {
    margin: 0 ;
}

/*Hover for team 2 and 4*/
/* Sweep To Top */
.hvr-team2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-team2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-team2, .hvr-team2:focus, .hvr-team2:active {
    color: white;
}
.team-col2 .hvr-team2:before,.team-col2:focus .hvr-team2:before, .team-col2:active .hvr-team2:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.team-col2 .team-image,.team-col2 .team-image2{
    overflow: hidden;
}
.team-col2:hover .team-image img,.team-col2:hover .team-image2 img{
   transform: scale(1.1);
}
.team-col2 .team-image2 img, .team-col2 .team-image img {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-col2:hover .m-image2, .team-col2:hover .m-image4{
    margin: 0 ;
}
.small-container{
    max-width: 866px;
}

#team .container .row .main-title h5 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1;

}
#team .container .row .main-title h2 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    font-size: 2.5rem;
}

#team .container .row .team-classic-content h3 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
}
#team .container .row .team-classic-content h5 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
}
#team .container .row .team-classic-content p {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #FFFFFF;
    opacity: .8;
    letter-spacing: 0.5px;
}

/* ===================================
     Project-Section
====================================== */



.project-section {
	position: relative;
}

.project-section .navbar {
	position: absolute;
	background-color: transparent !important;
}

.project-section .rectangle {
    bottom: 0px;
    right: 250px;
    width: 318px;
    height: 400px;
    position: absolute;
    background-image: linear-gradient(to bottom, #c32865 20%, #c32865 100%);
}

.project-section .rectangle .project-text {
	position: relative;
	left: 50px;
	top: 100px;
}

.project-section .project-text .heading {
	/*color: #fff;*/
	right: 120px;
	font-size: 40px;
	width: 500px;
	font-weight: 700;
	text-align: left;
	position: relative;
	background: linear-gradient(to right,  #fff 30%, #fff 70%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.project-section .project-text .text {
	font-size: 21px;
	/* padding-right: 90px; */
    color: #fff;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	width: 80px;
	height: 40px;
}

/* ===================================
     blog-Section
====================================== */

.half-section{
    width: 100%;
}
.half-section {
    position: relative;
    overflow: hidden;
}

#blog2 .container-fluid .row .main-title h5 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1;

}
#blog2 .container-fluid .row .main-title h2 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    font-size: 2.5rem;
}
#blog2 .container-fluid .row p {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #FFFFFF;
    opacity: .8;
    letter-spacing: 0.5px;
}


/* ===================================
    Work
====================================== */

.cbp-filter-style:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #c32865;
    position: relative;
    left: 12px;
    top: -2.5px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cbp-l-filters-alignCenter {
    margin-bottom: 40px;
}
.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
    color: #c32865;
}
.cbp-l-filters-alignCenter .cbp-filter-counter {
    background-color: #c32865;
}
.cbp-l-filters-alignCenter .cbp-filter-counter:after {
    border-top: 4px solid #c32865;
}
.cbp-l-filters-alignCenter .cbp-filter-item {
    color: #ffffff;
    font: 600 14px/20px "Open Sans", sans-serif;
    margin: 0 10px 10px;
}
.cbp-l-filters-alignCenter .cbp-filter-item:hover {
    color: #c32865;
}
.cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    top: 5%;
    left: 5%;
    bottom: 5%;
    visibility: hidden;
    z-index: 1;
    background: rgba(16, 15, 15, 0.88);
    -webkit-transition: all 0.4s cubic-bezier(0.57, 0.21, 0.69, 1.25);
    transition: all 0.4s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}
.cbp-caption-active .cbp-caption-activeWrap {
    width: 0;
    position: absolute;
    z-index: 1;
    height: 90%;
}
.cbp-item:hover .cbp-caption-activeWrap {
    left: 5%;
    width: 90%;
    height: 90%;
}
.cbp-caption-active .cbp-item:hover .cbp-caption-activeWrap,
.cbp-caption-active .cbp-item:focus .cbp-caption-activeWrap{
    opacity: 1; visibility: visible;
}
.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap p {
    position: absolute;
    left: 20px;
    bottom: 65px;
    color: #ffffff;
    font: 100 18px/8px "Open Sans", sans-serif;
    text-transform: capitalize;
    letter-spacing: 1px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.cbp-l-grid-mosaic-flat .cbp-l-caption-title {
    position: absolute;
    left: 20px;
    bottom: 30px;
    color: #ffffff;
    font: 700 20px/0 "Open Sans", sans-serif;
    text-transform: capitalize;
    letter-spacing: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.cbp-l-grid-mosaic-flat .cbp-l-caption-title:after {
    background-color: #202020;
}
.cbp-l-grid-mosaic-flat .work-icon{
    position: absolute;
    right: -50px;
    top: 10%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #c32865;
    background: #c32865;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}
.cbp-item:hover .cbp-caption-activeWrap p, .cbp-item:hover .cbp-l-caption-title {
    opacity: 1; visibility: visible;
    -webkit-transform: translateY(0px); transform: translateY(0px);
}
.cbp-item:hover .cbp-caption-activeWrap p {
    -webkit-transition-delay: .3s; transition-delay: .3s;
}
.cbp-item:hover .cbp-l-caption-title {
    -webkit-transition-delay: .5s; transition-delay: .5s;
}
.cbp-item:hover .work-icon {
    right: 20px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .3s; transition-delay: .3s;
}
.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* ===================================
    contact-map box
====================================== */
.contact-box {
    padding: 70px 50px;
}
.contact-box-shadow {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 26px 16px rgba(0,0,0,0.02);
    box-shadow: 0px 0px 26px 16px rgba(0,0,0,0.02);
    padding: 30px 25px;
}
#map-area .row .icon-holder {
        display: inline-block;
        margin-right: 20px;
        margin-left: 20px;
        color: #c32865;
        transition: .5s ease;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: -webkit-gradient(linear, left top, right top, from(#c32865), color-stop(50%, #c32865), color-stop(50%, #ffffff));
        background-image: linear-gradient(to right, #ffffff, #ffffff 50%, #c32865 50%);
        background-size: 200% 100%;
        background-position: 100%;  
        display: flex;
        padding: 100px 0px;
        align-items: center;
        justify-content: center;

}

#map-area .row .icon-holder:hover {
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0;
}

    
#map-area .row .icon-holder i{
        font-size: 180px;
        width: 40%;
}

#map-area .row .map-logo-box {
    display: flex;
    justify-content: center;
}

#map-area .row .logo-map img {
    max-width: 60%;
    height: auto;
    /* vertical-align: middle; */
    border-style: none;
}

.map-pin {
text-align: center;
width: 100%;
}


/* ===================================
    Work
====================================== */
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #c32865;

}



/* ---- Social Icons ---- */
ul.social_icon li a {
    color: #fff;
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 35px;
    text-align: center;
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
ul.social_icon li a:hover,
ul.social_icon li a:focus {
    background: #b2cb20;
    border-color: transparent;
    color: #fff;
}
ul.social_icon li a.facebook:hover,
ul.social_icon li a.facebook:focus {
    background: #3b5999;
    border-color: #3b5999;
}
ul.social_icon li a.twitter:hover,
ul.social_icon li a.twitter:focus {
    background: #55acee;
    border-color: #55acee;
}
ul.social_icon li a.insta:hover,
ul.social_icon li a.insta:focus {
    background: #e4405f;
    border-color: #e4405f;
}
ul.social_icon li a.google:hover,
ul.social_icon li a.google:focus {
    background:#dd4b39;
    border-color: #dd4b39;
}



@media (width: 1920px) {
    /*Project Section*/
    .project-section .rectangle {
        right: 300px;
        height: 490px;
    }
    .project-section .rectangle .project-text {
        top: 150px;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .services-sec .heading {
        font-size: 64px;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .services-sec .heading {
        font-size: 54px;
    }
}

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

    .box-3 {
        padding-bottom: 18.25%;
    } 
}

@media screen and (max-width: 1281px) and (min-width: 1200px){

    .box-1 {
        padding-bottom: 20px;
    } 
}

@media (min-width: 1024px) and (max-width: 1281px) {
    nav .container .logo img {
        margin-left: -3rem!important;      
    }

    #map-area .row .logo-map img {
        max-width: 70%;
        height: auto;
        /* vertical-align: middle; */
        border-style: none;
    }

}



@media (min-width: 1024px) and (max-width: 1199px) {
    .team-classic-content {
        padding: 45px 20px;
        background: #fff;
        -webkit-box-shadow: 0 10px 5px -10px #b7b7b7;
        box-shadow: 0 10px 5px -10px #b7b7b7;
        text-align: center;
    }


}


@media (max-width: 1080px) {
/*Project Section*/
.project-section .rectangle{
    right: 125px;
    height: 280px;
}
.project-section .rectangle .project-text{
	left: 40px;
    top: 44px;
}
}

@media (min-width: 992px) and (max-width: 1024px) {
    .services-sec .heading {
        font-size: 54px;
    }

    nav .container .logo img {
        margin-left: -2rem!important;       
    }
    .navbar-top-default #mynav {
        margin-right: 0px;
    }

    #map-area .row .logo-map img {
        max-width: 70%;
        height: auto;
        /* vertical-align: middle; */
        border-style: none;
    }
}

@media (max-width: 992px) {
    /*Project Section*/
    .project-section .rectangle {
        position: relative;
        width: 100%;
        left: 0;
    }
    .project-section .rectangle .project-text {
        text-align: center;
        left: 0;
    }
    .project-section .project-text .text {
        padding-right: 0px;
        color: #fff;
    }
    .project-section .rectangle{
        height: 316px;
        width: 100%;
    }
    .project-section .project-text .heading {
        text-align: center;
        font-size: 45px;
        width: 100%;
        right: 0;
        margin-bottom: 20px;
    }
    .carousel-control-prev {
        display: none;
    }
    .carousel-control-next {
        display: none;
    }

#map-area .row .map-logo-box {
    padding-bottom: 70px;
}
}

@media (min-width: 991px) {
    #map-area .row .map-logo-box {
        display: flex;
        justify-content: center;
        margin-top: -70px;
    }
}

@media (max-width: 991.98px) {
    /* services Section */
    .services-sec .heading-area {
        transform: translate(0);
        margin: auto;
        margin-bottom: 50px;
        width: 60%;
    }
    .services-sec .heading {
        font-size: 50px;
        text-align: center;
    }
    .services-sec .image-holder {
        text-align: center;
    }
    .services-sec .services-boxes {
        padding: 0 33px;
        width: 60%;
        margin: auto;
    }
    .services-sec .services-boxes .service-card {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 80px;
    }
    .services-sec .services-boxes .service-card.right {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 0;
    }
    .services-sec .services-boxes .service-card.left.icon-right {
        width: 100%;
        display: grid;
    }
    .services-sec .services-boxes .service-card .icon-holder {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 767px){
    .team-classic-content {
        padding: 45px 20px;
        background: #fff;
        -webkit-box-shadow: 0 10px 5px -10px #b7b7b7;
        box-shadow: 0 10px 5px -10px #b7b7b7;
        text-align: center;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px){
    /* About */
    .about-heading .heading {
        font-size: 38px;
    }
    .about-heading .info {
        font-size: 15px;
    }
    /* services Section */
    .services-sec:before {
        width: 100%;
        transform: translate(-50%,-108%);
    }
    #about-video .container .row div {
        min-width: 80%;
    }
    /*fix the main slider and video part here*/
}

@media (max-width: 767.98px) {
        /* About Section */
        .services-sec:before {
            width: 100%;
            height: 250px;
            transform: translate(-50%,-215%);
        }
        .services-sec .padding-bottom {
            padding-bottom: 60px;
        }
        .services-sec .padding-top {
            padding-top: 60px;
        }
        .services-sec .heading-area {
            width: 100%;
        }
        .services-sec .heading {
            font-size: 36px;
            text-align: center;
        }
        .services-sec .services-boxes {
            width: 100%;
        }
        .services-sec .services-boxes {
            padding: 0 33px;
        }
        .services-sec .services-boxes .service-card {
            width: 100%;
            display: block;
            text-align: center;
            margin-top: 80px;
        }
        .services-sec .services-boxes .service-card.right {
            width: 100%;
            margin-top: 80px;
            margin-bottom: 0;
        }
        .services-sec .services-boxes .service-card.left.icon-right {
            width: 100%;
            display: grid;
        }
        .services-sec .services-boxes .service-card .icon-holder {
            margin-bottom: 20px;
        }
    
}


@media screen and (max-width: 767px) {
    /* About */
    .about-heading .heading {
        font-size: 34px;
    }
    .about-heading .info {
        font-size: 16px;
    }
    /*Project Section*/

    .project-section .project-text .heading {
	    font-size: 35px;
    }
}

@media (max-width: 370px) {
/*Project Section*/
.project-section .rectangle {
	width: 100%;
}
}
