/***************************************
========================================

	Author Name   : abhtheme
	This is html template
	Template Name : Dekha - Creative Personal Resume/portfolio Template
	Version: 1.0
	
****************************************
=======================================/



/* ----------------------------------------------------------------

 ==> Table Of Content

	01 Basics
	02 Buttons
	03 Header
	04 Banner
	05 About
	06 Service
	07 cta 
	08 Works
	09 Counter
	10 Resume
	11 Testimonial
	12 Blog
	13 Contact
	14 Footer
	15 Top-control
 

---------------------------------------------------------------- */


/* ----------------------------------------------------------------
    [ 01 Start Basics ]
-----------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #777;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    color: #222;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0;
    list-style: none;
}
p {
    margin: 0;
}
a:hover {
    text-decoration: none;
    outline: none;
}
.text_white {
    color: #fff;
}
.padding_0 {
    padding: 0;
}
.gray_bg {
    background: #fafafa;
}

/* START PRELOADER DESIGN */

/*.preloader {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    background: linear-gradient(-45deg, 
     rgba(0, 204, 221, 0.7) 0,
     rgba(0, 0, 0, 0.5) 50%,
     rgba(0, 136, 148, 0.7) 100%);
    z-index: 99999;
}
*/
.spinner {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    z-index: 10000;
}
.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* END PRELOADER DESIGN */


/* Start Section-Padding */

.section_padding {
    padding: 100px 0px 20px;
}
.pb_70 {
    padding-bottom: 0px;
}

/* End Section-Padding */


/* Start Section-Heading */

.section_heading {
    padding-bottom: 100px;
}
.section_heading strong {
    background: #275F99;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 5px;
    padding: 5px 15px;
}
.section_heading h2 {
    font-size: 32px;
    font-weight: 600;
    color: #222;
    margin-top: 5px;
    margin-bottom: 10px;
}
.section_heading .sm_border {
    display: block;
    height: 2px;
    width: 70px;
    margin-bottom: 15px;
    bottom: -15px;
    position: relative;
    left: 50%;
    background-color: #275F99;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.section_heading span {
    font-weight: 400;
    color: #275F99;
}
.section_heading p {
    margin-bottom: 20px;
    margin: 0 auto;
    max-width: 700px;
}

/* End Section-Heading */


/* ----------------------------------------------------------------
    [ End Basics ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
    [ 02 Start Buttons ]
-----------------------------------------------------------------*/


/* Start Btn-Style */

.banner_content .banner_btn {
    padding: 13px 41px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
    letter-spacing: 0.6px;
    margin-bottom: 45px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.banner_content .banner_btn:hover {
    background: #FFF;
    color: #fff;
    border-color: #275F99;
}
.main_btn {
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
    text-transform: capitalize;
    padding: 23px 40px;
    letter-spacing: 0.6px;
    font-weight: 600;
    background: linear-gradient(-45deg, rgba(88, 195, 255, .8) 0, rgba(0, 77, 230, .8) 40%, rgba(0, 59, 177, .8) 100%);
    line-height: 10px;
    border: none;
    border-radius: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out 0s;
	display:none;
}
.main_btn:focus, .main_btn:hover {
    color: #275F99;
    background: #fff;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px;
}
.blog-info .blog_btn {
    padding: 20px 30px;
}

/* ----------------------------------------------------------------
    [ End Buttons ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
    [ 03 Start Header ]
-----------------------------------------------------------------*/

.navbar-default {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 30px 0;
    background: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
	filter:opacity(0.9);
}
.navbar-brand p {
    font-size: 30px;
    font-weight: 800;
    font-weight: normal;
    letter-spacing: 10px !important;
    color: #fff;
}
.navbar-brand {
	margin-top:-35px;
    width: 20% !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
}
.menu-top {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #275F99;
	text-decoration:underline;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #275F99;
    background-color: transparent;
}
.mobile-nav {
    display: none;
}
.navbar-default.menu-shrink {
    background-color: #fff;
    box-shadow: -1px 1px 1px rgba(20, 97, 255, 0.1);
    padding: 30px 0;
    width: 100%;
    animation: fadeInDown 1s both 0.2s;
}
.navbar-default.menu-shrink .navbar-brand p {
    color: #222;
}
.navbar-default.menu-shrink li a {
    color: #222!important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.navbar-default.menu-shrink li a:hover {
    color: #275F99 !important
}
.navbar-default.menu-shrink .navbar-nav>.active>a, .navbar-default.menu-shrink .navbar-nav>.active>a:hover, .navbar-default.menu-shrink .navbar-nav>.active>a:focus {
    color: #275F99 !important;
	text-decoration: underline;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    background: #fff none repeat scroll 0 0
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #275F99
}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 04 Start Banner ]
-----------------------------------------------------------------*/

.main_banner {
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner_bg {
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}
/*.banner_bg:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-45deg,
     rgba(0, 204, 221, 1) 0,
     rgba(0, 0, 0, 0.5) 50%,
     rgba(0, 136, 148, 1) 100%);
}*/
/*#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}*/
.banner_content {
    margin-top: 150px;
}
.banner_content strong {
    color: #FFF;
    font-size: 30px;
    background: #fff;
    padding: 4px 18px;
    border-radius: 5px;
}
.banner_content h1 {
    color: #fff;
    font-size: 50px;
    margin: 20px 0 5px;
}
.banner_content h1 span .fw_600 {
    font-weight: 600;
}
.banner_content h1 span .fw_300 {
    font-weight: 300;
}
.banner_content p {
    color: #fff;
    padding-bottom: 0;
}
.banner_social_link {
    margin-top: 25px;
}
.banner_social_link li {
    display: inline-block;
    margin-right: 12px;
}
.banner_social_link li a {
    color: #fff;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    transition: .5s;
}
.banner_social_link li a:hover {
    background: #fff;
    border-color: #fff;
    color: #275F99;
}

/* Creative Banner Style */

.creative_banner_1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-width: 10rem 100vw 0 0;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
}
.creative_banner_2 {
    position: relative;
    top: 100%;
    width: 100%;
    height: 0;
}
.creative_banner_2:before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    background-image: url(../images/shape.png);
    height: 150px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.creative_banner_3 {
    position: relative;
    top: 100%;
    width: 100%;
    height: 0;
}
.creative_banner_3:before {
    content: "";
    border-right: 50vw solid #fff;
    border-top: 160px solid transparent;
    bottom: 0;
    right: 0;
    position: absolute;
    height: 0;
    width: 0;
}
.creative_banner_3:after {
    content: '';
    position: absolute;
    border-left: 50vw solid #fff;
    border-top: 160px solid transparent;
    bottom: 0;
    height: 0;
    left: 0;
    width: 0;
}
.creative_banner_4 {
    position: relative;
    top: 100%;
    width: 100%;
    height: 0;
}
.creative_banner_4:before {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    background-image: url(../images/bottom-color.png);
    height: 150px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner_bg {
    width: 100%;
    position: relative;
    z-index: 1;
}
.banner_bg:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.60); */
    z-index: -1;
}
svg {
    fill: currentcolor;
    width: 15px;
    height: 15px;
}
.svg.shape {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    z-index: 999;
}
.svg.shape svg {
    width: 100%;
    height: 100%;
    color: #fff!important;
}

/* ----------------------------------------------------------------
    [ End Banner ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
    [ 05 Start About ]
-----------------------------------------------------------------*/

.about_image {
    position: relative;
    z-index: 9;
}
.about_image:before {
    content: "";
    width: 60%;
    height: 98%;
    top: 13px;
    right: 203px;
    position: absolute;
    border: 10px solid #275F99;
    z-index: -1;
	display:none;
}
.about_image:after {
    content: "";
    width: 60%;
    height: 96%;
    top: 24px;
    left: 0;
    position: absolute;
    background-image: url(../images/dott.jpg);
    z-index: -1;
}
.single_about h4 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 12px;
    position: relative;
}
.single_about h4:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 4px;
    background-color: #222;
    letter-spacing: 0px;
    bottom: -14px;
    margin: 0;
    left: 0;
	display:none;
}
.single_about h3 {
    font-size: 30px;
    color: #275F99;
    font-weight: 400;
    margin: 40px 0 20px;
}
.about_details {
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.about_details li {
    color: #333;
    display: inline-block;
    margin-top: 15px;
    width: 49%;
}
.about_details span {
    color: #222;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    width: 40%;
}
.about_details ul li span>i {
    border: 1px solid #111;
    border-radius: 50%;
    color: #111;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
}
.ct_about {
    margin: 10px 0;
}
.ct_about span i {
    margin-right: 5px;
}
.single_about a i {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #ddd;
}

/* ----------------------------------------------------------------
    [ End About ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
    [ 06 Start Service ]
-----------------------------------------------------------------*/

.single-service {
    border: 1px solid #f7f7f7;
    padding: 40px 30px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: all 0.4s ease;
    border-bottom: 3px solid transparent;
}
.single-service:hover {
    background: #fff;
    border-bottom: 3px solid #275F99;
    transform: translateY(-7px);
}
.single-service i {
    font-size: 40px;
    display: block;
    color: #275F99;
}
.single-service h4 {
    font-size: 22px;
    margin-top: 30px;
    text-transform: capitalize;
    color: #222;
    font-weight: 500;
    transition: all 0.4s ease;
}
.single-service:hover h4 {
    color: #275F99;
}
.single-service p {
    margin-top: 15px;
}

/* ----------------------------------------------------------------
    [ End Service ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
    [ 07 Start Cta ]
-----------------------------------------------------------------*/

.cta_section {
    background: url(../images/cta-action.jpg);
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}
.cta_section:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-45deg, rgba(88, 195, 255, .8) 0, rgba(0, 77, 230, .8) 40%, rgba(0, 59, 177, .8) 100%);
}
.cta_content h3 {
    color: #fff;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 35px;
}

/* ----------------------------------------------------------------
    [ End Cta ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
    [ 08 Start Works ]
-----------------------------------------------------------------*/

.work_filter ul {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}
.work_filter ul li {
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    border-radius: 30px;
    padding: 7px 20px;
    letter-spacing: 1px;
    background: #fafafa;
    margin: 0 5px 20px;
    transition: all 0.5s ease-in-out;
}
.work_filter ul li:hover {
    border-color: #275F99;
    background: #275F99;
    color: #fff;
}
.work_filter .active {
    color: #fff;
    border-color: #275F99;
    background: #275F99;
}
.work_content_area .item-img {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
	border:solid 1px #CCC;
}
.item-img:hover {
    -webkit-box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1);
}
.item-img:hover .item-img-overlay {
    visibility: visible;
    opacity: 1;
}
.item-img-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.item-img-overlay .icon {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #275F99;
    text-align: center;
    font-size: 20px;
    color: #275F99;
}
.item-img-overlay p {
    color: #275F99;
    font-weight: 400;
    font-size: 13px;
}
.item-img-overlay h5 {
    font-weight: 400;
    font-size: 16px;
    margin-top: 5px;
}

/* ----------------------------------------------------------------
    [ End Works ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
    [ 09 Start Counter ]
-----------------------------------------------------------------*/

#counter_area {
    background: url(../images/numeros.jpg);
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}
#counter_area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background: linear-gradient(-45deg,
    rgba(0, 204, 221, 1) 0,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 136, 148, 1) 100%);
}
.single_counter.border_left {
    border-left: 1px solid #fff;
}
.single_counter .icon {
    margin-bottom: 25px;
}
.single_counter .icon i {
    font-size: 40px;
    color: #fff;
}
.single_counter span {
    font-size: 30px;
    font-weight: 800;
    font-style: italic;
    color: #fff;
}
.single_counter h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

/* ----------------------------------------------------------------
    [ End Counter ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
    [ 10 Start Resume ]
-----------------------------------------------------------------*/

.education-container {
    position: relative;
    display: block;
    margin: 0;
}
.edu-list {
    position: relative;
    display: block;
    margin: 0 50px;
    list-style: none;
}
.education-container ul li strong {
	color:#275F99;
}
.education-container ul li img {
	margin-top:10px;
	margin-right:10px;
	margin-bottom:20px;
	width:40px;
}
.edu-list>li {
    position: relative;
    margin: 0 0 30px;
    padding-left: 15px;
}
.edu-list>li strong {
    color: #275F99;
    font-size: 14px;
}
.edu-list>li h5 {
    font-size: 16px;
    font-weight: 600;
}
.edu-list>li:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 40px;
    left: -27px;
    width: 3px;
    height: 100%;
    background: #275F99;
}
.edu-list>li::after {
    content: "\e032";
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    font-family: 'et-line';
    background: #275F99;
    color: #fff;
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.experience>li::after {
    content: "\e015";
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    font-family: 'et-line';
    background: #275F99;
    color: #fff;
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

/* ----------------------------------------------------------------
    [ End Resume ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
    [ 11 Start Testimonial ]
-----------------------------------------------------------------*/

#testimonial_area {
    background-image: url(../images/testi-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
}
#testimonial_area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background: linear-gradient(-45deg, rgba(88, 195, 255, .8) 0, rgba(0, 77, 230, .8) 40%, rgba(0, 59, 177, .8) 100%);
}
.single_testimonial {
    background: #fff;
    padding: 30px;
    margin: 35px 0px 0;
    position: relative;
    display: block;
}
.single_testimonial .testimonial-title {
    font-size: 16px;
    font-weight: 700;
    color: #275F99;
    margin-top: 25px;
    margin-bottom: 5px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.single_testimonial .test_designation {
    display: block;
    font-size: 13px;
    margin: 0 0 10px;
    font-weight: 400;
}
.single_testimonial .pic {
    width: 70px;
    height: 70px;
    position: absolute;
    top: -34px;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    z-index: 1;
}
.single_testimonial .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
#testimonial_area .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
#testimonial_area .owl-prev, #testimonial_area .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    background-image: linear-gradient(-45deg, rgba(88, 195, 255, .8) 0, rgba(0, 77, 230, .8) 40%, rgba(0, 59, 177, .8) 100%);
    position: absolute;
}
#testimonial_area .owl-prev {
    left: -60px;
}
#testimonial_area .owl-next {
    right: -60px;
}

/* ----------------------------------------------------------------
    [ End Testimonial ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
    [ 12 Start Blog ]
-----------------------------------------------------------------*/

.single_blog {
    margin-bottom: 30px;
}
.blog-thumb {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    text-align: left;
    margin-bottom: 30px;
}
.blog-thumb small {
    color: #275F99;
    font-weight: 500;
    display: block;
}
.blog-thumb small .fa {
    margin-right: 5px;
}
.blog-thumb small, .blog-thumb small+span {
    display: inline-block;
    vertical-align: middle;
}
.blog-thumb small+span {
    color: #777;
    font-size: 10px;
    font-weight: bold;
    text-transform: capitalize;
    margin-left: 2px;
}
.blog-thumb h4 {
    padding: 8px 0 12px;
    font-size: 22px;
    margin: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.blog-thumb h4:hover {
    color: #275F99;
}
#blog-detail h2 {
    padding: 25px 0 10px 0;
}
.blog-info {
    padding: 45px 35px;
}
.blog-info .blog_btn {
    padding: 20px 30px;
}

/* ----------------------------------------------------------------
    [ End Blog ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
    [ 13 Start Contact ]
-----------------------------------------------------------------*/

#contact {
    background: #fafafa;
}
#contact-form .form-group input {
    border-color: #ddd;
    height: 40px;
    border-radius: 0;
    box-shadow: none;
}
#contact-form .form-group input:focus {
    border-color: #275F99;
}
#contact-form .form-group textarea {
    border-color: #ddd;
    border-radius: 0;
    box-shadow: none;
}
#contact-form .form-group textarea:focus {
    border-color: #275F99;
}
.contact_widget_area {
    margin-left: 30px;
    background: #fff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
}
.contact_widget_area .contact_info {
    padding: 30px 30px;
    margin-bottom: -13px;
}
.contact_widget_area .contact_info i {
    font-size: 30px;
    color: #275F99;
    float: left;
    padding-right: 25px;
}
.contact_widget_area .contact_info h5 {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
}
.contact_widget_area .contact_info p {
    padding-left: 53px;
    margin: 0;
}
#submitButton {
    width: 100%;
}

/* ----------------------------------------------------------------
    [ End Contact ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
    [ 14 Start Footer ]
-----------------------------------------------------------------*/

.footer {
    padding: 30px 0 20px;
    background: #275F99;
}
.copy-text p {
    color: #fff;
    margin-top: 9px;
    margin-bottom: 0;
}
.social-link li {
    display: inline-block;
    margin: 0 5px;
}
.social-link li a {
    color: #fff;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    transition: all .5s;
}
.social-link li a:hover {
    background: #fff;
    border-color: #fff;
    color: #275F99;
}

/* ----------------------------------------------------------------
    [ End Footer ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
    [ 15 Start Top-control ]
-----------------------------------------------------------------*/

.topcontrol {
    background: #275F99 none repeat scroll 0 0;
    border-radius: 0;
    bottom: 5px;
    margin-bottom: 80px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    height: 40px;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 6px 12px;
    border-radius: 5px;
    position: fixed;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 40px;
    z-index: 99;
	display:none;
}
.topcontrol:hover {
    background: #fff;
    color: #275F99;
}
.nombre_principal {
	font-family:verdana;
	font-size:10px;
}

/* ----------------------------------------------------------------
    [ End Top-control ]
-----------------------------------------------------------------*/
.web {
	display:block;
}
.mov {
	display:none;
}

@media (max-width:992px) {
	.web {
		display:none;
	}
	.mov {
		display:block;
	}
	img {
		max-width: 180px;
		height: auto;
	}
}
.lang {
	color:#777 !important;
}
.lang a {
	color:#777 !important;
}