/*=== Header area start ===*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Roboto:wght@400;500;700;900&display=swap');

body {	
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #333333;	
}

p {
    font-family: 'Roboto', sans-serif;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
}

::selection {
    color: white; 
    background: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}

.header-area {
    background-image: url(images/01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header-area-inner {
    background-image: url(images/02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header-area-inner2 {
    background-image: url(images/03.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 60px;
    padding-top: 22px;
}

.header-area-inner2 .container {
    max-width: 1650px;
}

.navbar {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 140px;
}

.navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: block;
    padding: 0!important;
    margin-left: 65px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.navbar-nav .nav-link:hover {
    opacity: .8;
}

/*hamburger css*/
.hamburger {
  padding: 10px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }



.header-item h6 {
    font-size: 28px;
    font-weight: 500;
    color: #A6BABE;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.header-item h2 {
    font-size: 80px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 20px;
}

.header-item p {
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 35px;
}

.header-item a {
    font-size: 18px;
    font-weight: 600;
    color: #678B91;
    display: block;
    width: 232px;
    height: 68px;
    line-height: 68px;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.header-item a:hover {
    opacity: .8;
}

.owl-theme .owl-dots .owl-dot {
    margin-top: 155px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #678B91;
    display: block;
    margin: 0 15px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffff;
}

.owl-carousel .owl-nav button.owl-prev {
    font-size: 35px;
    color: #fff;
    position: absolute;
    top: 30%;
    left: 50px;
}

.owl-carousel .owl-nav button.owl-next {
    font-size: 35px;
    color: #fff;
    position: absolute;
    top: 30%;
    right: 50px;
}

.owl-carousel .owl-nav button.owl-prev:hover {
    opacity: .8;
    background-color: transparent;
}

.owl-carousel .owl-nav button.owl-next:hover {
    opacity: .8;
    background-color: transparent;
}

/*=== Header area start ===*/

.software-area {
    padding: 90px 0 80px;
}

.software-area-inner {
    max-width: 1508px;
    margin-left: auto;
}

.software-area .container {
    max-width: 1596px;
}

.software-item {
    margin-bottom: 30px;
}

.software-item h6 {
    font-size: 24px;
    font-weight: 500;
    color: #A6BABE;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.software-item h2 {
    font-size: 42px;
    font-weight: 500;
    color: #3A3A3A;
    margin: 0 0 28px;
}

.software-item p {
    font-size: 22px;
    font-weight: 400;
    color: #3A3A3A;
    margin: 0 0 35px;
}

.software-item a {
    font-size: 18px;
    font-weight: 600;
    color: #678B91;
    display: block;
    width: 232px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    border: 2px solid #678B91;
    text-transform: uppercase;
    background-color: transparent;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.software-item a:hover {
    background-color: #678B91;
    color: #fff;
}

.software-item img {
    width: 100%;
}

/*=== technical area start ===*/

.technical-area {
    background-image: url(images/05.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.technical-area-inner {
    background-image: url(images/06.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 50px;
    padding-top: 70px;
}

.technical-item {
    margin-bottom: 30px;
}

.technical-item img {
    max-width: 100%;
}

.technical-item h2 {
    font-size: 22px;
    font-weight: 500;
    color: #ABABAB;
    text-transform: uppercase;
    margin: 40px 0 0;
}

/*=== service area start ===*/

.service-area {
    padding: 80px 0 140px;
}

.inner-container h2 {
    font-size: 42px;
    font-weight: 500;
    color: #3A3A3A;
    margin: 0 0 90px;
}

.service-item {
    background-image: url(images/11.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 23px;
}

.service-item-inner {
    background-image: url(images/12.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 140px;
    padding-top: 150px;
    margin-bottom: 30px;
}

.service-item-inner2 h2 {
    font-size: 42px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 32px;
}

.service-item-inner2 a {
    font-size: 18px;
    font-weight: 600;
    color: #678B91;
    display: block;
    width: 232px;
    height: 68px;
    line-height: 68px;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.service-item-inner2 a:hover {
    opacity: .8;
}

.service-item2 {
    background-image: url(images/13.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: 23px;
}

.service-item2-inner {
    background-image: url(images/14.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 140px;
    padding-top: 150px;
    margin-bottom: 30px;
}

/*=== meeting area start ===*/

.meeting-item2 img {
    width: 100%;
}

.meeting-item {
    padding-left: 125px;
}

.meeting-item h6 {
    font-size: 24px;
    font-weight: 500;
    color: #A6BABE;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.meeting-item h2 {
    font-size: 42px;
    font-weight: 500;
    color: #3A3A3A;
    margin: 0 0 38px;
}

.meeting-item ul {
    max-width: 600px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.meeting-item ul li {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    color: #3A3A3A;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.meeting-item ul li img {
    max-width: 100%;
    margin-right: 22px;
}

/*=== minority area start ===*/

.minority-area {
    background-image: url(images/17.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.minority-area-inner {
    background-image: url(images/18.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0 95px;
}

.minority-item img {
    max-width: 100%;
}

.minority-item h2 {
    font-size: 42px;
    font-weight: 500;
    color: #fff;
    margin: 30px 0 0;
}

/*=== contact area start ===*/

.contact-area {
    padding: 95px 0 50px;
}

.contact-item {
    margin-bottom: 30px;
}

.contact-item h6 {
    font-size: 24px;
    font-weight: 500;
    color: #A6BABE;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.contact-item h2 {
    font-size: 42px;
    font-weight: 500;
    color: #3A3A3A;
    margin: 0 0 70px;
}

.contact-item ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #3A3A3A;
    display: flex;
    align-items: center;
}

.contact-item ul li i {
    color: #376466;
    margin-right: 25px;
}

.contact-item ul li:first-of-type {
    margin-bottom: 30px;
}

.contact-item label {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #3A3A3A;
    margin: 0 0 14px;
}

.contact-item-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.contact-item-inner div {
    flex: 0 0 calc(50% - 10px);
}

.contact-item-inner input {
    font-size: 18px;
    font-weight: 400;
    color: #3A3A3A;
    width: 100%;
    padding: 0 20px;
    height: 59px;
    line-height: 59px;
    display: block;
    background-color: transparent;
    border: 1px solid #707070;
    margin-bottom: 25px;
}

.contact-item-inner input:focus {
    border-color: #678b91;
}

.contact-item textarea {
    font-size: 18px;
    font-weight: 400;
    color: #3A3A3A;
    width: 100%;
    padding: 20px;
    height: 259px;
    display: block;
    background-color: transparent;
    border: 1px solid #707070;
    margin-bottom: 35px;
    resize: none;
}

.contact-item-inner textarea:focus {
    border-color: #678b91;
}

.contact-item button {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #678b91;
    border: none;
    width: 232px;
    height: 68px;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.contact-item button:hover {
    opacity: .8;
}

/*=== footer area start ===*/

.footer-area {
    background-image: url(images/20.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer-area-inner {
    background-image: url(images/21.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer-area-inner2 {
    background-image: url(images/22.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 48px;
}

.footer-item {
    margin-bottom: 30px;
}

.footer-item img {
    max-width: 100%;
    display: block;
    margin-bottom: 28px;
}

.footer-item h5 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 40px;
}

.footer-item-inner li {
    display: inline-block;
}

.footer-item-inner li a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    font-size: 20px;
    color: #2c3b55;
    display: block;
    margin-right: 24px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.footer-item-inner li a:hover {
    opacity: .8;
}

.footer-item h2 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 34px;
}

.footer-item-inner2 li a {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    display: block;
    margin-bottom: 25px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.footer-item-inner2 li a:hover {
    opacity: .8;
}

.footer-item-inner3 li {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 24px;
}

.footer-item-inner3 li i {
    margin-right: 24px;
}

.footer-item-inner4 a {
    font-size: 18px;
    font-weight: 600;
    color: #678B91;
    display: block;
    width: 232px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.footer-item-inner4 a:hover {
    opacity: .8;
}

.copyright-item {
    margin-top: 30px;
    padding-top: 35px;
    padding-bottom: 20px;
    border-top: 1px solid #ffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-item p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 15px;
}

.copyright-item ul {
    margin-bottom: 15px;
}

.copyright-item ul li {
    display: inline-block;
}

.copyright-item ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: block;
    border-right: 1px solid #fff;
    padding: 0 7px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.copyright-item ul li:last-of-type a {
    padding-right: 0;
    border-right: none;
}

.copyright-item ul li a:hover {
    opacity: .8;
}

/*=== page 2 start ===*/

.header-area2 {
    background-image: url(images/13.png);
}

.header-item2 {
    max-width: 1535px;
    margin-left: auto;
    margin-bottom: 80px;
}

.header-item2 h6 {
    font-size: 28px;
    font-weight: 500;
    color: #A6BABE;
    margin: 0 0 35px;
    text-transform: uppercase;
}

.header-item2 h2 {
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

/*=== custom area start ===*/

.custom-area {
    padding: 120px 0 80px;
}

.custom-item {
    margin-bottom: 30px;
    padding-right: 50px;
}

.custom-item img {
    width: 100%;
}

.custom-item2 {
    margin-bottom: 30px;
    padding-left: 50px;
}

.custom-item2 h2 {
    font-size: 42px;
    font-weight: 500;
    color: #3A3A3A;
    margin: 0 0 25px;
}

.custom-item2 p {
    font-size: 22px;
    font-weight: 400;
    color: #3A3A3A;
    margin: 0;
}

/*=== desing area start ===*/

.design-item {
    margin-bottom: 70px;
    position: relative;
}

.design-item2 {
    margin-bottom: 70px;
}

.design-item3 {
    margin-bottom: 70px;
    text-align: right;
    position: relative;
}

.design-item2 img  {
    width: 100%;
    z-index: 1;
}

.design-area h2 {
    font-size: 200px;
    font-weight: 500;
    color: #376466;
    margin: 0;
}

.design-area h3 {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 35px;
    text-transform: uppercase;
}

.design-area p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.design-item {
    padding-left: 120px;
}

.design-item h2 {
    padding-left: 60px;
}

.design-item-inner {
    padding-top: 70px;
    padding-left: 60px;
    padding-bottom: 75px;
    background-color: #678b91;
    z-index: 9999999999;
    position: absolute;
    width: calc(100% - 20px);
    top: 110%;
    left: 120px;
}

.design-item3 {
    padding-right: 120px;
}

.design-item3 h2 {
    color: #3C496B;
    padding-right: 60px;
}

.design-item3-inner {
    padding-top: 70px;
    padding-right: 60px;
    padding-bottom: 75px;
    background-color: #7b9ac8;
    z-index: 9999999999;
    position: absolute;
    width: calc(100% - 20px);
    right: 120px;
    top: 110%;
}

/*=== crete area start ===*/

.create-area {
    padding: 120px 0 105px;
}

.create-item h2 {
    font-size: 42px;
    font-weight: 500;
    color: #3A3A3A;
    margin: 0 0 55px;
}

.create-item a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: block;
    width: 232px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    text-transform: uppercase;
    background-color: #678b91;
    margin: auto;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.create-item a:hover {
    opacity: .8;
}

/*=== page 3 start ===*/

.header-area3 {
    background-image: url(images/26.png);
}

.process-area {
    padding: 100px 0;
}

.inner-container2 {
    max-width: 1091px;
    margin: 0 auto 80px;
}

.inner-container2 h2 {
    font-size: 42px;
    font-weight: 500;
    color: #3A3A3A;
    margin: 0 0 45px;
}

.inner-container2 p {
    font-size: 22px;
    font-weight: 400;
    color: #3A3A3A;
    margin: 0;
}

#tabs ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

#tabs ul li {
    flex: 0 0 33.3333%;
    max-width: 33.333%;
    text-align: center;
    background-color: #678b91;  
    padding: 35px 0;
}

#tabs ul li a {
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    border-bottom: 2px solid transparent;
    position: relative;
}

#tabs ul li a:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #678b91;
    transform: rotate(45deg);
    top: calc(100% + 28px);
    left: calc(50% - 9px);
    display: none;
}

#tabs ul li a span {
    font-size: 28px;
    text-transform: uppercase;
    display: block;
}

#tabs ul li.ui-state-active a {
    border-color: #ffff;
}

#tabs ul li.ui-state-active a:after {
    display: block;
}

.process-item {
    margin-bottom: 30px;
}

.process-item h2 {
    font-size: 42px;
    font-weight: 500;
    color: #3A3A3A;
    margin: 0 0 33px;
}

.process-item p {
    font-size: 22px;
    font-weight: 400;
    color: #3A3A3A;
    margin: 0 0 40px;
}

.process-item a {
    font-size: 18px;
    font-weight: 600;
    color: #678B91;
    display: block;
    width: 232px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    border: 2px solid #678B91;
    text-transform: uppercase;
    background-color: transparent;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.process-item a:hover {
    background-color: #678B91;
    color: #fff;
}

.process-item img {
    width: 100%;
}
/* STACKED CAPTCHA */

.capbox {
    width: 100%;
    max-width: 220px;
    background-color: #BBBBBB;
    background-image: linear-gradient(#BBBBBB, #9E9E9E);
    border: #2A7D05 0px solid;
    border-width: 2px 2px 2px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    padding: 5px 15px 5px 15px;
    border-radius: 4px 4px 4px 4px;
    }

.capbox-inner {
    font: bold 12px arial, sans-serif;
    color: #000000;
    background-color: #E3E3E3;
    margin: 8px auto 0px auto;
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
    }

#CaptchaDiv {
    font: normal 25px Impact, Charcoal, arial, sans-serif;
    font-style: italic;
    color: #000000;
    background-color: #FFFFFF;
    user-select: none;
    padding: 4px;
    border-radius: 4px;
    }

#CaptchaInput { border: #38B000 2px solid; margin: 3px 0px 1px 0px; width: 98%; }
