

.navbar-nav li{
  padding:0 10px;
}
.navbar-nav li a{
  font-size: 18px;
  color:#555;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
}
.stickyheader{
  position: fixed;
  top:0;
  z-index: 999;
  background: #fff;
  right:0;
  left:0;
  box-shadow: 0px 2px 5px #ddd;
  padding:8px 0;
}
header .item {
  height: 100vh;
  position: relative;
}

header .item .bannerimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header .item .heroimg {
  width: auto;
  margin-top: -40px;
}

header .item .cover {
  position: absolute;
  width: 100%;
  height: 110%;
  top: 0;
  left: 0;
  
  display: flex;
  align-items: center;
}

header .item .cover .header-content {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  height: 100vh;
}

header .item .cover .header-content h2 {
  font-weight: 500;
  font-size: 36px;
  color: #fff;
  color: #9fff40;
  margin-bottom: 10px;
}

header .item .cover .header-content h1 {
 font-size: 48px;
    font-weight: 700;
    margin: 0 0 24px;
  word-spacing: 3px;
  color: #9fff40;
  color: #fff;
  text-shadow: 2px 2px #428500;
}

header .item .cover .header-content h4 {
  font-size: 22px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}

header .owl-item.active h1 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.4s;
}

header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.4s;
}

header .owl-item.active .heroimg {
  -webkit-animation-duration: 1s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.6s;
}

header .owl-item.active .bannerbutton {
  -webkit-animation-duration: 1s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.4s;
}

header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}

header .owl-nav .owl-prev:focus {
  outline: 0;
}

header .owl-nav .owl-prev:hover {
  background: #000 !important;
}

header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}

header .owl-nav .owl-next:focus {
  outline: 0;
}

header .owl-nav .owl-next:hover {
  background: #000 !important;
}

header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}

header:hover .owl-next {
  right: 0px;
  opacity: 1;
}

.main-slider h1{ margin-top: 100px; }

/*
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0 0 0;
  top: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.header-scrolled {
  top: 0;
  padding: 10px;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #106eea;
}

#header .logo img {
  max-height: 60px;
}
*/
.bannerbutton {
  display: inline-block;
  border-radius: 4px;
  background-color: #178CCB;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 12px;
  min-width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  border: 1px solid #fff;
  font-weight: 600;
  margin-top: 30px;
}

.bannerbutton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.bannerbutton span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.bannerbutton:hover span {
  padding-right: 25px;
}

.bannerbutton:hover span:after {
  opacity: 1;
  right: 0;
}
/*=====Header close=====*/

/* Desktop Navigation */
/*
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul {
  display: flex;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #222222;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 600;
  padding: 0 7px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}

.nav-menu>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #19539e;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .active>a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #19539e;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 26px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #062b5b;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #106eea;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}
*/

/*====Homepage aboutus section=====*/
.about {
  float: left;
  width: 100%;
  margin: 50px 0;
   
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
  text-align: center;
}

.about .container-box {
  box-shadow: 1px 7px 25px 0 rgba(214, 215, 216, 0.8);
  background-color: #fff;
  padding: 50px;
}

.about .buttondiv {
  text-align: center;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 24px;
  color: #555555;
}

.about p {
  font-size: 22px;
  text-align: center;
  margin: 30px 0 10px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.medal-icon .icofont-medal {
  color: #f8c034;
  margin-top: 5px;
  font-size: 30px;
}

.section-title>h3::before {
  background: #f8c034 none repeat scroll 0 0;
  bottom: 15px;
  content: "";
  height: 2px;
  position: absolute;
  right: 39%;
  width: 101px;
}

.section-title>h3::after {
  background: #f8c034 none repeat scroll 0 0;
  bottom: 15px;
  content: "";
  height: 2px;
  left: 39%;
  position: absolute;
  width: 101px;
}


/*section {
  padding: 40px 0;
  overflow: hidden;
}
*/

.section-bg {
  background-color: #f6f9fe;
  float: left;
  width: 100%;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 0;
  font-size: 32px;
  color: #1D3752;
  font-weight: 700;
  margin-bottom: 25px;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}
/*====Homepage aboutus closes====*/

/*====Homepage services section====*/
.services {
  float: left;
  width: 100%;
  background-color:#f6f9fe;
  min-height:800px;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.services-bg {
  /*background-color: rgba(0, 24, 150, 0.2);*/
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  padding:40px 0 20px;
  bottom: 0;
}

.services .section-title h3 {
  color: #1D3752;
}

.services .section-title>h3::before {
  background: #f8c034 none repeat scroll 0 0;
}

.services .section-title>h3::after {
  background: #f8c034 none repeat scroll 0 0;
}

.services .medal-icon .icofont-medal {
  color: #f8c034;
}

.services-box {
  padding: 30px;
  padding-right: 50px;
  height: 280px;
  border: 1px solid #fff;
  margin: 20px 10px;
  border-radius: 10px;
  background-color: #1D3752;
  display: flex;
  align-items: flex-start;
  position: relative;
  
}
.services-box .iconimage, .services-box .iconimage2{
  /* width:210px;
  height:210px;*/
  border-radius:50%;
  background-color: #178CCB;
  margin-right:40px; 
   display: flex;
    align-items: center;
    justify-content: center;
     width: 150px;
     height:150px;
}
.services-box .iconimage2 svg{
    width: 100px !important;
  fill:rgba(0, 24, 150, 0.7);
}
.services-box .iconimage svg{
    width: 120px !important;
  fill:rgba(0, 24, 150, 0.7);
}
.services-box p {
  color: #ddd;
  font-size: 20px;
  line-height: 1.5;
}

.services-box h3 {
  color: #fff;
  margin-bottom: 20px;
  min-height: 24px;
  display: flex;
  align-items: center;
}

/*.services-box .icondiv img {
  width: 400px;
  height: 200px;  
  fill: #022147;
  padding: 12px;
}
*/
.services-box .icondiv {
  width: 20%;
}

.animContainer1 {
  width: 100%;
  height: 100%;
}
.animContainer2 {
  width: 100%;
  height: 100%;
}

.animContainer3 {
  width: 100%;
  height: 100%;
}
.services-box .Content {
  width: 80%;
  padding: 0px;
}


.linkarrow {
  position: absolute;
  width: 90px;
  height: 65px;
  border-radius: 10px;
  background: #fff;
  right: -30px;
  top: 30px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #ccc;
  text-decoration: none !important;
}

.icofont-arrow-right {
  font-size: 30px;
}
/*====Homepage service section closes====*/

.heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
  text-transform: uppercase;
  z-index: 999;
  padding-top: 50px;
}

.white-heading {
  color: #ffffff;
}

.heading:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(img/heading-line.png);
  background-repeat: no-repeat;
  background-position: center;
}

.white-heading:after {
  background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
  background-repeat: no-repeat;
  background-position: center;
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}

.white-heading span {
  color: #ffffff;
}


/*=====Testimonial====*/

.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  background-color: #1D3752;
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: 600px;
  position: relative;
  /* background-image: url("../img/services/istockphoto-1049599278-1024x1024.jpg");
    background-position: center;
        background-size: cover;*/
  background-color: #1D3752;
}

.gradient {}

#testimonial4 .carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control {
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
  transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
  left: 7%;
  top: 50%;
  right: auto;
}

.testimonial4_control_button .carousel-control.right {
  right: 7%;
  top: 50%;
  left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}

.testimonial4_header h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}

.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 0px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 20px;
}

.testimonial4_slide h6 {
  color: #ffffff;
  font-size: 14px;
}

.testimonial .carousel {
  padding: 20px 0 50px;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}

.testimonials {
  float: left;
  width: 100%;
}
/* ====testimonial  close===== */

/*==== Homepage advantages====*/
.advantages-section {
  float: left;
  width: 100%;
  padding: 70px 0;
}

.advantages-section .advantages-box {
  background-color: #f8f9fa!important;
  padding: 40px 20px;
  text-align: center;
  height: 350px;
}

.advantages-section .advantages-box .icondiv {
  margin: 0 0 20px 0;
}

.advantages-section a {
  text-decoration: none;
}

.advantages-section .advantages-box h5 {
  text-transform: uppercase;
  margin: 20px 0;
  color: #1D3752;
}

.advantages-section .advantages-box p {
  margin: 15px 0;
  color: #777;
  font-size: 16px;
}

.advantages-section .advantages-box svg {
  height: 70px;
  width: 70px;
  fill: #444;
}


.advantages-section .advantages-box:hover {
  background-color: #1D3752!important;
  transform: scale(1.1);
  transition: transform 2s;
  z-index: 1;
}

.advantages-section .advantages-box:hover h5 {
  color: #fff;
}

.advantages-section .advantages-box:hover p {
  color: #eee;
}

.advantages-section .advantages-box:hover svg {
  fill: #eee;
}

ul {
  margin: 0px;
  padding: 0px;
}
/* ==== Advantages close ==== */

/* ===== Footer section ===== */
.footer-section {
  background: #f5f5f5;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 0px;
}

.footer-cta {
  border-bottom: 1px solid #bbb;
}

.single-cta i {
  color: #40d113;
  font-size: 30px;
  float: left;
  margin-top: 5px;
  margin-right: 15px;
}

.single-cta {
display: flex;
align-items: flex-start;
}

.cta-text h4 {
  color: #40d113;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #222;
  font-size: 16px;
}

.footer-content {
  position: relative;
  padding: 20px 0px;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 0px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
    margin-top: 4px;
    font-size: 19px;
    color: #178CCB;
    margin-right: 0;
    font-weight: 500;
}

.footer-social-icon span {
  color: #1D3752;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3B5998;
}

.linkedin-bg {
  background: #0077b5;
}


.footer-widget-heading h3 {
  color: #1D3752;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #1D3752;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #19539e;
}

.footer-widget ul li a {
  color: #444;
  font-size: 17px;
  text-transform: capitalize;
  text-decoration: none;
}

.copyright-area {
  background: #202020;
  padding: 15px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

.copyright-text p a {
  color: #ff5e14;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #ff5e14;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
/* ==== Footer close ==== */


/* ==== Aboutus page ==== */
.about-banner-section {
  float: left;
  width: 100%;
  background-image: url("../img/banner4.png");
  min-height: 450px;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top:60px;
  position: relative;
}


/*.opacitybg{
 position: absolute;
  top:0;
  right:0;
  left:0;
  bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}*/

.about-banner-section  h1 {
  font-size: 54px;
  font-weight: 700;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
  text-align: center;
  text-shadow: 3px 3px #428500;
  margin-top: 20%;
}

.aboutus h4 {
   font-size: 17px;
   line-height: 36px;
  font-weight: 500;
  color: #666;
  text-align: center;
  background-color: #fff;
  padding:20px;
  margin:15px;
  box-shadow: 1px 1px 3px 3px #f5f5f5;
  width: 33.33%; 
  display: flex;

}

.aboutus h3{
  font-size: 24px;
  margin: 25px 0 40px 0;
  color:#1D3752;
  font-weight: 700;
  position: relative;
}

.aboutus h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 4px;
    width: 50px;
    background: #1D3752;
}

.aboutus h5{
   font-size: 20px;
   line-height: 40px;
  font-weight: 500;
  color: #555;
  text-align: left;
}

.Abouttext{
  position: relative;
  margin: 40px 0 80px;
  box-shadow: 0 1px 2px 2px #e7ffcf;
  padding:30px;
  background: #f8fff2;
  display: flex;
  margin-top: -50px;
}

.rightcornerborder{
     position: absolute;
    right: 0;
    top: 0;
    border-top: 6px solid #9fff40;
    border-right: 6px solid #9fff40;
    width: 150px;
    height:80px;

}

.leftcornerborder{
     position: absolute;
    left: 0;
    bottom: 0;
    border-left: 6px solid #9fff40;
    border-bottom: 6px solid #9fff40;
    width: 150px;
    height:80px;

}
/* ===== About us close ==== */

/* ===== Services banner/summary section ==== */
.services-banner-section {
  float: left;
  width: 100%;
  background-image: url("../img/banner3.png");
  min-height: 300px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top:75px;
}

.services-banner-section  h1 {
  font-size: 54px;
  font-weight: 700;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px #428500;
  margin-top: 10%;
}

.ourservices-bg {
  background-color:#fff;
  height: 100%;
  padding: 70px;
  bottom: 0;
}


.ourservices p{
  font-size: 18px;
  line-height: 38px;
  font-weight: 500;
  color: #777;
  text-align: center;
  background-color: #fff;
  padding:20px;
  margin:0;
  width: 100%; 
  display: flex;
}

.ourservices h3 {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #19539e;
  margin: 0;
  margin-bottom: 25px;
}
.ourservices h4 {
    font-size: 24px;
    margin: 25px 0 40px 0;
    color: #19539e;
    position: relative;
}

.ourservices h5 {
    font-size: 17px;
    line-height: 40px;
    color: #777;
    text-align: left;

}

.Servicestext{
  position: relative;
  margin: 0px 0 50px;
  padding:30px;
  background: #f8fff2;
  margin-top: -60px;
}
/* ===== Services banner section close */

/* ==== Customized services section ==== */
.customized_service {
  float: left;
  width: 100%;
  background-color:#1D3752;
  padding:20px;

}

.customized_service h3 {
  font-size: 26px;
    margin: 50px 0 24px;
  word-spacing: 3px;
  color: #9fff40;
  position: relative;

}

.customized_service h5 {
     font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
    color: #fff;
    text-align: left;
    line-height: 30px;
}
/* ==== Customized services section close */

/* ==== Ourservices content section ==== */
.ourservices .Abouttext h4{
font-size: 18px;
    line-height: 38px;
    font-weight: 500;
    color: #777;
    text-align: center;
    background-color: #fff;
    padding: 20px;
    margin: 15px;
    box-shadow: 1px 1px 3px 3px #f5f5f5;
    width: 50%;
    display: flex;
    align-items: center;
}

/* ===== Services-advantages section ==== */
.services-advantages-section {
  float: left;
  width: 100%;
  padding: 0 0 40px 0;
}

.services-advantages-section .advantages-box {
  background-color: #f8f9fa!important;
  padding: 40px;
  text-align: center;
  height: 270px;
}

.services-advantages-section .advantages-box .icondiv {
  margin: 0 0 0px 0;
}

.services-advantages-section a {
  text-decoration: none;
}

.services-advantages-section .advantages-box h5 {
  text-transform: uppercase;
  margin: 20px 0;
  color: #19539e;
}

.services-advantages-section .advantages-box p {
  margin: 0px 0;
  color: #777;
  font-size: 17px;
  margin-top: 30px;
}

.services-advantages-section .advantages-box svg {
 height: 70px;
  width: 70px;
  fill: #444;
}

.services-advantages-section .advantages-box:hover {
  background-color: #1D3752!important;
  transform: scale(1.1);
  transition: transform 2s;
  z-index: 1;
}

.services-advantages-section .advantages-box:hover h5 {
  color: #fff;
}

.services-advantages-section .advantages-box:hover p {
  color: #eee;
}

.services-advantages-section .advantages-box:hover svg {
  fill: #eee;
}
/* ==== Services-advantages section close */

/* ==== Our process-timeline ===== */
.ourprocess{
  padding:40px 0;
}

.timeline-wraper {
    width: 100%;
    position: relative;
    margin-top:50px;
}
.timeline-wraper::before {
    background: #dedede none repeat scroll 0 0;
    content: "";
    height: 95%;
    left: 50%;
   /* margin-left: -0.5px;*/
    position: absolute;
    top: 0;
    width: 1px;
}
.sin-timeline {
    float: right;
    z-index: 9;
    text-align: center;
    padding: 0;
}
.sin-timeline:hover {
    z-index: 8;
}
.sin-timeline:nth-child(2n) {
    margin-top: 190px;
}
.sin-timeline::before {
    width: 17px;
    height: 17px;
    border: 1px solid #9fff40;
    background: #9fff40;
    position: absolute;
    left: -9px;
    right: auto;
    content: "";
    border-radius: 50px;
    top: 135px;
    
}
.sin-timeline:hover::before {
    border: 1px solid #9fff40;
    background: #9fff40;

}

.sin-timeline:nth-child(2n)::before {
    right: -8px;
    left: auto;
}
.sin-timeline::after {
    background: #bbb none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: -0.5px;
    position: absolute;
    width: 1px;
    opacity: 0;
    z-index:-1;
}
.sin-timeline:nth-child(2n)::after {
    left: auto;
    right: -0.5px;
}
.sin-timeline:hover::after {
    opacity: 1;
}
.sin-timeline::after {
    opacity: 1;
}
.timeline-date {
    position: absolute;
    top: 133px;
    display: block;
    line-height: 14px;
    font-size: 18px;
    color: #08185D;
    letter-spacing: .2px;
    font-weight: 600;
}
.sin-timeline:hover .timeline-date {
    color: #0348a3;
}
.timeline-content {} .sin-timeline:nth-child(2n) .timeline-content {
    padding-right: 80px;
}
.sin-timeline:nth-child(2n+1) .timeline-content {
    padding-left: 80px;
}
.sin-timeline:nth-child(2n) .timeline-date {
    right: 34px;
}
.sin-timeline:nth-child(2n+1) .timeline-date {
    left: 34px;
}
.timeline-img {
   display: flex;
    position: relative;
    background: #fff;
    justify-content: center;
    align-items: center;
    height: 270px;
    width: 100%;
}
.timeline-img::before {
    position: absolute;
    left: -40px;
    top: 133px;
    content: "";
    height: 0;
      border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
    border-left: 20px solid transparent;
}
.sin-timeline:nth-child(2n) .timeline-img::before {
      right: -40px;
    left: auto;
    border-left: 20px solid #fff;
    border-right: 20px solid transparent;
}
.timeline-text > h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #333;
    line-height: 1.4;
}

.timeline-text {
    background-color: #fff;
    padding: 30px;
    border-top: 0;
    box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.8);
}

.timeline-content .timeline-text{
  background: #1D3752;
}

.timeline-content .timeline-text h3{
  color: #fff;
   font-size: 18px;

  margin-bottom: 0;
}
.timeline-content .timeline-text h2{
  color: #9fff40;
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}
/* ===== Our process-timeline close =====*/

/* ==== Contact us ==== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins" , sans-serif;
}

.contactus-section{
    background: #f8fff2;
    padding:50px 0;
    }

.contactus-container {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  padding:15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.contactus-container .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contactus-container .content .left-side{
  width: 35%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border-right:1px solid #ddd;
  padding:0 40px 0 0;
}
/*.content .left-side::before{
  content: '';
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
 transform: translateY(-50%);
  background: #afafb6;
}*/
.content .left-side .details{
  margin: 10px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 20px;
}
.content .left-side .details:last-child{
  border:none;
}
.content .left-side .details i{
  font-size: 30px;
  color: #1D3752;
  margin-bottom: 10px;
}
.content .left-side .details .topic{
  font-size: 18px;
  font-weight: 500;
}
.content .left-side .details .text-one,
.content .left-side .details .text-two{
 font-size: 16px;
    color: #888
}
.container .content .right-side{
  width: 60%;
}
.content .right-side .topic-text{
  font-size: 23px;
  font-weight: 600;
  color: #1D3752;
  margin-bottom: 20px;
}
.right-side .input-box{
  height: 50px;
  width: 100%;
  margin: 20px 0;
}
.right-side .input-box input,
.right-side .input-box textarea{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #F0F1F8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.right-side .message-box{
  min-height: 110px;
}
.right-side .input-box textarea{
  padding-top: 6px;
}
.right-side .button{
  display: inline-block;
  margin-top: 12px;
}
.right-side .button input[type="submit"]{
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #1D3752;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button input[type="submit"]:hover{
  background: #5029bc;
}

.contactBanner{ width: 450px; height: 450px; margin-left: 100px; }

@media (max-width: 950px) {
  .container{
    width: 100%;
    padding: 0px 40px 0px 35px ;
  }
  .container .content .right-side{
   width: 100%;
   margin-left: 55px;
}
}

@media (max-width: 820px) {
  .container{
    /*margin: 40px 0;*/
    height: 100%;
  }
  .container .content{
    flex-direction: column-reverse;
  }
 .container .content .left-side{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;
   
 }
 .container .content .left-side::before{
   display: none;
 }
 .container .content .right-side{
   width: 100%;
   margin-left: 0;
 }
}
/* ==== Contactus close ===== */


/* ==== Information container ===== */
.info-container {
 float: left;
  width: 100%;
  background-color:#f8fff2 ;
  padding: 50px;
}

.info-container h1 {
font-weight: 600;
font-size: 30px;
text-align: center;
color: #1D3752;
}

.info-container .bannerbutton {
  webkit-animation-duration: 1s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.4s;
  background-color: #178CCB;
}

.info-container .buttondiv {
  text-align: center;
}
/* ==== Information container close ===== */



.contact-banner-section h1{
      margin-top: 30%;
}
.contact-banner-section{
  float:none;
}

.aboutus{
  float:left;
  width:100%;
}
.ourservices{
  float:left;
  width:100%;
}


.aboutusimg{ width: 450px; height: 450px; }
.home-banner{ margin-top: 90px; }

/*========================================*/

@media (max-width: 991px) { 

    header .item .cover .header-content h1{ font-size: 24px; }
  header .item .cover .header-content h2{ font-size: 20px; }

  .navbar-toggler-icon i{ font-size: 40px; }
  .services-box{ height: auto; }
  .advantages-section{ margin-top: 50px; }
  .services-banner-section h1{ font-size: 30px; }
    .services-banner-section h1{ margin-top: 20%; }

    .customized_service h5{ font-size: 14px; line-height: 24px;}
    .customized_service h3{ font-size: 20px;margin: 20px 0 24px; }
     .ourservices p{ font-size: 14px; line-height: 25px; }
         .timeline-content .timeline-text h2{ font-size: 20px; }
    .timeline-content .timeline-text h3{ font-size: 14px; }
    .info-container h1{ font-size: 20px; }
    .home-banner{ margin-top: 50px; text-align:center;  }
    .home-banner h1{ text-align:center; }
    svg{ height: auto !important; }

    /*.section-title>h3::before, .section-title>h3::after{ display: none;  }*/
    .contactBanner{ max-width: 450px; height: auto; margin-left: 50px; margin-top: 100px; width: 100%; }
    .contact-banner-section h1{ margin-top: 70%; }
    .contactus-container .content .left-side{ border-right: 0px; }
    .aboutus h4{ width: 100%; margin: 0px; font-size: 14px; line-height: 24px; }
    .Abouttext{ display: block; }
    .aboutus h5{ font-size: 14px; line-height: 25px; }
    .about-banner-section h1{ font-size: 30px; margin-top: 50%; }
    .aboutusimg{ max-width: 450px; height: 300px; width: 100%; }
    .content .left-side .details .text-one, .content .left-side .details .text-two{ font-size: 14px; }
    .contactus-container .content .left-side{ padding: 0px; }
    .linkarrow{
      width: 100px;
    height: 40px;
    position: relative;
    right: 0;
    margin: auto;
    margin: 20px auto;
    top: 0; 
    }
    header .item .heroimg{ width:100%; margin-top:20px; }
    .bannerbutton {
    margin-top: 15px;
    }
    .advantages-section .advantages-box {
    padding: 20px;
    height: auto;
    }
    .mb-4, .my-4{
    margin-bottom: 0px !important;
    }
    .testimonial {
    min-height: auto;
    }
    .footer-text p {
    margin-top: 0px;
    font-size: 14px;
}

 }

@media (max-width: 767px) { 
  .home-banner{ margin-top:80px; }
  .services-box h3{ display: block; font-size: 20px; }
  .services-box{ 
        display: block;
        align-items: normal;
        position: relative;
        padding: 15px;
        text-align: center;
     }

  .contact-banner-section h1{ margin-top: 90% !important; }
  .navbar-brand img{ width: 160px; }
   .navbar-toggler-icon i {  font-size: 30px; }
   .main-slider h1{ margin-top: 150px; }
   .section-title h3{ font-size: 22px; }
   .about p{ font-size: 16px; }
   .about .container-box{ padding: 30px 15px; }
   .bannerbutton{ font-size: 12px; padding: 5px; }
   .services-box .iconimage, .services-box .iconimage2{  margin: 20px auto; }
   .services-box .Content{ width: 100%; padding: 10px; }
   .services-box h3 { display: block;  font-size: 16px;}
   .services-box p{ font-size: 14px; }
   .iconimage2{ height: 140px; }
   .services-bg{ position: relative; }
   .advantages-section{ margin-top: 0px; padding: 20px 0px; }
   .advantages-section .advantages-box p{ font-size: 14px; }
   .advantages-section .advantages-box h5{ font-size: 18px; }
   .testimonial4_slide { padding: 15px; width: 80%;  }
   .testimonial4_slide p{ font-size: 14px; }
  .container {   padding: 0px 15px;     position: relative;}
  .testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 15px;  height: 15px;}
    .testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 15px; height: 15px;}
    .testimonial4_slide h4{ font-size: 16px; }
    .heading{ font-size: 20px; }
    .testimonial .carousel{ padding: 10px 0px; }
    .about{ margin: 20px 0px; }
    .cta-text span, .footer-widget ul li a{ font-size: 14px; }
    .navbar-nav li a, .cta-text h4{ font-size: 16px; }
    .single-cta i{ font-size: 20px; }
    .footer-content{ padding: 20px 0px !important; }
    .footer-logo img {  max-width: 150px; margin-bottom: 5px;}
    .footer-widget-heading h3{ margin-bottom: 30px; }
    .footer-widget ul li{ margin-bottom: 5px; }
    .footer-widget-heading h3{ margin-top: 10px; }
    .aboutus h4{ width: 100%; display: block; margin-bottom: 15px; }
    .Abouttext{ display: block;padding: 15px; margin:40px 0; }
.services-advantages-section .advantages-box{
  padding:20px;
  height:auto;
}
.right-side .button {
    width: 100%;
    text-align: center;
}
   .footer-section{
    margin-top:30px;
   }
   .services-banner-section {
    min-height: 250px;
  }

    .sin-timeline::after{ display: none; }
    .sin-timeline::before{ display: none; }
    .sin-timeline:nth-child(2n+1) .timeline-content{ padding-left: 10px; }
    .sin-timeline:nth-child(2n) .timeline-content{ padding-right: 10px; }
    .sin-timeline:nth-child(2n){ margin-top: 20px; }
    .sin-timeline{ margin-top: 20px; }
   
    
    .sin-timeline:nth-child(2n+1) .timeline-content{ padding-left: 0px; }
    .sin-timeline:nth-child(2n) .timeline-content{ padding-right: 0px; }
    .timeline-img::before, .sin-timeline:nth-child(2n) .timeline-img::before{ display: none; }
    .info-container{ padding: 20px; }
    .ourservices p{ padding: 10px; }
    
    .services-banner-section h1{ margin-top: 15%; }

    .about-banner-section{ min-height: 250px; }
    .contactBanner{ margin: 50% 0px 0px 0px; }
    .contactus-container{ padding: 10px; }
    .about-banner-section h1 { font-size: 25px; }
    .content .right-side .topic-text{ font-size: 18px; }
    .contactus-container p, .right-side .input-box input, .right-side .input-box textarea{ font-size: 14px; }
} 


@media (min-width: 991px) { 

.navbar{
  padding:0;
  }
}


.body-message h4{
  text-align: center;
  font-size: 24px;
  margin:20px 0 40px;
  color:#178CCB;
}