html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option, textarea { margin: 0;padding: 0;border: 0;outline: 0; box-sizing: border-box;list-style-type: none;}
button, input, select, textarea {  margin: 0; vertical-align: baseline; }
textarea { overflow: auto; vertical-align: top }
table { border-collapse: collapse; border-spacing: 0 }
button, html input[type="button"], input[type="reset"], input[type="submit"], textarea { -webkit-appearance: none; border-radius: 0 }
:focus { outline: 0;}
a, button, .btn { outline: none; transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; text-decoration: none; }

@font-face{
  font-family:'Graphik-Light';
  src:url('../fonts/Graphik-Light.ttf')
}
@font-face{
	font-family:'Graphik-Bold';
	src:url('../fonts/Graphik-Bold.ttf')
}
@font-face{
	font-family:'Graphik-Semibold';
	src:url('../fonts/Graphik-Semibold.ttf')
}

body{
	width:100%;
	height:100%;
	font-family:'Graphik-Light';
	color:#111;
	font-size:16px;
	line-height:30px;
	background-color:#fff;
	letter-spacing:1px;
}
a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
}
a:focus {
    outline: medium none;
}
p {
    margin-bottom: 1rem;
	color:#222;
	letter-spacing: 0.1px;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	width:100%;
	margin-top:0;
	margin-bottom:20px;
}
h1{ 
    font-family:'Graphik-Bold';
    font-size:60px;
	color:#111;
	line-height:66px;
    background-clip: text;
    display: block;
    margin-bottom: 20px;
    -webkit-text-fill-color: rgba(255,255,255,0);
    -webkit-text-stroke:1.3px rgba(255,255,255,1);
}
h2{
	font-family:'Graphik-Bold';
	font-size:40px;
	color:#111;
	line-height:48px;
}
h4{
	font-family:'Graphik-Semibold';
	font-size:26px;
	color:#111;
	line-height:30px;
}
h5{
	font-family:'Graphik-Semibold';
	font-size:18px;
	color:#111;
	line-height:30px;
}

section, footer, .row-box{
	width:100%;
	clear:both;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.error {
    font-size: 14px;
    color: red;
}
.inquiry-page .error{
	color: white;
}
.padding{
	padding:60px 0;
}
.padding-sm{
	padding:45px 0;
}
#banner .carousel-indicators{
	bottom:30px;
}
.navbar {
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 0 1rem;
    margin-top:10px;
}
.navbar-toggler{
	border:0;
}
.navbar-toggler span {
    width: 25px;
    height: 3px;
    background:#111;
    display: block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.navbar-toggler span:nth-child(1) {
    width: 16px;
}
.navbar-toggler:hover span:nth-child(1) {
    width: 25px;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    width: 25px;
    -webkit-transform: rotate(45deg) translate(5px,5px);
    -ms-transform: rotate(45deg) translate(5px,5px);
    transform: rotate(45deg) translate(5px,5px);
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2){
	opacity: 0;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(3){
	-webkit-transform: rotate(-45deg) translate(5px,-5px);
	-ms-transform: rotate(-45deg) translate(5px,-5px);
	transform: rotate(-45deg) translate(5px,-5px);
}
.navbar-light .navbar-brand{
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width:187px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.blank-i {
    width: 272px;
}
.navbar-light .navbar-brand img{
	width:100%;
}
.navbar-light .navbar-brand .logo2{
	display:none;
}
.navbar-light .navbar-nav .nav-link{
	font-size: 16px;
	color: #fff;
	padding:1rem 1.5rem;
	position: relative;
}

.navbar-light .navbar-nav .active .nav-link, .navbar-light .navbar-nav .nav-link:hover{
	color:#e3aa25;
}
.dropdown-toggle .fa-caret-down {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 12px;
    position: relative;
    top: 2px;
    color:#f88816;
    left: 2px;
}
.dropdown-menu{
	min-width: 16rem;
	margin-top: 0;
	box-shadow:0 14px 14px 0 rgba(0, 0, 0, 0.08);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-radius:.25rem;
	border: 0;
	background-image:url('../images/menu-bg.png');
	background-position:right bottom;
	background-repeat:no-repeat;
}
.dropdown-menu::before {
    content: "";
    position: absolute;
    left: 42px;
    top: -8px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
    width: 0;
    height: 0;
    z-index: 99;
}
.dropdown-menu .dropdown-item {
    padding:.59rem 1.3rem;
    font-weight: normal;
    font-size:15px;
    border: 0;
	color: #111;
	line-height: 26px;
	white-space: normal;
}
.dropdown-menu .dropdown-item img{
	width: 28px;
    margin-right: 12px;
}
.dropdown-menu li.dropdown-submenu .dropdown-toggle{
	position:relative;
}
.dropdown-menu li.dropdown-submenu .dropdown-toggle::after {
    position: absolute;
    content:"\f105";
    right: 17px;
    top:17px;
    color: #dad6d6;
	font: normal normal normal 17px/1 FontAwesome;
    text-rendering: auto;
}
.dropdown-menu li:hover::after{
	color:#fcb800;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left:0px;
	border-top: 1px solid #d9d9d9;
	border-radius: .25rem;
	height: 100%;
}

.dropdown-submenu .dropdown-menu::before {
    content: none;
}
.dropdown-submenu .dropdown-menu .dropdown-item{
	color: #212529;
	font-size:15px;
}
.dropdown-submenu .dropdown-toggle::after{
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
.dropdown-toggle::after {
    content: none;
}
.mega{
	position: inherit;
}
.mega .dropdown-menu li.dropdown-submenu{
	display:inline-block;
	width:33%;
}
.navbar ul ul.main-dropdown{
	max-width: 800px;
	margin: 0 auto;
	right: 0;
	padding: 0;
}
.dropdown-submenu .dropdown-menu{
	left: 0;
    width: 100%;
	height:auto;
	top: 100%;
	border-top: 0px solid #d9d9d9;
    border-radius: 0;

}
.mega .dropdown-submenu .dropdown-menu li{
	width:49%;
	display:inline-block;
}
.mega .dropdown-submenu .dropdown-toggle{
	font-size:18px;
	padding: .88rem 1.5rem;
}
.navbar ul.dropdown-menu li:hover > a.dropdown-toggle::after{content:"\f106";}
.navbar ul.dropdown-menu li:hover > a{background:#fbfbfb; color:#000;}
.dropdown-item:hover{background:#f7f7f7; color:#00adf4;}
@media only screen and (min-width:991px) {
.navbar ul li:hover> ul{display:block}
.navbar ul ul{position:absolute;top:100%;left:0;min-width:330px;display:none;margin:0;}
.navbar ul ul li:hover> ul{display:block}
.navbar ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
.navbar ul ul ul li:hover ul{display:block}
.navbar ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}
}
.top-none .navbar-light .navbar-brand{
	width:130px;
	padding: 0;
}
.top-none .sub-web .navbar-light .navbar-brand{
	width:146px;
}
.top-none .navbar{
	background-color:#fff;
	margin-top: 0;
}
.top-none .navbar-light .navbar-nav .nav-link {
    padding:1rem 1.3rem;
	color:#111;
}
.top-none .navbar-light .navbar-nav .nav-link:hover{
	color:#144d90;
}
.top-none .navbar-light .navbar-brand .logo1{
	display:none;
}
.top-none .navbar-light .navbar-brand .logo2{
	display:block;
}
/*---- slider ----*/
.m-top{
	margin-top:74px;
}

.btn {
    color: #fff;
    font-size:16px;
	padding:0.6rem 1.5rem 0.6rem 1.5rem;
	line-height: 23px;
	border:0;
	border-radius: 3px;
	background: rgb(237,50,55);
}
.btn:hover{
	color:#fff;
	border:0;
}
.btn-link{
	font-size:16px;
	color:#fff;
	letter-spacing:1px;
}
.btn-link img {
    border: 1px solid #fff;
    padding: 6px;
    border-radius: 50%;
    width: 25px;
	margin-left: 7px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.btn-link:hover{
	color:#111;
	text-decoration:none;
}
.btn-link:hover img{
	margin-left:12px;
}
.btn-white{
	background:#fff;
	color:#111;
	border:1px solid #fff;
}
.btn-white:hover{
	background:transparent;
	border:1px solid #fff;
	color:#fff;
}
.lg-toolbar .lg-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

.lg-actions .lg-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

.lg-toolbar #lg-zoom-in:after {
    content: "\f00e";
}

.lg-toolbar #lg-zoom-out:after {
    content: "\f010";
}

.lg-toolbar .lg-close:after {
    content: "\f00d" !important;
}

.lg-toolbar .lg-download {
    display: none;
}

.lg-toolbar #lg-actual-size {
    display: none;
}

.lg-actions .lg-prev:after {
    content: "\f060" !important;
}

.lg-actions .lg-next:before {
    content: "\f061" !important;
}
.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.9) !important;
}
.form-control {
    height:48px;
    color: #222;
    border: 1px solid #c8c8c8;
    border-radius: .15rem;
    font-size: 15px;
}
.form-group {
    margin-bottom: 1.5rem;
}
.owl-nav{
	position: absolute;
	top:38%;
	left: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	clear: both;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.owl-nav .fa{
	font-size:20px;
}
.owl-nav .owl-prev{
	margin-left: -24px;
}
.owl-nav .owl-next{
	margin-left:auto;
	margin-right: -24px;
}
.p-top{
	padding-top:50px;
}
.gray-bg{
	background-color:#fbfbfb;
}
.section{
	position: relative;
	height: 100%;
	height: 100vh;
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:100%;
	scroll-snap-align: start;
}
.sec1{
	background-color:#d21822;
	background-image:url('../images/bg1.png');
}
.sec2{
	background-color:#e3aa25;
	background-image:url('../images/bg2.png');
}
.sec3{
	background-color:#e55091;
	background-image:url('../images/bg3.png');
}
.sec4{
	background-color:#761c02;
	background-image:url('../images/bg4.png');
}
.sec5{
	background-color:#d36111;
	background-image:url('../images/bg5.png');
}
.section .container {
    height: 100%;
}
.list {
	width:100%;
    padding-left: 0;
    list-style-type: none;
}
.list li {
    font-size:16px;
    position: relative;
    padding-left: 15px;
    line-height:28px;
    padding-bottom:16px;
}
.list-link li{
	padding-bottom:22px;
}
.list li::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ed3237;
    top: 10px;
    left: 0;
}
.list li a{
	color:#222;
}
.list li a:hover{
	color:#ed3237;
}
footer p, footer li a, footer a, footer b{
	color:#fff;
}
footer {
    background-color:#222;
	position:relative;
	padding-top:50px;
	background-image:url('../images/footer-bg.png');
	background-position:left bottom;
	background-repeat:no-repeat;
	
}
footer .container{
	max-width: 1040px;
}
footer ul {
    list-style-type: none;
    padding-left: 0;
}
footer ul li a {
    width: 100%;
	display: block;
	padding-bottom:10px;
	color: #fff;
	line-height: 26px;
	font-size:15px;
}
.list-half li {
    width: 49%;
    display: inline-block;
}
footer ul li a:hover{
	color:#eed307;
}
footer .fa {
    color: #fff;
    font-size: 17px;
}
footer .fa-envelope {
    font-size: 14px;
}
footer h5{
	color:#fff;
	margin-bottom: 11px;
}
footer p{
	font-size:15px;
	margin-bottom: 10px;
}
.foot-bottom {
    padding-top: 19px;
	padding-bottom: 15px;
	margin-top: 12px;
}
.foot-bottom p, .foot-bottom p a {
    display: inline-block;
    margin: 0;
    color: #fff;
    font-size: 15px;
}
.foot-bottom .social-icon{
	margin:0 auto;
}
.foot-bottom p.right{
	margin-left:auto;
}
.follo-icon {
    display: inline-block;
	margin: 0 auto;
}
.follo-icon a {
	display: inline-block;
	text-align: center;
	margin: 0 12px;
}
.follo-icon a .fa {
    font-size: 20px;
	color: #111;
}
.follo-icon a:hover .fa{
	color: #144d90;
}
.section h1, .section h2{
	color: #fff;
}

.section .btn-link{
	margin-top: 16px;
	display: inline-block;
}
.m-tr{
	text-align:right;
}
.inner-banner {
    background-color: #f2f2f2;
    position: relative;
    padding: 12px 0;
}
.inner-banner h5 {
    color: #18486e;
    margin: 0;
	width: auto;
	display: inline-block;
}
.mi-left {
    margin-left: auto;
    display: inline-block;
    align-self: center;
}
.breadcrumb {
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    display: inline-block;
    padding: 0 1rem;
}
.breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
.img-bg-text {
    position: relative;
    background-color:#000;
	display: block;
}

.img-bg-text .img-cont{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
	bottom:50px;
	text-align: center;
}
.img-bg-text h2{
	color: #fff;
	font-size:30px;
}
.img-bg-text .banner-img {
    opacity:0.3;
}
.contact-page .media .fa{
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    padding:9px;
    font-size: 20px;
	margin-right: 12px;
	color: #fff;
}
.contact-page .media .fa-envelope{
	font-size:15px;
}
.contact-page .media p{
	margin-bottom:0;
}
.contact-page .media p a, .contact-page b{
	color:#fff;
}
.contact-page .media h6{
	margin-bottom:5px;
	font-size:18px;
	color:#fff;
}
.inquiry-page .container{
	max-width:1000px;
}
.infra-box {
    position: relative;
}
.infra-box span {
    background-color: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 26px;
    padding: 5px;
    text-align: center;
    line-height: 21px;
    font-size: 15px;
}
.infra-box span.sp2 {
    left: 60px;
}
.infratrackure h5 {
	margin-top: 10px;
	text-align: center;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 23px;
}
.inner-text .container{
	max-width:900px;
}
.co-form .container{
	max-width:900px;
}
.inner-text h4, .inner-text p{
	color:#fff;
}
.inner-text{
background-repeat: no-repeat;
background-position: right bottom;
background-size:267px;
}
.sec1.inner-text{
	background-image: url('../images/bg1a.png');
}
.sec2.inner-text{
	background-image: url('../images/bg2a.png');
}
.sec3.inner-text{
	background-image: url('../images/bg3a.png');
}
.sec4.inner-text{
	background-image: url('../images/bg4a.png');
}
.sec5.inner-text{
	background-image: url('../images/bg-cont.png');
}
.bg-about.inner-text{
	background-image: url('../images/bg-about.png');
	background-color:#144d90;
}
.bg-cont.inner-text{
	background-image: url('../images/bg-cont.png');
	background-color:#ff9900;
}
.bg-green.inner-text{
	background-image: url('../images/bg-green.png');
	background-color:#459809;
}
.bg-yellow.inner-text{
	background-image: url('../images/bg-yellow.png');
	background-color:#f2c200;
}

.inner-text h4{
	margin-bottom:25px;
}
.inquiry-page .form-control{
	border-color:#fff;
}

/*************************************** RESPONSIVE STYLE START ***********************************/
@media (min-width:300px) and (max-width:575px) {
.navbar-light .navbar-brand {
    margin: 0;
    position: relative;
    right: auto;
    width: 110px;
 }
.navbar-toggler span{
    background: #fff;
}
.top-none .navbar-toggler span{
	background: #111;
}
.navbar-light .navbar-nav .nav-link, .top-none .navbar-light .navbar-nav .nav-link{
    color: #111;
    padding:0.4rem 0.6rem;
}
.navbar-collapse{
	background-color:#fff;
}
.top-none .navbar-light .navbar-brand {
    width: 100px;
    padding: 4px;
}
.section{
	padding:80px 20px 30px 20px;
}
#banner .carousel-indicators {
    bottom: 0px;
}
.p-top {
    padding-top: 83px;
}
h1{
	font-size: 30px;
    line-height:36px;
}
h2 {
    font-size: 26px;
    line-height: 31px;
}
.padding {
    padding: 35px 0;
}
.img-bg-text .img-cont {
	position: relative;
	bottom: 0;
	width: 100%;
	padding: 25px 0;
}
.img-bg-text h2 {
    font-size: 20px;
	margin-bottom: 12px;
}
.breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a {
    font-size: 14px;
}
.cont-inf{
	margin-bottom:30px
}
.inner-text {
    background-size: 70px;
}
footer {
    background-image: none;
}
.foot-bottom p.right {
    margin-left: 0;
}
 
}

@media (min-width:576px) and (max-width:768px) {
.navbar-light .navbar-brand {
    margin: 0;
    position: relative;
    right: auto;
    width: 110px;
 }
.navbar-toggler span{
    background: #fff;
}
.top-none .navbar-toggler span{
	background: #111;
}
.navbar-light .navbar-nav .nav-link, .top-none .navbar-light .navbar-nav .nav-link{
    color: #111;
    padding:0.4rem 0.6rem;
}
.navbar-collapse{
	background-color:#fff;
}
.top-none .navbar-light .navbar-brand {
    width: 100px;
    padding: 4px;
}
.section{
	padding:80px 20px 30px 20px;
}
#banner .carousel-indicators {
    bottom: 0px;
}
.p-top {
    padding-top: 83px;
}
h1{
	font-size: 30px;
    line-height:36px;
}
h2 {
    font-size: 26px;
    line-height: 31px;
}
.img-bg-text .img-cont {
    bottom: 10px;
}
.img-bg-text h2 {
    font-size: 20px;
	margin-bottom: 12px;
}
.cont-inf{
	margin-bottom:30px
}

.inner-text {
    background-size:100px;
}
footer {
    background-image: none;
}
 
}
@media (min-width:768px) and (max-width:991px) { 
 .navbar-light .navbar-brand {
    margin: 0;
    position: relative;
    right: auto;
    width: 110px;
 }
.navbar-toggler span{
    background: #fff;
}
.top-none .navbar-toggler span{
	background: #111;
}
.navbar-light .navbar-nav .nav-link, .top-none .navbar-light .navbar-nav .nav-link{
    color: #111;
    padding:0.4rem 0.6rem;
}
.navbar-collapse{
	background-color:#fff;
}
.top-none .navbar-light .navbar-brand {
    width: 100px;
    padding: 4px;
}
h1{
	font-size:40px;
    line-height:43px;
}
h2 {
    font-size:36px;
    line-height: 31px;
}
.img-bg-text .img-cont {
    bottom:20px;
}
.bg-about.inner-text {
    background-size:100px;
}
footer {
    background-size: 100px;
}
.inner-text .container {
    max-width: 760px;
}
.inner-text {
    background-size: 127px;
}

}
@media (min-width:992px) and (max-width:1199px) { 
   .navbar-light .navbar-brand{
	  width: 127px;
  }
  .blank-i {
    width: 165px;
}
.navbar-light .navbar-nav .nav-link, .top-none .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    padding: 1rem;
}
.top-none .navbar-light .navbar-brand {
    width: 107px;
}
  
}
@media (min-width:1200px) and (max-width:1299px){
  
}
@media (min-width:1300px) and (max-width:1599px){
	.container{max-width: 1240px;}
    .section  .container{max-width:1100px;}
}
@media (min-width:1400px) and (max-width:1600px){
    .container{max-width: 1240px;}
}
@media (min-width:1600px){
.container{max-width:1400px;}
.section  .container{max-width:1140px;}
footer .container {
    max-width: 1260px;
}
.inner-text .container {
    max-width: 1070px;
}
}

