@font-face {
    font-family: 'Palermo';
    src: url('../fonts/Palermo.eot');
    src: url('../fonts/Palermo.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Palermo.woff2') format('woff2'),
        url('../fonts/Palermo.woff') format('woff'),
        url('../fonts/Palermo.ttf') format('truetype'),
        url('../fonts/Palermo.svg#Palermo') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nirmala UI';
    src: url('../fonts/NirmalaUI.eot');
    src: url('../fonts/NirmalaUI.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NirmalaUI.woff2') format('woff2'),
        url('../fonts/NirmalaUI.woff') format('woff'),
        url('../fonts/NirmalaUI.ttf') format('truetype'),
        url('../fonts/NirmalaUI.svg#NirmalaUI') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {scroll-behavior:smooth;}
body {background:url(../images/texture.jpg) #fff; color:#000; font-family: Palermo, sans-serif; font-size:17px; font-weight:400; line-height:36px; }
*, *:focus {outline:none !important;}
a {text-decoration:none !important; color:#000;} a:hover{color:#b59360;}
p { font-family:"Nirmala UI", san-serif; margin-bottom:25px;} .nomrgn{margin:0px !important;}
.bor-ctr:after {content:" "; display:block; border-bottom:4px solid #089247; width:65px; margin:30px auto;} 
.bor-lft:after {content:" "; display:block; border-bottom:5px solid #07a1b6; width:160px; margin:30px 0;} 
.container { max-width:1400px;}
.container-inner { margin:auto; max-width:1140px;}
ul,li { margin:0; padding:0; list-style:none;}
form .border-bottom { border-left:none; border-top:none; border-right:none; border-color:#797979 !important;}
.img-thumbnail { border-radius:0px; box-shadow:10px 10px 20px rgba(0,0,0,0.2); padding:10px;}
hr { background-color:#aaa;}
.ls-1 { letter-spacing:1px;}
.ls-2 { letter-spacing:2px;}
.ls-4 { letter-spacing:4px;}
.ls-6 { letter-spacing:6px;}
small { font-size:14px;}
.padd-25 { padding-left:10%; padding-right:10%; }

/*************Font Weight****************/
.font-weight-medium { font-weight:500;}
.font-weight-semi { font-weight:600;}
.font-weight-black { font-weight:900;}
.font-weight-bold { font-weight:800;}

/*****************************/
.breadcrumb{border-bottom:1px dashed #d3d3d3; color:#505050; margin:15px 0px; background-color:transparent;padding:0 0 15px; text-transform:uppercase; font-size:12px;}
.breadcrumb>li+li:before{content:"\00BB";color:#000; margin:0 10px;}
.gutter-sm {margin-left:-10px!important;margin-right:-10px!important;}
.gutter-sm div[class^="col"]{padding-left:10px!important;padding-right:10px!important;}

/***************************/
.btn { border-radius:30px; color:#fff; moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; text-decoration:none !important; padding:20px 30px; }
.btn-2x { border-radius:45px; font-size:24px; }

/*****************************/
.bg-primary { background-color:#bd960d !important}
.bg-secondary { background-color:#660066 !important}
.bg-light { background-color:#f2f2f2 !important;}
.bg-dark { background-color:#000 !important}
.bg-gray { background-color:#3c3c3c !important}

.btn-primary { background-color:#bd960d !important;}
.btn-secondary { background-color:#660066 !important;}
.text-primary {color:#bd960d !important}
.text-secondary {color:#660066 !important}
.text-light {color:#666 !important}
.btn-dark { background-color:#000 !important}

/*****************************/
.shadow{box-shadow:15px 15px 15px rgba(0,0,0,0.3) !important;}
h1, h2, h3, h4, h5, h6 { color:#000; font-family:"Palermo", san-serif;}
h1 {font-size:72px; line-height:1.5;}
h2 {font-size:60px; line-height:1.5;}
h3 {font-size:48px; line-height:1.5;}
h4 {font-size:36px; line-height:1.5;}
h5 {font-size:24px; line-height:1.8;}
h6 {font-size:18px; line-height:1.8;}
input.form-control,input.form-control:focus {box-shadow:none;}
select.form-control {height:calc(1.5em + 1.2rem + 2px);}
textarea.form-control,textarea.form-control:focus {resize:none;box-shadow:none;}
textarea.form-control:not([rows]) {height:136px;}
.form-control::-webkit-input-placeholder {color: #b6b6b6;}
.form-control::-moz-placeholder {color: #b6b6b6;}
.form-control:-ms-input-placeholder {color: #b6b6b6;}
.form-control:-moz-placeholder {color: #b6b6b6;}
.main-title .title-head span { display:inline-block; font-size:32px; margin-bottom:15px; padding:0px 20px;}
.main-title .title-head:before { border-top:1px solid #d7d7d7; content:""; display:inline-block; margin-bottom:10px; width:30px; }
.main-title .title-head:after { border-bottom:1px solid #d7d7d7; content:""; display:inline-block; margin-top:10px; width:30px; }

/********** Back To Top Button ***************************************************************************************************/
#scroll {background:rgba(95,95,95,0.55); position:fixed; right:10px; bottom:10px; z-index:99999; cursor:pointer; width:45px; height:45px; text-indent:-9999px; display:none; webkit-border-radius:50px; -moz-border-radius:50px; border-radius:50px}
#scroll span {position:absolute; top:50%; left:50%; margin-left:-8px; margin-top:-12px; height:0; width:0; border:8px solid transparent; border-bottom-color:#ffffff;}
#scroll:hover {background-color:#000; opacity:1;filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)";}

form .form-control { border:none; border-radius:0px; padding:15px;}