@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

  

/* 
℘ąŋƙąʝ ɖɧıɱąŋ
*/

body {
    background: #fff;
    color: #414141;
    font-size: 16px;
    overflow-x: hidden;
    -webkit-text-stroke: rgba(255, 255, 255, 0.01) 0.1px;
    -webkit-font-smoothing: antialiased !important;
}

a {
    text-decoration: none;
    -ms-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

a:hover,
a:focus,
a:active {
    outline: medium none;
    text-decoration: none;
}

*:focus {
    outline: none;
}

img {
    max-width: 100%; height: auto;
}

strong,
b {
    font-weight: 700;
}

i,
em {
    font-style: italic;
}

.clear {
    border: 0;
    clear: both;
    height: 0;
}



input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

.Title-welcome-guzo
{
    font-style: normal;
    font-weight: bold;
     margin-top: 5%; 
    font-size: 25px;
    padding-bottom: 2%;
    font-family: Open Sans;
}
.text-guzo
{
    margin-top: 10px;
    font-family: Open Sans;  
    font-style: normal;
    font-weight: normal;
    text-align: center;
    font-size: 17px;
}

.text-guzo-mobile
{
    display: none;
    
}

.contain-button-join
{
    margin-top: 30px;
    display: none;
}

.join-button
{
   margin: auto;
   padding-bottom: 20px;
}

.contain-form
{
    background-color: white;
    box-shadow: 5px 20px 50px rgba(16, 112, 177, 0.2);
    border-radius: 10px;
    padding-top: 40px;
    width: 40%;
    margin-top: 50px !important;
    margin: auto;
    text-align: left;
    height: 500px;
    display: none;

}



.guzo-form
{
    margin-left: 20px !important;
    margin-right: 20px !important;
    margin-left: 35px;
    margin: auto;
}

.guzo-form p
{
    margin-bottom: 40px;
}

.guzo-form input
{
    width: 95%;
    font-size: 11px !important;
    
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid 1px solid rgba(186, 186, 186, 0.5) !important;
}
.guzo-form label
{
    font-size: 12px;
    margin-bottom: 25px;
    color: rgba(0, 0, 0, 0.5);
}
.guzo-form textarea
{
    width: 90%;
    border: none;
}
 

.guzo-form button
{
    background: #2B818E;
    border: 1px solid #2B818E;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 10px;
   padding-left:30px ;
    padding-right:30px ;
    text-decoration: none;
    color: white;
    font-weight: bold;
    margin: auto;
    cursor: pointer;

}

.contain-button
{
    width: 40%;
    margin: auto;
    cursor: pointer;

}

.join-button a
{
    background: #e09811;
    border: 1px solid #e09811;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 15px;
   padding-left:40px ;
    padding-right:40px ;
    text-decoration: none;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.join-button2 a
{
    background: #e09811;
    border: 1px solid #e09811;
    margin: 10px;
    margin-right: 20px;
    box-sizing: border-box;
    border-radius: 6px;
   padding-left:40px ;
    padding-right:40px ;
    text-decoration: none;
    color: white;
    font-weight: bold;
    cursor: pointer;
}




html,
body {
    height: 100%;
}

/**** NAV ****/
nav.navbar-default {
    background-color: rgba(243, 243, 243, );
    border-color: rgba(255, 255, 255, 0.05);
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav.navbar-default.affix {
   background-color:rgb(255, 255, 255); 
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav.navbar-default .navbar-brand {
    color: #fff;
    font-size: 24px;
   /*  text-transform: uppercase;
    font-family: 'Roboto', sans-serif; */
}

.navbar-nav>li>a {
     padding-top: 20px !important;
     padding-bottom: 20px !important; 
     padding-left:25px !important;
    padding-right:25px !important;
}

nav.navbar-default .navbar-brand:focus, nav.navbar-default .navbar-brand:hover {
    color: #fff !important;
   /*  background-color: transparent; */
}
.navbar-header
{
    height: 80px !important;
}

nav.navbar-default .navbar-nav>li>a{
  color:#fff;
  /* font-family: 'Roboto', sans-serif; */
  font-size: 16px;
  /* text-transform: uppercase; */
}

.navbar-default {
   /*  background:none !important ; 
     border: none  !important;  */
}

nav.navbar-default .navbar-nav>li>a:focus,
nav.navbar-default .navbar-nav>li>a:hover {
   
   /*  background-color: transparent; */
}

/* nav.navbar-default .navbar-nav li a.active,
nav.navbar-default .navbar-nav li a.active:focus,
nav.navbar-default .navbar-nav li a.active:hover {
   /*  color: #F05F40; */
    /* background-color: transparent; 
} */


/**** NAV END ****/
/**** HEADER ****/
header {
    height: 100vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    scroll-behavior: auto;
}

header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

header,
header .header-content {
    position: relative;
    padding-top: 40px;
    width: 100%;
    text-align: center;
    margin: auto;
}

header .header-content {
   /*  position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%); */
   /*  transform: translateY(-50%); */
   /*  padding: 0 50px; */
    z-index: 10;
}

header .header-content .header-content-inner {
   /*  width: 60%; */
    max-width: 1000px;
    margin: 0 auto;
    
}

h1, h2, h3, h4 {
   /*  font-family: 'Roboto Slab', serif; */
}

.header-content-inner h1 {
  /*   font-size: 48px;
    margin-bottom: 30px;
   /*  text-transform: uppercase; */
   /*  letter-spacing: 0.05em; */ 
}

/* header-content-inner h1:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin: 20px auto 0;
    background: #F05F40;
} */

.header-content-inner p {
    font-size: 22px;
    line-height: 1.8;
    color: #e4e4e4;
}
.content-image-bacground
{
    /* margin-top: 20px !important;
    padding-top: 20px; */
    width: 100%;
    height: 500px;
    margin: auto;
    background: center;
}
/**** HEADER END ****/
/**** ABOUT ****/
.bg-color{
    background:#F05F40;
}

section{
    padding: 10px 0;
    position: relative;
    text-align: center;
}

.about-section h3{
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.05em;
}

.about-section h3:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin: 20px auto 0;
    background:#c34d34;
}

.about-section p{
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 15px;
}

.btn-default-new{
    background: #c34d34;
    border-radius: 30px;
    border: solid 3px #c34d34;
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    padding: 0 25px;
    line-height: 3.1;
    margin-top: 30px;
    letter-spacing: 0.05em;
    -ms-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.btn-default-new:hover, .btn-default-new:focus{
    /* background: #fff;
    color: #c34d34;
    border-color: #c34d34; */
}
/**** ABOUT END ****/
/**** SERVICE ****/

.service-section h3{
    font-size: 36px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 0.05em;
}

.service-section h3:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin: 20px auto 0;
    background:#F05F40;
}

.service-items .icon{
    color: #F05F40;
    font-size: 36px;
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 100%;
    border: solid 2px #F05F40;
    margin: 0 auto 30px;
    line-height: 98px;
}

.service-items h4{
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #F05F40;
    
}

.service-items h4 a{
    color: #222;
}

.service-items h4 a:hover{
    color: #F05F40;
}

.service-items p{
    font-size: 16px;
    line-height: 1.6;
    color: #414141;
    margin-bottom: 15px;
}

/**** SERVICE END ****/
/**** PORTFOLIO ****/

.portfolio-section{
    padding: 0;
}

.portfolio-section .portfolio-section-inner{
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 2000px;
}

.portfolio-section-inner .portfolio-section-row{
    display: table-row;
    width: 100%;
}

.portfolio-section-inner .portfolio-section-data{
    display: table-cell;
    width: 33.33%;
    vertical-align: middle;
    height: 420px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.portfolio-section-inner .portfolio-section-data .portfolio-section-text{
    position: absolute;
    top: 150%;;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    margin: auto;
     -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio-section-inner .portfolio-section-data:hover .portfolio-section-text{
    top: 0;
}

.portfolio-section-text .portfolio-section-text-inner{
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-section-text p{
    font-size: 28px;
    line-height: 1.6;
    color: #fff;
}

.portfolio-section-text a{
    color: #F05F40;
    font-size: 14px;
}

.portfolio-section-text a:hover{
    color: #fff;
}
/**** PORTFOLIO ****/
/**** FOOTER ****/

footer{
    background: #0c48b6;
    position: relative;
    text-align: center;
    padding: 10px;
    padding-top: 10px;
    
}

.contain-logo-social
{
    flex-direction: row;
    text-align: center;
    display: flex;
    justify-content: center;
    color: white;
    padding-bottom: 20px;
    
}

.contain-logo-social a{

    margin: 10px;
    color: white !important;
    text-decoration: none;
    
}
.legal-text
{
    color: white !important;
    margin: 10px;
}
.text-below-copyritgh
{
    color: white;
    width: 330px;
    padding-top: 15PX;
    font-size: 13px;
    text-align: justify;
}

.content-copyrigth
{
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;

}

footer h3{
    font-size: 36px;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 0.05em;
}

footer h3:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin: 20px auto 0;
    background:#F05F40;
}

footer p{
    font-size: 18px;
    line-height: 1.6;
    color: #adadad;
}

.gap{
    display: block;
    margin-top: 50px;
}

footer span.glyphicon{
    color: #adadad;
    font-size: 28px;
    display: block;
}


footer a:hover{
    color: #F05F40;
}



/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
    //CSS
    
  }
  
  /* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1025px) and (max-width: 1280px) {
    
    //CSS
    
  }
  
  /* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) {
    
    //CSS
    
  }
  
  /* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
    //CSS
    
  }
  
  /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  
  @media (min-width: 481px) and (max-width: 767px) {
    
    .Title-welcome-guzo {
        font-style: normal;
        font-weight: bold;
        margin-top: 5%; 
        font-size: 17px;
        padding-bottom: 2%;
        font-family: Open Sans;
    }

    .text-guzo-mobile
            {
                display: block;
                margin-top: 10px;
                font-family: Open Sans;  
                font-style: normal;
                font-weight: normal;
                text-align: center;
                font-size: 11px;
                
            }

            .contain-logo-social {
                flex-direction: row;
                display: flex;
                justify-content: space-between;
                color: white;
                padding-bottom: 12px;
                border-bottom: 1px solid white;
            }

            .contain-social img 
            {
                width: 38px;
            }

            .contain-logo img 
            {
                width: 68px;
            }

            .contain-logo 
            {
                margin-top: 10px;
            }

            .content-image-bacground {
                /* width: 100%; */
                height: 395px;
                margin: auto;
                background: center;
            }
            .content-copyrigth {
                flex-direction: row;
                display: block; 
                justify-content: space-between;
                color: white;
                padding-top: 20px;
                padding-bottom: 20px;
                text-align: center;
            }
            .contain-button-join {
                margin-top: 40px;
                display: block;
            }

    
  }
  
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 320px) and (max-width: 480px) {
    
  
        .Title-welcome-guzo {
            font-style: normal;
            font-weight: bold;
            margin-top: 5%; 
            font-size: 17px;
            padding-bottom: 2%;
            font-family: Open Sans;
        }

        .text-guzo-mobile
            {
                display: block;
                margin-top: 10px;
                font-family: Open Sans;  
                font-style: normal;
                font-weight: normal;
                text-align: center;
                font-size: 15px;
                
            }

            .text-guzo
            {
                display: none;
            }

            .contain-logo-social {
                flex-direction: row;
                display: flex;
                justify-content: space-between;
                color: white;
                padding-bottom: 12px;
                border-bottom: 1px solid white;
            }

            .contain-social img 
            {
                width: 38px;
            }

            .contain-logo img 
            {
                width: 68px;
            }

            .contain-logo 
            {
                margin-top: 10px;
            }

            .content-image-bacground {
                /* width: 100%; */
                height: 395px;
                margin: auto;
                background: center;
            }

            .content-copyrigth {
                flex-direction: row;
                 display: block; 
                justify-content: space-between;
                color: white;
                padding-top: 20px;
                padding-bottom: 20px;
                text-align: center;
            }

            .contain-button-join {
                margin-top: 40px;
                display: block;
            }




    
  }