

body{



    font-family: 'Roboto', sans-serif;

}

*{

    font-family: 'Roboto', sans-serif;

}



.bread_crumb {

    background-color: #f7eb61;

    width: 100%;

    min-height: 86px !important;

    min-height: 167px;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #000;

    font-weight: bolder;

    background-size: cover;

    border-top: 1px solid #000;

}

.bread_crumb h2{

    font-family: 'Roboto', sans-serif !important;

    font-size: 30px;

line-height: 72px;

color: #000000;

font-weight: bold !important;

font-family: "Roboto";

}



#catalog_download{





    padding: 30px 0px 20px 0px;

    text-align: center;

background-color: #fff;



}

#catalog_download h3{

font-size: 20px;

line-height: 27px;

color: #292929;

font-weight: 500;

font-family: "Roboto";

text-align: center;

font-weight: bold;

}

#catalog_download .catalog_btn a{

    padding: 10px;

    width: 300px;

    height: 50px;

    border-radius: 30px;

    margin:10px 10px;

    background-color: #007f97 !important;

    border: 1px solid #007f97;

    outline: none;

    font-size: 14px;

    color: #ffffff;

    font-weight: 700;

    font-family: "Roboto";

    text-transform: uppercase;

    transition: all 0.3s;

    line-height: 31px;

}

#catalog_download .catalog_btn a:hover{

    background-color: transparent !important;

    color:#007f97 ;

    border: 1px solid #007f97;

}



#form_catalog{

    padding: 50px 0px;

    background-image: url('../images/catalog_form_bg.png');

    color: #008097;

   

}

#form_catalog label{

    font-size: 17px;

letter-spacing: 1px;

color: #008097;

font-weight: 500;

font-family: "Roboto";

font-weight: bold;

}



#form_catalog h4{

  

font-size: 20px;

line-height: 27px;

color: #292929;

font-weight: 500;

font-family: "Roboto";

text-align: center;

font-weight: bold;



}

#form_catalog .radio_btn{

    display: flex;

    justify-content: center;

    margin-top: 30px;

  

}

#form_catalog .radio_btn input{

    margin: 0px 5px;

}



#form_catalog input,select{

    border-color: #008097;

    color: #008097;

    border: none !important;

    border-top: 1px solid #008097 !important;

    border-bottom: 1px solid #008097 !important;

    border-left: 2px solid #008097 !important;

    border-right: 2px solid #008097 !important;

}



 #form_catalog .select_group{

     position: relative;

 }



 #form_catalog .select_group .drop_icon{

     position: absolute;

     right: 2%;

     top: 60%;

     cursor: pointer;

 }

#form_catalog .btn-primary{

    background-color: #008097 !important;

    border: none !important;

    outline: none !important;

    line-height: 35px;

    height: 50px;

    width: 135px;

    font-size: 18px;

    color: #ffffff;

    font-weight: 700;

     font-family: "Roboto";

     border-radius: 30px;

     margin-top: 45px;

}

#form_catalog .btn-primary:hover{

    background: transparent !important;

    color: #008097;

    border: 1px solid #008097 !important;

}

 .jewelry_search {

    

    position: relative;



}

.jewelry_search  i{

    position: absolute;

    right: 4%;

    top: 25%;

}



 .jewelry_search input{

    width: 220px;

    border-radius: 30px;

    border: none;

    border: 1px solid #d9d9d9;

}

 .jewelry_search input:focus{

border: 1px solid #11959d !important;

outline: none !important;

}

[type="radio"]:checked,

[type="radio"]:not(:checked) {

    position: absolute;

    left: -9999px;

}

[type="radio"]:checked + label,

[type="radio"]:not(:checked) + label

{

    position: relative;

    padding-left: 28px;

    cursor: pointer;

    line-height: 20px;

    display: inline-block;

    color: #666;

}

[type="radio"]:checked + label:before,

[type="radio"]:not(:checked) + label:before {

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    width: 18px;

    height: 18px;

    border: 1px solid #007f97;

    border-radius: 100%;

    background: #fff;

}

[type="radio"]:checked + label:after,

[type="radio"]:not(:checked) + label:after {

    content: '';

    width: 12px;

    height: 12px;

    background: #007f97;

    position: absolute;

    top: 3px;

    left: 3px;

    border-radius: 100%;

    -webkit-transition: all 0.2s ease;

    transition: all 0.2s ease;

}

[type="radio"]:not(:checked) + label:after {

    opacity: 0;

    -webkit-transform: scale(0);

    transform: scale(0);

}

[type="radio"]:checked + label:after {

    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);

}



select > option :hover,

select > option :focus {

  text-decoration: none;

  color: #ffffff;

  background-color: #f3969a;

}



.radio_text{

    color: #292929 !important;

}

select {

    /* Reset Select */

    /* appearance: none !important; */

    outline: 0 !important;

    /* border: 0 !important; */

    box-shadow: none !important;

    /* Personalize */

    flex: 1 !important;

    padding: 0 1em !important;

    color: #007f97 !important;

    /* background-color: green !important; */

    background-image: none !important;

    cursor: pointer !important;

    border-color: #007f97 !important;

  }

  /* Remove IE arrow */

  select::-ms-expand {

    display: none !important;

  }

  /* Custom Select wrapper */

  .select {

    position: relative !important;

    display: flex !important;

    width: 20em !important;

    height: 3em !important;

    border-radius: .25em !important;

    overflow: hidden !important;

  }

  /* Arrow */

  .select::after {

    content: '\25BC' !important;

    position: absolute !important;

    top: 0 !important;

    right: 0 !important;

    padding: 1em !important;

    background-color: #34495e !important;

    transition: .25s all ease !important;

    pointer-events: none !important;

  }

  /* Transition */

  .select:hover::after {

    color: #f39c12 !important;

  }



  .select option:hover {

    background-color: #007f97 !important;

  }



  .what_we_do_catalog{

      height: 330px;

     

      background-image: url('../images/what-do-bg._catalog.png');



      background-size: 100% 100%;

      background-repeat: no-repeat;

        border: 10px solid #11959d;

        width: 100%;

        border-radius: 10px;

    

      

  }

  



  .what_we_do_catalog_main p{

 

font-size: 16px;

line-height: 24px;

color: #292929;

font-weight: 400;

font-family: "Roboto";

width: 90%;

  }

  .what_we_do_catalog_main{

      background: #fff !important;

  }

  



  .what_we_do_catalog_main .what_do_color{

      color: #d9a35f;

  }

  .what_we_do_catalog_main h3{

      margin-top: 60px;

      font-size: 36px;

color: #000000;

font-weight: 900;

font-family: "Roboto";

  }

  

  

  

/* media queries start */









/* 

max-width =  1199 px

min-width =1024px  */







@media (max-width:1199px) and (min-width:1024px){



    #what_we_do .what_we_do_catalog {

        height: 300px;

        background-size: cover;

        display: flex;

        align-items: center;

        margin-top: 5%;

    }

    .what_we_do_catalog_main h3{

        font-size: 30px;

    }

    .what_we_do_catalog_main p{

        font-size: 14px;

    }

}













/* max-width = 1023px 



min-width = 991px */







@media (max-width:1023px) and (min-width:991px){



    #what_we_do .what_we_do_catalog {

        height: 230px;

        background-size: cover;

        display: flex;

        align-items: center;

        margin-top: 4%;

    }



    .what_we_do_catalog_main h3{

        font-size: 30px;

    }

    .what_we_do_catalog_main p{

        font-size: 14px;

    }

    .what_we_do_catalog_main h3{

        margin-top: 20px;

    }

    #catalog_download h3 {

        font-size: 20px;

        line-height: 27px;

        color: #292929;

        font-weight: 500;

        font-family: "Roboto";

        text-align: center;

        font-weight: bold !important;

    }

}





/* 

max-width 991px



min-width 768px */





@media (max-width:991px) and (min-width:768px){



    #what_we_do .what_we_do_catalog {

        height: 230px;

        background-size: cover;

        display: flex;

        align-items: center;

        margin-top: 4%;

    }



    .what_we_do_catalog_main h3{

        font-size: 30px;

    }

    .what_we_do_catalog_main p{

        font-size: 14px;

    }

    .what_we_do_catalog_main h3{

        margin-top: 20px;

    }



    #catalog_download h3 {

        font-size: 20px;

        line-height: 27px;

        color: #292929;

        font-weight: 500;

        font-family: "Roboto";

        text-align: center;

        font-weight: bold;

    }

}









/* max-width 767px



min-width 575px */



@media (max-width: 767px){



    #what_we_do .what_we_do_catalog {

        height: 230px;

        background-size: cover;

        display: flex;

        align-items: center;

        margin-top: 45%;

    }



    .what_we_do_catalog_main h3{

        font-size: 25px;

    }

    .what_we_do_catalog_main p{

        font-size: 14px;

    }

    .what_we_do_catalog_main h3{

        margin-top: 20px;

    }

    #form_catalog h4 {

        font-size: 17px;

    }

    .what_we_do_catalog{

        width: 90%;

        margin: 0px auto;

    }

}







@media (max-width:767px){



    #what_we_do .what_we_do_catalog {

        height: 230px;

        background-size: cover;

        display: flex;

        align-items: center;

        margin-top: 10%;

    }

    .what_we_do_catalog_main h3{

        margin-top: 0px;

    }



}



@media (max-width:768px){





    #catalog_download .catalog_btn a {

    padding: 10px;

    width: 120px;

    height: 40px;

    border-radius: 30px;

    margin: 10px 10px;

    background-color: #007f97 !important;

    border: none;

    outline: none;

    font-size: 12px;

    color: #ffffff;

    font-weight: 700;

    font-family: "Roboto";

    line-height: 20px;

}



    #catalog_download h3 {

        font-size: 14px;

        line-height: 27px;

        color: #292929;

        font-weight: 500;

        font-family: "Roboto";

        text-align: center;

        font-weight: bold;

    }

    

    #catalog_download {

        padding: 30px 0px;

        text-align: center;

        background-color: #fff;

    }



   

}



@media (max-width:480px){

    #form_catalog h4{

        font-size: 14px;

           }

}

@media screen and  (max-width:991px) and (min-width:768px){



  #catalog_download .catalog_btn a {

    padding: 10px;

    width: 120px;

    height: 40px;

    border-radius: 30px;

    margin: 10px 10px;

    background-color: #007f97 !important;

    border: none;

    outline: none;

    font-size: 16px;

    color: #ffffff;

    font-weight: 700;

    font-family: "Roboto";

    line-height: 20px;

}





#catalog_download h3 {

    font-size: 18px;

    line-height: 27px;

    color: #292929;

    font-weight: 500;

    font-family: "Roboto";

    text-align: center;

    font-weight: bold;

}



#catalog_download {

    padding: 30px 0px;

    text-align: center;

    background-color: #fff;

}



}



@media  (min-width:772px) and (max-width:1094px){



    .bread_crumb{

       

        min-height: 200px !important;

      

      

    }

    #form_catalog label{

        font-size: 14px;

    }

}





@media  (min-width:243px) and (max-width:771px){





    .bread_crumb{

       

        min-height: 150px !important;

    

      

    }



}

@media  (min-width:243px) and (max-width:796px){





    .bread_crumb{

       

        min-height: 150px !important;

    

      

    }



}



@media(min-width:1920px) and (max-width:5000px){



    .top-social i {

        color: #fff !important;

        margin-top: 5px;

        font-size: 40px;

        /* line-height: 30px; */

    }

    

    .top_Wrapper .top-right-anchor {

      font-weight: 700;

      font-style: normal;

      transition: color .2s ease-in-out;

      letter-spacing: .06em;

      font-size: 14px;

      margin: 0 10px;

      margin-top: 10px;

      float: right;

      line-height: 30px;

      color: #fff;

      text-decoration: none;

      cursor: pointer;

      font-size: 20px;

      line-height: 30px;

      color: #ffffff;

      font-weight: 700;

      margin-top: 10px !important;

      font-family: "Roboto";

    }

    

    .nav-wrapper-one .nav-link {

      font-size: 17px;

      font-family: 'Roboto', sans-serif;

      font-weight: bold;

    }



    footer p {

        font-size: 20px;

        font-family: 'Roboto', sans-serif;

        color: #fff;

      }

      

      footer .content p {

        font-size: 18px;

      }

      footer .footer_menu .menu a {

        text-decoration: none;

        color: #fff;

        margin-bottom: 20px;

        font-size: 20px;

        font-family: 'Roboto', sans-serif;

      }



      .copy_right p {

        margin-top: 12px;

        font-family: 'Roboto', sans-serif;

        font-size: 20px;

    }

    #catalog_download h3 {

        font-size: 20px;

        line-height: 35px;

        color: #292929;

        font-weight: 500;

        font-family: "Roboto";

        text-align: center;

        font-weight: bold;

      }

      

      #form_catalog h4 {

        font-size: 25px;

        line-height: 27px;

        color: #292929;

        font-weight: 500;

        font-family: "Roboto";

        text-align: center;

        font-weight: bold;

      }

      

      #form_catalog label {

        font-size: 23px;

        letter-spacing: 1px;

        color: #008097;

        font-weight: 500;

        font-family: "Roboto";

        font-weight: bold;

      }



      .what_we_do_catalog_main p {

        font-size: 22px;

        line-height: 24px;

        color: #292929;

        font-weight: 400;

        font-family: "Roboto";

        width: 90%;

    }

}