

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

/* ========Theme default css========= */
body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #777;
    font-style: normal;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

a,
button {
    color: #18232b;
    outline: medium none;
}

.box20 .title a {
    color: #fff;
}

.box20 .title a:hover {
    color: #444;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: none;
    box-shadow: none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #18232b;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 600;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #18232b;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

.separator {
    border-top: 1px solid #f2f2f2
}
.page-loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.97);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
}
.loader-3{
    width :48px;
    height:48px;
    border:3px solid #1B1464;
    border-radius:50%;
    display:inline-block;
    position:relative;
    animation:rotation 1s linear infinite;
}
.loader-3::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-bottom-color: #c01d20;
}
@-webkit-keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
@keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
hr{
    width:100%;
    background:#333;
    height:1px;
    margin:40px 0;
    display:block;
    border:0;
}






/* ========header========= */
.header-area {
    width: 100%;
    position: fixed;
    z-index: 99999;
    top:0;
    left:0;
}

.header-area .call-box {
    background-color: #f9c158;
    padding: 8px 0;
}

.header-area .call-box svg {
    margin-right: 5px;
}

.header-area .call-box a {
    color: #000;
    font-weight: 500;
}

.header-area .call-box a:hover {
    text-decoration: underline;
}

.menu-area {
    background:transparent;
    padding: 0;
    transition: background .6s ease;
}

.menu-area.sticky-menu {
    top: 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999999;
    background:rgba(24, 35, 43, 0.85);
}

.menu-area .navbar-brand {
    margin-right: 30px;
}

.menu-area .navbar-brand img {
    width: 280px;
    transition: all .3s ease;
}

.menu-area.sticky-menu .navbar-brand img{
    width:170px;
}

.menu-area nav ul li {
    list-style: none;
    display: inline-block;
    margin-left:45px;
}

.menu-area nav ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 0 !important;
}

.menu-area nav ul li .dropdown-menu{
	background: #E2E2E2;
	min-width: 230px;
	border-radius: 0;
	border: 0;
	box-shadow: 0 15px 18px 0 rgba(0,0,0,0.65);
    padding:0;
} 

.menu-area nav ul li .dropdown-menu li{
    width:100%;
    margin-left:0;
}

.menu-area nav ul li .dropdown-menu li a{
    padding: 8px 15px !important;
    font-size: 16px;
    font-weight: 600 !important;
    text-align: start;
    color:#555;
}

.menu-area nav ul li .dropdown-menu li a:hover{
    color:#000;
}

.navbar-nav .nav-link:hover, 
.navbar-nav .nav-link:focus, 
.navbar-nav .nav-link.active, 
.navbar-nav .nav-link.show {
	color:#ff7b7b !important;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #fff;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
}

.menu-area .sign-btn a {
    width: auto;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    padding: 5px 15px !important;
    margin-left: 10px;
    color: #18232b;
    font-weight: 600;
    text-transform: uppercase;
}

.menu-area .sign-btn a:hover {
    background: #f9c158;
}

.menu-area .sign-btn a:first-child {
    background: transparent;
    color: #f9c158;
    font-weight: 600;
}
.navbar-expand-lg {
	justify-content:space-between;
}
.navbar-collapse {
	flex-grow:inherit;
}




/*======banner=========*/
.banner-area {
    background-color: rgba(0, 0, 0, 1);
}

.banner-area .banner-field {
    background-color: rgba(0, 0, 0, 0.35);
    display:flex;
    align-items:center;
    justify-content:center;
    height:100vh;
    position: relative;
    z-index:9;
    background-position: center;
}

.banner-area .banner-field.inner-banner {
    height:45vh;
}

.banner-area .banner-field::after{
    content: "";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.25);
    z-index:-1;
}

.banner-area .banner-content {
    width: 100%;
}

.banner-area .banner-content h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 800;
    line-height: 56px;
    margin-bottom: 30px;
    text-transform: capitalize;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}

.banner-area .banner-field.inner-banner .banner-content h2 {
	font-size: 50px;
	text-transform: capitalize;
	margin-top: 90px;
}

.banner-area .banner-content h5 {
	font-size: 27px;
	color: #fff;
	font-weight: 400;
	line-height: 42px;
	margin-bottom: 50px;
	text-align: center;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.6);
}

.about-area{
    width:100%;
    padding:10px 0;
}

.about-area .made-pad{
    padding:0 5px !important;
}

.about-area .about-text{
    width:100%;
    padding:40px;
    min-height:550px;
}

.about-area .about-text.red{
    background:#660D0A;
}
.about-area .about-text.blue{
    background:#1C1565;
}
.about-area .about-text.gray{
    background:#666;
}

.about-area .about-text h2{
    font-size: 25px;
	color: #fff;
	font-weight: 600;
	line-height: 27px;
	margin-bottom: 15px;
    text-transform:uppercase;
}

.about-area .about-text h5{
    font-size: 18px;
	color:rgba(255, 255, 255, 0.75);
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 15px;
}

.about-area .about-text p{
	font-size: 20px;
	color: #fff;
	font-weight: 300;
}

.about-area .about-text .learn-btn{
	font-size: 15px;
	color: #fff;
	font-weight: 400;
    background:transparent;
    border-radius:40px;
    border:1px solid #fff;
    padding:15px 60px;
    text-transform:uppercase;
    margin-top:30px;
    display:table;
    transition:all .5s ease;

}
.about-area .about-text .learn-btn:hover{
    background:#fff;
    color:#660D0A;
}

.submenu-area {
	width: 100%;
	background: #fff;
	padding: 5px 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.35);
}

.submenu-area.sticky-top {
	top: 71px;
}

.submenu-area .menu-bar{
    width:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
}

.submenu-area .menu-bar a {
	font-size: 18px;
	font-weight: 500;
	color: #555;
	padding: 8px 50px;
	border-radius: 50px;
	text-transform: capitalize;
	background: transparent;
	margin: 0 2.5px;
}

.submenu-area .menu-bar a:hover{
    color:#000;
    background:#e9e9e9;
}

.submenu-area .menu-bar a.active{
    background:#EB575D;
    color:#fff;
}
.inner-area{
    width:100%;
    padding: 70px 0;
    background:#e6e6e6;
}
.inner-area h2 {
	font-size: 41px;
	font-weight: 800;
	color: #222;
	margin-bottom: 30px;
}
.inner-area h1{
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: 800;
}
.inner-area p{
	font-size: 19px;
	font-weight: 300;
	color: #000;
    line-height:30px;
	margin-bottom: 30px;
}
.inner-area img{
    max-width:100%;
}
.accordion-item {
	margin-bottom:30px;
}
.accordion-button{
    font-size: 29px;
    font-weight: 600;
}
.accordion-button:focus {
	border-color:transparent !important;
    box-shadow:none;
}
.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.accordion-item:last-of-type .accordion-button {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-collapse{
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}
.accordion {
	--bs-accordion-border-radius:0;
	--bs-accordion-inner-border-radius:0;
}
.accordion-button:not(.collapsed) {
	background-color: #eac7c9;
	color: #1A1363;
}
.accordion-body table tr{
    border-top: 1px solid #e6e6e6;
}
.accordion-body table tr th{
    font-size:15px;
    text-transform:uppercase;
    color:#555;
    padding:0px 5px;
    background-color:#e6e6e6;
}
.accordion-body table tr td{
    font-size:16px;
    color:#444;
    padding:15px 5px;
}
.accordion-body table tr td a{
    font-size:16px;
    color:rgb(28, 28, 199);
    padding:15px 0;
}
.accordion-body table tr td a:hover{
    text-decoration:underline;
}
.inner-area a.withlink{
	font-size: 18px;
	font-weight: 400;
	color:rgb(28, 28, 199);
    margin-bottom:25px;
    display:flex;
    align-items:center;
}
.inner-area a.withlink:hover{
	text-decoration:underline;
}
.default-form {
	width: 100%;
	padding: 50px;
	border-radius: 15px;
	background: #fff;
	border: 5px solid rgba(24, 35, 43, 0.15);
}
.default-form .form-group {
	width: 100%;
	margin-bottom: 15px;
}
.default-form .form-group label {
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	color: #000;
	margin-bottom: 3px;
}
.default-form .form-group input, 
.default-form .form-group textarea {
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	border: 2px solid #DFE3E7;
	border-radius: 5px;
	color: #000;
	background: #fff;
}
.default-form .form-group input {
	height: 44px;
}




/*============footer===========*/
.footer-area {
    position: relative;
    padding: 70px 0;
    background: #18232b;
}

.footer-area .copy-text {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 1px;
}

.smoth-scroll {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 46px;
	height: 46px;
	background: #D31B14;
	padding: 7px;
	border-radius: 50%;
	display: none;
	z-index: 999;
}

.footer-logo{
    display:block;
}

.footer-logo img{
    width:180px;
}

.footer-area .social{
	width: auto;
	display: flex;
	justify-content: end;
}
.footer-area .social a{
	display:block;
    margin-left:20px;
}
.footer-area .social a:hover{
	opacity:0.7;
}




.thumbnail{
    width:100%;
    cursor: pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
}
.thumbnail2{
    display: block;
    width: max-content;
}
.thumbnail img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 4px solid #fff;
}

.thumbnail h3, .modal-description h3 {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 20px;
}
 
.thumbnail h4,
.modal-description h4{
    font-size: 16px;
	font-weight: 400;
	color: #96403d;
	margin-bottom: 30px;
    text-align: center;
    letter-spacing:0.3px;
}

.modal-description h4{
	margin-bottom: 10px;
}

.thumbnail p{
    display:none;
}

.thumbnail a.linkedin{
    display:none;
}

.modal-description a.linkedin{
	display: table;
	margin: auto auto 25px;
}

.modal-description a.linkedin:hover{
	opacity:0.8;
}

.modal-description p{
    font-size: 16px;
	font-weight: 300;
	color: #222;
	margin-bottom: 30px;
}

.thumbnail h5{
    font-size: 16px;
	font-weight: 400;
	margin-bottom: 30px;
    text-align: center;
    color: #1B1464;
}

.image-modal{
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	height: 100%;
	top: 0;
	z-index: 999999;
}

.modal-area {
	background: #fff;
	max-width: 645px;
	width: 100%;
	height: auto;
	max-height: 100%;
	padding: 30px;
	position: relative;
	overflow-y: auto;
}

.modal-area .close{
	position:absolute;
    right:20px;
    top:20px;
    display:block;
    cursor:pointer;
}

.modal-area .prev, .modal-area .next {
	position: absolute;
	top: 30%;
	cursor: pointer;
}

.modal-area .next{
	right:10px;
}

.modal-area .prev{
	left:10px;
}

.modal-area img{
	width: 210px;
	height: 210px;
	border-radius: 50%;
	border: 2px solid #222;
}
.emotion{
    color:#777 !important;
    text-align:center;
}


.leader-row2{
    margin-top: 50px;
}

a.press_link {
    color:rgb(28, 28, 199);
}
a.press_link:hover {
    text-decoration: underline;
}