/* =============================================
            	Theme Reset Style
============================================= */
@import url("../css/bootstrap.min.css");
@import url("../css/font-awesome.min.css");
@import url("../css/custom-icons.min.css");
@import url("../css/bootsnav.css");
@import url("../css/animate.css");

::selection {
    background-color: #212121;
    color: #fff;
}

* {
    margin: 0;
    padding: 0;
	min-height:0;
	min-width:0;
}
*, :after, :before {
    box-sizing: border-box;
}
html,
body {
    position: relative;
    height: 100%;
}
body {
    color: #282828;
    background: #f1f1f1;
    font-size: 1.6rem;
	font-family: 'Montserrat', sans-serif;
}

.wrapper {
	position: relative;
    z-index: 20;
    overflow-x: hidden;
}
.mdi{
	font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.2;
}

h1 { font-size: 6rem;}
h2 { font-size: 4.8rem;}
h3 { font-size: 3.5rem;}
h4 { font-size: 18px;}
h5 { font-size: 16px;}
h6 { font-size: 12px;}
p {
    letter-spacing: normal;
	font-weight:500;
    font-size: 1.6rem;
}

ul {
    list-style-type: none;
}

li > ul,
li > ol {
  padding: 0;
  margin-left: 15px;
}
figure {
    margin-bottom: 6px;
    position: relative;
}
img {
    height: auto;
    max-width: 100%;
}

pre {
	margin: 0 20px;
    padding: 10px;
    border: 1px solid #e2e2e2;
    background: #f1f1f1;
	border-radius:0;
}

hr{border:1px solid white; width:auto; opacity: 0.5;}

section {
	padding-top:120px;
	padding-bottom:120px;
	position: relative;
	z-index: 10;
	background:#f1f1f1;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.clear {
    clear: both;
}

.logo img {
    max-height: 50px!important;
}

.max-80{
    max-width: 80%;
}

.text-grey {
    text-align: right;
}

/*=============================================
              		Header
=============================================*/

.navbar-nav {
    float: right;
    margin: 0;
    padding: 0 10px;
}


nav.navbar.bootsnav.navbar-transparent .logo {
	position: relative;
    z-index: 110;
	display: table;
    height: 80px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 auto;
    /*top: 10px;*/
}

.logo {
    position: relative;
    z-index: 110;
    display: table;
    height: 60px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 auto;
    top: 5px;
}

.logo img {
    max-height: 33px;
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
}

nav .logo > a {
	display: table-cell;
    vertical-align: middle;
}

.navbar-scrollspy .logo img {
	text-align:center;
	margin: 0 auto;
}

nav.bootsnav.navbar-sidebar ul.nav {
	margin: 0 0 30px 0;
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    width: 100%;
}

nav.navbar.bootsnav.navbar-transparent.white {
    border-bottom: 0;
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

/*=============================================
			Sliders and Hero Section
=============================================*/
.hero-text{
	display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
    z-index: 10;
}

.slider-bg {
	border: 0;
    margin: 0;
    height: 100vh;
    background-color: transparent;
    background-image: url('https://darwin-assets.dynata.com/myview/hero-bkg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    display: flex;
}

.slider-bg .hero-text{
	display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
    z-index: 10;
}
.slider-bg .hero-text p{
	line-height: 50px;
    font-size: 2rem;
}

/*=============================================
                Widgets
=============================================*/

::-webkit-input-placeholder{color:#212121;}
::-moz-placeholder{color:#212121;}
:-ms-input-placeholder{color:#212121;}
:-moz-placeholder{color:#212121;}

input.search-bar-top::-webkit-input-placeholder { color: #fff!important; }
input.search-bar-top::-moz-placeholder { color: #fff!important; }
input.search-bar-top:-ms-input-placeholder { color: #fff!important; }
input.search-bar-top:-moz-placeholder { color: #fff!important; }

.relative{position:relative;}
.absolute{position:absolute;}

.upper-case{text-transform:uppercase;}
.lower-case{text-transform:lowercase;}
.capitalize{text-transform:capitalize!important;}
.text-left{text-align:left!important;}
.font-100 {
	font-weight:100;
}
.font-200 {
	font-weight:200;
}
.font-300 {
	font-weight:300;
}
.font-400 {
	font-weight:400;
}
.font-700 {
	font-weight:700;
}
.font-900 {
	font-weight:900;
}
.font-12px {
	font-size: 12px;
}
.font-14px {
	font-size: 14px;
}
.font-16px {
	font-size: 16px;
}
.font-18px {
	font-size: 18px;
}
.font-20px {
	font-size: 20px;
}
.font-26px {
	font-size: 26px;
}
.font-30px {
	font-size: 30px;
}
.font-35px {
	font-size: 35px;
}
.font-40px {
	font-size: 40px;
}
.font-50px {
	font-size: 50px;
}
.font-60px {
	font-size: 60px;
}
.font-70px {
	font-size: 70px;
}
.font-80px {
	font-size: 80px;
}
.font-100px {
	font-size: 100px;
}
.font-120px {
	font-size: 120px;
}
.font-130px {
	font-size: 130px;
}
.font-italic {
	font-style: italic;
}
.font-light {
	font-weight:400;
}
.font-bold {
	font-weight:bold;
}
a:hover, a:focus {
	color: #1a237e;
}
.blue-color {color: #ec407a!important;}
.secondary-color {color: #1a237e;}
.white-color {color: #fff !important;}
.white-color p, .white-color h1, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6 {
    color: #fff!important;
}
.dark-color {color: #212121 !important;}
.dark-color p, .dark-color h1, .dark-color h2, .dark-color h3, .dark-color h4, .dark-color h5, .dark-color h6 {
    color: #212121!important;
}

.green {color: #8BC34A!important;}
.red-color {color: #f44336!important;}
.yellow-color {color: #FDD835!important;}
.pink-color {color: #E91E63!important;}
.grey {color: #888!important;}
.brown-color {color: #D09E88!important;}
.orange-color {color:#ff9800!important;}

.line-height-24 {
	line-height: 24px !important;
}
.line-height-22 {
	line-height: 22px !important;
}
.line-height-26 {
	line-height: 26px !important;
}
.line-height-30 {
	line-height: 30px !important;
}
.line-height-35 {
	line-height: 35px !important;
}
.line-height-40 {
	line-height: 40px;
}
.line-height-45 {
	line-height: 45px;
}
.line-height-50 {
	line-height: 50px;
}
.letter-spacing-0 {
	letter-spacing: 0px;
}
.letter-spacing-5 {
	letter-spacing: 5px;
}
.letter-spacing-10 {
	letter-spacing: 10px;
}
.letter-spacing-15 {
	letter-spacing: 15px
}
.letter-spacing-20 {
	letter-spacing: 20px;
}
.letter-spacing-25 {
	letter-spacing: 25px;
}
.mt-minus-10 {
	margin-top: -10px;
}
.mt-minus-20 {
	margin-top: -20px;
}
.mt-minus-30 {
	margin-top: -30px;
}
.mt-minus-40 {
	margin-top: -40px;
}
.mt-minus-50 {
	margin-top: -50px;
}
.mt-0 {
	margin-top: 0px!important;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-70 {
	margin-top: 70px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-90 {
	margin-top: 90px;
}
.mt-100 {
	margin-top: 100px !important;
}
.mt-110 {
	margin-top: 110px;
}
.mt-120 {
	margin-top: 120px;
}
.mt-130 {
	margin-top: 130px;
}
.mt-135 {
	margin-top: 135px;
}
.mt-140 {
	margin-top: 140px;
}
.mt-150 {
	margin-top: 150px!important;
}
.ml-10 {
	margin-left: 10px;
}
.ml-15 {
	margin-left: 15px;
}
.ml-20 {
	margin-left: 20px;
}
.ml-30 {
	margin-left: 30px;
}
.ml-40 {
	margin-left: 40px;
}
.ml-50 {
	margin-left: 50px;
}
.ml-60 {
	margin-left: 60px;
}
.ml-70 {
	margin-left: 70px;
}
.ml-80 {
	margin-left: 80px;
}
.mb-0 {
	margin-bottom: 0px!important;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mb-90 {
	margin-bottom: 90px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-110 {
	margin-bottom: 110px;
}
.mb-120 {
	margin-bottom: 120px;
}

.p-0 {
	padding: 0!important;
}


.pt-0 {
	padding-top: 0!important;
}
.pt-10 {
	padding-top: 10px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-80 {
	padding-top: 80px;
}
.pt-90 {
	padding-top: 90px;
}
.pt-100 {
	padding-top: 100px;
}
.pt-110 {
	padding-top: 110px;
}
.pt-120 {
	padding-top: 120px;
}
.pt-130 {
	padding-top: 130px;
}
.pt-140 {
	padding-top: 140px;
}
.pt-150 {
	padding-top: 150px;
}
.pb-0 {
	padding-bottom: 0;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-80 {
	padding-bottom: 80px!important;
}
.pb-90 {
	padding-bottom: 90px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-110 {
	padding-bottom: 110px;
}
.pb-120 {
	padding-bottom: 120px;
}
.pb-140 {
	padding-bottom: 140px;
}
.pl-0 {
	padding-left: 0;
}
.pl-10 {
	padding-left: 10px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-30 {
	padding-left: 30px;
}
.pl-40 {
	padding-left: 40px;
}
.pl-50 {
	padding-left: 50px;
}
.pl-60 {
	padding-left: 60px;
}
.pl-70 {
	padding-left: 70px;
}
.pl-80 {
	padding-left: 80px!important;
}
.pl-90 {
	padding-left: 90px;
}
.pl-100 {
	padding-left: 100px;
}
.pl-110 {
	padding-left: 110px;
}
.pl-120 {
	padding-left: 120px;
}
.pr-0 {
	padding-right: 0;
}
.pr-10 {
	padding-right: 10px;
}
.pr-20 {
	padding-right: 20px;
}
.pr-30 {
	padding-right: 30px;
}
.pr-40 {
	padding-right: 40px;
}
.pr-50 {
	padding-right: 50px;
}
.pr-60 {
	padding-right: 60px;
}
.pr-70 {
	padding-right: 70px;
}
.pr-80 {
	padding-right: 80px!important;
}
.pr-90 {
	padding-right: 90px;
}
.pr-100 {
	padding-right: 100px;
}
.pr-110 {
	padding-right: 110px;
}
.pr-120 {
	padding-right: 120px;
}

.border-radius-25 {
	border-radius:25px;
}
.remove-padding {
	padding: 0!important;
}

.remove-margin {
	margin: 0!important;
}
.img-responsive, .full-width{width:100%;}
 
.border-right{border-right: 1px solid #f1f1f1 !important;}
.border-top {border-top: 1px solid #f1f1f1 !important;}

/*=============================================
    First Section
=============================================*/
.text-white {
    color: #FFF;
}

.first-section{
    background: #f1f1f1;
    padding-top: 0;
    border-radius: 0 0 50px 50px;
    z-index: 99;
    margin-top: -100px;
}

.first-section-bg{
    background-image: url('https://darwin-assets.dynata.com/myview/pills-bkg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    border-radius: 50px;
    padding-top: 100px;
}

.first-section .rectangle {
    background-color: #EFEFEF;
    border-radius: 50px;
    text-align: center;
    padding: 7px 15px;
    font-weight: 700;
}

.first-section .bolder{
    font-weight: 700;
}

.first-section h2{
    font-weight: 700;
}

/*=============================================
    Second Section
=============================================*/
.second-section{
    background: #f1f1f1;
    padding-top: 0;
    background-image: url('https://darwin-assets.dynata.com/myview/here-comes-bkg.png');
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-position: top center;
    z-index: 80;
    margin-top: -100px;
}

.second-section-bg{
    padding-top: 100px;
}

.second-section .rectangle {
    text-align: center;
    padding: 7px 15px;
    font-weight: 700;
    background: rgba(239, 239, 239, 0.5);
    box-shadow: 0px 3px 22px #00000038;
    border-radius: 40px;
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.second-section .bolder{
    font-weight: 700;
}

.second-section h2{
    font-weight: 700;
}

.second-section .rectangle .flexing {
    display: flex;  
    flex-direction: row;
}

.second-section .rectangle .flexing p{
    align-items: center;
    justify-content: center;
    display: flex;
}

.second-section .rectangle .flexing img{
    max-height: 100px;
    height: auto;
    max-width: 100px;
}

.valign{
    align-content: center;
}

.valign p{
    margin-bottom: 0!important;
    padding-left: 20px;
}

/*=============================================
    Third Section
=============================================*/
.third-section{
    background: #f1f1f1;
    padding-top: 0;
    background-image: url('https://darwin-assets.dynata.com/myview/before-privacy-bkg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    z-index: 80;
}

.third-section-bg{
    padding-top: 10px;
}

.third-section .bolder{
    font-weight: 700;
}

.third-section img{
    max-width: 490px;
    width: 90%;
}

/*=============================================
    Fourth Section
=============================================*/
.fourth-section{
    padding-top: 0;
    border-radius: 50px;
    z-index: 99;
    margin-top: -100px;
    padding-bottom: 0;
}

.fourth-section-bg{
    background: #282828;
    background-image: url('https://darwin-assets.dynata.com/myview/privacy-bkg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    border-radius: 50px;
}

/*=============================================
    Fifth Section
=============================================*/
.fifth-section{
    background: #f1f1f1;
    padding-top: 0;
    z-index: 80;
    padding-bottom: 10px!important;
} 
 .fifth-section-bg{
    padding-top: 10px;
}

.faq {
    padding: 20px ;
    width: 90%;
    min-width:450px;
    margin: auto;
    position: relative;
    height: auto;
}

.faq-container {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background: transparent;
    border: 1px solid #252525;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 10px 20px;
}

.faq-label {
    cursor: pointer;
    width: 100%;
    padding: 10px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-label-icon {
    padding: 2px 3px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.material-icons {
    color: #000000;
    transition: 0.3s ease;
}

.faq-answer {
    transition: 0.3s ease;
    /*margin-top: 15px;*/
    height: 0;
    border-radius: 6px;
    overflow: hidden;
}

.faq-answer-content {
    padding: 15px 25px;
    text-align: left;
}

.active {
    height: auto;
    /*background: #FFFFFF;
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.15);
    border-radius: 100px;*/
}

.rotate{
    transform: rotate(180deg)
}

div.faq div:last-child{ 
    margin-bottom: 0px;
  }

/*=============================================
                        Footer
=============================================*/


@media only screen and (min-width: 992px) {
  #footer-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}

.footer{
  font-size:1.3rem;
}

.footer a{
    color: #fff;
    opacity: 0.5;
    text-decoration: underline;
}

.footer a:hover{
    opacity: 1;
}

.footer-copyright{
   padding: 30px 0;
   background-color: #111312;
   border-radius: 50px 50px 0 0;
}

.logo-footer {
	max-width: 130px;
}

/*=======================================================
    Animations
========================================================*/
:root {
	--ani-duration: calc(var(--ani-speed, 0.375s) * 2);
	--ani-timing-function: var(--ani-ease, ease);
	--ani-delay-increment: 0;
	--ani-delay-factor: 0.05s;
	--ani-delay-offset: 0.15s;
	--ani-property: filter, transform;
}

.ani {
	transition-delay: calc(
		var(--ani-delay-increment)
		* var(--ani-delay-factor)
		+ var(--ani-delay-offset)
	);
	transition-duration: var(--ani-duration);
	transition-timing-function: var(--ani-timing-function);
	transition-property: var(--ani-property);
	will-change: transform;
}

.ani:not(.is-shown) {
	transition: 0s 0s;
	filter:
		blur(var(--ani-blur, 0))
		opacity(var(--ani-opacity, 100%))
		var(--ani-custom-filter, );
	transform:
		translateX(var(--ani-x, 0))
		translateY(var(--ani-y, 0))
		perspective(var(--ani-perspective, 0px))
		scale(var(--ani-scale-x, 1), var(--ani-scale-y, 1))
		rotateX(var(--ani-rotate-x, 0deg))
		rotate(var(--ani-rotate, 0deg))
		translateZ(var(--ani-z, 0))
		var(--ani-custom-transform, );
}
    .ani.ani--opacity {
		--ani-opacity: 0%;
	}
    .ani.ani--scale {
		--ani-scale-x: 0.8;
		--ani-scale-y: var(--ani-scale-x);
	}
    .ani.ani--scale-x {
		--ani-scale-x: 0;
	}
    .ani.ani--blur {
		--ani-blur: 0.25rem;
	}
    .ani.ani--up {
		--ani-y: 1.25rem;
	}
    .ani.ani--down {
		--ani-y: -1.25rem;
	}
    .ani.ani--left {
		--ani-x: 1.5rem;
	}
    .ani.ani--right {
		--ani-x: -1.5rem;
	}
    .ani.ani--3d {
		--ani-perspective: 8em;
		--ani-rotate-x: 12deg;
		--ani-rotate: -2deg;
		--ani-z: 1.5em;
	}
    .ani.ani--custom-1:not(.is-shown) {
        --ani-custom-transform: skewX(10deg);
        --ani-custom-filter:
        drop-shadow(5px 5px 0 red)
        hue-rotate(220deg)
        drop-shadow(-5px -5px 0 red);
    }
    .ani.ani--custom-2 {
        --ani-property: letter-spacing, filter, transform;
    }
    .ani.ani--custom-2:not(.is-shown) {
        letter-spacing: 0.1em;
    }

/*=======================================================
    Media Queries
========================================================*/
@media only screen and (min-width: 993px) and (max-width: 1023px) {
    .navbar-header .logo img:first-child {
        display: none!important;
    }
}

@media only screen and (max-width: 991px) {
    .footer-height {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .displaymenot {
        display: none;
    }

    .first-section-bg, .second-section{
        background-size: auto;
    }
    .slider-bg {
        background-size: contain;
    }
    .first-section-bg .container .pb-20{
        padding-bottom: 0;
    }
    .slider-bg {
        display: block;
    }
    .text-grey{
        text-align: center;
        padding-bottom: 15px;
    }
    .logo-footer {
        padding-bottom: 15px;
    }
    .s-center{
        text-align: center;
    }
    .footer-copyright {
        text-align: center;
    }
    h1 {
        font-size: 4rem!important;
    }
    .slider-bg .hero-text p {
        font-size: 1.8rem;
    }
    h2 {
        font-size: 3.4rem!important;
    }
    h3 {
        font-size: 2.4rem!important;
    }
    .faq-label-text {
        text-align: left;
    }
    .second-section .rectangle .flexing p {
        text-align: left;
    }
}

@media only screen and (max-width: 480px) {
    .faq {
        min-width: 280px;
    }
    .second-section .rectangle .flexing img{
        max-height: 50px;
        height: auto;
        max-width: 50px;
    }
}
