
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2:wght@400;500;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2:wght@400;500;600&display=swap');

/* devanagari */
@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/baloo2/v13/6xKhdSpJJ92I9MWOCm7JLQ.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
    font-family: 'Algerian';
    src: url('../fonts/Algerian.woff2') format('woff2'),
        url('../fonts/Algerian.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BalooBhaina2-SemiBold';
    src: url('../fonts/BalooBhaina2-SemiBold.woff2') format('woff2'),
        url('../fonts/BalooBhaina2-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BalooBhaina2-Regular';
    src: url('../fonts/BalooBhaina2-Regular.woff2') format('woff2'),
        url('../fonts/BalooBhaina2-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BalooBhaina2-Medium';
    src: url('../fonts/BalooBhaina2-Medium.woff2') format('woff2'),
        url('../fonts/BalooBhaina2-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}






/***************************************
========================================

	Author Name   : Themeplaza
	This is HTML5 template
	Template Name : Forhad Personal Portfolio HTML Template
	Version: 1.0
	
****************************************
=======================================/

/* ----------------------------------------------------------------
    [ 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: "Baloo 2";
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #005470;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6{
	color: #005470;
	font-weight: 600;
}
html {
	scroll-behavior: smooth;
}
img{
	max-width: 100%;
	height: auto;
}
ul{
	padding: 0;
	list-style: none;
}
p {
	font-weight: 400;
	/*font-family: "Baloo Bhaina 2", "Baloo Bhaina 2 SemiBold", "Baloo Bhaina 2 Medium";*/
    font-family: 'BalooBhaina2-Regular';
	margin: 0;
	font-size: 15px;
	color: #005470;
	letter-spacing: 0;
}
a:hover{
	text-decoration: none;
	outline: none;
}
.text_white{
	color: #fff;
}
.padding_0{
	padding: 0;
}
.gray_bg{
    background: #ffffff;
}
/* START PRELOADER DESIGN */
.preloader {
	background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    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: #ff651c ;
  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;
}
.dark_preloader .double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ff651c;
  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: 80px 0;
    padding-bottom: 95px;
}
/* End Section-Padding */

/* Start Section-Heading */
.section_heading.text-center .row {
    max-width: 1136px;
    margin: 0 auto;
}
.section_heading h2 {
	font-size: 40px;
	font-weight: 700;
	text-transform: capitalize;
	color: #005470;
	margin-top: 5px;
    font-family: 'BalooBhaina2-SemiBold';
	margin-bottom: 10px;
}
.section_heading h2 span{
	color: #005470;
    letter-spacing: 0px;
}
.dark_bg .section_heading h2{
	color: #fff;
}
.section_heading p {
    margin: 20px 0px 20px 0px;
    font-size: 28.7px;
    text-align: left;
    padding-left: 26px;
    line-height: 31px;
    margin-bottom: 85px;
}
.dark_bg .section_heading p{
	color: #fff;
}
.section_heading .sm_border {
    display: block;
    height: 2px;
    width: 70px;
    margin-bottom: 15px;
    bottom: -5px;
    position: relative;
    left: 50%;
    background-color: #ff651c;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
/* End Section-Heading */

/* ----------------------------------------------------------------
    [ End Basics ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    [ 15 Start Top-control ]
-----------------------------------------------------------------*/
.topcontrol{
    border: 1px solid #ff651c;
    border-radius: 30px;
    bottom: 5px;
    margin-bottom: 80px;
    color: #ff651c;
    cursor: pointer;
    font-size: 22px;
    height: 40px;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 7px 10px;
    position: fixed;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 40px;
    z-index: 99;
}
.topcontrol:hover{
    background: #ff651c;
	border: 1px solid #ff651c;
    color: #fff;
}
/* ----------------------------------------------------------------
    [ End Top-control ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    [ 02 Start Buttons ]
-----------------------------------------------------------------*/
/* Start Btn-Style */
.main_btn {
    color: #ff651c;
    font-size: 18px;
    margin-top: 30px;
    text-transform: capitalize;
    padding: 5px 29px;
    letter-spacing: 0.5px;
    border-radius: 30px;
    font-weight: 600;
    border: 1px solid #ff651c;
    line-height: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out 0s;
    line-height: 29px;
    padding-bottom: 0px;
    height: auto;
}
.main_btn:hover {
    background: #ff651c;
	border: 1px solid #ff651c;
	color: #fff;
}
/* ----------------------------------------------------------------
    [ End Buttons ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
    [ 03 Start Header ]
-----------------------------------------------------------------*/
.navbar-default {
    background-color: transparent;
    border: none;
    padding: 15px 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}
.navbar-brand p{
	font-size: 28px;
	font-weight: 700;
	text-transform: capitalize;
	margin: -8px 10px 10px 0px;
	letter-spacing: 1px;
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
}
.navbar-default.sticky_menu .navbar-brand p{
    /* [disabled]color: #FFFFFF; */
}

.navbar-default .navbar-nav li a {
    /* font-family: "Baloo Bhaina 2", "Baloo Bhaina 2 SemiBold", "Baloo Bhaina 2 Medium"; */
    color: #fff;
    font-size: 20px;
    padding: 0;
    margin-top: 10px;
    font-family: "BalooBhaina2-Regular", "BalooBhaina2-SemiBold", "BalooBhaina2-Medium", cursive;
    text-transform: capitalize;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin: 0 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.navbar-default .navbar-nav li a:hover {
    color: #ff651c !important;
}

.dropdown-content a:hover{
    color: #ff651c !important;
}

ul.nav.navbar-nav.navbar-right {
    margin-top: 77px;
    width: 100%;
    margin-right: 0;
}

.main_header.sticky_menu ul.nav.navbar-nav.navbar-right {
    margin-top: 12px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
}

.main_header.navbar.navbar-default.menu-top.sticky_menu h1 {
    display: none;
}

.navbar-default .navbar-nav p a{
    color: #000;
    font-size: 14px;
    padding: 0;
    margin-top: 10px;
    font-family: 'BalooBhaina2-Regular';
    text-transform: capitalize;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin: 0 14px;
    letter-spacing: 1px;
}

ul.nav.navbar-nav.navbar-right .group {
    float: right;
    width: 100%;
    text-align: right;
    position: relative;
    padding-right: 22px;
}

.group{
    position: relative;
}

.group:before {
    border-bottom: 2px solid white;
    position: absolute;
    width: 77%;
    height: 2%;
    content: "";
    bottom: 0;
    left: auto;
    margin-left: -10px;
}

ul.nav.navbar-nav.navbar-right li {
    display: inline-block;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover{
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
#nav li.current a {
	color: #ff651c;
	background-color: transparent;
}
.main_header.sticky_menu {
    position: fixed;
    width: 100%;
    padding: 10px 0;
    top: 0;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
    z-index: 999;
}
.main_header.dark_bg_menu.sticky_menu{
	background-color: #1d293e;
    color: #fff;
    padding: 10px 0;
	border: none;
    box-shadow: 0 1px 20px rgba(255, 255, 255, 0.1);
    width: 100%;
    animation: fadeInDown 1s both 0.2s;
}
.main_header.sticky_menu .navbar-nav > li > a {
	color: #333;
	transition: all 0.3s ease;
}
.main_header.dark_bg_menu.sticky_menu .navbar-nav > li > a{
	color: #fff !important;
	transition: all 0.3s ease;
}
.main_header.sticky_menu .navbar-nav > li > a:hover{ color: #ff651c !important }
.main_header.sticky_menu .navbar-nav>.active>a,
.main_header.dark_bg_menu.sticky_menu .navbar-nav > li > a:hover,
.main_header.sticky_menu .navbar-nav>.active>a:hover,
.main_header.sticky_menu .navbar-nav>.active>a:focus{
    color: #ff651c !important;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border: none;
    padding: 0;
	color: #ff651c;
    font-size: 20px;
	margin-top: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.main_header.sticky_menu .navbar-toggle .icon-bar {
    background-color: #ff651c;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 04 Start Banner ]
-----------------------------------------------------------------*/
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
	top: 0;
}
.main_banner{
	height: 650px;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner_bg {
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: bottom;
    position: relative;
}
.banner_bg:before{
	content: "";
	position: absolute;
	/* [disabled]right: 0; */
	/* [disabled]bottom: 0; */
	width: 100%;
	height: 100%;
	background-color: rgba(0,84,112,0.11);
}
.banner_content{
	margin-top: 300px;
	text-align: center;
}
.banner_content h3{
	text-transform: capitalize;
	letter-spacing: 3px;
	font-weight: 500;
    color: #fff;
    font-size: 20px;
}
.banner_content h1 {
	color: #FFFFFF;
	font-size: 60px;
	text-transform: capitalize;
	margin: 15px 0 10px;
}
.banner_content h1 span .fw_600{
	font-weight: 600;
}
.banner_content h1 span .fw_300{
	font-weight: 600;
}
.banner_content .banner_btn{
	margin-right: 15px;
}
.banner_btn{
	background: transparent;
	border: 2px solid #ff651c;
	text-decoration: none;
	padding: 8px 30px;
	display: inline-block;
	margin-top: 30px;
	color: #ff651c;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out 0s;
	border-radius: 50px;
}
.banner_btn:hover{
	background: #ff651c;
	border: 2px solid #ff651c;
    color: #fff;
}
#round {
    position: absolute;
    top: 25px;
    bottom: 0;
	z-index: 9;
}
/* ----------------------------------------------------------------
    [ End Banner ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
    [ 05 Start About ]
-----------------------------------------------------------------*/
.about_image{
	position: relative;
	z-index: 9;
	width: 90%;
}
.about_image img {
    padding: 0px 10px 0px 10px;
    width: 93%;
    object-fit: cover;
    margin-left: 57px;
}
.about_content_area {
    margin-top: 57px;
}
.single_about h4{
    font-size: 30px;
	text-transform: capitalize;
    margin: 0 0 20px;
	font-weight: 700;
	color: #222;
}
.single_about h4 span{
	color: #ff651c;
}
.dark_bg .single_about h4{
	color: #005470;
}
.dark_bg .about_content_area p{
	color: #005470;
}
.about_details {
    margin-top: 20px;
}
.about_details li {
	color: #333;
	display: inline-block;
	margin-top: 15px;
	width: 49%;
}
.about_details span {
    color: #222;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    width: 25%;
}
.dark_bg .about_details span{
	color: #005470;
}
.ct_about{
	margin: 10px 0;
}
.dark_bg .ct_about{
	color: #fff;
}
.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{
	background: #fff;	
    padding: 36px 0px;
	margin-bottom: 30px;
    text-align: center;
    transition: all 0.4s ease;
}
.single-service i {
	background: #f8f8f8;
	border: 1px solid #eee;
	color: #ff651c;
	width: 50px;
    height: 50px;
	line-height: 50px;
	border-radius: 30px;
	text-align: center;
	transition: all 0.4s ease;
    font-size: 24px;
    display: inline-block;
}
.single-service:hover i{
	background: #ff651c;
	color: #fff;
	border: 1px solid #ff651c;
}
.single-service h4{
	color: #005470;
    font-size: 18px;
    margin-top: 25px;
    font-family: 'BalooBhaina2-SemiBold';
    text-transform: capitalize;
	transition: all 0.4s ease;
}

.single-service p{
	transition: all 0.4s ease;
	color: #005470;
	margin-top: 15px;
}
.dark_bg .single-service p{
	color: #fff;
}
/* ----------------------------------------------------------------
    [ End Service ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    [ 10 Start Resume ]
-----------------------------------------------------------------*/
.resume-container h3{
    font-size: 30px;
    margin-bottom: 30px;
    margin-left: 15px;
    font-weight: 600;
}
.dark_bg_1 .resume-container h3{
	color: #fff;
}
.resume-container h3 i{
    margin-right: 15px;
    font-size: 30px;
	color: #ff651c;
}
.dark_bg_1 .resume-container h3 i{
	color: #fff;
}
.single_resume strong{
    color: #000;
    font-size: 14px;
}
.dark_bg_1 .single_resume strong{
    color: #fff;
}
.single_resume h5 {
    font-size: 16px;
    font-weight: 700;
	color: #ff651c;
}
.dark_bg_1 .single_resume h5 {
    color: #fff;
}
.single_resume{
    box-shadow: 0px -1px 30px rgba(0,0,0, 0.1);
    display: block;
    padding: 30px 30px;
    margin-bottom: 30px;
	position: relative;
}
.dark_bg_1 .single_resume{
    box-shadow: 0px -1px 30px rgba(255,255,255, 0.2);
    display: block;
	position: relative;
}
.single_resume:after {
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    height: 2px;
    background: #ff651c;
    position: absolute;
    transition: all 0.3s ease;
}
.dark_bg_1 .single_resume:after {
    content: "";
    width: 90%;
    height: 2px;
    background: #fff;
    position: absolute;
    transition: all 0.3s ease;
}
.single_resume:hover:after {
    width: 100%;
}
/* ----------------------------------------------------------------
    [ End Resume ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    [ 08 Start Works ]
-----------------------------------------------------------------*/
.work_filter ul {
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}
.work_filter ul li {
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
	line-height: 15px;
	padding: 10px 20px;
	background: rgba(174, 157, 120, 0.10);
	border-radius: 20px;
	color: #333333;
    letter-spacing: 0.5px;
    margin: 0 13px 20px;
    transition: all 0.5s ease-in-out;
}
.work_filter ul li:hover{
	background: #ff651c;
    color: #fff;
}
.work_filter .active {
    color: #fff;
	border-color: #ff651c;
    background: #ff651c;
}
.work_content_area .item-img {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.work_content_area .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);
}
.work_content_area .item-img:hover .item-img-overlay {
	visibility: visible;
	opacity: 1;
}
.overlay-info{
	margin-top: 90px;
}
.work_content_area .item-img-overlay {
	text-align: center;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background: rgba(7,10,50,0.6);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.work_content_area .item-img-overlay .icon {
	position: absolute;
	right: 30px;
	bottom: 50px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 130px;
	margin-bottom: 43px;
	text-align: center;
	font-size: 20px;
	color: #ff651c;
}
/* ----------------------------------------------------------------
    [ End Works ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    [ 09 Start Counter ]
-----------------------------------------------------------------*/
#counter_area{
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}
#counter_area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    /* [disabled]background: rgba(51, 48, 75, 0.86); */
}
.single_counter h3{
	font-size: 38px;
    font-family: 'Baloo Bhaina 2';
	color: #FF662D;
}
.single_counter span{
	font-size: 38px;
    font-family: 'Baloo Bhaina 2';
	font-weight: 600;
    color: #FF662D;
}
.single_counter h5 {
    font-size: 19px;
    color: #005470;
    font-weight: 600;
    margin-bottom: 0;
    font-family: 'BalooBhaina2-SemiBold';
    text-transform: uppercase;
    margin-top: 0;
}
/* ----------------------------------------------------------------
    [ End Counter ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
    [ 12 Start Blog ]
-----------------------------------------------------------------*/
.single_blog{
	margin-bottom: 30px;
	-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);
	display: block;
	overflow: hidden;
}
.single_blog:hover img{
	-webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}
.single_blog .blog-image{
	overflow: hidden;
}
.single_blog img{
	width: 100%;
    border-radius: 3px 3px 0 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.5s;
}
.blog-thumb{
	background: transparent;
	border-radius: 3px;
	text-align: left;
}
.blog-thumb small{
	color: #ff651c;
	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{
	color: #222;
    padding: 0px;
	text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.blog-thumb h4:hover{
	color: #ff651c;
}
.blog-info{
	background: #fff;
	padding: 20px 30px;
}
.blog-info .blog_btn{
	color: #ff651c;
    font-size: 14px;
    margin-top: 20px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
	padding: 7px 18px;
    letter-spacing: 0.5px;
	border-radius: 30px;
	font-weight: 600;
	border: 2px solid #ff651c;
}
.blog-info .blog_btn:hover{
	color: #fff;
	background: #ff651c;
	border: 2px solid #ff651c;
}
/* ----------------------------------------------------------------
    [ End Blog ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
    [ 13 Start Contact ]
-----------------------------------------------------------------*/
.form .form-group input{
	background: transparent;
	border-color: #e3e3e3;
    height: 40px;
    border-radius: 0;
	box-shadow: none;
}
.form .form-group input:focus{
	border-color: #ff651c;
}
.form .form-group textarea{
	background: transparent;
	border-color: #e3e3e3;
	margin-top: 10px;
	padding-bottom: 5%;
    border-radius: 0;
	box-shadow: none;
}
.form .form-group textarea:focus{
	border-color: #ff651c;
}
/* ----------------------------------------------------------------
    [ End Contact ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
    [ 14 Start Footer ]
-----------------------------------------------------------------*/
.footer{
    padding: 30px 0 20px;
}
.copy-text p{
	color: #fff;
}
/* ----------------------------------------------------------------
    [ End Footer ]
-----------------------------------------------------------------*/

.single_about h2 {
    font-family: 'BalooBhaina2-Regular';
    font-weight: 400;
    font-size: 27px;
    padding-left: 75px;
    margin-top: 0;
    padding-right: 5px;
    line-height: 32px;
}

.content-description:last-child h2{
    padding-left: 0px;
    padding-right: 75px;
}

.section_heading.text-center a {
    font-family: 'BalooBhaina2-Regular';
    font-weight: 400;
    text-transform: uppercase;
    color: #ff651c;
    border: 1px solid #ff651c;
    margin-top: 11px;
    position: relative;
    z-index: 10;
}

.section_heading.text-center a:hover{
    color:white;
}
/* New styles*/
.logo h1 span {
    font-family: 'BalooBhaina2-Regular';
    font-weight: 200 !important;
}

.logo img {
    text-align: center;
    margin-left: 64px;
}

.logo h1 {
    font-size: 87px;
    color: white !important;
    font-family: 'BalooBhaina2-SemiBold';
    margin-bottom: 0;
}

.item-right{
    padding-left: 10px;
}

nav#navbar {
    padding: 0;
}

.header_area .container .row {
    max-width: 1392px;
    margin: 0 auto;
}


.group-dates a {
    font-size: 11px;
    color: white;
    margin-left: 10px;
    font-family: 'BalooBhaina2-Regular';
}

.group-dates {
    float: right;
    padding-top: 3px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: none;
    min-width: 100%;
    box-shadow: none;
    padding: 18px 4px;
    z-index: 1;
    padding-top: 46px;
    margin-left: -74px;
    left: 0;
    padding-right: 0;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown::after {
    display: inline-block;
    width: 11px;
    height: 8px;
    margin-left: 0;
    vertical-align: 0.255em;
    content: "";
    /* border-top: 0.3em solid; */
    /* border-right: 0.3em solid transparent; */
    /* border-bottom: 0; */
    /* border-left: 0.3em solid transparent; */
    position: absolute;
    right: -1px;
    background-image: url(../images/arrow.svg);
    top: 10px;
    background-size: cover;
}

.dropdown-content p {
    text-align: left;
    line-height: 27px;
    margin-bottom: 0px;
}

.dropdown-content a {
    margin: 0 0px !important;
    color: white !important;
    font-size: 13px !important;
    font-family: "BalooBhaina2-Regular", "BalooBhaina2-SemiBold", "BalooBhaina2-Medium", cursive !important;
    letter-spacing: 0.5px !important;
    text-decoration: none;
}

.group-dates svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    position: relative;
    left: -2px;
}

.group-dates svg path {
    fill: white;
}

.content-information {
    display: flex;
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.content-information h3 {
    font-family: 'BalooBhaina2-SemiBold';
    font-size: 59px;
    color: #ff7f40;
    margin-bottom: 0;
}

section#counter_area .container {
    width: 1350px;
}

.content-information span{
    font-family: 'BalooBhaina2-SemiBold';
    font-size: 59px;
    color: #ff7f40;
}

.main_header.sticky_menu .navbar-nav li a{
    color: #005470;
}

.main_header.sticky_menu .group-dates a{
    color: #005470;
}

.main_header.sticky_menu ul.nav.navbar-nav.navbar-right .group:before{
    border-bottom: 2px solid #005470;
    position: absolute;
    width: 74%;
    height: 2%;
    content: "";
    bottom: 0;
    left: auto;
    margin-left: -22px;
}

.main_header.sticky_menu .dropdown::after{
    background-image: url(../images/arrowfooter.svg);
    right: -1px;
}

.main_header.sticky_menu .dropdown-content{
    background: white;
    padding-left: 6px;
    padding-top: 21px;
    padding-right: 5px;
    padding-bottom: 7px;
}

.main_header.sticky_menu .dropdown-content a{
    color: #005470 !important;
}

.main_header.sticky_menu .group-dates svg path {
    fill: #005470;
}

.group-social a {
    color: white;
    font-size: 10px;
    font-family: 'BalooBhaina2-SemiBold';
}

.group-social svg {
    display: block;
    width: 29px;
    height: 29px;
    margin: 0 auto;
}

.group-social svg path {
    fill: white;
}

.single_about .row {
    max-width: 1468px;
    margin: 0 auto;
    display: block;
}

.group-social {
    width: 4%;
    float: left;
    background: #ff7f40;
    text-align: center;
    border-radius: 5px;
    padding: 19px 0px;
    padding-bottom: 0;
    position: fixed;
    top: 45%;
    z-index: 99999;
    left: 0;
}

.group-social div {
    margin-bottom: 18px;
}

.content-description {
    width: 45%;
    float: left;
    padding: 0;
    position: relative;
}

.content-description:last-child {
    width: 55%;
}

.message{
    position: relative;
    top: 10px;
}

.area_text h4 {
    margin-top: 0px;
    font-size: 27px;
    font-family: 'BalooBhaina2-SemiBold';
    letter-spacing: -1px;
    margin-bottom: 23px;
}

.single-service.wow.fadeInDown img {
    margin-bottom: 26px;
    border-radius: 100px;
    width: 170px;
    height: 170px;
    object-position: center;
    object-fit: cover;
    margin-bottom: 35px;
}

.area_text {
    text-align: center;
    /* display: flex; */
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 41px;
    height: 188px;
    padding-bottom: 0;
}


#service .single-service {
    background: #fff;
    padding: 36px 0px;
    margin-bottom: 30px;
    text-align: center;
    transition: all 0.4s ease;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.mrml p:before {
    background: #e0e7ea;
    /* border-right: 3.4px solid #e0e7ea; */
    content: "";
    width: 3px;
    position: absolute;
    height: 155%;
    right: -49px;
    top: -54px;
}

.mrml p:after {
    background: #e0e7ea;
    /* border-right: 3.4px solid #e0e7ea; */
    content: "";
    width: 3px;
    position: absolute;
    height: 155%;
    left: -49px;
    top: -54px;
}

.mrml {
    border-left: 0;
    border-right: 0;
}

.area_text p {
    line-height: 21px;
    font-size: 18px;
    max-width: 251px;
    font-family: 'BalooBhaina2-Regular';
    margin-bottom: 40px;
    padding-left: 0;
    position: relative;
    margin: 0 auto;
    height: 186px;
}

.clinica p{
    padding-left: 16px;
}

section#service {
    padding-top: 75px;
    padding-bottom: 145px;
}

section#clients {
    height: 639px;
    background-size: cover;
    background-position-y: 33%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#clients h2 {
    text-align: center;
    font-size: 50px;
    color: white;
}

section#portfolio p br{
    display: none;
}

section#portfolio .section_heading p br {
    display: none;
}

section#portfolio .container {
    width: 1252px;
}

section#portfolio .section_heading.text-center img {
    width: 100%;
    float: left;
    margin-top: 81px;
}

.section_heading.text-center img {
    width: 92%;
    float: left;
}

.galery .marquee-item {
    width: 20%;
    float: left;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.marquee {
   overflow: hidden; 
}

.marquee-content {
  display: flex;
  /* animation: scrolling 15s linear infinite; */
}

.marquee-item img {
  display: block;
  width: 100%;
/*   padding: 0 20px; */
}

@keyframes scrolling {
  0% { transform: translateX(0); }
  100% { transform: translatex(-144vw); }
}


.galery {
    display: flex;
    gap: 10px;
}

.marquee2 {
   overflow: hidden; 
}

.marquee-content2 {
  display: flex;
  animation: scrolling 15s linear infinite;
  height: 40px;
}

.marquee-item2 {
  flex: none;
  margin: 0 0vw;
/*   flex: 0 0 20vw; */
/*   margin: 0 2vw; */
}

.marquee-item2 img {
  display: block;
  width: 100%;
/*   padding: 0 20px; */
}

section#galery ul {
    padding-top: 71px;
    padding-bottom: 75px;
    height: auto;
}

section#galery ul li {
    display: inline-block;
    padding: 0 0px;
    font-size: 30px;
    font-family: 'BalooBhaina2-Medium';
    margin: 0;
    margin: 0 35px;
}

section#galery {
    text-align: center;
}

section#galery li:before {
    content: "";
    background-image: url(../images/cheque.png);
    width: 23px;
    height: 23px;
    background-color: #ff7f40;
    position: absolute;
    background-size: 62%;
    left: auto;
    margin-left: -40px;
    margin-top: -4px;
    border-radius: 12px;
    padding: 4px;
    background-repeat: no-repeat;
    background-position: center;
}

section#galery h3 {
    font-family: 'BalooBhaina2-Regular';
    margin-bottom: 0;
    font-weight: 400;
    font-size: 24px;
}

section#galery h2 {
    margin-top: 0;
    font-size: 36px;
}

.footer-contact svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: 4px;
}

.footer .dropdown-content a{
    color: #005470 !important;
}

.footer-contact {
    width: 50%;
    float: left;
}

.colum-left img {
    width: 28%;
    object-fit: contain;
    height: 34px;
}

.colum-right {
    width: 50%;
    float: right;
}

.colum-right img {
    width: 111px;
    float: right;
    height: 34px;
}

.footer li {
    display: inline-block;
}

.footer-contact {
    float: right;
    text-align: right;
}

.item-footer li a {
    color: #005470;
    font-size: 16px;
    padding: 0;
    margin-top: 10px;
    font-family: "BalooBhaina2-Regular", "BalooBhaina2-SemiBold", "BalooBhaina2-Medium", cursive;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin-right: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    /* display: inline-block; */
}

.group-column {
    float: left;
    width: 100%;
    border-bottom: 2px solid #005470;
    padding-bottom: 17px !important;
    padding : 0px 43px;
    margin-bottom: 18px;
}

.item-footer {
    width: 50%;
    float: left;
}

.group-item{
    float: left;
    width: 100%;
    padding : 0px 43px;
}

.colum-left {
    width: 50%;
    float: left;
}

.footer .dropdown::after {
    background-image: url(../images/arrowfooter.svg);
    right: 10px;
}

.footer {
    padding: 28px 0 11px;
    padding-top: 60px;
}

.footer-contact a {
    font-size: 13px;
    color: #005470;
    margin-left: 25px;
    font-family: "BalooBhaina2-Regular", "BalooBhaina2-SemiBold", "BalooBhaina2-Medium", cursive;
    font-weight: 600;
}

.footer .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 332px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    padding: 18px 4px;
    padding-top: 19px;
    z-index: 1;
    margin-left: 112px;
    top: -94px;
}

.footer  svg path {
    fill: #005470;
}

.check {
    background: #ff7f40;
    width: 23px !important;
    border-radius: 100px;
    position: absolute;
    height: 23px;
    padding: 4px;
    margin-top: 59px !important;
    margin-left: 805px;
    right: auto;
}

section#portfolio .container {
    width: 1252px;
}

section#portfolio p {
    width: 100%;
    font-size: 26px;
    margin: 0 auto;
    line-height: 34px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.3px;
    max-width: 1400px;
    padding-left: 0;
    position: relative;
}

section#portfolio p:before {
    background-size: 62%;
    content: "";
    background-image: url(../images/cheque.png);
    width: 23px;
    height: 23px;
    position: absolute;
    right: auto;
    background-color: #ff7f40;
    background-position: center;
    border-radius: 100px;
    margin-top: 60px;
    float: right;
    background-repeat: no-repeat;
    text-align: right;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-left: 742px;
}

.main_header .cascoazul{
    display: none;
}

.main_header.sticky_menu .logo img {
    display: none;
}

.main_header.sticky_menu .logo .cascoazul {
    display: block;
    width: 128px;
}

.content-description iframe {
    width: 79%;
    object-fit: cover;
    height: 288px;
    margin-left: 52px;
}

#galery ul marquee {
    height: 40px;
    display: flex;
    align-items: center;
}

/* You can remove this page div in your website */
#page{
  width:100%;
  height:100%;
  position:absolute;
}

/* Our normalize css */
*{
  margin:0;
  box-sizing: border-box;
}

/* Our wrapper */
.wrapper {
  width: 67%;
  height: 288px;
  position: relative;
  left: 11%;
  /* top: 50%; */
  /* transform: translate3d(-50%,-50%,0); */
  overflow: hidden;
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
  z-index: 10;
}

/* Our image information */
.before,
.after {
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-color: white;
  background-size: cover;
  background-position: center;
  position: absolute;
  top:0;
  left:0;
  pointer-events:none;
  overflow: hidden;
}

.content-image{
  height:100%;
  width: 100%;
}

.after{
  width:0px;
}

.scroller{
  width: 50px;
  height:50px;
  position: absolute;
  left:0px;
  top:50%;
  transform:translateY(-50%);
  border-radius:50%;
  background-color: transparent;
  opacity:0.9;
  pointer-events:auto;
  cursor: pointer;
}

.scroller:hover{
  opacity:1;
}

.scrolling{
  pointer-events:none;
  opacity:1;
  // z-index: 1;
}

.scroller__thumb{
  width:100%;
  height:100%;
  padding:5px;
}

.scroller:before,
.scroller:after{
  content:" ";
  display: block;
  width: 7px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  transition:0.1s;
}

.scroller:before{
  top:100%;
}

.scroller:after{
  bottom:100%;
}

/* If you want to cahnge the colors, make sure you change the fill in the svgs to match */
.scroller{
  border: 5px solid #fff;
}

.scroller:before,
.scroller:after{
  background: #fff;
}

div#page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#galery.estilo_general .container {
    display: flex;
    width: 1136px;
    flex-wrap: wrap;
}

.area_gestion {
    float: left;
    width: 33.3%;
    margin-bottom: 20px;
    padding: 0 19px;
}

section.estilo_general li:before {
    display: none;
}

section#galery.estilo_general ul{
    padding-top: 0;
    padding-bottom: 55px;
    padding-left: 30px;
    padding-right: 30px;
}

section#galery.estilo_general h2{
    font-size: 26px;
}

.area_gestion img {
    margin-bottom: 7px;
}

section#galery.estilo_general ul li{
    font-family: 'BalooBhaina2-Regular';
    margin-bottom: 0;
    font-weight: 400;
    margin: 5px 0px;
    font-size: 24px;
    line-height: 29px;
}
@media only screen and (max-width: 1470px) {
    .main_header.sticky_menu .dropdown-content {
        background: white;
        padding-top: 23px;
    }

    .dropdown-content p {
        text-align: left;
        line-height: 23px;
    }
}

@media only screen and (max-width: 1400px) {
    .group:before{
        width: 488px;
    }

    .main_header.sticky_menu ul.nav.navbar-nav.navbar-right .group:before{
        width: 488px;
    }
}

@media only screen and (max-width: 1355px) {
    section#counter_area .row {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content-information {
        flex: 26%;
        max-width: 26%;
    }
}

@media only screen and (max-width: 1300px) {
    .content-information h3{
        line-height: 49px;
    }

}

@media only screen and (max-width: 1250px) {
    section#portfolio p:before{
        right: 0;
        margin-left: 0;
    }

    .footer-contact a{
        margin-left: 7px;
    }

}

@media only screen and (max-width: 1199px) {
    .container {
        width: 100%;
    }

    section#portfolio .container {
        width: 93%;
    }

    section#galery.estilo_general .container{
        width: 97%;
    }

    .area_gestion img {
      margin-bottom: 7px;
      display: block;
      text-align: center;
      margin: 0 auto;
    }

    .content-description:last-child h2 {
        padding-left: 0px;
        padding-right: 0;
    }

    .dropdown-content{
        margin-top: -2px;
    }

    section#portfolio p:before{
        top: 0;
        margin-top: 0;
    }

    section#portfolio .section_heading.text-center img {
        margin-top: 51px;
    }

    .dropdown-content{
        padding: 18px 8px;
    }

    .footer .dropdown-content{
        margin-left: 98px;  
    }

    .footer-contact a{
        margin-left: 3px;
    }

    .footer-contact {
        width: 59%;
    }

    .item-footer li a{
        margin-right: 14px;
    }

    .item-footer {
        width: 41%;
        float: left;
    }

    .footer .dropdown::after{
        right: 0;
    }

    .main_header.sticky_menu ul.nav.navbar-nav.navbar-right .group:before {
        width: 67%;
        bottom: 0;
        left: 0;
        right: 0;      
        margin: 0 auto;
    }

    .main_header.sticky_menu .logo img {
        left: 0;
        margin-top: 0px;
    }

    section#counter_area .container {
        width: 100%;
    }

    .content-information {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        max-width: 100%;
    }

     section#counter_area .single_counter {
        margin-bottom: 0;
    }

    section#counter_area .row{
        display: block;
    }

    .navbar-brand {
        height: auto;
        width: 100%;
        text-align: center;
    }

    .logo {
        width: 100%;
        display: block;
        float: left;
    }

    .logo img {
        text-align: center;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .logo h1{
        margin-top: 100px;
    }

    ul.nav.navbar-nav.navbar-right .group {
        float: none;
        text-align: center;
    }

    .group:before {
        margin-left: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
    }

    .group-dates {
        float: none;
        padding-right: 6px;
        padding-top: 3px;
        text-align: center;
    }

    .banner_content {
        margin-top: 370px;
    }

    .group:before {
        width: 59%;
    }

    ul.nav.navbar-nav.navbar-right .group{
        padding-right: 12px;
    }

    .main_header.sticky_menu .logo .cascoazul {
        display: block;
        width: 15%;
    }

    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }

    .logo img {
        text-align: center;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        left: -42px;
    }

    ul.nav.navbar-nav.navbar-right{
        margin-top: 0;
    }

    .dropdown-content {
        padding-top: 23px;
        background: white;
    }

    .dropdown-content a {
        color: black !important;
    }

    .content-description {
        width: 100%;
        float: left;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .content-description:last-child .about_content_area {
        margin-top: 0;
    }

    .content-description iframe{
        width: 100%;
    }

    .single_about h2{
        padding-left: 0px;
    }

    .about_content_area {
        margin-top: 21px;
    }

    .group-social svg {
        width: 33px;
        height: 31px;
    }

    .group-social{
        width: 6%;
    }

    #page .wrapper{
        left: 0px;
        width: 100%;
        height: 400px;
    }

    #page{
        position: relative;
    }

    div#page img {
        object-fit: cover;
        height: 100%;
    }

    .content-description:last-child {
        width: 100%;
    }

    .content-description img {
        width: 100%;
        height: 146px;
        object-fit: contain;
        float: left;
        text-align: left;
        object-position: left;
    }
}

@media only screen and (max-width: 991px) {
    .mrml p:before{
        background: none;
    }

    .mrml p:after{
        background: none;
    }

    .group-social {
        width: 8%;
    }

    .group-social{
        top: 48%;
    }

    .area_gestion {
        width: 50%;
    }

    section#galery.estilo_general ul li{
        font-size: 23px;
    }

    section#galery.estilo_general h2 {
        font-size: 21px !important;
    }

    .banner_content {
        margin-top: 390px;
    }

    .footer-contact {
        float: right;
        text-align: center;
        width: 100%;
    }

    .item-footer {
        width: 100%;
        text-align: center;
        margin-bottom: 3px;
    }

    .footer .dropdown-content {
        margin-left: 0;
        top: -106px;
    }

    .colum-left img {
        width: 90%;
        /* object-fit: cover; */
    }

    .colum-right img {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 768px) {
    h1{
        font-size: 54px !important; 
    }

    h2{
        font-size: 32px !important;
        line-height: 27px !important;
    }

    h3{
        font-size: 21px !important;
    }

    .mobile-nav {
        display: block !important;
    }

    .area_gestion{
        width: 100%;
        margin: 16px 0px;
    }

    .area_gestion img {
        display: block;
        margin: 0 auto;
    }

    section#galery.estilo_general ul{
        padding-bottom: 23px;
    }

    .content-description:last-child .about_content_area {
        margin-top: 0;
    }

    .content-description img {
        height: 148px;
        text-align: center;
        object-position: center;
        position: relative;
        left: -3px;
    }

    section#galery.estilo_general ul li {
        font-size: 20px;
        line-height: 26px;
    }

    .galery{
        display: block;
    }

    .galery .marquee-item{
        width: 100%;
        margin-bottom: 20px;
    }

    .content-description:last-child {
        width: 100%;
    }

    .content-description{
        margin-bottom: 16px;
        float: left;
    }

    .item-footer li a {
        font-size: 14px;
    }

    .group-dates svg{
        left: 0;
    }

    nav#navbar{
        border:0;
    }

    .content-information span {
        font-size: 38px;
        line-height: 23px;
    }

    .section_heading h2 {
        font-size: 35px !important;
    }

    h5 {
        font-size: 17px !important;
    }

    section#about h2 {
        margin-top: -33px;
        font-size: 22px !important;
    }

    .dropdown-content a{
        font-size: 13px !important;
    }

    .dropdown-content p {
        line-height: 18px;
        margin-bottom: 5px;
    }

    .group-item {
        padding: 0px 0px;
    }

    .group-column{
        padding: 0px 0px;
    }

    section#about {
        padding-top: 0;
    }

    section#portfolio .container {
        width: 100%;
    }

    section#portfolio p {
        width: 100%;
        font-size: 21px !important;
        line-height: 27px;
    }

    #service .single-service{
        padding: 18px 0px;
    }

    .main_header.sticky_menu .logo {
        margin-top: 0px;
    }

    .main_header.sticky_menu nav#navbar{
        display: block;
    }

    .main_header.sticky_menu{
        padding: 22px 0;
        padding-top: 10px;
    }

    .content-information h3 {
        margin-bottom: 8px;
        line-height: 35px;
        font-size: 48px !important;
    }

    .content-information span {
        font-size: 48px;
    }

    .navbar-default .navbar-nav li a{
        font-size: 13px !important;
    }

    .dropdown-content a{
        font-size: 13px !important;
    }

    nav#navbar {
        right: 0;
        text-align: center;
        top: 35px;
        background: none;
        width: 100%;
        box-shadow: none;
    }

    .header_area .container .row {
        display: flex;
        flex-wrap: wrap;
    }

    .header_area .wrapheader{
        order:2;
    }

    ul.nav.navbar-nav.navbar-right .group {
        padding-right: 0;
        z-index: 100;
        position: relative;     
    }

    .group:before {
        width: 58%;
    }

    .navbar-nav {
        margin: 0;
    }

    ul.nav.navbar-nav.navbar-right {
        height: auto;
        overflow: hidden;
    }

    .main_header.sticky_menu .logo .cascoazul {
        display: block;
        width: 15%;
        margin-top: 0;
    }

    .group:before {
        width: 81%;
    }

    .banner_content {
        margin-top: 383px;
    }

    .banner_bg {
        background-size: cover;
    }

    .main_header.sticky_menu ul.nav.navbar-nav.navbar-right .group:before {
        width: 81%;
    }

    .group-social {
        width: auto;
        position: fixed !important;
        margin: 0 auto;
        display: block;
        float: none;
        margin-bottom: 0;
        z-index: 1205;
        border-radius: 0;
        padding: 22px 7px;
        left: 0;
        top: 44%;
    }   

    .group-social svg {
        display: block;
        width: 34px;
        height: 34px;
        margin: 0 auto;
    }

    .group-social div {
        margin-bottom: 12px;
    }

    .single_about h2 {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .about_image {
        width: 90%;
        margin: 0 auto;
    }

    .content-description iframe {
        margin-left: 0;
    }

    #counter_area {
        padding-top: 95px;
        padding-bottom: 75px;
    }

    .main_header.sticky_menu .logo img {
        margin-top: 67px;
    }

    .content-description {
        width: 100%;
    }

    .area_text p{
        height: auto;
    }

    .area_text{
        height: auto;
        padding-bottom: 18px;
    }

    section#service {
        padding-top: 0px;
        padding-bottom: 60px;
    }

    section#clients {
        height: 354px;
    }

    .area_text h4{
        margin-bottom: 10px;
    }

    section#portfolio .section_heading.text-center img {
        margin-top: 39px;
    }

    .footer .dropdown-content {
        margin-left: -63px;
    }

    #page .wrapper{
        left: 0px;
        width: 100%;
        height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    ul.nav.navbar-nav.navbar-right {
        height: 330px;
    }

    .main_header.sticky_menu .logo .cascoazul {
        margin-top: 36px;
        height: 26px;
    }

    .main_header.sticky_menu .logo {
        margin-top: 50px !important;
    }
}


@media only screen and (max-width: 600px) {
    .dropdown-content {
        padding-top: 23px;
        background: white;
        min-width: 100%;
        margin-left: -105px;
    }

    .content-description img {
        height: 158px;
        position: relative;
    }

    .main_header.sticky_menu .logo .cascoazul {
        width: 20%;
    }

    .navbar-default .container {
        padding: 0;
    }
}

@media only screen and (max-width: 500px) {
    h1 {
        font-size: 37px !important;
    }

    h2 {
        font-size: 25px !important;
        line-height: 25px !important;
    }

    .section_heading h2 {
        font-size: 25px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    h4 {
        font-size: 18px !important;
    }

    li{
        font-size: 22px !important;
    }

    section#galery.estilo_general ul li {
        font-size: 20px !important;
    }

    .dropdown::after{
        margin-top: 4px;
    }

    .area_gestion img {
        display: block;
        margin: 0 auto;
        width: 200px;
    }

    .content-information h3 {
        margin-bottom: 8px;
        line-height: 35px;
        font-size: 39px !important;
    }

    .content-information span {
        font-size: 39px;
    }

    .marquee-item {
        flex: 0 0 63vw;
    }

    .group-social svg {
        width: 26px;
        height: 26px;
    }

    .group-social {
        padding: 22px 4px;
        padding-bottom: 7px;
    }

    /* .marquee-content {
        animation: scrolling 4s linear infinite;
    } */

    section#portfolio p {
        font-size: 15px !important;
        line-height: 20px;
    }

    section#about h2 {
        font-size: 19px !important;
    }

    .colum-right img{
        margin-top: 6px;
        width: 91px;
    }

    #counter_area {
        padding-bottom: 65px;
    }

    .group-column {
        padding-bottom: 8px !important;
        margin-bottom: 8px;
    }

    section#galery h3{
        margin-bottom: 4px;
    }

    section#portfolio p:before {
        background-size: 56%;
        width: 19px;
        height: 19px;
        right: -14px;
    }

    .group-dates a {
        font-size: 11px;
        color: white;
        margin-left: 0;
        font-family: 'BalooBhaina2-Regular';
        display: block;
    }

    ul.nav.navbar-nav.navbar-right {
        overflow: hidden;
        margin-top: 19px;
    }

    .logo {
        margin-top: 85px;
    }

    .main_header.sticky_menu .logo img{
        margin-top: 0px;
    }

    .main_header.sticky_menu .navbar-brand{
        padding: 5px 15px;
    }

    .banner_content {
        margin-top: 412px;
    }

    .navbar-default .navbar-nav li a {
        font-size: 14px;
    }

    .dropdown::after{
        right: -6px;
    }

    .navbar-default .navbar-nav li a{
        margin: 0 5px;
    }

    .dropdown::after {
        width: 7px;
        height: 5px;
        margin-left: 0;
        right: -4px;
    }

    .main_header.sticky_menu .dropdown::after {
        right: -3px;
        top: 10px;
    }

    .main_header.sticky_menu .logo .cascoazul {
        width: 20%;
        margin-top: 24px;
    }

    .main_header.sticky_menu .logo {
        margin-top: 146px !important;
    }

    .main_header.sticky_menu ul.nav.navbar-nav.navbar-right .group:before {
        width: 100%;
    }

    .footer .dropdown-content {
        margin-left: -91px;
    }

    .colum-right img {
        margin-top: 6px;
    }

     #page .wrapper{
        left: 0px;
        width: 100%;
        height: 300px;
    }

    .group-social a {
        color: white;
        font-size: 10px;
        font-family: 'BalooBhaina2-SemiBold';
    }
}

@media only screen and (max-width: 400px) {
    .navbar-default .navbar-nav li a {
        font-size: 12px !important;
    }

    .dropdown-content a {
        font-size: 12px !important;
    }

    .logo img {
        width: 75%;
        left: -25px;
    }

    .item-footer li a {
        font-size: 12px;
    }

    .header_area .col-lg-6 {
        padding: 0;
    }

    .footer .dropdown-content {
        margin-left: -129px;
    }

    #page .wrapper {
        height: 200px;
    }

    .main_header.sticky_menu .logo .cascoazul {
        width: 31%;
        margin-top: 24px;
        padding-bottom: 0px;
    }

    .main_header.sticky_menu{
        padding-bottom: 25px;
    }
}

/*New styles*/

