/*
IRAN Sans-serif fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (DXR5A)
--------------------------------------------------------------------------------------
*/

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
	src: url('fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
	src: url('fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/eot/IRANSansWeb(FaNum)_Light.eot');
	src: url('fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
	src: url('fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/eot/IRANSansWeb(FaNum).eot');
	src: url('fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}
@keyframes rot {
	from {
		transform: rotate(0deg)
		           translate(-50px)
		           rotate(0deg);
	}
	to {
		transform: rotate(360deg)
		           translate(-50px) 
		           rotate(-360deg);
	}
}
@keyframes comefromdeep {
	from {
		opacity: 0;
		transform: scale(0.2);
		transition: transform 2s;
	}
	to {
		opacity: 1;
		transform: scale(1);
		transition: transform 2s;
	}
}
body {
	font-family: IRANSans;
	overflow-x: hidden;
	color: #606060;
}
input, button, select, textarea{
	font-family: IRANSans;
}
a{
    text-decoration: none;
}
input[type="submit"]{
    background: #fc6d26;
    color: #fff;
    border: #fc6d26;
}
header{
	position: relative;
	z-index: 199;
	box-shadow: 0 0 5px 0 rgba(182, 182, 182, 0.50);
}
.topbar {
    background: #f0f0f0;
    padding: 13px 0;
}
.topbar .contact{
    text-align: left;
}
.header .langbar .mod-languages{
    float: left;
}
.header .social a{
    font-size: 18px;
    margin-left: 15px;
    color:#0d2c40;
}
.header .contact a{
    display: inline-block;
    color: #0d2c40;
    margin: 0 30px 0 0;
}
.header .contact a i{
    margin-left: 15px;
    color:#0d2c40;
}
.logo {
	margin: 0 0 0 0;
	text-align: right;
}
.header .langbar ul li{
    background-color: transparent !important;
    margin: 0;
    padding: 0;
}
/****************************************Begin Menu************************************************/
.navbar {
	margin: 0 0 3px 0 !important;
}
.dj-megamenu-default {
	background: none;
	font-family: LatoLight, IRANSans;
}
.dj-megamenu-default li a.dj-up_a {
	border: none;
	font-size: 16px;
}
.dj-megamenu-default li:last-child a.dj-up_a {
	border: none;
}
.dj-megamenu-default li.first a.dj-up_a {
	border: none;
}
.dj-megamenu-default li:hover a.dj-up_a, .dj-megamenu-default li.hover a.dj-up_a, .dj-megamenu-default li.active a.dj-up_a {
	background: none;
	color: #fc6d26 !important;
}
.dj-megamenu-default li a.dj-up_a span {
	background: none;
	color: #606060 !important;
}
.dj-megamenu-default li:hover a.dj-up_a span,
.dj-megamenu-default li.hover a.dj-up_a span {
	background: none;
	color: #fc6d26 !important;
}
.dj-megamenu-default li:hover a.dj-up_a .arrow,
.dj-megamenu-default li.hover a.dj-up_a .arrow{
	left: 25px;
}
.dj-megamenu-default li a.dj-up_a .arrow{
	left: 25px;
}
.dj-megamenu li div.dj-subwrap, .dj-megamenu li:hover div.dj-subwrap li div.dj-subwrap, .dj-megamenu li.hover div.dj-subwrap li div.dj-subwrap{
    display: block;
}
/****************************************End Menu**************************************************/

/**************************************Begin Megamenu*******************************************/
.dj-subcol{
	background: #fff;
}
.dj-megamenu-default li ul.dj-submenu > li{
	border-top: none;
}
.dj-megamenu-default li ul.dj-submenu>li>a{
	font-weight: bold;
	color: #606060;
}
.dj-megamenu-default li ul.dj-submenu li.active a{
	background: #fff;
}
.dj-megamenu-default li ul.dj-submenu li.active a span{
	color: #fc6d26;
}
.dj-megamenu-default li ul.dj-submenu > li > a:hover, .dj-megamenu-default li ul.dj-submenu > li > a:active, .dj-megamenu-default li ul.dj-submenu > li.hover:not(.subtree) > a{
    background: #fff;
}
.dj-megamenu-default li ul.dj-submenu > li {
	transition: all 0.6s ease;
}
.dj-megamenu-default li ul.dj-submenu > li > a:hover span, .dj-megamenu-default li ul.dj-submenu > li > a:active span, .dj-megamenu-default li ul.dj-submenu > li.hover:not(.subtree) > a span{
	color: #fc6d26;
}
.dj-megamenu-default li ul.dj-submenu > li:hover, .dj-megamenu-default li ul.dj-submenu > li:active, .dj-megamenu-default li ul.dj-submenu > li.hover:not(.subtree) {
	transition: all 0.6s ease;
	margin-right: 10px;
}
/**************************************End Megamenu*********************************************/


/****************************************End Menu**************************************************/

/*****************************************Begin Section1**********************************************/
.s1{
    padding: 10px 0 0 0;
    background: url(../images/slide_banner.png) no-repeat center;
}
.s1 .s1-inner{
    padding: 75px 0 95px 0;
    text-align: justify;
    line-height: 200%;
}
.s1 h1{
    text-align: center;
    line-height: 200%;
    margin-top: 28%;
}
.s1 .col:first-child{
    margin-top: 20px;
}
.s1 .col img{
    width: 100%;
}
.s1 p{
    font-size: 20px;
    text-align: justify;
    line-height: 260%;
    margin-bottom: 35px;
}
/*****************************************End Section1************************************************/


/*****************************************Begin Section2********************************************/
.s2{
    background: url(../images/services_bg.png) Center;
    background-size: 100%;
    background-attachment: fixed;
    padding: 140px 0;
    color: #dfdfdf;
    text-align: center;
}
.s2 .s2-inner{
    padding: 75px 0 95px 0;
    text-align: justify;
    line-height: 200%;
}
.s2 p{
    font-size: 126%;
    margin-bottom: 90px;
}
.s2 .mod-articlesnews__item{
    display: inline-block;
    width: 25%;
    margin: 4% 4%;
}
.s2 h2{
    text-align: center;
    line-height: 200%;
}
.s2 .newsflash-image img{
    width: 45%;
    height: auto;
}
.s2 h3{
    font-size: 120%;
    margin-top: 40px;
}
.s2 h3 a{
    color: #dfdfdf !important;
}
/*****************************************End Section2**********************************************/

/*****************************************Begin Section3********************************************/
.s3{
    padding: 80px 0;
    background: #f0f0f0;
}
.s3 h2{
    text-align: center;
    line-height: 200%;
    margin-bottom: 50px;
}
.s3 .owl-carousel.owl-rtl .owl-item{
    background: #fff;
}
.s3 .jt-title{
    color: #222;
    font-weight: bold;
    padding: 30px 10px 0;
}
.s3 .jt-inner .jt-introtext{
    padding: 0 10px;
    font-size: 90%;
    line-height: 200%;
}
.s3 .readmore{
    padding: 0 10px;
}
.s3 .readmore a{
    background: no-repeat;
    border: 2px solid #fc6d26;
    border-radius: 20px;
    color: #444;
    font-size: 85%;
    padding: 5px 25px;
}
.s3 .readmore a i{
    display: none;
}
.s3 .jt-date{
   float: left;
   margin: -45px 0 0 10px;
   font-size: 85%;
}
/*****************************************End Section3**********************************************/

/*****************************************Begin Footer***********************************************/
.footer {
	background: #151823;
	color: #fff;
	position: relative;
	padding: 70px 0 0 0;
}
.footer h3 {
	color: #fff;
	font-weight: 500;
}
.footer a {
	color: #dfdfdf !important;
}
/*********************Footer-nav*****************/
.footer_nav {
	margin-top: 30px;
	margin-left: 0 !important;
}
.footer_nav ul{
    margin-right: -40px;
}
.footer_nav ul li {
	float: right;
	width: 100%;
	margin-bottom: 10px;
}
.footer_nav ul li a:hover{
	background: none;
}
/*********************Services********************/
.footer_services {
	margin-top: 30px;
	margin-bottom: 30px;
}
.footer_services ul {
	list-style: none;
	margin-right: -40px;
}
.footer_services ul li {
	list-style: none;
	font-size: 16px;
    margin: 0 0 8px 0;
}
/*********************Contact-US*****************/
.contact_us{
	padding: 0 0 30px 0;
	margin-top: 30px;
}
.contact_us i{
    margin: 0 0 0 10px;
}
.contact_us .social a{
    font-size: 20px;
    margin: 0 5px 0 5px;
}
/*********************Copyright*****************/
.footer .copyright {
	float: right;
	width: 100%;
	background: #1b2032;
	position: relative;
	text-align: center;
	padding: 15px 0;
}
.footer .copyright p{
	margin: 0;
}
.footer .copyright a{
	color: #7e8399;
}
/*****************************************End Footer*************************************************/
.brdcrmb{
    width: 100%;
    position: absolute;
    margin: 190px 0 0 0;
}
.brdcrmb nav ol{
    margin: 0 auto;
    width: 100%;
    float: none;
    text-align: center;
    display: inline-block;
}
.brdcrmb nav ol li{
    display: inline-block;
    text-align: center;
    color: #7e8399;
}
.brdcrmb nav ol li a{
    color: #7e8399;
}
.breadcrumb-item+.breadcrumb-item::before{
    float: right;
    margin-left: 10px;
}
.contact-us .page-header, .aboutus .page-header, .services .page-header, .blogs .page-header{
    text-align: center;
    color: #0d2c40;
    margin: -15% 0 0 0;
}
/**************************************Begin About**********************************************/
.about01 .col:nth-of-type(1){
	padding-top: 100px;
}
.about01 .col:nth-of-type(1) p{
	padding-right: 10%;
    padding-left: 50px;
    font-size: 110%;
    line-height: 250%;
    text-align: justify;
}
.about02{
	background: #fc6d26;
	color: #fff;
	text-align: center;
}
.about02 h2{
	font-size: 150%;
    font-weight: bold;
    padding: 70px 0 25px 0;
}
.about02 p{
	font-size: 120%;
    padding: 0 150px 55px;
    line-height: 200%;
}
.about03 .col:nth-of-type(2){
	padding-top: 100px;
}
.about03 .col:nth-of-type(2) h2{
	padding-left: 10%;
    padding-right: 50px;
}
.about03 .col:nth-of-type(2) p{
	padding-left: 10%;
    padding-right: 50px;
    font-size: 110%;
    line-height: 250%;
    text-align: justify;
}
/**************************************End About************************************************/
/**************************************Begin Contact********************************************/
.contact-us .form-check-input:checked{
	background-color: #fc6d26;
    border-color: #fc6d26;
}
.contact-us .rsform-block-submit .btn-primary{
    background: #fc6d26;
    color: #fff;
    border: none;
    padding: 10px 30px;
}
.contact-us .rsform-block-submit .btn-danger{
    background: #0d2c40;
    color: #fff;
    border: none;
    padding: 10px 30px;
}
/**************************************End Contact**********************************************/

/**************************************Begin Roadmap********************************************/
.roadmaps .blog-items .blog-item{
    float: right;
    width: 30%;
    margin: 20px 1.565%;
}
.roadmaps .item-image img{
    width: 100%;
	height: auto;
}
.com-content-article.item-page table{
    margin: 0 auto;
}
.com-content-article.item-page table tr th{
    border: 1px solid #ddd;
    padding: 5px 10px;
}
.com-content-article.item-page table tr td{
    border: 1px solid #ddd;
    padding: 5px 10px;
}
/**************************************End Roudmap**********************************************/

/**************************************Begin Services*******************************************/
.services .services_devops1, .services .services_devops2, .services .services_devops3, .services .services_devops4, .services .services_devops5, .services .services_devops6{
	margin-bottom: 50px;
}
.services .services_devops2 .maturity_model{
	margin: 100px 0;
}
.services .services_devops2 .maturity_model .col h3{
	font-size: 130%;
}
.services .services_devops4 img{
	width: 100%;
}
.services .services_devops6 h3{
	width: 100%;
    background: #e2e6e9;
    font-size: 100%;
    color: #000;
    display: inline-block;
    height: 72px;
    padding: 20px;
}
.services .services_devops6 p{
    font-size: 100%;
    color: #000;
    padding: 20px;
}
.services .services_devops7 h3{
	color: #000;
	font-size: 120%;
}
.services h4{
	font-size: 120%;
}
.services p {
	font-size: 105%;
	text-align: justify;
}
.services ul {
	padding-right: 20px;
}
.services ul li{
	list-style: none;
    background: url(../images/bullet_rtl.png) no-repeat right center;
    padding: 5px 25px 5px 10px;
    vertical-align: middle;
    font-size: 105%;
}
.services .maturity_model{
    margin: 50px 0;
	text-align: center;
}
.services .maturity_model img{
    width: 50%;
	margin-bottom: 30px;
}
.services .accordion-flush .accordion-item{
	padding: 10px;
}
.services .accordion-button{
	font-size: 80%;
	margin-top: 35px;
}
.services .accordion-button:not(.collapsed){
	color: #fc6d26;
	background: none;
	box-shadow: none;
}
.services .accordion-button:focus{
	border-color: transparent;
	box-shadow: none;
}
.services .accordion-button:after{
	margin-left: inherit;
	margin-right: auto;
}
/**************************************End Services*********************************************/

/**************************************Begin Blog***********************************************/
.blog.col-9{
	margin-top: 20px;
}
.side.col-3{
	margin-top: 20px;
}
.blog.blogs .item-content .page-header{
	margin: 30px 0 0 0;
	text-align: right;
}
.items-row{
	margin-top: 15px;
	border-bottom: 1px solid #fc6d26;
}
.items-row:last-child{
	border-bottom: none;
}
.com-content-category-blog.blog .item-image img{
    width: 100%;
    height: auto;
}
.img_caption p.img_caption{
	float: right;
	background: #fc6d26;
	color: #fff !important;
	padding: 2px 5px;
	margin: -24px 0 15px 0;
    position: relative;
}
.item-page.blogs .page-header{
    text-align: right;
    color: #0d2c40;
	margin: 10px 0 0 0;
	padding: 0;
}
.page-header h2 a{
	font-size: 75%;
	color: #4f4f4f;
	text-decoration: none;
}
.article-info{
	font-size: 12px;
	margin: 5px 0 5px 0;
}
.article-info-term{
	display: none;
}
.category-name a{
	color: #fc6d26;
}
.article-info dd{
	display: inline-block;
    margin-right: 0;
}
.article-info dd.hits{
	float: left;
	background: #fc6d26;
    color: #fff;
    padding: 0px 12px;
}
.com-content-category-blog.blog ul.tags{
   margin-right: -40px; 
}
.com-content-category-blog.blog ul.tags .list-inline-item{
    margin-right: 0px; 
}
.com-content-category-blog.blog ul.tags .list-inline-item a{
    padding: 2px 5px;
    background: #6c757d;
    border-color: #6c757d;
    color: #fff;
    font-size: 12px;
}
.blogs .item-content .content_rating{
    display: none;
}
.com-content-category-blog.blog p{
    text-align: justify;
    font-size: 14px;
    padding-left: 20px;
}
.com-content-category-blog.blog p.readmore a{
    border: none;
	background: #fc6d26;
    color: #fff !important;
    padding: 2px 8px;
    font-size: 14px;
}
.com-content-category-blog__item{
    margin-bottom: 20px;
}
.blogs .com-content-category-blog__item:nth-of-type(2n+1){
    background: rgba(252, 163, 38, 10%);
}
.com-content-category-blog__item .row .col figure{
    margin: 0;
}
.blogs.item-page .tags{
    float: right;
    margin-right: -40px;
}
.blogs.item-page .tags li{
    margin-right: 0;
}
.blogs.item-page .tags li a{
    background: #6c757d;
    border-color: #6c757d;
    color: #fff;
}
.blogs.item-page .content_rating{
    float: left;
    text-align: right;
}
.blogs.item-page .content_rating *{
    display: inline-block;
}
.blogs.item-page .content_rating ul{
    padding-left: 0;
    margin-right: 5px;
}
.blogs.item-page .form-inline{
    float: left;
}
.blogs.item-page .form-inline .content_vote *{
    display: inline-block;
}
.blogs.item-page .form-inline .content_vote select{
    display: inline-block;
}
.blogs .item-image img{
    width: 100%;
    height: auto;
}
.blogs .com-content-article__body{
    text-align: justify;
}
.side h2{
    background: #fc6d26;
    color: #fff;
    padding: 10px;
    font-size: 150%;
}
.side .jt-cs .slide{
    border-bottom: 1px solid #fc6d26;
    margin-bottom: 23px !important;
}
.side .jtcs_item_wrapper .jt-title{
    color: #fc6d26;
}
.side .jt-cs .jt-imagecover img{
    width: 100%;
}
.pagination{
    display: inline-block;
    width: 100%;
}
.pagination a.next{
    float: left;
}
/**************************************End Blog*************************************************/

/**************************************Begin Books & Docs*******************************************/
.blog.booksdocs{
    padding: 0;
}
.blog.booksdocs .item-content .page-header{
	margin: 30px 0 0 0;
}
.blog.booksdocs .com-content-category-blog__item{
    width: 24.72%;
    display: inline-block;
	border-bottom: none;
    background: none;
}
.blog.booksdocs .blog-item .col{
	min-width: 100%;
	text-align: center;
}
.blog.booksdocs .blog-item .col img{
    width: 100%;
    height: auto;
}
/**************************************End Books & Docs*********************************************/

/**************************************Begin Header Responsive*********************************************/
@media screen and (max-width: 1400px) {
.logo a img {
	width: 100%;
}
}
@media screen and (max-width: 1368px) {
.dj-megamenu-default li a.dj-up_a {
    border: none;
    font-size: 14px;
}
.navbar .moduletable {
    margin-right: 30px !important;
}
}
@media screen and (max-width: 1200px) {
.navbar{
	margin: 0 !important;
	padding: 0;
}
.navbar .moduletable {
    margin-right: 5px !important;
}
.header .social a {
	font-size: 90%;
}
}
@media screen and (max-width: 992px) {
.logo a {
	display: inline-block;
	margin-top: 7px;
}
.dj-megamenu-default li a.dj-up_a span, .dj-megamenu-default li ul.dj-submenu > li > a span{
	font-size: 95%;
}
}
@media screen and (max-width: 980px) {
.navbar .moduletable {
    margin-right: 0px !important;
}
.header .logo{
    order: 2;
    padding: 0;
    width: 14%;
}
.header .logo a img{
    width: 100%;
}
.navbar{
    order: 1;
    width: 86%;
}
.navbar .moduletable {
	width: 100%;
}
ul.dj-mobile-dark li.dj-mobileitem>a, ul.dj-mobile-dark li.dj-mobileitem:hover>a, ul.dj-mobile-dark li.dj-mobileitem.active>a, ul.dj-mobile-dark ul li.dj-mobileitem>a, ul.dj-mobile-dark ul li.dj-mobileitem:hover>a, ul.dj-mobile-dark ul li.dj-mobileitem.active>a{
	background: #0d2c40;
	color: #fff !important;
}
ul.dj-mobile-dark li.dj-mobileitem:hover>a, ul.dj-mobile-dark li.dj-mobileitem.active>a, ul.dj-mobile-dark ul li.dj-mobileitem:hover>a, ul.dj-mobile-dark ul li.dj-mobileitem.active>a{
	color: #fc6d26 !important;
}
}
@media screen and (max-width: 768px) {
.header .social a{
    font-size: 14px;
}
.header .contact a{
    font-size: 80%;
    margin: 0 5px 0 0;
}
.header .contact a i {
    margin-left: 8px;
}
div.mod-languages a{
    padding: 0;
}
.navbar {
    margin-right: 0px !important;
}
}

@media screen and (max-width: 575px) {
.topbar .social, .topbar .contact, .topbar .langbar{
    text-align: center;
}
.header .langbar .mod-languages{
    float: none;
}
.header .logo{
    width: 15%;
}
.navbar{
    width: 85%;
}
}
@media screen and (max-width: 425px) {
.header .logo{
    width: 20%;
}
.navbar{
    width: 80%;
}
}
@media screen and (max-width: 330px) {
.header .logo{
    width: 25%;
}
.navbar{
    width: 75%;
}
}
@media screen and (max-width: 240px) {
.dj-pos-absolute .dj-accordion-dark .dj-accordion-in{
    width: 200px;
}
}
/**************************************End Header Responsive*********************************************/

/**************************************Begin Footer Responsive*********************************************/
@media screen and (max-width: 1400px) {
.footer .row .col-sm-4{
    padding:0 20px;
}
.footer .row .col-sm-4 h3{
    font-size: 120%;
}
.footer .row .col-sm-4 p, .footer .row .col-sm-4 a, .footer .copyright{
    font-size: 80%;
}
}
@media screen and (max-width: 575px) {
.footer .row .col-sm-4{
    text-align: center;
}
.footer .row .contact_us:after, .footer .row .footer_nav:after {
    content: "";
    position: absolute;
    left: 15%;
    right: 15%;
    height: 1px;
    background: #fff;
}
.footer .row .contact_us .social {
    margin-bottom: 20px;
}
}
/**************************************End Footer Responsive*********************************************/
/**************************************Begin Home Responsive*********************************************/
@media screen and (max-width: 1400px){
.s1 h1 {
    font-size: 220%;
}
}
@media screen and (max-width: 1368px){
.s1 h1 {
    font-size: 200%;
	margin-top: 38%;
}
}
@media screen and (max-width: 1200px){
.s1 h1 {
    font-size: 170%;
	margin-top: 35%;
}
.s2 h3 {
    font-size: 110%;
}
}
@media screen and (max-width: 992px){
.s1 h1 {
    font-size: 150%;
}
.s2 h3 {
    font-size: 90%;
}
}
@media screen and (max-width: 980px) {
.s1 h1 {
    font-size: 130%;
}
.s4 .tm-testimonials-box .tm-tst-wrapper{
    margin: 5px;
}
.tm-testimonials-box .tm-tst-wrapper .tm-tst-thumb img{
    width: 150px;
    height: auto;
    margin-top: -4px;
}
.s4 .tm-testimonials-box .tm-tst-wrapper .tm-tst-details {
    padding: 20px 65px 20px 20px;
}
.s4 .tm-testimonials-box .tm-tst-wrapper .tm-tst-details .title{
    font-size: 80%;
    padding-right: 15%;
}
.tm-testimonials-box .tm-tst-wrapper .tm-tst-details p{
    font-size: 80%;
}
.tm-testimonials-box .tm-tst-wrapper .tm-tst-details .rating{
    font-size: 75%;
    margin: 5px 0 0 0;
}
.s4 .tm-testimonials-box .tm-tst-wrapper .tm-tst-thumb .tm_tst_icon{
    width: 30px;
    height: 30px;
    line-height: 35px;
}
}
@media screen and (max-width: 768px) {
.s1 {
    display: none;
}
.s2{
    padding: 30px;
}
.s2 h3 {
    font-size: 100%;
}
.s2 .mod-articlesnews__item{
    display: block;
    margin-bottom: 60px;
}
.s2 .mod-articlesnews__item img{
    width: 60%;
    height: auto;
}
.s3{
    padding: 25px 0;
}
.s4{
    display: none;
}
}
/**************************************End Home Responsive*********************************************/

/**************************************Begin Pages Responsive*********************************************/
@media screen and (max-width: 1400px) {
.s1 .col:first-child{
    margin-top: 100px;
}
.aboutus_banner h1{
	margin: -180px 0 150px 0 !important;
}
.about01 .col:nth-of-type(1){
	padding-top: 60px;
}
.about01 .col:nth-of-type(1) p{
	font-size: 110%;
	line-height: 220%;
}
.about01 .col img{
	width: 100%;
}
}
@media screen and (max-width: 1200px) {
.s1 .col:first-child{
    margin-top: 50px;
}
.s1 h2 {
    line-height: 100%;
}
.s1 p {

    line-height: 170%;
    margin-bottom: 35px;
}
.s2 .mod-articlesnews__item{
    width: 23%;
}
.blog.services .blog-item{
    width: 32%;
}
.blog.services .item-content .page-header h2{
    font-size: 160%;
}
.blog.services .blog-item .col img{
    width: 60%;
    height: auto;
}
.aboutus_banner h1{
	margin: -160px 0 120px 0 !important;
}
.about01 .col:nth-of-type(1){
	padding-top: 40px;
}
.about01 .col:nth-of-type(1) p{
	font-size: 90%;
	line-height: 210%;
}
}
@media screen and (max-width: 991px) {
.aboutus_banner h1{
	margin: -140px 0 90px 0 !important;
}
.about01 .col:nth-of-type(1){
	padding-top: 10px;
}
.about01 .col:nth-of-type(1) p{
	font-size: 80%;
	line-height: 190%;
}
.about02 h2{
	font-size: 120%;
}
.about02 p{
	font-size: 100%;
	padding: 0 50px 55px;
}
}
@media screen and (max-width: 980px) {
.contact-us div[itemprop="articleBody"]{
    font-size: 80%;
}
.contact-us div[itemprop="articleBody"] h2{
    font-size: 165%;
}
.blog.services .item-content .page-header h2{
    font-size: 140%;
}
}
@media screen and (max-width: 768px) {
.s1{
    background: #ccc;
}
.s1 .col:nth-child(2){
    display: none;
}
.s2 h2, .s2 p{
    color: #444;
}
.s2 .mod-articlesnews__item{
    width: 100%;
    margin: 0 0 65px 0;
}
.s2 .mod-articlesnews__item img{
    width: 25%;
}
.s2 h3 a{
    color: #444;
}
.timeline .row{
    margin-left: 0;
}
.aboutus_banner h1{
	margin: -120px 0 80px 0 !important;
}
.about01 .col:nth-of-type(1){
	padding-top: 10px;
}
.about01 .col:nth-of-type(1) p{
	font-size: 100%;
	line-height: 200%;
	padding: 0 20px 20px;
}
.about01 .col:nth-of-type(2){
	display: none;
}
.about03 .col:nth-of-type(2){
	padding-top: 20px;
}
.about03 .col:nth-of-type(2) h2{
	font-size: 150%;
}
.about03 .col:nth-of-type(2) p{
	font-size: 100%;
	line-height: 200%;
}
.about03 .col:nth-of-type(1){
	display: none;
}
}
@media screen and (max-width: 575px) {
.s2 .mod-articlesnews__item img{
    width: 35%;
}
.aboutus .mod-articlesnews__item{
    width: 100%;
    margin: 0 0 45px 0;
}
.aboutus .newsflash-image img {
    width: 28%;
}
.blog.services .blog-item{
    width: 95%;
}
.blog.services .blog-item .col img{
    width: 30%;
    height: auto;
}
}
@media screen and (max-width: 480px) {
.aboutus .newsflash-image img {
    width: 35%;
}
}
/**************************************End Pages Responsive*********************************************/