
@font-face {

	font-family: aFont;

	src: url(fonts/segoe.ttf); /* TTF file for CSS3 browsers */

}


@font-face {

	font-family: cFont;

	src: url(fonts/swiss_bt_b.ttf); /* TTF file for CSS3 browsers */

}

@font-face {
	font-family: dFont;

	src: url(fonts/swiss_bt_r.eot); /*EOT file for IE */

}

@font-face {
	font-family: dFont;

	src: url(fonts/swiss_bt_r.ttf); /* TTF file for CSS3 browsers*/
}

@font-face {
	font-family: hFont;

	src: url("fonts/Smoolthan_Bold.eot");
	src: url("fonts/Smoolthan_Bold.ttf"); /* TTF file for CSS3 browsers*/
}


@font-face {
	font-family: rFont;

	src: url("fonts/Smoolthan_Regular.eot");
	src: url("fonts/Smoolthan_Regular.ttf"); /* TTF file for CSS3 browsers*/
}

.smooth{
	font-family: rFont !important;
}
body {
	background-color: white;
}



#head {
	background-color: hsla(0,0%,96%,0.80);
    margin-top: -1px;
    z-index: 5;
    position: relative;
    padding: 6px 0px;
}

h3 {
    font-weight: bold;
	font-family: hFont;
}

#head .under a {
	color: #333;
    background: none;
	font-size: 14px;
	padding: 10px 18.5px;
	-webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    text-align: center;
    text-transform: capitalize;
}
#head a:hover {
	color: #fbaa03;
	background: none;
	-webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}


.dropdown-submenu {
    position: relative;
}


.dropdown-submenu:hover .dropdown-menu {
	display: block !important;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
	padding: 0px;
}

.pastt {
    padding: 0px !important;
    transition: .3s;
}

.droplistt a {
    border-bottom: 1px solid #666;
    margin-bottom: 0px !important;
    padding: 7px 10px !important;
	text-align: left !important;
	font-size: 13px !important;
}

.droplistt {
    padding: 0px !important;
}

#head ul li:hover ul.dropdown-menu{
        display: block;	/* Display the dropdown */
    }

#head ul li ul.dropdown-menu li{
        display: block;
    }

#head .icon-bar {
	color: #fbaa03;

	border: thin solid #fbaa03;
}

.navbar-brand img {
    float: left;
    margin-top: -20px;
    margin-left: -20px;
}

.navbar-nav>li>.drop-about {
    right: -60px;
}

.navbar-nav>li>.drop-product {
    right: -180px;
}

#header {
    padding: 0px;
}


.cont {
    padding: 20px 20px;
    padding-bottom: 90px !important;
}
.cont .col-md-4 {
    padding: 10px;
    padding-bottom: 20px;
}

.brand {
    float: left;
    background: #fff;
    padding: 65px 0px;
    width: 25%;
}

.search {
    border-left: 1px solid #ccc;
}

.quote {
    background-color: #00345b;
    color: white;
}

.quote a {
    color: #fff !important;
    padding-right: 25.3px !important;
    padding-left: 25px !important;
}

.content {
    float: right;
    background: none;
    padding: 10px 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    width: 74%;
}

.nav {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px !important;
    text-align:right;
}

.under {
    padding: 0px;
}

* {
  margin: 0;
}

.slider {
  position: relative;
  height: 100vh;
  width: 100%;
}

.slider-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
}

.slider-panel {
  position: absolute;
  bottom: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  z-index: 20;
}

.slider-panel__navigation {
  margin: 0 auto;
  padding: 10px;
  width: 70%;
  text-align: center;
}

.slider-panel__navigation i {
  margin: 0 3%;
  font-size: 15px;
}

.slider-panel__navigation i:hover, .slider-panel__navigation i:active {
  color: white;
  cursor: pointer;
}

.slider-panel__controls {
  margin: 0 auto;
  padding: 10px;
  width: 70%;
  text-align: center;
}

.slider-panel__controls i {
  margin: 0 4%;
  font-size: 40px;
}

.slider-panel__controls i:hover, .slider-panel__controls i:active {
  color: white;
  cursor: pointer;
}

.active {
  z-index: 10;
  -webkit-animation: 0.2s blur ease-in;
          animation: 0.2s blur ease-in;
}

@-webkit-keyframes circle {
  0% {
    -webkit-clip-path: circle(75%);
            clip-path: circle(75%);
  }
  100% {
    -webkit-clip-path: circle(0%);
            clip-path: circle(0%);
  }
}

@keyframes circle {
  0% {
    -webkit-clip-path: circle(75%);
            clip-path: circle(75%);
  }
  100% {
    -webkit-clip-path: circle(0%);
            clip-path: circle(0%);
  }
}

@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}



#banner {
    padding: 0px 0px;
    color: white;
    position: relative;
    z-index: 2;
    margin-top: -210px;
}

.slider .row {
    margin-top: 250px;
}

#banner2 {
    padding: 300px 10px;
    padding-bottom: 100px;
    color: white;
    position: relative;
    z-index: 2;
    margin-top: -210px;
}

#banner2 h3 {
    font-size: 36px;
	text-shadow: 1px 1px 1px #000;
}

#banner .btn1 {
    padding: 7px 25px;
    border: none;
    background-color: #fbaa03;
    color: #fff;
    border-radius: 30px;

}

#banner h3 {
    font-size: 36px;
}

#pullback {
    background: none;
    position: relative;
    z-index: 3;
    margin-top: -40px;
}

#pullback .col-md-4 {
    padding: 30px 10px;
}

#pullback .purchase {
    background-color: #fff;
    color: #000;
}

#pullback .storage {
    background-color: #343434;
    color: #fff;
}

#pullback .sell {
    background-color: #fbaa03;
    color: #fff;
}

#who {
    padding: 60px 10px;
    padding-bottom: 40px;
}

#who .right {
    padding: 60px 20px;
    font-size: 14px;
    padding-bottom: 0px;
}

#who h4 {
    font-size: 22px;
    color: #fbaa03;
    font-weight: bold;
}

#who h5 {
    font-size: 16px;
}

#who h5 i {
    font-size: 28px;
}

#who h3 {
    color: #053657;
    font-size: 32px;
}

#work {
    padding: 50px 10px;
    background-color: #00345b;
    color: white;
    padding-bottom: 30px;
}

#work h3 {
    font-size: 36px;
}

#work h4, #team h4 {
    color: #fbaa03;
    font-size: 18px;
    font-weight: bold;
}

#project {
    background-image: url("../images/project.jpg");
    color: white;
}

#project .col-md-2 {
    min-height: 400px;
    border: 1px solid #000;
    background-size: cover;
}

#project h4 {
    margin-top: 300px;
    color: #fbaa03;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

#team {
    background-color: #00345b;
    padding: 70px 10px;
}

#team h4 {
    text-align: center;
}

#team h3 {
    font-size: 36px;
    color: white;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
}

#team .tag {
    padding: 20px 15px;
    background-color: #FCB814;
    color: #00345b;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 64%;
    padding-top: 150px;
    border-bottom-left-radius: 60px;
    margin-top: -125px;
}

#management .tag {
    padding: 20px 15px;
    color: #fff;
    background-color: #00345b;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 68%;
    padding-top: 150px;
    border-bottom-left-radius: 60px;
    margin-top: -125px;
}

.modal.and.carousel {
  position: fixed;
}

#team .designation {
    padding: 20px 10px;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

#team .col-md-3 {
    transform: scale(0.7);
}

#management .designation {
    padding: 20px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #666;
}

#partners {
    background-color: #fff;
    padding: 10px 10px;
}

#partners .row {
    padding: 30px 0px;

}

#project .proj1 {
    background-image: url("../images/proj1.jpg")
}

#project .proj2 {
    background-image: url("../images/proj2.jpg")
}

#project .proj3 {
    background-image: url("../images/proj3.jpg")
}

#project .proj4 {
    background-image: url("../images/proj4.jpg")
}

#project .proj5 {
    background-image: url("../images/proj5.jpg")
}

#project .proj6 {
    background-image: url("../images/proj6.jpg")
}


#story {
    padding: 70px 10px;
}

#story .left h4 {
    font-size: 22px;
    font-weight: bold;
}

#story .btn3 {
    padding: 10px 25px;
    font-size: 20px;
    color: white;
    background-color: #FBAA03;
    transition: .3s;
    text-decoration: none;
    margin: 10px 0px;
    width: 100%;
    border: none;
    border-radius: 30px;
}

#story .btn3:hover {
    background-color: #00345B;
}

#story .right {
    background-color: #00345b;
    color: white;
    padding: 40px 30px;
    border-radius: 30px;
    padding-top: 20px;
}

#story .box {
    padding: 15px 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #cdcdcd;
    margin-top: 20px;
    border-radius: 30px;
    font-size: 18px;
    color: #666;
}

#story .diff {
    background: #fbaa03;
    color: #fff;
}

#mission{
    margin-top: 30px;
    padding-bottom: 40px;
}

#mission .container{
    padding: 60px 10px;
    border-top: 1px solid #ccc;
}

#mission h3 {
    font-size: 36px;
    margin-bottom: 40px;
}

#mission h4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px !important;
    color: #333 !important;
}

#mission .border {
    border: 0.5px solid #333;
}

#mission .left {
    margin-top: 150px;
    font-size: 16px;
    color: #777
}

#mission .right1 {
    margin-left: -70px;
    font-size: 16px;
    color: #777;
}
#mission .right2 {
    margin-top: 80px;
    font-size: 16px;
    color: #777;
}

#business{
    padding: 70px 10px;
    color: #fff;
    background-color: #00345b;
}

#business h3 {
    font-size: 36px;
    text-transform: capitalize;
}

#business .exp {
    margin-top: 50px;
}

#business .exp img {
    width: 70px;
    height: 70px;
}

#management {
    padding: 50px 10px;
}

#management h3 {
    font-size: 36px;
}

#management .top {
    font-size: 15px;
}

#management .below {
    margin-top: 50px;
}

#whatbody {
    padding: 60px 10px;
}

#whatbody h5 {
    font-size: 20px;
    padding-bottom: 30px;
}

#whatbody .col-md-4 {
    padding: 25px;
}

#whatbody .classy img {
    width: 100%;
    margin-bottom: 20px;
}

.classy .col-md-6 {
    padding: 40px;
    text-align: justify;
}

#whatbody .inside {
    padding: 30px 20px;
    background-color: #00345B;
    color: white;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

#whatbody .inside img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

#whatbody h4 {
    color: #fbaa03;
    font-weight: bold;
    font-size: 20px;
}

#whatbody .btn1 {
    color: white;
    background: #fbaa03;
    border: none;
    padding: 10px 25px;
}

#pms {
    padding: 100px 10px;
    font-size: 16px;
}

#pms .col-md-6 {
    padding: 30px;
}

#pms img {
    border-top-right-radius: 25%;
    border-bottom-left-radius: 30%;
}

#pms h4 {
    font-weight: bold;
    font-size: 20px;
}

#whatbody .projecth4 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

#whatbody .stand {
    font-size: 18px;
}

#whatbody .below {
    padding: 0px !important;
    margin-top: 30px;
}

#media {
    padding: 70px 10px;
    font-size: 18px;
}

#media h4 {
    font-size: 20px;
    font-weight: bold;
}

#media .gall {
    margin-top: 40px;
}

#media .gall .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

#contactbody {
    padding: 60px 10px;
}

#contactbody .col-md-5, .col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
}

#contactbody h3 {
    color: #00345B;
    text-transform: uppercase;
    font-size: 20px;
}

#contactbody h5 {
    font-weight: bold;
}

#contactbody .formfield {
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 6px #888;
}

#quote {
    padding: 60px 10px;
}

#quote .btn1 {
    padding: 10px 15px;
    text-align: center;
    width: 100%;
    border: none;
    color: white;
    background: #fbaa03;
    font-weight: bold;
    font-size: 15px;
    box-shadow: 0px 3px 6px #888;
}

.formfield {
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 6px #888;
}

#contactbody .bottom {
    padding-top: 15px;
    padding-bottom: 15px;
}

#contactbody a {
    color: #333;
}

#contactbody .btn1 {
    padding: 10px 15px;
    text-align: center;
    width: 100%;
    border: none;
    color: white;
    background: #fbaa03;
    font-weight: bold;
    font-size: 15px;
    box-shadow: 0px 3px 6px #888;
}

#map {
    padding: 50px 0px;
}

#operate {

}

#operate h3 {
    text-align: center;
    font-size: 36px;
    padding: 15px 0px;
}

#footer {
    padding: 70px 10px;
    background-color: #1f2227;
    color: white;
    padding-bottom: 0px;
}

#footer a  {
    color: white;
}

#footer .tamper {
    font-size: 14px;
}

#footer img {
    margin-left: -50px;
}

#footer h4  {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
}

#footer .border {
    border: 1px solid #fbaa03;
    width: 25%;
}

#footer .copyright {
    margin-top: 50px;
    padding: 20px 0px;
    border-top: 1px solid #fff;
}

@media (max-width: 736px) {

	.dropdown-submenu .dropdown-menu {
		margin-left: -400px;
		padding-bottom: 5px;
		padding-left: 80px;
		padding-right: -500px;
	}

	.dropdown-submenu .dropdown-menu a {
		padding-right: -300px
	}

	.navbar-header {
        position: relative
	}

    #head {
        background: #fff;
    }

	#header {
        padding: 0px;
        float: none;
        margin-left: -40px;
	}

	#head i {
		margin-top: 0px;
	}

    #head a {
        width: auto;
        text-align: left;
        margin-top: 3px;
        padding: 15px 25px;
    }

    #head .btn1 {
        border-radius: 0px;
    }

    #head .btn2 {
        border-radius: 0px;
    }

    .nav{
        margin-left: 30px;
    }

    .navbar-nav>li>.dropdown-menu {
    right: 0px;
}

    .cont {
        display: none;
    }

    .brand {
        width: auto;
        padding: 30px 0px;
        padding-bottom: 0px;
    }

    .content {
        width: 100%;
        padding: 0px;
    }

    #pullback {
        text-align: center;
    }

    #head img {
        margin-top: 0px;
        float: left;
    }

    #head button {
        float: right;
    }

}







@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */


}



@media (min-device-width : 737px)
and	(max-device-width : 991px){

	 .navbar-header {
                float: left;
        }
        .navbar-toggle {
                display: block;
        }
        .navbar-collapse {
                border-top: 1px solid transparent;
                box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }
        .navbar-collapse.collapse {
                display: none!important;
        }
        .navbar-collapse.collapse.in {
            display: block!important;
        }
        .navbar-nav {
                float: none!important;
                margin: 7.5px -15px;
        }
        .navbar-nav>li {
                float: none;
        }
        .navbar-nav>li>a {
                padding-top: 10px;
                padding-bottom: 10px;
        }
    .navbar-form {
        padding: 10px 15px;
        margin-top: 8px;
        margin-right: -15px;
        margin-bottom: 8px;
        margin-left: -15px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        width:auto;
        float:none!important;
    }

    body {
        padding-top: 0px !important;
    }



	#header {
		float: none;
	}


    #head .btn1 {
        border-radius: 0px;
    }

    #head .btn2 {
        border-radius: 0px;
    }

	#header ul {
		padding-top: 50px;
	}


    .nav{
        margin-left: 30px;
    }

    .cont {
        display: none;
    }

    .brand {
        width: auto;
        padding: 30px 0px;
        padding-bottom: 0px;
    }

    .content {
        width: 100%;
        padding: 0px;
    }

    .navbar-nav>li>.dropdown-menu {
    right: 0px;
}



}


@media only screen
and (min-device-width : 737px)
and (max-device-width : 767px) { /* STYLES GO HERE */




}


/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {


	#header ul {
		padding-top: 50px;
	}

	#head i {
		margin-top: 0px;
	}

    #head .btn1 {
        border-radius: 0px;
    }

    #head .btn2 {
        border-radius: 0px;
    }

	.visible-sm-block {
		display: block !important;
	}

	.hidden-sm {
		display: none !important;
	}

    .cont {
        display: none;
    }

    .brand {
        width: auto;
        padding: 30px 0px;
        padding-bottom: 0px !important;
    }

    .content {
        width: 100%;
        padding: 0px;
    }

	#header {
        padding: 0px;
        float: none;
        margin-left: -40px;
	}

    .navbar-nav>li>.dropdown-menu {
    right: 0px;
}

}
