
body{
	font-family: 'open_sansregular';
	background-color: white;
	font-size: 14px;
}
a{
	font-family: 'open_sansregular';
	text-decoration: none !important;
}
p{
	font-family: 'open_sansregular';
	font-size: 14px;
	line-height: 23px;
}

/*width*/
::-webkit-scrollbar{
	width: 10px;
	height: 10px;
}

/*track*/
::-webkit-scrollbar-track{
	background-color: #c49718;
}

/*handle*/
::-webkit-scrollbar-thumb{
	background-color: #030b65;
}

/*hande hover*/
::-webkit-scrollbar-thumb:hover{
	background-color: #020635;
}


#loading {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: block;
   opacity: 1;
   background-color: rgba(3, 11, 101, .95);
   z-index: 99999999999999999;
   text-align: center;
}


.frame{
    display: block;
    position: absolute;
    left: 0;
    right:0;
    top: 0;
    bottom: 0;
    width: 160px;
    height: 160px;
    margin: auto; 
    border: 3px solid transparent;
    border-top-color: #c49718;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1500;
    -webkit-animation: spinning 5s linear infinite;
    animation: spinning 5s linear infinite;
    float:left;
  }
  .frame.two{
    display: block;
    position: relative;
    right: -10%;
    top: 0%;
    left: auto;
    -webkit-animation: spinningChange 5s linear infinite;
    animation: spinningChange 5s linear infinite;
  }
   .frame.two .clr,.frame.two .clr:before, .frame.two .clr:after{
        -webkit-animation: spinningChange 5s linear infinite;
    animation: spinningChange 5s linear infinite;
   }
.clr{
    display: block;
    position: relative;
    left: 22px;
    top: 20px;
    width: 110px;
    height: 110px;
    margin: 0px; 
    border: 3px solid transparent;
    border-top-color: #c49718;
    z-index: 1500;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinning 5s linear infinite;
    animation: spinning 5s linear infinite;
}
.clr:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 3px solid transparent;
    border-top-color: #c49718;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinning 5s linear infinite;
    animation: spinning 5s linear infinite;
}
.clr:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 3px solid transparent;
    border-top-color: #c49718;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinning 5s linear infinite;
    animation: spinning 5s linear infinite;
}
@keyframes spinning {
    0%{
    -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);  /* IE 9 */
    transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    
    50%{
    -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);  /* IE 9 */
    transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
    
    100% {
    -webkit-transform: rotate(720deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(720deg);  /* IE 9 */
    transform: rotate(720deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
    
@-webkit-keyframes spinning {
    0%   {
    -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);  /* IE 9 */
    transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
        50%{
    -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);  /* IE 9 */
    transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
    -webkit-transform: rotate(720deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(720deg);  /* IE 9 */
    transform: rotate(720deg);  /* Firefox 16+, IE 10+, Opera */
    }
}


@keyframes spinningChange {
    0%{
    -webkit-transform: rotate(720deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(720deg);  /* IE 9 */
    transform: rotate(720deg);  /* Firefox 16+, IE 10+, Opera */
    }
    
    50%{
    -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);  /* IE 9 */
    transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
    
    100% {
    -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);  /* IE 9 */
    transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
    
@-webkit-keyframes spinningChange {
    0%   {
    -webkit-transform: rotate(720deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(720deg);  /* IE 9 */
    transform: rotate(720deg);  /* Firefox 16+, IE 10+, Opera */
    }
        50%{
    -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);  /* IE 9 */
    transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
    -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);  /* IE 9 */
    transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

.nopad{
	padding-left: 0px;
	padding-right: 0px;
}
.cmpad{
	padding-left: 45px;
	padding-right: 45px;
}
.lt{
	text-align: left !important;
	margin-left: 0 !important;
}
h1.subhd{
	font-family: 'open_sanssemibold';
	font-size: 28px;
	color: #666;
	text-align: center;
	margin-top: 35px;
}
h1.subhd span{
	color: #c49718;
}
h2.subhd{
	color: #fff;
	font-family: 'open_sanssemibold';
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 25px;
}
h3.subhd{
	margin-top: 0;
	font-size: 15px;
}
.hdline{
	width: 15%;
	height: 5px;
	border-radius: 5px;
	border: 1px solid;
	color: #c49718;
	margin: 5px auto 30px auto;
}

@media(max-width: 991px){
.cmpad{
	padding-right: 30px;
	padding-left: 30px;
}
}

@media(max-width: 767px){
.cmpad{
	padding-right: 15px;
	padding-left: 15px;
}
.tab-hide{
	display: none !important;
}
}

@media(max-width: 480px){
.cmpad{
    padding-right: 5px;
    padding-left: 5px;
}
.mob-hide{
	display: none !important;
}
}



.mob{
    display: none;
}
@media(max-width: 767px){
.mob{
    display: block;
}
.dsk{
    display: none;
}
}


/*[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[*/
/*////***********************HEADER***********************\\\\*/
/*]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]*/

/*STICKY HEADER*/
header{
	position:fixed;
	width:100%;
	z-index: 10;
	background-color: #fff;
	box-shadow: 0 3px 20px rgba(14, 21, 110, .3);
}
/*header.active{
}*/
header.active .header-top{
	display: none;
}

.header-top{
	height: 35px;
	background-color: #fff;
	border-bottom: 1px solid #ededed;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.header-top .top-left{
	margin-bottom: 0;
	list-style-type: none;
    margin-left: -40px;
    float: left;
}
.header-top .top-left li{
	padding-right: 0;
	padding-right: 20px;
	line-height: 32px;
	font-size: 13px;
	position: relative;
	float: left;
	display: block;
	color: #666;
}
.header-top .top-left img{
	max-width: 18px;
	display: inline-block;
	margin-right: 8px;
}

.header-top .top-right{
	margin-bottom: 0;
	float: right;
	margin-top: 5px;
}
.header-top .top-right li{
	padding-left: 5px;
    padding-right: 5px;
    position: relative;
    display: block;
    float: left;
}
.header-top .top-right a .fa{
	color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #c49718;
    border-radius: 50%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.header-top .top-right a .fa:hover{
	box-shadow: 1px 1px 0px 1px rgb(14, 21, 110);
}
.header-top marquee{
	margin-top: 7px;
	color: #666;
	font-size: 13px;
}

.logo-con img{
	max-width: 180px;
	margin-top: 7px;
}
.navbar-default{
	border: none;
	background-color: transparent;
	margin-bottom: 10px;
}
.navbar-collapse{
	padding: 0;
	margin-right: 15px;
    margin-top: 14px;
}
.navbar-default .nav>li>a{
	padding: 10px 25px;
	font-family: 'open_sanssemibold';
}
.navbar-default .navbar-nav{

}
/*.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color: transparent;
	border-bottom: 3px solid #c49718;
}*/
.enqbtn, .enqbtn:focus{
    background-color: #0e156e;
    color: #ffffff;
    padding: 10px 15px;
    margin-left: 20px;
    outline: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.enqbtn:hover{
	color: #fff;
	background-color: #000548;
}


.menu__link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  border-radius: 20px;
  height: 5px;
  color: #c49718;
  border: 1px solid;
  opacity:.7;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu__link:hover, .menu__link:focus{
	color:#000000;
	text-decoration:none;
}
.menu__link:hover:before {
  width: 100%;
  background: #c49718;
  border-radius: 0;
  height: 2px;
  border: none;
}

/*{{{{{{{{{{{RESPONSIVE}}}}}}}}}}}}}*/
ul.sidenav {
  display: none;
  height: 100%;
  width: 0;
  position: fixed;
  list-style-type: none;
  z-index: 1;
  top: 0;
  right: 0 !important;
  background-color: rgba(17, 17, 17, .95);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  padding-inline-start: 0;
}

ul.sidenav a{
    padding: 8px 8px 8px 32px;
    margin: auto 10px;
    border-bottom: 1px dotted #3a3737;
    text-decoration: none;
    font-size: 16px;
    color: rgba(196, 151, 24, 0.8);
    display: block;
    transition: 0.3s;
}

ul.sidenav a:hover {
  color: #f1f1f1;
}

ul.sidenav .closebtn {
  position: absolute;
    top: 15px;
    right: 10px;
    font-size: 30px;
    margin-left: 50px;
    border: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    background-color: #c49718;
    border-radius: 5px;
    color: #111111;
    box-shadow: 3px 3px 20px rgba(196, 151, 24, .5);
}

.openbtn{
	font-size:30px;
	cursor:pointer;
	float:right;
	display: none;
	margin-left: 15px;
	padding: 0 5px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 5px 5px 20px rgba(14, 21, 110, .3);
    color: #030b65;
}
ul.mob-social{
	list-style-type: none;
}
ul.mob-social li{
	position: relative;
	float: left;
	display: block;
	padding: 5px;
}
ul.mob-social li a{
    padding: 5px;
    margin: auto;
    border: 1px solid;
    width: 25px;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
}

.enqmob{
	display: none;
}

@media screen and (max-height: 450px) {
  ul.sidenav {padding-top: 15px;}
  ul.sidenav a {font-size: 18px;}
}


@media(max-width: 1070px){

.marqueecon{
	display: none;
}
.topsocial{
	width: 40%;
	float: right;
}
.topinfo{
	width: 60%;
}
.navbar-default .nav>li>a{
	padding: 10px 15px;
}

}

@media(max-width: 991px){

.navbar-default .navbar-nav{
	display: none;
}
ul.sidenav, .openbtn{
	display: block;
}
}

@media(max-width: 767px){
.topsocial{
	display: none;
}
.topinfo{
	width: 100%;
}
.navbar-collapse.collapse{
	display: block;
	border: none;
}
}

@media(max-width: 560px){
.enqbtn{
    color: #020a65;
    padding: 10px 15px;
    margin-left: 20px;
    outline: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    background-color: white;
    box-shadow: inset 0px 0 0 1px #030b65;
}
}
@media(max-width: 460px){
.enqbtn{
	display: none;
}
.enqmob, .enqmob:focus{
	display: block;
    position: fixed;
    bottom: 50px;
    right: 10px;
    width: 40px;
    height: 40px;
    outline: 0;
    border-radius: 50%;
    background-color: #030b65;
    color: #fff;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.enqmob:hover{
	color: #fff;
	box-shadow: 0px 0px 0px 4px #c49718;
}

@media(max-width: 390px){
.header-top .top-left li:first-child{
    display: none;
}
}
}

/*////***********************SLIDER***********************\\\\*/
.swiper-container1{
	padding-top: 104px !important;
}
.swiper-container1 .swiper-pagination-bullet-active{
    background-color: #c49718 !important;
    opacity: 1 !important;
    width: 15px;
    height: 8px;
    border-radius: 5px !important;
}
.swiper-container1 .swiper-pagination-bullet{
    opacity: .5;
    background-color: #fff;
}



/*////***********************ENQUIRY***********************\\\\*/

.enqmodal .modal-content{
    border: 5px solid rgba(4, 13, 117, 0.5);
    border-radius: 15px;
}
.enqmodal .modal-header{
    box-shadow: -1px 3px 20px rgba(0, 0, 0, 0.1);
    border: none;
    background-color: #030b65;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.enqmodal .modal-header .close{
	background-color: #c49718;
    width: 25px;
    height: 25px;
    color: #fff;
    outline: 0;
    opacity: .8;
    border-radius: 5px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.enqmodal .modal-header .close:hover{
	opacity: 1;
    box-shadow: 4px 5px 20px rgba(0, 0, 0, .5);
}
form.enqmod input, form.enqmod textarea{
	display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 8px 10px;
    border-radius: 5px;
    border: none;
    border-bottom: 1px solid rgba(196, 151, 24, 0.6);
    outline: 0;
}
form.enqmod input:focus, form.enqmod textarea:focus{
    border-bottom: 1px solid rgba(196, 151, 24, 1);
}
form.enqmod .btn-send, form.enqmod .btn-send:focus {
    padding: 6px 15px;
    border: none;
    background-color: #030b65;
    border-radius: 0;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 5px;
    outline: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
form.enqmod .btn-send:hover{
	box-shadow: 4px 5px 20px rgba(0, 0, 0, .5);
}

/*[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[*/
/*////***********************ABOUT***********************\\\\*/
/*]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]*/

.about{
	padding-bottom: 50px;
}
.about p{
	text-align: justify;
}
.about h1.subhd.lt{
	margin-top: 40px;
}
.about .hdline{
	margin-bottom: 20px;
}
.btn-more, .btn-more:focus{
    background-color: #030b65;
    color: #fff;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.btn-more:hover{
	color: #fff;
    box-shadow: 5px 4px 15px rgba(0, 0, 0, .5);
}

.enquiry-box{
	background-color: #030b65;
	border-radius: 10px;
    position: relative;
    margin-top: -90px;
	z-index: 1;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.4);
}
.enquiry-box h1.subhd{
	color: #fff;
    margin-bottom: 10px;
    margin-top: 0;
    background-color: rgb(196, 151, 24);
    padding: 20px 0 15px 0;
    font-size: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.enquiry-box h1.subhd .fa{
	color: #fff;
}


form.enquiry{
	padding: 10px 25px;
}
form.enquiry input, form.enquiry textarea{
	width: 100%;
	display: block;
	padding: 10px 15px;
	margin-bottom: 15px;
	outline: 0;
    background-color: transparent;
    color: #efefef;
    border-radius: 5px;
    /*border: 1px solid #c49718;*/
    border: none;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.4);
}
form.enquiry ::placeholder{
	color: rgba(255,255,255,.5);
}
form.enquiry input:focus, form.enquiry textarea:focus{
	background-color: rgba(255, 255, 255, 0.05);
}
form.enquiry .btn-send, form.enquiry .btn-send:focus{
    padding: 6px 15px;
    border: none;
    background-color: #c49718;
    border-radius: 0;
    margin-bottom: 10px;
    color: #030b65;
    border-radius: 5px;
    outline: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
form.enquiry .btn-send:hover{
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.4);
    background-color: #ca9501;
}
/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="number"] {
-moz-appearance: textfield;
}

@media(max-width: 991px){
.enquiry-box{
    display: none;
}
}

/*[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[*/
/*////***********************SERVICES***********************\\\\*/
/*]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]*/

.servbg{
	background-color: #efefef;
    background-image: url(../img/images/servbg.webp);
	background-image: url(../img/images/servbg.jpg);
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
}
.services{
	padding-top: 25px;
	padding-bottom: 25px;
}
.srvbox{
	border: 1px solid rgba(3, 11, 101, 0.3);
	text-align: center;
	min-height: 165px;
	padding: 15px;
	line-height: 16px;
	cursor: pointer;
	border-radius: 5px;
	background-color:rgba(255, 255, 255, .7);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.srvbox:hover{
	border: 1px solid rgba(3, 11, 101, 1);
	background-color:rgba(255, 255, 255, 1);
}
.srvbox p{
	font-family: 'open_sanssemibold';
}
.srvbox img{
	max-width: 50px;
	margin-top: 15px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.srvbox:hover img{
	max-width: 45px;
}
.srvbox .line{
	width: 50%;
	height: 1px;
	/*border: 1px solid #c49718;*/
	background-color: #c49718;
	margin: 5px auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.srvbox:hover .line{
	width: 10%;
	margin: 8px auto;
}

.swiper-services .swiper-wrapper{
	padding-bottom: 20px;
}
.services-pagination{
	bottom: -3px !important;
}
.services-pagination .swiper-pagination-bullet{
	margin: 6px;
	width: 15px;
	border-radius: 5px;
}
.services-pagination .swiper-pagination-bullet-active{
	background-color: #c49718;
	width: 30px;
}

@media(max-width: 400px){
.srvbox p{
	font-size: 13px;
	line-height: 18px;
}
}


/*[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[*/
/*////***********************DIVISIONS***********************\\\\*/
/*]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]*/

.divisions{
	padding-top: 50px;
	padding-bottom: 30px;
}
.divisions img{
	box-shadow: -20px 15px 0px 0 #c49718;
	border-radius: 5px;
	margin: auto;
}
.divbox{
	background-color: #030b65;
	padding: 15px;
	border-radius: 5px;
	margin-top: 45px;
}
.divbox h1.subhd{
	margin-top: 0;
	color: #fff;
	margin-left: 5px !important;
}
.divbox p{
	color: #ccc;
	text-align: justify;
	margin-left: 5px;
	margin-right: 5px;
}
.divbox .hdline{
	margin-left: 5px !important;
	margin-bottom: 10px;
}
.divbox a{
    padding: 6px 15px;
    background-color: rgba(255, 255, 255, 0);
    display: inline-block;
    margin: 5px 4px;
    border-radius: 5px;
    border: 1px solid;
    color: rgba(255, 255, 255, .5);
    /*cursor: move;*/
}
.divbox a:hover{
	color: rgba(255, 255, 255, 1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.55);
}


/*[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[*/
/*////***********************GALLERY***********************\\\\*/
/*]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]*/

.btn-home, .btn-home:focus{
    display: table;
    margin-bottom: 15px;
    margin: auto;
    border-radius: 50%;
    border: none;
    background-color: #040b51;
    color: white;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.btn-home:hover{
    color: #ffffff;
    box-shadow: 0px 0px 0px 5px rgba(5, 11, 82, 0.55);
}
.btn-home:hover .fa{
    animation-name: fadeOutRight;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}
.galbox{
	margin-bottom: 20px;
	margin-right: -10px;
	overflow: hidden;
	border-radius: 5px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.gallery-unstyled{
	margin-right: -10px;
}
.galbox img{
    border-top: 5px solid;
    border-right: 5px solid;
    color: #c49718;
    width: 100%;
    cursor: zoom-in;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.galbox .overlay{
    background-color: rgba(3, 11, 101, .8);
    position: absolute;
    bottom: 20px;
    left: 15px;
	padding: 10px;
	border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.galbox .overlay p.name{
	margin-bottom: 0;
	font-size: 15px;
	color: #fff;
}

.galbox .overlay p.links{
	height: 0;
	margin-bottom: 0;
}
.galbox .overlay p.links a{
	background-color: #c49718;
    padding: 0;
    height: 0;
    overflow: hidden;
    border-radius: 5px;
    display: block;
    margin: 5px 0;
    color: #030b65;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.galbox:hover .overlay{
    background-color: rgba(3, 11, 101, 1);
}
.galbox:hover .overlay p.links{
	height: 30px;
	opacity: 1;
	display: block;
}
.galbox:hover .overlay p.links a{
    padding: 5px 10px;
    height: auto;
}
.galbox:hover img{
    box-shadow: -5px 5px 0px rgb(3, 11, 101);
    transform: translate(5px,-5px);
    -webkit-transform: translate(5px,-5px);
    opacity: .9;
}
#lg-share, #lg-actual-size, #lg-download{
	display: none !important;
}



/*[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[*/
/*////***********************BRANDS***********************\\\\*/
/*]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]*/

.swiper-brands{
	padding: 35px 0 25px 0 !important;
}
.swiper-brands img{
	max-height: 100px;
	padding: 8px 10px;
	margin: auto;
	display: block;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: .6;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.swiper-brands .swiper-slide:hover img{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	opacity: 1;
}
.swiper-brands .swiper-slide{
	background-color: #fff;
	border: 1px solid #e2e1e1;
    min-height: 102px;
    border-radius: 5px;
}
.swiper-brands .swiper-slide{
	text-align:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	margin-right:0 !important;
}





/*[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[*/
/*////***********************FOOTER***********************\\\\*/
/*]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]*/

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    z-index: 998;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 0px;
    margin: auto;
    right: 10px;
    background-color: rgba(3, 11, 101,.5);
    color: #fff;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
#back2Top:hover {
    background-color: rgba(3, 11, 101, .9);
    color: #fff;
}

.swiper-testi{
	padding-bottom: 15px !important;
}
.swiper-testi img{
    border-radius: 50%;
    border-bottom: 3px solid;
    border-top: 3px solid #fff;
    box-shadow: 8px 7px 15px rgba(0, 0, 0, .3);
    color: #c49718;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.swiper-testi p.name{
	font-size: 16px !important;
    color: #fff;
    padding-top: 30px;
}
.swiper-testi p.desig{
    line-height: 0;
    font-size: 12px !important;
    display: block;
    color: #FFC107;
}
.swiper-testi p.review{
    background-color: rgba(255, 255, 255, .3);
    padding: 10px;
    border-radius: 10px; 
    margin-top: 10px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.swiper-testi p.review .fa{
	font-size: 20px;
    padding: 5px;
    color: #FFC107;
}
.swiper-testi .line{
    height: 2px;
    background-color: #c49718;
    margin: 10px auto;
}
.swiper-testi .swiper-pagination.pagination-testi{
	bottom: 0px !important;
	text-align: right;
}
.swiper-testi .swiper-pagination-bullet{
	opacity: .5;
}
.swiper-testi .swiper-pagination-bullet-active{
	background-color: #c49718 !important;
	opacity: 1;
	width: 20px;
	border-radius: 5px;
}
.swiper-testi .swiper-slide:hover p.review{
	background-color: rgba(3, 11, 101, .6);
}
.swiper-testi .swiper-slide:hover img{
	transform: translateY(3px);
	-webkit-transform: translateY(3px);
}

@media(max-width: 991px){
.top-footer .contact{
	border:none !important;
}
}
@media(max-width: 767px){
.swiper-testi p.name{
	padding-top: 5px;
}
.swiper-testi p.desig{
	padding-bottom: 5px;
}
.bottom-footer p{
	text-align: center !important;
}
}

footer p{
	font-size: 13px!important;
}
.bottom-footer .power-col{
	text-align: right;
}
.bottom-footer p{
	margin-bottom: 0;
}

.top-footer{
	background-color: #333;
    background-image: url(../img/images/ftbg.webp) !important;
    background-image: url(../img/images/ftbg.jpg);
	background-size: cover;
	height: auto;
	background-attachment: fixed;
    padding-bottom: 20px;
}
.input-group{
	max-width: 350px;
}
.top-footer p{
	color: #fff;
}
.top-footer .contact{
	/*border-right: 1px solid rgba(255, 255, 255, 0.4);*/
}
.top-footer .contact span{
	position: relative;
	left: 0px;
	margin-top: 6px;
	color: #efb71a;
}
.top-footer .contact p{
	padding-left: 20px;
	line-height: 25px;
    text-align: center;
}

.homeadd{
    float: none;
    margin: auto;
}
.homeadd h2.subhd{
    text-align: center;
    color: #FFC107;
}



.mid-footer{
	background-color: #222;
	color: #9e9e9e;
	padding-top: 40px;
	padding-bottom: 40px;
}
.mid-footer .ftlogo{
	margin: auto;
}
.mid-footer p{
	line-height: 25px;
	font-size: 13px;
}

ul.ftnav{
	font-size: 13px;
	line-height: 24px;
	margin: 0;
}
ul.ftnav a{
	border: 1px solid;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 5px;
	color: #c49718;
	padding: 10px 15px;
	transition: all.5s ease;
	-webkit-transition: all.5s ease;
}
ul.ftnav a:hover{
	background-color: #c49718;
	color: #fff;
}

.mid-footer .input-group button{
    background-color: #c49718;
    color: #222;
    border: none;
    border-radius: 3px;
    font-size: 13px;
    padding: 10px 15px;
}
.mid-footer .input-group .form-control, .mid-footer .input-group .form-control:focus{
	border-radius: 3px;
	font-size: 13px;
	border:1px solid;
    padding: 9px 15px;
    height: auto;
    background-color: transparent;
    box-shadow: none;
}
.mid-footer .social{
	list-style-type: none;
	margin-left: -40px;
}
.mid-footer .social li{
	position: relative;
	float: left;
	display: block;
	padding: 5px;
}
.mid-footer .social .fa{
	color: #333;
	background-color: #c49718;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	transition: all.5s ease;
	-webkit-transition: all.5s ease;
}
.mid-footer .social .fa:hover{
	transform: translateY(-3px);
}
.mid-footer hr{
	margin: 10px 0;
	border-top: 1px solid #666;
}

.bottom-footer{
	background-color: #111;
	padding-top: 15px;
	padding-bottom: 15px; 
	color: #666;
}
.bottom-footer a{
	color: #666;
}

@media(max-width: 991px){
.footcols{
	margin-bottom: 15px;
}
.input-group{
	max-width: 100%;
}
.mid-footer{
	padding-bottom: 15px;
}
.mid-footer .social, .mid-footer hr{
	display: none;
}
}






/*[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[*/
/*////*********************INNER PAGES********************\\\\*/
/*]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]*/

.banner{
	padding-top: 104px;
}

.inner{
	padding-top: 25px;
	padding-bottom: 25px;
}
.inner.about h1.subhd.lt{
	margin-top: 40px;
}
.inner h1.subhd{
	font-family: 'open_sanssemibold';
    font-size: 26px;
    color: #666;
	margin-top: 0;
	margin-bottom: 5px;
}
.inner .hdline{
	margin-bottom: 20px;
}
.inner h2.subhd{
	color: #666;
	margin-bottom: 5px;
	margin-top: 0;
}

.line-divide{
	margin-top: 25px !important;
    height: 2px;
    background-color: #c49718;
    margin: 0;
    border-left: 15px solid;
    border-right: 15px solid;
    color: #fff;
}
.line-divide span{
    transform: rotate(45deg);
    display: block;
    border: 2px solid;
    margin-top: -8px;
    color: #030b65;
    float: left;
    background-color: #fff;
}
.line-divide span.a{
	color: rgba(3, 11, 101, .7);
	width: 10px;
	height: 10px;
    margin-top: -4px;
    border-radius: 5px;
}
.line-divide span.b{
	width: 15px;
	height: 15px;
    margin-top: -6px;
    margin-left: 10px;
    margin-right: 10px;
	color: rgba(3, 11, 101, .8);
}
.inner p{
	text-align: justify;
}
.abimg{
    box-shadow: 15px 25px #030b65;
    border-left: 5px solid;
    border-bottom: 5px solid;
    color: #c49718;
    margin-bottom: 20px;
    margin-left: -15px;
    border-radius: 5px;
}
.chairman{
    box-shadow: -15px 0px #030b65;
    border-bottom: 15px solid;
    color: #c49718;
    border-bottom-left-radius: 25px;
    margin-left: 15px;
    border-radius: 5px;
}
p.name{
	font-size: 15px;
	color: #030b65;
}
p.name span{
	font-size: 13px;
	color: #9f7d1e;
	display: block;
}
.vismis .fa{
	font-size: 30px;
    width: 80px;
    height: 80px;
    margin: auto;
    background-color: #ffffff;
    color: #c49718;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    box-shadow: 2px 2px 0px 4px rgb(3, 11, 101);
    margin-bottom: 15px;
    display: block;
}

.vismis .hdline{
	margin: auto;
	margin-bottom: 15px;
}
.vismis{
	text-align: center !important;
}

@media(max-width: 991px){
.inner.about h1.subhd.lt{
	margin-top: 0px;
	text-align: center !important;
}	
.inner.about .hdline{
	margin-right: auto !important;
	margin-left: auto !important;
}
.chairman, .abimg{
	margin: 0 auto 10px auto !important;
}
.line-divide{
	margin-top: 50px !important;
}
}



/*////*********************SERVICES********************\\\\*/

.inservices .swiper-services p.head{
	text-align: center;
    font-size: 14px;
    font-family: 'open_sansregular';
}
.inservices .swiper-services p.desc{
	text-align: center;
	font-size: 13px;
    font-family: 'open_sansregular';
}
.inservices .swiper-services .swiper-slide.sl1{
	margin-top: 0px !important;
}
.inservices .swiper-services .srvbox{
	min-height: 325px;
}
.inservices .swiper-services .srvbox:hover{
	background-color: rgba(3, 11, 101,1);
	border-color: rgb(196, 151, 24);
	box-shadow: 0px 3px 0px rgb(196, 151, 24);
}
.inservices .swiper-services .srvbox:hover p.head{
	color: #fff;
}
.inservices .swiper-services .srvbox:hover p.desc{
	color: rgba(255,255,255,.6);
}
/*.inservices .swiper-services .swiper-slide{
	text-align:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
}*/
.inservices .swiper-services .srvbox:hover .dotline{
	background-color: rgba(255,255,255,.4);
}
.inservices .swiper-services .srvbox:hover .dotline span{
    background-color: #0e156e;
}
.dotline{
    width: 50px;
    height: 3px;
    background-color: #0e156e;
    margin: 0 auto 10px auto;
    display: block;
    border-radius: 5px;
}
.dotline span{
	width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: 2px solid #c49718;
    display: block;
    margin: auto;
    position: relative;
    top: -3px;
    transform: rotate(45deg);
}

@media(max-width: 480px){
.inservices .swiper-services .srvbox{
	min-height: 240px;
}
}


/*////*********************SERVICES********************\\\\*/
.swiper-divisions{
    padding-bottom: 20px !important;
    padding-top: 10px !important;
}
.swiper-divisions .swiper-pagination-bullet-active{
	background-color: #c49718;
	width: 15px;
	border-radius: 5px;
}
.indivisions{
	padding: 0 10px 10px 10px;
	border-radius: 5px;
    border-top: 3px solid rgba(196, 151, 24, .5);
	transition: all .5s ease !important;
	-webkit-transition: all .5s ease;
}
.indivisions:hover{
    box-shadow: 0px 8px 20px rgba(196, 151, 24, .5);
    border-radius: 5px;
}
.indivisions p{
	margin-bottom: 5px;
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 5px 10px;
}
.indivisions p .fa{
	font-size: 16px;
	padding-right: 10px;
}
.indivisions h3.head{
	font-size: 16px;
	border-bottom: 1px solid #c49718;
    padding: 7px 0;
    margin-top: 5px;
}
.indivisions h4.specs{
    background-color: #c49718;
    padding: 5px 10px;
    display: inline-block;
    font-size: 15px;
}
ul.dlist{
	list-style-image: url(../img/icons/li.png);
	margin-left:-21px;
	line-height: 25px;
}



/*////*********************CONTACT US********************\\\\*/

.contactus{
	padding-top: 0px;
	padding-bottom: 50px;
}
.contactus h1.subhd{
	margin-top: 30px;
}
.contact-form input, .contact-form textarea{
	width: 100%;
    display: block;
    padding: 10px 15px;
    margin-bottom: 20px;
    outline: 0;
    background-color: transparent;
    color: #666;
    border-radius: 5px;
    border: 1px solid #0e156e; 
    /*box-shadow: 8px 8px 20px rgba(3, 11, 101, 0.1);*/
}
.contact-form input:focus, .contact-form textarea:focus{
    border: 1px solid #c49718; 
}
.contact-form .btn-send, .contact-form .btn-send:focus{
    padding: 8px 20px;
    border: none;
    background-color: #0e156e;
    border-radius: 0;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 5px;
    outline: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.contact-form .btn-send:hover{
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.4);
    /*background-color: #ca9501;*/
}
.contactus .address{
	font-size: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.contactus .address .fa{
	color: #c49718;
	position: absolute;
	left: 30px;
	margin-top: 4px;
}
.contactus .address p{
	padding-left: 40px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}
.contactus .social{
	list-style-type: none;
	margin-left: -30px;
	display: inline-block;
}
.contactus .social li{
	position: relative;
	float: left;
	display: block;
	padding: 0 5px;
}
.contactus .social .fa{
	position: relative !important;
	left: 0;
    background-color: #0e156e;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: white;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.contactus .social .fa:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.contactus h4.subhd{
    margin-left: 12px;
    padding-bottom: 6px;
    background-color: #c49718;
    color: white;
    border-radius: 5px;
    padding: 10px 12px;
    margin-top: 0;
}

@media(max-width: 991px){
.contact-form{
	margin-bottom: 15px;
}
}



/*////*********************404 ERROR********************\\\\*/

.error{
    padding-top: 104px;
}
.error a, .error a:focus{
    margin: 10px auto 20px auto;
    outline: 0;
    display: table;
    background-color: #030b65;
    border: none;
    padding: 12px 25px;
    color: #fff;
}
.error a:hover{
    color: #fff;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .5);
}




/*/////////FANCYBOX///////////////*/
.fancybox-overlay-fixed{
    background-color: rgba(0,0,0, 0.8) !important;
}
.fancybox-opened{
    width: auto !important;
}
.fancybox-skin{
    padding: 10px !important;
}