/*
 * Call To Action Style    
*/

.htmegavc-call-to-action{
  text-align: center;
}

.htmegavc-call-to-action .htmegavc-callto-action-description {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
}

.htmegavc-call-to-action .htmegavc-callto-action-title {
    color: #f7ca18;
    font-size: 80px;
    font-weight: 600;
    margin-bottom: 27px;
    font-family: "Poppins", sans-serif;
    margin-top: 0;
}

.htmegavc-call-to-action a.htmegavc_call_btn {
    background: #f7ca18;
    height: 47px;
    padding: 0 38px;
    display: inline-block;
    line-height: 47px;
    border-radius: 25px;
    color: #000000;
    font-size: 14px;
    transition: 0.4s ease-in-out;
    text-decoration: none;
}

.htmegavc-call-to-action a.htmegavc_call_btn:hover {
    background: #ffffff;
    color: #18012c;
}

/* Call To Action Style 2 */
.callto-action-style-2 .htmegavc-content .htmegavc-callto-action-title {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 0;
}

.callto-action-style-2 .htmegavc-content .htmegavc-callto-action-description {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin: 0;
}

.callto-action-style-2 a.htmegavc_call_btn {
    height: 48px !important;
    display: inline-block;
    border: 2px solid #ffffff;
    color: #ffff;
    border-radius: 25px;
    padding: 0 46px;
    line-height: 43px !important;
    font-size: 14px;
    font-weight: 600;
    transition: 0.4s ease-in-out;
    background-color: transparent;
}

.callto-action-style-2 a.htmegavc_call_btn:hover {
    background: #ffffff;
    color: #18012c;
    border: 2px solid #ffffff;
}

/* Call To Action Style 3 */
.callto-action-style-3{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 70px 98px;
}

.callto-action-style-3 .htmegavc-content{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.callto-action-style-3 {
    position: relative;
}

.callto-action-style-3::before {
    position: absolute;
    content: "";
    background: #999999;
    height: 50px;
    width: 2px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.callto-action-style-3 .htmegavc-content .htmegavc-callto-action-description {
    color: #000000;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
}

.callto-action-style-3 .htmegavc-content .htmegavc-callto-action-title {
    color: #000000;
    font-weight: 500;
    font-size: 24px;
    margin: 0;
}

.callto-action-style-3 a.htmegavc_call_btn {
    height: 50px !important;
    display: inline-block;
    border: 2px solid #000000;
    color: #000000;
    border-radius: 25px;
    padding: 0 60px;
    line-height: 46px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.4s ease-in-out;
    background-color: transparent;
}

.callto-action-style-3 a.htmegavc_call_btn:hover {
    background: #000000;
    color: #ffffff;
    border: 2px solid #000000;
}

/* Call To Action Style 4 */
.callto-action-style-4 .htmegavc-content .htmegavc-callto-action-title {
    color: #ffffff;
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 21px;
    margin-top: 0;
}

.callto-action-style-4 .htmegavc-content .htmegavc-callto-action-description {
    color: #ffffff;
    font-size: 18px;
    line-height: 35px;
    padding: 0 17%;
    margin-bottom: 34px;
}

.callto-action-style-4 a.htmegavc_call_btn {
    background: #ffffff;
    height: 50px;
    display: inline-block;
    padding: 0 40px;
    line-height: 50px;
    border-radius: 25px;
    color: #0056ff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.4s ease-in-out;
}

.callto-action-style-4 a.htmegavc_call_btn:hover {
    background: #18012c;
    color: #ffffff;
}

/* Call To Action Style 5 */
.callto-action-style-5 .htmegavc-content .htmegavc-callto-action-title {
    color: #ffffff;
    font-size: 40px;
    line-height: 60px;
    font-weight: 500;
    padding: 0 19%;
    margin-top: 0;
}

.callto-action-style-5 .htmegavc-content .htmegavc-callto-action-description {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 44px;
    font-family: 'Rubik', sans-serif;
}

.callto-action-style-5 a.htmegavc_call_btn {
    border: 2px solid #ffffff;
    height: 50px !important;
    display: inline-block;
    padding: 0 46px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: 0.4s ease-in-out;
    font-family: 'Rubik', sans-serif;
    background-color: transparent;
}

.callto-action-style-5 a.htmegavc_call_btn:hover {
    background: #ffffff;
    color: #18012c;
}

/* Call To Action Style 6 */
.callto-action-style-6 .htmegavc-content .htmegavc-callto-action-title {
    color: #494949;
    font-size: 40px;
    line-height: 58px;
    font-weight: 500;
    margin-top: 0;
}

.callto-action-style-6 .htmegavc-content .htmegavc-callto-action-description {
    color: #494949;
    font-size: 18px;
    margin-bottom: 32px;
    line-height: 30px;
    padding-right: 27%;
}

.callto-action-style-6 a.htmegavc_call_btn {
    height: 50px !important;
    display: inline-block;
    padding: 0 37px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.4s ease-in-out;
    background: #e97730;
    font-family: "Montserrat", sans-serif;
    border-radius: 0;
}

.callto-action-style-6 a.htmegavc_call_btn:hover {
    background: #18012c;
    color: #ffffff;
}

/* Call To Action Style 7 */
.callto-action-style-7 .call-to-action-inner {
    display: inline-block;
    padding: 100px 240px;
    background: rgba(255, 255, 255, 0.6);
}

.callto-action-style-7 .htmegavc-content .htmegavc-callto-action-title, .callto-action-style-7 .htmegavc-content .htmegavc-callto-action-description {
    color: #1e1e1e;
    font-size: 42px;
    line-height: 53px;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 29px;
    margin-top: 0;
}

.callto-action-style-7 a.htmegavc_call_btn {
    display: inline-block;
    color: #2c2c2c;
    font-weight: 600;
    font-size: 24px;
    transition: 0.4s ease-in-out;
    font-family: 'Cormorant Garamond', serif;
    border-bottom: 2px solid #4f4848;
    background-color: transparent;
    border-bottom: 2px solid #4f4848;
    border-radius: 0;
    height: auto;
    padding: 0;
}

.callto-action-style-7 a.htmegavc_call_btn:hover {
    color: #18012c;
    border-bottom: 2px solid #4f4848;
    background-color: transparent;
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.callto-action-style-2 .text-right{
		text-align: center !important;
	}
	.callto-action-style-2 .content{
		margin-bottom: 15px;
	}
	.callto-action-style-3 {
		padding: 0;
	}
	.callto-action-style-3 {
		box-shadow: none;
		padding: 0;
	}
	.callto-action-style-3 .htmegavc-content {
		display: block;
	}
	.callto-action-style-3 .content {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.callto-action-style-3  .action-btn {
		text-align: center;
		margin-top: 17px;
	}
	.callto-action-style-3::before {
		display: none;
	}
	.callto-action-style-7 .call-to-action-inner {
		padding: 100px 190px;
	}
}

/* Small mobile :320px. */
@media (max-width: 767px) {
	.callto-action-style-1 .htmegavc-callto-action-title {
		font-size: 50px;
	}
	.callto-action-style-2 .htmegavc-content .htmegavc-callto-action-title {
		font-size: 32px;
		line-height: 1.3;
	}
	.callto-action-style-2 .text-right{
		text-align: left !important;
	}
	.callto-action-style-2 .content{
		margin-bottom: 15px;
	}
	.callto-action-style-3 {
		padding: 0;
	}
	.callto-action-style-3 {
		box-shadow: none;
		padding: 0;
	}
	.callto-action-style-3 .htmegavc-content {
		display: block;
	}
	.callto-action-style-3 .content {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.callto-action-style-3  .action-btn {
		text-align: center;
		margin-top: 17px;
	}
	.callto-action-style-3::before {
		display: none;
	}
	.callto-action-style-4 .htmegavc-content .htmegavc-callto-action-title {
		font-size: 30px;
	}
	.callto-action-style-4 .htmegavc-content .htmegavc-callto-action-description {
		padding: 0;
	}
	.callto-action-style-5 .htmegavc-content .htmegavc-callto-action-title {
		font-size: 30px;
		line-height: 1.3;
		padding: 0 5%;
	}
	.callto-action-style-6 .htmegavc-content .htmegavc-callto-action-title {
		font-size: 30px;
		line-height: 1.3;
	}
	.callto-action-style-6 .htmegavc-content .htmegavc-callto-action-description {
		padding-right: 0;
	}
	.callto-action-style-7 .call-to-action-inner {
		padding: 50px 30px;
	}
	.callto-action-style-7 .htmegavc-content .htmegavc-callto-action-title,
	.callto-action-style-7 .htmegavc-content .htmegavc-callto-action-description {
		font-size: 30px;
		line-height: 1.3;
		margin-top: 0;
	}
}