@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan+2&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Baloo Chettan 2', cursive;
}

header {
    width: 100%;
    position: fixed;
    margin: 0;
    padding: 0px 0px;
    transition: 0.5s;
    z-index: 999;
    top: 0;
}

.fixed {
    background: rgba(0,0,0,0.5);
    transition: 0.5s;
    z-index: 999;
}

header .navbar.navbar-expand-lg {
	padding: 0px;
}

.fixed .navbar-expand-lg .navbar-nav .nav-link {
	padding-right: .5rem;
    padding-left: .5rem;
    color: #FFF;
    transition: 0.5s;
}

header .navbar-expand-lg .navbar-nav .nav-link {
	padding-right: .5rem;
    padding-left: .5rem;
    color: #FFF;
    transition: 0.5s;
}

header .nav-link {
	display: block;
	padding: .8rem 1rem;
}

header .navbar-brand {
    color: #000;
    font-weight: bold;
    transition: 0.5s;
}

.fixed .navbar-brand {
    color: #FFF;
    font-weight: bold;
    transition: 0.5s;
}

/* End Header */

#banner {
    width: 100%;
    display: block;
    background: url(../img/banner-3.jpg);
    padding: 200px 0 150px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    text-align: center;
    color: #FFF;
}

.title {
    font-weight: 900;
    margin: 0 0 40px 0;
    font-size: 60px;
    color: #FFF;
    text-shadow: 5px 6px 8px #000;
}

.descripation {
	margin: 0;
	display: block;
    line-height: 35px;
    text-shadow: 2px 3px 5px #000;
}

#about-company {
    width: 100%;
    display: block;
    padding: 20px 0;
}

.tranction-1 {
    width: 100%;
    display: block;
    padding: 40px 20px;
    margin: 0 0 30px 0;
    float: left;
    height: 200px;
    background: #f1f1f1;
}

.tranction-1-child {
    background: #ff8d00;
    color: #FFF;
}

.title-1 {
    font-size: 40px;
    font-weight: bold;
}

.des-1 {
    font-size: 22px;
    line-height: 25px;
}
/*
.right-aoubt-banner img:hover {
	transform: scale(1.1);
	transition: 0.5s;
	cursor: pointer;
}

.focus-images-area img:hover {
	transform: scale(1.1);
	transition: 0.5s;
	cursor: pointer;
}

.focus-images-area img:hover {
	transform: scale(1.1);
	transition: 0.5s;
	cursor: pointer;
}*/

.descripation-1 {
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
}

.right-aoubt-banner {
	width: 100%;
	float: left;
}

.right-aoubt-banner img {
	width: 100%;
	float: left;
    transition: 0.5s;
}

/* End Overview */

#Client-Benefits {
    width: 100%;
    display: block;
    padding: 100px 0;
    /* background: url(../img/back.jpg); */
    background-attachment: fixed;
    color: #FFF;
    background-repeat: no-repeat;
    background-color: #7f7f7f;
    background-size: cover;
}

.client-title {
    font-size: 36px;
    font-weight: bold;
    color: #ff8d00;
    margin: 0 0 20px 0;
}

/* End Client Benefits */

#Case-Studies {
    width: 100%;
    display: block;
    padding: 20px 0;
    background: #FFF;
}

/* End Case Studeis */

#Our-Approach {
	width: 100%;
	display: block;
	padding: 20px 0;
	background: #f1f1f1;
}

.focus-content-area {
    width: 100%;
    float: left;
    transition: 1s;
}

.focus-images-area {
    width: 100%;
    float: left;
    transition: 1s;
}


.focus-images-area img {
    width: 100%;
    float: left;
    transition: 0.5s;
}

.focus-listing {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.focus-listing li {
    display: block;
    padding: 1px 0;
}

/* End Our Approach */

#About {
    width: 100%;
    float: left;
    background: #FFF;
    padding: 20px 0;
}

/* Start 1 btn */

.View-More {
	font-size: 16px;
	background: none;
	color: #ff8d00;
	border: 1px solid #ff8d00;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 55px;
    margin: 20px 0 10px 0;
    transition: 0.5s;
}

.View-More:hover {
	font-size: 16px;
	background: #ff8d00;
	color: #FFF;
	border: 1px solid #ff8d00;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 55px;
    margin: 20px 0 10px 0;
    transition: 0.5s;
}

.less-More {
	font-size: 16px;
	background: none;
	color: #f70000;
	border: 1px solid #f70000;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 55px;
    margin: 20px 0 10px 0;
    transition: 0.5s;
}

.less-More:hover {
	font-size: 16px;
	background: #f70000;
	color: #FFF;
	border: 1px solid #f70000;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 55px;
    margin: 20px 0 10px 0;
    transition: 0.5s;
}

.list-sectin {
	display: none;
    margin: 20px 0 0 0;
    transition: 0.5s;
}

.more .list-sectin {
	display: block !important;
	transition: 0.5s;
}

.more .View-More {
	display: none;
	transition: 0.5s;
}

.less-More {
	display: none;
}

.more .less-More {
	display: block;
}

/* End 1 btn */



/* End About */

#Leadership {
    width: 100%;
    float: left;
    background: #f1f1f1;
    padding: 20px 0;
}

/* Start 2 btn */

.View-More1 {
	font-size: 16px;
	background: none;
	color: #ff8d00;
	border: 1px solid #ff8d00;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 55px;
    margin: 20px 0 10px 0;
    transition: 0.5s;
}

.View-More1:hover {
	font-size: 16px;
	background: #ff8d00;
	color: #FFF;
	border: 1px solid #ff8d00;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 55px;
    margin: 20px 0 10px 0;
    transition: 0.5s;
}

.less-More1 {
	font-size: 16px;
	background: none;
	color: #f70000;
	border: 1px solid #f70000;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 55px;
    margin: 20px 0 10px 0;
    transition: 0.5s;
}

.less-More1:hover {
	font-size: 16px;
	background: #f70000;
	color: #FFF;
	border: 1px solid #f70000;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 55px;
    margin: 20px 0 10px 0;
    transition: 0.5s;
}

.list-sectin1 {
	display: none;
    margin: 20px 0 0 0;
    transition: 0.5s;
}

.more1 .list-sectin1 {
	display: block !important;
	transition: 0.5s;
}

.more1 .View-More1 {
	display: none;
	transition: 0.5s;
}

.less-More1 {
	display: none;
}

.more1 .less-More1 {
	display: block;
}

/* End 2 btn */

.right-images-leadership {
	width: 100%;
	display: block;
}

/* End LeaderShip */

#Contact-Us {
    width: 100%;    
    float: left;
    background: #FFF;
    padding: 20px 0;
}

#main-map-client {
	width: 100%;
	height: 100%;
	display: block;
}

.main-submit-list1 {
	width: 100%;
	height: 50px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 5px;
	background: #ff8d00;
	border: none;
	border-bottom: 5px solid #bb6700;
    color: #FFF;
    transition: 0.5s;
}

.main-submit-list1:active {
	width: 100%;
	height: 50px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 5px;
	background: #ff8d00;
	border: none;
	border-bottom: 0px solid #bb6700;
    color: #FFF;
    transition: 0.5s;
}

.main-contact-form-section1452 {
    background: #FFF;
    padding: 10px;
    box-shadow: 2px 2px 9px #00000094;
    border-radius: 5px;
    display: block;
}

header .navbar-toggler-icon {
    color: #FFF;
    margin: 0 0 0 0;
    font-size: 40px;
    padding: 0;
    line-height: 60px;
}

header .navbar-toggler.collapsed {
    margin: 0;
    padding: 0;
}


footer {
    width: 100%;
    float: left;
    background: #000;
    padding: 10px 0;
    margin: 0;
}

.copyright-section {
	margin: 0;
	color: #FFF;
}

.copyright-section a {
	color: #ff8d00;
	margin: 0 0 0 0;
}

.copyright-section a:hover {
	color: #ff8d00;
    margin: 0 0 0 0;
    text-decoration: none;
}

.buttom-1-anset {
	position: fixed;
	bottom: 10px;
	right: 10px;
	background: green;
	color: #FFF;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 35px;
	line-height: 32px;
	transform: rotate(180deg);
	border-radius: 2px;
}

.buttom-1-anset:hover {
	position: fixed;
	bottom: 10px;
	right: 10px;
	background: green;
	color: #FFF;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 35px;
	line-height: 32px;
	transform: rotate(180deg);
    border-radius: 2px;
    text-decoration: none;
}




/* Start Media Query */

@media only screen and (max-width: 1200px) {



}

@media only screen and (max-width: 1024px) {

#banner {
    width: 100%;
    display: block;
    background: url(../img/banner-3.jpg);
    padding: 100px 0 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #FFF;
}

.title {
    font-weight: 900;
    margin: 0 0 40px 0;
    font-size: 40px;
    color: #FFF;
    text-shadow: 5px 6px 8px #000;
}

}

@media only screen and (max-width: 768px) {

#banner {
    width: 100%;
    display: block;
    background: url(../img/banner-3.jpg);
    padding: 0 0 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    color: #FFF;
    background-position: center;
}

.title {
    font-weight: 900;
    margin: 0 0 40px 0;
    font-size: 40px;
    color: #FFF;
    text-shadow: 5px 6px 8px #000;
}

.focus-images-area {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

}

@media only screen and (max-width: 640px) {

#banner {
    width: 100%;
    display: block;
    background: url(../img/banner-3.jpg);
    padding: 0 0 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    color: #FFF;
    background-position: center;
}

.title {
    font-weight: 900;
    margin: 0 0 40px 0;
    font-size: 40px;
    color: #FFF;
    text-shadow: 5px 6px 8px #000;
}

.focus-images-area {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

.right-images-leadership {
    width: 80%;
    display: block;
    margin: 20px auto 10px;
}

header .navbar-toggler-icon {
	color: #FFF;
	margin: 0 0 0 0;
	font-size: 30px;
	padding: 0;
	line-height: 50px;
}

}

@media only screen and (max-width: 375px) {

#banner {
    width: 100%;
    display: block;
    background: url(../img/banner-3.jpg);
    padding: 0 0 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    color: #FFF;
    background-position: center;
}

.title {
    font-weight: 900;
    margin: 0 0 40px 0;
    font-size: 40px;
    color: #FFF;
    text-shadow: 5px 6px 8px #000;
}

.focus-images-area {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

.right-images-leadership {
    width: 80%;
    display: block;
    margin: 20px auto 10px;
}

header .navbar-toggler-icon {
	color: #FFF;
	margin: 0 0 0 0;
	font-size: 30px;
	padding: 0;
	line-height: 50px;
}

}

