/*-----------------------------------------------------------------------------------
    
    Template Name: Ronak - Minimal Portfolio Bootstrap4 Template
    Version: 2
    
-----------------------------------------------------------------------------------
    
    [Table of contents] 
	
    1. Template default css
    2. Index page style
    3. Home page 2
    4. Home page 3
    5. About us page
    6. Contact us page
    7. Single portfolio
    8. Blog page
    9. Blog details
    
-----------------------------------------------------------------------------------*/


/*-----------------------------
    1. Template default css
-------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Open+Sans:300,400,600,700');
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #242424;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

a,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.btn {
    border-radius: 0px;
    font-size: 14px;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #ff0042;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

button:focus {
    outline: 0px dotted;
}

a,
button,
input {
    outline: medium none;
    color: #242424;
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    color: #242424;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #242424;
}

h1 {
    font-size: 46px;
    font-weight: 500;
}

h2 {
    font-size: 37px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #242424;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}

hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

hr.style-2 {
    border-bottom: 1px dashed #f10;
}

hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8;
}

hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

label {
    font-size: 15px;
    font-weight: 400;
    color: #242424;
}

*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

.mark,
mark {
    background: #4fc1f0 none repeat scroll 0 0;
    color: #ffffff;
}

span.tooltip-content {
    color: #00a9da;
    cursor: help;
    font-weight: 600;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}


/***************************
    transtion
****************************/

a.button::after,
a.button-small::after {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.share ul,
.share:hover ul {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

a.button-border span,
a.button-border-white span,
input,
select,
textarea {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}


/*************************
    Input
*************************/

input {
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #626262;
    width: 100%;
}

select {
    width: 100%;
    background: transparent;
    border: 0px solid #eceff8;
    box-shadow: none;
    font-size: 14px;
    color: #626262;
}

option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}

input:focus {
    background: transparent;
    border: 2px solid #4FC1F0;
}

textarea {
    resize: vertical;
    background: #eceff8;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}

textarea:focus {
    background: transparent;
    border: 2px solid #4FC1F0;
    outline: none;
}

.input-group.divcenter.input-group .form-control {
    padding-left: 0px
}


/*************************
  Basic margin padding
*************************/

.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}


/*************************
    Margin top
*************************/

.mt-0 {
    margin-top: 0
}

.mt-10 {
    margin-top: 10px
}

.mt-12 {
    margin-top: 12px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-37 {
    margin-top: 37px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-84 {
    margin-top: 84px
}

.mt-90 {
    margin-top: 90px
}

.mt-95 {
    margin-top: 95px
}

.mt-100 {
    margin-top: 100px
}

.mt-110 {
    margin-top: 110px
}

.mt-120 {
    margin-top: 120px
}

.mt-130 {
    margin-top: 130px
}

.mt-140 {
    margin-top: 140px
}

.mt-160 {
    margin-top: 160px
}

.mt-179 {
    margin-top: 179px
}

.mt-150 {
    margin-top: 150px
}

.mt-200 {
    margin-top: 200px
}

.mt-290 {
    margin-top: 290px
}

.mt-285 {
    margin-top: 285px
}

.mt-280 {
    margin-top: 280px
}


/*************************
    Margin right
*************************/

.mr-0 {
    margin-right: 0px
}

.mr-10 {
    margin-right: 10px
}

.mr-12 {
    margin-right: 12px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-50 {
    margin-right: 50px
}

.mr-60 {
    margin-right: 60px
}

.mr-70 {
    margin-right: 70px
}

.mr-80 {
    margin-right: 80px
}

.mr-90 {
    margin-right: 90px
}

.mr-100 {
    margin-right: 100px
}

.mr-110 {
    margin-right: 110px
}

.mr-120 {
    margin-right: 120px
}

.mr-130 {
    margin-right: 130px
}

.mr-140 {
    margin-right: 140px
}

.mr-150 {
    margin-right: 150px
}

.mr-170 {
    margin-right: 170px
}


/*************************
    Margin bottom
*************************/

.mb-0 {
    margin-bottom: 0
}

.mb-2 {
    margin-bottom: 2px
}

.mb-5 {
    margin-bottom: 5px!important;
}

.mb-10 {
    margin-bottom: 10px
}

.mb-12 {
    margin-bottom: 12px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-18 {
    margin-bottom: 18px
}

.mb-26 {
    margin-bottom: 26px
}

.mb-28 {
    margin-bottom: 28px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-22 {
    margin-bottom: 22px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-150 {
    margin-bottom: 150px
}


/*************************
    Margin left
*************************/

.ml-0 {
    margin-left: 0
}

.ml-10 {
    margin-left: 10px
}

.ml-12 {
    margin-left: 12px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-18 {
    margin-left: 18px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.ml-50 {
    margin-left: 50px
}

.ml-60 {
    margin-left: 60px
}

.ml-70 {
    margin-left: 70px
}

.ml-80 {
    margin-left: 80px
}

.ml-90 {
    margin-left: 90px
}

.ml-100 {
    margin-left: 100px
}

.ml-110 {
    margin-left: 110px
}

.ml-120 {
    margin-left: 120px
}

.ml-125 {
    margin-left: 125px
}

.ml-130 {
    margin-left: 130px
}

.ml-140 {
    margin-left: 140px
}

.ml-150 {
    margin-left: 150px
}

.ml-285 {
    margin-left: 285px
}


/*************************
    Padding top
*************************/

.pt-0 {
    padding-top: 0
}

.pt-4 {
    padding-top: 4px
}

.pt-10 {
    padding-top: 10px
}

.pt-12 {
    padding-top: 12px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-37 {
    padding-top: 37px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

.pt-58 {
    padding-top: 58px
}

.pt-60 {
    padding-top: 60px
}

.pt-65 {
    padding-top: 65px
}

.pt-68 {
    padding-top: 68px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-85 {
    padding-top: 85px
}

.pt-95 {
    padding-top: 95px
}

.pt-90 {
    padding-top: 90px
}

.pt-97 {
    padding-top: 97px
}

.pt-100 {
    padding-top: 100px
}

.pt-95 {
    padding-top: 95px
}

.pt-105 {
    padding-top: 105px
}

.pt-110 {
    padding-top: 110px
}

.pt-115 {
    padding-top: 115px
}

.pt-120 {
    padding-top: 120px
}

.pt-125 {
    padding-top: 125px
}

.pt-130 {
    padding-top: 130px
}

.pt-135 {
    padding-top: 135px
}

.pt-140 {
    padding-top: 140px
}

.pt-145 {
    padding-top: 145px
}

.pt-150 {
    padding-top: 150px
}

.pt-155 {
    padding-top: 155px
}

.pt-160 {
    padding-top: 160px
}

.pt-169 {
    padding-top: 169px
}

.pt-172 {
    padding-top: 172px
}

.pt-175 {
    padding-top: 175px
}

.pt-170 {
    padding-top: 170px
}

.pt-180 {
    padding-top: 180px
}

.pt-190 {
    padding-top: 190px
}

.pt-205 {
    padding-top: 205px
}

.pt-200 {
    padding-top: 200px
}

.pt-220 {
    padding-top: 220px
}

.pt-210 {
    padding-top: 210px
}

.pt-250 {
    padding-top: 250px
}

.pt-290 {
    padding-top: 290px
}

.pt-285 {
    padding-top: 285px
}

.pt-280 {
    padding-top: 280px
}

.pt-330 {
    padding-top: 330px
}

.pt-345 {
    padding-top: 345px
}

.pt-350 {
    padding-top: 350px
}

.pt-335 {
    padding-top: 335px
}

.pt-365 {
    padding-top: 365px
}

.pt-355 {
    padding-top: 355px
}

.pt-370 {
    padding-top: 370px
}

.pt-380 {
    padding-top: 380px
}


/*************************
    Padding right
*************************/

.pr-0 {
    padding-right: 0
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-30 {
    padding-right: 30px
}

.pr-40 {
    padding-right: 40px
}

.pr-50 {
    padding-right: 50px
}

.pr-55 {
    padding-right: 55px
}

.pr-60 {
    padding-right: 60px
}

.pr-70 {
    padding-right: 70px
}

.pr-80 {
    padding-right: 80px
}

.pr-90 {
    padding-right: 90px
}

.pr-100 {
    padding-right: 100px
}

.pr-110 {
    padding-right: 110px
}

.pr-120 {
    padding-right: 120px
}

.pr-130 {
    padding-right: 130px
}

.pr-140 {
    padding-right: 140px
}

.pr-155 {
    padding-right: 155px
}

.pr-155 {
    padding-right: 155px
}

.pr-180 {
    padding-right: 180px
}

.pr-195 {
    padding-right: 195px
}

.pr-215 {
    padding-right: 215px
}


/*************************
    Padding bottom
*************************/

.pb-0 {
    padding-bottom: 0
}

.pb-5 {
    padding-bottom: 5px
}

.pb-6 {
    padding-bottom: 6px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-13 {
    padding-bottom: 13px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-18 {
    padding-bottom: 18px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-22 {
    padding-bottom: 22px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-97 {
    padding-bottom: 97px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-105 {
    padding-bottom: 105px
}

.pb-107 {
    padding-bottom: 107px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-115 {
    padding-bottom: 115px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-125 {
    padding-bottom: 125px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-135 {
    padding-bottom: 135px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-145 {
    padding-bottom: 145px
}

.pb-146 {
    padding-bottom: 146px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-155 {
    padding-bottom: 155px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-169 {
    padding-bottom: 169px
}

.pb-178 {
    padding-bottom: 178px
}

.pb-172 {
    padding-bottom: 172px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-190 {
    padding-bottom: 190px
}

.pb-210 {
    padding-bottom: 210px
}

.pb-230 {
    padding-bottom: 230px
}

.pb-212 {
    padding-bottom: 212px
}

.pb-250 {
    padding-bottom: 250px
}

.pb-258 {
    padding-bottom: 258px
}

.pb-280 {
    padding-bottom: 280px
}

.pb-210 {
    padding-bottom: 210px
}

.pb-285 {
    padding-bottom: 285px
}

.pb-290 {
    padding-bottom: 290px
}

.pb-280 {
    padding-bottom: 280px
}

.pb-285 {
    padding-bottom: 285px
}

.pb-200 {
    padding-bottom: 200px
}

.pb-220 {
    padding-bottom: 220px
}

.pb-215 {
    padding-bottom: 215px
}

.pb-295 {
    padding-bottom: 295px
}

.pb-440 {
    padding-bottom: 440px
}

.pb-450 {
    padding-bottom: 450px
}


/*************************
    Padding left
*************************/

.pl-0 {
    padding-left: 0
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pl-55 {
    padding-left: 55px
}

.pl-60 {
    padding-left: 60px
}

.pl-70 {
    padding-left: 70px
}

.pl-80 {
    padding-left: 80px
}

.pl-90 {
    padding-left: 90px
}

.pl-100 {
    padding-left: 100px
}

.pl-110 {
    padding-left: 110px
}

.pl-120 {
    padding-left: 120px
}

.pl-125 {
    padding-left: 125px
}

.pl-130 {
    padding-left: 130px
}

.pl-140 {
    padding-left: 140px
}

.pl-140 {
    padding-left: 140px
}

.pl-170 {
    padding-left: 170px
}

.pl-155 {
    padding-left: 155px
}

.pl-190 {
    padding-left: 190px
}

.pl-195 {
    padding-left: 195px
}


/***************************
    Page section padding 
****************************/

.ptb-0 {
    padding: 0
}

.ptb-10 {
    padding: 10px 0
}

.ptb-15 {
    padding: 15px 0
}

.ptb-20 {
    padding: 20px 0
}

.ptb-25 {
    padding: 25px 0
}

.ptb-30 {
    padding: 30px 0
}

.ptb-32 {
    padding: 32px 0
}

.ptb-37 {
    padding: 37px 0
}

.ptb-40 {
    padding: 40px 0
}

.ptb-50 {
    padding: 50px 0
}

.ptb-60 {
    padding: 60px 0
}

.ptb-68 {
    padding: 68px 0
}

.ptb-65 {
    padding: 65px 0
}

.ptb-70 {
    padding: 70px 0
}

.ptb-75 {
    padding: 75px 0
}

.ptb-80 {
    padding: 80px 0
}

.ptb-90 {
    padding: 90px 0
}

.ptb-100 {
    padding: 100px 0
}

.ptb-95 {
    padding: 95px 0
}

.ptb-110 {
    padding: 110px 0
}

.ptb-120 {
    padding: 120px 0
}

.ptb-130 {
    padding: 130px 0
}

.ptb-135 {
    padding: 135px 0
}

.ptb-140 {
    padding: 140px 0
}

.ptb-150 {
    padding: 150px 0
}

.ptb-160 {
    padding: 160px 0
}

.ptb-165 {
    padding: 165px 0
}

.ptb-170 {
    padding: 170px 0
}

.ptb-177 {
    padding: 177px 0
}

.ptb-180 {
    padding: 180px 0
}

.ptb-190 {
    padding: 190px 0
}

.ptb-200 {
    padding: 200px 0
}

.ptb-210 {
    padding: 210px 0
}

.ptb-220 {
    padding: 220px 0
}

.ptb-250 {
    padding: 250px 0
}

.ptb-290 {
    padding: 290px 0
}

.ptb-310 {
    padding: 310px 0
}

.ptb-300 {
    padding: 300px 0
}

.ptb-350 {
    padding: 350px 0
}

.ptb-400 {
    padding: 400px 0
}


/***************************
    Page section margin 
****************************/

.mtb-0 {
    margin: 0
}

.mtb-10 {
    margin: 10px 0
}

.mtb-15 {
    margin: 15px 0
}

.mtb-20 {
    margin: 20px 0
}

.mtb-30 {
    margin: 30px 0
}

.mtb-40 {
    margin: 40px 0
}

.mtb-50 {
    margin: 50px 0
}

.mtb-60 {
    margin: 60px 0
}

.mtb-70 {
    margin: 70px 0
}

.mtb-80 {
    margin: 80px 0
}

.mtb-90 {
    margin: 90px 0
}

.mtb-100 {
    margin: 100px 0
}

.mtb-110 {
    margin: 110px 0
}

.mtb-120 {
    margin: 120px 0
}

.mtb-130 {
    margin: 130px 0
}

.mtb-140 {
    margin: 140px 0
}

.mtb-150 {
    margin: 150px 0;
}

.mtb-290 {
    margin: 290px 0;
}


/*************************************
    Background variation set 
 **************************************/


/*colored background*/

.white-bg {
    background: #fff;
}

.black-bg {
    background: #242424
}

.black-bg-2 {
    background: #181818
}

.theme-bg {
    background: #ff0042;
}

.gray-bg {
    background: #f8f9f9;
}

.blue-bg {
    background: #4FC1F0;
}

.default-bg {
    background: #50C1F0;
}

.pink-bg {
    background: #ffe8e8;
}

.transparent-bg {
    background: transparent;
}


/*Opacity background*/


/* black overlay */

[data-overlay] {
    position: relative;
}

[data-overlay]::before {
    background: #252525 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

[data-overlay="3"]::before {
    opacity: 0.3;
}

[data-overlay="4"]::before {
    opacity: 0.4;
}

[data-overlay="5"]::before {
    opacity: 0.5;
}

[data-overlay="56"]::before {
    opacity: 0.56;
}

[data-overlay="6"]::before {
    opacity: 0.6;
}

[data-overlay="7"]::before {
    opacity: 0.7;
}

[data-overlay="8"]::before {
    opacity: 0.8;
}


/*image background*/

.bg-1,
.bg-2,
.bg-3,
.bg-4,
.bg-5,
.bg-6,
.bg-7,
.bg-8,
.bg-9,
.bg-10 {
    background-attachment: fixed;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.bg-1 {
    background: url(../../images/bg/1.jpg);
}

.bg-img {
    background-position: center center;
    background-size: cover;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

:focus {
    outline: -mos-focus-ring-color auto 0px;
}

:focus {
    outline: none;
}

.header-search form button {
    outline: medium none;
}

.relative {
    position: relative;
}

.overflow {
    overflow: hidden;
}

.border-bottom-1 {
    border-bottom: 1px solid #ededed;
}

.border-top-1 {
    border-top: 1px solid #d7d7d7;
}

.border-top-2 {
    border-top: 1px solid #141414;
}

.border-top-3 {
    border-top: 1px solid #eeeeee;
}

.border-top-4 {
    border-top: 1px solid #303338;
}

.border-bottom-2 {
    border-bottom: 1px solid #eeeeee;
}

.mobile-menu-area {
    display: none;
}

#mobile-menu-active {
    display: none;
}


/* scrollUp */

#scrollUp {
    background: #242424 none repeat scroll 0 0;
    bottom: 85px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 38px;
    z-index: 9999;
}

#scrollUp:hover {
    background: #ff0042 none repeat scroll 0 0;
}


/* button */

.btn-style {
    background-color: transparent;
    border: 2px solid #eeeeee;
    color: #242424;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 20px 12px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    display: block;
}

.btn-style:hover {
    background-color: #ff0042;
    border: 2px solid #ff0042;
    color: #fff;
}

.btn-style-2 {
    background-color: #ff0042;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 17px 37px;
    text-transform: uppercase;
}

.btn-style-2:hover {
    background-color: #242424;
    color: #fff;
}

.height-100vh {
    height: 100vh;
}

#mobile-menu-active {
    display: none;
}


/*------------------------
    2. Index page style
--------------------------*/


/* header */

.logo {
    transition: all 0.3s ease 0s;
}

.stick,
.header-position.stick {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.main-menu {
    float: right;
}

.main-menu li {
    display: inline-block;
    position: relative;
}

.main-menu nav ul > li > a {
    color: #242424;
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 80px;
    padding: 0 0 0 30px;
    position: relative;
    text-transform: uppercase;
}

.main-menu ul li ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    left: 0;
    padding: 15px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 180px;
    z-index: 9999;
}

.main-menu nav > ul > li:hover > ul {
    transform: scale(1);
    visibility: visible;
}

.main-menu ul li ul li {
    display: block;
}

.main-menu nav ul li ul li a {
    color: #242424;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 3px 15px;
    text-transform: capitalize;
}

.main-menu li:hover > a {
    color: #ff0042;
}

.main-menu nav > ul > li > ul > li > ul {
    left: 100%;
    top: 0;
}

.main-menu nav > ul > li > ul > li:hover > ul {
    transform: scale(1);
    visibility: visible;
}

.main-menu ul li ul li a span {
    float: right;
}

.mean-container a.meanmenu-reveal {
    border: 1px solid #242424;
    color: #242424;
    line-height: 1;
    margin-top: 34px;
    padding: 5px 8px 2px;
    position: absolute;
}

.mean-container .mean-nav {
    margin-top: 10px;
}

.white-header .mean-container a.meanmenu-reveal {
    border: 1px solid #fff;
    color: #fff;
}

.white-header.stick .mean-container a.meanmenu-reveal {
    border: 1px solid #242424;
    color: #242424;
}

.white-header.stick .mean-container a.meanmenu-reveal span {
    background: #242424 none repeat scroll 0 0;
}

.white-header .mean-container a.meanmenu-reveal span {
    background: #fff none repeat scroll 0 0;
}


/* slider */

.slider-height {
    min-height: 822px;
}

.slider-single-img img {
    width: 100%;
}

.slider-text-2 h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.slider-text-2 h3 {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0;
}

.slider-text-2 h3 span {
    font-weight: 700;
}

.slider-btn a.default-btn {
    background-color: #fff;
    color: #ff0042;
    margin-right: 15px;
}
.slider-text-2 {
  margin-top: -56px;
}

/* Default Slider Animations */

.owl-item .slider-content * {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-item.active .slider-content * {}

.owl-item.active .slider-animated-1 h2 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1 h1 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1 h3 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1 p {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1 a {
    -webkit-animation-delay: 2.0s;
    animation-delay: 2.0s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1 img {
    animation-delay: 1.3s;
    animation-name: fadeInUp;
}


/* about us */

.about-dec {
    padding: 0 60px 0 0;
}

.about-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}

.about-list li {
    font-weight: 600;
    list-style: outside none none;
    margin: 0 0 10px;
}

.about-list li:last-child {
    list-style: outside none none;
    margin: 0 0 0px;
}

.about-list li span {
    color: #ff0042;
    font-size: 18px;
    font-weight: 600;
    margin: 0 10px 0 0;
}

.about-list {
    margin: 18px 0 0;
}

.about-img {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0 20px 20px 0;
}

.about-img::before {
    background-color: #ff0042;
    bottom: 0;
    content: "";
    left: 30px;
    position: absolute;
    right: 0;
    top: 30px;
}

.about-img img {
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    position: relative;
    width: 100%;
}

.video-btn span {
    border-bottom: 22px solid transparent;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    display: block;
    height: 0;
    position: relative;
    width: 0;
    z-index: 3;
}

.video-btn::before {
    animation: 1500ms ease-out 0s normal none infinite running border-jump;
    background: #ff0042 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    display: block;
    height: 80px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80px;
    z-index: 0;
}

.video-btn::after {
    background: #ff0042 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    display: block;
    height: 80px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 200ms ease 0s;
    width: 80px;
    z-index: 1;
}

.video-btn {
    border-radius: 50%;
    box-sizing: content-box;
    display: block;
    height: 44px;
    left: 50%;
    padding: 18px 20px 18px 28px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 32px;
    z-index: 1;
}

@-webkit-keyframes border-jump {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
        border-radius: 100%;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
        border-radius: 100%;
    }
}

@keyframes border-jump {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
        border-radius: 100%;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
        border-radius: 100%;
    }
}


/* portfolio */

.section-title > h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 34px;
    margin: 0 0 8px;
    text-transform: capitalize;
}

.section-title > h2 span {
    color: #ff0042;
}

.single-portfolio {
    position: relative;
}

.portfolio-menu-active button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 15px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease 0s;
}

.portfolio-menu-active button.active,
.portfolio-menu-active button:hover {
    color: #ff0042;
}

.portfolio-menu-active button:first-child {
    margin-left: 0;
}

.portfolio-menu-active button::before {
    background: #ff0042 none repeat scroll 0 0;
    bottom: -8px;
    content: "";
    height: 2px;
    position: absolute;
    transform: scaleX(0);
    transition: all 0.3s ease 0s;
    width: 50%;
}

.portfolio-menu-active button:hover::before,
.portfolio-menu-active button.active::before {
    transform: scaleX(1);
}

.hover-1 {
    position: relative;
    overflow: hidden;
}

.hover-1::before {
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0.95);
    transition: color 300ms ease 0ms, opacity 300ms ease 0ms, transform 300ms ease 300ms;
    background-color: #ff0042;
}
.single-portfolio:hover > .hover-1::before {
    opacity: 1;
    transform: scale(1);
}
.hover-1 > a > img {
    transform: scale(1);
    transform-origin: center bottom 0;
    transition: transform 800ms ease 0s, opacity 700ms ease 0s;
    width: 100%;
}

.single-portfolio:hover .hover-1 a img {
    transform: scale(1.15);
    opacity: 0.5;
}
.portfolio-title {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 20px 15px 22px;
}
.portfolio-title > h3,
.portfolio-title-2 > h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 2px;
    text-transform: capitalize;
}
.portfolio-title > span,
.portfolio-title-2 > span {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.hover-1 > a.img-popup::after {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    box-shadow: 0 0 0 8px rgba(246, 249, 250, 0.42);
    color: #ff0042;
    content: "";
    font-family: fontawesome;
    font-size: 16px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: scale(0);
    transition: all 0.5s ease 0s;
    width: 50px;
}

.single-portfolio:hover .hover-1 > a.img-popup::after {
    opacity: 1;
    transform: scale(1);
}
a.default-btn {
    background-color: #ff0042;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    padding: 15px 30px;
    position: relative;
    text-transform: uppercase;
    transition: all .3s ease 0s;
}
a.default-btn:hover {
    background-color: #242424;
    color: #fff;
}


/* service */

.single-service {
    background-color: #fff;
    padding: 35px 35px 40px;
}
.single-service-content h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0;
}
.single-service-content > p {
    margin: 0;
}
.single-service-icon i {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50px;
    color: #666666;
    display: inline-block;
    font-size: 35px;
    height: 60px;
    line-height: 59px;
    transition: all 0.3s ease 0s;
    width: 60px;
}
.single-service:hover i {
    background-color: #ff0042;
    box-shadow: 0 0 10px rgba(255, 0, 66, 0.5);
    color: #ffffff;
    font-size: 20px;
}

/* blog area */

.blog-img {
    position: relative;
}
.blogpost-time-date {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    font-weight: 600;
    left: 0;
    padding: 5px 16px;
    position: absolute;
    top: 0;
}
.single-blog:hover .hover-1 a img {
    transform: scale(1.15);
}
.blogpost-desc > h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: capitalize;
}
.blogpost-desc {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 20px 16px 22px;
}
.blog-img img {
    width: 100%;
}
.blogpost-desc > a {
    font-weight: 600;
    text-transform: capitalize;
}
.blogpost-desc > a:hover {
    color: #ff0042;
}

/* footer */

.footer-about > p {}
.footer-info-icon i {
    color: #fff;
    font-size: 30px;
}
.footer-info > p {
    color: #fff;
    margin: 20px 0 0;
}
.footer-info > p a {
    color: #fff;
}
.footer-info > p a:hover {
    color: #ff0042;
}
.copyright > span,
.copyright > span a {
    color: #fff;
}
.copyright > span a:hover {
    color: #ff0042;
    text-decoration: underline;
}
.social-icon {
    margin-top: 22px;
}
.social-icon ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 3px 0px;
}
.social-icon li a {
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    text-align: center;
}
.social-icon li a:hover {
    color: #ff0042;
}

/*------------ 3. Home page 2 --------------*/

/* header area */
.menu-style-toggle nav {
    opacity: 0;
    margin-right: -30px;
    visibility: hidden;
    float: left;
    transition: all 0.3s ease 0s;
}
.menu-style-toggle nav.menu-open {
    opacity: 1;
    margin-right: 0;
    visibility: visible;
}
.menu-style-toggle {
    float: right;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    background-color: #242424;
    height: 2px;
    width: 35px;
}
.hamburger-box:hover .hamburger-inner,
.hamburger-box:hover .hamburger-inner::after,
.hamburger-box:hover .hamburger-inner::before {
    background-color: #ff0042;
}
.hamburger:hover {
    opacity: 1;
}
.hamburger {
    padding: 28px 0px 5px 10px;
}
.hamburger-inner::after {
    bottom: -8px;
}
.hamburger-inner::before {
    top: -8px;
}

/*---------- slider ---------*/

.slider-area {
    position: relative;
}
.particles-js {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.slider-title {
    position: relative;
    z-index: 9;
}
.slider-title h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    display: block;
}
.slider-title h1 {
    color: #fff;
    display: block;
    font-size: 50px;
    font-weight: 800;
    line-height: 42px;
    margin: 0 0 23px;
    text-transform: uppercase;
}
.slider-title > p {
    color: #fff;
    font-size: 17px;
    margin: 0 auto;
    width: 62%;
}
.slider-overly::before {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    width: 100%;
}

/* about 2 */

.single-about-img > img {
    width: 100%;
}

/* portfolio 2 */

.portfolio-title-2 {
    background-color: #fff;
    bottom: -1px;
    box-sizing: border-box;
    left: 0;
    opacity: 0;
    padding: 17px 20px 20px;
    position: absolute;
    text-align: left;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    width: 100%;
}
.single-portfolio:hover .portfolio-title-2 {
    opacity: 1;
    transform: scaleX(1);
}
.img-hover-2 {
    overflow: hidden;
}
.img-hover-2 > a > img {
    transform: scale(1);
    transform-origin: center left 0;
    transition: transform 800ms ease 0s, opacity 700ms ease 0s;
}
.single-portfolio:hover .img-hover-2 a img {
    transform: scale(1.15);
}
.portfolio-img img {
    width: 100%;
}

/* service 2 */

.service-area-2 .single-service {
    display: flex;
}
.service-area-2 .single-service-icon {
    margin-right: 20px;
    margin-top: 4px;
}
.service-area-2 .single-service {
    padding: 35px 20px 40px;
}

/* footer 2 */

.suscribe-area > p {
    color: #fff;
    margin: 20px auto 25px;
    width: 100%;
}
.subscribe-form form input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #242424;
    padding: 2px 130px 2px 20px;
    position: relative;
}
.subscribe-form form input::-moz-placeholder {
    color: #242424;
    opacity: 1;
}
.subscribe-form form input::-webkit-input-placeholder {
    color: #242424;
    opacity: 1;
}
.subscribe-form form .clear {
    position: absolute;
    right: 0;
    top: 0;
}
.subscribe-form form .clear input {
    background: #ff0042 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    width: auto;
    padding: 2px 20px;
    cursor: pointer;
}
.subscribe-form form .clear input:hover {
    background: #666 none repeat scroll 0 0;
}
.subscribe-form form {
    position: relative;
}
.mc-news {
    display: none;
}
.footer-menu ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 0 0 30px;
    position: relative;
}
.footer-menu ul li::before {
    background-color: #fff;
    content: "";
    height: 10px;
    position: absolute;
    right: -16px;
    top: 8px;
    width: 1px;
}
.footer-menu ul li:last-child::before {
    display: none;
}
.footer-menu ul li:first-child {
    margin: 0 0 0 0;
}
.footer-menu ul li a {
    color: #fff;
    text-transform: capitalize;
}
.footer-menu ul li a:hover {
    color: #ff0042;
}

/*------------- 4. Home page 3 -------------*/

.header-position {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.logo a img.logo-stick {
    display: none;
}
.stick .logo a img.logo-stick {
    display: block;
}
.stick .logo a img.logo-normal {
    display: none;
}
.white-header .main-menu nav ul > li > a {
    color: #fff;
}
.white-header .main-menu nav ul li ul li a {
    color: #242424;
}
.white-header .main-menu li:hover > a,
.white-header.stick .main-menu li:hover > a {
    color: #ff0042;
}
.white-header.stick .main-menu nav ul > li > a {
    color: #242424;
}
.jquery-ripples {
    position: relative;
    z-index: 0;
}
.slider-title-3 h1 {
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
}
.slider-overly-2::before {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    right: 0;
    width: 100%;
}

/*-- portfolio 3 --*/
.ripples-active {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.hover-3 {
    box-shadow: 5px 5px 100px #fafafa;
    position: relative;
    z-index: 1;
}
.hover-3 img {
    width: 100%;
}
.hover-3::after {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    width: 100%;
}
.hover-3:hover::after {
    opacity: 1;
    transform: scaleY(1);
}
.portfolio-position {
    border: 2px solid #ff0042;
    content: "";
    left: 0;
    margin: 0 auto;
    opacity: 0;
    padding: 35px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    width: 80%;
    z-index: 2;
}
.single-portfolio:hover .portfolio-position {
    opacity: 1;
}

/*  testimonial  */

.single-testimonial {
    align-items: center;
    display: flex;
}
.testimonial-img {
    border-radius: 50%;
    flex: 0 0 100px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.testimonial-content {
    background-color: #fff;
    margin-left: -50px;
    overflow: hidden;
    padding: 40px 50px 40px 85px;
}
.testimonial-content h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 5px;
}
.testimonial-content span {
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
}
.testimonial-content > p {
    margin: 0 0 15px;
}

/*----------- 5. About us page -----------*/

.breadcrumb-area {
    position: relative;
}
.breadcrumb-text {
    position: relative;
    z-index: 9;
}
.breadcrumb-text h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.breadcrumb-text > ul li {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.breadcrumb-text > ul li a {
    color: #fff;
    padding-right: 17px;
    position: relative;
}
.breadcrumb-text > ul li a::after {
    background-color: #fff;
    content: "";
    font-size: 8px;
    height: 15px;
    margin-left: 11px;
    position: absolute;
    right: 6px;
    top: 4px;
    transform: rotate(33deg);
    width: 1.5px;
}
.breadcrumb-text > ul li a:hover {
    color: #ff0042;
}
.team-img > img {
    width: 100%;
}
.hover-team {
    position: relative;
    z-index: 1;
}
.hover-team::after {
    background: rgba(255, 0, 66, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    width: 100%;
}
.single-team:hover .hover-team::after {
    opacity: 1;
    transform: scaleY(1);
}
.social-links {
    border: 2px solid #fff;
    content: "";
    left: 0;
    margin: 0 auto;
    opacity: 0;
    padding: 35px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    width: 80%;
    z-index: 2;
}
.single-team:hover .social-links {
    opacity: 1;
}
.social-links a {
    color: #fff;
    font-size: 28px;
    margin: 0 5px;
}
.social-links a:hover {
    color: #ddd;
}
.team-content {
    padding: 20px 10px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.team-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.team-content h6 {
    font-size: 14px;
    margin: 5px 0 0;
    text-transform: uppercase;
}
.progress {
    background: #ddd none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    height: 4px;
    margin-top: 10px;
    overflow: visible;
}
.progress-bar {
    background: #ff0042 none repeat scroll 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}
.skill-bar-item:nth-child(1) .progress-bar {
    width: 80%;
}
.skill-bar-item:nth-child(2) .progress-bar {
    width: 90%;
}
.skill-bar-item:nth-child(3) .progress-bar {
    width: 70%;
}
.skill-bar-item:nth-child(4) .progress-bar {
    width: 95%;
}
.skill-bar-item span.text-top {
  color: #222;
  font-size: 17px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: -2px;
}
.skill-bar-item {
    padding-bottom: 30px;
    position: relative;
}
.skill-bar-item:last-child {
    padding-bottom: 0;
}
.skill-bar-item > span {
    color: #242424;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}
.skill-bar {
    overflow: hidden;
    padding-top: 9px;
}
.single-logo {
    text-align: center;
}
.brand-logo-active.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

/*----------------- 6. Contact us page --------------*/

.contact-form h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}
.contact-form {
    background: transparent none repeat scroll 0 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 45px 50px 50px;
    text-align: left;
}
.contact-form form input,
.contact-form form textarea {
    border: 1px solid #ebebeb;
    color: #656565;
    font-size: 14px;
    height: 50px;
    line-height: 32px;
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 2px 15px;
}
.contact-form form input::-moz-placeholder {
    color: #242424 !important;
    opacity: 1;
}
.contact-form form input::-webkit-input-placeholder {
    color: #242424 !important;
    opacity: 1;
}
.contact-form form textarea::-moz-placeholder {
    color: #242424 !important;
    opacity: 1;
}
.contact-form form textarea::-webkit-input-placeholder {
    color: #242424 !important;
    opacity: 1;
}
.contact-form form textarea {
    height: 100px;
}
.submit-btn {
    background: #ff0042 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    line-height: 46px;
    padding: 0 40px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: all .3s ease 0s;
}
.submit-btn:hover {
    background: #242424 none repeat scroll 0 0;
}
.single-contact-icon {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.single-contact-info {
    background-color: #f5f5f5;
    padding: 22px 30px;
    margin: 0 0 20px;
}
.single-contact-info:last-child {
    margin: 0 0 0px;
}
.single-contact-text > p {
    margin: 0;
}
.single-contact-icon i {
    color: #242424;
    font-size: 15px;
    margin-right: 7px;
}
#googleMap {
    height: 480px;
    width: 100%;
}

/*----------- 7. Single portfolio -------------*/

.portfolio-meta ul {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    margin: 0;
    padding: 0 20px;
}
.portfolio-meta ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
    list-style: none;
}
.portfolio-meta ul li span {
    color: #444;
    font-weight: 600;
    margin-right: 5px;
}
.portfolio-meta ul > li i {
    color: #444;
    font-size: 16px;
    line-height: normal;
    margin-right: 20px;
}
.project-desc h3 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.post-share ul {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 10px 0;
}
.post-share li {
    float: left;
    margin-right: 10px;
    list-style: none;
}
.post-share li span {
    margin: 10px 0 0;
}
.post-share li a {
    display: block;
    font-size: 25px;
}
.post-share li span {
    display: inline-block;
    font-weight: 600;
    margin: 5px 0 0;
}
.post-share {
    margin: 30px 0 0;
}

/*----------- 8. Blog page -------------*/

.pagination-total-pages {
    display: flex;
    justify-content: space-between;
    border: 1px solid #e9e9e9;
    padding: 15px 24px 13px;
}
.pagination-style li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 8px 0 0;
}
.pagination-style li a {
    background-color: #f1f1f1;
    border-radius: 3px;
    color: #242424;
    display: inline-block;
    font-weight: 500;
    line-height: 1;
    padding: 11px 13px;
}
.pagination-style li a.prev-next {
    padding: 10px 22px 12px;
}
.pagination-style li a.next {
    background-color: #242424;
    color: #fff;
}
.pagination-style li a:hover,
.pagination-style li a.active,
.pagination-style li a.next:hover {
    background-color: #ff0042;
    color: #fff;
}
.pagination-style li a.prev i {
    margin-right: 7px;
}
.pagination-style li a.next i {
    margin-left: 10px;
}
.total-pages > p {
    margin: 4px 0 0;
}

/* blog sidebar */

.sidebar-search form {
    position: relative;
}
.sidebar-search form input {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #242424;
    height: 50px;
    padding: 0 58px 0 10px;
    width: 100%;
}
.sidebar-search-form > button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: #ddd;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 1px;
    color: #242424;
    cursor: pointer;
    font-size: 16px;
    height: 100%;
    padding: 0 20px 0 19px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease 0s;
}
.sidebar-search-form > button:hover {
    color: #ff0042;
}
h4.sidebar-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.sidebar-list-style li {
    border-bottom: 1px dashed #ebebeb;
    list-style: outside none none;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
sidebar-list-style li a {
    display: block;
    font-weight: 500;
    text-transform: capitalize;
}
.sidebar-list-style li a:hover {
    color: #ff0042;
}
.sidebar-list-style li:last-child {
    margin-bottom: 0px;
}
.sidebar-list-style li span {
    float: right;
}
.sidebar-tags li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 4px 11px 0;
}
.sidebar-tags a {
    border: 1px solid #ebebeb;
    color: #242424;
    display: inline-block;
    font-weight: 500;
    line-height: 1;
    padding: 10px 12px 13px;
    text-transform: capitalize;
}
.sidebar-tags a:hover {
    border: 1px solid #ff0042;
    color: #fff;
    background-color: #ff0042;
}
.single-recent-posts {
    align-items: center;
    display: flex;
}
.recent-posts-img {
    flex: 0 0 90px;
}
.recent-posts-img > img {
    width: 100%;
}
.recent-posts-content > h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: capitalize;
}
.recent-posts-content > h4 a:hover {
    color: #ff0042;
}
.recent-posts-content {
    margin: 0 0 0 15px;
}
.recent-posts-content > span {
    font-weight: 500;
}
.sidebar-search form input::-moz-placeholder {
    color: #242424;
    opacity: 1;
}
.sidebar-search form input::-webkit-input-placeholder {
    color: #242424;
    opacity: 1;
}

/*----------- 9. Blog details -------------*/

.dec-img > img {
    width: 100%;
}
.single-blog-wrapper > h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 15px;
    text-transform: capitalize;
}
.single-blog-wrapper > p {
    margin: 0;
}
blockquote {
    margin: 35px 0 33px;
}
blockquote > h4 {
    font-size: 19px;
    font-style: italic;
    font-weight: 600;
    line-height: 31px;
    margin: 0;
}
.dec-img-wrapper {
  margin: 42px 0 38px;
}
.blog-dec-tags ul li {
    display: inline-block;
    position: relative;
}
.blog-dec-tags ul li::after {
    background-color: #6d6d6d;
    content: "";
    font-size: 8px;
    height: 12px;
    position: absolute;
    right: 6px;
    top: 7px;
    transform: rotate(20deg);
    width: 1.5px;
}
.blog-dec-tags ul li a {
    font-size: 15px;
    font-weight: 600;
    margin-right: 18px;
    text-transform: capitalize;
}
.blog-dec-tags ul li a:hover,
.blog-dec-social ul li a:hover {
    color: #ff0042;
}
.blog-dec-tags-social {
    border-bottom: 2px solid #f6f6f6;
    display: flex;
    justify-content: space-between;
    margin-top: 52px;
    padding-bottom: 10px;
}
.blog-dec-social {
    display: flex;
}
.blog-dec-social > span {
    color: #242424;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-top: 2px;
    text-transform: capitalize;
}
.blog-dec-social ul li {
    display: inline-block;
    margin-left: 8px;
}
.blog-dec-social ul li a {
    color: #242424;
    font-size: 22px;
    line-height: 1;
}
.blog-dec-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.single-comment-wrapper {
    display: flex;
}
.blog-comment-img {
    flex: 0 0 135px;
    margin-right: 28px;
}
.blog-comment-content > h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.blog-comment-content > span {
    color: #242424;
    display: block;
    font-size: 15px;
    margin: 6px 0 8px;
}
.blog-comment-content > p {
    margin: 0 0 8px;
    font-size: 15px;
}
.blog-details-btn a {
    color: #242424;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}
.blog-details-btn a:hover {
    color: #ff0042;
}
.blog-reply-wrapper>form {
    margin-top: 30px;
}
.leave-form {
    margin-bottom: 30px;
}
.blog-reply-wrapper form input,
.blog-reply-wrapper form textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    color: #242424;
    font-size: 14px;
    height: 50px;
    padding: 2px 20px;
}
.blog-reply-wrapper form input::-moz-placeholder,
.blog-reply-wrapper form textarea::-moz-placeholder {
    color: #242424;
    opacity: 1;
}
.blog-reply-wrapper form textarea {
    height: 200px;
    padding: 25px 20px;
}
.blog-reply-wrapper form .text-leave input {
    background-color: #ff0042;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    height: inherit;
    margin-top: 40px;
    padding: 14px 30px 13px;
    width: inherit;
}
.blog-reply-wrapper form .text-leave input:hover {
    background-color: #000;
}
.blog-dec-tags ul li:last-child::after {
    display: none;
}