body {margin:0;}
  
  #header{
	  background-color:#fff;
	  
	  position:fixed;
	  top:0;
	  width:100%;
	  z-index: 99999;	  
  }
.ban-btn {
            border: none;
            color: white;
            padding: 13px 30px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 18px;
            border-radius: 10px;			   
        }

        .btn-white {
            background-color: white;
			color:black;
        }

        .btn-green {
            background-color: #4CAF50;
        }
		.btn-blue {
            background-color: #17a2b8;
        }
		
.tab {
  overflow: hidden;
  
  background-color: #fff;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #000;
  float: left;
  width:100%;
  outline: 0px;;
  margin-right:20px;
  cursor: pointer;
  color:#fff;
  padding: 12px 14px;
  transition: 0.3s;
  font-size: 18px;
  border-radius: 20px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #17a2b8;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #17a2b8;
  
}

/* Style the tab content */
.tabcontent {
  display: absolute;
  padding: 0 18px;
}	
.tabcontent1 {
  display: none;
  padding: 0 18px;
}		


.images_box {
    position: relative;

}
#example2 {
  
  padding: 10px;
  box-shadow: 5px 15px 15px 20px #F5F5F5;
  border-radius:10px;
}
.middle-header{
	padding:21px;
}
.img_rounded{
	border:1px solid gray;
	border-radius:7%;
}
.img_responsive{
	margin-left:55px;
}
.bg-light {
    background-color: #ffffff!important;
}
.image-wrap {
    position: relative;
    width: 100%;
   
    overflow-x: hidden;
    margin-top: 148px;
}
.img-content {

    width: 100%;
   
    overflow-x: hidden;

}
.banner-content {
    position: absolute;
    top: 60%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 60%;
    text-align: left;
    font-size: 1.5em;
    color: #fff;
    line-height: 1.5;
}
.banner-content1{
	position: absolute;
    top: 75%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 60%;
    text-align: left;
    font-size: 1.5em;
    color: black;
    line-height: 1.5;
}
section {
  display: block;
  padding: 0 4em 5em;
}

h1,
h2,
h3 {
  font-family: roboto;
  color: #2e2e2e;
}

.col-5 {
  width: 40%;
  display: inline-table;
}

.col-6 {
  width: 50%;
  display: inline-table;
}

.col-7 {
  width: 60%;
  display: inline-table;
}

.sec-heading {
  text-align: center;
  font-size: 40px;
  padding: 1.5em 0;
  margin: 0;
}

p {
  font-family: lato;
  color: #717171;
  line-height: 1.5;
  text-align: justify;
}

#topHeader {
  padding: 1em 4em;
  font-family: roboto;
}

#topInfo {
  padding: 0;
  margin-top: 10px;
  text-align: right;
  color: #2e2e2e;
}

#topInfo li {
  list-style-type: none;
  display: inline;
}

#topInfo li:last-child {
  padding-left: 21px;
}

.logo {
  color: #ef4b42;
  font-size: 28px;
  font-family: roboto;
}

nav {
  padding: 18px 0;
}

.mainMenu {
  float: right;
}

.mainMenu a {
  padding: 15px 0;
  margin-left: 35px;
  font-size: 20px;
  text-decoration: none;
  font-weight: 500;
  color: #2e2e2e;
  position: relative;

  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mainMenu a:hover,
.mainMenu a:focus {
  color: #ef4b42;
}

.mainMenu a:not(:last-child):hover:after,
.mainMenu a:not(:last-child):focus:after {
  width: 100%;
  left: 0;
}

.mainMenu a:after {
  top: 40px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  width: 0;
  background: #ef4b42;

  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

.mainMenu a:first-child {
  margin: 0;
}

.mainMenu a:last-child {
  border: 2px solid #ef4b42;
  padding: 8px 16px !important;
  font-size: 17px;
  border-radius: 20px;
  text-align: center;
  color: #ef4b42;
}

.mainMenu a:last-child:hover,
.mainMenu a:last-child:focus {
  background-color: #ef4b42;
  color: white;
}

#abt {
  padding-top: 3em;
  position: relative;
}

#abt div {
  display: inline-table;
}

#abt-info {
  width: 50%;
  float: left;
  margin-top: 5.8%;
}

#abt-info h1 {
  font-size: 40px;
  font-weight: 600;
  margin: 0px 0 30px;
}

#abt-info span {
  display: block;
  font-family: raleway;
  font-weight: 600;
  padding: 0 0 55px;
  font-size: 23px;
}

.brand-btn {
  text-decoration: none;
  background-color: #ef4b42;
  border: 2px solid #ef4b42;
  color: white;
  padding: 10px 40px;
  border-radius: 30px;
  font-size: 17px;
  font-family: roboto;

  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.brand-btn:hover,
.brand-btn:focus {
  background-color: transparent;
  color: #ef4b42;
}

#surya-img {
  width: 50%;
  text-align: right;
}

#surya-img img {
  height: 430px;
}

#experience {
  background-color: #f6f6f6;
}

#experience img {
  height: 300px;
}
#delivery h2 {
  font-weight: 500;
  font-size: 30px;
}

#experience p {
  margin-bottom: 40px;
  text-align:justify;
}

.experience-img {
  float: left;
}

#services ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

#services ul li {
  list-style-type: none;
  display: inline-block;
  width: 16%;
  text-align: center;
}

#services ul li .fas,
#services ul li .fab {
  font-size: 80px;
  color: #ef4b42;
}

.services ul li div {
  width: 115px;
  padding: 15px;
  border-radius: 6px;
  border: 3px solid transparent;
  margin-left: auto;
  margin-right: auto;
  text-align: center;

  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#services ul li div:hover {
  border-color: red;
}

#services ul li div a {
  text-decoration: none;
}

#services ul li span {
  display: block;
  padding-top: 15px;
  color: #5d5d5d;
  font-family: lato;
}

#services #service-all {
  text-align: center;
  padding-top: 60px;
}

#success-story {
  background-color: #f6f6f6;
}

.Credential img {
  height: 300px;
}

.Credential .Credential-text {
  float: left;
}

.Credential .Credential-img {
  text-align: center;
}

.Credential .Credential-text div {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.Credential p {
  padding-bottom: 30px;
}

.associate div {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}

.associate div::-webkit-scrollbar {
  background: transparent;
}

.associate div a {
  text-align: center;
  display: table-cell;
  width: 12%;
  border: 2px solid #eaeaea;
  background-color: #fff;
  padding: 25px;
  cursor: pointer;

  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.associate div a:hover,
.associate div a:focus {
  border-right: 2px solid #eaeaea !important;

  -webkit-transform: scale(1.1);
  transform: scale(1.1);

  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.associate div a:not(:last-child) {
  border-right: none;
}

.associate div a img {
  height: 30px;
}

#highlights {
  background-color: #f6f6f6;
}

#highlights .Credential img {
  border-top-left-radius: 118px;
  border-top-right-radius: 55px;
  border-bottom-right-radius: 120px;
  border-bottom-left-radius: 55px;
}
.Credential .Credential-text div {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}


footer {
  background-color: #ef4b42;
  padding: 3em 4em 2em;
}

footer .logo {
  color: #fff;
}

footer .row {
  margin: 2em 0;
  font-family: lato;
  color: #fff;
  position: relative;
  border-bottom: 1px solid;
}

footer ul {
  padding: 0;
}

footer ul li {
  list-style-type: none;
  padding: 0;
  line-height: 2;
}

footer .footer-cat {
  font-size: 20px;
}

.footer-cat-links a {
  color: #fff;
  text-decoration: none;
  position: relative;
}

.footer-cat-links a:after {
  top: 21px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  width: 0;
  background: #fff;

  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

.footer-cat-links a:hover:after,
.footer-cat-links a:focus:after {
  width: 100%;
  left: 0;
}




#copyright {
  text-align: center;
  color: #fff;
  font-family: lato;
}

a#gotop {
  color: #fff;
  text-decoration: none;
  z-index: 9999;
  display: none;
  font-family: lato;
  position: fixed;
  bottom: 1.5em;
  right: 1.5em;
  padding: 10px;
  background-color: #ff6962;
  border-radius: 5px;

  -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.75);
}

#design {
  text-align: center;
  padding: 10px 0 0px;
  color: #fff;
  font-family: lato;
  font-size: 20px;
}

#design a {
  color: #fff;
}
.fade-in {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}


@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.readmore-btn {
  text-decoration: none;
  background-color: #ef4b42;
  border: 2px solid #ef4b42;
  color: white;
  padding: 1px 4px;
  border-radius: 30px;
  font-size: 17px;
  font-family: roboto;

  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}






 
