
.main_wrapper {
    height: 100%;
    width: 100%;
}
img {
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
a:hover, a:focus {
    text-decoration: none;
}
ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
f_left {
    float: left;
}
f_right {
    float: right;
}
.fix {
    overflow: hidden;
}
blockquote {
    border-left: 0;
    margin: 0;
    padding: 0;
}
/* 1.1 Spacing
   ===================================
*/
.section_padding_100 {
    padding: 100px 0;
}
.section_padding_bottom {
    padding-bottom: 100px;
}
.section_padding_top {
    padding-top: 100px;
}
.section_padding_top50 {
    padding-top: 50px;
}
.section_padding_bottom50 {
    padding-bottom: 50px;
}
.section_padding_50 {
    padding: 50px 0;
}
/* 1.2 Typographyy
   ===================================
*/
body {
	font-family: 'Poppins', sans-serif;
	font-size:15px;
	font-weight: normal;
	color: #ffffff;
	text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}
.section_hedings, .section_hedings_white {
    font-size: 36px;
	text-transform:capitalize;
    font-family: 'Poppins', sans-serif;
}
.section_hedings span, .section_hedings_white span {
    color: #003755;
}
.section_hedings {
    color: #a0aab4;
    background: url(../img/section_headings_bg.png) no-repeat scroll 0 bottom;
}
.section_hedings_white {
	color: #ffffff;
	background: url(../img/section_headings_white_bg.png) no-repeat scroll 0 bottom;
}

/* 1.3 hover and focus effect
   ===================================
*/
/* this code is for hover */
.footer_top .widget ul li a:hover {
    color: #ffaf32;
    text-decoration: underline;
}

.footer_top .widget_footer_social a:hover {
    color: #003755;
    background-color: #ffaf32;
}
.single_blog_page .blog_text h3 a:hover, .header_top_wrapper ul li a:hover, .about_banner_area_content ul li a:hover {
    color: #ffaf32;
}

/* =-=-=-=-=-=-=-=- this code is for blog-area hover =-=-=-=-=-=-=-=-=- */
.blog_area figure:hover figcaption:after, .blog_page figure:hover figcaption:after {
    height: 100%;
    width: 100%;
}
.blog_area figure:hover figcaption h3 a, .blog_area figure:hover figcaption h5, .blog_page figure:hover figcaption h3 a, .blog_page figure:hover figcaption h5 {
	color: #ffffff;
}
.blog_area figure:hover figcaption, .blog_page figure:hover figcaption {
    height: 126px;
}
.blog_area figure:hover figcaption i, .blog_page figure:hover figcaption i {
    right: 30px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* =-=-=-=-=-=-=-=- this code is for advisor_area hover =-=-=-=-=-=-=-=-=- */
.advisor_area figure:hover:before {
    height: 85%;
} 
.advisor_area figure:hover figcaption {
    height: 111px;
    top: 85%;
    background-color: #ffaf32;
    border-right: 3px solid #003755;
}
.advisor_area figure:hover figcaption:before {
  border-bottom: 30px solid #ffaf32;
  top: -18%;
}
.advisor_area figure:hover figcaption h6 {
	color: #ffffff;
}
.advisor_area figure:hover .advisor_social i {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    display: inline-block;
}

/* this code is for blog pagination */
.blog_content_pagination ul li a:focus, .blog_content_pagination ul li a:hover, .blog_content_pagination ul li.active a {
    background-color: #003755;
    color: #003755;
}

/* this code is for button hover */
.carousel-caption .hero_btn_wrapper:before, .accordion_button_wrapper:before, .submit_button:before, .contact_page_btn:before, .single_blog_comment_btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 50%;
    transition: 0.5s;
}
.carousel-caption .hero_btn_wrapper:after, .accordion_button_wrapper:after, .submit_button:after, .contact_page_btn:after, .single_blog_comment_btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 50%;
    transition: 0.5s;
}
.carousel-caption .hero_btn_wrapper:before, .accordion_button_wrapper:before, .submit_button:before,  .carousel-caption .hero_btn_wrapper:after, .accordion_button_wrapper:after, .submit_button:after {
    background-color: #003755;
}
.contact_page_btn:before, .contact_page_btn:after, .single_blog_comment_btn:before, .single_blog_comment_btn:after {
    background-color: #003755;
}
.carousel-caption .hero_btn_wrapper:hover:before, .carousel-caption .hero_btn_wrapper:hover:after, .accordion_button_wrapper:hover:before, .accordion_button_wrapper:hover:after, .submit_button:hover:before, .submit_button:hover:after, .contact_page_btn:hover:before, .contact_page_btn:hover:after, .single_blog_comment_btn:hover:before, .single_blog_comment_btn:hover:after {
    height: 50%;
}
.carousel-caption .hero_area_btn:hover, .accordion_top_button_area:hover, .form_wrapper form input[type="submit"]:hover {
    border: 1px solid #a0aab4;
    color: #a0aab4;
}
.accordion_top_button_area:hover a {
    color: #a0aab4;
}
.form_wrapper form input[type="submit"], .accordion_top_button_area, .carousel-caption .hero_area_btn, .contact_one .contact_left_content form input[type="submit"], .contact_two .contact_right form input[type="submit"] {
    transition: 0.1s ease 0.1s;
}

/* this code is for focus */
input:focus, textarea:focus, select:focus {
    outline: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 10000px white inset !important;
    -webkit-text-fill-color: #003755 !important;
}
a:focus {
    outline: none;
}
.contact_one .contact_left_content form input[type=text]:focus, .contact_one .contact_left_content form input[type=email]:focus, .contact_two .contact_right form input[type=text]:focus, .contact_two .contact_right form input[type=email]:focus, .contact_one .contact_left_content textarea:focus, .contact_two .contact_right textarea:focus {
    border: 1px solid #ffaf32;
}

/* 1.4 Transition
   ===================================
*/
.header_area .mainmenu ul#nav li a, .header_area .mainmenu ul#nav li:before, .advisor_area figure figcaption h6, .advisor_area figure figcaption, .advisor_area figure figcaption:before, .advisor_area figure:before, .blog_area figure > figcaption i, .blog_area figure > figcaption h3 a, .blog_area figure > figcaption h5, .blog_area figcaption:after, .blog_area figure > figcaption, .footer_top .widget ul li a, .footer_top .widget_footer_social a, .project_area figure figcaption h4 a, .header_area .mainmenu ul li ul.sub-menu, .hero_area_control, .service_area_control, .service_page .single_service_right_content, .single_service_main_content_wrapper .widget_service_link ul li, .widget_service_link_text h5 , .widget_service_link_icon img, .advisor_social i, .project_area figure figcaption h6, .project_area figure figcaption:before, .project_version_two .project_area figure figcaption, .project_version_two .project_detail, .blog_page figure > figcaption i, .blog_page figure > figcaption h3, .blog_page figure > figcaption h5, .blog_page figcaption:after, .blog_page figure > figcaption, .blog_content_pagination ul li a, .single_blog_page .blog_text h3 a, .header_top_wrapper ul li a, .about_banner_area_content ul li a, .contact_one .contact_left_content form input[type=text], .contact_one .contact_left_content form input[type=email], .contact_two .contact_right form input[type=text], .contact_two .contact_right form input[type=email], .contact_one .contact_left_content textarea, .contact_two .contact_right textarea, .project_version_three .project_area figure figcaption, .project_version_three .project_detail {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.carousel-inner > .item {
    -webkit-transition: 0.5s ease-in-out left;
    transition: 0.5s ease-in-out left;
}
.service_area .carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}
.header_area .mainmenu ul#nav > .search_box:hover > ul {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
}
.header_area .mainmenu ul#nav > .search_box > ul {
    transition: 0.5s ease 0.5s;
    -webkit-transition: 0.5s ease 0.5s;
    -o-transition: 0.5s ease 0.5s;
    -moz-transition: 0.5s ease 0.5s;
}

/*-----------------------------------------------------------------------------------*/
/*    2.     header_area CSS
/*-----------------------------------------------------------------------------------*/
.header_area {
    background-color: #f7f7f7;
    position: relative;
}
.header_area .logo {
    padding: 37px 0;
}
.header_area .mainmenu {
    text-align: right;
    margin-top: 75px;
}
.header_area .mainmenu ul#nav {
}
.header_area .mainmenu ul#nav li {
    display: inline-block;
    position: relative;
}
.header_area .mainmenu ul#nav li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: #ffaf32;
}
.header_area .mainmenu ul#nav li.current_page_item:before {
    width: 100%;
    height: 3px;
    left: 0;
}
.header_area .mainmenu ul#nav li:hover:before {
    width: 100%;
    margin: auto;
    left: 0;
}
.header_area .mainmenu ul#nav li a {
    display: block;
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-size:15px;
    color: #003755;
    font-family: 'Poppins', sans-serif;
    font-weight:bold;
}
.header_area .mainmenu ul#nav li ul {
    text-align: left;
}
.header_area .mainmenu ul#nav li ul li a {
    padding-left: 15px !important;
}
.header_area .mainmenu ul#nav li.current_page_item a {
    color: #ffaf32;
}
.header_area .mainmenu ul#nav li:hover a {
    color: #ffaf32;
}

/* this code is for sub-menu */

.header_area .mainmenu ul li ul.sub-menu {
    position: absolute;
    left: 0;
    width: 250px;
    background-color: #fafafa;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -9;
    top: 100%;
    text-align: center;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    vertical-align: top;
    visibility: hidden;
}
.header_area .mainmenu ul li ul.sub-menu li {
    display: block!important;
    border-bottom: 1px solid #003755;
}
.header_area .mainmenu ul li ul.sub-menu li a {
    padding: 15px 0!important;
    display: block;
}
.header_area .mainmenu ul li ul.sub-menu li:last-child {
    border: none;
}
.header_area .mainmenu ul li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    z-index: 9999999;
    opacity: 1;
    overflow: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg); 
}
.header_area .mainmenu ul#nav li:hover ul.sub-menu li:before {
    background-color: transparent;
}
.header_area .mainmenu ul#nav li:hover ul.sub-menu li a {
	color: #4b6e87;
}

/* this code is for search box */

.header_area .mainmenu ul#nav li.search_box:before {
    display: none;
}
.header_area .mainmenu ul#nav li.search_box {
    border: 2px solid #f5d095;
    height: 33px;
    line-height: 30px;
    width: 33px;
    text-align: center;
    padding: 0;
    color: #ffaf32;
}
.header_area .mainmenu ul#nav > .search_box {
    padding-bottom: 24px;
}
.header_area .mainmenu ul#nav > .search_box:hover > ul {
    top: 57px;
    left: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.header_area .mainmenu ul#nav > .search_box > ul {
    background-color: #003755;
    left: auto;
    right: 0;
    position: absolute;
    text-align: left;
    z-index: 99999 !important;
    top: 70px;
    max-width: 480px;
    text-align: right;
    width: 480px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.header_area .mainmenu ul#nav > .search_box > ul li, .header_area .mainmenu ul#nav > .search_box > ul li a {
    box-sizing: border-box;
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
.search_box .search_form {
    padding: 30px;
}
.search_form form input[type=search] {
    border-color: #acacac;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    width: 100%;
    border: 1px solid #003755;
    padding: 0 20px;
    color: #003755;
}
.search_form form input[type=submit] {
    width: 100%;
    height: 40px;
    border: 0;
    letter-spacing: 2px;
    color: #003755;
    background-color: #003755;
    text-transform: uppercase;
    font-size:15px;
}

/*-----------------------------------------------------------------------------------*/
/*    2.1     header_area_top CSS
/*-----------------------------------------------------------------------------------*/
.header_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}
.header_top_wrapper {
	background-color:#003755;
    position: relative;
    z-index: 9;
    border-radius: 0 0 0 30px;
}
.header_top_wrapper:before {
    content: "";
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 10000px;
    background-color:#003755;
}
.header_top_wrapper ul {
    padding: 0 30px;
    text-align: right;
}
.header_top_wrapper ul li {
    display: inline-block;
}
.header_top_wrapper ul li a {
	padding: 15px 5px;
	display: block;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
}
.header_top_wrapper ul li a i {
    font-size:15px;
    padding-right: 15px;
}

/*-----------------------------------------------------------------------------------*/
/*    3.     hero_area CSS
/*-----------------------------------------------------------------------------------*/
.hero_area .carousel.slide, .hero_area .carousel-inner {
    height: 600px;
}
.hero_area_slider_caption {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
}
.hero_table {
    width: 100%;
    height: 100%;
    display: table;
}
.hero_table_cell {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.hero_area {
    position: relative;
}
.hero_area .item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,55,85,0.35);
    top: 0;
    left: 0;
    z-index: 9;
}
.hero_area_control {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: #a0aab4;
    z-index: 99;
    color: #003755;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}
.hero_area_control:hover, .hero_area_control:focus {
    color: #ffaf32;
}
.hero_area_control.left {
    left: 40px;
}
.hero_area_control.right {
    right: 40px;
    left: auto;
}
.hero_area .carousel-caption {
    height: 100%;
    left: 0;
    padding: 0;
    right: 0;
}
.carousel .item {
	min-height: 350px; 
	height: 100%;
	width:100%; 
}
/* Animation delays */
.carousel-caption h3:first-child {
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.carousel-caption h3:nth-child(2) {
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.carousel-caption .hero_btn_wrapper {
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}

/* carousel caption */
.carousel-caption h3.hero_area_top_text {
    font-family: 'Open Sans', sans-serif;
    font-weight:normal;
    font-size: 18px;
    color: #003755;
    background: url(../img/section_headings_white_bg.png) no-repeat scroll center bottom;
    padding-bottom: 30px;
}
.carousel-caption h3 {
    font-size: 48px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight:bold;
    font-family: 'Poppins', sans-serif;
}
.carousel-caption .hero_btn_wrapper {
    width: 150px;
    height: 60px;
    background-color: #ffaf32;
    margin: 30px auto 0;
    position: relative;
}
.carousel-caption .hero_area_btn {
	width: 140px;
	height: 50px;
	background-color: transparent;
	text-align: center;
	line-height: 50px;
	font-size:15px;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	border: 1px solid #ffffff;
	text-transform: uppercase;
	margin: 5px 0 0 0;
	position: relative;
	z-index: 9999;
}
/*-----------------------------------------------------------------------------------*/
/*    4.     about_area CSS
/*-----------------------------------------------------------------------------------*/
.about_area {
    padding: 120px 0 100px;
    overflow-x: hidden;
}
.about_area h2.section_hedings {
    margin-bottom: 50px;
}
.about_area_left {
    line-height: 32px;
    position: relative;
}
.about_area_left:after {
    position: absolute;
    content: "";
    top: -42%;
    left: -14%;
    width: 163px;
    height: 199px;
    background-image: url(../imagenes/empresa-logo.png);
    opacity: 0.1;
    filter: alpha(opacity=1);
    z-index: -9;
}
.single_about_area_content {
    float: left;
    width: 33%;
    overflow: hidden;
    padding-top: 40px;
}
.about_icon {
    float: left;
    width: 40px;
    line-height: 65px;
}
.about_icon i {
    font-size: 34px;
    color: #ffaf32;
    vertical-align: middle;
}
.about_text {
    padding-left: 55px;
    font-size:15px;
    color: #003755;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight:bold;
}
.about_text span {
    display: block;
    font-size: 24px;
}
.about_area_right {
    border-radius: 30px 0 30px 0;
}
.about_area_right img {
    border-radius: 30px 0 30px 0;
}
.about_area_right img.shadow {
    opacity: 0.07;
    filter: alpha(opacity=7);
    position: absolute;
    left: 170px;
    top: 70px;
    z-index: -9999;
    border: none;
}

/*-----------------------------------------------------------------------------------*/
/*      4.1    about_page CSS
        4.1.1  about_page_banner_area CSS
        4.1.2  about_page_service_area Css
/*-----------------------------------------------------------------------------------*/

/* this code is for about page banner area */

.about_banner_area {
    height: 250px;
    position: relative;
}
.about_banner_area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(75,110,135,0.50);
    z-index: 9;
}
.about_banner_area_bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../imagenes/banner-contactenos.jpg) no-repeat scroll 0 0 / cover;
}

.about_banner_area_bg_2 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../imagenes/banner-quienes-somos.jpg) no-repeat scroll 0 0 / cover;
}

.about_banner_area_bg_3 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../imagenes/banner-outsourcing.jpg) no-repeat scroll 0 0 / cover;
}

.about_banner_area_bg_4 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../imagenes/banner-consultoria.jpg) no-repeat scroll 0 0 / cover;
}

.about_banner_area_bg_5 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../imagenes/banner-servicios.jpg) no-repeat scroll 0 0 / cover;
}

.about_banner_area_bg_6 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../imagenes/banner-catalogo-servicios.jpg) no-repeat scroll 0 0 / cover;
}

.about_banner_area_content {
    position: relative;
    z-index: 99;
    text-align: center;
}
.about_banner_area_table {
    display: table;
    height: 100%;
    width: 100%;
}
.about_banner_area_table_cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.about_banner_area_content h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../img/section_headings_white_bg.png) no-repeat scroll center bottom;
	padding-bottom: 20px;
}
.about_banner_area_content ul {
    padding-top: 20px;
}
.about_banner_area_content ul li {
    display: inline-block;
    text-transform: uppercase;
    font-style: italic;
    font-size:15px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}
.about_banner_area_content ul li a {
	color: #ffffff;
	display: block;
	padding: 0 10px;
}
.about_banner_area_content ul li:before {
    content: "";
    position: absolute;
    right: -5px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #003755;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    
}
.about_banner_area_content ul li:last-child:before {
    display: none;
}

/* this code is for about page service area */
.about_page_single_service {
	padding-top: 25px;
    padding-bottom: 75px;
    padding-right: 125px;
    position: relative;
}
.about_page_single_service h3 {
    font-size: 24px;
    color: #003755;
    font-family: 'Poppins', sans-serif;
    font-weight:bold;
    text-transform: uppercase;
    padding-bottom: 25px;
}
.about_page_single_service h3 span {
    color: #ffaf32;
}
.about_page_single_service p {
	font-size: 14px;
	color: #003755;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
}
.service_area_right_content > .row > div {
    position: relative;
}
.service_area_right_content > .row > div:nth-child(odd):before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #c8d2dc;
    top: 0;
    left: 93%;
}
.service_area_right_content > .row > div:nth-child(1):after, .service_area_right_content > .row > div:nth-child(2):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #c8d2dc;
    top: 93%;
    left: 0;
}


/*-----------------------------------------------------------------------------------*/
/*    5.     service_area CSS
/*-----------------------------------------------------------------------------------*/
.service_area_right_content {
    padding-left: 40px;
    position: relative;
}
.service_area_left_content > img {
    width: 100%;
}
.service_area_left_text {
	position: absolute;
	top: 15px;
	left: 30px;
	width: calc(100% - 60px);
	height: calc(100% - 30px);
	background-color: rgba(25,80,110,.50);
	text-align: center;
	font-size:15px;
	text-align: justify;
	padding: 25px;
	color: #003755;
	font-family: 'Poppins', sans-serif;
	line-height: 32px;
	border-radius: 30px 0 30px 0;
}
.service_left_table {
    width: 100%;
    height: 100%;
    display: table;
}
.service_left_cell {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.service_area_left_content > img {
    border-radius: 30px 0 30px 0;
}
.service_area .vertical .carousel-inner {
    height: 100%;
}
.service_area .carousel.vertical .active {
    top: 0;
}

.service_area .carousel.vertical .next {
    top: 400px;
}
.service_area .carousel.vertical .prev {
    top: -400px;
}
.service_area .carousel.vertical .next.left,
.service_area .carousel.vertical .prev.right {
    top: 0;
}
.service_area .carousel.vertical .active.left {
    top: -400px;
}
.service_area .carousel.vertical .active.right {
    top: 400px;
}
.service_area .carousel.vertical .item {
    left: 0;
}
.service_area .carousel-control.left, .service_area .carousel-control.right {
    background-image: none;
}
.single_service_right_content {
  overflow: hidden;
    border: 1px solid #ededed;
	padding: 0 30px 0 30px;
    margin-bottom: 20px;
}
.single_service_right_content_icon {
    width: 60px;
    float: left;
    line-height: 100px;
}
.single_service_right_content_text {
    padding-left: 70px;
    padding-top: 7px;
}
.single_service_right_content_text h4 {
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	padding-left: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.single_service_right_content_text h4 a {
    color: #003755;
}
.single_service_right_content_text p {
    font-size:15px;
    line-height: 26px;
}
.service_area .carousel.slide.vertical {
    padding-top: 40px;
}
.service_area_control {
    background-color: #dadcdf;
    color: #003755;
    font-size:15px;
    height: 30px;
    left: auto;
    line-height: 30px;
    position: absolute;
    right: -50px;
    text-align: center;
    top: 50%;
    width: 30px;
}
.service_area_control.left {
    top: 40%;
}
.service_area_control:hover {
    background-color: #003755;
    color: #003755;
}
/*-----------------------------------------------------------------------------------*/
/*    5.1     service_page CSS
/*-----------------------------------------------------------------------------------*/
.service_page .accordion_area_top {
    margin-bottom: 0;
}
.service_page .single_service_right_content:hover {
    box-shadow: 0 0 38px 0 rgba(25,80,110,.08);
}

/*-----------------------------------------------------------------------------------*/
/*    5.2     single_service_page CSS
/*-----------------------------------------------------------------------------------*/
.single_service_main_content_wrapper .widget_service_link ul li.current_menu_item {
    border-radius: 0;
    background-color: #ffaf32;
}
.single_service_main_content_wrapper .widget_service_link ul li.current_menu_item .widget_service_link_text h5 {
    color: #003755;
}
.single_service_main_content_wrapper .widget_service_link ul li.current_menu_item .widget_service_link_icon img {
    filter: invert(100%);
}
.single_service_main_content_wrapper .widget_service_link ul li {
    overflow: hidden;
    border: 1px solid #e2e2e2;
    border-radius: 30px 0 30px 0;
    margin-bottom: 6px;
    background-color: #003755;
}
.single_service_main_content_wrapper .widget_service_link ul li a {
    padding: 25px;
    display: block;
}
.single_service_img_content_left > img {
    width: 100%;
}
.widget_service_link_icon {
    width: 30px;
    float: left;
}
.widget_service_link_text h5 {
    padding-left: 50px;
    font-size:15px;
    text-transform: uppercase;
    line-height: 30px;
    color: #003755;
}
.single_service_main_content_wrapper .widget_service_link ul li:hover {
    background-color: #ffaf32;
    border-radius: 0;
}
.single_service_main_content_wrapper .widget_service_link ul li:hover .widget_service_link_text h5 {
    color: #003755;
}
.single_service_main_content_wrapper .widget_service_link ul li:hover .widget_service_link_icon img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter:invert(100%);
    filter:invert(100%);
}
.widget_download_link {
    margin-top: 40px;
    background: url(../img/widget_bg.jpg) no-repeat scroll center center;
    position: relative;
    padding: 25px;
    border-radius: 30px 0 30px 0;
}
.widget_download_link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(26,36,46,0.92);
    border-radius: 30px 0 30px 0;
}
.widget_download_link h2.section_hedings_white {
    font-size: 18px;
    padding-bottom: 20px;
}
.widget_download_link_content {
    position: relative;
    z-index: 9;
}
.widget_download_link_content ul {
    margin-top: 30px;
}
.widget_download_link_content ul li {
    display: block;
    border-bottom: 1px solid #445d75;
    padding: 10px 0;
}
.widget_download_link_content ul li a {
    font-size:15px;
    font-weight:bold;
    color: #003755;
    font-family: 'Open Sans', sans-serif;
}
.widget_download_link_content ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.single_service_img_content {
    background: url(../img/header_top_bg.jpg) repeat scroll 0 0;
}
.single_service_img_content_left img {
    border-right: 8px solid #003755;
    border-bottom: 8px solid #003755;
    border-radius: 0 0 30px 0;
}
.single_service_img_content_right {
    font-size:15px;
    color: #bed8f1;
    font-family: 'Open Sans', sans-serif;
    font-weight:normal;
    font-style: italic;
    line-height: 30px;
    padding: 15px 15px 15px 0;
}
.single_service_text_content article {
    font-size:15px;
    font-weight:normal;
    color: #999999;
    line-height: 32px;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 0;
}
.single_service_main_content {
    padding-left: 45px;
}
.single_content_form_content {
    margin-top: 30px;
}
.single_content_form_content article {
    font-size:15px;
    font-weight:normal;
    color: #999999;
    line-height: 32px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0;
}
.single_content_form_content_left {
    margin-top: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*    6.     counter_area CSS
/*-----------------------------------------------------------------------------------*/
.counter_area {
    position: relative;
}
.counter_area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22,32,41,0.92);
    z-index: 9;
}
.counter_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/counter_bg.jpg) no-repeat scroll 0 0 / cover;
}
.counter_area_content {
    position: relative;
    z-index: 99;
}
.counter_area_content ul li {
    background-color: #003755;
    display: inline-block;
    width: 19.5%;
    overflow: hidden;
    padding: 25px 20px;
}
.counter_number h3 {
    float: left;
    color: #ffaf32;
    font-size: 44px;
}
.counter_text {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size:15px;
    color: #003755;
    float: right;
}
.counter_text span {
    display: block;
    font-size: 18px;
    color: #003755;
    font-weight:bold;
}
.counter_area_content ul li:first-child {
    border-radius: 30px 0 0 0;
}
.counter_area_content ul li:last-child {
    border-radius: 0 0 30px 0;
}

/*-----------------------------------------------------------------------------------*/
/*    7.     choose_us_area CSS
/*-----------------------------------------------------------------------------------*/
.choose_us_area.section_padding_100 {
    padding: 100px 0 138px;
}
.choose_us_area {
    background-size: 30%;
    position: relative;
}
.choose_us_area .choose_us_area_left img {
    border-radius: 30px 0 30px 0;
    z-index: 1;
}
.choose_us_area .choose_us_area_left img.shadow {
    opacity: 0.07;
    filter: alpha(opacity=7);
    position: absolute;
    right: 170px;
    top: 70px;
    z-index: -1;
    border: none;
}

.choose_us_area .choose_us_area_right img {
    border-radius: 30px 0 30px 0;
    z-index: 1;
}
.choose_us_area .choose_us_area_right img.shadow {
    opacity: 0.07;
    filter: alpha(opacity=7);
    position: absolute;
    right: 170px;
    top: 70px;
    z-index: -1;
    border: none;
}

.choose_us_area_right {
    line-height: 32px;
}
.choose_us_area_right .section_hedings {
    margin-bottom: 40px;
    margin-top: 25px;
}
.choose_us_area_right ul {
    padding-top: 30px;
    overflow: hidden;
}
.choose_us_area_right ul li {
    width: 50%;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-weight:bold;
    color: #003755;
    font-size:15px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.choose_us_area_right ul li span {
    font-size: 24px;
    color: #929292;
    width: 50px;
    vertical-align: middle;
}

/*-----------------------------------------------------------------------------------*/
/*    8.     accordion_area_top CSS
/*-----------------------------------------------------------------------------------*/
.accordion_area_top {
    margin-bottom: -50px;
    position: relative;
    z-index: 9;
}
.accordion_top_wrapper {
    background-color: #002d4b;
    padding: 10px;
    border-radius: 30px 0 30px 0;
}
.accordion_area_top_main_content {
    padding:10px;
    border-radius: 30px 0 30px 0;
}
.accordion_area_top_main_content {
    font-size:15px;
    color: #003755;
    font-weight:normal;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
}
.accordion_area_top_main_content h3 {
    color: #ffffff;
    font-size: 21px;
	padding-top:35px;
	padding-left:25px;
    text-transform: uppercase;
    font-weight:normal;
    font-weight:bold;
    margin-bottom: 12px;
}
.accordion_button_wrapper {
    width: 250px;
    height: 60px;
    background-color: #ffaf32;
    position: relative;
    margin-top: 15px;
	margin-left: 35px;
    position: relative;
}
.accordion_top_button_area {
    width: 240px;
    height: 50px;
    border: 1px solid #ffffff;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 9999;
}
.accordion_top_button_area a {
    font-size:15px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight:bold;
    line-height: 50px;
    display: block;
    text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*    9.     accordion_area CSS
/*-----------------------------------------------------------------------------------*/
.accordion_area.section_padding_100 {
    padding-top: 180px;
}
.accordion_area .section_hedings_white, .accordion_area .section_hedings {
    margin-bottom: 40px;
}
.accordion_area {
    position: relative;
    background-color: #f6f6f6;
}
.accordion_area .container.accordion_container {
    position: relative;
    z-index: 99;
}
.accordion_area:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../imagenes/empresa-05.jpg) no-repeat scroll 0 0 / cover;
}
.accordion_area:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(25,80,110,.50);
}
.accordion_slider_wrapper {
    background-color: #ffffff;
    border-radius: 30px 0 30px 0;
    padding: 35px 48px;
}
.accordion_slider_item blockquote {
    font-family: 'Open Sans', sans-serif;
    font-weight:normal;
    font-style: italic;
    font-size:15px;
    color: #003755;
    line-height: 28px;
    padding-bottom: 25px;
}
.accordion_slider_item h3 {
    font-size:15px;
    color: #003755;
    text-transform: uppercase;
    padding-bottom: 12px;
}
.accordion_slider_item h5 {
    font-size:15px;
    color: #003755;
    font-family: 'Open Sans', sans-serif;
    font-weight:normal;
    padding-bottom: 2px;
}
.accordion_slider_wrapper .owl-dots {
    bottom: -40px;
    left: 0;
    position: absolute;
}
.accordion_slider_wrapper .owl-dot {
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
    border: 1px solid #ffffff;
}
.accordion_slider_wrapper .owl-dot.active {
    border: 1px solid #ffaf32;
    background-color: transparent;
}
.ask_question_main_content {
    padding-left: 70px;
    min-height: 400px;
}
.ask_question_panel {
    padding: 20px;
}
.ask_question_main_content a.collapsed .question_ask_panel_title {
    font-size:15px;
    color: #003755;
    font-family: 'Raleway', sans-serif;
    font-weight:normal;
}
.ask_question_main_content .question_ask_panel_title {
    color: #003755;
    position: relative;
}
.ask_question_main_content .question_ask_panel_title i {
    position: absolute;
    right: 0;
    top: 50%;
    font-size:15px;
    color: #003755;
    margin-top: -8px;
}
.ask_question_main_content a.collapsed .question_ask_panel_title i.open_accordion, .ask_question_main_content .question_ask_panel_title i.close_accordion {
    display: none;
}
.ask_question_main_content a.collapsed .question_ask_panel_title i.close_accordion {
    display: block;
}
.ask_question_panel_body {
    padding-top: 20px;
    font-size:15px;
    color: #003755;
    font-family: 'Raleway', sans-serif;
}
.ask_question_main_content .panel {
    border: 1px solid #003755;
    border-radius: 0;
    box-shadow: 0 0 6px 0 rgba(25,80,110,.04);
    margin-bottom: 20px;
}
/*-----------------------------------------------------------------------------------*/
/*    10.     advisor_area CSS
/*-----------------------------------------------------------------------------------*/
.advisor_area .section_hedings {
    margin-left: 20px;
    margin-bottom: 60px;
}
.advisor_area figure {
  border-right: 5px solid #003755;
  position: relative;
  margin-bottom: 72px;
}
.advisor_area figure img {
    border-radius: 35px 0 30px 0;
    margin-left: 1px;
    border-right: 5px solid #003755;
    width: 100%;
}
.advisor_area figure:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 9999;
    border: 6px solid #003755;
    border-radius: 30px 0 30px 0;
}
.advisor_area figure figcaption {
    position: absolute;
    height: 70px;
    width: 100%;
    background-color: #003755;
    top: 100%;
    left: 0;
    border-left: 6px solid #003755;
    border-radius: 0 0 30px 0;
    text-align: center;
    border-right: 3px solid #003755;
}
.advisor_area figure figcaption:before {
    position: absolute;
    content: "";
    top: -31%;
    right: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-bottom: 30px solid #003755;
}
.advisor_area_table {
    display: table;
    width: 100%;
    height: 100%;
}
.advisor_area_cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.advisor_area figure figcaption h4 {
	color: #ffffff;
	font-size:15px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.advisor_area figure figcaption h6 {
    color: #b4b4b4;
    font-size:15px;
    font-family: 'Open Sans', sans-serif;
    font-weight:normal;
}
.advisor_social {
    padding-top: 10px;
}
.advisor_social i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size:15px;
	color: #ffaf32;
	background-color: #ffffff;
	border-radius: 50%;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
	visibility: hidden;
}
/*-----------------------------------------------------------------------------------*/
/*    10.1     advisor_page CSS
/*-----------------------------------------------------------------------------------*/
.advisor_page .accordion_area_top {
    margin-bottom: 0;
}
/*-----------------------------------------------------------------------------------*/
/*       11.     blog_area CSS
/*  and  11.1    blog_page CSS
/*  and  11.2    single_blog_page CSS
/*-----------------------------------------------------------------------------------*/
.blog_area .section_hedings_white {
    margin-bottom: 60px;
    margin-left: 15px;
}
.blog_area {
    position: relative;
    margin-bottom: 147px;
    height: 460px;
}
.blog_area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25,80,110,.95);
    z-index: 9;
}
.blog_area_parallax_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/blog_area_bg.jpg) no-repeat fixed center center / cover;
}
.blog_wrapper {
    position: relative;
    z-index: 99;
}
.blog_area figure, .blog_page figure {
    box-shadow: 0 0 21px 2px rgba(25,80,110,.07);
    border-radius: 30px 0 30px 0;
    position: relative;
}
.blog_area figure > figcaption, .blog_page figure > figcaption {
	position: absolute;
	width: 90%;
	background-color: #ffffff;
	bottom: 5%;
	left: 0;
	margin-left: 5%;
	padding: 20px;
	height: 107px;
	border-radius: 0 0 30px 0;
	overflow: hidden;
}
.blog_area figcaption:after, .blog_page figcaption:after {
    background-color: #ffaf32;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: 1;
    border-radius: 0 0 30px 0;
}
.blog_area figure img, .blog_page figure img {
    border: 7px solid #003755;
    border-radius: 30px 0 30px 0;
    width: 100%;
}
.blog_area figure > figcaption h5, .blog_page figure > figcaption h5 {
    font-size:15px;
    color: #9b9b9b;
    font-family: 'Open Sans', sans-serif;
    font-weight:normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 15px;
    position: relative;
    z-index: 99;
}
.blog_area figure > figcaption h3, .blog_page figure > figcaption h3 {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    z-index: 99;
}
.blog_area figure > figcaption h3 a, .blog_page figure > figcaption h3 a {
    color: #003755;
}
.blog_area figure > figcaption i, .blog_page figure > figcaption i {
	position: absolute;
	z-index: 99;
	right: -20px;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	bottom: 15px;
	color: #ffffff;
	font-size:15px;
}
.blog_page figure > figcaption {
    padding: 15px;
}
.blog_page figure {
    margin-bottom: 30px;
}
.blog_content_wrapper .widget.widget_blog_page_search, .single_blog_wrapper .widget.widget_blog_page_search {
    position: relative;
    margin-bottom: 30px;
}
.blog_content_wrapper .widget.widget_blog_page_search form input[type=search], .single_blog_wrapper .widget.widget_blog_page_search form input[type=search] {
    width: 100%;
    height: 70px;
    border: 1px solid #e2e2e2;
    padding: 0 20px;
    border-radius: 30px 0 30px 0;
    font-family: 'Poppins', sans-serif;
    font-weight:normal;
    background-color: transparent;
}
.blog_content_wrapper .widget.widget_blog_page_search form input[type=submit], .single_blog_wrapper .widget.widget_blog_page_search form input[type=submit] {
    position: absolute;
    right: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    background: url(../img/search_img.png) no-repeat scroll 0 0;
    border: 0;
    margin-top: -7px;
}
.blog_content_wrapper .widget h2.section_headings, .single_blog_wrapper .widget h2.section_headings {
    font-size:15px;
}
.blog_content_wrapper .widget h2.section_hedings, .single_blog_wrapper .widget h2.section_hedings {
    font-size: 18px;
    margin-bottom: 15px;
}
.blog_content_wrapper .widget.widget_blog_page_post, .single_blog_wrapper .widget.widget_blog_page_post {
    padding: 25px 20px 0;
    border-radius: 30px 0 30px 0;
    border: 1px solid #e2e2e2;
}
.blog_content_wrapper .widget.widget_blog_page_post ul li, .single_blog_wrapper .widget.widget_blog_page_post ul li {
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2;
}
.blog_content_wrapper .widget.widget_blog_page_post ul li a, .single_blog_wrapper .widget.widget_blog_page_post ul li a {
    color: #003755;
    font-size:15px;
    font-family: 'Poppins', sans-serif;
    font-weight:normal;
}
.blog_content_wrapper .widget.widget_blog_page_post ul li:last-child, .single_blog_wrapper .widget.widget_blog_page_post ul li:last-child {
    border-bottom: 0;
}
.blog_content_wrapper .widget.widget_blog_page_post ul li span, .single_blog_wrapper .widget.widget_blog_page_post ul li span {
    display: block;
    font-size:15px;
    color: #9e9e9e;
    font-weight:normal;
    font-family: 'Poppins', sans-serif;
    padding-top: 12px;
}
/* this code is for blog pagination */

.blog_content_pagination ul li {
    display: inline-block;
}
.blog_content_pagination ul li a {
    display: block;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    border: 1px solid #e8e8e8;
    font-size:15px;
    color: #cdcdcd;
}

/* this code is for single blog page main content */
.single_blog_page {
	background-color: #ffffff;
}
.single_blog_page .blog_text {
    background-color: #ffffff;
    padding: 35px 30px 0px 38px;
    color: #003755;
    line-height: 32px;
}
.single_blog_page .blog_text article {
    padding: 0 0 30px;
}
.single_blog_page .blog_text h3 {
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 30px;
}
.single_blog_page .blog_text h3 a {
    color: #003755;
}
.single_blog_page .blog_text h3 span {
    font-size:15px;
    font-weight:normal;
    color: #003755;
    display: block;
    padding-top: 15px;
}
.single_blog_page .single_blog_post_footer {
    overflow: hidden;
    background-color: #003755;
    padding: 0 30px 35px 38px;
    border-radius: 0 0 30px 0;
}
.single_blog_page .single_blog_post_footer ul li {
    color: #003755;
    font-weight:bold;
    font-size:15px;
    float: left;
    width: 50%;
}
.single_blog_page .single_blog_post_footer ul li:last-child {
    text-align: right;
}
.single_blog_page .single_blog_post_footer ul li i {
    padding-right: 10px;
}
.single_blog_page .single_blog_post_footer ul li span {
    color: #003755;
    font-weight:normal;
}
.single_blog_page .blog_img > img {
    width: 100%;
    border-radius: 30px 0 30px 0;
}
.single_blog_page .single_page_blog_comments_post {
    background-color: #003755;
    padding: 35px 30px 35px 38px;
    margin-top: 35px;
    border-radius: 30px 0 30px 0;
}
.single_blog_page .singl_blog_comments_post {
    overflow: hidden;
    padding: 25px 0;
    border-bottom: 1px solid #e8e8e8;
}
.single_blog_page .singl_blog_comments_post:last-child {
    border-bottom: 0;
}
.single_blog_page .commenters_img {
    float: left;
    width: 76px;
}
.single_blog_page .commenters_post {
    padding-left: 96px;
}
.single_blog_page .commenters_post h4 {
    font-size:15px;
    font-weight:bold;
    color: #003755;
    text-transform: uppercase;
}
.single_blog_page .commenters_post h4 span {
    display: block;
    font-weight:normal;
    font-size: 10px;
    color: #003755;
    padding: 10px 0;
}
.single_blog_page .commenters_post p {
    font-size:15px;
    font-weight:normal;
    color: #929292;
    line-height: 24px;
    padding-bottom: 15px;
}
.single_blog_page .commenters_post span {
    font-size:15px;
    color: #003755;
    font-weight:bold;
    text-transform: uppercase;
}
.single_page_blog_comments_post .section_hedings {
    margin-bottom: 30px;
}
.single_blog_page .single_page_blog_comments {
    background-color: #003755;
    padding: 35px 30px 35px 38px;
    margin-top: 30px;
    border-radius: 30px 0 30px 0;
}
.single_blog_page .section_hedings, .single_blog_page .section_hedings_white {
    font-size: 36px;
}
.single_blog_page .single_page_blog_comments form {
    margin-top: 50px;
}
.single_blog_page .single_page_blog_comments form input[type="text"], .single_blog_page .single_page_blog_comments form input[type="email"] {
    height: 70px;
    padding: 0 20px;
}
.single_blog_page .single_page_blog_comments form textarea {
    height: 150px;
    resize: none;
    padding: 20px;
}
.single_blog_page .single_page_blog_comments form input[type="text"], .single_blog_page .single_page_blog_comments form input[type="email"], .single_blog_page .single_page_blog_comments form textarea {
    width: 500px;
    color: #003755;
    font-size:15px;
    margin-bottom: 30px;
    border: 1px solid #e2e2e2;
    border-radius: 30px 0;
    font-family: "Poppins",sans-serif;
    font-weight:normal;
    display: block;
}
.single_blog_comment_btn {
    width: 280px;
    height: 70px;
    background-color: #ffaf32;
    color: #003755;
    position: relative;
}
.single_blog_page .single_page_blog_comments form input[type="submit"] {
    border: 1px solid #003755;
    width: 270px;
    background-color: transparent;
    height: 60px;
    padding: 5px;
    margin: 5px 0 0 5px;
    font-family: 'Poppins', sans-serif;
    font-weight:bold;
    font-size:15px;
    text-transform: uppercase;
    position: relative;
    z-index: 999;
}

/* this code is for blog round */
.blog_img {
	position: relative;
	background-color: #ffffff;
	border-radius: 30px 0 0 0;
}
.blog_round {
    text-align: center;
    width: 76px;
    height: 76px;
    background-color: #003755;
    border-radius: 50%;
    border: 6px solid #f1f1f1;
    position: absolute;
    bottom: 0;
    left: 25px;
    margin-bottom: -38px;
}
.blog_round h5 {
    font-size:15px;
    color: #003755;
    text-transform: uppercase;
    margin-top: 10px;
}
.blog_round h5 span {
    display: block;
    color: #ffaf32;
    font-size: 24px;
    font-weight:bold;
}

/*-----------------------------------------------------------------------------------*/
/*    12.     partner_area CSS
/*-----------------------------------------------------------------------------------*/
.partner_area .partner_area_left article {
    padding: 50px 0;
    line-height: 32px;
}
.partner_content {
    margin-left: -11px;
}
.partner_content a {
    width: 174px;
    height: 100px;
    border: 1px solid #003755;
    display: inline-block;
    text-align: center;
    line-height: 100px;
    margin-bottom: 15px;
    margin-left: 11px;
}
.partner_area_right {
    background-color: #003755;
    padding: 15px;
    border-radius: 30px 0 30px 0;
}
.form_wrapper form input[type="text"], .form_wrapper form input[type="email"], .form_wrapper select {
    width: 100%;
    height: 53px;
    border: 0;
    background-color: #1a242e;
    margin-bottom: 10px;
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
    color: #5c758e;
}
.form_wrapper form {
    margin-top: 30px;
}
.form_wrapper select {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background: #1a242e url(../img/select_array.png) no-repeat scroll 91% 53%;
}
.form_wrapper select option {
    padding: 15px 20px;
}
.form_wrapper {
    border: 2px solid #003755;
    padding: 30px 20px;
    border-radius: 30px 0 30px 0;
}
.submit_button {
    background-color: #ffaf32;
    width: 240px;
    height: 58px;
    position: relative;
}
.form_wrapper form input[type="submit"] {
	width: 230px;
	height: 48px;
	color: #ffffff;
	border: 0;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	padding: 15px;
	margin-top: 5px;
	margin-left: 5px;
	border: 1px solid #ffffff;
	position: relative;
	z-index: 999;
	background-color: transparent;
}

/*-----------------------------------------------------------------------------------*/
/*    13.1     footer_top_area CSS
/*-----------------------------------------------------------------------------------*/
.footer_top {
    background-color: #003755;
}
.footer_top .widget > .widget_title {
	font-size: 16px;
	color: #ffffff;
	padding-bottom: 55px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}
.footer_top .widget_para {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 26px;
}
.footer_top .widget_footer_logo {
    padding-bottom: 30px;
}
.footer_top .widget_footer_social {
    padding-top: 35px;
}
.footer_top .widget_footer_social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    font-size:18px;
    color: #ffffff;
    background-color: #4b6e87;
    margin-right: 3px;
}
.footer_top .widget_footer_social a i {
    padding-left: 2px;
}
.footer_top .widget ul li {
    display: block;
    padding-bottom: 15px;
}
.footer_top .widget ul li a {
	color: #ffffff;
}
.footer_top .widget.widget_contact ul li {
    overflow: hidden;
}
.footer_top .widget.widget_contact ul li h4 {
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size:14px;
	letter-spacing: 1px;
}
.footer_top .widget .widget_contact_detail {
	padding-left: 85px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size:14px;
	color: #ffffff;
	letter-spacing: 2px;
}
.footer_top .widget #instafeed img {
    width: 75px;
    height: 75px;
}
.footer_top .widget #instafeed a {
    display: inline-block;
    margin: 10px 10px 0 0;
}
/*-----------------------------------------------------------------------------------*/
/*    13.2     footer_bottom_area CSS
/*-----------------------------------------------------------------------------------*/
.footer_bottom {
	background-color: #002d4b;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size:15px;
	color: #ffffff;
	line-height: 70px;
}
.footer_bottom_right {
    text-align: right;
}
.footer_bottom_right i, .footer_bottom_right span {
    color: #ffaf32;
}
/*-----------------------------------------------------------------------------------*/
/*    14.     project area version 1 CSS
/*-----------------------------------------------------------------------------------*/
.project_list .mix {
	display: none;
}
.project_area .project_filter {
    padding-bottom: 50px;
}
.project_area .project_filter ul {
    margin-left: -15px;
}
.project_area .project_filter ul li {
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    font-size:15px;
    color: #003755;
    font-weight:bold;
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding: 0 15px;
    margin-bottom: 15px;
}
.project_area .project_filter ul li.active {
    color: #003755;
}
.project_area .project_filter ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 1px;
    background-color: #003755;
    right: -8%;
}
.project_area .project_filter ul li:last-child:before {
    display: none;
}
.project_list {
    margin-left: -30px;
}
.project_area figure {
    margin-left: 20px;
    margin-bottom: 30px;
    width: 31%;
}
.project_area figure figcaption {
    border-top: 0;
    padding: 30px;
    background-color: #003755;
    position: relative;
    z-index: 9;
}
.project_area figure img {
    width: 100%;
}
.project_area figure figcaption h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight:bold;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 10px;
}
.project_area figure figcaption h4 a {
	color: #f0f5fa;
}
.project_area figure figcaption h6 {
    font-size:15px;
    color: #a3a3a3;
    font-family: 'Open Sans', sans-serif;
    font-weight:normal;
}
.project_area figure figcaption:before {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    background-color: #ffaf32;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -9;
}
.project_area figure:hover figcaption:before {
    width: 100%;
    height: 100%;
    margin: auto;
}
.project_area figure:hover figcaption h4 a, .project_area figure:hover figcaption h6 {
	color: #003755;
}
.project_area figure:hover figcaption h4 a {
    text-decoration: underline;
}
/*-----------------------------------------------------------------------------------*/
/*    14.1     project area version 2 CSS
/*-----------------------------------------------------------------------------------*/
.project_version_two .project_area figure, .project_version_three .project_area figure {
    position: relative;
}
.project_version_two .project_area figure figcaption, .project_version_three .project_area figure figcaption {
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 90%;
    height: 80px;
    padding: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.project_version_two .project_area figure figcaption:before, .project_version_three .project_area figure figcaption:before {
    display: none;
}
.project_version_two .project_area figure:hover figcaption, .project_version_three .project_area figure:hover figcaption {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.project_version_two .project_img, .project_version_three .project_img {
    position: relative;
    overflow: hidden;
}
.project_version_two .project_detail, .project_version_three .project_detail {
    position: absolute;
    top: -90%;
    left: 5%;
    width: 90%;
    height: 90%;
    background-color: rgba(24,34,44,0.97);
    border: 2px solid #ffaf32;
    padding: 0 20px;
    line-height: 28px;
    color: #003755;
    font-size:15px;
    font-family: 'Open Sans', sans-serif;
}
.project_version_two .project_detail h5, .project_version_three .project_detail h5 {
    font-size: 18px;
    color: #003755;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight:bold;
}
.project_version_two .project_detail span, .project_version_three .project_detail span {
    font-size:15px;
    color: #003755;
    font-family: 'Open Sans', sans-serif;
    font-weight:normal;
    margin-bottom: 10px;
    display: block;
}
.project_version_two .project_area figure:hover .project_detail, .project_version_three .project_area figure:hover .project_detail {
    top: 5%;
}
.project_detail_table {
    display: table;
    height: 100%;
    width: 100%;
}
.project_detail_table_cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
/*-----------------------------------------------------------------------------------*/
/*    14.2     project area version 3 CSS
/*-----------------------------------------------------------------------------------*/
.project_version_three .project_area figure {
    margin-bottom: 14px;
    margin-left: 10px;
    width: 23%;
}

/*-----------------------------------------------------------------------------------*/
/*    15.     preloader CSS
/*-----------------------------------------------------------------------------------*/
body.preloader_active {
    position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #003755;
    z-index: 99999999999;
}
.preloader_spinner {
    background: url(../img/preloader.GIF) no-repeat scroll center center;
    display: block;
    height: 64px;
    width: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999999999999;
    margin-top: -32px;
    margin-left: -32px;
}

/*-----------------------------------------------------------------------------------*/
/*    16.     contact_area CSS
/*-----------------------------------------------------------------------------------*/
.contact_one #my_location {
    height: 345px;
}
.contact_two #my_location {
    height: 420px;
}
.contact_one .contact_page_headings, .contact_two .contact_page_headings {
    font-size: 20px;
    color: #003755;
    font-weight:bold;
    position: relative;
    padding: 0 30px;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.contact_one .contact_page_headings:before, .contact_two .contact_page_headings:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 12px;
    width: 12px;
    background-color: #003755;
    margin-top: -6px;
}
.contact_one .contact_left_content form input[type=text], .contact_one .contact_left_content form input[type=email], .contact_two .contact_right form input[type=text], .contact_two .contact_right form input[type=email] {
    height: 50px;
}
.contact_one .contact_left_content form input[type=text], .contact_one .contact_left_content form input[type=email], .contact_one .contact_left_content textarea, .contact_two .contact_right form input[type=text], .contact_two .contact_right form input[type=email], .contact_two .contact_right textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid #003755;
    margin-bottom: 15px;
    padding: 0 20px;
    border-radius: 30px 0 30px 0;
}
.contact_one .contact_left_content textarea, .contact_two .contact_right textarea {
    resize: none;
    height: 150px;
    padding: 15px;
}
.contact_two .single_contact {
    overflow: hidden;
    padding-bottom: 35px;
}
.contact_two .single_contact_icon {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 26px;
    color: #707070;
    float: left;
}
.contact_two .single_contact_text {
    padding-left: 90px;
}
.contact_two .single_contact_text h2 {
    color: #003755;
    font-size: 20px;
    font-weight:bold;
    padding-bottom: 10px;
}
.contact_two .single_contact_text a {
    font-size:15px;
    color: #989898;
}
.contact_page_btn {
    background-color: #ffaf32;
    height: 60px;
    margin-top: 20px;
    width: 250px;
    position: relative;
}
.contact_one .contact_left_content form input[type=submit], .contact_two .contact_right form input[type=submit] {
    border: 1px solid #003755;
    background-color: transparent;
    width: 240px;
    height: 50px;
    margin: 5px 0 0 5px;
    color: #003755;
    font-weight:bold;
    text-transform: uppercase;
    position: relative;
    z-index: 999;
}

/* this code is for thank-you.html */
.contact_record_text {
    font-weight:bold;
    color: #08953d;
    font-size:15px;
    padding-bottom: 20px;
}

/************************************** 
            This Code is For Responsive 
        ******************************************/

/* ========================================
                For Large Screen
================================================= */
@media only screen and (min-width: 1920px) {
}

/* ========================================
                For Medium_Large Screen
================================================= */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
    .about_page .advisor_area.section_padding_100 {
        padding: 100px 0 0;
    }
    .advisor_page .advisor_area figure {
        margin-bottom: 115px;
    }
}

/* ============================================
                For Medium Screen
============================================== */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
/* =-=-=-=-=- 1 default =-=-=-=-=- */
    .section_hedings, .section_hedings_white {
        font-size: 26px;
    }
    
/* =-=-=-=-=- 2.1 header_top =-=-=-=-=- */
    .header_top_wrapper ul li a {
        font-size:15px;
    }
    
/* =-=-=-=-=- 4 about_area =-=-=-=-=- */
    .about_icon {
        width: 30px;
    }
    .about_text span {
        font-size: 18px;
    }
    .about_text {
        font-size:15px;
        padding-left: 45px;
    }
    
    /* this code is for about page */
    .about_page .advisor_area.section_padding_100 {
        padding: 100px 0 0;
    }
    .about_page .about_area.section_padding_100 {
        padding: 120px 0 40px;
    }
    
/* =-=-=-=-=- 5. service_area =-=-=-=-=- */  
    .service_area_left_text {
        font-size: 18px;
    }
    .service_area_right_content {
        padding-left: 0px;
    }
    .single_service_right_content {
        padding: 10px;
    }
    .single_service_right_content_text {
        padding-left: 55px;
    }
    .service_area_control {
        right: -35px;
    }
    
/* =-=-=-=-=- 5.1 service page =-=-=-=-=- */
    .service_page .accordion_button_wrapper {
        width: 211px;
    }
    .service_page .accordion_top_button_area {
        width: 200px;
    }
    
/* =-=-=-=-=- 5.2 single_service page =-=-=-=-=- */
    .single_service_page .single_service_img_content_right {
        font-size:15px;
        line-height: 25px;
        padding: 8px 15px 8px 0;
    }
    .single_service_page .submit_button {
        width: 151px;
    }
    .single_service_page .form_wrapper form input[type="submit"] {
        width: 140px;
    }
    .single_service_page .form_wrapper select {
        background: #1a242e url("../img/select_array.png") no-repeat scroll 98% 53%;
        font-size:15px;
    }
    
/* =-=-=-=-=- 6 counter_area =-=-=-=-=- */    
    .counter_area_content ul li {
        padding: 20px 12px;
    }
    .counter_number h3 {
        font-size: 30px;
    }
    
/* =-=-=-=-=- 7. choose area =-=-=-=-=- */  
    .choose_us_area.section_padding_100 {
        padding: 100px 0;
    }
    
/* =-=-=-=-=- 8 accordion_area_top  =-=-=-=-=- */     
    .accordion_button_wrapper {
        width: 230px;
    }
    .accordion_top_button_area {
        width: 220px;
    }
    
/* =-=-=-=-=- 9 accordion_area  =-=-=-=-=- */
    .ask_question_main_content {
        padding-left: 25px;
    }
    .ask_question_main_content a.collapsed .question_ask_panel_title {
        font-size:15px;
    }
    
/* =-=-=-=-=- 11. blog area  =-=-=-=-=- */   
    .blog_area {
        height: 400px;
    }
    .blog_page figure > figcaption h3 {
        font-size:15px;
    }
    .blog_page figure > figcaption {
        height: 90px;
    }
    .blog_page figure:hover figcaption {
        height: 110px;
    }
    
/* =-=-=-=-=- 12 partner_area  =-=-=-=-=- */
    .submit_button {
        width: 200px;
    }
    .form_wrapper form input[type="submit"] {
        width: 190px;
    }
    .form_wrapper form input[type="text"], .form_wrapper form input[type="email"], .form_wrapper select {
        padding: 0 8px;
    }
    
/* =-=-=-=-=- 14.1 project area version_2 page =-=-=-=-=- */
    .project_area figure {
        width: 29%;
    }
    .project_version_two .project_detail h5 {
        font-size: 15px;
    }
    .project_version_two .project_detail span {
        margin-bottom: 0;
    }
    .project_version_two .project_detail {
        font-size:15px;
        line-height: 24px;
        padding: 0 10px;
    }
/* =-=-=-=-=- 14.2 project area version_3 page =-=-=-=-=- */     
    .project_version_three .project_area figure {
        width: 32%;
    }    
    
/* =-=-=-=-=- advisor page =-=-=-=-=- */
    .advisor_area figure {
        margin-bottom: 110px;
    }
}

/* ============================================
                For Tablet layout
============================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    
/* =-=-=-=-=- 1 default =-=-=-=-=- */    
    .section_hedings, .section_hedings_white {
        font-size: 22px;
    }
    
/* =-=-=-=-=- 2 header area =-=-=-=-=- */    
    .header_area .mainmenu ul#nav li a {
        font-size:15px;
        padding-bottom: 33px;
        padding-left: 11px;
        padding-right: 11px;
    }
 
/* =-=-=-=-=- 3 hero_area =-=-=-=-=- */
    .carousel-caption h3 {
        font-size: 32px;
    }
    
/* =-=-=-=-=- 2.1 header_top =-=-=-=-=- */    
    .header_top_wrapper ul li a {
        font-size:15px;
    }
    .header_area .mainmenu ul#nav li a {
        font-size:15px;
        padding-bottom: 31px;
    } 
    
/* =-=-=-=-=- 4. about =-=-=-=-=- */
    .single_about_area_content {
        width: 50%;
    }
    
/* =-=-=-=-=- 4.1 about page =-=-=-=-=- */ 
    .about_page_single_service h3 {
        font-size: 20px;
    }
    .about_page .partner_content a {
        width: 46%;
    }
    .about_page .advisor_area.section_padding_100 {
        padding: 100px 0 0;
    }
    .about_page .about_area {
        padding: 120px 0 0;
    }
    .about_page .partner_area.section_padding_100 {
        padding: 50px 0 100px;
    }
    .about_page .service_area_left_text {
        font-size:15px;
    }
    
/* =-=-=-=-=- 5 service =-=-=-=-=- */ 
    .service_area_left_text {
        font-size:15px;
        padding: 10px;
    }
    .service_area_right_content {
        padding-left: 0;
    }
    .single_service_right_content_text {
        padding-left: 40px;
    }
    .single_service_right_content_icon {
        width: 25px;
    }
    .single_service_right_content_text h4 {
        font-size:15px;
    }
    .single_service_right_content {
        padding: 10px;
    }
    .service_area_control {
        top: 100%;
        right: 0;
    }
    .service_area_control.left {
        top: 90%;
    }  
    
/* =-=-=-=-=- 5.2 single_service page =-=-=-=-=- */
    .single_service_page .widget_service_link_text h5 {
        font-size:15px;
        padding-left: 45px;
    }
    .single_service_page .single_service_main_content {
        padding-left: 0;
    }
    .single_service_page .single_service_img_content_right {
        padding: 15px 15px 15px 15px;
    }
    .single_service_page .single_service_text_content article {
        font-size:15px;
        line-height: 28px;
    }
    .single_service_page .single_content_form_content_left {
        margin-top: 8px;
    }
    .single_service_page .partner_area_right {
        margin-top: 30px;
    }
    
/* =-=-=-=-=- 6. counter_area =-=-=-=-=- */
    .counter_area_content ul li {
        padding: 20px 12px;
    }
    .counter_number h3 {
        font-size: 38px;
        width: 100%;
        text-align: center;
    }
    .counter_text {
        text-align: center;
        float: none;
    }
    
/* =-=-=-=-=- 7. choose area =-=-=-=-=- */
    .choose_us_area_right ul li span {
        width: 35px;
    }
    .choose_us_area.section_padding_100 {
        padding: 100px 0 70px;
    }
/* =-=-=-=-=- 9. accoordion area =-=-=-=-=- */  
    .accordion_area:before, .accordion_area:after {
        width: 45%;
    }
    .ask_question_main_content {
        padding-left: 30px;
    }
    .ask_question_panel {
        padding: 10px;
    }
    .ask_question_main_content a.collapsed .question_ask_panel_title {
        font-size:15px;
    }
 
/* =-=-=-=-=- 10. advisor area =-=-=-=-=- */     
    .advisor_area figure {
        margin-bottom: 110px;
    }
    
/* =-=-=-=-=- 11. blog area =-=-=-=-=- */ 
    .blog_area {
        height: 350px;
        margin-bottom: 80px;
    }
    .blog_area figure > figcaption {
        padding: 10px;
    }
    .blog_area figure > figcaption h3 {
        font-size:15px;
        line-height: 22px;
    }
    .blog_page figure > figcaption h3 {
        font-size:15px;
    }
    .blog_page figure > figcaption {
        height: 90px;
    }
    .blog_page figure:hover figcaption {
        height: 110px;
    }
    .single_blog_page .single_page_blog_comments form input[type="text"], .single_blog_page .single_page_blog_comments form input[type="email"], .single_blog_page .single_page_blog_comments form textarea {
        width: 100%;
    }
    .single_blog_page .blog_text h3 {
        font-size: 20px;
    }
    .single_blog_page .single_blog_post_footer ul li {
        width: 100%;
    }
    .single_blog_page .single_blog_post_footer ul li:last-child {
        text-align: left;
    }
/* =-=-=-=-=- 12. partner area =-=-=-=-=- */ 
    .form_wrapper form input[type="text"], .form_wrapper form input[type="email"], .form_wrapper select {
        padding: 0 8px;
    }
    .form_wrapper select {
        background: #1a242e url("../img/select_array.png") no-repeat scroll 97% 53%;
    }
    .submit_button {
        width: 180px;
    }
    .form_wrapper form input[type="submit"] {
        width: 169px;
    }
    
/* =-=-=-=-=- 13.1 footer_top =-=-=-=-=- */
    .footer_top {
        padding: 95px 0 70px;
    }
    .footer_top .widget {
        padding-bottom: 30px;
    }
    
/* =-=-=-=-=- 14.1 project area version_2 page =-=-=-=-=- */    
    .project_area figure {
        width: 45%;
    }
    
/* =-=-=-=-=- 14.2 project area version_3 page =-=-=-=-=- */     
    .project_version_three .project_area figure {
        width: 48%;
    }

/* =-=-=-=-=- 17 contact area =-=-=-=-=- */ 
    .contact_one .contact_page_headings, .contact_two .contact_page_headings {
        font-size: 18px;
    }
}

/* ============================================
                For Small mobile
============================================== */
@media only screen and (max-width: 767px) {
    
/* =-=-=-=-=- 1. default =-=-=-=-=- */
    .section_padding_100 {
        padding: 70px 0;
    }
    .section_hedings, .section_hedings_white {
        font-size: 22px;
    }
    
/* =-=-=-=-=- 2. header_area =-=-=-=-=- */ 
    /* ____________ this code is for mobile-menu ____________*/
    .header_top_wrapper, .search_box {
        display: none;
    }
    .mean-container a.meanmenu-reveal span {
        background-color: #003755;
    }
    .mean-container a.meanmenu-reveal {
        color: #003755;
        padding: 28px 15px;
    }
    .header_area .logo {
        left: 12px;
        position: absolute;
        top: 12px;
        z-index: 999999;
        padding: 0;
    }
    .mean-container .mean-bar {
        padding: 0;
        background-color: transparent;
    }
    .mean-container .mean-nav {
        margin-top: 75px;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        line-height: 35px;
        padding: 8px !important;
        border: 0 !important;
    }
    
/* =-=-=-=-=- 3. hero_area =-=-=-=-=- */ 
    .hero_area .carousel.slide, .hero_area .carousel-inner {
        height: 400px;
    }
    .hero_area_control {
        font-size:15px;
        height: 30px;
        line-height: 30px;
        width: 30px;
        top: 40%;
    }
    .hero_area_control.left {
        left: 0;
    }
    .hero_area_control.right {
        right: 0;
    }
    .carousel-caption h3.hero_area_top_text {
        font-size:15px;
    }
    .carousel-caption h3.hero_bold_text {
        font-size: 18px;
        padding: 35px 35px 0;
    }
    
/* =-=-=-=-=- 4. about_area =-=-=-=-=- */ 
    .single_about_area_content {
        width: 100%;
    }
    .about_area_left_content {
        overflow: hidden;
        margin-bottom: 50px;
    }
    .about_banner_area_content h3 {
        font-size: 20px;
    }
    
    /* this code is for about page */
    .about_page .service_area_right_content > .row > div:nth-child(2n+1):before {
        width: 0;
    }
    .about_page .service_area_right_content > .row > div:nth-child(1):after, .about_page .service_area_right_content > .row > div:nth-child(2):after {
        width: 0;
    }
    .about_page .advisor_area.section_padding_100 {
        padding: 70px 0 0;
    }
    .about_page .about_text span {
        font-size: 20px;
    }
    .about_page .about_text {
        font-size:15px;
    }
    .about_page .about_page_single_service h3 {
        font-size: 20px;
    }
    
/* =-=-=-=-=- 5. service area =-=-=-=-=- */   
    .service_area_right_content {
        padding-left: 0;
        padding-top: 50px;
    }
    .single_service_right_content {
        padding: 15px;
    }
    .single_service_right_content_text {
        padding-left: 55px;
    }
    .service_area_control.left {
        top: 103%;
    }
    .service_area_control {
        top: 97%;
        right: 0;
    }
    
/* =-=-=-=-=- 5.1 service page =-=-=-=-=- */
    .service_page .single_service_right_content {
        padding: 15px 10px;
    }
    .service_page .single_service_right_content_text {
        padding-left: 55px;
    }
    .service_page .accordion_area_top_main_content {
        padding: 20px;
    }
    .service_page .accordion_area_top_main_content h3 {
        font-size: 20px;
    }
    .service_page .accordion_button_wrapper {
        width: 191px;
    }
    .service_page .accordion_top_button_area {
        width: 180px;
    }
    .service_page .accordion_area_top.section_padding_100 {
        padding: 30px 0 70px;
    }
    
/* =-=-=-=-=- 5.2 single_service page =-=-=-=-=- */
    .single_service_page .about_banner_area_content h3 {
        font-size: 22px;
    }
    .single_service_page .about_banner_area_content ul li {
        font-size:15px;
    }
    .single_service_page .single_service_main_content_wrapper .widget_service_link ul li a {
        padding: 20px;
    }
    .single_service_page .widget_service_link_text h5 {
        font-size:15px;
        padding-left: 45px;
    }
    .single_service_page .widget.widget_download_link {
        margin-bottom: 50px;
    }
    .single_service_page .single_service_main_content {
        padding-left: 0;
    }
    .single_service_img_content_right {
        padding: 15px 15px 15px 15px;
    }
    .single_service_text_content article, .single_content_form_content article {
        font-size:15px;
        line-height: 26px;
    }
    .single_service_page .submit_button {
        width: 161px;
    }
    .single_service_page .form_wrapper form input[type="submit"] {
        width: 150px;
    }
    .single_content_form_content_right {
        margin-top: 30px;
    }
    .form_wrapper {
        padding: 30px 10px;
    }
    
/* =-=-=-=-=- 6. counter area =-=-=-=-=- */  
    .counter_area_content ul li {
        width: 100%;
    }
    
/* =-=-=-=-=- 7. choose area =-=-=-=-=- */ 
    .choose_us_area_right ul li {
        width: 100%;
    }
    .choose_us_area_right {
        margin-top: 90px;
    }
    .choose_us_area.section_padding_100 {
        padding: 100px 0 50px;
    }
 
/* =-=-=-=-=- 8. accordion area top =-=-=-=-=- */ 
    .accordion_area_top_main_content {
        padding: 20px;
    }
    .accordion_area_top_main_content h3 {
        font-size: 18px;
    }
    .accordion_button_wrapper {
        width: 181px;
    }
    .accordion_top_button_area {
        width: 170px;
    }
    
/* =-=-=-=-=- 9. accordion area =-=-=-=-=- */ 
    .accordion_area:before {
        width: 100%;
    }
    .accordion_area:after {
        width: 100%;
    }
    .ask_question_main_content {
        padding-left: 0;
        margin-top: 100px;
    }
    .accordion_area .section_hedings_white, .accordion_area .section_hedings {
	color: #003755;
	font-size:15px;
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0);
	background-image: url(../imagenes/empresa-05.jpg);
	background-repeat: no-repeat;
	background-position: 0 bottom;
    }
    .accordion_area .ask_question_panel {
        padding: 10px;
    }
    .ask_question_main_content {
        min-height: 420px;
    }
   
/* =-=-=-=-=- 10. advisor area =-=-=-=-=- */ 
    .advisor_area figure {
        margin-bottom: 100px;
    }
    
/* =-=-=-=-=- 11. blog area =-=-=-=-=- */ 
    .blog_area figure {
        margin-bottom: 35px;
    }
    .blog_area {
        height: auto;
        margin-bottom: 0;
    }
    .blog_content_wrapper aside {
        margin-bottom: 50px;
    }
    .blog_page figure > figcaption h3 {
        font-size:15px;
    }
    .single_blog_wrapper aside {
        margin-bottom: 50px;
    }
    .single_blog_page .blog_text, .single_blog_page .single_page_blog_comments, .single_blog_page .single_page_blog_comments_post {
        padding: 30px 20px 30px 20px;
    }
    .single_blog_page .blog_text h3 {
        font-size:15px;
    }
    .single_blog_page .single_blog_post_footer ul li {
        width: 100%;
    }
    .single_blog_page .single_blog_post_footer ul li:last-child {
        text-align: left;
    }
    .single_blog_page .single_blog_post_footer {
        padding: 0 20px 30px 20px;
    }
    .single_blog_page .section_hedings, .single_blog_page .section_hedings_white {
        font-size: 20px;
    }
    .single_blog_page .single_page_blog_comments form input[type="text"], .single_blog_page .single_page_blog_comments form input[type="email"], .single_blog_page .single_page_blog_comments form textarea {
        width: 100%;
    }
    .single_blog_comment_btn {
        width: 170px;
    }
    .single_blog_page .single_page_blog_comments form input[type="submit"] {
        width: 160px;
    }
    .single_blog_page .commenters_img {
        float: none;
        margin: 0 auto;
        width: 76px;
        margin-bottom: 30px;
    }
    .single_blog_page .commenters_post {
        padding-left: 0;
    }
/* =-=-=-=-=- 12. partner area =-=-=-=-=- */ 
    .partner_content a {
        margin-left: 5px;
        width: 100%;
    }
    .partner_area_right {
        margin-top: 50px;
    }
    .submit_button {
        width: 170px;
    }
    .form_wrapper form input[type="submit"] {
        width: 159px;
    }
    .form_wrapper form input[type="text"], .form_wrapper form input[type="email"], .form_wrapper select {
        padding: 0 5px;
    }
    .form_wrapper select {
        background: #1a242e url("../img/select_array.png") no-repeat scroll 98% 53%;
    }
    
/* =-=-=-=-=- 13.1 footer_top area =-=-=-=-=- */
    .footer_top {
        padding: 70px 0 22px;
    }
    .footer_top .widget {
        padding-bottom: 50px;
    }
    .footer_top .widget > .widget_title {
        padding-bottom: 25px;
    }
    
/* =-=-=-=-=- 13.2 footer_bottom area =-=-=-=-=- */
    .footer_bottom_left > p {
        font-size:15px;
        text-align: center;
    }
    .footer_bottom {
        line-height: 35px;
        padding: 10px 0;
    }
    .footer_bottom_right {
        text-align: center;
    }
    
/* =-=-=-=-=- 14.1 project area version_2 page =-=-=-=-=- */    
    .project_area figure {
        margin-left: 15px;
        width: 100%;
    }
/* =-=-=-=-=- 14.2 project area version_3 page =-=-=-=-=- */ 
    .project_version_three .project_area figure {
        margin-bottom: 30px;
        width: 100%;
    }
    .project_version_three .project_list {
        padding: 0 100px;
    }
    
/* =-=-=-=-=- contact page =-=-=-=-=- */ 
    .contact_right_content {
        margin-top: 50px;
    }
}

/* ============================================
                For large mobile
============================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {

/* =-=-=-=-=- 1 default =-=-=-=-=- */    
    .section_hedings, .section_hedings_white {
        font-size: 26px;
    }
    
/* =-=-=-=-=- 3 hero area =-=-=-=-=- */     
    .carousel-caption h3.hero_area_top_text {
        font-size:15px;
    }
    .carousel-caption h3.hero_bold_text {
        font-size: 24px;
    }
 
/* =-=-=-=-=- 4 about area =-=-=-=-=- */     
    .single_about_area_content {
        width: 33%;
    }
    .about_text span {
        font-size: 20px;
    }
    .about_text {
        padding-left: 45px;
    }  
    .about_banner_area_content h3 {
        font-size: 30px;
    }
    
    /* this code is for about page */
    .about_page .advisor_area .col-xs-12 {
        padding: 0 100px;
    }
    
/* =-=-=-=-=-  blog area =-=-=-=-=- */     
    .single_blog_page .single_blog_post_footer ul li {
        width: 50%;
    }
    .single_blog_page .single_blog_post_footer ul li:last-child {
        text-align: right;
    }
    .single_blog_page .commenters_img {
        float: left;
    }
    .single_blog_page .commenters_post {
        padding-left: 110px;
    }
    .blog_area .blog_content .col-xs-12 {
        padding: 0 100px;
    }
    .blog_page .blog_content .col-xs-12 {
        padding: 0 110px;
    }
/* =-=-=-=-=- 5.1 service page =-=-=-=-=- */    
    .service_page .single_service_right_content_text {
        padding-left: 70px;
    }
    .service_page .single_service_right_content_text h4 {
        font-size: 18px;
        padding-bottom: 25px;
    }
    .service_page .accordion_area_top_main_content h3 {
        font-size: 28px;
    }
    .service_page .accordion_button_wrapper {
        width: 250px;
    }
    .service_page .accordion_top_button_area {
        width: 238px;
    }
    
/* =-=-=-=-=- 5.2 single_service page =-=-=-=-=- */
    .single_service_text_content article, .single_content_form_content article {
        font-size:15px;
        line-height: 32px;
    }
    
/* =-=-=-=-=- 6 counter area =-=-=-=-=- */   
    .counter_area_content ul li {
        width: 49%;
    }
    
/* =-=-=-=-=- 7 choose-us area =-=-=-=-=- */ 
    .choose_us_area_right ul li {
        width: 50%;
    }
    
/* =-=-=-=-=- 12 partner area =-=-=-=-=- */
    .partner_content a {
        width: 48%;
    }
    .form_wrapper form input[type="text"], .form_wrapper form input[type="email"], .form_wrapper select {
        padding: 0 20px;
    }
 
/* =-=-=-=-=- 14.1 project area version_2 page =-=-=-=-=- */    
    .project_version_two .project_detail {
        font-size:15px;
        line-height: 32px;
        padding: 0 30px;
    }
    .project_version_two .project_detail h5 {
        font-size: 24px;
    }
    .project_version_two .project_detail span {
        font-size:15px;
    }
    .project_area figure {
        margin-left: 45px;
        width: calc(100% - 60px);
    }
 
/* =-=-=-=-=-  advisor area =-=-=-=-=- */     
    .advisor_page .advisor_area .col-xs-12 {
        padding: 0 120px;
    }
    .advisor_area .col-xs-12 {
        padding: 0 120px;
    }
}

.letras-amarillas {
	color:#ffaf32;
    }
	
.letras-blancas {
	color:#ffffff;
    }
	
.letras-blancas-grandes {
	color:#ffffff;
	font-size:32px;
    }
	
.letras-azul {
	color:#003755;
    }
	
.letras-amarillas-titulo {
	color:#ffaf32;
	font-size:36px;
    }
	
.letras-blancas-titulo {
	color:#ffffff;
	font-size:36px;
    }
	
.letras-azul-titulo {
	color:#003755;
	font-size:36px;
    }
	
.fondo-gris {
	background-color:#fafafa;
    }

.titulo-azul {
	color:#003755;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
    }

.mayusculas {
	text-transform:uppercase;
    }
	
.nomayusculas {
	text-transform:none;
    }
