
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map_pattern {
    background-image: url(../frontend/images/form.jpg);
    background-size: cover;
    background-position: right center;
    opacity: 1;
    position: absolute;
    width: 66%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
}
.book_bg {
    background-image: url(../frontend/images/enquiry.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    position: absolute;
    width: 34%;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
/*  display: block;*/
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 950px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 7px;
    width: 20px;
    border-top: 2px solid #006FBA;
    border-bottom: 2px solid #006FBA;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #006FBA;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #006FBA;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #006FBA;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}



/*body*/

body{ width:auto; height:auto;margin:0px 0px ;padding:0px 0px;color:#000;font-size:15px;font-family: 'Quicksand', sans-serif;font-family: 'Raleway', sans-serif;}
a:hover{outline:none;text-decoration:none!important;}
a{outline:none;}
a:focus{outline:none;outline-offset:0px;text-decoration:none!important;}
p{
    font-size: 17px;
    line-height:24px;
    font-family: 'Raleway', sans-serif;
    font-weight:500; text-align:justify;}
html {
  scroll-behavior: smooth;
}
.header{
    background: #FFF;
    padding:0px 0px;
    height: auto;
    margin:0px 0px 0px;
    z-index:110;
    position: fixed;
	top:0;
    width: 100%;
    -webkit-transition: all 0.6s ease-in-out;
}
.logoM {
    height: auto;
    width: auto;
}
.logoM img {
    -webkit-transition: all 0.6s ease-in-out;
}
.top_head{padding-bottom:8px; border-bottom:1px solid #afd1e7; margin-bottom:12px;}
.FLT-right{float:right; margin:0px;-webkit-transition: all 0.6s ease-in-out;}
.numb-outer {
    float: left;
	margin-right:20px;
}
.numb-outer p {
    margin: 0px 0px 0px;
    color: #000;
    line-height: 14px;
	font-family: 'Quicksand', sans-serif;
}
.numb-outer a{color: #000; text-decoration:none;}
.numb-outer .fa {
    margin-right: 6px;
}
.socialMedia {
    margin: 0px 0px 0px 0px;
    padding:0px;
    list-style: none;
    float: left;
}
.socialMedia li {
    display: block;
    margin: 0px 8px 0px 0px;
    overflow: hidden;
    padding: 0px;
    text-align: center;
    width: 14px;
    height: 14px;
    float: left;
    line-height: 14px;
}
.socialMedia li a {
    color: #000;
    outline: medium none;
    text-align: inherit;
    text-decoration: none;
    font-size: 14px;
}
.header .col-xl-9 {
  width: 80%;
}
.header .col-xl-3 {
  width: 20%;
}
.quick_links {
  position: fixed;
  top:48%;
  right: 1px;
  z-index: 100;
}
.quick_links ul {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.quick_links ul li {
  list-style: outside none none;
  margin: 0px 0px 1px;
  outline: medium none;
  text-decoration: none;
  padding: 0px;
  width: 65px;
  height: 65px;
  overflow:hidden;
}
.quick_links ul li img {
  width: 100%;
  height:100%;
  transition: all 0.4s ease 0s;
}
.quick_links a:hover{opacity:.8;transition: all 0.4s ease 0s;}
.quick_links a:hover img{
    transform: scale(1.04);
    transition: all 0.4s ease 0s;
}

.socialMedia li a:hover{ color:#006fba;transition: all 0.4s ease-in-out 0s;}
.menusec{margin:20px 0px 0px;-webkit-transition: all 0.4s ease-in-out;float:right;font-family: 'Quicksand', sans-serif;}
#cssmenu{ background:none !important; z-index:1800!important; margin:0px;-webkit-transition: all 0.4s ease-in-out;}
#cssmenu ul{line-height:0;}
#cssmenu > ul > li > a{color:#000;font-size:16px;font-weight:700;padding:5px 8px 5px;text-transform: none;-webkit-transition: all 0.4s ease-in-out;}
#cssmenu ul ul li a{color:#FFF!important;background:#000;width:290px!important;font-size:13px; padding:11px 15px!important; text-transform:none;}
#cssmenu > ul > li.has-sub > a::before{ display:none!important;}
#cssmenu > ul > li.has-sub > a::after{display:none!important;}
#cssmenu > ul > li.has-sub > a{padding-right:8px;}
#cssmenu ul ul{padding-top:25px;}
#cssmenu > ul > li:hover > a{color:#006fba;}
#cssmenu > ul > li a.active{color:#006fba;}
#cssmenu ul li ul li a:hover{color:#FFF !important; background:#006fba; transition: all 0.4s ease-in-out 0s;}
/*.menusec #cssmenu > ul > li:nth-child(3) a{ padding-right:0px!important;}*/
.sliderC {
    margin:0px 0px 0px;
    overflow: hidden;
    padding: 0px;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.6s ease-in-out;
}
.sliderC img{height:100%; width:100%;object-fit: cover;}
.sliderC .carousel-inner > .item > img, .carousel-inner > .item > a > img{width:100%;}
.banner-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.banner-overlay img {
    width: 100%;
    height: 100%;
}
.sliderC .carousel-control-prev-icon {background-image:url(../images/left-CC.png);}
.sliderC .carousel-control-next-icon{background-image:url(../images/right-CC.png);}
.carousel-caption {
    padding: 0;
    top:39%;
    text-shadow: none;
	left:7.4%;
	right:auto;
	width:50%;
	text-align:left;
    bottom: auto;
    padding: 0px;
    text-transform:none;
	color:#000;
}
.carousel-caption h1 {
    background: none;
    font-size:20px;
    margin: 0px 0px 10px;
    text-shadow: none;
    line-height:24px;
	font-weight:700;
	color:#67c2ff;
	letter-spacing:3px;
	text-transform:uppercase;
	font-family: 'Quicksand', sans-serif;
}
.carousel-caption h2 {
    background: none;
    font-size:78px;
    margin: 0px 0px 15px;
    text-shadow: none;
    line-height:78px;
	font-weight:600;
	color:#3f3f3f;
}
.P-rdmr{background: url(../images/right-CC.png) no-repeat left;font-size:18px; font-weight:700; text-transform:none; /*width:133px; height:48px;*/ color:#3f3f3f; display: inline-block; text-align:center; padding:12px 20px 12px 57px;transition: all 0.4s ease 0s; margin-top:8px; text-decoration:none;font-family: 'Quicksand', sans-serif;}
.P-rdmr:hover{color:#006fba;transition: all 0.4s ease 0s;background-position-x: 6px;}
.sliderC .carousel-item{height: 100vh;}
.sliderC .carousel-control-prev{top: 64%;width: 3%; bottom:auto;right: 8%; left:auto;}
.sliderC .carousel-control-next{top: 72%;width: 3%; bottom:auto;right: 8%;}
.sliderC .carousel-control-prev-icon, .carousel-control-next-icon{width: 43px;height: 43px;}
.about{padding:120px 0px; background:#FFF url(../images/banner-overlay.png) no-repeat;background-size: 100% 100%;}
.about-img{height:auto; width:auto; margin-right:30px;}
.about-img img{width:100%; height: 100%;}
.about h2{font-size:25px; color:#006fba; font-weight:500; text-transform: uppercase; margin:60px 0px 12px; letter-spacing:4px;}
.about h3{font-size:48px; font-weight:600; text-transform:none; margin:0px 0px 18px; line-height:55px;}
.about p{margin:0px; text-align:justify;}
.rdmr{background:#006fba;border:1px solid #006fba; font-size:16px; font-weight:700; text-transform: uppercase; /*width:133px; height:48px;*/ color:#FFF; display: inline-block; text-align:center; padding:14px 32px;transition: all 0.4s ease 0s; margin-top:30px; text-decoration:none;border-radius:5px;font-family: 'Quicksand', sans-serif;}
.rdmr:hover{background:none;color:#006fba;transition: all 0.4s ease 0s;}
.hmabout ul{margin:50px 0px 0px; padding:0px;}
.hmabout ul li{list-style:none; float:left;line-height: 30px;position: relative;padding-left: 20px; margin-right:28px; font-weight:500;}
.hmabout ul li::before {
  content: "\f30b";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  color: #006fba;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  transition: all 0.4s ease 0s;
}
.services{
    background-image:url(../images/service.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding:90px 0px 90px;
}
.services h2 {
  font-size:46px;
  font-weight: 600;
  text-transform: none;
  margin: 0px 0px 50px;
  line-height:40px;
  text-align: center;
  color: #726e6e;
}
.serve-box {
    height: auto;
    overflow: hidden;
    width: auto;
	border:1px solid #8aa8be;
	margin:0px;
	padding:70px 10px;
}
.serve-box h3{font-weight:700; font-size:20px; text-align:center; margin:25px 0px 0px; color:#FFF;font-family: 'Quicksand', sans-serif;transition: all 0.4s ease 0s; height:50px;}
.services a{ text-decoration:none;sans-seriftransition: all 0.4s ease 0s;}
.services a:hover h3{color: #1EA3FC;transition: all 0.4s ease 0s;}
.serve-icon{width:100px; height:100px; margin:0px auto; border-radius:10px; overflow:hidden;}
.serve-icon img{width:100%; height:100%;}
.serve-box:hover img{
    transform: scale(1.09);
    transition: all 0.4s ease 0s;
}
.services .lg:nth-child(1) .serve-box{border-left:none;}
.services .lg:nth-child(-n+4) .serve-box{border-top:none;}
.services .lg:nth-child(4) .serve-box{ border-right:none;}
.services .lg:nth-child(5) .serve-box{border-left:none;}
.services .lg:nth-child(8) .serve-box{ border-right:none;}
.services .lg:nth-child(n+1) .serve-box{border-bottom:none;}
.industries{padding:90px 0px; background:#FFF;}
.industries-img{height:auto; width:auto; margin:0px; overflow:hidden;}
.industries-img figure{margin:0px;}
.industries-img img{width:100%; height: 100%;}
.industries h2{font-size:20px; color:#006fba; font-weight:600; text-transform: uppercase; margin:40px 0px 18px; letter-spacing:4px;}
.industries h3{font-size:45px; font-weight:600; text-transform:none; margin:0px 0px 18px; line-height:45px;}
.industries p{font-size:17px; font-weight:600; text-transform:none; margin:0px 0px;}
.icon-box{height:45px; width:45px; float:left;}
.list-content h4{ margin:0px; font-size:22px; font-weight:600;font-family: 'Quicksand', sans-serif; line-height:44px;}
.list-content{padding-left:60px;}
.industries ul{padding:0px; margin:40px 0px 0px;}
.industries ul li{list-style:none; display:table; margin-bottom:20px;}
.B-rdmr{background: url(../images/rdmr-b.png) no-repeat left;font-size:18px; font-weight:700; text-transform:none; /*width:133px; height:48px;*/ color:#3f3f3f; display: inline-block; text-align:center; padding:12px 20px 12px 57px;transition: all 0.4s ease 0s; margin-top:8px; text-decoration:none;font-family: 'Quicksand', sans-serif;}
.B-rdmr:hover{color:#006fba;transition: all 0.4s ease 0s;background-position-x: 6px;}
.num-img{ font-size:40px;}
.number-box h2{font-size:60px; font-weight:700;font-family: 'Quicksand', sans-serif; margin:40px 0px 45px; line-height:45px;}
.number-box h3{font-size:20px; font-weight:500; margin:0px; text-transform:uppercase;}
.number-box{color:#FFF;text-align:center;}
.number-section{
    background-image:url(../images/number.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding:120px 0px 120px;
}

.why-title h2{font-size:45px; font-weight:600; margin:0px 0px 20px;}
.why-title p{font-size:22px; font-weight:600;}
.why-content p{font-size:17px; font-weight:500;}
.why-title{margin-bottom:140px;}
.why-content{width:80%;}
.image_pattern {
    background-image: url(../images/bg-image.jpg);
    background-size: cover;
    background-position: right center;
    opacity:1;
    position: absolute;
    width:63%;
    height: 100%;
    right: 0;
    top: 0;
}
.T_section{background-color:#074a78; padding: 0px;position: relative;}

.testi-txt{padding:50px 0px 35px 10px; position:relative;}
.T_section h2{font-size:25px; color:#FFF; font-weight:500; text-align:left; text-transform: uppercase; margin:0px 0px 8px; letter-spacing:4px;}
.T_section h3{font-size:45px; color:#FFF; font-weight:600; text-align:left; text-transform:none; margin:0px 0px 40px;}
.mobile_testimonial{display:none;}
.testi-box{background:#FFF url(../images/quote.png) no-repeat left top;border-radius:5px;padding:150px 85px 65px; margin:auto; width:98%;background-position-x: 10%;background-position-y: 21%;}
.testi-img img{
  max-width: 150px;
  width: unset;
  margin: 0 auto 23px;
  right: 0;
  left: 0;
  border: 3px solid #074a78;
  border-radius: 150px;
  padding: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,.15);
  box-shadow: 0 0 25px rgba(0,0,0,.15);
}
.testi-img{display:table; margin:auto;}
.T_section h4{font-size:20px; font-weight:600; margin:0px;font-family: 'Quicksand', sans-serif; text-align:center;}
.T_section p{font-size:18px; font-weight:600; text-align:center;}
.sliderT{position:relative;}
.sliderT .carousel-inner{padding-top:100px; padding-bottom:100px;}
.c-info{position:absolute; top:-68px; left:0; right:0;}
.sliderT .carousel-control-next{top: 87%;width: 3%; bottom:auto;right: 48%;}
.sliderT .carousel-control-prev{top: 88%;width: 3%; bottom:auto;right: 52%; left:auto;}
.logo_section{padding:80px 0px 100px;}
.logo_section h2{font-size:45px; text-align:center; font-weight:600; margin:0px 0px 70px;}
.client-box{overflow:hidden; border:1px solid #FFF; margin:5px 0px;-webkit-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.19);-moz-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.19);box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.19);transition: all 0.4s ease 0s; height:135px;}
.client-box img{width:100%;object-fit: cover; height:100%;filter: gray;-webkit-filter: grayscale(100%);transition: all 0.4s ease 0s;}
.client-box:hover img{
  filter: none;
  -webkit-filter: grayscale(0%);
  transition: all 0.4s ease 0s;
}
.logo_section .col-sm-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.client-box:hover{border-color:#006fba;transition: all 0.4s ease 0s;}
.newsletter-section .newsletter-area {
  background: #006fba;
  padding: 70px;
  margin-bottom: -140px;
  z-index: 1;
  position: relative;
  text-align: center;
}
.newsletter-section .newsletter-area h2 {
  font-size: 30px;
  font-weight:600;
  color: #fff;
  margin-bottom:30px;
  text-transform:uppercase;
}
.newsletter-section .newsletter-area .newsletter-form {
  position: relative;
}
.newsletter-section .newsletter-area .newsletter-form .form-control {
  border: 1px solid #fff;
  padding: 20px 0 20px 20px;
  height: 50px;
  background:none;
  color: #000;
  border-radius: 0;
}
.newsletter-form .default-btn {
  position: absolute;
  font-size: 16px;
  color: #fff;
  height: 50px;
  padding: 0 20px;
  top: 0;
  right:0;
  -webkit-transition: .5s;
  transition: .5s;
  border-left: 1px solid;
  background: #006fba;
  border: 1px solid #FFF;
  text-transform:uppercase;
  font-weight:500;
}
.newsletter-form .default-btn:hover {
 color:#006fba;
 background:#FFF
}
.newsletter-area .subscribe-shape {
 position:absolute;
 right:50px;
 bottom:0;
 -webkit-animation:translatey 5s infinite linear;
 animation:translatey 5s infinite linear;
}
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


.socialMediaF {
    margin: 0px 0px 0px 0px;
    padding:0px;
    list-style: none;
    float: left;
}
.socialMediaF li  {
  display: block;
  margin: 0px 8px 0px 0px;
  overflow: hidden;
  padding: 0px;
  text-align: center;
  width: 30px;
  height: 30px;
  float: left;
  border: 1px solid #006fba;
  background: #006fba;
  border-radius: 50%;
  line-height: 28px;
  font-family: 'Quicksand', sans-serif;
}
.socialMediaF li a  {
  color: #FFF;
  outline: medium none;
  text-align: inherit;
  text-decoration: none;
  font-size: 13px;
}
.socialMediaF li:hover{ color:#FFF; background:none;transition: all 0.4s ease-in-out 0s;}
.footmenu {
    height: auto;
    overflow: hidden;
    padding: 0;
    width: auto;
    margin: 0px;
	font-weight:500;
	list-style:none;
}
.footmenu li {
    line-height:29px;
    margin: 0px;
    outline: medium none;
    text-transform: none;
}
.footmenu li a {
    color: #FFF; text-decoration:none;
    transition: all 0.4s ease-in-out 0s;
}
.footmenu li a:hover{color:#006fba; padding-left:2px;}
.address-B{position:relative; padding-left:22px;}
.address-B::before {
    content: "\f3c5";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #FFF;
    position: absolute;
    top:6px;
    left: 0;
    font-size:12px;
}
.phone-B{position:relative;padding-left:22px;font-family: 'Quicksand', sans-serif;}
.phone-B::before {
    content: "\f879";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #FFF;
    position: absolute;
    top:6px;
    left: 0;
    font-size:12px;
}
.Mail-B{position:relative;padding-left:22px;}
.Mail-B::before {
    content: "\f0e0";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #FFF;
    position: absolute;
    top:6px;
    left: 0;
    font-size:12px;
}
.copyright {
    height: auto;
    overflow: hidden;
    padding: 30px 0px;
    width: auto;
    border-top: 1px solid rgba(1, 139, 233, 0.3);
	margin-top: 95px;
}
.copyright p {
    margin: 0px;
    text-align:center;
    color: #FFF;
    line-height: 18px;
	opacity:1;
	font-family: 'Quicksand', sans-serif;
	width:100%;
}
.copyright a{color:#FFF; text-decoration:none;}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background:#018be9;
  border:none;
}
.btn-danger:focus{box-shadow:none;}

/*about*/

.bannerC{position:relative;}
.inner-page .about {padding: 70px 0px;}
.inner-page h1  {
  font-size: 46px;
  font-weight: 600;
  text-transform: none;
  margin: 0px 0px 60px;
  line-height: 40px;
  text-align: center;
}
.inner-page .about h2{ margin:10px 0px 12px; letter-spacing:0px;}
.about h3{font-size: 35px; line-height:40px;}
.Director_msg {margin-top: 70px;}
.director-img{
  float: right;
  position: relative;
  padding-top: 0px;
  padding-right: 0px;
    border: 2px solid #a8cef8;
}
/*.director-img::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  border: 2px solid #006fba;*/
/*  z-index:1;*/
/*}*/
.director-img img{width:100%;position: inherit; z-index:2;}
.about h4 {
  font-size:18px;
  font-weight: 600;
  text-transform: none;
  margin:24px 0px 5px;
  line-height:20px;
}
.about h5 {
  font-size:14px;
  font-weight:400;
  text-transform: none;
  margin:0px 0px;
  line-height:20px;
}
.vmv{
    background-image:url(../images/mv-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding:90px 0px 90px;
}
.custom-card {
    transition: box-shadow 0.3s ease-in-out;
}

.custom-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 500px;
  perspective: 1000px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-front {background: rgb(0,111,186);background: linear-gradient(0deg, rgba(0,111,186,1) 0%, rgba(34,152,195,1) 100%);;color:#FFF; border:1px solid #473706;}
.flip-card-front h6{font-size:40px; margin:40px 0px 0px; text-transform:none; font-weight:500;}
.flip-card-back {
   background: rgb(34,152,195);
   background: linear-gradient(0deg, rgba(34,152,195,1) 0%, rgba(0,111,186,1) 100%);
  transform: rotateY(180deg);
}
.flip-card-back p{color:#FFFFFF; margin:58px 30px 0px;}
.f-icon{height:70px; width:70px; background:#FFF; color:#3399FF; font-size:25px; line-height:70px; margin:60px auto 0px;border-radius: 50%;}
.team_section{padding:80px 0px 100px;}
.team_section h2{font-size:45px; text-align:center; font-weight:600; margin:0px 0px 70px;}
.team-outer {
  position: relative;
  padding-bottom: 40px;
}
.team-img{height:395px; overflow:hidden;}
.team-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.4s ease 0s;
}
.team-outer :hover img{
    transform: scale(1.04);
    transition: all 0.4s ease 0s;
}
.T-con{
  background: #FFF;
  width: 90%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  padding:22px 12px;
  bottom: 11px;
  transition: all 0.4s ease 0s;
  box-shadow: 0 2px 10px rgba(12,0,46,.15);
}
.team-outer:hover .T-con{bottom:80px;transition: all 0.4s ease 0s; background:#EAF6FF;}
.team_section .col-sm-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.team-outer h6{font-size:18px; margin:0px 0px 6px; font-weight:500; text-align:center;}
.team-outer span{font-size:14px; margin:0px; font-weight:400; text-align:center; line-height:18px;}
.download-now{background:#006fba;border:1px solid #006fba; font-size:16px; font-weight:700; text-transform: uppercase;color:#FFF; display:table; text-align:center; padding:14px 32px;transition: all 0.4s ease 0s; margin:60px auto 0px; text-decoration:none;border-radius:5px;font-family: 'Quicksand', sans-serif;}
.download-now:hover{background:none;color:#006fba;transition: all 0.4s ease 0s;}
.aboutcs{display:table;margin:0px 0px 28px;}
.aboutcs ul{margin:0px; padding:0px;}
.aboutcs ul li{list-style:none; float:left;line-height: 30px;position: relative;padding-left: 20px; margin-right:28px; font-weight:500;}
.aboutcs ul li::before {
  content: "\f30b";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  color: #006fba;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  transition: all 0.4s ease 0s;
}

/*contact*/

.address-box{background: #FFF url(../images/banner-overlay.png) no-repeat;box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.1); height:auto; padding:25px 20px 40px;min-height: 284px;background-size: cover;}
.add-icon{width:85px; height:85px; margin:auto; overflow:hidden;}
.add-icon img{width:100%;}
.address-box h2{font-weight:700;font-size: 20px; margin:12px 0px 20px; text-align:center; text-transform:none;}
.address-box p{font-size: 16px;line-height: 26px; margin:0px; text-align:center;font-family: 'Quicksand', sans-serif !important;}
.address-box a{color:#000; text-decoration:none;}
.inner-page .contact {
  padding: 70px 0px;
}
.inner-page h1 {
  font-size: 46px;
  font-weight: 600;
  text-transform: none;
  margin: 0px 0px 60px;
  line-height: 40px;
  text-align: center;
}
.enquiry-sec{margin:80px 0px;}
.book_bg {
    background-image: url(../images/enquiry.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    position: absolute;
    width:34%;
    height: 100%;
    right: 0;
    top: 0;
	background-size:cover;
}
.enquiry-box{ position:relative; background:#D52730;}
.map_pattern {
  background-image: url(../images/form.jpg);
  background-size: cover;
  background-position: right center;
  opacity: 1;
  position: absolute;
  width:66%;
  height: 100%;
  left: 0;
  top: 0;
  background-size:cover;
}
.book-form {
  padding: 40px 100px 40px 55px;
  position: relative;
}
.enquiry-box h4{color:#FFF;font-weight: 600;font-size: 26px;line-height: 26px; margin-bottom:30px;}
.book-form .input_box .form-control{border: 1px solid rgba(255, 255, 255, 0.6); height:45px; color:#FFF; font-size:14px;border-radius: 2px; background:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}
.book-form .textarea_box .form-control{border: 1px solid rgba(255, 255, 255, 0.6); height:120px; color:#FFF;font-size:14px;border-radius: 2px; background:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}
.enquiry-rdmr{background:#FFF;border:1px solid #FFF; font-size:15px; font-weight:700; text-transform: uppercase; /*width:133px; height:48px;*/ color:#006fba; display: inline-block; text-align:center; padding:13px 32px;transition: all 0.4s ease 0s; margin-top:5px; text-decoration:none;border-radius:5px;font-family: 'Quicksand', sans-serif;}
.enquiry-rdmr:hover{background:none;color:#FFF;transition: all 0.4s ease 0s;}
.input_box {
  margin-bottom: 25px;
}
.textarea_box{margin-bottom: 25px;}

.book-form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #FFF;
            opacity: 1; /* Firefox */
}

.book-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #FFF;
}

.book-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
            color: #FFF;
 }
.newsletter-area .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #FFF;
            opacity: 1; /* Firefox */
}
.newsletter-area .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #FFF;
}

.newsletter-area .form-control::-ms-input-placeholder { /* Microsoft Edge */
            color: #FFF;
 }
.map_section iframe {
  height:420px;
}
.map_section{margin-bottom:30px;}
.branches h3{font-weight: 600;font-size: 30px; margin:60px 0px; text-align:center;}
.branch-box{background:#FFF  url(../images/banner-overlay.png) no-repeat; height:auto; padding:34px 20px 30px 50px;min-height: 284px;background-size: cover; border:1px solid #006fba;font-family: 'Quicksand', sans-serif;border-radius: 5px;}
.branches{background: #B5E1FF; padding-bottom:80px; margin-top:80px;}
.branch-box-mid{width:90%; margin:auto;}
.branch-box h4{font-weight:700;font-size: 20px; margin:12px 0px 20px; text-align:left; text-transform:none;}
.branch-box p{font-size: 16px;line-height: 26px; margin:0px; text-align:left;font-family: 'Quicksand', sans-serif !important;}
.branch-box a{color:#000; text-decoration:none;}
.branch-box .address-B::before{color:#006fba;}
.branch-box .phone-B::before{color:#006fba;}
.branch-box .Mail-B::before{color:#006fba;}
.branch-box .footmenu li a{color:#000;}

/*apply now*/

.inner-page .apply-sec {
  padding: 70px 0px;
}
.apply-sec .input_box .form-control{border:1px solid rgba(18, 18, 18, 0.6); color:#000;}
.apply-sec .book-form .textarea_box .form-control{border:1px solid rgba(18, 18, 18, 0.6);color:#000;}
.apply-sec .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #000;
            opacity: 1; /* Firefox */
}
.apply-sec .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #000;
}

.apply-sec .form-control::-ms-input-placeholder { /* Microsoft Edge */
            color: #000;
}
.apply-sec .form-select{border: 1px solid rgba(0, 0, 0, 0.6); height:45px; color:#000; font-size:14px;border-radius: 2px;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}
.apply-sec .form-control::file-selector-button{height:45px;}
.apply-rdmr{background:#006fba;border:1px solid #006fba; font-size:15px; font-weight:700; text-transform: uppercase; /*width:133px; height:48px;*/ color:#FFF; display: inline-block; text-align:center; padding:13px 32px;transition: all 0.4s ease 0s; margin-top:5px; text-decoration:none;border-radius:5px;font-family: 'Quicksand', sans-serif;}
.apply-rdmr:hover{background:none;color:#006fba;transition: all 0.4s ease 0s;}
.resume-img img{width:100%;}
.resume-img{margin-top:70px;}

/*employers*/

.inner-page .employers {padding: 70px 0px;}
.inner-page .client-box img{filter: none;-webkit-filter: grayscale(0%);transition: all 0.4s ease 0s;}
.cb-box{
  border: 1px solid #8080807d;
  padding: 10px;
  margin-bottom: 30px;
}
.inner-page .cb-box h2{
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  margin:16px 0px 5px;
  font-weight: 600;
}

/*nepal*/

.y-nepal{padding: 70px 0px;}
.y-nepal p{margin:0px;}
.y-nepal ul{margin:20px 0px 20px; padding:0px;}
.y-nepal ul li{list-style:none; line-height: 34px; position:relative; padding-left:25px;}
.y-nepal ul li a{color:#000; text-decoration:none;}
.y-nepal ul li::before {
  content: "\f30b";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  color:#006fba;
  position: absolute;
  top:0;
  left:0;
  font-size:15px;
  transition: all 0.4s ease 0s;
}
.disc2{margin-top:60px;}
.nepal-testimonial{
    background-image:url(../images/service.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding:90px 0px 90px;
}
.nepal-testimonial h2 {
  font-size:46px;
  font-weight: 600;
  text-transform: none;
  margin: 0px 0px 50px;
  line-height:40px;
  text-align: center;
  color: #FFF;
}
.testi-box_n{background: rgba(255, 255, 255, 1) url(../images/quote.png) no-repeat left top;border:1px solid rgba(0, 0, 0, 0.25);padding:60px 130px 40px; margin:auto; width:75%;background-position-x: 6%;background-position-y: 15%;}
.testi-box_n p{letter-spacing: 0.01em;font-size: 18px; font-weight:400;line-height: 28px;opacity: .9; margin-bottom:33px; text-align:center;}
.sliderN .carousel-indicators{margin:0px;}
.sliderN .carousel-inner{padding-bottom:50px;}
.n-info{display:table; margin:0px auto; text-align:center;}
.testi-box_n h3{
  color: #000;
  font-weight: 500;
  font-size: 16px;
  margin:0px 0px 8px;
}
.testi-box_n h3 span{color: #33acff; font-weight:400; font-size:14px;}
.testi-box_n h4{
  color: #000;
  font-weight: 500;
  font-size: 14px;
  margin:0px;
}
.nepal-adress{padding:0px 0px 80px;}
.nepal-adress h5 {
  font-weight: 600;
  font-size: 30px;
  margin: 60px 0px;
  text-align: center;
}
.nepal-adress h6 {
  font-weight: 700;
  font-size: 20px;
  margin: 12px 0px 20px;
  text-align: center;
  text-transform: none;
}

/*strategy*/

.strategy_slider{margin-top: 60px;}
.strategy_slider .col-sm-12{padding-left:15px; padding-right:15px;}
.strategy-sec{padding:70px 0px;}
.strategy-list ul{margin:20px 0px 20px; padding:0px;}
.strategy-list ul li{list-style:none; line-height: 34px; position:relative; padding-left:25px;}
.strategy-list ul li a{color:#000; text-decoration:none;}
.strategy-list ul li::before {
  content: "\f30b";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  color:#006fba;
  position: absolute;
  top:0;
  left:0;
  font-size:15px;
  transition: all 0.4s ease 0s;
}
.S-outer {
  position: relative;
  margin-bottom:10px;
}
.S-img{height:245px; overflow:hidden;}
.S-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.4s ease 0s;
}
.S-outer :hover img{
    transform: scale(1.04);
    transition: all 0.4s ease 0s;
}

/*service-listpage*/

.service-listpage{ padding:70px 0px;}
.service-rdmr{background:#006fba;border:1px solid #006fba; font-size:13px; font-weight:700; text-transform: uppercase; /*width:133px; height:48px;*/ color:#FFF; display: inline-block; text-align:center; padding:8px 20px;transition: all 0.4s ease 0s; margin-top:8px; text-decoration:none;border-radius:5px;font-family: 'Quicksand', sans-serif;}
.service-rdmr:hover{background:none;color:#006fba;transition: all 0.4s ease 0s;}
.service-box{overflow:hidden;border: 1px solid #d5d5d5; margin-bottom:30px;border-radius:3px;background: #026fba05;-webkit-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.06);
-moz-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.06);
box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.06);}
.Service-img{height:255px; margin-bottom:20px; overflow:hidden;}
.Service-img img{height:100%; width:100%;object-fit: cover;transition: all 0.4s ease 0s;}
.service-content{padding:0px 15px 25px;}
.service-box h2{font-size:20px; font-weight:600; margin:0px 0px 8px; height:50px;}
.service-box:hover img{
    transform: scale(1.04);
    transition: all 0.4s ease 0s;
}
.service-detailpage{ padding:70px 0px;}
.service-detailpage h2{
  font-size: 24px;
  font-weight: 600;
  margin: 0px 0px 23px;
}

/*industry*/

.inner-page .industries-sec{ padding: 70px 0px;}
.inner-page .industries-sec h2{font-size:25px; line-height:25px; font-weight:700;}
.industries-sec .nav-tabs{border:none;}
.industries-sec .tab-menubox{margin:0px auto;}
.industries-sec .nav-tabs .nav-link{background: #006fba; color:#FFF; font-weight:500;font-family: 'Quicksand', sans-serif; text-transform:uppercase; border:1px solid #006fba;border-radius:2px;transition: all 0.4s ease 0s;}
.industries-sec .nav-item{margin:0px 5px; width:32.562%; text-align:center;}
.industries-sec .nav-tabs .nav-link.active{background: #006FBA0F; color:#006fba;transition: all 0.4s ease 0s;}
.industries-sec .nav-tabs .nav-link:hover{background: #006FBA0F; color:#006fba;transition: all 0.4s ease 0s;}
.ind-img{height:auto; width:auto; margin:0px; overflow:hidden;}
.ind-img figure{margin:0px;}
.ind-img img{width:100%; height: 100%;}
.tab-content{padding:60px 0px 0px;}
.industry-type ul{padding:0px; margin:35px 0px 0px;}
.industry-type ul li{list-style:none; display:table; margin-bottom:20px; position:relative;font-size:20px;font-weight: 600;font-family: 'Quicksand', sans-serif;line-height:35px;}
.industry-type ul li::before {
  width:35px;
  height: 35px;
  content: " ";

  position: absolute;
  left: 0px;
  top: 0px;
  background-size: cover;
}
.T-content .carousel{margin-right:40px;}

@media (min-width:1200px) and (max-width:3840px) {



}



@media (min-width:3800px) and (max-width:3840px) {

.carousel-caption{top: 38%;left: 32%;}


}


@media (min-width:2500px) and (max-width:2560px) {

.carousel-caption{top: 38%;left: 25%;}


}


@media (min-width: 1900px) and (max-width:1920px) {

.carousel-caption{left:17%;}


}


@media (min-width:1400px) and (max-width:1440px) {

.carousel-caption{left:11%; width:34%;}
.carousel-caption h2{font-size:55px;}

}

@media (min-width:1200px) and (max-width:1400px) {

#cssmenu > ul > li > a{font-size:13px;padding: 5px 8px 5px;}

}

@media (min-width:1300px) and (max-width:1398px) {

.carousel-caption{left:9%;}
.carousel-caption h2{font-size:45px;}

}

@media (min-width:1200px) and (max-width:1398px) {

.industries-sec .nav-item{width: 31.562%;}

}

@media (min-width:1200px) and (max-width:1298px) {

.carousel-caption{left:7%; width:37%;}
.carousel-caption h2{font-size:45px;}

}

@media (min-width:1030px) and (max-width:1196px) {

#cssmenu > ul > li > a{font-size:14px;padding: 5px 12px 5px;}
.industries-sec .nav-item{width: 31.562%;}

}


/*@media (min-width:1200px) and (max-width:1280px) {

.carousel-caption{left:7%; width:37%;}
.service-T{top: 26%;}
.sd-T{top: 23%; left:7%;}
.scroll-outer{left: 7%;}
.contact-T{left: 7%;}
.s-list-box p{height:250px;}

}*/


@media (min-width: 1020px) and (max-width:1024px) {

.carousel-caption{left:6%; width:65%;}
.carousel-caption h1{font-size:28px; line-height:30px;}
.footer{font-size:13px;}
#cssmenu > ul > li > a{font-size: 12px;padding: 5px 4px 5px;}
.sliderC .carousel-item {height: auto;}
.logoM img{width: 145px !important;}
.menusec{margin: 3px 0px 0px !important;}
.carousel-caption h2{font-size:50px; line-height:50px;}
.sliderC .carousel-control-prev{width:5%;}
.sliderC .carousel-control-next{width:5%;}
.why-nepal{background-position-x: 47%;}
.client-box{height:90px;}
.address-box{min-height:316px;}
.industries-sec .nav-item{width: 31.562%;}
.service-box h2{font-size:18px;}
.Service-img{height:180px;}
.S-img{height:180px;}
.team-img{height:280px;}
.inner-page .cb-box h2{font-size:14px;}


}


@media (min-width:800px) and (max-width:950px){

#cssmenu .submenu-button.submenu-opened{background:none!important;}
#cssmenu ul{background:#F6F6F6;border-radius: 12px; padding-top:30px;}
#cssmenu{width:96%!important; float:right; position:fixed!important; top:34px!important; right:7px!important; z-index:1500; margin:0px!important;}
#cssmenu > ul > li > a{padding:15px !important; color:#000; text-align:center; line-height: inherit; font-size:15px; font-weight:600;}
#cssmenu ul ul li a{width:auto!important;margin-left:0px !important;}
.white-m #cssmenu > ul > li > a {color: #000;}
.carousel-caption{width:56%;}
.carousel-caption h1{font-size:16px; line-height:28px; margin:0px 0px 5px;}
.carousel-caption h2{font-size:23px;margin: 0px 0px 7px; line-height:26px;}
.P-rdmr{font-size:13px;background-size: 30px 30px;padding: 12px 20px 12px 45px;}
.about-img{margin:0px;}
#cssmenu > ul > li a.active {
  color: #006FBA;
}
.sliderC .carousel-item {
  height: auto;
}
.about{padding:70px 0px;}
.services h2{font-size:40px;}
.industries{padding:70px 0px;}
.industries h3{font-size: 35px;}
.B-rdmr{font-size:15px;background-size: 30px 30px;padding: 12px 20px 12px 47px;}
.carousel-control-prev, .carousel-control-next{display:none;}
.carousel-caption{left: 6%;}
#cssmenu{top:42px !important;}
.book-form {
    padding:30px;
}
.logoM img{width:170px !important;}
.about h2{margin-top:0px;}
.about h3{font-size:30px;}
.serve-box h3{font-size:16px;}
.industries p{font-size:14px;}
.list-content h4{font-size:18px; line-height:20px;}
.industries-img{margin-top:100px;}
.number-box h3{font-size:16px;}
.icon-box {
  height: 30px;
  width: 30px;
}
.icon-box img{width:100%;}
.why-nepal{background-position-x: 58%;}
.why-title p{font-size:16px;}
.why-title {

    margin-bottom: 40px;

}
.T_section h2{font-size:20px;}
.T_section h3{font-size:30px;}
.T_section p{font-size:15px;}
.testi-box{padding: 150px 45px 40px;}
.sliderT .carousel-inner{padding-bottom:50px;}
.client-box{height:63px;}
.number-box h2{font-size:45px;margin: 23px 0px 31px;}
.newsletter-section .newsletter-area h2{font-size:22px;}
.f-logo img{ width:120px;}
.footer{font-size:13px;}
.footer h2{font-size:18px;}
.flip-card-front h6{font-size:30px;}
.team-outer h6{font-size:15px;}
.team-outer span{font-size:13px;}
.team-img{height:190px;}
.S-img{height:145px;}
.service-box h2{font-size:15px;}
.Service-img{height:155px;}
.industries-sec .nav-item{width: 31.562%;}
.address-box p{font-size:14px;}
.add-icon {
  width: 65px;
  height: 65px;
}
.address-box{min-height:316px;}
.inner-page .cb-box h2{font-size:13px;}
.quick_links {
  top: 21%;
  bottom: auto;
}

}




@media (max-width: 768px){

/*.sliderC .item img{ width:100%;}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{ max-width:none;}
.sliderC .carousel-inner > .item > img { width:100%;}*/

#cssmenu .submenu-button.submenu-opened{background:none!important;}
#cssmenu ul{background:#F6F6F6;border-radius: 12px; padding-top:30px;}
#cssmenu{width:96%!important; float:right; position:fixed!important; top:34px!important; right:7px!important; z-index:1500; margin:0px!important;}
#cssmenu > ul > li > a{padding:15px !important; color:#000; text-align:center; line-height: inherit; font-size:15px; font-weight:600;}
#cssmenu ul ul li a{width:auto!important;margin-left:0px !important;}
.white-m #cssmenu > ul > li > a {color: #000;}
.carousel-caption{width:56%;}
.carousel-caption h1{font-size:16px; line-height:28px; margin:0px 0px 5px;}
.carousel-caption h2{font-size:23px;margin: 0px 0px 7px; line-height:26px;}
.P-rdmr{font-size:13px;background-size: 30px 30px;padding: 12px 20px 12px 45px;}
.about-img{margin:0px;}
#cssmenu > ul > li a.active {
  color: #006FBA;
}
.sliderC .carousel-item {
  height: auto;
}
.about{padding:70px 0px;}
.services h2{font-size:40px;}
.industries{padding:70px 0px;}
.industries h3{font-size: 35px;}
.B-rdmr{font-size:15px;background-size: 30px 30px;padding: 12px 20px 12px 47px;}
.carousel-control-prev, .carousel-control-next{display:none;}
.flip-card-front h6{font-size:30px;}
.inner-page .cb-box h2{font-size:13px;}

}


@media (min-width: 766px) and (max-width:768px){

.carousel-caption{left: 6%;}
#cssmenu{top:42px !important;}
.book-form {
    padding:30px;
}
.logoM img{width:170px !important;}
.about h2{margin-top:0px;}
.about h3{font-size:30px;}
.serve-box h3{font-size:16px;}
.industries p{font-size:14px;}
.list-content h4{font-size:18px; line-height:20px;}
.industries-img{margin-top:100px;}
.number-box h3{font-size:16px;}
.icon-box {
  height: 30px;
  width: 30px;
}
.icon-box img{width:100%;}
.why-nepal{background-position-x: 58%;}
.why-title p{font-size:16px;}
.why-title {

    margin-bottom: 40px;

}
.T_section h2{font-size:20px;}
.T_section h3{font-size:30px;}
.T_section p{font-size:15px;}
.testi-box{padding: 150px 45px 40px;}
.sliderT .carousel-inner{padding-bottom:50px;}
.client-box{height:63px;}
.number-box h2{font-size:45px;margin: 23px 0px 31px;}
.newsletter-section .newsletter-area h2{font-size:22px;}
.f-logo img{ width:120px;}
.footer{font-size:13px;}
.footer h2{font-size:18px;}
.team-outer h6{font-size:15px;}
.team-outer span{font-size:13px;}
.team-img{height:170px;}
.S-img{height:145px;}
.service-box h2{font-size:15px;}
.Service-img{height:155px;}
.industries-sec .nav-item{width: 31.562%;}
.address-box p{font-size:14px;}
.add-icon {
  width: 65px;
  height: 65px;
}


}


@media (max-width: 750px){

p{font-size:14px;}
.carousel-caption{width:80%; left:3%;}
.menusec{margin:0px !important;}
.logoM img{width:120px !important;}
.about h3{font-size:30px;}
.serve-box{border:none; border-bottom:1px solid #8aa8be !important;}
.industries h2{margin-top:0px;}
.list-content h4{font-size:20px; line-height:40px;}
.industries-img{margin-top:30px;}
.number-section{padding:80px 0px 40px;}
.number-box{margin-bottom:40px;}
.number-box h2{margin:15px 0px 34px;}
.why-title h2{font-size:40px;}
.why-nepal{padding-bottom:60px;}
.why-content {width:100%;}
.why-title {
  margin-bottom: 85px;
}
.mobile_testimonial{display:block;}
.T_bg{width:0;}
.image_pattern{width:100%;}
.T_section h3{font-size:40px;}
.T_section h3{margin-bottom:15px;}
.logo_section h2{font-size:40px; margin-bottom:40px;}
.logo_section {
  padding: 80px 0px 70px;
}
.newsletter-section .newsletter-area h2{font-size:20px;}
.T_section p{font-size:16px;}
.testi-box{padding:150px 60px 65px;}
.mobile_testimonial img{width:100%;height: 100%;object-fit: cover;}
.mobile_testimonial{height:400px;}
.newsletter-section .newsletter-area{padding:50px 30px;}
.newsletter-area .subscribe-shape{width: 15%; right:0;}
.newsletter-form .default-btn{position:static; margin-top:10px; padding:0px 40px;height: 45px;}
.newsletter-section .newsletter-area .newsletter-form .form-control{padding: 14px 0 14px 10px;}
.footer{clip-path: polygon(51.74% 5.11%, 100% 0px, 100% 43%, 100% 78%, 100% 100%, 32% 100%, 0px 100%, 0% 43%, 0px 0px);padding-top: 205px;}
#btn-back-to-top{bottom: 55px;}
.copyright{margin-top:40px;}
.footer h2{font-size:25px; padding-bottom:15px;}
.bannerC{height:200px;}
.bannerC img{object-fit: cover; height:100%;}
.inner-page h1{font-size:36px;margin: 0px 0px 40px;}
.inner-page .about {
  padding: 40px 0px;
}
.strategy-sec {
  padding: 40px 0px;
}
.service-listpage {
  padding: 40px 0px;
}
.service-detailpage {
  padding:40px 0px;
}
.inner-page .industries-sec {
  padding: 40px 0px;
}
.inner-page .apply-sec {
  padding: 40px 0px;
}
.inner-page .employers {
  padding: 40px 0px;
}
.inner-page .contact {
  padding: 40px 0px;
}
.inner-page .about-img{margin-bottom:30px;}
.Director_msg {
  margin-top:40px;
}
.director-img{margin-top:40px;}
.branches h3{margin: 45px 0px;}
.branch-box{margin-bottom:10px;min-height: auto;}
.team_section {
  padding: 45px 0px 75px;
}
.industries-sec .nav-item{width:100%; margin-bottom:8px;}
.T-content .carousel {
  margin-right:0px;
  margin-bottom:30px;
}
.book-form{padding:10px;}
.y-nepal {
  padding: 40px 0px;
}
.nepal-testimonial h2{font-size:35px; margin-bottom:35px;}
.nepal-testimonial{padding: 60px 0px 50px;}
.testi-box_n{width:85%; padding:60px 30px 40px;}
.testi-box_n p{font-size:14px;line-height: 25px;}
.address-box{margin-bottom:20px;}
.book_bg{width:0;}
.map_pattern{width:100%;}
.enquiry-box .book-form{padding:30px 15px;}
.branch-box-mid{width:100%;}
.quick_links {
  top: 23%;
  bottom: auto;
}
.quick_links ul li {
  height: 50px;
  width: 50px;
}

}

@media (min-width:600px) and (max-width:740px){



}


@media (max-width:600px){

.sliderC .carousel-item{height:400px;}
.sliderC img{height:100%;}
.carousel-control{display:none;}

}


@media (min-width:480px) and (max-width:639px){



}


@media (max-width:540px){



}


@media (max-width: 414px){

.quick_links {
  top: 27%;
  bottom: auto;
}

}


@media (max-width: 376px){

.carousel-caption{top:27%;}
.book-now{font-size:13px;}
.prlx-3 {padding: 100px 30px 100px;}

}


@media (max-width: 360px){



}
@media (max-width: 330px){



}
/*------------------------------------------------------------------ Slider -------------------------------------------------------------------*/
.cover-slides{
    height: 100vh;
}
.slides-navigation a {
    background: #d33b33;
    position: absolute;
    height: 70px;
    width: 70px;
    top: 50%;
    font-size: 20px;
    display: block;
    color: #fff;
    line-height: 90px;
    text-align: center;
    transition: all .3s ease-in-out;
}
.slides-navigation a i{
    font-size: 40px;
}
.slides-navigation a:hover {
    background: #010101;
}
.cover-slides .container{
    height: 100%;
    position: relative;
    z-index: 2;
}
.cover-slides .container > .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cover-slides .container > .row {
    height: 100%;
}
.overlay-background {
    background: #333;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
}
.cover-slides h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 64px;
    color: #fff;
}
.cover-slides p{
    font-size: 18px;
    color: #fff;
    padding-bottom: 30px;
}
.slides-pagination a{
    border: 2px solid #ffffff;
}
.slides-pagination a.current{
    background: #d33b33;
    border: 2px solid #d33b33;
}
.cover-slides p a{
    font-size: 24px;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    padding: 10px 20px;
}
