/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;600&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Prata&family=Roboto+Condensed:wght@300;400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Oswald:wght@200;400;600&display=swap');

:root
{
	--color1:#2d7bad;
	--color2:#2d7bad;
	--fcolor:#545962;
  --color333:#333;
  --black:#000;
	--bg1:#F5F5F5;
};

/*
		font-family: 'Oswald', sans-serif;
		font-family: 'Poppins', sans-serif;
		font-family: 'Prata', serif;
		font-family: 'Roboto Condensed', sans-serif;
		font-family: 'Roboto', sans-serif;

		///////////////////////////////////

		font-family: 'Open Sans', sans-serif;
		font-family: 'Oswald', sans-serif;
*/

img
{
	max-width: 100%;
	height: auto;
}

mark
{
	background-color: transparent;
	font-weight: 700;
	color: var(--color1);
}

a,
a:focus {
    text-decoration:none !important;
}

ul,
ol {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

h1,h2,h3,h4,h5,h6
{
   font-family: 'Oswald', sans-serif;
}
h1
{
    font-weight:600;
}
h2
{
    font-weight:600;
}
h3
{
    font-weight:400;
}
h4
{
    font-weight:400;
}
h5
{
    font-weight:200;
}
h6
{
    font-weight:200;
}

.cursor
{
    cursor: pointer !important;
}



body {
    line-height: 26px;
    font-style: normal;
    color: #333;
    background-color: #fff;
    font-size: 15px;
    overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
    font-weight:300;
    z-index: 2;
    position: relative;
}

p
{
    line-height:26px;
}


/*
==========================
*/

.topbars {
    background-color: var(--color1);
    padding: 8px 0;
}

.topbars .top-info ul li {
    float: left;
    font-size: 15px;
    font-weight: 400;
}

.topbars .top-info ul li:not(:last-child) {
    margin-right: 20px;
}

.topbars .top-info ul li span.text {
    color: var(--white);
}

.topbars .top-info ul li i.fa {
    color: var(--white);
    margin-right: 2px;
}

.topbars .top-right-link {
    float: right;
}

.topbars .top-right-link ul li {
    float: left;
}

.topbars .top-right-link ul li a {
    display: block;
    color: var(--color1);
    position: relative;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 400;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	background-color: var(--white);
}
.topbars .top-right-link ul li a i
{
	line-height: 25px;
}
.topbars .top-right-link ul li a.koo
{
	padding-right: 0;
	line-height: 22px;
	margin-right: 7px;
}
.topbars .top-right-link ul li a.whatsapp
{
	padding-right: 0;
	margin-right: 7px;
}
.topbars .top-right-link ul li a.whatsapp i
{
	font-size: .9em;
	line-height: 20px;
	color: white;
}


/*
=============================
*/


.heading1.center h4
{
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    color: var(--dark);
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.heading1.left h4
{
    text-align: left !important;
    display: inline-block;
}
.heading1.center h4 span
{
    font-weight: 600;
    color: var(--color2);
}
.innerpage .heading1.center h4 span
{
    font-weight: 600;
    color: var(--dark);
}
.heading1.center h4:after {
    content: '';
    width: 12px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #fff;
    -webkit-animation: titleanimi 3s linear infinite;
    animation: titleanimi 3s linear infinite;
}
.heading1.center h4:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: var(--color1);
}


 @-webkit-keyframes titleanimi {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    -webkit-transform: translateX(38px);
    transform: translateX(38px);
  }
}

@keyframes titleanimi {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    -webkit-transform: translateX(38px);
    transform: translateX(38px);
  }
}


/*
===============================
*/
.topbar
{
	background-color: #fff;
	box-shadow: -5px 2px 2px rgba(0,0,0,.2);
}

.topbar .logo-container .navigation-toggle-btn
{
	display: none;
}
.topbar .logo-container .logo img
{
		width:170px;
		padding-top: 5px;
		padding-bottom: 5px;
}

/*
===============================
*/

.topbar
{
	padding:0px 0;
}
.topbar .top-area
{
	display: flex;
	justify-content: flex-end;
	padding-top: 10px;
}
.topbar .top-area .info-area
{
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	color: var(--dark);
	margin-left: 13px;
}
.topbar .top-area .info-area i
{
	color: var(--color1);
	margin-right: 5px;
}

.topbar .top-area .social-media
{
	margin-left: 25px;
}
.topbar .top-area .social-media a 
{
	display: inline-block;
	margin-left: 8px;
	color: var(--color1);
}
/*
=========================
*/

.navigations .main-ul
{
	display: flex;
	justify-content: flex-end;
/*	margin-top: 10px;*/
}
.navigations .main-ul li a
{
	font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0px 5px;
    padding: 29px 10px;
    color: var(--black);
    position: relative;
    display: block;
}
.navigations .main-ul li:hover > a,
.navigations .main-ul li.activeNav > a
{
	color: var(--color1);
}
.navigations .main-ul li:last-child a
{
	margin-right: 0;
	padding-right: 0;
}

.dropdown1
{
	position: relative;
	z-index: 100;
}
.dropdown1 .submenu1
{
	position: absolute;
	left: 0;
	min-width: 180px;
	width: 100%;
	background-color: var(--white);
}



.dropdown1 .submenu1 li a
{
	margin:0 0;
	padding:4px 10px;
	text-transform: capitalize;
	font-weight: 500;
	font-size:14px;
	color: var(--white);
	background-color: var(--color2);
}

.dropdown1 .submenu1 li a span:last-child
{
	margin-left: 5px;
}

.dropdown1 .submenu1 li:hover a
{
	background-color: #058bbd;
	color: var(--white);
}
.dropdown1 .submenu1 li:not(:last-child) a
{
	border-bottom: 1px solid #ccc;
}


@media screen and (min-width: 1024px)
{
	.dropdown1 .submenu1
	{
		top: 130px;
		opacity: 0;
		visibility: hidden;
		transition: all .2s linear;
	}

	.dropdown1:hover .submenu1
	{
		top: 100%;
		opacity: 1;
		visibility:visible;
	}
	
}


/*
========================
*/

section.services
{
	padding:50px 0;
	background-color: #f0f1f7;
}
section.services .desc-bellow-heading
{
	max-width: 80%;
	margin:auto;
}
section.services .desc-bellow-heading p
{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
	line-height: 26px;
}

section.services .icon-box
{
	text-align: center;
	
	background-color:#fff;
	padding:25px;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
	margin:15px 8px;
	border-radius: 8px;
	transform: scale(1);
	transition: all .3s linear;
}
section.services .icon-box:hover{
	
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	background-color: var(--white);
	background-image: none;
	transform: scale(1.05);
}
section.services .icon-box .icons
{
	width:120px;
	height: 120px;
	margin:0 auto 15px;
	background-color:var(--color1);
	border-radius: 50%;
}
section.services .icon-box .icons img
{
	padding:35px;
}
section.services .icon-box .heading
{	
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: var(--white);
	font-size: 22px;
	margin-top: 25px;
	margin-bottom: 15px;
}

section.services .icon-box .desc
{	
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
	line-height: 24px;
	color: var(--white);
	margin-bottom: 10px;
}

section.services .icon-box .heading
{
	color: var(--color2);
}
section.services .icon-box .desc
{
	color: var(--black);
}

/*
==============================
*/

section.profile
{
	margin-top: 60px;
}

section.profile .content-box p
{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
	line-height: 26px;
	text-align: justify;
}

.home-profile-image
{
	position: relative;
	margin-top: 20px;
	width: 95%;
}
.home-profile-image:before
{
	content: '';
	position: absolute;
	top: -11px;
	left: -7px;
	width: 95%;
	height: 90%;
/*	background-color: var(--color2);*/
	background-image: linear-gradient(to right bottom, #095484, #095484, #095484, #095484, #0069aa);
	z-index: -1;
}

.home-profile-image:after
{
	content: '';
	position: absolute;
	bottom: -11px;
	right: -7px;
	width: 95%;
	height: 90%;
/*	background-color: var(--color2);*/
	background-image:linear-gradient(to right bottom, #095484, #095484, #095484, #095484, #0069aa);
	z-index: -1;
}

.home-profile-image img {
    width: 99%;
    margin-left: .5%;
    border: 5px solid #fff;
    transform: scale(1);
    transition: all .4s linear;
}
.home-profile-image:hover img
{
	transform: scale(1.1);
}
/*
===============================
*/

section.counter
{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: auto;
	margin-top: 60px;
}
section.counter .counter-container
{
	width: 100%;
	padding:80px 0 60px;
	background-color: #0069aae8;
}

section.counter .counter-container .counter-box
{
	text-align: center;
}
section.counter .counter-container .counter-box h4 .count
{
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 40px;
	color: var(--white);
}
section.counter .counter-container .counter-box .label
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: var(--white);
}


/*
=================================
*/

section.form-testimonial{
	  margin-top:60px;
    background-color: #fff;
}
.testimonial-home
{
    padding-right: 30px;
}

.testimonial-home #slider1 .carousel-inner .carousel-item .testimonial-content-box
{
    padding:0px 10px;
    position: relative;
  	background-color: var(--white);
}
.testimonial-home #slider1 .carousel-inner .carousel-item .testimonial-content-box p
{
    color: var(--black);
    font-size: 15px;
    line-height: 25px;
    padding-right: 10px;
    font-family: 'Poppins';
    font-weight: 400;
    word-spacing: 1px;
    text-align: left;
    margin-bottom: 0;
}

.testimonial-home #slider1 .carousel-inner .carousel-item .testimonial-content-box p:before
{
	content: '\f10d';
	font-family: fontawesome;
	color: var(--color2);
	margin-right: 5px;
}
.testimonial-home #slider1 .carousel-inner .carousel-item .testimonial-content-box p:after
{
	content: '\f10e';
	font-family: fontawesome;
	color: var(--color2);
	margin-left: 5px;
}


.testimonial-home #slider1 .carousel-inner .carousel-item .testimonial-content-box span.icon
{
    display: inline-block;
    position: absolute;
}
.testimonial-home #slider1 .carousel-inner .carousel-item .testimonial-content-box span.icon i
{
    color: var(--color2);
    font-size: 1.3em;
}
.testimonial-home #slider1 .carousel-inner .carousel-item .testimonial-content-box span.icon.iconTop
{
    top: 0;
    left: 0;
}
.testimonial-home #slider1 .carousel-inner .carousel-item .testimonial-content-box span.icon.iconBottom
{
    bottom: 0;
    right: 0;
}

.testimonial-home #slider1 .carousel-inner .carousel-item .title
{
	text-align: center;
	margin-top: 20px;
	font-family: 'Poppins';
	font-weight: 600;
	font-size:18px;
}


.testimonial-home #slider1 .carousel-inner .carousel-item .desi
{
	text-align: center;
	margin-top: 5px;
	font-family: 'Poppins';
	font-weight: 400;
	font-size:16px;
}
.testimonial-home #slider1 .carousel-inner .carousel-item .testi-image
{
	width: 80px;
	height:80px;
	border-radius: 50%;
	background: var(--white);
	margin:15px auto 10px;
	border:2px solid #ccc;
}
.testimonial-home #slider1 .carousel-inner .carousel-item .testi-image img
{
	border-radius: 50%;
}

/*
**************************************
*/
.myform
{
    margin-top: 40px;
}
.myform form .capacha-div
{
  margin-top: 3px;
}

.myform form .form-group
{
    margin-bottom: 2.2em;
}

.myform form .form-group .input-area
{
    border:1px solid var(--color1);
    position: relative;
}

.myform form .form-group .input-area label
{
    position: absolute;
    left: 10px;
    top: -10px;
    margin-bottom: 0;
    line-height: 20px;
    background-color: #fff;
    padding: 0 8px;
    font-size: 15px;
    font-weight:500;
    color: #000;
    font-family: 'Poppins';
    font-weight: 500;
}

.myform form .form-group .input-area .myinput
{
    border:none;
    padding:.5rem .75rem;
	  background-color: #fff;
}

.myform form .form-group .input-area .custom-select
{
    background-color: #fff;
    font-size: 14px;
    font-family: var(--roboto4);
    color: #292727;
    border-radius: 0;
    border:0px;
}

.myform form .form-group .input-area .myinput:focus
{
    box-shadow: none;
}

.myform textarea
{
    resize: none;
}
.btn1
{
    color: #fff;
    border:none;
    background-color: var(--color1);
    padding: 7px 20px;
    min-width: 100px;
    cursor: pointer; 
    box-shadow: 3px 5px 4px rgba(0,0,0,.2);
    transition: background-color .1s linear;
    margin-top: 0em;
    font-family: var(--open3);
}

.btn1:hover
{
    background-color: var(--color1);
    color:var(--white);
}



.submit input
{
    display:inline-block;
    background-color:var(--color2);
    border:2px solid var(--color2);
    color:var(--white);
    font-size:16px;
    font-weight:600;
    letter-spacing:1px;
    padding:9px 35px;
		font-family: 'Poppins';
		font-weight: 500;
    text-transform:uppercase;
    border-radius:25px;
    transform:scale(1);
    transition:all .3s linear;
}
.submit input:hover
{
    transform:scale(.9);
    background-color:transparent;
    color:var(--color2);
}


/*
====================================
*/

footer
{
/*	background-image: url(../img/footer.png);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	margin-top: 40px;
}
footer .footer-container
{
	  background-color:#2d7bad;
    padding: 70px 0 35px;
}

/*
============================================
*/

footer .f-info-box
{
	text-align: center;
	display: flex;
	flex-direction: column;
}
footer .f-info-box .icon
{
	margin: auto;
	width:70px;
	height: 70px;
	border-radius: 50%;
	background-color: var(--color2);
	text-align: center;
	margin-bottom: 20px;
}
footer .f-info-box .icon i
{
	color: var(--white);
	font-size: 2em;
	line-height: 65px;
}

footer .f-info-box .heads
{
	font-family: 'Poppins';
	font-weight: 500;
	color: var(--white);
	font-size:18px;
	word-spacing: 1px;
}
footer .f-info-box .val
{
	font-family: 'Poppins';
	font-weight: 300;
	color: var(--white);
	font-size:17px;
	word-spacing: 1px;
	margin-top:5px;
}


footer .foter-heads
{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: var(--white);
	font-size: 22px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
footer .links .three-row
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: 0;
	justify-content: space-between;
}

footer .links .three-row li
{
	width:50%;
}
footer .links .three-row li a
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: var(--white);
	display: inline-block;
	padding:3px 0px;
	font-size: 16px;
}

footer .links .three-row.singlerow
{
	flex-direction: column;
}

footer .links .three-row.singlerow li
{
	width: 100%;
}

/*
====================================
*/


.copright
{
	background-color: #236792;
	padding:7px 0;
}
.copright .copy-text
{
}
.copright .copy-text a,
.copright .copy-text
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: var(--white);
	font-size: 15px;
	word-spacing: 2px;
}

/*
===========================
*/

.copright .f-social-media
{
	float: right;
}
.copright .f-social-media a
{
	display: inline-block;
	width:30px;
	height:30px;
	background-color: var(--color1);
	color: var(--white);
	text-align: center;
	border-radius: 50%;
	margin-left: 5px;
}
.copright .f-social-media a i
{
	line-height: 30px;
}

.copright .f-social-media a:hover
{
	color: var(--color1);
	background-color: var(--white);
}

/*
==================================
*/

/* Animation delays */
.carousel-caption h3:first-child {
  animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
  animation-delay: 2s;
}
.carousel-caption button {
  animation-delay: 3s;
}

/*
==============================
*/

#sliderss .carousel-item 
{
	position: relative;
}
#sliderss .carousel-item .captions
{
	position: absolute;
	bottom:70px;
	left: 0%;
}
#sliderss .carousel-item .captions h4
{
	display: inline-block;
	background-color:#2d7bad9c;
	padding:20px 40px;
	padding-right: 60px;
	font-family: 'Oswald';
	text-transform: uppercase;
	text-shadow: 2px 2px rgba(0,0,0,.3);
	font-weight: 600;
	color: var(--white);
	font-size: 35px;
	/*border-radius: 0 0 100px 0;*/
    /*border-right: 10px solid #2d7bad9c;*/
	  animation-delay: 1s;
}
#sliderss .carousel-item .captions h4 span
{
	text-transform: uppercase;
	margin-right: 15px;
}

#sliderss .carousel-item .captions h6
{
    display: inline-block;
    background-color: #2d7bad9c;
    padding: 23px 40px;
    padding-right: 60px;
   font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: var(--white);
    font-size: 19px;
    /*border-radius: 0 0 100px 0;*/
    margin-top: 10px;
    /*border-right: 10px solid #2d7bad9c;*/
    animation-delay: 3s;
}

/*
=========================================
*/
.owl-carousel.clients .item 
{
	margin:5px;
}
.owl-carousel.clients .item .client-scroller
{
	  box-shadow: 0px 0px 5px rgb(68 65 65 / 10%);
    padding: 5px;
    border: 1px solid #dad7d7;
}

.owl-dots
{
	display: none !important;
}

/*
======================================
*/

.enquire-now .form-box .form-fields{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
}
.enquire-now .form-box .form-fields .left 
{
	flex:0 0 auto;
	width:50%;
	padding-right: 5px;
}

.enquire-now .form-box .form-fields .full-row
{
		flex:0 0 auto;
	  width:100%;
}

.enquire-now .form-box .form-fields .inputs
{
	margin-bottom: 7px;
}

.enquire-now .form-box .form-fields .inputs input{
	padding:.3rem 1rem;
}


.enquire-now .form-box .form-fields .inputs .myselect{
	padding:.5rem 1rem;
	width: 100%;
	background-position: 50% 97%;
}

.enquire-now .form-box .form-fields .right 
{
	flex:0 0 auto;
	width:50%;
	padding-left: 5px;
}

.enquire-now .form-box .form-fields .inputs
{
	position: relative;
}
.enquire-now .form-box .form-fields .inputs .icons
{
	position: absolute;
	top: 12px;
	left: 12px;
	color: var(--color2);
	font-size: .9rem;
}
.enquire-now .form-box .form-fields .inputs input,
.enquire-now .form-box .form-fields .inputs textarea
{
	width:100%;
	padding-left: 33px !important;
}

.enquire-now .form-box .form-fields .inputs input:focus,
.enquire-now .form-box .form-fields .inputs textarea:focus,
.enquire-now .form-box .form-fields .inputs .myselect:focus
{
	box-shadow: none;
	outline: none;
}

.enquire-now .form-box .form-fields .submit-btn
{
	display: block;
	width:100%;
	background-color: #236792;
	color: var(--white);
	border:0px;
	padding:7px;
	font-size: 18px;
}



/*** 

====================================================================
  Info Section
====================================================================

***/

.info-section{
  position:relative;
  padding:0px 0px;
  z-index:5;
  margin-top:60px;
}

.info-section .info-column{
  position:relative;
  margin-bottom:30px; 
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;  
  
  -webkit-box-shadow: 1px 2px 5px 3px rgba(0,0,0,0.09);
  -moz-box-shadow: 1px 2px 5px 3px rgba(0,0,0,0.09);
  box-shadow: 1px 2px 5px 3px rgba(0,0,0,0.09);
  transition:all .4s linear;
}


.info-section .info-column:hover{
  -webkit-box-shadow: 1px 2px 5px 10px rgba(0,0,0,0.20);
  -moz-box-shadow: 1px 2px 5px 10px rgba(0,0,0,0.20);
  box-shadow: 1px 2px 5px 10px rgba(0,0,0,0.20);
}


.info-section .info-column .column-header{
  padding:5px 20px;
  text-align:center;
  background:var(--color1);
  color:#ffffff;  
}

.info-section .info-column .column-header h3{
  line-height:40px;
  font-size:20px;
  margin-bottom:0;
  text-transform: uppercase;
}

.info-section .info-column .info-box{
  position:relative;
  text-align:center;
  display:table;
  width:100%;
  height:160px;
  word-break:break-all;
  padding:25px 30px 20px;
  background:#ffffff;
}

.info-section .info-column .info-box:hover{
  border-color:#5ec79c; 
}

.info-section .info-column .info-box .inner{
  position:relative;
  display:table-cell;
  vertical-align:top;
}

.info-section .info-column .info-box .icon{
  position:relative;
  font-size:36px;
  line-height:1.2em;
  color:var(--color2);
  margin-bottom:17px; 
}

.info-section .info-column .info-box h4{
  font-size:16px;
  line-height:1.4em;
  color:var(--color1);
  margin-bottom:5px;  
}
.info-section .info-column .info-box .text
{
  font-family: 'Open Sans', sans-serif;
  font-size:16px;
  margin-top:13px;
  line-height:26px;
  font-weight:400;
}
.info-section .info-column .info-box .text a
{
  color: var(--dark);
}
.info-section .info-column .info-box .text a:hover
{
  color: var(--dark);
}


/*
===========================
*/

.inner-right-image
{
	width: 350px;
	float: right;
	margin-left: 20px;
}

body.research .inner-right-image
{
	float: none;
	margin-left: 0;
	width: 100%;
}
.inner-right-image.home-profile-image:before {
	top: -5px;
    left: 5px;
    width: 84%;
    height: 80%;
}
.inner-right-image.home-profile-image:after {
	bottom: -5px;
    right: 5px;
    width: 84%;
    height: 80%;
}

/*
=============================
*/

.section.inerpage
{
	margin-top: 40px;
}
.section.inerpage p
{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}
.section.inerpage ul
{
	margin-bottom: 20px;
	list-style-type: square;
	padding-left: 35px;
}
.section.inerpage ul li
{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}

/*
======================
*/

section.plain-banner
{
	background-color: #fff;
	padding:40px 0;
	text-align: center;
}
section.plain-banner h5
{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
	color: var(--dark);
	margin-bottom: 0;
	max-width: 70%;
	line-height: 35px;
	margin:auto;
}



/*
===============================
*/

section.blogs.innerpages
{
	margin:0;
	padding:40px 0;
	background-color: #f7f7f7;
}
body.no-bg-color section.blogs.innerpages
{
	background-color: #fff;
	padding:20px 0 0;
}
section.blogs.innerpages .seprater
{
	width: 100%;
	height: 20px;
}

section.blogs.innerpages .blog-box
{
    /*background-color:#fbfbfb;*/
    /*box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);*/
    /*border-radius: 12px 12px 0 0;*/
}
section.blogs.innerpages .blog-box .images img{

	/*border-radius: 12px 12px 0 0;*/
}
section.blogs.innerpages .blog-box .images
{
	/*border-radius: 12px 12px 0 0;*/
}
section.blogs.innerpages .blog-box .blog-body
{
	padding:0px 10px;
}
section.blogs.innerpages .blog-box .blog-body h4
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 5px;
	color: var(--dark);
}
section.blogs.innerpages .blog-box .blog-body .date
{
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
	color:rgba(117, 117, 117, 1);
	margin-top: 5px;
}

section.blogs.innerpages .blog-box .blog-body .date i
{
	color: var(--dark);
}
section.blogs.innerpages .blog-box .blog-body p
{
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color:rgba(117, 117, 117, 1);
	line-height: 22px;
	margin-bottom: 0px;
}


/*
======================================
*/

.blog-box
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 10px;
	padding:10px 10px;
}
/*.blog-box .images
{
	flex:0 0 auto;
	width: 28%;
}*/
.blog-box .blog-body
{
	flex:0 0 auto;
	width: 99%;
	padding-left: 15px !important;
}

/*
===============================
*/
.blog-detail-box .heading1 h3
{
	margin-bottom: 13px;
	margin-top: 10px;
}
.blog-detail-box .heading1 h3 span
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 21px;
	color: var(--color333);
	text-transform: capitalize;
}
section.blogs-detail .blog-detail-box .blog-image-big
{
	margin-bottom: 15px;
}
section.blogs-detail .blog-detail-box .blog-image-big img
{
	width: 100%;
}
section.blogs-detail .blog-detail-box .content *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(strong)
{
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight:400 !important;
	font-size: 16px;
	line-height: 26px;
}

section.blogs-detail .blog-detail-box .content *:is(h1,h2,h3,h4,h5,h6,strong)
{
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 15px;
}

/*

================================
*/
.blog-sidebar .heading1 h3
{	line-height: 16px;
	display: block;
	font-family: 'Roboto';
	background-color: var(--white);
	padding:13px 5px;
	/*border-radius: 8px 8px 0 0;*/
	margin-bottom: 5px;
}

.blog-sidebar .heading1 h3 span
{
	font-weight: 700 !important; 
	color: var(--dark);
	font-size: 20px !important;
	line-height: 20px;
	font-family: 'Roboto';
}

.blog-detail-container
{
	padding-right: 30px;
}
.blog-sidebar ul
{}
.blog-sidebar ul li
{
	padding-top: 3px;
    padding-bottom: 0;
    margin-bottom: 3px;
    border-bottom: 1px solid #ccc;
}
.blog-sidebar ul li:last-child
{
	border-bottom: 0px solid transparent;
}
.blog-sidebar ul li .crow
{
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	padding-right: 10px;
}
.blog-sidebar ul li .crow .image
{
	flex:0 0 auto;
	width: 30%;
}
.blog-sidebar ul li .title
{
	flex: 0 0 auto;
    width: 100%;
    padding-left: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 20px;
    color: var(--dark);
    font-size: 15px;
    margin-bottom: 10px;
}
.blog-sidebar ul li:hover .title
{
	color: var(--dark);
}
.blog-sidebar ul li .date
{
	display: block;
	line-height: 20px;
	padding-top: 5px;
	 font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: rgba(117, 117, 117, 1);
	font-size: 14px;
	margin-top: 3px;
}
.custom-toggle-sidebar
{
	padding-left: 20px;
}
.custom-toggle-sidebar .blog-sidebar
{
	margin-bottom: 3px;
}
.custom-toggle-sidebar .blog-sidebar ul
{
	display: none;
}
.custom-toggle-sidebar .blog-sidebar.show-ul ul
{
	display: block;
}


/*
=========================
*/

.like-dislike-row
{
	background-color: #fff;
	margin-top: 15px;
	padding:10px 0px;
}
.like-dislike-row a
{
	display: inline-block;
	margin-right: 8px;
	color: var(--dark);
}
.like-dislike-row a span.text
{
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 14px;
}

.like-dislike-row a:hover
{
	color: var(--color2);
}


.like-dislike-row .icons-list i
{
	display: inline-block;
	width: 23px;
	height: 23px;
	color: #fff;
	text-align: center;
	line-height: 23px;
	font-size: .9em;
	border-radius: 5px;
	cursor: pointer;
	margin-right: 3px;
}

.like-dislike-row .icons-list i:nth-child(1)
{
	background-color: #3b5998;
}
.like-dislike-row .icons-list i:nth-child(2)
{
	background-color: #1da1f2;
}
.like-dislike-row .icons-list i:nth-child(3)
{
	background-color: #c32aa3;
}
.like-dislike-row .icons-list i:nth-child(4)
{
	background-color: #0a66c2;
}
.like-dislike-row .icons-list i:nth-child(5)
{
	background-color: #25d366;
}
.like-dislike-row .icons-list i:nth-child(6)
{
	background-color: #4285f4;
}
.like-dislike-row .icons-list i:nth-child(7)
{
	background-color: #0088cc;
}



/*
**************************************
*/
.myform
{
    margin-top: 25px;
}

.myform form .form-group
{
    margin-bottom: 1.8em;
}

.myform form .form-group .input-area
{
    position: relative;
}

.myform form .form-group .input-area label
{
    margin-bottom: 7px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 15px;
    font-family:'Roboto';
    font-weight: 500;
    color: #292727;
}

.myform form .form-group .input-area .myinput
{
    border-color: var(--color2);
    border-radius: 0;
    padding:.5rem .75rem;
}

.myform form .form-group .input-area .custom-select
{
    background-color: #F4F3F3;
    font-size: 14px;
    font-family: var(--roboto4);
    color: #292727;
    border-radius: 0;
    border:0px;
}

.myform form .form-group .input-area .myinput:focus
{
    box-shadow: none;
}

.myform .capacha-div
{
    margin-top: 30px;
}

.myform textarea
{
    resize: none;
}
.btn1
{
    color: #fff;
    border:none;
    background-color: var(--color1);
    padding: 10px 40px;
    min-width: 100px;
    cursor: pointer; 
    box-shadow: 3px 5px 4px rgba(0,0,0,.2);
    transition: background-color .1s linear;
    margin-top: 0em;
    font-family:'Roboto';
    font-weight: 500;
}

.btn1:hover
{
    background-color: var(--color2);
    color:var(--white);
}



/*
================================================
*/

#self-accordion .accordion-block
{
    margin-bottom: 5px;
}
#self-accordion .accordion-block .head
{
	color: var(--black);
    background-color: #e1e1e1;
    border-bottom-width: 1px;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
    position: relative;
    padding: 1rem 1.25rem;
    font-weight: 500;
    font-size: 18px;
	cursor:pointer;
}
#self-accordion .accordion-block .head.active-heads
{
	background-color: var(--gray);
    color: var(--white);
}
#self-accordion .accordion-block .accordion-bodys
{
	padding: 1rem 1.25rem;
    border: 1px solid rgba(0,0,0,.125);
	display:none;
}
#self-accordion .accordion-block:first-child .accordion-bodys
{
	display:block;
}
#self-accordion .accordion-block .head .icon
{
	float: right;
}



/*
=============================
*/

.whatsapp-icon
{
	position: fixed;
    bottom: 15px;
    right: 15px;
    width: 70px;
    z-index: 999999;
}

/*
============================
*/

body.research .main-content p
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 35px;
}


.margin-Top-Rows
{
	margin-top: 35px;
}

/*
============================
*/

.blog-padding-reduce
{
	padding-left:8px;
	padding-right:8px;
}
.blog-cols-padding-right
{
	padding-right: 30px;
}
/*.custom-toggle-sidebar .blog-sidebar.show-ul ul
{
	max-height: 380px;
	overflow-y: auto;
}
*/


/* width */
.custom-toggle-sidebar .blog-sidebar.show-ul ul::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.custom-toggle-sidebar .blog-sidebar.show-ul ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.custom-toggle-sidebar .blog-sidebar.show-ul ul::-webkit-scrollbar-thumb {
  background: #555; 
  border-radius: 10px;
}

/* Handle on hover */
.custom-toggle-sidebar .blog-sidebar.show-ul ul::-webkit-scrollbar-thumb:hover {
  background: #ccc; 
}

/*
=========================
*/
.comment-box
{
	padding:15px 0;
	margin-top: 20px;
	background-color: #fff;
}
.comment-box .comment-area
{
	margin-top: 0px;
}
.comment-box .comment-area h5
{
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 15px;
	color: var(--dark);
}
.comment-box .comment-area .comment 
{
	position: relative;
}
.comment-box .comment-area .comment i
{
	position: absolute;
	top: 10px;
	left: 12px;
	color: var(--color2);
}
.comment-box .comment-area .comment textarea
{
	padding-left: 35px;
	border-color: #c3c2c2;
}
.comment-box .comment-area .comment textarea:focus
{
	box-shadow: none;
	outline: none;
}
.comment-box .comment-area .post-comment
{
	margin-top: 15px;
	border:none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	display: inline-block;
	padding:6px 30px;
	background-color: var(--color1);
	color: var(--white);
	letter-spacing: 1px;
}
.comment-box .comment-area .post-comment:hover
{
	background-color: #2d7bad;
}

/*
==================================
*/
.comoment-list
{
	margin-top: 20px;
}
.comoment-list .comment-row
{
	margin-bottom: 8px;
	display: flex;
	flex-direction: row;
}

.comoment-list .comment-row .avtar
{
	flex: 0 0 auto;
	width: 60px;
	height:60px;
	border-radius: 50%;
}
.comoment-list .comment-row .avtar img
{
	border-radius: 50%;
}

.comoment-list .comment-row .comments-area
{
	width: calc(100% - 70px);
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.comoment-list .comment-row .comments-area p
{
	margin-bottom: 3px;
	line-height: 24px;
	font-size: 15px;
	font-weight: 400;
}
.comoment-list .comment-row .comments-area .date
{
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
	color: #444;
}
.comoment-list .comment-row .comments-area .date i
{
	margin-right: 5px;
}

.innerpage .graphics
{
	width: 170px;
    height: 170px;
    background: var(--color1);
    border-radius: 50%;
}
.innerpage .graphics img
{
	padding:35px;
}

.innerpage .graphics2 img
{
	padding:27px 18px;
}

.section.inerpage .custom-toggle-sidebar ul
{
	list-style-type: none;
	padding-left: 0;
}