

/*navbar*/
.navbar-main input[type="checkbox"],
.navbar-main .hamburger-lines{
    display: none;
}

.container1{
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

.navbar-main{
    box-shadow: 0px 5px 10px 0px #aaa;
    position: fixed;
    width: 100%;
    background: #fff;
    color: #000;
    opacity: 0.85;
    z-index: 100;
}

.navbar-container{
    display: flex;
    justify-content: space-between;
    height: 74px;
    align-items: center;
}

.menu-items{
    order: 2;
    display: flex;
}
.logo{
    order: 1;
    font-size: 2.3rem;
}

.menu-items li{
    list-style: none;
    margin-left: 1.5rem;
    font-size: 1.3rem;
}

.navbar-main a{
    color: #444;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.navbar-main a:hover{
    color: #117964;
}

@media (max-width: 768px){
    .navbar-main{
        opacity: 0.95;
		padding-top: 0px !important;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines{
        display: block;
    }

    .navbar-container{
        display: block;
        position: relative;
        height: 64px;
    }

    .navbar-container input[type="checkbox"]{
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines{
        display: block;
        height: 28px;
        width: 35px;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line{
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #333;
    }
    
    .navbar-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

	.navbar-main .menu-items{
        padding-top: 100px;
        background: #fff;
        height: 100vh;
        max-width: 300px;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 40px;
        transition: transform 0.5s ease-in-out;
        box-shadow:  5px 0px 10px 0px #aaa;
        overflow: scroll;
    }

    .navbar-main .menu-items li{
        margin-bottom: 1.8rem;
        font-size: 19px;
       
    }

    .logo{
        position: absolute;
        top: 3px;
        right: 15px;
        font-size: 2.5rem;
		bottom: 10px;
    }
	
	.logo img {
		height: 50px;
		width: auto;
	}

    .navbar-container input[type="checkbox"]:checked ~ .menu-items{
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
        transform: rotate(-45deg);
    }

}

@media (max-width: 500px){
    .navbar-container input[type="checkbox"]:checked ~ .logo{
        display: none;
		

    }
}
/*navbar close*/




/*main homepage banner*/
.main-banner{
	background-image: url(homepage-banner.jpg);
	background-size: cover;
	height: 870px;
	width: 100%;
	padding-top: 300px;
}


.banner-project1{
	background-image: url(banner-project1.jpg);
	background-size: cover;
	height: 700px;
	width: 100%;
	background-attachment: fixed;
}


.banner-project2{
	background-image: url(banner-project2.jpg);
	background-size: cover;
	height: 700px;
	width: 100%;
	background-attachment: fixed;
}


.banner-project3{
	background-image: url(banner-project3.jpg);
	background-size: cover;
	height: 700px;
	width: 100%;
	background-attachment: fixed;
}


.banner-project4{
	background-image: url(banner-project4.jpg);
	background-size: cover;
	height: 700px;
	width: 100%;
	background-attachment: fixed;
}


.banner-project5{
	background-image: url(banner-project5.jpg);
	background-size: cover;
	height: 700px;
	width: 100%;
	background-attachment: fixed;
}


.banner-project6{
	background-image: url(banner-project6.jpg);
	background-size: cover;
	height: 700px;
	width: 100%;
	background-attachment: fixed;
}

.banner-project7{
	background-image: url(banner-project7.jpg);
	background-size: cover;
	height: 700px;
	width: 100%;
	background-attachment: fixed;
}
.banner-project8{
	background-image: url(banner-project8.jpg);
	background-size: cover;
	height: 700px;
	width: 100%;
	background-attachment: fixed;
}
.banner-project9{
	background-image: url(banner-project9.jpg);
	background-size: cover;
	height: 900px;
	width: 100%;
	background-attachment: fixed;
}

.contact-bg{
	background-image: url(bg-fix.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
}



.banner-contact{
	background-image: url(contact-banner1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
}

.quote-bg{
	background-image: url(quote-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.quote-banner{
	background-image: url(quote-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 800px;
}



.about-banner{
	background-image: url(about-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 800px;
}


.service-sectionl{
	background-image: url(service-section.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 700px;
}


   /*animation*/
   @media (prefers-reduced-motion) {
	[data-animation] {
	  animation: none;
	}
  }

  .fadeIn {
	animation: fadeIn 2s;
  }
  
  @keyframes fadeIn {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 8;
	}
  }

  .fadeOut {
	animation: fadeOut 8s;
  }
  
  @keyframes fadeOut {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 8;
	}
  }
 /*animation end*/ 
      
      
     /*on scroll animation*/
	 .reveal {
        position: relative;
        opacity: 0;
      }
      
      .reveal.active {
        opacity: 1;
      }
      .active.fade-bottom {
        animation: fade-bottom 1s ease-in;
      }
      .active.fade-left {
        animation: fade-left 1s ease-in;
      }
      .active.fade-right {
        animation: fade-right 1s ease-in;
      }

      @keyframes fade-bottom {
        0% {
          transform: translateY(50px);
          opacity: 0;
        }
        100% {
          transform: translateY(0);
          opacity: 1;
        }
      }
      @keyframes fade-left {
        0% {
          transform: translateX(-100px);
          opacity: 0;
        }
        100% {
          transform: translateX(0);
          opacity: 1;
        }
      }
      

      @keyframes fade-right {
        0% {
          transform: translateX(100px);
          opacity: 0;
        }
        100% {
          transform: translateX(0);
          opacity: 1;
        }
      }
      
 /*on scroll animation end*/

/*main homepage banner close*/









  
  .feedback{
background-image: url(quote-bg.jpg);
background-attachment: fixed;
background-size: cover;
height: 100%;

  }
  
  
  .rcorners1 {
	border-radius: 25px;
	background: #931d6e;
	width: 200px;
	height: 35px;  
  }
  
  
  
  
  
  
  /* look and feel only, not needed for core menu*/
  
  @-webkit-keyframes grow {
	  
	0% {
	  display: none;
	  opacity: 0;
	}
	50% {
	  display: block;
	  opacity: 0.5;
	}
	100% {
	  opacity: 1;
	}
	  
  }
  
  @keyframes grow {
	  
	0% {
	  display: none;
	  opacity: 0;
	}
	50% {
	  display: block;
	  opacity: 0.5;
	}
	100% {
	  opacity: 1
	}
	  
  }
  
  
  
  /*homepage banner coursel */
  .carousel-inner .carousel-item{
	height: 100vh !important;
	}
	.banner{
	height: 100vh;
	background-position: center;
	
	}
	
	.carousel-caption{
	bottom: 40%;
	display: block !important;
	}
	
	
	@media (min-width: 0px) and (max-width: 768px) {
	.carousel-caption{
	bottom: 30%;
	display: block !important;
	}
	
	
	
	}
  /*home page baner coursel close*/
  
  
  
  
  
  /* Text meant only for screen readers. */
  
  .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
  }
  
  .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
			box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
  }
  
  
  
  
  
  
  
  
  
  
  
  /* Resposive Typography */
  
  
  
  button,
  input,
  select,
  optgroup,
  textarea {
	  color: #000;
	  font-size: 1em;
	  line-height: 1.5;
	  font-weight: 300;
  }
  
  
  dfn, cite, em, i {
	  font-style: italic;
  }
  
  blockquote {
	  margin: 0 1.5em;
  }
  
  address {
	  margin: 0 0 1.5em;
  }
  
  pre {
	  background: #eee;
	  font-family: "Courier 10 Pitch", Courier, monospace;
	  font-size: 15px;
	  font-size: 0.9375rem;
	  line-height: 1.6;
	  margin-bottom: 1.6em;
	  max-width: 100%;
	  overflow: auto;
	  padding: 1.6em;
  }
  
  code, kbd, tt, var {
	  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	  font-size: 15px;
	  font-size: 0.9375rem;
  }
  
  abbr, acronym {
	  border-bottom: 1px dotted #ffffff;
	  cursor: help;
  }
  
  mark, ins {
	  background: #ffffff;
	  text-decoration: none;
  }
  
  big {
	  font-size: 125%;
  }
  
  .light {
	  color:#ddd;
  }
  
  strong {
	  font-weight: 600;
  }
  
  cite,
  em,
  i {
	  font-style: italic;
  }
  
  p.big {
	  font-size: 140%;
	  line-height: 1.3em;
  }
  
  p.small {
	  font-size: 80%;
	  }
  
  blockquote {
	  display:block;
	  margin: 1em 20px;
	  padding: 0 1em;
	  position:relative;
  }
  
  
  
  blockquote cite,
  blockquote em,
  blockquote i {
	  font-style: italic;
  }
  
  abbr,
  acronym {
	  border-bottom: 1px dotted #ffffff;
	  cursor: help;
  }
  
  sup,
  sub {
	  height: 0;
	  line-height: 1;
	  vertical-align: baseline;
	  position: relative;
  }
  
  sup {
	  bottom: 1ex;
  }
  
  sub {
	  top: .5ex;
  }
  
  





/*FONT STYLE*/
.type span {
	display:block;
  }
  
  .type {
	  text-align: center;
	  color: #ffffff;
	line-height:0.85;
	font-family: Geneva, sans-serif;
	
	
  
	}
  
  .type span:nth-child(1) {
	
	  text-shadow: 0px 1px 0px #ffffff, 0px 2px 0px #ffffff, 0px 3px 0px #ffffff, 0px 4px 0px #ffffff, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
	  font: 'Arial Black';
  }
  /*FONT STYLE*/
  




  

/*gallaery*/
.section-gallary {
	margin: 0;
	padding: 0;
	background: #fff;
}

.section-gallary:before, .section-gallary:after {
	content: "IMAGES FROM UNSPLASH.COM";
	position: absolute;
	top: 0px;
	color: #00000000;
	left: 50%;
	transform: translateX(-50%);
	text-shadow: 0 -1px 1px #000000ab, 0 1px 1px #ffffff82;
	font-family: Arial, serif;
	padding: 2px 10px;
	border-radius: 2px;
	font-size: 9px;
	display: flex;
	align-items: flex-end;
	line-height: 14px;
}

.section-gallary:after {
	top: inherit;
	bottom: 0;
	position: relative;
	margin-top: -12px;
	transform: translateX(-100%);
	margin-left: 90px;
	width: 150px;
}



.gallery-home {
	display: flex;
	padding: 5px;
	flex-wrap: wrap;
}

.column {
	flex: 25%;
	padding: 5px;

}

.column img {
	margin-top: 5px;
	cursor: pointer;
}

.column img:active {
	height: auto; 
	width: auto;
	max-width: 80%;
	position: fixed;
	left: 50%;
	top: 50%;
	border: 10px solid #fff;
	margin: 0px;
	box-shadow: 0 0 1000px 1000px #fff8;
	transform: translateX(-50%) translateY(-50%);
}
 /*allery close*/
/*image gallary*/

	/**Typeo CSS End**/
	.cards{
	flex-wrap: wrap;

	/*border:2px solid #FFFFFF;*/
	}
	.gallery{

	border:2px solid #FFFFFF;
	overflow: hidden;
	}
	.image{
	
	box-shadow:0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	transition:transform 500ms ease-in;
	filter:grayscale(0%);
	}
	.image:hover{
	transform:scale(1.10);
	filter:grayscale(0%);
	}
   
   /*Image Gallary End*/
  
   


/*font style*/

/* prepare the selectors to add a stroke to */





/*font style*/




/*content*/
#span{
    color:rgb(56, 75, 76);
    font-weight: bolder;
}



.heading{
    font-size: 50px;
    color: rgb(78, 102, 103);
    font-weight: bolder;
}
  
.sub-heading{
    font-size: 40px;  
	color: rgb(0, 0, 0);

} 
  
.title-heading{
	font-size: 55px;
	font-family:sans-serif;

}


.rcorners2 {
	border-radius: 0px;
	border: 4px solid #ffffff;
	padding: 10px; 
	width: auto;
	height: auto;  
  }


.para{
    font-size: 17px;
}  


@import url(https://fonts.googleapis.com/css?family=Lora:700,700italic|Oswald:700|Cabin:700);

.lora{font-family: 'Lora', serif;font-weight:700;}
.oswald{font-family: 'Oswald', sans-serif;font-weight:700}
.cabin{font-family: 'Cabin', sans-serif;font-weight:700}


/*content style*/




.home {
    width: 100%;
    height: 100vh;
    background-image: url(https://images.unsplash.com/photo-1498550744921-75f79806b8a7?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=b0f6908fa5e81286213c7211276e6b3d&auto=format&fit=crop&w=1500&q=80);
    background-position: center top;
	background-size:cover;
}






.call-btn {
    position: fixed;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 0px;
    background: #fff;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    width: 110px;
    height: 110px;
    z-index: 1000;
}


.call-btn .pulse {
    width: 60px;
    height: 60px;
    background: rgba(78, 70, 100, 0.39);
    ;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation-name: pulse;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@keyframes pulse {
    from {
        width: 55px;
        height: 55px;
        margin-top: -27.5px;
        margin-left: -27.5px;
    }
    to {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px;
    }
}



/*whatsapp icon*/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
/*whatsapp icon close*/
















/*Quote form stylling*/
.tab{
	font-size: 15px;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.sub{
	font-weight: bolder;
}
/*Quote form stylling close*/









/*footer*/
a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}

a,
a:active,
a:focus {
	color: #000000;
	text-decoration: none;
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
max-width: 100%;
height: auto;
}
section {
	padding: 60px 0;
   /* min-height: 100vh;*/
}



.main-footer{
position:relative;
padding:110px 0px 0px;
background-color: #a7b6c0;
background-repeat:repeat-x;
background-position:right bottom;
}

.main-footer .footer-widget{
position:relative;
margin-bottom:40px;
}

.main-footer .widgets-section{
position:relative;
padding-bottom:60px;
}

.main-footer .footer-widget h2{
position:relative;
font-size:22px;
font-weight:600;
color:#000000;
line-height:1.2em;
margin-bottom:30px;
text-transform:capitalize;
}

.main-footer .about-widget{
position:relative;
}

.main-footer .about-widget .logo {
position: relative;
margin-bottom: 15px;
width: 210px;
}
.main-footer .about-widget .text{
position:relative;
}

.main-footer .about-widget .text p{
position:relative;
color:#000000;
font-size:20px;
line-height:1.7em;
margin-bottom:20px;
}

.main-footer .about-widget .text p:last-child{
margin-bottom:0px;
}

/* Footer List */

.main-footer .footer-list{
position:relative;
}

.main-footer .footer-list li{
position:relative;
margin-bottom:17px;
}

.main-footer .footer-list li a{
position:relative;
color:#000000;
font-size:20px;
padding-left:15px;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}

.main-footer .footer-list li a:hover{
text-decoration:underline;
color:#5c0303;
}

.main-footer .footer-list li a:before{
position:absolute;
content:'\f105';
left:0px;
top:0px;
color:#000000;
font-weight:800;
font-family: 'Font Awesome 5 Free';
}

/*Gallery Widget*/

.main-footer .gallery-widget{
position:relative;
max-width:350px;
}

.main-footer .gallery-widget .images-outer{
position:relative;
margin:0px -3px;
}

.main-footer .gallery-widget .image-box{
position:relative;
float:left;
width:33.333%;
padding:0px 5px;
margin-bottom:10px;
}

.main-footer .gallery-widget .image-box img{
position:relative;
display:block;
width:100%;
border-radius:4px;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
-moz-transition:all 300ms ease;
transition:all 300ms ease;
}

.main-footer .gallery-widget .image-box img:hover{
opacity:0.70;   
}

/* Info List */

.main-footer .info-list{
position:relative;
}

.main-footer .info-list li{
position:relative;
color:#000000;
font-size:20px;
line-height:1.8em;
margin-bottom:12px;
}

.main-footer .info-widget .social-links{
position:relative;
float:left;
padding:15px 0px;
}

.main-footer .info-widget .social-links li{
position:relative;
margin-right:8px;
display:inline-block;
}

.main-footer .info-widget .social-links li:last-child{
margin-right:0px;
}

.main-footer .info-widget .social-links li a{
position:relative;
color: #000000;
width:50px;
height:50px;
line-height:50px;
text-align:center;
border-radius:50%;
display:inline-block;
-webkit-transition:all 300ms ease;
-moz-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
transition:all 300ms ease;
}


.main-footer .footer-bottom{
position:relative;
padding:20px 0px;
border-top:1px solid #000000;
}

.main-footer .footer-bottom .footer-nav{
position:relative;
text-align:right;
}

.main-footer .footer-bottom .footer-nav li{
position:relative;
padding-right:10px;
margin-right:10px;
line-height:1.1em;
display:inline-block;
border-right:1px solid #000000;
}

.main-footer .footer-bottom .footer-nav li:last-child{
padding-right:0px;
margin-right:0px;
border-right:none;
}

.main-footer .footer-bottom .footer-nav li a{
position:relative;
color:#000000;
font-size:15px;
-webkit-transition:all 300ms ease;
-moz-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
transition:all 300ms ease;
}

.main-footer .footer-bottom .footer-nav li a:hover{
color:#480000;
text-decoration:underline;
}
/*footer close*/


/*video banner*/
.bloc-video {
	position: absolute;
	height: 900px;
	padding-bottom: 40px;
  }
  
  .bloc-video video {
	width: 100%;
	height: auto;
	object-fit: cover;
	z-index: -1;
	position:absolute;
	height: 100%;
  }
  
  .bloc-video .content-video {
	flex-direction: column;
	color: #ffffff;
	margin-top: 80px;
	font-size: 62px;
	padding-top: 200px;
  }
  
  .bloc-video .content-video .content-text, .content-button {
	display: flex;
	justify-content: center;
  }
  
  .bloc-video .content-video .content-button {
	margin-top: 0px;
  }
  
  .bloc-video .content-video .content-button button {
	cursor: pointer;
	padding: 10px;
	width: 200px;
	height: 60px;
	font-size: 16px;
	font-family: cursive;
	background: none;
	color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 5px;
	text-transform: uppercase;
  }
  
  .bloc-video .content-video .content-button button:hover {
	transition: all .75s ease-in-out;
	background-color: #ffffff;
	color: #000000;
	transform: rotateX(360deg);
  }


  .para-contact{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }



  
@import url('https://fonts.googleapis.com/css?family=Hind:300,400');





.accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: 1px solid #e5e5e5;
}
.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #ff5353;
}
.accordion a:hover::after {
  border: 1px solid #ff5353;
}
.accordion a.active {
  color: #ff5353;
  border-bottom: 1px solid #ff5353;
}
.accordion a::after {
  font-family: 'Ionicons';
  content: '\f218';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: #7288a2;
  padding: 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #7288a2;
  text-align: center;
}
.accordion a.active::after {
  font-family: 'Ionicons';
  content: '\f209';
  color: #ff5353;
  border: 1px solid #ff5353;
}
.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}
.accordion .content p {
  font-size: 1rem;
  font-weight: 300;
}
.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}
/****************************************************
 *  Push Button
 *****************************************************/
.push_button{
    position:relative;
  align-items: center;
    width: 300px;
    color:#FFF;
    display:block;
    text-decoration:none;
    margin:0 auto;
    border-radius:5px;
    border:solid 1px #415f71;
    background:#50536e;
    text-align:center;
    padding:10px 10px;
  font-size:25px;
 
    
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    
    -webkit-box-shadow: 0px 9px 0px #3a4358;
        -moz-box-shadow: 0px 9px 0px #0b155c;
        box-shadow: 0px 9px 0px #c59994;
}
.push_button:active{
    -webkit-box-shadow: 0px 2px 0px #403e5f;
    -moz-box-shadow: 0px 2px 0px #3c465c;
    box-shadow: 0px 2px 0px #2e546b;
    position:relative;
    top:7px;
}

html {
    scroll-behavior: smooth;
  }
  
  #section1 {
    background-color: pink;
  }
  
  #section2 {
    background-color: yellow;
  }
  
    .dropbtn {
  background-color: #ffffff;
  color: rgb(60, 55, 55);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 21px;
  border: none;
  padding-top: 0px;
  padding-bottom: 19px;
  padding-left: 20px;

}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: rgb(0, 0, 0);
  padding: 12px 37px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ffffff;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #ffffff;}

  .btn{
    font-size: 17px;
    color: #fff !important;
    font-weight: bold;
    background: #201e33;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 230px;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    position: relative;
    transition: .3s;
    //margin-left: 20px;
}
/*
.btn:after{
    content: '';
    width: 10px;
    height: 10px;
    background: url(/quote/) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 35px;
  background-color: bisque;
    margin: auto;
    transition: .3s;
}
*/
.btn:hover:after{ transform: rotate(180deg);
  background-color: rgb(0, 0, 0);
    color: red;
}
.btn:hover{ opacity: .7;
  background-color: bisque;
    color: black;
}
