/* /*==================================
* Author        : "ThemeSine"
* Template Name :  Browny  HTML Template
* Version       : 1.0
==================================== */
/*==================================
font-family: 'Poppins', sans-serif;
==================================== */
/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Header
3.  Welcome-hero
4.  About me
5.  Education
6.  Skill
7.  Experience
8.  Profiles
9.  Portfolio
10. Clients
11. Contact
/*-------------------------------------
1.General css (Reset code)
--------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap');
/* font-family: 'Raleway', sans-serif;
font-family: 'Roboto', sans-serif; */
*{
padding: 0;
margin: 0;
}
*{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}
body{
font-size:16px;
color: #676a81;
background: #fff;
max-width:1920px;
margin:0 auto;
overflow-x:hidden;
}
/*
a,a:hover,a:active,a:focus {
display:inline-block;
text-decoration:none;
color: #6a708e;
font-size:16px;
padding:0;
} */
h1,h2,h3,h4,h5,h6 {
margin: 0;
font-family: 'Raleway', sans-serif;
text-transform: capitalize;
}
p {
margin: 0;
font-size:14px;
}
img{border:none;max-width:100%; height:auto;}
ul{
padding: 0;
margin: 0 auto;
list-style: none;
}
ul li {
list-style: none;

}
a{
text-decoration: none;
}
select,input,textarea,button{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;}
html,body{
height: 100%;
position: relative;
}
[placeholder]:focus::-webkit-input-placeholder {
-webkit-transition: opacity 0.3s 0.3s ease;
-moz-transition: opacity 0.3s 0.3s ease;
-ms-transition: opacity 0.3s 0.3s ease;
-o-transition: opacity 0.3s 0.3s ease;
transition: opacity 0.3s 0.3s ease;
opacity: 0;
}
.fix{position: relative;clear: both;}
/*=============Style css=========*/
/*-------------------------------------
2. Header
--------------------------------------*/
.top-area {
position: relative;
z-index: 9999;
}
@media (min-width: 1024px){
nav.navbar.bootsnav.no-background {
background-color: #fff;
border: none;
}
}
nav.navbar.bootsnav {
background-color: #fff;
border-bottom: transparent;
box-shadow: 0 3px 15px rgba(0,0,0,.2);
}
/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
display: inline-block;
color: #d92cf9;
font-size: 20px;
font-weight: 600;
padding: 33px 0px 57px;
text-transform: uppercase;
}
/*.navbar-brand*/
/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
font-size: 15px;
font-weight: 600;
text-transform: capitalize;
}
nav.navbar.bootsnav ul.nav > li > a {padding: 35px 20px; font-weight: 600;
}
nav.navbar.bootsnav ul.nav > li > a:hover,/* {color: #8ad7bc;} */
nav.navbar.bootsnav ul.nav > li > a.active{
color: #8ad7bc;
transition: 2s;
}
/*
ul li a:hover,
ul li a.active{
color: #8ad7bc;
} */
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle::after {
content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
font-size: 8px;
margin-left: 15px;
}
nav.navbar.bootsnav ul.nav > li > a {color:#394566; font-weight: 600;
}
/* nav.navbar.bootsnav ul.nav > li > a:hover, */
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li > a.active{color: #8ad7bc;}
/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar{
width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
background-color: #d92cf9;
}
/*.menu-ui-design*/
/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
position: relative;
background-color: transparent;
border: 1px solid #394566;
padding: 10px;
top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #394566;}
/*.navbar-toggle */
.logo{
width: 222px;
height: auto;
}
.welcome-hero{
display: flex;
align-items: center;
justify-content: center;
position:relative;
background:url("../images/banner-1.jpg")no-repeat;
background-size:cover;
background-position: center;
height:692px;
margin-top: 0;
}
/*.header-text-area*/
.header-text h2 {
color: #fff;
font-size: 30px;
font-weight: 500;
text-transform: uppercase;
margin-top: 25px;
font-family: 'Roboto', sans-serif;
}
.header-text h1 {
color: #8ad7bc;
font-size: 60px;
font-weight: 800;
text-transform: capitalize;
font-family: 'Raleway', sans-serif;
padding-top: 54px;
}
/* .header-text h2 span {color: #d92cf9;} */
.header-text p {
color: #fff;
font-size: 17px;
font-weight: 500;
margin: 30px 0 60px;
font-family: 'Raleway', sans-serif;
}
.header-text a {
width: 200px;
height: 60px;
line-height: 60px;
border-radius: 3px;
text-transform: capitalize;
color: #fff;
background: #b636ff;
border:1px solid #b636ff;
box-shadow: 0 5px 20px rgba(0,0,0,.2);
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
-ms-transition: 0.3s linear;
-o-transition: 0.3s linear;
transition: 0.3s linear;
}
.header-text a:hover{ box-shadow: 0 5px 20px rgba(0,0,0,.4);background:#9f00ff;border: 1px solid #9f00ff;}
/*.header-text-area*/
.blog_post{
position: relative;
display: flex;
justify-content: space-between;
width: 100%;
height: auto;
background-color: #fff;
box-shadow: 0 2px 17px rgb(0 0 0 / 22%);
margin-top: 80px;
padding: 30px 0px;
border-radius: 10px;
}
.blog_post_info{
width: 420px;
height: auto;
padding: 15px;
margin-top: 23px;
margin-left: -95px;
}
.blog_post_img{
width: 380px;
height: auto;
transform: translate(-30%, 0);
}
.blog_post_img img{
border-radius: 10px;
/*      width: 100%;
*/}
.bolg{
display: flex;
justify-content: center;
align-items: center;
}
.blog_post_title{
color: #8ad7bc;
font-size: 28px;
margin-bottom: 23px;
font-weight: 800;
font-family: 'Raleway', sans-serif;
}
.blog_post_text{
font-family: 'Raleway', sans-serif;
font-weight: 500;
font-size: 14px;
color: #494949;
}
/*-------------------------------------
5.  collection-2
--------------------------------------*/
.collection-2{
position:relative;
background:url("../images/img-1.png") no-repeat;
background-size:cover;
background-position: center;
height: 100%;
width: 100%;
margin-top: 85px;
padding-top: 50px;
padding-bottom: 105px;
}
.coll{
width: 100%;
height: 95px;
position: absolute;
top: 10%;
left: 0;
z-index: 10;
background-image: url("../images/co-1.png");
background-repeat: no-repeat;
margin-top: -69px;
background-position: center;
background-position: top right !important;
}
.coll-9{
width: 100%;
height: 95px;
position: absolute;
top: 81%;
left: 0;
z-index: 10;
background-image:url("../images/co-2.png");
background-repeat: no-repeat, no-repeat;
background-position: bottom left !important;
margin-top: 30px;
margin-bottom: 10px;
background-position: center;
}
.timeline{
margin-top: 70px;
padding-right: 50px;
padding-left: 50px;
width: 100%;
height: auto;
}
.item {
margin-bottom: 30px
}
.box img{
width: 100%;
height: 100%;
}
.item .box {
text-align: center;
height: 100%;
position: relative;
overflow: hidden
}
.item .cover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #394566;
transition: opacity 0.15s ease-in;
opacity: 0;
color: #fff;
}
.item:hover .cover {
opacity: 1
}
.social {
font-size: 18px
}
.cover{
display: flex;
justify-content: space-between;
align-items: center;
padding: 40px 20px;
}
.cover p{
color: #fff;
text-align: start;
font-size: 16px;
line-height: 19px;
font-family: 'Raleway', sans-serif;
font-weight: 500;
}
.caption{
position: absolute;
top: 86.1%;
left: 0;
width: 100%;
height: 50px;
justify-content: space-between;
align-items: center;
display: flex;
background-color: rgb(57 69 102 /75%);
padding: 0 15px;
}
.caption h4{
color: #fff;
font-size: 25px;
font-weight: 800;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
}
.caption span{
color: #fff;
font-size: 55px;
font-weight: 500;
}
.collection-2 a{
text-decoration: none;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
background-color: #394566;
color: #fff;
border-radius: 8px;
text-transform: capitalize;
font-size: 18px;
font-family: 'Raleway', sans-serif;
font-weight: 600;
    padding: 8px 28px;
    cursor: pointer;
text-decoration: none;
}
/*-------------------------------------
6.  product
--------------------------------------*/
.product{
width: 100%;
height: auto;
margin-top: 90px;
}
.section-heading h2 {
font-size: 35px;
font-weight: 600;
text-transform: capitalize;
padding-bottom: 20px;
color: #8ad7bc;
font-family: 'Raleway', sans-serif;
font-weight: 800;
}
.product_space{
padding-left: 30px;
padding-top: 50px;
}
.section-heading p {
color: #6d6d6d;
font-size: 15px;
margin-bottom: 20px;
font-family: 'Raleway', sans-serif;
font-weight: 500;
}
.card{
background-color: #fff;
box-shadow: 0 2px 17px rgb(0 0 0 / 22%);
padding-left: 20px;
width: 100%;
height: 315px;
padding-right: 20px
}
.card:hover{
background-color: #394566;
color: #fff!important;
}
.card:hover p {
transition: all 0.3s ease-out;
color: #fff;
}
.card:hover{
transition: all 0.3s ease-out;
background-color: #394566;
}
.card-body h5{
color: #8ad7bc;
font-size: 24px;
text-transform: capitalize;
margin-top: 15px;
}
.card img{
margin-top: 40px;
}
.card_text{
padding-right: 20px;
}
.card_text p{
color: #6d6d6d;
font-size: 14px;
margin-top: 10px;
margin-bottom: 20px;
font-family: 'Raleway', sans-serif;
font-weight: 500;
}
/*-------------------------------------
7. about
-------------------------------------*/
.abnout_part{
background-color: #f4f4f4;
margin-top: -10%;
width: 100%;
height: auto;
padding: 50px 30px;
z-index: 3;
position: relative;

}
/*-------------------------------------
9. contact
--------------------------------------*/
.portfolio {
padding:  50px 0 100px;
border:  1px solid #e5ebf2;
}
.portfolio-content {padding-top: 100px;}
/* ---- .item ---- */
.isotope::after {
content: '';
display: block;
clear: both;
}
.isotope .item-1 {
position:relative;
overflow:hidden;
margin-bottom: 30px;
}
/*.item img*/
.isotope .item-1 img{
width:100%;
height:100%;

}
.isotope .item-1 h3{
color: #394566;
font-family: 'Raleway', sans-serif;
font-weight: 700;
font-size: 20px;
text-transform: inherit;
padding-bottom: 10px;
}
.isotope{
margin-top: -58px;
}
.sec-part{
padding-top: 25px;
padding-bottom: 60px;
}
.sec-part-1{
padding-bottom: 20px;
}
.sec-part-2{
padding-bottom: 20px;
}
.item-1{
width: 100%;
height: auto;
}
.item-1 p{
font-family: 'Raleway', sans-serif;
font-size: 14px;
color: #6d6d6d;
font-weight: 600;
}
/*-------------------------------------
11. Contact
--------------------------------------*/
.contact{
background:url("../images/contact.jpg")no-repeat;
background-size:cover;
height: auto;
width: 100%;
padding-top: 20px;
padding-bottom: 37px;
}
.contact_Part{
padding: 0px 130px;
}
.text-black {
color: #000; }
.content {
padding: 7rem 0;
}
.form-control {
border: none;
border: 1px solid #fff;
background: none;
color: #fff !important;
}
.form-control:active, .form-control:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
border-color: #8ad7bc;
color: #fff;
}
.contact-wrap .col-form-label {
font-size: 14px;
color: #b3b3b3;
margin: 0 0 10px 0;
display: inline-block;
padding: 0;
}

.contact-wrap .contact-info ul li {
margin-bottom: 15px;
color: rgba(255, 255, 255, 0.5);
}

.contact-wrap .form {
background: #394566;
padding: 40px 30px;
}

.contact-wrap .contact-info {
background: rgb(0 31 5 / 70%);
padding: 0px 30px 30px;
margin-right: 20px;
padding-bottom: 23px;
}
.contact-wrap .contact-info h3 {
color: #fff;
font-size: 24px;
margin-bottom: 29px;
margin-top: -16px;
text-transform: capitalize;
font-weight: 800;
font-family: 'Raleway', sans-serif;
}
input{
padding-left: 20px;
}
label.error {
font-size: 12px;
color: red;
}
.form h3{
font-size: 25px;
color: #fff;
font-weight: 600;
}
#message {
resize: vertical;
}
#form-message-warning, #form-message-success {
display: none; 
}
#form-message-warning {
color: #B90B0B; 
}
#form-message-success {
color: #55A44E;
font-size: 18px;
font-weight: bold;
}
.form-group {
margin-bottom: 0px;
color: #fff;
font-weight: 400;
font-size: 15px;
}
.form-group .btn{
margin-top: 19px;
margin-left: -18px;
}
.form-group p{
font-size: 10px;
margin-left: 23px;
margin-top: -20px;
color: #fff;
}
.form-group a{
text-decoration: underline;
color: #fff;
cursor: pointer;
}
label{
color: #fff;
font-weight: 400;
font-size: 15px;
margin-top: 20px;
}
.contact-info p{
color: #fff;
margin-left: 40px;
margin-top: 30px;
font-size: 16px;
}
.contact-info img{
width: 222px;
height: auto;
}
.fa{
color: #fff;
float: left;
}
.btn{
background: #8ad7bc;
font-weight: 600;
padding: 5px 23px;
display: inline-block;
color: #fff;
}
input[type=checkbox], input[type=radio] {

margin-top: 26px;
line-height: normal;

}
.btn:hover{
color: #fff;
}
.form-group span{
margin-left: 6px;
font-family: 'Raleway', sans-serif;
font-weight: 600;
}
.phone{
font-family: 'Roboto', sans-serif;
font-weight: 700;
}
.radio_form{
display: contents;
}
.privacy_part p{
font-size: 13px;
}
/*======================== footer last=================*/
/* 
#last{
background: #000;
display: flex;
justify-content: center;
align-items: center;
  bottom:0px;
  position:fixed;
  width:100%;
}
#last p{
color: #b9b6b6;
font-size: 15px;
text-align: center;
padding: 20px;
}
.acccept{
  background: #111;
  padding: 3px 8px;
  color: #b9b6b6;
}
.acccept:hover{
  background: #8ad7bc;
  color: #000;
  font-size: 14px;
} */


/* Reset styles */

/* Main CSS */
#cookie {
     position:fixed;
   left:0px;
   width:100%;

/*     width: 100% !important;
 */  color: #b9b6b6;
  font-size: 14px;
  text-align: center;
  background-color: #000;
  z-index: 200;
  margin-bottom: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
justify-content: center;
  display: flex !important;
  align-items: center;

}
#cookie.show {
  bottom: 20px;
  transition: bottom .85s cubic-bezier(.13, .04, .39, 1.3);
}
#cookie.hide {
  bottom: -200px;
  transition: bottom .85s cubic-bezier(.68, -0.15, .74, .05);
}
.cookie-btn {
    margin-top: 13px;
    padding: 5px 10px;
    color: #b9b6b6;
    font-weight: 700;
    border: 1px solid #b9b6b6;
    cursor: pointer;
margin-left: 20px;
    margin-top: 0;
    text-transform: capitalize;
}
.privacy-btn a{
margin-top: 13px;
    padding: 7px 10px;
    color: #b9b6b6;
    font-weight: 700;
    border: 1px solid #b9b6b6;
    cursor: pointer;
margin-left: 20px;
    margin-top: 0;
    text-transform: capitalize;
text-decoration: none;
}
/* @media (min-width: 620px) {
  .cookie {
    bottom: -200px;
    flex-direction: row;
    width: 600px;x 21px;
    text-align: left;
    padding: 20px 20p
  }
  .cookie-btn {
    margin: 0 0 0 7px;
  }
}


 */

::placeholder { /* Firefox, Chrome, Opera */
    color: #555;
}
 
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #555;
}
 
::-ms-input-placeholder { /* Microsoft Edge */
    color: #555;
}

.nav-pills{
  overflow: hidden;
  text-align: center;
  margin-top: 10px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #394566;
  cursor: default;
  border: 1px solid #8ad7bc;
  border-bottom-color: transparent;
  background: #8ad7bc;
}

.nav-pills>li{
  float: none;
  display: inline-block;
}
.nav-pills>li>a {
  color: #8ad7bc;
  border: 1px solid #8ad7bc;
  border-radius: 4px;
}

.nav>li>a:focus, .nav>li>a:hover {
  color: #394566;
  background-color: #8ad7bc;
}

.footer-copyright {
    background: #394566;
    border-top: 4px solid #394566;
    padding: 20px 0 10px;
}

.footer-copyright h1, .footer-copyright h2, .footer-copyright h3, .footer-copyright h4, .footer-copyright a {
    color: #FFF !important;
}

.footer-copyright p {
    color: #ffff;
    margin: 0;
    padding: 0;
}

.footer-copyright nav {
    float: right;
}

.footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
}

.footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}

.contact-info a{
  color: #fff;
}

/*========================Thank you=================*/

/* ============================ @media ============================== */

@media (max-width: 576px) {
.blog_post_img {

transform: translate(0, -20%);
}
.logo {
width: 170px;

}
.card_text p {
font-size: 12px;

}
.section-heading p {
font-size: 12px;
}
#last p {
text-align: center;
font-size: 11px;
}
}
@media (max-width: 991px) {
.blog_post {
flex-direction: column;
margin-top: 100px;
}
.blog_post_img {
width: 100%;
transform: translate(0, -12%);
}
.blog_post_info {
width: 100%;
}
.contact-wrap .form {
margin-top: 25px;
}
.contact_Part {
padding: 0px 0px;
}
.header-text p {
font-size: 12px;

}
.header-text h1 {
font-size: 35px;
padding-top:0;
}
.contact-info p {
font-size: 12px;
}
.nvbar-branda .logo {
width: 161px;
margin-top: 10px;
}
.timeline {
padding-right: 0;
padding-left: 0;
}
.cover p {
font-size: 14px;

}.blog_post_info {
margin-left: 0;
}
.blog_post_img img {
width: 100%;
}
.coll{
margin-top: -120px;
}
.coll-9{
top: 90%;
}
.section-heading p {
    font-size: 13px;
}
.item-1 p {
    font-size: 11px;
}
.isotope .item-1 h3 {
    font-size: 15px;
}
.radio_form {
    display: block;
}
.form-group .btn {
    margin-left: 0;
}
}
/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.collection-2 a{
width: 277px;
padding:7px 25px;
font-size: 22px;

}
.section-heading p {
font-size: 16px;

}
.contact-wrap .form {
    width: 500px;
}
.privacy_part p {
    font-size: 15px;
}

label {
    font-size: 17px;
}
.btn {
    font-size: 17px;
}
.contact_Part {
    padding: 0px 55px;
}
.contact-wrap .contact-info {
    width: 376px;
}

} */