/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,100;1,300;1,400;1,500;1,600&family=Red+Hat+Display:wght@300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Singo-1Goqv';
    src: url('../fonts/Singo-1Goqv.woff') format('woff'), url('../fonts/Singo-1Goqv.woff2') format('woff2'), url('../fonts/Singo-1Goqv.svg#Singo-1Goqv') format('svg'), url('../fonts/Singo-1Goqv.eot'), url('../fonts/Singo-1Goqv.eot?#iefix') format('embedded-opentype'), url('../fonts/Singo-1Goqv.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    /* font-family: 'Font Awesome 5 Brands'; */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fal,
.far {
    font-family: "Font Awesome 5 Pro";
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

a,
a:link,
a:visited,
a:active,
a:hover,
button,
input,
select,
textarea,
i {
    text-decoration: none;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input,
select,
textarea {
    width: 100%;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input[type="radio"],
input[type="checkbox"] {
    width: auto;
    height: auto;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

:root {
    --orange: #F26C22;
    --white: #FFFFFF;
    --green: #3BB87C;
    --blue: #21293F;
    --Purple: #70205F;
}

/*.comnpadding {
    padding: 100px 0;
}*/

.bannertext h1 {
/*    font-size: 56px;*/
    color: var(--white);
    font-weight: bold;
    position: relative;
}

.bannertext h1:after {
    content: "";
/*    width: 17%;*/
    width: 12%;
    height: 3px;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: 0;
}
.bannertext p {
    font-size: 16px;
    color: var(--white);
    font-family: Poppins;
}

p iframe{
    width: 100%;
height: 95%}

.map p
{
    display: inline;
}

.detailed {
    padding-left: 30px;
}
.detailed h2 {
    font-weight: bold;
    font-size: 36px;
}
.detailed h3 {
   font-size: 45px;
   font-weight: bold;
   color: white;
}
.benefits p {
    font-size: 16px;
    color:#706464;
}
.light {
    background-image: url("../images/skill_content.png");
    background-repeat: no-repeat;
    background-size: cover;
}
/*.light img {
    margin-top: 4rem !important;
}*/
.detailed p {
    font-size: 16px;
        line-height: 30px;
}
.content-icon{
    padding-right: 30px;
    padding-top: 5px;
}
.content-icon img {
    width: 14px !important;
    color:white;
}
.content-benefits {
    display: flex;
        margin-top: 25px;
}
.light .detailed p {
    font-size: 16px;
    color: white;
    line-height: 26px;
}
.content-key span {
    font-size: 20px;
    color: white;
    font-weight: bold;
}
.gallery-collaboration {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}
#gallery .owl-nav button.owl-next, #gallery .owl-nav button.owl-prev {
    color: #ffffff;
    display: inline-flex;
    border-radius: 1px !important;
    border: 2px solid var(--black);
    background-color: #333333;
}
#gallery .owl-nav button.owl-next, #gallery .owl-nav button.owl-prev:hover {
    color: #ffffff !important;
}

 #gallery .owl-nav button:after {
    display: none;
}

.gallery-box {
    box-shadow: none;
}
.white {
    background-image: url("../images/skill_gallery.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery-box h3 {
    font-size: 20px;
    color: #04C1E1;
    font-weight: 600;
}
.gallery-box img{
    height: 250px;
}
.cta {
    background-color: #04C1E1;
    border-radius: 25px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta .more {
    padding: 0px 25px 0px 0px;
}

.cta span {
    font-size: 32px;
    color: white;
    text-transform: capitalize;
}

.cta p {
    color: white;
    margin: 0;
    padding: 10px 0;
}

.cta button {
    font-size: 20px;
    text-transform: capitalize;
}
button:hover {
    color: #0D6EFD !important;
    border: 1px solid #0D6EFD;
}
button {
    font-size: 14px;
    padding: 10px 20px;
    color: white;
    background-color: #0D6EFD;
    border: none;
    border-radius: 50px !important;
    z-index: 1;
    position: relative;
    overflow: hidden !important;
}

button::after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: white;
    border-radius: 50px;
    top: 0;
    left: 0;
    transition: 1s;
}

button:hover::after {
    width: 100%;
    bottom: -100%;
}

.form-control {
    font-size: 15px !important;
    padding: 12px 25px !important; 
    border: 1px solid #dfdfdf !important;
    margin-top: 20px;
    resize: none;
}
form .comnbtn {
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px 20px;
    font-weight: bold;
    margin: auto;
    display: table;
    margin-top: 25px;
    border: 1px solid white;
    background-color: #0d6f80;
    color: white;
    overflow: hidden;
    margin: 25px;
    text-align: center;
    display: inline-block;
}

.small_bnto .call-now {
    border: none;
}
.small_bnto {
    display: flex;
    height: max-content;
    width: 72%;
     flex-wrap: wrap;
}
.small_bnto button {
    margin: 0 5px;
}
.bullet-list {
/*    list-style-type: disc;*/
    list-style-image: url("../images/white_arrow.svg");
}
.bullet-list li{
    color:white;
    font-size: 16px;
}
.collaboration {
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
/*.Discover h6 {
    font-size: 18px !important;
    color: #004859;
    font-weight: 600;
}*/

.Discover h3{
    font-size: 24px;
    color: #004859;
    font-weight: 600;
    text-align: center;
}
/*.Discover p {
    text-align: center;
    padding: 15px 100px 70px;
    margin: 0;
    font-size: 16px;
}*/
.information {
    border: 1px solid #AFACAC;
    position: relative;
}
/*.space {
    padding: 5px;
}*/
/*.space p {
    padding: 0;
    text-align: left;
    padding-top: 25px;
    font-size: 16px;
}*/
.another-details {
    background: var(--white);
    box-shadow: 0 0 15px #ddd;
    border-radius: 10px;
}
.another-details h3 {
    background: var(--blue);
    color: var(--white);
    padding: 10px 20px;
    margin: 0;
    border-radius: 10px 10px 0 0;
}
.another-details p {
    font-size: 16px;
      padding: 20px;
    margin: 0;
}


#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.fancybox-inner button:hover
{
    border: none;
}

.fancybox-inner button:hover::after {
    display: none;
}

.wpcf-fancybox-wrapper .fancybox-navigation .fancybox-button {
    background-clip: border-box;
    width: 50px;
    background: none;
}