:root {
    --blue: #145FDF;
    --white: #ffffff;
    --black: #333333;
    --lightblack: #6E6E6E;
    --lightgreen: #DEF8F7;
    --midgreen: #18D6CA;
    --green: #0DC1B5;
    --yellow: #F6D919;
    --grey: #f1f2f8;
}

.bg1 {
    background: var(--blue);
}

.bg2 {
    background: var(--green);
}

.bg3 {
    background: var(--yellow);
}

.bg4 {
    background: var(--black);
}

.bg5 {
    background: var(--midgreen);
}

.bg6 {
    background: var(--lightgreen);
}

.bg7 {
    background: var(--grey);
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../webfonts/ProximaNova-Regular.eot');
    src: url('../webfonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../webfonts/ProximaNova-Regular.woff2') format('woff2'), url('../webfonts/ProximaNova-Regular.woff') format('woff'), url('../webfonts/ProximaNova-Regular.ttf') format('truetype'), url('../webfonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    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");
}

.fab,
.fa-brands {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
    font-style: normal;
}

.fab,
.fa-brands {
    font-weight: 400;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Proxima Nova Rg';
}

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%;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    font-size: 14px;
    line-height: 22px;
}

.h1 {
    font-size: 55px;
    color: var(--white);
    font-weight: bold;
}

/*.comnpadding {
    padding: 80px 0;
}*/

.tagline {
    font-size: 18px;
    color: var(--lightblack);
}

.comntitle {
    font-size: 40px;
    color: var(--black);
    font-weight: bold;
}

.comntitle2 {
    font-size: 32px;
    color: var(--black);
    font-weight: bold;
}

.comntitle3 {
    font-size: 24px;
    color: var(--black);
    font-weight: bold;
}

.comntitle span,
.comntitle2 span,
.comntitle3 span {
    color: var(--blue);
}

.subtitle {
    font-size: 22px;
    color: var(--green);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.banner_caption {
    position: absolute;
    top: 250px;
    left: 38%;
    width: 46%;
    transform: translate(-50%, -50%);
}

.banner_caption h1 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 900;
}

.banner_caption p {
    /* padding: 0 150px 0 0; */
    font-size: 20px;
    color: white;
}

.Content img {
    width: 100%;
}

.Point {
    display: flex;
    margin: 25px 0 0 25px;
}

.Point i {
    font-size: 20px;
    color: #21293F;
    padding-top: 5px;
}

.paregraph {
    padding: 0 0 0 15px;
}

.paregraph h5 {
    font-size: 22px;
}

.paregraph p {
    margin: 0;
}


.map iframe {
    width: 100%;
}


.detail {
    border-left: 1px solid #dbdbdb;
    padding: 0 0 0 25px;
}

.left {
    width: 12%;
}

.right {
    margin-left: 20px;
}

.right h6 {
    font-weight: 600;
    font-size: 16px;
}

.event {
    position: relative;
    overflow: hidden;
}

.portfolio-section {
    padding: 50px 0;
    background-color: #000;
}

.portfolio-section h2 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.portfolio-menu {
    text-align: center;
}

.control {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #343a40;
    border-radius: 3px;
    margin: 5px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all 0.5s ease;
}

.control:hover {
    background: #343a40;
}

.mixitup-control-active {
    color: #fff;
    background: #343a40;
}

.fancybox-container button:focus {
    outline: 0;
    box-shadow: none;
}

.portfolio-item {
    padding-top: 30px;
}

.pd {
    padding: 0;
    padding: 10px;
}

.pd img {
    height: 180px;
    transition: all 0.5s;
}

.portfolio-overlay {
    position: absolute;
    z-index: 2;
    top: 9px;
    left: 10px;
    background: rgba(0, 0, 0, 0.7);
    width: 94%;
    height: 91%;
    text-align: center;
    visibility: hidden;
    transition: all 0.5s;
    transform: scale(0);
}

.pd img {
    height: 180px;
    transition: all 0.5s;
    width: 100%;
}

.portfolio-overlay p,
.portfolio-overlay a {
    position: relative;
    z-index: 4;
}

.portfolio-overlay::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 0;
    position: absolute;
    left: 10%;
    top: 10%;
    transition: 50ms height ease 150ms;
    z-index: 3;
}

.portfolio-overlay::after {
    content: "";
    width: 0;
    height: 0;
    border-width: 0;
    position: absolute;
    right: 10%;
    bottom: 10%;
    transition: 100ms width ease 200ms;
    z-index: 3;
}

.portfolio-item:hover .portfolio-overlay::before {
    width: 80%;
    height: 80%;
    border-top: 1px solid #50977f;
    border-right: 1px solid #50977f;
    transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}

.portfolio-item:hover .portfolio-overlay::after {
    width: 80%;
    height: 80%;
    border-bottom: 1px solid #50977f;
    border-left: 1px solid #50977f;
    transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}

.portfolio-item li:hover .portfolio-overlay {
    visibility: visible;
    transform: scale(1);
}

.portfolio-overlay .category {
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.portfolio-overlay .magnify-icon {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background: #50977f;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.25s;
}

.portfolio-overlay .magnify-icon:hover {
    background: #000;
}

.portfolio-overlay .magnify-icon p span i {
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
}

.Industrial_page .comntitle {
    margin-bottom: 45px;
        font-weight: 600;
        text-align: center;
}

#Testimonials button:hover::after {
    display: none;
}

#Testimonials .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

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

#Testimonials .owl-dots span {
    font-size: 20px;
    color: #04C1E1;
    font-weight: 600;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: white;
    display: inline-block;
}
.light {
    background-image: url("../images/testimonial.png");
    background-repeat: no-repeat;
    background-size: cover;
	padding:40px 0 !important;
}
.light h2 {
    color: white;
}
.collaboration {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
/*    margin-bottom: 70px;*/
}

.map h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.customer {
    text-align: center;
    background-color: white;
    padding: 30px 30px 30px 30px;
    margin-top: 40px;
    position: relative;
}
.customer .top {
    width: 30%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translate(0px, -80px);
}
.customer i {
    font-size: 50px;
    color: #04C1E1;
    padding-top: 15px;
}

h6 {
    font-size: 20px !important;
    color: #004859 !important;
    font-weight: 600 !important;
}

.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;
}
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%;
}

button:hover {
    color: #0D6EFD !important;
    border: 1px solid #0D6EFD;
}
form button::after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: #089def;
    border-radius: 50px;
    top: 0;
    left: 0;
    transition: 1s;

}

form button:hover::after {
    width: 100%;
    bottom: -100%;
}
form button:hover {
    color: white !important;
    border: 1px solid white !important;
}

.ftlogo p {
    margin: 15px 0 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    color: white !important;
}
footer h6 {
    font-size: 22px !important;
    color: var(--midgreen) !important;
    margin-bottom: 20px !important;
    font-weight: 600 !important;
}

.bannertext p{
    font-size: 20px;
}

p.Testimonials_contain {
    font-size: 18px;
    line-height: 26px;
    color: #706464;
}
.star i {
    font-size: 20px !important;
    color: #EFA536 !important;
    margin-top: -20px;
}
.tlp-portfolio .tlp-portfolio-thum img {
    aspect-ratio: 3/2 !important;
    object-fit: cover !important;
    object-position: center !important;
} 


#University-Logo button:hover::after {
    display: none;
}

#University-Logo .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

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

#University-Logo .owl-dots span {
    font-size: 20px;
    color: #04C1E1;
    font-weight: 600;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: white;
    display: inline-block;
}

.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;
}
.small_bnto {
    display: flex;
    height: max-content;
   /* width: 100%;*/
     flex-wrap: wrap;
}
.small_bnto button {
    margin: 0 5px;
}
.small_bnto .call-now {
    border: none;
}
.social_icon {
    width: 25%;
    display: flex;
    justify-content: space-between;
}

.link {
    background-color: white;
    border-radius: 15px;
    margin: 5px;
}

.link i {
    font-size: 25px;
    color: #04C1E1;
    padding: 10px 15px;
}
.university-customer {
    background-color: white;
}
.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;
}