/* Site Name: Arka 
Website URL: https://www.arka.com/ 
Author: Arka 
Author URI: https://www.arka.com/ 
Description: Arka virtual world LLP Website Design Company Is One Of The Top Website Companies, With Clients Worldwide. 
Version: 1 
*/

/** 
* Table of Contents * 
* 1.0 - Normalize 
* 2.0 - Component 
* 3.0 - Header 
* 4.0 - Elements 
* 5.0 - Forms 
* 6.0 - Navigation 
    * 6.1 - Links 
* 21.0 - Page Templates 
* 22.0 - Media Queries */

/** 
* 1.0 - Normalize 
**/

:root{
    --main-color: #000000;
    --primary-color: #282525;
    --secondary-color: #FFAA06;
    --meta-color: #282525;
    --content-color: #6F6F6F;
    --placeholder-color: rgba(255,255,255,0.5);
    --theme-font: 'Poppins', sans-serif;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
html{
    font-family: var(--theme-font);
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    font-weight:normal;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-touch-callout:none;
    min-height:100%;
    height:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
body{
    font-family: var(--theme-font);
    color:var(--primary-color);
    background:#fff;
    font-weight:normal;
    margin:0;
    padding:0;
    line-height:1.5;
    font-size:14px;
    position:relative;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-touch-callout:none;
    min-height:100%;
    height:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
::-webkit-input-placeholder{
    color: var(--placeholder-color);
    font-family: var(--theme-font);
}
:-moz-placeholder{
    color: var(--placeholder-color);
    font-family: var(--theme-font);
}
::-moz-placeholder{
    color: var(--placeholder-color);
    font-family: var(--theme-font);
    opacity:1 
}
:-ms-input-placeholder{
    color: var(--placeholder-color);
    font-family: var(--theme-font);
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a{
    color:var(--primary-color);
    text-decoration:none;
    outline: none;
}
a:hover,a:focus,a:active{
    color:var(--primary-color);
    text-decoration:none;
    outline:0 none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
del {
    opacity: 0.8;
}
b, strong {
    font-weight: 700;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border:0;
    height:auto;
    max-width:100%;
    vertical-align:middle;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
hr {
    background-color:#d1d1d1;
    border:0;
    height:1px;
    margin:15px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
code, kbd, pre, samp {
    font-size: 1em;
}
fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    padding: 0.875em;
}
fieldset >:last-child {
    margin-bottom: 0;
}
legend {
    border: 0;
    padding: 0;
    margin: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
optgroup {
    font-weight: bold;
}
ul, ol {
    padding: 0;
    list-style: inside;
    margin-left: 15px;
}
ol {
    list-style: decimal;
    margin-left: 1.5em;
}
ul li, ol li {
    padding: 5px 0;
}
dl {
    margin: 0 0 1.75em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 0 1.75em;
}
body, button, input, select, textarea {
    font-family: var(--theme-font);
    color:var(--primary-color);
    font-size: 16px;
    line-height: 1.75;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin: 10px 0 12px 0;
    text-rendering: optimizeLegibility;
}
p {
    margin: 0 0 1.75em;
    line-height: 1.5;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    border: 0 solid #1a1a1a;
    border-left-width: 4px;
    font-size: 19px;
    font-size: 1.1875rem;
    font-style: italic;
    line-height: 1.4736842105;
    margin: 0 0 1.4736842105em;
    padding: 0 0 0 1.263157895em;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote p {
    margin-bottom: 1.4736842105em;
}
blockquote cite, blockquote small {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}
blockquote cite:before, blockquote small:before {
    content: "\2014\00a0";
}
blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}
blockquote strong, blockquote b {
    font-weight: 400;
}
blockquote >:last-child {
    margin-bottom: 0;
}
address {
    font-style: italic;
    margin: 0 0 1.75em;
}
code, kbd, tt, var, samp, pre {
    font-family: Inconsolata, monospace;
}
pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
code {
    padding: 0.125em 0.25em;
}
abbr, acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}
mark, ins {
    background: transparent;
    color:var(--primary-color);
    padding: 0.125em 0.25em;
    text-decoration: none;
}
big {
    font-size: 125%;
}
table, th, td {
    border: 1px solid #d1d1d1;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0;
    table-layout: auto;
    width: 100%;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
td {
    border-width: 0 1px 1px 0;
}
th, td {
    padding: 0.4375em;
}
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    border: 0;
    border-radius: 0;
    color:var(--primary-color);
    font-family: var(--theme-font);
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em 0.78125em;
    background-color: #0088CD;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #009ddc;
    border-radius:0;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline-offset: -4px;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #007acc;
    border-radius: 2px;
    color:var(--primary-color);
    padding: 10px 50px 10px 10px;
    height: 40px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    background-color: #ffffff;
    border-color: #007acc;
    color:var(--primary-color);
    outline: 0;
}

/** 
* 2.0 - Component
**/

.container {
    max-width: 1440px;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
}
.section-wrapper {
    padding: 100px 0;
}
.sub-title {
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFAA06 0%, #FF7947 106.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
    margin: 0 0 20px 0;
}
.sub-title.both:before,
.sub-title.left:before {
    display: block;
    content: '';
    width: 60px;
    height: 2px;
    background: linear-gradient(180deg, #FFAA06 0%, #FF7947 106.97%);
    margin-right: 20px;
}
.sub-title.both:after,
.sub-title.right:after {
    display: block;
    content: '';
    width: 60px;
    height: 2px;
    background: linear-gradient(180deg, #FFAA06 0%, #FF7947 106.97%);
    margin-left: 20px;
}
h2 {
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #282525;
    padding: 0;
    margin: 0 0 20px 0;
}
p {
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #6F6F6F;
    margin: 0 0 15px 0;
}
.theme-button {
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #3C427A;
    border-radius: 10px;
    padding: 15px 30px;
    display: inline-block;
    cursor: pointer;
    transition: all .5s linear;
}
.theme-button:hover {
    background: #FFAA06;
    color: #ffffff;
}
.theme-button:focus{
    color: #ffffff;
}
.theme-button.yellow {
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;    
    border-radius: 10px;
    padding: 15px 30px;
    display: inline-block;
    cursor: pointer;
    background: -webkit-linear-gradient(#FFAA06,#FF7947);  
    background: -moz-linear-gradient(#FFAA06,#FF7947);  
    background: -o-linear-gradient(#FFAA06,#FF7947);  
    background: linear-gradient(#FFAA06,#FF7947);  
  
    -webkit-transition: background 0.2s ease-out;  
    -moz-transition: background 0.2s ease-out;  
    -o-transition: background 0.2s ease-out;  
    transition: background 0.2s ease-out;  
  
    background-size:1px 100%;          
}
.theme-button.yellow:hover {
    /* background: linear-gradient(180deg, #FF7947 0%, #FFAA06 106.97%); */
    background-position:1px -51px;  
}

/** 
* 3.0 - Header
**/

.header-main .navbar {
    padding: 0;
    background: #3C427A;
}
.header-main .navbar-brand {
    display: block;
    padding: 10px 0;
    margin: 0;
}
.header-main .navbar-brand img {
    display: block;
}
.header-main .menu {
    padding: 10px 0;
}
.header-main .menu ul {
    padding: 0;
    margin: 0;
    max-width: calc(100% - 150px);
}
.header-main .menu ul li {
    padding: 0;
    margin: 0 25px;
}
.header-main .navbar .menu ul li a {
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 0;
    text-transform: capitalize;
    transition: all .5s;
}
.header-main .menu ul li a:hover {
    background: linear-gradient(180deg, #FFC406 0%, #FF4E0C 106.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.header-main .header-call {
    background: #ffffff;
    padding: 0 80px;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
}
.header-main .header-call .callnow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.header-main .header-call .callnow .icon img {
    margin: 0 15px 0 0;
}
.header-main .header-call .query span {
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.02em;
}
.header-main .header-call .query p {
    margin: 0;
}
.header-main .header-call .query p a {
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 700;
    font-size: 13.7647px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #FF690B;
    transition: all .5s;
}
.header-main .header-call .query p a:hover {
    color: #1F2771;
}


/** 
* 4.0 - Homepage
**/
.main-wrapper {
    overflow: hidden;
    overflow-y: auto;
}
/* Banner Section Start Here */ 
.banner {
    position: relative;
    padding: 0;
    margin-bottom: 120px;
}
.banner .banner-inner {
    background: url('../images/banner-bg.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    max-width: 1570px;
    margin-left: auto;
    margin-right: auto;
}
.banner .banner-content{
    max-width: 540px;
    padding: 120px 0;
}
.banner .banner-content .section-title h2 {
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 275;
    font-size: 45px;
    line-height: 60px;
    color: #FFFFFF;
}
.banner .banner-content .tagline {
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 39px;
    color: #FFFFFF;
    margin: 0 0 10px 0;
}
.banner .banner-content p {
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    color: #FFFFFF;
}
/* Slider */
.banner .banner-slider {
    position: relative;
    padding-left: 70px;
    position: absolute;
    top: 0;
    max-height: 800px;
    left: 50%;
    max-width: 1100px;
}
.banner .banner-slider .slider {
    background: #FFFFFF;
    border-radius: 20px 0px 0px 20px;
    padding: 20px;
    max-height: 800px;
}
.banner .banner-slider .slider .slick-list,
.banner .banner-slider .slider .slick-track {
    border-radius: 20px;
}
.banner .banner-slider .slider .slide {
    border-radius: 20px;
}
.banner .banner-slider .slider .slide img {
    max-height: 700px;
    border-radius: 20px;
    display: block;
    width: 100%;
    height: auto;
}
.banner .banner-slider .slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    position: absolute;
    left: -150px;
    bottom: 0;
}
.banner .banner-slider .slider .slick-dots:after {
    display: block;
    content: '';
    width: 101px;
    height: 2px;
    background: #0E0D12;
    position: absolute;
    left: -100%;
    top: 50%;
    transform: translateY(-50%);
}
.banner .banner-slider .slider .slick-dots li {
    margin: 0 0.1rem;
}
.banner .banner-slider .slider .slick-dots li a,
.banner .banner-slider .slider .slick-dots li button {
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 50%;
    text-align: center;
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #000000;
    cursor: pointer;
    padding: 0;
    background: transparent;
}
.banner .banner-slider .slider .slick-dots li .slick-dots a:hover,
.banner .banner-slider .slider .slick-dots li .slick-dots button:hover {
    border: 2px solid #000000;
}
.banner .banner-slider .slider .slick-dots li.slick-active a,
.banner .banner-slider .slider .slick-dots li.slick-active button {
    border: 2px solid #000000;
  }
/* Banner Section End Here */  
/* About Section Start Here */
.about-us .about-img{
    padding-left: 50px;
    padding-bottom: 70px;
    margin-left: -50px;
    position: relative;
}
.about-us .about-img img {
    width: 100%;
    max-width: 680px;
    position: relative;
    z-index: 1;
}
.about-us .about-img::after{
    content: "";
    display: block;
    background-image: url('../images/about-shadow.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background-position: 0 100%;
}
.about-content {
    padding-left: 50px;
}
.about-us .about-content .quote {
    font-family: var(--theme-font);
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #515050;
    position: relative;
    margin: 0 0 20px 0;
    padding-left: 50px;
}
.about-us .about-content .quote:after {
    display: block;
    content: '';
    width: 28px;
    height: 28px;
    background: url('../images/quote.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}
.about-us .about-content p {
    margin: 0 0 35px 0;
}
/* About Section End Here */
/* Services Section End Here */
.services {
    background: url('../images/services-bg.png');
    background-repeat: no-repeat;
    position: relative;
    background-position: bottom center;
    background-size: 90% 100%;
    padding: 100px 0;
    margin: 0 auto -250px;
}
/* .services::after{
    content: "";
    background-color: #1F2771;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 30%;
    clip-path: polygon(0 22%, 56% 34%, 100% 20%, 100% 100%, 0 100%, 0 20%);

} */
.services .container{
    position: relative;
    z-index: 1;
}
.services .section-title {
    text-align: center;
    margin: 0 0 40px 0;
}
.services .section-title .sub-title {
    justify-content: center;
}
.services .item .flip-card {
    background-color: transparent;
    width: 100%;
    perspective: 1000px;
}
.services .item .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    background: #FFFFFF;
    box-shadow: 0px 13px 15px rgba(255, 105, 11, 0.04);
    border-radius: 20px;    
}
.services .item .flip-card:focus {
    outline: 0;
}
.services .item .flip-card:hover .flip-card-inner,
.services .item .flip-card:focus .flip-card-inner{
    transform: rotateY(180deg);
}

.services .item .flip-card-back {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.services .item .flip-card-front {
    background: #FFFFFF;
    box-shadow: 0px 13px 15px rgba(255, 105, 11, 0.04);
    border-radius: 20px;
    padding: 50px 30px;
    position: relative;
}
.services .item .flip-card-front img {
    margin: 0 0 15px 0;
}
.services .item .flip-card-front h3 {
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
    color: #3C427A;
    margin: 0 0 15px 0;
}
.services .item .flip-card-front p {
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #6F6F6F;
    margin: 0;
}
.services .item .flip-card-back {
    background: #3C427A;
    box-shadow: 0px 13px 15px rgba(255, 105, 11, 0.04);
    border-radius: 22px;
    transform: rotateY(180deg);
    padding: 50px 30px;
}
.services .item .flip-card-back .title {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 0 0 20px 0;
}
.services .item .flip-card-back .title img {
    max-width: 50px;
    margin-right: 15px;
}
.services .item .flip-card-back .title h3 {
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-align: left;
    margin: 0;
}
.services .item .flip-card-back p {
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    color: #ffffff;
    margin: 0 0 20px 0;
}
.services .item .flip-card-back .theme-button {
    position: relative;
}
.services .item .flip-card-back .theme-button:after {
    display: block;
    content: '';
    background: url('../images/move-arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 28px;
    height: 54px;
    position: absolute;
    top: 30px;
    left: -50px;
}
.services .item .flip-card-back .movemore {
    font-family: var(--theme-font);
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
}
/* Services Section End Here */
/* Our Project Section Start Here */
.our-project {
    background: url('../images/project-bg.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    position: relative;
    padding-bottom: 0;
    margin: 0 auto;
    margin-bottom: 0;
    padding-top: 450px;
    /* background-color: #1F2771; */

}
.our-project .section-title {
    margin: 0 0 60px 0;
}
.our-project .section-title h2 {
    color: #ffffff;
}
.our-project .card-item {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    margin-bottom: -100px;
}
.our-project .card-item .project-img{
    min-height: 260px;
    padding-bottom: 75%;
    position: relative;
}
.our-project .card-item .project-img:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0; 
    display: none;
}
.our-project .card-item .project-img iframe {
    opacity: 1; 
}
.our-project .card-item .project-img iframe,
.our-project .card-item .project-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.our-project .card-item .project-img img {
    border-radius: 20px;
    width: 100%;
    min-height: 260px;
    object-fit: cover;
}
.our-project .card-item .card-content {
    padding: 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    bottom: calc(0px - 20px);
    width: 100%;
    padding: 15% 50px 30px;
    transition: all 0.2s;
}
.our-project .card-item:hover .card-content {
    bottom: 0;
    transition: all 0.2s;   
    padding: 20% 50px 30px; 
}
.our-project .card-item .card-content .date {
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #FF690B;
    display: inline-block;
    width: 100%;
    margin: 0 0 5px 0;
}

.our-project .card-item .card-content .title {
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.our-project .card-item .card-content p {
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #ffffff;
    display: none;
     transition: all 0.2s;
}
.our-project .card-item .card-content .theme-button {
    display: none;
     transition: all 0.2s;
}
.our-project .card-item:hover .card-content p,
.our-project .card-item:hover .card-content .theme-button {
    display: inline-block;
     transition: all 0.2s;
}

/* Our Project Section End Here */
/* Aboutus Section Start Here */
.contact-us{
    background: #F8F8F8;
    padding: 200px 0 100px;
}
.contact-us .section-title {
    text-align: center;
    margin: 0 0 40px 0;
}
.contact-us .section-title .sub-title {
    justify-content: center;
}
.contact-us .address {
    background: #FFFFFF;
    box-shadow: 0px 14px 15px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}
.contact-us .address ul {
    padding: 0;
    margin: 0;
}
.contact-us .address ul li {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    background: #FFFFFF;
    box-shadow: 0px 14px 15px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 28px 30px;
    margin: 0 0 15px 0;
}
.contact-us .address ul li:last-of-type {
    margin: 0;
}
.contact-us .address ul li img {
    width: 20px;
    margin: 5px 20px 0 0;
    flex: 0 0 20px;
}
.contact-us .address ul li p {
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #6F6F6F;
    margin: 0;
    word-break: break-word;
    flex: 0 0 calc(100% - 40px);
}
.contact-us .address ul li p a {
    color: #6F6F6F;
}
.contact-us .address ul li p a:hover {
    background: linear-gradient(180deg, #FFAA06 0%, #FF7947 106.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.contact-us .contact-form {
    padding-left: 40px;
}
.contact-us .contact-form form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-us .contact-form form .row {
    flex: 0 0 calc(100% - 220px);
}
.contact-us .contact-form form .form-group {
    margin: 0 0 20px 0;
}
.contact-us .contact-form form .form-group label {
    display: none;
}
.contact-us .contact-form form .form-group input,
.contact-us .contact-form form .form-group textarea {
    background: #3C427A;
    border-radius: 10px;
    padding: 13px 15px;
    height: auto;
    width: 100%;
    color: #ffffff;
}
.contact-us .contact-form form .form-group textarea {
    height: 135px;
}
.contact-us .contact-form form .custom-button {
    flex: 0 0 190px;
    margin: 0 0 20px 30px;
}
.contact-us .contact-form form .custom-button .theme-button {
    background: linear-gradient(180deg, #FFAA06 0%, #FF7947 106.97%);
    border-radius: 10px;
    background-image: url('../images/button-bg.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    border-top-right-radius: 0;
    font-size: 14px;
    line-height: 21px;
    width: 100%;
    border: none;
}
/* Aboutus Section End Here */

/** 
* 5.0 - Footer
**/

footer {
    background: #3C427A;
}
footer .footer-about {
    padding-right: 80px;
}
footer .footer-about a {
    display: block;
    margin: 0 0 30px 0;
}
footer .footer-about a img {
    display: block;
}
footer .footer-about p {
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}
footer .footer-about .social-media ul {
    padding: 0;
    margin: 0;
}
footer .footer-about .social-media ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0;
    margin: 0 15px 0 0;
}
footer .footer-about .social-media ul li a {
    width: 36px;
    height: 36px;
    margin: 0;
    position: relative;

    color: #6b5770;
    background-image: -o-linear-gradient(left, #FFAA06, #FF7947);
    background-image: -webkit-gradient(linear, left top, right top, from(#FFAA06), to(#FF7947));
    background-image: linear-gradient(90deg, #FFAA06, #FF7947);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    position: relative;
    z-index: 0;
    border-radius: 50%;
    transition: 0.3s linear;
}
footer .footer-about .social-media ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(left, #fff, #fff);
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background: linear-gradient(90deg, #3c427a, #3c427a);
    z-index: -1;
    transition: .4s;
    border-radius: 50px;
    transition: 0.3s linear;
}
footer .footer-about .social-media ul li a:hover {
    color: #fff;
    transition: .4s;
    border-color: transparent;
    border: 0;
}
footer .footer-about .social-media ul li a:hover:after {
    background: -o-linear-gradient(left, #FFAA06, #FF7947);
    background: -webkit-gradient(linear, left top, right top, from(#FFAA06), to(#FF7947));
    background: linear-gradient(90deg, #FFAA06, #FF7947);
    transition: 0.3s linear;
}
footer .footer-about .social-media ul li a img {
    margin: 8px auto;
}
footer .footer-about .social-media ul li a:hover img {
    filter: brightness(3) invert(76%);
    
}
footer .footer-contact {
    padding-left: 80px;
}
footer .footer-contact .form {
    background: #282E63;
    border-radius: 50px;
    max-width: 530px;
    padding: 45px;
    position: relative;
}
footer .footer-contact .form:after {
    display: block;
    content: '';
    width: 44px;
    height: 44px;
    border-bottom: solid 22px #282E63;
    border-right: solid 22px #282E63;
    border-left: solid 22px transparent;
    border-top: solid 22px transparent;
    position: absolute;
    bottom: 45px;
    left: -44px;
}
footer .footer-contact .form p {
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}
footer .footer-contact .form .call {
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 64px;
    background: linear-gradient(180deg, #FFAA06 0%, #FF7947 106.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
    margin: 0 0 30px 0;
}
footer .sub-footer p {
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    padding: 30px 0;
    border-top: 1px solid #181B30; 
}
.sidebar-icon .top-left {
    position: relative;
    transform: rotate(-90deg) scaleX(-1);
    transform-origin: top left;
    padding-left: 110px;
}
.sidebar-icon .top-left:after {
    display: block;
    content: '';
    width: 95px;
    height: 2px;
    background: #3C427A;
    position: absolute;
    left: 0;
    top: 20px;
}
.sidebar-icon .top-left h4 {
    white-space: nowrap;
    transform: scaleX(-1);
    margin: 0;
    font-family: var(--theme-font);
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    height: 40px;
    width: 75px;
    line-height: 40px;
    color: #3C427A;
}
.sidebar-icon ul {
    padding: 160px 0 0 0;
    margin: 0;
}
.sidebar-icon ul li {
    padding: 0;
    margin: 10px 0;
    list-style-type: none;
}
.sidebar-icon ul li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 2px solid #3C427A;
    border-radius: 50%;
    text-align: center;
    transition: all .5s ease-out;
}
.sidebar-icon ul li a img {
    height: 15px;
    vertical-align: middle;
}
.sidebar-icon ul li a:hover {
    background: #3C427A;
    border: 2px solid #3C427A;
}
.sidebar-icon ul li a:hover img {
    filter: brightness(0) invert(1);
}
.iframe-section{
    background: #f5f5f5;
}

.text-center .sub-title{
    justify-content: center;
}
.accordion-container{
  position: relative;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
  background: #F8F8F8;
  border: 1px solid #EAEAEA;
  border-radius: 20px;
  margin-bottom: 20px;
}
.set > .accordion-header{
  display: block;
  padding: 16px 35px 16px 20px;
  text-decoration: none;
  color: #3C427A;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
  cursor: pointer;
  position: relative;
}
.set > .accordion-header::after{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url('../images/drop-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-100%, -50%);
}
.set > .accordion-header.active::after{
    transform: translate(-100%, -50%) rotate(180deg);
}
.accordion-content{
  display:none;
  padding: 0 20px;
}
.accordion-content p{
    margin-bottom: 20px;
}
/** 
* 6.0 - Media Query
**/

@media (min-width: 1400px) {
    .header-main .menu ul {
        max-width: calc(100% - 220px);
    }
    .header-main .header-call {
        padding: 0 40px;
    }
    .about-us {
        position: relative;
    }
}
@media (min-width: 1700px) {
    .sidebar-icon {
        position: absolute;
        top: 0;
        width: 50px;
        left: calc(50% - (890px - 0px));
    }
    .header-main .navbar:after {
        display: block;
        content: '';
        background: #ffffff;
        width: calc(50% - (785px - 0px));
        height: 100%;
        position: absolute;
        left: 0;
    }
    .header-main .menu ul {
        max-width: calc(100% - 240px);
    }
    .header-main .header-call {
        padding: 0 80px;
    }
    .about-us {
        position: relative;
    }
}
@media (max-width: 1800px) {
    .services{
        background-size: 90% 100%;
    }
}
@media (max-width: 1699px) {
    .sidebar-icon {
        display: none;
    }
}
@media (max-width: 1399px) {
    .header-main .menu ul {
        max-width: calc(100% - 220px);
    }
    .header-main .header-call {
        padding: 0 40px;
    }
    .banner .banner-content {
        max-width: 100%;
        padding: 30px 0;
    }
    .banner {
        margin-bottom: 0;
    }
    .banner .banner-slider {
        position: relative;
        left: 0;
        padding: 0;
    }
    .banner .banner-slider .slider .slick-dots {
        position: relative;
        left: 0;
        padding-bottom: 0;
    }
    .banner .banner-slider .slider {
        border-radius: 20px;
    }
    .banner .banner-slider .slider .slick-dots:after {
        left: 0;
        top: calc(50% + 10px);
    }
    .services {
        margin: 0 auto 100px;
    }
    .our-project {
        background: url('../images/project-bg.jpg');
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
        position: relative;
        padding:100px 0 0;
    }
    footer .footer-contact .form .call {
        font-size: 40px;
        line-height: 54px;
    }
}
@media (min-width: 992px) and (max-width: 1399px) {
    .banner .banner-slider .slider {
        border-radius: 20px 0 0 0;
    }
    .banner .col-lg-7 {
        padding-right: 0;
        position: relative;
        right: -3px;
    }
}
@media (max-width: 1199px) {
    h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .header-main .menu ul {
        max-width: calc(100% - 180px);
    }
    .header-main .header-call {
        padding: 0 20px;
    }
    .header-main .menu ul li {
        margin: 0 20px;
    }
    .about-us .about-img{
        padding-left: 0;
    }
    .about-content {
        padding-left: 0;
    }
    .services {
        margin: 0;
        padding: 80px 0;
        background: rgba(255, 105, 11, 0.05);
    }
    .services .item .flip-card-front,
    .services .item .flip-card-back {
        padding: 30px 15px;
    }
    .services .item .flip-card-front h3,
    .services .item .flip-card-back .title h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .services .item .flip-card-back .movemore,
    .services .item .flip-card-back .theme-button:after {
        display: none;
    }
    .contact-us .contact-form form .row {
        flex: 0 0 100%;
    }
    .contact-us .contact-form form .custom-button {
        margin: 0;
    }
    .contact-us .contact-form form .custom-button .theme-button {
        background: linear-gradient(180deg, #FFAA06 0%, #FF7947 106.97%);
        border-radius: 10px;
    }
    footer .footer-about,
    footer .footer-contact {
        padding: 0;
    }
    
    footer .footer-contact {
        padding-left: 50px;
    }
    footer .footer-contact .form {
        border-radius: 20px;
        padding: 25px;
        max-width: 360px;
    }
    footer .footer-contact .form:after {
        width: 24px;
        height: 24px;
        border-bottom: solid 12px #282E63;
        border-right: solid 12px #282E63;
        border-left: solid 12px transparent;
        border-top: solid 12px transparent;
        bottom: 24px;
        left: -22px;
    }
    footer .footer-contact .form p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 20px 0;
    }
    footer .footer-contact .form .call {
        font-size: 26px;
        line-height: 40px;
        margin: 0 0 20px 0;
    }
}
@media (max-width: 991px) {
    h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .section-wrapper {
        padding: 50px 0;
    }
    .header-main .navbar-toggler {
        padding: 0;
        background: transparent;
        box-shadow: none;
    }
    .header-main .navbar-toggler img {
        max-width: 30px;
    }
    .header-main .header-call {
        display: none;
    }
    .header-main .menu {
        padding: 0;
    }
    .header-main .menu ul {
        max-width: 100%;
        padding: 20px 0;
    }
    .header-main .menu ul li {
        margin: 0;
        border-bottom: 1px solid rgba(255,255,255,0.5);
    }
    .header-main .navbar .menu ul li a {
        padding: 10px 0;
    }
    .banner {
        padding: 0;
    }
    .banner .banner-inner {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .banner .banner-content {
        padding: 0;
    }
    .banner .banner-content .section-title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .banner .banner-content .tagline {
        font-size: 22px;
        line-height: 32px;
    }
    .banner .banner-slider .slider {
        padding: 10px;
    }
    .banner .banner-slider .slider,
    .banner .banner-slider .slider .slick-list,
    .banner .banner-slider .slider .slick-track,
    .banner .banner-slider .slider .slide img {
        border-radius: 10px;
    }
    .banner .banner-slider .slider .slick-dots:after {
        width: 60px;
    }
    .banner .banner-slider {
        margin-bottom: 30px;
    }
    .about-us .about-img {
        text-align: center;
        margin: 0 0 30px 0;
    }
    .about-us .about-img img {
        width: 100%;
        max-width: 100%;
    }
    .services .section-title {
        margin: 0 0 30px 0;
    }
    .services .item {
        margin: 0 0 30px 0;
    }
    .services .item .flip-card-front h3 br {
        display: none;
    }
    .our-project,
    .our-project .card-item{
        margin-bottom: 0;
    }    
    .our-project .section-title {
        margin: 0 0 30px 0;
    }
    .our-project .card-item .card-content {
        padding: 20px;
    }
    .our-project .card-item .card-content .title {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .our-project .card-item .card-content {
        padding: 20px;
    }
    .contact-us .section-title {
        margin: 0 0 30px 0;
    }
    .contact-us .address {
        margin: 0 0 30px 0;
    }
    .contact-us .contact-form {
        padding: 0;
    }
    .contact-us .contact-form form {
        display: block;
    }
    
}
@media (max-width: 767px) {
    .header-main .navbar-brand img {
        max-width: 180px;
        max-height: 50px;
    }
    .banner .banner-slider .slider .slick-dots:after {
        left: calc(50% - 130px);
        width: 50px;
    }
    footer .footer-contact {
        padding-left: 0;
        margin-top: 30px;
    }
    footer .footer-contact .form {
        border-radius: 20px;
        padding: 25px;
        max-width: 360px;
    }
    footer .footer-contact .form:after {
        width: 24px;
        height: 24px;
        border-bottom: solid 12px #282E63;
        border-right: solid 12px #282E63;
        border-left: solid 12px transparent;
        border-top: solid 12px transparent;
        left: 20px;
        top: -20px;
        bottom: auto;
    }
    footer .footer-contact .form p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 20px 0;
    }
    footer .footer-contact .form .call {
        font-size: 26px;
        line-height: 40px;
        margin: 0 0 20px 0;
    }
    footer .sub-footer p {
        padding: 15px 0;
    }
}
@media (max-width: 480px) {
    
}