body{margin:0; padding:0; background: #fff;font-family: 'Roboto', sans-serif; }
body a{ -webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;transition: 0.5s all;text-decoration:none; }
h1,h2,h3,h4,h5,h6{ margin:0; padding:0; font-family: 'Arsenal', sans-serif; }
p{ margin:0; padding:0; }
ul,label{ margin:0; padding:0; }
body a:hover,body a:focus{text-decoration:none;outline:none; }
ul, ol { margin-top: 0; margin-bottom:0px; }
*{padding: 0; margin: 0; }


/*@media (min-width: 1200px) {
  .container { width: 1250px !important; }
}*/



/*-- HEADER - OLD --*/
.header{ position: fixed; width: 100%; padding: 0px 0 0; margin: 0 0; background: #ffffffa8; display: block; z-index: 99999999; top: 0; left: 0; box-shadow: -5px -3px 20px 0px; }
.header .header-top{width: 100%; padding:5px 0; margin: 0; background: #fff; border-top: 3px solid #c49813;display: none;}
.header .header-top img.logo-img{ width: 100%; }  
.header .header-top .currency-box{ width: 100%; padding:10px 0 0; margin: 0; display: inline-block; position: relative; }
.header .header-top .currency-box form{ width: 100%; padding: 0; margin: 0; }
.header .header-top .currency-box form label{ width: 39%; float: left; margin: 0; padding: 0; font-family: Arial; color: #080808; font-size: 15px; line-height: 25px; }
.header .header-top .currency-box form select{  width: 60%; float: right; font-family: Arial; color: #ffffff; border: 1px solid #cbd2d6; outline: none; font-size: 13px; line-height: 20px; padding:7px 6px; background: linear-gradient(  90deg, rgb(107 127 143) 90%, rgb(208 0 52) 50%); }
.header .header-top .currency-box form select option{ color:#000; }
.header .navigation{ vertical-align: middle !important; margin: 15px 0 0 0; float: right; text-align: right; display: block; }


/*-- HEADER - NEW --*/
.navbar-default{position: absolute; top: 0; left: 0; width: 100%; padding: 0px 0; margin: 0; transition: all 600ms ease-in-out; border: none; z-index: 999;background: none;}

/*=============== Header last Start ==================*/
.navbar-default .top-block{ width: 100%; position: relative; padding:20px 0 0; margin: 0 0;}
.navbar-default .top-block .lt{ padding: 0 0; margin: 0 0; width: 100%;}
.navbar-default .top-block .lt ul{ padding: 0 0; margin: 0 0; text-align: right;}
.navbar-default .top-block .lt ul li { display: inline-block; text-align: right; padding: 5px 10px 0px 0; margin: 0 0; list-style: none; color: #fff; font-size: 15px; font-family: 'Mukta', sans-serif; font-weight: bold; letter-spacing: 0px;}
.navbar-default .top-block .lt ul li a{color: #FFF;}
.navbar-default .top-block .lt ul li a:hover{color: #000;}
.navbar-default .top-block .rt{ padding: 0 0; margin: 0 0;float: right; }
.navbar-default .top-block .rt ul{ padding: 0 0; margin: 0 0; }
.navbar-default .top-block .rt ul li{ display: inline-block; padding: 0 5px; margin:3px 0 0; list-style: none; color: #FFF; }
.navbar-default .top-block .rt ul li a{    color: #FFF; border: 1px solid #dcdcdc; padding: 2px 5px; font-size: 12px; border-radius: 5px; }
.navbar-default .top-block .rt ul li a:hover{ background: #fff; color: #FCC802; }
a.log{ color: #ffbf00; font-size: 11px; text-transform: uppercase; transition: all 600ms ease-in-out; padding: 5px 15px 5px; border-radius: 0; border: 2px solid #ffbf00; font-weight: bold; font-family: 'Mukta', sans-serif; margin: 10px 0 0; display: block; opacity: 0.9; background: linear-gradient(90deg, #271b1e 90%, #f9ce49 50%); text-align: right; }
a.log:hover{  background: #07060f; color: #fff;transition: all 600ms ease-in-out;  }
#myVideo{ width:100%;}
/*.sf-menu a{color: #fff;}
.sf-menu li.active a{color: red;}
.navbar-default.navbar-shrink .sf-menu li.active a { color: red ; }*/


.navbar-default .last-block{ width:100%; position:relative;  padding:0px 0; margin:0; transition:all 600ms ease-in-out;}
.navbar-default .top-block .logo-block{ width: 100%; padding: 0 0;margin: 0; }
.navbar-default .top-block .logo-block a span{ font-family: 'Satisfy', cursive; font-size: 25px; color: red; line-height: 40px; padding: 0 0 0 15px; margin: 0;}
.navbar-default .top-block .logo-block a span:hover{text-shadow: 4px 4px 2px rgb(198, 198, 198); }
.navbar-default .top-block .logo-block img{     width: 100%;  height: auto;  padding: 0 0 0 0;  margin: 0; }
.pulse-button {position: absolute;border: none;box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);border-radius: 50%;margin: 0;width: 1px;height: 1px;top: 20px;left: 20px;cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); }
.pulse-button:hover { -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none; }

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

.topnav{ position: relative; width: 92%; display: inline-block; height: 35px; float: right;}
.topnav #myLinks { display: block; }
.topnav a { float: left; }
.topnav a.icon { float: right; }
.topnav a.icon {background-color: #f9ce49; color: black; padding: 4px 10px; top: 0; margin: 7px 0 0;}
.topnav a.icon:hover { background-color: #f0de11; color: black; }
 


.hyper {margin: auto;padding: 0 50px;display: inline-block;position: relative;text-decoration: none;color: black;width: auto;overflow: hidden;z-index: 2;transition: all .5s ease;}
.hyper span {z-index:2;position:relative;}
.hyper:hover {color: white;}
.hyper:hover:before {right: 100%;opacity: 1;}
.hyper:hover:after {left: 5%;opacity: 1;}
.hyper:before {opacity: 0;content: '';display: block;position: absolute; background:#afff0e;width:50%;height: 5%;
bottom: 0;right: 50%;transition:all .6s ease;}
.hyper:after {opacity: 0;content: '';display: block;position: absolute;background: #f0de11;width: 90%;height: 5%;bottom: 0;left: 50%;transition:all .5s ease;}
.active a:before{opacity: 1;right: 25%;background: #afff0e;}
.active1 a:before,.active1 a:hover:before{opacity: 1;right: 97%;}
.active1 a:after ,.active1 a:hover:after{left: 3%;opacity: 1;}

.navbar-default .last-block .navigation{ float:right; padding:0; margin:15px 0 0; transition:all 600ms ease-in-out; }
.caret {display: inline-block;width: 0;height: 0;margin-left: 2px;vertical-align: middle;border-top: 4px dashed;border-right: 4px solid transparent;border-left: 4px solid transparent; }
.booking{ padding: 6px 0 0; margin: 0; }
img.book-now{ width:100%;float: right; }


@media screen and (min-width: 992px) {
  .navbar-default.navbar-shrink { margin:0px 0 0px 0; transition:all 600ms ease-in-out; }
  .navbar-default.navbar-shrink .top-block{ opacity:0; margin-top:-41px; }
 .navbar-default.navbar-shrink .last-block {position:relative; padding: 15px 0 0 0; background: #FFF !important;}
}





/* enquiry */
.enquiry{ padding:0; margin:0;}
.enquiry .modal-dialog { width: 60% !important; margin: 50px auto !important; max-width: 100%; border: none;}
.enquiry .modal-content {position: relative; width: 100%; background: url(../images/ppup-up.jpg)no-repeat right top; display: inline-block; padding: 40px 60px 50px 50px; border: none; background-size: cover;}
.enquiry .modal { background: #ffcb0030; }
.modal-body h5 {color: #ff3b44;font-size: 25px;font-weight: 500;}
.form-group label {font-size: 16px;letter-spacing: 1px;color: #000;margin-bottom: 8px;}
.enquiry h4.modal-title { text-align: center; line-height: 30px; padding: 0 0 15px; font-family: "Roboto", Sans-serif; color: #130a05; font-size: 28px; font-weight: 800; display: inline-block; text-transform: uppercase; }
.enquiry p.pup-text { margin: 0; color: #000; font-size: 15px; line-height: 25px; padding: 0 0 20px; text-transform: none; font-family: 'Nunito', sans-serif; }
.enquiry form{ width:100%; padding:0 20px 0 30px; margin:0; }
.enquiry form .form-group{ width:100%; padding:0; margin:0;}
.enquiry form .form-group label{ width: 25%; font-size: 16px; letter-spacing: 1px; color: #000; margin-bottom: 0; float: left; height: 50px; padding: 30px 0 0;}
.enquiry form .form-group input[type="text"]{  outline: none; background: none; width: 73%; padding: .7em 1em; font-size: 15px; color: #000; border: none; border-bottom: 1px dotted #000;  margin: 0; float: right; height: 50px; padding: 25px 0 0;}
.enquiry form .form-group input[type="email"]{  outline: none; background: none; width: 73%; padding: .7em 1em; font-size: 15px; color: #000; border: none; border-bottom: 1px dotted #000; margin: 0; float: right; height: 50px; padding: 25px 0 0;}
.enquiry form .form-group textarea{  outline: none; background: none; width: 73%; padding: .7em 1em; font-size: 15px; color: #000; border: none; border-bottom: 1px dotted #000;  margin: 0; float: right; height: 50px; padding: 25px 0 0;}
.enquiry form .form-group input[type="submit"]{cursor: pointer; outline: none; width: 33%; color: #000; border: none; border-bottom: 1px dotted #000; float: left; padding: 10px 0; font-size: 18px; background: #ffcb00; margin: 60px 0 0; border-radius: 10px; border-bottom: 3px solid #00000082; font-weight: bold;}
.enquiry form .form-group input[type="submit"]:hover{ background: #2a00ff; border-bottom: 3px solid #ffcb00; color: #f7ff00;}


/* career */
.career{ padding:0; margin:0;}
.career .modal-dialog { width: 77% !important; margin: 50px auto !important; max-width: 100%; border: none;}
.career .modal-content {position: relative; background: url(../images/pupup-2.png)no-repeat right top; background-color: rgba(0, 0, 0, 0); background-size: auto; background-clip: border-box; background-color: rgba(0, 0, 0, 0); background-clip: border-box; display: inline-block; padding: 40px 60px 50px 50px; border: none; background-size: cover;}
.career .modal { background: #ffcb0030; }
.modal-body h5 {color: #ff3b44;font-size: 25px;font-weight: 500;}
.form-group label {font-size: 16px;letter-spacing: 1px;color: #000;margin-bottom: 8px;}
.career h4.modal-title { text-align: center; line-height: 30px; padding: 0 0 15px; font-family: "Roboto", Sans-serif; color: #fff; font-size: 40px; font-weight: 800; display: inline-block;}
.career p.pup-text { margin: 0; color: #fff; font-size: 15px; line-height: 25px; padding: 0 0 20px; text-transform: none; font-family: 'Nunito', sans-serif; }
.career form{ width:100%; padding:0 20px 0 30px; margin:0; }
.career form .form-group{ width:100%; padding:0; margin:0;}
.career form .form-group label{ width: 42%; font-size: 16px; letter-spacing: 1px; color: #fff; margin-bottom: 0; float: left; height: 50px; padding: 30px 0 0;}
.career form .form-group input[type="text"]{  outline: none; background: none; width: 57%; padding: .7em 1em; font-size: 15px; color: #e1e1e1; border: none; border-bottom: 1px dotted #ececec91;  margin: 0; float: right; height: 50px; padding: 25px 0 0;}
.career form .form-group input[type="email"]{  outline: none; background: none; width: 57%; padding: .7em 1em; font-size: 15px; color: #e1e1e1; border: none; border-bottom: 1px dotted #ececec91; margin: 0; float: right; height: 50px; padding: 25px 0 0;}
.career form .form-group textarea{  outline: none; background: none; width: 57%; padding: .7em 1em; font-size: 15px; color: #e1e1e1; border: none; border-bottom: 1px dotted #ececec91;  margin: 0; float: right; height: 50px; padding: 25px 0 0;}
.career form .form-group input[type="file"]{  outline: none; background: none; width: 57%; padding: .7em 1em; font-size: 15px; color: #e1e1e1; border: none; border-bottom: 1px dotted #ececec91;  margin: 0; float: right; height: 50px; padding: 25px 0 0;}
.career form .form-group input[type="submit"]{cursor: pointer; outline: none; width: 33%; color: #000; border: none; border-bottom: 1px dotted #ececec91; float: left; padding: 10px 0; font-size: 18px; background: #ffcb00; margin: 60px 0 0; border-radius: 10px; border-bottom: 3px solid #00000082; font-weight: bold;}
.career form .form-group input[type="submit"]:hover{ background: #2a00ff; border-bottom: 3px solid #ffcb00; color: #f7ff00;}
.career ul{ padding:0; margin:0;}
.career ul li{ padding: 0; margin: 0 5px; list-style: none; display: inline-block;}
.career ul li a{padding: 0; margin: 20px 0 0; width: 30px; display: inline-block; text-align: center; border-radius: 5px; color: #fff; font-size: 15px; line-height: 25px; border-bottom: 2px solid #fff6;}

.banner-inner{ position: relative; width: 100%; height: 250px;}
.in-ban { position: relative; width: 100%; overflow: hidden; padding: 0px 0; margin: 0 0; height: 300px; background: #000; }
  
  
/*BANNER - OLD*/
.banner{ position: relative; width: 100%; padding: 0 0; margin: 90px 0 0; background: #fff; }
.banner img.banner-img{ width: 100%; height: auto; }
.banner .dec { position: absolute; width: 100%; top: 0; left: 0; padding: 0px; z-index: 9; margin: 0; background: #0000004d; height: 100%; }
.banner .dec .banner-text{ padding: 180px 0 0 0; text-align: center; position: relative; z-index: 9;}
.banner .dec .banner-text h1{ font-family: "Roboto", Sans-serif; color: #fff; font-size: 40px; font-weight: 800; text-transform: uppercase; padding: 0 100px; margin: 0; line-height: 60px; }
.banner .dec .banner-text h1 span{ color: #fec801; font-family: "Roboto", Sans-serif; }
.banner .dec .banner-text p{ font-family: "Roboto", Sans-serif; font-family: 'Parisienne', cursive; font-size: 22px; line-height: 35px; text-align: center; padding: 20px 200px 30px; margin: 0; display: block; color: #fff;}
.banner .dec .banner-text a{ position: relative; z-index: 99; color: #000; display: inline-block; border-radius: 30px; text-align: center; padding: 11px 35px; font-weight: bold; font-family: revert; text-transform: uppercase; font-size: 14px; transition: all 600ms ease-in-out; border: 1px solid #fff; background-color: #F2AD08; background: linear-gradient(to right, rgb(247, 176, 6), rgb(255, 203, 0)); } 
.banner .dec .banner-text a:hover{ background:#F2B808;background: linear-gradient(to right, rgb(204, 165, 63), rgb(254, 217, 107)); transition:all 600ms ease-in-out;} 
.banner .dec img.banner-img{ width: 100%; height: auto; }
.banner .dec .particle-network-animation { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; }


/*BANNER - NEW*/
.banner{ position: relative; width: 100%; padding: 0 0; margin: 0 0; background: #000; height:700px; }
.banner .banner-dec{ position: absolute; content: ""; left: 0; width: 100%; z-index: 9; padding: 0; margin: 0; bottom:0px;  height: 100%; background: #020013c4;}
.banner .banner-text{ width: 60%; padding:200px 0 0 ; margin: 0 0; z-index: 999999; position: relative;}
.banner .banner-text h2{ font-family: "Roboto", Sans-serif; color: #fff; font-size: 50px; font-weight: 800; text-transform: uppercase; padding: 0 0 30px 0; margin: 0; line-height: 70px; }
.banner .banner-text p{ font-family: "Roboto", Sans-serif; font-size: 16px; line-height: 29px; text-align: justify; padding: 0 0 20px; margin: 0; display: block; color: #fff; }
.banner .banner-text a{ color: #000; display: inline-block; border-radius: 30px; text-align: center; padding: 9px 30px; font-weight: bold; font-family: revert; text-transform: uppercase; font-size: 14px; transition: background 0.2s ease 0s; border-bottom: 3px solid #fff; background: linear-gradient(to right, rgb(247, 176, 6), rgb(255, 203, 0)); }
.banner .banner-text a:hover{ background: #fff; border-bottom: 3px solid #fec801; transition:all 500ms ease-in-out; } 
.banner video{ width: 100% !important; height: auto; margin: 0;}
#banner-slider{ float: right; width: 43%; text-align: left; top: -350px; position: relative;}
#banner-slider .item { }
#banner-slider .item img{ width:100%; height:auto;}
.banner .banner-dec .particle-network-animation { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; }
.cont-banner{ position: absolute; right: 0; top: -30px; width: 20%; background: none; z-index: 999; border-radius: 50px 0 0 50px; text-align: center;}
.cont-banner a.con-ab-home{ color: #000c; text-align: left; padding: 15px 40px; text-transform: uppercase; font-size: 20px; margin: 0; width: 100%; background: #ffe000; border-bottom: 4px solid #e3e3e3; border-radius: 50px 0 0 50px; font-family: "Roboto", Sans-serif; line-height: 0; transition:all 500ms ease-in-out;}
.cont-banner a.con-ab-home i{ font-size: 25px; line-height: 30px; padding: 0 15px 0 0px; color: #260071; transition:all 500ms ease-in-out;}
.cont-banner a.con-ab-home:hover{ color: #fff;  background: #2503d0; border-bottom: 4px solid #000; transition:all 500ms ease-in-out;}
.cont-banner a.con-ab-home:hover i{ color: #fff;  background: #2503d0; transition:all 500ms ease-in-out;}

/*services-bonding*/
.services-bonding{ position: relative; width:100%; padding:30px 0; margin:0 0; background:#fff; }
.services-bonding h2{font-family: "Roboto", Sans-serif; color: #3a2719; font-size: 30px; font-weight: 800; text-transform: uppercase; padding: 0 0 20px; margin: 0; line-height: 50px; text-align: left; }
.services-bonding h1{font-family: 'Montserrat', sans-serif; text-align: center; padding: 0 0 2px; margin: 0 0; font-size: 20px; line-height: 20px; color: #000;}
.services-bonding .ser-inner-text { position: relative; width:95%; padding:0px 0 0; margin:0 0; }
.services-bonding .ser-inner-text h3{text-shadow: 1px 0 0px rgb(0, 0, 0);font-family: 'Parisienne', cursive; font-size: 25px; font-weight: bold; color: #fbc30c; line-height: 35px; padding: 5px 0 5px; letter-spacing: 3px; margin: 0; }
.services-bonding .ser-inner-text p{ font-size: 16px;
  line-height: 30px;
  color: #565555;
  padding: 0 0 30px;
  display: block;
  margin: 0;
  text-align: justify;}
.services-bonding .ser-inner-text ul{ padding: 0 0 0 40px; }
.services-bonding .ser-inner-text ul li{ text-align: justify; font-size: 15px; line-height: 30px; color: #201b1b;font-family: 'Nunito', sans-serif; padding: 0 0 0 5px; margin: 0; font-style: italic; font-weight: bold; list-style: disclosure-closed; }
.services-bonding .ser-inner-text span a{color: #fff; padding: 10px 30px; margin: 10px 0 0; display: inline-block; border-radius: 30px; background: linear-gradient(to right, rgb(237, 75, 83), rgb(255, 118, 76)); font-weight: bold; font-family: revert; font-size: 16px; }
.services-bonding .ser-inner-text span a:hover{color: #000; }
.services-bonding ul{ padding: 0; margin: 0;}
.services-bonding ul li{ font-size: 16px; color: #00000094; line-height: 25px; padding: 0 0 10px; font-family: revert; margin: 0; }




/*about*/
.about{ position: relative; width: 100%; padding: 80px 0; margin: 0 0; background: #fff; }
.about .lt-ab{ position: relative; width: 100%; padding: 0px 0; margin: 0 0;  }
.about .lt-ab h2{     font-family: 'Raleway', sans-serif; color: #000; font-size: 26px; line-height: 35px; padding: 0 0 15px; margin: 0; }
.about .lt-ab h4{ font-family: 'Parisienne', cursive; font-size: 25px; font-weight: bold; color: #d59904; line-height: 30px; padding: 0 0 10px; letter-spacing: 3px; margin: 0; }
.about .lt-ab p{ font-size: 14px; line-height: 26px; color: #565555; padding: 0 0 30px; display: block; margin: 0; text-align: justify; }
.about .lt-ab ul{ padding: 0; margin: 20px 0 0; }
.about .lt-ab ul li{ list-style: none; font-size: 16px; line-height: 30px; color: #060606; padding: 0 0 5px; display: inline-block; margin: 0; text-align: justify; font-family: 'Roboto', sans-serif; width: 40%; float: left; font-style: italic; }
.about .lt-ab ul li span{}
.about .lt-ab a{ position: relative; z-index: 99; color: #000; display: inline-block; border-radius: 30px; text-align: center; padding: 11px 35px; font-weight: bold; font-family: revert; text-transform: uppercase; font-size: 14px; transition: all 600ms ease-in-out; border: 1px solid #fff; background-color: #F2AD08; background: linear-gradient(to right, rgb(247, 176, 6), rgb(255, 203, 0)); } 
.about .lt-ab a:hover{ background:#000; background: linear-gradient(to right, rgb(204, 165, 63), rgb(254, 217, 107)); color: #fff; transition:all 600ms ease-in-out; }  
.about .rt-ab{ position: relative; width: 100%; padding: 0px 0; margin: 0 0;  }
.about .rt-ab img.ab-lt-img{ position: absolute; top: 0; left: 0; border: 0px solid #ccc; height: auto; transition:all 600ms ease-in-out;}
.about .rt-ab img.ab-rt-img{ position: absolute; top: 70px; right: 5px;  border: 0px solid #ccc; height: auto; transition:all 600ms ease-in-out;}
.about .rt-ab img.ab-mid-img{ position: absolute; top: 30px; left: 70px; right: 0; border: 0px solid #ccc; height: auto; margin: 0 auto;  z-index: 9; box-shadow: -2px 11px 20px 0px; transition:all 500ms ease-in-out;}
.about .rt-ab img.ab-bl-img{ top: 160px; position: absolute; bottom: 0; left: 40px; border: 0px solid #ccc; height: auto; z-index: 1; transition:all 700ms ease-in-out;}
.about .rt-ab img.ab-br-img{ top: 190px; position: absolute; bottom: 0; right: 20px; border: 0px solid #ccc; height: auto; z-index: 1;  transition:all 800ms ease-in-out;}

/*about-inner*/
.about-inner{  position: relative; width:100%; padding:0px 0 50px 0; margin:0 0; background:#fff; }
.about-inner .ab-inner-text{ position: relative; width:100%; padding:0px 0 0; margin:0 0;  }
.about-inner .ab-inner-text h2{font-family: "Roboto", Sans-serif; color: #3a2719; font-size: 30px; font-weight: 800; text-transform: uppercase; padding:30px 0 15px; margin: 0; line-height: 50px; text-align: left; }
.about-inner .ab-inner-text h3{font-family: 'Parisienne', cursive; font-size: 24px; font-weight: bold; color: #222; line-height: 30px; padding: 5px 0 15px; letter-spacing: 1px; margin: 0; }
.about-inner .ab-inner-text h4{font-family: 'Raleway', sans-serif; color: #000; font-size: 26px; line-height: 35px; padding: 0 0 15px; margin: 0;}
.about-inner .ab-inner-text p{ font-size: 16px; line-height: 30px; color: #565555; padding: 0 0 30px; display: block; margin: 0; text-align: justify; }
.about-inner .ab-inner-text ul{  padding: 0 0 30px; display: block; margin: 0;}
.about-inner .ab-inner-text ul li{ font-size: 16px; line-height: 28px; color: #2f2b2b; padding: 0 0 0px 10px; display: block; margin: 0; text-align: justify; }
.about-inner .ab-inner-text a{font-family: 'Nunito', sans-serif; background: #428e36; padding: 8px 20px; margin: 15px 0 0; display: inline-block; color: #fff; border: 2px solid #2db318; }
.about-inner .ab-right-img{ position: relative; width:100%; padding:0px 0; margin:0 0;  }
.about-inner .ab-right-img img{ width:100%; }



/*gallery-img*/
.gallery-img{ background: #f2f2f2; width:100%; height:480px; position: relative; z-index: 1; overflow: hidden; background:url(../images/gallery-bg.jpg) right top no-repeat; background-attachment: fixed; background-size: cover; ; margin: 0px 0 0; padding: 10px 0 0; }
.gallery-img h2{ font-size: 35px; font-weight: 600; text-transform: uppercase; line-height: 40px; padding: 45px 0 20px; letter-spacing: .5px; color: #fff; text-align: center; }
.gallery-img h2 span{ display: block; font-family: 'Parisienne', cursive; font-size: 23px; font-weight: bold; color: #ffb600; line-height: 30px; padding: 10px 0 10px; letter-spacing: 1px; margin: 0;text-transform: capitalize; font-weight: normal; }
.gallery-box { position: relative;  margin: 0 auto; border: 1px solid #cccccc36; }
.gallery-box img { width:100%; vertical-align: middle; height: 250px;}
.photo-gallery .gallery-box img { width:100%; vertical-align: middle; height: 250px;}
.photo-gallery .gallery-box video { width:100%; vertical-align: middle; }
.photo-gallery .gallery-box{ width:100%; vertical-align: middle; height: 250px; margin: 0 0 30px;}
#gallery-img .item{ width:100%; padding:0 10px;}
.gallery-box .gallery-box-text { position: absolute; bottom: 0; background: rgb(254, 200, 1); color: #000; width: 100%; padding: 15px; font-family: 'Raleway', sans-serif; }
.gallery-box .gallery-box-text h1{ font-family: 'Raleway', sans-serif; font-size: 20px; line-height: 25px; padding: 0; margin: 0;}
.gallery-box .gallery-box-text p{font-family: 'Arsenal', sans-serif; font-size: 15px; line-height: 20px; padding: 10px 0 0; margin: 0; color: #fff; font-weight: normal; display: none; }

 /*p-gallery-INNER*/
.p-gallery{ position: relative; width: 100%; padding: 10px 0 50px 0; margin: 0 0; background: #fff;   }
.p-gallery h1{  font-family: 'Raleway', sans-serif; font-family: 'Changa One', cursive; color: #000; font-size: 30px; line-height: 40px; padding: 0 0 15px; margin: 0; text-align: center;}
.p-gallery h6{ font-size: 14px; line-height: 26px; color: #565555; padding: 0 250px 40px; display: block; margin: 0; text-align: center; }
.p-gallery .gallery-box{ position: relative; width: 100%; padding: 0; margin: 0 0 30px; float: left; border: 1px solid #e0e0e0; height: 220px; overflow: hidden; -webkit-filter: grayscale(0%); filter: grayscale(0%); }
.p-gallery .gallery-box img.pho-gall { width: 100%; height: 220px; }
.p-gallery .gallery-box .view-caption { position: absolute; top:-140%; width: 100%; text-align: center; padding: 100px 0; -webkit-transition: .5s all; -moz-transition: .5s all; transition: .5s all; background: rgba(0, 0, 0, 0.82); }
.p-gallery .gallery-box:hover .view-caption { top: 0%; height:100%; -webkit-filter: grayscale(100%); filter: grayscale(100%); }
.p-gallery .gallery-box .view-caption p {border: 1px solid #fec801; width: 50%; font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 100; letter-spacing: 0; line-height: 18px; text-decoration: none; text-shadow: none; background: #fec801; padding: 9px 15px; color: #000 !important; margin: 25px auto 0; text-transform: uppercase; }
.p-gallery .gallery-box h6{ display: none; text-align: center; color: #000; font-size: 15px; line-height: 25px; font-family: revert; background: #fff; padding: 7px 10px; } 

/*about-trems*/
.about-trems{ position: relative; width:100%; padding:40px 0; margin:0 0; background:#f9f7f7; }
.about-trems h2{ padding: 0; margin: 0 0; font-size: 30px; line-height: 40px; letter-spacing: 0px; font-family: "Roboto", Sans-serif; color: #3a2719; font-size: 30px; font-weight: 800; text-transform: uppercase; }
.about-trems p{ text-align: justify; font-size: 18px; line-height: 30px; color: #000000b5; font-family: initial; padding: 20px 0 20px; margin: 0; }



/*why-Globe designing */
.why-infotech{ position: relative;margin: 0 0 0 0;padding: 50px 0 40px;background: #fff;width: 100%;overflow: hidden; }
.why-infotech .infotech-text{position: absolute; content: ""; right: -70px; width: 60%; z-index: 9; padding: 0; margin: 0; top: 108px; height: 100%; }
.why-infotech .infotech-text img{ width:75%;}


/*-- testimonials--*/
.testimonial{ position: relative; width: 100%; height:400px; overflow: hidden; }
.testimonial video{ width: 100%; height:auto; margin: -100px 0 0 0; }

.testimonial .test-dec{ position: absolute; content: ""; left: 0; width: 100%; z-index: 9; padding: 0; margin: 0; bottom:0px;  height: 100%; background: #000000c7;}
.testimonial .test-dec .test-dec-left{ width: 50%; float: left; text-align: center; padding: 120px 0 0; }
.testimonial .test-dec .test-dec-left img{ width: 16%; text-align: center; }
.testimonial .test-dec .test-dec-left h5{text-align: center;font-size: 18px;font-weight: 600;text-transform: capitalize;line-height: 30px;padding: 0;letter-spacing: 0;color: #ffbf00;font-family: 'Nanum Gothic', sans-serif;font-style: italic;}
.testimonial .test-dec .test-dec-left h3{font-weight: bold;text-align: center;font-size: 25px;line-height: 35px;color: #fff;text-transform: uppercase;padding: 15px 0 15px;margin: 0 0;}

.testimonial .test-dec .test-dec-right{   position: relative; width: 50%; float: right; text-align: center; background: #fff; margin: 100px 0 0; height: 250px;}
.testimonial .test-dec .test-dec-right .test-box{ width: 100%; text-align: center;  position: relative; border: 10px double #7b6335; height: 250px; }
.testimonial .test-box h4{text-align: center; font-size: 20px; font-weight: 600; text-transform: capitalize; line-height: 28px; padding: 40px 0 0; letter-spacing: .5px; color: #0c062d; font-family: 'Arsenal', sans-serif;}
.testimonial .test-dec-right img.quotes{ position: absolute; content: ""; left: 10px; width: 15%; z-index: 9; padding: 0; margin: 0; top: -30px; } 
.testimonial .test-box img{ width: 15%; }
.testimonial .test-box p{ font-family: 'Nanum Gothic', sans-serif; font-size: 14px; line-height: 26px; color: #0f0f0fb3; text-transform: capitalize; font-weight: bold; padding: 20px 30px 30px; }
.testimonial .test-box h6{color: #ccc; font-style: italic; }

.testimonial .testimonial-text{ width: 20%; margin: 0; position: relative; text-align: center; padding: 15px; float: left; border: 1px solid; color: #FFF; height:80px; overflow: hidden;}
.testimonial .testimonial-text:hover{ background: #f7f7f7; color: #000; transition: all 600ms ease-in-out; border: 1px solid; cursor: pointer; }
.testimonial .testimonial-text p{ font-size: 16px;  line-height: 26px; list-style: none; padding: 0px 0; margin: 0; font-family: auto;color: #fff; }
.testimonial .testimonial-text p:hover{ color: #000; }
.testimonial .testimonial-text p span{ display: block; }

/*inn-contact*/
.map-box{ position: relative; width: 100%; }
.contact-box{position: absolute; content: ""; top: 25%; left: 0; right: 0; width: 100%; overflow: hidden; background: none; padding: 0px; margin: 0 auto;}
.contact-box .contact-block{ background: #00f; width: 550px; margin: 0 auto; border: 15px double #fff; padding: 10px 5px 20px; }
.contact-box .contact-block ul{ padding: 0; margin: 0; }
.contact-box .contact-block ul img{ width:100%; }
.contact-box .contact-block ul li{ position: relative; text-align: center; list-style: none; color: #ffef00; padding: 0 0 5px; margin: 0; }
.contact-box .contact-block ul li a{ color: #e3e3e3; font-size: 13px; line-height: 20px; }

.iner-text-con h3 { font-family: 'Arsenal', sans-serif; font-size: 36px; color: #000; font-weight: 700; line-height: 41px; margin: 30px 0 10px; text-align: center; text-transform: capitalize; }
.iner-text-con h6 { color: #000; line-height: 41px; margin: 0 0 10px; text-align: center; display: block; font-size: 22px; font-weight: 500; }

.inn-contact{ position: relative; width: 100%; overflow: hidden; padding:30px 0px; margin: 0; background: #fff;  }
.inn-contact h6{  font-family: 'Raleway', sans-serif; font-family: 'Josefin Sans', sans-serif; color: #000; font-size: 30px; line-height: 40px; padding: 0 0 15px; margin: 0; text-align: center;}
.inn-contact .con-d-box{ position: relative; width: 100%; margin: 30px 0 50px; }
.inn-contact .con-d-box h2{ padding: 0; margin: 0; font-size: 20px; text-transform: uppercase;font-family: 'Nunito', sans-serif; font-weight: bold; color: #000; line-height: 30px; }
.inn-contact .con-d-box h2 i{ background: #121a37; color: #fff; width: 40px; height: 40px; text-align: center; border-radius: 50%; font-size: 22px; line-height: 40px; margin: 0 20px 20px 0; }
.inn-contact .con-d-box p{font-family: 'Nunito', sans-serif; margin: 0; font-size: 16px; line-height: 30px; color: #000; padding: 0 0 30px 50px; }
.inn-contact .con-d-box a{ display: block;font-family: 'Nunito', sans-serif; color: #000; margin: 0; font-size: 16px; line-height: 30px; color: #000; padding: 0 0 7px 50px; }
.inn-contact .con-d-box a:hover{  }

.inn-contact .conta-inner-text{  padding: 35px 30px; margin: 0 0; }
.inn-contact .conta-inner-text ul.cont-d{ padding: 0 0; margin: 0 0; }
.inn-contact .conta-inner-text ul.cont-d li{list-style: none; padding: 0 0; margin: 0 0; font-size: 19px; line-height: 25px; }
.inn-contact .conta-inner-text ul.cont-d li i{ background: linear-gradient( 90deg, rgb(63, 122, 54) 10%, rgb(246 249 255) 10%); border: 1px solid #407b37; color: #335233; padding: 5px 6px; width: 5%; text-align: center; border-radius: 4px; margin: 0 0 10px; font-size: 12px; }
.inn-contact .conta-inner-text ul.cont-d li a{  padding: 0 0 0 10px; margin: 0 0; font-size: 15px; line-height: 28px; color: #000;font-family: 'Nunito', sans-serif; }
.inn-contact .conta-inner-text ul.cont-d li a:hover{ color: #335233; }
.inn-contact form{ width: 100%; padding: 20px 10px; margin: 0 0; background: #ececec; display: inline-block; }
.inn-contact form .input-cont{  width: 100%; padding: 0; margin: 0; display: block; }
.inn-contact form .input-cont label{  border-bottom: 1px solid #ccc;  width: 25%; float: left; line-height: 26px; padding: 5px 10px; margin: 0; font-weight: bold; font-size: 16px; color: #000;font-family: 'Nunito', sans-serif; }
.inn-contact form .input-cont input{border-bottom: 1px solid #ccc; background: none; width: 100%; float: right; outline: none; border: none; font-size: 15px; line-height: 29px; padding: 5px 10px; margin: 0; color: #000; }
.inn-contact form .input-cont textarea{ border-bottom: 1px solid #ccc;background: none; width: 100%; float: right; outline: none; border: none; font-size: 15px; line-height: 29px; padding: 5px 10px; margin: 0; color: #000; }
.inn-contact form .input-cont input[type="submit"]{ float: left; margin: 0 0 10px 5px; width: 60%; border: 1px solid #fff; color: #fff; display: inline-block; background: #081027; text-transform: uppercase; font-weight: bold; border-radius: 10px; }



/*most_popular*/
.most_popular{  position: relative; width: 100%; padding: 50px 0; margin: 0 0; background: #fff; }
.most_popular h2{ font-family: 'Raleway', sans-serif; color: #000; text-align: center; font-size: 35px; line-height: 45px; padding: 0 0 10px; margin: 0; }
.most_popular h4{font-family: 'Parisienne', cursive; text-align: center; font-size: 25px; font-weight: bold; color: #1c1b1b; line-height: 35px; padding: 0 0 25px; letter-spacing: 2px; margin: 0; }
.most_popular .popular_box{ position: relative; width: 100%; padding: 5px; margin:0 0 30px; background: #f7f7f7; transition: all 900ms ease-in-out; transition-duration: 900ms; transition-timing-function: ease-in-out; -webkit-box-shadow: 4px 4px 20px 0 rgb(6 6 6 / 15%); box-shadow: 4px 4px 20px 0 rgb(6 6 6 / 15%); }
.most_popular .popular_box .popular_box_img{  width: 100%; height: 260px; overflow: hidden; padding: 0; margin: 0;}
.most_popular .popular_box .popular_box_img img{  width: 100%; height: auto; }
.most_popular .popular_box .popular_box_text { text-align: center; width: 100%;height: 180px; overflow: hidden; padding: 10px 0 10px; margin: 0; background: #fff; }
.most_popular .popular_box .popular_box_text h3{  font-family: 'Raleway', sans-serif; font-size: 17px; text-align: center; line-height: 25px; padding: 5px 0 5px; color: #1f2529; margin: 0;}
.most_popular .popular_box .popular_box_text h5{ font-family: "Roboto", Sans-serif; text-align: center; font-size: 15px; line-height: 22px; color: #303940; padding: 0 0 15px; margin: 0; }
.most_popular .popular_box .popular_box_text h6{ text-align: center; font-family: 'Raleway'; font-size: 16px; line-height: 20px; color: #000; padding: 0 0 10px; margin: 0; }
.most_popular .popular_box .popular_box_text h6 del{ color: #475663; font-size: 13px; letter-spacing: 1px; padding: 0 0 0 9px; margin: 0; }
.most_popular .popular_box .popular_box_text a{ position: relative; z-index: 99; color: #000; display: inline-block; border-radius: 30px; text-align: center; padding: 11px 35px; font-weight: bold; font-family: revert; text-transform: uppercase; font-size: 14px; transition: all 600ms ease-in-out; border: 1px solid #fff; background-color: #F2AD08; background: linear-gradient(to right, rgb(247, 176, 6), rgb(255, 203, 0)); }
.most_popular .popular_box .popular_box_text a:hover{ background: #000; background: linear-gradient(to right, rgb(204, 165, 63), rgb(254, 217, 107)); color: #000; transition:all 600ms ease-in-out; }



/*Footer*/
.footer{ position: relative; background: #000000; border-top: 10px solid #fec801; padding: 40px 0 0; margin: 0; width: 100%; overflow: hidden; }
.footer img.huf-bg-footer{ position: absolute; z-index: 9; top: 5px; right: 0; padding: 0; margin: 0; width: 8%; transform: rotate(180deg); } 
.footer .footer-box{ width: 100%; padding: 0; margin: 0; } 
.footer .footer-box h3{ color: #e7e8e8; font-family: 'Roboto',sans-serif; margin: 0; padding: 0 0 10px; font-size: 25px; line-height: 40px; font-weight: 700; } 
.footer .footer-box h3 span{ color: #fec801; } 
.footer .footer-box p{  color: #d2d2d2; font-family: 'Parisienne'; padding: 0; margin: 0; font-size: 17px; line-height: 25px; text-align: justify; } 
.footer .footer-box p a{  color: #fec801; }
.footer .footer-box ul.link-li{ padding: 0; margin: 0;} 
.footer .footer-box ul.link-li li{ color: #525252; font-family: 'Roboto',sans-serif; list-style: none;} 
.footer .footer-box ul.link-li li i{ color: #fec801; }
.footer .footer-box ul.link-li li a{ color: #e7e8e8ad; font-size: 13px; line-height: 28px; font-weight: lighter; padding: 0 0 0 10px; margin: 0; } 
.footer .footer-box ul.link-li li a:hover{ color: #fffffffa; }
.footer .footer-box form{ padding:0; margin: 0; }
.footer .footer-box form input[type="email"]{     color: #222222; font-family: 'Roboto',sans-serif; padding: .75em; height: auto; border-width: 1px; border-style: solid; border-color: #d4d4d4; border-radius: 2px; background: #fafafa; box-shadow: none; box-sizing: border-box; transition: all .2s linear; width: 65%; margin: 5px 0 0; outline: none; float: left; }
.footer .footer-box form input[type="submit"]{ float: right; width: 35%; color: #ffffff; display: inline-block; border-radius: 30px; padding: 15px 0; font-weight: bold; font-family: revert; text-transform: uppercase; font-size: 14px; transition: all 600ms ease-in-out; border-color: #12a99d; background-color: #84908f; margin: 0; border: none; outline: none; text-align: center; }
.footer .footer-box form input[type="submit"]:hover{ background:#000; transition:all 600ms ease-in-out; }

.footer .footer-box ul.social-li{ padding: 0; margin: 15px 0 0;} 
.footer .footer-box ul.social-li li{  color: #222222; font-family: 'Roboto',sans-serif; list-style: none; display: inline-block; padding: 0; margin: 0; } 
.footer .footer-box ul.social-li li a{color: #000; font-size: 15px; line-height: 30px; font-weight: lighter; padding: 10px 0 0; margin: 0 5px 0 0; border-radius: 50%; background: #fec801; width: 35px; display: block; height: 35px; text-align: center; } 
.footer .footer-box ul.social-li li a:hover{ color: #000; background: #ccc;}
.footer .copyright{     text-align: center; background: #151515; padding: 10px 0 10px; margin: 20px 0 0; }
.footer .copyright p.copy-right{ font-family: system-ui; color: #d6dce0; font-size: 14px; line-height: 20px; padding: 0; margin: 0; }
.footer .copyright p.copy-right span{  color: #fec801; }

.p-gallery h3 {font-family: "Roboto", Sans-serif;
  color: #3a2719;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 20px 0 30px;
  margin: 0;
  line-height: 50px;
  text-align: center;
}

/*RESPONSIV*/
/*----------------------------- RESPONSIV -----------------------------*/

@media(max-width:768px) {
    /*chek 750*/
.navbar-default{ display:none; }
.top-block{ display:none; }
.header{ position: absolute; display: block; width: 100%; background: none; top: 0; left: 0; right: 0; content: ""; padding: 0; margin: 0; box-shadow: -28px -10px 15px 2px #ffbe00; }
.header .header-top{display: block; width: 100%; padding: 5px 0; margin: 0; background: none;  border-top: 3px solid #c49813;}
.mob-menu{width: 100%; position: relative; display: block; padding: 0 0; margin: 0 0; float: right; text-align: right;}
.mob-menu .sidepanel  { width: 0; position: fixed; z-index: 1; height: auto; top: 0; left: 0; background-color: #2b0404; overflow-x: hidden; transition: 0.5s; padding-top: 60px; text-align: left; }
.mob-menu .sidepanel a { text-decoration: none; font-size: 20px; color: #c4c4c4; display: block; font-family: 'Raleway', sans-serif; line-height: 20px; font-weight: normal; text-transform: uppercase; transition: all 600ms ease-in-out; padding: 10px 20px; margin: 0; }
.mob-menu .sidepanel a:hover { color: #fff; transition: all 600ms ease-in-out;}
a.log{opacity: 1; background: #c8011d; text-align: left; color: #fff !important; border-top: 2px solid #fff;}
.sidepanel .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; }
.mob-menu .openbtn {cursor: pointer; border-radius: 4px; padding: 8px 15px; background: linear-gradient(90deg, rgb(51, 77, 169) 3%, rgb(204, 164, 46) 30%); border: 2px solid #e1b021; font-size: 15px; font-weight: bold; color: #fff; }
.mob-menu .openbtn:hover { background-color:#444; }
.banner { position: relative; width: 100%; padding: 0 0; margin: 0 0; background: #f00; height: 440px; }
.banner .banner-text h2 { font-family: "Roboto", Sans-serif; color: #fff; font-size: 35px; font-weight: 800; text-transform: uppercase; padding: 0 0 15px 0; margin: 0; line-height: 45px; }
.banner .banner-text { width: 100%; padding: 149px 0 0; margin: 0 0; z-index: 999999; position: relative; text-align: center; }
.banner .banner-text p { font-family: "Roboto", Sans-serif; font-size: 16px; line-height: 29px; text-align: center;}


.about { position: relative; width: 100%; padding: 50px 0; margin: 0 0; background: #fff; overflow: hidden; }
.about .lt-ab { position: relative; width: 100%; padding: 0px 0; margin: 0 0 30px; }
.about .rt-ab { position: relative; width: 100%; padding: 0; margin: 0 0; display: inline-block; height: 450px; }


}


@media(max-width:700px) {
/*chek 550*/
 #mySidenav {
  display: none !important;
}   
.about .lt-ab ul {
  padding: 0;
  margin: 0px 0 0;
  display: inline-block;
}
.about .lt-ab ul li {
  list-style: none;
  font-size: 15px;
  line-height: 25px;
  color: #060606;
  padding: 0 0 5px;
  display: inline-block;
  margin: 0;
  text-align: justify;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  float: left;
  font-style: italic;
}
.testimonial .test-dec .test-dec-left {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 0 0;
}
.testimonial .test-dec .test-dec-right {
  position: relative;
  width: 100%;
  float: none;
  text-align: center;
  background: #fff;
  margin: 0;
  height: auto;
}
.gallery-img h2 {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 40px;
  padding: 15px 0 20px;
  letter-spacing: .5px;
  color: #fff;
  text-align: center;
}
.testimonial .test-dec-right img.quotes{  display: none;}
.footer .footer-box h3 {
  color: #f4f4f4;
  font-family: 'Roboto',sans-serif;
  margin: 0;
  padding: 15px 0 5px;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
}
.contact-box .contact-block {
  background: #00f;
  width: 90%;
  margin: 0 auto;
  border: 10px double #fff;
  padding: 10px 5px 20px;
}
.map-box iframe{height: 300px !important;}
.contact-box {
  position: absolute;
  content: "";
  top: 4%;
  left: 0;
  right: 0;
  width: 100%;}
.enquiry .modal-dialog {
  width: 95% !important;
  margin: 80px auto !important;
  max-width: 100%;
  border: none;
}
.career .modal-dialog {
  width: 95% !important;
  margin: 80px auto !important;
  max-width: 100%;
  border: none;
}
.enquiry .modal-content {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 10px 20px 20px 10px;}
.career .modal-content {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 10px 20px 20px 10px;}  
.enquiry form {
  width: 100%;
  padding: 0 10px 0 15px;
  margin: 0;
  display: inline-block;
  background: #f0c618cf;
  border: 0.5px solid #ffce00;
}
.about-inner {
  position: relative;
  width: 97%;
  padding: 0px 0 50px 0;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}


}

@media(max-width:499px) {

/*chek 420*/
 .banner {
    position: relative;
    width: 100%;
    padding: 0 0;
    margin: 0 0;
    background: #000;
    height: 700px;
    overflow: hidden;
  }
.banner video {
  width: 300% !important;
  height: 700px;
  margin: 0;
  opacity: 1;
}
 .banner .banner-text {
    width: 100%;
    padding: 120px 0 0;
    margin: 0 0;} 
.banner .banner-text h2 {
    font-size: 40px;
    font-weight: 800;
    padding: 0 0 15px 0;
    margin: 0;
    line-height: 60px;
  }
  .banner .banner-text p {
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
  }
  .mob-menu .openbtn {
    padding: 5px 15px;
    font-size: 13px;
  }
.mob-menu .sidepanel a {
    font-size: 15px;
    color: #c4c4c4;
    line-height: 20px;
    padding: 5px 20px;}
 .mob-menu .sidepanel a.closebtn {
    font-size: 50px;
    color: #fff;
    padding: 15px 10px 0 0;
  }
 .about {
    position: relative;
    width: 100%;
    padding: 0px 0 30px;
    margin: 0 0;
    background: #fff;
    overflow: hidden;
    border-top: 5px solid #fec701;
  }
.about .lt-ab h2 {
  font-family: 'Raleway', sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 30px;
  padding: 0 0 15px;
  margin: 0;
}
.about .lt-ab p {
  font-size: 15px;
  line-height: 30px;
  color: #313030;}
.about .lt-ab a {
  position: relative;
  z-index: 99;
  color: #000;
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  padding: 12px 50px;}
.most_popular h2 {
  font-family: 'Raleway', sans-serif;
  color: #000;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  padding: 0 0 10px;
  margin: 0;
}
.most_popular h4 {
  font-family: arial;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #1c1b1b;
  line-height: 25px;
  padding: 0 0 20px;
  letter-spacing: 0;
  margin: 0;}
.most_popular .popular_box .popular_box_img {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.most_popular .popular_box .popular_box_text h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  text-align: center;
  line-height: 22px;
  padding: 1px 0 5px;
  color: #1f2529;
  margin: 0;
}
.most_popular .popular_box .popular_box_text {
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
}
.most_popular .popular_box .popular_box_text a {
  position: relative;
  z-index: 99;
  color: #000;
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  font-family: revert;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 600ms ease-in-out;
  border: 1px solid #fff;
  background-color: #F2AD08;
  background: linear-gradient(to right, rgb(247, 176, 6), rgb(255, 203, 0));
  width: 100%;}
  .about .rt-ab {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 0;
    display: inline-block;
    height: 320px;
  }
.about .rt-ab img.ab-mid-img {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  border: 3px solid #fff;
  height: auto;
  margin: 0 auto;
  z-index: 9;
  box-shadow: -2px 11px 20px 0px;
  transition: all 500ms ease-in-out;
  width: 50%;
} 
.about .rt-ab img.ab-mid-img {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  border: 3px solid #fff;
  height: auto;
  margin: 0 auto;
  z-index: 9;
  box-shadow: -2px 11px 20px 0px;
  transition: all 500ms ease-in-out;
  width: 60%;
}
.about .rt-ab img.ab-rt-img {
  position: absolute;
  top: 0;
  right: 0;
  border: 3px solid #fff;
  height: auto;
  transition: all 600ms ease-in-out;
  width: 50%;
}
.about .rt-ab img.ab-lt-img {
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #fff;
  height: auto;
  transition: all 600ms ease-in-out;
  width: 50%;
}
.about .rt-ab img.ab-bl-img {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 50%;
  height: auto;
  z-index: 1;
  transition: all 700ms ease-in-out;
  border: 3px solid #fff;
}
.about .rt-ab img.ab-br-img {
  position: absolute;
  top: 160px;
  right: 0;
  width: 50%;
  height: auto;
  z-index: 1;
  transition: all 700ms ease-in-out;
  border: 3px solid #fff;
}
#mySidenav a {
position: absolute;
  left: -107px;
  transition: 0.3s;
  padding: 15px 5px !important;
  width: 125px !important;
  text-decoration: none;
  font-size: 15px;
  border-radius: 0 5px 5px 0;
  text-align: right;
  font-family: "Roboto", Sans-serif;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.why-infotech .infotech-text {
  position: absolute;
  content: "";
  right: -55px;
  width: 80%;
  z-index: 9;
  padding: 0;
  margin: 0;
  top: 55px;
  height: auto;
}
  .about .lt-ab {
    position: relative;
    width: 100%;
    padding: 50px 0 0 0 !important;
    margin: 0 !important;}
 .about .lt-ab h2 {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 25px;
    padding: 0 0 10px;
    margin: 0;
  }
.about .lt-ab h4 {
  font-family: 'Parisienne', cursive;
  font-size: 20px;
  font-weight: normal;
  color: #ff6c00;
  line-height: 30px;
  padding: 0 0 10px;
  letter-spacing: 0;
  margin: 0;
}
.gallery-box img {
  width: 100%;
  vertical-align: middle;
  height: 150px;
}
.gallery-box .gallery-box-text {
  position: relative;
  bottom: 0;
  color: #000;
  width: 100%;
  padding: 5px 10px;
}
.gallery-box .gallery-box-text h1 {
  font-size: 14px;
  line-height: 30px;
  padding: 0;
  margin: 0;
}
.gallery-img {
  background: #f2f2f2;
  width: 100%;
  height: 350px;
  margin: 0px 0 50px;
  padding: 10px 0 0;
}
.testimonial video {
  width: 120% !important;
  height: auto;
  margin: 0;
  overflow: hidden;
}
.testimonial .test-dec {
  width: 100%;
  top: 0px;
  height: 280px;
  background: #0006;
}
.testimonial .test-dec .test-dec-left {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0 0;
  }
   .testimonial .test-dec .test-dec-right {
    position: relative;
    width: 100%;
    float: none;
    text-align: center;
    background: #ffffff63;
    margin: 0;
    height: auto;
  }
.testimonial .test-dec .test-dec-left img {
  width: 10%;
  text-align: center;
}
.testimonial .test-dec .test-dec-left h3 {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0 5px;
  margin: 0 0;
}
.testimonial .test-dec .test-dec-left h5 {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 15px;
  padding: 0;
  letter-spacing: 0;}
  .testimonial .test-dec .test-dec-left {
    width: 100%;
    float: none;
    text-align: center;
    padding: 10px 0 0;
  }
.testimonial .test-box h4 {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 18px;
  padding: 15px 0 0;
  letter-spacing: .5px;
  color: #0c062d;
  font-family: 'Arsenal', sans-serif;
}
.testimonial .test-dec .test-dec-right .test-box {
  width: 100%;
  text-align: center;
  position: relative;
  border: 5px double #ffffffbf;
  height: 150px;
}
.testimonial .test-box p {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 13px;
  line-height: 22px;
  color: #0f0f0fd6;
  text-transform: capitalize;
  font-weight: normal;
  padding: 10px 10px 0;
}
.testimonial {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.footer .footer-box ul.link-li li a {
  color: #e7e8e8d1;
  font-size: 14px;
  line-height: 28px;
  font-weight: lighter;
  padding: 0 0 0 10px;
  margin: 0;
}
.iner-text-con h6 {
  color: #000;
  line-height: 20px;
  margin: 0 0 15px;
  text-align: center;
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.iner-text-con h3 {
  font-family: 'Arsenal', sans-serif;
  font-size: 30px;
  color: #000;
  font-weight: 700;
  line-height: 40px;
  margin: 30px 0 10px;}
  
.in-ban {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0px 0;
  margin: 0 0;
  height: 150px;
  background: #000;
}
.enquiry h4.modal-title {
  text-align: center;
  line-height: 30px;
  padding: 0 0 10px;
  font-family: "Roboto", Sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 800;
  display: inline-block;
  text-transform: uppercase;
}
.enquiry .modal-body {
  position: relative;
  padding: 0 !important;
}
.enquiry form .form-group {
  width: 100%;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.enquiry form {
  width: 100%;
  padding: 0 10px 0 10px;}
.career h4.modal-title {
  text-align: center;
  line-height: 30px;
  padding: 0 0 10px;
  font-family: "Roboto", Sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  display: inline-block;
} 
.career form .form-group {
  width: 100%;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.career form .form-group label {
  width: 42%;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 0;
  float: left;
  height: 50px;
  padding: 30px 0 0;
}
.career form {
  width: 100%;
  padding: 0 20px 0 10px;
  margin: 0;
  display: inline-block;
}
.career .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #fff !important;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.8 !important;
}
.career form {
  width: 100%;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.career form .form-group input[type="submit"] {
  cursor: pointer;
  outline: none;
  width: 45%;
  color: #000;
  border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom: 1px dotted #ececec91;
  float: left;
  padding: 10px 0;
  font-size: 15px;
  background: #ffcb00;
  margin: 50px 0 0;
  border-radius: 10px;
  border-bottom: 3px solid #00000082;
  font-weight: bold;
}
  .career form .form-group label {
    width: 42%;
    font-size: 13px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 0;
    float: left;
    height: 30px;
    padding: 12px 0 0;
  }
.career form .form-group input[type="text"] {
  width: 58%;
  padding: .7em 1em;
  font-size: 15px;
  color: #e1e1e1;
  margin: 0;
  height: 30px;
  padding: 10px 0 0;
}
.career form .form-group input[type="file"] {
  width: 58%;
  padding: .7em 1em;
  font-size: 15px;
  color: #e1e1e1;
  margin: 0;
  height: 30px;
  padding: 10px 0 0;
}
.career form .form-group input[type="email"] {
  width: 58%;
  padding: .7em 1em;
  font-size: 15px;
  color: #e1e1e1;
  margin: 0;
  height: 30px;
  padding: 10px 0 0;
}
.career ul li a {
  padding: 6px 0;
  margin: 20px 0 0;
  width: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;}
.career p.pup-text {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  padding: 0 0 6px;}
.career ul {
  padding: 0;
  margin: 0 0 50px 0;
  display: block;
}
.enquiry form .form-group label {
  width: 25%;
  font-size: 14px;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 0;
  float: left;
  height: 50px;
  padding: 30px 0 0;
}  
  .banner-inner {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.about-inner .ab-inner-text p {
  font-size: 15px;
  line-height: 25px;
  color: #565555;
  padding: 0 10px 30px;
  display: block;
  margin: 0;
  text-align: left;
}
  .banner-inner .inner-banner-img{width: 120% !important;}
.about-inner .ab-inner-text h2 {
  font-family: "Roboto", Sans-serif;
  color: #3a2719;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 10px 0 10px;}
.about-inner .ab-inner-text h4 {
  font-family: 'Raleway', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  padding: 0 0 15px;
  margin: 0;
}
.services-bonding h2 {
  font-family: "Roboto", Sans-serif;
  color: #221003;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0 0 10px;
  margin: 0;
  line-height: 30px;
  text-align: left;
}
.services-bonding .ser-inner-text h3 {
  text-shadow: none;
  font-family: 'Parisienne', cursive;
  font-size: 20px;
  font-weight: normal;
  color: #371b02;
  line-height: 25px;
  padding: 5px 0 15px;
  letter-spacing: 0;
  margin: 0;
}
.services-bonding .ser-inner-text {
  position: relative;
  width: 100%;
  padding: 0px 0 0;
  margin: 0 0;
}
.services-bonding .ser-inner-text p {
  font-size: 15px;
  line-height: 27px;
  color: #2d2d2d;
  padding: 0 0 30px;
  display: block;
  margin: 0;
  text-align: left;
}
.services-bonding .ser-inner-text p br{padding: 0 0 15px 0;
    display: block;
    margin: 0 0 10px 0;}
.services-bonding .ser-inner-text p b{padding: 0 10px 0 0;
    color: #000;}
.p-gallery h3 {
  font-family: "Roboto", Sans-serif;
  color: #3a2719;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 10px 0 20px;
  margin: 0;
  line-height: 50px;}
.p-gallery .gallery-box {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 0 30px;
  float: left;
  border: 1px solid #e0e0e0;
  height: 250px;}
  
  .p-gallery .gallery-box img.pho-gall {
  width: 100%;
  height: 250px;
}
.about-trems {
  position: relative;
  width: 100%;
  padding: 30px 0;
  margin: 0 0;
  background: #f9f7f7;
}
.about-trems p {
  text-align: left;
  font-size: 15px;
  line-height: 28px;
  color: #000000d9;
  padding: 10px 0 20px;
  margin: 0;
  font-family: arial;
}
.about-trems h2 {
  padding: 0;
  margin: 0 0;
  line-height: 30px;
  letter-spacing: 0px;
  font-family: "Roboto", Sans-serif;
  color: #3a2719;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

}

@media(max-width:419px) {
/*chek 400*/


}



@media(max-width:399px) {
/*chek 380*/

}



@media(max-width:389px) {
/*chek 360*/

}


@media(max-width:359px) {
/*chek 320*/

}

@media(max-width:319px) {
/*chek 280*/

}



