
@charset "utf-8";

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");



body {

	font-family: 'Poppins', sans-serif;

	margin: 0;

	padding: 0;

	color: #848484;

	background: #fff;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

	font-size: 16px;

	line-height: 26px;

}

h1, h2, h3, h4, h5, h6 {

	font-weight: 600;

	font-family: 'Poppins', sans-serif;

}

h1 {

	font-family: 'Poppins', sans-serif;

	font-size: 55px;

}

h2 {

	font-family: 'Poppins', sans-serif;

	font-size: 30px;

	line-height: 30px;

}



h3 {

	font-family: 'Poppins', sans-serif;

	font-size: 24px;

	line-height: 30px;

}

li {

	font-family: 'Poppins', sans-serif;

	list-style: none;

}

a {

	font-family: 'Poppins', sans-serif;

	text-decoration: none!important;

}

a, button, input {

	outline: 0!important;

}

p {

	font-family: 'Poppins', sans-serif;

	font-size: 16px;

    font-weight: 300;

    color: #848484;

}

.small-text {

	font-size: 14px;

	font-weight: 400;

}

.extra-small-text {

	font-size: 13px;

	font-weight: 400;

	color: #bebebe;

}

.regular-text {

	font-size: 16px;

}

.medium-text {

	font-size: 18px;

}

.semi-bold {

	font-weight: 600;

}

.text-align-center {

	text-align: center;

}

.no-margin {

	margin: 0;

}

::-moz-selection {

 background: #1a252b;

 color: #90c404;

}

::selection {

	background: #1a252b;

	color: #90c404;

}















.blog-post-share ul.social-links {

	font-size: 18px;

	font-weight: 600;

	padding: 0;

	margin-top: 20px;

}

.blog-post-share ul.social-links li a {

	width: 30px;

	height: 30px;

}



/*Blog*/





#hm_banner_sec {

  float: left;

  width: 100%;

  position: relative;

  /*background: linear-gradient( rgba(255, 255, 255, 0.8), rgb(255, 255, 255, 0.96) ), url(../images/hm-banner.jpg);*/  /*  background-repeat: no-repeat;*/  /*  background-size: cover;*/  /*  background-position: center center;*/  /*  padding: 40px 0px 0 0;*/;

}

.hm_banner_sec_fig {

  float: left;

  width: 100%;

  position: relative;

}



.hm_banner_sec_fig img {

  width: 100%;

}



.hm_banner_sec_box {

  position: absolute;

  bottom: 18%;

  left: 32%;

  transform: translate(-50%, 50%);

}



.hm_banner_sec_card {

  float: left;

  width: 100%;

  position: relative;

}



.hm_banner_sec_card_details {

  float: left;

  width: 100%;

  position: relative;

}



.hm_banner_sec_card_details h1 {

  font-weight: 700;

  font-size: 48px;

  text-align: left;

  margin: 0;

  padding: 0 0 15px 0;

  line-height: inherit;

  text-transform: capitalize;

  color: #000;

}



.bnr-hdng-clr-1 {

  color: #90c404;

  -webkit-text-stroke: 1px #da0101;

}



.bnr-hdng-clr-2 {

  color: #008ccb;

  -webkit-text-stroke: 1px #da0101;

}



.hm_banner_sec_card_details p {

  font-weight: 500;

  font-size: 18px;

  text-align: left;

  margin: 0;

  padding: 20px 0 15px 0;

  line-height: inherit;

  text-transform: capitalize;

  color: #000;

}



/*----------------------New css By Rohit--------------------------*/





.quick-link-list {

        float: left;

        width: 100%;

        position: relative;

    }

    .quick-link-list ul {

        list-style: none;

        margin: 0;

        padding: 0;

        text-align: center;

    }

    .quick-link-list ul li {

        display: inline-block;

    }

    .quick-link-list ul li a {

        font-size: 14px;

        margin: 0;

        padding: 0px 10px;

        color: rgba(141, 164, 167, 0.72);

        font-weight: 200;

    }

    .quick-link-list ul li a:hover {

        color: #fff;

    }

    .quick-link-list ul li:last-child {

        border-left: 1px solid rgba(141, 164, 167, 0.72);

    }



.blog-post-share ul.social-links {

  font-size: 18px;

  font-weight: 600;

  padding: 0;

  margin-top: 20px;

}



.blog-post-share ul.social-links li a {

  width: 30px;

  height: 30px;

}



    .about-us-btn {

    float: left;

    width: 100%;

    margin-top: 15px;

}

.about-us-btn .read-more {

    font-size: 15px;

    line-height: inherit;

    background: #fff0;

    text-transform: uppercase;

    border: 1px solid #fff;

    color: #fff;

    font-weight: 400;

    padding: 5px 20px;

    transition: all .5s;

    border-radius: 5px;

    font-family: 'Poppins', sans-serif;

}






.smp-blog{

	width: 100%;

	float: left;

	position: relative;

	padding: 40px 0px 20px;

}

.smp-blog-main{

    width: 100%;

    float: left;

    position: relative;

    display: grid;

    grid-gap: 20px;

    grid-template-columns: 2fr 1fr;

}

.grid-1{

	display: grid;

	width: 100%

}

.grid-2{

	display: grid;

	width: 100%;

}

.smp-blog-div{

    width: 100%;

    float: left;

    display: block;

    position: relative;

    transition: all 0.4s ease-in-out;

    height: 100%;

}

.smp-blog-div a{

    width: 100%;

    float: left;

    position: relative;

    display: grid;

}

.smp-blog-div-image{

	width: 100%;

	float: left;

	position: relative;



}

.smp-blog-div-image img{

   width: 100%;

       object-fit: cover;

}

.smp-blog-div-container{

    width: 100%;

    float: left;

    position: relative;

    background: #eaf0f6;

    padding: 15px 15px;

}

.smp-blog-div-link{

	width: 100%;

	float: left;

	position: relative;

}

.smp-blog-div-link ul{

	width: 100%;

    float: left;

    margin: 0;

    padding: 0;

    margin-top: 20px;

}

.smp-blog-div-link ul li{

    display: inline-block;

    color: #777777;

    font-size: 15px;

    font-weight: 360;

}

.smp-blog-div-container h3 {
    font-size: 30px;
    color: #01484a;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0;
}

.smp-blog-div:hover {

    -moz-transform: scale(1.05);

    -ms-transform: scale(1.05);

    -o-transform: scale(1.05);

    -webkit-transform: scale(1.05);

    transform: scale(1.014);

    transition: all 0.4s ease-in-out;

    box-shadow: 0 10px 50px -5px rgba(51,71,91,0.12);

}

.smp-blog-div-right{

	width: 100%;

	float: left;

	position: relative;

	transition: all 0.4s ease-in-out;

}

.smp-blog-div-right-heading h4{

    background-color: #01484a;
    color: #fff;
    font-size: 18px;
    display: block;
    letter-spacing: 0.025rem;
    padding: 10px 15px;
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
    float: left;
    text-align: center;

}

.smp-blog-div-right-content{

    width: 100%;

    float: left;

    margin-bottom: 13px;

    position: relative;

    padding: 10px;

    background: #eaf0f6;

    transition: all 0.4s ease-in-out;

}

.smp-blog-div-right-content p{
    font-size: 16px;
    font-weight: 500;
    color: #01484a;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    line-height: 24px;
}

.smp-blog-div-link-1{

	width: 100%;

	float: left;

	position: relative;

}

.smp-blog-div-link-1 ul{

	width: 100%;

    float: left;

    margin: 0;

    padding: 0;

}

.smp-blog-div-link-1 ul li{

    display: inline-block;

    color: #777777;

    font-size: 14px;

    font-weight: 360;

}
.smp-mp-spc{
    margin-top: 30px;
        float: left;
    width: 100%;
}
.smp-blog-div-right-content:hover {

    -moz-transform: scale(1.05);

    -ms-transform: scale(1.05);

    -o-transform: scale(1.05);

    -webkit-transform: scale(1.05);

    transform: scale(1.014);

    transition: all 0.4s ease-in-out;

    box-shadow: 0 10px 50px -5px rgba(51,71,91,0.12);

}

.bottom{

	margin-bottom: 0 !important;

}

.smp-blog-middle{

width: 100%;

    float: left;

    position: relative;

    grid-gap: 20px;

    display: grid;

    margin-top: 20px;

    grid-template-columns: 1fr 1fr 1fr;

}

/*.smp-blog-middle-grid-1{

	width: 100%;

	float: left;

	position: relative;

	display: grid;

	grid-template-columns: 1fr 1fr 1fr;

}*/

.smp-blog-middle-grid-2{

    display: grid;

    width: 100%;

    background: #eaf0f6;

        border-radius: 4px;

        transition: all 0.4s ease-in-out;

}
.smp-blog-middle-grid-2-fig{
    	width: 100%;

	float: left;

	position: relative;
}   
.smp-blog-middle-grid-2-fig img{
    	width: 100%;
} 
.smp-blog-middle-grid-3{

    display: grid;

    width: 100%;

    background: #eaf0f6;

        border-radius: 4px;

        transition: all 0.4s ease-in-out;

}

.smp-blog-middle-grid-4{

    display: grid;

    width: 100%;

    transition: all 0.4s ease-in-out;

    border-radius: 4px;

}

.smp-blog-middle-subscribe{

    width: 100%;

    float: left;

    text-align: center;

    display: grid;

    border-radius: 4px;

    place-content: center;

    position: relative;

    padding: 0px 20px;

    background: linear-gradient(to right, rgb(1 72 74) 35%, rgb(151 199 21) 116%);

}

.smp-blog-middle-subscribe::before {

    content: '';

    display: block;

    width: 70%;

    height: 50%;

    background-image: url(../images/blog/topcircles.png);

    background-repeat: no-repeat;

    background-size: contain;

    background-position-y: -15px;

    background-position-x: -40px;

    top: 0;

    left: 0;

    position: absolute;

}

.smp-blog-middle-grid-2 img{

width: 100%;

 transition: all 0.4s ease-in-out;

 border-radius: 4px;

}

.smp-blog-middle-grid-3 img{

width: 100%;

 transition: all 0.4s ease-in-out;

 border-radius: 4px;

}

.smp-blog-middle-grid-4:hover {

    -moz-transform: scale(1.05);

    -ms-transform: scale(1.05);

    -o-transform: scale(1.05);

    -webkit-transform: scale(1.05);

    transform: scale(1.014);

    transition: all 0.4s ease-in-out;

    box-shadow: 0 10px 50px -5px rgba(51,71,91,0.12);

}

.smp-blog-middle-grid-2:hover {

    -moz-transform: scale(1.05);

    -ms-transform: scale(1.05);

    -o-transform: scale(1.05);

    -webkit-transform: scale(1.05);

    transform: scale(1.014);

    transition: all 0.4s ease-in-out;

    box-shadow: 0 10px 50px -5px rgba(51,71,91,0.12);

}

.smp-blog-middle-grid-3:hover {

    -moz-transform: scale(1.05);

    -ms-transform: scale(1.05);

    -o-transform: scale(1.05);

    -webkit-transform: scale(1.05);

    transform: scale(1.014);

    transition: all 0.4s ease-in-out;

    box-shadow: 0 10px 50px -5px rgba(51,71,91,0.12);

}

.smp-blog-middle-container{

width: 100%;
    float: left;
    padding: 15px;
    min-height: 195px;

}

.smp-blog-middle-container h3{
    font-size: 22px;
    color: #01484a;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 10px;
        min-height: 150px;
}

.smp-blog-div-grid-link{

	width: 100%;

	position: relative;

	bottom: 0;

	left: 0;

}

.smp-blog-div-grid-link ul{

    width: 100%;

    float: left;

    margin: 0;

    padding: 0px;

}

.smp-blog-div-grid-link ul li{

    display: inline-block;

    color: #777777;

    font-size: 14px;

    font-weight: 360;

    text-transform: capitalize;

    margin: 0px 2px;

}

.smp-blog-middle-subscribe h3{

    font-size: 30px;

    color: #fff;

    margin-bottom: 0;

    text-transform: uppercase;

    font-weight: 500;

    line-height: 1.2;

}

.smp-blog-middle-subscribe p{

    color: #fff;

    font-size: 18px;

    font-weight: 400;

    padding: 20px 0px;

}

.smp-blog-middle-subscribe ul{

	list-style: none;

	padding: 0;

}

.smp-blog-middle-subscribe ul li{

	padding: 0;

} 

.smp-blog-middle-subscribe ul li .sub_btn{

padding: 10px 20px;

    color: #fff;

    font-size: 16px;

    display: inline-block;

    font-weight: 600;

    border: 1px solid #fff;

    border-radius: 4px;

    width: 100%;

    margin-bottom: 10px;
    background: transparent;

}

.smp-blog-bottom{

width: 100%;

    float: left;

    display: grid;

    grid-template-columns: 1fr 2fr;

    margin-top: 20px;

    grid-gap: 20px;

}

.smp-blog-bottom-image{

    display: grid;

    width: 100%;

    *height: 730px;

    background: #eaf0f6;

    border-radius: 4px;

    border-radius: 4px;

    transition: all 0.4s ease-in-out;

}
.smp-blog-bottom-image-fig{
    width: 100%;

    float: left;
    position: relative;
}

.smp-blog-bottom-image-fig img{

	width: 100%;

	border-radius: 4px 4px 0px 0px;

	*height: 100%;
	    object-fit: cover;

}

.smp-blog-bottom-cintent{

	width: 100%;

	float: left;

}

.smp-blog-bottom-cintent p{

font-size: 14px;

    font-weight: 600;

    color: #929292;

    padding: 0;

    margin: 0;

    line-height: 24px;

}

.smp-blog-middle-subscribe ul li input {

    padding: 10px 20px;

    color: #0d7bad;

    font-size: 16px;

    display: inline-block;

    font-weight: 500;

    border: 1px solid #fff;

    border-radius: 4px;

    width: 100%;

    margin-bottom: 10px;

    text-align:center;

}

.smp-blog-bottom-cintent h3{
font-size: 30px;
    color: #01484a;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 10px;
}

.smp-blog-bottom-cintent{

    width: 100%;

    float: left;

    position: relative;

    padding: 30px;

    background: #eaf0f6;

}

.smp-blog-bottom-content-div{

	width: 100%;

	display: grid;

	transition: all 0.4s ease-in-out;

}

.smp-blog-bottom-content-div-sec{

    width: 100%;

    float: left;

    text-align: center;

        border-radius: 4px;

    display: grid;

    place-content: center;

    position: relative;

    padding: 0px 20px;

    background:linear-gradient(to right, rgb(1 72 74) 35%, rgb(151 199 21) 116%);

}

.smp-blog-bottom-content-div-sec h3 {

    font-size: 40px;

    color: #fff;

    margin-bottom: 0;

    text-transform: uppercase;

    font-weight: 600;

    /* line-height: 50px; */

    line-height: 1.4;

    word-spacing: 4px;

}

.smp-blog-bottom-content-div-sec a {

padding: 10px 20px;

    color: #fff;

    font-size: 16px;

    display: inline-block;

    font-weight: 600;

    border: 1px solid #fff;

    border-radius: 4px;

    width: 100%;

    margin-top: 40px;

}

.smp-blog-bottom-1{

	width: 100%;

    float: left;

    display: grid;

    grid-template-columns: 1fr 1fr 1fr;

    margin-top: 20px;

    grid-gap: 20px;

}

.smp-blog-middle-grid-bottom{

display: grid;

    width: 100%;

    background: #eaf0f6;

    border-radius: 4px;

    place-content: flex-start;

    transition: all 0.4s ease-in-out;

}

.smp-blog-middle-grid-bottom img{

	width: 100%;

}

.smp-blog-middle-container-bottom{

    width: 100%;

    float: left;

    padding: 0px 30px 30px 30px;

    min-height: 250px;

}

.smp-blog-middle-container-bottom h3{

    font-size: 28px;

    color: #4c3165;

    margin-bottom: 0;

    text-transform: uppercase;

    font-weight: 500;

    line-height: 42px;

}

.smp-blog-middle-grid-bottom p {

    font-size: 14px;

    font-weight: 600;

    color: #929292;

    padding: 0 0 0 30px;

    margin: 0;

    line-height: 24px;

}

.smp-blog-bottom-content-div:hover {

    -moz-transform: scale(1.05);

    -ms-transform: scale(1.05);

    -o-transform: scale(1.05);

    -webkit-transform: scale(1.05);

    transform: scale(1.014);

    transition: all 0.4s ease-in-out;

    box-shadow: 0 10px 50px -5px rgba(51,71,91,0.12);

}

.smp-blog-bottom-image:hover {

    -moz-transform: scale(1.05);

    -ms-transform: scale(1.05);

    -o-transform: scale(1.05);

    -webkit-transform: scale(1.05);

    transform: scale(1.014);

    transition: all 0.4s ease-in-out;

    box-shadow: 0 10px 50px -5px rgba(51,71,91,0.12);

}

.smp-blog-middle-grid-bottom:hover {

    -moz-transform: scale(1.05);

    -ms-transform: scale(1.05);

    -o-transform: scale(1.05);

    -webkit-transform: scale(1.05);

    transform: scale(1.014);

    transition: all 0.4s ease-in-out;

    box-shadow: 0 10px 50px -5px rgba(51,71,91,0.12);

}

.smp-blog-explore{

	width: 100%;

	float: left;

	position: relative;

	padding: 40px 0px;



}

.smp-blog-explore-heading{

    width: 100%;

    float: left;

    text-align: center;

    position: relative;

}

.smp-blog-explore-heading h3{

    font-size: 28px;

    color: #26a3d4;

    margin-bottom: 0;

    text-transform: uppercase;

    font-weight: 600;

    line-height: 42px;

}

.smp-blog-explore .container {

    width: 1080px;

}

.smp-blog-explore .row {

    margin-right: 0;

    margin-left: 0;

}

.smp-blog-explore-heading p{

	font-size: 14px;

    font-weight: 600;

    color: #929292;

    padding: 0;

    margin: 0;

    line-height: 24px;

}

.smp-blog-explore-content{

	width: 100%;

	float: left;

	position: relative;

	display: grid;

	grid-template-columns: 1fr 1fr 1fr;

	grid-gap: 20px;

	margin-top: 30px;

}

.smp-blog-explore-main{

    display: grid;

    width: 100%;

    border-radius: 4px;

}

.smp-blog-explore-main a{
    padding: 20px 20px;
    background: #f5f8fa;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    color: #094a50;
}

.smp-blog-explore-main a i{

	float: right;

    font-size: 25px;

    font-weight: 900;

    color: #00bda5;

}

.border-color-1 {

    border-left: 5px solid #ff7a59;

}

.border-color-2 {

    border-left: 5px solid #00bda5;

}

.border-color-3 {

    border-left: 5px solid #6a78d1;

}

.border-color-4 {

    border-left: 5px solid #f2545b;

}

.border-color-5 {

    border-left: 5px solid #f5c26b;

border-bottom: 3px solid #dfe3eb;
}

.smp-blog-visit{

	width: 100%;

	float: left;

	position: relative;

}

.smp-blog-visit-main{

	width: 100%;

	float: left;

	position: relative;

	padding: 40px 0px;

	border-top:3px solid #dfe3eb;

}

.smp-blog-explore-heading img{

	width: auto;

}

.smp-blog-visit-div{

	width: 100%;

	float: left;

	position: relative;

	display: grid;

	grid-template-columns: 1fr 1fr 1fr 1fr; 

	grid-gap: 20px;

	margin-top: 30px;

}

.smp-blog-visit-sec{

	display: grid;

	width: 100%;

	border-radius: 4px;

	transition: all 0.4s ease-in-out;

}

.smp-blog-visit-sec:hover {

    -moz-transform: scale(1.05);

    -ms-transform: scale(1.05);

    -o-transform: scale(1.05);

    -webkit-transform: scale(1.05);

    transform: scale(1.014);

    transition: all 0.4s ease-in-out;

    box-shadow: 0 10px 50px -5px rgba(51,71,91,0.12);

}

.smp-blog-visit-sec img{

	width: 100%;

    border-radius: 4px 4px 0px 0px;

}

.smp-blog-visit-content{

	width: 100%;

    float: left;

    display: grid;

    border-radius: 0px 0px 4px 4px;

    place-content: center;

    position: relative;

    height: 200px;

    padding: 0px 20px;

    background:linear-gradient(to right, rgb(1 72 74) 35%, rgb(151 199 21) 116%);

}

.smp-blog-visit-content h3 {

    font-size: 25px;

    color: #fff;

    margin: 0;

    text-transform: uppercase;

    font-weight: 500;

    line-height: 42px;

}

.smp-blog-visit-content p {

    font-size: 14px;

    font-weight: 600;

    color: #fff;

    margin: 0;

    line-height: 24px;

}

.smp-blog-subscribe{

	width: 100%;

	float: left;

	position: relative;

	padding: 40px 0px;

}

.smp-blog-subscribe-main{

	width: 100%;

	float: left;

	position: relative;

	display: grid;

	grid-template-columns: 1fr 2fr;

	background:linear-gradient(to right, rgb(1 72 74) 35%, rgb(151 199 21) 116%);

}

.smp-blog-subscribe-div{

	display: grid;

	width: 100%;

	place-content:center;

	    padding: 0px 40px;

}

.smp-blog-subscribe-sec{

    display: grid;

    width: 100%;

    grid-gap: 20px;

    padding: 45px 45px 45px 0px;

}

.smp-blog-subscribe-div h2{

    font-size: 34px;

    color: #fff;

    margin: 0;

    text-transform: uppercase;

    font-weight: 500;

    line-height: 42px;

}

.smp-blog-subscribe-div p {

    font-size: 14px;

    font-weight: 600;

    color: #fff;

    margin: 0;

    line-height: 24px;

        margin-top: 20px;

}

.smp-blog-subscribe-sec p{

	    font-size: 14px;

    font-weight: 600;

    color: #fff;

    margin: 0;

    line-height: 24px;

}

.smp-blog-subscribe-form{

	width: 100%;

	float: left;

	position: relative;

}

.smp-blog-subscribe-form-sec{

	width: 40%;

	float: left;

	position: relative;

}

.smp-blog-subscribe-form-sec p {

    margin: 0;

    padding: 0;

    width: 100%;

    position: relative;

    float: left;

    top: 0;

    margin-left: -16px;

}

input[type="checkbox"] {

  visibility: hidden;

}

label {

  cursor: pointer;

}

input[type="checkbox"] + label:before {

border: 1px solid #008cba;

    content: "\00a0";

    display: inline-block;

    font: 16px/1em sans-serif;

    height: 16px;

    margin: 5px 10px 0px 0px;

    border-radius: 3px;

    padding: 0;

    background: #fff;

    vertical-align: top;

    width: 16px;

}

input[type="checkbox"]:checked + label:before {

    background: #fff;

    color: #008cba;

    content: "\2713";

    text-align: center;

    font-weight: 900;

}

input[type="checkbox"]:checked + label:after {

  font-weight: bold;

}



input[type="checkbox"]:focus + label::before {

    outline: rgb(59, 153, 252) auto 5px;

}

.smp-blog-subscribe-sec-email{

    width: 100%;

    display: grid;

    grid-template-columns: 2fr 1fr;

    grid-column-gap: 20px;

}

.smp-blog-subscribe-sec-email{

	width: 100%;

	display: grid;

	grid-template-columns: 2fr 1fr;

}

.smp-blog-subscribe-sec-email-input{

	width: 100%;

	display: grid;

}

.smp-blog-subscribe-sec-email-input label {

color: #fff;

    font-size: 18px;

    font-weight: 600;

    margin-bottom: 15px;

    text-transform: capitalize;

}

.smp-blog-subscribe-sec-email-input input {

	width: 100%;

    height: 50px;

    padding: 6px 12px;

    font-size: 16px;

    line-height: 1.42857143;

    color: #008cba;

    background-color: #ffffff;

    background-image: none;

    border: 1px solid #ccc;

    border-radius: 4px;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;

    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}

.smp-blog-subscribe-sec-email-input input:hover {

    box-shadow: 0px 0px 20px 0px #ccc;

    border: 1px solid #17e21b;

}

.smp-blog-subscribe-sec-email-button input{

    display: inline-block;

    transition-duration: 0.3s;

    transition-property: transform;

    -webkit-tap-highlight-color: transparent;

    transform: translateZ(0);

    box-shadow: 0 0 1px transparent;

    background: #fff;

    border: 2px solid #fff;

    width: 100%;

    border-radius: 4px;

    color: #008cba;

    font-size: 14px;

    font-weight: 500;

    margin-top: 41px;

    padding: 10px 13px;

    position: relative;

    text-transform: capitalize;

}

.smp-blog-or{

	width: 100%;

	float: left;

	position: relative;

	text-align: center;

}

.smp-blog-or span {

    font-size: 15px;

    margin: 0;

    font-weight: 800;

    color: #fff;;

}

.smp-blog-or:before{

	content: '';

    display: block;

    background: #fff;

    height: 1px;

    min-width: 47%;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    right: 0;

}

.smp-blog-or:after{

    content: '';

    display: block;

    background: #fff;

    height: 1px;

    min-width: 47%;

    position: absolute;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

}



.smp-blog-slack{

	width: 100%;

	float: left;

	position: relative;

	text-align: center;

}

.smp-blog-slack a{

    padding: 10px 100px;

    color: #fff;

    font-size: 16px;

    display: inline-block;

    font-weight: 600;

    border: 1px solid #fff;

    border-radius: 4px;

}

.smp-blog-slack a:hover{

	background-color: #fff;

	color: #1181b3;

}



.smp-blog-subscribe-main::before {

    content: '';

    display: block;

    width: 29%;

    height: 50%;

    background-image: url(../images/blog/topcircles.png);

    background-repeat: no-repeat;

    background-size: contain;

    background-position-y: -15px;

    background-position-x: -40px;

    top: 0;

    left: 0;

    position: absolute;

}

.smp-blog-subscribe-main::after {

    content: '';

    display: block;

    width: 50%;

    height: 50%;

    background-image: url(../images/blog/topcircles-after.png);

    background-repeat: no-repeat;

    background-position-x: 130%;

    background-position-y: 20px;

    background-size: contain;

    bottom: 0;

    right: 0;

    position: absolute;

    z-index: 1;

    pointer-events: none;

}

.smp-blog-inner{

    width: 100%;

    float: left;

    display: grid;

    grid-template-columns: 4fr 6fr;

    position: relative;

    background:linear-gradient(to right, rgb(1 72 74) 35%, rgb(151 199 21) 116%);

}

.smp-blog-inner-top-left{

    width: 100%;

    float: left;

    display: grid;

    place-content: center;

    *height: 550px;

    position: relative;

}

.smp-blog-inner-top-right{

	width: 100%;

	float: left;

	display: grid;

	position: relative;

	background-image: url(../images/blog/smp-blog-inner-top.jpg);

	background-repeat: no-repeat;

    background-size: cover;

    background-attachment: scroll;

    background-position: 50% 0;

}

.smp-blog-inner-top-right img{

	width: 100%;

    *height: 100%;
    
    object-fit: cover;


}

.smp-blog-inner-top-left-container{

    width: 83%;

    float: left;

    display: grid;

    padding: 40px 0;

    margin-left: 8%;

}

.smp-blog-inner-top-left-container p{

   margin:20px 0px; 

}

.smp-blog-inner-top-left-container h2{

    font-size: 30px;

    color: #fff;

    margin-bottom: 0;

    text-transform: uppercase;

    font-weight: 700;

    line-height: 42px;

    margin-top: 10px;

}

.smp-blog-inner-top-left-container p a {

    color: #fff;

    font-size: 16px;

    font-weight: 400;

    padding: 10px 0px;

    margin: 0;

}

.smp-blog-inner-top-left-free-sele{

    width: 100%;

    float: left;

    display: grid;

    grid-template-columns: 1fr 2fr;

    padding: 30px;

    background: #fff;

    border-radius: 4px;

    grid-gap: 10px;

}

.smp-blog-inner-top-left-free-sele-img{

	display: grid;

	width: 100%;

}

.smp-blog-inner-top-left-free-sele-img img{

	width: 100%;

}

.smp-blog-inner-top-left-free-sele-content{

	display: grid;

	width: 100%;

}

.smp-blog-inner-top-left-free-sele-content h5{

	font-size: 28px;

    color: #198ec0;

    margin-bottom: 0;

    text-transform: uppercase;

    font-weight: 500;

    line-height: 42px;

    margin:0;

}

.smp-blog-inner-top-left-free-sele-content p{

    color: #333;

    font-size: 14px;

    font-weight: 600;

    padding: 0;

}

.smp-blog-inner-top-left-free-sele-content-link a{

    padding: 10px 50px;

    color: #fff;

    font-size: 16px;

    display: inline-block;

    background: #26a3d4;

    font-weight: 600;

    border: 1px solid #24a1d2;

    border-radius: 4px;

}

.smp-blog-inner-top-left-free-sele-content-link{

	width: 100%;

	float: left;

	position: relative;

}

.smp-blog-inner-content{

	width: 100%;

	float: left;

	position: relative;

	padding: 40px 0px;

}

.smp-home-blog .container {

    width: 1080px;

}

.smp-home-blog  .row {

    margin-right: 0;

    margin-left: 0;

}

.smp-blog-inner-content .container {

    width: 1080px;

}

.smp-blog-inner-content .row {

    margin-right: 0;

    margin-left: 0;

}

.smp-blog-inner-content-main{

	width: 100%;

	float: left;

	position: relative;

	text-align:left;

	padding: 0px 100px;

}

.smp-blog-inner-content-main p{

    color: #333;

    font-size: 16px;

    font-weight: 400;

    padding: 0px 0px 15px 0;

    margin: 0;

    text-align: justify !important;

    line-height: 26px;

}

.smp-blog-inner-content-main h3{

    font-size: 26px;

    color: #555555;

    margin: 0;

    text-transform: capitalize;

    font-weight: 500;

    line-height: 1.2;

    text-align: left;

    width: 100%;

    float: left;
    padding:10px 0 15px 0;

}
.smp-blog-inner-content-main h4{

    font-size: 22px;

    color: #333;

    margin: 0;

    text-transform: capitalize;

    font-weight: 600;

    line-height: 1.2;

    text-align: left;

    width: 100%;

    float: left;
    padding:10px 0 15px 0;

}
.smp-blog-inner-content-main h2{

	font-size: 30px;

    color: #198ec0;

    /* margin-bottom: 0; */

    text-transform: capitalize;

    font-weight: 600;

    line-height: 1.2;

    text-align: left;

    margin: 0;
    
    padding:10px 0 15px 0;

}
.smp-blog-inner-content-main h5{

		font-size: 18px;

    color: #198ec0;

    /* margin-bottom: 0; */

    text-transform: capitalize;

    font-weight: 600;

    line-height: 1.2;

    text-align: left;

    margin: 0;
    padding:10px 0 15px 0;

}
.smp-blog-inner-content-main h6{

		font-size: 22px;

    color: #198ec0;

    /* margin-bottom: 0; */

    text-transform: capitalize;

    font-weight: 600;

    line-height: 1.2;

    text-align: left;

    margin: 0;
    padding:10px 0 15px 0;

}
.smp-blog-inner-content{

    width: 100%;

    float: left;

    position: relative;

    text-align: center;
}



.about-heading-company{

    font-weight: 700;
    font-family: 'Poppins';
    color: #555555;
    width: 100%;
    float: left;
    position: relative;

}

.clack{

	left: 50%;

	 width: calc(100% + 200px);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);

}

/*.smp-blog-inner-content ul{*/

/*    list-style: none;*/

/*    counter-reset: li;*/

/*    padding: 0;*/

/*}*/

/*.smp-blog-inner-content ul li {*/

/*    width: 175px;*/

/*    margin: 45px 15px 0 !important;*/

/*    padding: 0;*/

/*    text-align: center;*/

/*    position: relative;*/

/*    text-indent: 0;*/

/*    display: inline-block;*/

/*}*/

/*.smp-blog-inner-content ul li a {*/

/*    color: #fff;*/

/*    padding: 40px 20px 20px;*/

/*    display: block;*/

/*    width: 100%;*/

/*    border-radius: 3px;*/

/*    background-color: #00a4bd;*/

/*    box-shadow: 0 1px 0 0 rgba(45,62,80,0.53);*/

/*    transition: 0.3s;*/

/*}*/

/*.smp-blog-inner-content ul li a h6 {*/

/*font-size: 18px;*/

/*    color: #fff;*/

/*    margin: 0;*/

/*    text-transform: uppercase;*/

/*    font-weight: 500;*/

/*    line-height: 29px;*/

/*}*/

/*.smp-blog-inner-content ul li::before {*/

/*	content: counter(li);*/

/*    pointer-events: none;*/

/*    counter-increment: li;*/

/*    display: block;*/

/*    position: absolute;*/

/*    line-height: 0;*/

/*    color: #fff;*/

/*    width: 100%;*/

/*    text-align: center;*/

/*    font-size: 30px;*/

/*    font-weight: 900;*/

/*    z-index: 10;*/

/*    transform: translateX(-45%);*/

/*    left: 45%;*/

/*}*/

/*.smp-blog-inner-content ul li::after {*/

/*    content: '';*/

/*    width: 62px;*/

/*    height: 62px;*/

/*    background-color: #0091b0;*/

/*    border-radius: 50%;*/

/*    position: absolute;*/

/*    top: -30px;*/

/*    left: 50%;*/

/*    transform: translateX(-50%);*/

/*    z-index: 1;*/

/*    pointer-events: none;*/

/*}*/

.smp-blog-inner-form{

	width: 100%;

	float: left;

	position: relative;

}

.smp-blog-inner-form-top-heading{

    width: 100%;

    float: left;

    position: relative;

    text-align: center;

    margin-top: 30px;

}

.smp-blog-inner-form-top-heading span{

    padding: 4px 12px;

    color: #fff;

    background-color: #00bda5;

    border-radius: 10px 3px 3px 10px;

    line-height: 1;

    font-size: 13px;

    display: inline-block;

    font-weight: bold;

    text-transform: uppercase;

    text-decoration: none;

}

.smp-blog-inner-form-top-heading h2{

    font-size: 28px;

    color: #4c3165;

    margin-bottom: 0;

    text-transform: uppercase;

    font-weight: 600;

    line-height: 42px;

}

.smp-blog-inner-form-top-heading h3{

    font-size: 25px;

    color: #4c3165;

    margin-bottom: 20px;

    text-transform: uppercase;

    font-weight: 400;

    line-height: 42px;

}



.smp-blog-inner-form-div{

    height: 100%;

    width: 100%;

    cursor: pointer;

    border-radius: 5px;

    text-align: center;

    margin: 0 auto;

    background: linear-gradient(45deg, rgb(106, 120, 209), rgb(0, 164, 189));

    padding: 50px 100px;

    float: left;

    position: relative;

}

.smp-blog-inner-form-div-heading{

	width: 100%;

	float: left;

	font-size: 25px;

    color: #fff;

    margin-bottom: 0;

    text-transform: uppercase;

    font-weight: 500;

    line-height: 42px;

    margin: 0;

}

.smp-blog-inner-form-div-content{

width: 50%;

    float: left;

    position: relative;

    padding: 20px 30px 20px 50px;

}

.smp-blog-inner-form-div .smp-blog-inner-form-div-content-fist{

    padding-bottom: 20px;

    text-align: center;

    color: rgb(255, 255, 255);

    font-size: 18px;

    font-weight: 600;

    width: 100%;

    float: left;

    background: none;

}

.smp-blog-inner-form-div .smp-blog-inner-form-div-content-fist-name{

    padding: 14px;

    text-align: center;

    color: rgb(70, 136, 202);

    font-size: 18px;

    font-weight: 600;

    width: 100%;

    background: #fff;

    float: left;

    border-radius: 4px;

}

.smp-blog-inner-form-main{

	width: 80%;

	margin: 0 auto;

	position: relative;

}

.smp-blog-inner-form-left-img{

    position: absolute;

    top: 2%;

    height: 90%;

    opacity: 1;

    z-index: -1;

    left: 0px;

    transform: translateX(-90%);

    transition: transform 0.2s ease 0s, opacity 0.2s ease;

    margin: 0px !important;

}

.smp-blog-inner-form-left-img img{

	width: 100%;

}

.smp-blog-inner-form-right-img{

    position: absolute;

    top: -24%;

    height: 90%;

    opacity: 1;

    z-index: -1;

    right: -27%;

    transform: translateX(-87%);

    transition: transform 0.2s ease 0s, opacity 0.2s ease;

    margin: 0px !important;

}

.smp-blog-inner-form-right-img img{

width: 100%;

}

.smp-blog-inner-form-div-overlay{

	width: 100%;

	float: left;

	height: 100%;

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

}

.smp-blog-inner-form-div-overlay a{

	width: 100%;

	float: left;

	height: 100%;

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

}

.smp-blog-inner-comment{

	width: 100%;

	float: left;

	position: relative;

}

.smp-blog-inner-comment-main{

width: 100%;

    float: left;

    position: relative;

    margin-top: 40px;

    padding: 30px 40px 40px 40px;

    border: 1px solid #c7c7c7;

}

.smp-blog-inner-comment-main p{

    font-family: 'Poppins', sans-serif;

    font-size: 15px;

    font-weight: 500;

    color: #727272;

    /* position: absolute; */

    text-align: center;

    margin-bottom: 40px;

}

.smp-blog-inner-comment-main h3{

    font-size: 28px;

    color: #26a3d4;

    font-weight: 600;

    text-transform: initial;

    text-transform: uppercase;

    text-align: center;

    position: absolute;

    top: -15px;

    left: 0;

    right: 0;

    background: #fff;

    max-width: 100%;

    width: 400px;

    margin: 0 auto;

}

.form-sec {

    float: left;

    width: 100%;

    padding: 0px 0px 0px 0px;

    margin-bottom: 15px;

    text-align: left;

}

.form-sec label {

    max-width: 100%;

    margin-bottom: 5px;

    color: #555555;

    font-weight: 700;

    font-size: 16px!important;

}

.form-sec .form-control {

    display: block;

    width: 100%;

    height: 40px;

    padding:10px 12px;

    font-size: 14px;

    line-height: 1.42857143;

    color: #555;

    background-color: #fff;

    background-image: none;

    border: 1px solid #ccc;

    border-radius: 4px;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;

    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}

.form-sec textarea#tlr_message{

	height: 150px;

}

.tm-btn {

    font-size: 16px;

    font-weight: 700;

    text-transform: uppercase;

    line-height: 25px;

    text-align: left;

    font-family: 'Poppins', sans-serif;

    color: #fff;

    padding: 7px 50px;

    border-radius: 4px;

    background: #26a3d4;

    text-decoration: none;

    margin-top: 0px;

    float: left;

    border: 1px solid #26a3d4;

    transition: all 0.5s ease 0s;

    outline: none;



}

.smp-blog-inner-modal{

	width: 100%;

	float: left;

	position: relative;

}



.smp-blog-inner-modal .modal-dialog{

	width: 1000px;

	background: linear-gradient(45deg, rgb(106, 120, 209), rgb(0, 164, 189));

}

.smp-blog-inner-modal .modal-content{

	background: linear-gradient(45deg, rgb(106, 120, 209), rgb(0, 164, 189));

	border:none;

}

.smp-blog-inner-modal .modal-header h4 {

    text-align: center;

    text-transform: uppercase;

    color: #fff;

    font-weight: 700;

    font-size: 22px;

}

.smp-blog-inner-modal .modal-body p{

color: #fff;

}

.smp-blog-inner-modal .modal-content .close {

    position: absolute;

    top: 9px;

    right: 18px;

    z-index: 9;

    opacity: 11;

    font-size: 40px;

    color: #fff;

}

.smp-blog-inner-modal .modal-footer .btn-default {

    font-size: 14px;

    line-height: inherit;

    background: #ffffff;

    text-transform: uppercase;

    border: 2px solid #ffffff;

    letter-spacing: 1px;

    color: #4687ca;

    font-weight: 600;

    transition: all .5s;

    border-radius: 4px;

}

.smp-blog-inner-modal .modal-header{

	min-height: 16.43px;

    padding: 15px;

    border-bottom: 1px solid #e5e5e5;

}

.smp-blog-inner-modal .modal-body label{

    max-width: 100%;

    margin-bottom: 5px;

    color: #fff;

    font-weight: 700;

    font-size: 16px!important;

}

.smp-blog-inner-modal .modal-body .form-textarea {

    display: block;

    width: 100%;

    height: auto;

    padding: 6px 12px;

    font-size: 16px;

    line-height: 1.42857143;

    color: #555;

    background-color: #fff;

    background-image: none;

    border: 1px solid #ccc;

    border-radius: 2px;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;

    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}

.tm-btn-inquery {

    font-size: 16px;

    font-weight: 700;

    text-transform: uppercase;

    line-height: 25px;

    font-family: 'Poppins', sans-serif;

    color: #26a3d4;

    padding: 7px 50px;

    border-radius: 4px;

    background: #fff;

    text-decoration: none;

    margin-top: 0px;

    text-align: center;

    border: 1px solid #fff;

    transition: all 0.5s ease 0s;

    outline: none;



}

.itnary-booking-form-field {

    width: 100%;

    float: left;

    position: relative;

    margin: 8px 0;

    text-align: center;

}

.smp-blog-inner-comments{

    width: 100%;

    float: left;

    position: relative;

    display: grid;

    grid-template-columns: 1fr 9fr;

    grid-gap: 30px;

    padding: 30px 30px;

}

.smp-blog-inner-comments-img{

	display: grid;

	width: 100%;

}

.smp-blog-inner-comments-content{

	display: grid;

	width: 100%;

}

.smp-blog-inner-comments-img img{

	    width: 100%;

    border-radius: 50%;

}

.smp-blog-inner-comments-content h3 {

    font-size: 20px;

    color: #4c3165;

    margin: 0;

    text-align: left;

    text-transform: uppercase;

    font-weight: 600;

    line-height: 42px;

}

.smp-blog-inner-comments-content p {

    color: #333;

    font-size: 16px;

    font-weight: 400;

    margin: 0;

    text-align: left;

}

.smp-home-blog .smp-blog-inner-comments-heading {

    text-align: center;

}

.smp-blog-inner-comments-heading h2 {
color: #094a50;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 42px;
    margin: 0;
    margin-bottom: 10px;
}

.smp-blog-inner-comments-heading p {

    font-family: 'Poppins', sans-serif;

    font-size: 15px;

    font-weight: 500;

    color: #848484;

}

.smp-blog-inner-comments-heading{

    width: 100%;

    float: left;

    position: relative;

    padding:0px;

    text-align:center;

}

#hdr_all {

  width: 100%;

  position: relative;

  padding: 0;

  top: 4px;

  z-index: 9;

  background: rgb(255, 255, 255);

}

.top-header {

    width: 100%;

    position: relative;

    padding: 5px 0;

    background: rgb(239, 239, 239);

}

.smp-blog-inner-content-main ol {

    width: 100%;

    float: left;

    position: relative;

    padding: 0;

    padding-left:15px;

    text-align: left;

    counter-reset: li;
    padding-bottom: 15px;    

}

.smp-blog-inner-content-main ol li:before {

    display: block;

    font-family: FontAwesome;

    content: "\f0a9";

    color: #ffffff;

    position: absolute;

    left: 9px;

    top: 0px;

    content: counter(li);

    pointer-events: none;

    counter-increment: li;

    text-align: center;

    z-index: 99;

    font-size: 14px;

    font-weight: 900;

    display: block;

    font-family: 'Poppins', sans-serif;

}

.smp-blog-inner-content-main ol li:after{

    display: block;

    content: "";

    width: 25px;

    position: absolute;

    height: 25px;

    border-radius: 50%;

    top: 0px;

    background: #00a4bd;

    left: 0;

}



.smp-blog-inner-content-main ol li {

    position: relative;

    width: 100%;

    float: left;

        padding-left: 35px;

    margin-bottom: 15px;
    color: #333;

}

.smp-blog-inner-content-main ol li:last-child{

    margin-bottom: 0px;

}



.smp-home-blog-main{

    width: 100%;

    float: left;

    position: relative;

    display: grid;

    grid-template-columns: 1fr 1fr 1fr;

    grid-gap: 20px;

    margin-top: 20px;

    overflow: hidden;

}

.smp-home-blog-div{

    width: 100%;

    float: left;

    position: relative;

    display: grid;

        background: #eaf0f6;

    border-radius: 4px;

    transition: all 0.4s ease-in-out;

}





.smp-home-blog-img{

    width: 100%;

    float: left;

    position: relative;

}

.smp-home-blog-img img{

    width: 100%;

}

.smp-home-blog-content{

    width: 100%;

    float: left;

    padding: 15px;

}

.smp-home-blog-content h3 {

    font-size: 22px;

    color: #01484a;

    margin-bottom: 10px;

    margin-top: 0px;

    text-transform:capitalize;

    font-weight: 500;

    line-height: 1.2;
    
    min-height: 150px;

}

.smp-home-blog .smp-blog-inner-comments-heading{

    text-align:center;

}

.smp-home-blog-div:hover {

    -moz-transform: scale(1.05);

    -ms-transform: scale(1.05);

    -o-transform: scale(1.05);

    -webkit-transform: scale(1.05);

    transform: scale(1.014);

    transition: all 0.4s ease-in-out;

    box-shadow: 0 10px 50px -5px rgba(51,71,91,0.12);

}

.owl-prev {

    left: -50px;

}

.owl-next {

    right: -50px;

}

.owl-carousel:hover .owl-prev {

    opacity: 1;

    left: -35px;

}

.owl-carousel:hover .owl-next {

    opacity: 1;

    right: -35px;

}

.owl-prev, .owl-next {

    opacity: 0;

    display: block;

    position: absolute;

    top: 50%;

    margin-top: -50px;

    width: 105px;

    height: 105px;

    line-height: 105px;

    font-size: 16px;

    text-align: center;

    color: #111;

    z-index: 6;

    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);

    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);

    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);

    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);

    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);

    cursor: pointer;

}

.owl-next:before {

    left: auto;

    right: 0;

}

.owl-prev:before{

    content: "";

    display: block;

    width: 66%;

    height: 66%;

    position: absolute;

    top: 17px;

    left: 0;

    background: #fff;

    color: #555555;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    border-radius: 2px;

    -webkit-box-shadow: 1px 1px 0px rgb(0 0 0 / 10%);

    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);

    box-shadow: 1px 1px 0px rgb(0 0 0 / 10%);

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

}

.owl-prev i.fa.fa-chevron-left{

	    position: absolute;

    top: 42%;

}

.owl-next:before {

    content: "";

    display: block;

    width: 66%;

    height: 66%;

    position: absolute;

    top: 17px;

    left: 35px;

    background: #fff;

    color: #555555;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    border-radius: 2px;

    -webkit-box-shadow: 1px 1px 0px rgb(0 0 0 / 10%);

    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);

    box-shadow: 1px 1px 0px rgb(0 0 0 / 10%);

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

}

.owl-next i.fa.fa-chevron-right{

	    position: absolute;

    top: 42%;

}

.new-blog-smp{
width: 100%;
    float: left;
    position: relative;
    height: 100vh;
    padding: 70px 0px;
    background: #01484a;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;

}

.new-blog-smp-main{

    width: 100%;

    float: left;

    position: relative;

    text-align: center;

    padding: 120px 170px 0 170px;

}

.new-blog-smp-main h1{

    font-size: 72px;

    color: #fff;

    margin-bottom: 0;

    margin-top: 0;

    /* text-transform: lowercase; */

    font-weight: 600;

    line-height: 82px;

        word-spacing: -1px;

    font-family: 'Poppins', sans-serif;

}

.new-blog-smp-main h3{

    font-size: 18px;

    font-weight: 400;

    color: #fff;

    padding: 0;

    margin: 0;

    line-height: inherit;

    font-family: 'Poppins', sans-serif;

    margin-top: 30px;

}

.new-blog-smp-main-bottom{

	width: 100%;

	float: left;

	position: relative;

	padding-top: 60px;

}

.new-blog-smp-main-bottom h3{

	    margin: 0;

    color: #dadada;

    font-size: 16px;

    line-height: 22px;

    text-align: center;

    letter-spacing: 0.55em;

}

.new-blog-smp-main-bottom p img {

    width: 170px;

    margin: 0px 18px;

}

.new-blog-smp-main-bottom p{

    text-align: center;

    margin-top: 30px;

}

.banner-btm{

	width: 100%;

	float: left;

	position: relative;

}

.banner-btm-main{

	width: 100%;

	float: left;

	position: relative;

	display: grid;

	grid-template-columns: 1fr 1fr 1fr 1fr;

}

.banner-btm-div{

	width: 100%;

	float: left;

	position: relative;

	display:grid;

	transition: 0.5s ease-in-out;

	height:290px;

}

.banner-btm-div:hover .banner-btm-content{

	background: rgb(234 67 53 / 75%);

	transition: 0.5s ease-in-out;

}

.banner-btm-img{

	width: 100%;

	float: left;

	position: relative;

	height:290px;

}

.banner-btm-img img{

	width: 100%;

	height:100%;

}

.banner-btm-content{

    width: 100%;

    float: left;

    position: absolute;

    top: 0;

    padding: 30px;

    background: rgb(234 67 53 / 88%);

    height: 100%;

    transition: 0.5s ease-in-out;

}

.promo-item-count-lbl {

    color: #fff;

    display: block;

    font-size: 50px;

    font-weight: 500;

    text-align: left;

    line-height: 1em;

    position: relative;

    left: -4px;

    font-family: 'Poppins', sans-serif;

    margin-bottom: 25px;

}

.promo-item-count-lbl:after {

    content: "";

    display: block;

    height: 3px;

    background-color: #fff;

    width: 30px;

    margin-top: 5px;

    position: relative;

    left: 6px;

}

.banner-btm-content h3{

	    color: #fff;

    font-size: 18px;

    display: block;

    display: block;

    margin-top: 0;

    margin-bottom: 0;

    font-family: 'Poppins', sans-serif;

    line-height: 25px;

}

.banner-btm-content .date{

	    color: #fff;

    font-size: 14px;

    display: block;

    display: block;

    margin-top: 0;

    font-weight: 800;

    margin-bottom: 0;

    font-family: 'Poppins', sans-serif;

}

.banner-btm-content p{

    font-size: 12px;

    color: #fff;

    text-transform: uppercase;

    margin-top: 5px;

}

.banner-btm-content p i{

    margin-right:10px;

}

.banner-btm-content .date i{

    margin-right:10px;

}

.yellow-blog{

	background: rgb(251 188 5 / 88%);

}

.banner-btm-div:hover .yellow-blog{

	background: rgb(251 188 5 / 75%);

	transition: 0.5s ease-in-out;

}

.green-blog{

	background: rgb(52 168 83 / 88%);

}

.banner-btm-div:hover .green-blog{

	background: rgb(52 168 83 / 75%);

	transition: 0.5s ease-in-out;

}

.blue-blog{

	background: rgb(66 133 244 / 88%);

}

.banner-btm-div:hover .blue-blog{

	background: rgb(66 133 244 /75%);

	transition: 0.5s ease-in-out;

}

.smp-blog .container {

    width: 1080px;

}

.smp-blog .row {

    margin-right: 0;

    margin-left: 0;

}

.footer-top-blog{

    width: 100%;

    float: left;

    position: relative;

    padding: 100px 0px;

    background: #006871fa;

    margin-top: 40px;

}

.footer-top-blog-main{

	width: 100%;

	float: left;

	position: relative;

	text-align: center;

}

.footer-top-blog-div{

	width: 100%;

	float: left;

	position: relative;	

}

.footer-top-blog-content{

	width: 100%;

	float: left;

	position: relative;	

}

.footer-top-blog-content h3{

    font-size: 34px;

    color: #fff;

    margin-bottom: 0;

    text-transform: uppercase;

    font-weight: 500;

    line-height: 42px;

}



.footer-top-blog:before {

    content: "";

    display: inline-block;

    background-image: url(../images/footersvg.svg);

    background-size: 100%;

    background-repeat: no-repeat;

    position: absolute;

    top: -1px;

    left: 0;

    width: 100%;

    height: 100px;

}

.footer-top-blog-content h4{

    font-size: 20px;

    font-weight: 400;

    color: #fff;

    padding: 0;

    margin: 0;

    line-height: 24px;

    font-family: 'Poppins', sans-serif;

    margin-top: 20px;

}

.m-bottom-cta{
    display: inline-block;
    color: #fff;
    background-color: transparent;
    border: solid 2px #ffffff !important;
    border-radius: 50px;
    padding: 13px 30px;
    margin: 30px 0 0;
    transition: 0.1s ease-in;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.8rem;
    letter-spacing: .01em;
    text-decoration: none;
    cursor: pointer;
    text-transform: none;
    box-shadow: none;
    transition: 0.5s ease-in-out;
}
.m-bottom-cta:hover{
	background-color: #fff;
	color: #094a50;
	transition: 0.5s ease-in-out;
}
.m-bottom-cta:after {

    display: inline-block;

    content: "";

    margin-left: 6px;

    background-size: contain;

    width: 23px;

    height: 9px;

    background-image: url(../images/btn-stroked-arrow.png);

    position: relative;

    top: -1px;

}

.wp-block-quote{

font-size: 2rem;

    *line-height: 1.4375em;

    *position: relative;

    padding: 100px 0px 0px 0px !important;

    margin: 0px 0 60px !important;

    /*left: 50%;*/

    /*width: calc(100% + 200px);*/

    /*-ms-transform: translateX(-50%);*/

    /*transform: translateX(-50%);*/

    display: block;

    text-align: center;
        width: 100%;
    float: left;
    position: relative;

}

.wp-block-quote::before {

    content: '';

    height: 80px;

    width: 40%;

    border-bottom: 3px solid #4ba4cb;

    display: block;

    position: absolute;

    top: 20px;

    left: 50%;

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);

    background-image: url(../images/content-inner.svg);

    background-size: 40%;

    background-repeat: no-repeat;

    background-position: 50%;

}

.wp-block-quote::after {

    content: '';

    height: 3px;

    width: 20%;

    background-color: #4ba4cb;

    display: block;

    position: absolute;

    bottom: 0;

    left: 50%;

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);

}

.wp-block-quote p  {

font-size: 26px;
    color: #4f4f4f;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1.5;
    margin: 20px 0px 0;
    font-family: 'Poppins';
    text-align: center !important;
        padding: 0px 0px 20px 0;

}

.new-smp-share{

	width: 100%;

	float:left;

	position: relative;

	    display: flex;

    flex-direction: row;

    padding-top: 0;

    text-align: center;

    justify-content: center;

    margin: 30px 0px;

}

.new-smp-share a {

    width: 40px;

    height: 40px;

    background: #26a3d4;

    line-height: 40px;

    color: #fff;

    border-radius: 50%;

    margin: 0px 10px;

    font-size: 20px;

}

.smp-blog-inner-content-main h6 a {

    font-size: 22px;

    color: #106eb3;

    margin-bottom: 0;

    text-transform: capitalize;

    font-weight: 500;

    line-height: 1.6;

    margin: 30px 0px 20px;

    font-family: 'Poppins';
    text-align: center;

}



.smp-blog-inner-content-main h6 {

    margin: 20px 0px;

    width: 100%;

    float: left;

    position: relative;
    text-align: center;

}



.about-author {

    text-align: center;

    font-size: 16px;

    margin-bottom: 10px;

    color: #333 !important;

    float: left;

    width: 100%;

    line-height: 25px;

     margin: 110px auto 60px;

    position: relative;

    text-align: center;

    padding: 75px 65px 32px;

    background-color: #ffffff;

    -webkit-box-shadow: 0 0.3rem 2.9rem 0 rgb(0 0 0 / 10%);

    -moz-box-shadow: 0 0.3rem 2.9rem 0 rgba(0,0,0, 0.1);

    box-shadow: 0 0.3rem 2.9rem 0 rgb(0 0 0 / 10%);

}

.about-author img {

    border-radius: 100%;

    position: absolute;

    width: 110px;

    left: 50%;

    margin-left: -55px;

    border: 2px solid #fff;

    top: -55px;

    box-shadow: 0 0.2rem 1.9rem 0 rgb(0 0 0 / 12%);

}

.about-heading {

    font-size: 14px;

    text-transform: none;

    color: #999999;

    font-family: Lora;

    font-weight: 400;

    font-style: italic;

    margin-bottom: 3px;

}

.about-author h4 {

    text-transform: uppercase;

    font-size: 22px;

    letter-spacing: 1px;

    color: #000;

    font-weight: 800;

    margin-bottom: 14px;
        text-align: center;
        margin: 0;
        padding: 10px 0;

}

.about-author h4 a {

    color: #094a50;

}

.new-blog-detils p {

    text-align: justify;

    font-size: 16px;

    margin-bottom: 10px;

    color: #333 !important;

    float: left;

    width: 100%;

    font-style: normal;

}

.author-links a {

    color: #106eb3;

    margin: 0px 4px;

    font-size: 20px;

}

.navbar {

    position: relative;

    min-height: 50px;

    margin-bottom: 0px !important;

}

.start-seo{

	width: 100%;

	float: left;

	position: relative;

	display: grid;

	grid-template-columns: 3fr 5fr;

	overflow: hidden;

	border-radius: 10px;

	box-shadow: 0px 0px 20px -12px rgb(0 0 0 / 40%);

	margin:30px 0px;

}

.start-seo-main{

	width: 100%;

	float: left;

	position: relative;

	display: grid;

	border-radius: 10px;

}

.start-seo-div{

	width: 100%;

	float: left;

	position: relative;

	background-color: #f78411;

    background-image: url(../images/hiper.jpg);

    background-repeat: no-repeat;

    background-position: center center;

    background-attachment: scroll;

    padding: 60px 0px;

}

.start-seo-div:after {

    content: '';

    width: 100%;

    float: left;

    position: absolute;

    height: 100%;

    top: 0;

    left: 0;

    background-color: rgb(38 163 212 / 53%);

        z-index: 0;

}

.start-seo-sec{

	width: 100%;

	float: left;

	position: relative;

	display: grid;

	padding: 30px;

}

.start-seo-div h3 {

font-size: 34px;

    color: #fff;

    margin-bottom: 0;

    text-transform: uppercase;

    font-weight: 500;

    line-height: 42px;

    position: absolute;

    padding: 20px;

    margin-top: 0px;

        z-index: 2;

}

.start-seo-sec h3 {

    font-size: 28px;

    color: #26a3d4;

    margin-bottom: 0;

    text-transform: uppercase;

    font-weight: 600;

    line-height: 42px;

    margin: 0;

    text-align: left;

    margin: 0;

    margin-bottom: 20px;

}

.start-seo-sec p{

	width: 100%;

	float: left;

	position: relative;

	margin-bottom: 15px;

	border-bottom:1px solid #d9d9d9;

	padding-bottom: 5px;

	text-align: left;

}

.start-seo-sec p:last-child{

	margin-bottom: 0px;

}



.start-seo-sec p a {

    font-weight: 300;

    font-family: 'Poppins';

    color: #555555;

    padding-left: 30px;

}

.start-seo-sec p a:before {

    content: "";

    background-image: url(../images/compass.png);

    background-size: cover;

    background-position: 10%;

    background-repeat: no-repeat;

    height: 17px;

    width: 17px;

    display: block;

    position: absolute;

    top: 2px;

    left: 0px;

}

.new-pdf{

margin: 30px auto;

    /* float: left; */

        width: 85%;

    position: relative;

    display: grid;

    grid-template-columns: 1fr 3fr;

    grid-gap: 30px;

    padding: 30px;

    box-shadow: 0 0.3rem 2.9rem 0 rgb(0 0 0 / 10%);

    background: #094a50;

}

.new-pdf-main{

	width: 100%;

	float: left;

	position: relative;

	display: grid;

}

.new-pdf-main img{

    width: 115%;

    margin-top: -30px;

}

.new-pdf-div{

    width: 100%;

    float: left;

    position: relative;

    display: grid;

    padding-left: 12%;

    padding-right: 10%;

}

.new-pdf-div h4 {

font-size: 18px;

    color: #fff;

    margin-bottom: 0;

    text-transform: capitalize;

    font-weight: 400;

    line-height: 22px;

    text-align: left;

}

.new-pdf-div h3 {

    font-size: 24px;

    color: #b6d661;

    margin-bottom: 0;

    text-transform: capitalize;

    font-weight: 500;

    line-height: 37px;

    font-family: 'Poppins';

    text-align: left;

}

.new-pdf-div-btn{

    width: 100%;

    float: left;

    position: relative;

    margin-top: 20px;

    text-align: left;

}

.new-pdf-div-btn a {

    padding: 10px 50px;

    color: #fff;

    font-size: 16px;

    display: inline-block;

    background: #26a3d4;

    font-weight: 600;

    border: 1px solid #24a1d2;

    border-radius: 4px;

}

.new-tag{

	width: 100%;

	float: left;

	position: relative;

	text-align: center;

	margin-bottom: 30px;

}

.new-tag a {

    padding: 8px 20px;

    margin: 0px 10px;

    border: 1px solid #26a3d4;

    border-radius: 32px;

    color: #26a3d4;

    background: #fff;

    transition: 0.5s ease-in-out;

}

.new-tag a:hover{

	color: #fff;

    background: #26a3d4;

     transition: 0.5s ease-in-out;

}

.new-blog-inner-banner{

    width: 100%;

	float: left;

	position: relative;

}

.new-blog-inner-banner-main{

    width: 100%;

	float: left;

	position: relative;

}

.new-blog-inner-banner-div{

    width: 100%;

	float: left;

	position: relative;

}

.new-blog-inner-banner-div img{

    width:100%;

}

.new-blog-inner-banner-content{

    width: 100%;

	float: left;

	position: relative;

	padding:50px 50px 0px 50px;

	background:#fff;

}

.new-blog-inner-banner-content-div{

    width: 100%;

    float: left;

    position: relative;

    margin-top: -100px;

}

.new-blog-inner-banner-content h1 {

    font-size: 40px;

    color: #198ec0;

    margin-bottom: 0;

    margin-top: 0;

    font-weight: 500;

    line-height: 59px;

    word-spacing: -1px;

    font-family: 'Poppins', sans-serif;

}

.new-blog-inner-banner-content-main{

    width:80%;

    margin:0 auto;

}

.new-blog-inner-banner-content p {

    font-family: 'Poppins', sans-serif;

    font-size: 14px;

    font-weight: 600;

    color: #0f0f0f;

}

.new-blog-inner-banner-content p span{

    padding-left:20px;

}

.new-blog-inner-category{

    width: 100%;

    float: left;

    position: relative;    

    padding:40px 0px;

    background:#f5f5f5;

    margin-bottom: 30px;

}

.new-blog-inner-main-heading{

    width: 100%;

    float: left;

    position: relative; 

    text-align:center;

}

.new-blog-inner-main-heading h1 {

    font-size: 44px;

    color: #26a3d4;

    margin-bottom: 0;

    margin-top: 0;

    /* text-transform: lowercase; */

    font-weight: 600;

    line-height: 82px;

    word-spacing: 0px;

    font-family: 'Poppins', sans-serif;

}

.wp-block-image img {
    width: 100% !important;
    height: inherit;
}
.wp-block-image {
    margin-bottom: 1em;
    width: 100%;
    float: left;
    position: relative;
}
.smp-blog-inner-content-main ul {

    width: 100%;

    float: left;

    position: relative;

    padding: 0;

    padding-left:15px;

    text-align: left;

    counter-reset: li;
    padding-bottom: 15px;    

}

/*.smp-blog-inner-content-main ul li:before {*/

/*    display: block;*/

/*    font-family: FontAwesome;*/

/*    content: "\f0a9";*/

/*    color: #ffffff;*/

/*    position: absolute;*/

/*    left: 9px;*/

/*    top: 0px;*/

/*    content: counter(li);*/

/*    pointer-events: none;*/

/*    counter-increment: li;*/

/*    text-align: center;*/

/*    z-index: 99;*/

/*    font-size: 14px;*/

/*    font-weight: 900;*/

/*    display: block;*/

/*    font-family: 'Poppins', sans-serif;*/

/*}*/

/*.smp-blog-inner-content-main ul li:after{*/

/*    display: block;*/

/*    content: "";*/

/*    width: 25px;*/

/*    position: absolute;*/

/*    height: 25px;*/

/*    border-radius: 50%;*/

/*    top: 0px;*/

/*    background: #00a4bd;*/

/*    left: 0;*/

/*}*/



.smp-blog-inner-content-main ul li {

    position: relative;

    width: 100%;

    float: left;

    *padding-left: 35px;

    margin-bottom: 15px;
    color: #333;

}
.smp-blog-inner-content-main ul li:before {

    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    color: #97c715;
    font-weight: 600;
    content: "\f0c8";
    font-family: FontAwesome;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: -3px;*/

}
.smp-blog-inner-content-main ul li:last-child{

    margin-bottom: 0px;

}
.blocks-gallery-item:before{
    display:none !important;
}
.blocks-gallery-item:after{
    display:none !important;
}
.blocks-gallery-item {
    padding-left: 0 !important;
}
.blocks-gallery-item:last-child {
    margin-bottom: 10px !important;
}
.blocks-gallery-grid{
    padding-left: 0 !important;
}
.wp-block-gallery {
    width: 100%;
    float: left;
    position: relative;
}





















