/*
  Theme Name: Name - Multipurpose HTML Template
  Author: sagorpstu17@gmail.com
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer
*/


/* 1. Theme default css */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&family=Titillium+Web:wght@300;400;600;700;900&display=swap');

body {
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
    font-style: normal;
    position: relative;
}

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

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fix {
    overflow: hidden;
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

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

a:focus,
a:hover {

    text-decoration: none;
}

a,
button {

    outline: none;
    text-decoration: none;
}

button:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    text-transform: normal;
    color: #1c3354;
}

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

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

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 {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #7e7e7e;
    margin-bottom: 15px;
    line-height: 1.7;
}

/* *---Start Style From Here---* */

.header-section {
	min-height: 110px;
}

/* Navigation */
.navbar {
    padding: 30px 0;
}

.navbar .nav-link{
    margin: 0px 10px;
}

.navbar .nav-link{
    color: #1c3354 !important;
    font-weight: 600;
}

.navbar .nav-link:hover{
    color: #ff4646 !important;
}

.navbar span{
    color: #1c3354;
}

.btn-custom {
	border: 1px solid #ff4646;
    padding: 10px 30px;
    color: #1c3354;
    font-weight: 600;
    color: #fff;
    background: #ff4646;
}

.btn-custom:hover {
	background: #ff4646;
	color: #fff;
	border-color: #ff4646;
}



/* Port Grid */
.port-grid {
	padding: 100px 0px;
	background: #F5FAFE;
}

.port-grid .content h1 {
	font-weight: 700;
	font-size: 48px;
}

.port-grid .content span{
    color: #ff4646;
}

/* Loader */
.loader {
	left: 49%;
	top: -5px;
    z-index: 1;
   
}

.ball-scale-multiple div {
	background-color: #ff4646;
}
/* Loader */

.breadcrumb{
    background-color: #f5fafe;
}

.breadcrumb-item {
    font-weight: 600;
}

.breadcrumb-item a{
    color: #1c3354;
}
.breadcrumb-item.active{
    color: #ff4646;
}

/* Portfolio */
.port-sec {
	padding: 100px 0px 100px;
}

.port{
    min-height: 360px;
    background-size: cover;
    margin-bottom: 30px;
    position: relative;
    background-position: center;
   
}

.port-sec .nav-item {
	margin-left: 25px;
}

.port-sec ul li a{
    color: #777;
    font-weight: 500;
    position: relative;

}

.port-sec ul li a::after {
	content: "";
	position: absolute;
	left: 13px;
	bottom: 3px;
	width: 0%;
	height: 2px;
	background-color: #ff4646;
	transition: .4s linear;
}

.port-sec ul li a:hover{
    	color: #ff4646;
}

.port-sec ul li a.active::after {
	content: "";
	position: absolute;
	left: 13px;
	bottom: 3px;
	width: 80%;
	height: 2px;
	background-color: #ff4646;
	transition: .4s linear;
}

.port-sec ul li a.active{
    color: #ff4646;
    font-weight: 600;
    
}

.port-sec ul li a:hover::after{
	width: 80%;
}


.port-content{

    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ff4646;
    color: #fff;
    text-align: center;
    padding-top: 100px;
    transition: 0.3s ease;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
}

.port:hover .port-content{
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.port-content h2{
    
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}

.port-content a{
    color: #fff;
}

.port-content h3{
    
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.port-content span {
	height: 1px;
	display: block;
	background: #ddd;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 23px;
}

.fas.fa-plus {
	font-size: 30px;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	background: #e9e9e970;
	line-height: 70px;
	margin-bottom: 40px;
}

/* Footer Part */

.footer-sec {
	padding: 80px 0px 60px;
	background-color: #0E1420;
}

.footer-link h3{
    font-size: 24px;
    color:#fff;
    margin-bottom: 30px;
}

.footer-link{
    margin-bottom: 40px;
}

.footer-link ul li {
	margin-bottom: 15px;
}

.footer-link ul li a {
	color: #d8cece;
}

.contact ul li{
    margin-bottom: 40px;
}

.para p{
    margin-bottom: 40px;
}
.form-inline{
    position: relative;
}

.form-inline input {
	padding: 25px 55px 25px 10px;
	display: inline-block;
}
.form-inline i {
	color: #1c3354;
	position: absolute;
    right: 50px;
    font-size: 20px;
}



/* 20. Preloader */
.ctn-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.ctn-preloader .animation-preloader {
  z-index: 1000;
}

.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #FF5B5B;
  height: 150px;
  margin: 0 auto 3.5em auto;
  width: 150px;
}

.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em "Poppins", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.ctn-preloader.dark .animation-preloader .spinner {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.2);
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
  color: #fff;
}

.ctn-preloader p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #3b3b3b;
}

.ctn-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.ctn-preloader .loader .row {
  height: 100%;
}

.ctn-preloader .loader .loader-section {
  padding: 0px;
}

.ctn-preloader .loader .loader-section .bg {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.ctn-preloader .loader.dark_bg .loader-section .bg {
  background: #111339;
}

.ctn-preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ctn-preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Poppins", sans-serif;
  }
}

@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em "Poppins", sans-serif;
  }
}





/* ?Media Query */
@media (max-width:1199px){

    .news{
        text-align: center;
    }

    .news p{
        margin-bottom: 15px;
    }

    .form-inline {
	position: relative;
	justify-content: center;
}

.form-inline i {
	right: 125px;
	
}

.loader {
	left: 60%;
}



}

@media (max-width:991px){

    .navbar span {
	color: #ff4646;
}

    .btn-custom {
	margin-top: 20px;
}

    .port-grid {
	padding: 60px 0px;
}
    .port-grid .content h1 {
	font-size: 35px;
}

.port-sec {
	padding: 80px 0px 40px;
}

.contact ul li {
	margin-bottom: 25px;
}

.form-inline i {
	right: 65px;
}


}

@media (max-width:767px){

    .content {
	text-align: center;
}

.port-grid .content h1 {
	font-size: 25px;
}       

    .port-sec .nav-item {
	margin-left: 0px;
}


.port-sec ul li a {
	font-size: 14px;
}

 .footer-link {
	margin-bottom: 40px;
	background: #01010121;
	padding: 20px 35px;
	border-radius: 10px;
}

.form-inline i {
	right: 114px;
}

.loader {
	left: 82%;
}

}

@media (max-width:575px){
    .navbar-brand {
	margin-left: 3%;
}

.btn-custom {
	margin-top: 20px;
	margin-left: 1%;
}

.port-grid {
	padding: 50px 0px;
}

.breadcrumb .nav {
	margin: 0 auto !important;
}

.port-sec{
    padding: 20px 0px;
}

.port-sec .port {
	width: 75%;
	margin: 0 auto;
	margin-bottom: 40px;
}

.footer-link {
	padding: 25px 35px;
	width: 75%;
	margin: 0 auto 40px;
	text-align: center;
}

.footer-link h3 {
	font-size: 20px;
}

.form-inline i {
	right: 20px;
}

.port-sec ul li a.active {
	display: none;
}

.loader {
	left: 64%;
}

}


@media (max-width:480px){
    .loader {
	left: 71%;
}
.port-sec .port {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 40px;
}
	
}

@media (max-width:380px){
    .loader {
	display: none;
}
	.port-sec .port {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 40px;
}	
	
	
}
