body {
  font-family: "inter", sans-serif;
  color: #444444;
  background: #2F2A61;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "inter", sans-serif;
}

h2 {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
}

h4 {
  color: #E55C64;
  font-weight: 400;
}

p {
  color: #fff;

}

a:hover {
  color: #ffffff;
}

/*-------------------Header start--------------------------*/
#header {
  height: 90px;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(25, 23, 21, 0.851);
  display: flex;
  align-items: center;
  position: fixed;
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  top: 0;
  background: rgba(33, 33, 71, 0.8);
  height: 80px;
}

#header.header-scrolled  .logo img{
  height: 40px;
  margin-top: -10px;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  height: 50px;
}

.container.sub-top {
  display: flex;
  align-items: center;
}

/*-------------reachus button Menu---------*/
.reachus-btn {
  background: #E55C64;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
  box-shadow: 0px 3px 6px #00000012;
  opacity: 1;
  text-decoration: none;
}

.reachus-btn a:hover {
  background: #f15b15;
  color: #fff;
}

@media (max-width: 992px) {
  .reachus-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
    letter-spacing: 1px;
  }
}


/*----------------------------Navigation Menu--------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 30px;
  font-size: 18px;
  font-weight: 300;
  color: white;
  transition: 0.9s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #E55C64;
}

.logo {
  margin-right: auto;
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  z-index: 999;
}


.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(16, 14, 41, 0.9);
  transition: 0.9s;
  z-index: 0;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block !important;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  overflow-y: auto;
  transition: 0.9s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
  justify-content: center;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ffb03b;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}




/*---------------------Hero Section start-----------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(39, 37, 34, 0.8);
  overflow: hidden;
  padding: 0;
  margin-bottom: 100px;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-container::before {
  content: "";
  background-color: rgba(12, 11, 10, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 75px;
  font-weight: 700;
}

#hero p {
  margin: 30px 0px;
  color: #fff;
  font-size: 20px;
}


#hero .btn-reach {
  font-size: 22px;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  background-color: #E55C64;
}

#hero .btn-reach-us {
  font-size: 22px;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 0 10px;
  color: #fff;
  border: 1px solid #ffffff;
}

#hero #hero .btn-reach-us:hover {
  background: #ffb03b;
  color: #fff;
}


/*---------------------Hero Section end-----------------------*/


/*---------------------home abouts Section start-----------------------*/

.common-heading {
  margin-bottom: 20px;
}

.common-heading h1 {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.common-heading h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.common-heading h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}

.common-heading.text-center {
  margin-bottom: 50px;
}

#about {
  margin-bottom: 100px;
}


#about p {
  text-align: center;
}


/*---------Home page abt  service-sec start--------------*/

.abt-sub-sec {
  width: 100%;
  padding: 60px 0;
}

.abt-sub-icon-box img {
  width: 70%;
}

.abt-sub-sec-heading {
  text-align: center;
  padding-bottom: 30px;
}

.abt-sub-inner-box {
  padding: 20px;
  border-radius: 10px;
  transition: 1s;
  border: 1px solid #C7C7C7;
}

.abt-sub-icon-box {
  background-color: #E55C64;
  width: 93px;
  height: 93px;
  line-height: 25px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.abt-sub-sec h3 {
  font-size: 23px;
  color: #00244D;
  font-weight: 600;
  text-align: center;
  margin: 20px 0px;
}

.abt-sub-sec p {
  font-size: 16px;
  font-weight: 300;
}

.btn-service {
  font-size: 22px;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  background-color: #E55C64;
}

.abt-sub-btn {
  margin-top: 40px;
  text-align: center;
}

/*---------Home page abt  service-sec end--------------*/


/*---------Home page wwr-sec start--------------*/

.wwr-sec {
  width: 100%;
  margin-bottom: 100px;
  padding: 60px 0;
  background-image: url(../img/wwr-sec-img.png);
  background-position: center;
  position: relative;
}

.wwr-sec-heading {
  text-align: center;
  padding-bottom: 30px;
  z-index: 10000;
  color: #ffffff;
}

.wwr-inner-box {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 25px;
  transition: 1s;
  position: relative;
  z-index: 1000;
}


/* .wwr-icon-box {
  width: 93px;
  height: 93px;
  line-height: 25px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
} */

.wwr-sec h3 {
  font-size: 23px;
  color: #ffffff;
  margin-bottom: 14px;
  font-weight: 600;
}

.wwr-sec p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 32px;
  font-weight: 300;
}

section.wwr-sec::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #00244D;
  inset: 0;
  opacity: 0.74;
}

.wwr-sec-heading h2 {
  color: #ffffff !important;
}

/*---------Home page wwr-sec end--------------*/


/*---------Home page principles-sec start--------------*/

.Principles-sec {
  width: 100%;
  margin-bottom: 100px;
  padding: 60px 0;
}


.Principles-sec-heading {
  text-align: center;
  padding-bottom: 30px;
}

.Principles-inner-box {
  transition: 1s;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Principles-icon-box {
  width: 100px;
  height: 100px;
  line-height: 25px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E55C64;
  margin-bottom: 20px;
}

.Principles-icon-box img {
  width: 60px !important;
}


.Principles-sec h3 {
  font-size: 23px;
  color: #00244D;
  font-weight: 600;
  margin: 20px 0px;
}

.Principles-sec p {
  font-size: 16px;
  font-weight: 300;
}

.btn-service {
  font-size: 22px;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  background-color: #E55C64;
}

.Principles-btn {
  margin-top: 40px;
  text-align: center;
}

p.principle {
  line-height: 30px;
}

/*---------Home page principles-sec end--------------*/


/*--------Team Section----------------*/


#blog-sec .blogCard {
  margin-bottom: 20px;
  background: #24213F;
  color: #fff;
}

#blog-sec .blogCard .pic {
  margin-bottom: 15px;
  overflow: hidden;
}

#blog-sec .blogCard .pic img {
  width: 100%;
}

#blog-sec .blogCard .blogContent {
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  min-height: 200px;
}


.blogContent h3{
  font-size: 20px;
}


#blog-sec .blogCard h4 {
  font-weight: 700;
  margin-bottom: 2px;
}

#blog-sec .blogCard .social {
  margin-top: 15px;
}

#blog-sec .blogCard .social a {
  color: #b3b3b3;
}

.readMore{
  text-align: right;
  margin-top: auto;
}

.readMore a i{
  color: #E55C64;
}


.readMore a:hover i{
  color: #fff;
}

/*--------Team Section----------------*/



/* logo Section
--------------------------------*/
section#logo-sec {
  padding: 100px 0px;
  background: #F8F8F8;
}

#logo-sec .outer-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
}




/* ----------home footer section Starts------------ */
.footer {
  background-color: #100E29;
  width: 100%;
  height: auto;
  padding: 20px 0;
}

.footer h2 {
  font-size: 28px;
  font-weight: 500;
  color: #FAFAFA;
}

.footer img {
  margin-bottom: 20px;
}

.footer-aboutus-sec p {
  color: #BDC2CB;
  font-size: 14px;
  font-weight: 200;
}

.footer-aboutus-sec,
.footer-Links-sec,
.footer-cu-sec {
  margin-bottom: 30px;
}

.footer-Links-sec ul li {
  list-style-type: none;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 14px;
  padding: 0;
  font-weight: 200;
}

.footer-Links-sec ul {
  padding: 0;
}

.footer hr {
  color: #ffffff;
}

.footer-cu-sec address {
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 200;
}

.footer-cu-sec p {
  color: #BDC2CB;
  margin-bottom: 23px;
  font-weight: 200;
}

.footer-cu-sec-align,
.footer-Links-sec-align {
  display: flex;
  justify-content: center;
}



.copy-rights {
  color: #ffffff;
  font-size: 14px;
}

.copy-rights p {
  text-align: center;
  margin-bottom: 0;
}

.footer-bt-sec {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #ffffff;
}

.footer-bt-sec p {
  margin-bottom: 0;
  text-align: end;
  color: #ffffff;
  font-weight: 200;
}


.footer a {
  text-decoration: none;
  position: relative;
  color: #ffffff;
  transition: 0.5s;
}

.footer a:hover {
  text-decoration: none;
  position: relative;
  color: #fff;
}

.social-links {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.social-links a {
  font-size: 21px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  color: #ffffff;
  text-decoration: none;
}


/* ----------home footer section ends------------ */





/* ----------Aboutus-page-sec-start ------------ */

header#sub-header {
  background: #191715d9;
  padding: 10px;
}

#about-us {
  margin: 100px 0px;
}

#about-us p {
  text-align: center;
}

.abt-image img {
  width: 100%;
}

.sub-abt-sec {
  margin: 50px 0px;
}



.Workflow-sec {
  width: 100%;
  margin-bottom: 100px;
}

.Workflow-icon-box img {
  width: 70%;
}

.Workflow-sec-heading {
  text-align: center;
  padding-bottom: 30px;
}

.Workflow-inner-box {
  padding: 20px;
  border-radius: 10px;
  transition: 1s;

}

.Workflow-sec h3 {
  font-size: 23px;
  color: #00244D;
  font-weight: 600;
  margin: 20px 0px;
}

.Workflow-sec p {
  font-size: 16px;
  font-weight: 300;
}





#client-sec {
  background: #2B2859;
}

#client-sec .outer-box {
  background-color: #24213F;
  padding: 20px;
  position: relative;

}

#client-sec .inner-content-sec {
  display: flex;
  align-items: center;
  justify-content: center;
}

#client-sec img.testim-profile {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 20px;
}

#client-sec .outer-box img{
  width: auto;
}



/*================Services-page-starts====================  */

#services-sec .outer-box {
  background-color: #24213F;
  padding: 40px 20px;
  position: relative;
  border-radius: 5px;
}

#services-sec .outer-box:hover{
  background-color: #1b1644;

}


#services-sec .outer-box p {
  margin-bottom: 0px;
  text-align: center;
}

#services-sec .outer-box a {
  text-decoration: none;
}


#services-sec img {
  width: 100%;
}

#services-sec h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 20px 0;
  text-align: center;
}

/*================Services-page-ends====================  */








/*================button-Start====================  */
.common-contact-sec {
  background-color: #E55C64;
  padding: 44px 0px;
}

.common-contact-sec .custom-container {
  padding: 0px;
}

.common-contact-content h5 {
  font-weight: 700;
  color: #00244D;
}

.common-container-sec {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.custom-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.reachus-btn2 {
  background: #Fff;
  color: #E55C64;
  border-radius: 5px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
  box-shadow: 0px 3px 6px #00000012;
  opacity: 1;
  text-decoration: none;
}

.common-contact-content p {
  margin-bottom: 0px;
  font-size: 24px;
  color: #ffffff;
}

/*================button-End====================  */


#contactus-sec .Left-sec {
  padding: 40px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3);
}

#contactus-sec .common-heading span {
  margin-bottom: 20px;
}

#contactus-sec .right-sec {
  border-radius: 5px;
  padding: 20px;


}

.form-control {
  padding: 0.5rem 0.75rem;
  border-radius: 3px;
  border:solid 1px rgba(255, 255, 255, 0.5) ;
  background-color: transparent;
  color:rgba(255, 255, 255, 1) ;
}
.form-control:focus{
  background-color: transparent;
  border:solid 1px rgba(255, 255, 255, 1) ;
  color:rgba(255, 255, 255, 0.5) ;
}
.form-control::placeholder{
  color:rgba(255, 255, 255, 0.7) ;
}

textarea.form-control{
  height: 100px !important;
}


.form-label {
  font-size: 14px;
}

#contactus-sec .right-sec p {
  color: #ffffff;
}

#contactus-sec .right-sec h4 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 24px;
}

#contactus-sec .right-sec h5 {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}



#contactus-sec .right-sec p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}

#contactus-sec .right-sec address {
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
}

#contactus-sec .followus-sec h5 {
  margin-bottom: 20px;
}

.map-sec iframe {
  width: 100%;
  height: 500px;
}


.social-links i {
  color: #BDC2CB;
}

button.btn.contact-btn {
  background-color: #E55C64;
  color: #ffffff;
  padding: 12px 30px;
  border: none;
  transition: 1s;
  border-radius: 50px;
  margin-top: 20px;
}
.explainVideo{
  max-width: 100%;
  height: 600px;
  margin: auto;
}

#mainBanner{
  padding-top: 0px;
  background: radial-gradient(65.67% 324% at 78.16% 78.08%, #2E2D71 0%, #731D25 0%, #3D3893 0%, #302B63 55.02%, #222247 100%)
}

#mainBanner .owl-theme .owl-nav{
  margin: 0;
  height: 0;
}



.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.owl-carousel .owl-prev {
  left: -70px;
}
.owl-carousel .owl-next {
  right: -70px;
}

.owl-theme .owl-nav{
  position: absolute;
  top: calc(50% - 50px);
  width: 100%;
}

.owl-theme .owl-nav [class*=owl-] {
  background: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: absolute;
}


.owl-theme .owl-nav [class*=owl-]:hover{
  background: #fff;
}



#mainBanner h1{
  color: #fff;
  font-weight: 600;
}

#mainBanner h1 span{
  color: #E55C64;
}

.bannerRight{
  position: absolute;
  z-index: 99;
  left: 60%;
  top: 30%;
  max-width: 500px;
}

#mainBanner .carousel-content{
  /* max-width: 450px; */
  margin-left: auto;
}

#mainBanner .owl-carousel .owl-prev {
  left: 20px;
}
#mainBanner .owl-carousel .owl-next {
  right: 20px;
}



#mainBanner .carousel-content p{
  padding: 20px 0;
  color: #fff;
}

#mainBanner .owl-dots{
  position: absolute;
    z-index: 9999;
    bottom: 20px;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot span{
  width: 40px;
  height: 6px;
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #E55C64;
}

.owl-theme .owl-dots .owl-dot span{
  background: rgba(255,255,255,0.5);
}

.btn{
  box-shadow:none;
  display: inline-flex;
  padding: 0.5rem 1.5rem;
}

.btn-primary{
  background-color: #E55C64;
    border-color: #E55C64;
}

.btn-primary:hover, .btn-check:focus+.btn-primary, .btn-primary:focus {
  background-color: #cc4851;
  border-color: #cc4851;
  box-shadow:none
}

img.btnIcon{
  width: 18px !important;
  margin-left: 10px;
}


.btn-outline{
  background:none;
  border-color: #fff;
  color: #fff;
}

.btn-outline:hover{
  color: #fff;
}

.navbar li:last-child a{
  padding-right: 0;
}

section{
  padding: 80px 0;
}

.owl-theme .owl-nav.disabled+.owl-dots{
  margin-top: 30px;
}

.owlLeftArrow{
  background: url(../img/redLeftArrow.svg) no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}


.owlRightArrow{
  background: url(../img/redRightArrow.svg) no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

.w-80{
  width: 80%;
}

.w-60{
  width: 60%;
}


ul.servicesList{
  margin: 0;
  padding: 0;
}

ul.servicesList li{
  color: #fff;
  list-style: none;
  border: #fff solid 1px;
  padding: 10px;
  border-radius: 5px;;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 45%;
  float: left;
  font-size: 14px;
  /* list-style-image: url(../img/listIcon.png);
  list-style-position: inside; */
  background:url(../img/listIcon.png) no-repeat 10px center;
  padding-left: 40px;
}

ul.servicesList li a{
  color: #fff;
  text-decoration: none;
}

ul.servicesList li a:hover{
  color: #E55C64;
}



#video-sec{
  background: url(../img/videoBg.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
}

#contactus-sec{
  background: url(../img/footerBg.png) no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.flex{
  display: flex;
}

span.cont_icon {
  margin-right: 20px;
}

a.email{
  color: #fff;
  text-decoration: none;
}

a.email:hover{
  color: #E55C64;
}

.add_row{
  border-bottom:rgba(255,255,255,0.3) solid 1px;
  margin-bottom: 20px;
}

.submitBtn{
  width: 100%;
  justify-content: center;
}

.socialIcon{
  text-align: right;
  color: #fff;
}

.socialIcon a{
  padding: 5px 10px;
}

.socialIcon i{
  font-size: 18px;
}

.socialIcon a:hover{
  color: #E55C64;
}

.form-floating>.form-control, .form-floating>.form-select{
  height: calc(3rem + 2px);
}

.form-floating>label{
  padding: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}


section#mainBanner{
  padding-bottom: 0;
}




#nav-icon1 {
  width: 40px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #E55C64;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 15px;
}

#nav-icon1 span:nth-child(3) {
  top: 30px;
}

#nav-icon1.menuOpen span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.menuOpen span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.menuOpen span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.navbar-mobile{
  display: none;
}

#solutions-sec{
  background: #2B2859;
}

#servicesBanner-sec{
  margin-top: 100px;
  background: url(../img/serviceBanner.png) no-repeat center top;
  background-size: cover;
  padding: 40px 0 !important;
}

#servicesBanner-sec .common-heading.text-center{
  margin-bottom: 0;
}
.sBanner{
  text-align: left;
}


.servicesOrder1 .sBanner{
  text-align: right;
}


#servicesBanner-sec .common-heading h1 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  color: #fff;
  margin-bottom: 0;
}

.servicesBlock p{
  text-align: justify;
}

.servicesBlock h2{
  font-size: 25px;
  color: #E55C64;
}


.linkReadMore, .linkClose{color: #E55C64; cursor: pointer; font-weight: 300; font-size: 14px;}


.linkReadMore::after{
  position: relative;
  content: ">>";
}

.linkClose::after{
  position: relative;
  content: ">>";
}



.linkReadMore:hover, .linkClose:hover{
  text-decoration: underline;
}

.readmorelong {
  display: none;
}

.servicesPage section{
  padding: 80px 0 !important;
}


.servicesPage section.footer{
  padding: 20px 0 !important;
}


#about-sec{
  padding: 80px 0;
}

.bannerLeft img{
  height: 600px;
  object-fit: cover;
}

.mobBanner{
  display: none !important;
}

.sBanner img{
  max-width: 520px;
  border-radius: 10px;
  margin-top: 20px;
  width: 100%;
}

.sContent h3{
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}

#about-sec img{
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
}





.blog-detail  .blog-info img {
  overflow: hidden;
  width: 100%;
  display: block;
  margin-bottom:0px;
  position:relative;
}

.blog-detail .blog-info .blogcall {
  padding:10px 0;
  display: block;
color: #fff;

}

.blog-detail .blog-info  h4 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 20px;

}
.blog-detail  .dates{
	margin:20px 0;
	font-size:20px;
	position: relative;
bottom: 65px;
z-index: 9999;
left: 20px;
background: #ffcc00;
padding: 5px 20px;

}
.blog-link{
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding: 0;
	border-radius: 5px;
	transition: 0.5s;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
	}

.blog-link ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	color:#fff;
	padding-bottom:20px;
}
.blog-link  li {
   margin:5px 20px;
   padding:10px 15px;

}
.blog-link a {
   font-size:16px;
   font-weight:400;
   color: #fff;
   text-decoration: none;
}
.blog-link a:hover {
  color:#E55C64;
}
.blog-link h4 {
  font-size:20px;
  margin:5px 20px;
   padding:15px 15px;
   text-transform: uppercase;
}

.blog-detail .blog-info{
	border-bottom: #f7f7f7 solid 1px;
	margin-bottom: 80px;
  padding-bottom: 50px;
}


input.error, textarea.error {
	border:1px solid #E55C64;
}

.done {
  display: none;
}