
/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* ===================================
    General
====================================== */

body {font-family: "Rubik", sans-serif; font-size: 15px;color: #2b2b2b;font-weight:400;line-height: 26px;overflow-x: hidden;-webkit-font-smoothing: antialiased;}
p{margin-bottom: 0;color: #706F6F;font-weight: 400;font-size: 16px;letter-spacing: 0;}
a {color:inherit;}
br{line-height: 15px}
::-webkit-scrollbar-track {background-color: #e9edf0;border-left: 1px solid #ededed;}
::-webkit-scrollbar {width: 5px;background-color: #1DA3DD;border-radius:10px;}
::-webkit-scrollbar-thumb {background: #1DA3DD;}
a:hover, a:active {color: #1DA3DD;text-decoration: none;}
a:focus, a:active, button:focus, button:active, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {outline: none;text-decoration: none}
.form-control::placeholder {color: #c2c2c2;opacity: 1;}  .form-control:-ms-input-placeholder {color: #c2c2c2;}  .form-control::-ms-input-placeholder {color: #c2c2c2;}
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
ul{list-style: none;padding: 0; margin: 0;}
:focus{outline: none;}
img {max-width: 100%}
section,.section-padding {position: relative;padding: 40px 0;}
.section-top-margin{margin-top: 7.5rem;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {line-height: 1;  margin-bottom: 0;}
.btn.focus, .btn:focus{box-shadow: none;}
a {text-decoration: none;}
.form-group {margin-bottom: 1rem;}
.bg-light{
    background:#f7f7f7;
}
/* transition none */

.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}


/* opacity */
.opacity-full{opacity: 1;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}

/* z index */
.z-index-1{z-index: 1;}
.z-index-2{z-index: 2;}
.z-index-2{z-index: 3;}
.z-index-2{z-index: 4;}
.z-index-2{z-index: 5;}

/* margin*/
.mr-5{
    margin-right:50px;
}
hr {
    margin: 5px 0;
}
/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* backround color */

.bg-black{background: #000000;}
.bg-dark {background-color: #1d1d21 !important;}
.bg-blue {background-color: #1DA3DD;}

.gradient-bg1{
    background: #FF2422;
    background: -moz-linear-gradient(left, #FF2422 2%, #6F43EF 82%);
    background: -webkit-linear-gradient(left, #FF2422 2%,#6F43EF 82%);
    background: linear-gradient(to right, #FF2422 2%,#6F43EF 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF2422', endColorstr='#6F43EF',GradientType=1 );
}

/* text-color */
.main-color{color: #FF2422;}
.alt-color{color: #6F43EF;}
.third-color{color: #1DA3DD;}

.gradient-text1{
    background: #FF2422;
    background: -moz-linear-gradient(left, #FF2422 2%, #6F43EF 82%);
    background: -webkit-linear-gradient(left, #FF2422 2%,#6F43EF 82%);
    background: linear-gradient(to right, #FF2422 2%,#6F43EF 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF2422', endColorstr='#6F43EF',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* button */
.btn {display:inline-block; font-size: 17px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; min-width: 125px; font-weight: 500; transition-duration: 0.3s; transition: all 0.3s !important; transition-timing-function: ease-in-out}
/* button size */
.btn.btn-small {font-size:14px; padding: 7px 24px;}
.btn.btn-medium {font-size:16px; padding: 10px 25px;}
.btn.btn-large {font-size:16px; padding: 15px 40px; line-height: 25px}
.btn.btn-rounded {border-radius: 50px;}

/* button background */
.btn.btn-white {background:#ffffff; border-color: #ffffff; color: #585858}
.btn.btn-white:hover, .btn.btn-white:focus {background: transparent !important; border-color: #ffffff; color:  #ffffff !important}
.btn.btn-transparent-white {background:transparent; border-color: #ffffff; color:  #ffffff}
.btn.btn-transparent-white:hover, .btn.btn-transparent-white:focus {background: #ffffff !important; color: #585858 !important}
.btn.btn-transparent-black {background:transparent; border-color: #2b2b2b; color: #2b2b2b}
.btn.btn-transparent-black:hover, .btn.btn-transparent-black:focus {background: #2b2b2b !important; color: #ffffff !important}
.btn.btn-black {background: #2b2b2b; border-color: #2b2b2b; color: #ffffff}
.btn.btn-black:hover, .btn.btn-black:focus {background: transparent !important; border-color: #2b2b2b; color: #2b2b2b !important}
.btn.btn-blue {background: #1DA3DD; border-color: #1DA3DD; color: #ffffff}
.btn.btn-blue:hover, .btn.btn-blue:focus {background: transparent !important; border-color: #1DA3DD; color: #1DA3DD !important}
.btn.btn-gradient{color: #ffffff; flex: 1 1 auto; border-radius:50px; font-size:14px;
    padding:5px 20px;transition: 0.5s;background-size: 200% auto;background-image: linear-gradient(to right, #FF2422 0%, #6F43EF 51%, #FF2422 100%);}
.btn.btn-gradient:hover{background-position: right center;}
.btn.btn-hvr-white:hover, .btn.btn-hvr-white:focus {background: #ffffff !important; border-color: #ffffff; color: #585858 !important}
.btn.btn-border{color: #000000; border-radius:50px; font-size:16px;position: relative;
    padding:.5px;transition: 0.5s;background-image: linear-gradient(to right, #FF2422 0%, #6F43EF 100%);}
.btn.btn-border:hover{background-image: linear-gradient(to right, #6F43EF 0%, #FF2422 100%);}
.btn.btn-border .btn-span {align-items: center;background: #fff;padding:8px 20px;border-radius: 40px;display: flex;justify-content: center;height: 100%;transition: background .5s ease;width: 100%;}
.btn.btn-border .btn-span span{background-image: linear-gradient(to right, #6F43EF 0%, #FF2422 100%);color: transparent;background-clip: text;}
.btn-area{margin:20px 0;}
.btn-area .btn{margin:5px 5px 5px 0;}
/* ===================================
   Social Icon Hover
====================================== */

/*icon bg bover */
.facebook-bg-hvr:hover{background:#4267B2 !important;color: #fff !important;border: 1px solid #4267B2 !important;}
.twitter-bg-hvr:hover{background:#1DA1F2 !important;color: #fff !important;border: 1px solid #1DA1F2 !important;}
.instagram-bg-hvr:hover{background:#C32AA3 !important;color: #fff !important;border: 1px solid #C32AA3 !important;}
.linkedin-bg-hvr:hover{background:#0077B5 !important;color: #fff !important;border: 1px solid #0077B5 !important;}
.pinterest-bg-hvr:hover{background:#BD081C !important;color: #fff !important;border: 1px solid #BD081C !important;}
.google-bg-hvr:hover{background:#DB4437 !important;color: #fff !important;border: 1px solid #DB4437 !important;}

/*icon text bover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color:#C32AA3 !important;}
.linkedin-text-hvr:hover{color:#0077B5 !important;}
.pinterest-text-hvr:hover{color:#BD081C !important;}
.google-text-hvr:hover{color:#DB4437 !important;}

.fancy-image{
    background: url("../images/slider-image1.jpg");
}

/* ===================================
    Header & Navigation
====================================== */

header {
    width: 100%;
    z-index: 99;
}

/* logo change */

header .logo .logo-dark, header .logo .logo-light {visibility: hidden; opacity: 0; width: 0; transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header .logo .logo-dark.default, header .logo .logo-light.default {visibility: visible; opacity: 1; width: auto; transition-duration:0.5s;  -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header nav .logo .logo-light, header nav.header-dark .logo .logo-light {visibility: visible;  opacity: 1; width: auto; transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header nav .logo .logo-dark, header nav.header-dark .logo .logo-dark {visibility: hidden; opacity: 0; width: 0; transition-duration:0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header nav .logo .logo-dark, header nav.header-light .logo .logo-dark {visibility: visible;  opacity: 1; width: auto; transition-duration:0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header nav .logo .logo-light, header nav.header-light .logo .logo-light {visibility: hidden; opacity: 0; width: 0; transition-duration:0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header a.logo {display: inline-block; vertical-align: middle;line-height: 0}
header a.logo img {vertical-align: sub;}


/*header top bar*/

.top-header-area{
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}

.top-header-area .header-top-text i{
    font-size: 18px;
}

.top-header-area ~ .navbar-top-default{
    background-color: #ffffff;
    top: 45px;
    height: 65px;
}

.top-header-area{
    display: none;
}

.top-header-area ~ .navbar-top-default{
    top: 0;
}

/* nav top default */

.navbar-top-default{
    top: 0;
    z-index: 99;
    height: 90px;
    width: 100%;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    position: fixed;
    z-index: 999;
    background: #ffffff;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.navbar-top-default .navbar-brand {
    position: absolute;
    left: 51%;
    transform: translateX(-50%);
    font-weight: bold;
    max-width:200px;
}

.navbar-top-default .dropdown-menu{
    left: 3%;
    right: 3%;
    background: #fff;
    width: 94%;
    padding: 10px 20px;
    top:85px;
    height:auto;
    transition: all 400ms ease 0s;
    transition: min-height 0.5s;

}
.dropdown-menu.mega-menu{
    height:450px;
    overflow-y: auto;
    margin-bottom:30px;
}
.mega-box{
    padding:2px;

}
.mega-box img{
    padding:5px;
    box-shadow:1px 2px 10px 2px #ddd;
}
.mega-box ul {
    margin-bottom: 30px;
    margin-left: 10px;
}
.mega-box img{
    margin:5px 20px;
    width:80%;
}
.scroll-mega{
    height:450px;
    overflow-y: auto;
}
.mega-menu ul{
    transition: all .5s ease;
}
.navbar-top-default .mega-menu h5 {
    margin-bottom: 1rem;
    padding: 10px;
    font-size: 18px;
    background: #1DA3DD;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    color: #fff;
}
.navbar-top-default .nav-icon .navbar-nav {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.navbar-nav .resource-nav{
    position: relative;
}

.dropdown-menu.single-dropdown {
    width: 300px;
    left:0;
    top:50px;
}
.navbar-top-default .resource-nav h4 {
    margin-bottom: 1rem;
    padding: 10px;
    font-size: 18px;
    background: #1DA3DD;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    color: #fff;
}
.navbar-top-default .dropdown-item{
    padding:5px 5px;
    font-size:13px;
    line-height:18px;
    white-space: normal;
    font-family: "Roboto", sans-serif;
}
.navbar-top-default .dropdown-item:focus, .navbar-top-default .dropdown-item:hover{
    text-decoration: underline;
    background:none;
    color:#1DA3DD !important;
}
.navbar-top-default .dropdown-menu:focus h5 a, .navbar-top-default .dropdown-menu:hover h5 a{
    color:#000 !important;
}
.navbar-top-default .dropdown-item:before{
    content:'\f105';
    font-family:FontAwesome;
    margin-right:5px;

}
.navbar-top-default .menu-line {
    position: absolute;
    top: -20px;
    font-size: 20px;
    color: #ffffff;
    left: 0;
    display: block;
    text-align: center;
    width: 100px;
    height: 30px;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}

.nav-icon .navbar-nav .nav-link:nth-child(1).active ~ .menu-line{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(2).active ~ .menu-line{
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(3).active ~ .menu-line{
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(4).active ~ .menu-line{
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(5).active ~ .menu-line{
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(6).active ~ .menu-line{
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(7).active ~ .menu-line{
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0);
}



.nav-icon .navbar-nav .nav-link:nth-child(1):hover ~ .menu-line{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(2):hover ~ .menu-line{
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(3):hover ~ .menu-line{
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(4):hover ~ .menu-line{
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(5):hover ~ .menu-line{
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(6):hover ~ .menu-line{
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(7):hover ~ .menu-line{
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0);
}


/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
    padding: 8px 20px;
    margin-left: -0.5rem;
    color: #333;
}
.search-area {
    position: relative;
    right:0px;
}

.navbar-top-default.navbar-dark .navbar-nav .nav-link,.navbar-top-default.navbar-dark .navbar-nav .nav-link.active{
    color: #151515;
    font-weight: 400;
}
.navbar-top-default.navbar-dark .menu-line{
    color: #151515;
}

.navbar-dark .sidemenu_btn span{
    background: #151515;
}

.navbar-simple .navbar-nav .nav-link{
    color: #2b2b2b;
    font-weight: 400;
}

.nav-box-round .navbar-nav .nav-link{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.nav-box-round .navbar-nav .nav-link.active{
    background-color: #1DA3DD;
    color: #ffffff !important;
}

.nav-box-round .navbar-nav .nav-link:hover{
    color: #1DA3DD;
}

/*nav line*/

.nav-line .navbar-nav .nav-link.active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}

.nav-line .navbar-nav .nav-link:before {
    position: relative;
    content: '';
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: table;
    height: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    bottom: -28px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #1DA3DD;
    visibility: hidden;
    opacity: 0;
}


/*Navbar Center Logo*/

.center-logo .logo {
    left: 50%;
    position: absolute;
    margin-top: -25px;
    top: 50%;
    text-align: center;
    transform: translateX(-50%);
    z-index: 1;
}

.center-logo .navbar-nav .nav-link:nth-child(3){
    margin-left: auto;
}
header .center-logo a.logo img {max-width: 180px;}

/*Bottom Nav*/




.bottom-nav, .bottom-nav{
    position: absolute;
    top: auto;
    height: 90px;
    bottom: 0;
    -webkit-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.bottom-nav.navbar-bottom-top {
    position: fixed !important;
    top: 0 !important;
    bottom: auto !important;
    margin: auto !important;
    z-index:999;
}

/*Navbar Box*/

.navbar-box{
    height: auto;
    top: 50px;
}
.navbar-box{
    top: 0;
}

.navbar-box .container{
    height: 65px;
    border-radius: 5px;
    background-color: #ffff;
    padding: 0 30px;
}
.navbar-box .sidemenu_btn {
    display: none !important;
}

.navbar-box .sidemenu_btn {
    display: inline-block !important;
}
/*search toogle*/

.search-area {
    position: relative;
    right:-30px;
}
.search-icon {
    font-size: 18px;
    color: dimgray;
    background-color: transparent;
    border: 0;
    outline: none;
    border-radius:5px;
    padding:10px;
}
.submit-search{
    background:#1DA3DD;
    color:#fff;
}
.search-toggle .search-icon.icon-close {
    display: none;
}
.search-toggle.opened .search-icon.icon-search {
    display: none;
}
.search-toggle.opened .search-icon.icon-close {
    display: block;
}

.search-container {
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    overflow: hidden;
    background:#f7f7f7;
    margin-top:20px;
    border-radius:10px;
}
.search-container.opened {
    max-height: 100px;
}
.search-container form{
    display:flex;

}
.search-container input[type="text"] {
    outline: none;
    font-size: 16px;
    margin: 18px;
    width: 300px;
    background-color: inherit;
    border: 0;

}
.search-container .search-icon {
    vertical-align: middle;
}
.search-container {
    position: absolute;
    right: 15px;
}

/*side nav*/

.navbar-side{
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 90px;
}


.navbar-side .logo{
    transform: scale(0) !important;
}

.navbar-side .sidemenu_btn span {
    background: #151515;
}



/* side menu button */

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
    right: 15px;
    display: none;
}

.sidemenu_btn.parallax-btn{
    width: 70px;
}


.sidemenu_btn_inner{
    height:70px;
    width:70px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    float: left;
}

.sidemenu_btn_inner .animated-element{
    width:25px;
    text-align: center;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background-color: #FFFFFF;
    display: block;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}
/*Navbar Right*/

.navbar.navbar-right {
    background: #fff;
    border: none;
    display: inline-table;
    width: 290px;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: fixed;
    top: 0;
    z-index: 110;
    height: 100%;
    padding: 3rem 2rem;
    border-right: 1px solid rgba(0,0,0,.07);
    left: 0;
    overflow-x: hidden;
}

.navbar.navbar-right.left{
    left: auto;
    right: 0;
}


.navbar.navbar-right .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.navbar.navbar-right a.logo{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 8rem;
}
.navbar.navbar-right .navbar-nav  .nav-link {
    display: block;
    padding: .5rem 1rem;
    font-size: 1.2rem;
    font-weight: 300;
}
.navbar.navbar-right .navbar-nav .nav-link.active{
    color:#1DA3DD;
}
.navbar.navbar-right .navbar-nav .nav-link:hover{
    color:#1DA3DD;
}
.navbar.navbar-right .navbar-nav .nav-link{
    color: #000000;
}

.wrapper{
    padding-left: 290px;
}

.wrapper.right{
    padding-left:0;
    padding-right: 290px;
}
.right-content{
    min-height:300px;
    margin-bottom:70px;
}

.side-right-social{
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0;
}

.side-right-social a {
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #1DA3DD;
    color: #FFFFFF;
    background: #1DA3DD;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.side-right-btn{
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 40px;
    padding: 10px;
    display: none;
    position: fixed;
    background: #ffffff;
    z-index: 999;
    top: 20px;
    left: 20px;
    cursor: pointer;
}

.side-right-btn > span {
    height: 2px;
    width: 100%;
    background: #1d1d1d;
    display: block;
}

.side-right-btn > span:nth-child(2) {
    margin: 4px 0;
}


/* slider */

.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#banner-slide .owl-slide {
    position: relative;
    height: 100vh;
    background-color: lightgray;
}
#banner-slide .owl-slide img{
    max-height:500px;
    object-fit: contain;
}

.owl-slide-text{
    padding-left:18%;
    padding-top:100px;
    position:relative;
    min-height:450px;
}
.owl-slide-title{
    font-size:46px;
    margin-bottom:30px;
}
.owl-slide-subtitle h3{
    font-size:32px;
    line-height:46px;
    margin-bottom:50px;
}
.banner-area .owl-slide-text .btn{
    position:absolute;
    bottom:0px;

}

#banner-slide .owl-dots,
#banner-slide .owl-nav {
    position: absolute;
    transform:rotate(90deg);
    width:300px;
    left:-5% !important;
    top:50% !important;
}

#banner-slide .owl-dots .owl-dot,
#banner-slide .owl-nav [class*="owl-"]:focus {
    border:3px solid #333;
    position:relative;
}
#banner-slide .owl-dots .owl-dot:after {
    content: '';
    width: 20px;
    height: 1px;
    position: absolute;
    top: 4px;
    background: #333;
    left: 9px;
}
#banner-slide .owl-dots .owl-dot:last-child:after{
    display:none;
}
#banner-slide .owl-dots .owl-dot
#banner-slide .owl-dots .owl-dot  {
    background: transparent;
    border: 3px solid #333;
    transition: all 0.2s ease;
}

#banner-slide .owl-dots .owl-dot.active,
#banner-slide .owl-dots .owl-dot:hover {
    border-color: #1DA3DD !important;

}
#banner-slide .owl-dots .owl-dot{
    height: 10px;
    width: 10px;
    margin: 10px 10px;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background:#f7f7f7;
    border:.5px solid #333;
    cursor: pointer;
}
#banner-slide img{
    margin-bottom:100px;
}


.slider-social{
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 13;
}

.slider-social a{
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    color: #000;
    font-size: 17px;
    margin: 3px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.slider-social a:hover{
    background-color:#ffffff;
}

.slider-social .animated-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}

.scroll-down{
    display: inline-block;
    position: absolute;
    bottom: 30px;
    z-index: 13;
    left: 50%;
    transform: translateX(-50%);
    color: #fff !important;
}

.scroll-down i{
    font-size: 12px;
    padding-left: 10px;
    color: #fff;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

.scroll-down:hover i{
    color: #fff;
}

@-webkit-keyframes mover {
    0% { transform: translateY(2px); }
    100% { transform: translateY(-2px); }
}

.fullscreen{
    height: 100vh !important;
    width: 100%;
}

.fullscreen .center-col {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    margin: 2px 3px;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background:#ffffff;
    cursor: pointer;
}

#single-slider .owl-dots{
    margin-top: 15px;
}

#single-slider .owl-dots .owl-dot{
    width: 15px;
    height: 15px;
}


.particles-version h2{
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 100;
    margin-bottom: 1.4rem;
}

.single-version h2{
    font-size: 3.8rem;
    line-height: 1.5;
    font-weight: 100;
    margin-bottom: 1.4rem;
}

.single-version h2 span{
    font-size: 4rem;
}

.morphext > .animated {
    display: inline-block;
}

.onepage-slide h2{
    font-size: 3rem !important;
    line-height: 1.3 !important;
    font-weight: 100 !important;
}
.onepage-slide h2 span{
    font-size: 3rem !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
}

.video-text h2{
    font-size: 3.5rem;
    line-height: 1.2;
}

.classic-box{
    max-width: 700px;
    margin: 0 auto;
}

.classic-box h2 {
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 400;
    margin: 1.4rem 0;
}

.button-play {
    height: 70px;
    width: 70px;
    margin: 15px 10px 20px 10px;
    line-height: 73px;
    padding-left: 5px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #1DA3DD;
    -webkit-animation: pulse_effect 1s infinite;
    -o-animation: pulse_effect 1s infinite;
    animation: pulse_effect 1s infinite;
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
}
.button-play:hover{
    background: #FFFFFF;
}


.button-play i{
    color: #fff;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.button-play:hover i{
    color: #1DA3DD;
}

@-webkit-keyframes pulse_effect {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
}
@-o-keyframes pulse_effect {
    0% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
    }
}
@keyframes pulse_effect {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
}

/*personal version*/

.myphoto {
    height: 200px;
    width: 200px;
    position: relative;
    border: 5px solid #ffffff;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.personal-box h2{
    font-size: 3rem;
    margin-top: 30px;
}
.personal-box h3{
    font-size: 2.2rem;
    margin-top: .6rem;
}




/* animation */

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

/* ===================================
    About Section
====================================== */

.title{
    margin-bottom: 1rem;
}

.title h2{
    font-size: 36px;
    line-height: 1.2;
    font-weight: 400;
}

.title h3{
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
}
.title p{
    max-width: 720px;
    margin: 0 auto;
}
.title-desktop{
    display: block;
}
.title-mobile{
    display: none;
}
.line-seprator{
    margin-top: .7rem;
    margin-bottom: .7rem;
    border: 0;
    border-top:none;
}

.feature-box .item-icon{
    padding: 10px;
    width:100px;
    height:100px;
    background:#1DA3DD;
    border-radius:10px;
    position: relative;
    display: inline-block;
    margin-bottom:30px;
}
.feature-box .item-icon:hover{
    transform: scale(1.1);
    transition: all 1s ease-in-out;
}
.feature-box p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
}
.laptop{
    margin-top: 5rem;
}

.laptop-img{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

#laptop-slide{
    width: 483px;
    height: 302px;
    overflow: hidden;
    position: absolute;
    display: inline-block;
    top: 129px;
    right: 208px;
}

.feature-skill-box{
    padding: 0 80px;
}

.feature-skill-box .title p{
    font-size: 15.5px;
    max-width: 100%;
}

.about-box{
    max-width: 520px;
}

.about-skill .about-item{
    width: 49%;
    display: inline-block;
    padding: 0 10px;
}

.about-skill .about-item i{
    font-size: 25px;
    margin-right: 5px;
    line-height: 1;
}


/* ===================================
    TEchnology
====================================== */

#tech-slider{
    text-align: center;
}

.tech-box{
    text-align: center;
    margin: 0 10px;
    display: flex;
  flex-direction: column;   /* STACK IMAGE + CONTENT */
  flex: 1;
}

.tech-box .tech-image{
    position: relative;
    overflow: hidden;
    border-radius:10px 10px 0 0;
    object-fit: cover;
}
.tech-box2 img{
    height:200px;
    object-fit:cover;
    width: 100%;
}
/*.tech-box .tech-content{
    text-align: left;
    background:rgba(0, 0, 0, 0.5);
    padding:30px;
    border-radius:0 0 10px 10px;
    position: absolute;
    bottom:10px;
    width:94%;
    opacity: 0;
    top:100%;
    transition: all .3s ease-out;
}*/

.tech-box .tech-content {
    text-align: center;
    background: #1DA3DD;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    bottom: 0;
    width: 100%;
    top: 100%;
    transition: all .3s ease-out;
    flex: 1;              /* IMPORTANT */
  display: flex;
  flex-direction: column;
  min-height:60px;
}

.tech-box .tech-content h4{
    color:#fff;
    font-size:18px;
    line-height:24px;
}
.tech-box .tech-content p{
    color:#fff;
    font-size:15px;
    margin:10px 0;
}
#tech-slider .owl-next{
    position: absolute;
    top:40%;
    right:-33px;
    width:66px;
    background:none;
}
#tech-slider .owl-prev{
    position: absolute;
    top:40%;
    left:-33px;
    width:66px;
    background:none;
}

/* ================================
         Brands
=============================*/
.brands{
    background:url(../images/world-map.png) no-repeat center;
    background-size:100%;
}
.brands-content{
    border-right:1px solid #A8A8A8;
    padding-right:50px;
}
.brands-content .btn{
    margin:30px 0 20px 0;
}
#brands-slider{
    margin:0 30px;
}
#brands-slider img{
    max-width:200px;
    object-fit: contain;
    border:1px solid #ddd;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}
#brands-slider .owl-dots .owl-dot span{
    width: 8px !important;
    height: 8px !important;
    margin: 5px 5px !important;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 1px;
}
#brands-slider.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1DA3DD;
    width: 6px;
    height: 6px;
}
#brands-slider .owl-nav{
    position:relative;
    top:30%;
    width:100%;
}
#brands-slider .owl-nav .owl-prev,
#brands-slider .owl-nav .owl-next{
    background: #1DA3DD;
    width:30px;
    height:30px;
    line-height:20px;
    text-align: center;
}
#brands-slider .owl-nav .owl-prev:hover,
#brands-slider .owl-nav .owl-next:hover{
        background: #FF2422;
    background: -moz-linear-gradient(left, #FF2422 2%, #6F43EF 82%);
    background: -webkit-linear-gradient(left, #FF2422 2%,#6F43EF 82%);
    background: linear-gradient(to right, #FF2422 2%,#6F43EF 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF2422', endColorstr='#6F43EF',GradientType=1 );

}
/*#brands-slider .owl-nav .owl-prev{
    position: absolute;
    left:0;
}
#brands-slider .owl-nav .owl-next{
    position: absolute;
    right:0;
}*/

/* =======================================
     United services
============================================*/
.u-service-box{
    padding:20px;
    text-align: center;
    margin-top:20px;
}
.u-service-box h4{
    margin:30px 0;
}
.u-service-box img{
    height:250px;
    width:100%;
    object-fit: cover;
    border-radius:10px;
}
/*=================================
couter part
===================================*/
.counter-sec{
    padding:0;
    position:relative;
}
.conical-blue-bg{
    height:100%;
    width:70%;
    background:#1DA3DD;
    position: absolute;
    right:0;
    top:0;
    z-index: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
}
.ofc-img{
    position:relative;
    z-index: 99;
}
.counter-area{
    position:relative;
    z-index: 9;
    padding:50px 30px;
}
.counter-area h4{
    font-size:30px;
}
.d-up:after{
    content:'';
    background-image:url(../images/devider.png);
    background-repeat:no-repeat;
    background-size:100%;
    width:20px;
    height:250px;
    position: absolute;
    top:-50px;
    right:-20px;


}
.d-up2:after{
    content:'';
    background-image:url(../images/devider3.png);
    background-repeat:no-repeat;
    background-size:100%;
    width:20px;
    height:200px;
    position: absolute;
    top:-50px;
    right:-20px;

}
.d-down:after{
    content:'';
    background-image:url(../images/devider2.png);
    background-repeat:no-repeat;
    background-size:100%;
    width:20px;
    height:250px;
    position: absolute;
    bottom:-80px;
    right:0px;

}
.d-down:after{
    content:'';
    background-image:url(../images/devider4.png);
    background-repeat:no-repeat;
    background-size:100%;
    width:20px;
    height:250px;
    position: absolute;
    bottom:-205px;
    right:0px;

}
.d-down2:after{
    content:'';
    background-image:url(../images/devider2.png);
    background-repeat:no-repeat;
    background-size:100%;
    width:20px;
    height:250px;
    position: absolute;
    bottom:-165px;
    right:0px;

}
.counter-area h4{
    color:#fff;
    padding:20px 0;
}
.counter-area p{
    color:#fff;
    padding:0 0 20px 0;
    font-size:16px;
    line-height:20px;
}

/* ===================================
     Portfolio
====================================== */
/* Masonry-style grid using CSS columns */
.grid-container {
    column-count: 3;
    column-gap: 0;
    padding:0;
}

.grid-item {
    position: relative;
    break-inside: avoid;
    overflow: hidden;
    cursor: pointer;
    background:url(../images/product-bg.jpg) no-repeat;
    border:1px solid #ddd;
}

.grid-item img {
    width: 80%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
    margin:0 auto;
    padding:5%;

}

.grid-item:hover img {
    transform: scale(1.05);
}

/* Hover overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #6F43EF;
    background: -moz-linear-gradient(left, #6F43EF 2%, #FF2422 82%);
    background: -webkit-linear-gradient(left, #6F43EF 2%,#FF2422 82%);
    background: linear-gradient(to right, #6F43EF 2%,#FF2422 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6F43EF', endColorstr='#FF2422',GradientType=1 );
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-item:hover .overlay {
    opacity: .7;
}

.overlay-content {
    opacity:1;
    text-align: center;
    color: white;
}

.overlay-content .icon {
    font-size: 2rem;
    display: block;
    position:absolute;
    right:0; bottom:0;
    width:50px;
    height:50px;
    line-height:50px;
    background:#1DA3DD;
    color:#fff;
    text-align: center;
}

.overlay-content p {
    font-size: 15px;
    color:#fff;
    margin: 20px;
}

/*Overlays*/

.overlay-two{
    position: absolute;
    left: 20px; top: 25px;
    right: 20px; bottom: 22px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}
.overlay-two:before{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FF2422;
    background: -moz-linear-gradient(left, #FF2422 2%, #6F43EF 82%);
    background: -webkit-linear-gradient(left, #FF2422 2%,#6F43EF 82%);
    background: linear-gradient(to right, #FF2422 2%,#6F43EF 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF2422', endColorstr='#6F43EF',GradientType=1 );
    opacity: .7;
}

.cbp-item:hover .overlay-two,
.cbp-item:focus .overlay-two {
    opacity: 1; visibility: visible;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.cbp-item:hover .overlay-two{
    opacity: 1; visibility: visible;
}
.plus{
    display: inline-block;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
}
.overlay-two > h4,.overlay-two > p{
    position: relative;
    color: #ffffff;
}

.plus::before,
.plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}
.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}
.plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}
.plus p {
    font-size: 13px;
}

.bottom-text > .cells {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

/*====================================
Events
====================================*/

.event-area{
    margin-top:60px;
    text-align: left;
}
.event-area .nav-item {
    color: #706F6F;
    background-color: #F6F6F6;
    box-shadow:1px 1px 5px 1px #ddd;
    border-radius:10px;
    padding:10px 15px;
    margin-bottom:20px;
}
.event-area .nav-item p{
    font-size:14px;
    line-height:18px;
    padding:10px 0;

}
.event-area .nav-pills .nav-link{
    color: #1DA3DD !important;
    padding:0;
    font-size:16px;
    line-height:20px;
}
.event-area .nav-pills .nav-link.active, .event-area .nav-pills .show>.nav-link {
    color: #1DA3DD !important;
    background-color: #F6F6F6;

    font-size:16px;
}
.event-date{
    text-align: right;
    float: right;
    color:#000;
    font-size: 12px;
}
.event-location{
    color:#000;
    font-size:12px;
}
.event-area .tab-pane p{
    background:#1DA3DD;
    color:#fff;
    padding:15px;
    line-height:20px;
}
.event-area .tab-pane img{
    /*height:200px;*/
    width:100%;
    object-fit: contain;
}

/*=============================
Branch locator start
================================*/
.branch-locator{
    background:#F8F9FB;
}
.contact-area{
    background:#1DA3DD;
    padding:0 40px 50px 40px;
}
.contact-area .title{
    margin-bottom:20px;
}
.contact-area h2{
    color:#fff;
}
.contact-area p{
    color:#fff;
}

/* ===================================
    Testimonial $ Counter
====================================== */

.testimonial-area{
    background:#F1F7FA;
}
.quote-img img{
    width:90px;
}
.testimonial-item{
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    padding: 1.5rem 0;
}


.testimonial-item .testimonial-icon{
    font-size: 2.2rem;
    margin-bottom: 2rem;
}


.testimonial-item .destination{
    font-size: 15px;
    font-weight: 400;
    color: #9c9c9c;
}

#testimonial_slider .owl-dots{
    position: relative;
    bottom: 10px;
    display: block;
    text-align: center;
    width: 100%;
}

#testimonial_slider .owl-dots .owl-dot{
    background: transparent;
    border-radius:2px !important;
}

#testimonial_slider  .owl-caerousel .owl-dots .owl-dot.active span,
#testimonial_slider  .owl-caerousel  .owl-dots .owl-dot:hover span {
    background: #1DA3DD !important;

}


/* ===================================
    Parallax Images
====================================== */


.bg-img1{

    background: url(../images/bg-img1.jpg);
}

.bg-img3{
    background: url(../images/slider-image3.jpg);
}

.bg-img4{
    background: url(../images/address-image.jpg);
}

.bg-img5{
    background: url(../images/bg-img2.jpg);
}

.bg-img6{
    background: url(../images/bg-img3.jpg);
}
.bg-img7{
    background: url(../images/bg-img4.jpg);
}
.bg-img8{
    background: url(../images/bg-img5.jpg);
}
.bg-img9{
    background: url(../images/bg-img6.jpg);
}
.bg-img10{
    background: url(../images/bg-img7.jpg);
}
.bg-img11{
    background: url(../images/bg-img8.jpg);
}

.bg-img12{
    background: url(../images/bg-img9.jpg);
}

.bg-img-map{
    background: url(../images/map.jpg);
}

.bg-img-count1{
    background: url(../images/countdown_bg1.jpg);
}

.bg-img-count2{
    background: url(../images/countdown_bg2.jpg);
}

[class*=bg-img]{
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.bg-img2{
    background: url(../images/slider-image3.jpg);
}


/* ===================================
    Side Menu
====================================== */


.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}
.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
    width: 280px;
}
.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}
.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    background: #333;
    height: 28px;
    width: 28px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}
.side-menu.before-side .btn-close{
    display: none;
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/
.main-nav{
    display:none;
}
#accordian {
    background: #fff;
    margin: 50px auto 0 auto;
    color: #000;
}

#accordian h3 {
    background: #fff;
}

#accordian h3 a {
    padding: 0 10px;
    font-size: 12px;
    line-height: 34px;
    display: block;
    color: #000;
    text-decoration: none;
}

#accordian h3:hover {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}

#accordian ul li {
    list-style-type: none;
    padding:8px 10px;
}
#accordian ul li a{
    font-size:20px;
    font-weight:300;
    position:relative;

}
#accordian ul ul li a,
#accordian h4 {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    line-height: 22px;
    display: block;
    padding: 0 15px;
    transition: all 0.15s;
    position: relative;
}

#accordian ul ul li a:hover {
    background: #fff;
}

#accordian ul ul {
    display: none;
}

#accordian li.active>ul {
    display: block;
}

#accordian ul ul ul {
    margin-left: 15px;
    border-left: 1px dotted rgba(0, 0, 0, 0.5);
}

#accordian a:not(:only-child):after {
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    right: -25px;
    top: 0;
    font-size: 18px;
}

#accordian .active>a:not(:only-child):after {
    content: "\f104";
}
.sidemenu_btn.left {
    left: 15px;
    right: auto;
}
.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #FFFFFF;
    display: block;
}

.navbar-simple .sidemenu_btn span{
    background:#666666;
}

.navbar-gradient .sidemenu_btn span{
    background: #FFFFFF;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 40px;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}
.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 10px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #000;
    padding: 2px 12px;
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 11px;
    right: -20px;
    overflow: hidden;
}
.side-nav .navbar-nav .nav-link:hover{
    color:#1DA3DD;
}
.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}
.side-menu p{
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
}

.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    color:#000;
    border: 1px solid #ddd;
    text-align: center;
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}
.social-icons-simple li a:hover{
    background-color:#1DA3DD;
}

.social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}
.h-search-form{
    position: relative;
    margin-bottom:40px;
    text-align: left;
}
.h-search-form input{
    width: 80%;
    padding: 0 20px;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    color: #333;
    height: 60px;
    background:#f7f7f7
}
.h-search-form input::placeholder{
    color:#000;
}
.h-search-form button{
    position: relative;
    right: 10px;
    height: 60px;
    color: #fff;
    background: #1DA3DD;
    top: 0px;
    border-radius: 5px;
    border: none;
    width: 15%;
}
.h-search-form button:hover{
    background: rgb(0, 0, 0);
}




/* ===================================
    Address , Map % Contact
====================================== */

.address-text{
    padding: 7.5rem 0;
}

.address-social li{
    display: inline-block;
}

.address-social a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
    margin: 5px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.address-social a:hover {
    background-color: #ffffff;
}

.half-map{
    height: 620px;
    width: 100%;
    overflow: hidden;
}

.contact-map{
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.full-map{
    height:500px;
    width: 100%;
    overflow: hidden;
}

.contact-form {
    display: block;
    text-align: center;
    margin: 30px auto;
}

.contact-form select option{
    background:#0d6efd;
    color:#fff;
}

.contact-form .form-control {
    border: none;
    border:1px solid #e2e2e2;
    padding: 15px;
    border-radius:5px;
    background: transparent;
    letter-spacing: .7px;
    font-weight: 300;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 57px;
    color: #fff;
    font-size: 16px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;

}
.contact-form .form-control::placeholder {
    color:#fff !important;
    opacity: 1; /* Firefox */
}
.contact-form .form-control::-ms-input-placeholder {
    color:#fff !important;
}
.contact-form textarea {
    min-height: 175px;
    resize: none;
}
.contact-form .form-group {
    margin-bottom: 1.5rem;
}
.contact-form select{
    width:100%;
    border: none;
    border:1px solid #e2e2e2;
    padding: 15px;
    border-radius:5px;
    background: transparent;
    letter-spacing: .7px;
    font-weight: 300;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 57px;
    color: #fff;
    font-size: 16px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}
.contact-form .btn{
    float:left;
}
/* ===================================
   Parallax
====================================== */

.parallax-box{
    padding: 3rem 0;
    text-align: center;
}
.parallax-box i{
    font-size: 2.5rem;
    margin-bottom: 25px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.parallax-box:hover i{
    transform: translateY(-5px);
    color:#1DA3DD;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.parallax-box h2{
    font-size: 2.5rem;
    margin-bottom: 10px;
}
.parallax-box h5{
    font-weight: 300;
}


/* ===================================
   Footer
====================================== */
.footer{
    padding:60px 0 0 0;
    background-color: #ece3e3;
}
.footer-logo{
    max-width:200px;
    margin-bottom:20px;
}
.footer h5 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}
.footer-list li{
    list-style: none;

}
.footer-list li a{
    padding:0;
    font-size:14px;
    display: block;
}
.footer-list li a:hover{
    color:#1DA3DD
}
.footer-address li{
    padding:0 0 10px 0;
    display: flex;
    font-size:14px;
    line-height:20px;
}

.footer-address span{
    display: inline-block;
}
.footer-address i{
    margin-right:15px;
    color:#1DA3DD;
    font-size:14px;
}
.footer-social li{
    display: inline-block;
}
.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 10px 5px;
    border: 1px solid #ccc;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social li a:hover{
    background-color:#1DA3DD;
    color: #ffffff;
}

.company-about{
    font-size: 13px;
}

.scroll-top-arrow {
    font-size: 30px;
    line-height: 45px;
    color: #fff !important;
    display: none;
    height: 45px;
    width: 45px;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 99;
    border-radius: 100%;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #FF2422 0%, #6F43EF 51%, #FF2422 100%);
}
.scroll-top-arrow:hover{
    background-position: right center;
}


/* ===================================
    Error & Coming Soon Page
====================================== */


.error-image{
    max-width: 800px;
    margin: 0 auto;
}

.error-text h2{
    display: inline-block;
    background: #1DA3DD;
    color: #fff;
    padding: 15px 30px;
    font-size: 2.2rem;
    border-radius: 25px;
    font-weight: 600;
    margin: 1rem 0 3rem;
}

.error-text h3{
    font-size: 2rem;
    color: #a5a5a5;
    letter-spacing: 3px;
}



/*=======================
inner pages
=======================*/
.inner-page .bottom-nav{
    position:fixed;
    top:0;
}
.inner-banner-area{
    margin-top:90px;
    overflow: hidden;
}
#inner-banner-slide img{
    height:240px;
    object-fit: cover;
}
.inner-slide-text {
    padding-left: 18%;
    padding-top: 85px;
    padding-bottom: 85px;
}
.inner-banner-title{
    color:#000;
    font-size:36px;
}

#inner-banner-slide .owl-dots,
#inner-banner-slide .owl-nav {
    position: absolute;
    transform:rotate(90deg);
    width:300px;
    left:-5% !important;
    top:50% !important;
    display: none;
}

#inner-banner-slide .owl-dots .owl-dot,
#inner-banner-slide .owl-nav [class*="owl-"]:focus {
    border:3px solid #333;
    position:relative;
}
#inner-banner-slide .owl-dots .owl-dot:after {
    content: '';
    width: 25px;
    height: 1px;
    position: absolute;
    top: 6px;
    background: #333;
    left: 13px;
}
#inner-banner-slide .owl-dots .owl-dot:last-child:after{
    display:none;
}
#inner-banner-slide .owl-dots .owl-dot
#inner-banner-slide .owl-dots .owl-dot  {
    background: transparent;
    border: 3px solid #333;
    transition: all 0.2s ease;
}

#inner-banner-slide .owl-dots .owl-dot.active,
#inner-banner-slide .owl-dots .owl-dot:hover {
    border-color: #1DA3DD !important;

}
#inner-banner-slide .owl-dots .owl-dot{
    height: 15px;
    width: 15px;
    margin: 10px 10px;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background:#f7f7f7;
    border:1px solid #333;
    cursor: pointer;
}

/*Breadcrumb*/
.breadcrumb {
    padding: 20px 0px;
    list-style: none;
    margin:0;
}
.breadcrumb li i{
    font-size:20px;
    padding:0 10px;

}
.breadcrumb li{
    color:#706F6F;
}
.breadcrumb li a:after{
    content:'\f101';
    font-family:FontAwesome;
    color:#706F6F;
    margin:10px 8px;
}
.breadcrumb li:last-child a:after{
    display:none;
}
.breadcrumb li a {
    text-decoration: none;
    font-size:16px;
    padding: 0 5px;
    display:inline-block;
}
.breadcrumb li.active a{
    color:#1DA3DD;
    font-weight:bold;
}

/*--------content--------*/
.content-text{
    padding:0 0 20px 0;
    display: inline-block;
}
.content-text p{
    margin-bottom:10px;
}

/*---- Industries ------*/
.industry-box{
    /*background:#F6F6F6;*/
    background:#1DA3DD;
    border-bottom:5px solid #1DA3DD;
    border-radius:10px;
    padding-bottom:10px;
    text-align: center;
    position: relative;
    margin-bottom:30px;
}
.industry-box img {
    border-radius: 10px 10px 0 0;
    position: relative;
    height: 150px;
    width: 100%;
    object-fit: contain;
    padding:20px;
}
.industry-box .product-name{
    font-size:16px;
    line-height:20px;
    padding:15px 30px;
    color:#706F6F;
    font-weight:400;
    height:70px;
    display: block;
}
.industry-box .product-name:hover{
    color:#1DA3DD;
}
.plus-icon{
    width:50px;
    height:50px;
    text-align: center;
    line-height:50px !important;
    position:absolute;
    bottom:80px;
    right:0;
    background:#1DA1F2;
    z-index: 9;
    color:#fff;
    opacity:0;
}
.overlay-industry{
    position: absolute;
    width:100%;
    height:215px;
    border-radius:10px;
    top:0;
    background-size: 100%;
    background: linear-gradient(to left, #FF2422 0%, #6F43EF 100%);
    z-index: 1;
    opacity:0;
    border-radius:10px 10px 0 0;

}

.industry-box:hover .overlay-industry{
    opacity:.5;
    transition: all .3s ease-out;
}
.industry-box:hover .plus-icon{
    opacity:1;
    color:#fff;
    transition: all .3s ease-out;
}

.industry-box a {min-height:50px; color:#fff;line-height:20px; display: block}

/*-----------CTA area-----------*/
.cta-area{
    padding:20px 0;
    background:#1DA3DD;
    color:#fff;
}
.cta-area h3{
    font-size:18px;
}
.cta-area p{
    color:#fff;
    padding:0 0 10px 0;
}

/*--------- Product Page-------------*/
.category-menu {
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 120px;
}

.category-name, .category-btn{
    padding:10px 15px;
    background-size: 100% auto;
    background-image: linear-gradient(to right, #FF2422 0%, #6F43EF 100%);
    margin-bottom:5px;
    border-radius:5px;
    color:#fff;
    font-size:15px;
    line-height:20px;
    text-align: left;
}

.category-btn:focus,
.category-btn:visited{
    color:#fff;
}
.category-menu ul{
    transition: max-height 0.3s ease-out;
}
.category-menu  ul li {
    list-style-type: none;
    margin-bottom:2px;
}
.category-menu  ul li.active > a {
    background: #1DA3DD;
    color:#fff;
}
.category-menu  ul li.active ul {
    display: block;

}
.category-menu  ul li a {
    color: #333;
    background:#F1F7FA;
    border-radius:5px;
    text-decoration: none;
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 22px;
    font-weight:500;
    outline: 0;
    position:relative;
}
.category-menu  ul li a:hover {
    background: #1DA3DD;
    color:#fff;
}
.category-menu  ul li a span {
    display: inline-block;
}
.category-menu  ul li a i {
    position:absolute;
    right:10px;
    top:10px;
}
.category-menu  ul li a i .fa-angle-left,
.category-menu  ul li a i .fa-angle-right {
    padding-top: 3px;
}
/*.category-menu  ul ul {
    display: none;
}*/

.category-menu  ul ul li {
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
    border-bottom: none;
    border-radius:5px;

}
.category-menu  ul ul li a {
    background: #F3F3F3;
    font-size: 14px;
    padding: 5px 15px 5px 30px;
    color: #333;
}
#leftside-navigation ul ul {
    display: none;
}
/*----------- Product listing Page ----------- */
.product-box{
    border-radius:10px;
    padding-bottom:10px;
    text-align: center;
    position: relative;
    margin-bottom:30px;
    color:#fff;

}
.product-container{
    background:url(../images/product-bg.jpg) no-repeat center;
    width:100%;
    background-size:100%;
    cursor: pointer;
}
.product-container a{
    display: block;
    cursor: pointer;
}
.product-box img{
    position: relative;
    height:250px;
    width:100%;
    padding:20px;
    object-fit: contain;
    align-items: center;
    cursor: pointer;
}
.product-box img:hover{
    transform:scale(1.1);
    transition: all .3s ease-in;
}
.product-box .product-name{
    font-size:14px;
    line-height:20px;
    padding:15px 30px;
    color:#fff;
    font-weight:500;
    height: 100%;
    min-height:80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: block;
    background:#1DA3DD;
    border-radius:0 0 10px 10px;
}
.product-box:hover .product-name{
    color:#fff;
    background-size: 100% auto;
    background-image: linear-gradient(to right, #FF2422 0%, #6F43EF 100%);
}
.mt-100{
    margin-top:100px;
}
.insize{
    max-width:600px;
}
.product-slider .product-container{
    background-size:cover;
    border:1px solid #ddd;
    border-radius:10px;
}
.product-slider .item img{
    padding:5%;
    width:80%;
    margin:0 auto;
    max-height:300px;
    object-fit: contain;
}
.product-thumb-slider{
    margin-bottom:30px;
    margin-top:10px;
}
.product-thumb-slider .item{
    height:80px;
    width:80px;
    background: transparent;
    overflow: hidden;
    background:url(../images/product-bg.jpg) no-repeat;
    border-radius:5px;
    border:1px solid #ddd;
    margin-right:5px;
}
.product-thumb-slider .item img{
    height:80px;
    object-fit: contain;
    padding:10px;
    margin:0 auto;
}

.product-thumb-slider.owl-theme .owl-nav {
    margin-top: 10px;
    width:100%;
    line-height:14px;
    position: absolute;
    top:0;
}
.product-thumb-slider.owl-theme .owl-nav .owl-prev{
    left:0;position: absolute; top:0;height:22px;
}
.product-thumb-slider.owl-theme .owl-nav .owl-next{
    right:0;position: absolute;top:0;height:22px;
    background:#1DA3DD;
}
.product-details p{
    padding:5px 0 0 0;
}
.product-details p span{
    color:#000;
}
.product-details p a span:hover{
    color:#1DA3DD;
}
.tab-area{
    margin:50px 0 0 0;
    text-align: left;
}
.tab-area .nav-tabs .nav-link{
    font-size:20px;
    color:#333;
}
.tab-area .nav-tabs .nav-link:hover{
    color:#1DA3DD;
}
.tab-area .nav-tabs .nav-link.active {
    color:#1DA3DD;
    border-bottom:1px solid #ccc;
    border-top:none;
    border-left:none;
    border-right:none;
    position: relative;
}
.tab-area .nav-tabs .nav-link.active:after{
    content:'';
    position:absolute;
    left:0;
    bottom:-2px;
    width:100%;
    height:3px;
    border-radius:10px;
    background: linear-gradient(to right, #FF2422 2%,#6F43EF 100%);
}
.feature-list{
    margin-left:10px;
}
.feature-list li{
    list-style:disc;
    padding:3px 10px;
    font-size:16px;
    color:#706F6F;
    text-align: left;
}
.tab-area .product-container{
    border-radius:10px;
    border:1px solid #ddd;
}
.tab-area .product-container img{
    width:80%;
    display: block;
    padding:5%;
    margin:0 auto;
}
.tab-content h5{
    margin-bottom:20px;

}
.tab-content h6{
    font-size:20px;
    font-weight:400;
}
.tab-content p{
    margin-bottom:10px;
}
.tab-product-description{
    margin:50px 0 0 0;
}
.tab-area .tab-pane .table{
    max-width:80%;
}
.tab-area .tab-pane .table thead th{
    background:#1DA3DD;
    color:#fff;
}
.tab-area .tab-pane .table tbody td{
    color:#706F6F;
}
.pdf-icon{
    width: 18px;
    height: auto;
    margin-right: 8px;
    display: inline-block;
    border: none;
}
.download-area{
    border:1px solid #ccc;
    border-radius:10px;
    padding:15px;
    width:80%;
    margin-bottom:20px;
}

.download-area a{text-decoration:underline;}


/* Reset button to behave like a text link */
.download-link-trigger {
    background: none;
    border: none;         /* This removes the black outline/border */
    outline: none;        /* This removes the focus ring */
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    text-align: left;
    font-family: "Rubik", sans-serif;
    box-shadow: none;     /* Extra safety to remove any shadow borders */
}



/* The link text styling */
.download-text {
    font-size: 20px;
    color: #333;
    text-decoration: underline;
    font-weight: 400;
    transition: color 0.2s ease;
}

/* Hover effect to match your site's blue */
.download-link-trigger:hover .download-text {
    color: #1DA3DD;
}

/* Accessibility: remove focus ring but keep it clickable */
.download-link-trigger:focus {
    outline: none;
}

.video-container iframe{
    border:1px solid #ccc;
    border-radius:10px;
}
.related-product .product-container{
    height:250px;
    border:1px solid #ccc;
    border-radius:10px;
    width:96%;
}
.related-product img{
    padding:20px;
    height: 250px;
    object-fit: contain;
}
.related-text{
    text-align:center;
    padding:30px;
}
.related-text h5{
    margin-bottom:20px;
}
/*faq*/
.faq-content{
    /*background:#1DA3DD;*/
    color:#fff;
    border-radius:0 0 10px 10px;
    text-align: left;
}
.faq-content p{
    color:#fff;
}
.accordion-button:not(.collapsed){
    background:#1DA3DD;
    color:#fff;
}
.accordion-button{
    background:#F1F7FA;
    border:none;
    border-radius:10px 10px 0 0;
}
.accordion-faq>.accordion-item{
    margin:5px 0;
    border-radius:10px !important;
    border:none;
}
.accordion-header{
    border-radius:10px;
}
.accordion-header h5{
    font-size:16px;
}
/*===============Service page=================*/
.hero--masked img{
    width: 100%;
    height:360px;
    display: block;
    object-fit: cover;
    /* Create transparency on the left with a polygon mask */
    -webkit-mask-image:
        linear-gradient(closest-side, #000 99%, transparent 100%); /* prevents seams */
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.service-box1{
    padding:30px;
    text-align:center;
    margin:20px 0;
    background:#EAF0F2;
    border-radius:10px;
}
.service-box1 .icon-area{
    margin-bottom:50px;
}
.service-box1 .icon-area img{
    max-width:100px;
}
.service-box1 h4{
    font-size:18px;
    line-height:24px;
    font-weight:400;
    min-height:80px;
}

.service-process{
    padding:120px 50px 30px 50px;
    text-align:center;
    margin:50px 0 30px 0;
    background:#fff;
    border:1px solid #A8A8A8;
    border-radius:10px;
    position: relative;
}
.service-process .ser-icon{
    position:absolute;
    left:0; right:0;
    top:-60px;
    margin:0 auto;
    display: block;
    text-align: center;
    width:130px;
    height:130px;
    border-radius:50%;
    background: #1DA3DD;
}
.service-process .ser-icon img{
    max-width:120px;
    padding:20px;
    margin:0 auto;
    display: block;
    text-align: center;


}
.service-process:hover .ser-icon{
    background: linear-gradient(to right, #FF2422 2%,#6F43EF 100%);
    transition: all ease-in-out .3s;
}
.service-process h5{
    font-size:18px;
    line-height:24px;
    font-weight:400;
    min-height:80px;
    position: relative;
    z-index: 9;
}
.service-process span{
    position:absolute;
    bottom:30px;
    text-align: center;
    font-size:56px;
    left:0;
    right:0;
    margin:0;
    font-weight:900;
    color:#EFEFEF;
    z-index: 0;
}

.service-link{
    padding:10px 40px;
    border-radius:0 0 5px 5px;
    border-bottom:5px solid #1DA3DD;
    background:#F7F7F7;
    position:relative;
}
.service-link span{
    position:absolute;
    right:0;
    width:50px;
    height:50px;
    line-height:50px;
    background:#1DA3DD;
    color:#fff;
    font-size:34px;
    top:0;
    text-align:center;
    border-radius: 0 0 5px 0;
}
.service-gallery{
    position:relative;
    display: block;
    transition: all .3s ease-in-out;
    margin-bottom:30px;
}
.service-gallery img{
    border-radius:10px;
}
.service-gallery:hover .ser-line{
    position:absolute;
    top:5%;
    left:5%;
    margin:0 auto;
    width:90%;
    height:90%;
    border-radius:5px;
    border:2px solid #fff;
}

/*==================Blog Page==================*/
.blog-area {
    margin: 0 0 20px 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    /* height: 700px; */
    padding: 10px;
}
.news-area{
    border:0;
}
.blog-img{
    position:relative;
    align-items: center;
    /*background:url(../images/product-bg.jpg)no-repeat;*/
    background-size: cover;
    margin:0;
    padding:0 !important;
}
.blog-img img{
    width:100%;
    height:auto;
    object-fit: contain;
}
.blog-right .blog-img img{
    height:200px;
    object-fit: cover;
    border-radius:10px;
}
.blog-content{
    padding:20px;

}
.blog-meta {
    display: inline-block;
    width: 100%;
}
.blog-cat{
    margin:20px 0;
    font-weight:500;
    float: left;
}
.blog-date {
    margin: 5px 0;
    font-weight: 500;
    text-align: right;
    float: left;
    background: #e8e8e8;
    padding: 2px 10px;
    border-radius: 0 50px 50px;
    font-size: 12px;
}
.blog-content h4{
    margin-bottom:20px;
    color:#1DA3DD;
    font-size: 20px;
    line-height: 24px;

}
.blog-content p{
    margin-bottom:20px;
    font-size:15px;
    line-height:20px;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
    margin:20px 0 40px 0;
}

.searchTerm {
    width: 100%;
    border: 1px solid #ababab;
    border-right: none;
    padding: 15px;
    height: 50px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
}

.searchTerm:focus{
    color: #1DA3DD;
}

.searchButton {
    width: 50px;
    height: 50px;
    border: 1px solid #1DA3DD;
    background: #1DA3DD;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

.blog-right h3{
    font-size:24px;
    margin:20px 0;
}
.blog-category{
    margin-bottom:20px;
}
.blog-category li{
    padding:10px 3px;
    font-size:16px;
    color:#706F6F;

}
.blog-category li span{
    text-align: right;
    float: right;
}
.popular-blog{
    border:1px solid #ababab;
    border-radius:10px;
    padding:10px;
    margin-bottom:10px;
}
.blog-p-img img{
    width:100%;
    object-fit: contain;
    border:1px solid #ababab;
    border-radius:5px;
}
.popular-blog .blog-content{
    padding:1px;
}
.popular-blog .blog-content h4{
    font-size:14px;
    color:#000;
    font-weight:400;
    margin: 0 0 10px 0;

}
.popular-blog .blog-content span{
    font-size:12px;
    color:#706F6F;
}
.blog-d-date{
    padding:5px 10px;
    background:#F5F7F8;
    border-radius:5px;
    display: inline-block;
    margin-bottom:15px;
}
.blog-d-date i{
    margin-right:10px;
}
.blog-d-date span{
    color:#706F6F;
}
.blog-content h5{
    margin-bottom:20px;
}
.blog-content ul{
    margin-bottom:20px;
}
.blog-content ul li{
    padding:10px ;
    color:#706F6F;
}
.blog-content ul li:before{
    content:'\f14a';
    font-family:FontAwesome;
    margin-right:10px;
    color:#1DA3DD;
}
.blog-nav{
    margin-bottom:30px;
    padding:20px 10px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

/*career section*/
.career-sec{
    padding:30px 0 50px 0;
}
.sec-title h2{
    margin-bottom:20px;
    color:#1DA3DD;
}
.career-box{
    padding:20px;
    border-radius:10px;
    border:1px solid #ddd;
    margin-bottom:20px;
}
.job-location{
    padding:5px 10px;
    background:#F8F9FB;
    margin:0 10px 10px 0;
    display: inline-block;
    width:46%;
}
.position-no{
    padding:5px 10px;
    text-align: right;
    display: inline-block;
    width:50%;
}
.career-box h5{
    margin:10px 0;
    font-weight:700;
}
.career-box h5:hover{
    color:#1DA3DD;
}
.career-box h6{
    margin:20px 0 10px 0;
    font-size:20px;
}
.career-box p{
    margin:10px 0;
    text-align: left;
}
.career-box ul{
    margin:10px 0;
    text-align: left;
}
.career-box ul li{
    padding:5px 10px;
    font-size:16px;
    color:#706F6F;
}
.career-box ul li:before{
    content:'\f00c';
    font-family:FontAwesome;
    color:#1DA3DD;
    margin-right:10px;
}
.job-contact-box{
    padding:20px;
    border-radius:10px;
    background: #F5F7F8;
    margin-bottom:20px;
}
.job-contact-box h5{
    margin:10px 0;
    font-size:20px;
}
.job-contact-box hr{
    margin-bottom:20px;
}
.contact-hr{
    margin-bottom:20px;
}
.job-contact-box h6{
    margin:10px 0;
    color:#1DA3DD;
    font-size:20px;
}
.job-contact-box h6 small{
    color:#706F6F;padding:10px 0;
    font-size:14px;
}
.job-contact-box .form-control{
    border:1px solid #cacaca;
    border-radius:10px;
    padding:15px 20px;
}
.job-video-box{
    padding:10px;
    border-radius:10px;
    background:#F5F7F8;
    margin-bottom:20px;
}
.job-video-box h5{
    margin:10px 0;
    padding:10px;
    color:#1DA3DD;
}
/*======= Contact page =========*/
.contact-box{
    padding:20px;
    border:1px solid #A8A8A8;
    border-radius:10px;
    margin:15px 0;
    height:250px;
}
.contact-box h4{
    font-size:20px;
    margin-bottom:10px;
}
.contact-box img{
    max-width:60px;
    margin-bottom:20px;
}
.submit-form{
    /*margin:30px;*/
    /*padding:30px;*/
    padding:20px;
}
.submit-form .form-control{
    height:50px;
    margin-bottom:15px;
    color:#666;
}
.submit-form select {
    width: 100%;
    border: none;
    border: 1px solid #dee2e6;
    padding: 15px;
    border-radius: 5px;
    background: transparent;
    font-weight: 300;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 57px;
    color: #666;
    font-size: 16px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}
.submit-form textarea{
    height:100px;
    border-radius:5px;
    border:1px solid #dee2e6;
    width:100%;
    padding:15px;
    margin-bottom:15px;
}

.support-box{
    background:#F8F9FB;
    border-radius:10px;
    margin:15px 0;
    height:180px;
    text-align: left;
}
.support-box h4{
    background:#DEDCDC;
    border-radius:10px 10px 0 0;
    padding:10px 20px;
    font-size:17px;
    margin-bottom:10px;
}
.support-box p{
    padding:10px 20px;
}
.support-box p span{
    font-weight:500;
    color:#1DA3DD;
}
.headoffice-box{
    border:1px solid #A8A8A8;
    border-radius:10px;
    margin:15px 0;
    text-align: left;
}
.headoffice-box h4{
    border-radius:10px 10px 0 0;
    padding:20px 20px;
    font-size:20px;
    margin-bottom:10px;
    color:#fff;
    background: #3ea3dd;
}
.headoffice-box .d-flex{
    padding:10px 20px;
}
.headoffice-box span{
    margin-right:5px;
}
.headoffice-box span img{
    max-width:20px;
}
.headoffice-btn{
    background:#D9D9D9;
    padding:5px 30px 5px 10px;
    border-radius:5px;
    position: relative;
    margin:20px;
    display: inline-block;
}
.icon-gradient img{
    max-width:40px;
    position:absolute;
    left:160px;
    top:0;
}
.headoffice-btn:hover{
    font-weight:600;
    color:#333;
}

.office-box{
    border:1px solid #A8A8A8;
    border-radius:10px;
    margin:15px 0;
    min-height:330px;
    text-align: left;
}
.office-box h4{
    border-radius:10px 10px 0 0;
    padding:20px 20px;
    font-size:20px;
    margin-bottom:10px;
    color:#fff;
    background:#1DA3DD;
}
.office-box .d-flex{
    padding:10px 20px;
}
.office-box span{
    margin-right:5px;
}
.office-box span img{
    max-width:20px;
    margin-right:10px;
}
.office-btn{
    background:#D9D9D9;
    padding:5px 20px 5px 10px;
    border-radius:5px;
    position: relative;
    margin:20px;
    display: inline-block;
}

.office-btn:hover{
    font-weight:600;
    color:#333;
}

/* ============= About Us ==============*/
/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
    white-space: nowrap;
    overflow:hidden;
    width:100%;
}
.timeline ol {
    font-size: 0;
    width: 100vw;
    padding: 250px 0;
    transition: all 1s;
}

.timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 160px;
    height: 3px;
    background:#ddd;
}

.timeline ol li:last-child {
    width: 320px;
}

.timeline ol li:not(:first-child) {
    margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 1px);
    bottom: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #1DA3DD;
}

.timeline ol li div {
    position: absolute;
    left: calc(100% + 7px);
    width: 280px;
    font-size: 1rem;
    white-space: normal;
    color: black;
    background: #dedede;
    padding:20px;
}

.timeline ol li div::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ol li:nth-child(odd) div {
    top: -16px;
    transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
    top: 100%;
    border-width: 18px 18px 0 0;
    border-color: #dedede transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
    top: calc(100% + 26px);
}

.timeline ol li:nth-child(even) div::before {
    top: -18px;
    border-width: 18px 0 0 18px;
    border-color: transparent transparent transparent #dedede;
}

.timeline time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
    background: #1DA3DD;
    color:#fff;
    padding:10px 20px;
    display: table;
    border-radius:10px;
}

/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.timeline .arrows .arrow__prev {
    margin-right: 20px;
}

.timeline .disabled {
    opacity: 0.5;
}

.timeline .arrows img {
    width: 45px;
    height: 45px;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
    .timeline ol,
    .timeline ol li {
        width: auto;
    }

    .timeline ol {
        padding: 0;
        transform: none !important;
    }

    .timeline ol li {
        display: block;
        height: auto;
        background: transparent;
    }

    .timeline ol li:first-child {
        margin-top: 25px;
    }

    .timeline ol li:not(:first-child) {
        margin-left: auto;
    }

    .timeline ol li div {
        position: static;
        width: 94%;
        height: auto !important;
        margin: 0 auto 25px;
    }

    .timeline ol li:nth-child(odd) div {
        transform: none;
    }

    .timeline ol li:nth-child(odd) div::before,
    .timeline ol li:nth-child(even) div::before {
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        border: none;
        border-left: 1px solid white;
        height: 25px;
    }

    .timeline ol li:last-child,
    .timeline ol li:nth-last-child(2) div::before,
    .timeline ol li:not(:last-child)::after,
    .timeline .arrows {
        display: none;
    }
}

.arrow i{
    color:#333;
    font-size:20px;
    padding:10px;
}

.dr-desk{
    padding:10px 20px;
    background:#1DA3DD;
}
.dr-desk h3{
    font-size: 20px;
    color:#fff;
    line-height:30px;
}
.dr-desk p{
    color:#fff;
}
.dr-desk-logo{
    padding:10px;
    border:1px solid #ddd;

}
.dr-desk-logo img{
    max-height:50px;
    margin:0 auto;
    text-align: center;
    display: block;
}
.how-work{
    padding:100px 0;
    background:#e2ebf2;
}

.how-work .content h6, .how-work .content p{
    margin-bottom:20px;
}
.tech-box, .tech-box2{
    position:relative;
}
.tech-box2 .tech-image{
    position: relative;
    overflow: hidden;
    border-radius:10px;
}

.tech-box2 .tech-content{
    text-align: left;
    background: #FF2422;
    background: -moz-linear-gradient(left, #FF2422 2%, #6F43EF 82%);
    background: -webkit-linear-gradient(left, #FF2422 2%,#6F43EF 82%);
    background: linear-gradient(to right, #FF2422 2%,#6F43EF 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF2422', endColorstr='#6F43EF',GradientType=1 );
    padding:15px;
    border-radius:0 0 10px 10px;
    position: absolute;
    width:100%;
    transition: all .3s ease-out;
}
/*.tech-box2:hover .tech-content{
    opacity:1;
    top: 60%;
    transition: all .3s ease-out;

}*/
.tech-box2 .tech-content h4{
    color:#fff;
    font-size:18px;
    line-height:24px;
}
.content-un{
    padding:30px;
    background:#fff;
}
.content-un h6, .content-un p{
    margin-bottom:20px;
}

/*=============== Thank You =============*/
.thankyou{
    padding:30px 0;
    width:750px;
    margin: auto;
}
.thank-logo{
    margin:20px auto;
    display: block;
    text-align: center;
    max-width:150px;
}
.thank-bg{
    background:#efefef;
    padding:50px;
    border: 8px double #3ea3dd;
     margin-top:70px;
}
.thank-text h2{
    font-size:70px !important;
    text-align: center;
    text-transform: uppercase;
    font-weight:700;
}
.checkmark{
    font-size:120px;
    text-align: center;
    color:#3ea3dd;
    margin:0 auto;
    display: block;
    padding:30px 0;
}
.thank-bg .content{
    font-size: 24px;
    line-height: 32px;
}
.custom-modal-content-2{
    height:auto !important;
}


/*later added*/
#sync1.owl-theme .owl-nav{
    top:40%;
    position: absolute;
    width:100%;
}
#sync1.owl-theme .owl-nav .owl-prev{
    left:10px;position: absolute;
    background:none;
    color:#000; font-size:20px;
}
#sync1.owl-theme .owl-nav .owl-next{
    right:10px;position: absolute;
    background:none;
    color:#000;font-size:20px;
}

.portrait{
    font-family: "Rubik", sans-serif;
}
.inner-banner-right{
    height:auto !important;
}

.brand-logo-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #56CCF2;
}
/* Coockie*/
.cookie-banner {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0,0,0,0.9);
        color: #fff;
        z-index: 9999;
        padding: 10px 15px;
        font-size: 13px;
    }

    .cookie-banner-inner {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
    }

    .cookie-text a {
        color: #1DA3DD;
        text-decoration: underline;
    }

    .cookie-actions {
        display: flex;
        gap: 8px;
        flex-shrink: 0;
    }

    .cookie-btn {
        border: none;
        cursor: pointer;
        padding: 6px 14px;
        border-radius: 4px;
        font-size: 13px;
    }

    .cookie-primary {
        background: #1DA3DD;
        color: #fff;
    }

    .cookie-primary:hover {
        background: #2D9CDB;
    }

    .cookie-secondary {
        background: #fff;
        color: #333;
    }

    .cookie-secondary:hover {
        background: #e6e6e6;
    }

    /* Modal */

    .cookie-modal {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.6);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10000;
    }

    .cookie-modal-content {
        background: #fff;
        color: #333;
        max-width: 500px;
        width: 90%;
        padding: 20px 24px;
        border-radius: 6px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.3);
        font-size: 14px;
    }

    .cookie-modal-content h4 {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .cookie-option {
        margin-bottom: 10px;
    }

    .cookie-option p {
        margin: 3px 0 0;
        font-size: 12px;
        color: #666;
    }

    .cookie-modal-actions {
        margin-top: 15px;
        display: flex;
        justify-content: flex-end;
        gap: 10px;
    }

    /* Reopen button */

    .cookie-reopen {
        position: fixed;
        bottom: 15px;
        left: 15px;
        background: #1DA3DD;
        color: #fff;
        border: none;
        border-radius: 20px;
        padding: 5px 14px;
        font-size: 12px;
        cursor: pointer;
        z-index: 9999;
    }
    .brand-left-img {
        margin: 0 20px 20px 0;
        float: left;
        max-width: 200px;
    }
    .news-tag{
        padding:5px;
        color: #1DA3DD;
        margin:5px 10px;
        display: inline-block;
    }


/*    new for download*/
/* Container styling to match the screenshot */
/*
.download-area {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px 25px;
    width: 100%; !* Adjust width as needed for your layout *!
    background: #fff;
    margin-bottom: 15px;
}

.download-area h6 {
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    color: #2b2b2b;
    font-weight: 500;
}

!* Pill Button Redesign *!
.pill-download-btn {
    display: inline-block;
    position: relative;
    padding: 8px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #6F43EF; !* Default text color *!
    background: #fff;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    z-index: 1;
    transition: all 0.3s ease;
}

!* Creating the Gradient Border effect *!
.pill-download-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    padding: 2px; !* This defines the border thickness *!
    background: linear-gradient(to right, #FF2422, #6F43EF);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

!* Text color gradient to match the screenshot button text *!
.pill-download-btn {
    background-image: linear-gradient(to right, #6F43EF, #FF2422);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pill-download-btn:hover {
    opacity: 0.8;
    transform: translateY(-1px);
}
*/
