<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*==================== (01). Start Common Style Css ====================*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

*,
ul {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
}

img{
    max-width: 100%;
}


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

input:focus,
a:hover,
a:focus,
a:active,
button:focus,
select:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}





/*---------- Start prloader ----------*/

.loader-wraper {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

.loader {
    position: absolute;
    width: 64px;
    width: 4rem;
    height: 64px;
    height: 4rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.yellow {
    color: #212121;
    -webkit-animation: roundR 3s linear infinite;
    animation: roundR 3s linear infinite;
}

.black {
    top: 28px;
    left: 43px;
    position: absolute;
    -webkit-animation: roundL 3s linear infinite;
    animation: roundL 3s linear infinite;
    color: #ffcf10;
}

@-webkit-keyframes roundR {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes roundR {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes roundL {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes roundL {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}




/*----------- start section title -----------*/

.section-title {
    margin-bottom: 30px;
}

.section-title h3 {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    line-height: 1;
}

.section-title h3 span {
    color: #F36D24;
}

.section-title h3:after,
.section-title h3:before {
    position: absolute;
    content: '';
    height: 5px;
    left: 50%;
    bottom: 0;
}

.section-title h3:after {
    width: 50%;
    background: #212121;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-title h3:before {
    background: #ffcf10;
    width: 10%;
    z-index: 1;
    -webkit-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%);

}

.section-title p {
    font-size: 16px;
    font-weight: 300;
}




/*---------- Start more button ----------*/

.more-btn {
    color: #212121;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    min-width: 110px;
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #ffcf10;
    text-align: center;
    font-weight: 700;
    margin-top: 15px;
    z-index: 1;
}

.more-btn:after {
    position: absolute;
    content: '';
    background: #ffcf10;
    left: 14%;
    top: 0;
    -webkit-transform: skew(-35deg);
    transform: skew(-35deg);
    height: 100%;
    width: 100%;
    z-index: -1;
}

.more-btn:hover,
.more-btn:hover:after {
    background: #212121;
    color: #fff;
}




/*==================== (01). End Common Style Css ====================*/


/*==================== (02). Start header section ====================*/


/*------------ Start top header ------------*/

.top-header {
    padding: 10px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.top-header:before,
.top-header:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
}

.top-header:before {
    left: -50.5%;
    background: #212121;
}

.top-header:after {
    background: #cd3245;
    left: 50.5%;
}

.top-social li a {
    color: #fff;
}

.top-social li,
.top-time li {
    font-size: 18px;
    margin-right: 30px;
    display: inline-block;
}

.top-social li:last-child,
.top-time li:last-child {
    margin-right: 0;
}

.top-time {
    position: relative;
    z-index: 1;
    text-align: right;
}


/*------------ Start site menu ------------*/

.sticky-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.site-menu.sticky-menu {
    z-index: 2;
}

.site-menu .logo img {
    margin-top: 20px;
}

.menubar ul li {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 30px;
    font-weight: 600;
    position: relative;
}

.menubar ul li:last-child {
    margin-right: 0;
}

.menubar ul li a {
    color: #212121;
    padding: 25px 0;
    display: block;
    position: relative;
}

.menubar ul li a:after,
.menubar ul li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: #cd3245;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menubar ul li a:after {
    left: 0;
    top: 20px;
}

.menubar ul li a:before {
    right: 0;
    bottom: 20px;
}

.menubar ul li.current a:after,
.menubar ul li.current a:before,
.menubar ul li:hover a:after,
.menubar ul li:hover a:before {
    width: 50%;
}

.menubar ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    background: #ffcf10;
    min-width: 150px;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform-origin: top;
    transform-origin: top;
    white-space: nowrap;
}

.menubar ul ul li {
    display: block;
    margin-right: 0;
    text-align: left;
    border-bottom: 1px solid #f3c923;
}

.menubar ul ul li a {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
}

.menubar ul ul li a:before,
.menubar ul ul li a:after {
    display: none;
}

.menubar ul li:hover&gt;ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


/*==================== (02). End header section ====================*/


/*==================== (03). Start Home page ====================*/


/*------------ Start page banner section ------------*/

.page-banner .single-item {
    position: relative;
    height: 650px;
}

.page-banner .single-item:before,
.page-banner .owl-dots,
.single-item-overlay,
.single-item-overlay:after,
.single-item-overlay:before,
.single-item-overlay .banner-btn:after {
    position: absolute;
}

.page-banner .single-item:before,
.single-item-overlay:after,
.single-item-overlay:before,
.single-item-overlay .banner-btn:after {
    content: '';
}

.page-banner .single-item:before {
    background: rgba(33, 33, 33, 0.3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.page-banner .owl-dots {
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-banner .owl-theme .owl-dots .owl-dot {
    display: block;
    zoom: 1;
}

.page-banner .owl-theme .owl-dots .owl-dot span,
.page-banner .owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
    height: 10px;
}

.page-banner .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #fff;
    width: 15px;
}

.page-banner .owl-theme .owl-dots .owl-dot.active span {
    background: #ffcf10;
    border: none;
}

.single-item-overlay {
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-item-overlay h2 {
    font-size: 40px;
    font-weight: 600;
}

.single-item-overlay p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 10px;
}

.page-banner .more-btn:hover,
.page-banner .more-btn:hover:after {
    background: #ffcf10;
    color: #212121;
}





.pg-block{
position: relative;
padding: 35px 0;
clear: both;
float: left;
width: 100%;
}

.grey-bg{
background-color: #fbfbfb;
}

.content-body{
margin: 15px 0;
}

.content-body p{
    margin-bottom: 10px;
}

.content-body h5{
margin:10px 0;
font-size: 16px;
}

.listing li{
    list-style: none;
}

.regFormSection h1{
   color: #efc216;
    background: rgba(0,0,0,0.6);
    padding: 20px;
    display: inline-block;
}

.regFormSection h3 {
    color: #000;
    margin: 15px 0;
}

.regFormSection .listing {
    padding: 15px 15px;
    background: rgba(0,0,0,0.6);
    width: 88.2%;
}

.regFormSection .listing li{
    color: #fff;
    font-weight: 600;
}

.regFormSection .listing li i{
    color: #fff;
}

.listing li{
        margin-bottom: 10px;
}

.listing li i{
    color: #0c4da2;
    margin-right: 5px;
}

h2.block-title{
margin-bottom: 30px;
font-size: 32px;
position: relative;
border-bottom: 1px #ddd solid;
padding-bottom: 15px;
}

h2.block-title:before{
position: absolute;
left: 0;
width: 70px;
height: 3px;
background-color: #c59a00;
content: "";
bottom: -2px;
}


#home .content-body{
padding: 0 15px 15px 15px;
margin-top: 0;
}
#home .content-body .logo{
margin-bottom: 30px;
display: inline-block;
/*background-color: #fff;*/
border-radius: 3px;
}


.content-body h3{
    margin:15px 0;
    font-size: 18px
}

.glance-img{
    margin:15px 0;
}


.pg-list {
    background-color: #e6e7e8;
padding: 15px;
margin-top: 50px;
border-radius: 3px;
min-height: 190px;
text-align: center;
}

.hj-box{
background-color: #662d91;
width: 80px;
height: 80px;
border-radius: 50%;
margin: -50px auto 20px auto;
text-align: center;
line-height: 70px;

}

.hj-box h3{
color: #ffcb1f;
font-size: 28px;
font-weight: bold;
display: inline-block;

}

.hj-box h3 span{
color: #fff;
display: block;
font-size: 13px;
font-weight: normal;
    
}

.table-new th{
    background-color: #0c4da2;
    color: #fff;
}

.cp-block{
position: relative;
background-color: #fff;
border: 1px #eee solid;
padding: 15px;
min-height: 320px;
margin-top: 15px;
margin-bottom: 30px;
text-align: center;
-moz-box-shadow: 2px 4px 5px 1px rgb(232, 226, 232);
-webkit-box-shadow: 2px 4px 5px 1px rgb(232, 226, 232);
box-shadow: 2px 4px 5px 1px rgb(232, 226, 232);
}

.cp-block .cp-img{
width: 95px;
height: 95px;
border-radius: 50%;
margin: 0 auto;
    
}


.cp-block .cp-img img{
max-height: 80px;
border-radius: 50%;
margin-top: 5px;
    
}

.cp-block .cp-img.cp-img-1{
    background-color: #511c74;

}

.cp-block .cp-img.cp-img-2{
        background-color: #b7202e;
}

.cp-block .cp-img.cp-img-3{
        background-color: #82ca9c;
}

.cp-block .cp-img.cp-img-4{
        background-color: #160d47;
}

.cp-block.min-height{
min-height: 260px;

}



/* mCustom scroll bar settings */
.mCustomScrollbar{
    position: relative;
    height: 160px;
    overflow: auto;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}
.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}
.mCSB_inside &gt; .mCSB_container {
    margin-right: 10px;
}
.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: rgba(0, 0, 0, .1);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    background-color:#cd3245;
}
.currentafbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: rgb(105, 204, 68);
}
















/* Testimonails start */

#testi {
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 10px 0px;
}

#testi .carousel-item{
background-color:
rgba(255, 255, 255, 0.15);
text-align: center;
padding: 15px;
min-height: 330px;
border-radius: 0px;
line-height: 24px;
box-shadow:0 0 11px 0px rgb(216 226 226);
}

#testi .carousel-item .img-box img{
width: 60px;
border-radius: 50%;
display: inline-block;
margin-bottom: 15px;
height: 60px;
padding: 3px;
background-color: #fff;
}

#testi .carousel-item .overview {
text-transform: capitalize;
color:#abeadb;
font-size: 14px;
font-weight: 400;
  font-style: italic;
}

#testi .carousel-item .overview strong {
    color: #f15a22;
    font-weight: 500;
}
.test-user {
    font-size: 18px;
    font-weight: 600;
    color: #1d274e;
    margin-bottom: 10px;
}

#testi .carousel-item .img-box i{
font-size: 20px;
background-color:#fff;
color:#ee6723;
width: 50px;
height: 50px;
border-radius: 50%;
line-height: 40px;
margin: 10px 0;
border: 5px #ddd solid;
}

.slick-dots{
    display: none!important;
}

#testi .slick-slide &gt; div{
  padding: 0 10px;
}

#testi .slick-prev, 
#testi .slick-next{
width: 42px;
height: 25px;
line-height: 25px;
position: absolute;
border-radius: 0px;
border: none;
font-size: 0px;
background-color: transparent;
top: -60px;
cursor: pointer;
padding: 0;
}

#testi .slick-prev{
right: 26px;
}
#testi .slick-next{
    right: 0;
}

#testi .slick-prev:before, 
#testi .slick-next:before {

    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    opacity: 1;
    background-color: #0c4da2;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
}

#testi .slick-prev::before {
    content: "\f053";
}

#testi .slick-next::before {
    content: "\f054";
}


/* Testimonails close*/


#accordion{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 0;
}


#accordion .panel {
width: 100%;
margin-bottom: 10px !important;
box-shadow: inherit;
padding: 0;
border: none;
}


#accordion .panel-default&gt;.panel-heading {
  color: #333;
  background-color: #c3e2e6;
  border-color: #c3e2e6;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 10px 0;
}

#accordion .panel-default&gt;.panel-heading a {
display: block;
padding: 10px 15px;
color: #333;
outline: none;
font-size: 16px;
}

#accordion .panel-default&gt;.panel-heading a:after {
  content: "";
  position: relative;
  top: 5px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

#accordion .panel-default&gt;.panel-heading a[aria-expanded="true"] {
  background-color: #cd3245;
  color: #fff;
}

#accordion .panel-default&gt;.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#accordion .panel-default&gt;.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


#accordion .wainip-block .panel-body{
border: 1px #ddd solid !important;
color: #333;
padding: 10px 15px;
}

#accordion .wainip-block .panel-body i{
margin-right: 5px;
margin-top: 5px;
}


#accordion .wainip-block .panel-body h5{
color: #ee6723;
font-size: 18px;
margin-bottom: 5px;
}




.footer{
    clear: both;
}



/*------------ Start about us section ------------*/

.aboutus {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.welcome-text h3 {
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
    line-height: 30px;
}

.welcome-text p {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 10px;
}

.aboutus img {
    position: absolute;
   right:0;
    width: 480px;
}




/*------------ Start service section ------------*/

.service-section {
    background: #fafafa;
    padding: 50px 0 70px;
}

.single-service {
    text-align: center;
    margin-bottom: 30px;
    padding: 14px;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    min-height: 215px;
}
.single-service .icon {
    font-size: 50px;
    color: #d6d6d6;
    margin-bottom: 15px;
}

.single-service h5 {
    text-transform: capitalize;
    font-weight: 700;
    color: #212121;
    font-size: 16px;
    margin-bottom: 15px;
}

.single-service h5 span {
    color:#F37129;
}

.single-service p {
    font-size: 15px;
}

.single-service:hover .icon,
.single-service:hover h5 span {
    color: #ffcf10;
}




/*------------ Start company ststus section ------------*/

.company-status {
    padding: 0px;
}

.company-status .section-title h3:after,
.company-status .section-title h3:before {
    left: 25%;
}

.status-box {
    width: 32.1%;
    float: left;
    border: 1px solid #c2c2c2;
    text-align: center;
    display: block;
    padding: 30px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    min-height: 140px;
}

.status-box:nth-child(3),
.status-box:last-child {
    margin-right: 0;
}

.status-box span {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}

.status-box h5 {
    font-size: 13px;
    font-weight: 400;
    
}

.status-box i {
    font-size: 20px;
    color: #f36d24;
    margin-bottom: 10px;
}

.status-img img {
    position: absolute;
    bottom: -90px;
    width: 559px;
}




/*------------ Start our team section ------------*/

.team-section {
    background: #FAFAFA;
    padding: 50px 0 70px;
}

.team-member {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 30px;
}

.team-member:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.8);
    height: 50%;
    width: 100%;
    top: 65%;
    left: -25%;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    border-radius: 0 30px 0 0;
    border: 1px solid #ffcf10;
}

.team-member img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.team-member:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.member-info {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
    z-index: 1;
    width: 100%;
}

.member-info h5 {
    font-size: 20px;
}

.member-info h5,
.member-info h6 {
    text-transform: uppercase;
    font-weight: 500;
}

.member-info h6 {
    font-size: 13px;
    margin-top: 5px;
    letter-spacing: 1px;
}

.member-info ul li {
    font-size: 16px;
    margin-right: 15px;
    margin-top: 5px;
}

.member-info ul li:last-child {
    margin-right: 0;
}

.member-info ul li a {
    color: #fff;
}

.member-info ul li:hover a {
    color: #ffcf10;
}





/*------------ Start gallery section ------------*/

.gallery {
    padding: 100px 0;
}

.glry-img {
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.glry-layer,
.glry-img img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.glry-img:hover img {
    -webkit-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg);
}

.glry-img:hover .glry-layer a {
    -webkit-animation: galryview 1s linear infinite;
    animation: galryview 1s linear infinite;
}

@-webkit-keyframes galryview {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes galryview {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.glry-img:hover .glry-layer {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.glry-img:hover .glry-layer:after {
    width: 100%;
}

.glry-layer,
.glry-layer a,
.glry-layer:after,
.glry-layer a:after,
.glry-layer a:before {
    position: absolute;
}

.glry-layer {
    height: 80%;
    width: 80%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.glry-layer,
.glry-layer a,
.glry-layer a:after,
.glry-layer a:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.glry-layer a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: block;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
}

.glry-layer a:after,
.glry-layer a:before {
    content: '';
    background: #212121;
}

.glry-layer a:after {
    height: 20px;
    width: 2px;
}

.glry-layer a:before {
    height: 2px;
    width: 20px;
}

.mfp-bottom-bar {
    display: none;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}




/*------------ Start testimonial section ------------*/

/*.testimonial {
    background: url(images/testimonibg.jpg) no-repeat center center / cover;
    padding: 100px 0 122px;
    position: relative;
    z-index: 1;
}

.testimonial:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}
*/
.testimoni p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: right;
}

.testimoni p.name {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    border-right: 6px solid #ffcf10;
    padding-right: 15px;
    letter-spacing: 2px;
    line-height: 23px;
}

.testimonial .owl-dots {
    top: 100%;
    position: absolute;
    right: -6px;
    bottom: 0;
}

.testimonial .owl-theme .owl-dots .owl-dot span {
    width: 21px;
    height: 8px;
    margin: 5px;
    background: #ffffff;
    border-radius: 15px;
}

.testimonial .owl-theme .owl-dots .owl-dot.active span {
    background: #ffcf10;
}

.testimonial-brand-img {
    position: relative;
    overflow: hidden;
    right: 0;
    top: 0;
    text-align: right;
}

.testimonial-brand-img img {
    width: 350px;
}

.testimoni-img {
    border: 1px solid #ffcf10;
    padding: 10px;
}




/*------------ Start faq section ------------*/

.faq {
    background: #fafafa;
    padding: 100px 0 70px;
}

.accordion .card {
    border: none;
    margin-bottom: 30px;
}

.faq .btn-link {
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    background: #212121;
    color: #fff;
    border-radius: 0;
    padding: 10px 15px;
    font-size: 16px;
    overflow: hidden;
    border: none;
}

.faq .btn-link:hover,
.faq .btn-link:focus {
    text-decoration: none;
}

.faq .btn-link:after {
    position: absolute;
    content: '\f068';
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: fontawesome;
}

.faq .btn-link.collapsed:after {
    content: '\f067';
}

.faq .btn-link:before {
    position: absolute;
    content: '';
    background: #ffcf10;
    -webkit-transform: skew(-35deg);
    transform: skew(-35deg);
    height: 100%;
    width: 50%;
    left: 90%;
    top: 0;
}

.card-header {
    padding: 0;
    background: transparent;
    border-bottom: none;
}

.card-body {
    position: relative;
    text-align: justify;
}

.card-body:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #212121;
}

.card-body:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 50%;
    left: 0;
    bottom: 0;
    background: #ffcf10;
    z-index: 1;
}




/*------------ Start blog section ------------*/

.blog {
    padding: 100px 0 70px;
}

.single-blog {
    border: 1px solid #f6f6f6;
    padding: 15px;
    margin-bottom: 30px;
}

.single-blog .title {
    color: #666;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

.blog-date {
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    color: #9e9e9e;
    margin: 10px 0;
}




/*------------ Start subscribe section ------------*/

.subscribe {
    background: url(images/subscribebg.jpg) no-repeat top right / cover;
    padding: 100px 0 84px;
    position: relative;
    color: #fff;
    z-index: 1;
}

.subscribe:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.subscribe h1 {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.subscribe .form-control {
    border-radius: 50px;
    box-shadow: none;
    border: 1px solid #eaeaea;
    background: transparent;
    color: #fff;
    font-size: 14px;
    height: 50px;
    padding: 15px 155px 15px 15px;
}

.subscribe form {
    position: relative;
}

.subscribe .form-control::-webkit-input-placeholder {
    color: #fff;
}

.subscribe .form-control::-moz-placeholder {
    color: #fff;
}

.subscribe .btn-primary {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50px;
    height: 40px;
    line-height: 43px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    width: 150px;
    color: #fff;
}

.subscribe .btn-primary:hover {
    background: #212121 !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}

.subscribe .btn-primary,
.subscribe .btn-primary:focus,
.subscribe .btn-primary:active {
    background: #ffcf10 !important;
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}




/*==================== (03). End Home page ====================*/


/*==================== (04). Start about us page ====================*/

.page-title {
    background: url(images/pagetitlebg.jpg) no-repeat top center / cover;
}

.page-title-layer {
    background: rgba(0, 0, 0, 0.7);
    padding: 100px 0;
}

.page-title h3 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 10px;
    margin-bottom: 10px;
}

.page-nav ol li a {
    font-weight: 700;
}

.page-nav ol li {
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    margin-right: 30px;
    position: relative;
    font-weight: 300;
    letter-spacing: 2px
}

.page-nav ol li:last-child {
    margin-right: 0;
}

.page-nav ol li:after {
    position: absolute;
    content: '\f105';
    font-family: fontawesome;
    color: #ffcf10;
    left: 100%;
    top: 1px;
    padding-left: 15px;
    font-size: 18px;
}

.page-nav ol li:last-child:after {
    padding-left: 0;
    content: '';
}

.page-nav ol li,
.page-nav ol li a {
    color: #fff;
}
.faq-bg{
    background: #fff;
}
.blog-bg{
    background: #FAFAFA;
}





/*==================== (04). End about us page ====================*/


/*==================== (05). Start Faq page ====================*/

.faq-page{
    padding-bottom: 0;
}
.faq img {
    position: relative;
    bottom: 0;
    width: 443px;
    margin-left: auto;
    display: table;
}




/*==================== (05). End Faq page ====================*/


/*==================== (06). start blog page ====================*/


/*------------ Start pagination ------------*/

.blog-pagination {
    margin: 20px 0 30px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

.blog-pagination .page-link {
    height: 35px;
    width: 35px;
    line-height: 38px;
    text-align: center;
    padding: 0;
    margin: 0 1px;
    color: #fff;
    background: #212121;
    border: none;
    font-size: 16px;
    font-weight: 700;
}

.blog-pagination .page-item:first-child .page-link {
    margin-left: 0;
}

.blog-pagination .page-item:last-child .page-link {
    margin-right: 0;
}

.page-item.pre,
.page-item.next {
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.page-item .fa {
    font-size: 22px;
}

.page-item.pre:after,
.page-item.next:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #212121;
    top: 0;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    z-index: -1;
    cursor: pointer;
}

.page-item.pre:after {
    left: -22%;
}

.page-item.next:after {
    left: 22%;
}

.page-item.pre:hover:after,
.page-item.next:hover:after,
.page-item:hover .page-link,
.page-item.current-page .page-link {
    background: #ffcf10;
    color: #212121;
}




/*------------ Start blog sidebar ------------*/

.search form {
    position: relative;
}

.search form .form-control,
.search form .btn-primary {
    border: 1px solid #cfcfcf;
    box-shadow: none;
    border-radius: 0;
    outline: none;
    height: 40px;
}

.search form .form-control {
    padding-right: 50px;
}

.search form .btn-primary {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    color: #212121;
    width: 50px;
}

.search form .btn-primary:hover,
.search form .btn-primary:focus,
.search form .btn-primary:active {
    background: #ffcf10 !important;
    border: 1px solid #ffcf10 !important;
    box-shadow: none !important;
    color: #fff;
}

.sidebar-title h4 {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    color: #fff;
    z-index: 1;
    background: #212121;
    padding: 10px 10px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

.sidebar-title h4:after {
    position: absolute;
    content: '';
    background: #ffcf10;
    left: -50%;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-35deg);
    transform: skew(-35deg);
    z-index: -1;
}

.recent-post,
.tags,
.share-post {
    border: 1px solid #ebebeb;
    padding: 15px;
    margin-top: 30px;
}

.recent-post .post {
    font-weight: 700;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.recent-post .post:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.recent-post .post a,
.recent-post .post {
    color: #212121;
}

.recent-post .post a {
    font-size: 18px;
}

.tags ul li {
    display: inline-block;
    width: 31.33%;
    margin: 5px 2px;
}

.tags ul li a {
    color: #fff;
    text-transform: capitalize;
    display: block;
    background: #ffcf10;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
    text-align: center;
    border: 1px solid transparent;
}

.tags ul li:hover a {
    background: transparent;
    border: 1px solid #ffcf10;
    color: #212121;
}

.share-post ul {
    text-align: center;
}

.share-post ul li {
    display: inline-block;
    font-size: 20px;
    margin-right: 20px;
}

.share-post ul li:last-child {
    margin-right: 0;
}

.share-post ul li a {
    color: #212121;
}




/*==================== (06). End blog page ====================*/


/*==================== (07). End blog details page ====================*/
.blog-details{
    padding: 100px 0 83px;
}
.details-info .date {
    margin: 15px 0 10px;
}

.comment-info ul li,
.comment-info ul li a,
.details-info .date ul li {
    font-size: 16px;
    font-weight: 600;
    color: #9e9e9e;
    text-transform: uppercase;
}

.details-info p {
    margin-bottom: 15px;
}

.details-info p.qut {
    border-left: 8px solid #ffcf10;
    padding-left: 15px
}

.blog-comment {
    margin-top: 30px;
}

.reply-area h4,
.blog-comment h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.blog-comment .single-comment {
    margin-bottom: 30px;
}

.comment-thumb img {
    width: 100%;
}

.comment-info ul li {
    margin-bottom: 10px;
}

.comment-info ul li,
.comment-info ul li a {
    font-size: 14px;
}

.comment-info ul li:hover a {
    color: #ffcf10;
}

.blog-comment .single-comment:nth-child(odd) {
    margin-left: 50px;
}

.reply-area {
    margin-top: 50px;
}

.reply-area .form-control {
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border: 1px solid #eaeaea;
}

.reply-area .form-control:focus {
    border-color: #ffcf10;
}

.reply-area .form-control::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
}

.reply-area .form-control::-moz-placeholder {
    font-size: 14px;
    color: #999;
}

.reply-area .form-control:-ms-input-placeholder {
    font-size: 14px;
    color: #999;
}

.reply-area .btn-primary {
    border-radius: 0;
    min-width: 150px;
    height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.reply-area .btn-primary,
.reply-area .btn-primary:hover,
.reply-area .btn-primary:focus,
.reply-area .btn-primary:active {
    background: #ffcf10 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #212121 !important;
}




/*==================== (07). End blog details page ====================*/


/*==================== (08). Start contact page ====================*/

.contact-us {
    margin-top: 100px;
}

.contact-info {
    border: 1px solid #f5f5f5;
    padding: 15px;
    text-align: center;
    min-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.contact-info i.fa {
    font-size: 28px;
    color: #d6d6d6;
    margin-bottom: 10px;
}

.contact-info:hover {
    border: 1px solid #ffcf10;
    cursor: pointer;
}

.contact-info:hover i.fa {
    color: #ffcf10;
}

.contact-info .title {
    text-transform: capitalize;
    font-weight: 700;
    color: #212121;
    font-size: 18px;
    margin-bottom: 5px;
}

.contact-info p,
.contact-info p a {
    font-size: 14px;
    color: #212121;
}

.contact-us .form-control {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
    border: 1px solid #f5f5f5;
}

.contact-us .form-control::-webkit-input-placeholder {
    color: #999;
    font-size: 15px;
    text-transform: capitalize;
}

.contact-us .form-control::-moz-placeholder {
    color: #999;
    font-size: 15px;
    text-transform: capitalize;
}

.contact-us .form-control:-ms-input-placeholder {
    color: #999;
    font-size: 15px;
    text-transform: capitalize;
}

.contact-us .form-control:focus {
    border: 1px solid #ffcf10;
}

.contact-us input[type="text"],
.contact-us input[type="email"] {
    height: 50px;
}

.contact-us .btn-primary {
    border-radius: 0;
    outline: none;
    border: none;
    min-width: 150px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
    text-align: center;
    height: 45px;
    line-height: 38px;
    z-index: 1;
}

.contact-us .btn-primary,
.contact-us .btn-primary:hover,
.contact-us .btn-primary:focus,
.contact-us .btn-primary:active {
    background: #ffcf10 !important;
    color: #212121 !important;
    box-shadow: none !important;
}

.contact-us .btn-primary:after {
    position: absolute;
    content: '';
    background: #ffcf10;
    height: 100%;
    width: 100%;
    -webkit-transform: skew(-35deg);
    transform: skew(-35deg);
    top: 0;
    left: 10%;
    z-index: -1;
}

#googleMap {
    height: 500px;
    width: 100%;
    margin-top: 70px;
}




/*==================== (08). End contact page ====================*/


/*==================== (09). Star footer section ====================*/

.footer {
    background: #212121;
}

.top-footer {
    padding:15px 0 ;
}

.top-footer,
.top-footer a {
    color: #fff;
}

.info-text {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    margin: 6px 0 10px;
}

.footer-social ul li {
    margin-right: 30px;
    font-size: 18px;
}

.footer-social ul li:last-child {
    margin-right: 0;
}

.footer-social ul li:hover a {
    color: #ffcf10;
}

.ftr-title h4 {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 35px;
    position: relative;
}

.ftr-title h4:after {
    position: absolute;
    content: '';
    width: 20%;
    height: 2px;
    background: #ffcf10;
    left: 0;
    top: 150%;
}

.ftr-title h4:before {
    position: absolute;
    content: '';
    width: 10%;
    height: 2px;
    background: #fff;
    left: 0;
    top: 150%;
    z-index: 1;
}

.ftr-links&gt;li {
    line-height: 30px;
    font-size: 16px;
}

.ig-post a {
    display: inline-block;
    width: 32.33%;
    padding: 4px 2px;
}

.copy-right {
    color: #fff;
    padding: 15px 0;
    border-top: 1px solid #4c4c4c;
}

/*==================== (09). End footer section ====================*/
.why {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.why ul li {background-image: url(../images/ico.png);background-repeat: no-repeat;padding: 5px 28px;list-style: none;font-size: 16px;background-position: 1px 8px;}

/*==================== (09). End footer section ====================*/

.regFormSection {
background-image: url("../images/slider.jpg");
background-repeat: no-repeat;
background-size: cover;
position: relative;
padding: 35px 0;
}

.regFormSection:before{
background-color: rgba(255,255,255,0.2);
position: absolute;
left: 0;
top: 0;
content: "";
width: 100%;
height: 100%;
}

.regFormSection .regFormBlock {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    float: right;
    height: auto;
    margin-right: 15px;
    max-width: 390px;
    padding-bottom: 10px;
}
.regFormSection .regFormBlock h1 {
    background-color: #0c4da2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff; width:100%;
   /* font-family: Open-SemiBold;*/
    font-size: 20px;
    margin: 0 0 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
}
.form-group {
    margin-bottom: 15px;
}

.regFormSection .regFormBlock .form-group .form-control {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #c1c0c0;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 0 2px;
    box-shadow: 0 0 0;
    padding: 0;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
form {
    padding: 0 30px;
}
.regFormSection ul {
    padding: 25px 45px 0;
}
.banner-left-ul &gt; li {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
}


@media only screen and (max-width:767px) {

.regFormBlock {
    max-width: 100%;
    float: left;
    margin: 0!important;
    width: 100%;
} 

#home .content-body{
    padding: 0;
}

#home .content-body h1{
    font-size: 20px;
}

h2.block-title{
    font-size: 24px;
}





}


@media only screen and (max-width: 600px) {
  .list-unstyled {
    display: none;
}

*, *::after, *::before {
    box-sizing: border-box;
}
*, *::after, *::before {
    box-sizing: border-box;
}
.regFormSection .regFormBlock {
   
    min-width: auto;
}


#captchaId{
    clear: both;
}

#captchaId &gt; div,
#captchaId iframe{
    width: 100%!important;
}




}</pre></body></html>