/*============================================

	Project			  : Social Eyez
	Developed by	: Digital Evolution
	File			    :	Main Stylesheet
	Author			  :	Dedoit

============================================*/


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.preloader {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
  z-index: 100;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.circle-loader {
  border: 5px solid rgba(0, 0, 0, 0.2);
  border-left-color: #3C57A5;
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 7em;
  height: 7em;
}
.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #3C57A5;
  transition: border 500ms ease-out;
}
.checkmark {
  display: none;
}
.checkmark:after {
  opacity: 1;
  height: 3.5em;
  width: 1.75em;
  transform-origin: left top;
  border-right: 5px solid #3C57A5;
  border-top: 5px solid #3C57A5;
  content: "";
  left: 23%;
  top: 53%;
  position: absolute;
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 1.75em;
    opacity: 1;
  }
  40% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
  100% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
}

/* General section  */
html {scroll-behavior: smooth;}
body {font-family: 'Poppins', sans-serif;font-size: 24px;font-weight: normal;background-color: #FFFFFF; color: #191919;overflow-x: hidden;-webkit-font-smoothing: antialiased;}
p {font-weight:normal;line-height: 1.5;}
blockquote {}
a, button {line-height: 2;}
a:hover, a:active { text-decoration: none;}
a:focus, a:active, button:focus, button:active, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {outline: none;text-decoration: none}
ul{list-style: none;padding: 0;}
li {display: inline-block;}
:focus{outline: none;}
h1, h2, h3 {line-height: 1.5;}
.btn {font-size: 17px;font-weight: bold;text-align: center;color: #FFFFFF;padding: 1.25rem 1.75rem;margin-top: 30px;position: relative;z-index: 1;}


.btn.focus, .btn:focus{box-shadow: none;}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.myContainer{
  width: 85%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.pad-0{
  padding: 0px;
}
.pad-right-0{
  padding-right: 0px;
}
.pad-left-0{
  padding-left: 0px;
}
.mob-only{
  display: none;
}
section{
  position: relative;
}
.link{
  color: #191919;
  font-weight: bold;
  text-transform: uppercase;
}
.page-title{
  font-size: 100px;
  line-height: 1;
  font-weight: bold;
}
.sub-title{
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
}
.sec-title{
  font-size: 120px;
  line-height: 1;
  font-weight: 400;
}


/* Header */

main{
  margin-top: 110px;
}
.header{
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #FFFFFF;
  z-index: 9;
  padding: 20px 0px;
}
.menu {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.logo{
  z-index: 9;
}
.menu .navbar {
  width: 100%;
  padding: 0px;
  justify-content: flex-end;
}
.menu .navbar-nav {
  width: 100%;
  justify-content: flex-end;
}
.menu-row{
  position: relative;
  width: 85%;
}
.outer-close{
  background-color: transparent;
  padding: 0;
  border: 0;
}
.navbar-nav ul.top-bar {
  flex: 1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}
.navbar-nav ul li {
  position: relative;
  display: block;
}
.navbar-nav ul li a{
  line-height: 1.5;
  text-transform: uppercase;
  transition: all 0.5s;
  position: relative;
  font-weight: bold;
  color: #666666;
  padding: 20px 0px;
}
.navbar-nav ul li.active > a, .navbar-nav ul li a:hover{
  color: #3C57A5;
}
.navbar-nav .dropdown-menu {
  top: 75px;
  left:0px;
  min-width: 260px;
  max-width: max-content;
  background-color: #FFFFFF;
  padding: 10px 20px;
  border: 0;
  transform: translateY(-2em);
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.navbar-nav .dropdown-menu ul.dropdown-menu{
  left: 100%;
  top: 30px;
}
.navbar-nav .dropdown-menu li.active > a{
  color: #3C57A5;
}
/*.navbar-nav .dropdown-menu li:hover a{*/
/*  color: #3C57A5;*/
/*}*/
.navbar-nav .dropdown-menu li{
  margin-bottom: 10px;
}
.navbar-nav .dropdown-menu li:last-child{
  margin-bottom: 0px;
}
.navbar-nav .dropdown-menu li a::before{
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #3C57A5;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.navbar-nav .dropdown-menu li a:hover::before{
  width: 100%;
}
.navbar-nav .dropdown-menu li a{
  color: #898989;
  padding: 0px;
  font-size: 21px;
}


/* Footer */

footer{
	background-color: #3B57A5;
  color: #FFFFFF;
	padding: 37px 0px 37px;
  position: relative;
}
.footer-row{
  justify-content: space-between;
  align-items: center;
}
.copyright{
	text-align: left;
  font-size: 18px;
  flex-basis: 50%;
}
.copyright p{
  margin-bottom: 0px;
}
.connect{
  flex-basis: 50%;
  display: flex;
  justify-content: flex-end;
}
.email{
  margin-right: 50px;
  position: relative;
}
.email::after{
  content: '|';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
}
.connect a{
  color: #FFFFFF;
}
.linkedin{
  margin-right: 50px;
  position: relative;
}
.linkedin a{
  margin-right: 20px;
}
.linkedin img{
  position: absolute;
  right: -50px;
  top: -7px;
}
.page .owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -7%;
  /* background-color: #5BC39D; */
  border-radius: 50%;
  width: 70px;
  height: 70px;
  transition: .5s;
}
.page .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -7%;
  /* background-color: #5BC39D; */
  border-radius: 50%;
  width: 70px;
  height: 70px;
  transition: .5s;
}
.owl-theme .owl-nav .owl-prev span, .owl-theme .owl-nav .owl-next span {
  font-size: 30px;
  display: block;
  position: absolute;
  left: 50% !important;
  top: 53% !important;
  color: #3B57A5;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.owl-theme .owl-nav [class*=owl-]:hover{
  background-color: #3B57A5;
}
.owl-theme .owl-nav [class*=owl-]:hover span{
  color: #FFFFFF;
}

/* Responsive media query */

@media only screen and (max-width: 1681px){
  body{
    font-size: 21px;
  }
  main {
    margin-top: 105px;
  }
  .header{
    height: 105px;
  }
  .custom-logo{
    max-width: 250px;
    height: auto;
  }
  .copyright{
    font-size: 16px;
  }
  .linkedin {
    margin-right: 35px;
  }
  .linkedin img{
    max-width: 40px;
    right: -35px;
  }
  .page-title{
    font-size: 87px;
  }
  .sub-title{
    font-size: 42px;
  }
  .sec-title{
    font-size: 105px;
  }
  .navbar-nav .dropdown-menu li a{
    font-size: 18px;
  }
  .navbar-nav .dropdown-menu{
    min-width: 230px;
  }
}

@media only screen and (max-width: 1599px){
  body{
    font-size: 18px;
  }
  main {
    margin-top: 95px;
  }
  .header{
    height: 95px;
  }
  .custom-logo {
    max-width: 215px;
  }
  .copyright{
    font-size: 14px;
  }
  .linkedin {
    margin-right: 30px;
  }
  .linkedin img{
    max-width: 34px;
    right: -30px;
  }
  .page-title{
    font-size: 75px;
  }
  .sub-title{
    font-size: 36px;
  }
  .sec-title{
    font-size: 90px;
  }
  .navbar-nav .dropdown-menu li a{
    font-size: 18px;
  }
}

@media only screen and (max-width: 1439px){
  body{
    font-size: 17px;
  }
  main {
    margin-top: 90px;
  }
  .header{
    height: 90px;
  }
  .custom-logo{
    max-width: 200px;
  }
  .page-title{
    font-size: 70px;
  }
  .sub-title{
    font-size: 34px;
  }
  .sec-title{
    font-size: 85px;
  }
  .navbar-nav .dropdown-menu li a{
    font-size: 16px;
  }
  .navbar-nav .dropdown-menu{
    min-width: 210px;
  }
}

@media only screen and (max-width: 1359px){
  body{
    font-size: 16px;
  }
  .page-title{
    font-size: 65px;
  }
  .sub-title{
    font-size: 32px;
  }
  .sec-title{
    font-size: 80px;
  }
  .navbar-nav .dropdown-menu li a{
    font-size: 14px;
  }
  .navbar-nav .dropdown-menu{
    min-width: 190px;
    top: 70px;
  }
}

@media only screen and (max-width: 1279px){
  body{
    font-size: 14px;
  }
  .custom-logo{
    max-width: 180px;
  }
  .header{
    padding: 15px 0px;
    height: 75px;
  }
  main {
    margin-top: 75px;
  }
  .page-title{
    font-size: 53px;
  }
  .sub-title{
    font-size: 26px;
  }
  .sec-title{
    font-size: 64px;
  }
  .copyright{
    font-size: 14px;
  }
  .email {
    margin-right: 30px;
  }
  .email::after{
    right: -15px;
  }
  .linkedin img {
    max-width: 30px;
  }
  .linkedin a {
    margin-right: 13px;
  }
  .owl-theme .owl-nav .owl-prev span, .owl-theme .owl-nav .owl-next span{
    font-size: 23px;
  }
  .page .owl-theme .owl-nav .owl-next{
    width: 60px;
    height: 60px;
  }
  .navbar-nav .dropdown-menu li a{
    font-size: 13px;
  }
  .navbar-nav .dropdown-menu {
    top: 65px;
  }
}

@media only screen and (max-width: 1023px){

}

@media only screen and (max-width: 991px){

  .custom-logo {
    max-width: 165px;
  }
  .myContainer{
    width: 95%;
  }
  .pad-0{
    padding: 0px 15px;
  }
  .logo{
    padding: 0px 7px;
  }
  .menu{
    padding: 0px 7px;
  }
  .menu .navbar-nav{
    position: fixed;
    top: 0;
    right: 0;
    width: 270px;
    height: 100%;
    padding: 0px 20px;
    justify-content: flex-start;
    background: #898989;
    transform: translateX(350px);
    transition: .5s;
    z-index: 99999;
  }
  .navbar-toggler{
      padding: 0px;
  }
  .navbar-toggler i{
    background-color: #3C57A5;
    color: #FFFFFF;
    padding: 10px 15px;
    font-size: 21px;
  }
  .close{
    position: absolute;
    top: 15px;
    margin-left: -40px;
    opacity: 1;
  }
  .close i {
    width: 43px;
    height: 40px;
    line-height: 21px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    color: #ffffff;
    background-color: #313131;
  }
  .navbar-nav .dropdown-menu{
    position: relative;
    top: 40px;
  }
  .menu .navbar-nav.open{
    transform: translateX(0px);
  }
  .navbar-nav ul.top-bar{
    flex-direction: column;
  }
  .navbar-nav ul li{
    margin-bottom: 20px;
  }
  .navbar-nav ul li a{
    color: #ffffff;
  }
  .menu-row{
    width: 100%;
    margin-top: 100px;
  }
  .footer-row{
    flex-direction: column;
  }
  .copyright{
    font-size: 13px;
    margin-bottom: 15px;
  }
  .copyright p {
    text-align: center;
  }
  .linkedin img {
    max-width: 23px;
    top: -3px;
    right: -20px;
  }
  .page-title{
    font-size: 45px;
  }
  .sub-title{
    font-size: 24px;
  }
  .sec-title{
    font-size: 54px;
  }
  .owl-nav{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .page .owl-theme .owl-nav .owl-prev {
    position: relative;
    top: 0;
    transform: none;
    left: 0;
  }
  .page .owl-theme .owl-nav .owl-next {
    position: relative;
    top: 0px;
    transform: none;
    right: 0;
  }
}

@media only screen and (max-width: 767px){
  .mob-only{
    display: block;
  }
  .desk-only{
    display: none;
  }
}

@media only screen and (max-width: 639px){
  .header{
    padding: 10px 0px;
    height: 60px;
  }
  main {
    margin-top: 60px;
  }
  .navbar-toggler i {
    padding: 7px 12px;
  }
  .close i{
    font-size: 17px;
  }
  .page .owl-theme .owl-nav .owl-prev{
    width: 50px;
    height: 50px;
  }
  .page .owl-theme .owl-nav .owl-next{
    width: 50px;
    height: 50px;
  }
  .owl-theme .owl-nav .owl-prev span, .owl-theme .owl-nav .owl-next span {
    font-size: 19px;
  }
}

@media only screen and (max-width: 479px){
  body {
    font-size: 13px;
  }
  .custom-logo {
    max-width: 150px;
  }
  .header{
    height: 55px;
  }
  main {
    margin-top: 55px;
  }
  .navbar-toggler i {
    font-size: 18px;
  }
  .copyright {
    font-size: 11px;
    margin-bottom: 7px;
  }
  .connect{
    flex-direction: column;
    align-items: center;
  }
  .email {
    margin-right: 0;
  }
  .email::after{
    content: none;
  }
  .linkedin {
    margin-right: 0;
    margin-top: 5px;
  }
  .page-title{
    font-size: 40px;
  }
  .sub-title{
    font-size: 23px;
  }
  .sec-title{
    font-size: 50px;
  }
  .navbar-nav .dropdown-menu li a{
    font-size: 11px;
  }
}

@media only screen and (max-width: 379px){

  .page-title{
    font-size: 35px;
  }
  .sub-title{
    font-size: 21px;
  }
  .sec-title{
    font-size: 45px;
  }
}

@media only screen and (max-width: 359px){
  body {
    font-size: 12px;
  }
  .custom-logo{
    max-width: 140px;
  }
  .copyright {
    font-size: 10px;
  }
  .page-title{
    font-size: 30px;
  }
  .sub-title{
    font-size: 17px;
  }
  .sec-title{
    font-size: 40px;
  }
  .page .owl-theme .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
  }
  .page .owl-theme .owl-nav .owl-next {
    width: 30px;
    height: 30px;
  }
  .owl-theme .owl-nav .owl-prev span, .owl-theme .owl-nav .owl-next span {
    font-size: 14px;
  }
  .navbar-nav .dropdown-menu li a{
    font-size: 11px;
  }
}
