@import url(https://fonts.googleapis.com/css?family=Chilanka|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url(https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.css);
@import url(https://use.fontawesome.com/releases/v5.8.1/css/all.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);


@font-face {
font-family: 'Brandon Grotesque Black';
font-style: normal;
font-weight: normal;
src: local('Brandon Grotesque Black'), url('../fonts/brandon-grotesque-black-58a8a3e824392.woff') format('woff');
}

@font-face {
font-family: 'Brandon Grotesque';
font-style: normal;
font-weight: normal;
src: local('Brandon Grotesque'), url('../fonts/brandon-grotesque-light-58a8a4b38001d.woff') format('woff');
}

@font-face {
font-family: GE-Dinar-One-Medium;
src: url('../fonts/GE-Dinar-One-Medium.otf');
}

@font-face {
font-family: GE-Dinar-One-Medium-Italic;
src: url('../fonts/GE-Dinar-One-Medium-Italic.otf');
}

@font-face {
font-family: GE-Dinar-One-Light;
src: url('../fonts/GE-Dinar-One-Light.otf');
}

@font-face {
font-family: GE-Dinar-One-Light-Italic;
src: url('../fonts/GE-Dinar-One-Light-Italic.otf');
}

body {
    font-size: 16px !important;
    text-decoration: none;
    line-height: 1.6 !important;
    font-family: 'Roboto', sans-serif, GE-Dinar-One-Medium;
    font-weight: 300 !important;
    overflow-x:hidden;
    background: #fff;
    font-weight: lighter;
    font-size: 16px !important;
    height: 100% !important;

}
p { 
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}
h2 {
    font-size: 50px;
}
h1,h2,h3,h4,h5{
    margin: 0;
}
ol, ul, li {
    list-style:none;
}
.img img{
    width: 100%;
}
.clear{
    clear: both;
}
:focus {
    outline: none;
}
a:focus {
    text-decoration:none !Important;
}
a{
    text-decoration: none !Important;
}
a:hover{
    text-decoration: none !Important;
}
.no-padding{
    padding: 0 !important;
}
a { font-size: 15px;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

::selection {
    background: #4b2407;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background:#d9ac29;
    color:#fff;
    text-shadow:none;
}

::-webkit-scrollbar {
    width: 9px;
    background: #d2d2d2;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow:inset 39px 46px 41px #4b2106;
}
::-moz-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow:inset 39px 46px 41px #4b2106;
}

#menuToggle
{
    display: block;
    position: relative;
    top:34px;
    left: 50px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input
{
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */

    -webkit-touch-callout: none;
}
/*
 * Just a quick hamburger
 */
#menuToggle span
{
    display: block;
    width: 33px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: #f2c744;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    opacity 0.55s ease;
}
#menuToggle span:first-child
{
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
    transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
    
    
    
    
	
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
    transform: rotate(-45deg) translate(0, -1px);
}


#menuToggle .bg {
  position: absolute !important;
  top: 70px !important;
  left: 0 !important;
  width: 100% !important;
  height: calc(100% - 70px) !important;
  visibility: hidden !important;
  opacity: 0 !important;
  transition: .3s !important;
  background: #FFF !important;
  z-index:20000;
}

#menuToggle:focus-within .bg {
  visibility: visible !important;
  opacity: .6 !important;
}

/*
 * Make this absolute positioned
 * at the top left of the screen
*/

#menu {
    position: absolute;
    min-width: 532px;
    margin: 0px 0 0 -200px  !important;
    top: -61px;
    padding-top: 125px;
    height: 110vh !important;
    background: #ffffff;
    -webkit-box-shadow:-5px 0px 10px -8px rgba(0,0,0,0.42);
    -moz-box-shadow: -5px 0px 10px -8px rgba(0,0,0,0.42);
    box-shadow: -5px 0px 10px -8px rgba(0,0,0,0.42);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
   
}

#menu li
{
  padding: 10px 0 0 30px;
  font-size: 22px;
  color: #666;
  font-weight: 900;
  font-family: Brandon Grotesque,GE-Dinar-One-Medium;
}
#menu li:hover
{
    color: #000;
}
/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
    transform: none;
}

.navbar-brand {
    width: 100%;
   
}
.navbar-brand>img{
    margin: auto;
   width: 30%;
  height: auto;

}
.content_col img {
    width: 100%;
}
.hometage {
    padding-top: 15% !important;
}
.content_col{
      padding-top:17% !important;
}





.black{
    position:fixed;
    top:1%;
    width: 100%;
        height: 115px;
    transition: .8s;
    z-index: 200;
}
.blue{
    position:fixed;
    top:0;
    background:white;
    width:100%;
    height:85px;
    transition: .8s;
}
.stickyM{
    background: #fff !important;
    top: 0% !important;
    transition: .2s !important;
    color: #000 !important;
    box-shadow: 0 0 1px #eee;
}
.stickyM .navbar-default .navbar-nav>li>a {
    color: #000 !important;
    margin-top: 20px;
}
.stickyM .navbar-default .navbar-nav>li>a:hover {
    color: #fff !important;
}
.stickyM .navbar-brand img{
   content: url(../Images/hashtaglogo1.png);
    margin-top: 5px;
     float: left;
    height: 7vh;
    width: auto;
    
}



.dogoodheadding{
   padding-top: 5%;
    
}
.padd {
    padding: 0 20px 20px 0 !important
}
.padd1 {
       padding: 4px 4px !important;
}
.padd2 {
    padding: 0px 3px !important;
}
.row2{
    margin-right: -3px;
    margin-left: -3px;
}
.img_col{
    position: relative;
    overflow: hidden;
    transition: transform .5s;

}
.img_col img {
    -ms-transform: scale(1); /* IE 9 */ -webkit-transform: scale(1); /* Safari 3-8 */ transform: scale(1);
    transition: transform .5s;


}
.img_col:hover img {
    -ms-transform: scale(5); /* IE 9 */ -webkit-transform: scale(1.5); /* Safari 3-8 */ transform: scale(1.1);
    transition: transform .5s;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background: rgba(0,0,0,0);
}
.overlay:hover{
     background: rgba(255, 255, 255, 0.85);
}
.overlay-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background: rgba(0,0,0,0);
}
.overlay-2:hover{
    background: rgb(255, 255, 255,0.5);

}

.text h1 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 15px;
    padding-top: 22%;
}
.text:hover h1{
    opacity: 1;
    transition: all 0.5s ease 0.3s;
    margin-top: 10px;
}
.H_one {
    padding-top: 35% !important;
}
.H_two{
    padding-top: 42% !important;
}
.H_three {
    padding-top: 9% !important;
} 
.text{
    position:absolute;
    left:0%;
    width: 100%;
    top: 0%;
    height: 100%;
    text-align: center;
    opacity: 0;
    vertical-align: middle;
}
.overlay .text:hover {
    opacity: 1;
}
.text p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    opacity: 0;
}
.text:hover p{
    opacity: 1;
    transition: all 0.5s ease 0.3s;
    margin-top: -20px;
}



.text2 h1 {
    color: #191919;
    font-size: 25px;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 15px;
    padding-top: 22%;
     font-family: Brandon Grotesque black;
}
.text2:hover h1{
    opacity: 1;
    transition: all 0.5s ease 0.3s;
    margin-top: 10px;
}
.H_one {
    padding-top: 35% !important;
}
.H_two{
    padding-top: 42% !important;
}
.H_three {
    padding-top: 9% !important;
} 
.text2{
    position:absolute;
    left:0%;
    width: 100%;
    top: 0%;
    height: 100%;
    text-align: center;
    opacity: 0;
    vertical-align: middle;
}
.overlay .text2:hover {
    opacity: 1;
}
.text2 p {
    color: #191919;
    font-size: 16px;
    text-align: center;
    opacity: 0;
    padding-top: 10px;
    font-style:italic;
    padding: 10px 20px 0 20px;
}
.text2:hover p{
    opacity: 1;
    transition: all 0.5s ease 0.3s;
    margin-top: -20px;
}



.awesome {
    background: #fac601;
    text-align: left;
    padding: 1% 3% 3% 1%;
    z-index: 50;
    position: relative;
    margin-bottom: -60px;
	
}
.awesome h1 {
    font-size: 70px;
    font-weight: 700;
    color: #fFF;
    letter-spacing: 0px;
    font-family: Brandon Grotesque black;
}



.awesome p{
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    padding: 0% 12% 0% 5%;
    padding-bottom: 15px;
    text-align: justify;
}
.awesome a {
    text-align: center !important;
    padding: 12px 50px;
    border: 1px solid #fff;
    font-weight: 600;
    color: #fff;
    border-radius: 11px;
    
    font-style: Brandon Grotesque black;
}
footer {
    background: url(../Images/footer1.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 6%;
    color: #fff;

}
footer h5 {
    font-weight: 100;
    padding-top: 40px;
    margin-left: 50px;
}
footer h1 {
    font-weight: 100;
    margin-left: 50px;
    padding-bottom: 25px;
}
footer  .fab {
    color: #fff;
    border-radius: 25px;
    padding: 12px 12px;
    margin-left: 7px;
    margin-right: 7px;
    border: 2px solid #fff;
    transform: translateX(42px);
}
footer  .fab:hover  {
    color: #fac601;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

.contact #contact {
    width: 50%;
        padding-top: 50px;
    margin: auto;
}

#contact h3 {
    display: block;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

fieldset {
    border: medium none !important;
    margin: 0 0 -6px;
    min-width: 100%;
    padding-top: 5px;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    border: 1px solid #9698ad;
    margin: 0 0 5px;
    padding: 10px;
    color: #353535;
    /* background: #0b4f8c; */
    opacity: 0.7;
}


#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #fff;
}

#contact ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #353535;
  opacity: 1; /* Firefox */
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
    background: #fff;
    border: 1px solid #fff;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #4CAF50;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#contact button[type="submit"]:hover {
    background: #43A047;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
    text-align: center;
}
#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #fff;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}
.form p {
    font-weight: 200;
    text-align: center;
    margin-left: -20%;
}

.oryx_col {
    padding-top: 25%;
}
.oryx_content h1 {
    font-weight: 900 !important;
    padding-top: 40px;
    color: #000;
    font-size: 45px;
    letter-spacing: 2px;
    font-family: 'Brandon Grotesque Black';

}
.oryx_content p {
   padding-top: 5px;
   
    font-weight: 400;
   
    font-size: 16px;
    padding-right: 40px;
   
   
    
}
hr {
    border: 1px solid #efebeb;
}
.oryx_content h2 {
       font-weight: 300;
    letter-spacing: 1px;
    font-size: 13pt;
    color: #b2b2b2;
    line-height: 1.5;
    padding-top: 15px;
    padding-bottom: 15px;
        padding-right: 25px;
}
.oryx_content h6{
    padding-top: 15px;
    font-weight: 600;
    font-family: Brandon Grotesque black, GE-Dinar-One-Medium;

}
.hr2 {margin-bottom: 60px;}
.oryx_content h5{
    padding-bottom: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}

.portfolio {
   margin-top: 100px;
}
.portfolio .col-md-12 {
    margin-bottom: 20px;
}
.portfolio hr {
    width: 85%;
    border-color: #f3cd57;
    float: left;
    font-family: 'Brandon Grotesque Black';
}
.portfolio_hr p{
    float: right;
    padding-top: 8px;
    margin-left: 10px;
     font-family: 'Brandon Grotesque Black';
}
.portfolio2{
    margin-top: 50px;
    margin-top: 15px;
}
.oryx_dream {
    padding-bottom: 4px;
}
.work {
    padding-bottom: 4px;
}

.work h2 {
    text-align: center;
    font-weight: 500;
    color: #365a67;
    letter-spacing: 2px;
    font-size: 36px;
}


.about {
    padding: 60px 60px;
    text-align: center;
}
.about .p1 {
    font-weight: 450;
    color: #000;
    font-size: 18px;
}
.about .p2 {
    color: #d3d3d3;
}
.about .p3 {
    color: #000;
        font-weight: 400;
    font-size: 17px;
}
.button a {
    font-size: 19px;
    font-weight: 900 !important;
    border: 1px solid #cccccc;
    border-radius: 11px;
    padding: 9px 19px;
    color: #000;
    font-family: Brandon Grotesque Black, GE-Dinar-One-Medium;
    letter-spacing: 5px;
}
.about_core {
    background: url(../Images/about/about_core.jpg) no-repeat fixed;
    background-size: cover;
    padding: 60px 0px;
    text-align: center;
}
.about_core  h1 {
    font-weight: 900;
    color: #fff;
    font-size: 50px;
    padding-bottom: 60px;
    font-family: 'Brandon Grotesque Black';
}
.about_core .col-md-2 {
    width: 20%;
}
.about_core h3 {
    font-weight: 900;
    color: #000;
    font-family: 'Brandon Grotesque Black';
}
.values hr {
    width: 80px;
    background: #000;
    border: 1px solid #000;
}

.about_core p {
    color: #8e4700;
    font-size: 16px;
	
}
.about_core span {
    color: #333;
    font-size: 14px;
	margin-bottom: 15px;
}

.about_story {
    background: url(../Images/about/about_story.jpg) no-repeat;
    background-size: cover;
    height: 100%;
}
.story_content {
    text-align: left;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 55px;
}
.story_content h2 {
    font-weight: 800;
    padding-bottom: 20px;
    font-size: 50px;
     font-family: 'Brandon Grotesque Black';
}
.story_content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
}
.about_team {
    padding:70px 0px;
    background: url(../Images/about/abt_team.png) no-repeat fixed;
    background-size: 160%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
.about_team img {
    width: 100%;
}
.about_team h1 {
    text-align: right;
    font-weight: 800;
    padding-bottom: 80px;
    color: #000;
    font-family: 'Brandon Grotesque Black';
}
.about_team h4 {
    font-weight: 800;
    color: #000;
    padding-top: 15px;
}
.about_team h3 {
    font-weight: 800;
    color: #000;
    padding-top: 15px;
    padding-bottom: 40px;
    font-size: 22px;
     font-family: 'Brandon Grotesque Black';
}
.about_team p {
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: 400;
    line-height: 2;
}
.about_team .team2 {
    text-align: right;
}
.about_team .team4 {
    text-align: right;
}
.globelteam {
    text-align: center;
}
.globelteam h1 {
    padding-bottom: 55px;
    font-family: 'Brandon Grotesque Black';
}

.about_belive {
    background-image: url(../Images/about/about_belive.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 50px 0px;
    color: #fff;
}
.about_belive h3 {
    font-weight: 900;
    margin-bottom: 60px;
    font-family: 'Brandon Grotesque Black';
}
.about_belive p {
    font-weight: 400;
   padding-bottom: 0px;
    padding-top: 0px;
    line-height: 2;
}
.services{
    background-size: cover;
    background-image: url(../Images/services/service_ban.gif);
    width: auto;
    height: 100%;
    padding: 6% 0%
}
.services h2 {
     text-align: center;
    font-weight: 800;
    color: #fff;
    letter-spacing: 4px;
    font-size: 35px;
    font-family: Brandon Grotesque Black;
}
.service {
    padding: 50px 0px;
    text-align: center;
}
.service  {
    background: url(../Images/services/service_col.gif) no-repeat;
    background-size: cover;
    width: 100%;
}
.service_content {
    text-align: center;
    padding: 80px 0px;
}
.service_content img {
    width: auto;
}
.service_content h4{
    font-weight: 800;
    padding-bottom: 10px;
    padding-top: 20px;
    font-family: 'Brandon Grotesque Black';

}
.service_content hr {
    width: 80px;
    border: 1px solid #cacaca;
}
.service_content ul {
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.5;
}
.dogood {
    background-size: cover;
    height: 100%;
    width: 100%;
    background: url(../Images/dogood/good_ban.gif);
    padding: 6% 0%;
}
.dogood h2{
    text-align: center;
    font-weight: 800;
    color: #fff;
    letter-spacing: 4px;
    font-size: 35px;
    font-family: 'Brandon Grotesque Black';
	
}

.gooddo {
    padding: 8px 0px;
    padding-bottom: 80px;
}
.gooddo {
    background: url(../Images/dogood/doGoodBG.png) no-repeat;
    background-size: cover;
    height: 100%;
    margin:8px 0px;
}
.do-cont {
    text-align: center;
}
.do-cont .heart img {
    width: 7vh!important;
    height: auto;
        padding: 30px 0px;
    
}
.do-cont h3 {
    font-weight: 800;
    font-size: 21px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    padding-top: 30px;
      font-family: 'Brandon Grotesque Black';
}
.do-cont p {
    font-weight: 400;
    padding: 5px 0px;
    font-size: 16px !important;
}
.do-cont a {
   font-size: 19px;
    font-weight: 900 !important;
    border: 1px solid #fff;
    border-radius: 11px;
    padding: 9px 19px;
    color: #fff;
    margin-bottom: 50px;
    letter-spacing: 5px;
    font-family: 'Brandon Grotesque Black';
}
.contact {
    background: url(../Images/contact/contact_ban.gif) no-repeat;
    width: 100%;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding-bottom: 80px;
	height: 950px;
	padding-top:10%;
	background-size: cover;
}
.contact h4 {
    font-weight: 400;
    padding-bottom: 20px;

}
.contact p {
    font-weight: 400;
    font-size: 16px !important;
    padding-bottom: 10px;
}


.contact fieldset {
    margin: 0 0 0 0px;
  
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}
.contact ::placeholder {
    color: #666;
    opacity: 1; /* Firefox */
}
.contact_text h2 {
    padding-bottom: 80px;
    font-weight: 800;
    font-size: 35px;
    letter-spacing: 5px;
       font-family: 'Brandon Grotesque Black';
}
.contact  input[type=button] {
    border: 2px solid #ffffff;
    padding: 8px 32px;
    margin-bottom: 30px !important;
    color: #fff !important;
    font-size: 14px !important;
    border-radius: 6px;
    background-color:rgba(0,0,0,0.2);
    font-weight: 800;
}
.contact  input[type=button]:hover {
    background-color:rgba(0,0,0,0.5) !important;

}


.buttonsend {
    background-color: #fac601 !important;
    border: none !important;
    color: white !important;
    padding: 8px 25px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block;
    font-size: 16px !important;
}



@media screen and (max-width:320px) {
    
 .oryx_content h1 {
    font-weight: 600 !important;
    padding-top: 40px;
    color: #000;
    font-size: 25px;
    letter-spacing: 5px;
    font-family: 'Brandon Grotesque Black';
 }


.contact #contact {
    width: 90%;
    margin: auto;
}

.abt_cont h3 {
    font-weight: 800;
    padding-bottom: 20px;
    font-family: Brandon Grotesque Black;
    letter-spacing: 2px;
   
    text-align: right;
}

      .values img {
    width: 10% !important;
    padding-bottom: 20px;
}

.about_belive h3 {
    font-weight: 900;
    margin-bottom: 0px;
    font-family: 'Brandon Grotesque Black';
}

}







@media screen and (min-width:320px) and (max-width:479px) {
    
    .about_belive h3 {
    font-weight: 900;
    margin-bottom: 10px;
    font-family: 'Brandon Grotesque Black';
}

    .values img {
     width: 10% !important;
    padding-bottom: 20px;
}
    
        .oryx_content h1 {
    font-weight: 600 !important;
    padding-top: 40px;
    color: #000;
    font-size: 28px;
    letter-spacing: 6px;
    font-family: 'Brandon Grotesque Black';
}
    
     .content_col {
   padding-top:25% !important;
}
.navbar-brand>img {
    margin: auto;
    width: 50%;
    height: auto;
}


.contact #contact {
    width: 80%;
    margin: auto;
}


    .innermenu .navbar-brand>img {
        margin: auto;
    }
 
    .navbar-brand>img{
       
    }
    .navbar-brand {
        width: 94% !important;
    }
    #menuToggle{
        left: 0px !important;
    }
    .stickyM #menuToggle {
        top: -5px !important;
    }
    .stickyM .navbar-brand img {
        
        margin-top: 15px;
    }
    #menu  {
        width: 450px;
       
    }
    .homemenu #menu {

        margin: 0px 0 0 -340px !important;
        transform: translate(110%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    .innermenu #menu {
        margin: 0px 0 0 -350px !important;
        transform: translate(110%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    .black  {
        height: 95px !important;
    }
    .awesome {
        text-align: center !important;;
        padding: 6% 3% 10% 3%;
        margin-bottom: 0px;
    }
    .awesome h1 {
        font-size: 25px;
        padding-bottom: 20px;
        letter-spacing: 0px;
    }
    .awesome p {
        padding: 0px !important;;
        font-size: 16px;
        text-align:center;
        
    }
    .awesome a{
        padding: 10px 33px;
        margin-left: 0% !important;;
    }
    footer {
        padding-top: 16%;
        text-align: center !important;
    }
    footer h1{
        margin-left: 0px;
        font-size: 25px;
        font-weight: 400;
    }
    footer h5{
        margin-left: 0px;
        font-weight: 400;
        padding-top: 0px;
        padding-bottom: 20px;
    }
    footer .fab {
        transform: translateX(0px);
    }
    #contact {
        padding: 15px 0px 0px 0px !important;
        margin-left: 0%; 
    }
    .form p {
        margin-left: 0% !important;  
    }

    .dogood h1 {
        margin-top: 130px;
    }
    .services h1 {
        margin-top: 130px;
    }
    .service_content .row {
        margin: 0px;
    }
    .about_core .col-md-2 {
        width: 100%;
    }
    .about_belive img {
        width: 100%;
    }
    .button a {
        font-size: 13px;
        padding: 12px 45px;
    }
    .about {
        padding: 60px 0px;
        text-align: center;
    }
    .portfolio_hr p {
        padding-top: 10px;
        font-size: 13px !important;
    }
    .portfolio hr {
        width: 60%;
    }

    .portfolio .col-md-12 {
        margin-bottom: 30px;
    }
    .about_team h1  {
        text-align: center;
    }
    .about_core  h1 {
        font-size: 35px;
    }
    .abt_cont h3 {
    font-weight: 800;
    padding-bottom: 20px;
    font-family: Brandon Grotesque Black;
    letter-spacing: 2px;
    
    text-align: center;
    }
    .abt_cont {
        text-align: center;
    }
    .abt_cont h2 {
        margin-top: 140px;
        font-size: 25px !important;
         font-family: Brandon Grotesque Black;
    }
    .abt_cont p {
        color: #ffffff;
    }
    .about_team {
        text-align: center;
    }
    .about_team h4 {
        display: none;
    }
    .about_team h3 {
        padding-top: 37px;
        padding-bottom: 20px;
         font-family: Brandon Grotesque Black;
    }
    .about_team .team2 {
        text-align: center;
        margin-bottom: 80px;
    }
    .about_team .team4 {
        text-align: center;
    }
    .globelteam h1 {
        padding-bottom: 15px;
        padding-top: 35px;
        font-size: 18px;
        font-family: 'Brandon Grotesque Black';
    }
    .services {
        padding: 20% 0%;
    }
    .services h2 {
        padding-top: 50px;
         font-family: Brandon Grotesque Black;
    }
    .service_content .col-md-3 {
        margin-bottom: 60px;
    }
    .service_content {
        padding-bottom: 0px;
    }
    .dogood {
        padding: 20% 0%;
    }
    .dogood h2 {
        padding-top: 50px;
    }
    .contact_text h2 {
        padding-bottom: 50px;
        padding-top: 130px;
    }
   p.p5 br {
    display: none;
    }

    .project-info{
            padding-left: 20px !important;
    }
    .navigate-projects {
         width: 18px  !important;
        height: 34px  !important;
    }
    .navigate-projects-prev {
        left: 10px  !important;
    }
    .navigate-projects-next {
        right: 10px  !important;
    }
    .padd {
        padding-right: 0 !important;
    }
    .about-team-content .about-team-name{
        margin-top: 25px;
        margin-bottom: 15px;
    }

       .innermenu .navbar-brand>img{

        margin-left: auto !important;
        margin-right: auto !important;
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
    }

}

@media screen and (min-width:480px) and (max-width:767px) {
.about-team-content-right-align{
    padding-left: 0 !important;
}
.team-wrapper {
    margin-bottom: 38px !important;
}
.about_team{
    background: none;
}
.about-team-content{
    margin-top:20px;
}
.about-team-content .about-team-name{
    margin-bottom:20px;
}
.about_belive h3 {
    font-weight: 900;
    margin-bottom: 20px;
    font-family: 'Brandon Grotesque Black';
}
.about_belive h3 {
    font-weight: 900;
    margin-bottom: 10px;
    font-family: 'Brandon Grotesque Black';
}

    values img {
    width: 15% !important;
    padding-bottom: 20px;
   }
.oryx_content h1 {
    font-weight: 600 !important;
    padding-top: 40px;
    color: #000;
    font-size: 30px;
    letter-spacing: 2px;
    font-family: 'Brandon Grotesque Black';
}

    .contact #contact {
    width: 65%;
    margin: auto;
}
contect-col{
    padding-top:2%;
}
    h2 {
        font-size: 22px !important;
        
    }
    
   

    .innermenu .navbar-brand>img {
        margin: auto;
    }

    .navbar-brand>img{
      width: 30%;
    height: auto;
    }
    .navbar-brand {
        width: 94% !important;
    }
    #menuToggle{
        left: 0px !important;
    }
    .stickyM #menuToggle {
        top: -13px !important;
    }
    .stickyM .navbar-brand img {
       
        margin-top: 0px;
    }
    #menu  {
        width: 370px;
        
    }
    .homemenu #menu {
        margin: 0px 0 0 -290px;
        transform: translate(110%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    .innermenu #menu {
        margin: 0px 0 0 -290px;
        transform: translate(110%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    .black  {
        height: 95px !important;
    }
    .awesome {
        text-align: center !important;;
        padding: 6% 3% 10% 3%;
        margin-bottom: 0px;
    }
    .awesome h1 {
        font-size: 30px;
        padding-bottom: 20px;
        font-weight: 700;
    color: #fFF;
    letter-spacing: 0px;
    text-align: left;
    font-family: Brandon Grotesque black;
    }
    .awesome p {
        padding: 0px !important;;
        font-size: 16px;
    }
    .awesome a{
        padding: 10px 33px;
        margin-left: 0% !important;;
    }
    footer {
        padding-top: 16%;
        text-align: center !important;
    }
    footer h1{
        margin-left: 0px;
        font-size: 25px;
        font-weight: 400;
    }
    footer h5{
        margin-left: 0px;
        font-weight: 400;
        padding-top: 0px;
        padding-bottom: 20px;
    }
    footer .fab {
        transform: translateX(0px);
    }
    #contact {
        padding: 15px 0px 0px 0px !important;
        margin-left: 0%; 
    }
    .form p {
        margin-left: 0% !important;  
    }

    .dogood h1 {
        margin-top: 130px;
    }
    .services h1 {
        margin-top: 130px;
    }
    .service_content .row {
        margin: 0px;
    }
    .about_core .col-md-2 {
        width: 100%;
    }
    .about_belive img {
        width: 100%;
    }
    .button a {
        font-size: 13px;
        padding: 12px 45px;
    }
    .about {
        padding: 60px 0px;
        text-align: center;
    }
    .portfolio_hr p {
        padding-top: 10px;
        font-size: 13px !important;
    }
    .portfolio hr {
        width: 60%;
    }
    .portfolio {
        margin-top: 30px;
    }
    .portfolio .col-md-12 {
        margin-bottom: 30px;
    }
    .about_team h1  {
        text-align: center;
    }
    .about_core  h1 {
        font-size: 35px;
        font-family: 'Brandon Grotesque Black';
    }
    .abt_cont {
        text-align: center;
    }
    .abt_cont h2 {
        margin-top: 140px;
         font-family: Brandon Grotesque Black;
    }
    .abt_cont p {
        text-align: center;
    }
    .about_team {
        text-align: center;
    }
    .about_team h4 {
        display: none;
    }
    .about_team h3 {
         font-family: Brandon Grotesque Black;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .about_team .team2 {
        text-align: center;
        margin-bottom: 80px;
    }
    .about_team .team4 {
        text-align: center;
    }
    .globelteam h1 {
        padding-bottom: 15px;
        padding-top: 35px;
        font-size: 19px;
        font-family: 'Brandon Grotesque Black';
    }
    .services {
        padding: 20% 0%;
    }
    .services h2 {
        padding-top: 50px;
    }
    .service_content .col-md-3 {
        margin-bottom: 60px;
    }
    .service_content {
        padding-bottom: 0px;
    }
    .dogood {
        padding: 20% 0%;
    }
    .dogood h2 {
        padding-top: 50px;
    }
    .contact_text h2 {
        padding-bottom: 50px;
        padding-top: 130px;
    }
    
    
    .about_team p {
    font-size: 16px;
    padding-bottom: 0px; 
     padding-top: 0px; 
    font-weight: 400;
    }

    .about_belive h3 {
        font-weight: 900;
        margin-bottom: 10px !important;
        font-family: 'Brandon Grotesque Black';
    }




}


@media screen and (min-width:1023px) and (max-width:1520px) {
    
        .about_belive h3 {
    font-weight: 900;
    margin-bottom: 30px;
    font-family: 'Brandon Grotesque Black';
}

.navbar-brand>img {
   
}
.homemenu #menuToggle {
    
}
.values img {
    width: 30%;
    padding-bottom: 20px;
}


}
@media screen and ( min-width:1520px) {
.content_col{
      padding-top:200px !important;
}
.values img {
    width: 30%;
    padding-bottom: 20px;
}
}

@media screen and (min-width:768px) and (max-width:1023px) {
    
    .about_belive p {
    font-weight: 400;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}


    
    .values img {
    width: 30%;
    padding-bottom: 20px;
}

    .oryx_content h1 {
    font-weight: 600 !important;
    padding-top: 40px;
    color: #000;
    font-size: 30px;
    letter-spacing: 6px;
    font-family: 'Brandon Grotesque Black';
}

    .contact #contact {
    width: 55%;
    margin: auto;
   
}
    .navbar-brand>img{
       
    }
    .navbar-brand {
        width: 94%;
    }
    #menuToggle{
        left: 21px;
    }
    .stickyM #menuToggle {
                top: -0px;
    }
    .stickyM .navbar-brand img {
        
    }
    .black  {
        height: 130px;
    }
    .awesome {
        text-align: left;
        padding: 6% 3% 10% 3%;
    }
    .awesome h1 {
        font-size: 40px;
    }
    .awesome p {
        padding: -1px;
        font-size: 16px;
    }
    .awesome a{
        padding: 10px 33px;
            margin-left: -7%;
    }
    footer {
        padding-top: 16%;

    }
    footer h1{
        margin-left: 0px;
    }
    footer h5{
        margin-left: 0px;
    }
    footer .fab {
        transform: translateX(0px);
    }
    #contact {
        padding: 15px 50px 0px 0px;
        margin-left: 0%; 
    }
    
    .stickyM .navbar-brand img{
   content: url(../Images/hashtaglogo1.png) !important;
    margin-top: 0px;
     float: left;
    height: 10vh;
    width: auto;
    
}

.hr_worK{
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    border: 0 !important;
    border-top: 1px solid #eee !important;
    width:50% !important;
}

}


.about-header{
    display: none;
}


@media screen and (max-width: 479px) and (min-width: 320px){
    .abt_cont .p5 {
        white-space: inherit;
        text-align: left;
    }
    .abt_cont h3,
    .abt_cont h2{
        text-align: left;
    }
    .team-header {
        margin-bottom: -61px;
        background-position-y: 0px !important;
    }
    .team-content-desktop-view{
        display: none;
    }
    .team-content-mobile-view{
        display: block !important;
    }
    .portfolio {
        margin-top: 100px;
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

}
