/*
Template:     Trinay
Written By:   CodeAddict
Version:      1.0
*/


/*============================
      TABLE OF CONTENT
==============================

1. GENERAL
2. NAVIGATION
3. SERVICE
4. ABOUT
5. FEATURES
6. AVERT
7. WORK
8. FACTS
9. TEAM
10'. PLAN
11. F.A.Q
12. TESTIMONIALS
13. CONTACT
14. FOOTER
15. RESPONSIVE
24. FOOTER

/*============================
     END OF TABLE OF CONTENT
==============================


/* ============================
           GENERAL
 ============================= */

/*------ Body -------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Poppins:500,600|Raleway:500,600);
body {
	/* padding: 27px; */
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
}
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

/*----- Tagline ------*/
.tagline {
	font-size: 44px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
}
.section-heading {
	text-align: center;
	margin-bottom: 35px;
}
.section-heading h6 {
	font-size: 32px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.section-heading p {
	font-size: 17px;
}
.section-heading i {
	display: none;
	color: rgba(215, 44, 44, 0.2);
	top: -56px;
	left: 280px;
	font-size: 95px;
	position: absolute;
}
.upp {
	text-transform: uppercase;
}
.cpt {
	text-transform: capitalize;
}
.italic {
	font-style: italic;
}

/*------ Sections ------*/
.space-big {
	padding: 55px 0;
	padding-bottom: 20px;
}

/*------ Colors -----*/
.red {
	color: #3951a5;
}
.bg-gray {
	background: #f9f9f9;
}

/*------ Buttons -------*/
.btn-red {
	background: #3951a5;
	color: #fff!important;
	outline: none;
}
.btn-red:hover {
	opacity: 0.7;
	color: #0909f3;
}
.btn-transpy-red {
	background: rgba(215, 44, 44, 0.2);
    color: #0909f3;
}
.btn-transpy-red:hover {
	opacity: 0.7;
	color: #0909f3;
}
.btn-fullwidth {
	width: 100%;
	display: block;
	border: none;
}

/*----- Button size ------*/
.btn-small {
	padding: 8px 15px;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.btn-medium {
	padding: 11px 19px;
}
.btn-large {
	padding: 9px 22px;
}

/*--- Other ---*/
.img-responsive {
    max-width: 100%; 
    display:block; 
    height: auto;
}

/*----- Divider -----*/
.divider-center {
	border: 1.5px solid #3951a5;
	width: 11%;
}
.divider-center-small {
	border: 1.5px solid #3951a5;
	width: 5%;
}
.divider-left {
	border: 1.5px solid #3951a5;
	margin: auto 0;
	text-align: left;
	width: 9%;
}

/*----- Animation ------*/
.anim {
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

/*----- Positions ------*/
.center {
	text-align: center;
}
.align-rght {
	text-align: right;
}
.align-lft {
	text-align: left;
}
.auto {
	margin: auto;
}

/*------ Space shrotcodes -----*/
.mb0 {
	margin-bottom: 0;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb35 {
	margin-bottom: 35px;
}
.mt35 {
	margin-top: 35px;
}
.mt20 {
	margin-top: 20px;
}
/* ============================
        END OF GENERAL
 ============================= */


/* ============================
          NAVIGATION
 ============================= */
/*------ Navigation clasic ---------*/
.navbar-clasic {
	min-height: 80px;
	width: 100%;
	background: #fff;
}
.navbar-clasic .navbar-nav .nav-link {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: #777;
	padding: 12px;
	margin-top: 6px;
}
.navbar-brand {
	color: #555;
	font-size: 25px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.sticky-navbar {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	background: rgba(255,255,255,0.98);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
	display: none;
	min-height: 70px;
}
.navbar-sticky .navbar-nav .nav-link {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: #777;
	padding: 12px;
	margin-top: 5px;
}
.navbar-brand {
	color: #555;
	font-size: 25px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.nav-help li a i {
	font-size: 19px;
}

/*---- Sticky navbar ----*/
.navbar-sticky {
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 999;
	width: 100%;
	background: rgba(255,255,255,0.98);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
	display: none;
	min-height: 70px;
}
/* ============================
       END OF NAVIGATION
 ============================= */



/* ============================
             HOME
 ============================= */
#home {
	background: #0000fa;
	background-size: cover;
	padding: 230px 0;
}
.intro {
	margin-bottom: 15px;
}
.intro h4 {
    line-height: 1.5;
    font-size: 18px;
    color: #444;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 24px;
}
/* ============================
          END OF HOME
 ============================= */


/* ============================
            SERVICE
 ============================= */
.service-box-1 {
	border-top: 3px solid #0909f3;
	background: #f9f9f9;
	padding: 50px 50px 50px;
	position: relative;
	text-align: center;
}
.service-box-1 p {
	margin-bottom: 20px;
}
.service-box-1 h6 {
	font-size: 20px;
	font-weight: 600;
}
.service-box-1 i {
	font-size: 45px;
	color: rgba(215, 44, 44, 0.4);
	margin-bottom: 15px;
}
/* ============================
          END OF SERVICE
 ============================= */


/* ============================
            ABOUT
 ============================= */
.about-box-1 i {
	color: rgba(215, 44, 44, 0.2);
	font-size: 52px;
	position: absolute;
	left: -5px;
	top: -15px;
}
.about-box-1 h6 {
	font-size: 31px;
	font-weight: 600;
	margin-bottom: 20px;
}
.about-box-1 p {
	margin-bottom: 15px;
}
/* ============================
          END OF ABOUT
 ============================= */


/* ============================
          FEATURES
 ============================= */
.featuers-box {
    background: #FAFAFA;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
	padding: 17px 17px;
	margin-top: 30px;
	display: inline-block;
	width: 93%;
}
.icon {
	/* float: left; */
}
.features-content {
    padding-left: 85px;
}
.features-content h6 {
	font-family: 'Raleway', sans-serif;
    font-size: 20px;
    margin-top: 5px;
	font-weight: 600;
    margin-bottom: 12px;
	margin-left: 12px;
}
.features-content p {
	margin-bottom: 0;
	margin-left: 12px;
}
.icon i {
	font-size: 47px;
	margin-top: 4px;
	color: #0909f3;
}
/* ============================
          END OF FEATURES
 ============================= */


/* ============================
            ADVERT
 ============================= */
#advert {
	background: url('../images/sub.jpg') center;
	background-size: cover;
}
.subscriber-form form {
    border-bottom: 2px solid;
    height: 44px;
    margin: 0 auto;
    position: relative;
    width:100%;
	border: 1px solid #777;
	opacity: 0.9;
	background: Transparent;
}
.subscriber-form form input {
    background: transparent;
    border: 1px solid #ddd;
    font-size: 15px;
    height: 100%;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
	outline: none;
}
#mc-email::placeholder {
	color: #444!important;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
}
.subscriber-form form input:focus {
    outline: 0;
}
.subscriber-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
}
.subscriber-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
}
.subscriber-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
}
.subscriber-form form button {
    background: #0909f3;
    border: 0 none;
    color: #fff;
    font-weight: 500;
    height: 100%;
    position: absolute;
    right: 0;
    text-transform: capitalize;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 30%;
}
.subscriber-form label {
    color: #fff;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: -25px;
    width: 100%;
}
.subscriber-form label.valid {
    top: 10px;
}
/* ============================
          END OF ADVERT
 ============================= */


/* ============================
            WORK
 ============================= */
.slide-one {
	padding: 15px;
	padding-bottom: 0!important;
}
/* ============================
           END OF WORK
 ============================= */


/* ============================
           FACTS
 ============================= */
.fact-content {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	padding: 25px;
	background: #fff;
}
.fact-title h6 {
	font-size: 34px;
	font-weight: 600;
}
.fact-content h6 {
	font-weight: 500px;
	font-size: 19px;
}
.fact-content i {
	color: #0909f3;
	font-size: 57px;
}
.fact-title {
	margin-top: -20px;
}
.fact-title p {
	margin-bottom: 25px;
}
.counter {
	font-size: 42px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
/* ============================
         END OF FACTS
 ============================= */


/* ============================
           TEAM
 ============================= */
.team-member-3 img {
    display: block;
    width: 100%;
}
.member {
   padding: 20px;
   background: #fff;
   box-shadow: 0 0 5px #ededed;
   position: relative;
   text-align: center;
}
.member > h6 {
    font-size: 20px;
}
.member p {
	margin-bottom: 8px;
}
.team-social {
	padding: 0;
	margin-bottom: 0;
}
.team-social li {
    display: inline-block;
    padding: 5px;
	color: #555;
	padding-bottom: 0!important;
}
.team-social li i {
	font-size: 18px;
	color: rgba(215, 44, 44, 1);
}
/* ============================
          END OF TEAM
 ============================= */


/* ============================
           PLAN
 ============================= */
.plan {
	padding: 45px 59px;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.17);
	background: #fff;
	text-align: center;
	border-radius: 2px;
	width: 90%;
    margin: auto;
}
.plan i {
	font-size: 52px;
	color: #0909f3;
	margin-bottom: 8px;
}
.plan h6 {
	font-size: 16px;
	margin-bottom: 20px;
}
.plan h1 {
	font-size: 54px;
	font-family: 'Poppins', sans-serif;
}
.plan span {
	font-size: 28px;
	margin-right: 5px;
}
.plan p {
	margin-bottom: 30px;
}
/* ============================
         END OF PLAN
 ============================= */


/* ============================
          F.A.Q
 ============================= */
.faq-card {
    border: none;
    margin-bottom: 15px;
}
.faq-card:last-child {
    margin-bottom: 0; 
}
.faq-card .card-header {
    padding: 16px 19px;
    background-color: #f9f9f9;
    border: none;
    border-radius: 0px; 
}
.faq-card .card-header i {
	float: left;
	position: relative;
	top: 3px;
	color: #0909f3;
	font-size: 18px;
}
.faq-card .card-header h5 {
    font-size: 19px;
    margin: 0;
}
.faq-card .card-header h5 a {
	color: #212529;
	font-size: 17px;
	font-family: 'Raleway', sans-serif;
    line-height: 24px;
    padding-left: 12px;
    position: relative;
}
.faq-card .card-body {
    padding-left: 55px;
}
.faq-card .card-body p {
    margin-top: 30px;
}
#faq {
	margin-top: 20px;
}
/* ============================
          END OF F.A.Q
 ============================= */


/* ============================
          TESTIMONIALS
 ============================= */
#testimonials {
	background: url('../images/testy.jpg') center;
	background-size: cover;
}
.testimonials-item { 
	text-align: center
}
.testimonials-item p {
	font-size: 18px;
	margin-bottom: 15px;
}
.testimonials-item h6 {
	font-size: 19px;
	color: #444;
	margin-bottom: 15px;
}
.img-circle {
	border-radius: 50px;
	border: 3px solid #0909f3;
}
/* ============================
       END OF TESTIMONIALS
 ============================= */


/* ============================
          CONTACT
 ============================= */
#contact-form h6 {
	font-size: 19px;
	margin-bottom: 30px;
}
.item {
    margin-bottom: 35px;
}
.item span {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    margin-left: 22px;
}
.item i {
	position: relative;
	top: 6px;
    font-size: 35px;
    text-align: center;
    display: inline-block;
    width: 30px;
	color: #0909f3;
}
.contact-info h6 {
	font-size: 29px;
	font-weight: 600;
	margin-bottom: 15px;
}
.contact-info p {
	margin-bottom: 15px;
}
.fix-space {
	margin-bottom: 0!important;
}
.h-40px {
	height: 120px!important;
}
.infos {
	margin: 0;
	padding: 0;
}
.infos li {
	margin: 0;
	padding-bottom: 12px;
	list-style-type: none;
	font-size: 15px;
}
.form-group {
	padding: 0;
}
.contact-social {
	padding: 0;
	margin: 0;
}
.contact-social li {
	display: inline-block;
	list-style-type: none;
}
.contact-social li i {
	font-size: 32px;
	padding-right: 11px;
	color: #0909f3;
}
/* ============================
        END OF CONTACT
 ============================= */


/* ============================
          FOOTER
 ============================= */
.footer-social {
	padding: 0;
	margin: 0;
}
.footer-social li  {
	display: inline-block;
	padding-right: 6px;
}
.footer-social li i {
	font-size: 21px;
	color: #0909f3;
}
.list {
	padding: 0;
}
.list li {
	padding-left: 5px;
	padding-bottom: 5px;
	list-style-type: none;
}
.list li a {
	font-size: 15px;
	color: #212529;
	font-family: 'Raleway', sans-serif;
}
.contacts-info {
	margin-top: 15px;
	padding: 0;
}
.contacts-info li {
	list-style-type: none;
	padding-bottom: 20px;
}
.contacts-info li i {
	margin-right: 9px;
	font-size: 22px;
}
/* ============================
        END OF FOOTER
 ============================= */


/* ============================
          RESPONSIVE
 ============================= */
@media (max-width: 480px) {
	body {
		padding: 0;
	}
	.navbar-clasic .navbar-nav li {
		display: inline;
		text-align: center;
	}
	.navbar-sticky {
		
	}
	.navbar-sticky .navbar-nav li {
		display: inline;
		text-align: center;
	}
	.navbar-sticky .menu-icon {
		font-size: 20px;
		color: #444;
		margin-top: 9px;
	}
	.navbar-sticky .navbar-brand {
		margin-top: 5px;
	}
	.nav-help {
		display: none;
	}
	.mt-space {
		margin-top: 35px;
	}
	.mb-space {
		margin-bottom: 35px;
	}
	.tagline {
		font-size: 37px;
	}
	.section-heading h6 {
		font-size: 28px;
	}
	.section-heading p {
		font-size: 16px;
	}
	.intro-content h4 {
		font-size: 17px;
	}
	.testimonials-item p {
		font-size: 15px;
	}
	.counter {
		font-size: 37px;
	}
	.about-box-1 i {
		left: 15px;
	}
	.about-box-1 h6 {
		font-size: 27px;
	}
	.featuers-box {
		width: 100%;
	}
	.subscriber-form form {
		width: 75%;
	}
	.contact-info h6 {
	    font-size: 23px;
	}
	.footer-title {
		margin-top: 30px;
	}
}

@media (min-width: 481px) and (max-width: 761px) {
	body {
		padding: 0;
	}
	.navbar-clasic .navbar-nav li {
		display: inline;
		text-align: center;
	}
	.navbar-sticky .navbar-nav li {
		display: inline;
		text-align: center;
	}
	.navbar-sticky .menu-icon {
		font-size: 20px;
		color: #444;
		margin-top: 9px;
	}
	.navbar-clasic .navbar-nav li {
		display: inline;
		text-align: center;
	}
	.nav-help {
		display: none;
	}
	.mt-space {
		margin-top: 35px;
	}
	.mb-space {
		margin-bottom: 35px;
	}
	.navbar-sticky .navbar-brand {
		margin-top: 5px;
	}
	.navbar-sticky .navbar-brand {
		margin-top: 5px;
	}
	.about-box-1 h6 {
		font-size: 28px;
	}
	.testimonials-item p {
		font-size: 16px;
	}
	.service-box-1 {
		margin: 15px;
	}
	.featuers-box {
		width: 100%;
	}
	.fact-content {
		margin: 15px;
	}
	.team-member-3 {
		padding: 15px;
	}
	.footer-title {
		margin-top: 30px;
	}
}

@media (min-width: 762px) and (max-width: 991px) {
	body {
		padding: 0;
	}
	.nav-help {
		display: none;
	}
	.mt-space {
		margin-top: 35px;
	}
	.mb-space {
		margin-bottom: 35px;
	}
	.navbar-clasic .navbar-nav li {
		display: inline;
		text-align: center;
	}
	.navbar-sticky .navbar-nav li {
		display: inline;
		text-align: center;
	}
	.navbar-sticky .menu-icon {
		font-size: 20px;
		color: #444;
		margin-top: 9px;
	}
	.navbar-clasic .navbar-collapse .navbar-nav {
		margin-bottom: 15px;
     }
	.navbar-clasic .navbar-nav li {
		display: inline;
		text-align: center;
	}
	.mt-space {
		margin-top: 35px;
	}
	.mb-space {
		margin-bottom: 35px;
	}
	.navbar-sticky .navbar-brand {
		margin-top: 5px;
	}
	.testimonials-item p {
		font-size: 16px;
	}
	.service-box-1 {
		margin: auto;
		margin-bottom: 35px;
		width: 70%;
	}
	.featuers-box {
		width: 100%;
	}
	.fact-content {
		margin: 15px;
	}
	.team-member-3 {
		padding: 25px;
	}
	.img-responsive {
		display: inline-block;
	}
	.footer-title {
		margin-top: 30px;
	}
}

@media (min-width: 962px) and (max-width: 1200px) {
	.fact-content {
		padding: 10px;
	}
	
}


















@media screen and (max-width: 600px) {
  .res-align {
    
    
   margin-left:0px !important;
     
  }
}
.center1{
	
	width: 410px;
    border-radius: 8px;
    margin: calc(50vh - 220px) auto;
    padding: 20px 0px;
    max-width: calc(100vw - 40px);
    box-sizing: border-box;
    font-family: 'Montserrat',sans-serif;
    position: relative;
    margin-top: 25px;
	
}



.find{
	
	display:none;
	
}

@media screen and (max-length:600px){
	.find{
	
			display:block;
	
	}	
}
.navbar-toggler{
	
	display:none;
	
}

.foot-align{

	margin-left:15%;

}





