body
{
	overflow-x: hidden;
	font-family:"proxima-nova";
}
.ut_hero_section
{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 215px 0 110px;
	position: relative;
}
.ut_hero_section .overlay
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(180deg, rgba(39, 39, 39, 0.83) 0%, rgba(13, 13, 13, 0.5) 100%);
}
.ut_hero_content 
{
	position: relative;
	text-align: left;
}
.ut_hero_content h2
{
	color: #25a9e0;
	font-size: 60px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	margin-bottom: 10px;
}
.ut_hero_content h3
{
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	margin-bottom: 25px;
}
.ut_hero_content p
{
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	margin-bottom: 0;
}

.order_now_container
{
	position: relative;
}
.order_now_container h3
{
	text-align: center;
	color: #404041;
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: center;
	margin-bottom: 13px;
}
.order_now_container .button_container
{
	text-align: center;
}
.order_now_container .button_container a 
{
	border-radius: 6px;
	background-color: #25a9e0;
	display: inline-block;
	padding: 8px 30px;
	color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.order_now_container .button_container a:hover
{
	text-decoration: none;	
}
.pricing_list_section
{
	position: relative;
}
.pricing_list_content
{
	position: relative;
}
.pricing_list_content .item
{
	background-color: #fff;
	display: block;
	padding: 50px 0;
	position: relative;
}
.pricing_list_content .item:nth-child(odd)
{
	background-color: #fff;
}
.pricing_list_content .item:nth-child(even)
{
	background-color: #ebf7fc;
}
.pricing_list_content .item:nth-child(even):before
{
	content: "";
	background-color: #ebf7fc;
	position: absolute;
	left: -100px;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100px;
}
.pricing_list_content .item:nth-child(even):after
{
	content: "";
	background-color: #ebf7fc;
	position: absolute;
	right: -100px;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100px;
}
.pricing_list_inner_container h3
{
	color: #25a9e0;
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	margin-bottom: 10px;
}
.pricing_list_inner_container p
{
	color: #404041;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}
.pricing_list_inner_container p:last-child
{
	margin-bottom: 0;
}

.pricing_list_content .item:hover .order_now_container .button_container a
{
	background-color: #fdbd24;	
	color: #404041;
}

.awards_list img {
	max-height: 65px;
}

.faqs_section
{
	position: relative;
	padding: 50px 0;
}
.faqs_content
{
	position: relative;
}
.faqs_content h2
{
	color: #404041;
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	margin-bottom: 30px;
}
.faqs_content ul
{
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.faqs_content ul li
{
	position: relative;
	margin-bottom: 20px;
	display: flex;
	align-items: top;
}
.faqs_content ul li:last-child
{
	margin-bottom: 0;
}
.faqs_content ul li span
{
	position: relative;
	left: 0;
	top: 0;
	color: #25a9e0;
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	margin-right: 5px;
}
.faqs_content ul li h3
{
	color: #25a9e0;
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}
.faqs_content ul li p
{
	color: #404041;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}
.from_our_blog
{
	position: relative;
	background-color: #f4f4f4;
	padding: 60px 0;
}
.our_blog_content
{
	position: relative;
}
.our_blog_content h2
{
	color: #404041;
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	margin-bottom: 22px;
}
.our_blog_content ul
{
	list-style: none;
	padding-left: 0;
	margin-left: 0;	
	margin-bottom: 0;
}
.our_blog_content ul li
{
	position: relative;
	margin-bottom: 13px;
}
.our_blog_content ul li:last-child
{
	margin-bottom: 0;	
}
.our_blog_content ul li a
{
	color: #3FB6E8;
    font-size: 22px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 28px;
	text-align: left;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.our_blog_content ul li a:hover
{
	color: #404041;
	text-decoration: none;
}
.our_blog_content .tags_list
{
	position: relative;
	display: flex;
	margin-top: 30px;
}
.our_blog_content .tags_list .item
{
	position: relative;
	display: flex;
	margin-right: 3px;
}
.our_blog_content .tags_list .item:last-child
{
	margin-right: 0px;
}
.our_blog_content .tags_list .item a
{
	background-color: #25a9e0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	padding: 10px 18px;
	position: relative;
	text-transform: uppercase;
}
.our_blog_content .tags_list .item a:hover
{
	text-decoration: none;
}
.our_blog_content .tags_list .item:first-child a
{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.our_blog_content .tags_list .item:last-child a
{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.clients_section
{
	background-color: #fff;
	padding: 50px 0;
}
.client_logo_container
{
	display: block;
	width: 100%;
	text-align: center;
}
.client_logo_container img
{
	max-width: 100%;
	display: inline-block;
	max-height: 138px;
}
footer
{
	background-color: #f5f5f5;
	padding: 40px 0;
}
.awards_list ul
{
	margin-bottom: 0;
}
.footer_contact_container
{
	position: relative;
}
.footer_contact_container .contact_number
{
	position: relative;
	margin-bottom: 4px;
}
.footer_contact_container .contact_number a
{
	color: #404041;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 20px;
	text-align: right;
}
.footer_contact_container .contact_number a:hover
{
	text-decoration: none;
}
.footer_contact_container .contact_us_ccontainer
{
	position: relative;
	margin-bottom: 5px;
}
.footer_contact_container .contact_us_ccontainer a
{
	color: #25a9e0;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.2;
	text-align: right;
}
.footer_contact_container
{
	text-align: right;
}
.footer_contact_container ul
{
	color: #404041;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.2;
	text-align: right;
	margin-bottom: 0;
}
.footer_contact_container ul a
{
	color: #25a9e0;	
}
@media only screen and (max-width: 991px)
{
	.clients_section
	{
		position: relative;
	}
	footer .logo_container
	{
		position: relative;
		text-align: center;
	}	
	.awards_list ul
	{
		text-align: center;
	}
	.footer_contact_container
	{
		text-align: center;
	}
	footer .awards_list
	{
		margin-bottom: 25px;
	}
	.footer_contact_container ul
	{
		text-align: center;		
	}
	footer .logo_container img
	{
		width: 200px;
	}
	footer {
		background-color: #f5f5f5;
		padding: 50px 0 35px;
	}
	footer .logo_container {
		position: relative;
		text-align: center;
		margin-bottom: 20px;
	}
	.our_blog_content ul li a
	{
		font-size: 18px;
	}
	.our_blog_content .tags_list .item a
	{
		padding: 8px 15px;
	}
	.clients_section .col {
		flex: 0 0 33.33%;
		max-width: 33.33%;
		margin-bottom: 35px;
	}
	.clients_section {
		background-color: #fff;
		padding: 50px 0 20px;
	}
}
@media only screen and (max-width: 767px)
{
	.order_now_container
	{
		margin-top: 35px;
	}		
	
	.client_logo_container img {
    	max-width: 55%;
	}
}
@media only screen and (max-width: 575px)
{
	.clients_section .col {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 35px;
	}
	.from_our_blog
	{
		padding: 45px 0 60px;
	}
}
.ut_hero_section nav
{
	display: flex;
	align-items: center;
}
.ut_hero_section nav > .item
{
	max-width: 100%;
	width: 100%;
}
.menu_list_container
{
	position: relative;
}
.menu_list_container ul
{
	margin-bottom: 0;
	margin-left: 0;
	list-style: none;
	text-align: right;
	width: 100%;
}
.menu_list_container ul li
{
	display: inline-block;
	margin-right: 28px;
}
.menu_list_container ul li:last-child
{
	margin-right: 0;	
}
.menu_list_container ul li a
{
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	text-transform: none;	
}
.menu_list_container ul li a:hover
{
	text-decoration: none;	
}
.menu_list_container ul li:last-child a 
{
	border-radius: 6px;
	background-color: #25a9e0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	display: inline-block;
	padding: 10px 22px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu_list_container ul li:last-child a:hover
{
	background-color: #fdbd24;
	color: #404041;	
}
.nav_container 
{
	position: absolute;
	top: 0;
	width: 100%;
	padding: 40px 0;
}
@media only screen and (min-width: 992px)
{
	.desktop_menu
	{
		display: block;
	}
	.mobile_menu
	{
		display: none;
	}
}
@media only screen and (max-width: 991px)
{
	.desktop_menu
	{
		display: none;				
	}
	.mobile_menu
	{
		display: flex;
	}
	.top_logo_container
	{		
		position: relative;
	}
	.top_logo_container img {
		height: 35px;
	}
	.ut_hero_section
	{
		padding: 165px 0 70px;
	}
	.ut_hero_content h2
	{
		font-size: 40px;
	}
	.ut_hero_content h3
	{
		font-size: 25px;
	}
	.ut_hero_section {
		padding: 150px 0 70px;
	}
}
.mobile_menu {
	position: relative;
	justify-content: flex-end;
}
.mobile_menu a
{
	background-color: #333;
	color: #fff;
	font-size: 20px;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
}
.mobile_menu a:hover
{
	text-decoration: none;
}
.mobile_menu ul
{
	position: absolute;
	right: 0;
	top: 40px;
	width: 200px;
	background-color: #333;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;	
	display: none;
	z-index: 1;
}
.mobile_menu ul li
{
	position: relative;
}
.mobile_menu ul li a 
{
	display: block;
	color: #fff;
	font-size: 16px;
	padding: 10px 25px;
	width: 100%;
	text-align: left;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.mobile_menu ul li a:hover
{
	background-color: #25a9e0;
	color: #fff;	
}
.mobile_menu.active ul
{
	display: block;
}
@media only screen and (max-width: 575px)
{
	.top_logo_container img {
		height: 30px;
	}	
	.nav_container
	{
		padding: 30px 0;
	}
	.ut_hero_section {
		padding: 125px 0 70px;
	}
}
.contact_heading_content
{
	position: relative;
}
.contact_heading_content h2
{
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	margin-bottom: 28px;
}
.our_blog_contact 
{
	position: relative;
	max-width: 420px;
}
.our_blog_contact h2
{
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}
.our_blog_contact ul
{
	margin-bottom: 0;
}
.our_blog_contact ul li
{
	position: relative;
}
.our_blog_contact ul li a {
	color: #25a9e0;
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
	line-height: 1.2;
}

.contact_form_container
{
	position: relative;
}
.contact_form_container .form-group
{
	margin-bottom: 30px;		
}
.contact_form_container .form-group:last-child
{
	margin-bottom: 0;	
}
.contact_form_container label
{
	color: #25a9e0;
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	display: block;
}
.contact_form_container input[type=text],
.contact_form_container input[type=email]
{
	display: block;
	height: 36px;
	border: 1px solid #56a7db;
	background-color: #ffffff;
	font-size: 16px;
	color: #444;
	width: 100%;
	outline: none;
	padding: 5px 5px;
}

#ima-form
{
	display: block;
	height: 36px;
	border: 1px solid #56a7db;
	background-color: #ffffff;
	font-size: 16px;
	color: #444;
	width: 100%;
	outline: none;
	padding: 5px 5px;
}

.form-group label {
    color: #25a9e0;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    display: block;
}

.contact_form_container textarea
{
	display: block;
	width: 100%;
	min-height: 165px;
	border: 1px solid #56a7db;
	background-color: #ffffff;
	resize: vertical;
	outline: none;
	padding: 5px;
}
.contact_form_container .form-group span
{
	display: block;
	color: #25a9e0;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	margin-top: 4px;
}
.contact_form_container input[type="submit"] {
	border-radius: 6px;
	background-color: #25a9e0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	display: inline-block;
	border: none;
	padding: 10px 45px;
}
@media only screen and (max-width: 991px)
{
	.contact_heading_content h2
	{
		font-size: 48px;
	}
	.contact_form_container
	{
		margin-top: 45px;
	}
}

.order_now_form_section
{
	padding: 80px 0;
}
.order_form_container iframe
{
	border: medium none !important;
	width: 100% !important;
}


.feedzy-rss .rss_item {
    float: left;
    width: 28.5%;
    background-color: #FAFAFA;
    padding: 25px 25px 25px 25px !important;
    -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.15);
}

.page-template-page-landing-contact .feedzy-rss .rss_item {
    width: 100%;
}

.feedzy-rss .rss_item .rss_image {
    width: 100% !important;
    padding: 0 0 25px 0;
}

.feedzy-rss .rss_item .rss_image span {
    position: relative;
}

.feedzy-rss .rss_item .title {
    color: #3FB6E8;
    font-size: 22px;
    text-align: left;
    margin: 20px 0 35px;
    display: block;
    float: left;
    line-height: 26px;
}

.feedzy-rss .rss_item .rss_content small {
    display: block !important;
    font-size: 1rem !important;
    font-style: normal !important;
    text-transform: capitalize;
    color: #5C5B5B;
    font-weight: 400;
    float: left;
    width: 100%;
}

.feedzy-rss .rss_item .rss_content small a {
    color: #5C5B5B;
    font-weight: 400;
    font-size: 1rem;
}

@media only screen and (max-width: 991px)
{
    .page-template-page-landing-contact .our_blog_contact {
        display: none;
    }
}

@media only screen and (max-width: 767px)
{
    .feedzy-rss .rss_item {
        float: none;
        width: 96%;
        margin-bottom: 25px !important;
    }
    
    
}