@charset "UTF-8";




@font-face{font-family:'poppinsregular';src:url(../Fonts/Poppins-Regular.otf);}
@font-face{font-family:'poppinslight';src:url(../Fonts/Poppins-Light.otf);}
@font-face{font-family:'Poppins-ExtraLight';src:url(../Fonts/Poppins-Light.otf);}
@font-face{font-family:'poppinsmedium';src:url(../Fonts/Poppins-Medium.otf);}
@font-face{font-family:'poppinssemibold';src:url(../Fonts/Poppins-SemiBold.otf);}


a:hover, a:focus {
    color: #bda281 !important;	
	}


.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #000000;
    width: 100%;
    height: 100%;
}

.loader {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}

.loader:before, .loader:after {
    content: '';
    border: 1em solid #bda281;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader:before {
    animation-delay: .5s;
}

@keyframes loader {
    0% {
        transform: scale(0);
        opacity: 0; }
    50% {
        opacity: 1; }
    100% {
        transform: scale(1);
        opacity: 0; }
}



/* GLOBAL
----------------------*/

body {
    font-family: 'poppinsregular';

}

a {
    color: #fff;
}

a:hover,
a:focus {
    color: #d6619c;
}
.section {
    padding: 80px 0;
}
h1 {
    font-size: 67px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #633991;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #633991;
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #633991;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #633991;
    margin-bottom: 0.7rem;
}

p {
    color: #959094;
}

p.lead {
    color: #e38cb7;
    margin-bottom: 2rem;
}

.text-primary {
    color: #e38cb7 !important;
}

.light-font {
    font-weight: 300;
}
.desktop {
	display:block;
	}
	.desktoplearn {
	display:inline-block;
	}
.mobile {
	display:none;
	}
.mobilelearn {
	display:none;
	}		
.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}


.show {

opacity:1;
    background-color: #5760655c;

}
.modal-body {
    position: relative;
    padding: 15px;
    padding-bottom: 55px;
    padding-left: 15px;
    padding-top: 34px;
}
.modalbigp {
    font-size: 30px;
    color: #576065;
}
.sentbutton {
    background-color: #bda281 !important;
    color: #fff;
    border: #e10477;
    height: 3em;
    /* text-align: center; */
    width: 50%;
    font-weight: 700;
    vertical-align: center;
    margin-top: 1em;
    border-radius: 0.4em;
    margin-top: 3em;
background-image:unset !important;
}

.sentbutton {
      background-color: #ab9478 !important;
   
}
 



.modal-dialog {
    max-width: 700px !important;
    margin:419px auto;
}

.btn-outline-light:hover {
    color: #d6619c;
}

.btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-image: linear-gradient( 122deg, #fd378e 0%, #e54595 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #633991;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #faf6fb;
}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #998a9b;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}


/* NAVBAR
----------------------*/

.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
       background-color: #576065;
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav {
margin-right:auto;	
margin-left:auto;
	}
.navbar-nav .nav-link {
    position: relative;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 2rem;
    padding-left: 2rem;
    font-size: 17px;
    font-family: 'poppinslight';
		color:#fff;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 3px solid #bda281;
        left: 1rem;
        right: 1rem;
        bottom: 0px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}


/* HERO
----------------------*/

header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
}

.bg-gradient {
   /* background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);*/
	background:url(../images/header_back.jpg);
	background-position:center center;
	background-size:cover;
	height:100vh;
}
#home .mt-5 {
	    margin-top: 18rem!important;
	}
.tagline {
     font-size: 24px;
    font-weight: 300;
    padding-top: 0.2em;
    color: #ffffff;
    max-width: 100%;
    letter-spacing: 1px;
    margin: 0 auto;
    font-family: 'poppinslight';
    line-height: 2em;
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

.learnmorebtn {
	
 -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: 'poppinslight';
  color: #ffffff;
  font-size: 20px;
  background: #bda281;
  padding: 10px 30px 10px 30px;
  text-decoration: none;
	
	}
	.learnmorebtn:hover {
	
color:#333 !important;
	
	}
.gettouch {
	  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: 'poppinslight';
  color: #ffffff;
  font-size: 15px;
  margin-right: 2em;
  background: #bda281;
  padding: 10px 30px 10px 30px;
  text-decoration: none;
	}
.gettouch:hover {
color:#333 !important;
	}			

/*Clients*/
.myclients .container {
	width:1500px;
	    padding-top: 2em;
    padding-bottom: 1em;
	}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #c6c6c6;
}

/*End Clients*/


/*What we do*/

.whatwedo h1 {
    margin-top: 1em;
    margin-bottom: 1.6em;
    font-family: 'poppinsmedium';
    color: #576065;
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
	
	}
.whatwedosection {
padding:26px;	
	}
.whatwedosection h1 {
	font-family:'poppinsregular';
	text-transform:uppercase;
	}	
.whatwedosection p {
font-family:'poppinslight';
	}		
	
.leadbox_heading {
    color: #fff;
    margin-top: 32px;
    text-align: left;
    font-size: 44px;
    font-family: 'railwaysemibold';
    font-weight: 300;
}
.hrstyle1 {
    border: 2px solid #bda281;
    max-width: 72px;
    background-color: #bda281;
    padding: 0em;
    margin-left: 0em;
    margin-top: 1.3em;
    /* height: 2em; */
    margin-bottom: 1.5em;
}
.hrstyle2 {
    border: 2px solid #bda281;
    max-width: 50px;
    background-color: #bda281;
    padding: 0em;
    margin-left: 0em;
    margin-top: 1.3em;
    /* height: 2em; */
    margin-bottom: 0em;
	display:block;
	margin-left:auto;
	margin-right:auto;
}


.whatp {
  
    color: #ffffff;
    font-size: 15px;
    text-align: left;
    line-height: 40px;
    letter-spacing: 1px;

}
.whatbox-right {

background-color:#8f989d;
	}
	
	.whatbox-left {

background-color:#576065;
	}
	

.whatimg img {
object-fit:cover;
    width: 100%;
    height: 34em !important;
    height: auto;
    transform: scale(1);
    transition: all 0.5s ease 0s;
	
	}	
	
.whatcont-right {
	padding-top: 4em;
    height:34em;
    padding-left: 7em;
    width: 66%;
	}
.whatcont-left {
	padding-top: 4em;
    height:34em;
    padding-right: 5em;
	float:right;
    width: 63%;
	}

/*End what we do*/



/*Our Work*/
.ourwork h1 {
    margin-top: 1.5em;
    margin-bottom: 1.1em;
    font-family: 'poppinsmedium';
    color: #576065;
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
}
/*Our Work*/



.container-fluid {

outline:none;
	
	}



/*Contact*/

.contact h1 {
    margin-top: 1em;
    margin-bottom: 1.9em;
    font-family: 'poppinsmedium';
    color: #576065;
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
	}
/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { 
 font-family:'poppinslight';  
  color: #fff;
  font-size:14px;
  text-transform:capitalize;
}
input:-moz-placeholder { 
 font-family:'poppinslight';
  color: #fff;
   font-size:14px;
    text-transform:capitalize;
}
input::-moz-placeholder { 
  font-family:'poppinslight';
  color: #fff;
   font-size:14px;
    text-transform:capitalize;
}
input:-ms-input-placeholder { 
 font-family:'poppinslight';
  color: #fff;
   font-size:14px;
    text-transform:capitalize;
}

textarea::-webkit-input-placeholder { 
font-family:'poppinslight';
  color: #fff;
   font-size:14px;
    text-transform:capitalize;
}
textarea:-moz-placeholder { 
font-family:'poppinslight';
  color: #fff;
   font-size:14px;
    text-transform:capitalize;
}
textarea::-moz-placeholder { 
 font-family:'poppinslight';
  color: #fff;
   font-size:14px;
    text-transform:capitalize;
}
textarea:-ms-input-placeholder { 
  font-family:'poppinslight';
  color: #fff;
   font-size:14px;
    text-transform:capitalize;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*---------------------------------------------*/
.container {
	max-width: 1200px;
}




/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: transparent;
  position: relative;
  z-index: 1;
}

.contact100-map {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.wrap-contact100 {
  width: 1170px;
  background: #fff;
  border-radius: 10px;
  padding: 82px 180px 33px 180px;
  position: relative;
  display: none;
}

.show-wrap-contact100 {
  visibility: visible;
  opacity: 1;
}


/*==================================================================
[ Form ]*/

.formbutton {
	 -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family:'poppinslight';
  color: #fff;
  font-size: 20px;
  padding: 10px 30px 10px 30px;
  border: solid #fff 1px;
  text-decoration: none;
  width:100%;
  background:transparent;
  margin-top: 2em;
	}

.formbutton:hover {
	 color:#fff;
	 background-color:#bda281;
	 
	}


.contact100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

	padding:54px;
}

.contact100-form-title {
  display: block;
  width: 100%;
font-family:'poppinslight';
  font-size: 39px;
  color: #fff;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 44px;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 13px;
  margin-bottom: 65px;
}

.rs1-wrap-input100 {
  width: calc((100% - 30px) / 2);
}

.label-input100 {
 font-family:'poppinslight';
  font-size: 15px;
  color: transparent;
  line-height: 1.5;
  padding-left: 5px;
  display:block;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
 
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  padding: 0 5px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #576065;
}


/*---------------------------------------------*/
input.input100 {
  height: 40px;
}


textarea.input100 {
  min-height: 110px;
  padding-top: 9px;
  padding-bottom: 13px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: -25px;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #ff4b5a;
  border-radius: 25px;

  font-family: Poppins-Medium;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
}

.contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background-color: #333333;
  box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
}

.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .wrap-contact100 {
    padding: 82px 80px 33px 80px;
  }
}

@media (max-width: 768px) {
  .rs1-wrap-input100 {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 82px 15px 33px 15px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: Poppins-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/*==================================================================
[ Contact more ]*/

.contact100-more {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
}

.contact100-more-highlight {
  color: #ff4b5a;
}

/*==================================================================
[ Button hide form ]*/

.contact100-btn-hide {
  color: #333333;
  font-size: 14px;

  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 50%;
  top: -15px;
  right: -15px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-btn-hide:hover {
  background-color: #333333;
  color: #fff;
}


/*==================================================================
[ Button show form ]*/

.contact100-btn-show {
  color: #fff;
  font-size: 39px;

  position: fixed;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact100-btn-show::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #ff4b5a;
  border-radius: 50%;

  top: 0;
  left: 0;
  
  box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-animation: beatbtn 0.9s ease-in-out infinite;
  animation: beatbtn 0.9s ease-in-out infinite;
}


@keyframes beatbtn {
  0% {
    background-color: rgba(255, 75, 90, 1);
    transform-origin: center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    background-color: rgba(255, 75, 90, 0.8);
    transform-origin: center;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}



/*End Contact*/




.footer {
	width:97.2%;
	padding-top:4em;
	}

.footer .container {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    padding-bottom: 2em;
    border-top: 1px solid #697176;
	 border-bottom: 1px solid #697176;
	}	
	.myfooterlogo {
	border:none !important;	
		}
.footerlogo {
padding-bottom:3em;	
	}
	.social {
	padding-left:2em;	
		}
	.social img {
		padding-right:20px;
		}
.footer1 {

    border-right: 1px solid #697176;

    margin-top: 3em;
	}	
.footer2 {
	
    border-right: 1px solid #697176;

    margin-top: 3em;
	}
.footer3 {



    margin-top: 3em;
	}



.footer1 img {
	    display: block;
    margin-left: auto;
    margin-right: auto;
	}
	
.footer1 h2 {
	   text-align:center;
	       font-size: 24px;
		       color: #b5bcc0;
			       margin-top: 1rem;
				   font-family:'poppinsmedium';
	}
.footer1 p {
	   text-align:center;
	      color: #b5bcc0;
	    font-family:'poppinslight';
	}

.footer2 img {
	    display: block;
    margin-left: auto;
    margin-right: auto;
	}
	
.footer2 h2 {
	   text-align:center;
	       font-size: 24px;
		       color: #b5bcc0;
			       margin-top: 1rem;
				   font-family:'poppinsmedium';
	}
.footer2 p {
	   text-align:center;
	     color: #b5bcc0;
	    font-family:'poppinslight';
	}

.footer3 img {
	    display: block;
    margin-left: auto;
    margin-right: auto;
	}
	
.footer3 h2 {
	   text-align:center;
	       font-size: 24px;
		       color: #b5bcc0;
			       margin-top: 1rem;
				   font-family:'poppinsmedium';
	}
.footer3 p {
	   text-align:center;
	      color: #b5bcc0;
	    font-family:'poppinslight';
	}
	
	
	
	/*Slider*/
	
/*	#slide-window
  {
  position:fixed;
  width:100%;
  height:100%;
  overflow:hidden;
  top:0px;
  left:0px;
  }

#slides
  {
  height:100%;  
  position:absolute;
  margin:0px;
  padding:0px;
  
  -webkit-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
    
  transition: all 0.66s ease; -webkit-transition: all 0.66s ease; 
  
  }

.slide 
  {
  list-style:none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 100%;
  background: #ccc;
  text-align: center;
  line-height: 300px; 
  background-size: cover; 
  background-position:50% 50%;
  color:#fff;
  -webkit-transform: translate3d(0px,0px,0px);
  visibility:hidden;
  -webkit-transform-style: preserve-3d;
  }

.alive { visibility:visible; }

.nav 
  { 
  position:fixed; 
  z-index:9; 
  top:50%; 
  cursor:pointer; 
  color:#fff; 
  opacity:0.7; 
  transition: all 0.66s ease; -webkit-transition: all 0.66s ease; 
  }

.nav:hover { opacity:1.0; }
#left { left:3%; }
#right { right:3%; }


#credit 
  { 
  position:fixed; 
  top:25px; 
  left:25px; 
  color:#eaeaea; 
  font-family: 'Courier New', Courier, monospace;  
  }*/
  
  #credit {    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 9999;
    color: #fff;
	
  }
  
  #creditname {    position: fixed;
    top: 25px;
    left: 25px;
    z-index: 9999;
    color: #fff;
   
   font-size:30px;
   
  }  
  
  
.navigation {
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 100;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: solid 2px white;
  opacity: 0.5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: rgba(120, 160, 170, 0.4);
  cursor: pointer;
}

.navigation svg {
  z-index: 101;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: .3;
}

.navigation:hover { opacity: 1; }

.navigation:hover svg { opacity: 1; }

.navigation--next {
  right: 20px;
  top: 50%;
}

.navigation--next:hover svg {
  -webkit-transform: translateX(4%);
  transform: translateX(4%);
}

.navigation--prev {
  left: 20px;
  top: 50%;
}

.navigation--prev:hover svg {
  -webkit-transform: translateX(-4%);
  transform: translateX(-4%);
}
  
  
  
	/*Slider*/
	
	
.box .title {
	font-family:'poppinssemibold';
	    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 5px;
    letter-spacing: 1px;
	}	
.box .semititle {
	    font-family: 'poppinslight';
    font-weight: normal;
    font-style: normal !important;
    font-size: 18px;
    letter-spacing: 1px;
	}		
	
	
	



@media (max-width:1700px) {
.whatcont-left {

    width: 75%;
}
.whatcont-right {
    width: 75%;
}

.tz-gallery .lightbox img {

    height: 22em;

}
.box .content {
	    padding-top: 10em;
	}
.box .post {
    display: block;
    font-size: 14px;
}
.footer {
    width: 96.8%;
 
}
}

@media (max-width:1500px) {
.whatcont-left {
    width: 84%;
}
.whatcont-right {
    width: 87%;
}
.tz-gallery .lightbox img {
    height: 20em;
}
.box .post {
    display: block;
    font-size: 12px;
}
.box .content {
    padding-top: 8em;
}
.footer {
    width: 96.2%;
}
.box .post {

    padding-left: 3.5em;
    padding-right: 3.5em;

}
#home .mt-5 {
    margin-top: 15rem!important;
}
}

@media (max-width:1400px) {

#home .mt-5 {
    margin-top: 8rem!important;
}
.whatcont-left {
    width: 88%;
}
.whatcont-right {
    width: 92%;
}
.footer {
    width: 96%;
}
}
@media (max-width:1300px) {
.whatcont-left {
    width: 94%;
}
.whatcont-right {
    width: 94%;
}
.whatcont-right {

    padding-left: 5em;

}
.tz-gallery .lightbox img {
    height: 16em;
}

.box .post {
    display: block;
    font-size: 10px;
}
.box .post {

    padding-left: 2em;
    padding-right: 2em;

}
.box .content {
    padding-top: 7em;
}
.footer {
    width: 95.8%;
}
.footer .container {
    margin-top: 20px;
    margin-bottom: 20px;
       width: 100%;
    /* float: left; */
    /* padding: 2em; */
    border: 0;
    padding-bottom: 2em;
    border-top: 1px solid #697176;
    border-bottom: 1px solid #697176;
}
}





@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
	.leadbox_heading {
 
    font-size: 33px;
  
}

.box .post {
    padding-left: 2.5em;
    padding-right: 2.5em;
    font-size: 10px;
    line-height: normal;
}

.myclients .container {
	max-width:1200px;
	width:100%;
	}
.footer {
    width: 94.7%;
}
.whatp {
    font-family: 'latolight';

    font-size: 13px;

}
.whatcont-left {

    padding-right: 2em;

}
.whatcont-left {
    width: 90%;
}
.whatcont-right {

    padding-left: 2em;

}
.whatcont-right {
    width: 90%;
}
.tz-gallery .lightbox img {
  
    height: 13em;

}
.box .content {
   padding-top: 5.5em;
}
.box .title {

    font-size: 14px;

}

.box .semititle {

    font-size: 15px;

}
.box .post {
    padding-left: 2.5em;
    padding-right: 2.5em;
	    font-size: 10px;
}
.footer .container {
    margin-top: 3em;
  
}
.myfooterlogo {
margin-top:0em !important;	
	}
}


@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
	
	.desktop {
	display:none;
	}
		.desktoplearn {
	display:none;
	}
.mobile {
	display:block;
	}
.mobilelearn {
	display:inline-block;
	}	
	.butmobnav {
		width:49%;
		}	
	.footer {
    width: 93%;
    margin-top: 47em;
}
.footer1 {
border:none;	
	}
	.footer2 {
border:none;	
	}
.mobilenavbutton {
	display:block;
	margin-left:auto;
	}
	.gettouch {
		margin-right:0em;
		}
	.whatp {
  
    font-size: 19px;
}	
.mobclient {
	margin-top:1em;
	margin-bottom:2em;
	}  	
	.label-input100 {

  display:none;
}
}


@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 100%;
    }
}

@media (max-width:480px) {
    .mymobilelogo {
		width:50%;
		}
		#creditname {

    font-size: 13px;
}
	#home .mt-5 {
    margin-top: 0rem!important;
}
.modal-dialog {

    margin: 247px auto;
}
h1 {
    font-size: 29px;
}
.whatwedo h1 {
   
    font-size: 28px;
  
}
.whatimg img {
   
    height: auto !important; 
 
}
.whatcont-right {
    padding-left: 2em;
    padding-top: 2em;
}
.whatp {
    font-size: 12px;
}
.whatp {
   
    line-height: 29px;
    
}
.ourwork h1 {
	font-size:28px;
	}
.contact h1 {
		font-size:28px;
	}	

.contact100-form-title {

    font-size: 16px;
}
.contact100-form {

    padding: 14px;
	    padding-bottom: 3em;
}

.map {
    height: 20em !important;	
	}	
	.footer .container {
    margin-top: 47em;
}
.footer {
    width: 85.2%;
    margin-top: 2em;
}	.footer1 p{
    font-size: 13px;
}
.footer2 p{
    font-size: 13px;
}
.footer3 p{
    font-size: 13px;
}
.whatwedosection {
    padding: 0px;
}
.tz-gallery {
    padding: 13px;
}
.map {
	padding:0px !important;
	}
	.footer {
    width: 100%;
    margin-top: 2em;
}	
.mymobilelogo {
    width: 56%;
}
.navbar-dark .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.57);
    background-color: #00000012;
	    margin-top: -1em;
}
.gettouch {
	    display: block;
    margin-left: auto;
    margin-right: auto;
	    width: 70%;
	}
.navbar-nav .nav-item {
    text-align: center;
    margin-bottom: 0.5em;
}
.whatcont-right1 {
    height: 28em;
	}
.whatcont-right2 {
    height: 24em;
	}
	.whatcont-right3 {
     height: 27em;
	}	
	.whatcont-right4 {
   height: 32em;
	}	
	.whatcont-right5 {
     height: 32em;
	}	
			
 .mymobilelogo {
    width: 76%;
}
	#home .mt-5 {
    margin-top: 2rem!important;
}
.mobclient {
	margin-top:1em;
	margin-bottom:2em;
	}  
.contact100-form-title {
    font-size: 20px;
    padding-top: 2em;
    /* padding-bottom: 2em; */
}		    
}

@media (max-width: 400px) {
.footer {
    width: 84.54%;
    margin-top: 2em;
}
.whatwedosection {
    padding: 0px !important;
}
.tz-gallery {
    padding: 13px;
}
.map {
	padding:0px;
	}
.footer {
    width: 100%;
    margin-top: 2em;
}	
.mymobilelogo {
    width: 76%;
}
.navbar-dark .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.57);
    background-color: #00000012;
	    margin-top: -1em;
}
.navbar-nav .nav-item {
    text-align: center;
    margin-bottom: 0.5em;
}
.whatcont-right1 {
    height: 28em;
	}
.whatcont-right2 {
    height: 24em;
	}
	.whatcont-right3 {
     height: 27em;
	}	
	.whatcont-right4 {
   height: 32em;
	}	
	.whatcont-right5 {
     height: 32em;
	}	
	
}

