@import "fonts.css";

a,
a:hover {
    text-decoration: none !important;
}

ul,
ol {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

h1,h2,h3,h4,h5,h6
{
	font-family: var(--source4);
}

.white
{
    color: #fff;
}

.cursor
{
    cursor: pointer;
}

.spaccer1
{
    width: 100%;
    height: 50px;
}

body {
    line-height: 25px;
    font-style: normal;
    color: #333;
    background-color: #fff;
    font-size: 15px;
    overflow-x: hidden;
    font-family: var(--source3);
    letter-spacing: 1px;
    z-index: 2;
    position: relative;
}

.heading1
{
    margin-bottom: 20px;
}

.heading1.centertext
{
    text-align: center;
}

.heading1 h3
{
    font-size: 35px;
    font-family: var(--sowald5);
    text-transform: uppercase;
    letter-spacing: 0;
}
.heading1 span
{
    display: inline-block;
    position: relative;
}
.heading1 span:before
{
    content: '';
    position: absolute;
    top: 50%;
    
    width: 150px;
    height: 3px;
    border-top:1px solid var(--color2);
    border-bottom:1px solid var(--color2);
}

.heading1.centertext span:before
{   
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.heading1 span i
{
    font-size: 1.7em;
    color: var(--color2);
    background-color: var(--white);
    width: 45px;
    height: 27px;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-left: 30px;
}


.readmore a
{
    display: inline-block;
    background-color: var(--color2);
    color: var(--white);
    padding:7px 25px;
    font-size:15px;
    color: var(--white);
    font-family: var(--source4);
    text-transform: uppercase;
    border-radius: 25px;
    border:2px solid var(--color2);
    transition: all .2s ease;
    margin-top: 10px;
}
.readmore a:hover
{
    background-color: transparent;
    color: var(--color2);
}


/*
====================================
*/


.amazingslider-text-wrapper-1
{
    left: 70px !important;
    bottom:15% !important;
}
.amazingslider-title-1
{
    background-color: transparent !important;
    font-family: var(--sowald4) !important;
    text-transform: uppercase;
    font-size: 30px !important;
    line-height: 1 !important;
    text-shadow: 10px 10px 15px rgba(0,0,0,.7);
}
.amazingslider-description-1
{
    background-color: transparent !important;
    color: #fff !important;
    font-family: var(--sowald4) !important;
    text-transform: uppercase;
    font-size: 55px !important;
    line-height: 1 !important;
    margin-top: 5px !important;
    padding-top: 0 !important;
    text-shadow: 10px 10px 15px rgba(0,0,0,.7);
}
.amazingslider-nav-1
{
    top: 90% !important;
    bottom: 10px !important;
}
.amazingslider-nav-preview-1
{
    display: none !important;
}


/*
===================================
*/



.mynavigation
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background-color: rgba(0,0,0,.6);
}

.mynavigation .logo a
{
    display: inline-block;
    width: 192px;
    margin-top: 5px;
}


.mynavigation .right-navigation ul.main-ul
{   
   float: right;
}
.mynavigation .right-navigation ul.main-ul li
{
  float: left;
  margin:33px 14px;
}
.mynavigation .right-navigation ul.main-ul li a
{
    font-family: var(--source4);
    text-transform: uppercase;
    color: var(--white);
    font-size: 18px;
    text-shadow: 2px 2px 10px rgba(0,0,0,.4);
    display: block;
    padding:15px 0;
}
.mynavigation .right-navigation ul.main-ul li:hover > a,
.mynavigation .right-navigation ul.main-ul li.active > a
{
    color: var(--color2) !important;
}


.mynavigation .main-li.dropdowns .submenus
{
    position: absolute;
    top: 100%;
    background-color: #262626;
    border-top: 2px solid var(--color2);
    padding:10px 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 565px;
    border-radius: 0 0 10px 10px;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    z-index: 10;
}

.mynavigation .main-li.dropdowns:hover .submenus
{
    opacity: 1;
    visibility: visible;
}

.mynavigation .main-li.dropdowns .submenus li
{
    margin:0;
    float: left;
}
.mynavigation .main-li.dropdowns .submenus li a
{
    padding: 0;
    width: 218px;
    margin:10px;
    text-align: center;
}
.mynavigation .main-li.dropdowns .submenus li a img
{
    border-radius: 10px;
    border:2px solid #fff;
    width: 150px;
}
.mynavigation .main-li.dropdowns .submenus li:hover a img
{
    border-color: var(--color1);
}
.mynavigation .main-li.dropdowns .submenus li a .title
{
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 1.3;
    text-shadow: none;
    padding-top: 5px;
    letter-spacing: 0;
}
.mynavigation .main-li.dropdowns .submenus li a .title small
{
    display: block;
    margin-top: 5px;
    font-size: 90%;
}



#clone
{
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all .3s linear;
}
#clone.show
{
    top: 0;
}
#clone .mynavigation
{
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 8px rgba(0,0,0,.4);
    padding:7px 0;
}
#clone .mynavigation .logo a
{
    width: 138px;
}
#clone .mynavigation .right-navigation ul.main-ul li a
{
    text-shadow: none;
    color: var(--black);
}
#clone .mynavigation .right-navigation ul.main-ul li:hover > a,
#clone .mynavigation .right-navigation ul.main-ul li.active > a
{
    color: var(--color2)
}
#clone .mynavigation .right-navigation ul.main-ul li
{
    margin:17px 14px;
}

#clone .mynavigation .main-li.dropdowns .submenus ul li
{
    margin-left: 0;
    margin-right: 0;
}
#clone .mynavigation .main-li.dropdowns .submenus li a .title
{
    color: var(--white);
}
#clone .mynavigation .main-li.dropdowns .submenus li:hover a .title
{
    color: var(--color2);
}

/*
====================================
*/

section.about-home
{
    margin-top: 50px;
}


/*
=====================================
*/




#aboutslider
{
    position: relative;
    width: 100%;
}


#aboutslider.carousel-fade .carousel-item
{
    background-color: var(--white);
    box-shadow: 0 0 15px rgba(0,0,0,.3);
}
#aboutslider.carousel-fade .carousel-item:before
{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.1);
   border-radius: 15px;
}

#aboutslider.carousel-fade .carousel-item img
{
   border-radius: 15px;
}

#aboutslider.carousel-fade .carousel-item.gradients
{
  background-image:linear-gradient(120deg, #d8f19f 0%, #adf1b6 100%);
  width: 100%;
  height: 100vh;
}



/*
=================================
*/

section.about-home .about-desc
{
    padding:10px 10px;
}
section.about-home .about-desc p
{ 
    font-family: var(--source3);
    font-size: 16px;
    text-align: justify;
    margin-bottom: 10px;
}
section.about-home .about-desc a
{   
    color: #333;
}

/*
=============================
*/

section.enquiry-home
{
    margin-top: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
section.enquiry-home .enquiry-overlay
{
    background-color: rgba(0,0,0,.7);
    padding:50px 0;
}
section.enquiry-home .heading1 span
{
     
    position: relative;
}
section.enquiry-home .heading1 span i
{
   margin-left: 0;
    text-align: center;
    line-height: 45px;
    height: 50px;
     width: 50px;
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(0,0,0,1);
    line-height: 
}

section.enquiry-home.heading1 span:before {
        z-index: -1;
    }

/*
==============================
*/

section.home-branches
{
    margin-top: 50px;
}

.branches-box
{
    position: relative;
    box-shadow: 5px 5px 15px rgba(0,0,0,.3);
}

.branches-box .images
{
    overflow: hidden;
}

.branches-box .images img
{
    transform: scale(1);
    transition: all .5s ease-in-out;
}
.branches-box:hover .images img
{
    transform: scale(1.3);
}



.branches-box .overlay
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}


.branches-box .overlay .logo
{
    text-align: center;
    width: 90px;
    height: 90px;
    background-color: #000000;
    border-radius: 50%;
    position: absolute;
    bottom: 11px;
    left: 15px;
    border: 2px solid #fff;
}
.branches-box .overlay .logo img
{
    width: 100%;
}
.branches-box .overlay .logo.w70 img
{
    width: 65%;
    margin-top: 12px;
}
.branches-box .overlay .textbox
{
    background-color: rgba(0,0,0,.8);
    padding:5px 20px;
    text-align: center;
    margin-top: 8px;
    color: var(--white);
    font-family: var(--sowald4);
    word-spacing: 2px;
    font-size: 20px;
    letter-spacing: 0;
}
.branches-box:hover .overlay .textbox
{
   color: var(--color2) 
}
.branches-box .overlay .textbox small
{
    display: block;
    font-family: var(--source3);
    text-transform: capitalize;
    font-size: 90%;
}

@media screen and (max-width: 480px)
{
    .branches-box .overlay .logo
    {
        width: 50px;
        height: 50px;
    }
    .branches-box .overlay .textbox
    {
        text-align: left;
        padding-left: 75px;
    }
    .branches-box .overlay .textbox
    {
        font-size: 16px;
    }
}
@media screen and (min-width: 481px) and (max-width: 576px)
{
    .branches-box .overlay .logo
    {
        width: 80px;
        height: 80px;
    }
    .branches-box .overlay .textbox
    {
        text-align: center;
        padding-left: 75px;
    }
    .branches-box .overlay .textbox
    {
        font-size: 20px;
    }
}

/*
==============================
*/

footer
{
    background-color: #111010;
    margin-top: 90px;
}
.map-ftr {
    line-height: 0 !important;  
}

.footer-address
{
    padding:50px 20px 20px;
}
.footer-address .heading1 h3
{
    color: var(--color2);
    font-size: 23px;
    font-family: var(--sowald5);
}

.footer-address p
{
    color: var(--white);
    font-size: 18px;
    font-family: var(--source2);
}

.footer-address p span
{
    display: block;
}
.contact-detail
{
    margin-top: 40px;
}
.contact-detail .contact-row
{
    margin-bottom: 10px;
}
.contact-detail .contact-row span.icon
{
    display: table-cell;
    vertical-align: top;
}
.contact-detail .contact-row i
{
    color: var(--color2);
    font-size: 1.5em;
    /*background-color: var(--color2);*/
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
}

.contact-detail .contact-row .value
{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
.contact-detail .contact-row .value .co-name
{
    display: block;
    font-family: var(--sowald4);
    color: var(--white);
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.contact-detail .contact-row .value span.address
{
    display: block;
    color: var(--white);
    font-family: var(--source2);
    font-size: 18px;
}
footer .social-icon
{
    margin-top: 20px;
}
footer .social-icon a
{
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: var(--color2);
    color: var(--white);
    text-align: center;
    transition: all .3s ease-in-out;
    border-radius: 5px;
}
footer .social-icon a:hover
{
    border-radius: 50%;
}
footer .social-icon a:not(:last-child)
{
    margin-right: 5px;
}
footer .social-icon a i
{
    line-height: 35px;
    font-size: 1.3em;
}


.copyright
{
    text-align: center;
    font-family:var(--source3);
    font-size: 16px;
    color: #999;
}



/*
==================================
*/

section.events
{
    margin-top: 50px;
}

section.events .pradingReduce
{
    padding-left: 7px;
    padding-right: 7px;
}

section.events .pradingReduce .event-box
{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
section.events .pradingReduce .event-box .title
{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    padding:8px 5px;

}

section.events .pradingReduce .event-box .title h4
{
    
    font-family: var(--quick3);
    color: var(--white);
    text-shadow: 2px 2px 15px rgba(0,0,0,.5);
    margin-bottom: 0;
    margin-left: 10px;
    opacity: 1;
    visibility: visible;
    font-size: 24px;
}

section.events .pradingReduce .event-box:hover .title
{
    opacity: 0;
    visibility: hidden;
}

section.events .pradingReduce .event-box .overlay
{
    position: absolute;
    
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 2;
    transition: all .3s ease;
}


section.events .pradingReduce.left .event-box .overlay
{
    left: -105%;
    top: 0;
}

section.events .pradingReduce.left .event-box:hover .overlay
{
    left: 0%;
}


section.events .pradingReduce.top .event-box .overlay
{
    top: -105%;
    left: 0;
}

section.events .pradingReduce.top .event-box:hover .overlay
{
    top: 0%;
}


section.events .pradingReduce.right .event-box .overlay
{
    right: -105%;
    top: 0;
}

section.events .pradingReduce.right .event-box:hover .overlay
{
    right: 0%;
}



section.events .pradingReduce .event-box .overlay .content-box
{
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 15px;
}

section.events .pradingReduce .event-box .overlay .content-box *
{
    color: var(--white);
}

section.events .pradingReduce .event-box .overlay .content-box h4
{
    font-family: var(--quick5);
    font-size: 22px;
    text-shadow: 2px 2px 25px rgba(26,26,26,.5);
    margin-bottom: 5px;
}
section.events .pradingReduce .event-box .overlay .content-box p
{
    font-family: var(--source3);
    font-size: 16px;
    line-height: 1.2;
    text-shadow: 2px 2px 25px rgba(26,26,26,.5);
}


section.events .pradingReduce .event-box .images img
{
    transform: scale(1) rotate(0deg);
    transition: all 1s ease;
}
section.events .pradingReduce .event-box:hover .images img
{
    transform: scale(1.2) rotate(-10deg);
}


section.events.awards .pradingReduce .event-box .overlay i
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: var(--color2);
    font-size: 2.5em;
} 



/*
===========================
*/

.innerpage .mynavigation
{
    position: static;
    background-color: #fff;
}
.innerpage .mynavigation .logo a
{
    width: 145px;
}
.innerpage .mynavigation .right-navigation ul.main-ul li
{
    margin:20px 14px;
}
.innerpage .mynavigation .right-navigation ul.main-ul li a
{
    text-shadow: none;
    color: #000;
}
.innerpage .mynavigation .right-navigation ul.main-ul li:hover a
{
    color:var(--color2);
}

#clone .mynavigation
{
    padding: 3px 0;
}

#clone.show .mynavigation .logo a
{   
    width: 118px;
}

#clone .mynavigation .right-navigation ul.main-ul li a
{
    padding:10px 0;
}

/*
*****************************
*/

.inner-page-banner
{
    position: relative;
    background-size: cover;
    width: 100%;
    background-position: center;
    height: 300px;
}
.inner-page-banner .inner-page-banner-child
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.inner-page-banner .inner-page-banner-child .dataa
{
    position: absolute;
    bottom: 30px;
    left: 50px;
}
.inner-page-banner .inner-page-banner-child .dataa h4
{
    font-family: var(--monte6);
    color: var(--white);
    font-size: 40px;
}
.inner-page-banner .inner-page-banner-child .dataa .mybread ul li
{
    float: left;
    color: var(--white);
}
.inner-page-banner .inner-page-banner-child .dataa .mybread ul li a
{
    position: relative;
    color: var(--white);
    font-size: 18px;
}
.inner-page-banner .inner-page-banner-child .dataa .mybread ul li:not(:last-child) a
{
    margin-right: 10px;
}
.inner-page-banner .inner-page-banner-child .dataa .mybread ul li:not(:last-child) a:after
{
    content: '\f178';
    font-family: fontawesome;
    margin-left: 10px;
}

/*
=============================
*/



.image-homepage2
{
    width: 400px;
    position: relative;
    float: right;
    margin-left: 25px;
    margin-bottom: 4px;
}

.image-homepage2 span
{
    position: absolute;
    width: 90%;
    height: 88%;
    top: 50%;
    left: 50%;
    background-color: transparent;
    z-index: 2;
    display: block;
    transform: translate(-50%,-50%);
    box-shadow: 10px 10px 10px rgba(0,0,0,.3);
}
.image-homepage2 img
{
    padding: 17px;
    position: relative;
    z-index: 5;
}
.image-homepage2:before
{
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    left: 0;
    top: 0;
    border-top: 8px solid var(--color2);
    border-left: 8px solid var(--color1);
    z-index: 3;
}
.image-homepage2:after
{
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    right: 0;
    bottom: 0;
    border-right: 8px solid var(--color2);
    border-bottom: 8px solid var(--color1);
    z-index: 3;
}


section.about-home .description p
{
     font-family: var(--source3);
    font-size: 16px;


}

/*
******************************************
*/

.myformDesign
{
    padding-right: 30px;
    margin-top: 30px;
}
.myformDesign .form-group .inputdiv
{
    position: relative;
}
.myformDesign .form-group label
{
    font-family: var(--source4);
    color: #4a4646;
    font-size: 16px;
}

.myformDesign .form-group .inputdiv .form-control
{
    border: 0px;
    border-bottom: 2px solid #dedbdb;
    border-radius: 0;
    font-size: 15px;
    font-family: var(--source3);
    color: #726b6b;
}
.myformDesign .form-group .inputdiv .animatedRow
{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: var(--color1);
    transition: width .2s linear;
}
.myformDesign .form-group .inputdiv .animatedRow.showRow
{
    width: 100%;
}
.myformDesign .form-group .inputdiv .form-control:focus
{
    box-shadow: none;
    border-bottom-color:var(--color2); 
}
.myformDesign .form-group .inputdiv textarea.form-control
{
    resize: none;
}


.myformDesign .form-group .inputdiv .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a7a5a5;
  font-size: 16px;
}
.myformDesign .form-group .inputdiv .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #a7a5a5;
  font-size: 16px;
}
.myformDesign .form-group .inputdiv .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #a7a5a5;
  font-size: 16px;
}
.myformDesign .form-group .inputdiv .form-control:-moz-placeholder { /* Firefox 18- */
  color: #a7a5a5;
  font-size: 16px;
}


.myformDesign .form-group .capacha-div
{
    margin-top: 25px;
}

.myformDesign .submitButton
{
    background-color: var(--color1);
    cursor: pointer;
    color: var(--white);
    border:0px;
    padding: 5px 25px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    font-family: var(--monte4);
    text-transform: uppercase;
}
@media screen and (min-width: 1140px)
{
    .myformDesign .submitButton
    {
        display: table;
        margin:auto;
        margin-top: 15px;
    }
}

/*
===================================
*/


/*
*****************************************
*/

.addressBox .addressRow
{
    border-bottom: 1px solid var(--color2);
    padding:10px;
}
.addressBox .addressRow span.icon
{
    float: left;    
    margin-right: 10px;
}
.addressBox .addressRow span.icon .fa
{
    color: var(--color1);
    font-size: 1.2em;
}

.addressBox .addressRow span.detail
{
    display: inline-block;
    width: 87%;
    vertical-align: top;
    line-height: 22px;
    font-family: var(--monte4);
}

.addressBox .addressRow span.detail span.strong
{
    font-family: var(--source4);
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    display: inline-block;
}


/*
===========================
*/

section.contact-section
{
    margin-top: 50px;
}

/*
==============================
*/

    
.social-links
{
    margin-top: 20px;
    margin-top: 20px;
}


.social-links a
{       
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #2d2d2d;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}   

.social-links a:not(:last-child)
{
    margin-right: 5px;
}
.social-links a i
{
    line-height: 35px;
    color: var(--white);
    position: relative;
    z-index: 2;
    font-size: 1.5em;
}


.social-links a:nth-child(1)
{
    background-color: transparent;
    color: var(--dark);
    font-family: var(--source5);
    width: auto;
    text-transform: uppercase;
    line-height: 35px;
    font-size: 18px;
    letter-spacing: 0;
    display: block;
    text-align: left;
}

.social-links a:hover:nth-child(1):before
{
   display: none;
}

.social-links a.facebook{
	background-color:#658BF7;
}.social-links a.instagram{
	 background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}


.branches-box.video
{
    position: relative;
}
.branches-box.video #video1
{
    position: absolute;
    top: 45%;
    left:50%;
    transform: translateX(-50%) translateY(-45%);
    z-index: 2;
}

@media screen and (min-width: 1140px)
{
    section.about-home .about-desc.box-2-padding
    {
        padding:40px 20px;
    }
    section.about-home .about-desc.home
    {
        padding:50px 10px;
    }
}