/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html,body{
width:100%;
/*overflow-x:hidden;
*/margin:0px;
}

a:hover {
  color: #ffc732;
  text-decoration: none;
}
body {
   /* font-family: "Open Sans", sans-serif;*/
    color: #444444;
    font-family: "Raleway-Bold";
}

body::-webkit-scrollbar{
    display: none;
  }

  section::-webkit-scrollbar{
    display: none;
  }
  
a {
    color:#FFF;
    text-decoration: none;
}

a:hover {
    color: #813E98;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
/*    font-family: ;
*/
    font-family: 'Fira Sans';
}

p{
   font-family: "Raleway-Bold"; 
font-size: 20px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 43px;
    bottom: 77px;
    z-index: 996;
    background: #20ccdd;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
    overflow-x:hidden;

}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #fc7c1f;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

   @media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1329px;
   }

}
/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}



#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background: #fff;
  height: 87px
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 78px;
margin: -12px 141px 0px 12px;
}
@media (max-width: 492px) {
  
  #header .logo img {
  max-height: 78px;
  margin: -12px 141px 0px 0px;

    }

#header {
  height: 71px
}
}


/*--------------------------------------------------------------
# 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: 10px 0 10px 13px;
  font-size: 18px;
  font-weight: 500;
  color:black;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  margin: 15px 0px 0px 0px;
}

.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: #47b2e4;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #20ccdd;
  font-size: 14px;
  border: 2px solid #47b2e4;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;

}
.navbar .getstarted  a:hover,
.navbar .getstarted a:focus:hover {
  color: #fff;
/*  background: #31a9e1;
*/}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 2px 20px;
  font-size: 18px;
  text-transform: none;
  font-weight: 500;
  color: black;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: black;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #6980F0;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
#header {
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    top: 20px;
    overflow-x:hidden;
    

}

#header .header-container {
    background: #00000069;
    margin: 73px 0px 0px 239px;
    padding: 1px 0px 3px 0px;
    position: fixed;
}

.fixed-top {
    position: fixed;
    top: 32px;
    right: 2px;
    z-index: 1030;
}

#header.header-scrolled {
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    top: -18px;
}

#header .logo {
    overflow: hidden;
    padding: 16px 30px 12px 30px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

#header .logo-image {
    position: fixed;
    border-radius: 60%;
    overflow: visible;
    margin: 3px 0px 0px -293px;
    padding: 3px 0px 0px 87px;
}

#header .d-none {
    width: 33%;
}

@media (max-width: 457px) {
    #header .logo-image {
        border-radius: 60%;
        overflow: visible;
        margin: -20px -35px -26px 29px;
        width: 10px;
    }
}
*/

/* when screen is less than 600px wide
   show mobile version and hide desktop */

/*@media (max-width: 600px) {
    .logo-image .desktop {
        display: block;
    }
}

@media (max-width: 992px) {
    #header {
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        top: 0;
        background: #00000069;
    }
    #header.header-scrolled {
        background: #fff;
    }
}

@media screen and (min-width: 1024px) {
    #header .header-container {
        background: #00000069;
        margin: 73px 0px 0px 307px;
        padding: 1px 0px 3px 0px;
        position: fixed;
        width: 383px
    }
}

@media (max-width: 992px) {
    #header .header-container {
        background: #fff;
        margin: 21px 13px 6px 3px;
        padding: 44px 617px 12px 3px;
        height: 107px;
    }
}

#header .logo {
    padding-left: 0;
}

#header .logo h1 {
    font-size: 24px;
}
*/
/*@media screen and (min-width: 1024px) {
      
    #header .header-container {
        background: #FFFF;
        margin: 26px 54px -22px 0px;
        padding: 2px 0px 3px 304px;
        position: fixed;
        width: 1583px;
    }
}

.navbar {
    padding: 0;
    margin: 41px -40px 3px 214px;
}

@media (max-width: 575px) {
    .navbar {
        padding: 0;
        width: 349px;
    }
}

.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;
    color: #020202;
    transition: 0.3s;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Exo";
    white-space: nowrap;
    transition: 0.3s;
    margin:-10px -37px 8px 40px;
}

.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: #20ccdd;
}

.navbar .getstarted,
.navbar .getstarted:focus {
    background: #20ccdd;
    padding: 9px 25px;
    margin-left: 66px;
    margin-right: 30px;
    border-radius: 5px;
    color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff;
    background: #00b383;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    width: 333px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
    font-weight: 500;
    color: #0e0e0e;
}

.navbar .dropdown ul a i {
    font-size: 12px;
    color: #0e0e0e;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #1f2020;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

*/
/*** Mobile Navigation */

/*.mobile-nav-toggle {
    color: rgb(14, 13, 13);
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
        margin: -100px -48px -174px 335px;
        font-size: 35px;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: white;
    transition: 0.3s;
    margin: 0px;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 800px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    background-color: #6980F0;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #36343a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #009970;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #009970;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

.text-start1 {
    color: white;
    margin-top: 22% !important;
}*/
/*........................#hero.................*/


#hero h2 {
margin: 175px 0px 0px 32px;
color: #813E98;
/*font-family: 'Markazi Text';
font-style: normal;*/
font-weight: 400;
font-size: 53px;
}

#hero h1 {
    margin: 175px 0px 0px 104px;
    color: #813E98;
    /*font-family: 'Markazi Text';
    font-style: normal;*/
    font-weight: 400;
    font-size: 58px;
}

#hero p {
    content: justify;
    margin:23px 539px 28px 37px;
    font-size: 20px;
   /* font-family: 'Markazi Text';
    font-style: normal;*/
    color: #363636;
    text-align: justify;

}

#hero button {
    margin: -110px 0px 0px 105px;
    width: 152px;
    background: #6980F0;
    height: 54px;
    transition: all 0.3s;
    z-index: -1;
}

#hero button:hover  {
  background-color:#813E98;
  color: #fff;
}
#hero button:hover::after  {
  background-color:#813E98;
  color: #fff;
}
#hero img 
{
 margin: -513px -208px 7px 773px;
height: 549px;
position: absolute;
}



@media (max-width: 492px) {
    #hero p {
        margin: -333px 26px 347px 41px;
        font-size: 20px;
        text-align: justify;
    }
    #hero h2 {
        margin: 320px 26px 346px 37px;
        font-size: 1PX;
    }
    #hero .circle {
        position: absolute;
        border-radius: 50%;
        padding: 154px;
        margin: -1073px 57px 0px 114px;
    }
    #hero button {
    margin: -619px 0px 0px 105px;
    border-radius: 8px;
    width: 152px;
    background: #6980F0;
    height: 54px;
}
   #hero img {

 margin: -1668px -122px -87px 62px;
 height: 356px;
 background-size: cover;
 padding: 14px;
 width: 352px;
 position: absolute;

}
   #hero .img1 {

 margin: -1490px -121px -48px 62px;
 height: 356px;
 background-size: cover;
 padding: 14px;
 width: 352px;
 position: absolute;

}
#hero .img2 {

 margin: -1308px -122px -87px 62px;
 height: 356px;
 background-size: cover;
 padding: 14px;
 width: 352px;
 position: absolute;

}
}


@media screen(min-width: 1400px) and (max-width : 1900px) {
    /* Laptop */
    #header p {
        background: #FFFF;
        margin: 26px 54px -22px 0px;
        padding: 2px 0px 3px 304px;
        position: fixed;
        width: 1583px;
    }

    #hero img {
     margin:-647px -208px 7px 865px;
     height: 634px;
     position: absolute;
 }
}



/*.................services end...........*/
/*.................why choose us...........*/


#feature p {

   /*color: white;
    font-size: 28px;
    margin: -377px 90px 410px 508px;
    Font-family: Roboto;
    Font-style: Regular;
    line-height: 33px;
    text-align: justify;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 400;*/
    position: absolute;
    width: 923px;
    height: 473px;
    left: 230px;
    top: 1189px;
  /*font-family: 'Gill Sans MT';
    font-style: normal;*/
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: justify;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#features .icon-box {
    margin: 192px 0px 118px -144px;
    background-color: #6980F0;
    height: 523px;
    width: 1584px;
}

#features h1 {

    margin: -580px 90px 410px 500px;
    color: white;
    font-size: 41px;
   /* Font-family: Gill Sans MT;
    Font-style: Regular;*/
    font-weight: 400;
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    line-height: 42px;
}

   #features p {
   color: white;
   font-size: 20px;
   margin: -551px 90px 410px 96px;
   /*Font-family: Roboto;
   Font-style: Regular;*/
   line-height:33px;
   text-align: justify;
   text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
   font-weight: 400;
   line-height: 42px;
}

#features button {
margin: -663px 122px 83px 688px;
width: 141px;
/*border-radius: 10px 10px 10px 10px;*/
height: 48px;
background: white;
color: #4D60C1;
}

#features .button1 {
 margin:-747px 0px 0px -444px;
 width: 141px; 
 border-radius: 10px 10px 10px 10px;
 height: 48px;
 background: white;
 color: #4D60C1;
}

#features button:hover  {
  background-color:#6980F0;
  color: #fff;
}

#features .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@media screen and (max-width: 900px) {
  #features .img-fluid {
 margin:-555px -208px 7px -248px; 
 height: 643px;
 position: absolute;
 max-width: 153%;
 padding: 322px;
}

#features .icon-box {

margin: 192px 0px 172px -144px;
background-color: #6980F0;
height: 647px;
width: 544px;

}

#features p {
  color: white;
  font-size: 20px;
  margin: -650px 7px 404px -5px;
/*Font-family: Roboto;
  Font-style: Regular;*/
  line-height: 30px;
  text-align: justify;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 400;
  margin: -781px -2px 211px 2px
}

#features h1 {
    margin: -820px -46px 670px -7px;
    color: white;
    font-size: 21px;
   /* Font-family: Gill Sans MT;
    Font-style: Regular;*/
    font-weight: 525;
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    line-height: 42px;
}

#features button {
margin: -663px 32px 78px 115px;
width: 126px;
/*border-radius: 10px 10px 10px 10px;
*/height: 44px;
background: white;
color: #4D60C1;
 }
}





/*..............why choose us end..............*/
/*...................service....................*/

#Service h1 {
    margin:-159px -56px 40px 48px;
    Font-size: 36px;
    line-height: 41px;
    color: #813E98;
}

#Service p {
    margin: -17px 503px 0px 48px;
/*  font-family: Gill Sans MT;
    font-style: Regular;*/
    font-size: 20px;
    letter-spacing: 0.04em;
    text-align: justify;
}

#Service button {
    margin:45px 0px 54px 54px;
    width: 170px;
    border-radius: 10px 10px 10px 10px;
    height: 48px;
    background: #4D60C1;
    color: white;
}

 @media screen and (max-width: 500px) {
  #Service p {
  margin: -18px -3px -12px 11px;
  /*font-family: Gill Sans MT;
  font-style: Regular;*/
  font-size: 17px;
  letter-spacing: 0.04em;
  padding: -21px;
}

#Service h1 {
    margin: -11px -56px 40px 59px;
    Font-size: 27px;
    line-height: 41px;
   
 } 
 #Service img {
 Font-size: 27px;
 line-height: 41px;
 padding: 281px;
 left: -845px;
   } 
 }

 #Services h1
 {
    margin:-180px -56px 40px 56px;
    Font-size: 36px;
    line-height: 41px;
    color: #813E98;
 }

#Services p {
    margin: -17px 503px 0px 51px;
  /*font-family: Gill Sans MT;
    font-style: Regular;*/
    font-size: 20px;
    letter-spacing: 0.04em;
    text-align: justify;
}

#Services button {
    margin:45px 0px 54px 53px;
    width: 170px;
    border-radius: 10px 10px 10px 10px;
    height: 48px;
    background: #4D60C1;
    color: white;
}
@media screen and (max-width: 500px) {
#Services p {
margin: -18px -3px -12px 11px;
/*font-family: Gill Sans MT;
font-style: Regular;*/
font-size: 17px;
letter-spacing: 0.04em;
padding: -21px;
}

#Services h1 {
   margin: -101px -56px 40px 59px;

    Font-size: 27px;
    line-height: 41px;
   
 } 
 #Services img {
Font-size: 27px;
line-height: 41px;
padding: 281px;
left: -845px;
   } 
 }


/*.........................service end.....................*/

/*.........................footer start.....................*/

#footer {
  font-size: 14px;
  background: #37517e;
}

#footer .footer-newsletter {
  padding: 50px 0;
/*  background: #f3f5fa;
*/  text-align: center;
  font-size: 15px;
  color: #f9f9f9;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-newsletter form {
 margin: 31px 0px 0px 98px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
  width: 378px;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #6980F0;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 25px;
  margin: 0 0 10px -117px;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 600;
  color: #ffff;
  font-family: "smoolthan";
  text-align: center;

}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "smoolthan";
  color: #FFFF;
}

#footer .footer-top h4 {
  font-size: 23px;
  font-weight: bold;
  color: #FFFF;
  position: relative;
  padding-bottom: 12px;
  font-family: "smoolthan";
  margin: 12px 0px 0px -38px;
}



#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links1 ul a {
  color: #FFF;
  transition: 0.3s;
  display: inline-block;
  line-height: 2;
  font-size: 18px;

}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;

}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #FFF;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 18px;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 500px) {
#footer {
  font-size: 17px;
  background: #37517e;
  width: 413px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links {
margin: 3px 0px -4px 295px;
}

#footer .footer-top .footer-links1 {
margin: -224px 17px 7px 172px;
  list-style: none;

}
#footer .footer-top .footer-links1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-contact h3 {
  font-size: 25px;
  margin: 0 0 10px -36px;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 600;
  color: #ffff;
  font-family: "smoolthan";
  text-align: center;

}
#footer .footer-top .footer-contact h5 {
  font-size: 25px;
  margin: 0 0 10px -59px;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 600;
  color: #ffff;
  font-family: "smoolthan";
  text-align: center;

}
#footer .footer-top .footer-contact h6 {
  font-size: 25px;
  margin: 2px 22px 2px 0px;
  padding: 2px 25px 2px 0;
  line-height: 1;
  font-weight: 600;
  color: #ffff;
  font-family: "smoolthan";
  text-align: center;

}
 #footer .mb-4
 {
    margin:0px 0px 0px 107px;
 }
}

/*.................... testimonial end  ..................*/

.featured-services .icon-box {
    
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 4px 35px rgba(41, 58, 143, 0.25);
  transition: all 0.3s ease-in-out;
  z-index: 1;
  margin: 291px 2px 41px 0px;
  height:331px;
  transform: skew(0deg, -6deg);
  border-bottom: 5px solid #6980F0;
  border-radius: 8px;
  box-sizing: content-box;
  padding-top: 15px;
  position: relative;
  overflow-x:hidden;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;

}

.featured-services .icon-box:after {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 width: 348px;
 height: 21px;
 border-top: 13px solid #fff;
 border-left: 142px solid transparent;
 border-right: 217px solid transparent;
 margin: 245px 141px 390px 0px;
}

.featured-services .icon-box:hover::before {
  background:#6980F0;
  top: 0;
  border-radius: 0px;
  border-style: none;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {

 /* font-family: 'Gill Sans MT';*/
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  text-decoration: none;
  margin:147px -5px -59px -11px;
  justify-content: center;

}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

@media (max-width: 767px) {


.featured-services .icon-box {
  transition: all 0.3s ease-in-out;
  margin: 60px 0px 0px 0px;
  transform: skew(0deg, -6deg);
  }
}


 






/*    body {
  margin: 0;
  background: #EEE;
  user-select: none;
  font-family: sans-serif;
}*/

#slider {
  position: relative;
  width: 50%;
  height: 32vw;
  margin: 71px 0px 0px 270px;
  font-family: 'Helvetica Neue', sans-serif;
  perspective: 1400px;
  transform-style: preserve-3d;

}

/*input[type=radio] {
  position: relative;
  top: 108%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: 0 15px 0 0;
  opacity: 0.4;
  transform: translateX(-83px);
  cursor: pointer;
}*/

/*
input[type=radio]:nth-child(5) {
  margin-right: 0px;
}

input[type=radio]:checked {
  opacity: 1;
}
*/

/*#slider label,
#slider label img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: white;
  font-size: 70px;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 400ms ease;
}*/



/*
#s1:checked ~ #slide1,
 #s2:checked ~ #slide2,
  #s3:checked ~ #slide3,
   #s4:checked ~ #slide4,
    #s5:checked ~ #slide5 {
  box-shadow: 0 13px 26px rgba(0,0,0, 0.3), 0 12px 6px rgba(0,0,0, 0.2);
  transform: translate3d(0%, 0, 0px);
}

#s1:checked ~ #slide2,
 #s2:checked ~ #slide3,
  #s3:checked ~ #slide4,
   #s4:checked ~ #slide5,
    #s5:checked ~ #slide1 {
  box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
  transform: translate3d(20%, 0, -100px);
}


#s1:checked ~ #slide3,
 #s2:checked ~ #slide4,
  #s3:checked ~ #slide5,
   #s4:checked ~ #slide1,
    #s5:checked ~ #slide2 {
  box-shadow: 0 1px 4px rgba(0,0,0, 0.4);
  transform: translate3d(40%, 0, -250px);
}

#s1:checked ~ #slide4,
 #s2:checked ~ #slide5,
  #s3:checked ~ #slide1,
   #s4:checked ~ #slide2,
    #s5:checked ~ #slide3 {
  box-shadow: 0 1px 4px rgba(0,0,0, 0.4);
  transform: translate3d(-40%, 0, -250px);
}

#s1:checked ~ #slide5,
 #s2:checked ~ #slide1,
  #s3:checked ~ #slide2,
   #s4:checked ~ #slide3,
    #s5:checked ~ #slide4 {
  box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
  transform: translate3d(-20%, 0, -100px);
}


#s1:checked ~ #slide5,
 #s2:checked ~ #slide1,
  #s3:checked ~ #slide2,
   #s4:checked ~ #slide3,
    #s5:checked ~ #slide4 {
  box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
  transform: translate3d(-20%, 0, -100px);
}*/

/*............................................................*/




#slider1 {
  position: relative;
  width: 50%;
  height: 32vw;
  margin: 71px 0px 0px 270px;
/*font-family: 'Helvetica Neue', sans-serif;
*/perspective: 1400px;
  transform-style: preserve-3d;
}

input[type=radio] {
  position: relative;
  top: 108%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: 0 15px 0 0;
  opacity: 0.4;
  transform: translateX(-83px);
  cursor: pointer;
}


input[type=radio]:nth-child(5) {
  margin-right: 0px;
}

input[type=radio]:checked {
  opacity: 1;
}


#slider1 label,
#slider1 label img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: white;
  font-size: 70px;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 400ms ease;
}




/* Active Slide */
#s6:checked ~ #slide10,
 #s7:checked ~ #slide11,
  #s8:checked ~ #slide12,
   #s9:checked ~ #slide13,
    #s10:checked ~ #slide14 {
  box-shadow: 0 13px 26px rgba(0,0,0, 0.3), 0 12px 6px rgba(0,0,0, 0.2);
  transform: translate3d(0%, 0, 0px);
}

/* Next Slide */
#s6:checked ~ #slide11,
 #s7:checked ~ #slide12,
  #s8:checked ~ #slide13,
   #s9:checked ~ #slide14,
    #s10:checked ~ #slide10 {
  box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
  transform: translate3d(20%, 0, -100px);
}


/* Next to Next Slide */
#s6:checked ~ #slide12,
 #s7:checked ~ #slide13,
  #s8:checked ~ #slide14,
   #s9:checked ~ #slide10,
    #s10:checked ~ #slide11{
  box-shadow: 0 1px 4px rgba(0,0,0, 0.4);
  transform: translate3d(40%, 0, -250px);
}

/* Previous to Previous Slide */
#s6:checked ~ #slide13,
 #s7:checked ~ #slide14,
  #s8:checked ~ #slide10,
   #s9:checked ~ #slide11,
    #s10:checked ~ #slide12 {
  box-shadow: 0 1px 4px rgba(0,0,0, 0.4);
  transform: translate3d(-40%, 0, -250px);
}

/* Previous Slide */
#s6:checked ~ #slide14,
 #s7:checked ~ #slide15,
  #s8:checked ~ #slide10,
   #s9:checked ~ #slide11,
    #s10:checked ~ #slide12 {
  box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
  transform: translate3d(-20%, 0, -100px);
}


/* Previous Slide */
#s6:checked ~ #slide15,
 #s7:checked ~ #slide10,
  #s8:checked ~ #slide11,
   #s9:checked ~ #slide12,
    #s10:checked ~ #slide13 {
  box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
  transform: translate3d(-20%, 0, -100px);
}

/*

body{
     display: flex;
     justify-content: center;
     align-items: center;
     height: 100vh;
   background:#E1EEFF;
}
a{
  text-decoration:none;
  color:#2F8AFF;
}*/

/*.carousel-container {
  position:relative;
  width:640px;
}*/
.carousel-main {
  height:200px;
  width:640px;
  position:relative;
  margin-bottom:0.5em;
  font-size:12px;
  font-family: Arial;
}
.carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
  border-radius:10px;
  cursor:pointer;
  text-align:center;
  box-shadow:0 0 15px 3px rgba(0,0,0,.1);
  background-color:#fff;
}
 /* a{
    font-size:18px;
  }
}*/
.carousel-image {
  border:0;
  display:block;
}
p{
  text-align:center;
}

/*
section {
  width: 40em;
  height: 25em;
  margin: 0 auto;
  position: relative;
}
*/
.sl li {
  width: 500px;
  height: 426px;
  background: #333;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

.sl li p {
  color: white;
  font-weight: bold;
  font-size: 5em;
  text-align: center;
  margin-top: 1.175em;
}

.items {
  position: absolute;
}

.main-pos {
  margin-left: 2em !important;
  z-index: 3000;
  /*background-image: url('https://dl.dropbox.com/u/32649907/imgs/shadow.png');*/
}

.left-pos {
  opacity: .3;
  margin-left: -17em !important;
  z-index: 1000;
  -webkit-transform: scale(.75);
  -moz-transform: scale(.75);
  transform: scale(.75);
}

.back-pos {
  margin-left: 2em !important;
  opacity: .05;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  transform: scale(.5);
}

.right-pos {
  opacity: .3;
  margin-left:  21em !important;
  z-index: 1000;
  -webkit-transform: scale(.75);
  -moz-transform: scale(.75);
  transform: scale(.75);
}

span {
  position: relative;
  margin: 0 auto;
  left: 17em;
  top: 20em;
}

span {
  position: relative;
  margin: 0 auto;
  left: 17em;
  top: 20em;
}

.carousel img{

height: 429px;
width: 501px;

}

.btn 
{
    background-color: #47b2e4;
}
 .btn:hover  {
  background-color:#6980F0;
  color: #fff;
}


/* Style the tab */
.tab {
float: left;
border: 1px solid #ccc;
background-color:#6980F0;
width: 14%;
height: 268px;
margin:249px 0px 0px 1px;
overflow-x: hidden;

}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color:#47b2e4 ;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
/*border: 1px solid #ccc;
*/width: 70%;
  border-left: none;
  height: 300px;
}

/*.container {
  width: 900px;
  margin: 0 auto;
  max-width: 80%;
}
*/
.slick-slider {
  margin-left: -12%;
  margin-right: -12%;
}

.slick-list {
  padding-top: 10%!important;
  padding-bottom: 10%!important;
  padding-left: 15%!important;
  padding-right: 15%!important;
}

.slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slick-track {
  max-width: 100%!important;
  transform: translate3d(0, 0, 0)!important;
  perspective: 100px;
}

.slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100%!important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}

.slick-snext,
.slick-sprev,
.slick-snext2,
.slick-sprev2{
  display: block;
}

.slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}

.slick-snext {
  opacity: 1;
  transform: translate3d(10%, 0, -10px);
  z-index: 1;
  perspective: 1000px;
}
.slick-snext2 {
  opacity: 1;
  transform: translate3d(20%, 0, -20px);
  z-index: 0;
  perspective: 1000px;
}

.slick-sprev {
  opacity: 1;
  transform: translate3d(-10%, 0, -10px);
}

.slick-sprev2 {
  opacity: 1;
  transform: translate3d(-20%, 0, -20px);
}

.test {
  display: block;
  width: 100%;
  height: 300px;
  background: #c00;
  box-shadow: inset 0px 0px 0px 3px #000

}


.cta {
  background: #6980F0;
  background-size: cover;
  padding: 60px 0;
  margin: 6px 13px 62px -1px;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #2487ce;
}

#Service h1 {
    margin: 123px -56px 40px -88px;
    Font-size: 41px;
    line-height: 41px;
    color: #813E98;
}

#Service p {
  margin: 40px 475px 0px -90px;
  letter-spacing: 0.04em;
  text-align: justify;
    
}

#Service img {
 margin:-359px -181px 7px 705px;
 height: 511px; 
 position: absolute;
    
}

#Service button {
    margin: 37px 0px 0px -94px;
    width: 170px;
    border-radius: 10px 10px 10px 10px;
    height: 48px;
    background: #4D60C1;
    color: white;
}

@media screen and (max-width: 500px) {
#Service p {
margin: -18px -3px -12px 11px;
font-size: 17px;
letter-spacing: 0.04em;
padding: -21px;
}

#Service h1 {

margin: -309px -56px 58px;
Font-size: 27px;
line-height: 41px;
text-align: center;
 } 

#Service img {
Font-size: 27px;
line-height: 41px;
padding: 281px;
left: -845px;
   
 } 
  #Service button {
    margin: 37px 0px 0px 81px;
    width: 170px;
    border-radius: 10px 10px 10px 10px;
    height: 48px;
    background: #4D60C1;
    color: white;
   
 } 
}
.services1 {
  background:#6980F0;
  padding-bottom: 80px;
  margin:173px 7px 63px 0px;
}

.services1 .section-title h2,
.services1 .section-title p {
  color: #fff;
}

.services1 .section-title h2::after {
  background: rgba(255, 255, 255, 0.2);
}

.services1 .icon-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s;
  border-radius: 5px;
  text-align: center;
  width: 260px;
  margin: 100px 0px 0px -111px;

}

.services1 .icon-box:hover {
  transform: scale(1.08);
}

.services1 .icon {
  margin-bottom: 15px;
}

.services1 .icon i {
  font-size: 32px;
  line-height: 1;
  color: #2d405f;
  background: #eff2f8;
  padding: 20px;
  border-radius: 50px;
  transition: all 0.3s;
}

.services1 .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services1 .title a {
  color: #2d405f;
  transition: 0.3s;
}

.services1 .title a:hover {
  color: #4e6fa4;
}

.services1 .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  margin: 1px -22px 1px -23px;
  text-align: center;
}


.features1 .nav-tabs {
  border: 0;
}

.features1 .nav-link {
  border: 1px solid #b5ccdb;
  padding: 15px;
  transition: 0.3s;
  color: #15222b;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features1 .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features1 .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  width: 151px;
}

.features1 .nav-link:hover {
  color: #20ccdd;
}

.features1 .nav-link.active {
  background: #6980F0;
  color: #fff;
  border-color:#6980F0;
}
.features1 img

{
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 768px) {
  .features1 .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .features1 .nav-link {
    padding: 15px;
  }

  .features1 .nav-link i {
    font-size: 24px;
  }
}

.features1 .tab-content {
  margin-top: 30px;
}

.features1 .tab-pane h3 {
  font-weight: 600;
  font-size: 20px;
}

.features1 .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features1 .tab-pane ul li {
  padding-bottom: 10px;
}

.features1 .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ff4a17;
}

.features1 .tab-pane p:last-child {
  margin-bottom: 0;
}

.features1 .col-3 {
  flex: 0 0 auto;
  width: 20%;
}



.services1 {
  background:#6980F0;
  padding-bottom: 80px;
  margin:173px 7px 63px 0px;
}

.services1 .section-title h2,
.services1 .section-title p {
  color: #fff;
}

.services1 .section-title h2::after {
  background: rgba(255, 255, 255, 0.2);
}

.services1 .icon-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s;
  border-radius: 5px;
  text-align: center;
  width: 260px;
  margin: 100px 0px 0px -111px;

}

.services1 .icon-box:hover {
  transform: scale(1.08);
}

.services1 .icon {
  margin-bottom: 15px;
}

.services1 .icon i {
  font-size: 32px;
  line-height: 1;
  color: #2d405f;
  background: #eff2f8;
  padding: 20px;
  border-radius: 50px;
  transition: all 0.3s;
}

.services1 .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services1 .title a {
  color: #2d405f;
  transition: 0.3s;
}

.services1 .title a:hover {
  color: #4e6fa4;
}

.services1 .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  margin: 1px -22px 1px -23px;
  text-align: center;
    text-decoration: none;

}

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog .post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.recent-blog .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 15px -30px;
  position: relative;
}

.recent-blog .post-box .post-img img {
  transition: 0.5s;
}

.recent-blog .post-box .post-date {
  font-size: 16px;
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
  display: block;
  margin-bottom: 10px;
}

.recent-blog .post-box .post-title {
  font-size: 24px;
  color: #6980F0;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  transition: 0.3s;
}

.recent-blog .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}

.recent-blog .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.recent-blog .post-box:hover .post-title {
  color: #813E98;
}

.recent-blog .post-box:hover .post-img img {
  transform: rotate(6deg) scale(1.2);
}

.services1 {
  background:#6980F0;
  padding-bottom: 80px;
  margin:102px 7px 63px 0px;
}

.services1 .section-title h2,
.services1 .section-title p {
  color: #fff;
}

.services1 .section-title h2::after {
  background: rgba(255, 255, 255, 0.2);
}

.services1 .icon-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s;
  border-radius: 5px;
  text-align: center;
  width: 260px;
  margin: 100px 0px 0px -111px;

}

.services1 .icon-box:hover {
  transform: scale(1.08);
}

.services1 .icon {
  margin-bottom: 15px;
}

.services1 .icon i {
  font-size: 32px;
  line-height: 1;
  color: #2d405f;
  background: #eff2f8;
  padding: 20px;
  border-radius: 50px;
  transition: all 0.3s;
}

.services1 .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services1 .title a {
  color: #2d405f;
  transition: 0.3s;
}

.services1 .title a:hover {
  color: #4e6fa4;
}

#services1 .services1 .description {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 0;
  margin: 1px -22px 1px -23px;
  text-align: center;
/*  text-transform: lowercase;*/
}


.cta {
  background: #6980F0;
  background-size: cover;
  padding: 60px 0;
  margin: 6px 13px 62px -1px;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
/*font-family: "Raleway", sans-serif;
*/font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #2487ce;
}
.services1 {
  background:#6980F0;
  padding-bottom: 80px;
  margin:102px 7px 63px 0px;
}

.services1 .section-title h2,
.services1 .section-title p {
  color: #fff;
}

.services1 .section-title h2::after {
  background: rgba(255, 255, 255, 0.2);
}

#services1 .icon-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s;
  border-radius: 5px;
  text-align: center;
  width: 230px;
  margin: 100px 0px 0px -111px;

}
#services1 p , h2
{
color: white;
}
#services1 .icon-box:hover {
  transform: scale(1.08);
}

#services1 .icon {
  margin-bottom: 15px;
}

#services1 .icon i {
  font-size: 32px;
  line-height: 1;
  color: #2d405f;
  background: #eff2f8;
  padding: 20px;
  border-radius: 50px;
  transition: all 0.3s;
  margin: 31px 0px 0px 82px;
}

#services1 .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
#services1 .title a {
  color: #2d405f;
  transition: 0.3s;
}

#services1 .title a:hover {
  color: #4e6fa4;
}

#services1 .services1 .description {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 0;
  margin: 1px -22px 1px -23px;
  text-align: center;
/*  text-transform: lowercase;*/
}

#services1 .home-box-fifth {
  float: left;
  width: 19%;
  margin: 0 0.5%;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  min-height: 418px;
  padding: 0 0 60px 0;
  position: relative;
}

#services1 .home-box-fifth-wrap {
  margin: 50px auto;
}

/*.home-box-fifth-top-bg {
  height: 146px;
  background: #CCC;
  padding-top: 24px;
}*/

#services1 .icon-circle:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5), 0px 0px 30px rgba(0, 0, 0, 0.6);
}

#services1 .icon-circle {
  height: 91px;
  width: 91px;
  border-radius: 100%;
  border: 5px solid rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

#services1 .icon-dark-blue:hover {
  background: rgba(0, 43, 81, 0.72);
}

#services1 .icon-dark-blue,
#services1 .icon-002B51 {
  background: #002B51;
}

#services1 .icon-light-blue {
  background: #7ab3d1;
}

#services1 .icon-hands {
  height: 81px;
  width: 81px;
  background: url("http://iconizer.net/files/Arzo/orig/Arzo%20Icons%20Icon%2035%202.png") center no-repeat;
}

#services1 .icon-paper {
  height: 81px;
  width: 81px;
  background: url("http://iconizer.net/files/Arzo/orig/Arzo%20Icons%20Icon%2002%202.png") center no-repeat;
}

#services1 .icon-case {
  height: 81px;
  width: 81px;
  background: url("http://iconizer.net/files/Arzo/orig/Arzo%20Icons%20Icon%2068%202.png") center no-repeat;
}

#services1 .icon-logo {
  height: 81px;
  width: 81px;
  background: url("http://iconizer.net/files/Arzo/orig/Arzo%20Icons%20Icon%2046%202.png") center no-repeat;
}

#services1 .icon-tag {
  height: 81px;
  width: 81px;
  background: url("http://iconizer.net/files/Arzo/orig/Arzo%20Icons%20Icon%2012%202.png") center no-repeat;
}

/*.bg-one {
  background: #444;
}

.bg-two {
  background: #444;
}

.bg-three {
  background: #444;
}

.bg-four {
  background: #444;
}

.bg-five {
  background: #444;
}

.bg-six {
  background: #444;
  opacity: 0.2
}*/

#services1 .hbf-lower-content {
  text-align: center;
}

#services1 .hbf-title {
 /*color: #002c51;
*/text-transform: uppercase;
  margin: 30px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}

/*.hbf-lblue .hbf-title {
  color: #7ab3d1;
}*/

#services1 .hbf-text {
  color: #81848b;
  padding: 0 20px;
  font-size: 15px;
  line-height: 1.6;
}

#services1 .hbf-more a {
  display: inline-block;
  background: #002B51;
  color: #FFF;
  border-radius: 3px;
  padding: 10px 20px;
  text-transform: uppercase;
}

#services1 .hbf-lblue .hbf-more a {
  background: #7ab3d1;
}

#services1 .hbf-more {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  height: 40px;
}

/*.hbf-3 .icon-3-bg {
  background: #00ac9f;
}*/

/*.hbf-3 .hbf-title {
  color: #00ac9f;
}*/

#services1 .hbf-3 .hbf-more a {
  background: #00ac9f;
}

#services1 .hbf-4 .icon-4-bg {
  background: #7eabae;
}

/*.hbf-4 .hbf-title {
  color: #7eabae;
}*/

#services1 .hbf-4 .hbf-more a {
  background: #7eabae;
}

#services1 .hbf-5 .icon-5-bg {
  background: #306fb7;
}

/*.hbf-5 .hbf-title {
  color: #306fb7;
}*/

#services1 .hbf-5 .hbf-more a {
  background: #306fb7;
}

#services1 .large-title {
  color: #00ac9f;
  font-size: 60px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 20px;
}

#services1 .hbf-text i {
  line-height: 1.8;
  font-style: normal;
}

#services1 .hbf-more a:hover {
  opacity: 0.9;
}

@media (max-width:860px) {
 #services1 .home-box-fifth {
    float: none;
    width: 222px;
    max-width: 222px;
    margin-bottom: 10px;
  }
 #services1 .home-box-fifth-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.section-ajeet-title {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0 0 35px;
}
.gallery-sec {
  padding: 90px 0 40px;
}

.gf-column {
  float: left;
  display: none; /* Hide all elements by default */
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

.filter {
  padding: 20px 2px 10px;
  text-align: center;
  max-width: 1050px;
  margin: auto;
  object-fit: cover;
}

.gf-btn {
  padding: 10px 20px;
  margin: 5px 4px 4px 0;
  display: inline-block;
  color: #000;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #6980F0;
  text-decoration: none;
  transition: all 0.2s;
  border-radius: 9px;
  cursor: pointer;
}
.gf-btn:hover,
.gf-btn-active {
  background: #6980F0;
  color: #fff;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.gallery {
  display: flex;
  justify-content: center;
  width: fit-content;
  max-width: 1320px;
  flex-wrap: wrap;
  margin: 25px auto;
  /* gap: 14px; */
}
.gallery img {
  width: 336px;
  height: 322px;
  object-fit: cover;
  background: center center/cover no-repeat #ddd;
  transition: 0.3s ease-in-out;
  border-radius: 12px;
  overflow: hidden;
  margin: 10px 10px;
}
.gallery img:hover::after {
  content: "E";
}
/*.gallery img:hover::after {
  
}*/
.gallery img:hover,
video:hover {
  transform: scale(1.1);
/*filter: blur(5px);
  -webkit-filter: blur(5px);
  backdrop-filter: invert(80%);*/

}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.img :hover .overlay {
  opacity: 1;
}

.gallery img:hover::after
{
    background-color: blue ;
    opacity: 0;
    transition: all 0.8s;
    opacity: 1;

}
.butonsSection {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 15px;
  gap: 15px;
}
.closeBtn {
  font-size: 22px;
  letter-spacing: 2px;
  color: #fff;
  transition: all 0.4s linear;
  padding: 8px 50px;
  border-radius: 25px;
  background: red;
  border: 0;
  outline-offset: -5px;
  outline: 2px solid #fff;
}
.closeBtn:hover {
  cursor: auto;
  background: white;
  color: black;
  padding: 8px 45px;
  outline-offset: 4px;
  outline: 2px solid #fff;
}

.openDiv {
  width: 100%;
  height: 100vh;
  background: #6980F0;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 0;
  z-index: 9999;
}
.imgPreview {
  /*width: 70%;  */
  object-fit: scale-down;
  max-height: 80vh;
  height: auto;
}

.sets .hide,
.sets .pophide {
  width: 0%;
  opacity: 0;
}

.all-btn {
  text-align: center;
  background-color: #265df2;
  border-radius: 30px;
  margin: -15px auto 0;
  font-size: 1rem;
  width: 100%;
  max-width: 300px;
  padding: 5px 10px;
  letter-spacing: 1px;
  cursor: pointer;
}

.all-btn:active {
  transform: translateY(2px);
}

/* Responsive css Code Start */

@media (max-width: 767px) {
  .gallery img {
    margin: 8px 8px;
    width: 175px;
  }

  .closeBtn {
    padding: 8px 25px;
  }

  .imgPreview {
    width: 80%;
    height: auto;
  }
}

@media (max-width: 575px) {
  .gallery img {
    margin: 8px 6px;
    width: 155px;
  }

  .gf-btn {
    font-size: 15px;
  }

  .closeBtn {
    font-size: 18px;
    padding: 8px 25px;
    border-radius: 15px;
  }
  .closeBtn:hover {
    padding: 8px 20px;
  }

  .imgPreview {
    width: 90%;
    /* max-height: 50vh; */
    height: auto;
  }
}

