/*---------------------------------------------------
   Main style stylesheet
   project:       OneBack- parallax one page Template
   Version:       1.0
   Author:        MTthemes22
   primary use:   marketing
-----------------------------------------------------*/

/*----------------------------------------------------
body
  +loading page
  +navbar
  +header section'
  +about section
  +services section
  +team section
  +took section
  +my-portfolio section
  +clients section
  +help section
  +numbers section
  +price section
  +blog section
  +contact section
  +scroll to top button

------------------------------------------------------*/
*{
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
           box-sizing: border-box;
}

body {
    font-size: 16px;
    font-weight: 300;
    height: 100%;
    font-family: 'Raleway', sans-serif;
}

p{
    font-family: 'Hind', sans-serif;
}

h1,
h2,
h3,
h4,
h5{
    font-family: 'Montserrat', sans-serif;
}

h1 span,
h2 span,
h3 span,
h5 span{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

h4 span{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    float: left;
    padding-left: 20px   
}
.para{
    font-size: 17px;
    text-align: center;
    font-weight: 400;
    color: #555;
    margin: 0 25%;
    margin-bottom: 60px;
}

a:focus,
a:hover{
    outline: none;
    text-decoration: none;
}

.fa {
  font-family: 'FontAwesome';
  font-style: normal;
}

.heading{
    position: relative;
    font-weight: 700;
    font-size: 50px;
    color: #333;
    text-align: Center;
}
.slidering{
    position: relative;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    text-align: Center;
}
.portafolioheading{
    position: relative;
    font-weight: 700;
    font-size: 50px;
    color: #333;
    text-align: left;
}

.heading span{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #555;
}

.a-btn{
    text-decoration: none;
    border-radius: 20px;
    padding: 10px 20px;
     color: #fff;
    background-color: #3b41e2;
    border: 1px solid transparent;
    font-weight: 400;
}
/*----------------------------------------------------
Start Section baner
----------------------------------------------------*/
.baner{
    padding: 70px 0;
    text-align: center;
}

.baner h1{
    margin-bottom: 100px;
    font-size: 30px;
    font-weight: 600;
    color: #3b41e2;
}

.baner .image{
    margin-bottom: 50px;
    padding: 30px;
    box-shadow:  0 10px 30px -5px #aaa;
}

.baner a{
    text-decoration: none;
    color: #3b41e2;
    font-weight: 600;
    font-size: 18px;
    margin: 20px;
    display: block;
}

.baner a:hover{
    color: #222;
}

.baner .image:hover{
    box-shadow:  0 10px 30px 0 #888;
}
/*----------------------------------------------------
end Section baner
----------------------------------------------------*/

/*----------------------------------------------------
Start Section Loading
----------------------------------------------------*/
.loading-overlay {
  background:#111;
  color:#111;
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:99999
}

.spinner {
  width: 60px;
  height: 60px;
  position: relative;
  margin: 300px auto;
}

#loading-text {
  display: block;
  position: absolute;
  top: 180%;
  left: 50%;
  color: #fff;
  font-weight: 400;
  width: 100px;
  height: 30px;
  margin: -7px 0 0 -45px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
}

#loading-content {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
  border: 3px solid #F00;
}

#loading-content:after {
  content: "";
  position: absolute;
  border: 3px solid #0F0;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}

#loading-content:before {
  content: "";
  position: absolute;
  border: 3px solid #00F;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}

#loading-content {
  border: 3px solid transparent;
  border-top-color: #86b04a;
  border-bottom-color: #86b04a;
  border-radius: 50%;
  -webkit-animation: loader 2s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
}

#loading-content:before {
  border: 3px solid transparent;
  border-top-color: #f4dddf;
  border-bottom-color: #f4dddf;
  border-radius: 50%;
  -webkit-animation: loader 3s linear infinite;
    -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 3s linear infinite;
}

#loading-content:after {
  border: 3px solid transparent;
  border-top-color: #8fa7d1;
  border-bottom-color: #8fa7d1;
  border-radius: 50%;
  -webkit-animation: loader 1.5s linear infinite;
  animation: loader 1.5s linear infinite;
    -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
}

@-webkit-keyframes loaders {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*----------------------------------------------------
End Section Loading
----------------------------------------------------*/

/*----------------------------------------------------
Start Section header
----------------------------------------------------*/
.header { 
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    border-radius: 0; 
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
    background-color: #ffffffa6;
} 

.navbar-brand {
    position: relative;
    top: -8px;
    left: 0px;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; 
}



.navbar-brand:hover, 
.navbar-brand:focus {
    color: #3b41e2;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.header .navbar-nav { 
    margin: 0;
    float:right;
    padding-top:30px;
} 

.header .navbar-nav li a {
    color: #353232;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 15px;
    font-family: 'Montserrat', sans-serif;;
}

.header .navbar-nav li a:hover,
.header .navbar-nav li a:focus{
    background: none;
    color: #3b41e2;
} 

.header .navbar-toggle { 
    padding: 50px;
}

.header .navbar-toggle .icon-bar {
    background: #fff;
    height: 3px
}
 
.header.shrink {
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0 10px 25px -15px #999;
    font-size: 12px;
    padding-top:0px;
} 

.header.shrink .navbar-brand {
    padding-bottom: 15px;
    color: #333;
}

.header.shrink .navbar-nav li a {
    padding-bottom: 20px;
    color: #333;
}

.header.shrink .navbar-nav li.active a {
     color: #3b41e2;
}

.header.shrink .navbar-toggle { 
}

.header.shrink .navbar-toggle .icon-bar {
    background: #555;
    height: 3px; 
}
/*----------------------------------------------------
end Section header
----------------------------------------------------*/

/*----------------------------------------------------
start section home for default page
----------------------------------------------------*/
.home{
    height: 600px;
    text-align: center;
    overflow: hidden;
    background-image: url("../images/leyes.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home .overlay{
    background-color: rgba(0,0,0,0.85);
    height: 600px;
    padding: 70px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home .overlay .title h1{
    font-size: 60px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0;
}

.home .overlay .title h1.tlt span{
    font-size: 60px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin: 0;
}

.home .overlay .title span{
    color: #ddd;
    font-size: 45px;
}

.home .overlay .title p{
    line-height: 1.6em;
    color: #ddd;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}
.home .overlay .title .a-btn{
    display: inline-block;
    margin-top: 30px;
    margin-right: 20px;
    background-color: #3b41e2;
    border: 1px solid #3b41e2;
}

.home .overlay .title .a-btn:hover{
    border: 1px solid #3b41e2;
    color: #fff;
    background-color: transparent;
}
/*----------------------------------------------------
end section home for default page
----------------------------------------------------*/

/*----------------------------------------------------
start section video-container for video page
----------------------------------------------------*/
.video-container{
    height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
 
.video-background{
    position: absolute;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: -100
}

.video-container .overlay{
    background-color:rgba(0,0,0,0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    text-align: center;      
}

.video-container .overlay .title h1{
    font-size: 60px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0;
}

.video-container .overlay .title span{
    color: #ddd;
    font-size: 45px;
}

.video-container .overlay .title p{
    line-height: 1.6em;
    color: #ddd;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}
.video-container .overlay .title .a-btn{
    display: inline-block;
    margin-top: 30px;
    margin-right: 20px;
    background-color: #3b41e2;
    border: 1px solid #3b41e2;
}

.video-container .overlay .title .a-btn:hover{
    border: 1px solid #3b41e2;
    color: #fff;
    background-color: transparent;
}
/*----------------------------------------------------
end section video-container for video page
----------------------------------------------------*/

/*----------------------------------------------------
start section slider for slider page
----------------------------------------------------*/
.slider{
    height: 600px;
}

.slider .container-fluid{
    padding: 0;
}

.slider .item{
    height: 600px;
}

.slider .item .overlay{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(0,0,0,0.30);
    height: 100%;
    color: #fff;
    cursor: e-resize
}

.slider .first{
    background-image: url("../images/mapagente.jpg");
    background-position: center;
    background-attachment: local;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider .second{
    background-image: url("../images/multiseguro.jpg");
    background-attachment: local;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider .third{
    background-image: url("../images/leyes.jpg");
    background-attachment: local;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider .item .title h1{
    
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0;
}

.slider .item .title span{
    color: #ddd;
    font-size: 45px;
}

.slider .item .title p{
    line-height: 1.6em;
    color: #ddd;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}
.slider .item .title .a-btn{
    display: inline-block;
    margin-top: 30px;
    margin-right: 20px;
    background-color: #3b41e2;
    border: 1px solid #3b41e2;
}

.slider .item .title .a-btn:hover{
    border: 1px solid #3b41e2;
    color: #fff;
    background-color: transparent;
}

.slider .owl-dots{
    position: absolute;
    top: 550px;
    width: 100%;
    justify-content: center;   
}
/*----------------------------------------------------
end section slider for slider page
----------------------------------------------------*/

/*----------------------------------------------------
Start Section about
----------------------------------------------------*/
.about{
    padding: 10px 0;
}

.about .words,
.about .image{
    margin-bottom: 30px;
}

.about .words h2{
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 10px;
}

.about .words h5{
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 30px;
}

.about .words .item{
    margin-bottom: 20px;
}

.about .words p .fa{
    color: #3b41e2;
    font-size: 15px;
}

.about .words p{
    color: #555;
    font-weight: 400;
    font-size: 16px;
}

.about .words .a-btn{
    display: inline-block;
    margin-top: 10px;
}

.about .words .a-btn:hover{
    border: 1px solid #3b41e2;
    background-color: #fff;
    color: #333;
}
/*----------------------------------------------------
end Section about
----------------------------------------------------*/

/*----------------------------------------------------
start Section skills
----------------------------------------------------*/
.skills{
    position: relative;
    background-color: #f7f7f7;
}

.skills .back-div{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url("../images/clickmujer.jpeg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.skills h2{
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 10px;
}

.skills h5{
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 30px;
}

.skills p{
    font-weight: 400;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    margin-top: 20px
}

.progress-bar{
    background-color: #3b41e2;
    font-size: 15px;
    font-weight: 400;
}
/*----------------------------------------------------
end Section skills
----------------------------------------------------*/

/*----------------------------------------------------
start Section services
----------------------------------------------------*/
.services{
    padding: 30px 0;
    text-align: center;
}

.services .item{
    margin-bottom: 30px;
    padding: 50px;
    background-color: #fff;
    background-size: cover;
    box-shadow: 0 5px 25px -5px #aaa;
}

.services .item .icon{
    font-size: 40px;
    color: #3b41e2;
    text-align: center;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    background-color: #f3f3f3;
    display: block;
    margin: auto;
}

.services .item:hover .icon{
    background-color: #3b41e2;
    color: #fff;
}

.services .item h3{
    color: #333;
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0;
}


.services .item p{
    color: #555;
    font-weight: 400;
    font-size: 16px;
}

/*----------------------------------------------------
end Section services
----------------------------------------------------*/

.why{
    background-color: #f7f7f7;
    position: relative;
}

.why .back{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: url("../images/chiniki.jpeg");
    background-size: cover;
    background-position: center;
}

.why .box{
    padding: 70px;
}

.why h2{
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 10px;
    color: #333;
}

.why h5{
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 30px;
    color: #333;
}

.why p{
    font-weight: 400;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.why .item{
    margin-left:  -15px;
}

.why .item .icon{
    font-size: 30px;
    color: #3b41e2;
}

.why h3{
    color: #333;
    font-size: 20px;
}


/*----------------------------------------------------
Start Section team
----------------------------------------------------*/
.team{
    padding: 70px 0;
    text-align: center;
    background-color: #fff;
}

.team .item{
    margin-bottom: 30px;
}

.team .item img{
    margin: 0 auto;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}

.team .item .image{
    overflow: hidden
}

.team .item .image:hover img{
    transform: scale(1.05);
}

.team .item h5{
    color: #333;
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}

.team .item span{
    color: #555;
    font-weight: 300;
    font-size: 16px;
    display: inline-block;
}

.team .item p{
    color: #666;
    font-weight: 400;
    font-size: 16px;
    margin-top: 5px;
}

.team .item .image{
    position: relative;
}

.team .item .social{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.team .item .image:hover .social{
    opacity: 1;
}

.team .item a{
    display: inline-block;
    margin: 5px;
    font-size: 16px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    transform: translateY(30px);
    transition: transform 0.5s ease-in-out;
}

.team .item a:hover{
    color: #3b41e2;
    transform: translateY(0);
}

.team .item .image:hover a{
    transform: translateY(0);
}
/*----------------------------------------------------
end Section team
----------------------------------------------------*/

/*----------------------------------------------------
start Section video
----------------------------------------------------*/
.video{
   padding: 70px 0;
}

.video h2{
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 10px;
    color: #333;
}

.video h5{
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 30px;
    color: #333;
}

.video p{
    font-weight: 400;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.video .image{
    position: relative;
}

.video .image .fa{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    border: 4px solid #fff;
    border-radius: 50%;
}

.video .image .fa:hover{
    background-color: #3b41e2;
    border-color: #3b41e2;
    color: #fff;
}
/*----------------------------------------------------
end Section video
----------------------------------------------------*/

/*----------------------------------------------------
start Section took
----------------------------------------------------*/
.took{
    background-image: url(../images/pexels-photo-434645.jpeg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.took .overlay{
    padding: 70px 0;
    background-color: #fff;
}

.took p{
    color: #333;
    margin: 0 10% 30px 10%;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    word-spacing: 2px;
}

.took .fa{
    color: #3b41e2;
}

.took h5{
    color: #3b41e2;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}
/*----------------------------------------------------
end Section took
----------------------------------------------------*/

/*----------------------------------------------------
start my-portfolio section   
 ----------------------------------------------------*/
.my-portfolio{
    width: 100%;
    text-align: left;
    background-color: #f7f7f7;
    padding: 100px 0 0;
}

.my-portfolio ul{
    list-style: none;
}

.my-portfolio ul li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 5px 10px;
    color: #555;
    font-weight: 500;
    border: 2px solid #3b41e2;
    border-radius: 5px;
}


.my-portfolio .work-area{
    position: relative;
    margin-bottom: 30px;
    
}

.my-portfolio .work-area .image{
    overflow: hidden
}

.my-portfolio .work-area .image img{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
    
}

.my-portfolio .work-area:hover .image img{
    transform: scale(1.05);
}

.my-portfolio .work-area .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.85);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.my-portfolio .work-area .overlay h5{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    transform: translateY(20px);
    transition: all 0.5s ease
}

.my-portfolio .work-area .overlay p{
    color: #eee;
    font-size: 14px;
    transform: translateY(20px);
    transition: all 0.5s ease
}

.my-portfolio .work-area:hover .overlay h5,
.my-portfolio .work-area:hover .overlay p{
    transform: translateY(0);
}

.my-portfolio .work-area:hover .overlay{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
} 
/*----------------------------------------------------
end my-portfolio section 
----------------------------------------------------*/

/*----------------------------------------------------
start clients section 
----------------------------------------------------*/
.clients{
    padding: 70px 0;
    text-align: center;
    background-color: #f7f7f7;
}

.clients .item img{
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 30px;
}

.clients .item p{
    color: #333;
    font-size: 18px;
    line-height: 1.7em;
    margin: 0 10%;
    text-align: center;
}

.clients .item .fa{
    color: #3b41e2;
    font-size: 20px;
}

.clients .item h4{
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #3b41e2;
    margin-bottom: 0px;
}

.clients .item span{
    font-size: 14px;
    margin-bottom: 30px;
    display: block;
}

.owl-theme .owl-dots .owl-dot span{
    background-color: transparent;
    border: 2px solid #bbb;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    border: 2px solid #3b41e2;
    background-color: #3b41e2;
}
/*----------------------------------------------------
end clients section 
----------------------------------------------------*/

/*----------------------------------------------------
start help section 
----------------------------------------------------*/
.help{
    padding: 70px 0;
}

.help .box{
    padding: 0;
}

.help .colored{
    background-color: #f5f5f5; 
}

.help .box img{
    width: 100%;
}

.help .box .item{
    padding: 65px;
    min-height: 389px;
}

.help .box .item h3{
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.35em;
}

.help .box .item strong{
    color: #3b41e2;
}

.help .box .item p{
    font-size: 15px;
    line-height: 24px;
    margin: 20px 0 40px 0;
    font-weight: 400;
    color: #555;
}

.help .box .item .a-btn:hover{
    background-color: transparent;
    color: #333;
    border: 1px solid #3b41e2;
}
/*----------------------------------------------------
end help section 
----------------------------------------------------*/

/*----------------------------------------------------
start numbers section 
----------------------------------------------------*/
.numbers{
    padding: 70px 0;
    background-color: #fff;
    text-align: center;
}

.numbers .item{
    margin-bottom: 30px;
}

.numbers .item h1{
    color: #3b41e2;
    font-weight: 800;
    font-size: 45px;
}

.numbers .item p{
    color: #555;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 300;
}
/*----------------------------------------------------
end numbers section 
----------------------------------------------------*/

/*----------------------------------------------------
start price section 
----------------------------------------------------*/
.price{
    padding: 70px 0;
    text-align: center;
}

.price .item{
    box-shadow: 0px 10px 35px 0px #ccc;
    margin-bottom: 30px;
    padding: 50px 0;
    background-color: #fff;
}

.price .item:hover{
    box-shadow: 0px 10px 35px 0px #888;
}

.price .item .price-box{
    margin: 0 10%;
    margin-bottom: 20px;
}

.price .item .price-box p{
    font-size: 30px;
    font-weight: 700;
    color: #333;
}

.price .item .price-box strong{
    font-weight: 500;
    font-size: 50px;
    color: #333;
}

.price .item p{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6
}

.price .item p.last{
    margin-bottom: 30px;
}

.price .item .a-btn{
    margin: 20px 10% 0 10%;
    display: block;
    background-color: #333;
}

.price .item .a-btn:hover{
    background-color: #3b41e2;
    color: #fff;
}
/*----------------------------------------------------
end price section 
----------------------------------------------------*/

/*----------------------------------------------------
start blog Section
----------------------------------------------------*/
.blog{
    padding: 70px 0;
}

.blog .blog-area{
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: 0 5px 30px -5px #ccc;
}

.blog .blog-area h1{
    font-size: 22px;
    margin: 15px 0 10px 0;
    color: #333;
    font-weight: 600;
}

.blog .blog-area h1:hover{
    color: #3b41e2
}

.blog .blog-area span{
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    color: #555;
    font-weight: 400;
}

.blog .blog-area span .fa{
    color: #3b41e2;
    margin-right: 5px;
}

.blog .blog-area p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #555;
}

.blog .blog-area .a-btn{
    font-size: 13px;
    padding: 10px 15px;
}

.blog .blog-area .a-btn:hover{
    background-color: transparent;
    border: 1px solid #3b41e2;
}
/*----------------------------------------------------
end blog Section
----------------------------------------------------*/

/*----------------------------------------------------
start partners Section
----------------------------------------------------*/
.partners{
    padding: 70px 0;
}

.partners img{
    opacity: 0.4;
    margin-bottom: 30px;
    max-width: 100%;
    cursor: pointer;
}

.partners img:hover{
    opacity: 1
}
/*----------------------------------------------------
end partners Section
----------------------------------------------------*/

/*----------------------------------------------------
start contact-me Section
----------------------------------------------------*/
.contact {
    text-align: center;
    background-color: #f7f7f7;
}

.contact .box .item{
    margin-bottom: 30px;
}

.contact .box .item .fa{
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #3b41e2;
    border-radius: 50%;
    margin-bottom: 10px;
    font-size: 22px;
}

.contact .box .item p{
    color: #333;
    font-weight: 500;
    font-size: 15px;
}

.contact-form {
    border-radius: 3px;
}

.form-group{
    margin-bottom: 0;
}

.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    text-indent: 20px;
    background-color: rgba(255,255,255,0);
    background-image: none;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    box-shadow: none;
    margin-bottom: 30px;
    font-weight: 500;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #3b41e2;
}

.contact-form input[type='submit'] {
    padding: 10px 20px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
    background: #3b41e2;
    border: none;
    -webkit-transition:all .1s ease-in-out;
       -moz-transition:all .1s ease-in-out;
         -o-transition:all .1s ease-in-out;
            transition:all .1s ease-in-out;
    outline: none;
    box-shadow: none;
    font-weight: 400;
    border: 1px solid transparent;
    border-radius: 20px;
}

.contact-form input[type='submit']:hover {
    border: 1px solid #3b41e2;
    background-color: transparent;
    outline: 0;
    color: #333;
    box-shadow: none;
}
/*----------------------------------------------------
end contact-me Section
----------------------------------------------------*/

/*----------------------------------------------------
start social-icon-div
----------------------------------------------------*/
 .social-icon-div{
    background-color: #111;
    padding: 20px 0;
    text-align: center;

}

 .social-icon-div i{
    margin-top: 20px;
    color: #fff;
    margin-right: 10px;
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #3b41e2;
    margin-bottom: 30px;
}

 .social-icon-div i:hover{
    background-color: #3b41e2;
}

.social-icon-div p{
    color: #fff;
    font-weight: 400;
}
/*----------------------------------------------------
end social-icon-div
----------------------------------------------------*/

/*----------------------------------------------------
start scroll-top div
----------------------------------------------------*/
#scroll-top {
    width:40px;
    height:40px;
    color:#fff;
    background-color:#444;
    text-align:center;
    position:fixed;
    right:15px;
    bottom:10px;
    z-index:9999;
    display: none;
    cursor:pointer;
    padding: 10px;
}

#scroll-top:hover {
    background-color:#3b41e2;
}

#scroll-top i{
    line-height: 15px;
}
/*----------------------------------------------------
end scroll-top div
----------------------------------------------------*/

/***** start blog page *****/

.bg-page{
    background-image: url(../images/jonathan-velasquez-384018.jpg);
	background-position: center;
	background-size: cover;
}

.bg-page .overlay{
    padding: 150px 0;
    background-color: rgba(0,0,0,0.8)
}

.bg-page h1{
	font-size: 30px;
    text-align: left;
    color: #fff
}

.bg-page h1 a{
    color: #fff
}

.bg-page h1 a:hover{
	color: #3b41e2;
}


/*----------------------------------------------------
start single-blog section
----------------------------------------------------*/
.single-blog{
    padding: 70px 0;
}

.single-blog .blog-box,
.single-blog .sidebar{
    margin-bottom: 30px;
}

/******* start div blog-details *******/

.single-blog .blog-box .blog-detalis h2{
    color: #3b41e2;
    font-size: 25px;
	margin-bottom: 20px;
}

.single-blog .blog-box .blog-detalis ul{
    padding-left: 0;

}

.single-blog .blog-box .blog-detalis ul li{
    display: inline-block;
    position: relative;
    padding: 0;
    font-weight: 400;
    font-size: 12px;
    color: #888;
}

.single-blog .blog-box .blog-detalis ul li:after{
    content: "|";
    padding: 0 10px;
    color: #3b41e2
}

.single-blog .blog-box .blog-detalis ul li:last-child:after{
    content: "";
}

.single-blog .blog-box .blog-detalis p{
    font-size: 15px;
    line-height: 25px;
}

.single-blog .blog-box .blog-detalis blockquote{
    border-color: #3b41e2;
    background-color: #eee;
    padding: 30px;
	margin: 20px 30px;
}

/******* start div comment-box *******/

.single-blog .blog-box .comment-box{
    margin-top: 30px;
}

.single-blog .blog-box .comment-box .item{
    padding: 20px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}

.single-blog .blog-box .comment-box h2{
    font-size: 30px;
	margin-bottom: 20px;
}

.single-blog .blog-box .comment-box img{
    width: 100px;
    height: auto;
    border-radius: 50%;
}

.single-blog .blog-box .comment-box .comment h3{
    margin-top: 0;
    font-size: 20px;
}

/******* start div comment-form *******/

.single-blog .blog-box .comments-form{
    margin-top: 30px;
}

.single-blog .blog-box .comments-form h2{
    font-size: 25px;
	margin-bottom: 20px;
}

.single-blog .blog-box .comments-form form button{
    background-color: #3b41e2;
    color: #fff
}

/******* start div search-form *******/

.single-blog .sidebar .search-form{
    position: relative
}

.single-blog .sidebar .search-form button{
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    background-color: #3b41e2;
    color: #fff;
    border-radius: 0;
    width: 45px;
        
}

/******* start div search-form *******/

.single-blog .sidebar .categories h2{
    font-size: 25px;
	margin-bottom: 20px;
}

.single-blog .sidebar .categories ul{
    list-style: none;
    padding-left: 0;
}

.single-blog .sidebar .categories ul li{
    display: block;
}

.single-blog .sidebar .categories ul li a{
    display: block;
    color: #333;
    font-weight: 400;
    padding:10px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
}

.single-blog .sidebar .categories ul li a:hover{
    background-color: #3b41e2;
    color: #fff
}

.single-blog .sidebar .categories ul li a span{
    float: right;
    border-radius: 50%;
    background-color: #3b41e2;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
	margin-top: -5px;
}

.single-blog .sidebar .categories ul li a:hover span{
    color: #3b41e2;
    background-color: #fff;
}

/******* start div recent-post *******/

.single-blog .sidebar .recent-post h2{
    font-size: 25px;
	margin-bottom: 20px;
}

.single-blog .sidebar .recent-post .item{
    margin-bottom: 30px;
}

.single-blog .sidebar .recent-post .item h5 a{
    font-size: 20px;
    color: #3b41e2;
}

.single-blog .sidebar .recent-post .item h5 a:hover{
    color: #222;
}

.single-blog .sidebar .recent-post .item span{
    font-size: 15px;
    color: #555;
    font-weight: 400;
	display: block;
	margin-top: -5px;
}

/******* start div archives *******/

.single-blog .sidebar .archives h2 {
    font-size: 25px;
	margin-bottom: 20px;
}

.single-blog .sidebar .archives ul{
    list-style: none;
    padding-left: 0;
}

.single-blog .sidebar .archives ul li{
    display: block;
    margin-bottom: 10px;
}

.single-blog .sidebar .archives ul li a:hover{
    color: #3b41e2;
}

/******* start div tags *******/

.single-blog .sidebar .tags h2{
    font-size: 25px;
	margin-bottom: 20px;
}

.single-blog .sidebar .tags ul{
    list-style: none;
    padding-left: 0;
}

.single-blog .sidebar .tags ul li{
    display: inline-block;
}

.single-blog .sidebar .tags ul li a{
    display: block;
    background-color: #3b41e2;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.single-blog .sidebar .tags ul li a:hover{
    background-color: #222;
}

/******* start div meta *******/

.single-blog .sidebar .meta h2{
    font-size: 25px;
	margin-bottom: 20px;
}

.single-blog .sidebar .meta ul{
    list-style: none;
    padding-left: 0;
}

.single-blog .sidebar .meta ul li{
    display: inline-block;
}

.single-blog .sidebar .meta ul li a .fa{
    background-color: #3b41e2;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #fff
}

.single-blog .sidebar .meta ul li a .fa:hover{
    background-color: #222;
}